@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";}
body{ text-align: justify;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}

.left{ float:left;}
.right{ float:right;}

.pt30{ padding-top: 30px !important; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.w100{ width: 100%;	display: block; }


::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.ovfl{ overflow: hidden; }

.banner{
}
.nbanner{
	height: 500px;
}
.slide.banner{
	height: 850px;
}
.banner.swiper-container{
	display: none;
}
.prodetail table{
	width: 100%;
	word-break: break-all;
}

.header{
	position: fixed;
	padding: 20px 15%;
	background: rgba(0,0,0,.6);
	width: 70%;
	left: 0;
	top: 0;
	z-index: 99999;
}
.header .logo{
	width: 6%;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.header .menuarea{
	width: 90%;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header .menuarea .mtop{
	margin: 5px 0 0 0;
	line-height: 36px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header .menuarea .mtop h1{
	font-size: 18px;
	display: table;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding: 0 0 5px 0;
	float: left;
}
.header .menuarea .mtop h1 img{
	vertical-align: middle;
	width: 100px;
	margin: -3px 7px 0 0;
}
.header .menuarea .mtop .htel{
	font-size: 16px;
}
.header .menuarea .mtop .htel strong{
	font-size: 24px;
}
.header .menuarea ul{
	margin: 15px 0 0 0;
	width: 100%;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header .menuarea ul li{
	float: left;
	display: block;
	margin: 0 3% 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .menuarea ul li:last-child{
	margin: 0 0 0 0;
}
.header .menuarea ul li a{
	font-size: 16px;
	color: #cacbd2;
}
.header .menuarea ul li:hover a,
.header .menuarea ul li.this a{
	color: #fff;
}


.header .menuarea .searchbt{
	width: 16px;
	height: 21px;
	margin: 15px 0 0 0;
	cursor: pointer;
	position: relative;
	background: url("../images/sbut.png") center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.searcharea{
	position: absolute;
	display: none;
	width: 300px;
	top: 49px;
	right: -21px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.6);
	z-index: 99999999999999;
}
.searcharea .stext{
	height: 40px;
	float: left;
	width: 70%;
	padding: 0 5%;
	border: none;
}
.searcharea .sbut{
	height: 40px;
	float: left;
	width: 20%;
	border: none;
	background: url("../images/sbut.png") #181a98 center no-repeat;
}

.devbg{
	padding: 20px 0;
	background: #f5f5f5;
}
.dev{
	width: 70%;
	margin: 0 auto;
}
.dev .num_dev{
	width: 100%;
	text-align: center;
}
.dev .num_dev li{
	display: inline-block;
	width: 20%;
	float: left;
	color: #282828;
	padding: 5% 0;
	position: relative;
	margin: 0 6.666%;
}
.dev .num_dev li .num{
	font-size: 72px;
	color: #181a98;
	line-height: 58px;
}
.dev .num_dev li .num span{
	font-size: 14px;
	color: #282828;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
}
.dev .num_dev li .text{
	margin: 20px 0 0 0;
	font-size: 16px;
}

.dev .num_dev li .bt_dev{
	color: #484848;
	line-height: 32px;
	text-align: center;
	width: 88%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	border-radius: 50%;
	position: absolute;
	left: 6%;
	top: 0;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.dev .num_dev li:hover .bt_dev{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.dev .num_dev li .bt_dev .text{
	position: absolute;
	z-index: 9;
	left: 0;
	top: 50%;
	margin-top: -32px;
	width: 100%;
	font-size: 18px;
}
.dev .num_dev li .bt_dev .text span{
	font-size: 24px;
	color: #181a98;
	font-weight: bold;
	display: block;
}

.cate{
	width: 24%;
	color: #fff;
}
.cate .cate_title{
	font-size: 30px;
	background: #181a98;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 24px 0;
	position: relative;
}
.cate .cate_title:after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 38px;
	z-index: -1;
	background: url("../images/shadow_cate_title.png") center no-repeat;
	background-size: contain;
	bottom: -15px;
}
.cate .cate_title span{
	font-size: 14px;
}

.stitle{
	font-size: 48px;
	color: #282828;
	text-align: center;
}
.stitle:after{
	display: none;
	margin: 25px auto 0 auto;
	content: '';
	width: 36px;
	height: 2px;
	background: #181a98;
}

.pro{
	width: 70%;
	margin: 0 auto;
}

.cateul{}
.cateul>ul{
	margin: 0 0 25px 0;
}
.cateul li{
	display: block;
	text-align: center;
	position: relative;
}
.cateul li.fst>a{
	display: block;
	line-height: 55px;
	background: #181a98;
	font-size: 18px;
	color: #fff;
}
.cateul ul.scd>li>a{
	display: block;
	line-height: 45px;
	background: #434343;
	font-size: 16px;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cateul ul.scd>li>a:hover{
	background: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cateul ul.scd>li>span{
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.cateul ul.scd>li>span{
	background: url("../images/zhe.png") center no-repeat;
}
.cateul ul.scd>li.this>span{
	transform: rotate(180deg);
	background: url("../images/zhan.png") center no-repeat;
}
.cateul ul.scd>li.this .tid{
	display: block;
}
.cateul ul.tid{
	display: none;
}
.cateul ul.tid>li{
	line-height: 35px;
	background: #eeeeee;
	margin: 1px 0 0 0;
}
.cateul ul.tid>li:hover{
	background: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cateul ul.tid>li:hover a{
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cateul ul.tid>li a{
	display: block;
	color: #484848;
}

.proul{
	width: 73%;
}

.prochange li{
	display: block;
	background: #f3f3f3;
}
.prochange li .pic{
	width: 50%;
}
.prochange li .text{
	width: 44%;
	padding: 4% 3%;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}
.prochange li .text h1{
	font-size: 24px;
	color: #484848;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #181a98;
	margin: 0 0 30px 0;
}
.prochange li .text h1 span{
	display: block;
	color: #181a98;
}
.prochange li .text .tj_text{
	padding: 0 7% 0 0;
}
.prochange li .text a.more{
	width: 115px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #181a98;
	background: #181a98;
	color: #fff;
	display: block;
	margin: 20px 0 0 0;
	float: right;
}
.prochange li .text a.more:hover{
	background: none;
	color: #181a98;
}
.prochange li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}



.probottom{
	margin: 20px 0 0 0;
}
.probottom li{
	display: block;
	float: left;
	width: 31.333%;
	margin: 0 3% 0 0;
}
.probottom li:last-child{
	margin: 0;
}

.probottom li .text span{
	display: block;
	line-height: 55px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #282828;
	margin: 0 0 10px 0;
	padding: 0 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.probottom li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.probottom li .more{
	width: 110px;
	margin: 15px auto 0 auto;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: #181a98;
	text-align: center;
	border: 1px solid #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.probottom li:hover .more{
	color: #181a98;
	background: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.probottom li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}

.promisebg{
	background: #eee;
}
.promise{
	width: 70%;
	margin: 0 auto;
}
.promise .pleft{
	width: 50%;
}
.promise .pright{
	width: 50%;
}
.promise li{
	display: block;
	position: relative;
}
.promise li .left{
	width: 50%;
}
.promise li .right{
	width: 50%;
}
.promise li .text{
	position: absolute;
	width: 50%;
	text-align: center;
	color: #282826;
	font-size: 20px;
	line-height: 30px;
	top: 50%;
	margin-top: -60px;
}
.promise li .text p{
	font-size: 16px;
}
.promise li:nth-child(1) .right .text,
.promise li:nth-child(2) .left .text{
	color: #fff;
}
.promise .pright li{
}
.promise li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}


.servicebg{
	background: url("../images/bg_service.jpg") center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.cir{
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 1;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cir1{
	background-image: linear-gradient(to left, #4770a4, #264064);
	width: 1000px;
	height: 1000px;
	margin-left: -500px;
	margin-top: -400px;
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.cir2{
	background-image: linear-gradient(to left, #4770a4, #264064);
	width: 550px;
	height: 550px;
	margin-left: -275px;
	margin-top: -185px;
    -webkit-animation: warn1 4s ease-out;
    -moz-animation: warn1 4s ease-out;
    animation: warn1 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.2;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.2;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn1" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}



.servicebg .stitle{
	color: #fff;
}
.servicebg .stitle:after{
	background: #fff;
}
.cenlogobg{
	width: 304px;
	height: 304px;
	position: relative;
	margin: 100px auto 0 auto;
	z-index: 9;
}
.cenlogobg>img{
	position: absolute;
	left: 50%;
	margin-left: -112px;
	top: 50%;
	margin-top: -113px;
}
.cenlogo{
	width: 304px;
	height: 304px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation:circle 20s infinite linear; 
}
@-webkit-keyframes circle{
	0% {transform:rotate(0deg);}
	100% {transform:rotate(-360deg);}
}

.service{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cenlogobg1{
	width: 30%;
}

.servicetext{
	width: 35%;
	color: #fff;
	margin: 45px 0 0 0;
	position: relative;
	z-index: 9;
}
.servicetext li{
	display: block;
	line-height: 30px;
	margin: 0 0 75px 0;
	padding: 0 0 5px 0;
	position: relative;
	border-bottom: 1px solid #4878bb;
}
.servicetext li:before{
	position: absolute;
	width: 3px;
	height: 3px;
	border: 1px solid #4878bb;
	content: '';
	display: block;
	left: -5px;
	bottom: -3px;
	border-radius: 50%;
}
.servicetext2 li:before{
	right: -5px;
	left: auto;
}
.servicetext li span{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.servicetext li p{
	font-size: 14px;
}
.servicetext1{
	text-align: right;
}

.servicetext li:after{
	position: absolute;
	width: 85px;
	height: 0;
	border-bottom: 1px solid #4878bb;
	content: '';
	display: block;
}
.servicetext1 li:nth-child(1):after{
	right: -81px;
	bottom: -34px;
	width: 95px;
	transform: rotate(45deg);
}
.servicetext1 li:nth-child(2):after{
	right: -47px;
	bottom: -1px;
	width: 47px;
	transform: rotate(0);
}
.servicetext1 li:nth-child(3):after{
	right: -81px;
	bottom: 32px;
	width: 95px;
	transform: rotate(-45deg);
}

.servicetext2 li:nth-child(1):after{
	left: -81px;
	bottom: -34px;
	width: 95px;
	transform: rotate(-45deg);
}
.servicetext2 li:nth-child(2):after{
	left: -48px;
	bottom: -1px;
	width: 48px;
	transform: rotate(0);
}
.servicetext2 li:nth-child(3):after{
	left: -81px;
	bottom: 32px;
	width: 95px;
	transform: rotate(45deg);
}

.maparea{
	width: 1028px;
	margin: 0 auto;
	margin-top: -63px;
	text-align: center;
	position: relative;
}

.area{
	width: 100px;
	height: 100px;
	position: absolute;
}
.area .dot{
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background: #181a98;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -9px;
	z-index: 2;
}
.area .dotbg{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255,255,255,.7);
	position: relative;
	z-index: 1;
	animation: moveCircle 3s infinite linear;
    -ms-animation: moveCircle 3s infinite linear;
    -webkit-animation: moveCircle 3s infinite linear;
}
@keyframes moveCircle {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.3);
    -webkit-transform: translate(0, 0) scale(0.3);
    -ms-transform: translate(0, 0) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0) scale(0.55);
    -webkit-transform: translate(0, 0) scale(0.55);
    -ms-transform: translate(0, 0) scale(0.55);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
    -webkit-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
  }
}
@-moz-keyframes moveCircle {
  /* Firefox */
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.3);
    -webkit-transform: translate(0, 0) scale(0.3);
    -ms-transform: translate(0, 0) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0) scale(0.55);
    -webkit-transform: translate(0, 0) scale(0.55);
    -ms-transform: translate(0, 0) scale(0.55);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
    -webkit-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
  }
}
@-webkit-keyframes moveCircle {
  /* Safari and Chrome */
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.3);
    -webkit-transform: translate(0, 0) scale(0.3);
    -ms-transform: translate(0, 0) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0) scale(0.55);
    -webkit-transform: translate(0, 0) scale(0.55);
    -ms-transform: translate(0, 0) scale(0.55);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
    -webkit-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
  }
}

.area_bj{
	top: 264px;
	right: 246px;
}
.area_sh{
	top: 446px;
	right: 165px;
}
.area_zj{
	top: 481px;
	right: 177px;
}
.area_hb{
	top: 462px;
	right: 299px;
}
.area_sc{
	top: 454px;
	right: 471px;
}
.area_gd{
	top: 607px;
	right: 305px;
}
.area_sz{
	position: absolute;
	right: 80px;
	top: 320px;
	z-index: 9;
}
.area_sz .dot{
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	top: 50%;
	margin-top: -36px;
	z-index: 9;
}
.area_sz .dot p{
	font-size: 16px;
}
.area_sz .dotbg{
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(24,26,152);
	animation: moveC 3.5s infinite linear;
	-ms-animation: moveC 3.5s infinite linear;
	-webkit-animation: moveC 3.5s infinite linear;
}
@keyframes moveC{
	0% {
    opacity: 0.8;
    transform: translate(0, 0) scale(0.8);
    -webkit-transform: translate(0, 0) scale(0.8);
    -ms-transform: translate(0, 0) scale(0.8);
  }
  25% {
    opacity: 0.6;
    transform: translate(0, 0) scale(0.9);
    -webkit-transform: translate(0, 0) scale(0.9);
    -ms-transform: translate(0, 0) scale(0.9);
  }
  50% {
    opacity: 0.5;
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
  }
  70% {
    opacity: 0.6;
    transform: translate(0, 0) scale(0.9);
    -webkit-transform: translate(0, 0) scale(0.9);
    -ms-transform: translate(0, 0) scale(0.9);
  }
  100% {
    opacity: 0.8;
    transform: translate(0, 0) scale(0.8);
    -webkit-transform: translate(0, 0) scale(0.8);
    -ms-transform: translate(0, 0) scale(0.8);
  }
}
@-moz-keyframes moveC{
  0% {
    opacity: 0.8;
    transform: translate(0, 0) scale(0.8);
    -webkit-transform: translate(0, 0) scale(0.8);
    -ms-transform: translate(0, 0) scale(0.8);
  }
  25% {
    opacity: 0.6;
    transform: translate(0, 0) scale(0.9);
    -webkit-transform: translate(0, 0) scale(0.9);
    -ms-transform: translate(0, 0) scale(0.9);
  }
  50% {
    opacity: 0.5;
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
  }
  70% {
    opacity: 0.6;
    transform: translate(0, 0) scale(0.9);
    -webkit-transform: translate(0, 0) scale(0.9);
    -ms-transform: translate(0, 0) scale(0.9);
  }
  100% {
    opacity: 0.8;
    transform: translate(0, 0) scale(0.8);
    -webkit-transform: translate(0, 0) scale(0.8);
    -ms-transform: translate(0, 0) scale(0.8);
  }
}
@-webkit-keyframes moveC{
  0% {
    opacity: 0.8;
    transform: translate(0, 0) scale(0.8);
    -webkit-transform: translate(0, 0) scale(0.8);
    -ms-transform: translate(0, 0) scale(0.8);
  }
  25% {
    opacity: 0.6;
    transform: translate(0, 0) scale(0.9);
    -webkit-transform: translate(0, 0) scale(0.9);
    -ms-transform: translate(0, 0) scale(0.9);
  }
  50% {
    opacity: 0.5;
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
  }
  70% {
    opacity: 0.6;
    transform: translate(0, 0) scale(0.9);
    -webkit-transform: translate(0, 0) scale(0.9);
    -ms-transform: translate(0, 0) scale(0.9);
  }
  100% {
    opacity: 0.8;
    transform: translate(0, 0) scale(0.8);
    -webkit-transform: translate(0, 0) scale(0.8);
    -ms-transform: translate(0, 0) scale(0.8);
  }
}


.cuscompany{
	width: 70%;
	margin: 0 auto;
	height: 830px;
}
.cuscompany li{
	display: block;
	float: left;
	width: 31.333%;
	height: 400px;
	margin: 0 3% 1% 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscompany li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscompany li .text{
	padding: 5% 10%;
	background: #f3f3f3;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscompany li:hover .text{
	background: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscompany li .text span{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	line-height: 36px;
}
.cuscompany li .text p{
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	height: 48px;
	overflow: hidden;
}
.cuscompany li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}

.cuscompany.swiper-container li{
	margin: 0;
}

.probbg{
	background: #f1f1f1;
}
.prob{
	width: 70%;
	margin: 0 auto;
}
.prob .pic{
	position: relative;
	width: 50%;
}
.prob .pic h1{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 24px;
	color: #fff;
}
.prob .pic .more{
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
	color: #fff;
	width: 145px;
	line-height: 45px;
	text-align: center;
	background: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.prob .pic .more:hover{
	background: #fff;
	color: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.probul{
	width: 50%;
	background: #fff;
}
.probul li{
	display: block;
	border-bottom: 1px solid #dcdcdc;
	line-height: 30px;
	position: relative;
}
.probul li:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.probul li:hover:after{
	width: 100%;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.probul li:last-child{
	border: none;
}
.probul li a{
	display: block;
	padding: 4.2% 10%;
	position: relative;
}
.probul li a:before{
	display: block;
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #181a98;
	left: 8%;
	top: 50%;
	margin-top: -16px;
}
.probul li a span{
	display: block;
	font-size: 18px;
	color: #282828;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.probul li a p{
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



.cprob{
	margin: 0 auto;
	width: 70%;
}
.cprob h1{
	font-size: 24px;
	color: #282828;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
.cprobul li{
	display: block;
	line-height: 30px;
	width: 50%;
	float: left;
	position: relative;
}
.cprobul li a{
	display: block;
	padding: 2% 10% 2% 2%;
	position: relative;
}
.cprobul li a:before{
	display: block;
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #181a98;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.cprobul li a span{
	display: block;
	font-size: 16px;
	color: #282828;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cprobul li:hover a span{
	color: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cprobul li a p{
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



.aboutbg{
	background: #181a98;
	color: #fff;
}
.about{
	width: 50%;
}
.about .abouttext{
	width: 60%;
	padding: 10% 10% 0 0;
}
.about .abouttext .stitle{
	text-align: left;
	color: #fff;
}
.about .abouttext .stitle:after{
	background: #fff;
	margin: 25px 0 0 0;
}
.about .abouttext .aboutcon{
	margin: 40px 0 0 0;
	line-height: 30px;
	font-size: 16px;
}
.about .abouttext .more{
	width: 195px;
	text-align: center;
	line-height: 50px;
	color: #282828;
	background: #fff;
	font-size: 16px;
	display: block;
	margin: 40px 0 0 0;
	border: 1px solid #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.about .abouttext .more:hover{
	color: #fff;
	background: none;
	border: 1px solid #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.aboutpic{
	width: 50%;
}
.prodetail{
	font-size: 16px;
}

.news{
	width: 70%;
	margin: 0 auto;
}

.newsul{}
.newsul li{
	display: block;
	width: 31.333%;
	margin: 0 3% 0 0;
	float: left;
}
.newsul li:last-child{
	margin: 0 0 0 0;
}
.newsul li a{
	display: block;
	padding: 5%;
	border: 1px solid #e5e5e5;
}
.newsul li a .text{
	padding: 2%;
}
.newsul li a .text span{
	display: block;
	font-size: 18px;
	color: #282828;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.newsul li a .text p{
	font-size: 16px;
	color: #888888;
	line-height: 30px;
}
.newsul li a .text .more{
	font-size: 16px;
	color: #fff;
	line-height: 33px;
	width: 135px;
	margin: 20px auto 0 auto;
	background: #181a98;
	text-align: center;
	border: 1px solid #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li:hover a .text .more{
	color: #181a98;
	background: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}



.footerbg{
	background: #1b1b1b;
	color: #fff;
}
.footerbg a{
	color: #fff;
}
.footer{
	width: 70%;
	margin: 0 auto;
}
.fmenu{
	width: 35%;
}
.fmenu{
	width: 28%;
	margin: 0 18% 0 0;
}
.fmenu a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 50%;
	color: #888888;
	line-height: 26px;
}
.fmenu a:hover{
	color: #fff;
}
.fmenu img{
	margin: 0 10px 0 0;
}

.fcontact{
	width: 35%;
}

.fewm{
	width: 10%;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

.cr{
	padding: 10px 0 0 0;
	border-top: 1px solid #313131;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #a4a4a4;
	font-size: 14px;
}
.cr a{
	color: #a4a4a4;
	font-size: 14px;
}


.bnav{
	line-height: 46px;
	width: 70%;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
}
.bnav a{
	font-size: 14px;
	color: #666666;
}
.bnav img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.container{
	width: 70%;
	margin: 0 auto;
}
.ncontainer{
	width: 73%;
}


.cate_about{
	
}
.cate_about li{
	width: 24%;
	margin: 0 1% 0 0;
	display: block;
	float: left;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.cate_about li:after{
	width: 0;
	height: 0;
	border: 10px solid #181a98;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_about li.this:after,
.cate_about li:hover:after{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_about li a{
	display: block;
	font-size: 16px;
	color: #282828;
	background: #f2f2f2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_about li.this a,
.cate_about li:hover a{
	background: #181a98;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_about li span{
	width: 30px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_about li:hover span{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_about li:nth-child(1) span{
	background: url(../images/../images/icon_1_1.png) center no-repeat;
}
.cate_about li:nth-child(2) span{
	background: url(../images/../images/icon_2_1.png) center no-repeat;
}
.cate_about li:nth-child(3) span{
	background: url(../images/../images/icon_3_1.png) center no-repeat;
}
.cate_about li:nth-child(4) span{
	background: url(../images/../images/icon_4_1.png) center no-repeat;
}
.cate_about li:nth-child(5) span{
	background: url(../images/../images/icon_5_1.png) center no-repeat;
}
.cate_about li:nth-child(6) span{
	background: url(../images/../images/icon_6_1.png) center no-repeat;
}

.cate_about li:nth-child(1).this span,
.cate_about li:nth-child(1):hover span{
	background: url(../images/../images/icon_1_2.png) center no-repeat;
}
.cate_about li:nth-child(2).this span,
.cate_about li:nth-child(2):hover span{
	background: url(../images/../images/icon_2_2.png) center no-repeat;
}
.cate_about li:nth-child(3).this span,
.cate_about li:nth-child(3):hover span{
	background: url(../images/../images/icon_3_2.png) center no-repeat;
}
.cate_about li:nth-child(4).this span,
.cate_about li:nth-child(4):hover span{
	background: url(../images/../images/icon_4_2.png) center no-repeat;
}
.cate_about li:nth-child(5).this span,
.cate_about li:nth-child(5):hover span{
	background: url(../images/../images/icon_5_2.png) center no-repeat;
}
.cate_about li:nth-child(6).this span,
.cate_about li:nth-child(6):hover span{
	background: url(../images/../images/icon_6_2.png) center no-repeat;
}


.ntitle_about{
	text-align: center;
}
.ntitle_about h1{
	font-size: 36px;
	color: #282828;
	font-weight: normal;
}
.ntitle_about h2{
	font-size: 12px;
	color: #888888;
	font-weight: normal;
	text-transform: uppercase;
}
.ntitle_about p{
	font-size: 18px;
	color: #181a98;
	margin: 15px 0 0 0;
}


.nabout{
	padding: 60px 0;
	width: 100%;
}
.nabouttext{
	font-size: 16px;
	line-height: 30px;
	color: #282828;
}
.nabouttext img{
	display: block;
	float: left;
	width: 33.333%;
}


.ndevbg{
	height: 490px;
	padding: 110px 0 0 0;
	background: url(../images/bg_dev.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
.ndevbg:after{
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 0;
	content: '';
	margin-top: 23px;
}
.ndevbg .stitle{
	color: #fff;
}
.ndevbg .stitle:after{
	background: #fff;
}
.ndev{
	padding: 80px 3%;
	width: 70%;
	margin: 0 auto;
}

.ndev li{
	display: block;
	float: left;
	width: 19%;
	text-align: center;
	position: relative;
}
.ndev li h4{
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 60px 0;
}
.ndev li span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 62px;
	background: #000e59;
	z-index: 9;
}
.ndev li p{
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


.cate_nhonor{
	text-align: center;
}
.cate_nhonor li{
	display: inline-block;
	width: 220px;
	line-height: 54px;
	background: #eeeeee;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_nhonor li.this,
.cate_nhonor li:hover{
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.nhonor_con{
	width: 70%;
	height: 280px;
	margin: 40px auto 0 auto;
	position: relative;
}
.nhonorul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.nhonorul li{
	display: block;
	float: left;
}


.nteambg{
	background: #f2f2f2;
}

.nteam{
	width: 70%;
	margin: 0 auto;
}
.nteam li{
	display: block;
}
.nteam li .pic{
	width: 18%;
}
.nteam li .text{
	width: 73%;
	line-height: 30px;
}
.nteam li .text h3{
	font-weight: normal;
	font-size: 30px;
	color: #282828;
	margin: 50px 0 0 0;
}
.nteam li .text>span{
	font-size: 16px;
	color: #484848;
	display: block;
	margin: 5px 0 25px 0;
}
.nteam li .text p{
	font-size: 16px;
	color: #484848;
}





.cate_nenv{
	text-align: center;
}
.cate_nenv li{
	display: inline-block;
	width: 220px;
	line-height: 54px;
	background: #eeeeee;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_nenv li.this,
.cate_nenv li:hover{
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.nenv_con{
	width: 70%;
	height: 280px;
	margin: 40px auto 0 auto;
	position: relative;
}
.nenvul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.nenvul li{
	display: block;
	float: left;
}

.nproul{}
.nproul h1{
	font-size: 24px;
	line-height: 24px;
	color: #181a98;
	border-bottom: 1px solid #888888;
	margin: 10px 0 35px 0;
}
.nproul h1 p{
	font-size: 12px;
	color: #888;
	font-weight: normal;
	text-transform: uppercase;
}
.nprobottom{
	margin: 0;
}
.nprobottom li{
	margin: 0 3% 3% 0;
}
.nprobottom li .more{
	background: #a0a0a0;
	color: #fff;
	border: none;
}
.nprobottom li:hover .more{
	background: #181a98;
	color: #fff;
}
.nprobottom li:nth-child(3n){
	margin: 0 0 3% 0;
}



.nprob{
	width: 100%;
}
.nprob .pic{
	width: 100%;
}
.nprob .probul{
	width: 100%;
}

.cate_nprob{
	margin: 80px 0 15px 0;
}
.cate_nprob li{
	display: block;
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #eee;
	background: #484848;
}
.cate_nprob li:last-child{
	margin: 0;
}
.cate_nprob li.this,
.cate_nprob li:hover{
	color: #fff;
	background: #181a98;
	cursor: pointer;
}

.nprobulcon{
	position: relative;
	height: 426px;
}
.nprobulcon .nprobul{
	position: absolute;
	left: 0;
	top: 0;
}

.nnews{}
.nnews li{
	display: block;
	padding: 2%;
	border-bottom: 1px solid #dcdcdc;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .pic{
	width: 30%;
}
.nnews li .text{
	width: 65%;
	margin: 0 2% 0 0;
	line-height: 24px;
}
.nnews li .text span{
	display: block;
	color: #282828;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.nnews li .text font{
	color: #888888;
	font-size: 12px;
	display: block;
	margin: 0 0 20px 0;
}
.nnews li .text p{
	color: #666666;
	font-size: 14px;
	height: 48px;
	overflow: hidden;
}



.cate_news .cateul li.fst a{
	background: #434343;
}
.cate_news .cateul li.fst.this a,
.cate_news .cateul li.fst:hover a{
	background: #181a98;
}

.contact_left{
	padding: 15%;
	background: #e5e5e5;
	color: #484848;
	line-height: 30px;
}
.contact_left h2{
	font-weight: normal;
	font-size: 30px;
	color: #181a98;
	margin: 0 0 20px 0;
}
.contact_left span{
	display: block;
	margin: 0 0 20px 0;
	font-size: 16px;
}
.contact_left span strong{
	display: block;
	color: #181a98;
	font-size: 24px;
}
.contact_left p{
	font-size: 14px;
}



.nques li{
	display: block;
	padding: 2%;
	border-bottom: 1px solid #dcdcdc;
}
.nques li .date{
	width: 11%;
	position: relative;
}
.nques li .date img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: gray;
	opacity: .4;
}
.nques li .date .dtext{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	top: 50%;
	margin-top: -30px;
	left: 0;
	color: #fff;
	line-height: 30px;
}
.nques li .date .dtext span{
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.nques li .text{
	width: 84%;
	margin: 0 2% 0 0;
	line-height: 24px;
}
.nques li .text span{
	display: block;
	color: #282828;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.nques li .text p{
	color: #666666;
	font-size: 14px;
	height: 48px;
	overflow: hidden;
}

.nques li:hover .text span{
	color: #181a98;
}
.nques li:hover .text p{
	color: #282828;
}
.nques li:hover .date img{
	filter: none;
	opacity: 1;
}


.npromisebg{
	background: #fff;
	padding: 30px 0 80px 0;
}
.npromisebg sup{
	font-size: 30px;
}


.processbg{
	background: #eeeeee;
}
.process{
	width: 70%;
	margin: 0 auto;
}
.process li{
	display: block;
	float: left;
	width: 15.57%;
	margin-left: -1.5%;
	position: relative;
}
.process li:nth-child(1){
	margin: 0;
	z-index: 7;
}
.process li img{
	display: block;
	width: 100%;
}

.process li:nth-child(2){ z-index: 6; color: #fff; }
.process li:nth-child(3){ z-index: 5; }
.process li:nth-child(4){ z-index: 4; color: #fff; }
.process li:nth-child(5){ z-index: 3; }
.process li:nth-child(6){ z-index: 2; color: #fff; }
.process li:nth-child(7){ z-index: 1; }

.process li:nth-child(1) span{ width: 56px; height: 56px; background: url(../images/process_1.png) center no-repeat; margin: 0 auto; display: block; }
.process li:nth-child(2) span{ width: 56px; height: 56px; background: url(../images/process_2.png) center no-repeat; margin: 0 auto; display: block; }
.process li:nth-child(3) span{ width: 56px; height: 56px; background: url(../images/process_3.png) center no-repeat; margin: 0 auto; display: block; }
.process li:nth-child(4) span{ width: 56px; height: 56px; background: url(../images/process_4.png) center no-repeat; margin: 0 auto; display: block; }
.process li:nth-child(5) span{ width: 56px; height: 56px; background: url(../images/process_5.png) center no-repeat; margin: 0 auto; display: block; }
.process li:nth-child(6) span{ width: 56px; height: 56px; background: url(../images/process_6.png) center no-repeat; margin: 0 auto; display: block; }
.process li:nth-child(7) span{ width: 56px; height: 56px; background: url(../images/process_7.png) center no-repeat; margin: 0 auto; display: block; }

.process li .text{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -53.5px;
}
.process li .text p{
	font-size: 24px;
	margin: 20px 0 0 0;
}
.addvalue{
	width: 70%;
	margin: 0 auto;
}
.addvalue li{
	display: block;
	float: left;
	width: 19.5%;
	margin: 0 0.625% 0 0;
	position: relative;
}
.addvalue li:last-child{
	margin: 0;
}
.addvalue li div{
	border: 2px solid #181a98;
	padding: 35% 5% 20% 5%;
	text-align: center;
	font-size: 24px;
	color: #282828;
}
.addvalue li div span{
	display: block;
	font-size: 16px;
}
.addvalue li:before{
	width: 94px;
	line-height: 94px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -47px;
	top: -25px;
	background: #181a98;
	border-radius: 50%;
	color: #fff;
}
.addvalue li:nth-child(1):before{ content:'01'; }
.addvalue li:nth-child(2):before{ content:'02'; }
.addvalue li:nth-child(3):before{ content:'03'; }
.addvalue li:nth-child(4):before{ content:'04'; }
.addvalue li:nth-child(5):before{ content:'05'; }



.ncase{
	height: auto;
}
.ncase li{
	margin: 0 3% 3% 0;
}
.ncase li:nth-child(3n){
	margin: 0 0 3% 0;
}
.ncase .page{
	text-align: center;
}

.newstext{
	width: 94%;
	padding: 3%;
	max-width: none;
}
.propagechange, .newspagechange{
	max-width: none;
	width: 100%;
	padding: 0;
}







.prochange{
	position: relative;
}
.prochange .swiper-wrapper{
}
.prochange .swiper_button_next,
.prochange .swiper_button_prev{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 9;
	cursor: pointer;
}
.prochange .swiper_button_next{
	background: url("../images/arrow_pro_2.png") #a0a0a0 center no-repeat;
	right: 10px;
}
.prochange .swiper_button_prev{
	background: url("../images/arrow_pro_1.png") #a0a0a0 center no-repeat;
	left: 10px;
}


.banner img{
	width: 100%;
	display: block;
}
.banner .swiper-pagination{
	bottom: 30px;
}
.banner .swiper-pagination-bullet{
	width: 35px;
	height: 2px;
	opacity: .5;
	background: #fff;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
	height: 3px;
	opacity: 1;
}


.cuscompany{
	padding: 0 3%;
}
.cuscompany .swiper_button_next,
.cuscompany .swiper_button_prev{
	position: absolute;
	width: 3%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	top: 0;
}
.cuscompany .swiper_button_next{
	background: url("../images/arrow_case_2.png") #fff center no-repeat;
	right: 0;
}
.cuscompany .swiper_button_prev{
	background: url("../images/arrow_case_1.png") #fff center no-repeat;
	left: 0;
}


.ndev{
	padding: 80px 3%;
}
.ndev .swiper_button_next,
.ndev .swiper_button_prev{
	position: absolute;
	width: 3%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	top: 0;
	margin-top: -11px;
}
.ndev .swiper_button_next{
	background: url("../images/arrow_dev_2.png") center no-repeat;
	right: 0;
}
.ndev .swiper_button_prev{
	background: url("../images/arrow_dev_1.png") center no-repeat;
	left: 0;
}


.nteam{
	padding: 0 3%;
}
.nteam .swiper_button_next,
.nteam .swiper_button_prev{
	position: absolute;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	top: 0;
}
.nteam .swiper_button_next{
	background: url("../images/arrow_case_2.png") #f2f2f2 center no-repeat;
	right: 0;
	width: 5%;
}
.nteam .swiper_button_prev{
	background: url("../images/arrow_case_1.png") #f2f2f2 center no-repeat;
	left: 0;
	width: 3%;
}

.nhonorul{
	
}
.nhonorul .swiper_button_next,
.nhonorul .swiper_button_prev{
	position: absolute;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
}
.nhonorul .swiper_button_next{
	background: url("../images/arrow_case_2.png") rgba(255,255,255,.7) center no-repeat;
	right: 0;
}
.nhonorul .swiper_button_prev{
	background: url("../images/arrow_case_1.png") rgba(255,255,255,.7) center no-repeat;
	left: 0;
}


.ncontact{
	overflow: hidden;
}
.ncontact iframe{
	position: relative;
	left: 50%;
	margin-left: -482px;
}

.banner_wap{
	display: none;
}

.sidebar{
	position:absolute;
	z-index:99999;
	top:30%;
}
.sidebar li{
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 0 4px 0;
	position: relative;
	cursor: pointer;
	background-color: #353535;
	background-repeat: no-repeat;
	background-position: center;
}
.sidebar li:hover{
	background-color: #1a1d8f;
}
.sidebar li.qq   { background-image: url(../images/icon_kf_1.png);}
.sidebar li.calc  { background-image: url(../images/icon_kf_2.png);}
.sidebar li.mes { background-image: url(../images/icon_kf_3.png);}
.sidebar li.toup { background-image: url(../images/icon_kf_4.png);}

.sidebar li a{
	display: block;
	width: 100px;
	height: 100px;
}


.chjcalcbg{
	position: fixed;
	width: 36%;
	padding: 3%;
	top: 10%;
	left: 29%;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
	z-index: 999999;
	text-align: center;
	display: none;
		max-height: 70%;
		overflow: scroll;
}
.chjcalcbg .close{
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.chjcalcbg li{
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	text-align: left;
}
.chjcalcbg li:last-child{
	margin: 0;
}
.chjcalcbg .close:hover{
	transform: rotate(180deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.chjcalc li span{
	display: block;
	width: 34%;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	float: right;
}
.chjcalc li font{
	display: block;
	width: 7%;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #666;
	border-left: none;
	background: #fff;
	text-align: center;
	float: right;
}
.chjcalc li font sup{
	line-height: normal;
	font-size: 12px;
}
.chjcalc input[type="text"]{
	width: 54%;
	padding: 0 2%;
	height: 28px;
	display: block;
	border: 1px solid #666;
	border-right: none;
	-webkit-appearance:text;
	border-radius: 0;
	float: right;
}
.chjcalc input[type="button"]{
	width: 100%;
	height: 38px;
	display: block;
	background: #181a98;
	color: #fff;
	border: none;
	border: 1px solid #181a98;
	-webkit-appearance:button;
	border-radius: 0;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.chjcalc input[type="button"]:hover{
	background: #fff;
	color: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.chjcalc select{
	width: 58.1%;
	height: 30px;
	display: block;
	border: 1px solid #666;
	border-right: none;
	color: #666;
	-webkit-appearance:select;
	border-radius: 0;
	float: right;
	padding: 0 1%;
}


.chjcalc input::-webkit-input-placeholder{ color: #666;}
.chjcalc input::-moz-input-placeholder{ color: #666;}
.chjcalc input::-ms-input-placeholder{ color: #666;}

.chjcalc select::-webkit-input-placeholder{ color: #666;}
.chjcalc select::-moz-input-placeholder{ color: #666;}
.chjcalc select::-ms-input-placeholder{ color: #666;}


.chjcalcbg h1{
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 50%;
	background: #ccc;
	padding: 5px 0;
	cursor: pointer;
}

.chjcalcbg h1.this{
	color: #fff;
	background: #181a98;
}

.tableborder_chj{
	position: absolute;
	left: 22.5%;
	top: 10%;
	background: #fff;
	width: 45%;
	padding: 5%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	display: none;
}


.mclose{
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.mclose:hover{
	transform: rotate(180deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}









#mark{
	top: 370px;
	position: absolute;
}





















.fszcalcbg{
	position: fixed;
	width: 36%;
	overflow: scroll;
	padding: 3%;
	top: 10%;
	left: 29%;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
	z-index: 999999;
	display: none;
	text-align: center;
		max-height: 70%;
		overflow: scroll;
}
.fszcalcbg .close{
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.fszcalcbg .close:hover{
	transform: rotate(180deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.fszcalc li{
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	text-align: left;
}
.fszcalc li:nth-child(2n){
	margin: 0 0 10px 0;
}
.fszcalc li.lastbut{
	width: 100%;
	margin: 0 0 10px 0;
}
.fszcalc li span{
	display: block;
	float: right;
	width: 34%;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
.fszcalc li font sup{
	line-height: normal;
	font-size: 12px;
}
.fszcalc li font{
	display: block;
	float: right;
	width: 7%;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	border: 1px solid #666;
	border-left: none;
	background: #fff;
	text-align: center;
}
.fszcalc input[type="text"]{
	width: 54%;
	padding: 0 2%;
	height: 28px;
	display: block;
	border: 1px solid #666;
	border-right: none;
	-webkit-appearance:text;
	border-radius: 0;
	float: right;
}
.fszcalc input[type="button"]{
	width: 100%;
	height: 38px;
	display: block;
	background: #181a98;
	color: #fff;
	border: 1px solid #181a98;
	-webkit-appearance:button;
	border-radius: 0;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.fszcalc input[type="button"]:hover{
	background: #fff;
	color: #181a98;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.fszcalc select{
	width: 44.1%;
	height: 30px;
	display: block;
	border: 1px solid #666;
	border-right: none;
	color: #666;
	-webkit-appearance:select;
	border-radius: 0;
	float: right;
	padding: 0 1%;
}

.tableborder_fsz{
	position: absolute;
	left: 22.5%;
	top: 10%;
	background: #fff;
	width: 45%;
	padding: 5%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	display: none;
}

.fszcalc li.calcradio{
	line-height: 30px;
}
.fszcalc li.calcradio span{
}
.fszcalc li.calcradio label{
	width: 16.35%;
	float: right;
	display: block;
	font-size: 14px;
}
.fszcalc li.calcradio label input{
	margin: 0 5px 0 0;
	-webkit-appearance:radio;
}

.fszcalcbg input::-webkit-input-placeholder{ color: #666;}
.fszcalcbg input::-moz-input-placeholder{ color: #666;}
.fszcalcbg input::-ms-input-placeholder{ color: #666;}

.fszcalcbg select::-webkit-input-placeholder{ color: #666;}
.fszcalcbg select::-moz-input-placeholder{ color: #666;}
.fszcalcbg select::-ms-input-placeholder{ color: #666;}


.fszcalcbg h1{
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 50%;
	background: #ccc;
	padding: 5px 0;
	cursor: pointer;
}

.fszcalcbg h1.this{
	color: #fff;
	background: #181a98;
}

#calcmove1,
#calcmove2{
	cursor: move;
}
#calcmove1 *,
#calcmove2 *{
	cursor: auto;
}
#calcmove1 h1,
#calcmove2 h1,
#calcmove1 .close,
#calcmove2 .close,
#calcmove1 input[type="button"],
#calcmove2 input[type="button"]{
	cursor: pointer;
}

.mesbg h1{
	font-size: 18px;
	text-align: center;
	margin: 0 0 5px 0;
}


.mesbg{
	position: fixed;
	width:20%;
	padding: 3%;
	top: 10%;
	left: 37%;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
	z-index: 999999;
	display: none;
}
.mesbg .close{
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.subbutton{
	-webkit-appearance:button; border-radius: 0;
}


.mesbg1 h1{
	font-size: 18px;
	text-align: center;
	margin: 0 0 5px 0;
}


.mesbg1{
	position: fixed;
	width:20%;
	padding: 3%;
	top: 10%;
	left: 37%;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
	z-index: 999999;
	display: none;
}
.mesbg1 .close{
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

#showbox{
	margin-top: -73px;
}
#showsum{
	margin-top: -65px;
}

.cuslogobg{
	background: #f3f3f3;
}
.cuslogo{
	width: 70%;
	margin: 0 auto;
}


.sqyp{
	width: 130px;
	line-height: 40px;
	text-align: center;
	background: #181a98;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin: 10px 0 0 0;
}












@media screen and (max-width: 1915px) {
	.header .menuarea ul li{
		margin: 0 3.8% 0 0;
	}
}
@media screen and (max-width: 1888px) {
	.header .menuarea ul li{
		margin: 0 3% 0 0;
	}
}
@media screen and (max-width: 1866px) {
	.header .menuarea ul li{
		margin: 0 2.5% 0 0;
	}
}
@media screen and (max-width: 1830px) {
	.header .menuarea ul li{
		margin: 0 2.5% 0 0;
	}
}
@media screen and (max-width: 1760px) {
	.header .menuarea ul li{
		margin: 0 2% 0 0;
	}
}
@media screen and (max-width: 1710px) {
	.header .menuarea ul li{
		margin: 0 2% 0 0;
	}
}
@media screen and (max-width: 1680px) {
	.prochange li .text .tj_text{
		height: 112px;
		overflow: hidden;
	}
}
@media screen and (max-width: 1670px) {
	.header .menuarea ul li{
		margin: 0 1.5% 0 0;
	}
}
@media screen and (max-width: 1630px) {
	.chjcalcbg{
		width: 45%;
		left: 22.5%;
	}
	.fszcalcbg{
		width: 70%;
		left: 10%;
	}
	.header .menuarea ul li{
		margin: 0 1.5% 0 0;
	}
}
@media screen and (max-width: 1580px) {
	.header .menuarea ul li a{
		font-size: 14px;
	}
	.mesbg,
	.chjcalcbg{
		width: 30%;
		left: 32%;
	}
	.fszcalcbg h1,
	.chjcalcbg h1{
		width: 48%;
	}
	.chjcalcbg input[type="text"]{
		width: 51%;
	}
	.chjcalcbg select{
		width: 55.2%;
	}
	.chjcalcbg li font{
		width: 10%;
	}
}
@media screen and (max-width: 1440px) {
	.header{
		width: 80%;
		padding: 20px 10%;
	}
	.stitle{
		font-size: 36px;
	}
	.stitle:after{
		margin: 15px auto 0 auto;
	}
	.about .abouttext .stitle:after{
		margin: 15px 0 0 0;
	}
	.dev{
		width:80%;
	}
	.pro{
		width:80%;
	}
	.promise{
		width:80%;
	}
	.service{
		width:80%;
	}
	.cuscompany{
		width:80%;
	}
	.prob{
		width:80%;
	}
	.cprob{
		width:80%;
	}
	.cuslogo{
		width:80%;
	}
	.about .abouttext{
		width: 75%;
		padding: 7% 5% 0 0;
	}
	.about .abouttext .aboutcon{
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 24px;
	}
	.about .abouttext .more{
		width: 150px;
		line-height: 40px;
		margin: 25px 0 0 0;
	}
	.news{
		width: 80%;
	}
	.footer{
		width: 80%;
	}
	.fmenu{
		margin: 0 6% 0 0;
	}
	.fmenu img{
		max-width: 150px;
	}
	.fcontact{
		width: 40%;
	}
	.fewm{
		width: 12%;
	}
	
	.bnav{
		width: 80%;
	}
	.container{
		width: 80%;
	}
	.ndev{
		width: 80%;
	}
	.nhonor_con{
		width: 80%;
	}
	.nteam{
		width: 80%;
	}
	.nenv_con{
		width: 80%;
	}
	.process{
		width: 80%;
	}
	.addvalue{
		width: 80%;
	}
	.cate .cate_title{
		font-size: 24px;
	}
	.ndevbg:after{
		margin-top: 6px;
	}
	.nprob{
		width: 100%;
	}
	.probul li a{
		padding: 4.2% 5%;
	}
	.probul li a:before{
		left: 3%;
	}
	.fszcalc li span{
		font-size: 12px;
	}
	
	
	
	
	
	
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
	.ndevbg:after {
	    margin-top: -1px;
	}
	.header{
		width: 90%;
		padding: 20px 5%;
	}
	.dev{
		width:90%;
	}
	.pro{
		width:90%;
	}
	.promise{
		width:90%;
	}
	.cuslogo{
		width:90%;
	}
	.service{
		width:90%;
		display: block;
	}
	.cuscompany{
		width:90%;
	}
	.prob{
		width:90%;
	}
	.cprob{
		width:90%;
	}
	.news{
		width: 90%;
	}
	.footer{
		width: 90%;
	}
	.bnav{
		width: 90%;
	}
	.container{
		width: 90%;
	}
	.ndev{
		width: 90%;
	}
	.nhonor_con{
		width: 90%;
	}
	.nteam{
		width: 90%;
	}
	.nenv_con{
		width: 90%;
	}
	.process{
		width: 90%;
	}
	.addvalue{
		width: 90%;
	}
	.prochange .swiper_button_next,
	.prochange .swiper_button_prev{
		width: 30px;
		height: 30px;
	}
	.about .abouttext{
		width: 85%;
	}
	.stitle{
		font-size: 30px;
	}
}
@media screen and (max-width: 1240px) {
	.fszcalcbg{
		width: 80%;
		left: 8%;
	}
}
@media screen and (max-width: 1200px) {
	.mesbg,
	.chjcalcbg{
		width: 40%;
		left: 27%;
	}

	.wrap.bann_ext,
	.slide.banner{
		display: none;
		height: auto;
	}
	.banner.swiper-container{
		display: block;
	}
}
@media screen and (max-width: 1100px) {
	.dev .bt_dev{
		width: 17%;
	}
	.dev .num_dev{
		width: 100%;
	}
	.dev .num_dev li{
		margin: 5% 6.666% 0 6.666%;
	}
	.dev .num_dev li .num{
		font-size: 60px;
	}
	.dev .num_dev li .text{
		margin: 10px 0 0 0;
	}
	.about{
		width: 100%;
		padding: 5% 0;
	}
	.about .abouttext{
		width: 90%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	.about .abouttext .more{
		margin: 25px auto 0 auto;
	}
	.aboutpic{
		width: 100%;
	}
	.about .abouttext .stitle{
		text-align: center;
	}
	.about .abouttext .stitle:after{
		text-align: center;
		margin: 15px auto 0 auto;
	}
	.fmenu{
		margin: 0 3% 0 0;
	}
	.fcontact{
		width: 43%;
	}
	.fewm{
		width: 15%;
	}
	.fmenu img{
		max-width: 140px;
	}
	.prochange li .text .tj_text{
		line-height: 24px;
		height: 93px;
	}
}
@media screen and (max-width: 1080px) {
	.header .menuarea .mtop{
		line-height: 26px;
	}
	.header .menuarea ul{
		margin: 10px 0 0 0;
	}
	.header .menuarea .searchbt{
		margin: 10px 0 0 0;
	}
	.header .menuarea ul li{
		margin: 0 1.5% 0 0;
	}
	.fszcalcbg{
		width: 90%;
		left: 3%;
	}
}
@media screen and (max-width: 1024px) {
	.header{
		width: 95%;
		padding: 20px 2.5%;
	}
	.header .menuarea{
		width: 92%;
	}
	.prochange li .text .tj_text{
		height: 70px;
	}
	.searcharea{
		width: 80%;
		left: 10%;
	}
	.header .menuarea{
		padding: 0;
		width: 50%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #181a98;
		display: none;
	}
	.header{
		padding: 10px 5%;
		width: 90%;
	}
	.header .logo{
		width: 10%;
	}
	.header .menuarea{
		float: none;
		transition: none;
	}
	.header .menuarea .mtop{
		display: none;
	}
	.header .menuarea ul{
		margin: 0;
		width: 100%;
		float: none;
	}
	.header .menuarea .searchbt{
		width: 100%;
		float: none;
	}
	.header .menuarea ul li{
		margin: 0;
		width: 80%;
		float: none;
		line-height: 50px;
		padding: 0 10%;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	.menubut{
		display: block;
		position: absolute;
		right: 5%;
		top: 21px;
		z-index: 9;
		width: 24px;
		height: 15px;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
	.menubut:after{
		width: 24px;
		height: 3px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		top: 6px;
	}
	.menuclose{
		display: none;
		position: absolute;
		right: 11%;
		top: 30px;
		z-index: 999;
	}
	.menuclose:after{
		width: 24px;
		height: 3px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(45deg);
	}
	.menuclose:before{
		width: 24px;
		height: 3px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(-45deg);
	}
	.fmenu{
		display: none;
	}
	.fcontact{
		width: 100%;
	}
	.fewm{
		width: 100%;
	}
	.dev .bt_dev{
		width: 30%;
		margin: 0 auto;
		float: none;
	}
	.dev .bt_dev .text span{
		font-size: 20px;
	}
	.dev .num_dev{
		width: 100%;
		float: none;
	}
	.dev .num_dev li{
		width: 33.333%;
		margin: 0;
	}
	.cate{
		display: none;
	}
	.proul{
		width: 100%;
	}
	.prochange li .pic{
		width: 100%;
	}
	.prochange li .text{
		width: 90%;
		padding: 5%;
	}
	.probottom li{
		margin: 0 0 5% 0;
		width: 100%;
	}
	.promise .pleft{
		width: 100%;
	}
	.promise .pright{
		width: 100%;
	}
	.promise li .text{
		font-size: 16px;
	}
	.promise li .text p{
		font-size: 12px;
	}
	.servicetext{
		width: 100%;
	}
	.servicetext li{
		margin: 0 0 10px 0;
		text-align: center;
	}
	.servicetext li span{
		font-size: 20px;
	}
	.servicetext li p{
		font-size: 12px;
	}
	.servicetext li:before,
	.servicetext li:after{
		display: none;
	}
	.cenlogobg1{
		width: 100%;
	}
	.cenlogobg{
		margin: 30px auto 0 auto;
	}
	.maparea{
		transform: scale(0.7);
		margin-left: -130px;
		margin-top: -130px;
		margin-bottom: -100px;
	}
	.maparea>img{
		width: 100%;
	}
	.prob .pic{
		width: 100%;
	}
	.probul{
		width: 100%;
	}
	.probul li a{
		padding: 4% 7%;
	}
	.cprobul li{
		width: 100%;
	}
	.cr{
		width: 90%;
	}
	.protable{
		display: none;
	}
	.chjcalcbg{
		width: 80%;
		left: 5%;
	}
	.chjcalc li span{
		width: 32.7%;
	}
	.fszcalcbg .close,
	.chjcalcbg .close{
		top: 0;
		right: 0;
	}
	.chjcalcbg h1{
		width: 50%;
	}
	.fszcalcbg{
		width: 80%;
		max-height: 80%;
		overflow: scroll;
		left: 5%;
		padding: 5%;
	}
	.fszcalc li{
		width: 100%;
		margin: 0 0 2% 0;
	}
}
@media screen and (max-width: 460px) {
	.cuscompany{
		height: 700px;
	}
	.cuscompany li{
		height: 335px;
	}
	.fewm{
		display: none;
	}
	.cir1{
		background-image: linear-gradient(to left, #4770a4, #264064);
		width: 1000px;
		height: 1000px;
		margin-left: -500px;
		margin-top: -450px;
		-webkit-animation: warn 3s ease-out;
		-moz-animation: warn 3s ease-out;
		animation: warn 3s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	.cir2{
		background-image: linear-gradient(to left, #4770a4, #264064);
		width: 550px;
		height: 550px;
		margin-left: -275px;
		margin-top: -222px;
		-webkit-animation: warn1 4s ease-out;
		-moz-animation: warn1 4s ease-out;
		animation: warn1 4s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	.header{
		padding: 5px 5%;
	}
	.menubut{
		top: 15px;
	}
	.menuclose{
		top: 25px;
	}
	.banner.swiper-container{
		display: none;
	}
	.prodetail{
		font-size: 14px;
		line-height: 24px;
	}
	.dev .num_dev li .text{
		font-size: 14px;
	}
	.fszcalcbg select,
	.fszcalcbg textarea,
	.fszcalcbg input{
		font-size: 12px;
	}
	.fszcalcbg input::-webkit-input-placeholder{ 	font-size: 12px;}
	.fszcalcbg input::-moz-input-placeholder{ 		font-size: 12px;}
	.fszcalcbg input::-ms-input-placeholder{ 		font-size: 12px;}
	.fszcalcbg textarea::-webkit-input-placeholder{ font-size: 12px;}
	.fszcalcbg textarea::-moz-input-placeholder{ 	font-size: 12px;}
	.fszcalcbg textarea::-ms-input-placeholder{ 	font-size: 12px;}
	.fszcalcbg select::-webkit-input-placeholder{ font-size: 12px;}
	.fszcalcbg select::-moz-input-placeholder{ 	font-size: 12px;}
	.fszcalcbg select::-ms-input-placeholder{ 	font-size: 12px;}
	
	.chjcalcbg input::-webkit-input-placeholder{ 	font-size: 12px;}
	.chjcalcbg input::-moz-input-placeholder{ 		font-size: 12px;}
	.chjcalcbg input::-ms-input-placeholder{ 		font-size: 12px;}
	.chjcalcbg textarea::-webkit-input-placeholder{ font-size: 12px;}
	.chjcalcbg textarea::-moz-input-placeholder{ 	font-size: 12px;}
	.chjcalcbg textarea::-ms-input-placeholder{ 	font-size: 12px;}
	.chjcalcbg select::-webkit-input-placeholder{ font-size: 12px;}
	.chjcalcbg select::-moz-input-placeholder{ 	font-size: 12px;}
	.chjcalcbg select::-ms-input-placeholder{ 	font-size: 12px;}
	
	.fszcalcbg h1,
	.chjcalcbg h1{
		font-size: 14px;
	}
	.fszcalc li{
		margin: 0 0 3% 0;
	}
	.fszcalc li span,
	.fszcalc li font,
	.chjcalc li span,
	.chjcalc li font{
		font-size: 12px;
	}
	.fszcalc li span,
	.chjcalc li span{
		padding: 5px 0;
		line-height: 16px;
	}
	.fszcalc li font{
		width: 15%;
	}
	.fszcalc li span{
		width: 25%;
	}
	.fszcalc li.calcradio span{
	}
	.fszcalc li.calcradio label{
		font-size: 12px;
		width: 18.5%;
	}
	.banner_wap{
		display: block;
	}
	.banner_wap img{
		display: block;
		width: 100%;
	}
	.banner{
		display: none;
	}

	.p80{
		padding: 8% 0;
	}
	.dev .num_dev li .num{
		font-size: 40px;
	}
	.maparea{
		transform: scale(0.4);
		margin-left: -308px;
		margin-top: -246px;
		margin-bottom: -230px;
	}
	.cuscompany{
		width: 80%;
		padding: 0 10%;
	}
	.cuscompany .swiper_button_next,
	.cuscompany .swiper_button_prev{
		width: 5%;
	}
	.cuscompany .swiper_button_next{
	}
	.cuscompany .swiper_button_prev{
	}
	.newsul li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.nabouttext img{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.ndev{
		width: 70%;
		padding: 80px 10%;
	}
	.ndev .swiper_button_next,
	.ndev .swiper_button_prev{
		width: 5%;
		background-size: contain !important;
	}
	.ndevbg:after {
	    margin-top: -1px;
	}
	.cate_about li{
		width: 24.25%;
		margin: 0 1% 0 0;
	}
	.cate_about li span{
		width: 20px;
		background-size: contain !important;
		margin: -2px 3px 0 3px;
	}
	.cate_about li a{
		font-size: 14px;
	}
	.cate_about li:nth-child(4n){
		margin: 0 0 0 0;
	}
	.ntitle_about h1{
		font-size: 30px;
	}
	.nabouttext{
		font-size: 14px;
	}
	.nbanner{
		/*margin: 49px 0 0 0;*/
		height: 150px;
	}
	.ncontainer img{
		max-width: 100%;
		height: auto !important;
	}
	.bnav,
	.bnav a{
		font-size: 12px;
	}
	.bnav{
		line-height: 18px;
		padding: 10px 0;
	}
	.nprob{
		width: 100%;
	}
	.process li{
		width: 52.5%;
		float: none;
		margin: -5% auto 0 auto;
	}
	.process li:nth-child(1){
		margin: 0 auto;
	}
	.addvalue li{
		width: 50%;
		float: none;
		margin: 0 auto 10% auto;
	}
	.addvalue li:last-child{
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.ncase{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	.ncase li,
	.ncase li:nth-child(3n),
	.ncase li:nth-child(2n){
		width: 100%;
		float: none;
		height: auto;
		margin: 0 0 20px 0;
	}
	.ncontainer{
		width: 100%;
	}
	.nques li .date{
		display: none;
	}
	.nques li .text{
		width: 100%;
		margin: 0;
	}
	.nques li .text span{
		margin: 0 0 15px 0;
	}
	.nnews li{
		padding: 0;
	}
	.nnews li .pic{
		width: 100%;
	}
	.nnews li .text{
		width: 100%;
		margin: 0;
	}
	.cate_nenv li,
	.cate_nhonor li{
		width: 30%;
	}
	.nteam li .pic{
		float: none;
		width: 30%;
		margin: 0 auto;
	}
	.nteam li .text{
		float: none;
		width: 80%;
		padding: 0 10%;
	}
	.nteam li .text>span,
	.nteam li .text h3{
		text-align: center;
	}
	.mesbg,
	.chjcalcbg{
		width: 80%;
		left: 5%;
		padding: 5%;
	}
	.sidebar li{
		display: block;
		background-size: 68%;
		width: 60px;
		height: 60px;
	}
	.sidebar li.calc{
		background-size: 86%;
	}
	.dev .num_dev li:last-child{
		margin: 0;
	}
	.dev .num_dev li .bt_dev{
		top: -14px;
	}
	.promise li .text{
		line-height: 22px;
	}
	.promise li .text b{
		line-height: 30px;
		margin: 10px 0 0 0;
		display: block;
	}
}
@media screen and (max-width: 375px) {
	.maparea {
		transform: scale(0.35);
		margin-left: -326px;
		margin-top: -246px;
		margin-bottom: -230px;
	}
}
@media screen and (max-width: 360px) {
	.maparea {
		transform: scale(0.3);
		margin-left: -336px;
		margin-top: -246px;
		margin-bottom: -230px;
	}
}
@media screen and (max-width: 320px) {
}











