
* {

    box-sizing: border-box;
}

.yjgl_wrap {
    background-color: #c9e5fe;
}

.yjgl_wrap .w1500 {
    width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.yjgl_wrap .yjgl_header {
    width: 100%;
    height: 688px;
    background: url(/emergency/yjgl2024071820.png) no-repeat center top;
    background-size:100% 688px;
    padding-top:30px;
    
}

.yjgl_wrap .yjgl_header .w1500 {
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.yjgl_wrap .yjgl_header .wza {
    position: absolute;
    top: 50px;
    right: 60px;
}

.yjgl_wrap .yjgl_header .wza img {
    vertical-align: middle;
}

.yjgl_wrap .yjgl_header .wza a {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.yjgl_wrap .yjgl_header h2 {

text-align: center;
margin-top: 70px;

}

.yjgl_wrap .yjgl_header .inp_btn {
    height: 70px;
    width: 600px;
    border-radius: 35px;
    border:1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    margin-top: 30px;
    /* display: flex;
    align-items: center; */
    position: relative;
}

.yjgl_wrap .yjgl_header .inp_btn input {
    width: 510px;
    height: 70px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    padding-left:35px;
    
}

.yjgl_wrap .yjgl_header .inp_btn a {
    display: inline-block;
    width: 47px;
    height: 47px;
    background: url(/emergency/yjgl2024071817.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

}

.yjgl_wrap .yjgl_header .inp_btn input::placeholder {
    color: #fff;
    font-size: 20px;
}

.yjgl_wrap .lhq_yjgl_content {
    width: 100%;
    background: url(/emergency/yjgl2024071821.png) no-repeat center bottom;
    background-size: 100% 100%;
    margin-top: -236px;
    overflow: hidden;
    padding-bottom: 100px;
}

/* 导航 start */

.yjgl_wrap .lhq_yjgl_content .nav {
    margin-top: 280px;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li {
    float: left;
    width: 460px;
    height: 75px;
    background-color: #fff;
    border:2px solid #4ebdf1;
    border-radius: 6px;
    line-height: 75px;
    text-align: center;
    font-size: 26px;
    color:#4fbeef;
    font-weight: bold;
    cursor: pointer;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:hover {
   
    box-shadow: 0 0 11px rgba(255, 255, 255, 0.6);
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li i {
    font-size: 26px;
    font-weight: bold;
    color: #4fbeef;
    margin-right: 10px;
    position: relative;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2) {
    margin:0 60px;

}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2) i::after {
    position:absolute;
    content: '';
    background:url('/emergency/yjgl2024071818.png') no-repeat center;
    width: 29px;
    height: 25px;
    background-size: 100% 100%;
    right: -38px;
    top: 21%;
    transform: rotateZ(180deg);
    transition: all 0.5s;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(3) i::before {
    position:absolute;
    content: '';
    background:url('/emergency/yjgl2024071818.png') no-repeat center;
    width: 29px;
    height: 25px;
    background-size: 100% 100%;
    right: -38px;
    top: 21%;
    transform: rotateZ(180deg);
    transition: all 0.5s;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li.active {
    background:linear-gradient(to left, #4cbaf4,#57cfde, #67e3c3);
    color: #fff;
    box-shadow: 0 0 11px rgba(255, 255, 255, 0.6);
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li.active i {
    color: #fff;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2).active i::after {
    transform: rotateZ(0deg);
    background:url('/emergency/yjgl2024071819.png') no-repeat center;
    top:21%;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(3).active i::before {
    transform: rotateZ(0deg);
    background:url('/emergency/yjgl2024071819.png') no-repeat center;
    top:21%;
}


.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 {
    height: auto;
    width: 100%;
    background: linear-gradient(to left, #ffffff00, hsla(0, 0%, 100%, 0.385), hsla(0, 0%, 100%, 0));
    margin-top: 45px;
    
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul {
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px 30px;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li {
    float: left;
    width: 170px;
    height: 66px;
    background-color: #fff;
    border:2px solid #4ebdf1;
    border-radius: 6px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color:#4fbeef;
    font-weight: bold;
    cursor: pointer;
    margin-right: 48px;
    margin-top:20px;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li.wgry {
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li.acsc {
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li:hover {
    background:linear-gradient(to left, #4cbaf4,#57cfde, #67e3c3);
    color: #fff;
    box-shadow: 0 0 11px rgba(255, 255, 255, 0.6);
}

.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li:last-child {
    margin-right: 0;

}

.yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li.active {
    background:linear-gradient(to left, #4cbaf4,#57cfde, #67e3c3);
    color: #fff;
    box-shadow: 0 0 11px rgba(255, 255, 255, 0.6);
}



/* 搜索结果 star */

.yjgl_wrap .lhq_yjgl_content .theme_search {
    width: 100%;
    height: auto;
    border-radius: 1px solid #fff;
    background-color: #ebf7ff;
    border-radius: 30px;
    margin-top: 100px;
    position: relative;
    padding: 50px 30px 40px;
    box-shadow: 9px 0 15px rgba(54, 106, 171, 0.3);
    /* padding-bottom: 40px; */
    
}

.yjgl_wrap .lhq_yjgl_content .theme_search h3 {
    width: 470px;
    height: 75px;
    background:url("/emergency/yjgl2024071804.png") no-repeat center;
    background-size: 100% 75px;
    margin: 0 auto;
    position: absolute;
    top:-30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 10px;
}

.yjgl_wrap .lhq_yjgl_content .theme_search h3.active {
    font-size: 26px;
    letter-spacing: 5px;
}


.yjgl_wrap .lhq_yjgl_content .theme_search ul li {
    height: 325px;
    width: 460px;
    background-color: #caf6ff;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    margin-top:30px;
}

.yjgl_wrap .lhq_yjgl_content .theme_search ul li:nth-child(3n) {
    margin-right: 0;
}

.yjgl_wrap .lhq_yjgl_content .theme_search ul li:hover {
    box-shadow: 0 0 20px rgba(78, 77, 77, 0.5);
}


.yjgl_wrap .lhq_yjgl_content .theme_search ul li .vid {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width:86%;
    height: 220px;
    margin-top: 39px;
}
.yjgl_wrap .lhq_yjgl_content .theme_search ul li .vid .poster_cover {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.yjgl_wrap .lhq_yjgl_content .theme_search ul li .vid .poster_cover a {
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #fff;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.yjgl_wrap .lhq_yjgl_content .theme_search ul li .vid .poster_cover a img {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}


.yjgl_wrap .lhq_yjgl_content .theme_search ul li .vid video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yjgl_wrap .lhq_yjgl_content .theme_search ul li p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #142028;
    line-height: 50px;
}

/* 搜索结果 end  */

/* 新的城中村 start  */

.yjgl_wrap .lhq_yjgl_content .theme1 {
    width: 100%;
    height: 450px;
    border-radius: 1px solid #fff;
    background-color: #ebf7ff;
    border-radius: 30px;
    margin-top: 100px;
    position: relative;
    padding: 0 30px;
    box-shadow: 9px 0 15px rgba(54,106,171,0.3);
    padding-top: 80px;
}

.yjgl_wrap .lhq_yjgl_content .theme1 h3 {
    width: 470px;
    height: 75px;
    background:url("/emergency/yjgl2024071804.png") no-repeat center;
    background-size: 100% 75px;
    margin: 0 auto;
    position: absolute;
    top:-30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 10px;
}

.yjgl_wrap .lhq_yjgl_content .theme1 .f_top {
    display: none;
}

.yjgl_wrap .lhq_yjgl_content .theme1 .swiper {
    width:95%;
    overflow: hidden;
    margin: 0 auto;
}

.yjgl_wrap .lhq_yjgl_content .theme1 .swiper .swiper-wrapper .swiper-slide {
    height: 325px;
    /* width: 460px; */
    background-color: #caf6ff;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}


.yjgl_wrap .lhq_yjgl_content .theme1 .swiper .swiper-wrapper .swiper-slide p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #142028;
    line-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
    padding: 0 10px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right:20px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left:20px;
}

.swiper-container-horizontal>.swiper-scrollbar {
        left: 4%;
    bottom: 15px;
    width: 93%;
}

.yjgl_wrap .lhq_yjgl_content .theme1 .vid {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width:86%;
    height: 71%;
    margin-top: 39px;
}

.yjgl_wrap .lhq_yjgl_content .theme1 .vid .poster_cover {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.yjgl_wrap .lhq_yjgl_content .theme1 .vid .poster_cover a {
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #fff;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.yjgl_wrap .lhq_yjgl_content .theme1 .vid .poster_cover a img {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}


.yjgl_wrap .lhq_yjgl_content .theme1 .vid video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yjgl_wrap .lhq_yjgl_content .theme1 .right_row {
    display: none;
}

/* 文字稿件 */

.yjgl_wrap .lhq_yjgl_content .theme2 {
    width: 100%;
    height: auto;
    border-radius: 30px;
    background-color: #ebf7ff;
    margin-top: 100px;
    position: relative;
    box-shadow: 9px 0 15px rgba(54,106,171,0.3);
    padding:80px 30px 25px;
}

.yjgl_wrap .lhq_yjgl_content .theme2 h3 {
    width: 470px;
    height: 75px;
    background:url("/emergency/yjgl2024071804.png") no-repeat center;
    background-size: 100% 75px;
    margin: 0 auto;
    position: absolute;
    top:-30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 10px;
}

.yjgl_wrap .lhq_yjgl_content .theme2 h3.acsc {
    font-size: 22px;
}

.yjgl_wrap .lhq_yjgl_content .theme2 h3.acsc br {
    display: none;
}

.yjgl_wrap .lhq_yjgl_content .theme2 .swiper {
    width:95%;
    overflow: hidden;
    margin: 0 auto;
}

.yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    background-color: #caf6ff;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide a {
    display: inline-block
}

.yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide a span {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #142028;
    line-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide a img{
    margin: 0 auto;
    width: 86%;
    height: 71%;
    margin-top: 39px;
}

.yjgl_wrap .lhq_yjgl_content .theme2 .right_row {
    display: none;
}

/* 文字稿件 */
/* 新的城中村 ent  */


.public-footer {
    margin-top:0 !important;
}



@media screen and (max-width:1560px){
    /* .yjgl_wrap .w1500 {
        width:1380px;
    } */

    .yjgl_wrap .yjgl_header .w1500 {
        max-width: 1270px;
    }

    .yjgl_wrap .yjgl_header .w1500 .lh_online a img {
        width: 20%;
    }

    .yjgl_wrap .yjgl_header .wza {
        top:20px;
    }

    .yjgl_wrap .yjgl_header {
        height: 586px;;
        background-size: 100% 560px;
    }

    .yjgl_wrap .yjgl_header h2 {
        margin-top: 45px;
    }

    .yjgl_wrap .yjgl_header h2 img {
        width:60%;
    }
    

    .yjgl_wrap .yjgl_header .inp_btn {
        height: 50px;
        width: 500px;
    }

    .yjgl_wrap .yjgl_header .inp_btn input {
        width: 410px;
        height: 50px;
    }

    .yjgl_wrap .yjgl_header .inp_btn a {
        width: 37px;
        height: 37px;
    }

    .yjgl_wrap .lhq_yjgl_content {
        background-size: 100% 100%;
        width: 100%;
        background-position: 39%;
    }

    .yjgl_wrap .lhq_yjgl_content .w1500 {
        width: 1270px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search {
        height: 100%;
        padding-bottom: 30px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li {
        width: 31.6%;
        height: 100%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li video {
        width: 85%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 {
        height: 100%;
        padding-bottom: 20px;
        margin-top: 95px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .theme1_left {
        width: 540px;
        height: 100%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .theme1_left .theme1_left_top {
        height: 50%;
    
    }

    .yjgl_wrap .lhq_yjgl_content .nav {
        margin-top: 220px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li {
        width:30%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li {
        width: 23.7%;
        height: auto;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        top:55%
    }
    
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        top:55%
    }

    .swiper-container-horizontal>.swiper-scrollbar {
      left: 5%;
    bottom: 7px;
    width: 90%;
}

}

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

    .yjgl_wrap .yjgl_header {
        height: 554px;
        background-size: 100% 470px;
    }
    .yjgl_wrap .yjgl_header .w1500 {
        max-width: 1000px;
    }

    .yjgl_wrap .yjgl_header h2 {
        margin-top: 15px;
    }

    .yjgl_wrap .lhq_yjgl_content .w1500 {
        width: 980px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li {
        width: 29%;
        font-size: 18px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li i {
        font-size: 18px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2) i::after {
        width: 21px;
        height: 20px;
        right: -29px;
        top: 14%;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2).active i::after {
        background-size:contain;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(3) i::before {
        width: 21px;
        height: 20px;
        right: -29px;
        top: 14%;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(3).active i::before {
        background-size:contain;
    }

    .yjgl_wrap .lhq_yjgl_content .nav {
        margin-top: 190px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li {
        padding:0 38px;
        width:auto;
        font-size: 16px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li {
        width: 31.1%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li .vid {
        height: 60%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li {
        width: 23.3%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li video {
        height: 158px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .swiper .swiper-wrapper .swiper-slide {
        height: 230px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .vid {
        height: 60%;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        top:60%
    }
    
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        top:60%
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 {
        height: 100%;
        padding-bottom: 20px;
        margin-top: 95px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide {
        height: 230px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide a {
    height: 84%;
    width: 86%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide a img {
        width:100%;
    }

  
}

@media screen and (max-width:1000px){ 
    .yjgl_wrap .yjgl_header {
        height: 480px;
        background-size: 100% 340px;
    }

    .yjgl_wrap .yjgl_header .w1500 {
        max-width: 760px;
    }

    .yjgl_wrap .yjgl_header .wza {
        right: 10px;
    }

    .yjgl_wrap .yjgl_header .inp_btn {
        height: 35px;
        width: 380px;
        margin-top: 14px;
    }

    .yjgl_wrap .yjgl_header .inp_btn input {
        height: 35px;
        width: 327px;
        font-size: 14px;
        padding-left: 15px;
    }

    .yjgl_wrap .yjgl_header .inp_btn input::placeholder {
        color: #fff;
        font-size: 14px;
    }

    .yjgl_wrap .lhq_yjgl_content {
        background-size: cover;
        width: 100%;
        background-position: 31%;
    }

    .yjgl_wrap .yjgl_header .inp_btn a {
        width: 25px;
        height: 25px;
        right: 15px;
    }

    .yjgl_wrap .lhq_yjgl_content .w1500 {
        width: 740px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li {
        width: 31.5%;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2) {
        margin: 0 20px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li i {
        font-size: 16px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2) i::after {
        width: 17px;
        height: 17px;
        right: -22px;
        top: 11%;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li {
        margin-right: 23px;
        padding: 0 25px;
        font-size: 14px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search {
        margin-top: 80px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search h3 {
        width: 472px;
        height: 72px;
        line-height: 72px;
        background-size: 80% 59px;
        font-size: 30px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search h3.active {
        font-size: 20px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li {
        margin-right: 22px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li video {
        width: 89%;
        margin-top: 6px;
        height: 127px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li p {
        line-height: 38px;
        font-size: 14px;;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 {
        margin-top: 80px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 h3 {
        width: 472px;
        height: 72px;
        line-height: 72px;
        background-size: 80% 59px;
        font-size: 30px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 h3.acsc {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul {
        padding-top: 57px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li {
        width: 48.5%;
        margin-top: 38px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li video {
        height: 193px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 13px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left:13px;
    }


    .yjgl_wrap .lhq_yjgl_content .theme1 .swiper .swiper-wrapper .swiper-slide p {
        font-size: 14px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 .swiper .swiper-wrapper .swiper-slide a span {
       font-size: 14px;
    }

}


@media screen and (max-width:760px){ 
    
    .yjgl_wrap .yjgl_header {
        height: 431px;
        background-size: 100% 279px;
        padding-top: 15px;
    }
    .yjgl_wrap .yjgl_header .w1500 {
        max-width: 500px;
    }

    .yjgl_wrap .yjgl_header .w1500 .lh_online a img {
        width: 30%;
    }

    .yjgl_wrap .yjgl_header .wza {
        top: 0px;
    }

    .yjgl_wrap .yjgl_header h2 img {
        width: 80%;
    }

    .yjgl_wrap .yjgl_header .inp_btn {
        height: 30px;
        width: 60%;
    }

    .yjgl_wrap .yjgl_header .inp_btn input {
        height: 30px;
        padding-left: 10px;
        width: 87%;
        font-size: 12px;

    }

    .yjgl_wrap .yjgl_header .inp_btn input::placeholder {
        font-size: 12px;
    }

    .yjgl_wrap .yjgl_header .inp_btn a {
        width: 20px;
        height: 20px;
        right: 10px;
    }

    .yjgl_wrap .lhq_yjgl_content {
            padding-bottom: 60px;
    }

    .yjgl_wrap .lhq_yjgl_content .w1500 {
        width: 95%;
    }

    .yjgl_wrap .lhq_yjgl_content .nav {
        margin-top: 96px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li {
        width: 30.5%;
        line-height: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(1) {
        line-height: 50px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(2) i::after {
        content:none;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(3) i::before {
        content:none;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li i {
        font-size: 15px;
        display: block;
        padding: 5px;
        width: 100%;
        margin-right: 0;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 {
        width: 100%;
        margin-top: 20px;
    }



    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul::before {
        display: none;
    }

     .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul::after {
         display: none;
     }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li {
      padding: 0;
        width: 28.8%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        margin-right: 0;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li.wgry {
        line-height: 17px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li.acsc {
            line-height: 13px;
            font-size: 12px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search {
        margin-top: 60px;
        padding-top:20px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search h3 {
        width: 80%;
        font-size: 22px;
        height: 48px;
        line-height: 49px;
        top: -18px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search h3.active {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul {
        padding-top: 30px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li {
        width: 100%;
        margin-top: 20px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li video {
        height: 100%;
        margin-top: 25px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li p {
        line-height: 50px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 {
        margin-top: 60px;
        padding-top:60px;
        position: relative;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 h3 {
        width: 80%;
        font-size: 22px;
        height: 48px;
        line-height: 49px;
        top: -18px;
        letter-spacing: 4px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 h3.wgry {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 h3 {
    width: 80%;
    height: 55px;
    top: -19px;
    line-height: 59px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 h3.acsc {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul {
        padding-top: 30px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li {
        width: 100%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 ul li video {
        height: 100%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .f_top {
        display: block;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .right_row {
        position: absolute;
        right: 4%;
        bottom: 7px;
        display: block;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .swiper {
        margin-top: 20px;
        /* overflow-x: auto; */
        padding-bottom: 20px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .vid {
        margin-top:10%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .swiper .swiper-wrapper .swiper-slide {
        height: auto;
    }

        .swiper-container-horizontal>.swiper-scrollbar {
      left: 5%;
    bottom: 20px;
    width: 90%;
}

      .yjgl_wrap .lhq_yjgl_content .theme2 .right_row {
        position: absolute;
        right: 4%;
        bottom: 7px;
        display: block;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 .swiper {
        padding-bottom:20px;
    }
}

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

    .yjgl_wrap .yjgl_header {
        height: 372px;
        background-size: 100% 49%;
    }

    .yjgl_wrap .yjgl_header .w1500 {
        max-width: 90%;
    }

    .yjgl_wrap .yjgl_header .w1500 .lh_online a img {
        width: 38%;
    }

    .yjgl_wrap .yjgl_header .wza img {
        width:20%;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li {
        width: 42.5%;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_top ul li:nth-child(3) {
        margin-top: 10px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search h3 {
        font-size: 20px;
        height: 48px;
        line-height: 49px;
        top: -18px;
        letter-spacing: 2px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 h3.wgry {
        font-size: 17px;
        letter-spacing: 2px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme2 h3.acsc {
        line-height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
     }

    .yjgl_wrap .lhq_yjgl_content .theme2 h3.acsc br {
    display: block;
}

    .yjgl_wrap .lhq_yjgl_content .theme_search h3.active {
        font-size: 18px;
        letter-spacing: 1px;
        background-size: 100% 59px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 {
        padding: 50px 15px 15px 15px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .right_row {
        bottom: 3px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li {
        width: 31.8%;
        margin-top: 10px;
        font-size:12px;
    }

    .yjgl_wrap .lhq_yjgl_content .nav .nav_bottom2 ul li:last-child {
        width:31%;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search {
        padding: 0 15px 15px 15px;
    }

     .yjgl_wrap .lhq_yjgl_content .theme_search ul li .vid {
        margin-top: 20px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme_search ul li p {
        line-height: 38px;
        font-size: 12px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .swiper .swiper-wrapper .swiper-slide p {
        font-size: 12px;
    }

    .yjgl_wrap .lhq_yjgl_content .theme1 .swiper .swiper-wrapper .swiper-slide {
        padding-bottom: 10px;
    }

    .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 16px;
}
 
}

.yjgl_wrap .lhq_yjgl_content .theme1 .f_top video{width: 100%;height: 100%;}


































