/* .banner{
	overflow: hidden;
	height: 600px;
	min-width: 1100px;
	position: relative;
}
.banner2{
	overflow: hidden;
	height: 452px;
	min-width: 1100px;
	position: relative;
}
.banner-box{
	height: 600px;
	width: 1100px;
	margin: 0 auto;	
	width: 100%;
}
.banner-info{
	position: absolute;
	margin-top: 188px;
}	
.banner-title{
	color: #ffffff;
	font-size: 60px;
	text-align: left;
	width: 1100px;
}
.banner-font{
	color: #ffffff;
	font-size: 34px;
	width: 571px;
	text-align: left;
}
.imgbox{
	width: 100%;
	height: 600px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.banner-btn2{
	position: relative;
	z-index: 99;
	margin: 0 auto;
}
.banner-btn{
	position: relative;
	z-index: 99;
	margin: 423px auto 0 auto;
	height: 40px;
	width: 140px;
	border: 1px solid #fff;
	color: #F46728;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	background: #ffffff;
	border-radius: 2px;
} */
.banner{
	position: relative;
	min-width: 1100px;
}
.imgbox {
      width:100%;
      height:auto;
      min-height: 344px;
      background-image: url('../images/service_banner2x.png');
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: relative;
    }
    .imgbox::after {
      content: "";
      display: block;
      /*图片的宽高比计算得出*/
      padding-top: 39%;
    }
     .banner-box{
      /* background-color: green; */
      /*居中盒子*/
      position: absolute;
      /* top:100px; */
      top: 30% !important;
      right: 0;
      margin:0 auto;
      width:100%;
      height:100%;
    } 
    .banner-content{
   		/* background: red; */
 	   /* min-width: 1100px; */
    	margin: 0 auto 0 auto;
    	background-size: 100% auto;
    	/* width: 57.3%; */
    	/* margin-top: 0; */
    }

.content{
	width: 100%;
	min-width: 1100px;
	/* background-color: #666; */
	position: absolute;
	text-align: center;

}
.content-title{
	font-size: 40px;
	color: #333333;
	margin-top: 120px;
	font-weight:300;
	height: 56px;
	line-height: 56px;
	display: flex;
	justify-content: center;
}
.content-info{
	width: 100%;
	/* position: relative; */
	margin-top: 82px;
}
.content-smallbox{
	float: left;
	width: 300px;
	/* position: relative; */
}
.content-logo{
	font-size: 80px;
}
.content-smallbox-title{
	font-size: 20px;
	color: #282828;
	margin-top: 20px;
	/* margin-top: 10px; */
	height: 28px;
	line-height: 28px;
}
.content-smallbox-info{
	margin-top: 10px;
	color: #999999;
	font-size: 14px;
	width: 210px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
}
.content-showlogo{
	/* position: absolute; */
	/* margin: 0 auto; */
	margin-top: 82px;
}
.content-showlogo-img{
	float: left;
	margin-right: 123px;
}
.content-box1{
	margin-top: 100px;
	/* height: auto; */
	/* position: relative; */
}
.bigbox1{
	/* display: flex; */
	margin: 0 15px;
}
.showinfo-title{
	font-size: 28px;
	color: #333333;
	text-align: left;
}
.showinfo-underline{
	margin-top: 30px;
	width: 22px;
	border-bottom: 3px solid #2684FF;
}
.showinfo-detail{
	margin-top: 40px;
	width: 430px;
	font-size: 18px;
	color: #6D6C6D;	
	text-align: left;
	height: 30px;
	line-height: 30px;
}
.tool-right,.tool-left{
	float: left;
}
.tool-left{
	margin-left: 66px;
	margin-top: 60px;
}
.tool-name{
	font-size: 24px;
	text-align: left;
}
.tool-right{
	margin-top: 62px;
	margin-left: 41px;
	color: #333333;
}
.tool-info{
	margin-top: 5px;
	color: #666666;
	font-size: 14px;
	text-align: left;
}
.content-smalltitle{
	color: #6D6C6D;
	font-size: 20px;
	margin: 20px auto 0 auto;
	font-weight: 400;
	/* height: 40px; */
	line-height: 40px;
	width: 700px;
	text-align: center;
}
.content-smalltitle span{
	color: #6D6C6D;
	font-weight: 550;
}
.show-tool{
	border: 1px solid #EEEEEE;
	width: 371px;
	height: 180px;
	float: left;
	margin-bottom: 44px;
	border-radius: 14px;
	/* margin-top: 82px; */
	/* display: flex; */
}
.plan-box{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-top: 82px;
}
.plan-smallbox{
	width: 200px;
}
.plan-font{
	color: #333333;
	margin-top: 40px;
}
.technology-box{
	margin: 81px 10px 0 10px;
	display: flex;
	justify-content: space-between;
}
.technology-font{
	/* flex: 1; */
	/* padding: 0 70px; */
	color: #333333;
	font-size: 18px;
	margin-top: 12px;
}
.technology-smallbox{
	position: relative;
	width: 160px;

	/* margin-right: 70px; */
}
.technology-smallbox:not(:last-child)::after{
	position: absolute;
	right: -50px;
	top: 0;
	content: '';
	width: 1px;
	height: 80px;
	background: #EFEFEF;
}
.advantage-box{
	display: flex;
	margin-top: 80px;
}

