*{margin: 0;padding: 0;}
table{border-collapse: collapse;border-spacing: 0;}
fieldset, img{border: 0;}
address, caption, cite, code, dfn, em, th, var{font-style: normal;font-weight: normal;}
ol, ul, li{list-style: none;}
/* h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;} */
q:before, q:after{content: '';}
textarea, select{font-family: inherit;font-size: inherit;font-weight: inherit;-webkit-appearance: none;}
textarea, select{*font-size: 100%;}
a{text-decoration: none;}
a, .answer-list li{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
*{outline: none;-webkit-touch-callout: none;}
/*img{display: block;width: 100%;height: auto;}*/
.hide{display: none;}
.g-fl{float: left;}
.g-fr{float: right;}
.flex{display: flex;flex-flow: row inwrap;justify-content: flex-start;/*default value*/}
.c:before, .c:after{content: "";display: table;}
.c:after{clear: both;}
.c{zoom: 1;}
.flex{display: flex;flex-flow: row inwrap;justify-content: flex-start;}
.flex.spb{justify-content: space-between;}
.t{text-indent: -9999rem;display: block;}

a:hover {
    text-decoration: none;
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1); }
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
/*header*/
.header{
    box-shadow: 0px 0px 10px 0px rgba(156,156,156,0.5000);
    background: #ffffff;
    position: relative;
    z-index: 44;
}

.leftUpLink a{
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.leftUpLink{
    overflow: hidden;
}
.leftUpLink a{
    margin-right: 17px;
}
.upNav{
    padding: 17px 0;
    border-bottom: 1px solid #D8D8D8;
}
.right_contact a{
    font-size: 14px;
    color: #000000;
    margin-left: 20px;
}
.right_contact a img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.navList{
    height: 58px;
    padding: 21px 0;
}
.logo span{
    vertical-align: middle;
    font-size: 24px;
    color: #000000;
    margin-left: 12px;
}
.r_nav_item{
    line-height: 58px;
}
.r_nav_item a{
    font-size: 18px;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    color: #333;
    margin-left: 10px;
    border-radius: 5px;
}
.r_nav_item a:hover{
    background: #B32621;
    color: #ffffff;
}
.leftUpLink a:hover{
    color: #B32621;
}
.right_contact a{
    position: relative;
    display: inline-block;
}
.codeView{
    width: 100px;
    height: 0;
    transition: all 0.5s;
    position: absolute;
    top: 16px;
    left: -13px;
    background: url(../images/codeBg.png) no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
    text-align: center;
}
.codeView img{
    width: 80px !important;
    height: 80px !important;
    margin: 15px auto;
}

.right_contact a:hover .codeView{
    height: 100px;
}
.logo img{
    width: 134px;
    height: 54px;
    vertical-align: middle;
}

/*
footer
*/
.footerBox{
    background: #282828;
}
.leftServe{
    width: 283px;
    margin-right: 40px;
}
.leftServe.aboutList{
    width: 182px;
}
.leftServe.fwTime{
    width: 168px;
}
.upLinkA{
    padding-top: 41px;
    padding-bottom: 35px;
    border-bottom: 1px solid #3F3F3F;
}
.leftServe p a{
    margin-right: 10px;
    color: #A4A4A4;
    margin-bottom: 6px;
    display: inline-block;
}
.leftServe p a:hover{
    color: #B32621;
}
.leftServe p{
    margin-top: 10px;
}
.leftServe h4{
    font-size: 22px;
    color: #fff;
    margin-bottom: 19px;
}
.telPhone{
    color: #ffffff;
}
.codeMa li{
    width: 98px;
    float: left;
    margin-right: 40px;
    text-align: center;
}
.codeMa li p{
    margin-top: 5px;
    color: #ffffff;
}
.codeMa li img{
    width: 98px;
    height: 98px;
}
.codeMa li p{
    font-size: 16px;
}
.Copyright{
    color: #868686;
    padding: 17px 0;
    font-size: 14px;
}
.external_link{
    background: #191919;
    padding: 16px 0;
}
.external_link a{
    color: #868686;
    font-size: 14px;
    margin-right: 14px;
}
.external_link a:hover{
    color: #B32621;
}
body{
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,STHeitiSC-Light,simsun,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
}
.no-list-text{text-align: center;font-size: 20px;margin-top: 60px;}
.list_more_p{text-align: center;margin-bottom: 20px; color: #999; margin-top: 20px}