@media screen and (max-width: 769px) {
    .pcshow{
        display: none !important;
    }
    .sty{
        display: flex !important;
    }
    .pc-mode{
        display: none !important;
    }
    .mobile-mode{
        display: flex !important;
    }
    body{
        padding-bottom: 1.3514rem !important;
    }
    .width .title {
        height: 2rem !important;
        background: url(/static/zt/img/title-img.png) no-repeat left top/ 100% 2rem !important;
    }
    .width .title h3{
        font-size: 0.5rem !important;
        line-height: 1.5rem !important;
    }
    .width .title h3 span{
        width: 2.5rem !important;
        line-height: 1.5rem !important;
        padding-right: 0.8rem !important;
    }
    .wrap-content .w-con {
        width: 100% !important;
    }
    .wrap-content .w-con1 {
        width: 100% !important;
    }
    .img-1{
        display: none !important;
    }
   .wrap .img-2{
        display: flex !important;
    }
}
@media screen and (min-width: 650px) and (max-width: 768px) {
    .width .title h3 span{
        width: 3rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .pc-title-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 1rem !important;
        width: 100% !important;
        padding: 0 0 0 0.3rem !important;
    }
    .pc-imgfit-left{
        width: 100% !important;
        /* justify-content: flex-start !important; */
    }
    .pc-left-logo{
        height: 0.7rem !important;
        width: 2.24rem !important;
    }
    .pc-rightitem{
        margin-left: 0.15rem;
    }
    .pc-rightitem a{
        font-size: 0.38rem !important;
        margin-right: 0.2rem !important;
    }
    .pc-rightitem a:hover{
        color: #2e83e3;
        text-decoration: none;
    }
    .banner-info{
        width: 96% !important;
    }
    .banner-title {
        width:6rem !important;
        height: 1rem !important;
        font-size: 0.45rem !important;
        margin-top: 0.5rem !important;
        border-radius: 0.8rem !important;
    }
    .banner-img{
        width: 90% !important;
        margin: 0% auto 2% auto !important;
    }
    .banner-bottom{
        display: none !important;
        width: 70% !important;
        height: 1rem !important;
        border-radius: 0.12rem !important;
        margin: 0% auto 8% auto !important;
    }
    .banner-bottom a{
        font-size: 0.35rem !important;
    }
    .banner-bottom a:nth-child(2) {
        border-radius: 0.12rem !important;
    }
    .content-bg{
        margin-top: 0 !important;
        padding-bottom: 0.5rem !important;
    }
    .content{
        width: 98% !important;
    }
    
    
    .width .wrap{
        border: 0.1rem solid #0092d6 !important;
        border-radius: 0.2rem !important;
        margin-top: 0.2rem !important;
    }
    .wrap .wrap-content{
        padding: 0.3rem 0.2rem !important;
        box-sizing: border-box;
    }
    .wt-1{
        margin-top: 0.6rem !important
    }
   .wrap .wc-1{
        padding: 0 1rem !important;
    }
    .w-con-item-list {
        border-radius: 0.8rem !important;
        margin: 0.2rem 0 !important;
        font-size: 0.3rem !important;
        padding: 0.2rem 0 !important;
    }
    .wrap-content .w-con .w-con-center {
        font-size: 0.35rem !important;
        border-radius: 0.2rem !important;
        height: 1.4rem !important;
        padding: 0.2rem 0.1rem 0.2rem 1rem !important;
    }
    .wrap-content .w-con .w-con-xuhao{
        width: 0.6rem !important;
        height: 0.6rem !important;
        border-radius: 0.2rem 0 0.24rem 0 !important;
        left: 0.08rem !important;
        font-size: 0.35rem !important;

    }
    .wrap-content .w-con1 {
        border-radius: 0.8rem !important;
        margin: 0.2rem 0 !important;
        font-size: 0.3rem !important;
        padding: 0.2rem 0 !important;
    }
    .wrap-content .w-con1 .w-con1-left {
        border-radius: 0.8rem !important;
        padding: 0.2rem 0 !important;
        margin: -0.2rem 0 !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
    background: #fff;
    color: #333;
}
.sty{
    display: none ;
}
.pc-title-logo{
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 150px;
}
.pc-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pc-left-logo{
    height: 35px;
    width: 114px;
}
.pc-rightitem{
    display: flex;
    flex-direction: row;
}
.pc-rightitem a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
.pc-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("/static/zt/img/ztmb.jpg") no-repeat;
    background-size: 100% 100%;
    
}
.banner-info{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-title{
    width: 350px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border:  1px solid #fff;
    font-weight: 600;
    background: linear-gradient(to right, #E67407, #FF9339);
}
.banner-img{
    width: 100%;
    margin: 2% auto 10% auto;
    content: url("/static/zt/img/duxue-title.png");
    opacity: 1;
}
.banner-bottom{
    width: 100%;
    height: 70px;
    border-radius: 18px;
    filter: drop-shadow(0px 6px 10px #f2f2f2);
    background-color: #fff;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -5%;
    margin: 0% auto 8% auto;
}
.banner-bottom a{
    width: 16.667%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #006BE0;
    font-size: 20px;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.banner-bottom a:hover{
    text-decoration: none;
}
.banner-bottom a:first-child {
    border-right: none;
}
.banner-bottom a:last-child {
    border-right: none;
}
.banner-bottom a:nth-child(2) {
    height: 100%;
    border-right: none;
    border-radius: 16px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.33));
    background-image: linear-gradient(0deg, #E67407 0%, #FF9339 100%);
    border: 1px solid #ffffff;
    color: #fff;
}
.content-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(/static/zt/img/content-bg.png) repeat-y center;
    /* margin: -5% auto 0% auto; */
    padding-bottom: 50px;
    box-sizing: border-box;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.width{
    width: 100%;
}
.width .title {
    height: 141px;
    background: url(/static/zt/img/title-img.png) no-repeat left top;
}
.width .title h3{
    font-size: 42px;
    color: #fff;
    line-height: 100px;
    display: flex;
}
.width .title h3 span{
    width: 230px;
    line-height: 100px;
    text-align: center;
    padding-right: 40px;
}

.width .wrap{
    border: 6px solid #0092d6;
    background: #fff;
    border-radius: 12px;
    margin-top: 15px;
}
.wrap .wrap-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    width: 100%;
    box-sizing: border-box;
}
.wrap .wrap-content .weixin{
    width: 20%;
}
.wc-1{
    padding:0 60px !important;
}
.w-con-left{
    background: #fff !important;
    width: 25% !important;
    margin: 0 !important;
}
.img-2{
    display: none !important;
}
.w-con-right{
    background: #fff !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 30% !important;
}
.w-con-item-list{
    width: 100%;
    background: #FACD89;
    border-radius: 40px;
    margin: 10px 0;
    box-sizing: border-box;
    font-size: 20px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}
.w-con-left img{
    width: 100%;
    content: url(/static/zt/img/yiwen.png);
}
.wt-1{
    margin-top: 50px
}
.wrap-content .w-con{
    width: 48%;
    background:#5196FB;
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0;
    box-sizing: border-box;
    position: relative;
}

.wrap-content .w-con .w-con-center{
    width: 100%;
    font-size: 20px;
    background:#fff;
    border-radius: 10px;
    height: 70px;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.wrap-content .w-con .w-con-xuhao{
    width: 30px;
    height: 30px;
    border-radius: 10px 0 14px 0;
    background: #0591D2;
    position: absolute;
    left: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.wct-1{
    color: red;
}
.sp1{
    font-size: 16px;
}
.sp3{
    font-size: 24px;
}

.wrap-content .w-con1{
    width: 48%;
    background: #FACD89;
    border-radius: 40px;
    margin: 10px 0;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    
}
.wrap-content .w-con1 .w-con1-left{
     width: 30%;
     position: absolute;
     border-radius: 40px;
     background: #5196FB;
     padding: 10px 0;
     margin: -10px 0;
     box-sizing: border-box;
     color: #fff;
}
.wrap-content .w-con1 span{
    padding-left: 30%;
}