*{
    font-family: "Microsoft YaHei";
    margin: 0;
    padding: 0;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}
.flex-around {
    justify-content: space-around;
}
.flex-space {
    justify-content: space-between;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.flex-end-align {
    align-items: flex-end;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-centers {
    align-content: center;
    align-items: center;
}

.flex-centerss {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-wrap {
    word-wrap: break-word;
    word-break: break-all;
}

.text-hiddle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.flex-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-strech {
    align-items: stretch;
}
.ws-contact{
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #999999;
    position: relative;
    z-index: 15;
}
.ws-contact_divs{
    width: 1180px;
    margin: 0 auto;
}
.ws-contact_div{
    position: absolute;
    width: 1100px;
}
.contact_line{
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #fff;
    margin: 0 15px;
}
.wx_icon{
    width: 20px;
    height: 20px;
    margin-right: 6px;
    /*margin-bottom: 4px;*/
}
.ws-contact_span{
    font-size: 12px;
}
#ws_nav{
    position: absolute;
    top: 30px;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    background: rgba(28, 35, 39, 0.35);
}
.ws_navwp{
    width: 1180px;
    margin: 0 auto;
    height: 50px;
}
.ws_lonav{
    width: 1100px;
    height: 50px;
}
.ws_logo{
    float: left;
    width: 230px;
    height: 50px;
    overflow: hidden;
}
.nav {
    float: right;
    height: 50px;
    overflow: hidden;
}
.nav li {
    float: left;
    padding: 0 12px 0 12px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
}

.nav li:first-child {
    background: none;
}
.nav li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s linear 0s;
    line-height: 50px;
    height: 50px;
    /*padding: 10px 0;*/
    overflow: hidden;
}

.nav li.a a, .nav li:hover, .nav li a:hover, .nav li.hover a {
   color: #0CDFBB;
}

.nav li span {
    display: none;
    font-size: 0;
}
.ws_footer{
    width: 100%;
    /*padding: 26px 0;*/
    background: #0e0e0e;
    /*position: fixed;*/
    /*bottom: 0;*/
    color: #fff;
    font-size: 12px;
    height: 78px;
}
.icp-icon{
    background: url(../img/icp.png) no-repeat;
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 4px;
}
.icp-icons{
    background: url(../img/batb.png) no-repeat;
    width: 21px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 4px;
}
.ws_footer_div {
    margin: 0 auto;
    width: 1200px;
    color: #b6b3b3;
    line-height: 78px;
    height: 78px;
}
@media(max-width:1150px) {
    .ws_footer_div {
        width: 1000px;
    }
}
@media(max-width:1500px) {
    .ws_footer_div {
        width: 1160px;
    }
}
.ws_footer_menu,ws_footer_info{
    letter-spacing: 1px;
}
.ws_footer_menu{
    margin-right: 10px;
}
.ws_footer_menu a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.ws_footer_info{
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
}
.wx_span{
    cursor: pointer;
}

.wx_code_box {
    width: 73px;
    height: 74px;
    margin-top: 2px;
}
.wx_code_box img{
    display: block;
}
.wx_code_boxs {
    width: 73px;
    height: 74px;
    margin-top: 2px;
}
.wx_code_boxs img{
    display: block;
}
.show-code{
    background:#AAABAB ;
    width: 180px;
    height: 200px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 60px;
    display: none;

}
.show-code:target{
    display: block;
}
.show-code img{
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 40px;
    margin-top: 18px;

}
.show-title{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.show-title span{
    display: block;
    height: 20px;
    line-height: 20px;
}
.up-box{
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 15px solid #AAABAB;
    top: -15px;
    position: absolute;
    left: 79px;
}
