@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";}
body{ text-align: justify;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
.ovhidden{ overflow: hidden;}
.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}
.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}
.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;
}

.top{
	background: #eeeeee;
	line-height: 30px;
	font-size: 14px;
	color: #888888;
	z-index: 1;
	position: relative;
}
.top:before{
	display: block;
	width: 33%;
	height: 30px;
	background: url("../images/tri_top.png") #0161a4 left center no-repeat;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.top .right{
	color: #fff;
	font-size: 14px;
}
.top .right strong{
	font-size: 18px;
	font-family: "Arial";
	color: #fff;
}


.header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .logo{
	width: 11%;
	max-width: 132px;
}
.header h1{
	font-size: 34px;
	margin: 0 1.5%;
	word-break: keep-all;
	width: 12%;
	max-width: 136px;
}
.header .text{
	border-left: 1px solid #e5e5e5;
	padding: 0 1.5%;
	width: 25%;
	word-break: keep-all;
}
.header .text span{
	font-size: 17px;
	font-weight: bold;
}
.header .text strong{
	color: #0161a4;
}

.header .text p{
	color: #888888;
	font-size: 14px;
	letter-spacing: .7px;
}



.menu{
	width: 47%;
}
.menu li{
	display: block;
	line-height: 66px;
	float: left;
	width: 16.666%;
	text-align: center;
}
.menu li a{
	font-size: 15px;
	color: #484848;
	display: block;
	border-bottom: 3px solid #fff;
}
.menu li.this a,
.menu li:hover a{
	color: #0161a4;
	border-bottom: 3px solid #0161a4;
}

.search{
	line-height: 52px;
	font-size: 14px;
}
.hotkey{
	width: 70%;
}
.hotkey img{
	vertical-align: middle;
}
.hotkey a{
	vertical-align: middle;
	display: inline-block;
	color: #888888;
	margin: 0 0 0 10px;
}
.hotkey span{
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 10px;
}
.searchform{
	width: 25%;
	border: 1px solid #d2d2d2;
	border-radius: 30px;
	overflow: hidden;
	margin: 0.7% 0 0 0;
}
.searchform .stext{
	width: 70%;
	border: none;
	height: 32px;
	padding: 0 5%;
}
.searchform .sbut{
	width: 20%;
	border: none;
	height: 32px;
	background: url("../images/sbut.png") center no-repeat;
}


.probg{
	background: url("../images/bg_pro.jpg") center no-repeat;
	background-size: cover;
}
.nprobg{
	background: url("../images/bg_npro.jpg") center repeat-y;
}


.stitle{
	text-align: center;
}
.stitle img{
	display: block;
	margin: 10px auto 5px auto;
}
.stitle h2{
	color: #282828;
	font-size: 40px;
}
.stitle h2 span{
	color: #0161a4;
}
.stitle p{
	font-size: 14px;
	color: #282828;
}

.cate_title{
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background: url("../images/cate_title.jpg") center no-repeat;
	background-size: cover;
}
.cate_title p{
	opacity: .4;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}


.cate{
	width: 21%;
}
.cate>ul{
	margin: 15px 0 0 0;
}
.cate li{
	display: block;
	line-height: 44px;
}
.cate>ul>li:first-child{
	line-height: 50px;
}
.cate>ul>li:first-child a{
	color: #fff;
	font-size: 20px;
	background: #0161a4;
}
.cate>ul>li:first-child:hover a{
	background: #0161a4;
}
.cate li a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 0 0 15%;
	color: #484848;
	background: url("../images/arrow_cate_1.png") #ffffff center right 10% no-repeat;
	border-bottom: 1px solid #ededed;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate li.this a,
