h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

.index .banner {
    width: 100%;
    margin-bottom: 3rem;
}

.index .swiper {
    width: 100%;
    height: 100%;
}

.index .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .swiper-pagination-bullet {
    width: 5rem;
    height: 3px;
    border-radius: 0;
}

.index .swiper-pagination-bullet-active {
    background-color: var(--theme);
}

section {
    margin-bottom: 3rem;
    width: 100%;
}

section h2 {
    text-align: center;
    font-size: 36px;
    color: #231815;
    margin-bottom: 1rem;
}

.index_box1 {
    margin-top: 3rem;
}

.index_box1 .container > p {
    font-size: 1.5rem;
    text-align: center;
    color: #231815;
    margin-bottom: 1rem;
}

.index_box1_btns {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.index_box1_btns a {
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    background-color: #5e5c5c;
    color: white;
    font-size: 14px;
    position: relative;
    font-family: PingFang_Medium;
}

.channel .channel_list li p {
    text-align: center;
}

.index_box1_btns a:first-child:hover {
    background-color: #797979;
}

.index_box1_btns a:last-child {
    background-color: #fff;
    color: #5e5c5c;
    border: 1px solid #5e5c5c;
    overflow: hidden;
}

.index_box1_btns a:last-child:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4f514e;
    translate: 0 100%;
    transition: all .3s;
}

.index_box1_btns a:last-child:hover:after {
    translate: 0 0;
}

.index_box1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}

.index_box1 ul li {
    flex-basis: 33%;
    position: relative;
    margin-bottom: 2rem;
}

.index_box1 ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_box1 ul li .pic {
    height: 32rem;
    margin-bottom: 3rem;
}

.pic img {
    height: 100%;
    transition: all 0.5s;
}

.pic img:hover {
    transform: scale(1.03);
}

.index_box1 ul li a p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 8px;
}

.index_box1 ul li a p:nth-child(3) {
    font-size: 2rem;
    font-family: PingFang_Medium;
    margin-bottom: 8px;
}

.index_box1 ul li a p:nth-child(4) {
    font-size: 1.5rem;
    font-family: PingFang_Medium;
    margin-bottom: 8px;
}

.index_box1 ul li a p:nth-child(5) {
    opacity: 0.5;
    font-size: 1rem;
}

.index_box1 ul li .icon-shoucang {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    padding: 6px;
}

.index_box1 ul li:hover .icon-shoucang {
    display: block;
    cursor: pointer;
}

.index_box1 ul li .icon-shoucang:hover {
    /*background-color: #e0e0e0;*/
}

