@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: 630px;
	background-image: url(../images/cp_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:1200px 577px;
	position: relative;
}
.solve-cp .drawing .content .mobile{
	display: none;
}

.solve-cp .drawing .content .m{
	width: 686px;
	float: left;
    position: relative;
    min-height: 1px;
}
.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: 257px;
	float:left;
	display: block;
	min-height: 1px;
	position: relative;
}
.solve-cp .drawing .content .l .title{
	position: absolute;
	top:198px;
	left:70px;
	width: 1px;
	line-height:26px;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	color:#012edf;
	font-weight: 700;
}
.solve-cp .drawing .content .l .frame{
	margin-top: 65px;
	margin-left: 105px;
}
.solve-cp .drawing .content .l .frame ul{

}
.solve-cp .drawing .content .l .frame ul li{
	height: 50px;
	border-radius:25px;
	margin: 5px 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:#012edf;
	font-weight: 700;
}
.solve-cp .drawing .content .r{
	width: 257px;
	float:right;
	display: block;
	min-height: 1px;
	position:relative;
}
.solve-cp .drawing .content .r .title{
	position: absolute;
	top:130px;
	right:90px;
	width: 1px;
	line-height:26px;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	color:#236eff;
	font-weight: 700;
}
.solve-cp .drawing .content .r .frame{
	margin-top: 115px;
	margin-right: 105px;
}
.solve-cp .drawing .content .r .frame ul{

}
.solve-cp .drawing .content .r .frame ul li{
	height: 50px;
	border-radius:25px;
	margin: 5px 0;
	width: 100%;
	float: left;
}
.solve-cp .drawing .content .r .frame ul li h6{
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color:#236eff;
	font-weight: 700;
}
.solve-cp .drawing .content .line{
	position: absolute;
	left: 50%;
	bottom: 0;
	text-align: center;
	margin-left: -12px;
}
.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: 0px;
}
.solve-cp .drawing .msg h3{
	text-align: center;
	margin: 0 25px;
	line-height: 70px;
    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);
}


.software-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;
}
.software-cp .section-wrapper{
	position: relative;
}
.software-cp .pc-content{
	height:480px;
	background: url(../images/s_frame.png) no-repeat left bottom;
	position: relative;
	z-index: 1;
}
.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 60px 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;
	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;
    background: #FFF;
}
.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:url(../images/u_1.png) no-repeat center 144px,linear-gradient(to bottom,#1945F7,#FFFFFF);
}
.solution-cp .list ul li:nth-child(2) .bg{
	background:url(../images/u_2.png) no-repeat center 144px,linear-gradient(to bottom,#00A3FE,#FFFFFF);
}
.solution-cp .list ul li:nth-child(3) .bg{
	background:url(../images/u_3.png) no-repeat center 144px,linear-gradient(to bottom,#874DE1,#FFFFFF);
}
.solution-cp .list ul li:nth-child(4) .bg{
	background:url(../images/u_4.png) no-repeat center 144px,linear-gradient(to bottom,#236EFF,#FFFFFF);
}
.solution-cp .list ul li:nth-child(5) .bg{
	background:url(../images/u_5.png) no-repeat center 144px,linear-gradient(to bottom,#11C869,#FFFFFF);
}
.solution-cp .list ul li.active .bg{
   	width: 412px;
    height: 360px;
    opacity: 0.3;
}
.solution-cp .list ul li:nth-child(1).active .bg{
	background:url(../images/u_1.png) no-repeat 240px 150px,linear-gradient(253deg,#1945F7,#FFFFFF);
}
.solution-cp .list ul li:nth-child(2).active .bg{
	background:url(../images/u_2.png) no-repeat 240px 150px,linear-gradient(253deg,#00A3FE,#FFFFFF);
}
.solution-cp .list ul li:nth-child(3).active .bg{
	background:url(../images/u_3.png) no-repeat 240px 150px,linear-gradient(253deg,#874DE1,#FFFFFF);
}
.solution-cp .list ul li:nth-child(4).active .bg{
	background:url(../images/u_4.png) no-repeat 240px 150px,linear-gradient(253deg,#236EFF,#FFFFFF);
}
.solution-cp .list ul li:nth-child(5).active .bg{
	background:url(../images/u_5.png) no-repeat 240px 150px,linear-gradient(253deg,#11C869,#FFFFFF);
}


.solution-cp .list ul li .content{
	padding:0 18px;
	position: relative;
	z-index: 2;
}
.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 .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;
    font-weight: 700;
 }
.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;
	}

	.software-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.software-cp .pc-content{
		width: 380px;
		height: 374px;
		margin: 0 auto;
		background-size: 380px 225px;
	}
	.software-cp .pc-content .qh{
		position: static;
		width: 100%;
		height: 110px;
	}
	.software-cp .pc-content .qh ul li{
		width: 50%;
		height: 90px;
		float: left;
	}
	.software-cp .pc-content .qh ul li span{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		padding: 0;
		text-align: center;
		padding: 12px 0;
		margin: 0 8px;
	}
	.software-cp .pc-content .hm{
		width: 286px;
		height: 178px;
		top:auto;
		bottom:32px;
		left: 47px;
	}
	.software-cp .pc-content .hm .tab-pane img{
		width: 286px;
		height: 178px;
	}
	
	.solution-cp .section-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.solution-cp .list ul li{
		width: 94%;
		height: auto;
		margin: 12px 3% 0;
	}
	.solution-cp .list ul li.active{
		width: 94%;
		margin: 12px 3% 0;
	}
	.solution-cp .list ul li .bg{
		width: 100%;
		height: 240px;
	}
	.solution-cp .list ul li.active .bg{
		width: 100%;
		height: 240px;
	}
	.solution-cp .list ul li .content h3{
		font-size: 20px;
		line-height: 44px;
		margin: 10px 0 0;
	}
	.solution-cp .list ul li.active h6{
		line-height: 28px;
	}
	.solution-cp .list ul li .content h6 span{
		display: inline-block;
    	margin-right: 10px;
	}

	.solution-cp .list ul li .content p{
		display: block;
		margin: 8px 0 16px;
	}
	.solution-cp .list ul li:nth-child(1) .bg{
		background:linear-gradient(to bottom,#1945F7,#FFFFFF);
	}
	.solution-cp .list ul li:nth-child(2) .bg{
		background:linear-gradient(to bottom,#00A3FE,#FFFFFF);
	}
	.solution-cp .list ul li:nth-child(3) .bg{
		background:linear-gradient(to bottom,#874DE1,#FFFFFF);
	}
	.solution-cp .list ul li:nth-child(4) .bg{
		background:linear-gradient(to bottom,#236EFF,#FFFFFF);
	}
	.solution-cp .list ul li:nth-child(5) .bg{
		background:linear-gradient(to bottom,#11C869,#FFFFFF);
	}


	.project-cp .swiper-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.project-cp ul.items li{
		width: 94%;
		height: auto;
		margin: 12px 3% 0;
		box-sizing: border-box;
		box-shadow: 2px 5px 8px #e5eafc;
		position: relative;
	}
	.project-cp ul.items li i{
		position: absolute;
		top:20px;
		left:20px;
		width: 70px;
		height: 70px;
		background-size:70px 70px;
		margin-top: 0;
	}
	.project-cp ul.items li strong{
		text-align: left;
		font-size: 18px;
		margin-top: 16px;
		padding: 0 0 0 100px;
	}
	.project-cp ul.items li p{
		text-align: left;
		margin: 12px 0 16px;
		padding: 0 0 0 100px;
	}
}