*标签样式初始化*/ div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

/*公共样式部分*/
ul,
ol {
    list-style: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*左右浮动清除*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}



a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #006fb4;
    text-decoration: none;
}

.wp {
    margin: 0 auto;
    width: 1500px;
}






/*间隙*/
.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}




/*英文样式*/
.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.en {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
/*
.t {
    text-align: center;
    padding-top: 70px;
}

.t p {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.t d {
    color: #094;
}

.t dd {
    font-size: 18px;
    color: #666;
    line-height: 36px;
}*/

.g-titb1 {
    text-align: center;
    padding-top: 70px;
}

.g-titb1 h3 {
    font-size: 40px;
    color: #333;
    font-weight: bold;

}

.g-titb1 p {
    font-size: 18px;
    color: #666;
    line-height: 36px;
}


/*抬头*/
.header {
    height: 145px;
    background: #fff;
    overflow: hidden;
}

.logo {
    margin: 18px 20px 0;
}

.logo img {
    width: 96px;
}

.header .name {
    margin-top: 39px;
}

.h-txt {
    margin-top: 45px;
}

.header .tel {
    margin-top: 35px;
}

.header .name h3 {
    font-size: 35px;
    color: #222;
    font-weight: bold;
}

.header .name p {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.header i {
    width: 1px;
    height: 50px;
    display: block;
    background: #eee;
    margin: 48px 25px 0;
}

.h-txt .d {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}

.header .tel p {
    font-size: 15px;
    color: #222;
    line-height: 70px;
    background: url(../images/20201125111924_1021214409.png)no-repeat center left;
    padding-left: 20px;
}

.header .tel .d {
    font-size: 28px;
    font-weight: bold;
    color: #006fb4;
    line-height: 34px;
}

.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #006fb4;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.yinyin {
    width: 100%;
    z-index: 999999;
}

#top {
    min-width: 1400px;
}

.nav {
    width: 100%;
    height: 70px;
    background: #006fb4;
    position: relative;
}

.nav li {
    float: left;
    display: block;
    height: 70px;
    width: 189px;
}

.nav li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 3333;
    line-height: 70px;
}

.nav li:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #009944;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 2222;
    margin: -70px auto;
}

.nav li.cur:after,
.nav li:hover:after {
    width: 100%;
}

.nav .cur>a,
.nav li:hover>a {
    margin: 0 auto;
    color: #fff;
}
.dropIcon{
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 45px;
    background: url(../images/navjt.png) no-repeat center;
    background-size: 17px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.on .dropIcon{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*导航下拉*/
.sub dd {
    width: 1400px;
    margin: 0 auto;
}

.nav .sub {
    height: auto;
    width: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    z-index: 8;
    padding: 40px 0px;
    overflow: hidden;
    box-sizing: border-box;
}


.subbox {
    width: 86%;
    float: right;
}

.subtit {
    line-height: 30px;
    border-left: 2px #0282cd solid;
    padding-left: 15px;
    float: left;
    font-size: 24px;
    color: #333;
    overflow: hidden;
}

.subtit span {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Arial;
}

.sub .items a {
    float: left;
    width: 10%;
    margin-right: 1%;
}

.sub .items a:nth-child(1) {
    margin-left: 0px !important;
}

.sub .items a b {
    font-size: 16px;
    color: #666;
    line-height: 50px;
    display: block;
}

.sub .items img {
    width: 100%;
    float: left
}

.nav_dht a {
    display: block;
    border-bottom: 1px #d5d5d5 solid;
    border-top: 1px #d5d5d5 solid;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    width: 203px;
    float: left;
    margin-bottom: 20px;
    margin-left: 60px;
}

.nav_dht a:nth-child(4n+1) {
    margin-left: 0px !important;
}



/*版权*/

.tabbar{
    display: none;
}
.footer {
    background: #222;
}

.footer .top {
    padding: 65px 0 80px;
    overflow: hidden;
}

.m-lines {
    line-height: 88px;
    overflow: hidden;
    background: #f5f5f5;
}

.m-lines .s {
    float: left;
    font-size: 28px;
    color: #999;
    margin-right: 20px;
}

.m-lines .d {
    float: left;
    font-size: 18px;
    color: #333;
}




.f-links li {
    float: left;
    padding: 0 100px 0 0;
}

.f-links li p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px 0;
}

.f-links li a {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

.f-links li a:hover {
    color: #fff;
}

.f-tel {
    padding: 0px 0 0 100px;
    height: 240px;
    border-left: 1px solid #2e2e2e;
    float: left;
}

.f-tel a {
    font-size: 14px;
    color: #999;
    line-height: 34px;
    display: block;
}

.f-qr {
    width: 160px;
}

.f-qr p {
    width: 162px;
    line-height: 30px;
    border: 1px solid #2e2e2e;
    text-align: center;
    margin-top: 5px;
    color: #999;
}

.f-qr img {
    display: block;
    width: 100%;
}

.f-tel p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.f-copy {
    padding: 10px 0;
    border-top: 1px solid #2e2e2e;
    line-height: 50px;
}

.f-copy,
.f-copy a {
    font-size: 15px;
    color: #999;
}

.f-copy a:hover {
    color: #fff;
}


/* .ul-linksb1 {
    width: 1000px;
    height: auto;
}
 */
.ul-linksb1 li {
    padding-right: 10px;
    line-height: 88px;
    float: left;
}

.ul-linksb1 li a {
    color: #666;
    word-break: break-all;
}

.ul-linksb1 li img {
    border: 0px;
}






/* 在线客服*/
.y-kefu-box {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    font-size: 13px;
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.y-kefu-box01 .icon {
    display: block;
    background: url(../images/20210120175609_2052927127.png) no-repeat;
    margin: 0 auto 6px;
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center;
}

.y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #0153ae;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    position: relative;
}

.y-kefu-box01 .show-status {
    position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #fe7023;
    border-color: #fe7023;
    color: #fff;
    margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}

.line-b {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}

.y-kefu-box01 .hver:hover {
    background-color: #0153ae;
    border-color: #0153ae;
}

.y-kefu-box01 .hver:hover>p {
    color: #fff;
}

.y-kefu-box01 .kf-zixun1 {
    border-radius: 2px;
    border-bottom: 1px #efefef solid;
}

.y-kefu-box01 .kf-zixun1 i {
    width: 21px;
    height: 22px;
    background-position: -5px -180px;
}

.y-kefu-box01 .kf-zixun1:hover>i {
    background-position: -30px -180px;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}

.y-kefu-box01 .mobile-infos {
    width: 260px;
    text-align: left;
    top: 0;
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
    color: #b9b9b9;
}

.y-kefu-box01 .mobile-infos p {
    color: #0153ae;
    font-size: 18px;
}

.y-kefu-box .right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}

.y-kefu-box .right-arrow1,
.y-kefu-box .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
}

