@charset "utf-8";
/*------------------------------------------------------------
初始化样式
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
a { cursor: pointer; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #646464; }
a:link { text-decoration: none; color: #646464; }
a:visited { text-decoration: none; color: #333; }
a:hover { color: #c66518; text-decoration: none!important; }
a:active { text-decoration: none; }
.clearFix {overflow: hidden; zoom: 100%;}
.clearFix:after, #globalNavi:after, #main:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
.clear { clear: both; }

.elli{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.opa:hover{ opacity: 0.85; -ms-filter: "alpha(opacity=85)"; filter: alpha(opacity=85); }
.tra,.input-txt:focus{ transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out 0s; 
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }
.floatL { float: left; }
.floatR { float: right; }
.input-txt { width: 100%; height: 43px; padding: 0;  line-height: 43px; font-size: 14px; border:1px solid #e5dfd5; text-indent: 10px;}
.input-txt:focus {box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); border:1px solid #b19e78;  }
body, input, textarea, select { font-family: 'Microsoft YaHei', '宋体'; color: #333; font-size: 12px; }
#wrap {overflow: hidden; clear: both;}
.mask { opacity: 0.85; -ms-filter: "alpha(opacity=85)"; filter: alpha(opacity=85); z-index: 1000; background: #000; width: 100%; height: 100%;  position: fixed; left: 0; top: 0; }
body{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:100%
	background-size:contain|cover;
	-moz-background-size:contain|cover;
	-webkit-background-size:contain|cover;
	-o-background-size:contain|cover;
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: Hiragino;
	src: url('/assets/official/css/Hiragino.ttf'),
	     url('/assets/official/css/Hiragino.eot'); /* IE9 */
   }
/*body {font-family: Hiragino; background: #fff;}*/

/*common***************************************************/
.content_width{
	width: 1100px;
	margin: auto;
}


/*header***************************************************/
#header{}
#header .top{
	padding: 15px 0px;
}
#header .logo{
	width: 139px;
	cursor: pointer;
}
#header .value{
	display: inline-block;
	float: right;
	text-align: right;
	margin-top: 5px;
}
#header .value .one{
	display: block;
	font-size: 15px;
}
#header .value .two{
	font-size: 14px;
	color: #aaa;
}

#header .nav{
	clear: both;
	background-color: #595656;
	width: 100%;
	height: 40px;
	color: #fff;
}
#header .nav ul{
	width: 100%;
}
#header .nav ul a {}
#header .nav ul li{
	position: relative;
	float: left;
	width: 11.8%;
	text-align: center;
	font-size: 15px;
	border-left: 1px solid #fff;
	color: #fff;
	line-height: 20px;
}
#header .nav ul .select{}
#header .nav ul .select .bottom{
	background-color: #EAA925;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -9px;
	right: 0px;
}
#header .nav ul li:hover .bottom{
	background-color: #EAA925;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -9px;
	right: 0px;
}


/*footer***************************************************/
#footer{
	background-color: #1E343F;
	padding-top: 50px;
}
#footer .left{
	width: 200px;
	display: inline-block;
	float: left;
}
#footer .left .logo{
	display: block;
}
#footer .left .erweima{
	width: 125px;
	margin-top: 26px;
	margin-left: 20px;
	border-radius: 10px;
}
#footer .right{
	width: 750px;
	display: inline-block;
}
#footer .right .box{
	width: 240px;
	display: inline-block;
	float: left;
	margin-left: 60px;
}
#footer .right .box .img{
	width: 50px;
	display: block;
	/*margin: auto;*/
}
#footer .right .box .text{
	display: block;
	/*text-align: center;*/
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 5px;
}
#footer .right .box .li{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #20958F!important;
}
#footer .right .box .li a{
	color: #20958F!important;
}

#footer .bottom{
	background-color: #1A2B35;
	color: #fff !important;
	text-align: center;
	padding: 25px;
}
#footer .bottom a{}
#footer .bottom span{
	color: #fff;
	margin: 0px 20px;
}
