@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

br {
    font-size: 0;
}

html {
    overflow-x: hidden
}


body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    font-size: 14px
}

ul {
    list-style-type: none
}

.kw_a {
    /* color: #fff; */
    color: #005d7f;
    font-weight: bold;
}

.header {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #005d7f;
    position: fixed;
    z-index: 800;
}


.first-content {
    padding-top: 60px;
}

.header .homelogo {
    float: left;
    margin-left: 6%;
    line-height: 80px
}
@media screen and (max-width:991px) {
    .header {
        width: 100%;
        height: 60px;
        overflow: hidden;
        background: #005d7f;
        position: fixed;
        z-index: 800;
    }
    .header .homelogo {
        float: left;
        margin-left: 6%;
        line-height: 40px
    }
    
}
.header .homelogo img {
    height: 20px;
    margin-right: 5px;

   
}
@media screen and (max-width:991px) {
    .header .homelogo img {
        height: 32px;
    margin-right: 5px;
    /* margin-top: 16px; */
    }

}

.header .homelogo span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    vertical-align: -5 pxa
}

.header .homelogo a.logo {
    display: inline-block;
    vertical-align: 5px;
}

.header .homelogo a {
    color: #fff;
}

.header .homelogo span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #fff;
    vertical-align: -5px;
    margin-right: 5px
}

.header .tab-btn {
    position: absolute;
    width: 30px;
    top: 10px;
    right: 20px;
}

.header .nav {
    position: absolute;
    right: 4.7%;
    padding-top: 33px
}

.header .nav a {
    font-size: 20px;
    color: #fff
}

.header .nav .active {
    color: #fff;
    font-weight: bold;
}

.footer {
    width: 100%;
    background: #005d7f;;
    color: #fff;
    font-size: 14px;
    padding: 50px 0;
    box-sizing: border-box
}

.footer > div {
    height: 100%;
    padding-left: 8%;
    padding-right: 20px
}

.footer .left:after {
    content: "";
    display: block;
    clear: both
}

.footer .left .qrcode {
    float: left
}

.footer .left .content {
    float: left;
    margin-top: 33px;
}

.footer a {
    color: #fff
}

.footer .nav img {
    margin-left: 10px
}

.footer .qrcode {
    height: 98px;
    margin-right: 30px;
}

.footer .logo {
    margin: 20px 0;
    height: 30px
}

.footer .right > div {
    padding-bottom: 8px;
}

.footer .right .icon {
    height: 20px
}

.tab .mask {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 810;
    background: rgba(255, 255, 255, 0.5)
}

.tab-list {
    position: fixed;
    background: #222;
    top: 0;
    right: -250px;
    height: 100%;
    width: 250px;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    transition: right ease .5s;
    z-index: 900;

}

.tab-list a {
    color: #fff;
    font-size: 18px
}

.tab-list li:first-child {
    text-align: right
}

.tab-list li {
    line-height: 60px;
    padding-left: 50px
}

/* .tab-list .active {
    background: #000
} */

.tab-list .active a {
    color: #005d7f;
}

.tab-list .tab-close {
    padding: 10px;
    height: 50px;
    margin-right: 30px
}

.after-react:after {
    content: "";
    display: block;
    width: 25px;
    height: 2.5px;
    background: #005d7f;;
    margin-top: 12.5px
}

.float-box {
    position: fixed;
    top: 30%;
    right: 0;
    font-size: 14px;
    color: #fff;
    background: #00000045;
    border-radius: 8px;
    z-index: 800;
    display: none
}

.float-box ul {
    padding: 0
}

.float-box li {
    width: 80px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #000;
}


.float-box li:last-child {
    border: 0
}


.float-box li a {
    color: #000
}

.float-box li span {
    display: block;
    margin-top: 10px;
}

.phone-pop {
    width: 510px;
    text-align: right
}

.float-box .pop {
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.float-box .pop img {
    padding: 5px;
    width: 250px;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .txt-img .row {
        display: table;
        width: 100%;
        margin: 0
    }

    .txt-img .row > div {
        display: table-cell;
        height: 100%;
        min-height: 100%;
        float: none !important;
        vertical-align: middle;
    }

    /* .header {
        height: 150px
    } */

    /* .first-content {
        padding-top: 150px
    } */

    /* .header .homelogo {
        line-height: 150px
    } */

    .header .homelogo img {
        height: 41px;
        margin-right: 15px;
        margin-top: 20px;
    }

    .header .homelogo span {
        font-size: 20px
    }

    .header .homelogo span:before {
        height: 26px;
        vertical-align: -5px;
        margin-right: 15px
    }

    .footer {
        font-size: 16px;
        /* height: 350px; */
    }

    .footer .qrcode {
        height: 145px
    }

    .footer .logo {
        margin: 20px 0;
        height: 40px;
    }

    .footer .right .icon {
        height: 24px
    }

    .after-react:after {
        width: 30px;
        height: 5px;
        margin-top: 25px
    }

    .float-box {
        display: block
    }
}

.contact {
    padding: 120px 20px 20px 20px;
    background-color: #d44300;
    color: #000;
    font-size: 16px;
}

.contact form {
    margin: 0 auto;
    max-width: 300px;
}

.contact .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.contact .form-control {
    border: 0;
    box-shadow: none;
}

.contact .submit {
    padding-top: 10px;
    text-align: center;
}

.contact .btn {
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    color: #d44300;
}

.contact .submit_ok {
    padding: 20px;
    background-color: #000f;
    color: #d44300;
    font-size: 20px;
    margin-bottom: 220px;
    text-align: center;
}