
@charset "utf-8";
/* CSS Document */
body { background-color: #fff; font: 14px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif; }
ul, dl, li { margin: 0; padding: 0; list-style: none; }
a img { border: none; }
html * { outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: none; }
em{font-style: normal; color: #ff6801;}
.clear {clear:both;zoom:1;}
.clear:after,.clear:before {clear:both;display:block;content:"";height:0;width:100%;font-size:0;visibility:hidden;zoom:1;}
/*header*/
nav { position: fixed; top: 0; z-index: 2; height: 38px; width: 100%; padding-top: 6px; background: #fff; box-shadow: rgba(0, 0, 0, 0.0470588) 0px 2px 5px 2px;}

.logo {
    display: block;
    padding-left: 10px;
}
.logo img {
    height: 26px;
}
.menuBtn {
    display: block;
    background: url(../img/menu.png) no-repeat center;
    background-size: 24px;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.sidebar {
    position: fixed;
    top: 38px;
    right: 0;
    width: 160px;
    border: 1px solid #dddddd;
    border-right: none;
    z-index: 3;
    background-color: #fff;
    text-align: center;
}
.asideList {
    width: 160px;
}
.asideList a {
    display: block;
    text-decoration: none;
    color: #444444;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    width: 130px;
    margin: 0 15px;
}
.asideList a:last-child {
    border-bottom: none;
}
    /*公共标题头*/
.comTitle {
    margin-top: 22px;
    color: #333333;
    text-align: center;
}
.comTitle h4 {font-size: 1.5em;font-weight: normal; margin: 0;}
.comTitle p {font-size: 12px; text-transform: uppercase;}


footer {border-top: 1px solid #ededed;  padding-bottom: 58px;}
footer .contus {width: 70%; margin: 20px auto 10px; text-align: center;}
footer .contus h4 {font-size: 16px; font-weight: normal}
footer .contus p {font-size: 14px;}
/*footer .ewm {width: 70%; text-align: center; margin: 20px auto 10px;}*/
.codeBox {width:60%; position: relative; display: flex; margin: 20px auto 10px; text-align: center; justify-content:space-around}
.codeBox .code { margin-right: 10px;}
.bottomList { width: 100%;text-align: center;  height: 30px; line-height: 30px;}
.bottomList li {text-align: center; display: inline-block; }
.bottomList li a { text-decoration: none; color: #333333;}

.tel {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}
.tel a {color: #333; text-decoration: none; font-size: 16px;display: block; width: 100%; height: 100%}


.goback {
    width: 100%;
    text-align: right;
    display: block;
    color: #FF6801 !important;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.aBanner {
    background: url(../img/aBanner.jpg) no-repeat center;
    width: 100%;
    margin-top: 38px;
    padding: 20px 0px;
    background-size: cover;
}
.aBanner p {
    font-size: 20px;
    text-align: center;
    font-weight: 100;
    margin: 40px auto;
    width: 100%;
    color: #fff;
    height: 30px;
}
/*!*底部按钮*!*/
/*.bottomBtn { background-color: #fff; }*/
/*.linkList { width: 90%; margin: 20px 5% 0; float: left; padding: 0; }*/
/*.linkList li { display: inline-block; margin-left: 5%; float: left; width: 30%; float: left; }*/
/*.linkList li a { display: block; margin-bottom: 20px; text-align: center; text-decoration: none; color: #000; }*/
/*.linkList li a img { display: block; margin: 10px auto; }*/
/*.linkList li:first-child { margin-left: 0; }*/
/*!*footer*!*/
/*.phoneBox { padding: 20px 0; background-color: #2e2e2d; width: 100%; color: #e8e8e8; float: left; }*/
/*.phoneNo {  display: block; text-align: center; color: #fc8f44; margin-bottom: 10px; }*/
/*.phoneNo label{font-size: 14px; color: #fff;display: block; text-align: center;}*/
/*.phoneNo a{ color:#fc8f44; text-decoration:none;font-size: 16px; font-style: italic;}*/
/*.server { background-color: #fc8f44; border-radius: 18px; margin: 0 auto; text-align: center; display: block; width: 120px; height: 36px; line-height: 36px; }*/
/*.copyRight{margin-top: 15px;}*/
/*.copyRight p { font-size: 12px; text-align: center; color: #e8e8e8; margin: 3px 0; }*/
/*.copyRight a { color: #e8e8e8; text-decoration: none; }*/
/*.bottomList { width: 100%; display: block; text-align: center; margin: 0 auto 12px; height: 30px; line-height: 30px; }*/
/*.bottomList li {text-align: center; display: inline-block; }*/
/*.bottomList li a { text-decoration: none; color: #e8e8e8; }*/
/*.linkLi{width: 100px;}*/
/*.line{width: 10px}*/

/*.pageSecTitle{width: 100%;text-align: center;color:#333;font-size: 1.5em;margin: 5px 0;font-weight: 500;}*/
/*.pageSecEnglishTitle{width: 100%;text-align: center;color:#333;font-size: 14px;display: block;font-weight: 500;}*/
/*.secContainer{width: 100%; margin: 0 auto;}*/