@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: 646px;
	background-image: url(../images/zx_bg1.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:1200px 660px;
	position: relative;
}
.solve-cp .drawing .content .mobile{
	display: none;
}
.solve-cp .drawing .content .m{
	width: 510px;
	float: left;
    position: relative;
    min-height: 1px;
}
.solve-cp .drawing .content .m .xu{
	position: absolute;
	top:130px;
	left: 0;
	width: 510px;
	height:268px;
	float: left;
    position: relative;
    min-height: 1px;
    border: 2px dotted #2361ff;
    border-radius: 135px;
}
.solve-cp .drawing .content .m .xu .w{
	width:230px;
	height: 230px;
	border-radius: 50%;
	background: #e3ebff;
	border:1px solid #FFF;
}
.solve-cp .drawing .content .m .xu .w:nth-child(1){
	float: left;
	margin: 18px 0 0 18px;
}
.solve-cp .drawing .content .m .xu .w:nth-child(2){
	float: right;
	margin: 18px 18px 0 0;
}
.solve-cp .drawing .content .m .xu .w .n{
	width: 194px;
	height: 194px;
	background: #2361ff;
	border-radius: 50%;
	display: block;
	margin:18px;
	overflow: hidden;
}
.solve-cp .drawing .content .m .xu .w .n span{
	margin-top: 75px;
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    height: 80px;
    line-height: 40px;
    display: block;
    text-decoration: none;
}
.solve-cp .drawing .content .m .arrow{
	width: 107px;
	height: 68px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -53px;
}
.solve-cp .drawing .content .m .up{
	top:62px;
	background-image: url(../images/zx_up.png);
}
.solve-cp .drawing .content .m .down{
	top:402px;
	background-image: url(../images/zx_down.png);
}
.solve-cp .drawing .content .m .title{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
    text-align: center;
    display: block;
    color: #236eff;
    font-weight: 700;
    font-size: 26px;
}
.solve-cp .drawing .content .m .title{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
    text-align: center;
    display: block;
    color: #236eff;
    font-weight: 700;
    font-size: 26px;
}
.solve-cp .drawing .content .m .xq{
	width: 306px;
	height: 306px;
	border-radius: 50%;
	position: absolute;
	background: #236eff;
	top: 137px;
	left:50%;
	margin-left: -153px;
}
.solve-cp .drawing .content .m .xq span{
	margin-top: 115px;
	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:140px;
	height: 40px;
	border-radius:24px;
	position: absolute;
	background: #FFF;
	
}
.solve-cp .drawing .content .m .wq span{
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	display: block;
}
.solve-cp .drawing .content .m .wq.q1{
	border: 2px solid #543cff;
	top:18px;
	left:183px;
}
.solve-cp .drawing .content .m .wq.q1 span{
	color:#543cff;
}
.solve-cp .drawing .content .m .wq.q2{
	border: 2px solid #58d38b;
	top:18px;
	right:183px;
}
.solve-cp .drawing .content .m .wq.q2 span{
	color:#58d38b;
}
.solve-cp .drawing .content .m .wq.q3{
	border: 2px solid #236eff;
	top:518px;
	left:183px;
}
.solve-cp .drawing .content .m .wq.q3 span{
	color:#236eff;
}
.solve-cp .drawing .content .m .wq.q4{
	border: 2px solid #f7a033;
	top:518px;
	right:183px;
}
.solve-cp .drawing .content .m .wq.q4 span{
	color:#f7a033;
}
.solve-cp .drawing .content .m .dy{
	width:190px;
	height: 190px;
	position:absolute;
	top:200px;
}
.solve-cp .drawing .content .m .dy span{
	margin-top: 75px;
	line-height: 40px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	display: block;
	color:#012edf;
}
.solve-cp .drawing .content .m .dy.zuo{
	left: 0px;
}
.solve-cp .drawing .content .m .dy.you{
	right: 0px;
}
.solve-cp .drawing .content .m .dy.you span{
	color:#236eff;
}
.solve-cp .drawing .content .l{
	width: 345px;
	float:left;
	display: block;
	min-height: 1px;
	position: relative;
}
.solve-cp .drawing .content .l .frame{
	margin-top: 126px;
}
.solve-cp .drawing .content .l .frame ul{

}
.solve-cp .drawing .content .l .frame ul li{
	height: 36px;
	border-radius:25px;
	margin: 24px 0 0 11px;
	width: 154px;
	float: left;
	border: 1px solid #4785ff;
}
.solve-cp .drawing .content .l .frame ul li h6{
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	color:#2361ff;
	font-weight: 400;
}
.solve-cp .drawing .content .r{
	width: 345px;
	float:left;
	display: block;
	min-height: 1px;
	position: relative;
}
.solve-cp .drawing .content .r .frame{
	margin-top: 126px;
}
.solve-cp .drawing .content .r .frame ul{

}
.solve-cp .drawing .content .r .frame ul li{
	height: 36px;
	border-radius:25px;
	margin: 24px 0 0 11px;
	width: 154px;
	float: left;
	border: 1px solid #4785ff;
}
.solve-cp .drawing .content .r .frame ul li h6{
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	color:#2361ff;
	font-weight: 400;
}
.solve-cp .drawing .content .line{
	position: absolute;
	left: 50%;
	bottom: 56px;
	text-align: center;
	margin-left: -300px;
	width: 600px;
}