.index_box2 {
    /*background-image: url(../img/index02.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 50rem;
}

.index_box2 .container {
    height: 100%;
}

.index_box2_p {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.index_box2_p p:nth-child(1) {
    font-size: 1.375rem;
    margin-bottom: 1rem;
}

.index_box2_p p:nth-child(2) {
    font-size: 2.875rem;
    margin-bottom: 5rem;
    width: 29rem;
}

.index_box2_p p:nth-child(3) {
    font-size: 1.375rem;
    margin-bottom: 5rem;
}

.index_box2_p a {
    width: 14.375rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    box-sizing: border-box;
    position: relative;
    color: white;
    font-size: 1.5rem;
    border: 1px solid #5e5c5c;
    overflow: hidden;
    font-family: PingFang_Medium;
}

.index_box2_p a:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    translate: 0 100%;
    transition: all .3s;
}

.index_box2_p a:hover:after {
    translate: 0 0;
}

.index_box3 .container {
    display: flex;
    justify-content: space-between;
}
.index_box3 .container>a{
    overflow: hidden;
}
.index_box3_p {
    color: #231815;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    flex-basis: 60%;
}

.index_box3 img {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.index_box3 img:hover {
    transform: scale(1.03);
}


.index_box3_p p:nth-child(1) {
    font-size: 1.375rem;
    margin-bottom: 1rem;
}

.index_box3_p p:nth-child(2),
.index_box3_p p:nth-child(3) {
    font-size: 2.6rem;
}

.index_box3_p a {
    margin-top: 5rem;
    width: 14.375rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    box-sizing: border-box;
    position: relative;
    font-size: 1.5rem;
    border: 1px solid #5e5c5c;
    overflow: hidden;
    font-family: PingFang_Medium;
}

.index_box3_p a:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4f514e;
    translate: 0 100%;
    transition: all .3s;
}

.index_box3_p a:hover:after {
    translate: 0 0;
}

.index_box4 .video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video_box {
    display: none;
}

.index_box5 h3 {
    font-size: 2.875rem;
    margin-bottom: 3rem;
}

.index_box5 ul {
    display: flex;
}

.index_box5 ul li {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
}

.index_box5_img {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}

.index_box5 ul li img {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.index_box5 ul li img:hover {
    transform: scale(1.03);
}

.index_box5 ul li:nth-child(2) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.index_box5 ul li span {
    font-size: 22px;
    margin-bottom: 10px;
    color: #231815;
    font-family: PingFang_Medium;
}

section.index_box5 {
    margin-bottom: 6rem;
}

.index_box5 ul li p {
    font-size: 14px;
    margin-bottom: 30px;
    color: #231815;
    text-align: justify;
}

.index_box5 ul li a {
    font-size: 17px;
    color: #231815;
}

.index_box5 ul li a.more:hover {
    opacity: 0.7;
}

.index_box5 ul li a.more p {
    display: inline-block;
}

.index_box5 ul li a.more img {
    width: 5px;
}

.list_box2 h2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 2rem;
}
.list_box2 .swiper-slide .pic_box{
    margin-bottom: 1rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.list_box2 .swiper-slide img {
    max-width: 100%;
    transition: all 0.5s;
}
.list_box2 .swiper-slide img:hover {
    transform: scale(1.03);
}

.list_box2 .swiper-slide {
    box-sizing: border-box;
    text-align: center;
}

.detail .list_box2 .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.list_box2 .swiper-slide p {
    text-align: left;
    font-size: 16px;
}

.detail .list_box2 .swiper-slide p{
    text-align: center;
}

.detail .list_box2 .swiper-slide img{
    max-width: 50%;
    margin-bottom: 15px;
}

.detail_mySwiper3_close {
    position: absolute;
    z-index: 999;
    right: 45px;
    top: 35px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.detail_mySwiper3_close img {
    padding: 10px;
    max-width: 100%;
}

.detail_mySwiper3_close img:hover {
    background-color: #b6b3b3;
}

.detail .swiper-button-next img,
.detail .swiper-button-prev img{
    width: 10px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.detail_box1 {
    margin-top: 4rem;
}

.detail_box1 .container {
    display: flex;
    height: 40rem;
}

.detail_box1 .detail_box1_left {
    position: relative;
    width: 50%;
    margin-right: 8rem;
    box-sizing: border-box;
}

.detail_box1 .detail_box1_left .swiper-slide {
    display: flex;
    justify-content: center;
}

.detail_box1 .detail_box1_left .swiper-slide:hover {
    cursor: url(../img/cursor-zoom.svg) 25 25, default;
}

.detail_mySwiper3 .swiper-slide:hover {
    cursor: url(../img/cursor-zoom.svg) 25 25, default;
}

.detail_box1 .detail_box1_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-around;
}

.detail_box1 .detail_box1_right h2 {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.detail_box1 .detail_box1_right .p1 {
    font-size: 3rem;
    font-family: PingFang_Medium;
}

.detail_box1 .detail_box1_right .p2 {
    font-size: 2rem;
    font-family: PingFang_Medium;
}

.detail_box1 .detail_box1_right span {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 2rem;
}

.detail_box1 .detail_box1_right span:before {
    margin-right: 10px;
}

.detail_box1 .mySwiper2 {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
    height: 100%;
    width: 100%;
}

.detail_box1 .detail_box1_right .mySwiper .msy {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #5e5c5c;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.detail_box1 .detail_box1_right .mySwiper .msy:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4f514e;
    translate: 0 100%;
    transition: all .3s;
}

.detail_box1 .detail_box1_right .mySwiper .msy:hover:after {
    translate: 0 0;
}

.detail_box1 .detail_box1_right .mySwiper img {
    height: 100%;
    width: auto;
}

.detail_box1 .detail_box1_right .zx img {
    height: 24px;
}

.detail_box1 .detail_box1_right .zx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 36px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #5e5c5c;
    overflow: hidden;
}

.detail_box1 .detail_box1_right .zx span{
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.detail_box1 .detail_box1_right .zx:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4f514e;
    translate: 0 100%;
    transition: all .3s;
}

.detail_box1 .detail_box1_right .zx:hover:after {
    translate: 0 0;
}

.detail_box1 .mySwiper {
    cursor: pointer;
    width: 100%;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 3rem;
}

.detail_box1 .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.detail_box1 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.detail_box1 .swiper-slide img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.detail_lb {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow: visible;
    z-index: 1000;
}

.detail_body .layui-layer-setwin {
    right: 50px;
    top: 50px;
    z-index: 9999;
}

.detail_lb .detail_mySwiper3 {
    width: 100%;
    height: 100%;
}

.detail_lb .detail_mySwiper3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_lb .detail_mySwiper3 .swiper-slide img {
    height: 90%;
}

.detail_box2 {
    margin-top: 10rem;
    margin-bottom: 3rem;
}
.detail_box2 .container{
    display: flex;
}

.detail_box2 ul {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.detail_box2 ul li {
    width: 100%;
    margin-bottom: 1rem;
}

.detail_box2 ul li p {
    font-size: 1.5rem;
    font-weight: 700;
}

.detail_box2 ul li span {
    font-family: PingFang_Medium;
    color: #ababab;
}

.detail_box3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}
.detail_box3 .container{
    display: flex;
}
.detail_box3 .detail_box3_img{
    width: 50%;
    flex-shrink: 1;
}
.detail_box3 .detail_box3_img img {
    width: 100%;
}

.detail_box3_p {
    width: 40%;
    padding-left: 5rem;
    padding-right: 5rem;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.detail_box3_p span {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.detail_box3_p p {
    font-size: 14px;
}

.contact_us h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-left: 24%;
    padding-right: 24%;
}

.contact_us ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_us ul li {
    width: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.contact_us ul li span{
    font-size: 16px;
    margin-bottom: 8px;
}

.contact_us ul li input,
.contact_us ul li select {
    height: 45px;
    border-radius: 0;
    border: 1px solid #b8b9b9;
    padding: 0 10px;
    font-size: 16px;
    box-sizing: border-box;
}
.contact_us ul li textarea{
    border-radius: 0;
    border: 1px solid rgba(184, 185, 185,0.6);
    padding: 0 10px;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
}
.contact_us ul li span i {
    color: red;
}
.layui-form-checkbox[lay-skin=primary]:hover > i{
    border-color: #b8b9b9;
}

.contact_us ul li.msg,
.contact_us ul li.mark,
.contact_us ul li.img,
.contact_us li.submit {
    width: 100%;
}
.contact_us ul li.mark{
    align-content: center;
    align-items: center;
}

.contact_us ul li.mark,
.contact_us ul li.img {
    flex-direction: row;
}

.contact_us ul li.img {
    align-items: end;
}

.contact_us ul li.img .img_l {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-right: 15px;
}

.contact_us ul li input[type=checkbox] {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.contact_us li.submit {
    align-items: center;
}

.contact_us li.submit a {
    margin-top: 5rem;
    width: 20rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    box-sizing: border-box;
    position: relative;
    font-size: 1.5rem;
    border: 1px solid #5e5c5c;
    overflow: hidden;
    display: inline-block;
}

.contact_us li.submit a:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4f514e;
    translate: 0 100%;
    transition: all .3s;
}
.contact_us .zmd .p0{
    text-align: center;
    font-size: 16px;
    font-family: PingFang_Regular;
    margin-bottom: 50px;
}
.contact_us .zmd ul{
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_us .zmd ul li{
    flex-basis: 30%;
    width: 30%;
}
.contact_us .zmd ul li img{
    margin-bottom: 15px;
}
.contact_us .zmd ul li .p1{
    font-size: 18px;
    margin-bottom: 15px;
    font-family: PingFang_Medium;
}
.contact_us .zmd ul li .p2{
    font-size: 16px;
    margin-bottom: 15px;
}
.contact_us .zmd ul li .p3{
    font-size: 16px;
    margin-bottom: 15px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.contact_us li.submit a:hover:after {
    translate: 0 0;
}

.layui-form-select dl dd.layui-this {
    color: black;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: black !important;
}

.plist .bj {
    max-width: 100%;
}

.ppls ul {
    display: flex;
    flex-direction: column;
}

.ppls ul li {
    display: flex;
    margin-bottom: 3rem;
}

.ppls ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.ppls .ppls_all {
    background-color: black;
    margin-bottom: 3rem;
}

.ppls .ppls_all li {
    margin-top: 3rem;
}

.ppls .ppls_all li,
.ppls .ppls_all li h2 {
    color: white;
}

.ppls .ppls_all li .box1 {
    width: 70%;
}

.ppls .ppls_all li img {
    width: 30%;
}

.ppls ul li .box1 {
    width: 50%;
    box-sizing: border-box;
    padding-right: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppls ul li:nth-child(2n) .box1 {
    padding-left: 6rem;
    padding-right: 0;
}

.ppls ul li .box1 h2 {
    text-align: left;
    font-size: 2rem;
    font-family: PingFang_Medium;
}

.ppls .box1_p {
    font-size: 16px;
    text-align: justify;
}

.ppls ul li img {
    width: 50%;
}

.ppls ul.ppls_ul2 {
    margin-top: 0;
}

.ppls ul.ppls_ul2 li {
    flex-direction: row-reverse;
}

.ppls ul.ppls_ul2 li:nth-child(2n) {
    flex-direction: row;
}

.ppls ul.ppls_ul2 li .box1 {
    padding-right: 0;
    padding-left: 5rem;
}

.ppls ul.ppls_ul2 li:nth-child(2n) .box1 {
    padding-left: 0;
    padding-right: 5rem;
}

.ppls.zbgy ul li img {
    width: 55%;
}

.news_detail h1 {
    text-align: center;
    margin-bottom: 3rem;
}

.news_detail .list_box2 .swiper-slide p {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    text-align: left;
    font-family: PingFang_Medium;
}

.news_detail .list_box2 .swiper-slide img {
    width: 100%;
}

.news_detail .list_box2 .swiper-slide {
    /*width: 33%;
    flex-basis: 33%;*/
}

