/* reset */
body {font: 12px/1.5 arial,helvetica,'dinLight',STHeiti,Helvetica Neue,'microsoft yahei';background-color: #fff;}
@font-face { font-family:'HE_TH'; src: url('font/HE_TH.TTF'); font-weight: normal; font-style: normal; }
@font-face { font-family:'HELVETICANEUELTPRO-THEX'; src: url('font/HELVETICANEUELTPRO-THEX.OTF'); font-weight: normal; font-style: normal; } 
* { padding:0; margin:0; }
ul li { list-style:none; }
a { text-decoration:none; }
img { border:none; }
input { border:none; background:none; }
textarea { outline:0; }
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { *zoom: 1; }
a { color: #6b7db3; text-decoration: none; }
:focus { outline: 0; }
.clear { clear: both; overflow: hidden; font-size: 0; height: 0; line-height: 0; }
input, textarea, select { background-color: #ffffff; }

/* 头部样式 */
.header{
    position: relative;
    padding-left: 42px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header,.header-tab{
    width: 970px;
    height: 72px;
    margin: 0 auto;
}
.header .logo {
    position: absolute;
    height: 72px;
    top: 0;
    left: -86px;
    width: 102px;
    height: 72px;
    overflow: hidden;
    background: url('../img/index_v/logo.jpg') no-repeat;
}
.header-tab li {
    float: left;
}
.header-tab li a{
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    position: relative;
}
.header-tab a .s_line {
    display: block;
    height: 18px;
    width: 1px;
    background: #a7a6a6;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.header-tab a:hover {
    text-decoration: none;
}

.header-tab .tabLine {
    position: absolute;
    top: 69px;
    height: 3px;
    background-color: #ffffff;
    left: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.weobo_wechat{
    position: absolute;
    right: 130px;
    top: 17px;
}
.weobo_wechat a{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url('../img/index_v/weibo_chat.png');
    background-size: 72px 72px;
}
.weobo_wechat .weibo{
    margin-right: 10px;
    background-position: 0 0; 
}
.weobo_wechat a.weibo:hover{
    background-position: 0 36px; 
}
.weobo_wechat .wechat{
    background-position: 36px 0; 
}
.weobo_wechat a.wechat:hover{
    background-position: 36px 36px; 
}
.weobo_wechat a.wechat:hover .wechatcode{
    display: initial;
}
.wechatcode{
    position: absolute;
    right: -58px;
    top: 44px;
    display: none;
	z-index:10;
}
.appcode{
    position: absolute;
    right: -215px;
    top: 70px;
}
.wechatcode .img{
    width: 142px;
    height: 210px;
}
.appcode .img{
    width: 142px;
    height: 201px;
}
.small_program_code{
    position: absolute;
    right: -72px;
    top: 70px;
}
.small_program_code .img{
    width: 142px;
    height: 202px;
}
.wechat_group_code{
    position: absolute;
    right: 71px;
    top: 70px;
}
.wechat_group_code .img{
    width: 142px;
    height: 202px;
}

/* 底部样式 */
.m-footer {
    width: 100%;
    background-color: #474747;
    text-align: center;
    overflow: hidden;
}
.m-footer .dl-footer {
    border-top: solid 1px #585858;
    border-bottom: solid 1px #585858;
    width: 970px;
    margin: 30px auto;
    padding: 22px 0;
    font-size: 14px;
    overflow: hidden;
}
.m-footer .dl-footer dl {
    float: left;
    text-align: left;
} 
.m-footer .dl-footer dl.address {
    width: 36%;
}
.m-footer .dl-footer dl.compare {
    width: 28%;
}
.m-footer .dl-footer dl.concatphone {
    width: 36%;
}
.m-footer .dl-footer dl dt {
    color: #fff;
    font-size: 15px;
}
.m-footer .dl-footer dl dd {
    color: #a9a9a9;
    line-height: 25px;
}
.m-footer .dl-footer dl dd p{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.beianinfo{
    background: #535252;
    padding: 15px 0;
}
.m-footer p {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

/*回到顶部*/
.back_to_top {
    position: fixed;
    _position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: 550px;
    display: none;
}
.back_to_top a {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/index_v/go_to_top.png);
    _background-image: url(../img/index_v/go_to_top_ie6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-image .3s,opacity .3s;
    transition: background-image .3s,opacity .3s;
}

@-moz-keyframes btnPage { 0% { -moz-transform: translateY(6px); }
  50% { -moz-transform: translateY(0); }
  100% { -moz-transform: translateY(6px); } }
@-webkit-keyframes btnPage { 0% { -webkit-transform: translateY(6px); }
  50% { -webkit-transform: translateY(0); }
  100% { -webkit-transform: translateY(6px); } }
@keyframes btnPage { 0% { transform: translateY(6px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(6px); } }
/*btn-page*/
.btn-page { position: fixed; _position: absolute; z-index: 100; left: 50%; bottom: 30px; _bottom: auto; margin-left: -12px; width: 25px; height: 17px; overflow: hidden; cursor: pointer; background-position: 0 -18px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight -30)); -moz-animation: btnPage 1.2s ease-in-out infinite; -webkit-animation: btnPage 1.2s ease-in-out infinite; animation: btnPage 1.2s ease-in-out infinite; }
.btn-page{ background-image: url(../img/index_v/idx-common.png); _background-image: url(../img/index_v/idx-common.gif); background-repeat: no-repeat; }
