@charset "utf-8";
@charset "utf-8";
/* CSS Document */
body{ font-family:"微软雅黑";font-size:12px;margin:0px;padding:0px; overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,address,select,span,*{margin:0px;padding:0px;}
a{text-decoration:none; color:#444;font-weight:normal}
b{ font-weight:normal;}
p{font-weight:normal}
a:hover{text-decoration:none; color:#015db2;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
i,dl,dt,em,li{list-style-type:none; font-style:normal;}
input,textarea{ font-family:"微软雅黑";}
a{ border:none\9;}
a img{border:none\9;}
html {overflow:-moz-scrollbars-vertical;}/*CSS强制让浏览器显示滚动条*/
html {min-height:101%;}
.Left{float:left;}
.Right{float:right;}
.clearfix{clear:both;}
@font-face{
	font-family: 'avanb';
	src: url('./css/AVANTGARDE MD BT.TTF');
}
@font-face{
	font-family: "avanm";
	src:url('./css/AVANTGARDEITCBYBT_MEDIUM.WOFF.TTF');
}
/*table{border-left:1px solid #ddd;border-top:1px solid #ddd;}
table td{border-right:1px solid #ddd;border-bottom:1px solid #ddd;}*/

.sogoubottom{height:0 !important;}
.wrap{
	width: 100%;
	height: auto;
	min-width: 1300px;
	overflow: hidden;
}
.wraper{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.ofhd{ overflow: hidden; }
.fl{ float: left; }
.fr{ float: right; }
.cb{ clear: both; }


/*+++*/
.g-in { width: 1260px; margin: 0 auto; position:relative;}
.t-b{height:30px;background:#333;font-size:14px;}
.t-b a{color:#fff;float:right;height:18px;line-height:14px;margin-top:8px;}
.t-b a:hover{color: #0055a2;}
.t-b a:nth-child(2){border-left:1px solid #4e4e4e;border-right:1px solid #4e4e4e;margin: 8px 11px 0;padding:0 11px;}
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}


.header{
	background-color: #ffffff;
	height: 130px;
	position: fixed;
	z-index: 999;
	top:0;
	overflow: visible;
}
.header .wraper{ overflow: visible; }
.logo{
	width: 155px;
	height: auto;
	overflow: hidden;
	float: left;
}
.logo img{
	margin-top: 20px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.logo img:hover {
    cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s;  
}
/*导航*/
.nav{
	height:78px;
	float: left;
	margin-top: 10px;
	margin-left:190px;
}
.nav ul{
	height:78px;
}
.nav li{
	float:left;
	height:78px;
	padding:0 30px;
	margin-left: 0px;
}
.nav li:first-child{ margin-left: 0;}
.nav li a{
	display:block;
	height:78px;
	line-height:55px;
	vertical-align:middle;
	font-size:16px;
	color:#080808;
	text-align:center;
	font-weight: bold;
	position: relative;
}

.nav li a:hover{ 
	text-decoration:none;
	color:#4eaf46;
	font-size:17px;
}
.nav li.this>a:after{
	display: block;
	text-decoration:none;
	content: "";
	width: 64px;
	height: 3px;
	margin: 0 auto;
	margin-top: -4px;
	background-color: #4eaf46;
}
.nav li a.sel:after{
	display:block;
	width: 75%;
	height: -3px;
	content: "";
	background-color: #4eaf46;
	position: absolute;
	bottom: 0;
	left: -15px;
	right: 0;
	margin: 0 auto;
	margin-top: -2px;
	text-decoration:none;
}
.nav li a em{
	margin-top:-30px;
	font-size: 13px;
    display: block;
    color: #aaa;
    font-family: Arial;
}
.nav li .nav_zi{ 
	display:none;
	width: 405px;
	height: auto;
	overflow: hidden;
	padding-top: 9px;
	background-color: #ffffff;
	padding-bottom: 15px;
	margin-left: -20px;
	text-align: center;
	text-decoration:none;
	position:absolute;
}

.nav a b{
	font-weight: normal;
}

.nav li p{
	width: 140px;
    height: auto;
    float: left;
}
.nav li p a{
	display: block;
	margin: 0;
	height:30px;
	line-height:30px;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 2em;
}
.nav li p a:hover{
    color:#087662;
}
.nav li span{
	display: block;
	width: 220px;
    height: auto;
    float: right;
    padding: 20px;
    border-left: 1px #dedede solid;
}
.nav li span img{
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.nav li span img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.tell{
	position: relative;
	display: inline-block;
	float: right;
	font-size: 20px;
	line-height:31px;
	color: #6d6d6d;
	height: 35px;
	margin-top: 35px;
}
.tell a{
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	right: auto;	
    left: -100px;
	z-index:-999;
}

.tell span{
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-right:15px;
}




/*footer*/
.link{
	background-color: #444;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
}
.link a{
	color: #ffffff;
	margin: 0 15px;
}
.link a:hover{
	font-size: 16.5px;
	color: #00adef;
}
.link span{
	padding-left: 30px;
}
.link .wraper{
	background: url(../images/link_bg.png) left center no-repeat;
}
.footer{
	background-color: #333;
	padding: 15px 0;
}
.footer .fl{
	width: 1000px;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	padding-top: 20px;
}
.footer .fl span{ 
	margin-right: 14px;
}
.footer .fr{
	width: 100px;
	overflow: hidden;
	text-align: center;
}
.footer .fr p{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer .fr p img{
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.footer .fr span{
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #ffffff;
}

.footerbar{width: 100%;height: auto;background: #333;}
.footerbar .footer{width: 1200px;height: auto;margin: 0 auto;border: none;padding: 40px 0}
.footerbar .footer .fnav{width: auto;padding: 0 50px;float:left;background: url(../images/fnav-bg.jpg) no-repeat scroll top right;}
.footerbar .footer .fnav h2{font-size: 18px;color:#fff;line-height: 30px;text-align: center;margin-bottom: 8px;}
.footerbar .footer .fnav ul li a{font-size: 14px;color:rgba(255,255,255,0.7);line-height: 30px;display: block;text-align: center;}
.footerbar .footer .fnav ul li:hover a{color:rgba(255,255,255,1);}
.footerbar .footer .wxbox{width: auto;height: auto;float:right;}
.footerbar .footer .wxbox h2{font-size: 18px;color:#fff;line-height: 30px;text-align: center;margin-bottom: 10px;}
.footerbar .footer .wxbox img{width: 189px;display: block;}

.footerbar2{width: 100%;height: auto;background: #000;}
.footerbar2 .footer2{width: 1200px;height: auto;margin: 0 auto;}
.footerbar2 .footer2 p{font-size: 13px;color:rgba(214,214,214,0.6);line-height: 50px;float:left;}
.footerbar2 .footer2 p a{color:rgba(214,214,214,0.6);}
.footerbar2 .footer2 p a:hover{color:#fff;}