/*reset*/
body {
    margin: 0;
    padding: 0;
    /*font-size: 24px !important;*/
    color: #323232;
    font-family: Source Han Sans CN;
    font-weight: normal !important;
    background-color: #F5F5F5;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}

table, td, tr, th {
    font-size: 12px;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol, ul {
    list-style: none;
}

address, code, em, th, s, i {
    font-weight: normal;
    font-style: normal;
}

s {
    color: #909090;
    margin: 0 10px;
    text-decoration: none;
}

/*form*/
label input {
    vertical-align: middle;
    margin-right: 3px;
}

label {
    cursor: pointer;
}

textarea {
    resize: none;
    font-size: 12px;
}

:focus {
    outline: 0;
}

select {
    padding: 4px 5px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    margin-right: 3px;
}

/*font-size*/
.fB {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 16px;
}

/*float*/
.l, .left {
    float: left;
}

.r, .right {
    float: right;
}

/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
    font-size: 14px;
}

/*a*/
a {
    color: #323232;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #F67706;
    transition: all 0.5s;
}

a:active {
    color: #F67706;
}

/*省略行数*/
.text-overflow-1 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/*省略行数*/
.text-overflow-2 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*省略行数*/
.text-overflow-3 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/*省略行数*/
.text-overflow-4 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


/*省略行数*/
.text-overflow-5 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}


/*省略行数*/
.text-overflow-6 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}


/*省略行数*/
.text-overflow-7 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}


/*----------------页脚-----------------*/

.footer{
    display: flex;
    flex-direction: row;
    justify-content: center;

    z-index: 100;
}

