@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:10px;
	right:-20%;
	width:460px;
	height:340px;
	background:url(/images/cp6_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: 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 .list{
	margin-top:55px ;
	width: 1200px;
	height: 724px;
	position: relative;
}
.solve-cp .drawing .list ul li{
	width:376px;
	height:344px;
	float: left;
	border-radius: 12px;
	position: relative;
}
.solve-cp .drawing .list ul li h3{
	font-size: 22px;
	font-weight: 700;
	color:#FFF;
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 155px 0 0;
}
.solve-cp .drawing .list ul li p{
	font-size: 16px;
	line-height: 24px;
	padding: 0 44px;
	text-align: center;
	color:#FFF;
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
}
.solve-cp .drawing .list ul li:nth-child(1){
	background-image: url(../images/cp6_j1.jpg);
	margin-right: 36px;
	margin-bottom: 36px;
}
.solve-cp .drawing .list ul li:nth-child(2){
	background-image: url(../images/cp6_j2.jpg);
	margin-right: 36px;
	margin-bottom: 36px;
}
.solve-cp .drawing .list ul li:nth-child(3){
	background-image: url(../images/cp6_j3.jpg);
	margin-bottom: 36px;
}
.solve-cp .drawing .list ul li:nth-child(4){
	background-image: url(../images/cp6_j4.jpg);
	margin-right: 36px;
}
.solve-cp .drawing .list ul li:nth-child(5){
	background-image: url(../images/cp6_j5.jpg);
	margin-right: 36px;
}
.solve-cp .drawing .list ul li:nth-child(6){
	background-image: url(../images/cp6_j6.jpg);
}
.solve-cp .drawing .list ul li u{
	width:376px;
	height:344px;
	position: absolute;
	top:0;
	left:0;
	background: url(../images/cp6_jmb1.png) no-repeat;
	border-radius: 12px;
	z-index: 1;
}
.solve-cp .drawing .list ul li:hover u{
	background: url(../images/cp6_jmb2.png) no-repeat;
}



.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);
}



.assure-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;
}

