﻿/* 头部 */
/*.pc-nav{*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    background-color: rgba(221,221,221,.1);*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border-bottom: 1px solid #d7d7d7;*/
/*    display: flex;*/
/*    z-index: 99;*/
/*}*/
/*.pc-nav .logobox{*/
/*    width: 22.6%;*/
/*    padding-left: 8%;*/
/*    border-right: 1px solid #d7d7d7;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.pc-nav .nav_list>ul{*/
/*    width: 1200px;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.pc-nav .nav_list>ul>li{*/
/*    width: calc(100%/8);*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    font-size: 16px;*/
/*    height: 100%;*/
/*    transition: all .3s linear;*/
/*}*/
/*.pc-nav .nav_list ul li a{*/
/*    display: block;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.pc-nav .nav_list>ul>li:hover{*/
/*    background-color: rgba(255,255,255, .1);*/
/*    color: #51915e;*/
/*}*/
/*.pc-nav .gjtab{*/
/*    width: 15.5%;*/
/*    padding-right: 8%;*/
/*    border-left: 1px solid #d7d7d7;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: #ffffff;*/
/*    justify-content: flex-end;*/
/*}*/
/*.gjtab .kd{*/
/*    font-size: 15px;*/
/*    color: #ffffff;*/
/*    width: 28px;*/
/*	height: 28px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 100%;*/
/*}*/
/*.gjtab span{*/
/*    margin: 0 10px;*/
/*}*/
/*.pc-nav .zt-active{*/
/*	color: #51915e;*/
/*    background-color: #fff;*/
/*}*/
/*.cc-active{*/
/*    z-index: 9999;*/
/*    background: #fff;*/
/*    box-shadow: 1px 1px 10px #000;*/
/*    ;*/
/*    color: #333;*/
/*}*/
/*.cc-active .nav_list>ul li{*/
/*    color: #333;*/
/*}*/
/*.cc-active .nav_list>ul>li:hover{*/
/*    background-color: #589868;*/
/*    color: #fff;*/
/*}*/
/*.cc-active .kd{*/
/*    color: #333;*/
/*}*/
/*.cc-active .zt-active{*/
/*    color: #fff;*/
/*    background-color: #51915e*/
/*}*/
/* 二级 */
.nav_list .mp-bigbox{
    width: 100%;
    height: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f5f5f5;
    transition: all .3s linear;
    display: flex;
    visibility: hidden;
}
.nav_list ul li:hover .mp-bigbox{
    visibility: visible;
    height: 380px;
}
.nav_list ul li:hover .mp-bigbox .desc{
    visibility: visible;
}
.nav_list .mp-bigbox .desc{
    width: 41%;
    background-color: #b2dccc;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
    padding-right: 6%;
    visibility: hidden;
}
.nav_list .mp-bigbox .sonlist{
    width: 59%;
    display: flex;
    align-items: center;
    padding-left: 6.5%;
}
.mp-bigbox .desc h4{
    font-size: 26px;
	line-height: 27px;
    font-weight: bold;
	color: #333333;
}
.mp-bigbox .desc h1{
    font-size: 40px;
	line-height: 41px;
	font-weight: bold;
	color: #589868;
    margin-top: 22px;
    margin-bottom: 42px;
}
.mp-bigbox .desc p{
    font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.mp-bigbox .desc >div{
    width: 60%;
}
.sonlist ul{
    width: 60%;
    height: 49%;
    overflow: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 10px;
}
.sonlist ul::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(234, 234, 234, .5);
}
.sonlist ul::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 3px;
    background-color: #589868;
}
.sonlist ul li{
    height: 40px;
    width: 42.5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 15px;
}
.sonlist ul li .yq{
    display: inline-block;
    width: 9px;
	height: 9px;
	background-color: #ffffff;
	border: solid 2px #589868;
    border-radius: 100%;
    margin-right: 4px;
}
.sonlist ul li>div span{
    font-size: 14px;
	color: #999999;
}
.nav-active{
    background-color: rgba(255,255,255, .1);
    color: #589868 !important;
}
.ej-active span{
    color: #589868 !important;
}
.sonlist ul li:hover span{
    color: #589868 !important;
}
/* 头部结束 */
.mybanners{
    z-index: 0;
}
/* banner轮播样式 */
/* 小圆点 */
.mybanners .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width:unset;
    position: absolute;
    left: 75%;
    bottom: 5%;
}
.mybanners .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
	height: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
}
.mybanners .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    position: relative;
    opacity: unset;
    width: 10px;
	height: 10px;
	background-color: #ffffff;
    margin: 0 14.5px;
}
/* 左箭头 */
.mybanners .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../image/zjt.png);
    left: 52px;
    right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
	height: 13px;
}
.mybanners .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after{
    content: "Prev";
    position: absolute;
    left: 150%;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
}
/* 右箭头 */
.mybanners .swiper-button-next, .swiper-button-prev {
    background-image: url(../image/yjt.png);
    right: 52px;
    left: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
	height: 13px;
}
.mybanners .swiper-button-next::after{
    content: "Next";
    position: absolute;
    right: 150%;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
}
.mybanners{
    position: relative;
}
.mybanners .sb{
    z-index: 99;
    position: absolute;
    bottom: 52px;
    left: 50%;
    margin-left: -20px;
    transition: all .3s linear;  
    animation: sun 1.6s linear infinite;
}
@keyframes sun{
    25% {
        -webkit-transform: translateY(-8px);
   }
   50%, 100% {
        -webkit-transform: translateY(0);
   }
   75% {
        -webkit-transform: translateY(8px);
   }
}
/* 关于部分 */
.about_gml{
    margin-top: 100px;
}
.thetitles{
    position: relative;
    font-size: 36px;
	line-height: 36px;
    font-weight: bold;
	color: #333333;
}
.thetitles::before{
    display: block;
    content: "";
    position: absolute;
    background-image: url(../image/timg.png);
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
	height: 13px;
}
.about_gml .descbox{
    width: 48.06%;
    background-color: #f5f5f5;
    padding: 80px;
}
.descbox>span{
    display: inline-block;
    font-size: 16px;
	color: #333333;
    margin-top: 14px;
}
.descbox .lines{
    width: 41px;
	height: 2px;
    background-color: #000;
    margin-top: 30px;
    margin-bottom: 35px;
}
.descbox h5{
    font-size: 18px;
	line-height: 18px;
    font-weight: bold;
	letter-spacing: 1px;
	color: #51915e;
    margin-bottom: 20px;
}
.descbox>p{
    font-size: 13px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #787878;
    margin-top: 10px;
}
.mores{
    height: 44px;
    width: 160px;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #51915e;
    border-top: 1px solid rgba(81,145,94,.5); 
    border-bottom: 1px solid rgba(81,145,94,.5);
    margin-top: 35px;
    cursor: pointer;
}
.about_gml .vbox{
    width: 51.93%;
    height: 100%;
    background-color: #51915e;
    padding: 35px;
    padding-top: 60px;
}
.about_gml .area{
    height: 590px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.videos {
    width: 100%;
    position: relative;
    height: 428px;
    margin-top: 35px;
}
.videos .kda{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear;
    z-index: 10;
    height: 100%;
}
.videos .play{
    cursor: pointer;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.videos video{
    width: 100%;
    height: 100%;
}
.vbox .the-tops{
    color: #dcbd8d;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vbox .the-tops strong{
    font-size: 26px;
	letter-spacing: 10px;
	color: #dcbd8d;
    margin-right: 20px;
}
.vbox .the-tops span{
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 10px;
	color: #dcbd8d;
    margin-right: 20px;
}
.vbox .the-tops h5{
	font-size: 16px;
	letter-spacing: 2px;
	color: #dcbd8d;
	opacity: 0.5;
}
.fourSlide{
    margin-top: 106px;
}
.fourSlide .area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fourSlide .area>div{
    text-align: center;
    width: 25%;
    /*border-right: 1px solid #dddddd;*/
    cursor: pointer;
}
.fourSlide .area .line{
    height: 91px;
    width: 1px;
    background-color: #dddddd;
}
.fourSlide .area>div:last-child{
    border-right: none;
}
.fourSlide .area>div strong{
    font-size: 42px;
    font-weight: bold;
	color: #222222;
}
.fourSlide .area>div h5{
    font-size: 14px;
	line-height: 36px;
	color: #555555;
}
.fourSlide .area>div:hover h5{
    color: #51915e;
}
.fourSlide .area>div:hover p{
    color: #51915e;
}
.fourSlide .area>div:hover strong{
    color: #51915e;
}
.tabSlides{
    margin-top: 100px;
}
.allItem .sidebox{
    display: none;
    align-items: center;
}
.allItem .sidebox:first-child{
    display: flex;
}
.sidebox .desc{
    padding-left: 100px;
    width: 50%;
    padding-right: 10%;
}
.sidebox .desc span{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin-top: 14px;
}
.sidebox .desc .lines {
    width: 41px;
    height: 2px;
    background-color: #000;
    margin-top: 30px;
    margin-bottom: 35px;
}
.sidebox .desc p{
    font-size: 13px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #787878;
    margin-top: 35px;
}
.sidebox .desc{
    margin-bottom: 25px;
    position: relative;
}
.sidebox .desc .fix{
    position: absolute;
    right: 0;
    top: -30%;
}
.sidebox .listyd{
    display: flex;
    align-items: center;
    margin-top:80px;
}
.listyd .smbox{
    width: 6px;
	height: 20px;
	background-color: #55925f;
	border-radius: 3px;
	opacity: 0.2;
    cursor: pointer;
    transition: all .3s linear;
    margin-right: 11px;
}
.yd-active{
    opacity: unset !important;
}
.listyd .smbox:hover{
    opacity: unset;
}
.greenbox{
    padding: 75px 0;
    background-color: #51915e;
}
.greenbox .inside{
    width: calc(100%/5);
    text-align: center;
    cursor: pointer;
}
.greenbox .inside .ground{
    width: 120px;
	height: 120px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.greenbox .inside h5{
    font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.7;
    margin-top: 35px;
    margin-bottom: 18px;
}
.greenbox .inside p{
	font-size: 13px;
	line-height: 13px;
	color: #ffffff;
	opacity: 0.3;
}
.greenbox .area{
    display: flex;
    justify-content: space-between;
}
.inside .ground img:last-child{
    display: none;
}
.inside:hover .ground img:first-child{
    display: none;
}
.greenbox .inside:hover .ground img:last-child{
    display: block;
}
.greenbox .inside:hover .ground{
    background-color: unset;
    border: 1px solid #fff;
}
.tabs-active .ground img:first-child{
    display: none;
}
.tabs-active .ground img:last-child {
    display: block !important;
}
.tabs-active .ground{
    background-color: unset !important;
    border: 1px solid #fff !important;
}
.jkzl .area .title{
    text-align: center;
}
.jkzl .area .title .thetitles{
    display: inline-block;
}
.jkzl{
    margin-top: 100px;
}
.jkzl .area .title span{
    font-size: 16px;
    line-height: 16px;
	line-height: 34px;
	letter-spacing: 8px;
	color: #333333;
    margin-top: 8px;
    display: block;
}
.jkzl .the-imgs{
    margin-top: 45px;
    position: relative;
    height: 765px;
}
.jkzl .first{
    position: absolute;
    left: 0;
    top: 0;
    width: 93%;
}
.jkzl .two{
    z-index: -1;
    position: absolute;
    right: 0;
    top: 240px;
    width: 93.75%;
    height:525px;
    background-color: #51915e;
}
.jkzl .three{
    z-index: 3;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 75.87%;
    display: flex;
    justify-content: space-between;
}
.jkzl .three::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    width: 95%;
    height: 1px;
    border-top:1px dashed#fff;
    left: 50%;
    transform: translateX(-50%);
}
.jkzl .three>div .yd{
    width: 10px;
	height: 10px;
	background-color: #ffffff;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 16px;
    position: relative;
}
.jkzl .three>div .yd::after{
    display: block;
    content: "";
    width: 20px;
	height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border:1px dashed #fff;
    border-radius: 100%;
}
.the-imgs .sideb p{
    font-size: 15px;

	color: #ffffff;
}
.gmlzx{
    margin-top: 100px;
}
.gmlzx .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gmlzx .title .tabs span{
    display: block;
    margin-top: 10px;
    margin-right: 57px;
    cursor: pointer;
    padding-bottom: 16px;
    font-size: 18px;
	color: #555555;
}
.gmlzx .title .thebox span{
    font-size: 16px;
	color: #333333;
}
.gmlzx .title span:last-child{
    margin-right: 0;
}
.gmlzx .title .tabs{
    display: flex;
}
.sp-active{
    border-bottom: 2px solid #51915e;
    color: #51915e !important;
}
.newsList .new1{
        max-height: 480px;
    width: 26.25%;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.newsList .new1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newsList .new1:hover{
    transform: translateX(-8px);
}
.newsList {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.newsList .new1 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
	color: #ffffff;
    position: absolute;
    width: 88%;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.newsList .n-item{
    width: 69.68%;
    display: flex;
    justify-content: space-between;
}
.n-item .inside{
    width: 30.49%;
    cursor: pointer;
    transition: all .3s linear;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.n-item .inside:hover{
    transform: translateY(-8px);
}
.inside .date .sp1{
    font-size: 26px;
	color: #333333;
    display: inline-block;
    margin-right: 25px;
}
.inside .date{
    margin-bottom: 26px;
}
.inside .date .sp2{
    font-size: 16px;
	color: #888888;
}
.n-item .inside h1{
    font-size: 18px;
    font-weight: bold;
	color: #222222;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-item .inside p{
    font-size: 13px;
	color: #787878;
    margin-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.n-item .inside .mores{
    margin-top: 65px;
}
.gmlzx .newtab>div:last-child{
    display: none;
}
.hzpp{
    margin-top: 111px;
}
.hzpp .title .thebox span{
    font-size: 16px;
	color: #333333;
    margin-top: 15px;
    display: block;
}
.swiper-container2 .swiper-slide{
    border: 1px solid rgba(51,51,51, .2);
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}
.swiper-container2 .swiper-slide img{
    max-height:100%
}
.swiper-container2 {
    padding: 1px;
    padding-top: 28px;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
}
.hzpp .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-container2 .swiper-slide:hover{
    /*transform: translateY(-8px);*/
}
.swiper-pagination2{
    position: unset !important;
}
.swiper-pagination2 span{
    margin-right: 6px;
}
.swiper-pagination2 span:last-child{
    margin-right: 0;
}
.hzpp .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 4px;
	height: 13px;
	background-color: #55925f;
	border-radius: 2px;
	opacity: 0.2;
}
.allItem{
    overflow: hidden;
}
.hzpp .swiper-pagination-bullet-active{
    opacity: 1 !important;
}
/* 底部 */
footer{
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 45px;
    background-color: #f8f7f6;
    border-bottom: 1px solid #e0e0e0;
}
footer .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
}
footer .title .erwei p{
    text-align: center;
    margin-top: 15px;
}
footer .dhlist{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .dhlist .lxfs h1{
    font-size: 24px;
    line-height: 24px;
	color: #333333;
}
footer .dhlist .lxfs p{
    font-size: 16px;
    line-height: 16px;
	color: #333333;
    margin-top: 20px;
    margin-bottom: 35px;
}
.dhlist .lxfs .mdlb a{
    font-size: 14px;
	color: #333333;
	opacity: 0.6;
    width: 129px;
	height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
	border: solid 1px #d7d7d7;
}
footer .mitems{
    width: 72.43%;
    display: flex;
    justify-content: space-between;
}
footer .mitems div{
    font-size: 15px;
	line-height: 30px;
	color: #333333;
}
footer .mitems ul li{
    font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}
.foots{
    background-color: #f8f7f6;
}
.foots .area{
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
	color: #aaaaaa;
}
footer .lastul{
    display: none;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .mybanners .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 30px;
    }
    .mybanners .swiper-button-next, .swiper-button-prev{
        right: 30px;
    }
    .mybanners .swiper-pagination-bullet-active::after{
        width: 20px;
        height: 20px;
    }
    .about_gml {
        margin-top: 75px;
    }
    .about_gml .area {
        height: unset;
    }
    .about_gml .descbox{
        padding: 30px;
    }
    .videos{
        height: unset;
        margin-top: 115px;
    }
    .descbox .lines {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .thetitles {
        font-size: 29px;
        line-height: 29px;;
    }
    .descbox>p{
        margin-top: 5px;
    }
    .the-tops h1 span:last-child{
        display: none;
    }
    .vbox .the-tops strong {
        font-size: 22px;
        letter-spacing: 5px;
        color: #dcbd8d;
        margin-right: unset;
    }
    .vbox .the-tops span {
        font-size: 22px;
        letter-spacing: 5px;
        color: #dcbd8d;
        margin-right: unset;
    }
    .descbox>p{
        line-height: 24px;
    }
    .mores{
        margin-top: 25px;
    }
    .fourSlide {
        margin-top: 75px;
    }
    .sidebox .desc .fix {
      display: none;
    }
    .sidebox .desc .lines{
        display: none;
    }
    .sidebox .desc{
        padding: 30px;
        margin-bottom: unset;
    }
    .sidebox .desc p {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-top: 16px;
    }
    .sidebox .listyd{
        margin-top: 20px;
    }
    .greenbox .inside .ground {
        width: 100px;
        height: 100px;
    }
    .greenbox{
        padding: 50px 0;
    }
    .jkzl {
        margin-top: 75px;
    }
    .jkzl .first{
        width: 100%;
        position: unset;
    }
    .jkzl .two{
        width: 100%;
        height: 150px;
        position: unset;
    }
    .jkzl .the-imgs{
        height: unset;
    }
    .jkzl .three{
        width: 90%;
    }
    .gmlzx {
        margin-top: 75px;
    }
    .descbox .lines{
        display: none;
    }
    .tabSlides,.hzpp{
        margin-top: 75px;
    }
    /* 底部 */
    footer {
        margin-top: 75px;
        padding-top: 45px;
        padding-bottom: 34px;
        background-color: #f8f7f6;
        border-bottom: 1px solid #e0e0e0;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .mybanners .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 15px;
    }
    .mybanners .swiper-button-next, .swiper-button-prev{
        right: 15px;
    }
    .mybanners .swiper-pagination-bullet-active::after{
        width: 20px;
        height: 20px;
    }
    .about_gml {
        margin-top: 45px;
    }
    .about_gml .area {
        height: unset;
    }
    .about_gml .descbox{
        padding: 20px;
    }
    .videos{
        height: unset;
        margin-top: 102px;
    }
    .descbox .lines {
        display: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .thetitles {
        font-size: 23px;
        line-height: 23px;
    }
    .descbox>p{
        margin-top: 5px;
    }
    .the-tops h1 span:last-child{
        display: none;
    }
    .vbox .the-tops strong {
        font-size: 22px;
        letter-spacing: 5px;
        color: #dcbd8d;
        margin-right: unset;
    }
    .vbox .the-tops span {
        font-size: 22px;
        letter-spacing: 5px;
        color: #dcbd8d;
        margin-right: unset;
    }
    .descbox>p{
        line-height: 22px;
    }
    .mores{
        margin-top: 10px;
    }
    .fourSlide {
        margin-top: 40px;
    }
    .sidebox .desc .fix {
      display: none;
    }
    .sidebox .desc .lines{
        display: none;
    }
    .sidebox .desc{
        padding: 30px;
        margin-bottom: unset;
    }
    .sidebox .desc p {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-top: 16px;
    }
    .sidebox .listyd{
        margin-top: 20px;
    }
    .greenbox .inside .ground {
        width: 80px;
        height: 80px;
    }
    .greenbox .inside .ground img{
        height: 64%;
    }
    .greenbox{
        padding: 40px 0;
    }
    .jkzl {
        margin-top: 45px;
    }
    .jkzl .first{
        width: 100%;
        position: unset;
    }
    .jkzl .two{
        width: 100%;
        height: 150px;
        position: unset;
    }
    .jkzl .the-imgs{
        height: unset;
    }
    .jkzl .three{
        width: 99%;
    }
    .gmlzx {
        margin-top: 45px;
    }
    .thetitles::before{
        left: -15px;
    }
    .descbox h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .descbox>span {
        font-size: 12px;
        margin-top: 10px;
    }
    .about_gml .vbox{
        padding: 20px;
    }
    .descbox>p{
        font-size: 12px;
    }
    .mores{
        height: 36px;
        font-size: 13px;
    }
    .fourSlide .area>div strong{
        font-size: 32px;
    }
    .tabSlides {
        margin-top: 45px;
    }
    .allItem .sidebox{
        flex-wrap: wrap;
    }
    .sidebox .desc{
        width: 100%;
    }
    .sidebox .imgs{
        width: 100%;
    }
    .jkzl .the-imgs{
        margin-top: 25px;
    }
    .the-imgs .sideb p {
        font-size: 13px;
    }
    .gmlzx .title{
        margin-left: 15px;
    }
    .newsList{
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .newsList .n-item{
        width: 100%;
    }
    .newsList .new1{
        width: 48%;
        margin-bottom: 20px;
    }
    .n-item .inside .mores {
        margin-top: 35px;
    }
    .n-item .inside h1{
        font-size: 16px;
    }
    .n-item .inside p{
        margin-top: 20px;
    }
    .hzpp {
        margin-top: 45px;
    }
    .hzpp .thebox{
        margin-left: 15px;
    }
    .hzpp .title .thebox span {
        font-size: 14px;
        margin-top: 6px;
    }
    .swiper-container2 {
        padding-top: 25px;
        margin-top: 20px;
    }
    /* 底部 */
    footer {
        margin-top: 45px;
        padding-top: 35px;
        padding-bottom: 30px;
    }
    footer .title{
        padding-bottom: 20px;
    }
    .dhlist .lxfs{
       width: 18%; 
    }
    footer .dhlist .lxfs h1 {
        font-size: 20px;
        line-height: 20px;
    }
    footer .dhlist .lxfs p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 12px;
        margin-bottom: 22px;
    }
    footer .mitems {
        width: 80.5%;
    }
    footer .mitems div{
        font-size: 13px;
    }
    footer .mitems ul li {
        font-size: 12px;
        line-height: 26px;
    }
    .foots p{
        font-size: 13px;
    }
}
/* 移动端 */
@media (max-width:767px){
    #codefans_net{display:none;}
    .vbox .the-tops h5{
        font-size: 12px;
    }
    .mybanners .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        display: none;
    }
    .mybanners .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .mybanners .sb{
        bottom: 10px;
    }
    .mybanners .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 8px;
    }
    .mybanners .swiper-pagination-bullet-active::after{
        width: 15px;
        height: 15px;
    }
    .about_gml {
        margin-top: 30px;
    }
    .about_gml .area {
        height: unset;
    }
    .about_gml .descbox{
        padding: 20px;
    }
    .videos{
        height: unset;
        margin-top: 010px;
    }
    .fourSlide .area{
        flex-wrap: wrap;
    }
    .fourSlide .area>div{
        width: 30%;
        margin-bottom: 10px;
        border: none;
    }
    .fourSlide .area>div:nth-child(even){
        border-right: none;
    }
    .descbox .lines {
        display: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .thetitles {
        font-size: 23px;
        line-height: 23px;
    }
    .descbox>p{
        margin-top: 5px;
    }
    .the-tops h1 span:last-child{
        display: none;
    }
    .vbox .the-tops strong {
        font-size: 22px;
        letter-spacing: 5px;
        color: #dcbd8d;
        margin-right: unset;
    }
    .vbox .the-tops span {
        font-size: 22px;
        letter-spacing: 5px;
        color: #dcbd8d;
        margin-right: unset;
    }
    .descbox>p{
        line-height: 22px;
    }
    .mores{
        margin-top: 10px;
    }
    .fourSlide {
        margin-top: 40px;
    }
    .sidebox .desc .fix {
      display: none;
    }
    .sidebox .desc .lines{
        display: none;
    }
    .sidebox .desc{
        padding: 30px;
        margin-bottom: unset;
    }
    .sidebox .desc p {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: 1px;
        margin-top: 12px;
    }
    .sidebox .listyd{
        margin-top: 20px;
    }
    .greenbox .inside .ground {
        width: 80px;
        height: 80px;
    }
    .greenbox .inside .ground img{
        height: 64%;
    }
    .greenbox{
        padding: 40px 0;
    }
    .jkzl {
        margin-top: 45px;
    }
    .jkzl .first{
        width: 100%;
        position: unset;
    }
    .jkzl .two{
        width: 100%;
        height: 35px;
        position: unset;
    }
    .jkzl .the-imgs{
        height: unset;
    }
    .jkzl .three{
        width: 99%;
        display: none;
    }
    .gmlzx {
        margin-top: 45px;
    }
    .thetitles::before{
        left: -15px;
    }
    .descbox h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .descbox>span {
        font-size: 12px;
        margin-top: 10px;
    }
    .about_gml .vbox{
        padding: 20px;
    }
    .descbox>p{
        font-size: 12px;
    }
    .mores{
        height: 36px;
        font-size: 13px;
    }
    .fourSlide .area>div strong{
        font-size: 26px;
    }
    .tabSlides {
        margin-top: 30px;
    }
    .greenbox .area{
        flex-wrap: wrap;
    }
    .greenbox .inside p {
        font-size: 12px;
        line-height: 12px;
    }
    .greenbox .inside{
        width: 48%;
        margin-bottom: 10px;
    }
    .greenbox .inside h5 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .allItem .sidebox{
        flex-wrap: wrap;
    }
    .sidebox .desc{
        width: 100%;
    }
    .sidebox .imgs{
        width: 100%;
    }
    .jkzl .the-imgs{
        margin-top: 25px;
    }
    .the-imgs .sideb p {
        font-size: 13px;
    }
    .gmlzx .title{
        flex-wrap: wrap;
        margin-left: 15px;
    }
    .gmlzx .title .tabs span {
        margin-right: 27px;
        padding-bottom: 12px;
        font-size: 14px;
    }
    .newsList{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .newsList .n-item{
        width: 100%;
        flex-wrap: wrap;
    }
    .newsList .new1{
        width: 100%;
        margin-bottom: 20px;
    }
    .n-item .inside{
        width: 100%;
        margin-bottom: 20px;
    }
    .n-item .inside .mores {
        margin-top: 20px;
    }
    .inside .date {
        margin-bottom: 15px;
    }
    .n-item .inside h1{
        font-size: 16px;
    }
    .n-item .inside p{
        margin-top: 20px;
    }
    .hzpp {
        margin-top: 45px;
    }
    .hzpp .thebox{
        margin-left: 15px;
    }
    .hzpp .title .thebox span {
        font-size: 14px;
        margin-top: 6px;
    }
    .swiper-container2 {
        padding-top: 25px;
        margin-top: 20px;
    }
    .about_gml .descbox,.about_gml .vbox{
        width: 100%;
    }
    .about_gml .area{
        flex-wrap: wrap;
    }
    .mores{
        width: unset;
    }
    /* 底部 */
    footer {
        margin-top: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    footer .title{
        padding-bottom: 20px;
    }
    .dhlist .lxfs{
       width: 18%; 
       display: none;
    }
    footer .dhlist .lxfs h1 {
        font-size: 20px;
        line-height: 20px;
    }
    footer .dhlist .lxfs p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 12px;
        margin-bottom: 22px;
    }
    footer .mitems {
        width: 100%;
        flex-wrap: wrap;
    }
    footer .mitems ul{
        width: 21%;
    }
    footer .mitems div{
        font-size: 12px;
    }
    footer .mitems ul li {
        font-size: 12px;
        line-height: 26px;
    }
    .foots p{
        font-size: 12px;
    }
    .foots .area{
        font-size: 12px;
        flex-wrap: wrap;
    }
    footer .lastul{
        display: block;
    }
}