* {
    box-sizing: border-box;
}



.content p {
    text-indent: 2em;
}

.banner {
    width: 100%;
    height: 700px;
    background: url(/ztjd/tdzc2026051901.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.banner h2 {
    text-align: center;
    width: 1170px;
    margin:0 auto;
    margin-top: 86px;
    font-size: 60px;
    font-weight: bold;
    text-shadow: -4px -4px 4px #ffffff, 4px -4px 4px #fff, -4px 4px 4px #fff, 4px 4px 4px #fff;
    color: #5b94e2;

}


.banner .logo {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.banner .logo .wza {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.banner .logo .wza a {
    color: #fff;
}

.banner .logo .wza img {
    vertical-align: middle;
}

.content {
    height: auto;
    padding-bottom: 80px;
    background: url(/ztjd/tdzc2026051922.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 80px;
}

.content .w1400 {
    width: 1400px;
    margin: 0 auto;
}

.content .theme1 {
    width:100%;
    padding:40px 25px;
    border-radius: 30px;
    border:1px solid #fff;
    box-shadow: 0 0 18px rgba(90, 147, 224, 0.5);
    margin-top: 113px;
    position: relative;
    background-color: #e4f4fe;
}

.content .theme1 .theme1_title {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 73%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.content .theme1 .theme1_title a {
    display: inline-block;
    border-radius: 10px;
    color: #5b94e2;
    background-color: #fff;
    border:2px solid #5b94e2;
    font-weight: bold;
    width: 420px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 59px;
    cursor: pointer;
}

.content .theme1 .theme1_title a.theme1_active {
    background-image: linear-gradient(to right,#82b9fc,#297ae1);
    color: #fff;
    border: none;
}

.content .theme1 .theme1_title a:hover {
    background-image: linear-gradient(to right,#82b9fc,#297ae1);
    color: #fff;
    border: none;
}

.content .theme1 .theme1_content {
    margin-top: 55px;
}

.content .theme1 .theme1_content .theme1_content_item {
    display: none;
    opacity: 0;
}



.content .theme1 .theme1_content .theme1_content_item:nth-child(1) {
    display: block;
    opacity: 1;
}

.content .theme1 .theme1_content .theme1_content_item:nth-child(2) .theme1_p {
    float: none;
    width: 100%;
        height: auto;
}

.content .theme1 .theme1_content .theme1_content_item:nth-child(2) .theme1_p:nth-child(2) {
    margin:0;
    margin-top:15px;
}

.content .theme1 .theme1_content .theme1_content_item .theme1_p {
    width: 30%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 370px;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    float: left;
}

.content .theme1 .theme1_content .theme1_content_item p {
    height: 100%;
    overflow: auto;
    padding-right: 10px;
}

.content .theme1 .theme1_content .theme1_content_item p::-webkit-scrollbar {
        width: 8px;
        background-color: #e4e5e6;
        border-radius: 20px;
}
.content .theme1 .theme1_content .theme1_content_item p::-webkit-scrollbar-thumb {
        background-color: #6f96bc;
        border-radius: 20px;
    }

.content .theme1 .theme1_content .theme1_content_item p span {
    display: block;
    text-indent: 0;;
    text-indent: 2em;
}

.content .theme1 .theme1_content .theme1_content_item p b {
    text-indent: 2em;
    color: #333;
    font-weight: normal;
    display: block;
}

.content .theme1 .theme1_content .theme1_content_item .theme1_p:nth-child(2) {
    margin: 0 5%;
}

.content .tit_tongyoug{
    text-align: center;
    margin-top: 55px;
    font-size: 60px;
    font-weight: bold;
    text-shadow: -4px -4px 4px #ffffff, 4px -4px 4px #fff, -4px 4px 4px #fff, 4px 4px 4px #fff;
    color: #5b94e2;
}

.content .content_tongyoug {
    width:100%;
    padding:35px 25px;
    border-radius: 30px;
    border:1px solid #fff;
    box-shadow: 0 0 18px rgba(90, 147, 224, 0.5);
    margin-top: 25px;
    background-color: #e4f4fe;
}

.content .theme2 .theme2_content ul li {
    background-color: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-top: 43px;
    position: relative;
}

.content .theme2 .theme2_content ul li:nth-child(1) {
    margin-top: 25px;
}

.content .theme2 .theme2_content ul li .theme2_tit {
    border-radius: 22px;
    border-bottom-left-radius: 0;
    color:#fff;
    font-size: 18px;
    text-align: center;
    padding:12px 30px;
    background-image: linear-gradient(to right,#82b9fc,#297ae1);
    position: absolute;
    left: 0;
    top: -25px;
}

.content .theme2 .theme2_content ul li p {
    margin-top: 20px;
    line-height: 29px;
    font-size: 16px;
}

.content .theme3 .theme3_content {
    padding-left:45px;
}

.content .theme3 .theme3_content ul li {
    background-color: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-top: 27px;
    position: relative;
}

.content .theme3 .theme3_content ul li span {
    position: absolute;
    left: -25px;
    top: 0px;
    width: 52px;
    height: 52px;
    border:8px solid #afcbfe;
    background-color: #588ef0;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    
}



.content .theme3 .theme3_content ul li .theme3_tit {
    font-size: 18px;
    font-weight: bold;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.content .theme3 .theme3_content ul li .theme3_tit i {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #588ef0;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top:0;
    right: -35px;
    cursor: pointer;
    transform: rotate(180deg);
}

.content .theme3 .theme3_content ul li .theme3_content_text {
    margin-top:20px;
     max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.content .theme3 .theme3_content ul li .theme3_content_text.theme3_content_text.show{
    max-height: 1000px;
}

/* 图片旋转过渡 */
.foldBtn {
    transition: transform 0.4s ease;
}
/* 旋转180度 */
.content .theme3 .theme3_content ul li .theme3_tit .foldBtn.rotate {
    transform: rotate(0deg);
}

.content .theme3 .theme3_content .theme3_content_text p {
    line-height: 25px;
    font-size: 16px;
}

.content .theme4_content {
    position: relative;
    margin-top:70px;
}

.content .theme4_content .theme4_content_item {
    display: none;
}

.content .theme4_content .theme4_content_item.theme4_active01 {
    display: block;
}

.content .theme4 .theme4_title {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.content .theme4 .theme4_title a {
    border-radius: 10px;
    color: #5b94e2;
    background-color: #fff;
    border:2px solid #5b94e2;
    font-weight: bold;
    width: 47%;
    height: 90px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    padding:15px;
            display: flex;
        align-items: center;
}

.content .theme4 .theme4_title a.theme4_active {
    background-image: linear-gradient(to right,#82b9fc,#297ae1);
    color: #fff;
    border: none;
}

.content .theme4 .theme4_title a:hover {
    background-image: linear-gradient(to right,#82b9fc,#297ae1);
    color: #fff;
    border: none;
}

.theme4 .theme4_small_tit {
    display: flex;
    justify-content: space-around;
}

.theme4 .theme4_small_tit li {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.theme4 .theme4_small_tit li span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.theme4 .theme4_small_tit li img {
    transition: all 0.3s;
}

.theme4 .theme4_small_tit li:hover img{
    transform: scale(1.1)
}

.theme4 .theme4_small_tit02 {
    display: flex;
    justify-content: space-around;
}

.theme4 .theme4_small_tit02 li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.theme4 .theme4_small_tit02 li span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.theme4 .theme4_small_tit02 li img {
    transition: all 0.3s;
}

.theme4 .theme4_small_tit02 li:hover img{
    transform: scale(1.1)
}

.theme4 .theme4_small_P {
    width:100%;
    padding:20px;
    border-radius: 30px;
    margin-top: 25px;
    background-color: #fff;
    display: none;
}

.theme4 .theme4_small_P p {
    font-size: 16px;
    line-height: 30px;
}

.theme4 .theme4_small_P.theme4_active02 {
    display: block;
}

.theme4 .theme4_small_P02 {
    width:100%;
    padding:20px;
    border-radius: 30px;
    margin-top: 25px;
    background-color: #fff;
    display: none;
}

.theme4 .theme4_small_P02 p {
    font-size: 16px;
    line-height: 30px;
}

.theme4 .theme4_small_P02.theme4_active03 {
    display: block;
}

.theme4_zc p {
    width:100%;
    padding:20px;
    background-color: #fff;
    border-radius: 14px;
    font-size: 16px;
        line-height: 32px;
} 

.theme4 .theme4_Law ul {
    width:215px;
}

.theme4 .theme4_Law ul li {
    width:215px;
    height: 130px;
    border-radius: 14px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:15px;
    cursor: pointer;
    
}

.theme4 .theme4_Law ul li:nth-child(1) {
    margin-top: 0;
}

.theme4 .theme4_Law {
    display: flex;
    justify-content: space-between;
}

.theme4 .theme4_Law ul li.theme4_active03 {
background-image: linear-gradient(to right,#82b9fc,#297ae1);
color:#fff;
}

.theme4 .theme4_Law ul li.theme4_active03 span {
    color:#fff;
}

.theme4 .theme4_Law ul li.theme4_active03 img:nth-child(1) {
    display: none;
}

.theme4 .theme4_Law ul li.theme4_active03 img:nth-child(2) {
    display: block;
}

.theme4 .theme4_Law ul li:hover {
    background-image: linear-gradient(to right,#82b9fc,#297ae1);
}

.theme4 .theme4_Law ul li:hover span {
    color: #fff;;
}

.theme4 .theme4_Law ul li:hover img:nth-child(1) {
    display: none;
}

.theme4 .theme4_Law ul li:hover img:nth-child(2) {
    display: block;
}

.theme4 .theme4_Law ul li img {
    width: 32%;
}

.theme4 .theme4_Law ul li img:nth-child(2) {
    display: none;
}

.theme4 .theme4_Law ul li span {
    color:#000;
    margin-top:8px;
    font-size: 22px;
    font-weight: bold;
}

.theme4 .theme4_Law .theme4_Law_content {
    width: 76%;
    height: 420px;
}

.theme4 .theme4_Law .theme4_Law_item {
    background-color: #fff;
    height: 100%;
    border-radius: 14px;
    width: 100%;
    padding: 20px;
    display: none;
    opacity: 0;
    position: relative;
}
.theme4 .theme4_Law .theme4_Law_item.theme4_Law_item_active {
    display: block;
    opacity: 1;
}



.theme4 .theme4_Law .theme4_Law_item .theme4_Law_p {
       height: 100%;
    overflow: auto;
    padding: 20px;
    padding-right: 35px;
    width: 100%;
}
.theme4 .theme4_Law .theme4_Law_item .theme4_Law_p_centent {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.theme4 .theme4_Law .theme4_Law_item .theme4_Law_p::-webkit-scrollbar {
        width: 8px;
        background-color: #e4e5e6;
        border-radius: 20px;
}
.theme4 .theme4_Law .theme4_Law_item .theme4_Law_p::-webkit-scrollbar-thumb {
        background-color: #6f96bc;
        border-radius: 20px;
    }


.theme4 .theme4_Law .theme4_Law_item p {
    font-size: 16px;
    line-height: 32px;
}

.theme5_content {
    display: flex;
}

.theme5 img {
    width: 30%;
}
.theme5 ul {
    width: 70%;
}
.theme5 ul {width:70%;}
.theme5 ul li a {display: block;position: relative;background: #fff;font-size: 19px;color: #333;margin-bottom: 15px;padding-left: 40px;padding-right: 60px;height: 70px;line-height: 70px;border-radius: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.theme5 ul li a::before {content: "";position: absolute;width: 10px;height: 10px;border-radius: 50%;background-color: #333;border-radius: 50%;left: 20px;top: 50%;transform: translateY(-50%);}
.theme5 ul li a:hover {z-index: 1;color: #fff;}
.theme5 ul li a:hover::before {background-color: #fff;}
.theme5 ul li a:hover::after {width: 100%;transition-timing-function: linear;transition: all ease .6s;z-index: -1;border-radius: 35px;}
.theme5 ul li a::after {content: '';display: inline-block;background-color: #326eec;height: 100%;width: 0px;position: absolute;left: 0;top: 0;border-radius: 35px;}

.theme6 .theme6_content .theme6_content_box{background:url(https://www.szlhq.gov.cn/ztjd/zcjd2026042218.png) no-repeat center;background-size: 100% 100%;padding:20px;width:100%;height: 800px;}
/* .theme6 .theme6_content .theme6_content_box */
.theme6 .theme6_content ul {height: 760px;overflow: auto;padding: 20px;}
.theme6 .theme6_content ul::-webkit-scrollbar {width: 8px;background-color: #e4e5e6;border-radius: 20px;}
.theme6 .theme6_content ul::-webkit-scrollbar-thumb {background-color: #769cd8;border-radius: 20px;}
.theme6 .theme6_content .Question {display: flex;margin-top: 30px;}
.theme6 .theme6_content .Question img {height: 70px;width: 70px;}
.theme6 .theme6_content .Question .Question_text {width: auto;padding: 20px;background-color: #fff;border-radius: 25px;border-top-left-radius: 0;font-size: 16px;margin-left: 20px;margin-top: 10px;}
.theme6 .theme6_content .Answer {display: flex;justify-content: flex-end;margin-top: 30px;}
.theme6 .theme6_content .Answer img {height: 70px;width: 70px;}
.theme6 .theme6_content .Answer .Answer_text {width: 80%;padding: 20px;background-color: #4085f4;border-radius: 25px;border-top-right-radius: 0;font-size: 16px;color: #fff;margin-right: 20px;margin-top: 10px;}



@media screen and (max-width: 1480px) {
    .banner .logo {
        width: 90%;
    }

    .content .w1400 {
        width: 95%;
    }

    .banner .logo .gh img {
        width: 80%;
    }

    .banner {
        height: 44vw;
    }

    .banner h2 {
    width:990px;
    font-size: 50px;
    margin-top: 4vw;
    }

    .content .theme1 .theme1_title {
        width:95%;
    }

    .content .theme4 .theme4_title a {
        font-size: 18px;
    }




}

@media screen and (max-width: 1250px) {
    .banner .logo {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1200px) {
        .banner .logo .gh img {
        width: 50%;
    }

        .banner .logo {
        margin-top: 10px;
    }
    .banner h2 {
        width: 81%;
        font-size: 28px;
        margin-top: 3vw;
    }

        .banner {
        height: 34vw;
    }

    .content .theme1 .theme1_title {
    top: -33px;
    }
    .content .theme1 .theme1_title a {
            width: 290px;
    height: 59px;
    line-height: 59px;
        font-size: 30px;
    }
.content .theme1 .theme1_content {
    margin-top: 20px;
}

.content .theme1 .theme1_content .theme1_content_item .theme1_p:nth-child(2) {
    margin:0;
     margin-top: 20px;
}

.content .theme1 .theme1_content .theme1_content_item .theme1_p {
    float: none;
    width:100%;
    height: auto;
    margin-top:15px;
}



.content .theme1 {
    margin-top: 80px;
}


.content .theme3 .theme3_content ul li .theme3_tit {
    width: 92%;
}

    .content .theme4 .theme4_title a {
        font-size: 16px;
        padding: 10px;
            width: 47%;
    }

    .theme4 .theme4_small_tit li span {
        font-size: 14px;
    }

    .theme4 .theme4_small_tit li {
        width:14%;
    }

    .theme4 .theme4_small_tit li img {
        width:100%;
    }

.theme4 .theme4_small_P p {
  font-size: 14px;
    line-height: 27px;
}


   .theme4 .theme4_small_tit02 li span {
        font-size: 14px;
    }

    .theme4 .theme4_small_tit02 li {
        width:14%;
    }

    .theme4 .theme4_small_tit02 li img {
        width:100%;
    }

    .theme4 .theme4_small_P02 p {
    font-size: 14px;
    line-height: 27px;
}

.theme4 .theme4_Law {
    flex-direction: column;
}

.theme4 .theme4_Law ul {
    width: 100%;
    display: flex;
            justify-content: space-evenly;
}

.theme4 .theme4_Law ul li {
    margin-top: 0;
    width:180px;
}

.theme4 .theme4_Law .theme4_Law_content {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.theme4 .theme4_Law .theme4_Law_item .theme4_Law_p_centent {
    position: inherit;
    transform: none;
}

.theme4 .theme4_Law .theme4_Law_item .theme4_Law_p {
    padding: 0;
    padding-right: 0;
}

.theme5 img {
    display: none;
}

.theme5 ul {
    width: 100%;
}

}

@media screen and (max-width: 950px) { 
    .content .theme4 .theme4_title a {
        font-size: 14px;
    }
}

@media screen and (max-width: 760px) {
        .banner .logo {
        margin-top: 10px;
    }
    .banner .logo .gh img {
        width: 40%;
    }

    .banner h2 {
        margin-top: 1.5vw;
        font-size: 4vw;
        width:76vw;
    }

    .banner {
        height: 41vw;
    }

    .content {
    padding-bottom: 50px;
}

        .content .w1400 {
        width: 90%;
    }

    .content .theme1 .theme1_title {

        top: -20px;
    }
.content .theme1 .theme1_title a {
    font-size: 16px;
            width: 40%;
        height: 38px;
        line-height: 38px;
}

    .content .theme1 .theme1_content {
        margin-top: 0;
    }

    .content .theme1 {
        padding:20px;
           margin-top: 50px;
    }


    .content .theme1 .theme1_content .theme1_content_item .theme1_p {
        font-size: 14px;
    }

    .content .tit_tongyoug {
    margin-top: 25px;
    font-size: 25px;
    }

    .content .content_tongyoug {
        margin-top: 15px;
        padding:20px;
    }

    .content .theme2 .theme2_content ul li .theme2_tit {
        font-size: 16px;
            padding: 8px 22px;
                top: -22px;
    }
.content .theme2 .theme2_content ul li p {
    margin-top: 9px;
    line-height: 27px;
    font-size: 14px;
}

.content .theme3 .theme3_content ul li .theme3_tit {
    font-size: 14px;
}

.content .theme3 .theme3_content ul li {
    margin-top: 21px;
}
.content .theme3 .theme3_content .theme3_content_text p {
    line-height: 24px;
    font-size: 14px;
}

.content .theme3 .theme3_content ul li .theme3_content_text {
    margin-top: 15px;
}

.content .theme3 .theme3_content ul li span {
    left: -26px;
    width: 45px;
    height: 45px;
    border: 6px solid #afcbfe;
    line-height: 31px;
    font-size: 20px;
}
.content .theme4 .theme4_title {
    position: inherit;
    top: 0;
    left: 0;
    transform: none;
    flex-direction: column;
}
    .content .theme4 .theme4_title a {
        padding: 10px;
        width: 100%;
            height: auto;
    }

      .content .theme4 .theme4_title a:first-child {
          margin-bottom: 10px;
      }
.content .theme4_content {
    margin-top: 15px;
}

    .theme4 .theme4_small_tit li {
        width: 28%;
        margin-top:10px;
    }

.theme4 .theme4_small_tit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .theme4 .theme4_small_tit02 li {
        width: 28%;
        margin-top:10px;
    }

.theme4 .theme4_small_tit02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .theme4 .theme4_small_tit02 li span {
        text-align: center;
    }

    .theme4_zc p {
        font-size: 14px;
    }

.theme4 .theme4_Law ul li span {
    font-size: 14px;
}
    .theme4 .theme4_Law ul li {
        width: 31%;
        height: auto;
    padding: 10px;
    }
    .theme4 .theme4_Law ul li img {
        width: 40%;
    }

    .theme4 .theme4_Law ul {
        justify-content: space-between;
    }

.theme4 .theme4_Law .theme4_Law_item p {
    font-size: 14px;
}
.theme5 ul li a {
    font-size: 14px;
       margin-bottom: 9px;
    padding-left: 37px;
    padding-right: 22px;
    height: 52px;
    line-height: 52px;
}

    .theme6 .theme6_content {
        height: auto;
    }

    .theme6 .theme6_content .theme6_content_box {
        padding:8px;
    }

    .theme6 .theme6_content .Question {
    margin-top: 20px;
}

.theme6 .theme6_content .Question img {
    height: 45px;
    width: 45px;
}

.theme6 .theme6_content ul {
    padding: 10px;
}

.theme6 .theme6_content .Question .Question_text {
    padding: 14px;
        font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}

.theme6 .theme6_content .Answer {
    margin-top: 20px;
}

.theme6 .theme6_content .Answer img {
    height: 45px;
    width: 45px;
}

.theme6 .theme6_content .Answer .Answer_text {
    width: 77%;
    padding: 14px;
     font-size: 14px;
}


}








































