@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:20px;
	right:-20%;
	width:540px;
	height:275px;
	background:url(/images/cp_b1.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: -40px 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 .tab_title{
	height: 80px;
	box-shadow: 2px 5px 8px #e5eafc;
	border-radius: 10px;
	-webkit-border-radius:10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1px solid #FFF;
    background:#FFF;
    z-index: 999;
}
.solve-cp .tab_title .line{
	position: absolute;
    top: 0px;
    width: 0;
    height: 80px;
    font-size:3px;
    background-image:linear-gradient(to right,#ffffff,#dbe9ff);
    display: none;
    border-radius: 10px;
   	z-index: -10;
}
.solve-cp .tab_title ul li{
	width: 33.3%;
	height: 80px;
	display: inline-block;
	float: left;
	text-align: center;
}
.solve-cp .tab_title ul li.active a{
	color:#236eff;
}
.solve-cp .tab_title ul li:hover a{
	color:#236eff;
}
.solve-cp .tab_title ul li a{
	text-align: center;
	line-height: 80px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color:#333;
	display: block;
}

.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: 540px;
	background-image: url(../images/cp_bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:1200px 460px;
	position: relative;
}
.solve-cp .drawing .content .mobile{
	display: none;
}
.solve-cp .drawing .content .l{
	width: 240px;
	float:left;
	display: block;
	min-height: 1px;
}
.solve-cp .drawing .content .m{
	width: 676px;
	float:left;
	position: relative;
	min-height: 1px;
}
.solve-cp .drawing .content .r{
	width: 284px;
	float:left;
	min-height: 1px;
}
.solve-cp .drawing .content .m .xq{
	width: 380px;
	height: 380px;
	border-radius: 50%;
	position: absolute;
	top: 79px;
	left:147px;
	border: 2px dashed #236eff;
}
.solve-cp .drawing .content .m .xq .bq{
	width: 310px;
	height: 310px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 35px;
	left:35px;
}
.solve-cp .drawing .content .m .xq .bq .lq{
	width: 250px;
	height: 250px;
	background: #236eff;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left:30px;
}
.solve-cp .drawing .content .m .xq .bq .lq span{
	margin-top: 80px;
	font-size: 26px;
	font-weight: 700;
	color:#FFF;
	text-align: center;
	height: 80px;
	line-height: 40px;
	display: block;
}
.solve-cp .drawing .content .m .wq{
	width:100px;
	height: 100px;
	border: 3px solid #236eff;
	border-radius:50%;
	position: absolute;
	background: #FFF;
}
.solve-cp .drawing .content .m .wq span{
	margin-top: 36px;
	font-size: 20px;
	font-weight: 700;
	color:#236eff;
	text-align: center;
	height: 26px;
	line-height: 26px;
	display: block;
}
.solve-cp .drawing .content .m .wq.q1{
	top:7px;
	left:287px;
}
.solve-cp .drawing .content .m .wq.q2{
	top:350px;
	right:115px;
}
.solve-cp .drawing .content .m .wq.q3{
	top:350px;
	left:115px;
}
.solve-cp .drawing .content .m .jt{
	width:118px;
	height: 60px;
	position:absolute;
	background-size: 118px 60px;
	top:240px;
}
.solve-cp .drawing .content .m .jt.zuo{
	background-image: url(../images/cp_j_l.png);
	left: 20px;
}
.solve-cp .drawing .content .m .jt.you{
	background-image: url(../images/cp_j_r.png);
	right: 20px;
}
.solve-cp .drawing .content .l .frame{
	margin-top: 75px;
	border: 1px dashed #236eff;
	border-radius:120px;
}
.solve-cp .drawing .content .l .frame ul{
	display: block;
	overflow: hidden;
	padding: 40px 30px;
}
.solve-cp .drawing .content .l .frame ul li{
	background: #236eff;
	height: 50px;
	border-radius:25px;
	margin: 12px 0;
	width: 100%;
	float: left;
}
.solve-cp .drawing .content .l .frame ul li h6{
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color:#FFF;
}

.solve-cp .drawing .content .r .frame{
	margin-top: 115px;
}
.solve-cp .drawing .content .r .frame ul li{
	height: 50px;
	border-radius:15px;
	margin: 12px 0;
	width: 100%;
	float: left;
	border: 1px solid #236eff;
}
.solve-cp .drawing .content .r .frame ul li h6{
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color:#236eff;
}
.solve-cp .drawing .content .line{
	position: absolute;
	left: 565px;
	bottom: 0;
	text-align: center;
}
.solve-cp .drawing .content .line div{
	margin: 6px 0;
	overflow:hidden;
	display:block;
	float: left;
	width: 100%;
}
.solve-cp .drawing .content .line div i{
	background-image:linear-gradient(to bottom,#ebeffe,#2965ff);
	border-radius: 50%;
	display:inline-block;
}
.solve-cp .drawing .content .line div.small i{
	width: 12px;
	height: 12px;
}
.solve-cp .drawing .content .line div.big i{
	width: 16px;
	height: 16px;
}
.solve-cp .drawing .msg{
	margin-top: 30px;
}
.solve-cp .drawing .msg h3{
	text-align: center;
	margin: 0 25px;
	line-height: 70px;
    border: 2px dashed #236eff;
    border-radius: 20px;
    display: block;
    color:#236eff;
    font-weight: 700;
    font-size: 26px;
}

.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);
}


.module-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;
}
.module-cp .swiper-module{
	width: 574px;
	height: 140px;
	background:#FFF;
	margin: 12px;
	float: left;
	box-shadow: 2px 5px 8px #e5eafc;
	border-radius: 10px;
	-webkit-border-radius:10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1px solid #FFF;

}
.module-cp .swiper-module:hover{
	background-image:linear-gradient(to right,#ffffff,#ebf3ff);
	 -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
.module-cp .swiper-module dl{
	
}
.module-cp .swiper-module dl dt{
	width:130px;
	height:140px;
	float: left;
}
.module-cp .swiper-module dl dt i{
	width:60px;
	height:60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	display: block;
	margin: 40px 35px;
}
.module-cp .swiper-module:nth-child(1) dl dt i{
	background-image: url(../images/m1.png);
}
.module-cp .swiper-module:nth-child(2) dl dt i{
	background-image: url(../images/m2.png);
}
.module-cp .swiper-module:nth-child(3) dl dt i{
	background-image: url(../images/m3.png);
}
.module-cp .swiper-module:nth-child(4) dl dt i{
	background-image: url(../images/m4.png);
}
.module-cp .swiper-module:nth-child(5) dl dt i{
	background-image: url(../images/m5.png);
}
.module-cp .swiper-module:nth-child(6) dl dt i{
	background-image: url(../images/m6.png);
}
.module-cp .swiper-module:nth-child(7) dl dt i{
	background-image: url(../images/m7.png);
}
.module-cp .swiper-module:nth-child(8) dl dt i{
	background-image: url(../images/m8.png);
}
.module-cp .swiper-module dl dd{
	width:420px;
	height:140px;
	float: left;
	margin-left: 10px;
	margin-right: 14px;
}
.module-cp .swiper-module dl dd h3{
	font-size: 24px;
	margin: 28px 0 0;
	line-height: 26px;
	font-weight: 700;
}
.module-cp .swiper-module dl dd p{
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 26px;
}



.power-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;
}
.power-cp .swiper-power{
	width: 274px;
	height: 320px;
	background:#FFF;
	margin: 12px;
	float: left;
	box-shadow: 2px 5px 8px #e5eafc;
	border-radius: 10px;
	-webkit-border-radius:10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #FFF;

}
.power-cp .swiper-power .title{
	height: 72px;
	position: relative;
}
.power-cp .swiper-power:nth-child(1) .title{
	background-image:linear-gradient(to right,#ffffff,#dfe8ff);
}
.power-cp .swiper-power:nth-child(2) .title{
	background-image:linear-gradient(to right,#ffffff,#e8e6fc);
}
.power-cp .swiper-power:nth-child(3) .title{
	background-image:linear-gradient(to right,#ffffff,#dbfeed);
}
.power-cp .swiper-power:nth-child(4) .title{
	background-image:linear-gradient(to right,#ffffff,#d2f2f9);
}
.power-cp .swiper-power .title h3{
	line-height: 72px;
	padding-left: 30px;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
.power-cp .swiper-power .title i{
	width: 72px;
	height: 72px;
	background-size: 72px 72px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 10px;
	top: -10px;
}
.power-cp .swiper-power:nth-child(1) .title i{
	background-image: url(../images/e1.png);
}
.power-cp .swiper-power:nth-child(2) .title i{
	background-image: url(../images/e2.png);
}
.power-cp .swiper-power:nth-child(3) .title i{
	background-image: url(../images/e3.png);
}
.power-cp .swiper-power:nth-child(4) .title i{
	background-image: url(../images/e4.png);
}
.power-cp .swiper-power .info ul{
	padding: 25px 34px;
}
.power-cp .swiper-power .info ul li{
	line-height: 46px;
	background: url(../images/pe_gou.png) no-repeat left center;
}
.power-cp .swiper-power .info ul li span{
	font-size: 17px;
	padding-left:48px;
}



.service-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;
}
.service-cp .mobile{
	display: none;
}
.service-cp .service-content{
	width: 1200px;
	height: 600px;
	background-image: url(../images/s_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
	margin-top: -60px;

}
.service-cp .service-content .icon{
	position: absolute;
	width: 102px;
	height: 102px;
	background: url(../images/se_line.png) no-repeat;
	top:188px;
	left:50%;
	margin-left: -51px;
}
.service-cp .service-content .item{
	position: absolute;
	width: 205px;
}
.service-cp .service-content .item i{
	width:56px;
	height: 56px;
	background-repeat: no-repeat;
	left:50%;
	bottom: 0;
	margin-left: -28px;
	display: block;
	position: absolute;
}
.service-cp .service-content .item h3{
	margin: 0;
	font-size: 22px;
	color: #236eff;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}
.service-cp .service-content .item p{
	margin: 12px 0 0;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
.service-cp .service-content .item-1{
	width: 150px;
	height: 235px;
	top:90px;
	left: 55px;
}
.service-cp .service-content .item-1 i{
	background-image: url(../images/se1.png);
}
.service-cp .service-content .item-2{
	height: 170px;
	top:55px;
	left: 300px;
}
.service-cp .service-content .item-2 i{
	background-image: url(../images/se2.png);
}
.service-cp .service-content .item-3{
	height: 170px;
	top:55px;
	right: 300px;
}
.service-cp .service-content .item-3 h3{
	color:#5749e6;
}
.service-cp .service-content .item-3 i{
	background-image: url(../images/se3.png);
}
.service-cp .service-content .item-4{
	width: 150px;
	height: 235px;
	top:90px;
	right: 55px;
}
.service-cp .service-content .item-4 i{
	background-image: url(../images/se4.png);
}
.service-cp .service-content .item-5{
	top:337px;
	left: 220px;
	padding-top:90px;
}
.service-cp .service-content .item-5 h3{
	color:#5749e6;
}
.service-cp .service-content .item-5 i{
	top:0;
	background-image: url(../images/se5.png);
}

.service-cp .service-content .item-6{
	top:355px;
	left: 500px;
	padding-top:90px;
}
.service-cp .service-content .item-6 i{
	top:0;
	background-image: url(../images/se6.png);
}
.service-cp .service-content .item-7{
	top:337px;
	right: 220px;
	padding-top:90px;
}
.service-cp .service-content .item-7 h3{
	color:#5749e6;
}
.service-cp .service-content .item-7 i{
	top:0;
	background-image: url(../images/se7.png);
}




.data-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;
}
.data-cp .mobile{
	display: none;
}
.data-cp .data-content{
	width: 1200px;
	height: 780px;
	position:relative;
	background-image: url(../images/d_b.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.data-cp .data-content .quan{
	width: 1200px;
	height: 375px;
	display: block;
	overflow: hidden;
	position: relative;;
}
.data-cp .data-content .quan i{
	width: 1220px;
	height: 1050px;
	border-radius: 50%;
	border: 4px solid #2366f7;
	display: block;
	position: absolute;
	top:50px;
	left: -10px;
}
.data-cp .data-content .item{
	position: absolute;
	width: 98px;
	height: 98px;
	background: #2366f7;
	border-radius: 50%;
}
.data-cp .data-content .item h3{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 26px;
	height: 52px;
	margin: 20px 0 0;
}
.data-cp .data-content .item.item-1{
	top:320px;
	left: 0;
}

.data-cp .data-content .item.item-2{
	top:190px;
	left: 90px;
}

.data-cp .data-content .item.item-3{
	top:90px;
	left: 225px;
}

.data-cp .data-content .item.item-4{
	top:25px;
	left: 380px;
}

.data-cp .data-content .item.item-5{
	top:0;
	left: 50%;
	margin-left: -49px;
}
.data-cp .data-content .item.item-6{
	top:25px;
	right: 380px;
}

.data-cp .data-content .item.item-7{
	top:90px;
	right: 225px;
}

.data-cp .data-content .item.item-8{
	top:190px;
	right: 90px;
}

.data-cp .data-content .item.item-9{
	top:320px;
	right: 0;
}
.data-cp .data-content .dian{
	background-repeat: no-repeat;
	position:absolute;
}
.data-cp .data-content .dian.dian-1{
	width:699px;
	height: 529px;
	background-image: url(../images/d_1.png);
	left: 50%;
	margin-left: -350px;
	bottom: 0;
	z-index: 3;
}
.data-cp .data-content .dian.dian-2{
	width:400px;
	height: 246px;
	background-image: url(../images/d_2.png);
	left: 45px;
	bottom: 90px;
	z-index: 1;
}
.data-cp .data-content .dian.dian-3{
	width:400px;
	height: 246px;
	background-image: url(../images/d_3.png);
	right: 45px;
	bottom: 90px;
	z-index: 1;
}

@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;
	}
	.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 .tab_title{
		height: 68px;
		margin-top: 8px;
	}
	.solve-cp .tab_title ul{
		padding: 10px 0;
	}
	.solve-cp .tab_title ul li{
		height: 48px;
	}
	.solve-cp .tab_title ul li a{
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		padding: 0 4px;
	}
	.solve-cp .tab_title .line{
		height: 68px;
	}
	.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 .l{
		display: none;
	}
	.solve-cp .drawing .content .m{
		display: none;
	}
	.solve-cp .drawing .content .r{
		display: none;
	}
	.solve-cp .drawing .content .line{
		display: none;
	}
	.solve-cp .drawing .msg{
		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;
	}

	.module-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.module-cp .section-wrapper{
		padding: 0 10px;
	}
	.module-cp .swiper-module {
		width: 100%;
		margin: 12px 0 0;
	}
	.module-cp .swiper-module dl{
		display: flex;
	}
	.module-cp .swiper-module dl dt i{
		width: 44px;
		height: 44px;
		background-size:44px 44px;
		margin: 40px 0 0 20px;
	}
	.module-cp .swiper-module dl dt{
		width: 80px;
		float: none;
	}
	.module-cp .swiper-module dl dd{
		width: auto;
		float: none;
	}
	.module-cp .swiper-module dl dd h3{
		font-size: 20px;
		margin: 16px 0 0;
	}
	.module-cp .swiper-module dl dd p{
		margin: 8px 0 0;
	}

	.power-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.power-cp .section-wrapper{
		padding: 0 10px;
	}
	.power-cp .swiper-power{
		width: 100%;
		margin: 12px 0 0;
		height: auto;
	}
	.power-cp .swiper-power .title{
		height: 48px;
	}
	.power-cp .swiper-power .title h3{
		line-height: 48px;
		font-size: 18px;
	}
	.power-cp .swiper-power .title i{
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
		top:-4px;
	}
	.power-cp .swiper-power .info ul{
		padding: 12px 16px 12px 30px;
	}
	.power-cp .swiper-power .info ul li{
		line-height: 38px;
	}


	.service-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.service-cp .mobile{
		display: block;
		padding: 0 10px;
	}
	.service-cp .mobile img{
		width: 100%;
	}

	.service-cp .service-content{
		display: none;
	}

	.data-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.data-cp .mobile{
		display: block;
		padding: 0 10px;
	}
	.data-cp .mobile img{
		width: 100%;
	}
	.data-cp .data-content{
		display: none;
	}
	

}


