@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: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance: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.5s;transform: scale(1); max-height:100%;}

.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; }
.w1300{ 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;
}

.header .logo{
	width: 367px;
	margin: 30px 0;
}


.menu{
	width: 770px;
	margin: 34px 0 0 0;
}
.menu li{
	display: block;
	float: left;
	width: 90px;
	line-height: 86px;
	margin: 0 23px 0 0;
	text-align: center;
}
.menu li a{
	color: #888888;
	display: block;
	border-bottom: 3px 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;
}
.menu li:hover a,
.menu li.this a{
	color: #282828;
	border-color: #f5a101;
	-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.hqbj{
	margin: 0;
	padding: 27px 0;
}
.menu li.hqbj a{
	line-height: 32px;
	color: #000;
	background: #f5a101;
	border-radius: 16px;
	font-weight: bold;
}
.menu li.hqbj:hover a{
	border: none;
}



.swiper-slide img{
	display: block;
	width: 100%;
}

.top_tel{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 25px 45px;
}

.search{
	line-height: 100px;
}

.hotkey{
	color: #666666;
	font-size: 14px;
	width: 540px;
	margin: 0 0 0 35px;
}
.hotkey a{
	color: #666666;
	font-size: 14px;
}
.hotkey span{
	color: #000;
}

.searchform{
	margin: 28px 0 0 0;
	font-size: 14px;
}
.stext{
	height: 44px;
	background: #f3f3f3;
	width: 200px;
	padding: 0 20px;
	border: none;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
}
.sbut{
	height: 44px;
	width: 44px;
	background: url(../images/sbut.png) #f3f3f3 center no-repeat;
	border: none;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}



.stitle{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.stitle p{
	font-size: 16px;
	color: #888;
	font-weight: normal;
	margin: 15px 0 0 0;
	line-height: 16px;
}


.probg{
	background: #f3f3f3;
}

.procate li{
	display: block;
	float: left;
	width: 295px;
	margin: 0 6px 0 0;
	line-height: 60px;
	background: #fff;
	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;
}
.procate li:last-child{
	margin: 0;
}

.cate_title{
	background: #02348b;
	color: #fff;
	padding: 20px 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
}
.cate_title p{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0 0 0;
}


.procate>ul>li:before{
	width: 30px;
	height: 60px;
	left: 20px;
	position: absolute;
	content: '';
	display: block;
	top: 0;
}
.procate li:nth-child(1):before{ background: url(../images/icon_procate_1_1.png) center no-repeat;}
.procate li:nth-child(2):before{ background: url(../images/icon_procate_2_1.png) center no-repeat;}
.procate li:nth-child(3):before{ background: url(../images/icon_procate_3_1.png) center no-repeat;}
.procate li:nth-child(4):before{ background: url(../images/icon_procate_4_1.png) center no-repeat;}

.procate li:nth-child(1):hover:before{ background: url(../images/icon_procate_1_2.png) center no-repeat;}
.procate li:nth-child(2):hover:before{ background: url(../images/icon_procate_2_2.png) center no-repeat;}
.procate li:nth-child(3):hover:before{ background: url(../images/icon_procate_3_2.png) center no-repeat;}
.procate li:nth-child(4):hover:before{ background: url(../images/icon_procate_4_2.png) center no-repeat;}

.procate li:nth-child(1).this:before{ background: url(../images/icon_procate_1_2.png) center no-repeat;}
.procate li:nth-child(2).this:before{ background: url(../images/icon_procate_2_2.png) center no-repeat;}
.procate li:nth-child(3).this:before{ background: url(../images/icon_procate_3_2.png) center no-repeat;}
.procate li:nth-child(4).this:before{ background: url(../images/icon_procate_4_2.png) center no-repeat;}

.procate>ul>li>a{
	font-size: 20px;
	font-weight: bold;
	color: #888;
	display: block;
	padding: 0 66px;
	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;
}
.procate>ul>li ul li.this>a,
.procate>ul>li ul li:hover>a,
.procate>ul>li.this>a,
.procate>ul>li:hover>a{
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate li span{
	width: 50px;
	height: 60px;
	right: 0;
	position: absolute;
	content: '';
	display: block;
	top: 0;
	cursor: pointer;
	background: url(../images/arrow_cate_1.png) center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate>ul>li ul li.this,
.procate>ul>li ul li:hover,
.procate>ul>li.this,
.procate>ul>li:hover{
	background: #f5a101;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate li.this span,
.procate li:hover span{
	background: url(../images/arrow_cate_2.png) center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.proul li{
	display: block;
	float: left;
	width: 392px;
	margin: 0 11px 11px 0;
	position: relative;
}
.proul li .pic{
	height: 392px;
}
.proul li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.sproul li:nth-child(2),
.sproul li:nth-child(5){
	margin: 0 0 11px 0;
}
.proul li>a>p{
	line-height: 54px;
	margin: 1px 0 0 0;
	background: #fff;
	padding: 0 65px 0 25px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	color: #282828;
	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;
}
.proul li:hover>a>p{
	background: #f5a101;
	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>a>p:after{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	content: '';
	display: block;
	top: 12px;
	right: 18px;
	position: absolute;
	background: url(../images/arrow_pro.png) #f5a101 center no-repeat;
}



.sproul li:nth-child(1){
	width: 795px;
}
.sproul li:nth-child(1) .pic{
	height: 447px;
}


.sproul li .text{
	width: 240px;
	position: absolute;
	right: 40px;
	top: 135px;
	color: #fff;
}
.sproul li .text h2{
	display: block;
	font-size: 24px;
}
.sproul li .text h2:after{
	display: block;
	width: 38px;
	height: 2px;
	background: #fff;
	content: '';
	margin: 14px 0 24px 0;
}
.sproul li .text p{
	font-size: 14px;
	line-height: 24px;
}
.sproul li .text span{
	width: 138px;
	line-height: 38px;
	text-align: center;
	display: block;
	background: #f5a101;
	border: 1px solid #f5a101;
	color: #000;
	font-weight: bold;
	margin: 30px 0 0 0;
	border-radius: 19px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sproul li:hover .text span{
	background: #fff;
	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;
}



.serviceul{
	background: url(../images/bg_adv.png) center no-repeat;
	height: 589px;
	width: 1400px;
	margin: 0 auto;
}
.serviceul li{
	display: block;
	width: 170px;
	float: left;
}
.serviceul li span{
	font-size: 24px;
	line-height: 36px;
	display: block;
	font-weight: bold;
}
.serviceul li p{
	font-size: 16px;
	line-height: 28px;
	display: block;
	color: #888;
}
.serviceul li:nth-child(1){ margin: 100px 0 0 260px;}
.serviceul li:nth-child(2){ margin: 100px 0 0 700px;}
.serviceul li:nth-child(3){ margin: 208px 0 0 260px;}
.serviceul li:nth-child(4){ margin: 208px 0 0 700px;}





.jjfaul li{
	display: block;
	float: left;
	width: 33.333%;
	position: relative;
	background: #000;
}
.jjfaul li .pic{
	opacity: .5;
}
.jjfaul li:hover .pic img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.jjfaul li.swiper-slide-next .pic,
.jjfaul li.swiper-slide-next .text{
	opacity: 1;
}
.jjfaul li .text{
	width: 450px;
	padding: 20px 40px;
	background: #fff;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -265px;
	line-height: 30px;
	opacity: 0;
}
.jjfaul li .text span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 250px;
}
.jjfaul li .text p{
	color: #888888;
	font-size: 15px;
	width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jjfaul li .text .right{
	width: 160px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #f5a101;
	text-align: center;
	border-radius: 22px;
	margin: 5px 0 0 0;
	border: 1px solid #f5a101;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.jjfaul li .text .right:hover{
	background: #fff;
	border-color: #f5a101;
	color: #f5a101;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.jjfaul .swiper_button_prev,
.jjfaul .swiper_button_next{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
	cursor: pointer;
}
.jjfaul .swiper_button_prev{ background: url("../images/arrow_case_1_1.png") center no-repeat; left: 28%;}
.jjfaul .swiper_button_next{ background: url("../images/arrow_case_2_1.png") center no-repeat; right: 28%;}
.jjfaul .swiper_button_prev:hover{ background: url("../images/arrow_case_1_2.png") center no-repeat; }
.jjfaul .swiper_button_next:hover{ background: url("../images/arrow_case_2_2.png") center no-repeat; }




.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 20px;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #fff;
	opacity: .5;
}
.swiper-pagination-bullet-active{
	opacity: 1;
}



.aboutbg{
	background: url(../images/ab_bg.jpg) center no-repeat;
	background-size: cover;
}

.abouttext{
	width: 1090px;
	margin: 0 auto;
	padding: 60px 50px;
	background: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 1;
	color: #484848;
	font-size: 14px;
	line-height: 30px;
}
.abouttext h1{
	color: #000;
	font-size: 30px;
	margin: 0 0 20px 0;
}
.abouttext a.more{
	color: #fff;
	width: 162px;
	line-height: 44px;
	background: url(../images/arrow_pro.png) #f5a101 center right 35px no-repeat;
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: right;
	text-align: center;
	border-radius: 22px;
	padding: 0 12px 0 0;
	border: 1px solid #f5a101;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.abouttext a.more:hover{
	background: url(../images/arrow_pro_1.png) #fff center right 35px no-repeat;
	color: #f5a101;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.numberbg{
	height: 240px;
	background: url(../images/bg_num.jpg) center no-repeat;
}
.number li{
	display: block;
	float: left;
	width: 205px;
	color: #fff;
	margin: 110px 0 0 0;
	padding: 0 47px;
	text-align: center;
}
.number li .counter{
	font-size: 58px;
	color: #f5a101;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.number li p{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.number li .mark{
	font-size: 18px;
	color: #fff;
	opacity: .6;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}




.picnews{
	width: 550px;
	background: #f8f8f8;
}
.picnews:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.picnews a{
	padding: 40px;
	display: block;
}
.picnews .date{
	font-size: 30px;
	font-weight: bold;
	color: #bab9b9;
	margin: 0 0 20px 0;
}
.picnews .text{
	margin: 20px 0 0 0;
}
.picnews .text span{
	font-size: 24px;
	color: #282828;
	display: block;
	font-weight: bold;
	line-height: 34px;
}
.picnews .text p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.picnews .more{
	width: 146px;
	line-height: 40px;
	float: right;
	background: #f5a101;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #f5a101;
	margin: 10px 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;
}
.picnews:hover .more{
	background: #f8f8f8;
	color: #f5a101;
	-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: 610px;
}
.newsul li{
	display: block;
	position: relative;
	background: url("../images/arrow_news_1.png") right 40px bottom 35px 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;
}
.newsul li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #484848;
	border-radius: 50%;
	left: 28px;
	top: 55px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li:hover:before{
	background: #f5a101;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li a{
	display: block;
	padding: 30px 30px 30px 46px;
	border-bottom: 1px solid #dde1e6;
}
.newsul li:last-child a{
	border: none;
}
.newsul li span{
	color: #484848;
	font-weight: bold;
	display: inline-block;
	width: 460px;
	vertical-align: middle;
	font-size: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li:hover span{
	color: #f5a101;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li font{
	display: inline-block;
	width: 74px;
	vertical-align: middle;
	font-size: 24px;
	color: #888888;
}
.newsul li p{
	color: #888888;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0 0 0;
	width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.messagebg{
	background: url("../images/bg_message.jpg") center no-repeat;
	background-size: cover;
	height: 180px;
}


.messageform{
	width: 670px;
}
.messageform li{
	display: block;
	float: left;
	margin: 0 0 0 15px;
}
.messageform li input[type="text"]{
	display: block;
	height: 44px;
	width: 260px;
	padding: 0 30px;
	background: #fff;
	border-radius: 22px;
	border: none;
	margin: 0 0 10px 0;
}
.messageform li textarea{
	display: block;
	height: 58px;
	width: 260px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 22px;
	border: none;
	margin: 0 0 10px 0;
}
.messageform li .subbutton{
	display: block;
	height: 40px;
	width: 318px;
	background: #222;
	border: 2px solid #222;
	border-radius: 22px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	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;
}
.messageform li .subbutton:hover{
	color: #000;
	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;
}
.messageform li input.code{
	width: 150px;
	float: left;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.messageform li img{
	width: 110px;
	height: 44px;
	float: left;
	border-bottom-right-radius: 22px;
	border-top-right-radius: 22px;
}


.footerbg{
	padding: 80px 0 50px 0;
	background: #222;
	color: #fff;
}
.footer h3{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

.ftext{
	width: 290px;
	font-size: 14px;
	color: #bab9b9;
	line-height: 28px;
}
.ftext p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fmenu{
	margin: 0 0 0 50px;
	width: 470px;
	line-height: 32px;
}
.fmenu ul{
	width: 33.333%;
}
.fmenu ul:last-child{
	margin: -30px 0 0 0;
}
.fmenu li{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fmenu li a{
	color: #bab9b9;
	font-size: 14px;
}

.fcontact{
	font-size: 14px;
	line-height: 30px;
	color: #bab9b9;
}
.fcontact h3{
	margin: 0 0 15px 0;
}


.cr{
	margin-top: 60px;
	padding: 20px 0 0 0;
	border-top: 1px solid #434343;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.cr a{
	font-size: 14px;
	color: #fff;
}
.cr p{
	opacity: .6;
}



.flink span{
	display: block;
	float: left;
}
.flink .bdsharebuttonbox a{
	width: 22px !important;
	height: 30px !important;
	margin: 0 15px 0 0 !important;
	padding: 0 !important;
}
.flink .bdsharebuttonbox a.bds_weixin{
	background: url("../images/icon_link_wechat.png") center no-repeat !important;
}
.flink .bdsharebuttonbox a.bds_tsina{
	background: url("../images/icon_link_weibo.png") center no-repeat !important;
}
.flink .bdsharebuttonbox a.qq{
	background: url("../images/icon_link_qq.png") center no-repeat !important;
}




.nbanner{
	height: 400px;
}


.bnav,
.bnav a{
	line-height: 50px;
	font-size: 14px;
	color: #666;
}


.newstext{
	border: 1px solid #eee;
}


.naboutbg{
	background: none;
}
.naboutbg .abouttext{
	padding: 0;
}

.nhonor{
	padding: 0 0 90px 0;
}



.nprocate{
	width: 280px;
}
.nprocate li{
	float: none;
	width: auto;
	margin: 0;
}
.nprocate>ul>li>a{
	font-size: 18px;
	border-bottom: 2px solid #f3f3f3;
}
.nprocate ul.this{
	display: block;
}

.nprocate li ul{
	display: none;
	border-bottom: 4px solid #f3f3f3;
}
.nprocate li ul li{
	margin: 0;
	border-top: 5px solid #f3f3f3;
	background: #fff;
	line-height: 46px;
}
.nprocate li ul li:last-child{
	border-bottom: 5px solid #fff;
}
.nprocate li ul li:hover{
	background: #f5a101;
}
.nprocate li ul li:hover a{
	color: #fff;
}
.nprocate li ul li a{
	display: block;
	padding: 0 20px 0 67px;
}

.container{
	width: 895px;
}




.nproul li{
	width: 291px;
}
.nproul li .pic{
	height: 291px;
}
.nproul li:nth-child(3n){
	margin: 0 0 11px 0;
}
.nproul li>a>p{
	font-size: 18px;
}



.njjfaul li{
	width: 291px;
	margin: 0 11px 11px 0;
	background: none;
}
.njjfaul li .pic{
	opacity: 1;
	height: 210px;
}
.njjfaul li:nth-child(3n){
	margin: 0 0 11px 0;
}
.njjfaul li .text{
	padding: 10px 20px;
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	margin-left: 0;
	opacity: 1;
}

.njjfaul li .text{
	border-bottom: 1px solid #eee;
}
.njjfaul li .text span{
	font-size: 18px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.njjfaul li:hover .text span{
	color: #f5a101;
}
.njjfaul li .text p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nnews{
	background: #f3f3f3;
}


.nnewsul li{
	background: #fff;
}
.nnewsul li a{
	padding: 30px;
}
.nnewsul li:before{
	display: none;
}
.nnewsul li span{
	width: 460px;
}
.nnewsul li font{
	width: 80px;
	text-align: right;
}
.nnewsul li p{
	width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewsul li .pic{
	width: 260px;
}
.nnewsul li:hover .pic img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.nnewsul li .right{
	width: 540px;
}





.ncontacttext{
	font-size: 14px;
	line-height: 28px;
	padding: 30px;
	background: #fff;
}
.ncontacttext h1{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.map{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.map p{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
}







.nhonorul{
	width: 1080px;
	padding: 0 60px;
}


.swiper_button_prev,
.swiper_button_next{
	outline: none;
}

.nhonorul .swiper_button_prev,
.nhonorul .swiper_button_next{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	cursor: pointer;
}
.nhonorul .swiper_button_prev{ background: url("../images/arrow_case_1_1_1.png") #fff center no-repeat; left: 0;}
.nhonorul .swiper_button_next{ background: url("../images/arrow_case_2_1_1.png") #fff center no-repeat; right: 0;}
.nhonorul .swiper_button_prev:hover{ background: url("../images/arrow_case_1_2_1.png") #fff center no-repeat; }
.nhonorul .swiper_button_next:hover{ background: url("../images/arrow_case_2_2_1.png") #fff center no-repeat; }












