html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
}
.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%;
    height: auto;
}

.content{
    width: 100%;
    height: auto;
    background-image:url("/static/zt/img/2026sydwkc_zt_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #A6EAC5;
}
.hengfu1{
    width: 1228px;
    height: 276px;
    background-image:url("/static/zt/img/2026sydwkc_zt_hengfu.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hengfu1 .qrcodebg{
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}
.hengfu1 .qrcodebg img{
    width: 140px;
    height: 140px;
}
.hengfu1 .qrcodebg span{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #008389;
}
.hengfu1 .qrcodeinfo{
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #008389;
    padding: 0 20px;
    line-height: 40px;
}

.mianban{
    width: 1200px;
    border: 15px solid #089282;
    border-radius: 15px;
    margin: 40px 0;
    box-sizing: border-box;
    
}
.mianban2{
    width: 100%;
    border: 6px solid #FBB142;
    border-radius: 6px;
    box-sizing: border-box;
}
.mianban3{
    width: 100%;
    background-color: #FFF6D1;
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:50px 20px 20px 20px;
    box-sizing: border-box;
    
}
.mianban3 .titleimg{
    width: 513px;
    height: 88px;
    background: url("/static/zt/img/2026sydwkc_zt_tit_bg.png") no-repeat center;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -55px;
}
.mianban3 .title{
    
    text-shadow: 1px 1px 0 #00a593, -1px 1px 0 #00a593, 1px -1px 0 #00a593, -1px -1px 0 #00a593;
    line-height: 86px;
    font-size: 40px;
    color: #fff;
}
.mianban3 .youshiline{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.mianban3 .youshiline .item{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.mianban3 .youshiline .item:hover{
   transform: translateY(-10px);
}
.mianban3 .youshiline .item .line1{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.mianban3 .youshiline .item .line1 img{
    width: 88px;
    height: 88px;
}
.mianban3 .youshiline .item .line1 .right{
    display: flex;
    flex-direction: column;
    width: calc(100% - 88px);
}
.mianban3 .youshiline .item .line1 .right .bigtitle{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bolder;
    background-image: -webkit-linear-gradient(top, #009586, #013d37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mianban3 .youshiline .item .line1 .right .stitle{
    font-size: 16px;
    color: #333;
}
.mianban3 .xxglbg{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
.mianban3 .xxglbg h3{
    background: url("/static/zt/img/2026sydwkc_zt_ffbz_bimg.png") no-repeat center left;
    font-size: 24px;
    padding-left: 20px;
    line-height: 46px;
    color: #fff;
    text-shadow: 1px 1px 0px #333, 1px -1px 0px #333, -1px 1px 0px #333, -1px -1px 0px #333;
}
.mianban3 .xxglbg ul{
    display: flex;
    background: #00af9c;
    padding: 20px 40px;
    justify-content: space-around;
}
.mianban3 .xxglbg li{
    padding: 10px 20px;
    background: #fff5c9;
    font-size: 18px;
    color: #007075;
    border-radius: 10px;
}
.mianban3 .shiziimg{
    content: url("/static/zt/img/2026sydwkc_zt_shizipc.png");
}
/*科学备战*/
.kxbz{ display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; 
    transition: all .5s;cursor: pointer;}
.kxbz :hover{
   transform: translateY(-5px);
}
.kxbz .kxbz_list{ width: 352px; height: 230px; background: url("/static/zt/img/2026sydwkc_zt_kxbz_bg.png") no-repeat center; text-align: center; padding-top: 30px; margin-bottom: 40px; }
.kxbz .kxbz_list:nth-child(1){margin-left: 200px; }
.kxbz .kxbz_list:nth-child(2){margin-right: 200px;}
.kxbz_list h4{ font-size: 24px; background-image: -webkit-linear-gradient(top,#009586,#013d37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 25px 0px 15px; }
.kxbz_list h4 span{ padding-right: 5px;}
.kxbz_list p{ font-size: 18px; color: #333; text-shadow: 1px 2px 0px #fff; line-height: 32px;  }




/*笔试课程*/
.kcxl{ display: flex; justify-content: center; align-items: center; padding-top:60px; flex-wrap: wrap; padding-bottom: 10px;}
.kcxl li{ width: 190px; height: 66px; background: url("/static/zt/img/2026sydwkc_zt_kc_list.png") no-repeat center / 100% 100%; line-height: 66px; text-align: center; font-size: 17px; color: #fff; cursor: pointer; }
.kcxl li.on{ background: url("/static/zt/img/2026sydwkc_zt_kc_list_on.png") no-repeat center / 100% 100%; font-weight: bolder; }

/*课程表格*/
.kcxl_table{ padding:10px 5px;}
.kcxl_table h3{ font-size: 26px; height:64px; line-height: 64px; color: #fff; background: url("/static/zt/img/2026sydwkc_zt_icon6.png") no-repeat 30px center, linear-gradient(to right,#00a18f,#00bbab); padding-left:60px;  border-radius: 10px 10px 0px 0px;}
table{width:100%; margin: 0 auto; background: #fff; }
table th{ font-size:18px; background: #088061; line-height:56px; border:1px solid #1fc69b; color:#fff;text-align: center;}
table td{ padding:10px 5px; font-size:14px; line-height:28px; color:#000; border:1px solid #1fc69b; text-align:center;}
table td:first-child{ font-weight: bold;}
table td b{font-weight:bold; color:#00805f;}
table td em{font-weight:bold; color:#ff2708;}
table td a{font-size:14px;line-height:30px; display:inline-block; padding:0 12px; margin:5px auto; border:1px solid #00805f; border-radius:30px;}
table td a:hover{color:#fff; background:linear-gradient(to bottom, #00805f, #013d37); }

table tr td:nth-child(2){ text-align: left;}
table tr td.center{ text-align: center;}

@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 img{
        width: 100%;
        font-size: 0;
        display: block;
    }
    
    .hengfu1{
        width: 10rem !important;
        height: 5rem !important;
    }
    
    .hengfu1 .qrcodeinfo {
        display: none;
    }
    .hengfu1 .qrcodebg{
        height: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 3rem;
    }
    .hengfu1 .qrcodebg img{
        width: 2rem;
        height: 2rem;
    }
    .hengfu1 .qrcodebg span{
        font-size: 0.32rem;
        text-align: center;
        line-height: 0.48rem;
        font-weight: bold;
        color: #008389;
    }
        
    .mianban{
        width: 10rem;
        border: 0.15rem solid #089282;
        border-radius: 0.15rem;
        margin: 0.4rem 0;
        
    }
    .mianban2{
        width: 100%;
        border: 6px solid #FBB142;
        border-radius: 6px;
    }
    .mianban3{
        width: 100%;
        background-color: #FFF6D1;
        border-radius: 6px;
        position: relative;
        display: flex;
        flex-direction: column;
        padding:0.5rem 0.2rem 0.2rem 0.2rem;
        box-sizing: border-box;
        
    }
    .mianban3 .titleimg{
        width: 5.13rem;
        height: 0.88rem;
        background: url("/static/zt/img/2026sydwkc_zt_tit_bg.png") no-repeat center;
        background-size: 100% 100%;
        text-align: center;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        top: -0.55rem;
    }
    .mianban3 .title{
        
        text-shadow: 1px 1px 0 #00a593, -1px 1px 0 #00a593, 1px -1px 0 #00a593, -1px -1px 0 #00a593;
        line-height: 0.86rem;
        font-size: 0.4rem;
        color: #fff;
    }
    .mianban3 .youshiline{
        flex-direction: column;
        
    }
    .mianban3 .youshiline .item{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all .5s;
    }
    .mianban3 .youshiline .item:hover{
        transform: translateY(-10px);
    }
    .mianban3 .youshiline .item .line1{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0.2rem 0;
        
    }
    .mianban3 .youshiline .item .line1 img{
        width: 0.88rem;
        height: 0.88rem;
    }
    .mianban3 .youshiline .item .line1 .right{
        display: flex;
        flex-direction: column;
        width: calc(100% - 0.88rem);
    }
    .mianban3 .youshiline .item .line1 .right .bigtitle{
        font-size: 0.42rem;
        line-height: 1.5;
        font-weight: bolder;
        background-image: -webkit-linear-gradient(top, #009586, #013d37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mianban3 .youshiline .item .line1 .right .stitle{
        font-size: 0.3rem;
        color: #333;
    }
    .mianban3 .xxglbg h3 {
        background: url("/static/zt/img/2026sydwkc_zt_ffbz_bimg.png") no-repeat center left / 2.8rem 0.7rem;
        font-size: 0.32rem;
        padding-left: 0.2rem;
        line-height: 0.7rem;
        color: #fff;
        text-shadow: 0.02rem 0.02rem 0 #333, 0.02rem -0.02rem 0 #333, -0.02rem 0.02rem 0 #333, -0.02rem -0.02rem 0 #333;
    }
     .mianban3 .xxglbg  ul {
        display: flex;
        background: #00af9c;
        padding: 0.2rem;
        justify-content: space-around;
        flex-wrap: wrap;
    }

     .mianban3 .xxglbg  ul li {
        padding: 0.1rem 0.2rem;
        background: #fff5c9;
        font-size: 0.36rem;
        color: #007075;
        border-radius: 0.1rem;
        margin: 0.1rem 0;
    }
    .kxbz .kxbz_list{ width: 50%; height: auto;  text-align: center; background: none;     padding-top: 0.3rem;margin-bottom: 0.4rem;}
    .kxbz .kxbz_list:nth-child(1){margin-left: 0; }
    .kxbz .kxbz_list:nth-child(2){margin-right: 0;}
    .kxbz .kxbz_list:nth-child(5){width: 100%;}
    .kxbz_list h4{ font-size: 0.4rem; background-image: -webkit-linear-gradient(top,#009586,#013d37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0.25rem 0px 0.15rem; }
    .kxbz_list h4 span{ padding-right: 5px;}
    .kxbz_list p{ font-size: 0.32rem; color: #333; text-shadow: 1px 2px 0px #fff; line-height: 32px;  }
    .mianban3 .shiziimg{
        content: url("/static/zt/img/2026sydwkc_zt_shizim.png");
    }
    
    .kcxl{ display: flex; justify-content: center; align-items: center; padding-top:0.6rem; flex-wrap: wrap; padding-bottom: 0.1rem;}
    .kcxl li{ width: 2.8rem; height: 0.97rem; background: url("/static/zt/img/2026sydwkc_zt_kc_list.png") no-repeat center / 100% 100%; line-height: 0.97rem; text-align: center; font-size: 0.32rem; color: #fff; cursor: pointer; }
    .kcxl li.on{ background: url("/static/zt/img/2026sydwkc_zt_kc_list_on.png") no-repeat center / 100% 100%; font-weight: bolder; }
    .kcxl_table h3{ font-size: 0.42rem; height:0.8rem; line-height: 0.8rem; color: #fff; background: url("/static/zt/img/2026sydwkc_zt_icon6.png") no-repeat 0.6rem center, linear-gradient(to right,#00a18f,#00bbab); padding-left:0.6rem;  border-radius: 0.1rem 0.1rem 0px 0px;}

}

@media screen and (min-width: 1200px) {
    .banner img{
        width: 100%;
        min-width: 1200px;
        font-size: 0;
        display: block;
        
    }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
    .banner img{
        width: 100%;
        font-size: 0;
        display: block;
    }
}