.news ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.news ul li {
    width: 30%;
}

.news ul li img {
    max-width: 100%;
    height: auto;
}

.news ul li h2 {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: PingFang_Medium;
    text-align: left;
}

.news ul li p {
    margin-bottom: 2rem;
    text-align: justify;
}

.news ul li .more:hover {
    opacity: 0.7;
}

.news ul li .more p {
    display: inline-block;
}

.news ul li .more img {
    width: 5px;
}


.news_list_img {
    width: 100%;
    overflow: hidden;
}

.news_list_img img {
    transition: all 0.5s;
}

.news_list_img img:hover {
    transform: scale(1.03);
}

.videos_list_img {
    margin-bottom: 1rem;
    position: relative;
}

.videos_list_img > img {
    width: 100%;
}

.videos_list_img a {
    position: absolute;
    bottom: 2rem;
    width: 16rem;
    left: calc(50% - 8rem);
    background-color: #fff;
    color: black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.videos_list_img a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.videos_list_img a img {
    margin-left: 5px;
    height: 20px;
}

.videos section h2 {
    text-align: left;
    font-size: 2rem;
}

.videos section p {
    font-size: 18px;
}

.videos .layui-layer {
    background-color: transparent;
}

.videos .layui-layer-setwin {
    right: 50px;
    top: 50px;
}

main .bj {
    width: 100%;
}

.wbjx_box {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.wbbj_box1 h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 2rem;
}
.wbbj_box1_c{
    padding-left: 10rem;
    padding-right: 10rem;
    font-size: 16px;
}

.wbbj_box2 {
    background-color: black;
    color: white;
    margin-top: 3rem;
}

.wbbj_box2 .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
}