.y-kefu-box .right-arrow1 {
    left: 1px;
    border-left: 6px #efefef solid;
}

.y-kefu-box .right-arrow2 {
    border-left: 6px white solid;
}

/*二维码*/
.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 178px;
    top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
    width: 151px;
    height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
    width: 140px;
    height: 140px;
    margin: 8px auto 0;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}

/*email*/
.y-kefu-box01 .y-email-infos {
    padding: 28px 20px 28px 45px;
    color: #b9b9b9;
    text-align: left;
    bottom: 0;
    width: 170px;
}

.y-kefu-box01 .y-email-infos p {
    color: #0153ae;
    font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
    top: 55px;
}

.y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background-color: #0153ae;
    position: absolute;
    top: 37px;
    left: 55px;
    z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}

@media only screen and (min-width: 1199px) and (max-width: 1920px) {
    .wp {
        margin: 0 auto;
        width: 78.91vw;
    }






    /*间隙*/
    .top10 {
        padding-top: 0.520vw;
    }

    .top20 {
        padding-top: 1.041vw;
    }

    .top30 {
        padding-top: 1.562vw;
    }

    .top40 {
        padding-top: 2.083vw;
    }

    .top50 {
        padding-top: 2.604vw;
    }

    .top60 {
        padding-top: 3.125vw;
    }

    .top70 {
        padding-top: 3.645vw;
    }

    .top80 {
        padding-top: 4.166vw;
    }

    .top90 {
        padding-top: 4.687vw;
    }

    .top100 {
        padding-top: 5.208vw;
    }




    /*英文样式*/
    .font_en {
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
    }

    .en {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    /*.t {
        text-align: center;
        padding-top: 3.645vw;
    }

    .t p {
        font-size: 2.083vw;
        color: #333;
        font-weight: bold;
    }

    .t d {
        color: #094;
    }

    .t dd {
        font-size: 0.937vw;
        color: #666;
        line-height: 1.875vw;
    }*/

    .g-titb1 {
        text-align: center;
        padding-top: 3.645vw;
    }

    .g-titb1 h3 {
        font-size: 2.083vw;
        color: #333;
        font-weight: bold;

    }

    .g-titb1 p {
        font-size: 0.937vw;
        color: #666;
        line-height: 1.875vw;
    }


    /*抬头*/
    .header {
        height: 7.552vw;
        background: #fff;
        overflow: hidden;
    }

    .logo {
        margin: 0.937vw 1.041vw 0;
    }

    .logo img {
        width: 5vw;
    }

    .header .name {
        margin-top: 2.031vw;
    }

    .h-txt {
        margin-top: 2.343vw;
    }

    .header .tel {
        margin-top: 1.822vw;
    }

    .header .name h3 {
        font-size: 1.822vw;
        color: #222;
        font-weight: bold;
    }

    .header .name p {
        font-size: 0.785vw;
        color: #999;
        text-transform: uppercase;
    }

    .header i {
        width: 0.052vw;
        height: 2.604vw;
        display: block;
        background: #eee;
        margin: 2.5vw 1.302vw 0;
    }

    .h-txt .d {
        font-size: 0.885vw;
        color: #666;
        line-height: 1.562vw;
    }

    .header .tel p {
        font-size: 0.781vw;
        color: #222;
        line-height: 3.645vw;
        background: url(../images/20201125111924_1021214409.png)no-repeat center left;
        padding-left: 1.041vw;
    }

    .header .tel .d {
        font-size: 1.458vw;
        font-weight: bold;
        color: #006fb4;
        line-height: 1.770vw;
    }

    .yinyin {
        width: 100%;
        z-index: 999999;
    }

    #top {
        min-width: 72.91vw;
    }

    .nav {
        width: 100%;
        height: 3.645vw;
        background: #0f41a2;
        position: relative;
    }

    .nav li {
        float: left;
        display: block;
        height: 3.645vw;
        width: 9.791vw;
    }

    .nav li>a {
        display: block;
        color: #fff;
        font-size: 0.833vw;
        text-align: center;
        position: relative;
        z-index: 3333;
        line-height: 3.645vw;
    }

    .nav li:after {
        content: '';
        display: block;
        width: 0;
        height: 100%;
        background: #e34210;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        z-index: 2222;
        margin: -3.645vw auto;
    }

    .nav li.cur:after,
    .nav li:hover:after {
        width: 100%;
    }

    .nav .cur>a,
    .nav li:hover>a {
        margin: 0 auto;
        color: #fff;
    }


    /*导航下拉*/
    .sub dd {
        width: 72.91vw;
        margin: 0 auto;
    }

    .nav .sub {
        height: auto;
        width: 100%;
        background: #f8f8f8;
        position: absolute;
        top: 3.645vw;
        left: 0;
        display: none;
        z-index: 8;
        padding: 2.083vw 0vw;
        overflow: hidden;
        box-sizing: border-box;
    }


    .subbox {
        width: 86%;
        float: right;
    }

    .subtit {
        line-height: 1.562vw;
        border-left: 0.104vw #0282cd solid;
        padding-left: 0.781vw;
        float: left;
        font-size: 1.25vw;
        color: #333;
        overflow: hidden;
    }

    .subtit span {
        display: block;
        color: #666;
        font-size: 0.729vw;
        text-transform: uppercase;
        font-family: Arial;
    }

    .sub .items a {
        float: left;
        width: 10%;
        margin-right: 1%;
    }

    .sub .items a:nth-child(1) {
        margin-left: 0vw !important;
    }

    .sub .items a b {
        font-size: 0.833vw;
        color: #666;
        line-height: 2.604vw;
        display: block;
    }

    .sub .items img {
        width: 100%;
        float: left
    }

    .nav_dht a {
        display: block;
        border-bottom: 0.052vw #d5d5d5 solid;
        border-top: 0.052vw #d5d5d5 solid;
        height: 2.083vw;
        line-height: 2.083vw;
        font-size: 0.833vw;
        color: #666;
        width: 10.57vw;
        float: left;
        margin-bottom: 1.041vw;
        margin-left: 3.125vw;
    }

    .nav_dht a:nth-child(4n+1) {
        margin-left: 0vw !important;
    }



    /*版权*/


    .footer {
        background: #222;
    }

    .footer .top {
        padding: 3.385vw 0 4.166vw;
        overflow: hidden;
    }

    .m-lines {
        line-height: 4.583vw;
        overflow: hidden;
        background: #f5f5f5;
    }

    .m-lines .s {
        float: left;
        font-size: 1.458vw;
        color: #999;
        margin-right: 1.041vw;
    }

    .m-lines .d {
        float: left;
        font-size: 0.937vw;
        color: #333;
    }




    .f-links li {
        float: left;
        padding: 0 5.208vw 0 0;
    }

    .f-links li p {
        font-size: 1.041vw;
        color: #fff;
        margin: 0 0 1.041vw 0;
    }

    .f-links li a {
        display: block;
        font-size: 0.729vw;
        color: #999;
        line-height: 1.770vw;
    }

    .f-links li a:hover {
        color: #fff;
    }

    .f-tel {
        padding: 0vw 0 0 5.208vw;
        height: 12.5vw;
        border-left: 0.052vw solid #2e2e2e;
        float: left;
    }

    .f-tel a {
        font-size: 0.729vw;
        color: #999;
        line-height: 1.770vw;
        display: block;
    }

    .f-qr {
        width: 8.333vw;
    }

    .f-qr p {
        width: 8.437vw;
        line-height: 1.562vw;
        border: 0.052vw solid #2e2e2e;
        text-align: center;
        margin-top: 0.260vw;
        color: #999;
    }

    .f-tel p {
        font-size: 1.25vw;
        color: #fff;
        margin-bottom: 1.041vw;
    }

    .f-copy {
        padding: 0.520vw 0;
        border-top: 0.052vw solid #2e2e2e;
        line-height: 2.604vw;
    }

    .f-copy,
    .f-copy a {
        font-size: 0.781vw;
        color: #999;
    }

    .f-copy a:hover {
        color: #fff;
    }

    .ul-linksb1 li {
        padding-right: 0.520vw;
        line-height: 4.583vw;
        float: left;
    }

    .ul-linksb1 li a {
        color: #666;
        word-break: break-all;
    }

    .ul-linksb1 li img {
        border: 0vw;
    }







}

