body {
    font-family:微软雅黑,宋体,Tahoma,Arial,STHeiti,sans-serif;
    padding:0px;
    margin:0px;
}
a {
   color:#000;
   text-decoration:none;
}
ul, li {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.header {
    position: relative;
}
.header_bg {
    background:url(../web/images/wbwxhead.jpg)center top no-repeat;
    width: 100%;
    height: 522px;
    position: relative;
}
.header ul {
    color: white;
    width: 340px;
    margin: 0 auto;
    padding-top: 270px;
}
.beader_bg .cxt {
    display: inline-block;
}
.header ul li {
    float: left;
    text-align: center;
    width: 170px;
    height: 115px;
    display: inline-block;
}
.header ul li a{
    color:#FFF;
    text-decoration:none;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.header ul li img {
    width: 115px;
    height: 115px;
}

.Content {
    width: 100%;
    border-top: 10px solid rgb(255, 155, 0);
    margin-top: -3px;
}
.table {
    width: 600px;
    margin: 0 auto;
    margin-top: 70px;
}
.table div {
    width: 280px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: url(../web/images/btn_off.png) center top no-repeat;
    color: rgb(28, 122, 191);
    float: left;
    margin: 0 10px;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    cursor: pointer;
    font-weight: 400;
}
.active {
    background: url(../web/images/btn_on.png) center top no-repeat !important;
    color: white !important;
}
.table span {
    font-size: 1.3em;
    font-weight:600;
}

.header ul li p {
    font-size: 16px;
    color: white;
    line-height: 30px;
}
p {
    padding: 0;
    margin: 0;
}
.title img {
    width: 1000px;
    height: 38px;
}

.title {
    margin: 40px 0 35px 0;
    width: 1000px;
    height: 50px;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    line-height:50px;
}

.branch ul li {
    float: left;
    width: 166px;
    text-align: center;
    height: 225px;
}

.branch ul li p {
    width: 120px;
    margin: 5px auto;
    height: 42px;
    font-size: 18px;
}

.branch ul li img {
    width: 146px;
    height: 146px;
}

.city ul li {
    float: left;
    width: 142px;
    text-align: center;
    height: 185px;
}

.city ul li p {
    width: 100px;
    margin: 5px auto;
    height: 30px;
    font-size: 18px;
}

.city ul li img {
    width: 120px;
    height: 120px;
}

.WeChat {
    display: none;
}


.mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    width: 100%;
    height: 100%;
    display: none;
    cursor:default;
}

.mask .mask_with {
    width: 320px;
    height: 380px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
}

.mask img {
    width: 210px !important;
    height: 210px !important;
    margin-top: 10px;
}

.close img {
    width: 60px !important;
    height: 60px !important;
    cursor:pointer;
}

.mask p {
    width: 100% !important;
    font-size: 20px !important;
    line-height: 50px;
}

.mask .mask_title {
    color: rgb(53, 139, 204);
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(239, 239, 239);
    font-size: 24px !important;
    height: 70px;
}

.branch ul li {
    cursor: pointer;
}
.border_line {border-bottom:1px #777777 dashed; margin-bottom:20px;}
.weibo {
    width:1000px;
    margin:0 auto;
}
.WeChat {
    width:1000px;
    margin:0 auto;
}
.box {
    margin-top:35px;
}
.footer{margin:0 auto;padding:0;margin-top:10px;height:200px;background:url(../images/footbg.png) repeat-x ;}
.footer3{margin:0 auto;padding:0;height:40px;border-top:#033 solid 5px;border-bottom:#033 solid 1px;background:#060}
.footer1{width:1280px;margin:0 auto;padding:0;text-align:center;height:40px;line-height:40px;font-size:12px;color:#FF9;background:url(../images/foot1bg.png) no-repeat;margin-bottom:10px;}
.footer1 a:link,.footer1 a:visited{color:#fff;}

.footer4{margin:0 auto;padding:0;height:144px;background:#fff;padding-top:30px;}
.footer2{width:1280px;margin:0 auto;padding:0;text-align:center;}
.footer2l{width:200px;text-align:right;float:left;}
.footer2c{width:680px;text-align:center;float:left;line-height:26px;font-size:12px;color:#666;}
.footer2r{width:320px;text-align:left;float:right;}

@media screen and (max-width: 1024px) {
    .weibo, .WeChat, .title, .branch{
        width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        background-size: cover !important;
    }

    .header_bg {
        width: 100%;
        height: 325px;
        min-width: 100% !important;
        padding-bottom: 20px;
        background-position: center center;
    }
    .header ul {
        width: 100% !important;
        padding-top: 150px;
        display: flex;
        justify-content: center;
    }
    .header ul li {
        float: none !important;
        width: 45% !important;
    }

    .table {
        width: 90% !important;
        margin-top: 30px !important;
        display: flex;
        justify-content: space-around;
    }
    .table div {
        width: 45% !important;
        margin: 0 !important;
        background-size: 100% 100% !important;
        font-size: 18px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .branch .title {
        height: auto !important;
        margin: 20px 0 !important;
    }
    .branch .title img {
        width: 90% !important;
        height: auto !important;
    }

    .branch ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .branch ul li {
        height: auto !important;
        margin-bottom: 20px;
    }
    .branch ul li img {
        width: 80% !important;
        height: auto !important;
    }
    .branch ul li p {
        width: 90% !important;
        font-size: 14px !important;
        height: auto !important;
        margin: 10px auto !important;
    }

    .mask .mask_with {
        width: 50% !important;
        height: auto !important;
        margin-top: 30% !important;
    }
    .mask .mask_title {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 18px !important;
    }
    .mask img {
        width: 80% !important;
        height: 80% !important;
    }

    .close{
        width: 15%;
        height: auto;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .close img {
        width: 80% !important;
        height: 80% !important;
    }

    .footer {
        height: auto !important;
        background-size: cover !important;
        padding-bottom: 20px !important;
    }

    /* 顶部导航条（网站地图等） */
    .footer3 {
        height: auto !important;
    }
    .footer1 {
        width: 100% !important;
        background: #060 !important;
        font-size: 14px !important; 
        height: auto !important;
        line-height: 40px !important;
        margin-bottom: 0;
    }

    .footer4 {
        height: auto !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .footer2 {
        width: 95% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer2l, .footer2c, .footer2r {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .footer2l img, .footer2r img {
        height: 60px !important;
        width: auto !important;
        margin: 5px !important;
    }

    .footer2c {
        line-height: 22px !important;
        font-size: 13px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }
    .footer2c br {
        display: none !important; 
    }
    .footer2c span {
        display: block !important;
        margin-bottom: 5px !important;
    }

    .footer2c img {
        vertical-align: middle !important;
        margin-right: 3px !important;
    }
}