@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;}

.clear{clear:both;}
.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,
.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{
	line-height: 30px;
	color: #7d8692;
	font-size: 13px;
	background: #eff2f6;
}
.top strong{
	font-family: arial;
	font-size: 14px;
	color: #7d8692;
}
.top .right{
	margin: 0 1.5% 0 0;
}

.logo{
	width: 45%;
}
.logo .pic{
	max-width: 94px;
	width: 18%;
}
.logo .text{
	word-break: keep-all;
	margin: 0 0 0 4%;
	width: 76.5%;
}
.logo .text h1{
	font-size: 26px;
	color: #2353a4;
	line-height: 42px;
}
.logo .text span{
	font-size: 12px;
	color: #cccccc;
	font-family: arial;
	text-transform: uppercase;
	transform: scale(0.84);
	margin-left: -8.2%;
	display: block;
}

.menu{
	width: 55%;
	text-align: center;
}
.menu li{
	display: block;
	float: left;
	width: 16.666%;
	line-height: 50px;
}
.menu li a{
	color: #484848;
	font-size: 16px;
	position: relative;
	display: table;
	margin: 0 auto;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li.this a,
.menu li:hover a{
	color: #ff6e0e;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li a:after{
	display: block;
	width: 100%;
	height: 3px;
	background: #ff6e0e;
	content: '';
	position: absolute;
	left: 0;
	bottom: -27px;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li.this a:after,
.menu li:hover a:after{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 36px;
	line-height: 36px;
	display: table;
	position: relative;
	margin: auto;
}
.stitle h2:before{
	width: 250px;
	height: 36px;
	content: '';
	display: block;
	position: absolute;
	left: -265px;
	top: 0;
	background: url("../images/line_stitle_1.png") center right no-repeat;
}
.stitle h2:after{
	width: 250px;
	height: 36px;
	content: '';
	display: block;
	position: absolute;
	right: -265px;
	top: 0;
	background: url("../images/line_stitle_2.png") center left no-repeat;
}
.stitle h2 span{
	color: #2353a4;
	line-height: 36px;
	display: inline-block;
}
.stitle p{
	color: #888888;
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0 0 0;
}




.procate li{
	display: block;
	float: left;
	position: relative;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	border-radius: 20px;
}
.procate li:nth-child(1){
	margin: 0 3% 0 17%;
	width: 30%;
}
.procate li:nth-child(2){
	margin: 0 17% 0 3%;
	width: 30%;
}
.procate li .pic{
	border-radius: 20px;
	height: 300px;
}
.procate li .pic img{
	object-fit: cover;
	object-position: center bottom;
	height: 300px;
}
.procate li .icon{
	width: 80px;
}
.procate li .text{
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	text-align: center;
}
.procate 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);
}
.procate li:hover .text 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;
}
.procate li .text p{
	font-size: 24px;
	color: #313131;
	font-weight: bold;
}


