html {
    font-size: 14px;
    color: #231815;
    font-family: 'Microsoft YaHei';
}

.blue-text {
    color: #009bc5;
}

.red-text {
    color: #e32840;
}

.gray-bcg {
    background-color: #cfd2d5!important;
}

.large-font {
    font-size: 60px;
    padding: 20px 0;
}

.gray-text {
    color: #444a52;
}

.small-font {
    font-size: 13px;
}

.middle-font {
    font-size: 28px;
}

.header {
    background: #fff;
    color: #828282;
    height: 60px;
    width: 100%;
    padding: 20px 0;
}

.left {
    float: left;
    width: 49%;
    text-align: right;
    height: 100%;
}


.right {
    float: right;
    width: 49%;
    text-align: left
}

.li {
    display: inline-block;
    color: #898989;
    text-align: left;
    height: 100%;
    vertical-align: middle;
}
.li .header-subtext{
    margin: 12px 0;
    line-height: 20px;
}
.left .logo {
    width: 50%;
    height: 100%;
    background: #fff url(../../img/logo.png) center right no-repeat;
    background-size: 160px;
    margin-right: 5px;
}

.tf {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.left-border {
    border-left: 1px solid #eaeaea;
    padding-left: 8px;
}

.tabs {
    position: relative;
    top: 38px;
    overflow: hidden;
    height: 40px;
}

.tabs .tab {
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 16px
}

.tab-link {
    display: inline-block;
    padding: 0 10px;
}

.tabs .selected {
    background-color: #e4e4e4;
    color: #009bc5!important;
}

.content {
    background-color: #dee0e2;
    overflow: scroll;
}

.banner {
    position: relative;
}

.banner-img {
    width: 100%;
    vertical-align: top;
}

.wrap {
    background-color: #fff;
    min-height: 340px;
    position: relative;
    width: 960px;
    margin: 0 auto;
    clear: both;
}

.footer {
    height: 260px;
    background-color: #394050;
    text-align: center;
}

.footer-cities {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #d4d3d3;
}

.footer-cities .city {
    margin: 5px;
    color: #8b8b8b;
}

.footer-wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.footer-tabs {
    width: 640px;
}

.footer-tab {
    display: inline-block;
    width: 100px;
    height: 110px;
    padding: 30px 0 30px 10px;
    background: url(../../img/footer-border.png) 0 30px no-repeat;
    vertical-align: top;
}

.footer-tab .name {
    font-size: 16px;
    color: #d4d3d3;
}

.footer-tab .desc {
    font-size: 14px;
    color: #8b8b8b;
    margin: 5px 0;
}

.footer-wxwrap {
    position: absolute;
    right: 0;
    top: 20px;
}

.footer-wx {
    width: 80px;
    height: 32px;
    border: 1px solid #dcdcdc;
    border-radius: 100px;
    text-align: right;
    color: #4d4d4d;
    line-height: 32px;
    padding: 0 30px;
    background: #dcdcdc url(../../img/wx.png) 18px center no-repeat;
}

.footer-wxcode {
    width: 430px;
    height: 430px;
    background-position: 0 0;
    position: absolute;
    top: -236px;
    right: 143px;
    display: none;
    z-index: 9999;
    background: url(../../img/wxcode.jpg) 0 0 no-repeat;
}
            }

.footer-contacts {
    font-size: 13px;
    color: #d0d0d0;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    background: #434b5a;
}

.footer-info {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    color: #d4d3d3;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-right .cl {
    margin: 5px;
}

.gotop_area {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    bottom: 385px;
    width: 960px;
    margin: 0 auto;
}

.gotop_area .gotop {
    width: 30px;
    height: 120px;
    background: url(../../img/gotop.png) center 10px no-repeat;
    position: absolute;
    left: 960px;
    top: 0;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}