.solve-cp .drawing .content .line h3{
	color:#236eff;
	font-size: 20px;
}
.solve-cp .drawing .content .line h6{
	color:#6923ff;
	font-size: 20px;
	margin-top: 25px;
}

.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);
}


.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 .section-wrapper{
	position: relative;
}
.service-cp .tabs .tab-title{
	text-align: center;
}
.service-cp .tabs .tab-title ul li{
	display: inline-block;
	width:280px;
	height: 72px;
	float: none;
	margin: 0 7px;
}
.service-cp .tabs .tab-title ul li a{
	line-height: 72px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 30px 0;
	padding-left: 120px;
	text-align: left;
	font-size: 18px;
	border-radius: 8px;
	color:#333;
}
.service-cp .tabs .tab-title ul li.active a{
	color:#FFF;
	background-color: #236eff;
}
.service-cp .tabs .tab-title ul li:nth-child(1) a{
	background-image: url(../images/cp3_i1.png);
}
.service-cp .tabs .tab-title ul li:nth-child(2) a{
	background-image: url(../images/cp3_i2.png);
}
.service-cp .tabs .tab-title ul li:nth-child(3) a{
	background-image: url(../images/cp3_i3.png);
}
.service-cp .tabs .tab-title ul li:nth-child(4) a{
	background-image: url(../images/cp3_i4.png);
}
.service-cp .tabs .tab-title ul li:hover a{
	background-color: #236eff;
	color:#FFF;
}
.service-cp .tabs .tab-content{
	margin-top: 32px;
	padding: 0 14px;
}
.service-cp .tabs .tab-content .item dl{
	margin: 0;
}
.service-cp .tabs .tab-content .item dl dt{
	float: left;
	width: 400px;
	margin-left: 200px;
}
.service-cp .tabs .tab-content .item dl dt h3{
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	margin-top: 60px;
	margin-bottom: 40px;
}
.service-cp .tabs .tab-content .item dl dt p{
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	line-height: 60px;
	padding-left: 36px;
	background: url(../images/icon8.png) no-repeat left center;
}
.service-cp .tabs .tab-content .item dl dd{
	width: 550px;
	float: left;
}
.service-cp .tabs .tab-content .item dl dd img{
	height: 400px;
}




