html{font-family:Arial,'Microsoft YaHei';font-size: 15px;background-color: #fcfcfc;-webkit-tap-highlight-color: transparent;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong{padding:0;margin:0;font-family:Arial,'Microsoft YaHei';}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none; color:#009; outline:none;}/*此处待添加默认链接颜艄1�7*/
var,em,strong{font-style:normal;}
address,caption,cite,code,dfn,em,strong,th,var, optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
textarea{resize: none;outline:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
button{border:none;}
file,button{ -webkit-appearance: none; background:none; }
input[type="button"], input[type="select"], input[type="file"] {-webkit-appearance: none;border:none;}
legend{color:#000;}
i,em{font-style: normal}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
a,input,button,select{outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body{height: 100%;}
body{margin:0 auto;padding:0;width:100%;/* -moz-user-select:none;-webkit-user-select:none; */}
.clear{clear:both;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
.claer {clear:both;}
.mgTop{margin-top:80px;}
.no_br{border:none!important;}
.no_pd{padding:0!important}
.no-rg{margin-right:0!important;}


/********头部样式********/
.header{
    width:100%;
    float: left;
    background: #3b84d9;
    }
.logobar{
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin: 15px 0;
}
.logo img{
    width: 100%;
   max-width:411px;
}
.head_login{
    float: right;
    margin: 5em 2% 0 0;
}
.head_login a{
    font-size: 1.15em;
    letter-spacing: 2px;
    color:#ffffff;
    display:inline-block;
    margin-left: 0.5em;
}
.navbar{
    width: 100%;
    background-color: #ffffff;
    float: left;
    border: none;
    clear: both;
    -moz-box-shadow:0px 3px 5px #ccc; -webkit-box-shadow:0px 3px 5px #ccc; box-shadow:0px 3px 5px #ccc;
}
.nav{
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
}
.nav li{
    height: 50px;
	float:left;
	padding:0 3%;
	position:relative;
}
.nav li a{
    color:#575757;
    display: block;
    line-height: 50px;
    font-size: 1.15em;
    letter-spacing: 2px;
    padding: 0;
}
.navColor{
	background:#eee;
}
.nav li:last-child{
	float:right;
	padding:0;
}
.nav li .navSearch{
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    width: 94%;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin: 0.5em;
    background: #FFFFFF;
	float: left;
	border:1px solid #c2ddff;
}
.nav li .navSearch_ipt{
	height: 35px;
    line-height: 35px;
    border: none;
    background: none;
    width: 75%;
    padding-left:4%;
	float:left;
}
.nav li .navSearch_btn{
    background: url(../images/icon/mch_icon.png) no-repeat center center;
    float: left;
    width: 10%;
    height: 100%;
    padding-right: 10%;
    display: block;
}
.nav li a:focus{ 
	-moz-outline-style: none; 
}
 .nav .sub-nav{
 	display:none;
	width:100%;
	background:#ffffff;
	position:absolute;
	top:50px;
	left:0px;
	z-index:10009!important;
	border-top:2px solid #3b84d9;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	-moz-box-shadow:0px 1px 5px #cccccc; 
	-webkit-box-shadow:0px 1px 5px #cccccc; 
	box-shadow:0px 1px 5px #cccccc;
}
.nav .sub-nav a{
	color:#575757;
	width: 100%;
    text-align: center;
    border-bottom:1px solid #dcdcdc
}
.nav .sub-nav a:hover{
	color:#3b84d9
}
.nav .sub-nav a.item_br{
	border:none;
} 
.fontColor{
	color:#3b84d9!important;
	border-bottom:2px solid #3b84d9
}
.tel_header{
    display: none;
}
/*手机导航*/
.tel_header{
    width:94%;
    padding:0.5em 3% 0;
    background:#3b84d9;
    position:fixed;
    top:0;
    z-index:99999;
    display:none;
    /*height: 60px;  luzh add city*/
    height: 70px;
	-moz-box-shadow:2px 2px 9px #575757; -webkit-box-shadow:2px 2px 9px #575757; box-shadow:2px 2px 9px #575757;;
}
.tel_header .nava{
    float:right;
    margin:1em 0 0;
    width:30px;
    height:30px;
}
.tel_header .nava img{
    width:100%;
}
.tel_logo_right{
    float: right;
    margin:1em 1em 0;
}
.tel_header .tel_logo{
    margin:5px 0;
    display: inline-block;
}
.tel_header .tel_logo img{
    width:100%;
    max-width:205px;
}
.tel_header .tel_select{
    background:#4283d1;
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    right:-50%;
    z-index:2000;
    overflow:auto;
}
.alpha1{background:#000;
    filter:alpha(opacity=60);
    opacity:0.6;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1000;
    height:100%;
    display:none;
    cursor:pointer;
}
.tel_header .tel_select li{
    border-bottom:1px solid #fff;
    margin: 0 6%;
    padding: 1em 3%;
}
.tel_header .tel_select li a{
    font-size: 1.15em;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.tel_header .tel_select li:last-child{
    border-bottom: none;
}
.tel_header .tel_select li a.zhuceBtn{
    color: #ffce00;
    width: 42%;
    display: block;
    float: left;
    border-radius: 4px;
    border: 1px solid #fff;
    line-height: 2em;
    text-align: center;
    margin-top: 5em;
}
.abort{
	width:50%;
	float:left;
	margin:5em 25% 0;
	border-radius: 4px;
    border: 1px solid #fff;
    line-height: 2em;
    text-align: center;
    display: block;
    color: #ffce00!important;
}
.tel_header .tel_select li a.nav-login{
    margin-left: 1em;
}




/*底部版权*/
.footer,
.mch_copyright{
	width:100%;
	float:left;
	clear:both;	
}
.footer{
	background:#253342;	
}
.foot{
	width: 100%;
	margin: 0 auto;
	padding:1em 0;
	position:relative;
	float:left;
}

.footNav{
	width:15%;
	float:left;
	margin-left:2%;
}
.footNav a{
	display:block;
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	color:#b1b1b1;
	letter-spacing: 3px;
}
.footSite{
	width:30%;
	float:left;
	margin-left:12%;
}
.footSite p{
	height:30px;
	line-height:30px;
	padding-left:35px;
	margin-top:0.5em;
	color:#b1b1b1;
	width: 89%;
    float: left;
    letter-spacing: 1px;
}
.foot_rg{
	float:right;
	width:40%;
	text-align: center;
}
.foot_rg img{
	max-width: 80px;
	border:4px solid #ffffff;
	margin: 6px 0;
}
.foot_rg p{
	float:left;
	width:100%;
	padding:0;
	line-height:30px;
	color:#b1b1b1;
}
.footSite h3,.footNav h3,.foot_rg h3{
	color:#fff;
	font-size:1.25em;
	letter-spacing: 3px;
	margin:.5em 0;
}
.foot_address{
	background:url(../images/icon/foot_address.png) no-repeat left center;
}
.foot_phone{
	background:url(../images/icon/foot_phone.png) no-repeat left center;
}
.foot_fax{
	background:url(../images/icon/foot_fax.png) no-repeat left center;
}
.foot_email{
	background:url(../images/icon/foot_email.png) no-repeat left center;
	height:30px;
}
.mch_copyright{
	width:100%;
	float:left;
	clear:both;	
	background:#15202b;
	color:#808080;	
}
.mch_copyrightTxt{
	font-size:1em;
	text-align:center;
}