/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }


input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #999999;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #999999;}


/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*LAYOUT*/
.pc-block { display: block;}
.mb-block { display: none;}
.w1200{
	width: 100%;
	max-width: 1340px;
	padding: 0 70px;
	margin: 0 auto;
}
.w1030{
	width: 100%;
	max-width: 1170px;
	padding: 0 70px;
	margin: 0 auto;
}
@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}
	
	.w1200{ padding: 0 0.4rem;}
	.w1030{ padding: 0 0.4rem;}
}

.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}
.b-shadow{
	-o-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-ms-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-moz-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-webkit-box-shadow:0 0 30px rgba(0,0,0,.1); 
	box-shadow:0 0 30px rgba(0,0,0,.1); 
}


/* ====== */
/* header */
/* ====== */
.header{
	width: 100%;
	padding-top: 24px;
}
.header .header-top .logo{
	float: left;
	padding-top: 8px;
}
.header .header-top .header-contact{
	float: right;
}
.header .header-top .header-contact a{
	float: left;
	display: block;
	padding-top: 18px;
	margin-right: 24px;
}
.header .header-top .header-contact .tel{
	float: left;
	margin-left: 21px;
	min-width: 165px;
}
.header .header-top .header-contact .tel .txt img{
	float: left;
	margin-right: 8px;
}
.header .header-top .header-contact .tel .txt span{
	font-size: 14px;
	color: #8d8d8d;
}
.header .header-top .header-contact .tel p{
	font-size: 20px;
	font-family: arial;
	line-height: 25px;
	color: #222;
}
.nav{
	width: 100%;
	margin-top: 16px;
	border-top: 1px solid #ddd;
	position: relative;
}
.nav .nav-list li{
	width: 12.5%;
	float: left;
	position: relative;
}
.nav .nav-list li a{
	display: block;
	width: 100%;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.nav .nav-list li:hover a,
.nav .nav-list li.active a{
	background: #276dc1;
	color: #fff;
}
.nav .nav-list li:hover ul{
	display: block;
}
.nav .nav-list li ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 10;
	display: none;
}
.nav .nav-list li ul li{
	width: 100%;
}
.nav .nav-list li ul li a{
	background: #276dc1;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #1a5091;
}
.nav .nav-list li.li-block{
    position: static;
}

.nav .nav-list li.li-block:hover .pro-nav{
	display: block;
}
.nav .nav-list li.li-block:hover .pro-nav p{
	background: #fff;
}
.nav .pro-nav{
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 99;
	padding-top: 28px;
	display: none;
}
.nav .pro-nav .w1200{
	display: flex;
	flex-flow: wrap;
}
.nav .pro-nav .nav-li{
	width: 20%;
	padding: 0 30px;
	text-align: center;
}
.nav .pro-nav .nav-li .img{
	border: 1px solid #dddddd;
}
.nav .pro-nav .nav-li:hover .img{
	border: 1px solid #276dc1;
}
.nav .pro-nav .nav-li p{
	font-size: 14px;
    padding: 18px 0 25px;
    color: #333333;
}
.nav .pro-nav .nav-li:hover p{
	color: #276dc1;
}
/* ========= */
/*   footer  */
/* ========= */
.xuanfu{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer{
	width: 100%;
	background: #003c85;
	padding: 70px 0 62px;
}
.footer .footer-link{
	padding-bottom: 20px;
	/*border-bottom: 1px solid #33639d;*/
	margin-bottom: 20px;
}
.footer .footer-link span{
	font-size: 16px;
	color: #a3b0c8;
	margin-right: 5px;
}
.footer .footer-link a{
	font-size: 14px;
	color: #a3b0c8;
	margin: 3px;
}
.footer .footer-nav{
	float: left;
	max-width: 778px;
	width: 64.8%;
}
.footer .footer-nav ul li{
	float: left;
	max-width: 100px;
	width: 12%;
	margin-right: 4.6%;
}
.footer .footer-nav ul li:nth-last-child(1) h3{
	border: none;
}
.footer .footer-nav ul li h3{
	/*font-size: 16px;
	color: #b7c0d3;*/
	margin-bottom: 35px;
	border-right: 1px solid #b7c0d3;
}
.footer .footer-nav ul li h3 a{
	font-size: 16px;
	color: #b7c0d3;
}
.footer .footer-nav ul li a{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #a3b0c8;
}
.footer .footer-nav ul li a:hover{
	color: #efefef;
}
.footer .footer-people{
	float: left;
	max-width: 270px;
	width: 23%;
	border-left: 1px solid #1a5091;
	padding-left: 30px;
}
.footer .footer-people .one{
	margin-bottom: 12px;
}
.footer .footer-people p{
	font-size: 14px;
	line-height: 28px;
	color: #a3b0c8;
}
.footer .footer-contact{
	float: right;
}
.footer .footer-contact .footer-tel{
	padding-left: 8px;
}
.footer .footer-contact .footer-tel img{
	display: inline-block;
	float: left;
}
.footer .footer-contact .footer-tel span{
	float: right;
	font-size: 14px;
	color: #9daac4;
}
.footer .footer-contact .p{
	width: 100%;
	background: #33639d;
	line-height: 25px;
	font-size: 14px;
	color: #adbcd2;
	text-align: center;
	margin: 8px 0 18px;
}
.footer .footer-contact .footer-wechat{
	border: 1px solid #1a5091;
}
.footer .footer-contact .footer-wechat .img{
	padding: 16px;
	position: relative;
}
.footer .footer-contact .footer-wechat .img .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,60,133,0.5);
	padding: 16px;
}
.footer .footer-contact .footer-wechat p{
	font-size: 14px;
	line-height: 28px;
	color: #a3b0c8;
	text-align: center;
}

/* ========= */
/* copyright */
/* ========= */
.copyright{
	width: 100%;
	background: #01316a;
}
.copyright .left{
	float: left;
	padding-left: 31px;
}
.copyright .right{
	float: right;
}
.copyright p{
	font-size: 14px;
	line-height: 43px;
	color: #8c98ae;
}
.copyright p a{
	color: #8c98ae;
}
.copyright p a:hover{
	color: #ccc;
}