.assure-cp .section-wrapper{
	position: relative;
}
.assure-cp .tabs .tab-title{
	text-align: center;
}
.assure-cp .tabs .tab-title ul li{
	width:248px;
	height: 64px;
	border-radius: 12px;
	margin: 0 12px;
	display: inline-block;
    float: none;
}
.assure-cp .tabs .tab-title ul li.active a{
	background:#236eff;
	color:#FFF;
}
.assure-cp .tabs .tab-title ul li a{
	width:248px;
	font-size: 20px;
	padding: 0;
	line-height: 64px;
	text-align: center;
	display: block;
	color:#236eff;
	-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;
    border-radius: 12px;
}
.assure-cp .tabs .tab-title ul li a:hover{
	background:#236eff;
	color:#FFF;
}
.assure-cp .tabs .tab-content{
	margin-top:60px ;
}
.assure-cp .tabs .tab-content .item1 .l{
	width: 290px;
	padding-top: 30px;
	float: left;
}
.assure-cp .tabs .tab-content .item1 .l ul li{
	width: 290px;
	height: 72px;
	margin-bottom: 16px;
	border-radius: 12px;
}
.assure-cp .tabs .tab-content .item1 .l ul li span{
	display: block;
	line-height: 72px;
	background-repeat: no-repeat;
	background-position:20px center;
	padding-left: 100px;
	color:#236eff;
	font-size:20px;
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(1) span{
	background-image: url(../images/cp6_i1d.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(2) span{
	background-image: url(../images/cp6_i2d.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(3) span{
	background-image: url(../images/cp6_i3d.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(4) span{
	background-image: url(../images/cp6_i4d.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(5) span{
	background-image: url(../images/cp6_i5d.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li.on{
	background-image: linear-gradient(to right,#ffffff,#d9e3ff);
	box-shadow: 2px 5px 8px #e5eafc;
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(1).on span{
	background-image: url(../images/cp6_i1.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(2).on span{
	background-image: url(../images/cp6_i2.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(3).on span{
	background-image: url(../images/cp6_i3.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(4).on span{
	background-image: url(../images/cp6_i4.png);
}
.assure-cp .tabs .tab-content .item1 .l ul li:nth-child(5).on span{
	background-image: url(../images/cp6_i5.png);
}
.assure-cp .tabs .tab-content .item1 .r{
	width: 848px;
	height: 480px;
	float: right;
	background: url(../images/cp6_bg1.png) no-repeat;
}
.assure-cp .tabs .tab-content .item1 .r div{
	margin: 58px 0 0 35px;
}
.assure-cp .tabs .tab-content .item1 .r div img{
	width: 692px;
	height: 396px;
	border-radius: 12px;
}
.assure-cp .tabs .tab-content .item2{
	background: url(../images/cp6_bg5.png) no-repeat bottom center;
	padding-bottom: 120px;
}
.assure-cp .tabs .tab-content .item2 ul{
	padding: 0 23px;
}
.assure-cp .tabs .tab-content .item2 ul li{
	width: 338px;
	height: 508px;
	float: left;
	margin-right: 70px;
	background-repeat: no-repeat;
}
.assure-cp .tabs .tab-content .item2 ul li.l{
	background-image: url(../images/rect_l.png);
}
.assure-cp .tabs .tab-content .item2 ul li.z{
	background-image: url(../images/rect_z.png);
	margin-top: 26px;
}
.assure-cp .tabs .tab-content .item2 ul li.r{
	background-image: url(../images/rect_r.png);
	margin-right: 0;
}
.assure-cp .tabs .tab-content .item2 ul li i{
	width:152px;
	height: 152px;
	display: block;
}
.assure-cp .tabs .tab-content .item2 ul li i{
	width:152px;
	height: 152px;
	display: block;
	margin: 40px auto 0;
	background-repeat: no-repeat;
}
.assure-cp .tabs .tab-content .item2 ul li:nth-child(1) i{
	background-image: url(../images/cp6_a1.png);
	margin: 66px auto 0;
}
.assure-cp .tabs .tab-content .item2 ul li:nth-child(2) i{
	background-image: url(../images/cp6_a2.png);
}

.assure-cp .tabs .tab-content .item2 ul li:nth-child(3) i{
	background-image: url(../images/cp6_a3.png);
	margin: 66px auto 0;
}
.assure-cp .tabs .tab-content .item2 ul li h3{
	font-size: 24px;
	font-weight: 700;
	color: #2d69ff;
	text-align: center;
	margin: 25px 0 0;
}
.assure-cp .tabs .tab-content .item2 ul li div{
	padding: 0 32px;
	margin-top: 40px;
}
.assure-cp .tabs .tab-content .item2 ul li div p{
	font-size: 16px;
	position: relative;
	padding: 0 0 0 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.assure-cp .tabs .tab-content .item2 ul li div p:after{
	content: ' ';
	width: 10px;
	height:10px;
	border-radius: 50%;
	background: #236eff;
	display: block;
	position: absolute;
	top:7px;
	left: 0;
}






.pic-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;
}

.pic-cp .section-wrapper{
	position: relative;
}
.pic-cp .mobile{
	display: none;
}
.pic-cp .image{
	width: 1200px;
	height: 570px;
	background: url(../images/cp6_bg2.jpg) no-repeat;
	position: relative;
}
.pic-cp .image .btn{
	width: 184px;
	height: 48px;
	line-height: 48px;
	background: #236eff;
	border-radius: 40px;
	margin: 0;
	padding: 0;
	color:#FFF;
	position: absolute;
	bottom: 0;
	font-size: 20px;
}
.pic-cp .image .btn.btn1{
	left: 222px;
}
.pic-cp .image .btn.btn2{
	left: 680px;
}
.pic-cp .image .btn.btn3{
	left: 988px;
}


.phone-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;
}

.phone-cp .section-wrapper{
	position: relative;
}
.phone-cp .content{
	position: relative;
	height: 696px;
	float: left;
}
.phone-cp .content .b{
	margin-top: 96px;
	width: 1200px;
	height: 504px;
	background: url(../images/cp6_bg4.jpg) no-repeat;
}
.phone-cp .content .b .tab-content .item{
	padding:80px 580px 0 80px;
	height: 260px;
}
.phone-cp .content .b .tab-content .item p{
	font-size: 20px;
	line-height: 32px;
}
.phone-cp .content .b .tab-title{
	padding: 0 0 0 80px;
}
.phone-cp .content .b .tab-title ul li{
	width:168px;
	height: 64px;
	margin: 0 12px;
	display: inline-block;
    float: none;
}
.phone-cp .content .b .tab-title ul li a{
	width:168px;
	font-size: 20px;
	padding: 0;
	line-height: 64px;
	text-align: center;
	display: block;
    border: 1px solid #236eff;
    border-radius: 12px;
    color:#236eff;
}
.phone-cp .content .b .tab-title ul li.active a{
	background:#236eff;
	color:#FFF;
}

.phone-cp .content .b .tab-title ul li a:hover{
	background:#236eff;
	color:#FFF;
}

.phone-cp .content .b .tab-title .item p{
	font-size: 20px;
	line-height: 32px;
}

.phone-cp .content .k{
	width: 382px;
	height: 696px;
	background: url(../images/iphone.png) no-repeat;
	position: absolute;
	top:0;
	right: 75px;
}
.phone-cp .content .k div{
	width:276px;
	height: 598px;
	margin: 48px 0 0 53px;
}


.hdp-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;
}

.hdp-cp .section-wrapper{
	position: relative;
}
.hdp-cp .section-wrapper .swiper .swiper-wrapper{
	width: 664px;
	margin: 0 auto;
}
.hdp-cp .section-wrapper .swiper .swiper-slide{
	height: 462px;
}
.hdp-cp .section-wrapper .swiper .swiper-slide img{
	width: 664px;
	height: 374px;
	border-radius: 40px;
}
.hdp-cp .section-wrapper .swiper .swiper-slide h3{
	text-align: center;
	margin: 40px 0 20px;
	font-size: 24px;
	display: none;
}
.hdp-cp .section-wrapper .swiper .swiper-slide.swiper-slide-active h3{
	display: block;
}
.hdp-cp .section-wrapper .swiper .swiper-slide{
	border-radius: 40px;
}
.hdp-cp .section-wrapper .swiper .swiper-button-next,.hdp-cp .section-wrapper .swiper .swiper-button-prev{
	margin-top: -50px;
}
.hdp-cp .section-wrapper .swiper .swiper-button-prev{
	width: 56px;
	height: 56px;
	background: url(../images/owl_l.png) no-repeat;
	-moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity = 70);
}
.hdp-cp .section-wrapper .swiper .swiper-button-prev:after{
	content: '';
}
.hdp-cp .section-wrapper .swiper .swiper-button-next{
	width: 56px;
	height: 56px;
	background: url(../images/owl_r.png) no-repeat;
	-moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity = 70);

}
.hdp-cp .section-wrapper .swiper .swiper-button-next:after{
	content: '';
}



.device-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;
}

.device-cp .section-wrapper{
	position: relative;
}
.device-cp .item ul{
	 font-size: 0;
}
.device-cp .item ul li{
	width: 400px;
	height: 210px;
	float: left;
	margin: 14px 0;
}
.device-cp .item ul li a{
	position: relative;
	top:0;
	display: block;
	margin: 0 14px;
	border-radius: 6px;
	-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;
}
.device-cp .item ul li a:hover {
	top: -16px;
	background-color: white;
	box-shadow: 0 0 8px #666;
	-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;
}
.device-cp .item ul li img{
	width: 372px;
	height: 210px;

}
.device-cp .item ul li span{
	position: absolute;
    bottom: -30px;
}


@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;
	}


	.solve-cp .drawing .list{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.solve-cp .drawing .list ul{
		display: block;
		overflow: hidden;
	}
	.solve-cp .drawing .list ul li{
		width: 46%;
		height: 0;
/*		margin: 0 2%;*/
		margin-top: 12px;
		padding-bottom: 50%;
		background-size: cover;
	}
	.solve-cp .drawing .list ul li:nth-child(1){
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.solve-cp .drawing .list ul li:nth-child(2){
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.solve-cp .drawing .list ul li:nth-child(3){
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.solve-cp .drawing .list ul li:nth-child(4){
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.solve-cp .drawing .list ul li:nth-child(5){
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.solve-cp .drawing .list ul li u{
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.solve-cp .drawing .list ul li h3{
		font-size: 18px;
		margin:30px 0 0;
	}
	.solve-cp .drawing .list ul li p{
		padding: 0 8px;
		margin: 20px 0 0;
	}
	.solve-cp .drawing .list ul li:hover u{
		background-size: cover;
	}

	.assure-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.assure-cp .section-wrapper{
		padding: 0 10px;
	}
	.assure-cp .tabs .tab-title ul li{
		width: 46%;
        height: 44px;
        float: left;
        margin: 0 2%;
	}
	.assure-cp .tabs .tab-title ul li a{
		width: 100%;
        font-size: 16px;
        line-height: 44px;
	}
	.assure-cp .tabs .tab-content{
		margin-top: 12px;
	}
	.assure-cp .tabs .tab-content .item1 .l{
		width: 100%;
		padding-top: 12px;
	}
	.assure-cp .tabs .tab-content .item1 .l ul li{
		width: 50%;
		float: left;
		margin-bottom: 4px;
		height: 40px;
	}
	.assure-cp .tabs .tab-content .item1 .l ul li span{
		font-size: 16px;
		line-height: 40px;
		padding-left:60px;
		background-size: 24px 24px;
	}
	.assure-cp .tabs .tab-content .item1 .r{
		width: 100%;
		height: 0;
		padding-bottom: 56.6%;
		background-size: cover;
	}
	.assure-cp .tabs .tab-content .item1 .r div{
		margin: 7% 15% 0 5%;
	}
	.assure-cp .tabs .tab-content .item1 .r div img{
		width: 100%;
		height: 100%;
	}
	.assure-cp .tabs .tab-content .item2{
		background: none;
		padding-bottom:0;
	}
	.assure-cp .tabs .tab-content .item2 ul li.l{
		background: none;
	}
	.assure-cp .tabs .tab-content .item2 ul li.z{
		background: none;
		margin-top: 8px;
	}
	.assure-cp .tabs .tab-content .item2 ul li.r{
		background: none;
	}
	.assure-cp .tabs .tab-content .item2 ul{
		padding: 0;
	}
	.assure-cp .tabs .tab-content .item2 ul li{
		width: 100%;
		height: auto;
		margin: 0;
		border: 2px solid #236eff;
		position: relative;
		border-radius: 12px;
		margin-top: 8px;
	}
	.assure-cp .tabs .tab-content .item2 ul li i{
		position: absolute;
		left:15px;
		top:15px;
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
		margin: 0;
	}
	.assure-cp .tabs .tab-content .item2 ul li:nth-child(1) i{
		margin: 0;
	}
	.assure-cp .tabs .tab-content .item2 ul li:nth-child(3) i{
		margin: 0;
	}
	.assure-cp .tabs .tab-content .item2 ul li h3{
		padding-left: 100px;
		text-align: left;
		font-size: 18px;
	}
	.assure-cp .tabs .tab-content .item2 ul li div{
		padding-left: 100px;
		padding-right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.pic-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.pic-cp .section-wrapper{
		padding: 0 10px;
	}
	.pic-cp .image{
		display: none;
	}
	.pic-cp .mobile{
		display: block;
	}
	.pic-cp .mobile img{
		width: 100%;
	}


	.phone-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.phone-cp .section-wrapper{
		padding: 0 10px;
	}
	.phone-cp .content{
		height: auto;
	}
	.phone-cp .content .b{
		margin-top: 12px;
		width: 100%;
		height: auto;
		padding-bottom: 16px;
	}
	.phone-cp .content .k{
		position: static;
		margin: 0 auto;
		background-position: top center;
		overflow: hidden;
	}
	.phone-cp .content .k div{
		margin: 48px auto 0;
	}
	.phone-cp .content .b .tab-content .item{
		padding: 16px;
		height: auto;
		min-height: 110px;
	}
	.phone-cp .content .b .tab-content .item p{
		font-size: 16px;
		line-height: 24px;
	}
	.phone-cp .content .b .tab-title{
		padding: 0;
	}
	.phone-cp .content .b .tab-title ul li{
		width: 29%;
        height: 44px;
        float: left;
        margin: 0 2%;
	}
	.phone-cp .content .b .tab-title ul li a{
		width: 100%;
        font-size: 16px;
        line-height: 44px;
	}


	.hdp-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.hdp-cp .section-wrapper{
		padding: 0 10px;
	}
	.hdp-cp .section-wrapper .swiper{
		width: 100%;
	}
	.hdp-cp .section-wrapper .swiper .swiper-slide{
		width: 100%;
		height: auto;
	}
	.hdp-cp .section-wrapper .swiper .swiper-slide img{
		width: 100%;
		height: 240px;
	}
	.hdp-cp .section-wrapper .swiper .swiper-button-next, .hdp-cp .section-wrapper .swiper .swiper-button-prev{
		margin-top: -50px;
	}
	.hdp-cp .section-wrapper .swiper .swiper-slide h3{
		font-size: 18px;
		margin: 20px 0 10px;
	}

	
	.device-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.device-cp .section-wrapper{
/*		padding: 0 10px;*/
	}
	.device-cp .item ul li{
		width: 50%;
        height: 0px;
        padding-bottom: 25%;
        margin: 8px 0;
    }
    .device-cp .item ul li img{
    	width: 100%;
        height: 100%;
    }
    .device-cp .item ul li a:hover {
    	top: -8px;
    }
}