@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_b2.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: 390px;
	position: relative;
}
.solve-cp .drawing .content ul li{
	width:238px;
	height:388px;
	float: left;
	border: 1px solid #236eff;
	border-radius: 12px;
}
.solve-cp .drawing .content ul li.z:hover{
	background-image: linear-gradient(0deg, #FFF, #e1e9ff);
}
.solve-cp .drawing .content ul li i{
	width:112px;
	height:112px;
	border-radius: 50%;
	background-color: #236eff;
	display: block;
	border: 4px solid #95c3ff;
	background-position: center center;
	margin: 24px auto 0;
}
.solve-cp .drawing .content ul li:nth-child(1) i{
	
	background-image: url(../images/cp5_i1.png);
}
.solve-cp .drawing .content ul li:nth-child(3) i{
	
	background-image: url(../images/cp5_i2.png);
}
.solve-cp .drawing .content ul li:nth-child(5) i{
	
	background-image: url(../images/cp5_i3.png);
}
.solve-cp .drawing .content ul li:nth-child(7) i{
	
	background-image: url(../images/cp5_i4.png);
}
.solve-cp .drawing .content ul li h3{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 32px 0 0;
}
.solve-cp .drawing .content ul li p{
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	margin: 24px 0 0;
	padding: 0 18px;
}
.solve-cp .drawing .content ul li.arrow{
	width: 80px;
	position: relative;
	border: 0;
}
.solve-cp .drawing .content ul li.arrow:after{
	content: ' ';
	width: 46px;
	height: 32px;
	display: block;
	background: url(../images/cp5_union.png) no-repeat;
	position: absolute;
	top:50%;
	left:23px;
	margin-top: -50px;
}
.solve-cp .drawing .info{
	margin-top: 52px;
	height: 134px;
	background: url(../images/cp5_b.png) no-repeat;
}
.solve-cp .drawing .info h3{
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 64px;
}


.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);
}



.role-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: 0;
}

.role-cp .section-wrapper{
	position: relative;
}
.role-cp .content{
	position: relative;
	height: 742px;
	background: url(../images/cp5_bg1.png) no-repeat bottom center;
}
.role-cp .content .list{
	width:386px;
	height: 576px;
	background: #FFF;
	border: 1px solid #236eff;
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
	position: absolute;
	bottom:165px;
	left: 50%;
	margin-left:-193px;
}
.role-cp .content .list h3{
	width:200px;
	height: 56px;
	line-height: 56px;
	background: #236eff;
	color:#FFF;
	font-size: 24px;
	font-weight: 700;
	border-radius: 25px;
	margin: 38px auto 0;
	text-align: center;
}
.role-cp .content .list ul{
	padding: 30px 90px 0;
}
.role-cp .content .list ul li span{
	font-size: 20px;
	line-height: 60px;
	position: relative;
	display: block;
	padding-left: 40px;
}
.role-cp .content .list ul li span:after{
	content: ' ';
	width: 10px;
	height:10px;
	border-radius: 50%;
	background: #236eff;
	display: block;
	position: absolute;
	top:25px;
	left: 0;
}
.role-cp .content .user ul li{
	position: absolute;
	width:128px;
	height: 128px;
}
.role-cp .content .user ul li:nth-child(1){
	top:15px;
	left: 0;
}
.role-cp .content .user ul li:nth-child(2){
	top:257px;
	left: 0;
}
.role-cp .content .user ul li:nth-child(3){
	top:499px;
	left: 0;
}
.role-cp .content .user ul li:nth-child(4){
	top:15px;
	right: 0;
}
.role-cp .content .user ul li:nth-child(5){
	top:257px;
	right: 0;
}
.role-cp .content .user ul li:nth-child(6){
	top:499px;
	right: 0;
}
.role-cp .content .user ul li i{
	width:124px;
	height: 124px;
	display: block;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px;
}
.role-cp .content .user ul li:nth-child(1) i{
	background-image: url(../images/cp5_u1.png);
}
.role-cp .content .user ul li:nth-child(2) i{
	background-image: url(../images/cp5_u2.png);
}
.role-cp .content .user ul li:nth-child(3) i{
	background-image: url(../images/cp5_u3.png);
}
.role-cp .content .user ul li:nth-child(4) i{
	background-image: url(../images/cp5_u4.png);
}
.role-cp .content .user ul li:nth-child(5) i{
	background-image: url(../images/cp5_u5.png);
}
.role-cp .content .user ul li:nth-child(6) i{
	background-image: url(../images/cp5_u6.png);
}
.role-cp .content .user ul li p{
	margin: 0;
	height: 0px;
	width: 260px;
	position: absolute;
	top:64px;
	left: 127px;
	border-top: 1px dashed #236eff;
	display: none;
}
.role-cp .content .user ul li p:after{
	width: 0;
	height: 0;
	content: ' ';
	display: block;
	position: absolute;
	border: 10px solid;
  	border-color: transparent transparent transparent #236eff;
  	position: absolute;
  	top:-10px;
  	left: 0;
}
.role-cp .content .user ul li p:before{
	width: 16px;
	height: 16px;
	content: ' ';
	display: block;
	position: absolute;
	background: url(../images/icon7.png) no-repeat;
  	top:-8px;
  	right: -20px;
  	transform: rotate(180deg);
}
.role-cp .content .user ul li:hover p{
	display: block;
}
.role-cp .content .user ul li:nth-child(4) p{
	width: 258px;
	left: -257px;
	transform: rotate(180deg);
}
.role-cp .content .user ul li:nth-child(5) p{
	width: 258px;
	left: -257px;
	transform: rotate(180deg);
}
.role-cp .content .user ul li:nth-child(6) p{
	width: 258px;
	left: -257px;
	transform: rotate(180deg);
}
.role-cp .content .user ul li.active i{
	border:2px solid #236eff;
	padding:0px;
}
.role-cp .content .user ul li.active p{
	display: block;
}



