@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: 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%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #333; font-size: 14px;}
input::-moz-input-placeholder{			color: #333; font-size: 14px;}
input::-ms-input-placeholder{			color: #333; font-size: 14px;}
input::-o-input-placeholder{			color: #333; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #333; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #333; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #333; font-size: 14px;}
textarea::-o-input-placeholder{			color: #333; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.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; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.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; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}



.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}

.swiper-active-switch {
	opacity: 1;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}


.container{
	width: 75%;
	margin: 0 auto;
}


.top{
	background: #eee;
	color: #333;
	line-height: 40px;
}
.top .left{
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
}
.top .iconfont{
	font-size: 20px;
	margin: 0 10px 0 0;
	font-weight: normal !important;
	color: #00a4e4;
}
.top .icon-diqiu{
	font-size: 20px;
	margin: 0 10px 0 0;
}
.top a{
	color: #333;
	font-size: 14px;
}
.top .top_tel{
	margin: 0 25px 0 0;
	font-size: 16px;
	font-family: "Arial";
	font-weight: bold;
}


.menu li{
	display: block;
	float: left;
	line-height: 105px;
	margin: 0 0 0 50px;
	position: relative;
}
.menu li a{
	font-size: 18px;
	font-family: "Arial";
	display: block;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
.menu>li.this>a,
.menu>li:hover>a,
.menu>li>ul>li:hover>a{
	color: #00a4e4;
}

.menu>li>ul{
	position: absolute;
	background-color: #fff;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	display: none;
	z-index: 9;
}
.menu>li>ul li{
	line-height: 40px;
	margin: 0;
	text-align: center;
	float: none;
}
.menu>li>ul li a{
	font-size: 14px;
}





.menubut{
	display: none;
}


.devnum{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.devnum li{
	display: block;
	text-align: center;
	position: relative;
	width: 25%;
	z-index: 1;
}
.devnum li span{
	display: inline-block;
	vertical-align: middle;
	font-size: 46px;
	font-family: "Arial";
	font-weight: bold;
}
.devnum li font{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-family: "Arial";
	font-weight: bold;
	color: #09a2f0;
}
.devnum li p{
	font-size: 26px;
	margin: 5px 0 0 0;
}
.devnum li i{
	font-size: 40px;
	font-family: "Arial";
	font-weight: bold;
	color: #f2f2f2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	line-height: 40px;
	text-transform: uppercase;
	width: 100%;
	z-index: -1;
}



.hycate li{
	width: 22.5%;
	float: left;
	display: block;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.hycate li.this{
	width: 32.5%;
}
.hycate li img{
	display: block;
}
.hycate li .text1{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -48px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.hycate li .text1 .iconfont{
	font-size: 50px;
	line-height: 50px;
}
.hycate li .text1 p{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 25px 0 0 0;
}
.hycate li.this .text1,
.hycate li:hover .text1{
	opacity: 0;
	transform: scale(0);
}

.hycate li .text2{
	position: absolute;
	width: 100%;
	text-align: right;
	right: 100%;
	bottom: 30px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.hycate li .text2 .num{
	font-size: 60px;
	font-weight: bold;
	font-family: "Arial";
}
.hycate li .text2 p{
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.hycate li .text2 span{
	display: block;
	width: 86px;
	line-height: 28px;
	text-align: center;
	float: right;
	font-size: 14px;
	color: #fff;
	background: #00a3e4;
	border-radius: 12px;
	margin: 25px 0 0 0;
}
.hycate li.this .text2,
.hycate li:hover .text2{
	opacity: 1;
	right: 40px;
}


.stitle{
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0 60px;
}
.stitle:before,
.stitle:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 38px;
	height: 38px;
	background: url(../images/title_icon.jpg) center no-repeat;
}
.stitle:before{
	left: 0;
}
.stitle:after{
	right: 0;
	-webkit-transform: 	rotateY(180deg);
	-moz-transform: 	rotateY(180deg);
	-ms-transform: 		rotateY(180deg);
	-o-transform: 		rotateY(180deg);
	transform: 			rotateY(180deg);
}


.news .picnews{
	width: 47%;
}
.news .picnews .pic{
	height: 354px;
}
.news .picnews .text{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0 0 0;
}
.news .picnews .text .date{
	width: 10%;
}
.news .picnews .text .date span{
	display: block;
	font-size: 20px;
	color: #808080;
	margin: 3px 0 0 0;
}
.news .picnews .text .date .iconfont{
	margin: 34px 0 0 0;
	font-size: 16px;
}
.news .picnews .text .right{
	width: 85%;
}
.news .picnews .text .right span{
	font-size: 22px;
	font-family: "Arial";
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 24px;
}
.news .picnews .text .right p{
	line-height: 26px;
	font-size: 14px;
	color: #6d6d6d;
	margin: 5px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.news .newsul{
	width: 49%;
}
.news .newsul li{
	display: block;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}
.news .newsul li a{
	display: block;
	padding: 30px 0;
}
.news .newsul li .date{
	width: 15%;
	color: #818181;
}
.news .newsul li .date span{
	display: block;
	font-size: 22px;
	margin: 3px 0 0 0;
}
.news .newsul li .date p{
	font-size: 16px;
	margin: 10px 0 0 0;
}
.news .newsul li .text{
	width: 75%;
	padding: 0 10% 0 0;
}
.news .newsul li .text span{
	display: block;
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .newsul li .text p{
	color: #6c6c6c;
	line-height: 24px;
	font-size: 12px;
	margin: 13px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .newsul li .iconfont{
	position: absolute;
	font-size: 26px;
	color: #828282;
	text-align: right;
	right: 0;
	top: 50%;
	margin-top: -13px;
	font-weight: normal;
}


.aboutbg{
	height: 680px;
	background: url(../images/bg_about.jpg) center no-repeat;
	background-size: cover;
}
.aboutbg .container{
	height: 680px;
	background: url(../images/bg_about.jpg) center no-repeat;
	background-size: cover;
	display: table;
}
.aboutbg .container .text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.aboutbg .container .text h1{
	font-size: 34px;
	text-transform: uppercase;
}
.aboutbg .container .text p{
	font-size: 22px;
	margin: 20px 0 0 0;
}
.aboutbg .container .text a{
	margin: 70px auto 0 auto;
	width: 114px;
	line-height: 38px;
	display: block;
	color: #fff;
	border-radius: 12px;
	background: rgba(0,0,0,0.4);
	font-size: 24px;
}

.footer{
	background: #f3f3f3;
}
.ftitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.fabouttext{
	width: 18%;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
}
.fcontact{
	width: 20%;
	margin: 0 0 0 10%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.fcase{
	width: 15%;
	margin: 0 0 0 15%;
	font-size: 14px;
	line-height: 24px;
}
.fcase li,
.fabout li{
	display: block;
	line-height: 24px;
}
.fcase a,
.fabout a{
	font-size: 14px;
	display: block;
}

.cr{
	border-top: 1px solid #ccc;
	background: #f3f3f3;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
}
.cr span{
	margin: 0 5px 0 0;
}


.bannerbg{
	background-image: url(../images/banner_about.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}
.bannerbg .nbanner,
.bannerbg .listbanner{
	background-image: url(../images/banner_about.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}


.ncate{
	box-shadow: 0 8px 8px 0 rgba(0,0,0,.06);
}
.ncate li{
	display: block;
	float: left;
	line-height: 66px;
	text-align: center;
}
.ncate li a{
	color: #333;
	display: block;
}
.ncate li:hover a,
.ncate li.this a{
	color: #00a4e4;
}




.ncate_1 li{
	width: 100%;
}
.ncate_2 li{
	width: 50%;
}
.ncate_3 li{
	width: 33.333%;
}
.ncate_4 li{
	width: 25%;
}
.ncate_5 li{
	width: 20%;
}
.ncate_6 li{
	width: 16.666%;
}


.nabouttext{
	width: 48%;
	font-size: 14px;
	line-height: 30px;
}
.nabout .pic{
	width: 50%;
}


.aboutnum li{
	display: block;
	float: left;
	width: 33.333%;
	text-align: center;
}
.aboutnum li .num{
	font-size: 60px;
	color: #00a4e4;
	font-weight: bold;
}
.aboutnum li p{
	font-size: 14px;
	color: #484848;
	margin: 20px 0 0 0;
}



.nabout1 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}



.nculture li{
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 18px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.nculture li:last-child{
	margin: 0;
}
.nculture li .num{
	font-size: 54px;
	font-weight: bold;
	font-style: italic;
	margin: 15px 0 0 0;
}
.nculture li>img{
	display: block;
	margin: 30px auto 20px auto;
}
.nculture li p{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin: 0 0 20px 0;
}

.caseslide .swiper-slide{
	position: relative;
}
.caseslide .swiper-slide .icon-bofang{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
	margin-left: -30px;
	margin-top: -30px;
	color: #fff;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.caseslide .swiper-slide .pic{
	background: #000;
	cursor: pointer;
}
.caseslide .swiper-slide .pic img{
	opacity: .6;
}
.caseslide .swiper-slide-active{
	transform: scale(1.3);
	z-index: 9;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.caseslide .swiper-slide-active .icon-bofang,
.caseslide .swiper-slide-active .pic img{
	opacity: 1;
}


.caseslide_arrow{
	font-size: 36px;
	margin-top: -18px;
	color: #c6d1db;
	transform-origin: center;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.caseslide_left{
	transform: rotate(180deg);
	left: 2%;
}
.caseslide_right{
/*	transform: rotate(-90deg);*/
	right: 2%;
}
.caseslide_left:hover{
	left: 1%;
}
.caseslide_right:hover{
	right: 1%;
}





.shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .65;
	z-index: 9999;
	display: none;
}
.videoarea{
	position: fixed;
	top: 10%;
	width: 90%;
	max-width: 900px;
	left: 50%;
	margin-left: -450px;
	z-index: 999999;
	display: none;
}
.videoarea .icon-guanbi{
	position: absolute;
    color: #fff;
    right: 10px;
    top: 10px;
    font-size: 20px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    padding: 10px;
	z-index: 9999999;
	cursor: pointer;
}
.videoplay video{
	width: 100% !important;
	max-height: 600px !important;
}


.videohide,
.videohide video{
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
}



.ndevul{
	overflow: hidden;
}
.ndevul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 0 60px 0;
	width: 100%;
	overflow: hidden;
}
.ndevul li:last-child{
	margin: 0;
}
.ndevul li .year{
	width: 40%;
	word-break: keep-all;
	font-family: Arial;
	font-size: 38px;
	color: #00a3e4;
	line-height: 46px;
	text-align: right;
}
.ndevul li .circle{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #c9c9c9;
	position: relative;
	margin: 0 3%;
}
.ndevul li .circle:before,
.ndevul li .circle:after{
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
}
.ndevul li .circle:before{
	width: 38px;
	height: 38px;
	margin-left: -20px;
	margin-top: -20px;
}
.ndevul li .circle:after{
	width: 30px;
	height: 30px;
	margin-left: -16px;
	margin-top: -16px;
}
.ndevul li .circle div{
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -12px;
	margin-top: -12px;
}
.ndevul li .circle div:after{
	content: '';
	display: block;
	position: absolute;
	background: #959595;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	z-index: 2;
}
.ndevul li:hover .circle div:after{
	animation: Circle 1s infinite linear;
	background: #00a3e4;
}
@keyframes Circle{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.55);
	}
	100%{
		transform:scale(1);
	}
}
.ndevul li .circle div:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 50%;
	width: 0;
	height: 1000px;
	border-left: 1px dashed #c9c9c9;
	z-index: 1;
}
.ndevul li .text{
	color: #484848;
	font-size: 16px;
	line-height: 30px;
	width: 40%;
}
.ndevul li:nth-child(2n) .text{
	text-align: right;
}
.ndevul li:nth-child(2n) .year{
	text-align: left;
}



.nhonorslide .swiper-container{
	padding: 140px 0;
}
.nhonorslide .swiper-slide{
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nhonorslide .swiper-slide-active{
	transform: scale(1.47);
	z-index: 9;
}
.nhonorslide .active_next,
.nhonorslide .active_prev{
	transform: scale(1.23);
	z-index: 8;
}
.nhonorslide .swiper-slide p{
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 14px;
	opacity: 0;
	color: #484848;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nhonorslide .swiper-slide-active p{
	opacity: 1;
}


.nhonorslide{
	position: relative;
	padding: 0 85px;
	box-sizing: border-box;
}
.nhonorslide .iconfont{
	position: absolute;
	top: 50%;
	font-size: 56px;
	margin-top: -28px;
	color: #00a4e4;
	cursor: pointer;
}
.nhonorslide .slidearrow_honor_prev{
	left: 0;
	transform: rotateY(180deg);
}
.nhonorslide .slidearrow_honor_next{
	right: 0;
}


.ncontacttext li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	background: #fff;
	text-align: center;
	padding: 70px 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.ncontacttext li:last-child{
	margin: 0;
}
.ncontacttext li .iconfont{
	color: #00a4e4;
	font-size: 60px;
	margin: 0 0 40px 0;
}
.ncontacttext li p{
	color: #000000;
	font-size: 18px;
	line-height: 36px;
	padding: 0 40px;
}
.ncontacttext li p a{
	color: #000000;
	font-size: 18px;
}


.nzxnsul li{
	background: #f4f4f4;
	display: block;
	position: relative;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzytitle{
	line-height: 60px;
	background: #f4f4f4;
	padding: 0 25px;
	position: relative;
}
.nzxnsul li .rlzytitle .iconfont{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 28px;
	line-height: 60px;
	cursor: pointer;
	width: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li.this .rlzytitle .iconfont,
.nzxnsul li:hover .rlzytitle .iconfont{
	color: #fff;
}
.nzxnsul li .rlzytitle .icon-suoxiao{
	opacity: 0;
}
.nzxnsul li.this .rlzytitle .icon-quanping,
.nzxnsul li:hover .rlzytitle .icon-quanping{
	opacity: 0;
}
.nzxnsul li.this .rlzytitle .icon-suoxiao,
.nzxnsul li:hover .rlzytitle .icon-suoxiao{
	opacity: 1;
}
.nzxnsul li.this .rlzytitle,
.nzxnsul li:hover .rlzytitle{
	background: #00a4e4;
	color: #fff;
}
.nzxnsul li .rlzytitle font{
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin: 15px 0 0 15px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li.this .rlzytitle font{
	opacity: 1;
}

.nzxnsul li .buttonarrow{
	font-size: 30px;
	width: 56px;
	padding: 3px 0 0 0;
	text-align: center;
	border: 2px solid #e4e4e4;
	line-height: 53px;
	position: absolute;
	border-radius: 50%;
	right: 6%;
	bottom: 50%;
	margin-bottom: -30px;
	color: #e4e4e4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxnsul li .rlzyarea{
	font-size: 16px;
	line-height: 30px;
	padding: 25px;
	color: #5f5f5f;
	display: none;
}
.nzxnsul li .rlzyarea .text2{
	margin: 20px 0;
}

.nzxnsul li .yq{
	margin: 0 0 10px 0;
}
.nzxnsul li .yq .yqlist{
	float: left;
	margin: 0 70px 0 0;
}
.nzxnsul li .yq .yqlist:last-child{
	margin: 0;
}


.nnews li{
	display: block;
	border-bottom: 1px solid #f4f4f4;
}
.nnews li:last-child{
	border-bottom: none;
}
.nnews li a{
	display: block;
	padding: 20px 0;
}
.nnews li .pic{
	width: 26%;
	height: 196px;
}
.nnews li .text{
	width: 52%;
	margin: 0 0 0 2%;
}
.nnews li .text strong{
	font-size: 24px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li .text p{
	font-size: 16px;
	line-height: 28px;
	color: #565757;
	margin: 20px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.nnews li .date{
	width: 11%;
	text-align: right;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li .date span{
	display: block;
	font-size: 36px;
	margin: 20px 0 0 0;
}
.nnews li .date p{
	font-size: 20px;
	margin: 10px 0 0 0;
}
.nnews li .date .iconfont{
	font-size: 26px;
	margin: 25px 0 0 0;
}
.nnews li:hover .text strong,
.nnews li:hover .date{
	color: #00a4e4;
}



.nservice li{
	display: block;
}
.nservice li .pic{
	width: 50%;
	height: 390px;
}
.nservice li .servicetext{
	width: 50%;
	height: 390px;
	display: table;
}
.nservice li .servicetext .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15%;
	text-align: left;
}
.nservice li .servicetext .text strong{
	font-size: 24px;
	display: block;
}
.nservice li .servicetext .text p{
	font-size: 16px;
	line-height: 32px;
	color: #8c8c8c;
}
.nservice li .servicetext .text p span{
	margin: 0 5px 0 0;
	color: #00a4e4;
	font-weight: bold;
	display: inline-block;
	font-family: Microsoft Yahei, "微软雅黑";
}


.npro li{
	display: block;
	margin: 0 ;
	background-color: #f6f6f6;
	padding: 60px 0;
}
.nprofm li{
	display: block;
	margin: 0 ;
	background-color: #f6f6f6;
}
.npro li:nth-child(2n){
    background-color: #fff;
}

.npro li:last-child{
	margin: 0;
}
.npro li .pic{
	float: left;
	width: 30%;
	height: 240px;
	background: #ececec;
}
.nprofm li .pic{
	float: left;
	width: 50%;
	background: #ececec;
	height: 540px;
}
.nprofm li:nth-child(2n) .pic{
	float: right;
}
.npro li .protext{
	float: right;
	width: 70%;
}
.nprofm li .protext{
	float: right;
	width: 50%;
	height: 540px;
	display: table;
}
.nprofm li .protext .text{
	padding: 0 30% 0 10%;
	display: table-cell;
	vertical-align: middle;
}
.nprofm li:nth-child(2n) .protext .text{
	padding: 0 10% 0 30%;
}
.npro li .protext .text{
	padding: 0 5% 0 5%;
	text-align: left;
}
.npro li .protext .text .text1{
	font-size: 14px;
	line-height: 24px;
	color: #737373;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.npro li .protext .text .text1::after{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	z-index: 2;
	background-image: linear-gradient(to top, #f6f6f6 , rgba(255,255,255,.0));
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.npro li.this .protext .text .text1::after{
	opacity: 0;
	z-index: -1;
}
.npro li:nth-child(2n) .protext .text .text1::after{
	background-image: linear-gradient(to top, #fff , rgba(255,255,255,.0));
}
.npro li .protext .text>strong,
.nprofm li .protext .text>strong{
	font-size: 24px;
	color: #333333;
	display: block;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nprofm li .protext .text>strong{
	margin: 20px 0 20px 0;
}
.nprofm li .protext .text a.more{
	display: block;
	width: 124px;
	line-height: 30px;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 18px;
	background: #00a4e4;
	border-radius: 16px;
	margin: 90px 0 0 0;
}
.nprofm li .protext .text ul li{
	line-height: 30px;
	margin: 0;
}
.nprofm li .protext .text ul li a{
	font-size: 14px;
}
.npro li .iconfont{
	width: 36px;
	line-height: 36px;
	border: 1px solid #aaa;
	color: #333;
	text-align: center;
	border-radius: 50%;
	margin: 20px 0 0 0;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.npro li .iconfont:hover{
	color: #fff;
	background-color: #00a4e4;
	border: 1px solid #00a4e4;
}
.npro li.this .iconfont{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	color: #fff;
	background-color: #00a4e4;
	border: 1px solid #00a4e4;
}




.nmessage{}
.nmessage li{
	display: block;
	float: left;
	width: 22%;
	margin: 0 4% 25px 0;
}
.nmessage li:nth-child(4){
	margin: 0;
	position: relative;
}
.nmessage li:nth-child(4) img{
	background-color: #a9a9a9;
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 0;
}
.nmessage li.lytext{
	width: 100%;
	margin: 0 0 25px 0;
}
.nmessage li input[type="text"]{
	border: none;
	background-color: #f4f4f4;
	width: 100%;
	height: 52px;
	padding: 0 20px;
	box-sizing: border-box;
}
.nmessage li textarea{
	border: none;
	background-color: #f4f4f4;
	width: 100%;
	height: 270px;
	padding: 20px;
	box-sizing: border-box;
}

.nmessage li:nth-child(6){
	width: 100%;
	margin: 0;
	text-align: center;
}
.nmessage li .subbutton{
	width: 210px;
	height: 48px;
	border: none;
	background-color: #00a4e4;
	font-size: 18px;
	margin: 0 auto;
	color: #fff;
	cursor: pointer;
}




















@media screen and (max-width: 1800px) {
	.nculture li p{
		font-size: 14px;
		line-height: 24px;
	}
	.nculture li p br{
		display: none;
	}
	.nculture li>img{
		margin: 20px auto 10px auto;
	}
	.nculture li .num{
		font-size: 40px;
	}
}

@media screen and (max-width: 1710px) {
	.news .picnews .text .date{
		width: 15%;
	}
	.news .picnews .text .right{
		width: 80%;
	}
	.ncontacttext li p,
	.ncontacttext li p a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1600px) {
	.devnum li p{
		font-size: 24px;
	}
	.devnum li i{
		font-size: 32px;
	}
}
@media screen and (max-width: 1520px) {
	.menu li{
		margin: 0 0 0 30px;
	}
}
@media screen and (max-width: 1500px) {
	.bannerbg,
	.bannerbg .nbanner,
	.bannerbg .listbanner{
		height: 400px;
	}
}
@media screen and (max-width: 1440px) {
	.container{
		width: 85%;
	}
}
@media screen and (max-width: 1366px) {
	.container{
		width: 90%;
	}
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1210px) {
	.devnum li p{
		font-size: 20px;
	}
	.devnum li i{
		font-size: 30px;
	}
	.menu li{
		margin: 0 0 0 30px;
	}
	.hycate li img{
		height: 540px;
	}
	.aboutbg,
	.aboutbg .container{
		height: 500px;
	}
	.aboutbg .container .text a{
		font-size: 18px;
	}
	.hycate li .text1 p{
		font-size: 18px;
	}
	.hycate li .text2 p{
		font-size: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.bannerbg,
	.bannerbg .nbanner,
	.bannerbg .listbanner{
		height: 400px;
	}
	.menu li a{
		font-size: 16px;
	}
	.aboutnum li p{
		font-size: 12px;
		line-height: 16px;
		margin: 10px 0 0 0;
	}
	.aboutnum li .num{
		font-size: 40px;
		line-height: 40px;
	}
	.ncontacttext li{
		padding: 50px 0;
	}
	.ncontacttext li p{
		font-size: 14px;
	}
	.ncontacttext li p a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1100px) {
	.nnews li .date{
		width: 17%;
	}
	.nnews li .date span{
		font-size: 28px;
		margin: 0;
	}
	.nnews li .date p{
		font-size: 18px;
	}
	.nnews li .pic{
		height: 130px;
	}
	.nnews li .text strong{
		font-size: 18px;
		line-height: 20px;
	}
	.nnews li .text p{
		font-size: 14px;
		line-height: 24px;
	}
	.nnews li .date .iconfont{
		font-size: 20px;
	}
}
@media screen and (max-width: 1035px) {
	.logo{
		width: 32%;
		margin: 10px 0 0 0;
	}
	.fabouttext>img{
		width: 120px;
	}
	.menu li{
		line-height: 84px;
	}
	.menu li a{
		font-size: 14px;
	}
	.top{
		line-height: 30px;
		font-size: 14px;
	}
	.top .left{
		font-size: 12px;
	}
	.top .top_tel{
		font-size: 14px;
	}
	.top .iconfont{
		font-size: 16px;
	}
	.news .newsul li .date{
		width: 20%;
	}
	.news .newsul li .text{
		width: 70%;
	}
	.fabouttext{
		font-size: 14px;
	}
	.aboutbg .container .text h1{
		font-size: 28px;
	}
	.aboutbg .container .text p{
		font-size: 20px;
		margin: 10px 0 0 0;
	}
	.aboutbg .container .text a{
		margin: 50px auto 0 auto;
	}
	.news .newsul li a{
		padding: 15px 0;
	}
	.news .picnews .pic{
		height: 270px;
	}
	.stitle{
		font-size: 30px;
		line-height: 30px;
	}
	.stitle:before,
	.stitle:after{
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	.bannerbg,
	.bannerbg .nbanner,
	.bannerbg .listbanner{
		height: 300px;
	}
}
@media screen and (max-width: 1000px) {
	.nservice li .servicetext .text{
		padding: 0 5%;
	}
	.nservice li .servicetext .text strong{
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.nservice li .servicetext .text p{
		font-size: 14px;
		line-height: 24px;
	}
	.nservice li .servicetext,
	.nservice li .pic{
		height: 260px;
	}
}
@media screen and (max-width: 920px) {
	.menu li{
		margin: 0 0 0 20px;
	}
	.menu li a{
		font-weight: normal;
	}
}
@media screen and (max-width: 840px) {
	.p90{
		padding: 40px 0;
	}
	.container{
		width: 95%;
	}
	.logo{
		width: 26%;
		margin: 15px 0 0 0;
	}
	.fabouttext>img{
		width: 100px;
	}
	.menu li{
		line-height: 70px;
		margin: 0 0 0 15px;
	}
	.devnum li p{
		font-size: 18px;
	}
	.devnum li i{
		font-size: 22px;
	}
	.devnum li span{
		font-size: 30px;
	}
	.devnum li font{
		font-size: 16px;
	}
	.p80{
		padding: 50px 0;
	}
	.hycate li img{
		height: 340px;
	}
	.hycate li.this .text2,
	.hycate li:hover .text2{
		right: 20px;
	}
	.hycate li .text2 p{
		font-size: 16px;
	}
	.hycate li .text2 .num{
		font-size: 40px;
	}
	.hycate li .text1 p{
		font-size: 14px;
		padding: 0 5%;
	}
	.news .picnews .text .date{
		width: 20%;
	}
	.news .picnews .text .right span{
		font-size: 18px;
	}
	.news .picnews .text .date span{
		font-size: 16px;
	}
	.news .newsul li .date span{
		font-size: 18px;
	}
	.news .newsul li .date p{
		font-size: 14px;
	}
	.news .newsul li .text span{
		font-size: 18px;
	}
	.news .picnews .text .right p{
		line-height: 20px;
	}
	.news .newsul li .text p{
		line-height: 20px;
	}
	.news .picnews .pic{
		height: 230px;
	}
	.news .picnews .text .date .iconfont{
		margin: 28px 0 0 0;
	}
	.aboutbg .container .text h1{
		font-size: 22px;
	}
	.aboutbg .container .text p{
		font-size: 14px;
	}
	.nculture li p{
		font-size: 12px;
		line-height: 22px;
	}
	.ncontacttext li p{
		font-size: 12px;
		line-height: 20px;
	}
	.ncontacttext li p a{
		font-size: 12px;
	}
	.bannerbg,
	.bannerbg .nbanner,
	.bannerbg .listbanner{
		height: 260px;
	}
	.npro li{
		margin: 0 0 40px 0;
	}
	.npro li .pic{
		height: 300px;
	}
	.npro li .protext{
		height: 300px;
	}
	.npro li .protext .text,
	.npro li:nth-child(2n) .protext .text{
		padding: 0 7%;
	}
	.npro li .protext .text>strong{
		font-size: 20px;
		text-align: left;
		line-height: 24px;
	}
	.npro li .protext .text p{
		font-size: 14px;
		line-height: 26px;
		text-align: left;
	}
	.npro li .protext .text a.more{
		margin: 30px 0 0 0;
		font-size: 14px;
		width: 100px;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 460px) {
	.container{
		width: 90%;
	}
	.top{
		position: fixed;
		z-index: 999;
		left: 0;
		top: 0;
		width: 100%;
	}
	.header{
		position: fixed;
		z-index: 999;
		left: 0;
		top: 30px;
		width: 100%;
		background: #fff;
		box-shadow: 0 9px 9px 0 rgba(0,0,0,.08);
	}
	.top,
	.top a{
		font-size: 12px;
	}
	.top .iconfont{
		font-size: 14px;
		margin: 0 5px 0 0;
	}
	.top .left{
		display: none;
	}
	.top .right{
		float: none;
		text-align: right;
	}
	.top .top_tel{
		float: left;
	}
	.top .top_tel span{
		display: none;
	}
	.menubut{
		display: block;
		position: absolute;
		right: 5%;
		font-size: 30px;
		top: 50%;
		margin-top: -15px;
	}
	.menu{
		position: fixed;
		width: 100%;
		height: 100%;
		right: 0;
		display: none;
		background: #fff;
		box-shadow: 0 9px 9px 0 rgba(0,0,0,.08);
	}
	.menu li{
		margin: 0;
		float: none;
		line-height: 40px;
		width: 100%;
		text-align: center;
		border-top: 1px solid #ececec;
	}
	.menu li a{
		font-size: 14px;
	}

		
	.menu>li>ul{
		position: relative;
		background-color: #fff;
		left: auto;
		margin-left: 0;
		width: 100%;
		display: none;
	}
	.menu>li>ul li{
		line-height: 30px;
		margin: 0;
		text-align: center;
		float: none;
	}
	.menu>li>ul li a{
		font-size: 12px;
	}

	.logo{
		width: 260px;
		margin: 0 0 0 0;
	}



	.devnum{
		display: block;
	}
	.devnum:after{
		content: '';
		clear: both;
		display: table;
	}
	.devnum li{
		width: 50%;
		float: left;
	}
	.devnum li:nth-child(1),
	.devnum li:nth-child(2){
		margin: 0 0 20px 0;
	}
	.devnum li p{
		font-size: 14px;
	}
	.hycate li{
		width: 50% !important;
	}
	.hycate li .devpic img{
		width: 100% !important;
		height: auto !important;
	}
	.hycate li .text2{
		display: none;
	}
	.hycate li.this .text1, .hycate li:hover .text1 {
		opacity: 1;
		transform: scale(1);
	}
	.news .picnews{
		width: 100%;
	}
	.news .picnews .pic{
		height: auto;
	}
	.news .newsul{
		margin: 10px 0 0 0;
		width: 100%;
		display: none;
	}
	.aboutbg,
	.aboutbg .container{
		height: 300px;
	}
	
	.aboutbg .container .text h1{
		font-size: 18px;
	}
	.aboutbg .container .text a{
		font-size: 12px;
		width: 100px;
		line-height: 30px;
	}
	
	.fabouttext{
		float: none;
		width: 100%;
		text-align: center;
	}
	.fcase,
	.fabout,
	.fabouttext p{
		display: none;
	}
	
	.fcontact{
		width: 100%;
		float: none;
		margin: 10px 0 0 0;
	}
	
	
	.cr{
		padding: 10px 0;
		line-height: 20px;
		font-size: 12px;
	}
	.cr a{
		font-size: 12px;
	}
	.cr span{
		margin: 0;
	}
	
	.bannerbg,
	.bannerbg .nbanner,
	.bannerbg .listbanner{
		height: 130px;
	}
	
	.ncate li{
		line-height: 40px;
	}
	.ncate_4{
		padding: 10px 0;
	}
	.ncate li a{
		font-size: 12px;
	}
	.ncate_4 li{
		width: 50%;
		line-height: 30px;
	}
	
	.nprofm li .pic,
	.npro li .pic{
		width: 100%;
		height: auto;
	}
	.nprofm li .protext,
	.npro li .protext{
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	.nprofm li .protext .text>strong,
	.npro li .protext .text>strong{
		font-size: 16px;
	}
	
	.nprofm li:nth-child(2n) .protext .text,
	.nprofm li .protext .text{
		padding: 0 5%;
	}
	
	.nservice li{
	}
	.nservice li .servicetext{
		width: 100%;
		float: none;
		height: auto;
		padding: 40px 0;
	}
	.nservice li .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	
	
	
	.nnews li .date{
		display: none;
	}
	
	
	.nnews li .pic{
		height: auto;
		width: 40%;
	}
	.nnews li .text strong{
		margin: 5px 0 0 0;
		font-size: 14px;
	}
	.nnews li .text p{
		margin: 5px 0 0 0;
		-webkit-line-clamp: 2;
		font-size: 12px;
		line-height: 20px;
	}
	.nnews li .text{
		width: 55%;
		margin: 0 0 0 5%;
	}
	
	
	.nzxnsul li .rlzytitle{
		font-size: 14px;
		line-height: 20px;
		padding: 10px 15% 10px 5%;
		text-align: left;
	}
	.nzxnsul li .rlzytitle .iconfont{
		width: 40px;
		line-height: 40px;
		font-size: 20px;
		text-align: center;
		top: 50%;
		margin-top: -20px;
	}
	.nzxnsul li .rlzyarea{
		padding: 5%;
		font-size: 14px;
		line-height: 24px;
	}
	.nabouttext{
		width: 100%;
	}
	.nabout .pic{
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.mt90{
		margin-top: 40px !important;
	}
	.nculture li{
		width: 100%;
		padding: 5%;
		margin: 0 0 20px 0;
	}
	.nculture li:last-child{
		margin: 0;
	}
	.ndevul li .text{
		font-size: 14px;
		line-height: 24px;
	}
	.ndevul li .year{
		font-size: 30px;
	}
	.ndevul li .circle{
		border: none;
	}
	
	.nhonorslide .swiper-slide .pic{
		margin: 0 5px;
	}
	.nhonorslide .swiper-slide-active{
		transform: scale(1);
	}
	.nhonorslide .swiper-container{
		padding: 40px 0;
	}
	.nhonorslide{
		padding: 0 5%;
	}
	.nhonorslide .swiper-slide p{
		margin: 5px 0 0 0;
	}
	.nhonorslide .iconfont{
		font-size: 18px;
		margin-top: -21px;
	}
	.ncontacttext li{
		width: 100%;
		float: none;
	}
	.ncontacttext li .iconfont{
		font-size: 40px;
		margin: 0 0 20px 0;
	}
	.newstext h2{
		font-size: 20px;
	}
	.pagechange .returnlist a,
	.pagechange a,
	.sharebox p{
		font-size: 12px;
	}
	.pagechange .pagechangel,
	.pagechange .returnlist,
	.pagechange .pagechanger{
		width: 120px;
	}
	
	.prodetailslide{
		display: block;
	}
	.prodetailslide .detailslide{
		width: 100%;
	}
	.prodetailslide .detailtext{
		width: 100%;
		padding: 0;
		margin: 20px 0 0 0;
	}
	.prodetailslide .detailtext .text1{
		font-size: 16px;
		line-height: 22px;
	}
	
	.prodetailslide .detailtext .text3{
		margin: 0;
	}
	
	.prodetailslide .detailtext .text2 a{
		font-size: 14px;
		width: 100px;
		line-height: 30px;
	}
	.texttitle{
		font-size: 20px;
	}
	
	.nmessage li,
	.nmessage li:nth-child(4){
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.nmessage li input[type="text"]{
		height: 40px;
	}
	.nmessage li:nth-child(4) img{
		padding: 2.5px 0;
	}
	.nmessage li .subbutton{
		height: 40px;
		font-size: 16px;
	}
	.npro li .protext .text ul li a{
		font-size: 12px;
	}
	.npro li{
		padding: 40px 0;
		margin: 0;
	}
	
	
	
}
@media screen and (max-width: 428px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}





