@media screen and (max-width: 1199px) {
    .wp{
        width: auto;
        padding: 0 15px;
    }
    body{
        padding-top: 50px;
    }
    .menuBtn{
        display: block;
    }
    .h-txt,
    .header .tel{
        display: none;
    }
    .header{
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        box-shadow: 0 3px 3px rgba(0,0,0,.3);
    }
    .logo {
        margin: 0;
    }
    .logo a{
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 0;
    }
    .logo img{
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 35px;
        margin-top: 8px;
        margin-right: 5px;
    }
    .header .name{
        margin-top: 6px;
    }
    .header .name h3{
        font-size: 14px;
    }
    .header .name p{
        font-size: 12px;
    }
    .nav{
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        bottom: 0;
        height: auto;
        background-color: #fff;
        z-index: 100;
        overflow-y: auto;
        border-top: 1px solid #000;
    }
    .dropIcon{
        display: block;
    }
    .nav li{
        float: none;
        width: auto;
        height: auto;
        position: relative;
    }
    .nav .cur>a, .nav li:hover>a{color: #333;}
    .nav li>a{
        font-size: 14px;
        color: #333;
        line-height: 45px;
        text-align: left;
        border-bottom: 1px solid #f1f1f1;
    }
    .nav li:after{display: none;}
    .nav .sub{
        position: static;
        padding: 0;
        background-color: #fff;
    }
    .subtit{
        display: none;
    }
    .subbox{
        float: none;
        width: auto;
    }
    .sub .items a{
        float: none;
        width: auto;
        margin-left: 0!important;
    }
    .sub .items img{
        display: none;
    }
    .sub .items a b{
        font-size: 14px;
        line-height: 45px;
        font-weight: normal;
        color: #333;
        text-align: left;
        border-bottom: 1px solid #f1f1f1;
        padding-left: 15px;
    }
    .sub dd{
        width: auto;
    }
    .ul-linksb1 li,
    .m-lines{
        line-height: 40px;
    }
    .m-lines .d,
    .m-lines .s{
        font-size: 16px;
    }
    .f-links{
        display: none;
    }
    .f-tel{
        padding: 0;
    }

    .f-tel{
        float: none;
        width: auto;
        height: auto;
        text-align: center;
        margin-bottom: 4vw;
    }
    .f-qr{
        float: none;
        margin: 0 auto;
    }
    .footer .top{
        padding: 3vw 0;
    }
    .f-copy{
        line-height: 1.7;
    }
 
    .f-copy, .f-copy a{
        font-size: 12px;
    }
    .f-copy .fr{
        display: none;
    }

    .y-kefu-box{
        display: none;
    }
    .f-tel a{
        line-height: 1.8;
    }

    .tabbar{
        height: 60px;
        display: block;
    }
    .tabbar .box{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 100;
        background-color: #064893;
    }
    .tabbar .icon{
        height: 19px;
        overflow: hidden;
        text-align: center;
        font-size: 0;
        margin: 10px 0 4px;
    }
    .tabbar .icon img{
        display: inline-block;
        vertical-align: middle;
        max-height: 18px;
    }
    .tabbar .item{
        float: left;
        width: 25%;
        height: 60px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        color: #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        border-right: 1px solid #fff;
    }
    .tabbar .item:last-child{
        border-right: none;
    }
}