.core-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;
}

.core-cp .section-wrapper{
	position: relative;
}
.core-cp .list ul li{
	width: 324px;
	height: 570px;
	float: left;
	margin-right: 105px;
}
.core-cp .list ul li:last-child{
	margin-right: 0;
}
.core-cp .list ul li i{
	width: 180px;
	height: 180px;
	margin: 0 auto;
	box-shadow: 0 0 10px #e5eafc;
	display: block;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center 30px;
}
.core-cp .list ul li:nth-child(1) i{
	background-image: url(../images/cp5_c1.png);
}
.core-cp .list ul li:nth-child(2) i{
	background-image: url(../images/cp5_c2.png);
}
.core-cp .list ul li:nth-child(3) i{
	background-image: url(../images/cp5_c3.png);
}
.core-cp .list ul li u{
	width: 194px;
	height: 194px;
	margin: 0 auto;
	display: block;
	border-radius: 50%;
	border: 10px solid #d3e2ff;
	background:#236eff;
	margin-top: -48px;
	text-decoration: none;
}
.core-cp .list ul li u span{
	margin-top: 54px;
	font-size: 26px;
	font-weight: 700;
	color:#FFF;
	text-align: center;
	height: 80px;
	line-height: 40px;
	display: block;
}
.core-cp .list ul li em{
	margin-top: 12px;
	display: block;
	height: 46px;
	background: url(../images/cp5_union1.png) no-repeat top center;
}
.core-cp .list ul li h3{
	display: block;
	margin: 24px 0 0;
	text-align: center;
	font-size: 24px;
}
.core-cp .list ul li p{
	display: block;
	margin: 24px 0 0;
	line-height: 28px;
	font-size: 16px;
}


.tese-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;
}