.wbbj_box2 .box {
    width: 40%;
    flex-basis: 40%;
}

.wbbj_box2 .box h2 {
    font-size: 36px;
    color: white;
    text-align: left;
}
.wbbj_box2 .box .box1_p{
    line-height: 30px;
}
.wbbj_box2 .container img {
    width: 40%;
    flex-basis: 40%;
}

.wbbj_box2.wbbj_box3 .container {
    flex-direction: row;
}

.wbbj_box2.wbbj_box3 {
    background-color: #fff;
    color: black;
}

.wbbj_box2.wbbj_box3 .box h2 {
    color: black;
}

.wbbj_box4 {
    background-color: black;
    color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(../img/wbby4.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
}

.wbbj_box4 h2 {
    font-size: 36px;
    color: white;
}

.wbbj_box4_c {
    text-align: center;
    font-size: 18px;
}

.wbbj_box5 .layui-colla-icon {
    left: auto;
    right: 15px;
}

.wbbj_box5 .layui-collapse {
    border: none;
}

.wbbj_box5 .layui-colla-title {
    padding: 0 15px;
    font-size: 16px;
    background-color: transparent;
    font-family: PingFang_Medium;
}
.wbbj_box5 .layui-colla-title.collapse_show {
    color: #807a66;
}


.wbbj_box5 .layui-colla-content{
    font-size: 14px;
}

.share_box {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.share_box input {
    width: 60%;
    height: 3rem;
    padding: 3px;
    font-size: 18px;
    box-sizing: border-box;
}

.share_box a {
    font-size: 20px;
    background-color: rgb(79, 81, 78);
    display: inline-block;
    height: 3rem;
    padding: 0 2rem;
    line-height: 3rem;
    box-sizing: border-box;
    color: white;
}

.share_box a:hover {
    background-color: rgb(121, 121, 121);
}

.search_box form {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 5rem;
}

.search_box input {
    width: 60%;
    height: 3rem;
    padding: 3px;
    font-size: 18px;
    box-sizing: border-box;
}

.search_box a {
    font-size: 20px;
    background-color: rgb(79, 81, 78);
    display: inline-block;
    height: 3rem;
    padding: 0 2rem;
    line-height: 3rem;
    box-sizing: border-box;
    color: white;
}

.search_box a:hover {
    background-color: rgb(121, 121, 121);
}

@media (max-width: 768px) {
    .wbbj_box2.wbbj_box3 .container,
    .wbbj_box2 .container {
        flex-direction: column-reverse;
    }
    .wbbj_box2.wbbj_box3 .container img{
        margin-bottom: 1rem;
    }
    .wbbj_box2 .container img,
    .wbbj_box2 .box {
        width: 100%;
        flex-basis: 100%;
    }

    .wbjx_box {
        font-size: 15px;
        font-weight: bold;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    .videos .layui-layer-setwin {
        right: 15px;
        top: 16px;
    }

    .index_box1_btns {
        flex-direction: column;
        align-items: center;
    }

    .index_box1_btns a {
        width: 80%;
        margin-left: 0;
        margin-right: 0;
    }

    .index_box1_btns a:last-child {
        margin-top: 1rem;
    }

    .index_box1 ul li .icon-shoucang {
        display: block;
    }

    .index_box1 ul li {
        flex-basis: 100%;
        margin-bottom: 3rem;
    }

    .index_box2 {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .index_box2_p p:nth-child(1) {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .index_box2_p p:nth-child(2) {
        font-size: 16px;
        margin-bottom: 10px;
        width: 180px;
    }

    .index_box2_p p:nth-child(3) {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .index_box3_p p:nth-child(2), .index_box3_p p:nth-child(3) {
        font-size: 15px;
    }

    .index_box3 .container {
        flex-direction: column-reverse;
    }

    .index_box3 img {
        height: auto;
    }

    .index_box3_p a {
        margin-top: 10px;
    }

    .index_box5 ul {
        flex-direction: column;
    }

    .index_box5_img {
        width: 100%;
        height: auto;
    }

    .index_box5 ul li {
        margin-bottom: 2rem;
    }

    .index_box5 ul li p {
        margin-bottom: 1rem;
    }

    .list_box2 .swiper-slide {
        width: 100%;
        box-sizing: border-box;
        flex-basis: 100%;
    }

    .detail_box1 .container {
        height: auto;
        flex-direction: column;
    }

    .detail_box1 .detail_box1_left {
        width: 100%;
        margin-bottom: 2rem;
    }

    .detail_box1 .detail_box1_right {
        width: 100%;
    }

    .detail_box1 .detail_box1_right .p1 {
        font-size: 2rem;
    }
    .detail_box3_p span{
        font-size: 24px;
    }

    .detail_box1 .mySwiper {
        height: 100px;
    }

    .detail_box2 ul li {
        width: 100%;
        margin-left: 0;
    }

    .detail_box3 {
        flex-direction: column;
    }

    .detail_box3 > img {
        width: 100%;
    }

    .detail_box3_p {
        width: 100%;
        padding: 15px;
    }

    .detail_box3_p p{
        text-align: justify;
    }

    .contact_us h1 {
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
    }

    .contact_us ul li {
        width: 100%;
    }

    .contact_us ul li span {
        margin-bottom: 8px;
    }

    .detail_box2 ul li p {
        font-size: 1.2rem;
    }

    .ppls ul li {
        flex-direction: column-reverse;
    }

    .ppls ul li .box1 {
        width: 100%;
        padding-right: 0;
    }

    .ppls ul li img {
        width: 100%;
        margin-bottom: 10px;
    }

    .ppls ul li:nth-child(2n) .box1 {
        padding-left: 0;
    }

    .ppls ul li:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .ppls ul.ppls_ul2 li {
        flex-direction: column-reverse;
    }

    .ppls ul.ppls_ul2 li .box1 {
        padding-left: 0;
    }

    .ppls ul.ppls_ul2 li:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .ppls ul.ppls_ul2 li:nth-child(2n) .box1 {
        padding-right: 0;
    }

    .ppls .ppls_all li .box1 {
        width: 100%;
    }

    .ppls .ppls_all li img {
        width: 100%;
    }

    .news ul {
        flex-direction: column;
    }

    .news ul li {
        width: 100%;
        margin-bottom: 5rem;
    }

    .ppls.zbgy ul li img {
        width: 100%;
    }

    .index_box2_p a,
    .index_box3_p a{
        font-size: 14px;
        width: 150px;
        height: 30px;
        line-height: 30px;
    }
    .wbbj_box4 h2,
    .wbbj_box2 .box h2,
    .wbbj_box1 h1,
    .ppls ul li .box1 h2,
    .list_box2 h2,
    .index_box5 h3,
    section h2{
        font-size: 24px;
    }
    .index_box5 ul li:nth-child(2){
        margin-left: 0;
        margin-right: 0;
    }
    .index_box3_p p:nth-child(1){
        margin-bottom: 0;
        font-size: 15px;
    }
    .detail_box2{
        margin-top: 5rem;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 0;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 0;
    }

    .ppls ul li .box1 h2{
        margin-bottom: 0;
    }
    .ppls .box1_p{
        font-size: 14px;
    }
    .zbgy.ppls ul li .box1{
        padding-top: 15px;
    }
    .wbbj_box1_c{
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }
    .wbbj_box2 .box .box1_p{
        line-height: 20px;
    }
    .wbbj_box4_c{
        font-size: 12px;
    }
    .wbbj_box5 .layui-colla-title{
        font-size: 16px;
        padding: 0;
    }
    .wbbj_box5 .layui-colla-icon{
        right: 0;
    }
    .wbbj_box5 .layui-colla-content{
        font-size: 13px;
    }
    .wbjx_box{
        font-size: 14px;
        text-align: center;
    }
    header .container_box{
        justify-content: center;
    }

    .news_detail .list_box2 .swiper-slide{
        width: 100%;
        flex-basis: 100%;
        padding: 0;
    }

    .channel .channel_list ul{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .channel.plist .index_box1{
        margin-top: 0;
    }

    .channel.plist .index_box1 ul{
        margin-top: 0;
    }

    .channel .channel_list ul li{
        margin-bottom: 2rem;
        margin-left: 0;
    }
    .channel.plist .index_box1 ul li .pic{
        margin-bottom: 0;
    }

    .channel.plist .index_box1 ul li a p:nth-child(2){
        font-size: 18px;
    }

    .contact_us .zmd ul li{
        width: 100%;
        flex-basis: 100%;
    }

    .index_box3_p{
        width: 100%;
        flex-basis: 100%;
        align-items: center;
        margin-top: 15px;
    }
    .list_box2 .swiper-slide p{
        text-align: center;
    }

    .detail_lb .swiper-button-next img,
    .detail_lb .swiper-button-prev img{
        width: 0;
    }

    .detail_box1 .swiper-slide img{
        max-width: 70%;
        height: auto;
    }

    .detail .list_box2 .swiper-slide img{
        max-width: 60%;
    }
    .detail_box2 .container{
        flex-direction: column;
    }
    .detail_box2 ul{
        width: 100%;
    }

}