@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*{padding: 0; margin: 0;}
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* add */
body {font-size:12px;margin:0;padding:0;font-family:"微软雅黑","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53" !important; background: #fafafa;}
body,html{height:100%;}
img{border:0; display:block;}
em,i,b,span,strike,strong,s{ text-decoration: initial; font-weight:normal; font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
select,input{vertical-align:middle}
.clear { display:block !important; clear:both !important; float:none !important; margin:0 !important; padding:0 !important; height:0; line-height:0; font-size:0; overflow:hidden;}
.clearfix { zoom:1; }
.clearfix:after { content:""; display:block; clear:both; height:0; }
.spacer{clear:both; font-size:0; height:0; line-height:0;}
* html .clear{height:1%}/*ie5+ie6*/
*:first-chile+html .clear{min-height:1px;}/*ie7*/
a,s{text-decoration:none;cursor: pointer;}
a:link {color: #333}		/* 未访问的链接 */
a:visited {color: inherit}	/* 已访问的链接 */
a:hover {color: inherit}	/* 鼠标移动到链接上 */
a:active {color: inherit}
a:focus, a:hover { text-decoration: none;}
img,input,label{vertical-align:middle;}/*垂直居中*/
input,select {-webkit-appearance: none;-webkit-tap-highlight-color: rgba(0,0,0,0); font-size: 14px;}
.title a:nth-child(1) { float: left;}
u { text-decoration: none;}
pre { 
white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */ 
} 
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ACACAC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ACACAC;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ACACAC;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ACACAC;
}
iframe.t_header { width: 100%; height: 420px;}
iframe.t_footer { width: 100%; height:385px ;}

/*头部*/
.header {
	height: 340px;
	/*overflow: hidden;*/
	/*position: relative;*/
	/*overflow-x: hidden;*/
	*z-index: 1111;
}
.header,.index_logo,.footer,.foot_news {
	width: 100%;
	float: left;
}
.main {
	width: 1200px;
	margin: auto;
}
.index_logo {
	margin-top: 31px;
	position: relative;
	z-index: 1111;
}
.index_logo span {
	float: left;
}
.index_logo span img {
	width: 250px;
}
.index_logo dl {
	float: right;
	display: none;
}
.index_logo dl dt,.index_logo dl dd,.index_logo dl dt b,.index_logo dl dt>div {
	float: left;
}
.index_logo dl dt,.index_logo dl dt img {
	margin-right: 10px;
}
.index_logo dl dt img {
	margin-top: 15px;
}
.index_logo dl dd a {
	color: #333;
	font-size: 14px;
	line-height: 50px;
}
.index_nav {
	margin-top: 26px;
	float: left;
}
.index_nav ul li {
	float: left;
	position: relative;
	margin-right: 3px;
	background: #373d4b;
	z-index: 1111111111;
}
.index_nav ul li:hover {
	background: #1e489d;
}
.index_logo dl dd a:hover {
	color: #1e489d;
}
.index_nav ul li.last {
	margin-right: 0;
	width: 237px;
}
.index_nav ul li.hover {
	background: #1e489d;
}
.index_nav ul li:hover .nav_hover {
	display: block;
}
.index_nav ul li.first {
	background: #1e489d;
}
.index_nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 8px 0;
	width: 237px;
	float: left;
	text-align: center;
}
.index_nav ul li.last .nav_hover {
    width: 200px;
}
.nav_phone {
	width: 100%;
	float: left;
	position: relative;
	display: none;
	z-index: 1111;
}
.nav_phone p {
	height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background: #fff;
}
.nav_phone img {
	position: absolute;
    margin: 10px;
    right: 2px;
    top: 8px;
    width: 20px;
}
img.nav_back {
	left: 5px;
    width: 8px;
    top: 5px;
}
.nav_hover {
	display: none;
	width: 237px;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 111111111111;
}
.nav_hover b {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	background: #373d4b;
	position: relative;
	z-index: 111111111111;
}
.nav_phone ul {
	position: fixed;
	right: 0;
	top: 0;
	width: 135px;
	height: 100%;
	background: #373d4b;
	z-index: 1111;
	padding-bottom: 50px;
}
.nav_phone ul li {
	position: relative;
	z-index: 1111;
}
.nav_phone ul div {
	width: 100%;
    height: 100%;
    background: none;
    position: fixed;
    left: 0;
}
.nav_phone ul li a {
	text-indent: 20px;
	font-size: 14px;
	color: #81858d;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.nav_phone ul li.active a {
	color: #fff;
}
.nav_phone ul li span {
	font-size: 12px;
	display: block;
	-webkit-transform: scale(0.8);
	text-indent: 8px;
    margin-top: 2px;
}
.nav_hover b.hover {
	background: #404653;
}
.index_nav ul li .nav_hover b a {
	padding: 0;
}
.index_nav ul li a span {
	display: block;
	text-align: center;
	font-size: 10px;
	margin-top: 4px;
	-webkit-transform: scale(0.8);
}
.header_level {
	width: 100%;
	overflow: hidden;
	top: 0;
	position: absolute;
	*z-index: 0;
}
.header_level img {
    display: none;
}
.header_level div {
	display: block;
	position: relative;
	height: 420px;
	/**height: 380px;*/
	left: 50%;
    margin-left: -960px;
    width: 1920px;
    top: 0;
    
}
.header_level div.about {
	background: url(../img/header_bg_about.jpg) no-repeat;
}
.header_level div.news {
	background: url(../img/header_bg_news.jpg) no-repeat;
}
.header_level div.business {
	background: url(../img/header_bg_yewu.jpg) no-repeat;
}
.header_level div.investment {
	background: url(../img/header_bg_touzi.jpg) no-repeat;
}
.header_level div.join {
	background: url(../img/header_bg_join.jpg) no-repeat;
}
.header_level div.other {
	background: url(../img/header_bg_qita.jpg) no-repeat;
}



.footer {
	background: #373d4b;
}
.foot_news {
	padding: 50px 0 30px;
	border-bottom: 1px solid #2a2f3a;
}
.footer ul {
	margin: 0 90px 0 70px;
	float: left;
}
.footer ul li {
	display: block;
	color: #097eea;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer ul li a:hover {
	color: #fff;
}
.footer ul li.last {
	margin: 0;
}
.footer ul li a,.footer ul li b {
	display: initial;
	color: #999;
	font-size: 14px;
}
.footer ul.foot_us {
	float: right;
	margin-right: 70px;
}
.foot_copy {
	padding: 30px 0;
	color: #999;
	font-size: 12px;
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #555a66;
}
.foot_copy span {
	display: block;
	margin-bottom: 12px;
}
.foot_copy ol {
	width: 100%;
	float: left;
}
.foot_copy ol li {
	width: 200px;
	margin: auto;
}
.foot_copy ol li a {
	float: left;
	margin: 0 9px 12px;
}
.wx_code {
	position: relative;
}
.wx_ewm {
	display: none;
	width: auto;
    height: auto;
    border-radius: 3px;
    position: absolute;
    left: -100px;
    top: -10px;
    padding-top: 50px;
    cursor: pointer;
}
.index_logo dl dt .wx_ewm img {
    width: auto;
    margin: 0;
    cursor: pointer;
}
.index_logo dl dt .wx_ewm img.sanjiao {
	width: 10px;
    margin: 0;
    position: absolute;
    left: 45px;
    top: 45px;
}
.index_logo {
    z-index: 111111111111;
}
.index_logo dl dt, .index_logo dl dt img {
    margin-right: 5px;
}
.addEwm,.addCity,.index_logo span a,.allCity {
	float: left;
}
.addEwm {
	display: none;
	position: relative;
}
.addEwm img.WeChat {
	width: auto;
    padding: 18px 15px;
    cursor: pointer;
}
.addEwm img.slb_qr {
    position: absolute;
    left: -22px;
    top: 46px;
    cursor: pointer;
    display: none;
    width: 100px;
}
.allCity {
	position: relative;
	display: none;
}
.allCity p {
	cursor: pointer;
    padding: 0 15px 20px 0;
    display: block;
    float: left;
    color: #333;
    font-size: 14px;
    margin-top: 22px;
    background: url(../img/slb_qe.png) no-repeat right 5px;
    display: none;
}
.allCity ul {
	display: none;
	width: 140px;
    position: absolute;
    text-align: center;
    left: 8px;
    top: 50px;
    padding: 15px 0 2px;
    border-radius: 3px;
    background: #fff url(../img/slb_qy.png) no-repeat center right;
}
.allCity ul li {
	float: left;
	width: 100%;
}
.allCity ul li a {
	color: #999;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	float: left;
	padding-bottom: 12px;
}
.allCity ul li.hover a {
	color: #1e489d;
}
.allCity ul b {
	text-align: center;
    display: block;
    margin-top: -20px;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
}
.allCity ul b img {
	margin: auto;
	width: auto;
}
@media (max-width:1024px){
	.foot_copy i div {
		display: none;
	}
	.header {
		height: auto;
		overflow: initial;
	}
	.main {
		width: 100%;
	}
	.footer ul,.index_logo dl,.index_nav,.nav_phone ul,.index_logo {
		display: none;
	}
	.footer ul.foot_us {
		display: block;
		margin: 0 20px;
		float: none;
		text-align: center;
	}
	.index_logo span {
		float: none;
	}
	.index_logo span img {
		margin: auto;
	}
	.header_level {
	     width: auto; 
	     overflow: initial; 
	     top: 0; 
	     position: initial; 
	}
	.header_level div {
		background: none;
		position: initial;
		margin: 50px 0 0 0;
		width: auto;
		height: auto;
	}
	.header_level img {
		display: block;
		width: 100%;
	}
	.footer ul.foot_us li:nth-child(1) {
		display: none;
	}
	.foot_news {
   		padding: 30px 0 10px;
    }
    .foot_copy {
    	padding: 30px 0;
    }
    .nav_phone {
		display: block;
	}
	.footer ul li {
		margin-bottom: 15px;
	}
	.index_logo dl dt {
		display: none;
	}
}
@media (max-width: 375px){
	.nav_phone ul {
		width: 36%;
	}
}
@media (max-width: 320px){
	.footer ul li a, .footer ul li b {
		font-size: 12px;
	}
}

.main  .index_logo span .img02 {
	width: 380px;
}

.header_level02{
	background: url(../img/t_hhr.jpg) no-repeat center;
	position: absolute;
	height: 420px;
    width:100%;
    top: 0;
}
.index_nav ul li a {
    width: 197px;
}
.index_nav ul li.last {
	width: 200px;
}
.nav_hover {
	width: 197px;
}
.addEwm,.allCity,.index_logo dl {
	display: block;
}