.project-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;
}
.project-cp .section-wrapper{
	position: relative;
}
.project-cp .swiper-item{
	width: 574px;
	height: 174px;
	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;
    padding:28px 34px;
    box-sizing:border-box;

}
.project-cp .swiper-item:hover{
	background-image:linear-gradient(to right,#ffffff,#e5efff);
	 -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;
}
.project-cp .swiper-item dl{
	
}
.project-cp .swiper-item dl dt{
	width:84px;
	height:118px;
	float: right;
	text-align: right;
}
.project-cp .swiper-item dl dt i{
	width:48px;
	height:48px;
	background-size: 48px 48px;
	background-repeat: no-repeat;
	display:inline-block;
	margin: 0px;
}
.project-cp .swiper-item:nth-child(1) dl dt i{
	background-image: url(../images/te_1.png);
}
.project-cp .swiper-item:nth-child(2) dl dt i{
	background-image: url(../images/te_2.png);
}
.project-cp .swiper-item:nth-child(3) dl dt i{
	background-image: url(../images/te_3.png);
}
.project-cp .swiper-item:nth-child(4) dl dt i{
	background-image: url(../images/te_4.png);
}
.project-cp .swiper-item:nth-child(5) dl dt i{
	background-image: url(../images/te_5.png);
}
.project-cp .swiper-item:nth-child(6) dl dt i{
	background-image: url(../images/te_6.png);
}
.project-cp .swiper-item:nth-child(7) dl dt i{
	background-image: url(../images/te_7.png);
}
.project-cp .swiper-item:nth-child(8) dl dt i{
	background-image: url(../images/te_8.png);
}
.project-cp .swiper-item dl dd{
	width:420px;
	height:118px;
	float: left;
}
.project-cp .swiper-item dl dd h3{
	font-size: 24px;
	margin: 0;
	line-height: 26px;
	font-weight: 400;
}
.project-cp .swiper-item dl dd p{
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 26px;
}





.software-cp .pc-content .hm{
	position: absolute;
	top:29px;
	left:102px;
	width:610px;
	height: 382px;
}
.software-cp .pc-content .qh{
	position: absolute;
	top:30px;
	right:0px;
	width:470px;
	height: 380px;
}
.software-cp .pc-content .qh ul li{
	width:470px;
	height: 190px;
	background-image:linear-gradient(to right,#eaf1fb,#ffffff);
}
	
.software-cp .pc-content .qh ul li span{
	text-align: left;
	padding:40px 0 0 35px;
    margin: 0 25px;
    height:96px;
    line-height: 48px;
    border-radius: 20px;
    display: block;
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}
.software-cp .pc-content .qh ul li.active{
	background-image:linear-gradient(to right,#c7dcfb,#ffffff);

}
.software-cp .pc-content .qh ul li.active span{
	color: #236eff;
}
.software-cp .pc-content .qh ul li:nth-child(2){
	border-top: 1px solid #FFF;
}
.software-cp .pc-content .hm .tabs-content .tab-pane{
	display:none;
}
.software-cp .pc-content .hm .tabs-content .tab-pane.active{
	display:block;
}
.software-cp .pc-yq{
	width: 519px;
	height: 519px;
	background: url(../images/s_yq.png) no-repeat;
	position: absolute;
	top:-120px;
	left:-95px;
}


.solution-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;
}
.solution-cp .caption h3{
	color:#FFF;
}
.solution-cp .caption h3:after{
	background: #FFF;
}

.solution-cp .list ul li{
	float: left;
	width: 172px;
	height: 360px;
	background-image:linear-gradient(to bottom,#01a3fe,#FFFFFF);
	border-radius: 8px;
	border: 1px solid #FFF;
	display: flex;
	box-sizing:border-box;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	-webkit-transition: width .3s ease-in-out .0s;
    -moz-transition: width .3s ease-in-out .0s;
    -ms-transition: width .3s ease-in-out .0s;
    -o-transition: width .3s ease-in-out .0s;
    transition: width .3s ease-in-out .0s;
}
.solution-cp .list ul li:nth-child(1){
	background-image:linear-gradient(to bottom,#b8c6fd,#FFFFFF);
}
.solution-cp .list ul li:nth-child(2){
	background-image:linear-gradient(to bottom,#01a3fe,#FFFFFF);
}
.solution-cp .list ul li:nth-child(3){
	background-image:linear-gradient(to bottom,#874de1,#FFFFFF);
}
.solution-cp .list ul li:nth-child(4){
	background-image:linear-gradient(to bottom,#246fff,#FFFFFF);
}
.solution-cp .list ul li:nth-child(5){
	background-image:linear-gradient(to bottom,#12c86a,#FFFFFF);
}
.solution-cp .list ul li .bg{
	position: absolute;
	top:0;
	left:0;
	width: 172px;
	height: 360px;
	background-repeat: no-repeat;
	background-position:center 144px;
	z-index: 1;
}
.solution-cp .list ul li:nth-child(1) .bg{
	background-image:url(../images/u_1.png);
}
.solution-cp .list ul li:nth-child(2) .bg{
	background-image:url(../images/u_2.png);
}
.solution-cp .list ul li:nth-child(3) .bg{
	background-image:url(../images/u_3.png);
}
.solution-cp .list ul li:nth-child(4) .bg{
	background-image:url(../images/u_4.png);
}
.solution-cp .list ul li:nth-child(5) .bg{
	background-image:url(../images/u_5.png);
}
.solution-cp .list ul li .content{
	padding:0 18px;
}
.solution-cp .list ul li .content h3{
	font-size: 20px;
	color:#FFF;
	font-weight: 700;
	line-height: 32px;
	margin: 28px 0 0;
}
.solution-cp .list ul li .content h6{
	font-size: 16px;
	color:#FFFFFF;
	font-weight: 400;
	line-height: 28px;
	margin: 12px 0 0;
}
.solution-cp .list ul li .content h6 span{
	display: block;
}
.solution-cp .list ul li .content p{
	font-size: 16px;
    color: #596582;
    font-weight: 400;
    line-height: 28px;
    margin: 12px 0 0;
    display: none;
}
.solution-cp .list ul li.active{
	width: 412px;
	-webkit-transition: all .3s ease-in .0s;
    -moz-transition: all .3s ease-in .0s;
    -ms-transition: all .3s ease-in .0s;
    -o-transition: all .3s ease-in .0s;
    transition: all .3s ease-in .0s;
}
.solution-cp .list ul li.active h3{
	font-size: 24px;
    color: #236eff;
    font-weight: 700;
    line-height: 56px;
    margin: 20px 0 0;
}
.solution-cp .list ul li.active h6{
	font-size: 16px;
    color: #283142;
    font-weight: 700;
    line-height: 32px;
    margin: 10px 0 0;
}
.solution-cp .list ul li.active h6 span{
	display: inline-block;
	margin-right:10px ;
}
.solution-cp .list ul li.active p{
	display: block;
}
.solution-cp .list ul li.active .bg{
    width: 412px;
    height: 360px;
    background-position: 240px 150px;
    opacity: 0.3;
}








.solution-cp .jjfa-hot{
	width: 412px;
	height: 360px;
	background-image:linear-gradient(45deg,#ffffff,#b8c6fd);
	border-radius: 8px;
	border: 1px solid #FFF;
	display: flex;
	box-sizing:border-box;
	position: relative;
	float: left;
	margin: 0 10px;
}
.solution-cp .jjfa-hot .bg{
	position: absolute;
	top:0;
	left:0;
	width: 412px;
	height: 360px;
	background-image:url(../images/u_1.png);
	background-repeat: no-repeat;
	background-position: 240px 150px;
	opacity: 0.3;
	z-index: 1;
}
.solution-cp .jjfa-hot .content{
	padding:0 80px 0 26px;
}
.solution-cp .jjfa-hot .content h3{
	font-size: 24px;
	color:#236eff;
	font-weight: 700;
	line-height: 56px;
	margin: 20px 0 0;
}
.solution-cp .jjfa-hot .content h6{
	font-size: 16px;
	color:#283142;
	font-weight: 700;
	line-height: 32px;
	margin: 10px 0 0;
}
.solution-cp .jjfa-hot .content p{
	font-size: 16px;
	color:#596582;
	font-weight: 400;
	line-height: 28px;
	margin: 12px 0 0;
}
.solution-cp .jjfa-list{
	width: 768px;
	float: right;
}
.solution-cp .jjfa-list ul li{
	float: left;
	width: 172px;
	height: 360px;
	background-image:linear-gradient(to bottom,#01a3fe,#FFFFFF);
	border-radius: 8px;
	border: 1px solid #FFF;
	display: flex;
	box-sizing:border-box;
	position: relative;
	margin: 0 10px;
}
.solution-cp .jjfa-list ul li:nth-child(1){
	background-image:linear-gradient(to bottom,#01a3fe,#FFFFFF);
}
.solution-cp .jjfa-list ul li:nth-child(2){
	background-image:linear-gradient(to bottom,#874de1,#FFFFFF);
}
.solution-cp .jjfa-list ul li:nth-child(3){
	background-image:linear-gradient(to bottom,#246fff,#FFFFFF);
}
.solution-cp .jjfa-list ul li:nth-child(4){
	background-image:linear-gradient(to bottom,#12c86a,#FFFFFF);
}
.solution-cp .jjfa-list ul li .bg{
	position: absolute;
	top:0;
	left:0;
	width: 172px;
	height: 360px;
	background-repeat: no-repeat;
	background-position:center 144px;
	z-index: 1;
}
.solution-cp .jjfa-list ul li:nth-child(1) .bg{
	background-image:url(../images/u_2.png);
}
.solution-cp .jjfa-list ul li:nth-child(2) .bg{
	background-image:url(../images/u_3.png);
}
.solution-cp .jjfa-list ul li:nth-child(3) .bg{
	background-image:url(../images/u_4.png);
}
.solution-cp .jjfa-list ul li:nth-child(4) .bg{
	background-image:url(../images/u_5.png);
}

.solution-cp .jjfa-list ul li .content{
	padding:0 18px;
}
.solution-cp .jjfa-list ul li .content h3{
	font-size: 20px;
	color:#FFF;
	font-weight: 700;
	line-height: 32px;
	margin: 28px 0 0;
}
.solution-cp .jjfa-list ul li .content p{
	font-size: 16px;
	color:#FFFFFF;
	font-weight: 400;
	line-height: 28px;
	margin: 12px 0 0;
}




.project-cp .swiper-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;
}
.project-cp ul{
	 font-size: 0;
}
.project-cp ul.items li{
	width: 266px;
    height: 345px;
    margin: 0 12px;
    background-image:linear-gradient(to bottom,#e1e9ff,#FFFFFF);
    overflow: hidden;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 8px;
}
.project-cp ul.items li i{
	display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    height: 112px;
    background-repeat: no-repeat;
    background-size: 112px 112px;
    width: 112px;
}
.project-cp ul.items li.xq i{
    background-image: url(/images/t_1.png);
}
.project-cp ul.items li.ty i{
    background-image: url(/images/t_2.png);
}
.project-cp ul.items li.xc i{
    background-image: url(/images/t_3.png);
}
.project-cp ul.items li.gj i{
    background-image: url(/images/t_4.png);
}

.project-cp	ul.items li strong{
	display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
 }
.project-cp ul.items li p{
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}
.project-cp ul.items li:hover {
    box-shadow: 2px 5px 8px #e5eafc;
    -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
}
.project-cp ul.items li:hover strong {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
.project-cp ul.items li:hover p{
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
@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;
	}


	.service-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.service-cp .section-wrapper{
		padding: 0 10px;
	}
	.service-cp .tabs .tab-title ul{
		p
	}
	.service-cp .tabs .tab-title ul li{
		width: 46%;
		height: 50px;
		float: left;
		margin: 0 2%;
	}
	.service-cp .tabs .tab-title ul li a{
		font-size: 16px;
		padding-left: 50px;
		background-size: 40px 40px;
		background-position:5px center;
		line-height:50px;
	}
	.service-cp .tabs .tab-content .item{
		position: relative;
		min-height:120px;
	}
	.service-cp .tabs .tab-content .item dl dt{
		width: 100%;
		margin: 0;
		float: none;
		z-index: 1;
		position: relative;
	}
	.service-cp .tabs .tab-content .item dl dt h3{
		margin: 0 0 12px;
		font-size: 18px;
	}
	.service-cp .tabs .tab-content .item dl dt p{
		line-height: 36px;
		font-size: 16px;
	}
	.service-cp .tabs .tab-content .item dl dd{
		width: auto;
		float: none;
		text-align: center;
		position: absolute;
		top:0;
		right: 0;
		z-index: 0;
	}
	.service-cp .tabs .tab-content .item dl dd img{
		height: 120px;
	}

	.project-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.project-cp .section-wrapper{
		padding: 0 10px;
	}
	.project-cp .swiper-item{
		width: 100%;
		margin: 8px 0;
		box-sizing: border-box;
		padding: 16px 14px;
		box-shadow: 2px 5px 8px #cdcdcd;
		height: auto;
	}
	.project-cp .swiper-item dl{
		display: flex;
		margin: 0;
	}
	.project-cp .swiper-item dl dt{
		width: 56px;
		float: none;
		text-align: left;
		height: auto;
	}
	.project-cp .swiper-item dl dt i{
		width: 36px;
	    height: 36px;
	    background-size: 36px 36px;
	}
	.project-cp .swiper-item dl dd{
		width: auto;
		float: none;
		flex: 1;
		height: auto;
	}
	.project-cp .swiper-item dl dd h3{
		font-size: 18px;
		font-weight: 700;
	}
	.project-cp .swiper-item dl dd p{
		margin:8px 0 0;
	}
}