.advantage-box .advantage-smallbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* width: 200px; */
	flex: 1;
}
.advantage-smallbox .advantage-logo{
	width: 90px;
	height: 90px;
	background: #FF5F2E;
	border-radius: 45px;
	margin: 0 auto;
}
.advantage-smallbox .advantage-title{
	font-size: 18px;
	color: #373D44;
	margin-top: 22px;
	display: flex;
	justify-content: center;
}
.advantage-smallbox .advantage-info{
	width: 200px;
	/* line-height: 20px; */
	font-size: 14px;	
	color: #6D6C6D;
	margin: 8px auto 0 auto;
	height: 70px;
	text-align: center;
}
.partner-plan-box{
	display: flex;
	margin: 80px auto 0 auto;
	justify-content: center;
	/* flex-direction: column; */
}
.partner-plan-box .column-box{
	height: 525px;
	/* width: 362px; */
	/* flex: 1; */
}
.partner-plan-box .column-box:not(:last-child){
	margin-right: 16px;
}
.partner-plan-box .column-box:nth-child(1){
	background: #FF5F2E;
}
.partner-plan-box .column-box:first-child{
	display: flex;
	flex-direction: column-reverse;
}
.column-box .column-smallbox{
	display: flex;
	flex-direction: column-reverse;
}
.column-box .planbox{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.column-box .planbox:not(:first-child){
	/* width: 349px; */
}
.column-box .planbox .planbox-title{
	font-size: 32px;
	color: #FAFAFA;
	width: 279px;
	margin: 0 auto;
	text-align: left;
}
.column-box .planbox .planbox-info{
	width: 279px;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 22px;
	text-align: left;
	margin: 8px auto 34px auto;
}
.condition-box{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	/* padding: 0 50px; */
}
.condition-box .condition-smallbox{
	width:340px;
	height:400px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 40px 0px rgba(30,38,44,0.1);
	border-radius:10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.condition-box .condition-smallbox .title{
	color: #333333;
	font-size: 24px;
	margin-top: 55px;
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.condition-box .condition-smallbox .info{
	color: #6D6C6D;
	line-height: 22px;
	width: 280px;
	margin: 18px auto 0 auto;
	height: 44px;
}
.join-box{
	margin: 110px 50px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.join-smallbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.join-smallbox .info{
	color: #333333;
	font-size: 18px;
	margin-top: 14px;
}
.policy-box{
	display: flex;
	flex-direction: column;
	margin: 80px auto 0 auto;
	flex-wrap: wrap;
}
.policy-box .policy-box-contral{
	display: flex;
	justify-content: space-around;
}
.policy-box .policy-smallbox{
	text-align: left;
	width: 200px;
}
.policy-box .policy-smallbox:not(:last-child){
	/* margin-right: 100px; */
}
.policy-box .policy-smallbox .title{
	margin-top: 22px;
	color: #333333;
	font-size: 18px;
}
.policy-box .policy-smallbox .info{
	width: 200px;
	text-align: left;
	margin-top: 8px;
	color: #6D6C6D;
	font-size: 14px;
	line-height: 20px;
}
.column-bgbox{
	position: relative;
}
.column-bgsmallbox{
	position: absolute;
}
.column-bgsmallbox img{
	width: 100%;
}
.column-bgsmallbox2{
	position: absolute;
	margin-left: 34px;
}
.condition-smallbox .info{
}

.service-content{
	/* width:1100px; */
	/* height:1151px; */
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 18px 0px rgba(0,0,0,0.1);
	border-radius:8px;
	margin: 110px 50px 0 50px;
}
.service-content-top{
	display: flex;
	justify-content: space-between;
	color: #ffffff;
}
.service-content-top .left{
	background: #CECECE;
	width: 49.5%;
	height:88px;
	border-radius:8px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-content-top .right{
	background: #FF5F2E;
	width: 49.5%;
	height:88px;
	border-radius:0px 8px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-content-bottom{
	display: flex;
	justify-content: space-between;
}
.service-content-bottom .left{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49.5%;
	color: #333333;
	font-size: 16px;
}
.service-content-bottom .right{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49.5%;
	height: 56px;
}
.service-content-bottom:nth-child(odd) .left,.service-content-bottom:nth-child(odd) .right{
	background: #F9F9F9;
}
.service-content-bottom:last-child .left{
	border-radius: 0 0 0 8px;
}
.service-content-bottom:last-child .right{
	border-radius: 0 0 8px 0;
}
.paybanner-btn{
    width: 50%;
    /* height: 229px; */
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 6px 20px 0px rgba(164,72,43,0.1);;
    color: #FE742E;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 58%;
    padding-bottom: 2.5%;
}
.pay-title{
	font-size: 22px;
	color: #333333;
	display: flex;
	margin-top: 5%;
}
.pay-content{
	height: 90px;
	display: flex;
	margin-top: 32px;
	justify-content: space-between;
	width: 100%;
}
.pay-box{
	display: flex;
	flex-direction: column;
	flex: 1;
}
.pay-box-center{
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.pay-box .time{font-size: 20px;color: #333333; text-align: center;}
.pay-box .money{font-size: 29px;color: #FF5F2E; text-align: center;}
.pay-box .money span{font-size: 16px;color: #FF5F2E;margin-left: 2px;}
.pay-box .youhui{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 5px;
}
.pay-box .youhui span{
	color: #FFA12E;
	border: 1px solid #FFA12E;
	padding: 1px 5px;
	border-radius: 2px;
}
.yixiangfuwu{
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 0;
    margin-left: -100px;
    left: 50%;
    margin-top: 2%;
}
.servicebanner-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 40px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
.servicebanner-btn a{
	color: #FE742E;
	text-decoration:none;
}