.tese-cp .section-wrapper{
	position: relative;
}
.tese-cp .list{
	display: flex;/*
	justify-content: space-between;*/
	justify-content: center;

}
.tese-cp .list ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tese-cp .list ul li{
	width: 378px;
	height: 172px;
	border: 1px solid #FFF;
	background: #fff;
	border-radius: 16px;
	position: relative;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 46px;
	position: relative;
}
.tese-cp .list ul li:nth-child(3){
	margin-right: 0;
}
.tese-cp .list ul li:nth-child(4){
	margin-bottom: 0;
}
.tese-cp .list ul li:nth-child(5){
	margin-right: 0;
	margin-bottom: 0;
}
.tese-cp .list ul li:hover{
	background-image: linear-gradient(to right, #FFF, #e4efff);
}
.tese-cp .list ul li i{
	width: 72px;
	height: 72px;
	border: 4px solid #d3e2ff;
	border-radius: 50%;
	background: #236eff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	text-align: center;
	line-height: 72px;
	font-size: 30px;
	font-style:normal;
	color:#FFF;
}
.tese-cp .list ul li h3{
	font-size: 24px;
	text-align: center;
	margin: 60px 0 0;
	font-weight: 700;
}
.tese-cp .list ul li p{
	margin: 24px 0 0;
	font-size: 16px;
	text-align: center;
}

@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;
		display: block;
		overflow: hidden;
	}
	.solve-cp .drawing .content .mobile{
		display: block;
	}
	.solve-cp .drawing .content .mobile img{
		width: 100%;
	}
	.solve-cp .drawing .content ul li{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.solve-cp .drawing .content ul li i{
		display: none;
	}
	.solve-cp .drawing .content ul li h3{
		margin: 20px 0 0;
	}
	.solve-cp .drawing .content ul li p{
		margin: 10px 0 16px;
	}
	.solve-cp .drawing .content ul li.arrow{
		width: 100%;
		height: 46px;
	}
	.solve-cp .drawing .content ul li.arrow:after{
		top: 0;
		margin-top: 0;
		transform:rotate(90deg);
		left: 50%;
		margin-left: -24px;
	}
	.solve-cp .drawing .info{
		background: none;
		margin-top: 20px;
		height: 44px;
	}
	.solve-cp .drawing .info h3{
		font-size: 20px;
		margin: 0;
		line-height:44px;
	}

	.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;
	}

	.role-cp .caption h3{
		line-height: 36px;
		padding: 16px 30px;
	}
	.role-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.role-cp .content{
		padding: 0 10px;
		background: none;
		height: auto;
	}
	.role-cp .content .user ul{
		display: flex;
		justify-content: space-between;
	}
	.role-cp .content .user ul li{
		position: static;
		width: 20%;
		height: auto;
	}
	.role-cp .content .user ul li i{
		width: 56px;
		height: 56px;
		background-size: 56px 56px;
		margin: 0 auto;
	}
	.role-cp .content .user ul li p{
		opacity: 0;
	}
	.role-cp .content .list{
		position: static;
		width: 100%;
		height: auto;
		margin: 16px 0 0;
		border-bottom:1px solid #236eff;
	}
	.role-cp .content .list h3{
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		margin:24px auto 0;
	}
	.role-cp .content .list ul{
		padding: 0 0 12px;
		text-align: center;
		margin-top: 16px;
	}
	.role-cp .content .list ul li{
		margin: 0 12px;
		display: inline-block;
	}
	.role-cp .content .list ul li span{
		font-size: 16px;
		padding-left: 15px;
		display: inline-block;
		height: 44px;
		line-height: 44px;
	}
	.role-cp .content .list ul li span:after{
		top: 16px;
	}


	.core-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.core-cp .section-wrapper{
		padding: 0 10px;
	}
	.core-cp .list ul li{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-top: 12px;
	}
	.core-cp .list ul li:nth-child(2){
		margin-left: 2%;
	}
	.core-cp .list ul li:nth-child(3){
		margin-left: 2%;
	}
	.core-cp .list ul li u{
		width: 35%;
		height: 0;
		padding-bottom: calc(35% - 20px);
		box-sizing: border-box;
		margin-top: 0;
	}
	.core-cp .list ul li u span{
		font-size: 16px;
		line-height: 24px;
		height: auto;
		margin: 28px auto 0;
	}
	.core-cp .list ul li i{
		display: none;
		width: 30%;
		height: 0;
		padding-bottom: 30%;
		background-size: 44px 44px;
		background-position: center 20px
	}
	.core-cp .list ul li h3{
		font-size: 16px;
		line-height: 20px;
		height: 20px;
		margin: 12px 0 0;
	}
	.core-cp .list ul li p{
		margin: 12px 0 0;
		font-size: 15px;
		padding: 0 2px;
	}

	.tese-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.tese-cp .section-wrapper{
		padding: 0 10px;
	}
	.tese-cp .list ul{
		padding: 30px 0 0;
	}
	.tese-cp .list ul li{
		width: 100%;
		height: auto;
		margin:0 0 44px;
		padding-bottom: 30px;
	}
	.tese-cp .list ul li i{
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 18px;
		margin-top: -28px;
    	margin-left: -28px;
	}
	.tese-cp .list ul li h3{
		font-size: 18px;
		margin:36px 0 0;
	}
	.tese-cp .list ul li p{
		margin: 12px 0 0;
	}
	.tese-cp .list ul li:nth-child(4){
		margin:0 0 44px;
	}
	.tese-cp .list ul li:nth-child(5){
		margin:0;
		padding-bottom: 30px;
	}
}