@charset "utf-8";

body {
	width:100%;
	height:100%;
	font-family:"微软雅黑",Arial
}
header,section {
	width:100%;
}
table {
	border-collapse:collapse
}
a{

}
a:focus {
	outline:0;
}
a:hover {
	text-decoration:none;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.banner-cp{
	margin-top: 80px;
	height:	360px;
	position: relative;
	z-index: 5;
}
.banner-cp .section-container {
	width:100%;
	height:	360px;
}
.banner-cp .section-container .swiper-slide {
	position:relative;
	overflow:hidden;
	height: 360px;
}
.banner-cp .section-container .nth1 {
	background-image: radial-gradient(circle,#ffffff,#edf2ff);
	-moz-background-size:cover;
	background-size:cover;
}
.banner-cp .section-container .nth1 .box .l {
	position:absolute;
	top:130px;
	left:-10%;
	width:475px;
	height:200px;
}
.banner-cp .section-container .nth1 .box .l h1{
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 0;
}
.banner-cp .section-container .nth1 .box .l p{
	font-size: 18px;
	margin: 20px 0 0;
}
.banner-cp .section-container .nth1 .box .l a{
	margin: 40px 0 0;
	width: 220px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #236eff;
	text-align: center;
	font-size: 18px;
	color:#fff;
	border-radius: 50px;
	-webkit-border-radius:50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner-cp .section-container .nth1.active .box .l {
	left:calc(50% - 580px);
	-webkit-transition:all 1s ease-in-out 0s;
	-moz-transition:all 1s ease-in-out 0s;
	-ms-transition:all 1s ease-in-out 0s;
	-o-transition:all 1s ease-in-out 0s;
	transition:all 1s ease-in-out 0s
}
.banner-cp .section-container .nth1 .box .r {
	position:absolute;
	top:0px;
	right:-20%;
	width:498px;
	height:360px;
	background:url(/images/cp_b3.png);
	-moz-background-size:cover;
	background-size:cover
}
.banner-cp .section-container .nth1.active .box .r {
	right:calc(50% - 550px);
	-webkit-transition:all 1s ease-in-out 0s;
	-moz-transition:all 1s ease-in-out 0s;
	-ms-transition:all 1s ease-in-out 0s;
	-o-transition:all 1s ease-in-out 0s;
	transition:all 1s ease-in-out 0s
}
.banner-cp .section-container .nth1 .box .r h1 {
	display:none
}



.solve-cp{
	position: relative;
	z-index: 9999;
	margin: 0 auto 0;
}
.solve-cp .section-container{
	width: 1200px;
	margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 90px;
}
.solve-cp .drawing{
	padding: 20px 0 0;
}
.solve-cp .drawing .title{
	display: block;
}
.solve-cp .drawing .title .bt{	
	text-align: center;
}
.solve-cp .drawing .title .bt h1{
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	line-height: 100px;
}
.solve-cp .drawing .title .nr{
	margin-top: 10px;
}
.solve-cp .drawing .title .nr p{
	font-size: 16px;
	margin: 0;
	color:#495670;
	line-height: 36px;
	text-indent: 36px;
}
.solve-cp .drawing .content{
	margin-top:55px ;
	width: 1200px;
	height: 520px;
	background-image: url(../images/cp4_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:1124px 494px;
	position: relative;
}
.solve-cp .drawing .content .mobile{
	display: none;
}
.solve-cp .drawing .content .t{
	width: 220px;
	height: 220px;
	background-image: radial-gradient(circle, #4e92ff, #2c68ff);
	border-radius: 50%;
	position: absolute;
	left:50%;
	margin-left: -110px;
}
.solve-cp .drawing .content .t span{
	margin-top: 65px;
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    height: 80px;
    line-height: 40px;
    display: block;
    text-decoration: none;
}

.solve-cp .drawing .content .l ul li{
	width: 170px;
	height: 138px;
	position: absolute;
}
.solve-cp .drawing .content .l ul li i{
	width: 112px;
	height: 112px;
	display: block;
	margin: 0 auto;
}
.solve-cp .drawing .content .l ul li h6{
	font-size: 18px;
	line-height: 42px;
	margin: 0;
	display: block;
	text-align: center;
	border: 1Px solid;
	border-image: linear-gradient(to right, #FFF, #236eff, #FFF);
	border-image-slice:1 ;
	margin-top: -18px;
	background: #FFF;
}
.solve-cp .drawing .content .l ul li:nth-child(1){
	top:25px;
	left: 140px;
}
.solve-cp .drawing .content .l ul li:nth-child(1) i{
	background-image: url(../images/cp4_i1.png);
}
.solve-cp .drawing .content .l ul li:nth-child(2){
	top:25px;
	right: 140px;
}
.solve-cp .drawing .content .l ul li:nth-child(2) i{
	background-image: url(../images/cp4_i2.png);
}
.solve-cp .drawing .content .l ul li:nth-child(3){
	top:210px;
	left: 5px;
}
.solve-cp .drawing .content .l ul li:nth-child(3) i{
	background-image: url(../images/cp4_i3.png);
}
.solve-cp .drawing .content .l ul li:nth-child(4){
	top:190px;
	left: 350px;
}
.solve-cp .drawing .content .l ul li:nth-child(4) i{
	background-image: url(../images/cp4_i4.png);
}
.solve-cp .drawing .content .l ul li:nth-child(5){
	top:190px;
	right: 350px;
}
.solve-cp .drawing .content .l ul li:nth-child(5) i{
	background-image: url(../images/cp4_i5.png);
}
.solve-cp .drawing .content .l ul li:nth-child(6){
	top:210px;
	right: 5px;
}
.solve-cp .drawing .content .l ul li:nth-child(6) i{
	background-image: url(../images/cp4_i6.png);
}
.solve-cp .drawing .content .l ul li:nth-child(7){
	top:340px;
	left: 190px;
}
.solve-cp .drawing .content .l ul li:nth-child(7) i{
	background-image: url(../images/cp4_i7.png);
}
.solve-cp .drawing .content .l ul li:nth-child(8){
	top:340px;
	right: 190px;
}
.solve-cp .drawing .content .l ul li:nth-child(8) i{
	background-image: url(../images/cp4_i8.png);
}
.solve-cp .drawing .content .l ul li:nth-child(9){
	top:370px;
	left: 515px;
}
.solve-cp .drawing .content .l ul li:nth-child(9) i{
	background-image: url(../images/cp4_i9.png);
}


.section-swiper .caption{
	width: 100%;
    text-align: center;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    margin-top: 75px;
    margin-bottom: 75px;
}
.section-swiper .caption h3{
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0 0;
	position: relative;
	line-height: 70px;
}
.section-swiper .caption h3:after{
	content:" ";
	width: 30px;
	height: 4px;
	background: #236eff;
	position: absolute;
	border-radius: 5px;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.section-swiper .next{
	width: 100%;
	height:48px;
	position: absolute;
}
.section-swiper .next i{
	width: 60px;
	height: 60px;
	transform: rotate(45deg);
	background: #FFF;
	position: absolute;
	border-radius: 5px;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}
.section-swiper .next i:after{
	content:" ";
	width: 16px;
	height: 10px;
	background: url(../images/cp_next.png) no-repeat;
	display: block;
	position: absolute;
	bottom: 18px;
	right: 15px;
	transform: rotate(-45deg);
}



.plan-cp .section-container{
	width: 1200px;
	margin: 0 auto;
	min-height: 1px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 90px;
}
.plan-cp .section-wrapper{
	position: relative;
}
.plan-cp .tabs .tab-title{
	text-align: center;
}
.plan-cp .tabs .tab-title ul li{
	width:248px;
	height: 64px;
	border-radius: 8px;
	margin: 0 12px;
	display: inline-block;
    float: none;
}
.plan-cp .tabs .tab-title ul li.active a{
	background:#236eff;
	 color:#fff;
}
.plan-cp .tabs .tab-title ul li a{
	width:248px;
	font-size: 20px;
	padding: 0;
	line-height: 64px;
	text-align: center;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border: 1px solid #236eff;
    color:#236eff;
}

.plan-cp .tabs .tab-title ul li a:hover{
	background:#236eff;
	color:#FFF;
}
.plan-cp .tabs .tab-content{
	margin-top: 72PX;
}
.plan-cp .tabs .tab-content .item1{
	
}
.plan-cp .tabs .tab-content .item1 ul li{
	width: 266px;
	margin: 0 16px;
	float: left;
	background: #FFF;
	border-radius: 12PX;
	border: 1px solid #FFF;
}
.plan-cp .tabs .tab-content .item1 ul li i{
	width:152px;
	height: 152px;
	display: block;
	margin: 44PX auto 0;
}
.plan-cp .tabs .tab-content .item1 ul li.i1 i{
	background-image: url(../images/cp4_j1.png);
}
.plan-cp .tabs .tab-content .item1 ul li.i2 i{
	background-image: url(../images/cp4_j2.png);
}
.plan-cp .tabs .tab-content .item1 ul li.i3 i{
	background-image: url(../images/cp4_j3.png);
}
.plan-cp .tabs .tab-content .item1 ul li.i4 i{
	background-image: url(../images/cp4_j4.png);
}
.plan-cp .tabs .tab-content .item1 ul li div{
	height: 160px;
	padding:0 28px;
	display: flex;
	align-items: center;
}
.plan-cp .tabs .tab-content .item1 ul li div p{
	line-height: 30px;
	margin: 0;
	font-size: 16px;
	padding:0 0 0 15px;
	position: relative;
}
.plan-cp .tabs .tab-content .item1 ul li div u{
	text-decoration: none;
}
.plan-cp .tabs .tab-content .item1 ul li div p:after{
	content: ' ';
	width: 5px;
	height:5px;
	border-radius: 50%;
	background: #495670;
	display: block;
	position: absolute;
	top:12px;
	left: 0;
}
.plan-cp .tabs .tab-content .item1 ul li H3{
	height:64px;
	line-height: 64px;
	text-align: center;
	margin: 0;
	background: #236eff;
	font-size: 24px;
	color:#FFF;
	border-radius: 0 0 12px 12px;
}
.plan-cp .tabs .tab-content .item2 ul{
	padding: 0 32px;
}
.plan-cp .tabs .tab-content .item2 ul li{
	width: 336px;
	height: 480px;
	float: left;
	
}
.plan-cp .tabs .tab-content .item2 ul li.arrow{
	width: 64px;
	position: relative;
}
.plan-cp .tabs .tab-content .item2 ul li.arrow:after{
	content: ' ';
	width: 26px;
	height: 23px;
	display: block;
	background: url(../images/icon3.png) no-repeat;
	position: absolute;
	top:50%;
	left:19px;
}
.plan-cp .tabs .tab-content .item2 ul li .t{
	width: 336px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 24px;
	color:#FFF;
	
}
.plan-cp .tabs .tab-content .item2 ul li .c{
	margin-top: 26px;
	width: 336px;
	height: 366px;
	display: block;
	overflow: hidden;
}
.plan-cp .tabs .tab-content .item2 ul li .c h3{
	height: 74px;
	line-height: 74px;
	margin: 24px 0 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}
.plan-cp .tabs .tab-content .item2 ul li .c div{
	display: flex;
	align-items: center;
	height: 260px;
	padding: 0 80px 0;
}
.plan-cp .tabs .tab-content .item2 ul li .c div u{
	text-decoration: none;
}
.plan-cp .tabs .tab-content .item2 ul li .c div p{
	line-height: 30px;
	margin: 0;
	font-size: 16px;
	padding:0 0 0 15px;
	position: relative;
}
.plan-cp .tabs .tab-content .item2 ul li .c div p:after{
	content: ' ';
	width: 5px;
	height:5px;
	border-radius: 50%;
	background: #495670;
	display: block;
	position: absolute;
	top:12px;
	left: 0;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .t{
	background: url(../images/cp4_t1.png) no-repeat;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .c{
	background: url(../images/cp4_t1t.png) no-repeat;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .c h3{
	color:#2d74ff;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .t{
	background: url(../images/cp4_t2.png) no-repeat;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .c{
	background: url(../images/cp4_t2t.png) no-repeat;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .c h3{
	color:#1aabf6;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .t{
	background: url(../images/cp4_t3.png) no-repeat;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .c{
	background: url(../images/cp4_t3t.png) no-repeat;
}
.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .c h3{
	color:#6e63f2;
}
.plan-cp .tabs .tab-content .item3{
	height: 457px;
	background: url(../images/cp4_bg5.png);
	position: relative;
}
.plan-cp .tabs .tab-content .item3 .yq{
	width: 560px;
	height:456px;
	background: url(../images/cp4_q.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -280px;
}
.plan-cp .tabs .tab-content .item3 ul li{
	width: 600px;
	height:198px;
	float: left;
	padding-top:30px;
	box-sizing: border-box;
}
.plan-cp .tabs .tab-content .item3 ul li:nth-child(1){
	padding-left:34px;
	margin-bottom: 58px;
	padding-right:300px;
}
.plan-cp .tabs .tab-content .item3 ul li:nth-child(2){
	padding-right:34px;
	text-align: right;
	margin-bottom: 58px;
	padding-left:300px;
	
}
.plan-cp .tabs .tab-content .item3 ul li:nth-child(3){
	padding-left:34px;
	padding-right:300px;
}
.plan-cp .tabs .tab-content .item3 ul li:nth-child(4){
	padding-right:34px;
	text-align: right;
	padding-left:300px;
	
}
.plan-cp .tabs .tab-content .item3 ul li h3{
	width: 164px;
	height:48px;
	line-height: 48px;
	text-align: center;
	background: #236eff;
	color:#FFF;
	border-radius: 25PX;
	display: inline-block;
	margin: 0;
}
.plan-cp .tabs .tab-content .item3 ul li p{
	font-size: 16px;
	line-height: 28px;
	margin:16px 0 0;
}





.flow-cp .section-container{
	width: 1200px;
	margin: 0 auto;
	min-height: 1px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 90px;
}
.flow-cp .section-wrapper{
	position: relative;
}
.flow-cp .list ul li{
	width: 164px;
	height: 390px;
	float: left;
	margin-right: 95px;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.flow-cp .list ul li:hover{
	margin-top: -13px;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.flow-cp .list ul li:last-child{
	margin-right: 0;
}
.flow-cp .list ul li i{
	width:164px;
	height: 186px;
	display: block;
	margin: 0 auto;
}
.flow-cp .list ul li:nth-child(1) i{
	background-image: url(../images/cp4_c1.png);
}
.flow-cp .list ul li:nth-child(2) i{
	background-image: url(../images/cp4_c2.png);
}
.flow-cp .list ul li:nth-child(3) i{
	background-image: url(../images/cp4_c3.png);
}
.flow-cp .list ul li:nth-child(4) i{
	background-image: url(../images/cp4_c4.png);
}
.flow-cp .list ul li:nth-child(5) i{
	background-image: url(../images/cp4_c5.png);
}
.flow-cp .list ul li h3{
	font-size: 24px;
	text-align: center;
	color:#236eff;
	margin: 16px 0 0;
	padding-bottom: 30px;
	position: relative;
}
.flow-cp .list ul li h3:after{
	content: ' ';
	display: block;
	width: 124px;
	height: 0px;
	border-top: 2Px solid;
    border-image: linear-gradient(to right, #FFF, #236eff, #FFF);
    border-image-slice: 1;
    margin-top: -18px;
    background: #FFF;
    position:absolute;
    left: 15px;
    bottom: 0;
}
.flow-cp .list ul li div{
	margin: 20px 0 0;
	padding: 0 12px;
}
.flow-cp .list ul li div p{
	line-height: 30px;
	margin: 0;
	font-size: 16px;
	padding:0 0 0 15px;
	position: relative;
}
.flow-cp .list ul li div p:after{
	content: ' ';
	width: 5px;
	height:5px;
	border-radius: 50%;
	background: #495670;
	display: block;
	position: absolute;
	top:12px;
	left: 0;
}
.flow-cp .line{
	width: 1036px;
	height: 24px;
	border-top: 1px dashed #236eff;
	position: absolute;
	top:150px;
	left: 82px;
}
.flow-cp .line ul li{
	width:24px;
	height: 24px;
	border-radius: 50%;
	background: url(../images/icon1.png) no-repeat #FFF;
	float: left;
	margin: -12px 118PX 0;
}
.flow-cp .line ul li:last-child{
	margin: -12px 0 0 118PX;
}




.high-cp .section-container{
	width: 1200px;
	margin: 0 auto;
	min-height: 1px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 90px;
}
.high-cp .section-wrapper{
	position: relative;
}
.high-cp .content{
	background: url(../images/cp4_bg3.png) no-repeat bottom center;
	height:720px;
	position: relative;
}
.high-cp .content .mobile{
	display: none;
}
.high-cp .content .xq{
	width: 1120px;
	height: 250px;
	border: 2px dashed #236eff;
	border-radius: 50%;
	position: absolute;
	top: 155px;
	left: 40px;
}
.high-cp .content .tq{
	width:230px;
	height: 230px;
	background-image: radial-gradient(circle, #4e92ff, #2c68ff);
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -145px;
	top:15px;
	border: 30px solid #FFF;
}
.high-cp .content .tq span{
	margin-top: 65px;
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    height: 80px;
    line-height: 40px;
    display: block;
    text-decoration: none;
}
.high-cp .content .lq ul li{
	width:84px;
	height:84px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: absolute;
}
.high-cp .content .lq ul li span{
	display: block;
	text-align: center;
	font-size: 16px;
	color:#FFF;
	line-height: 24px;
	margin-top: 16px;
}
.high-cp .content .lq ul li:nth-child(1){
	background-image: linear-gradient(0deg, #145afc, #216bff);
	top:255px;
	left: 0;
}
.high-cp .content .lq ul li:nth-child(2){
	background-image: linear-gradient(0deg, #5346e4, #816efc);
	top:155px;
	left: 140px;
}
.high-cp .content .lq ul li:nth-child(3){
	background-image: linear-gradient(0deg, #145afc, #226dff);
	top:125px;
	left: 320px;
}
.high-cp .content .lq ul li:nth-child(4){
	background-image: linear-gradient(0deg, #145afc, #4785ff);
	top:125px;
	right: 320px;
}
.high-cp .content .lq ul li:nth-child(5){
	background-image: linear-gradient(0deg, #1bacf7, #4bc6fe);
	top:155px;
	right: 140px;
}
.high-cp .content .lq ul li:nth-child(6){
	background-image: linear-gradient(0deg, #145afc, #216bff);
	top:255px;
	right: 0;
}
.high-cp .content .lq ul li:nth-child(7){
	background-image: linear-gradient(0deg, #1bacf7, #4bc6fe);
	top:330px;
	left: 185px;
}
.high-cp .content .lq ul li:nth-child(8){
	background-image: linear-gradient(0deg, #5346e4, #816efc);
	top:330px;
	right: 185px;
}
.high-cp .content .lq ul li:nth-child(9){
	width: 96px;
	height: 96px;
	background-image: linear-gradient(0deg, #145afc, #216bff);
	top:354px;
	left: 415px;
}
.high-cp .content .lq ul li:nth-child(9) span{
	margin-top: 22px;
}
.high-cp .content .lq ul li:nth-child(10){
	width: 96px;
	height: 96px;
	background-image: linear-gradient(0deg, #145afc, #216bff);
	top:354px;
	right: 415px;
}
.high-cp .content .lq ul li:nth-child(10) span{
	margin-top: 22px;
}


.fun-cp .section-container{
	width: 1200px;
	margin: 0 auto;
	min-height: 1px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 90px;
}
.fun-cp .section-wrapper{
	position: relative;
}
.fun-cp .tabs{
	width: 1198px;
	border: 1px solid #FFF;
	background-image: linear-gradient(to right, #eef4fe, #e5f1fe);
	border-radius: 8px;
	box-shadow: 2px 5px 8px #e5eafc;
	position: relative;
}
.fun-cp .tabs .tab-title{
	height: 104PX;
}
.fun-cp .tabs .tab-title ul li{
	width: 25%;
	float: left;
	height:104px;
	margin: 0;
}
.fun-cp .tabs .tab-title ul li a{
	line-height: 104px;
	padding: 0;
	font-size: 24px;
	display: block;
	text-align: center;
	color:#333;
	font-weight: 700;
	background:url(../images/icon2.png) no-repeat right center,linear-gradient(0deg, #f2f5ff, #f3f6ff,#f2f5ff);
}
.fun-cp .tabs .tab-title ul li:last-child a{
	background:linear-gradient(0deg, #f2f5ff, #f3f6ff,#f2f5ff);
}
.fun-cp .tabs .tab-title ul li.active a{
	background:url(../images/icon2.png) no-repeat right center,linear-gradient(0deg, #e1eaff, #ffffff);
	color:#236eff;
}
.fun-cp .tabs .tab-title ul li:last-child.active a{
	background:linear-gradient(0deg, #e1eaff, #ffffff);
	color:#236eff;
}
.fun-cp .tabs .line{
	width: 25%;
	height:2px;
	background: #236eff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fun-cp .tabs .tab-content{
}
.fun-cp .tabs .tab-content .item{
	padding:64px 25px;
}
.fun-cp .tabs .tab-content .item ul li{
	width: 255px;
	height: 320PX;
	float: left;
	margin: 0 15px;
	border: 1px solid #FFF;
	border-radius: 16PX;
}
.fun-cp .tabs .tab-content .item ul li .t{
	height: 100px;
}
.fun-cp .tabs .tab-content .item ul li .t h3{
	background:linear-gradient(0deg, #236eff, #4d8aff);
	height: 100px;
	line-height: 86px;
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color:#FFF;
	border-radius: 16PX 16px 0 0;

}
.fun-cp .tabs .tab-content .item ul li .c{
	margin-top: -15px;
	background:linear-gradient(0deg, #FFF, #fff,#bed5ff);
	line-height: 86px;
	color:#FFF;
	height: 236PX;
	border-radius: 16PX;
	display: flex;
	align-items: center;
}
.fun-cp .tabs .tab-content .item ul li .c p{
	margin: 0;
	line-height: 30px;
    font-size: 16px;
    padding: 0 0 0 15px;
    position: relative;
    color:#333;
    padding:0 16px;
}

@media (max-width: 500px) {
	.banner-cp{
		height: 340px;
		margin-top: 60px;
	}
	.banner-cp .section-container{
		height: 340px;
	}
	.banner-cp .section-container .swiper-slide{
		height: 340px;
	}
	.banner-cp .section-container .nth1 .box .l{
		top:40px;
		height: 80px;
		z-index: 10;
	}
	.banner-cp .section-container .nth1.active .box .l{
		left:30px;
	}
	.banner-cp .section-container .nth1 .box .l h1{
		font-size: 24px;
	}
	.banner-cp .section-container .nth1 .box .l p{
		margin: 10px 0 0;
	}
	.banner-cp .section-container .nth1 .box .l a{
		width: 120px;
		height:40px;
		line-height: 40px;
		font-size: 16px;
		margin: 20px 0 0;
	}
	.banner-cp .section-container .nth1 .box .r{
		width: 373px;
		height:190px;
		top:120px;
		background-size: auto 190px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.banner-cp .section-container .nth1.active .box .r{
		right: calc(50% - 186px);
	}
	.solve-cp{
		margin: 0;
	}
	.solve-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.solve-cp .section-wrapper{
		
	}
	
	.solve-cp .drawing{
		padding: 20px 10px 0;
	}
	.solve-cp .drawing .title .bt h1{
		font-size: 24px;
		line-height: 60px;
	}
	.solve-cp .drawing .title .nr p{
		line-height: 30px;
	}

	.solve-cp .drawing .content{
		margin-top: 10px;
        width: 100%;
        background: none;
        height: auto;
	}
	.solve-cp .drawing .content .mobile{
		display: block;
	}
	.solve-cp .drawing .content .mobile img{
		width: 100%;
	}

	.solve-cp .drawing .content .t{
		display: none;
	}
	.solve-cp .drawing .content .l{
		display: none;
	}
	

	.section-swiper .next i{
		width: 40px;
		height: 40px;
		top:-22px;
		margin-left: -22px;
	}
	.section-swiper .next i:after{
		bottom: 8px;
    	right: 5px;
	}
	.section-swiper .next{
		height: 30px;
	}
	.section-swiper .caption{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.section-swiper .caption h3{
		font-size: 24px;
	}

	.plan-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.plan-cp .section-wrapper{
		padding: 0 10px;
	}
	.plan-cp .tabs .tab-title ul li{
		width: 29%;
		height:44px;
		float: left;
		margin: 0 2%;
	}
	.plan-cp .tabs .tab-title ul li a{
		width: 100%;
		font-size: 16px;
		line-height: 44px;
	}
	.plan-cp .tabs .tab-content{
		margin-top: 30px;
	}
	.plan-cp .tabs .tab-content .item1 ul li{
		width: 100%;
		margin: 12px 0 0;
		position: relative;
	}
	.plan-cp .tabs .tab-content .item1 ul li i{
		position: absolute;
		width: 54px;
		height: 54px;
		background-size: 54px 54px;
		margin: 0;
		top:20px;
		left:12px;
	}
	.plan-cp .tabs .tab-content .item1 ul li div{
		height: auto;
    	padding:28px 28px 40px 80px;
	}
	.plan-cp .tabs .tab-content .item1 ul li div p{
		line-height: 24px;
	}
	.plan-cp .tabs .tab-content .item1 ul li div p:after{
		top: 9px;
	}
	.plan-cp .tabs .tab-content .item1 ul li H3{
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}

	.plan-cp .tabs .tab-content .item2 ul li{
		width: 100%;
		height: auto;
	}
	.plan-cp .tabs .tab-content .item2 ul{
		padding: 0;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .t{
		background: #236eff;
		color:#FFF;
		border: 2px solid #236eff;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .t{
		background: #1aabf6;
		color:#FFF;
		border: 2px solid #1aabf6;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .t{
		background: #6e63f2;
		color:#FFF;
		border: 2px solid #6e63f2;
	}
	.plan-cp .tabs .tab-content .item2 ul li .t{
		width: 80%;
		color:#236eff;
		height: 44px;
		line-height: 36px;
		box-sizing: border-box;
		border-radius: 12px 12px 0 0;
		font-size: 18px;
		margin: 0 auto;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .c{
		background: none;
		border: 2px solid #236eff;
		border-top: 0;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .c{
		background: none;
		border: 2px solid #1aabf6;
		border-top: 0;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .c{
		background: none;
		border: 2px solid #6e63f2;
		border-top: 0;
	}
	.plan-cp .tabs .tab-content .item2 ul li .c{
		margin: 0;
		width: 80%;
		height: auto;
		box-sizing: border-box;
		border-radius:0 0 12px 12px;
		margin: 0 auto;
	}
	.plan-cp .tabs .tab-content .item2 ul li .c h3{
		margin: 0;
		height: 36px;
		line-height:36px;
		font-size: 18px;
	}
	.plan-cp .tabs .tab-content .item2 ul li .c div{
		height: auto;
		padding: 20px 0 20px 40px;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .c div{
		border-top: 2px solid #236eff;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .c div{
		border-top: 2px solid #1aabf6;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .c div{
		border-top: 2px solid #6e63f2;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .c div p{
		color:#236eff;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .c div p{
		color:#1aabf6;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .c div p{
		color:#6e63f2;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(1) .c div p:after{
		background: #236eff;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(3) .c div p:after{
		background: #1aabf6;
	}
	.plan-cp .tabs .tab-content .item2 ul li:nth-child(5) .c div p:after{
		background: #6e63f2;
	}
	.plan-cp .tabs .tab-content .item2 ul li.arrow{
		width: 100%;
		height: 30px;
	}
	.plan-cp .tabs .tab-content .item2 ul li.arrow:after{
		transform: rotate(90deg);
		top:2px;
		left: 50%;
		margin-left:-12px;
	}

	.plan-cp .tabs .tab-content .item3{
		height: auto;
		background: none;
	}
	.plan-cp .tabs .tab-content .item3 .yq{
		display: none;
	}
	.plan-cp .tabs .tab-content .item3 ul li{
		width: 100%;
		height: auto;

	}
	.plan-cp .tabs .tab-content .item3 ul li:nth-child(1){
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.plan-cp .tabs .tab-content .item3 ul li:nth-child(2){
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.plan-cp .tabs .tab-content .item3 ul li:nth-child(3){
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.plan-cp .tabs .tab-content .item3 ul li:nth-child(4){
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.plan-cp .tabs .tab-content .item3 ul li h3{
		width: 60%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.plan-cp .tabs .tab-content .item3 ul li p{
		margin: 8px 0 0;
	}


	.flow-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.flow-cp .section-wrapper{
		padding: 0 10px;
	}
	.flow-cp .line{
		left:50px;
		top:16px;
		border-top: 0;
		border-left: 1px dashed #236eff;
		height: 86%;
		z-index: 0;
	}
	.flow-cp .line ul{
		display: none;
	}
	.flow-cp .list{
		z-index: 1;
		position: relative;
	}
	.flow-cp .list ul li{
		width: 100%;
		height: auto;
		min-height: 91px;
		margin: 8px 0;
		position: relative;
		padding-bottom: 16px;
	}
	.flow-cp .list ul li:after{
		content: ' ';
		display: block;
		width: 24px;
	    height: 24px;
	    border-radius: 50%;
	    background: url(../images/icon1.png) no-repeat #FFF;
	    position: absolute;
	    left: 50%;
	    margin-left: -12px;
	    transform: rotate(90deg);
	    bottom: 0;
	}
	.flow-cp .list ul li:last-child{
		padding-bottom: 0;
	}
	.flow-cp .list ul li:last-child:after{
		display: none;
	}
	.flow-cp .list ul li i{
		position: absolute;
		top:0;
		left: 0;
		width: 80px;
		height: 91px;
		background-size: 80px 91px;
	}
	.flow-cp .list ul li h3{
		text-align: left;
		font-size: 18px;
		margin: 8px 0 0;
		padding: 0 0 0 100px;
	}
	.flow-cp .list ul li h3:after{
		display: none;
	}
	.flow-cp .list ul li div{
		margin: 8px 0 16px;
		padding: 0 0 0 100px;
	}

	.high-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.high-cp .section-wrapper{
		padding: 0 10px;
	}
	.high-cp .content{
		height: auto;
		background: none;
	}
	.high-cp .content .mobile{
		display: block;
	}
	.high-cp .content .mobile img{
		width: 100%;
	}
	.high-cp .content .xq{
		display: none;
	}
	.high-cp .content .tq{
		display: none;
	}
	.high-cp .content .lq{
		display: none;
	}

	.fun-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.fun-cp .section-wrapper{
		padding: 0 10px;
	}
	.fun-cp .tabs{
		width: 100%;
		border: 0;
		background-image:none;
		box-shadow: none;
	}
	.fun-cp .tabs .tab-content .item{
		padding: 0;
	}
	.fun-cp .tabs .tab-content .item ul li{
		width: 100%;
		height: auto;
		margin: 12px 0 0;
		display: flex;
		border:0;
	}
	.fun-cp .tabs .tab-content .item ul li .t{
		width: 60px;
		height: 124px;
	}
	.fun-cp .tabs .tab-content .item ul li .t h3{
		font-size: 18px;
		padding: 12px 24px 24px 12px;
		height: 88px;
		line-height: 24px;
		border-radius:12px 0 0 12px;
	}
	.fun-cp .tabs .tab-content .item ul li .c{
		width: 100%;
		margin-top: 0;
		margin-left: -12px;
		height: 124px;
	}
	.fun-cp .tabs .tab-title{
		margin: 12px 0 0;
		height: 96px;
	}
	.fun-cp .tabs .tab-title ul li a{
		height: 72px;
		padding: 12px 0;
		font-size: 16px;
	}
	.fun-cp .tabs .tab-title ul li a span{
		display: block;
		line-height: 24px;
	}
}




