@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
*/
.container{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.ncontainer{
	width: 920px;
}

.logo{
	width: 195px;
	height: 46px;
}

.kh{
	border-left: 1px solid #ccc;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.kh p:first-child{
	margin: 0 0 10px 0;
}
.kh p{
	font-size: 16.5px;
	color: #333;
	line-height: 18px;
}
.kh p span{
	color: #105ab9;
	font-weight: bold;
}


.toptel{
	font-size: 16px;
}
.toptel .iconfont{
	margin: 0 15px 0 0;
	font-size: 50px;
	color: #105ab9;
}
.toptel strong{
	font-size: 22px;
	display: block;
	margin: 5px 0 0 0;
}

.menu{
	background: #105ab9;
}
.menu li{
	width: 14.285%;
	float: left;
	display: block;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li a{
	font-size: 18px;
	color: #fff;
	display: block;
}
.menu li.this,
.menu li:hover{
	background: #074697;
}


.stitle{
	text-align: center;
}
.stitle h3{
	font-size: 60px;
	color: #ccc;
	line-height: 50px;
	opacity: .4;
	font-family: "Arial";
	position: relative;
}
.stitle h3::before,
.stitle h3::after{
	width: 410px;
	height: 1px;
	background: #bbb;
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
}
.stitle h3::before{
	left: 0;
}
.stitle h3::after{
	right: 0;
}
.stitle h2{
	font-size: 48px;
	color: #105ab9;
	line-height: 48px;
	margin: -25px 0 0 0;
	position: relative;
	z-index: 1;
}
.stitle p{
	font-size: 16px;
	color: #666;
	margin: 10px 0 0 0;
}



.procate{
	width: 246px;
}
.catetitle{
	line-height: 80px;
	background: #105ab9;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.procate ul li{
	margin: 2px 0 0 0;
	line-height: 60px;
	display: block;
	position: relative;
}
.procate ul li a{
	display: block;
	background: #dcdcdc;
	color: #222;
	padding: 0 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	font-size: 16.5px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate ul li ul{
	display: none;
}
.procate ul li ul li{
	line-height: 50px;
}
.procate ul li ul li a{
	color: #000;
	background: #eee;
	font-weight: normal;
}
.procate ul li .iconfont{
	width: 50px;
	line-height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	color: #999;
}

.procate>ul>li.this>a,
.procate ul li a:hover{
	background: #105ab9;
	color: #fff;
}
.procate>ul>li.this .iconfont,
.procate ul li:hover .iconfont{
	color: #fff;
}



.prolist li{
	display: block;
	float: left;
	width: 31.533%;
	margin: 0 2.7% 2.7% 0;
}
.prolist li:nth-child(3n){
	margin: 0 0 2.7% 0;
}
.prolist li p{
	line-height: 42px;
	color: #282828;
	background: #eee;
	text-align: center;
}



.aboutbg{
	background: url("../images/bg_about.jpg") center no-repeat;
	background-size: cover;
}

.aboutpicslide{
	width: 640px;
}

.abouttext{
	width: 475px;
}
.abouttext .stitle{
	text-align: left;
}
.abouttext .stitle h2{
	margin: 0;
}
.abouttext .stitle h3{
	font-size: 32px;
	color: #000;
	opacity: 1;
}
.abouttext .stitle h3::before,
.abouttext .stitle h3::after{
	display: none;
}
.abouttext .text{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-indent: 2em;
}
.abouttext .text strong{
	color: #222;
}

.abouttext .more{
	width: 140px;
	line-height: 40px;
	display: block;
	background: #105ab9;
	color: #fff;
	text-align: center;
	font-size: 14px;
}


.pagination-aboutpic{
	text-align: right;
	width: auto;
	right: 15px;
}
.pagination-aboutpic span{
	width: 20px;
	border: 1px solid #000;
	height: 20px;
	background: none;
	opacity: 1;
	border-radius: 50%;
	margin: 0 4px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.pagination-aboutpic span::after{
	opacity: 0;
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	content: '';
	left: 50%;
	margin-left: -6px;
	top: 50%;
	border-radius: 50%;
	margin-top: -6px;
	background: #105ab9;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.pagination-aboutpic span.swiper-active-switch{
	border-color: #105ab9;
}
.pagination-aboutpic span.swiper-active-switch::after{
	opacity: 1;
}


.equip{
	width: 1224px;
}
.equipslide{
	position: relative;
}
.equipslide li a{
	display: block;
	margin: 0 12px;
}
.equipslide li p{
	border-bottom: 6px solid #105ab9;
	line-height: 46px;
	color: #222;
	text-align: center;
	font-size: 16px;
}
.equipslide_arrow{
	width: 54px;
	line-height: 40px;
	text-align: center;
	background: #f4f4f4;
	color: #9c9c9c;
	top: 110px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.equipslide_arrow:hover{
	background: #105ab9;
	color: #fff;
}
.equipslide_arrow_left{
	left: -35px;
	transform: rotate(90deg);
}
.equipslide_arrow_right{
	right: -35px;
	transform: rotate(-90deg);
}


.newsbg{
	background: url("../images/bg_news.jpg") center no-repeat;
	background-size: cover;
}


.news{
	background: #fff;
}

.newslist{
	width: 640px;
	box-sizing: border-box;
	padding: 0 0 0 40px;
}
.newslist li{
	display: block;
}
.newslist li a{
	display: block;
	padding: 40px 0;
	border-bottom: 1px dashed #eeeeee;
}
.newslist li:last-child a{
	border-bottom: none;
}

.newslist li .date{
	width: 60px;
	text-align: center;
	float: left;
}
.newslist li .date strong{
	font-size: 40px;
	display: block;
	line-height: 30px;
}
.newslist li .date p{
	font-size: 14px;
	color: #999;
	margin: 10px 0 0 0;
}
.newslist li .text{
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #eee;
	float: left;
	width: 479px;
}
.newslist li .text strong{
	font-size: 20px;
	color: #222;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newslist li .text p{
	font-size: 14px;
	color: #666;
	margin: 10px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}







.picnews{
	padding: 40px;
	width: 514px;
	box-sizing: border-box;
}
.picnews strong{
	font-size: 20px;
	color: #222;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.picnews p{
	font-size: 14px;
	color: #666;
	margin: 10px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



.footer{
	padding: 70px 0 50px 0;
	background: #1b1b1b;
	color: #fff;
}

.fcontact{
	width: 360px;
}
.fcontact h2{
	font-size: 20px;
	margin: 0 0 30px 0;
}
.fcontact p{
	font-size: 14px;
	color: #a3a3a3;
	line-height: 30px;
}
.fcontact p strong{
	font-size: 20px;
	font-family: "Arial";
	font-weight: normal;
	color: #fff;
}
.fcontact p span{
	color: #fff;
}


.fmenu{
	padding: 0 25px 0 70px;
	border-left: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(255,255,255,.1);
}
.fpro{
	padding: 0 25px 0 70px;
	border-right: 1px solid rgba(255,255,255,.1);
}
.fpro ul,
.fmenu ul{
	margin: 0 30px 0 0;
	float: left;
}
.fpro li,
.fmenu li{
	display: block;
	line-height: 30px;
}
.fpro li a,
.fmenu li a{
	font-size: 14px;
	color: #a3a3a3;
	display: block;
}


.ftitle{
	font-size: 18px;
	margin: 0 0 20px 0;
}



.fewm{
	widht: 130px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}


.cr{
	text-align: center;
	border-top: 1px solid #434343;
	line-height: 60px;
	background: #1b1b1b;
	color: #888;
	font-size: 14px;
}
.cr a{
	color: #888;
	font-size: 14px;
}

.bannerbg,
.listbanner,
.nbanner{
	height: 400px;
}


.listbanner,
.nbanner{
	display: table;
}
.bannerbg .text{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.bannerbg .text h4{
	font-size: 60px;
	font-family: "Arial";
	opacity: .2;
	text-transform: uppercase;
	line-height: 50px;
}
.bannerbg .text h3{
	font-size: 48px;
}




.bnav{
	line-height: 50px;
	background: #f4f4f4;
	text-align: right;
	color: #666;
	font-size: 14px;
}
.bnav a{
	color: #666;
	font-size: 14px;
}


.ntitle{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #222;
}
.ntitle::after{
	margin: 20px auto 0 auto;
	width: 30px;
	height: 3px;
	background: #105ab9;
	content: '';
	display: block;
}



.nabouttext{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	text-indent: 2em;
}


.nqywh li{
	float: left;
	display: block;
	width: 50%;
}
.nqywh li .text{
	width: 50%;
	height: 260px;
	display: table;
	text-align: center;
	background: #f4f4f4;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nqywh li .text a{
	display: table-cell;
	vertical-align: middle;
}
.nqywh li .text strong{
	font-size: 24px;
	color: #222;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nqywh li .text p{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nqywh li:hover .text{
	background: #105ab9;
}
.nqywh li:hover .text strong,
.nqywh li:hover .text p{
	color: #fff;
}
.nqywh li .pic{
	width: 50%;
	height: 260px;
}




.zczc{
	background: url(../images/bg_zczc.jpg) center no-repeat;
	background-size: cover;
}
.zczc .text{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}




.ncontact{
	background: url(../images/ncontact.jpg) center no-repeat;
	background-size: cover;
}
.ncontact .text{
	width: 540px;
	padding: 50px 70px;
	box-sizing: border-box;
	background: rgba(16,90,185,.8);
	color: #fff;
	line-height: 46px;
}
.ncontact .text p{
	font-size: 16px;
}
.ncontact .text p .iconfont{
	font-size: 30px;
	margin: 0 5px 0 0;
	display: block;
	float: left;
}
.ncontact .text p strong{
	font-size: 24px;
}
.ncontact .text .pic{
	margin: 25px 0 0 0;
}

.nmap .text{
	overflow: hidden;
}
.nmap .text iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.nstrengthlist li{
	width: 32%;
	margin: 0 2% 2% 0;
	display: block;
	float: left;
}
.nstrengthlist li:nth-child(3n){
	margin: 0 0 2% 0;
}
.nstrengthlist li p{
	line-height: 46px;
	text-align: center;
	border-bottom: 6px solid #105ab9;
	font-size: 16px;
	color: #222;
}


.lefttel{
	padding: 260px 0 20px 25px;
	margin: 2px 0 0 0;
	font-size: 16px;
	color: #fff;
	background: url("../images/bg_lefttel.jpg") center no-repeat;
}

.lefttel .iconfont{
	margin: 0 5px 0 0;
	font-size: 46px;
}
.lefttel strong{
	font-size: 20px;
	display: block;
}


.ncate ul li a{
	font-weight: normal;
}



.nnewslist li{
	display: block;
	margin: 0 0 20px 0;
}
.nnewslist li a{
	display: block;
	padding: 12px;
	background: #f9f9f9;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .pic{
	width: 204px;
}
.nnewslist li .text{
	width: 525px;
	margin: 0 35px 0 25px;
}
.nnewslist li .text strong{
	font-size: 20px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .date{
	width: 106px;
	text-align: center;
	padding: 15px 0;
	margin: 10px 0;
	border-left: 1px solid #eee;
}
.nnewslist li .date strong{
	font-size: 40px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .date p{
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.nnewslist li:hover a{
	background: #105ab9;
}
.nnewslist li:hover .text *,
.nnewslist li:hover .date *{
	color: #fff;
}



.nmessage li{
	display: block;
	float: left;
	width: 570px;
	margin: 0 60px 40px 0;
	font-size: 14px;
	position: relative;
}
.nmessage li:nth-child(2n){
	margin: 0;
}
.nmessage li label{
	height: 58px;
	display: block;
	line-height: 58px;
	border: 1px solid #eee;
	background: #f9f9f9;
}
.nmessage li label .iconfont{
	width: 54px;
	color: #9c9c9c;
	font-size: 18px;
	text-align: center;
}
.nmessage li label input{
	width: 514px;
	border: none;
	height: 58px;
	background: none;
	display: block;
}
.nmessage li label textarea{
	width: 1144px;
	border: none;
	background: none;
	padding: 20px 0;
	height: 180px;
	display: block;
}
.nmessage li.w1200{
	width: 1200px;
	margin: 0 0 20px 0;
}
.nmessage li.w1200 label{
	height: auto;
}
.nmessage li p{
	margin: 0 0 15px 0;
}
.nmessage li .subbuton{
	background: #105ab9;
	text-align: center;
	color: #fff;
	line-height: 60px;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nmessage li .subbuton:hover{
	font-size: 18px;
}

.nmessage li img{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 11px 0;
	background: #f9f9f9;
}

.banner_pro .text{
	color:#333;
}




















