@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", 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%; 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: #ccc;
	cursor: pointer;
}

.swiper-active-switch {
	background: #00a0e9;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}

.youshi{
	position: relative;
}

.container{
	width: 75%;
	margin: 0 auto;
}

.menubut{
	display: none;
}

.top{
	background: #eee;
	line-height: 36px;
	overflow-x: hidden;
}
.top .left{
	font-size: 14px;
	color: #666;
}
.top .right{
	padding: 0 0 0 3%;
	background: #00a0e9;
	color: #fff;
	position: relative;
	z-index: 1;
}
.top .right:before{
	content: '';
	display: block;
    width: 0;
    height: 0;
    border-bottom: 36px solid #00a0e9;
    border-left: 20px solid transparent;
	position: absolute;
	left: -20px;
	top: 0;
}
.top .right:after{
	content: '';
	display: block;
    width: 200%;
    height: 36px;
    background: #00a0e9;
	position: absolute;
	right: -200%;
	top: 0;
	z-index: -1;
}
.top .right a{
	color: #fff;
	font-size: 14px;
}
.top .iconfont{
	color: #fff;
	margin: 0 8px 0 0;
	font-size: 14px;
}
.top .right .tl{
	margin: 0 30px;
}
.top .right .tl a{
	color: #e50012;
	font-family: "Arial";
	font-weight: bold;
}
.lan{
	position: relative;
}
.lan a{
	display: block;
	font-size: 14px;
}
.lan .lan2{
	position: fixed;
	display: none;
	top: 36px;
	margin: 0 13px 0 0;
    background: #00a0e9;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.lan .lan2 a{
	color: #fff;
	padding: 0 15px;
}
.lan .lanarrow{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
	margin: 16px 0 0 8px;
}


.menu{}
.menu li{
	display: block;
	float: left;
	margin: 0 60px 0 0;
	line-height: 84px;
	position: relative;
}
.menu li:last-child{
	margin: 0;
}
.menu li a{
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu>li.this>a,
.menu>li:hover>a{
	color: #00a0e9;
}
.menu li .menu2{
	display: none;
	position: absolute;
	z-index: 9;
	top: 86px;
	background-color: #fff;
	width: 600px;
	left: -86px;
	z-index: 9;
}
.menu li ul{
	text-align: center;
	width: 180px;
	float: left;
	background-color: #f6f6f6;
	padding: 40px 30px;
}
.menu li .menu2:after{
	content: '';
	display: block;
	width: 240px;
	background-color: #f6f6f6;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}
.menu li ul li{
	float: none;
	margin: 0;
	line-height: 40px;
	border-top: 1px solid #ddd;
}
.menu li ul li:last-child{
	border-bottom: 1px solid #ddd;
}
.menu li ul li a{
	font-size: 14px;
}
.menu li ul li:hover>a{
	background: #00a0e9;
	color: #fff;
}
.menu li .menu3{
	left: auto;
	right: -40px;
}
.menu li .menu2 .pic{
	width: 300px;
	padding: 30px;
}

.menu>li:after{
	opacity: 0;
	content: '';
	display: block;
	background-color: #00a1e9;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 3;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu>li:hover:after,
.menu>li.this:after{
	opacity: 1;
}

.stitle{
	text-align: center;
}
.stitle h3{
	font-size: 48px;
	line-height: 50px;
	font-family: "Arial";
	background-image: linear-gradient(0deg, rgba(255,255,255,0), #e5e4e4);
	background-clip:text;
	-webkit-background-clip:text;
	color: transparent;
	text-transform: uppercase;
}
.stitle h2{
	color: #282828;
	font-size: 30px;
	line-height: 30px;
	margin: -20px 0 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stitle h2 font{
}
.stitle h2 span{
	height: 1px;
	background: #e5e5e5;
	position: relative;
	margin: 1px 0 0 0;
}
.stitle h2 span:after{
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 3px;
	background: #00a0e9;
	right: 0;
	top: -1px;
}
.stitle h2 span:last-child:after{
	left: 0;
	right: auto;
}



.procate li{
	display: block;
	float: left;
	width: 10.3%;
	margin: 0 4.65% 0 0;
	position: relative;
	z-index: 1;
}
.procate li:last-child{
	margin: 0;
}
.procate li p{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.procate li:after{
	content: '';
	display: block;
	width: 130%;
	height: 130%;
	left: -15%;
	top: -15%;
	position: absolute;
	background: url("../images/bg_procate.png") center no-repeat;
	background-size: cover;
	z-index: -1;
}


.prolist li{
	display: block;
}
.prolist li a{
	display: block;
	margin: 0 17px;
}
.prolist li .pic{
	height: 152px;
}
.prolist li p{
	font-size: 16px;
	line-height: 50px;
	background: #00a0e9;
	position: relative;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.prolist li p:before{
	display: block;
	content: '';
	position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #00a0e9;
	left: 50%;
	top: -8px;
	margin-left: -10px;
}



.hyjjfabg{
	background: url("../images/bg_hyjjfa.jpg") center no-repeat;
	background-size: cover;
}
.hyjjfabg .container{
	background: #fff;
	position: relative;
}
.hyjjfabg .container .hyjjfa{
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
}
.hyjjfabg .container .hyjjfa:before{
	display: block;
	content: '';
	position: absolute;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 15px solid #fff;
	left: 50%;
	top: 50%;
	z-index: 9;
}
.newsbg .stitle,
.hyjjfabg .container .hyjjfa .stitle{
	text-align: left;
}
.newsbg .stitle h2,
.hyjjfabg .container .hyjjfa .stitle h2{
	display: block;
}
.newsbg .stitle h2 font,
.hyjjfabg .container .hyjjfa .stitle h2 font{
	display: block;
}
.newsbg .stitle h2 span,
.hyjjfabg .container .hyjjfa .stitle h2 span{
	display: block;
	width: 100% !important;
	margin: 15px 0 0 0;
}
.hyjjfabg .container .hyjjfa .stitle h2 a{
	color: #00a0e9;
	font-size: 16px;
	font-weight: normal;
	float: right;
	margin: -25px 0 0 0;
	display: block;
}
.hyjjfabg .container .pic{
	width: 50%;
	height: 400px;
}


.hyjjfalist ul{
}
.hyjjfalist ul li{
	display: block;
	line-height: 48px;
	width: 50%;
	float: left;
}
.hyjjfalist ul li a{
	font-size: 18px;
	color: #282828;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.hyjjfalist ul li a span{
	font-weight: bold;
}
.hyjjfalist ul li:hover a{
	color: #00a0e9;
	padding: 0 0 0 10px;
}


.aboutname{
	background: url("../images/bg_about.jpg") center right no-repeat;
	height: 290px;
	background-size: cover;
	padding: 0 85px;
	box-sizing: border-box;
	display: table;
}
.aboutname .text{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.aboutname .text h2{
	font-size: 22px;
}
.aboutname .text p{
	font-size: 16px;
	margin: 5px 0 0 0;
}
.aboutname .text a{
	width: 118px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	font-size: 14px;
	margin: 30px 0 0 0;
	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;
}
.aboutname .text a:hover{
	background: #fff;
	color: #00a0e9;
	width: 130px;
}



.abouttext .text{
	width: 40%;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-indent: 2em;
	margin: 5px 0 0 0;
}
.envslide{
	width: 57%;
}
.envslide .swiper-slide .pic{
	margin: 0 10px;
}


.newsbg{
	background: #f1f5f7;
}



.newsbg .stitle h2 .newscate{
	color: #00a0e9;
	font-size: 16px;
	font-weight: normal;
	float: right;
	margin: -25px 0 0 0;
	display: block;
}
.newsbg .stitle h2 .newscate a{
	font-size: 16px;
	color: #666666;
	margin: 0 50px 0 0;
}
.newsbg .stitle h2 .newscate a:last-child{
	margin: 0;
}



.picnews{
	width: 48%;
}
.picnews .text{
	margin: 20px 0 0 0;
}
.picnews .text .date{
	width: 13%;
	border-right: 1px solid #e5e5e5;
}
.picnews .text .date span{
	display: block;
	font-size: 24px;
	color: #282828;
	font-family: "Arial";
	text-align: left;
}
.picnews .text .date p{
	font-size: 15px;
	color: #282828;
	font-family: "Arial";
	margin: 10px 0 0 6px;
}
.picnews .text .text1{
	width: 84%;
}
.picnews .text .text1 span{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #282828;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.picnews .text .text1 p{
	font-size: 14px;
	line-height: 16px;
	color: #888888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0 0;
}


.newslist{
	width: 48%;
}
.newslist li{
	display: block;
	background: #fff;
	padding: 36px 20px;
	border-bottom: 1px solid #f1f5f7;
}
.newslist li .date{
	width: 13%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.newslist li .date span{
	display: block;
	font-size: 24px;
	color: #a1a1a1;
	font-family: "Arial";
}
.newslist li .date p{
	font-size: 15px;
	color: #a1a1a1;
	font-family: "Arial";
	margin: 10px 0 0 0;
}
.newslist li .text1{
	width: 84%;
}
.newslist li .text1 span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #282828;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newslist li .text1 p{
	font-size: 14px;
	line-height: 16px;
	color: #888888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0 0;
}




.khjzbg{
	background: url(../images/bg_kehu.jpg) center no-repeat;
	background-size: cover;
}

.khjzbg .stitle h3{
	background-image: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.2));
}
.khjzbg .stitle h2{
	color: #fff;
}
.khjzbg .stitle h2 span:after,
.khjzbg .stitle h2 span{
	background: #fff;
}




.cuslogo{
	width: 54%;
	padding: 15px 40px;
	box-sizing: border-box;
	background: #fff;
}
.cuslogoslide .pic{
	border: 1px solid #e5e5e5;
	margin: 12px 6px;
}



.process{
	width: 44%;
}
.process li{
	width: 33.333%;
	float: left;
	display: block;
	text-align: center;
	color: #fff;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}
.process li .iconfont{
	font-size: 44px;
}
.process li p{
	margin: 10px 0 0 0;
}
.process li .icon-jinrujiantou{
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}





.footer{
	background: url(../images/bg_footer.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0 30px 0;
}





.fmenu{
	width: 60%;
}
.fmenu ul{
	float: left;
	width: 16.666%;
}
.fmenu li{
	display: block;
	line-height: 28px;
	color: #484848;
	font-size: 16px;
}
.fmenu li:first-child{
	margin: 0 0 5px 0;
}
.fmenu li a{
	color: #666666;
	font-size: 14px;
}


.fcontact{
	margin: 0 0 0 5%;
}
.fcontact .text{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin: 10px 0 0 0;
}
.fcontact .text a{
	font-size: 24px;
	color: #e50012;
	font-weight: bold;
	font-family: "Arial";
	display: block;
}


.fewm p{
	font-size: 16px;
	text-align: center;
	color: #666;
	margin: 10px 0 0 0;
}


.footer1{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.footer1 a{
	font-size: 14px;
	margin: 0 5px 0 0;
	color: #666666;
}
.cr span{
	margin: 0 5px 0 0;
}

.sharelink a{
	display: block;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #bfbfbf;
	color: #fff;
	text-align: center;
	float: left;
	margin: 0 0 0 10px;
}
.sharelink .iconfont{
	font-size: 20px;
}








.nbanner,
.listbanner,
.bannerbg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}



.bnav{
	padding: 10px 0;
	line-height: 46px;
	background: #f4f4f4;
}
.bnav .stext{
	height: 46px;
	width: 350px;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	background: #fff;
}
.bnav #searchform .iconfont{
	width: 46px;
	height: 46px;
	color: #fff;
	font-size: 22px;
	background: #00a0e9;
	text-align: center;
	cursor: pointer;
}


.hotkey{
	color: #666666;
	font-size: 14px;
	margin: 0 0 0 5%;
}
.hotkey a{
	margin: 0 10px 0 0;
	color: #666666;
	font-size: 14px;
}


.bnavlink .iconfont{
	margin: 0 5px 0 0;
}
.bnavlink{
	color: #666666;
	font-size: 14px;
}
.bnavlink a{
	color: #666666;
	font-size: 14px;
}





.ncate{
	border: 1px solid #00a0e9;
}
.ncate li{
	display: block;
	float: left;
	line-height: 54px;
	text-align: center;
	position: relative;
}

.ncate li:after{
	width: 1px;
	height: 16px;
	background: #e5e5e5;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 19px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate li:last-child:after{
	display: none;
}
.ncate li .iconfont{
	font-size: 22px;
	color: #dddddd;
	margin: -4px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate li a{
	color: #333;
	font-size: 16px;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncate li:hover:after,
.ncate li.this:after{
	opacity: 0;
}
.ncate li:hover a,
.ncate li.this a{
	color: #fff;
	background: #00a0e9;
}
.ncate li:hover .iconfont,
.ncate li.this .iconfont{
	color: #fff;
}


.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%;
}


.nabout .nabouttext{
	width: 51%;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-indent: 2em;
}
.nabout .nabouttext h1{
	font-size: 24px;
	color: #484848;
	text-indent: 0;
	margin: 0 0 15px 0;
}
.nabout .pic{
	width: 44%;
	margin: 54px 0 0 0;
}


.ntitle{
	background: url("../images/bg_ntitle.png") center no-repeat;
	text-align: center;
	padding: 26px 0;
}
.ntitle h2{
	font-size: 38px;
	line-height: 38px;
	color: #282828;
}
.ntitle p{
	font-size: 16px;
	line-height: 16px;
	color: #cccccc;
	margin: 5px 0 0 0;
}



.nculturebg{
	background: url("../images/bg_culture.png") center no-repeat;
	background-size: cover;
}


.nculture li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 48.5%;
	margin: 3% 3% 0 0;
	float: left;
	padding: 40px 60px;
	box-sizing: border-box;
	background: rgba(255,255,255,.6);
}
.nculture li:nth-child(2n){
	margin: 3% 0 0 0;
}
.nculture li .iconfont{
	font-size: 54px;
	color: #00a0e9;
	margin: 0 20px 0 0;
	width: 66px;
	line-height: 66px;
}
.nculture li .text strong{
	font-size: 24px;
}
.nculture li .text p{
	font-size: 18px;
	margin: 10px 0 0 0;
	color: #666666;
}

.nhonorslide li .pic{
	margin: 0 18px;
	border: 6px solid #eeeeee;
}



.zznlbg{
	background: #f4f4f4;
}


.zznlslide li a{
	display: block;
	margin: 0 20px;
}
.zznlslide li p{
	line-height: 46px;
	background: #fff;
	color: #282828;
	text-align: center;
	font-size: 16px;
}




#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.youshilist li{
	display: block;
}
.youshilist li:last-child{
	margin: 0;
}
.youshilist li a{
	display: block;
	margin: 0 15px;
}
.youshilist li .text{
	background: #f4f4f4;
	padding: 40px;
	box-sizing: border-box;
}
.youshilist li .text span{
	display: block;
	font-size: 18px;
}
.youshilist li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.youshilist li .text font{
	display: block;
	font-size: 14px;
	color: #00a0e9;
}



.ncuslogo{
	background: url("../images/bg_cuslogo.png") center top 70px no-repeat;
}
.ncuslogo>p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-align: center;
	margin: 25px 5%;
}
.partnerslide .swiper-slide .pic{
	border: 1px solid #e5e5e5;
	margin: 16px 8px;
}


.p70{
	position: relative;
}
.mao{
	position: absolute;
	top: -120px;
}



.ncase li{
	display: block;
	margin: 0 0 5% 0;
	background-color: #f4f4f4;
}
.ncase li .pic{
	width: 50%;
	float: left;
}
.ncase li .jjfatext{
	width: 50%;
	box-sizing: border-box;
	padding: 5%;
	float: right;
}
.ncase li:nth-child(2n) .pic{
	float: right;
}
.ncase li:nth-child(2n) .jjfatext{
	float: left;
}
.ncase li .jjfatext>strong{
	font-size: 20px;
}
.ncase li .jjfatext .text{
	line-height: 30px;
	font-size: 16px;
	margin: 20px 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;
}

.ncase li .jjfatext a{
	display: block;
	width: 120px;
	line-height: 34px;
	background-color: #00a0e9;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 30px 0 0 0;
}


.ncase1list li{
	display: block;
	float: left;
	margin: 0 3% 3% 0;
	width: 31.333%;
}
.ncase1list li:nth-child(3n){
	margin: 0 0 3% 0;
}
.ncase1list li p{
	background: #f4f4f4;
	text-align: center;
	font-size: 16px;
	color: #282828;
	line-height: 56px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ncase1list li:hover p{
	color: #fff;
	background: #00a0e9;
}



.rectype li{
	display: block;
	line-height: 66px;
	width: 48.5%;
	background: #f4f4f4;
	float: left;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.rectype li:nth-child(1){
	margin: 0 3% 0 0;
}
.rectype li a{
	display: block;
	color: #282828;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.rectype li .iconfont{
	color: #cccccc;
	font-size: 30px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.rectype li:hover,
.rectype li.this{
	background: #00a0e9;
}
.rectype li:hover a,
.rectype li.this a{
	color: #fff;
}
.rectype li:hover .iconfont,
.rectype li.this .iconfont{
	color: #fff;
}


.rectype2{
	margin: 45px 0 0 0;
}
.reclist li{
	display: block;
	margin: 0 0 10px 0;
	position: relative;
}
.reclist li .iconfont{
	width: 30px;
	line-height: 74px;
	text-align: center;
	position: absolute;
	right: 4%;
	bottom: 0;
	font-size: 18px;
	transform: rotate(90deg);
	cursor: pointer;
}
.reclist li .iconfont{
	width: 30px;
	line-height: 74px;
	text-align: center;
	position: absolute;
	right: 4%;
	bottom: 0;
	font-size: 18px;
	transform: rotate(90deg);
	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;
}
.reclist li.this .iconfont{
	transform: rotate(270deg);
	color: #00a0e9;
}
.recinfo{
	padding: 0 7%;
	line-height: 74px;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
}
.rectext{
	width: 20%;
	font-size: 16px;
	color: #666666;
}
.rectext strong{
	font-size: 17px;
	color: #000;
	margin: 0 0 0 10px;
}
.rectext:nth-child(1){
	width: 20%;
}
.rectext:nth-child(2){
	width: 30%;
}
.rectext:nth-child(3){
	width: 30%;
}
.rectext:nth-child(4){
	width: 20%;
}


.recdetail{
	display: none;
	padding: 50px 7%;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,.07);
}
.recdetail a{
	display: block;
	width: 170px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #00a0e9;
	margin: 40px 0 0 0;
}
.recdetail1{
	width: 33.333%;
	padding: 0 3% 0 0;
	box-sizing: border-box;
}
.recdetail1 .text{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.recdetailtitle{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
}


.recform p{
	font-size: 18px;
	margin: 0 0 10px 0;
}
.recform textarea{
	width: 100%;
	padding: 20px 40px;
	height: 140px;
	background: #f4f4f4;
	border: none;
	font-size: 16px;
	line-height: 30px;
	box-sizing: border-box;
}


#recform{
	position: relative;
}
#recform .iconfont{
	position: absolute;
	color: #cccccc;
	font-size: 34px;
	left: 40px;
	top: 20px;
}


.recbtn{
	display: block;
	width: 170px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #00a0e9;
	margin: 20px 0 0 0;
	cursor: pointer;
}



.ygflslide li{
	background: #f4f4f4;
}
.ygflslide li .pic{
	width: 50%;
}
.ygflslide li .fltext{
	width: 50%;
	padding: 60px 80px;
	box-sizing: border-box;
}
.ygflslide li .fltext>span{
	display: block;
	font-size: 24px;
}
.ygflslide li .fltext>span:after{
	width: 46px;
	height: 3px;
	content: '';
	display: block;
	background: #00a0e9;
	margin: 20px 0 0 0;
}
.ygflslide li .fltext .text{
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #484848;
}




.ygfllist{
	position: relative;
}
.ygflslidearrow{
	width: 64px;
	line-height: 64px;
	border: 1px solid #e6e6e6;
	color: #666666;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	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;
}
.ygflslidearrow:hover{
	border: 1px solid #00a0e9;
	background: #00a0e9;
	color: #fff;
}

.ygflslidearrow_left{
	left: -90px;
	transform: rotate(180deg);
}
.ygflslidearrow_right{
	right: -90px;
}


.zplclist li{
	display: block;
	width: 14.3%;
	margin: 0 7.125% 0 0;
	float: left;
	position: relative;
}
.zplclist li:last-child{
	margin: 0;
}
.zplclist li .pic{
	border: 1px solid #dcdcdc;
	border-radius: 50%;
}
.zplclist li .icon{
	color: #00a0e9;
	font-size: 70px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50px;
}
.zplclist li:nth-child(3) .icon{
	font-size: 60px;
}
.zplclist li p{
	font-size: 18px;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 0;
}
.zplclist li .arrow{
	position: absolute;
	font-size: 20px;
	top: 50%;
	right: -27%;
	margin-top: -10px;
	color: #ccc;
}


.tdfslist li{
	display: block;
	float: left;
	width: 48.5%;
	position: relative;
}
.tdfslist li:nth-child(1){
	margin: 0 3% 0 0;
}
.tdfslist li .text{
	position: absolute;
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	left: 0;
	top: 50%;
	margin-top: -64px;
	color: #fff;
}
.tdfslist li .text span{
	display: block;
	font-size: 24px;
}
.tdfslist li .text a{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 35px 0 10px 0;
}
.tdfslist li .text .iconfont{
	font-weight: normal;
	font-size: 24px;
	margin: 0 10px 0 0;
}
.tdfslist li .text p{
	font-size: 16px;
}




.contactlist li{
	display: block;
	margin: 0 0 50px 0;
	height: 100%;
	position: relative;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

.contactlist li .pic{
	width: 50%;
	height: 330px;
}
.contactlist li .contacttext{
	width: 50%;
	height: 330px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactlist li .contacttext .text{
	padding: 0 10% 0 0;
}
.contactlist li .contacttext h2{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.contactlist li .contacttext .text p{
	border-top: 1px solid #dcdcdc;
	padding: 12px 0;
	line-height: 24px;
	color: #666666;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contactlist li .contacttext .text p:last-child{
	border-bottom: 1px solid #dcdcdc;
}
.contactlist li .contacttext .text p .iconfont{
	font-size: 24px;
	color: #00a0e9;
	margin: 0 10px 0 0;
}
.contactlist li .contacttext .text p span{
	display: block;
	font-size: 14px;
}
.contactlist li .contacttext .text p span a{
	display: block;
	color: #000;
	font-size: 14px;
}
.contactlist li .contacttext .ewm img{
	max-width: 160px;
}




.contactlist li:nth-child(2n) .pic{
	width: 50%;
	height: 330px;
	float: right;
}
.contactlist li:nth-child(2n) .contacttext{
	float: left;
}
.contactlist li .ewm p{
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0 0;
	color: #666666;
}


.nmap{
	overflow: hidden;
}
.nmap iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.nmessage .pic{
	width: 50%;
	height: 350px;
}
.nmessage .messageform{
	width: 50%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-left: none;
	height: 350px;
	padding: 4%;
}
.messageform li{
	width: 48.5%;
	margin: 0 3% 30px 0;
	float: left;
	display: block;
	position: relative;
}
.messageform li:nth-child(2n),
.messageform li:nth-child(7){
	margin: 0 0 30px 0;
}
.messageform li:nth-child(6){
	margin: 0 3% 30px 0;
}
.messageform li.w100{
	width: 100%;
	margin: 0 0 2% 0;
}
.messageform li input{
	border: none;
	padding: 0 7px;
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.messageform li img{
	position: absolute;
	width: 82px;
	height: 35px;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
.messageform .mesbtn{
	width: 100%;
	line-height: 46px;
	color: #fff;
	text-align: center;
	background: #00a0e9;
	float: left;
	cursor: pointer;
	margin: 10px 0 0 0;
}


.ncontainer{
	padding: 5% 7%;
	background: #f4f4f4;
	box-sizing: border-box;
}


.xmgl img{
	max-width: 100%;
}

.jswd li{
	display: block;
	border-top: 1px solid #e5e5e5;
}
.jswd li:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.jswd li a{
	display: block;
	padding: 20px;
}
.jswd li .pic{
	width: 28%;
	float: left;
	height: 155px;
}
.jswd li .text{
	width: 70%;
	float: right;
	margin: 20px 0 0 0;
}
.jswd li .text span{
	display: block;
	font-size: 17px;
	font-weight: bold;
}
.jswd li .text font{
	display: block;
	font-size: 12px;
	color: #c1c1c1;
	margin: 10px 0 15px 0;
}
.jswd li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}


.zlxz li{
	line-height: 90px;
	display: block;
	border: 1px solid #e5e5e5;
	font-size: 18px;
	padding: 0 5%;
	margin: 0 0 20px 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;
}

.zlxz li:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}




.zlxz li .filename{
	width: 70%;
}

.zlxz li .dwnbtn{
	width: 22%;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	text-align: center;
}
.zlxz li .dwnbtn .iconfont{
	width: 66px;
	line-height: 66px;
	font-size: 24px;
	background: #00a0e9;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.zlxz li .dwnbtn .date{
	display: inline-block;
	line-height: 24px;
	color: #888888;
	text-align: left;
	vertical-align: middle;
}
.zlxz li .dwnbtn .date span{
	display: block;
	font-size: 28px;
	font-family: "Arial";
	line-height: 28px;
}
.zlxz li .dwnbtn .date p{
	font-size: 14px;
	font-family: "Arial";
	line-height: 14px;
	margin: 10px 0 0 0;
}


.nnews li{
	display: block;
	border-top: 1px solid #e5e5e5;
}
.nnews li:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.nnews li a{
	display: block;
	padding: 20px;
}
.nnews li .pic{
	width: 28%;
	float: left;
	height: 200px;
}
.nnews li .text{
	width: 70%;
	float: right;
	margin: 30px 0 0 0;
}
.nnews li .text span{
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nnews li .text font{
	display: block;
	font-size: 12px;
	color: #c1c1c1;
	margin: 10px 0 15px 0;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




.nprocate ul{
	border: 1px solid #eeeeee;
	margin: 0 0 9px 0;
	height: 44px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nprocate ul.this,
.nprocate ul:hover{
	border: 1px solid #00a0e9;
}
.nprocate ul li{
	display: block;
	float: left;
	line-height: 44px;
	width: 16%;
	text-align: center;
	position: relative;
}
.nprocate ul li a{
	display: block;
	font-size: 14px;
	color: #666;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}
.nprocate ul li.catemore{
	width: 4%;
	font-size: 16px;
	color: #8e8e8e;
	background: #f4f4f4;
	height: 44px;
	float: 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;
}
.nprocate ul li.catename{
	background: #f4f4f4;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nprocate ul li.catename a{
	font-size: 16px;
	color: #484848;
}
.nprocate ul.this li.catemore,
.nprocate ul.this li.catename,
.nprocate ul:hover li.catemore,
.nprocate ul:hover li.catename{
	background: #00a0e9;
}
.nprocate ul.this li.catemore a,
.nprocate ul.this li.catename a,
.nprocate ul:hover li.catemore a,
.nprocate ul:hover li.catename a{
	color: #fff;
}
.nprocate ul li:hover a{
	color: #00a0e9;
}

.nprocate li:after{
	width: 1px;
	height: 16px;
	background: #e5e5e5;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nprocate li.catemore:after,
.nprocate li.catename:after,
.nprocate li:nth-child(6):after{
	display: none;
}



.nprocate ul li.catename a{
	padding: 0 0 0 50px;
	text-align: left;
}
.nprocate ul li.catename i{
	width: 44px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}


.nprocate ul:nth-child(1) li.catename i{ background: url(../images/nprocate_1_1.png) center no-repeat;}
.nprocate ul:nth-child(2) li.catename i{ background: url(../images/nprocate_2_1.png) center no-repeat;}
.nprocate ul:nth-child(3) li.catename i{ background: url(../images/nprocate_3_1.png) center no-repeat;}
.nprocate ul:nth-child(4) li.catename i{ background: url(../images/nprocate_4_1.png) center no-repeat;}
.nprocate ul:nth-child(5) li.catename i{ background: url(../images/nprocate_5_1.png) center no-repeat;}
.nprocate ul:nth-child(6) li.catename i{ background: url(../images/nprocate_6_1.png) center no-repeat;}
.nprocate ul:nth-child(7) li.catename i{ background: url(../images/nprocate_7_1.png) center no-repeat;}
.nprocate ul:nth-child(8) li.catename i{ background: url(../images/nprocate_8_1.png) center no-repeat;}

.nprocate ul:nth-child(1):hover li.catename i{ background: url(../images/nprocate_1_2.png) center no-repeat;}
.nprocate ul:nth-child(2):hover li.catename i{ background: url(../images/nprocate_2_2.png) center no-repeat;}
.nprocate ul:nth-child(3):hover li.catename i{ background: url(../images/nprocate_3_2.png) center no-repeat;}
.nprocate ul:nth-child(4):hover li.catename i{ background: url(../images/nprocate_4_2.png) center no-repeat;}
.nprocate ul:nth-child(5):hover li.catename i{ background: url(../images/nprocate_5_2.png) center no-repeat;}
.nprocate ul:nth-child(6):hover li.catename i{ background: url(../images/nprocate_6_2.png) center no-repeat;}
.nprocate ul:nth-child(7):hover li.catename i{ background: url(../images/nprocate_7_2.png) center no-repeat;}
.nprocate ul:nth-child(8):hover li.catename i{ background: url(../images/nprocate_8_2.png) center no-repeat;}

.nprocate ul:nth-child(1).this li.catename i{ background: url(../images/nprocate_1_2.png) center no-repeat;}
.nprocate ul:nth-child(2).this li.catename i{ background: url(../images/nprocate_2_2.png) center no-repeat;}
.nprocate ul:nth-child(3).this li.catename i{ background: url(../images/nprocate_3_2.png) center no-repeat;}
.nprocate ul:nth-child(4).this li.catename i{ background: url(../images/nprocate_4_2.png) center no-repeat;}
.nprocate ul:nth-child(5).this li.catename i{ background: url(../images/nprocate_5_2.png) center no-repeat;}
.nprocate ul:nth-child(6).this li.catename i{ background: url(../images/nprocate_6_2.png) center no-repeat;}
.nprocate ul:nth-child(7).this li.catename i{ background: url(../images/nprocate_7_2.png) center no-repeat;}
.nprocate ul:nth-child(8).this li.catename i{ background: url(../images/nprocate_8_2.png) center no-repeat;}



.npro li{
	display: block;
	float: left;
	width: 48.5%;
	margin: 0 3% 3% 0;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}
.npro li:nth-child(2n){
	margin: 0 0 3% 0;
}

.npro li a{
	padding: 24px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.npro li .pic{
	float: left;
	width: 46%;
	height: 194px;
}
.npro li .protext{
	float: right;
	width: 45%;
	margin: 0 2% 0 0;
}
.npro li .protext>span{
	font-size: 18px;
	color: #282828;
	display: block;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.npro li .protext>span:after{
	content: '';
	display: block;
	margin: 10px 0 0 0;
	width: 36px;
	height: 2px;
	background: #00a0e9;
}
.npro li .protext .text{
	font-size: 14px;
	line-height: 24px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.npro li .protext>font{
	display: block;
	width: 100px;
	line-height: 36px;
	color: #fff;
	background: #00a0e9;
	text-align: center;
	margin: 10px 0 0 0;
}
.propic{
	border: 2px solid #00a0e9;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	width: 100%;
	box-sizing: border-box;
	max-width: 800px;
	margin: 0 auto;
}
.pstitle{}
.pstitle .iconfont{
	font-size: 48px;
	color: #00a0e9;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.cpys .pstitle .iconfont{
	font-size: 70px;
	margin: -6px 10px 0 -10px;
	text-align: center;
}
.pstitle .text{
	display: inline-block;
	vertical-align: middle;
}
.pstitle .text span{
	font-size: 34px;
	line-height: 34px;
}
.pstitle .text p{
	font-size: 14px;
	color: #cccccc;
	line-height: 14px;
	margin: 5px 0 0 0;
}
.jswd .newstext h2{
	padding: 0;
	text-align: center;
}
.jswd .newstext .text{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.cpjstext{
	display: block;
}
.cpjstext .cpintro{
}
.cpjstext .cpintro .protitle{
	font-size: 24px;
	color: #282828;
	margin: 0 0 40px 0;
	text-align: center;
}
.cpjstext .cpintro .protitle:after{
	content: '';
	display: block;
	margin: 20px auto 0 auto;
	width: 56px;
	height: 3px;
	background: #00a0e9;
}
.cpjstext .cpintro .introtext{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.cpjstext .pic{
	width: 50%;
	height: 350px;
	float: right;
	margin: 0 0 2% 2%;
}



.sidebar{
	position:absolute;
	z-index:99999;
	top:30%;
}
.sidebar li{
	display: block;
	width: 60px;
	height: 50px;
	padding: 10px 0 0 0;
	position: relative;
	cursor: pointer;
	background: #00a1e9;
	margin: 0 0 4px 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;
}
.sidebar li.toup{
	border: none;
}

.sidebar li p{
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.sidebar li a{
	display: block;
}
.sidebar li .iconfont{
	width: 60px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}

.sidebar li img{
	border: 1px solid #e1e1e1;
	position: absolute;
	top: 0;
	right: 80px;
	display: none;
}
.sidebar li .text{
	border: 1px solid #e1e1e1;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 80px;
	background: #fff;
	display: none;
	z-index: 9999999
}
.dtl{
	font-size: 14px;
	line-height: 28px;
	color: #282828;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #d2d2d2;
}
.dtl:last-child{
	margin: 0;
	padding: 0;
	border: none;
}




.cpmktext{
	/* box-shadow: 0 0 12px 0 rgba(0,0,0,.1); */
	text-align: center;
	padding: 30px 0;
}
.cpmktext li .pic{
	margin: 0 10px;
	border: 3px solid #00a0e9;
	height: 280px;
}

.cpcstext table{
	width: 100%;
	table-layout: fixed;
	border-top: 2px solid #ededed;
	border-left: 2px solid #ededed;
	line-height: 30px;
}
.cpcstext table td{
	border-bottom: 2px solid #ededed;
	border-right: 2px solid #ededed;
	height: 80px;
	text-align: center;
	font-size: 18px;
	color: #c3c3c3;
	white-space: pre;
}
.cpcstext table .theader{
	background: #f7f7f7;
}
.cpcstext table .theader td{
	font-size: 20px;
	color: #898989;
}




.cpystext li{
	display: block;
	float: left;
	width: 49%;
	margin: 0 2% 1% 0;
	padding: 25px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.cpystext li:nth-child(2n){
	margin: 0 0 1% 0;
}
.cpystext li span{
	display: block;
	font-size: 20px;
	color: #282828;
	font-weight: bold;
}
.cpystext li p{
	font-size: 16px;
	color: #666666;
	margin: 10px 0 0 0;
	line-height: 30px;
}




.xgcptext li{
	display: block;
	float: left;
	width: 31.333%;
	margin: 0 3% 3% 0;
}
.xgcptext li:nth-child(3n){
	margin: 0 0 3% 0;;
}
.xgcptext li p{
	line-height: 52px;
	color: #666666;
	font-size: 16px;
	text-align: center;
	background: #f4f4f4;
}



.cpzx{
	border-top: 1px solid #e5e5e5;
}
.cpzx a{
	width: 48.5%;
	line-height: 76px;
	background: #f4f4f4;
	display: block;
	color: #282828;
	text-align: center;
	float: left;
}
.cpzx a .iconfont{
	color: #cccccc;
	font-size: 26px;
	display: inline-block;
	margin: -3px 10px 0 0;
	vertical-align: middle;
}
.cpzx a:nth-child(2){
	margin: 0 0 0 3%;
	color: #fff;
	background: #00a0e9;
}
.cpzx a:nth-child(2) .iconfont{
	color: #fff;
}



.view .swiper-container {
	width: 100%;
	max-width: 800px;
}

.view .swiper-slide .pic{
	border: 1px solid #ececec;
}
.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	max-width: 800px;
	padding: 0 40px;
	box-sizing: border-box;
	margin: 10px auto 0 auto;
	position: relative;
}

.preview .swiper-container {
}
.swiper-container .swiper-slide .pic img{
	margin: 0;
}
.preview .swiper-slide {
	width: 87px;
	height: 82px;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left,
.preview .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	line-height: 60px;
	z-index: 10;
	background-color: #eee;
	color: #333;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}
.preview .arrow-left {
	left: 0;
}

.preview .arrow-right {
	right: 0;
}

.preview  .pic {
	border: 1px solid #fff;
}

.preview .active-nav .pic {
	border: 1px solid #00a1e9;
}

.procateslide h2{
	font-size: 30px;
	text-align: center;
	margin: 0 0 40px 0;
	color: #00a0e9;
}
.procateslide li .pic{
	margin: 0 10px;
}
.procateslide .fa{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 30px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ccc;
	color: #ccc;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.procateslide .fa:hover{
	border: 2px solid #00a0e9;
	color: #00a0e9;
}
.procateslide .procatearrow_left{
	margin: 0 60px 0 0;
}









.zplclist li:hover .icon,
.process li:hover .iconfont:nth-child(1),
.procate li:hover img{
	-webkit-animation: 	icon-bounce 0.5s alternate;
	-moz-animation: 	icon-bounce 0.5s alternate;
	-ms-animation: 		icon-bounce 0.5s alternate;
	-o-animation: 		icon-bounce 0.5s alternate;
	animation: 			icon-bounce 0.5s alternate;
}

.cuslogoslide .swiper-slide .pic:hover img,
.envslide .swiper-slide:hover .pic img,
.picnews:hover .pic img,
.picnews:hover .pic:after,
.xgcptext li:hover .pic img,
.xgcptext li:hover .pic:after,
.ncase li:hover .pic img,
.ncase1list li:hover .pic img,
.ncase1list li:hover .pic:after,
.zznlslide li:hover .pic img,
.zznlslide li:hover .pic:after,
.npro li:hover .pic img,
.npro li:hover .pic:after,
.nnews li:hover .pic img,
.nnews li:hover .pic:after,
.prolist li:hover .pic:after,
.prolist li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}

#baguetteBox-overlay .full-image figure,
.pic{
	position: relative;
}
#baguetteBox-overlay .full-image figure:after,
.envslide .pic:after,
.picnews .pic:after,
.propic .pic:after,
.cpjstext .pic:after,
.cpmktext li .pic:after,
.xgcptext li .pic:after,
.zznlslide li .pic:after,
.ncase1list li .pic:after,
.npro li .pic:after,
.nnews li .pic:after,
.prolist li .pic:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: url("../images/watermark.png") center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .3;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
#baguetteBox-overlay .full-image figure{
	height: auto;
	display: inline-block;
}


.gslist ul{
	margin: 60px 0 0 0;
}
.gslist li{
	display: block;
	background: #f4f4f4;
	margin: 0 0 30px 0;
}
.gslist li:last-child{
	margin: 0 0 0 0;
}
.gslist li .pic{
	width: 33%;
}
.gslist li .gstext{
	width: 67%;
	box-sizing: border-box;
	padding: 3% 5%;
}
.gslist li .gstext strong{
	font-size: 30px;
	font-weight: normal;
	color: #282828;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.gslist li .gstext font{
	font-size: 16px;
	color: #666;
	display: block;
	margin: 10px 0 0 0;
}
.gslist li .gstext p{
	font-size: 14px;
	color: #666;
	margin: 25px 0 0 0;
	line-height: 26px;
	max-height: 52px;
	min-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gslist li .gstext span{
	font-size: 18px;
	color: #00a0e9;
	display: block;
	margin: 30px 0 0 0;
}
.gslist li:nth-child(2n) .pic{
	float: right;
}
.gslist li:nth-child(2n) .gstext{
	float: left;
}
.gslist h3{
	font-size: 36px;
	color: #282828;
	text-align: center;
}
.gslist h4{
	font-size: 18px;
	color: #282828;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 0 0;
}
.gxqnr h3{
	font-size: 36px;
	color: #00a0e9;
	text-align: center;
}
.gxqnr li{
	position: relative;
}
.gxqnr li .pic{
	margin: 0 5px;
	background: #f4f4f4;
}
.gxqnr li .pic img{
	opacity: 0;
}
.gxqnr li:hover .pic img{
	opacity: 1;
}
.gxqnr li .text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.gxqnr li .text p{
	font-size: 30px;
	margin: 50px 0 30px 0;
}
.gxqnr li .text .iconfont{
	font-size: 70px;
	color: #00a0e9;
}
.gxqnr li:hover .text p,
.gxqnr li:hover .text .iconfont{
	color: #fff;
}

.gxqnrslide{
	position: relative;
}
.gxqnrslide>.iconfont{
	width: 38px;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	right: 0;
	top: -60px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	color: #cccccc;
	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;
}
.gxqnrslide>.iconfont:hover{
	background: #00a0e9;
	border: 2px solid #00a0e9;
	color: #fff;
}
.gxqnrslide>.gxqarrow_left{
	margin-right: 50px;
	transform: rotate(180deg);
}

.xgcptext li .pic{
	height: 310px;
}









@media screen and (max-width: 1700px) {
	.container{
		width: 80%;
	}
	.process li{
		padding: 30px;
	}
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1640px) {
	.zplclist li p{
		bottom: 34px;
	}
}
@media screen and (max-width: 1500px) {
	.zplclist li p{
		bottom: 24px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1480px) {
	.container{
		width: 85%;
	}
	.prolist li p{
		font-size: 14px;
		line-height: 40px;
	}
	.aboutname{
		background: url("../images/bg_about.jpg") center right 55% no-repeat;
	}
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
	.container{
		width: 90%;
	}
	.stitle h2{
		font-size: 26px;
		line-height: 26px;
	}
	.process li{
		padding: 20px;
	}
	.hyjjfabg .container .hyjjfa{
		padding: 4% 4% 0 4%;
	}
	.procate li{
		width: 12%;
		margin: 0 2.666% 0 0;
	}
	.ygflslide li .fltext{
		padding: 3%;
	}
	.zplclist li .icon{
		top: 34px;
	}
	.zplclist li p{
	}
}
@media screen and (max-width: 1280px) {
	.nculture li .text strong{
		font-size: 20px;
	}
	.nculture li .text p{
		font-size: 16px;
	}
	.ygflslide li .fltext>span{
		font-size: 20px;
	}
	.ygflslide li .fltext>span:after{
		margin: 10px 0 0 0;
		width: 40px;
		height: 2px;
	}
	.ygflslide li .fltext .text{
		font-size: 12px;
		line-height: 22px;
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
	.newslist li{
		padding: 20px 17px;
	}
	.newslist li .date span{
		font-size: 20px;
	}
	.newslist li .text1 p{
		margin: 10px 0 0 0;
	}
	.fcontact{
		margin: 0 0 0 2%;
		width: 23%;
	}
	.fewm{
		width: 12%;
	}
	.nabout .nabouttext{
		width: auto;
		float: none;
	}
	.nabout .pic{
		max-width: 600px;
		width: 100%;
		margin: 20px auto 0 auto;
		float: none;
	}
	.nculture li{
		padding: 40px 30px;
	}
	.nculture li .iconfont{
		width: 46px;
		margin: -13px 20px 0 0;
	}
	.youshilist li .text{
		padding: 20px;
	}
	.gxqnr li .text p {
		font-size: 23px;
		margin: 32px 0 20px 0;
	}
	.gxqnr li .text .iconfont{
		font-size: 42px;
	}
	.hotkey{
		display: none;
	}
	.nbanner,
	.listbanner,
	.bannerbg{
		height: 300px;
	}
	.nprocate ul li.catename a{
		font-size: 14px;
		padding: 0 0 0 10px;
	}
	.nprocate ul li a{
		font-size: 12px;
	}
	.nprocate ul li{
		line-height: 34px;
	}
	.nprocate ul,
	.nprocate ul li.catename i{
		height: 34px;
		background-size: 30px !important;
	}
	.nprocate ul li.catename{
		width: 14%;
	}
	.xmgl{
		font-size: 14px;
	}
	.gslist li .gstext{
		padding: 3% 4%;
	}
	.gslist li .gstext strong{
		font-size: 24px;
	}
	.gslist li .gstext span{
		font-size: 16px;
		margin: 15px 0 0 0;
	}
	.gslist h4{
		font-size: 14px;
	}
	.gslist h3{
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.aboutname{
		height: 200px;
		background-size: cover;
		padding: 0 30px;
	}
	.hyjjfabg .container .pic{
		height: 300px;
	}
	.newslist li{
		padding: 12px 20px;
	}
	.newslist li .date span,
	.picnews .text .date span{
		font-size: 18px;
	}
	.newslist li .date p,
	.picnews .text .date p{
		font-size: 12px;
	}
	.picnews .text .text1 span{
		font-size: 16px;
	}
	.picnews .text .text1 p{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	.newslist li .date{
		width: 17%;
	}
	.newslist li .text1{
		width: 80%;
	}
	.newslist li .text1 span{
		font-size: 16px;
	}
	.newslist li .text1 p{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	.process li p{
		font-size: 14px;
	}
	.cuslogo{
		padding: 15px;
	}
	.process li{
		padding: 8px 10px;
	}
	.fmenu{
		display: none;
	}
	.procate li p{
		bottom: 6px;
		font-size: 13px;
	}
	.menu li{
		margin: 0 30px 0 0;
	}
	.zplclist li .icon{
		top: 15px;
		font-size: 40px;
	}
	.zplclist li:nth-child(3) .icon{
		font-size: 34px;
		top: 20px;
	}
	.zplclist li p{
		font-size: 14px;
	}
	.nmessage .messageform{
		height: 300px;
		width: 55%;
	}
	.nmessage .pic{
		height: 300px;
		width: 45%;
	}
	.recinfo{
		padding: 0 3%;
	}
	.rectext,
	.rectext strong{
		font-size: 14px;
	}
	.recdetail{
		padding: 28px 4%;
	}
	.recdetail a{
		width: 120px;
		line-height: 40px;
		font-size: 14px;
	}
	.gslist li .gstext strong{
		font-size: 16px;
	}
	.gslist li .gstext p{
		font-size: 12px;
		margin: 15px 0 0 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
		max-height: none;
		min-height: auto;
	}
	.gxqnr li .text p{
		margin: 20px 0;
		font-size: 18px;
	}
	.gslist h3,
	.gxqnr h3{
		font-size: 24px;
	}
	.gxqnrslide>.iconfont{
		width: 30px;
		line-height: 30px;
	}
	.fcontact{
		margin: 0;
		width: 50%;
	}
	.fewm{
		width: auto;
	}
	.contactlist li .pic{
		width: 45%;
	}
	.contactlist li .contacttext{
		width: 55%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.nbanner, .listbanner, .bannerbg{
		height: 230px;
	}
	.npro li .protext .text{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
	}
	.npro li .pic{
		height: 136px;
	}
	.npro li .protext>font{
		width: 80px;
		line-height: 26px;
		font-size: 12px;
	}
	.npro li a{
		padding: 14px;
	}
	.prolist li a{
		margin: 0 10px;
	}
	.hyjjfalist ul li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 460px) {
	.top{
		line-height: 30px;
	}
	.top{
		font-size: 12px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.top .left{
		font-size: .68rem;
	}
	.top .right a span{
		display: none;
	}
	.top .right .tl{
		margin: 0 10px;
	}
	.top .lan .lan1{
		display: none;
	}
	.lan .lanarrow{
		margin: 12px 0 0 8px;
	}
	.top .iconfont{
		margin: 0;
		font-size: 14px;
	}
	.lan .lan2{
		top: 30px;
		line-height: 24px;
	}
	.lan .lan2 a{
		padding: 0 10px;
		font-size: 12px;
	}
	.header{
		position: relative;
		position: fixed;
		left: 0;
		top: 30px;
		width: 90%;
		padding: 0 5%;
		background: #fff;
		box-shadow: 0 8px 8px 0 rgba(0,0,0,.07);
		z-index: 999;
	}
	.menubut{
		display: block;
		position: absolute;
		right: 5%;
		top: 50%;
		font-size: 28px;
		margin-top: -14px;
		color: #333;
	}
	
	.menu{
		display: none;
		position: fixed;
		top: 102px;
		background: #fff;
		right: 0;
		width: 40%;
		height: 100%;
		box-shadow: 0 8px 8px 0 rgba(0,0,0,.07);
	}
	.menu li{
		margin: 0;
		width: 100%;
		float: none;
		line-height: 40px;
		text-align: center;
		border-top: 1px solid #ececec;
	}
	.menu li a{
		font-size: 14px;
	}
	.logo{
		width: 100px;
	}
	
	.menu li .menu2{
		display: none;
		position: relative;
		z-index: 9;
		top: auto;
		background-color: #fff;
		text-align: center;
		width: 100%;
		left: 0;
	}
	.menu li .menu2 .pic{
		display: none;
	}
	.menu li ul{
		padding: 10px 0;
	}
	.menu li ul li{
		float: none;
		margin: 0;
		line-height: 30px;
		border-top: none;
	}
	.menu li ul li a{
		font-size: 12px;
	}
	.menu li ul li:last-child{
		border: none;
	}
	
	
	.p90{
		padding: 40px 0;
	}
	.stitle h3{
		font-size: 18px;
	}
	.stitle h2{
		font-size: 20px;
		margin: -27px 0 0 0;
	}
	.stitle h2 span,
	.newsbg .stitle h2 span,
	.hyjjfabg .container .hyjjfa .stitle h2 span{
		display: none;
	}
	.stitle h2,
	.stitle h2 font{
		display: block;
	}
	
	.procate li{
		width: 31.333%;
		margin: 0 3% 3% 0;
	}
	.procate li:nth-child(3n){
		margin: 0 0 3% 0;
	}
	.procate li:nth-child(7){
		display: none;
	}
	.procate li p{
		font-size: 14px;
		bottom: 15px;
	}
	.hyjjfabg .container .hyjjfa{
		width: 100%;
	}
	.hyjjfabg .container .pic{
		width: 100%;
	}
	.hyjjfalist ul li a{
		font-size: 14px;
	}
	.hyjjfalist ul li{
		line-height: 40px;
	}
	.hyjjfabg .container .hyjjfa{
		padding: 5%;
	}
	.hyjjfabg .container .hyjjfa::before{
		transform: rotate(90deg);
		margin-top: 11px;
	}
	.aboutname{
		padding: 5%;
		height: auto;
		background: url("../images/bg_about.jpg") center left -60px no-repeat;
		background-size: cover;
	}
	.aboutname .text h2{
		font-size: 20px;
	}
	.aboutname .text p{
		font-size: 12px;
	}
	.aboutname .text a {
		width: 90px;
		line-height: 26px;
		margin: 20px 0 0 0;
	}
	
	.abouttext .text{
		width: 100%;
	}
	.envslide{
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.newsbg .stitle h2 .newscate{
		display: none;
	}
	
	.newsbg .stitle,
	.hyjjfabg .container .hyjjfa .stitle{
		text-align: center;
	}
	
	.picnews{
		width: 100%;
	}
	.picnews .text .text1 span{
		font-size: 16px;
	}
	.picnews .text .text1 p{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	.picnews .text .date{
		padding: 5px 0;
	}
	.picnews .text .date span{
		font-size: 14px;
	}
	.picnews .text .date p{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	
	.newslist{
		width: 100%;
	}
	.cuslogo{
		width: 100%;
		padding: 3% 5%;
	}
	.mt40{
		margin-top: 20px !important;
	}
	.process{
		width: 100%;
	}
	.process li .iconfont{
		font-size: 34px;
	}
	.process li p{
		font-size: 14px;
	}
	.process li .icon-jinrujiantou{
		font-size: 16px;
	}
	.fmenu{
		display: none;
	}
	.footer{
		background: #e5e5e5;
		padding: 40px 0 30px 0;
	}
	.fcontact{
		width: 100%;
		text-align: center;
		margin: 0;
		float: none;
	}
	.fewm{
		width: 110px;
		margin: 20px auto 0 auto;
		float: none;
	}
	.fewm p{
		font-size: 14px;
		line-height: 14px;
	}
	.sharelink{
		display: none;
	}
	
	.footer1{
		font-size: 12px;
		line-height: 20px;
	}
	.footer1 a{
		font-size: 12px;
	}
	.cr span{
		margin: 0;
	}
	
	
	.nbanner,
	.listbanner,
	.bannerbg{
		height: 220px;
		width: 100%;
		background-position: center left -180px;
	}
	
	
	.hotkey,
	.searchform{
		display: none;
	}
	
	.nprocate ul{
		width: 32%;
		margin: 0 2% 2% 0;
		float: left;
		height: 34px;
		box-sizing: border-box;
	}
	.nprocate ul:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.nprocate ul li{
		display: none;
		width: 100%;
		line-height: 34px;
		height: 34px;
	}
	.nprocate ul li.catename{
		display: block;
	}
	.nprocate ul li.catename a{
		padding: 0 5px;
		font-size: 14px;
	}
	.nprocate ul li.catename i{
		width: 30px;
		height: 34px;
		margin: 0 5px 0 0;
		background-size: contain !important;
	}
	.mt60{
		margin-top: 30px !important;
	}
	.bnav{
		padding: 0;
		line-height: 34px;
		font-size: 12px;
	}
	.bnavlink{
		float: none;
	}
	.bnavlink,
	.bnavlink a{
		font-size: 12px;
	}
	.p50{
		padding: 30px 0;
	}
	.npro li{
		margin: 0 2% 20px 0;
		width: 49%;
	}
	.npro li:nth-child(2n){
		margin: 0 0 20px 0;
	}
	.npro li a{
		padding: 5% 5% 2% 5%;
		display: block;
	}
	.npro li .pic{
		width: 100%;
		height: auto;
		float: none;
	}
	.npro li .protext{
		width: 100%;
		height: auto;
		float: none;
	}
	.npro li .protext>font,
	.npro li .protext .text{
		display: none;
	}
	
	.npro li .protext>span{
		margin: 5px 0 0 0;
		line-height: 24px;
		font-size: 14px;
		text-align: center;
	}
	.npro li .protext>span:after{
		display: none;
	}

	.pstitle .iconfont{
		font-size: 26px;
		margin: 0 10px 0 0;
	}
	.pstitle .text span{
		font-size: 20px;
		line-height: 24px;
	}
	.pstitle .text p{
		display: none;
		font-size: 12px;
	}

	.mt70{
		margin-top: 40px !important;
	}

	.cpjstext{
		display: block;
	}
	.cpjstext .cpintro .protitle{
		font-size: 20px;
		margin: 0 0 20px 0;
	}
	.cpjstext .cpintro .protitle:after{
		margin: 10px auto 0 auto;
		width: 40px;
		height: 2px;
	}
	.cpjstext .cpintro{
		width: 100%;
	}
	.cpjstext .pic{
		height: auto;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.prolist li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.cpjstext .cpintro .introtext{
		font-size: 14px;
		line-height: 24px;
	}
	.cpmktext img{
		display: block;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.cpmktext img:last-child{
		margin: 0 auto;
	}
	.cpmktext{
		padding: 4%;
	}
	.cpcstext table .theader td,
	.cpcstext table td{
		font-size: 14px;
		height: 40px;
	}

	.cpys .pstitle .iconfont{
		font-size: 38px;
		margin: -6px 5px 0 -5px;
	}
	.cpystext li{
		width: 100%;
		padding: 5%;
	}
	.cpystext li span{
		font-size: 15px;
	}
	.cpystext li p{
		font-size: 14px;
		line-height: 24px;
	}

	.xgcptext li{
		width: 49%;
		margin: 0 2% 0 0;
	}
	.xgcptext li:nth-child(2){
		margin: 0;
	}
	.xgcptext li:nth-child(3){
		display: none;
	}
	.xgcptext li p{
		font-size: 14px;
		line-height: 40px;
	}
	.cpzx a{
		line-height: 40px;
		font-size: 14px;
	}
	.cpzx a .iconfont{
		font-size: 18px;
		margin: -3px 5px 0 0;
	}

	.p70,
	.p80{
		padding: 40px 0;
	}

	.ncase li p{
		font-size: 14px;
		line-height: 40px;
		padding: 0 10px;
		text-align: center;
	}
	.ncase li p span{
		display: none;
	}

	.ncate_6 li{
		width: 33.333%;
	}
	.ncate li{
		line-height: 40px;
	}
	.ncate li a{
		font-size: 12px;
	}
	.ncate li .iconfont{
		display: none;
	}
	.ncate li:after{
		top: 12px;
	}

	.nabout .nabouttext{
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
	.nabout .nabouttext h1{
		font-size: 20px;
		text-align: center;
	}
	.nabout .pic{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.ntitle{
		background-size: cover;
		padding: 17px 0 12px 0;
	}
	.ntitle h2{
		font-size: 20px;
		line-height: 20px;
	}
	.ntitle p{
		font-size: 12px;
		line-height: 12px;
	}

	.nculture li{
		width: 100%;
		padding: 5%;
	}

	.nculture li .iconfont{
		width: 30px;
		margin: 0 10px 0 0;
	}
	.nculture li .iconfont img{
		width: 30px;
	}
	.nculture li .text strong{
		font-size: 16px;
	}
	.nculture li .text p{
		font-size: 14px;
		height: auto !important;
	}
	.nhonorslide li .pic{
		margin: 0 10px;
	}
	.nhonorslide li .pic{
		border: 3px solid #eeeeee;
	}
	.zznlslide li a{
		margin: 0 10px;
	}
	.zznlslide li p{
		line-height: 40px;
		font-size: 14px;
	}

	.youshilist li a{
		margin: 0 10px;
	}
	.youshilist li .text{
		padding: 10%;
	}
	.youshilist li .text span{
		font-size: 15px;
	}
	.youshilist li .text p{
		font-size: 12px;
		line-height: 20px;
		-webkit-line-clamp: 2;
	}
	.youshilist li .text font{
		font-size: 12px;
	}
	.ncuslogo>p{
		font-size: 12px;
		line-height: 20px;
		display: none;
	}
	.partnerslide{
		margin: 20px 0 0 0;
	}
	.partnerslide .swiper-slide .pic{
		margin: 10px 5px;
	}

	.ncase1list li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.ncase1list li:nth-child(2n){
		margin: 0 0 2% 0;
	}

	.ncase1list li p{
		font-size: 14px;
		line-height: 40px;
	}
	.nnews li a{
		padding: 10px;
	}
	.nnews li .pic{
		width: 48%;
		height: 115px;
	}
	.nnews li .text{
		width: 48%;
		margin: 0;
	}
	.nnews li .text span{
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
	}
	.nnews li .text font{
		margin: 5px 0 10px 0;
	}
	.nnews li .text p{
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.zlxz li{
		line-height: 40px;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.zlxz li .dwnbtn{
		width: 30%;
	}
	.zlxz li .dwnbtn .iconfont{
		width: 30px;
		line-height: 30px;
		margin: -5px 5px 0 0;
		font-size: 14px;
	}
	.zlxz li .dwnbtn .date{
		line-height: normal;
	}
	.zlxz li .dwnbtn .date span{
		font-size: 14px;
	}
	.zlxz li .dwnbtn .date p{
		font-size: 12px;
		margin: 0;
		display: none;
	}
	.zlxz li .filename{
		font-size: 14px;
		padding: 0 0 0 5%;
		width: 62%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newstext h2{
		font-size: 20px;
	}
	.sharebox{
		display: none;
	}
	.newstext .text{
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
	}
	.pagechange a{
		font-size: 12px !important;
	}
	.mt80{
		margin-top: 40px !important;
	}
	.rectype li{
		line-height: 40px;
	}
	.rectype li a{
		font-size: 14px;
	}
	.rectype li .iconfont{
		margin: 0 5px 0 0;
		font-size: 24px;
	}

	.recinfo{
		padding: 10px 5%;
		line-height: 30px;
		font-size: 14px;
	}


	.rectext:nth-child(1),
	.rectext:nth-child(2),
	.rectext:nth-child(5){
		width: 100%;
	}
	.rectext:nth-child(3){
		width: 100%;
	}
	.rectext:nth-child(4){
		width: 100%;
	}
	.rectext:nth-child(1) strong{
		margin: 0;
		font-size: 18px;
	}
	.rectext,
	.rectext strong{
		font-size: 14px;
	}
	.recdetail{
		padding: 5%;
	}
	.recdetail1{
		width: 100%;
		float: none;
		padding: 0;
	}
	.recdetail1:nth-child(1){
		margin: 0 0 20px 0;
	}

	.recdetail a{
		width: 100px;
		line-height: 30px;
		font-size: 12px;
		margin: 20px 0 0 0;
	}

	.recform p{
		font-size: 14px;
	}
	.recform textarea{
		padding: 5%;
	}
	#recform .iconfont{
		left: 5%;
		top: 5%;
		font-size: 20px;
	}

	.recbtn{
		width: 120px;
		line-height: 40px;
		font-size: 14px;
	}

	.ygflslide li .pic{
		width: 100%;
	}
	.ygflslide li .fltext{
		width: 100%;
		padding: 5%;
	}

	.ygfllist{
		padding: 0;
	}

	.ygflslidearrow{
		width: 30px;
		line-height: 30px;
		display: none;
	}

	.ygflslidearrow_left{
		left: 0;
	}
	.ygflslidearrow_right{
		right: 0;
	}

	.zplclist li .icon{
		font-size: 24px;
	}
	.zplclist li:nth-child(3) .icon{
		font-size: 22px;
		top: 28px;
	}


	.zplclist li{
		width: 17.6%;
		margin: 0 3% 0 0;
		font-size: 12px;
	}
	.zplclist li .arrow{
		font-size: 16px;
		right: -13px;
	}
	.zplclist li .icon{
		top: 50%;
		margin-top: -10px;
	}
	.zplclist li p{
		bottom: -20px;
		font-size: 0.6rem;
	}
	.tdfslist li{
		width: 100%;
		float: none;
	}
	.tdfslist li:nth-child(1){
		margin: 0 0 20px 0;
	}
	.tdfslist li .text{
		margin-top: -46px;
	}
	.tdfslist li .text span{
		font-size: 18px;
	}
	.tdfslist li .text a{
		font-size: 16px;
		margin: 20px 0 5px 0;
	}
	.tdfslist li .text p{
		font-size: 14px;
	}
	.tdfslist li .text{
		padding: 0 5%;
	}
	.tdfslist li .text .iconfont{
		margin: 0 5px 0 0;
		font-size: 16px;
	}

	.contactlist li{
		margin: 0 0 20px 0;
	}
	.contactlist li .pic,
	.contactlist li:nth-child(2n) .pic{
		width: 100%;
		height: auto;
	}
	.contactlist li .contacttext,
	.contactlist li:nth-child(2n) .contacttext{
		width: 100%;
		padding: 5%;
		box-sizing: border-box;
		display: block;
		height: auto;
	}
	.contactlist li .contacttext .text p{
		padding: 10px 0;
	}
	.contactlist li .contacttext .ewm{
		margin: 10px 0 0 0;
	}
	.contactlist li .contacttext .ewm img{
		width: 110px;
		display: block;
		margin: 0 auto;
	}
	.contactlist li .ewm p{
		font-size: 12px;
		margin: 4px 0 0 0;
	}

	.nmessage .messageform{
		width: 100%;
		float: none;
	}
	.nmessage .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	.messageform li,
	.messageform li:nth-child(2n){
		width: 100%;
		margin: 0 0 10px 0;
	}
	.messageform .mesbtn{
		width: 100%;
		line-height: 40px;
	}
	.nmessage .messageform{
		border-left: 1px solid #e5e5e5;
		border-bottom: none;
	}


	.sidebar li{
		width: 40px;
		height: 40px;
		padding: 0;
	}
	.sidebar li .iconfont{
		width: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.sidebar li p{
		display: none;
	}


	.prolist li a{
		margin: 0 5px;
	}


	.procateslide h2{
		font-size: 20px;
		margin: 0 0 20px 0;
	}

	.procateslide .fa{
		display: none;
	}


	.gxqnr h3,
	.gslist h3{
		font-size: 20px;
	}
	.gslist h4{
		font-size: 12px;
	}

	.gslist li .pic{
		width: 100%;
		float: none;
	}
	.gslist li .gstext{
		width: 100%;
		float: none;
	}
	.gslist li .gstext strong{
		font-size: 18px;
	}

	.gxqnrslide>.iconfont{
		width: 24px;
		line-height: 24px;
		top: -47px;
	}
	.gxqnrslide>.gxqarrow_left{
		margin-right: 32px;
	}
	.gxqnr li .text p{
		font-size: 22px;
	}
	.gxqnr li .text .iconfont{
		font-size: 48px;
	}
	.picnews{
		float: none;
	}
	.newslist{
		float: none;
		display: none;
		margin: 20px 0 0 0;
	}
	.newslist li{
		padding: 12px 20px 12px 10px;
	}
	.gxqnr li .text p{
		padding: 50px 0 0 0;
	}
	.shfw table td{
		display: block;
		width: 100%;
	}
	.nprocate ul li.catename{
		width: 100%;
	}

	.prolist li .pic{
		height: 110px;
	}
	.cpmktext li .pic{
		height: 190px;
	}
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}


























