﻿@charset "utf-8";
html{font-size:12px}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:16px}
h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:none;outline: none;}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
html {overflow-x: hidden;height: 100%;font-size: 16px;-webkit-tap-highlight-color: transparent;}

.content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
 
 
.content .codeImgCont{
	position: absolute;
	width: 226px;
	box-shadow: 0 0 15px 6px rgba(0,0,0,0.2);
	z-index: 12;
	right: -36px;
	top: 65px;
}

.content .codeImgCont span{
	background: #7b7b7b;
	display: block;
	width: 328px;
	height: 48px;
	font: 14px/48px "微软雅黑";
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 152px;
	margin-left: -164px;
}
.membercontent:hover .codeImgCont{
	display: block;
}
.content .codeImgCont .tranIcon{
	display: block;
	width: 25px;
	height: 16px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -13px;
}
.content .codeImgCont img{
	display: block;
	width: 100%;
	height: 100%;
}
.secondNav{
	background: #fff;
	box-shadow: 0 1px 15px 5px rgba(0,0,0,0.1);
	height: 58px;
	margin-bottom: 15px;
}
.secondNav .content .logo img{
	display: block;
  height: 74px;
  position: relative;
  top: -6px;
}

.secondNav .content  .nav a,
.secondNav .content .tell{
	color: #666;
}
.secondNav .content .tell{
    line-height:58px;
    padding-top:2px;
    box-sizing:border-box;
}
.secondNav .content .tell::before{
	border-left: 2px solid #999;
}
.content .nav a,.content .nav span{
	float: left;
	padding: 0 33px;
	font: 18px/70px "微软雅黑";
	color: #fff;
}
.content .nav>span{
	position: relative;
	cursor: pointer;
}
.content .nav>a:hover{
	color: #fd5400;
}
.content .nav a.currentNav{
	color: #fd5400;
	font-weight: 900;
	position: relative;
}
.content .nav a.currentNav::after{
	content: '';
	width: 100%;
	border-bottom: 3px solid #fd5400;
	left: 0;
	top: 70px;
	position: absolute;
	display: none;
}
.content .nav a.memberCourtesy::after{
		top:52px!important;
		display: none; 
}

.content .tell{
	color: #fff;
	float: left;
	font: 22px/70px arial;
	margin-left: -19px;
	padding-left: 14px;
	position: relative;
    top:2px;
}
.content .tell::before{
	position: absolute;
	content: ' ';
	top: 24px;
	left: 0;
	height: 20px;
	border-left: 2px solid #fff;
}
 