.footer-bottom-box{
    height: 100%;
    margin: 0 auto;
    color: #888;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-device-width: 1200px) {

    .footer {
        width: 100%;
        /*background-color: #1c1a1d;*/
        position: fixed;
        bottom: 0;
    }

    .footer-bottom {
        width: 95%;
        /*background-color: #aa0019;*/
        height: 80px;
    }

    .footer-bottom-box {
        width: 100%;
        /*line-height: 50px;*/
        line-height: 32px;
    }


    .footer-bottom-box .item {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;

        align-items: center;
        text-align: center;

        width: 112px;
        height: 44px;

        border-radius: 25px;

        background-image: linear-gradient(to right, #ff0000, #ff0000);

    }

    .footer-bottom-box a{
        width: 112px;
        height: 44px;
    }

    .footer-bottom-box .item img{
        width: 17px;
        margin-right: 5px;
    }

    .footer-bottom-box .item span{
        font-size: 15px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 44px;
    }
}

@media screen and (min-device-width: 1200px) {
    .footer{
        width: 100%;
        position: relative;
        bottom: 50px;
        left: calc(50% - 375px);
    }

    .footer-bottom-box {
        width: 100%;
        line-height: 50px;
        /*line-height: 32px;*/
    }

    .footer-bottom-box .item {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;

        align-items: center;
        text-align: center;

        width: 223px;
        height: 87px;

        border-radius: 48px;

        background-image: linear-gradient(to right, #ff0000, #ff0000);
    }

    .footer-bottom-box a{
        width: 223px;
        height: 87px;
    }

    .footer-bottom-box .item img{
        width: 35px;
        margin-right: 10px;
    }
    .footer-bottom-box .item span{
        font-size: 30px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 48px;
    }
}


/**** 添加微信功能开发 start *****/
.wx-layer{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;

    display: none;
}
.wx-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-image: url("/static/home/images/wxTip.png");
    background-size: 100% 100%;
}

.wx-box-title{
    font-weight: 500;
    color: #FDFAF9;
    text-shadow: 0px 9px 10px rgba(113, 103, 247, 0.48);
}

.wx-box-main-message{
    font-weight: 400;
    color: #333333;
}

.wx-box-sub-message{
    font-weight: 300;
    color: #333333;
    opacity: 0.5;
}

@media screen and (max-device-width: 1200px) {

    .wx-box{
        width: 301px !important;
        height: 380px !important;
    }

    .wx-box-title{
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 36px;
    }

    .wx-box-qrcode img{
        width: 186px;
        height: 186px;
    }

    .wx-box-main-message{
        font-size: 16px;
        line-height: 22px;

        margin-top: 5px;
        margin-bottom: 3px;
    }

    .wx-box-sub-message{
        font-size: 13px;
        line-height: 22px;
    }


    .wx-box-close{
        margin-top: 28px;
        width: 32px;
        height: 32px;
    }
}
@media screen and (min-device-width: 1200px) {
    .wx-box {
        width: 400px;
        height: 506px;
    }

    .wx-box-title{

        font-size: 40px;
        margin-top: 14px;
        margin-bottom: 45px;
    }

    .wx-box-qrcode img{
        width: 246px;
        height: 246px;
    }

    .wx-box-main-message{
        font-size: 20px;
        line-height: 29px;

        margin-top: 5px;
        margin-bottom: 0px;
    }


    .wx-box-sub-message{
        font-size: 16px;
        line-height: 29px;
    }

    .wx-box-close{
        margin-top: 30px;
        width: 43px;
        height: 43px;
    }
}

/**** 添加微信功能开发 end *****/



/**** 添加预约功能 start *****/

.submit-bottom{
    background-color: #FFFFFF;
}

.submit-close{
    float: right;
}

.submit-box .submit-main-title{
    font-weight: 600;
    color: #333333;
}

.submit-box .submit-sub-title{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #ff071f;
}

.submit-box .submit-sub-title span{
    font-weight: 400;
    color: #FF0019;
}

.submit-box .submit-sub-title span .submit-sub-title-number{
    font-weight: bold;

    color: #FFFFFF;
    border-radius: 5px;
    background-color: #E94743;

    padding: 1px 4px;
    margin: 0 5px;
}



@media screen and (max-device-width: 1200px) {
    .submit-layer{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999;

        display: none;
    }
    .submit-bottom{
        width: 100%;
        padding: 45px 30px;
        border-radius: 10px;
        position: absolute;
        bottom: 0;
    }
    .submit-close{
        margin-top: -26px;
        margin-right: 15px;
        width: 25px;
        height: 25px;
    }

    .submit-box{
        margin-left: 15px;
        margin-right: 15px;
    }


    .submit-box .submit-main-title{
        font-size: 19px;
        line-height: 31px;
    }

    .submit-box .submit-sub-title{
        margin-top: 5px;
        padding: 5px 20px;
        border-radius: 26px;
    }

    .submit-box .submit-sub-title img{
        width: 13px;
        height: 13px;
    }
    .submit-box .submit-sub-title span{
        font-size: 15px;
        line-height: 30px;
    }

    .submit-box .submit-sub-title span .submit-sub-title-number{
        font-size: 15px;
        line-height: 30px;
    }

}
@media screen and (min-device-width: 1200px) {
    .submit-layer{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999;

        display: none;
    }
    .submit-bottom{
        width: 650px;
        height: 396px;
        padding: 45px 30px;
        border-radius: 10px;
    }
    .submit-close{
        margin-top: -12px;
        width: 40px;
        height: 40px;
    }


    .submit-box .submit-main-title{
        font-size: 38px;
        line-height: 61px;
    }

    .submit-box .submit-sub-title{
        margin-top: 5px;
        padding: 5px 20px;
        border-radius: 26px;
    }

    .submit-box .submit-sub-title img{
        width: 25px;
        height: 25px;
    }
    .submit-box .submit-sub-title span{
        font-size: 20px;
        line-height: 40px;
    }

    .submit-box .submit-sub-title span .submit-sub-title-number{
        font-size: 20px;
        line-height: 40px;
    }
}


/**** 添加预约功能 end *****/


@media screen and (min-device-width: 1200px) {
    .layui-input::-webkit-input-placeholder {
        font-size: 20px;
    }
    #input:-moz-placeholder {
        font-size: 20px;
    }
    #input:-ms-input-placeholder {
        font-size: 20px;
    }
}