.about{
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	position: relative;
	margin: 0 0 5% 0;
}
.about:before{
	width: 30px;
	height: 30px;
	background: #ff6e0e;
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: -40px;
}
.about .abmore{
	width: 25%;
	padding: 5% 0;
	background: #2353a4;
}
.about .abmore h2{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 13%;
}
.about .abmore h3{
	font-size: 18px;
	color: #fff;
	opacity: .3;
	padding: 0 0 0 13%;
}
.about .abmore .more{
	display: block;
	width: 138px;
	height: 34px;
	background: url("../images/arrow_about_1.png") center no-repeat;
	border: 1px solid #fff;
	margin: 6% 0 0 13%;
	-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 .abmore .more:hover{
	background: url("../images/arrow_about_2.png") #fff center no-repeat;
	border: 1px solid #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.about .text{
	width: 69%;
	padding: 3%;
	font-size: 15px;
	line-height: 28px;
	color: #484848;
}
.about .text h1{
	font-size: 24px;
	color: #2353a4;
	font-weight: normal;
	margin: 0 0 20px 0;
}



.probg{
	background: url("../images/bg_pro.jpg") center no-repeat;
	background-size: cover;
}

.pro{
	width: 63%;
	margin: 0 auto;
}
.pro li{
	display: block;
	float: left;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.pro li p{
	line-height: 55px;
	background: url("../images/arrow_pro.png") #173572 center right no-repeat;;
	padding: 0 95px 0 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	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;
}
.pro li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.pro li:hover p{
	background: url("../images/arrow_pro.png") #fff center right -100px no-repeat;
	color: #173572;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.probg .more{
	width: 160px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	margin: 40px auto 0 auto;
	background: #2353a4;
	border: 1px solid #2353a4;
	font-size: 16px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.probg .more:hover{
	color: #2353a4;
	background: none;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.adv{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.adv .text{
	width: 26%;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}
.adv .text li{
	display: block;
	margin: 0 0 30px 0;
}
.adv .text li:last-child{
	margin: 0;
}
.adv .text li strong{
	line-height: 40px;
	display: block;
	color: #204395;
	font-size: 20px;
	margin: 0 0 10px 0;
}
.adv .text li strong img{
	display: block;
	float: left;
	margin: 0 15px 0 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv .text li:hover strong img{
	margin: 0 25px 0 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.adv .pic{
	width: 38%;
	margin: 0 5%;
}


.newsbg{
	background: url("../images/bg_news.jpg") center no-repeat;
	background-size: cover;
}
.newsbg .stitle{
	color: #fff;
}
.newsbg .stitle h2:before,
.newsbg .stitle h2:after{
	opacity: .5;
}
.newsbg .stitle p{
	color: #a9a9a9;
}

.newsbg .news{
	width: 48.333%;
}

.newstitle{
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgb(255,255,255,.4);
}
.newstitle span{
	font-family: "宋体";
	display: block;
	color: #fff;
	opacity: .3;
	text-transform: uppercase;
	font-size: 20px;
}
.newstitle p{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.newstitle a.more{
	width: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #1d3e9a;
	margin: 18px 0 0 0;
	font-size: 19px;
	display: block;
}
.newspic{
	padding: 25px 0;
	border-bottom: 1px solid rgb(255,255,255,.4);
}
.newspic .pic{
	width: 31%;
}
.newspic .text{
	width: 64%;
	color: #fff;
}
.newspic .text .date{
	font-size: 30px;
	font-weight: bold;
	line-height: 23px;
}
.newspic .text span{
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 40px;
	margin: 5px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.newspic .text p{
	font-size: 13px;
	opacity: .6;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}


.newsul{
	padding: 15px 0 0 0;
}
.newsul li{
	display: block;
	position: relative;
	padding: 0 0 0 28px;
}
.newsul li:before{
	position: absolute;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	content: '';
	display: block;
	background: #a7a29d;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.newsul li a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.homepro{
	padding: 0 3%;
}
.homepro .swiper_button_prev{
	width: 5%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/arrow_pro_1.png) center left no-repeat;
	outline: none;
	z-index: 9999;
	cursor: pointer;
}
.homepro .swiper_button_next{
	width: 5%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/arrow_pro_2.png) center right no-repeat;
	outline: none;
	z-index: 9999;
	cursor: pointer;
}
.homepro li{
	opacity: 0;
}
.homepro .swiper-slide-prev,
.homepro .swiper-slide-active,
.homepro .swiper-slide-next{
	opacity: 1;
}
.cuslogobg{
	background: #f2f3f6;
}
.clogoul li{
	height: 110px;
}
.clogoul{
	height: 240px;
}

.footerbg{
	background: #000;
	color: #fff;
	position: relative;
	z-index: 1;
}
.footerbg a{
	color: #fff;
}
.fmenu{
	width: 22%;
	line-height: 28px;
}
.fmenu strong{
	margin: 0 0 10px 0;
	display: block;
}
.fmenu a{
	display: block;
	opacity: .6;
}
.fcontact{
	padding: 0 0 0 15%;
	width: 37%;
	line-height: 36px;
	font-size: 14px;
}
.fcontact h1{
	font-size: 18px;
	margin: 0 0 5px 0;
}
.fewm{
	text-align: center;
	max-width: 127%;
	width: 11%;
	font-size: 14px;
	line-height: 34px;
}


.footer{
	position: relative;
	padding: 0 0 22px 0;
}
.footer .line{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer .line:before{
	width: 2px;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 22%;
	background: url("../images/fline.png") center top no-repeat;
}
.footer .line:after{
	width: 2px;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 74%;
	background: url("../images/fline.png") center top no-repeat;
}



.cr{
	font-size: 14px;
	color: #888;
	text-align: center;
}
.cr a{
	font-size: 14px;
	color: #888;
}

.slide.banner{
	height: 650px;
}
.nbanner{
	height: 450px;
}

.bnav{
	line-height: 42px;
	font-size: 14px;
	color: #666;
}
.bnav a{
	font-size: 14px;
	color: #666;
}
.bnav img{
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

.ncontainer{
	padding: 50px 0 70px 0;
}

.ncate li{
	display: block;
	float: left;
	line-height: 54px;
	width: 25%;
	text-align: center;
	position: relative;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate li:hover{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate li:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
    height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2353a4;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate li.this:after,
.ncate li:hover:after{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate li a{
	display: block;
	font-size: 18px;
	color: #484848;
	background: #eee;
	width: 98%;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate li:last-child a{
	width: 100%;
}
.ncate li.this a,
.ncate li:hover a{
	color: #fff;
	background: #2353a4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.nabout{
	background: url("../images/bg_nabout.jpg") center top no-repeat;
	color: #484848;
	line-height: 26px;
	font-size: 14px;
}


.nculture li{
	display: block;
	float: left;
	width: 50%;
	position: relative;
}
.nculture li .text{
	width: 50%;
	position: relative;
	height: 178px;
}
.nculture li>div{
	width: 100%;
	text-align: center;
	border: 1px solid #eee;
}
.nculture li .text{
	height: 80px;
	position: absolute;
	width: 50%;
	margin-top: -40px;
	top: 50%;
	left: 0;
}
.nculture li:nth-child(3) .text,
.nculture li:nth-child(4) .text{
	right: 0;
	left: auto;
}
.nculture li .text strong{
	font-size: 18px;
	margin: 0 0 10px 0;
	display: block;
}
.nculture li .text strong span{
	color: #2353a4;
}
.nculture li .text p{
	color: #484848;
	line-height: 24px;
	font-size: 14px;
}
.nculture li .pic{
	width: 50%;
}


.nhonor li{
	display: block;
	float: left;
	width: 19%;
	margin: 0 1.25% 1.25% 0;
}
.nhonor li:nth-child(5n){
	margin: 0 0 1.25% 0;
}
.nhonor li p{
	line-height: 40px;
	background: #2353a4;
	border-bottom: 2px solid #ff6e0e;
	color: #fff;
	text-align: center;
}

.ncontact{
	width: 77.5%;
}
.ncontacttext{
	padding: 3% 15% 3% 3%;
	border: 1px solid #e5e5e5;
}

.map{
	overflow: hidden;
}
.map p{
	overflow: hidden;
}
.map iframe{
	left: 50%;
	position: relative;
	margin-left: -600px;
}



.nprobg .pro{
	width: 76%;
}
.nprocate{
	width: 22%;
}
.nprocate li{
	display: block;
	line-height: 50px;
	position: relative;
	border-bottom: 2px solid #fff;
}
.nprocate li:after{
	width: 36px;
	height: 50px;
	line-height: 46px;
	content: '+';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate li.this:after,
.nprocate li:hover:after{
	content: '-';
	font-size: 36px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate li a{
	display: block;
	color: #484848;
	background: #eee;
	padding: 0 40px 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate li.this a,
.nprocate li:hover a{
	color: #fff;
	background: #2353a4;
	-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_title{
	line-height: 76px;
	text-align: center;
	font-size: 24px;
	background: #2353a4;
	border-bottom: 5px solid #ff733e;
	color: #fff;
}

.npro li{
	width: 32%;
	margin: 0 2% 2% 0;
}
.npro li:nth-child(3n){
	margin: 0 0 2% 0;
}
.npro li p{
	line-height: 40px;
	color: #484848;
	font-size: 14px;
	background: url("../images/arrow_npro.png") #eee center right -68px no-repeat;
}
.npro li:hover p{
	font-weight: bold;
	color: #fff;
	background: url("../images/arrow_npro.png") #173572 center right no-repeat;
}


.nnews{
	width: 77.5%;
}
.nnews li{
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.nnews li a{
	display: block;
	padding: 1.5%;
	border: 1px solid #d2d2d2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li:hover a{
	border: 1px solid #2353a4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .pic{
	width: 28%;
}
.nnews li .text{
	width: 68%;
}
.nnews li .text span{
	font-size: 18px;
	color: #000;
	line-height: 46px;
	margin: 5px 0 0 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.nnews li .text .date{
	font-size: 14px;
	color: #888888;
	margin: 20px 0 0 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li:hover .text span{
	color: #2353a4;
	font-weight: bold;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li:hover .text .date{
	color: #2353a4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.nnews li .more{
	width: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #434343;
	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;
}
.nnews li:hover .more{
	background: #2353a4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}





.nrecruit{
	width: 77.5%;
}


.nrecruit li{
	display: block;
	margin: 0 0 10px 0;
}
.rec1{
	line-height: 70px;
	padding: 0 3%;
	background: #f7f7f7;
	font-size: 16px;
	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;
}
.rec1:hover{
	background: #2353a4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.rec1 img{
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 0;
}
.rec1 .recname{
	width: 26%;
	float: left;
	color: #282828;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.rec1:hover .recname{
	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;
}
.rec1 .recarea{
	width: 13%;
	float: left;
	color: #484848;
	padding: 0 0 0 20px;
	background: url("../images/icon_rec_1.png") center left 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;
}
.rec1:hover .recarea{
	color: #fff;
	background: url("../images/icon_rec_1_1.png") center left 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;
}
.rec1 .recnum{
	width: 13%;
	float: left;
	color: #484848;
	padding: 0 0 0 20px;
	background: url("../images/icon_rec_2.png") center left 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;
}
.rec1:hover .recnum{
	color: #fff;
	background: url("../images/icon_rec_2_1.png") center left 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;
}
.rec1 .recmore{
	width: 70px;
	height: 70px;
	float: right;
	position: relative;
}
.rec1 .recmore:after{
	width: 70px;
	height: 70px;
	position: absolute;
	line-height: 70px;
	content: '+';
	display: block;
	right: 0;
	top: 0;
	font-size: 36px;
	color: #666666;
	text-align: center;
	font-weight: lighter;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.rec1:hover .recmore:after{
	content: '-';
	color: #fff;
	font-size: 36px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.rec2{
	border: 1px solid #dcdcdc;
	padding: 5%;
	font-size: 14px;
	color: #666666;
	display: none;
	line-height: 24px;
}
.rec2 h4{
	font-size: 16px;
	margin: 0 0 25px 0;
	color: #ff6e0e;
	font-weight: bold;
}






.wrap.bann_ext,
.slide.banner{
	display: block;
}
.banner.swiper-container{
	display: none;
}








@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1540px) {
	.homepro{
		width: 76%;
	}
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
	.homepro{
		width: 80%;
		padding: 0 5%;
	}
}
@media screen and (max-width: 1280px) {
	.wrap.bann_ext,
	.slide.banner{
		display: none;
	}
	.banner.swiper-container{
		display: block;
	}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1180px) {
	.logo{
		width: 50%;
	}
	.menu{
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.logo{
		width: 55%;
	}
	.menu{
		width: 45%;
	}
	.top .right{
		margin: 0;
	}
	.menu li a{
		font-size: 14px;
	}
	.cate_title{
		font-size: 20px;
		line-height: 60px;
	}
	.nprocate li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 935px) {
	.logo{
		width: 100%;
	}
	.header{
		position: relative;
	}
	.menu{
		width: 50%;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
		background: #fff;
		max-height: 100%;
		height: 100%;
		overflow: scroll;
		display: none;
	}
	.header .menubut{
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -7.5px;
		z-index: 9;
		width: 24px;
		height: 15px;
		border-top: 3px solid #1d50a2;
		border-bottom: 3px solid #1d50a2;
	}
	.header .menubut:after{
		width: 24px;
		height: 3px;
		background: #1d50a2;
		position: absolute;
		display: block;
		content: '';
		top: 6px;
	}
	.header .menuclose{
		display: none;
		position: absolute;
		right: 11%;
		top: 40px;
		z-index: 999;
	}
	.header .menuclose:after{
		width: 24px;
		height: 3px;
		background: #1d50a2;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(45deg);
	}
	.header .menuclose:before{
		width: 24px;
		height: 3px;
		background: #1d50a2;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(-45deg);
	}
	.procate li .text p{
		font-size: 20px;
	}
}
.about .abmore h2 br{
	display: none;
}
@media screen and (max-width: 768px) {
	.p10{ padding: 1% 0; }
	.p20{ padding: 2% 0; }
	.p30{ padding: 3% 0; }
	.p40{ padding: 4% 0; }
	.p50{ padding: 5% 0; }
	.p60{ padding: 6% 0; }
	.p70{ padding: 7% 0; }
	.p80{ padding: 8% 0; }
	.p90{ padding: 9% 0; }
	.p100{ padding: 10% 0; }
	.mt10{ margin-top: 1% !important; }
	.mt20{ margin-top: 2% !important; }
	.mt30{ margin-top: 3% !important; }
	.mt40{ margin-top: 4% !important; }
	.mt50{ margin-top: 5% !important; }
	.mt60{ margin-top: 6% !important; }
	.mt70{ margin-top: 7% !important; }
	.mt80{ margin-top: 8% !important; }
	.mt90{ margin-top: 9% !important; }
	.mt100{ margin-top: 10% !important; }
	.procate li .text{
		top: 15px;
	}
	.procate li .text p{
		font-size: 18px;
	}
	.stitle h2:before{
		width: 100%;
		left: -110%;
	}
	.stitle h2:after{
		width: 100%;
		right: -110%;
	}
	.about .text{
		font-size: 14px;
		line-height: 24px;
	}
	.about .text h1{
		font-size: 20px;
	}
	.about .abmore h2 br{
		display: block;
	}
	.about:before{
		bottom: -40px;
    	left: 0;
	}
	.adv{
		display: block;
	}
	.adv .text{
		width: 100%;
		float: none;
	}
	.adv .text li{
	}
	.adv .pic{
		margin: 0 auto;
		float: none;
		width: 30%;
	}
	.newsbg .news{
		width: 100%;
	}
	.fcontact{
		width: 42%;
		padding: 0 5%;
	}
	.fewm{
		width: 17%;
	}
	.fcontact{
		line-height: 32px;
	}
	.nbanner{
		height: 250px;
	}
	.nculture li .text{
		height: 66px;
		margin-top: -33px;
	}
	.nculture li .text strong{
		font-size: 16px;
	}
	.nculture li .text p{
		font-size: 12px;
		line-height: 18px;
	}
	.nprocate{
		width: 100%;
		float: none;
		position: relative;
	}
	.cate_title{
		width: 30%;
		margin: 0 auto;
		position: relative;
		text-align: left;
		padding: 0 5%;
	}
	.cate_title .menubut{
		display: block;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -7px;
		z-index: 9;
		width: 24px;
		height: 14px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.cate_title .menubut:after{
		width: 24px;
		height: 2px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		top: 6px;
	}
	.cate_title .menuclose{
		display: none;
		position: absolute;
		right: 11%;
		top: 40px;
		z-index: 999;
	}
	.cate_title .menuclose:after{
		width: 24px;
		height: 3px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(45deg);
	}
	.cate_title .menuclose:before{
		width: 24px;
		height: 3px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(-45deg);
	}
	.nprocate ul{
		display: none;
		position: absolute;
		z-index: 999;
		width: 100%;
		background: #eee;
	}
	.nprocate li:after{
		display: none;
	}
	.nprocate li{
		width: 25%;
		float: left;
		text-align: center;
	}
	.nprocate li a{
		padding: 0 5%;
	}
	.nprocate .pic{
		display: none;
	}
	.nprobg .pro{
		width: 100%;
		margin: 4% 0 0 0;
	}
	.ncontainer{
		padding: 5% 0 7% 0;
	}
	.nnews{
		width: 100%;
		margin: 4% 0 0 0;
	}
	.nnews li .text p{
		height: 48px;
		overflow: hidden;
	}
	.nnews li .pic{
		width: 32%;
	}
	.nnews li .text{
		width: 64%;
	}
	.nrecruit{
		width: 100%;
		margin: 4% 0 0 0;
	}
	.ncontact{
		width: 100%;
		margin: 4% 0 0 0;
	}
	.ncontacttext{
		padding: 3%;
		width: 94%;
	}
	
	.homepro{
		width: 90%;
	}
	.homepro .swiper_button_prev,
	.homepro .swiper_button_next{
		background-size: contain;
	}
	.pro li p{
		line-height: 40px;
		padding: 0 68px 0 15px;
		font-size: 14px;
		background: url("../images/arrow_npro.png") #173572 center right no-repeat;
	}
	
}
@media screen and (max-width: 460px) {
	.top{
		font-size: 12px;
	}
	.top .left{
		display: none;
	}
	.top .right{
		width: 100%;
		text-align: center;
	}
	.logo .pic{
		width: 24%;
	}
	.logo .text{
		margin: 0 0 0 3%;
		width: 49%;
	}
	.logo .text font{
		display: none;
	}
	.logo .text h1{
		font-size: 26px;
		line-height: 36px;
		margin: 5px 0 0 0;
	}
	.logo .text span{
		text-transform: inherit;
		line-height: 14px;
		transform: scale(1);
		margin: 0px 0 0 0;
	}
	.menu li{
		width: 100%;
	}
	.menu li a{
		display: block;
	}
	.menu li a:after{
		bottom: 0;
	}
	.header .menuclose{
		right: 6%;
    	top: 38px;
	}
	.procate li:nth-child(1){
		width: 49%;
		margin: 0 2% 0 0;
	}
	.procate li:nth-child(2){
		width: 49%;
		margin: 0 0 0 0;
	}
	.procate li .pic{
		height: 200px;
	}
	.procate li .icon{
		width: 60px;
	}
	.pro li p {
        line-height: 40px;
        padding: 0 20px 0 15px;
        font-size: 14px;
        background: url(../images/arrow_npro.png) #173572 center right -9px no-repeat;
    }
	/* .procate li,
	.procate li:nth-child(5){
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.procate li:nth-child(3){
		margin: 0 0 2% 0;
	}
	.procate li:nth-child(5){
		margin: 0 0 0 0;
	}
	.procate li:nth-child(4){
		margin: 0 2% 0 17%;
	} */
	.about .abmore{
		width: 100%;
	}
	.about .abmore h2{
		padding: 0;
		text-align: center;
		font-size: 28px;
	}
	.about .abmore h2 br{
		display: none;
	}
	.about .abmore h3{
		padding: 0;
		text-align: center;
	}
	.about .abmore .more{
		margin: 5% auto 0 auto;
		width: 128px;
		line-height: 26px;
	}
	.about .text{
		width: 94%;
	}
	.stitle h2{
		font-size: 26px;
	}
	.stitle p{
		font-size: 12px;
		line-height: 12px;
	}
	.about:before{
		display: none;
	}
	.npro li p{
		color: #fff;
	}
	.newspic .text .date{
		font-size: 20px;
		line-height: 16px;
	}
	.newspic .pic{
		width: 100%;
		float: none;
	}
	.newspic .text{
		float: none;
		width: 100%;
		margin: 4% 0 0 0;
	}
	.news.right{
		margin: 10% 0 0 0;
	}
	.newsul li{
		padding: 0 0 0 15px;
	}
	.footer .line,
	.fmenu{
		display: none;
	}
	.fcontact{
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}
	.fewm{
		width: 30%;
		float: none;
		margin: 5% auto 0 auto;
	}
	.cr{
		word-break: keep-all;
	}
	.nbanner{
		height: 150px;
	}
	.ncate li{
		line-height: 34px;
	}
	.ncate li a{
		font-size: 14px;
	}
	.ncate li:after{
		bottom: -5px;
		margin-left: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #2353a4;
	}
	.nculture li{
		width: 100%;
	}
	.nculture li:nth-child(2) .right{
		float: left;
	}
	.nculture li:nth-child(2) .text{
		right: 0;
		left: auto;
	}
	.nculture li:nth-child(3) .left{
		float: right;
	}
	.nculture li:nth-child(3) .text{
		right: auto;
		left: 0;
	}
	.nhonor li,
	.nhonor li:nth-child(5n){
		width: 32.5%;
		margin: 0 1.25% 1.25% 0;
	}
	.nhonor li:nth-child(3n){
		margin: 0 0 1.25% 0;
	}
	.cate_title{
		width: 55%;
	}
	.npro li,
	.npro li:nth-child(3n){
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.npro li:nth-child(2n){
		width: 48%;
		margin: 0 0 4% 0;
	}
	.nprocate li{
		width: 100%;
		float: none;
	}
	.nprocate li a{
		font-size: 16px;
	}
	.nnews li .pic{
		width: 100%;
	}
	.nnews li .text{
		margin: 0 0 0 0;
		width: 100%;
	}
	.nnews li .text .date{
		margin: 10px 0;
	}
	.rec1 .recname{
		width: 43%;
	}
	.ncontact{
		width: 100%;
	}
	.clogoul{
		height: 170px;
	}
	.clogoul li{
		height: 76px;
	}
	.procate li .text p{
		margin: 5px 0 0 0;
		font-size: 15px;
	}
	.cate_title .menuclose{
		right: 11.2%;
		top: 20px;
	}
	.cate_title{
		font-size: 18px;
		line-height: 40px;
		width: 90%;
		padding: 0 5%;
	}
	.nprocate ul{
		box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	}
	.page .hide{
		display: none;
	}
	.ncontainer img{
		max-width: 100%;
	}
	.ncontact table,
	.ncontact1 table{
		width: 100%;
		table-layout: auto !important;
	}
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

