.cate li:hover a{
	color: #fff;
	background: url("../images/arrow_cate_2.png") #0161a4 center right 10% no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.nproul,
.proul{
	width: 76%;
}
.proul li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.proul li:nth-child(3n){
	margin: 0 0 2% 0;
}
.proul li p{
	line-height: 54px;
	text-align: center;
	color: #282828;
	font-size: 16px;
	background: #fff;
	margin: 1px 0 0 0;
	border-bottom: 2px solid #0161a4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proul li:hover p{
	background: #0161a4;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proul li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}



.numbg{
	background: url("../images/bg_num.jpg") center no-repeat;
	background-size: cover;
}

.numbg h5{
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.numbg li{
	display: block;
	float: left;
	text-align: center;
	width: 25%;
	color: #fff;
	position: relative;
}
.numbg li:after{
	display: block;
	width: 1px;
	height: 45px;
	opacity: .5;
	background: #fff;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
}
.numbg li:last-child:after{
	display: none;
}
.numbg li span{
	font-size: 60px;
	font-family: "Arial";
	display: inline-block;
	vertical-align: baseline;
	font-weight: bold;
	line-height: 60px;
}
.numbg li font{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.numbg li a{
	font-size: 14px;
	display: inline-block;
	vertical-align: baseline;
	font-size: 14px;
	color: #fff;
	margin-left: -10px;
}
.numbg li p{
	font-size: 18px;
	margin: 5px 0 0 0;
}


.yyly li{
	display: block;
	float: left;
	width: 23.7%;
	margin: 0 1.7333% 1.7333% 0;
	position: relative;
}
.yyly li:nth-child(4n){
	margin: 0 0 1.7333% 0;
}
.yyly li p{
	width: 100%;
	line-height: 40px;
	position: absolute;
	background: rgba(255,255,255,.86);
	text-align: center;
	bottom: 0;
	left: 0;
}
.yyly li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}


.advbg{
	background: url("../images/bg_adv.jpg") center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.advbg h3{
	font-size: 28px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.advbg h4{
	font-size: 30px;
	line-height: 58px;
	margin: 15px 0 0 0;
	padding: 0 0 6px 0;
	background: url("../images/bg_adv_title.png") center no-repeat;
	background-size: contain;
}



.adv{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.adv ul{
	width: 25%;
}
.adv>.pic{
	width: 38%;
	margin: 0 6%;
}
.adv li{
	display: block;
	margin: 0 0 30% 0;
}
.adv li:last-child{
	margin: 0;
}
.adv li .pic{
	width: 18%;
}
.adv li .text{
	width: 75%;
	line-height: 30px;
}
.adv li .text span{
	font-size: 26px;
	font-weight: bold;
}
.adv li .text p{
	font-size: 16px;
}



@font-face {
    font-family: 'song';
    src: url('../fonts/song.eot');
    src: url('../fonts/song.eot?#iefix') format('embedded-opentype'), url('../fonts/song.woff') format('woff'), url('../fonts/song.ttf') format('truetype'), url('../fonts/song.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'song_bold';
    src: url('../fonts/song_bold.eot');
    src: url('../fonts/song_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/song_bold.woff') format('woff'), url('../fonts/song_bold.ttf') format('truetype'), url('../fonts/song_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.advkh{
	width: 70%;
	margin: 0 auto 40px auto;
	background: #fff;
	border-radius: 100px;
}
.advkh span{
	display: block;
	font-size: 20px;
	color: #484848;
}
.advkh p{
	font-size: 12px;
	color: #aeaeae;
	transform: scale(0.9);
}
.advkh strong{
	font-size: 40px;
	color: #0161a4;
	font-family: "song";
	margin: 15px 0 0 0;
	display: block;
}


.aboutbg{
	background: url("../images/bg_about.jpg") center top no-repeat;
	background-size: cover;
}
.aboutbg .stitle{
	margin: 3% 0 0 0;
}
.aboutbg .stitle h2{
	color: #fff;
	font-weight: normal;
}
.about{
	padding: 40px;
	width: 1120px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.about h1{
	font-size: 24px;
	font-weight: normal;
	color: #0161a4;
	margin: 0 0 20px 0;
}
.about .text{
	width: 47%;
	color: #484848;
	line-height: 30px;
	font-size: 14px;
}
.about .more{
	width: 120px;
	line-height: 36px;
	display: block;
	color: #fff;
	border: 1px solid #0161a4;
	background: #0161a4;
	text-align: center;
	border-radius: 20px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.about .more:hover{
	color: #0161a4;
	border: 1px solid #0161a4;
	background: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.honor{
	height: 210px !important;
}
.honor li{
	display: block;
}
.honor li a{
	display: block;
	padding: 0 14px;
}
.honor li:hover .pic img{
}
img{
	border: none;
}

.gsjn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.gsjn li{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0.5%;
	float: left;
	width: 22%;
	line-height: 54px;
	background: url("../images/kuang_ln_1.png") center no-repeat;
	background-size: contain;
}
.gsjn li:first-child{
	font-size: 30px;
	font-weight: normal;
	background: none;
	width: 15%;
}
.gsjn li.gdjn3,
.gsjn li:nth-child(3){
	background: url("../images/kuang_ln_2.png") center no-repeat;
	background-size: contain;
	width: 35%;
}




.picnews{
	width: 48%;
}
.picnews:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.picnews span{
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 15px 0 0 0;
}
.picnews p{
	font-size: 15px;
	color: #888888;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0 0 0;
}
.picnews .more{
	width: 120px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #0161a4;
	background: #0161a4;
	text-align: center;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.picnews .more:hover{
	color: #0161a4;
	border: 1px solid #0161a4;
	background: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.newsul{
	width: 48%;
}
.newsul li{
	display: block;
	position: relative;
	margin: 0 0 9% 0;
}
.newsul li:last-child{
	margin: 0;
}
.newsul li:before{
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	top: 0;
	left: 18%;
	position: absolute;
	background: #bfbfbf;
}
.newsul li .date{
	width: 15%;
	text-align: right;
	line-height: 26px;
	margin: 7px 0 0 0;
}
.newsul li .date span{
	font-size: 36px;
	color: #282828;
	line-height: 36px;
}
.newsul li .date p{
	font-size: 16px;
	color: #888888;
}
.newsul li .text{
	width: 80%;
	margin: 0 0 0 5%;
}
.newsul li .text span{
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 18px;
}
.newsul li .text p{
	font-size: 14px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height: 24px;
	margin: 10px 0 0 0;
}


.footerbg{
	background: #000;
	color: #fff;
}
.footerbg a{
	color: #fff;
}
.fmenu{
	width: 30%;
}
.fmenu ul{
	width: 50%;
}
.fmenu li{
	display: block;
	line-height: 30px;
	opacity: .7;
}


.ftitle,
.ftitle a{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
}


.fcontact{
	width: 33%;
	margin: 0 0 0 12%;
	font-size: 14px;
	line-height: 26px;
}
.fcontact p{
	opacity: .7;
}

.fewm{
	text-align: center;
}
.fewm p{
	font-size: 14px;
	opacity: .7;
}
.fewm .pic{
	margin: 20px 0 15px 0;
}


.cr{
	background: #002d4d;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}
.cr a{
	color: #fff;
}
.cr p{
	color: #fff;
	opacity: .5;
}

.banner{
	overflow: hidden;
}
.banner video{
	width: 100%;
}

.nbanner{
	height: 450px;
	background: url("../images/banner_about.jpg") center no-repeat;
}




.ntitle{
	text-align: center;
}
.ntitle h2{
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}
.ntitle img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.nabout{
	font-size: 14px;
	color: #484848;
	line-height: 30px;
	background: url("../images/logo_about.png") right top 10px no-repeat;
}
.nabout img{
	margin: 0 40px 20px 0;
}
.nabout h1{
	font-size: 24px;
	margin: 0 0 25px 0;
	font-weight: normal;
	color: #0161a4;
	line-height: 24px;
}


.gslnbg{
	background: url("../images/bg_ln.jpg") center bottom no-repeat;
	background-size: cover;
}
.gsln{
	margin: 0 auto 10px auto;
}
.gsln li{
	display: block;
	float: left;
	width: 24%;
	position: relative;
	-moz-transition: 	all 0.9s;
	-webkit-transition: all 0.9s;
	-ms-transition: 	all 0.9s;
	-o-transition: 		all 0.9s;
	transition: 		all 0.9s;
}
.gsln li .text{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -50px;
}
.gsln li .text span{
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #0077cd;
	display: block;
	margin: 20px 0;
}
.gsln li .text p{
	line-height: 24px;
	font-size: 24px;
	color: #282828;
}
.gsln li:nth-child(2){
	margin: 0 14%;
}
.gsln li:nth-child(2) .text{
	margin-top: -64px;
}
.gsln li:nth-child(2) .text span,
.gsln li:nth-child(2) .text p{
	color: #fff;
}

.gsln li:hover{
	transform: rotateY(360deg);
	-moz-transition: 	all 0.9s;
	-webkit-transition: all 0.9s;
	-ms-transition: 	all 0.9s;
	-o-transition: 		all 0.9s;
	transition: 		all 0.9s;
}


.ncontacttext{
	width: 26%;
	padding: 3% 2%;
	background: #e6f3ff;
}
.ncontacttext{
	font-size: 14px;
	line-height: 26px;
	color: #484848;
}
.ncontacttext img{
	display: block;
	margin: 0 auto;
}
.ncontacttext h1{
	color: #0161a4;
	font-size: 20px;
	text-align: center;
	margin: 25px 0;
}
.ncontacttext .pic{
	width: 33%;
	margin: 50px auto 0 auto;
}
.ncontacttext p:last-child{
	text-align: center;
	margin: 10px auto 120px auto;
}

.messageform{
	width: 67%;
}
.msintro{
	font-size: 14px;
	color: #5b7180;
	line-height: 24px;
}

.msform li{
	display: block;
	margin: 0 0 10px 0;
}
.msform li font{
	color: #ff6000;
	font-size: 14px;
	display: inline-block;
	margin: 0 0.5% 0 0;
}
.msform li span{
	width: 15%;
	display: inline-block;
	color: #666666;
	font-size: 14px;
}
.msform li input[type=text]{
	display: inline-block;
	height: 28px;
	border: 1px solid #dcdcdc;
	width: 40%;
	padding: 0 2%;
}
.msform li .box{
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
}
.msform input[type=radio]{
	position: absolute;
	top: 15px;
    left: 2px;
    opacity: 0;
}
.msform label{
	display: inline-block;
	line-height: 28px;
	position: relative;
	text-align: left;
    padding-left: 20px;
}
.msform label:after{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 15px;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	background: url("../images/bg_radio_1.png") center no-repeat;
}
.msform input:checked+label:after{
	background: url("../images/bg_radio_2.png") center no-repeat;
}

.msform select{
	display: inline-block;
	height: 30px;
	border: 1px solid #dcdcdc;
	width: 44.2%;
	padding: 0 2%;
	margin: 0 0 0 -5px;
	background: url("../images/arrow_select.png") center right 5% no-repeat;
}
.msform textarea{
	vertical-align: top;
	display: inline-block;
	height: 100px;
	border: 1px solid #dcdcdc;
	width: 70%;
	padding: 2% 2%;
}
.msform .attention{
	color: #ff8546;
	font-size: 12px;
	margin: 20px 0;
}

.msform input[type="submit"]{
	vertical-align: top;
	display: inline-block;
	border: 1px solid #0161a4;
	width: 74.5%;
	height: 36px;
	background: #0161a4;
	color: #fff;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.msform input[type="submit"]:hover{
	background: none;
	color: #0161a4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.map,
.map p{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
}



.nnewsbg{
	background: #f4f5f5;
}

.leftcontact{
	background: #fff;
	font-size: 15px;
	line-height: 45px;
	color: #484848;
}
.leftcontact p{
	border-bottom: 1px solid #ededed;
	padding: 0 6%;
}


.container{
	width: 76%;
}

.nnewsul li{
	display: block;
	background: #fff;
	border-bottom: 1px solid #f4f5f5;
}
.nnewsul li:last-child{
	border: none;
}
.nnewsul li a{
	display: block;
	padding: 2.5%;
}
.nnewsul li .pic{
	width: 29%;
}
.nnewsul li .text{
	width: 67%;
}
.nnewsul li .text span{
	display: block;
	font-size: 17px;
	line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.nnewsul li:hover .text span{
	font-weight: bold;
	color: #0161a4;
}
.nnewsul li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.nnewsul li .text p{
	color: #919191;
	font-size: 14px;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewsul li .text .date{
	font-size: 12px;
	color: #959595;
	margin: 3% 0 0 0;
}

.relaproul{
	width: 94%;
}
.relaproul li,
.relaproul li:nth-child(3){
	width: 24%;
	margin: 0 1.333% 0 0;
}
.relaproul li:last-child{
	margin: 0;
}
.relaproul li .pic{
	border: 1px solid #e5e5e5;
}


.nyyly li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.nyyly li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.nyyly li .text{
	padding: 5%;
	background: #fff;
}
.nyyly li .text span{
	display: block;
	font-size: 18px;
	color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 10px 0;
}
.nyyly li:hover .text span{
	font-weight: bold;
	color: #0161a4;
}
.nyyly li .text p{
	font-size: 14px;
	color: #919191;
	line-height: 26px;
	max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nyyly li:nth-child(3n){
	margin: 0 0 2% 0;
}


.prodetail1{
	min-height: 430px;
	background: url("../images/bg_nproslide.jpg") center top repeat-x;
	background-size: contain;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nproslide{
	width: 50%;
}
.swiper_button_prev_nproslide{
	width: 11px;
	height: 19px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/arrow_nproslide.png) center no-repeat;
	z-index: 9;
	cursor: pointer;
}
.swiper_button_next_nproslide{
	width: 11px;
	height: 19px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/arrow_nproslide.png) center no-repeat;
	transform: rotate(180deg);
	z-index: 9;
	cursor: pointer;
}

.nprotext{
	font-size: 15px;
	line-height: 26px;
	color: #282828;
	width: 45%;
	margin: 0 5% 0 0;
	padding: 30px 0;
}
.nprotext h3{
	font-size: 30px;
	margin: 0 0 25px 0;
}
.nprotext a{
	display: block;
	font-size: 15px;
	line-height: 40px;
	padding: 0 0 0 25px;
	width: 125px;
	margin: 50px 0 0 0;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	background: url("../images/icon_zixun.png") #0161a4 center left 30px no-repeat;
}


.prodetail2 li{
	display: block;
	float: left;
	width: 32.2%;
	margin: 0 1.7% 1.7% 0;
	padding: 25px 0;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	font-size: 17px;
	line-height: 20px;
	color: #0161a4;
	font-weight: bold;
}
.prodetail2 li img{
	display: block;
	margin: 0 auto 10px auto;
}
.prodetail2 li p{
	padding: 0 10px;
	margin: 5px 0 0 0;
	height: 40px;
}
.prodetail4 li p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
}
.prodetail2 li:nth-child(3n){
	margin: 0 0 1.7% 0;
}


.protitle{
	text-align: center;
	margin: 0 0 30px 0;
}
.protitle h2{
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}
.protitle img{
	display: block;
	margin: 10px auto 0 auto;
	max-width: 100%;
}



.progn li{
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #282828;
	line-height: 46px;
	width: 24%;
	margin: 0 1.333% 0 0;
}
.progn li:nth-child(4){
	margin: 0;
}



.gnts li{
	display: block;
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}
.gnts li:nth-child(2n){
	margin: 0 0 2% 0;
}
.gnts li div{
	border: 1px solid #e5e5e5;
	padding: 5% 10%;
}
.gnts li div span{
	font-size: 17px;
	color: #005b83;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}
.gnts li div p{
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}


.nprobg1{
	background: none;
}
.nprobg1 .newstext{
	padding: 0;
}

.nprobg1 .pagechangel,
.nprobg1 .pagechanger{
	background: #eee;
}




@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
	.p10{ padding: 1% 0; }
	.p20{ padding: 2% 0; }
	.p30{ padding: 4% 0; }
	.p40{ padding: 4% 0; }
	.p50{ padding: 4% 0; }
	.p60{ padding: 5% 0; }
	.p70{ padding: 5% 0; }
	.p80{ padding: 5% 0; }
	.p90{ padding: 6% 0; }
	.p100{ padding: 7% 0; }
	.mt10{ margin-top: 1% !important; }
	.mt20{ margin-top: 4% !important; }
	.mt30{ margin-top: 4% !important; }
	.mt40{ margin-top: 4% !important; }
	.mt50{ margin-top: 4% !important; }
	.mt60{ margin-top: 5% !important; }
	.mt70{ margin-top: 4% !important; }
	.mt80{ margin-top: 5% !important; }
	.mt90{ margin-top: 6% !important; }
	.mt100{ margin-top: 7% !important; }
	.stitle h2{
		font-size: 30px;
	}
	.cate_title{
		padding: 6% 0;
	}
	.adv li .text span{
		font-size: 22px;
	}
	.adv li .text p{
		font-size: 14px;
	}
	.about{
		width: 85%;
		padding: 3%;
	}
	.aboutbg .stitle{
		margin: 5% 0 0 0;
	}
	.aboutbg .about>.pic{
		width: 48%;
	}
	.ntitle h2{
		font-size: 30px;
	}
	.menu{
		width: 38%;
	}
	.menu li{
		line-height: 24px;
		width: 33.333%;
	}
	.header .logo{
		width: 20%;
	}
	.header h1{
		width: 20%;
	}
	.header .text{
		width: 32%;
	}
	.nbanner{
		height: 380px;
	}
}
@media screen and (max-width: 1024px) {
	.nbanner{
		height: 340px;
	}
}
@media screen and (max-width: 768px) {
	.cate_title{
		font-size: 20px;
		line-height: 20px;
	}
	.msform li span{
		width: 20%;
	}
	.cate li:first-child a{
		font-size: 16px;
	}
	.cate li a{
		padding: 0 10%;
		font-size: 14px;
	}
	.numbg h5{
		font-size: 20px;
	}
	.numbg li span{
		font-size: 40px;
		line-height: 40px;
	}
	.numbg li p{
		font-size: 16px;
	}
	.adv>.pic{
		width: 30%;
		margin: 0 4%;
	}
	.adv ul{
		width: 32%;
	}
	.adv li .text p{
		font-size: 12px;
		line-height: 22px;
	}
	.adv li .text span{
		font-size: 20px;
	}
	.advkh{
		padding: 3% 0;
		width: 90%;
	}
	.advkh strong{
		font-size: 30px;
	}
	.gsjn li{
		font-size: 14px;
	}
	.gsjn li:first-child{
		font-size: 20px;
		width: 13%;
		word-break: keep-all;
	}
	.gsjn li:nth-child(3){
		width: 38%;
	}
	.newsul li .date p{
		font-size: 12px;
	}
	.newsul li .date span{
		font-size: 30px;
		line-height: 30px;
	}
	.newsul li .text span{
		font-size: 16px;
	}
	.newsul li .text p{
		font-size: 12px;
		line-height: 22px;
	}
	.newsul li{
		margin: 0 0 13% 0;
	}
	.newsul li:last-child{
		display: none;
	}
	.newsul li:nth-child(3){
		margin: 0;
	}
	.ftitle, .ftitle a{
		font-size: 16px;
	}
	.footerbg a{
		font-size: 12px;
	}
	.fmenu li{
		line-height: 26px;
	}
	.fcontact{
		width: 35%;
		margin: 0 0 0 8%;
	}
	.nabout{
		background: none;
	}
	.nabout img{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.gsln li .text span{
		font-size: 24px;
		line-height: 24px;
	}
	.gsln li .text p{
		font-size: 14px;
		line-height: 14px;
	}
	.gsln li .text{
		margin-top: -40px;
	}
	.gsln li:nth-child(2) .text{
		margin-top: -46px;
	}
	.gsln li{
		width: 30%;
	}
	.gsln li:nth-child(2){
		margin: 0 5%;
	}
	.nnews .cate ul:nth-child(3){
		display: none;
	}
	.ncontacttext h1{
		font-size: 16px;
	}
	.ncontacttext{
		text-align: left;
	}
	.cate>ul>li:first-child a{
		font-size: 16px;
	}
	.cate li:first-child a,
	.cate li a{
		font-size: 12px;
	}
	.nprotext{
		font-size: 12px;
		line-height: 20px;
	}
	.nprotext h3{
		font-size: 20px;
		margin: 28px 0 15px 0;
	}
	.progn li{
		font-size: 14px;
	}
	.prodetail2 li{
		font-size: 12px;
		line-height: 16px;
	}
	.prodetail2 li p{
		height: 32px;
	}
	.nbanner{
		height: 240px;
	}
}
@media screen and (max-width: 460px) {
	.top,
	.top .right,
	.top .right strong{
		font-size: 12px;
	}
	.top:before{
		width: 53%;
	}
	.top a{
		font-size: 12px;
	}
	.menu{
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
		height: 100%;
		max-height: 100%;
		overflow: scroll;
		z-index: 99;
		display: none;
	}
	.header h1{
		font-size: 18px;
		width: 20%;
		text-align: center;
	}
	.header .text{
		width: 43%;
		text-align: center;
	}
	.header .text p{
		font-size: 12px;
	}
	.header .text span{
		font-size: 15px;
	}
	.hotkey{
		display: none;
	}
	.searchform{
		width: 100%;
		margin: 2% 0;
	}
	.probg .cate{
		display: none;
	}
	.proul{
		width: 100%;
	}
	.proul li,
	.proul li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.proul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.numbg h5{
		width: 94%;
		margin: 0 auto;
		font-size: 16px;
	}
	.numbg li{
		width: 50%;
	}
	.numbg li:nth-child(1),
	.numbg li:nth-child(2){
		margin: 0 0 20px 0;
	}
	.numbg li span{
		font-size: 30px;
		line-height: 56px;
	}
	.yyly li,
	.yyly li:nth-child(4n){
		width: 31.333%;
		margin: 0 3% 3% 0;
	}
	.yyly li:nth-child(3n){
		margin: 0 0 3% 0;
	}
	.yyly li:nth-child(7),
	.yyly li:nth-child(8){
		display: none;
	}
	.advbg h3{
		font-size: 20px;
	}
	.advbg h4{
		font-size: 20px;
		line-height: 40px;
	}
	.adv{
		display: block;
	}
	.adv ul{
		width: 100%;
	}
	.adv>.pic{
		margin: 6% auto;
	}
	.adv li{
		width: 31.333%;
		margin: 0 3% 0 0;
		float: left;
	}
	.adv li:last-child{
		margin: 0 auto;
	}
	.adv li .pic{
		float: none;
		width: 30%;
		margin: 0 auto;
	}
	.adv li .text{
		width: 100%;
		margin: 5px 0 0 0;
		text-align: center;
	}
	.adv li .text span{
		font-size: 15px;
	}
	.advkh{
		width: 94%;
	}
	.advkh span{
		font-size: 14px;
	}
	.advkh strong{
		font-size: 22px;
	}
	.aboutbg{
		/*background-size: contain !important;*/
	}
	.about .text{
		width: 100%;
	}
	.aboutbg .about>.pic{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.picnews{
		width: 100%;
	}
	.newsul{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.fmenu{
		display: none;
	}
	.fcontact{
		margin: 0;
		width: 66%;
	}
	.fcontact img{
		display: none;
	}
	.fewm{
		width: 25%;
	}
	.cr{
		line-height: 24px;
		padding: 3%;
		word-break: keep-all;
	}
	.nabout{
		line-height: 26px;
	}
	.gsln li .text span{
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0;
	}
	.gsln li .text p{
		font-size: 12px;
		line-height: 12px;
	}
	.gsln li .text{
		margin-top: -25px;
	}
	.gsln li:nth-child(2) .text{
		margin-top: -31px;
	}
	.cate_title{
		display: none;
	}
	.cate{
		width: 100%;
	}
	.cate ul{
		margin: 0;
		float: left;
		width: 49%;
		margin: 0 2% 0 0;
	}
	.cate ul:last-child{
		margin: 0;
	}
	.cate ul ul{
		display: none;
	}
	.cate>ul>li:nth-child(1){
		display: block;
	}
	.cate>ul>li:nth-child(1) a{
		display: block;
		background: url("../images/arrow_cate_3.png") #0161a4 center right 20px no-repeat;
	}
	.cate>ul>li:nth-child(1):hover a{
		background: url("../images/arrow_cate_3.png") #0161a4 center right 20px no-repeat;
	}
	.proul{
		margin: 20px 0 0 0;
	}
	.nnews .cate ul{
		margin: 0;
		width: 100%;
	}
	.nyyly{
		margin: 20px 0 0 0;
	}
	.container{
		width: 100%;
	}
	.nyyly li,
	.nyyly li:nth-child(3n){
		margin: 0 2% 2% 0;
		width: 49%;
	}
	.nyyly li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.relaproul{
		width: 94%;
		margin: 0 auto;
	}
	.nnewsul li .pic{
		width: 45%;
	}
	.nnewsul li .text{
		width: 50%;
	}
	.nnewsul li .text span{
		line-height: 32px;
	}
	.nnewsul li .text p{
		font-size: 12px;
		line-height: 20px;
	}
	.ncontacttext{
		width: 90%;
		padding: 5%;
	}
	.ncontacttext p:last-child{
		margin: 10px auto 0 auto;
	}
	.messageform{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.msform li span{
		width: 24%;
	}
	.msform li .box{
		font-size: 12px;
		margin: 0 0 0 10px;
	}
	.msform textarea{
		width: 67%;
	}
	.msform li:last-child span,
	.msform li:last-child font{
		display: none;
	}
	.msform input[type="submit"]{
		width: 100%;
	}
	.header{
		position: relative;
	}
	.header .menubut{
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -14px;
		z-index: 9;
		width: 24px;
		height: 20px;
		background: #0161a4;
		padding: 5px;
		border-radius: 4px;
	}
	.header .menubut:before{
		width: 24px;
		height: 3px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		top: 50%;
		margin-top: -2.5px;
	}
	.header .menubut:after{
		width: 24px;
		height: 13px;
		position: absolute;
		display: block;
		content: '';
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
	.header .menuclose{
		display: none;
		position: absolute;
		right: 7%;
		top: 28px;
		z-index: 999;
	}
	.header .menuclose:after{
		width: 24px;
		height: 3px;
		background: #0161a4;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(45deg);
	}
	.header .menuclose:before{
		width: 24px;
		height: 3px;
		background: #0161a4;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(-45deg);
	}
	.gsjn li:first-child{
		width: 100%;
	}
	.gsjn{
		display: block;
	}
	.gsjn li,
	.gsjn li:nth-child(3){
		width: 100%;
		line-height: 44px;
		margin: 10px 0 0 0;
		text-align: center;
		background: url("../images/kuang_ln_2.png") center no-repeat;
		background-size: contain;
	}
	.aboutbg{
		background: url("../images/bg_about.jpg") center top -94px no-repeat;
		background-size: 620%;
	}
	.menu li{
		width: 100%;
		line-height: 40px;
	}
	.nbanner{
		height: 150px;
	}
	.cate>ul>li:nth-child(1){
		position: relative;
	}
	.cate>ul>li:nth-child(1) span{
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		z-index: 999;
		right: 0;
		top: 0;
		background: url("../images/arrow_cate_3.png") #0161a4 center no-repeat;
	}
	.cate ul ul{
		width: 100%;
	}
	.cate li{
		line-height: 36px;
	}
	.cate>ul>li:first-child a{
		font-size: 16px;
	}
	.cate>ul>li:first-child{
		line-height: 40px;
	}
	.cate li a{
		font-size: 14px;
	}
	.cate ul ul li a{
		font-size: 14px !important;
	}
	
	.nproul{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.prodetail1{
		display: block;
		background: none;
	}
	.nproslide{
		width: 100%;
		background: #e7f3ff;
	}
	.nprotext{
		width: 90%;
		margin: 0;
		padding: 20px 5%;
		background: #cee3f6;
	}
	.nprotext h3{
		margin: 0 0 15px 0;
	}
	.nprotext a{
		margin: 20px 0 0 0;
	}
	.progn li,
	.progn li:nth-child(4){
		width: 31.333%;
		margin: 0 3% 3% 0;
	}
	.progn li:nth-child(3){
		margin: 0 0 3% 0;
	}
	.prodetail3 table *{
		font-size: 12px !important;
		line-height: 20px !important;
	}
	
	.honor,
	.honor li{
		height: 111px !important;
	}
	
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}





