/*********** 手机端页头  start ***********/
@media screen and (min-device-width: 1200px) {
    .head{display: flex;flex-direction: row;width: 100%;flex-wrap: nowrap;justify-content: center;align-items: center;}
    .head-left{width: 300px;height: 60px;}

    .head-right{
        width: 900px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .nav{width:100%; height:60px;position: fixed; left:0; top:0; z-index: 999; box-shadow: 0 5px 8px 0 rgba(0,0,0,.1); background: rgba(255,255,255,.95);}
    .nav-box{width:1200px; margin:0 auto;}
    .nav-logo{width:220px; height:60px;}
    .nav-logo a{width:210px; height:60px; display:block;line-height: 60px;}
    .nav-logo a img {max-height: 30px;}

    .nav-menu{font-size:16px;}
    .nav-menu li{height:60px; float:left; color:#fff; padding: 0 20px;}
    .nav-menu li a.nav-a{height:60px; position: relative; min-width:36px; text-align:center; line-height:60px; padding:0 3px; display:inline-block; color:#323232;transition: all 0.6s ;}
    .nav-menu li a.nav-a:hover{color:#F67706; transition: all 0.6s;}
    .on{color:#F67706;line-height: 60px;}

    .nav-menu li.nav-login{position:relative; padding-left:20px; padding-right: 0;}
    .nav-menu li.nav-login a.nav-a{padding:0 2px; margin-left:5px}
    .nav-menu li.nav-login span{padding:5px 16px 6px; border-radius:3px; font-size:14px; background-color:#F67706; color:#fff}
    .nav-menu li.nav-login span.reg-span{background-color:#EA4335;}
    .nav-menu li a.nav-a:hover{color:#F67706; transition: all 0.6s;}
    .nav-menu li.nav-login a:hover span{opacity:0.8;transition: all 0.5s;}

    .nav-login-box{width:320px; border-radius:2px; position:absolute; top:60px; right:0; background-color:#fff; z-index:-1; color:#333; font-size:14px;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition:.2s;transition:.2s;opacity:0;-webkit-transform-origin:center top;transform-origin:center top;-webkit-box-shadow:0 15px 30px rgba(0,0,0,.2);box-shadow:0 15px 30px rgba(0,0,0,.2);}
    .login-note{padding: 15px 15px 0; color: #FF5722;}
    .nav-login-box .login-menu{padding:15px 10px;}
    .nav-menu .login-menu a{width:76px; color:#333; padding:10px; display:inline-block; font-size:15px;}
    .nav-login-box .login-menu-bottom{background-color:#f2f2f2; padding:9px 20px; border-top:1px solid #eee;}
    .nav-login-box .login-menu-bottom a{color:#666; font-size:12px;}
    .nav-menu li.nav-logined .nav-login-box:after {content: '';display: block;width: 20px; height: 20px;background-color: #fff; position: absolute; top: -5px;right: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-menu li a.nav-img{height:32px; text-align:center; padding:14px 20px; display:block; line-height: 32px; font-size: 16px;}
    .nav-img img{width:30px; height:30px; border-radius:50%; border:1px solid #fff; margin-right: 6px;}
    .nav-menu li.nav-logined:hover .nav-login-box{z-index:99;-webkit-transform:scale(1);transform:scale(1);opacity:1;}
}
@media screen and (max-device-width: 1200px) {
    .head {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 14.4vw;
        align-items: center;
        position: sticky;
        top: 0;
        background-color: #FFFFFF;
        z-index: 999;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .head .head-left a {
        text-decoration: none;
        padding: 5vw 5vw 3vw 5vw;
    }

    .head .head-left a img {
        max-width: 32vw;
        max-height: 10.67vw;
    }

    .head .head-right {
        padding: 4vw 5vw;
    }

    .head .head-right img {
        max-width: 4.3vw;
        max-height: 4.3vw;
    }
    .head .head-right .iconfont {
        font-size: 44px;
        color: #F67706;
    }

    .selection {
        width: 100vw;
        background-color: #FFFFFF;
        position: fixed;
        display: none;
        justify-content: flex-start;
        float: right;
        right: 0;
        z-index: 999;
    }

    .selection .selection-item {
        display: flex;
        margin: 1.33vw;
        color: #333333;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

}

/*********** 手机端页头  end ***********/
/*********** 手机端页脚  start ***********/

@media screen and (min-device-width: 1200px) {
    .footer-box {
        width: 100%;
        /* height: 60.34vh; */
        background-color: #1f1f45;
        background-size: 100%;
        flex-wrap: nowrap;
        color: #FFFFFF;
        background-image: url("/static/home/images/footer.jpg");
    }
    .footer-nav{
        width: 1200px;
        /*border-bottom: 2px #969696 solid;*/
    }

    .box{
        width: 700px;
    }

    .box .box-item{
        width: 120px;
    }

    .box-title span{
        font-size: 16px;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 30px;
        height: 37px;
    }

    .box-sub-item a{
        color: #FFFFFF;
        line-height: 30px;
        height: 37px;
    }

    .footer-contract{
        width: 380px;
    }

    .footer-contract-lable{
        font-size: 16px;
        color: #FFFFFF;
        line-height: 30px;
        height: 37px;
    }
    .footer-contract-number{
        height: 25px;
        font-size: 20px;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 10px;
    }

    /*.footer-config{*/
    /*    height: 15px;*/
    /*    font-size: 14px;*/
    /*    font-weight: 300;*/
    /*    color: #FFFFFF;*/
    /*    line-height: 19px;*/
    /*    opacity: 0.6;*/
    /*}*/


    .footer-wx{
        margin-left: 20px;
        width: 130px;
    }

    .footer-wx-title{
        font-weight: 300;
        color: #FFFFFF;
        line-height: 30px;
        height: 37px;
    }

    .footer-wx-pic{
        width: 130px;
        height: 130px;
    }

    .footer-wx-lable{
        font-weight: 300;
        color: #FFFFFF;
        line-height: 30px;
        height: 37px;
    }


    .footer-bottom{
        width: 1200px;
        text-align: center;
        padding: 10px 0px;
    }

    .footer-bottom a span {
        color: #FFFFFF;
        margin-left: 20px;
    }
}

@media screen and (max-device-width: 1200px) {

    .footer-box {
        width: 100%;
        /* height: 60.34vh; */
        display: flex;
        /*background: url('/static/home//footer-background.png') no-repeat;*/
        background-image: url("/static/home/images/footer.jpg");
        background-size: 100%;
        background-color: #1f1f45;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .footer-box .box {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        padding: 4vw;
    }

    .footer-box .box-item {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 3.47vw;
    }

    .footer-box .box-item .box-title {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        color: white;
        justify-content: space-between;
        width: 100%;
        margin: 1.33vw 0;
    }
    .footer-box .box-item .box-title img:nth-child(2) {
        width: 1.8vw;
    }

    .hidden {
        display: none;
    }

    .footer-box .box-item .box-title img:nth-child(3) {
        height: 1.8vw;
    }
    .footer-box .box-item .box-sub {
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 90%;
        color: white;
    }
    .footer-box .box-item .box-sub .box-sub-item {
        margin-top: 4vw;
    }
    .footer-box .box-item .box-sub a {
        text-decoration: none;
        color: white;
        font-size: 3.74vw;
    }
    .footer-box .box .horizontal-line {
        width: 100%;
        height: 1px;
        background-color: #bdbdbd;
        opacity: .3;
        /* background-color: #bdbdbd60; */
        margin: 2vw 0;
    }
    .footer-bottom {
        display: flex;
        font-size: 12px;
        color: white;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-bottom span {
        padding-bottom: 6px;
        font-size: 20px;
        color: #FFFFFF;
    }

    .bottom-fixed {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        bottom: 0;
        z-index: 999;
    }
    .bottom-fixed a:nth-child(1) {
        width: 100%;
        color: #F67706;
    }
    .bottom-fixed a {
        text-decoration: none;
        font-size: 22px;
        line-height: 79px;
        font-weight: 600;
    }
    .bottom-fixed a:nth-child(1) div {
        /* width: 50%; */
        text-align: center;
        background-color: #FFFFFF;
    }

    .bottom-fixed a:nth-child(2) {
        width: 50%;
        color: #FFFFFF;
    }
    .bottom-fixed a {
        text-decoration: none;
    }
    .bottom-fixed a:nth-child(2) div {
        /* width: 50%; */
        text-align: center;
        background-color: #F67706;
    }
}
/*********** 手机端页脚  end ***********/

.pagebox{width:100%; text-align:center; font-size:14px; padding-bottom:20px;}
.pagebox li{margin:0 3px; color:#333; background-color:#fff; display:inline-block;}
.pagebox li.disabled{display:none;}
.pagebox a,.pagebox span{color:#333; min-width:31px; line-height:31px; border-radius:2px; border:1px solid #ddd; background-color:#fff; display:block; display:block;}
.pagebox li.active a{background-color:#F67706; border:1px solid #F67706; border-radius:3px;}
.pagebox a:hover,.pagebox span{background-color:#F67706; border:1px solid #F67706; color:#fff; border-radius:2px;}
.list-data-none{padding:60px 0; text-align:center; min-height:660px;}
.data-none{padding:30px 0; text-align: center; color:#999;}
.banner-wrap {height: 500px;width:100%;overflow: hidden;display: flex;justify-content: center;align-items: center;background: center no-repeat;background-size: cover;}
.banner-wrap img {height: 100%;}
.news-wrap {height: 280px;}

/*********** flex工具 start ***********/
.zt-r{display: flex;flex-direction: row;}/* 横向居左 */
.zt-r-c{display: flex;flex-direction: row;align-items: center;justify-content: center;} /* 横向居中 */
.zt-r-s{display: flex;flex-direction: row;align-items: center;justify-content: space-between;} /* 横向分散居中 */

.zt-c{display: flex;flex-direction: column;} /* 竖向居左 */
.zt-c-c{display: flex;flex-direction: column;align-items: center;justify-content: center;} /* 竖向居中 */
.zt-c-c{display: flex;flex-direction: column;align-items: center;justify-content: space-between;} /* 竖向居中 */

.zt-row3{width: 33.33%;} /* flex横向布局整体分为3 列*/
.zt-row4{width: 25%;} /* flex横向布局整体分为4 列*/
.zt-row5{width: 20%;} /* flex横向布局整体分为5 列*/

.zt-mt20{margin-top: 20px;} /*上外边距20像素*/
.zt-mt50{margin-top: 50px;} /*上外边距20像素*/
.zt-mt65{margin-top: 65px;} /*上外边距65像素*/
.zt-mb20{margin-bottom: 20px;} /*下外边距20像素*/


.zt-background-white{background-color: #ffffff;} /*白色背景*/

.zt-module-title{ width: 100%;font-size: 26px;font-weight: 600;line-height: 90px;text-align: center;}
.zt-module-subtitle{overflow: hidden;color: #999999;width: calc(100% - 60px);text-align: center;}
@media screen  and (min-device-width: 1200px){
    .zt-container{
        width: 100%;
        margin: 20px auto auto auto;
        display: flex;
        justify-content: center;
    }

}

.intro-wrap {padding: 20px 100px 50px;}
.intro-title {line-height: 1.4em;margin-bottom: 30px;}
.intro-title .intro-title-l1 {font-size: 0.7em;}
.intro-title .intro-title-l2 {}
.intro-content {display: flex;}
.intro-content-left {flex: 1;margin-right: 30px;}
.intro-content-right {flex: 2;color: #989898;line-height: 3em;font-size: 16px;text-align: justify;}


@media screen  and (max-device-width: 1200px){
  .zt-module-subtitle
}

/*********** flex工具  end  ***********/

@media screen  and (min-device-width: 1200px){
    .main-body{
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .blog-content{
        margin-top: 62px;
        width: 100%;

        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .zt-content-w{width: 1200px}
}

@media screen and (max-device-width: 450px) {
    .banner-wrap {
        height: calc(60vw);
    }
    .news-wrap {
        height: calc(30vw);
    }
    .zt-module-title {
        font-size: 22px;
    }
    .head .head-left a img {
        max-height: 11vw;
    }
    .head .head-right {
        padding: 2vw 3vw;
    }
    .head .head-right .iconfont {
        font-size: 34px;
    }
    .footer-bottom span {
        font-size: 14px;
        color: #FFFFFF77;
    }
    .bottom-fixed a {
        font-size: 18px;
        line-height: 60px;
    }
    .bottom-fixed a:nth-child(1) {}
    .bottom-fixed a:nth-child(2) {}
    .footer-box .box-item .box-title .layui-icon {
        font-size: 18px !important;
    }

    .intro-wrap {padding: 20px 20px 50px;}
    .intro-title {line-height: 1.4em;margin-bottom: 30px;}
    .intro-title .intro-title-l1 {font-size: 0.7em;}
    .intro-title .intro-title-l2 {}
    .intro-content {display: flex;flex-direction: column;}
    .intro-content-left {flex: 1;margin-right: 0;margin-bottom: 20px;}
    .intro-content-right {flex: 2;color: #989898;line-height: 2em;font-size: 16px;text-align: justify;}
}
