﻿
.em2{text-indent: 2em;}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 Microsoft Yahei, tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
}
/*body{*/
    /*min-width: 1000px;*/
    /*word-break: break-all;*/

/*}*/
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}
a{
    text-decoration: none;
}
small {
    font-size: 12px;
}

ol, ul {
    list-style: none;
}

img {
    vertical-align: middle;
}
fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
.clearfix:after{
    display: table;
    clear: both;
    content: "";
}
.left{
    float: left;
    display: inline;
}
.right{
    float: right;
    display: inline;
}
.img100{
    width: 100%;
}
.inline{
    display: inline-block;
}

.over_hid{
    overflow: hidden;}
.f18{ font-size: 18px;}
.f14{ font-size: 14px;}
.color_66{ color: #666;}
.color_99{ color: #999;}
.mt20{ margin-top: 20px;}.mt5{ margin-top: 5px;}.ml10{ margin-left: 10px;}
.pd20{ padding: 20px;}
.text_center{ text-align: center;}
i{ font-style: normal;}
.vert_mid{ vertical-align: middle;}
/*头部公用样式*/

.header{
    width: 100%;
    height: 89px;
    background: url("../images/bg.png");
    /*position: relative;*/
 }
.inner-header{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
}
.logo{
    width: 20%;
    margin-top: 16px;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
    /*margin: auto;*/
}
.logo a img{ width: 207px;}
.header-nav{
    float: left;
    width: 53%;
    margin-left: 5%;
    height: 100%;
}
.header-nav li{
    float: left;
    height: 100%;
    width: 14%;
}
.header-nav li a{
    display: block;
    height: 100%;
    width: 100%;
    /*margin: auto;*/

    line-height: 89px;

text-align: center;
    color: #fff;
    font-size: 14px;
}

.header-nav li a:hover,.header-nav li a.current{
    background: url("../images/bg_on.png");
}
.menu-bt{
    width: 45px;
    height: 73px;
    background: url("../images/d2.png") no-repeat center center;
    background-size: 70%;
    float: right;
}
.menu-bt.current{background: url("../images/d1.png") no-repeat center center;}
.menu-nav{
    display: none;
}
.menu-bt{
   display: none;
}
.get-user{
    width: 15%;
    height: 100%;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.get-user a{
    color: #fff;
    line-height: 89px;
    font-size: 14px;
}
.warpper{ padding-bottom: 20px;}
.mall_hide img{ margin-top: -3px;}
/*底部*/
.footer{
    background: url("../images/foot_bg.png");
    padding-bottom: 40px;
    padding-top: 20px;
 }
.foot-inner{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.footer-box{
    width: 70%;
    float: left;

}

.foot-logo{
    float: left;
    margin-top: 30px;
    width: 30%;
    padding-bottom: 20px;
}
.foot-navy-box{
    float: left;
    width: 70%;
    padding-top: 30px;
    padding-bottom: 10px;
}
.foot-navy-box dl{ float: right; text-align: right; padding-left: 20px;}
.foot-navy-box dl dt a{ font-size: 14px; color:#fff;}
.foot-navy-box dl dd{ color:#666; margin-top: 5px;}
.clear{ clear: both;}
.mt10{ margin-top: 10px;}
.copyright{
    font-size: 12px;
    color: #a6a6a6;
    line-height: 30px;
    text-align: right;
}

.code2{
    width: 14%;
    float: right;
    text-align: center;
    color: #666;
    line-height: 30px;
}
.code2 img{
    width: 80%;
    margin-top: 30px;
}

.add-contact{
    float: left;
    margin-top: 10px;
    width: 100%;
}
.address{
    float: left;
}
.address p{
    line-height: 25px;
    color: #999;

}

.footer-wrap{
    border-bottom: 1px solid #3e3e3e;
}

.social-contact-platform{
    float: right;
}
.social-contact-platform a{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 10px;
}
.snwb{
    background: url("../images/snwb.png");
}
.txwb{
    background: url("../images/txwb.png");
}
.qq{
    background: url("../images/qq.png");
}
@media screen and (max-width: 1100px) {
    .suspend{display:none}
    .header-nav{ width: 55%;}
    .get-user{ width: 20%;}
    .logo a img{ width: 80%; margin-top: 4%; }
}
@media screen and (max-width: 900px) {
    .suspend{display:none}
    .menu-nav{
       position: absolute;
        right: 0;
        top:55px;
        display: none;
        z-index: 999;
    }
    .header{
        height: 73px;}
    .get-user a{ line-height: 73px;}
    .menu-bt{
        display: block;
    }
    .logo{ width: 20%; margin-top:15px;}
    .get-user{
        width: 50%;
        float: right;
        text-align: right;
    }
    .logo a img{ width: auto; height:43px; margin-top: 0;  }
    .pc_headimg{ display: none;}
    .mobile_headImg{ display: inline-block; width:31px; margin-right: 20px; height: 73px; background: url("../images/headimg.png") no-repeat center center; background-size: 70%; }
.ml105{ margin-left: 105px; margin-bottom: -1px;}
    .menu-nav li{
    width: 140px;
    height: 40px;
    border-bottom: 1px solid #777;
    background: #535353;
}
.menu-nav li.current{ background: #eeaa49;}
.menu-nav li a{
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    height: 100%;
    width: 100%;

}
.menu-nav li.first{ height: 50px;}
.menu-nav li.first .first_l{ display: block; width: 75%; height: 50px; float: left; background: #eeaa49; color: #333;}
.menu-nav li.first .first_r{ display: block; width: 25%; height: 50px; float: left; color: #f00;}
 .header-nav,.mall_hide{
        display: none;
    }


 .footer-wrap{
     display: none;
 }
 .code2{
     display: none;
 }
 .social-contact-platform{
     display: none;
 }
    .footer{ padding: 10px 0;}
.foot-inner{
    width: 90%;
}
.footer-box{
    width: 100%;
}
}
.person_info{ background:url("../images/case_li_bg.png") repeat; color: #fff; width: 280px; padding: 10px;}
.suspend{width:40px;height:198px;position:fixed;top:200px;right:0;overflow:hidden;z-index:9999;}
.suspend dl{width:120px;height:198px;border-radius:25px 0 0 25px;padding-left:40px;box-shadow:0 0 5px #e4e8ec;}
.suspend dl dt{width:40px;height:198px;background:url("../images/new_talk.png");position:absolute;top:0;left:0;cursor:pointer;}
.suspend dl dd.suspendQQ{width:120px;height:85px;background:#ffffff;}
.suspend dl dd.suspendQQ a{width:120px;height:85px;display:block;background:url("../images/new_talk.png") -40px 0;overflow:hidden;}
.suspend dl dd.suspendTel{width:120px;height:112px;background:#ffffff;border-top:1px solid #e4e8ec;}
.suspend dl dd.suspendTel a{width:120px;height:112px;display:block;background:url("../images/new_talk.png") -40px -86px;overflow:hidden;}
* html .suspend{position:absolute;left:expression(eval(document.documentElement.scrollRight));top:expression(eval(document.documentElement.scrollTop+200))}
