*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}
.container{
    width: 1200px;
    margin: auto;
}
.header{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #eee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.head{
    padding: 0 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 180px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-right ul li{
    position: relative;
}
.head-right ul li a{
    display: block;
    font-size: 14px;
    color: #191919;
    padding: 30px 15px;
}
.head-right ul .active>a{
    color: #A0C349;
}
.head-right ul li:hover .down{
    display: block;
}
.down{
    width: 100%;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #c3c3c3;
    display: none;
}
.down p a{
    padding: 20px 40px !important;
}
.banner{
    margin-top: 84px;
    position: relative;
    overflow: hidden;
}
.banner img{
    /* margin-left: -6%; */
    /* width: 112%; */
    width: 100%;
    display: block;
    /* animation: dong 15s infinite linear; */
}
/* 2023.7.4新加 */
.ban-zi{
    position: absolute;
    top: 30%;
    right: 15%;
}
.ban-zi .date-zi-p:nth-child(1) p{
    background-image: linear-gradient(to right,#20476f,rgba(32,71,111,.1));
}
.ban-zi .date-zi-p:nth-child(2) p{
    background-image: linear-gradient(to right,rgb(49 106 60),rgba(49,106,60,.1));
}
.ban-zi .date-zi-p:nth-child(3) p{
    background-image: linear-gradient(to right,rgb(120 105 52),rgba(102,105,52,.1));
}
.ban-zi p{
    padding: 10px;
    font-size: 20px !important;
    color: #fff !important;
    box-sizing: border-box;
}
.about-yi{}
.about-yi-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 40px;
    background-color: #f6f6f6;
}
.about-yi-left{
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
}
.about-yi-left h1{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
    margin-bottom: 20px;
}
.about-yi-left p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-indent: 2em;
}
.about-yi-right{
    width: 50%;
}
.about-yi-right img{
    width: 100%;
    display: block;
}
.about-one-top{
    margin-top: 60px;
}
.about-first{}
.about-first-all{}
.about-first-all h1{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.about-first-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-first-cont{
    width: 20%;
    padding: 20px 0;
}
.about-first-cont h2{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.about-first-cont p{
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    padding: 0 30px;
    font-weight: bold;
}
.about-first-cont p span{
    display: inline-block;
}
/* .ban-zi h2{
    font-size: 40px;
    color: #A0C349;
}
.ban-zi p{
    font-size: 20px;
    color: #30689e;
    margin-top: 20px;
} */
/* @keyframes dong {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5%);
    }

    100% {
        transform: translate(0%);
    }
} */
.news{
    padding: 80px 0;
}
.news-one{}
.news-one h1{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.news-one-all{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-one-left{
    width: 40%;
    position: relative;
}
.news-one-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #E6E6E6;
}
.news-one-p span:first-child{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(to right,#1B763A,#A0C349);
}
.news-one-p span:last-child{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
}
.news-one-left h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-one-left p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-one-left a{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    padding: 10px 5px;
    border-bottom: 1px solid #333333;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news-one-right{
    width: 56%;
}
.news-swiper{
    overflow: hidden;
    position: relative;
}
.news-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.news-page,.al-right-page{
    width: max-content !important;
    left: unset !important;
    right: 40px;
    bottom: 30px !important;
}
.news-page .swiper-pagination-bullet,
.al-right-page .swiper-pagination-bullet{
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.news-page .swiper-pagination-bullet-active,
.al-right-page .swiper-pagination-bullet-active{
    background: #666666;
}
.news-two{
    margin-top: 60px;
}
.news-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-two-cont{
    width: 32%;
    padding: 20px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.news-two-cont h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-two-cont p{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.team{
    padding-top: 80px;
    background-color: #F8F8F8;
    margin-top: 100px;
}
.team h1{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.team-all{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.team-all-left{
    width: 220px;
}
.team-left{
    overflow: hidden;
    position: relative;
}
.team-left .swiper-slide img{
    width: 100px;
    height: 100px;
    display: block;
}
.team-left .swiper-slide{
    opacity: .5;
}
.team-left .swiper-slide-thumb-active{
    opacity: 1;
}
.team-all-right{
    width: calc(100% - 300px);
}
.team-right{
    overflow: hidden;
    position: relative;
}
.team-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.team-right-zuo{
    width: 70%;
}
.team-right-zuo img{
    width: 90%;
    display: block;
}
.team-right-yuo{}
.team-right-yuo h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    text-align: right;
}
.team-right-yuo p{
    font-size: 16px;
    color: #333333;
    margin-top: 2px;
    text-align: right;
}
.team-p{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E4E4E4;
    padding: 30px;
    box-sizing: border-box;
}
.team-p img{
    width: 24px;
    height: 24px;
    display: block;
}
.team-p p{
    width: 80%;
}
.team-p p span{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    display: block;
}
.team-right-next::after,.team-right-prev::after{
    content: "";
    display: none;
}
.team-right-next{
    width: 50px;
    height: 50px;
    background: url(../img/team-next.png) no-repeat center;
    background-size: cover;
    top: unset !important;
    bottom: 50px;
}
.team-right-prev{
    width: 50px;
    height: 50px;
    background: url(../img/team-prev.png) no-repeat center;
    background-size: cover;
    top: unset !important;
    bottom: 50px;
    left: unset !important;
    right: 80px;
}
.video{
    position: relative;
}
.video-mp4{
    height: 60vh;
    background: url(../img/video-bj.png) no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.video-mp4::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.video-mp4 video{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}
.video-a{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 90;
}
.video-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-cont{
    width: 25%;
    padding: 20px 0;
}
.video-cont h2{
    font-size: 34px;
    color: #fff;
    text-align: center;
}
.video-cont h2 span{
    display: inline-block;
}
.video-cont p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.video-a h2{
    margin-top: 20px;
}
.video-a h2 p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.date{
    padding-top: 80px;
    background-color: #f8f8f8;
}
.date-all{}
.date-all h1{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.date-one{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.date-one-cont{
    width: 25%;
}
.date-one-cont h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.date-one-cont h2 span{
    font-size: 34px;
    display: inline-block;
}
.date-one-cont h3{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
}
.date-one-cont p{
    font-size: 16px;
    color: #666666;
}
.date-two{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.date-two-left{
    padding-top: 10%;
}
.date-two-left p{
    font-size: 12px;
    color: #666666;
}
.date-two-left h2{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    font-weight: normal;
}
.date-two-left h2 span{
    font-size: 55px;
    color: #333333;
}
.date-two-left h3{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
}
.date-two-right{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.date-two-right p{
    font-size: 31px;
    color: #C9CACA;
}
.date-two-right h2{
    font-size: 380px;
    line-height: 1;
    color: #A0C349;
    font-weight: 500;
}
.date img{
    width: 100%;
    display: block;
}
/* 2023.6.30新加 */
.date-zi{
    margin-top: 40px;
}
.date-zi-p{
    margin-bottom: 20px;
}
.date-zi-p:nth-child(1) p{
    background-image: linear-gradient(to right,#20476f,rgba(32,71,111,.1));
}
.date-zi-p:nth-child(2) p{
    background-image: linear-gradient(to right,rgb(49 106 60),rgba(49,106,60,.1));
}
.date-zi-p:nth-child(3) p{
    background-image: linear-gradient(to right,rgb(120 105 52),rgba(102,105,52,.1));
}
.date-zi-p p{
    font-size: 24px;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}
.date-zi-p p span{
    font-weight: bold;
}
.about-zi{
    position: absolute;
    top: 30%;
    left: 10%;
}
.about-zi h2{
    font-size: 40px;
    color: #fff;
}
.about-zi p{
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
/* .about-zi p:nth-child(1){
    background-image: linear-gradient(to right,#20476f,rgba(32,71,111,.1));
}
.about-zi p:nth-child(2){
    background-image: linear-gradient(to right,rgb(49 106 60),rgba(49,106,60,.1));
}
.about-zi p:nth-child(3){
    background-image: linear-gradient(to right,rgb(120 105 52),rgba(102,105,52,.1));
}
.about-zi p span{
    font-weight: bold;
} */
.honor-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.honor-one-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.honor-one-cont img{
    width: 80%;
    display: block;
    margin: auto;
}
/* 2023.7.21修改 */
.honor-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.honor-one .honor-img{
    width: 48%;
}
.honor-img img{
    width: 80%;
    display: block;
    margin: auto;
}
.honor-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.honor-two .honor-img{
    width: 23%;
}
.honor-two .honor-img img{
    width: 80%;
    display: block;
    margin: auto;
}
.honor-three{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.honor-three .honor-img{
    width: 31%;
    margin-left: 2%;
    margin-top: 40px;
}
.honor-three .honor-img a{
    display: block;
}
.honor-three .honor-img a img{
    width: 80%;
    display: block;
    margin: auto;
}
.honor-three .honor-img a p{
    width: 80%;
    margin: auto;
    margin-top: 10px;
    font-size: 16px;
    color: #f00;
    text-align: center;
}
.honor-three .honor-img a p span{
    font-size: 18px;
    font-weight: bold;
    color: #191919;
    display: block;
}




.friend{
    padding: 80px 0;
    margin-top: 100px;
}
.friend-all{}
.friend-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.friend-top h2{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.friend-top-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.friend-top-cont li{
    font-size: 16px;
    color: #333333;
    background-color: #F8F8F8;
    padding: 10px 30px;
    margin-left: 20px;
    border-radius: 25px;
    cursor: pointer;
}
.friend-top-cont .active{
    background-color: #666666;
    color: #fff;
}
.friend-cont{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.friend-cont-li{
    width: 12.5%;
    margin-bottom: 40px;
}
.friend-cont-li img{
    width: 105px;
    height: 105px;
    display: block;
    margin: auto;
    /* filter: grayscale(100%); */
    transition: .3s ease-in;
}
.friend-cont-li:hover img{
    transform: scale(1.2);
    filter: unset;
}
.anli{
    padding: 80px 0;
}
.anli h1{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.anli-swiper{
    position: relative;
    padding-bottom: 80px;
    margin-top: 60px;
}
.anli-swiper .swiper-slide-shadow-left{
    background-image: linear-gradient(to left,rgba(255,255,255,.7),rgba(0,0,0,0));
}
.anli-swiper .swiper-slide-shadow-right{
    background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(0,0,0,0));
}
.anli-swiper>.swiper-wrapper>.swiper-slide{
    width: 1200px !important;
}
.anli-prev::after,.anli-next::after{
    content: "";
    display: none;
}
.anli-prev{
    width: 50px;
    height: 50px;
    background: url(../img/team-prev.png) no-repeat center;
    background-size: cover;
    left: 10% !important;
}
.anli-next{
    width: 50px;
    height: 50px;
    background: url(../img/team-next.png) no-repeat center;
    background-size: cover;
    right: 10% !important;
}
.anli-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #d5d5d5;
    margin: 1px;
    box-sizing: border-box;
}
.anli-left{
    width: 45%;
}
.anli-left h1{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.anli-left p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 40px;
}
.anli-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.anli-span{
    width: 33%;
}
.anli-span h2{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.anli-span span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.anli-right{
    width: 45%;
}
.al-right-swiper{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.al-right-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.anli-page .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1;
    background: #E4E4E4;
}
.anli-page .swiper-pagination-bullet-active{
    background: #666666;
}
.footer{
    background-color: #F2F2F2;
}
.foot-top{
    border-bottom: 1px solid #E1DDDD;
}
.foot-top a{
    display: block;
    padding: 20px 0;
}
.foot-top a img{
    width: 120px;
    display: block;
    margin: auto;
}
.foot-two{
    padding-top: 60px;
    padding-bottom: 70px;
}
.foot-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-left{
    width: 80%;
}
.foot-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-left ul li{
    width: 25%;
    margin-bottom: 20px;
}
.foot-left ul li a{
    font-size: 18px;
    color: #333333;
    display: block;
    font-weight: bold;
}
.foot-right{}
.foot-right li{
    width: 140px;
}
.foot-right li img{
    width: 140px;
    height: 140px;
    display: block;
}
.foot-right li p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    text-align: center;
}
.foot-di{
    background-color: #fff;
    padding: 20px 0;
}
.foot-di-one{
    text-align: center;
}
.foot-di-one p{
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    color: #666666;
}
.foot-di-one p:last-child{
    margin-right: 0;
}
.foot-di-one p a{
    font-size: 14px;
    color: #666666;
}
.foot-di-two{
    margin-top: 10px;
    text-align: center;
}
.foot-di-two p a{
    display: block;
    font-size: 14px;
    color: #666666;
}
.area-banner{
    margin-top: 84px;
    position: relative;
    overflow: hidden;
}
.area-banner img{
    margin-left: -6%;
    width: 112%;
    display: block;
    animation: dong 15s infinite linear;
}
.area-zi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.area-zi h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.area-zi p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.area{
    padding: 80px 0;
    margin-top: 100px;
}
.area-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area-cont{
    width: 31%;
    box-shadow: 0 0 5px 0 #eee;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.area-cont:hover img{
    transform: scale(1.1);
}
.area-cont:hover p{
    color: #A0C349;
}
.area-img{
    overflow: hidden;
}
.area-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
    border-radius: 10px;
}
.area-cont p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 20px 0;
}
.project{}
.project-top{
    background-color: #F0F0F0;
}
.project-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.project-tab-left{}
.project-tab-left p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.project-tab-left p span{
    font-size: 14px;
    color: #666666;
    display: inline-block;
}
.project-tab-left p a{
    display: inline-block;
    padding: 30px 0;
    font-size: 14px;
    color: #666666;
}
.project-tab-left p img{
    display: block;
    margin: 0 10px;
}
.project-tab-right{}
.project-tab-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.project-tab-right ul .active{
    color: #8CC11F;
}
.project-tab-right ul li{
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
    cursor: pointer;
}
.project-all{
    padding: 80px 0;
}
.project-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-cont{
    width: 48%;
    margin-bottom: 30px;
}
.project-cont:hover img{
    transform: scale(1.1);
}
.project-cont:hover h2{
    color: #A0C349;
}
.project-img{
    overflow: hidden;
}
.project-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.project-p{
    background-color: #F5F5F5;
    padding: 40px;
    box-sizing: border-box;
}
.project-p h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.project-p p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.page{
    margin-top: 40px;
}
.page ul{
    width: max-content;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page ul .active{
    background-color: #E4E4E4;
    border-radius: 5px;
}
.page ul li{
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    margin: 0 10px;
}
.page ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #333333;
}
.page ul li a img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.project-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 100;
    display: none;
}
.project-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,.6); */
    z-index: 100;
}
.project-tan-cont{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    padding: 100px 50px;
    background-color: #fff;
    box-sizing: border-box;
}
.project-tan-swiper{
    overflow: hidden;
    /* position: relative; */
}
.project-tan-prev::after,.project-tan-next::after{
    content: "";
    display: none;
}
.project-tan-prev{
    width: 50px;
    height: 50px;
    background: url(../img/team-prev.png) no-repeat center;
    background-size: cover;
    left: -100px;
}
.project-tan-next{
    width: 50px;
    height: 50px;
    background: url(../img/team-next.png) no-repeat center;
    background-size: cover;
    right: -100px;
}
.project-tan-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-tan-left{
    width: 45%;
}
.project-tan-left h1{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.project-tan-left p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 30px;
}
.project-tan-left-p{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-tan-left-span{
    width: 33%;
}
.project-tan-left-span h2{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.project-tan-left-span p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.project-tan-right{
    width: 45%;
}
.xiao-swiper{
    overflow: hidden;
    position: relative;
}
.xiao-swiper .swiper-slide img{
    width: 100%;
    display: block;
    z-index: 9;
}
.xiao-page{
    width: max-content !important;
    left: unset !important;
    right: 40px;
    bottom: 30px !important;
}
.xiao-page .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.xiao-page .swiper-pagination-bullet-active{
    background: #666666;
}
.project-tan-close{
    width: 50px;
    height: 50px;
    background-color: #191919;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: -100px;
    top: 0;
    cursor: pointer;
}
.project-tan-close span{
    font-size: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.new{
}
.new-all{
    padding: 80px 0;
}
.new-one{}
.new-one-top{}
.new-one-top-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.new-one-top-p span:first-child{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(to right,#1B763A,#A0C349);
}
.new-one-top-p span:last-child{
    font-size: 12px;
    color: #989898;
}
.new-one-top-cont{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-one-top-left{
    width: 55%;
}
.new-one-swiper{
    overflow: hidden;
    position: relative;
}
.new-one-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.new-one-page{
    width: max-content !important;
    left: unset !important;
    right: 30px;
    bottom: 20px !important;
}
.new-one-page .swiper-pagination-bullet{
    opacity: 1;
    border-radius: 0;
    width: 8px;
    height: 8px;
    background: #fff;
}
.new-one-page .swiper-pagination-bullet-active{
    background: #666666;
}
.new-one-top-right{
    width: 42%;
    position: relative;
}
.new-one-top-right h2{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-one-top-right p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-one-top-right img{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.new-one-cont{
    margin-top: 60px;
}
.new-one-cont-a{
    padding: 50px 0;
    border-top: 1px solid #F5F5F5;
}
.new-one-cont-a a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-one-cont-left{
    width: 50%;
}
.new-one-cont-left:hover img{
    transform: scale(1.1);
}
.new-one-img{
    overflow: hidden;
}
.new-one-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.new-one-cont-right{
    width: 47%;
    position: relative;
}
.new-one-cont-right h2{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.new-one-cont-right p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 30px;
}
.new-one-cont-right span{
    font-size: 12px;
    color: #989898;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.new-detail{}
.new-detail-content{
    padding: 80px 0;
}
.new-detail-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-detail-cont-left{
    width: 70%;
}
.new-detail-cont-top{
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}
.new-detail-cont-top h2{
    font-size: 28px;
    line-height: 46px;
    color: #191919;
    font-weight: normal;
}
.new-detail-cont-top p{
    font-size: 14px;
    color: #333333;
    margin-top: 30px;
}
.new-detail-cont-right{
    width: 25%;
}
.news-sell{
    padding: 30px;
    background-color: #F3F3F3;
    box-sizing: border-box;
}
.news-sell-top{
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}
.news-sell-top h2{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.news-sell-top a{
    margin-top: 20px;
    display: block;
}
.news-sell-top a img{
    width: 100%;
    display: block;
}
.news-sell-top a p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-sell-cont{}
.news-sell-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.news-sell-cont a span:first-child{
    font-size: 14px;
    color: #333333;
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-sell-cont a span:last-child{
    font-size: 12px;
    color: #333333;
}
.fanhui{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    background-color: #9FC249;
}
.social{}
.project-tab-right ul li a{
    color: #333333;
}
.social-one{
    padding: 80px 0;
    margin-top: 100px;
}
.social-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social-one-left{
    width: 50%;
    background-color: #F6F6F6;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
}
.social-one-left h2{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.social-one-left p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 20px;
    text-indent: 2em;
}
.social-one-content{
    position: relative;
}
.social-tiao {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
}
.social-tiao-left {
    width: 45px;
    display: flex;
    flex-wrap: wrap;
}
.social-tiao-left div {
    font-size: 16px;
    color: #666666;
}
.social-tiao-left .social-left-prev {
    color: #8CC11F;
}
.social-tiao-right {
    width: calc(100% - 70px);
    height: 1px;
    background: #E2E2E2;
}
.social-xiao-swiper{
    overflow: hidden;
    position: relative;
}
.social-kuan {
    width: 100%;
    height: 100%;
    background: #8CC11F;
}
.donghua {
    -webkit-animation: right 10s forwards linear normal;
    animation: right 10s forwards linear normal;
}

@keyframes right {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.social-one-right{
    width: 50%;
}
.social-one-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-one-swiper{
    overflow: hidden;
    position: relative;
}
.social-one-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.social-one-page{
    width: max-content !important;
    left: unset !important;
    right: 30px !important;
    bottom: 20px;
}
.social-one-page .swiper-pagination-bullet{
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.social-one-page .swiper-pagination-bullet-active{
    background: #666666;
}
.social-two{
    padding: 80px 0;
    background: url(../img/wh.jpg) no-repeat center fixed;
    background-size: cover;
    padding-bottom: 160px;
    background-color: #f6f6f6;
    position: relative;
    margin-top: 100px;
}
.social-img{
    width: 100%;
}
.social-two h1{
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.social-two-all{
    width: 100%;
    margin-top: 60px;
    position: relative;
}
.social-two-cont{
    width: 100%;
}
.social-circle-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social-circle-cont{
    width: 25%;
}
.social-two-cont ul li p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.social-x-circle img{
    display: block;
    margin: auto;
}
.social-x-circle h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    transition: .3s ease-in;
    margin-top: 20px;
}
.social-x-circle p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    transition: .3s ease-in;
}
.a .number,.a h2,.a p{
    transition: .3s ease-in;
}
.earth{
    position: absolute;
    bottom: -80px;
}
.earth img{
    width: 190px;
    height: 190px;
    display: block;
    margin-left: -150px;
    animation: infinite linear 10s zhuan;
}
@keyframes zhuan{
    0%{
        transform: rotate(0);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.social-three{
    padding-top: 80px;
    padding-bottom: 160px;
    margin-top: 100px;
}
.future{}
.future h1{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
    text-align: center;
}
.future-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.future-cont{
    width: 18%;
}
.future-shang{
    height: 50%;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.future-cont:nth-child(2n) .future-shang{
    margin-top: 50px;
    margin-bottom: 0;
}
.future-cont:nth-child(2n) .future-shang h2{
    margin-top: 0px;
    margin-bottom: 30px;
}
.future-shang img{
    width: 90%;
    display: block;
}
.future-shang h2{
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    font-weight: normal;
}
.future-circle{
    width: 120%;
    height: 1px;
    background-color: #efefef;
    position: relative;
}
.future-cont:last-child .future-circle{
    width: 100%;
}
.future-circle::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #9FC249;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%,-50%);
}
.future-circle::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid #9FC249;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translate(0%,-50%);
}
.future-xia{
    height: 50%;
    margin-top: 50px;
    box-sizing: border-box;
}
.future-cont:nth-child(2n) .future-xia{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    align-content: flex-end;
    padding-bottom: 50px;
}
.future-xia p{
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.future-xia p::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #9FC249;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0;
}
.contact{}
.contact-all{}
.contact-one{
    padding: 80px 0;
}
.contact-one h1{
    font-size: 34px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.contact-one-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 #eee;
    margin-top: 40px;
}
.contact-one-left{
    width: 40%;
    padding: 40px;
    box-sizing: border-box;
}
.contact-one-left h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
}
.contact-one-left p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.contact-one-left li{
    width: 120px;
    margin-top: 60px;
}
.contact-one-left li img{
    width: 120px;
    height: 120px;
    display: block;
}
.contact-one-left li span{
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: block;
}
.contact-one-right{
    width: 60%;
}
#container{
    width: 100%;
    height: 500px;
}
.contact-two{
    padding: 80px 0;
    background-color: #F7F8F9;
}
.contact-two h1{
    font-size: 34px;
    color: #191919;
    text-align: center;
    font-weight: normal;
}
.talent{
    margin-top: 40px;
}
.talent-top{}
.talent-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #9FC249;
    padding: 20px 50px;
    box-sizing: border-box;
}
.talent-top ul li{
    width: 22%;
    font-size: 20px;
    color: #fff;
}
.talent-top ul li:last-child{
    width: 12%;
}
.talent-cont{}
.talent-cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6;
}
.talent-cont ul li{
    width: 22%;
    font-size: 16px;
    color: #666666;
}
.talent-cont ul li:last-child{
    width: 12%;
}
.talent-cont ul li:last-child span{
    width: 30px;
    height: 30px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.talent-cont ul li:last-child span::before{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.talent-cont ul li:last-child span::after{
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s ease-in;
}
.talent-cont ul li .active::after{
    content: "";
    display: none !important;
}
.talent-more{
    padding: 50px;
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    border-bottom: 1px solid #E6E6E6;
}
.talent-more p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.talent-more-di{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.talent-more-di p{
    margin-right: 40px;
}
.talent-more-di p span:first-child{
    font-size: 24px;
    color: #9FC249;
    display: block;
}
.talent-more-di p span:last-child{
    font-size: 24px;
    color: #9FC249;
    display: block;
}
.about-one{
    padding: 80px 0;
}
.about-one-top{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}
.about-one-left{}
.about-one-left h2{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.about-one-right{
    width: 100%;
}
.about-one-right p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.about-one-right p span{
    color: #8CC11F;
}
.about-one-cont{
    padding: 80px 0;
    /* background: url(../img/shan.png) no-repeat center;
    background-size: cover; */
    position: relative;
}
/* .about-one-xian{
    width: 100%;
    height: 180px;
    background: url(../img/xian.png) repeat-x top;
    background-size: cover;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 0;
} */
.about-one-cont-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.about-add-all{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.about-add-year{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.about-add-year p{
    font-size: 20px;
    height: 150px;
    color: #fff;
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 5px;
    text-align: center;
}

.about-add:nth-child(1)>p{
    background-color: #6C1F4E;
}
.about-add:nth-child(2)>p{
    background-color: #D51B19;
}
.about-add:nth-child(3)>p{
    background-color: #EA5215;
}
.about-add:nth-child(4)>p{
    background-color: #E8762D;
}
.about-add:nth-child(5)>p{
    background-color: #F19A1E;
}
.about-add:nth-child(6)>p{
    background-color: #E19345;
}
.about-add:nth-child(7)>p{
    background-color: #D76436;
}
.about-add:nth-child(8)>p{
    background-color: #BA4D20;
}
.about-add{
    width: 12%;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}
/* .about-add-left{
    height: 510px;
} */
.about-add>p{
    font-size: 20px;
    line-height: 30px;
    /* height: 150px; */
    color: #fff;
    /* writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 5px; */
    text-align: center;
}
.about-add-right{
    width: 100%;
    /* height: 510px; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}
/* .about-add:nth-child(2n) .about-add-right{
    align-content: flex-start;
    margin-top: 20px;
} */
.about-add-right li{
    width: 100%;
    margin-bottom: 20px;
    /* margin-left: 2%; */
}
.about-add-right li img{
    display: block;
    max-width: 100%;
    height: 120px;
    object-fit: cover;
    margin: auto;
}
.about-add-right li p{
    font-size: 16px;
    line-height: 20px;
    color: #A0C349;
    text-align: center;
    margin-top: 10px;
}


.abouts-zuo{
    width: 100px;
    border-right: 1px solid #999999;
    position: relative;
    margin-top: 150px;
}
.about-zuo-swiper{
    overflow: hidden;
}
.about-zuo-swiper .swiper-slide{
    height: 44px !important;
    cursor: pointer;
}
.about-zuo-swiper .swiper-slide p{
    font-size: 22px;
    line-height: 44px;
    color: #666666;
    margin-bottom: 10px;
}
.about-zuo-swiper .swiper-slide-thumb-active p{
    color: #8CC11F;
    font-size: 34px;
}
.about-zuo-next{
    top: unset;
    bottom: -18px;
    left: 10px;
}
.about-zuo-next::after{
    font-size: 16px;
    color: #666666;
    transform: rotate(90deg);
}
.about-zuo-prev{
    top: unset;
    bottom: 10px;
    left: 10px;
}
.about-zuo-prev::after{
    font-size: 16px;
    color: #666666;
    transform: rotate(90deg);
}
.abouts-you{
    width: calc(100% - 140px);
    overflow: hidden;
}
.about-you-swiper{
    overflow: hidden;
    /* position: relative; */
}
.about-you-swiper .swiper-slide{
    position: relative;
    padding-top: 150px;
}
.city{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.city .active p{
    width: 26px;
    height: 26px;
    margin-top: -5px;
}
.city .active p::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.city .active span{
    color: #A0C349;
}
.city-all{
    position: absolute;
}
.city-all:nth-child(1){
    left: 15%;
    top: 18%;
}
.city-all:nth-child(2){
    left: 45%;
    top: 1%;
}
.city-all:nth-child(3){
    left: 80%;
    top: 13%;
}
.city-all p{
    width: 15px;
    height: 15px;
    background-color: #CACACA;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
}
.city-all span{
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.city-all img{
    width: 100px;
    height: 100px;
    display: block;
    margin-top: 20px;
}
.abouts-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abouts-l{
    width: 15%;
}
.abouts-l ul{}
.abouts-l ul span{
    font-size: 14px;
    color: #666666;
    display: block;
}
.abouts-l ul h2{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 40px;
}
.abouts-l ul li{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
}
.abouts-l ul li::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #666666;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}
.abouts-r{
    width: 85%;
}
.abouts-r-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 15%;
}
.abouts-r-all img{
    width: 30%;
    height: auto;
    border-radius: 50%;
    display: block;
}
.abouts-r-all h2{
    width: 70%;
    font-size: 260px;
    line-height: 1;
    color: #B1B1B1;
}
.about-two{
    padding: 80px 0;
    background-color: #F8F8F8;
}
.about-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.about-two-left{
    width: 55%;
}
.about-two-left h2{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.about-two-left h3{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}
.about-two-left p{
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-top: 20px;
}
.about-two-right{
    width: 40%;
}
.about-two-right img{
    width: 100%;
    display: block;
}
.about-three{
    padding: 80px 0;
}
.honor{}
.honor-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.honor-top-left{
    position: relative;
}
.honor-top-left h2{
    font-size: 34px;
    color: #191919;
    font-weight: normal;
}
.honor-top-left ul{
    overflow: hidden;
    margin-top: 40px;
}
.honor-top-left ul li{
    float: left;
    font-size: 16px;
    color: #333333;
    padding: 10px 30px;
    margin-right: 20px;
    background-color: #F0F0F0;
    cursor: pointer;
}
.honor-top-left ul .active{
    background-color: #A0C349;
    color: #fff;
}
.honor-top-right{}
.honor-top-right li{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding-left: 15px;
    position: relative;
}
.honor-top-right li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #A0C349;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}
.honor-cont{
    margin-top: 40px;
}
.honor-swiper{
    overflow: hidden;
    position: relative;
}
.honor-swiper .swiper-slide img{
    width: 90%;
    display: block;
    margin: auto;
}
.about-four{
    margin-bottom: 80px;
}


/* phone */
.mobile-inner-header {
    background-color: rgba(255,255,255,255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
#wrap {
    text-align: left;
}
.fl {
    float: left;
    display: inline;
}
.mobile-inner-header-icon:hover {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0,0,0,0.7);
}
.mobile-inner-header-icon:hover {
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}
.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-nav {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: 70%;
    padding-top: 0%;
    overflow-y: auto;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    border-bottom: 1px solid #66666640;
}
.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}
#wrap {
    text-align: left
}
@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.7);
}
.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-header-icon{
  display: none;
}
.mobile{
    position: relative;
}
.mobile::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/down.png) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.mobile .active{
    display: block;
}
.mobile-down{
    display: none;
    transition: .5s all;
}
.mobile-down a{
    padding-left: 20px;
    font-size: 14px;
}
@media (min-width:320px) and (max-width:1199px) {
  .mobile-inner-header-icon{
    display: block;
  }
}
.phone-about-one{
    display: none;
}
.phone-social-two{
    display: none;
}
.phone-future{
    display: none;
}
@media (min-width:1500px) and (max-width:1600px){
    .head-right ul li a{
        padding: 30px 10px;
        font-size: 14px;
    }
}
@media (min-width:1200px) and (max-width:1500px){
    /* 新加 */
    .down{
        width: max-content;
        left: 50%;
        transform: translate(-50%,0);
    }
    .ban-zi{
        right: 5%;
    }
    .ban-zi p{
        font-size: 14px !important;
    }
    .container{
        width: 80%;
    }
    .head{
        padding: 0 110px;
    }
    .head-right ul li a{
        padding: 30px 5px;
        font-size: 14px;
    }
    .team-right{
        padding-top: 60px;
    }
    .team-right-zuo{
        width: 60%;
    }
    .team-p{
        width: 58%;
        top: -50px;
    }
    .video-a{
        width: 80%;
    }
    .date-two-left{
        width: 15%;
    }
    .date-two-right{
        width: 85%;
    }
    .date-two-right p{
        width: 20%;
        font-size: 24px;
    }
    .date-two-right h2{
        width: 80%;
        font-size: 360px;
        display: contents;
    }
    .anli-prev,.anli-next{
        display: none;
    }
    .anli-swiper>.swiper-wrapper>.swiper-slide{
        width: 80% !important;
    }
    .abouts-r-all img{
        width: 25%;
    }
    .abouts-r-all h2{
        font-size: 210px;
    }
    .date-two-left h2 span{
        font-size: 50px;
    }
    .city-all:nth-child(1){
        top: 16%;
    }
    .project-tan-cont{
        width: 80%;
    }
    .social-two-all{
        margin-top: 100px;
    }
    .team-right-zuo img{
        width: 75%;
    }
    .team-right-all{
        padding-top: 60px;
    }
    .video-a>.container{
        width: 100%;
    }
    .video-a h2 p{
        font-size: 16px;
    }
}
@media screen and (max-width:1199px){
    .date-zi-p p{
        font-size: 12px;
    }
    .about-zi{}
    .about-zi h2{
        font-size: 24px;
    }
    .about-yi h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-yi-all{
        margin-top: 20px;
    }
    .aboutyi{
        flex-direction: column-reverse;
    }
    .about-yi-left{
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
    .about-yi-right{
        width: 100%;
    }
    .about-first-cont{
        width: 50%;
    }
    .about-first-all h1{
        font-size: 24px;
    }
    .about-first-content{
        margin-top: 10px;
    }
    .about-first-cont h2{
        font-size: 14px;
    }
    .about-first-cont p{
        font-size: 18px;
    }
    .about-one-top{
        margin-top: 0;
    }
    .about-one-left{
        display: none;
    }
    .about-zi p{
        font-size: 12px;
    }
    .honor-one-cont{
        width: 48%;
    }
    .team-right-all{
        padding-top: 0;
    }
    .head{
        padding: 0 20px;
    }
    .head-left a{
        width: 100px;
    }
    .head-right ul{
        display: none;
    }
    .container{
        width: 90%;
    }
    .banner{
        margin-top: 50px;
    }
    .banner img{
        height: 300px;
        object-fit: cover;
    }
    .ban-zi{
        width: 90%;
        right: 5%;
    }
    .ban-zi h2{
        font-size: 20px;
    }
    .ban-zi p{
        font-size: 14px;
        margin-top: 10px;
    }
    .news{
        padding: 30px 0;
    }
    .news-one-all{
        margin-top: 20px;
        flex-direction: column-reverse;
    }
    .news-one-p{
        padding: 10px 0;
    }
    .news-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .news-one-left h2{
        font-size: 20px;
        line-height: 30px;
    }
    .news-one-left p{
        font-size: 14px;
        margin-top: 10px;
    }
    .news-one h1{
        font-size: 24px;
    }
    .news-one-right{
        width: 100%;
    }
    .news-one-left a{
        position: unset;
        margin-top: 0px;
    }
    .news-two{
        margin-top: 30px;
    }
    .news-two-cont{
        width: 48%;
    }
    .team{
        padding-top: 30px;
        margin-top: 50px;
    }
    .team-all{
        margin-top: 20px;
    }
    .team h1{
        font-size: 24px;
    }
    .team-all-left{
        margin: auto;
        display: none;
    }
    .team-all-right{
        width: 100%;
        margin-top: 20px;
    }
    .team-p{
        width: 100%;
        padding: 10px;
        margin-top: 20px;
        position: unset;
    }
    .team-right-next,.team-right-prev{
        display: none;
    }
    .team-p img{
        display: none;
    }
    .team-p p{
        width: 100%;
    }
    .video-mp4 video{
        display: none;
    }
    .video-mp4{
        display: none;
    }
    .video-a{
        width: 100%;
        padding-bottom: 30px;
        position: unset;
        transform: unset;
    }
    .video-cont{
        width: 50%;
        margin-top: 30px;
    }
    .video-cont h2{
        font-size: 24px;
        color: #191919;
    }
    .video-a h2 p{
        color: #191919;
    }
    .video-cont p{
        color: #666666;
        font-size: 14px;
    }
    .date{
        padding-top: 30px;
    }
    .date-all h1{
        font-size: 24px;
    }
    .date-one-cont h3{
        font-size: 14px;
    }
    .date-one-cont p{
        font-size: 14px;
        margin-top: 5px;
    }
    .date-one{
        margin-top: 20px;
    }
    .date-one-cont{
        width: 48%;
        margin-bottom: 20px;
    }
    .date-two{
        margin-top: 0px;
    }
    .date-two-left{
        width: 100%;
        padding-top: 0;
    }
    .date-two-right{
        width: 100%;
        margin-top: 20px;
    }
    .date-two-right p{
        width: 100%;
        font-size: 24px;
    }
    .date-two-right h2{
        width: 100%;
        font-size: 140px;
        margin-top: 10px;
    }
    .friend{
        padding: 30px 0;
        margin-top: 50px;
    }
    .friend-top h2{
        width: 100%;
        font-size: 24px;
    }
    .friend-top-cont{
        width: 100%;
        justify-content: flex-start;
        margin-left: -2%;
        margin-top: 20px;
    }
    .friend-top-cont li{
        width: 31%;
        margin-left: 2%;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .friend-cont-li{
        width: 25%;
        margin-bottom: 10px;
    }
    .friend-cont-li img{
        width: 100%;
        height: 100%;
    }
    .friend-cont{
        padding-top: 0;
    }
    .anli{
        padding: 30px 0;
    }
    .anli h1,.future h1{
        font-size: 24px;
    }
    .anli-left h1{
        font-size: 20px;
    }
    .anli-swiper{
        padding-bottom: 50px;
        margin-top: 30px;
    }
    .anli-swiper>.swiper-wrapper>.swiper-slide{
        width: 100% !important;
    }
    .anli-all{
        flex-direction: column-reverse;
        padding: 15px;
    }
    .anli-left{
        width: 100%;
        margin-top: 20px;
    }
    .anli-right{
        width: 100%;
    }
    .anli-next,.anli-prev{
        display: none;
    }
    .anli-left p{
        font-size: 14px;
        margin-top: 15px;
    }
    .anli-p{
        margin-top: 10px;
    }
    .anli-span h2{
        font-size: 20px;
    }
    .foot-top a{
        padding: 0;
    }
    .foot-two{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .foot-left{
        display: none;
    }
    .foot-di-one p{
        margin-right: 0;
    }
    .foot-right{
        width: 100%;
    }
    .foot-right li{
        margin: auto;
    }
    .area-banner{
        margin-top: 50px;
    }
    .area-banner img{
        height: 300px;
        object-fit: cover;
    }
    .area-zi{
        width: max-content;
    }
    .area-zi h2{
        font-size: 24px;
    }
    .area-cont{
        width: 48%;
    }
    .project-tab-left{
        width: 100%;
        display: none;
    }
    .project-tab-left p a{
        padding: 20px 0;
    }
    .project-tab-right{
        width: 100%;
    }
    .project-tab-right ul li{
        width: 25%;
        font-size: 14px;
        padding-left: 0;
        text-align: center;
        padding: 10px 0;
    }
    .about-one{
        padding: 30px 0;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-left h2{
        font-size: 24px;
    }
    .about-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-one-cont{
        display: none;
    }
    .phone-about-one{
        display: block;
        margin-top: 30px;
    }
    .phone-about-swiper{
        overflow: hidden;
        position: relative;
        padding-bottom: 30px;
    }
    .phone-about-content{}
    .phone-about-content h2{
        font-size: 24px;
        color: #191919;
        font-weight: normal;
    }
    .phone-about-img{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -2%;
    }
    .phone-about-img li{
        width: 31%;
        display: block;
        margin-bottom: 20px;
        margin-left: 2%;
    }
    .phone-about-img li img{
        width: 90%;
        display: block;
        margin: auto;
    }
    .phone-about-img li p{
        font-size: 14px;
        color: #333333;
        text-align: center;
        margin-top: 10px;
    }
    .phone-about-page{}
    .phone-about-page .swiper-pagination-bullet{
        background: #d1cdcd;
        opacity: 1;
        border-radius: 0;
    }
    .phone-about-page .swiper-pagination-bullet-active{
        background: #666666;
    }
    .about-two{
        padding: 30px 0;
    }
    .about-two-all{
        flex-direction: column-reverse;
    }
    .about-two-left{
        width: 100%;
        margin-top: 20px;
    }
    .about-two-left h2{
        font-size: 24px;
    }
    .about-two-left h3{
        font-size: 18px;
        margin-top: 20px;
    }
    .about-two-left p{
        font-size: 14px;
        line-height: 28px;
    }
    .about-two-right{
        width: 100%;
    }
    .about-three{
        padding: 30px 0;
    }
    .honor-top-left h2{
        font-size: 24px;
    }
    .honor-top-left ul{
        margin-top: 20px;
    }
    .honor-top-right{
        width: 100%;
        margin-top: 20px;
    }
    .team-p p span{
        font-size: 14px;
    }
    .area{
        padding: 30px 0;
        margin-top: 50px;
    }
    .area-cont p{
        font-size: 14px;
        padding: 10px 0;
    }
    .project-tab-right ul{
        justify-content: flex-start;
    }
    .project-all{
        padding: 30px 0;
    }
    .project-p h2{
        font-size: 20px;
    }
    .project-p p{
        margin-top: 10px;
    }
    .project-cont{
        width: 100%;
    }
    .project-p{
        padding: 10px;
    }
    .page ul{
        width: 100%;
    }
    .page ul li{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
    .project-tan-cont{
        width: 80%;
        height: 300px;
        overflow-y: auto;
        padding: 15px;
    }
    .project-tan-a{
        flex-direction: column-reverse;
    }
    .project-tan-left{
        width: 100%;
        margin-top: 20px;
    }
    .project-tan-right{
        width: 100%;
    }
    .project-tan-left-span h2{
        font-size: 18px;
    }
    .project-tan-prev,.project-tan-next{
        display: none;
    }
    .project-tan-left p{
        margin-top: 10px;
    }
    .project-tan-close{
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: 5px;
        right: 5px;
        z-index: 102;
    }
    .social-one{
        padding: 30px 0;
        margin-top: 50px;
    }
    .social-one-all{
        flex-direction: column-reverse;
    }
    .social-one-left{
        width: 100%;
        padding: 10px;
    }
    .social-one-left h2{
        font-size: 24px;
    }
    .social-one-left p{
        margin-top: 10px;
    }
    .social-one-right{
        width: 100%;
    }
    .social-one-content{
        padding-bottom: 60px;
    }
    .social-tiao{
        padding: 10px;
        width: 100%;
    }
    .social-two{
        padding: 30px 0;
        overflow: hidden;
        margin-top: 50px;
    }
    .social-two h1{
        font-size: 24px;
    }
    .social-two-all{
        display: none;
    }
    .earth{
        display: block;
    }
    .earth img{
        margin-left: -100px;
    }
    .phone-social-two{
        display: block;
    }
    .social-circle-cont{
        width: 100%;
    }
    .phone-social-swiper{
        overflow: hidden;
        position: relative;
        margin-top: 20px;
    }
    .phone-social-two-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .phone-social-two-cont{
        width: 90%;
        background-color: #9FC249;
        margin-bottom: 30px;
        padding: 20px 0;
        border-radius: 10px;
        margin: auto;
    }
    .phone-social-two-cont h2{
        font-size: 34px;
        color: #fff;
        text-align: center;
    }
    .phone-social-two-cont h3{
        font-size: 24px;
        color: #fff;
        text-align: center;
        font-weight: normal;
        margin-top: 10px;
    }
    .phone-social-two-cont p{
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        min-height: 63px;
    }
    .future-cont{
        width: 50%;
    }
    .future-all{
        display: none;
    }
    .phone-future{
        display: block;
        margin-top: 20px;
    }
    .phone-future-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .future-cont{
        width: 48%;
        margin-bottom: 30px;
    }
    .future-shang{
        height: auto;
        margin-bottom: 30px;
    }
    .future-xia{
        height: auto;
        margin-top: 30px;
    }
    .future-cont:nth-child(2n) .future-xia{
        padding-bottom: 0;
        display: block;
    }
    .future-cont:nth-child(2n) .future-shang{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .future-cont:nth-child(2n) .future-shang h2{
        margin-top: 10px;
    }
    .future-shang h2{
        font-size: 20px;
        margin-top: 10px;
    }
    .future-xia p{
        font-size: 14px;
        line-height: 24px;
    }
    .future-xia p::before{
        top: 10px;
    }
    .future-circle::before{
        width: 20px;
        height: 20px;
    }
    .future-circle::after{
        width: 30px;
        height: 30px;
    }
    .social-three{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 50px;
    }
    .future-circle{
        width: 100%;
    }
    .new-all{
        padding: 30px 0;
    }
    .new-one-top-left{
        width: 100%;
    }
    .new-one-top-right{
        width: 100%;
        margin-top: 20px;
    }
    .new-one-top-right p{
        margin-top: 10px;
    }
    .new-one-top-right img{
        margin-top: 20px;
        position: unset;
        display: none;
    }
    .new-one-top-right h2{
        font-size: 20px;
        line-height: 30px;
    }
    .new-one-cont{
        margin-top: 30px;
    }
    .new-one-cont-a{
        padding: 20px 0;
    }
    .new-one-cont-left{
        width: 100%;
    }
    .new-one-cont-right{
        width: 100%;
        margin-top: 20px;
    }
    .new-one-cont-right p{
        margin-top: 10px;
    }
    .new-one-cont-right span{
        margin-top: 20px;
        position: unset;
    }
    .new-detail-cont-left{
        width: 100%;
    }
    .new-detail-content{
        padding: 30px 0;
    }
    .new-detail-cont-top h2{
        font-size: 24px;
        line-height: 40px;
    }
    .new-detail-cont-right{
        display: none;
    }
    .contact-one{
        padding: 30px 0;
    }
    .contact-one h1{
        font-size: 24px;
    }
    .contact-one-cont{
        margin-top: 20px;
    }
    .contact-one-left{
        width: 100%;
        padding: 15px;
    }
    .contact-one-left h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contact-one-left li{
        margin-top: 20px;
    }
    .contact-one-right{
        width: 100%;
        margin-top: 20px;
    }
    #container{
        height: 300px;
    }
    .contact-two{
        padding: 30px 0;
    }
    .contact-two h1{
        font-size: 24px;
    }
    .talent{
        margin-top: 20px;
    }
    .talent-top ul{
        padding: 10px;
    }
    .talent-top ul li{
        font-size: 12px;
    }
    .talent-cont ul{
        padding: 10px;
    }
    .talent-cont ul li{
        font-size: 12px;
    }
    .talent-cont ul li:last-child span{
        width: 25px;
        height: 25px;
    }
    .talent-more{
        padding: 15px;
    }
    .talent-more p{
        font-size: 12px;
        line-height: 24px;
    }
    .talent-more-di{
        margin-top: 10px;
    }
    .talent-more-di p{
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .talent-more-di p span:first-child{
        font-size: 14px;
    }
    .talent-more-di p span:last-child{
        font-size: 16px;
        margin-top: 0;
    }
    /* 2023.7.21修改 */
    .honor-two .honor-img{
        width: 48%;
        margin-bottom: 20px;
    }
    .honor-three .honor-img{
        width: 48%;
    }
    .honor-three .honor-img a p{
        width: 100%;
    }
}

.thinkphp-pagination > div{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.thinkphp-pagination > div > * {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    border-radius: 100%;
}

.thinkphp-pagination > div > *.thispage {
    background-color: #8CC11F;
    color: #fff;
}

.thinkphp-pagination > div > *:not(.thispage):hover {
    background-color: #8CC11F;
    color: #fff;
    transition: all 150ms;
}

.news-user-content img {
    max-width: 100%;
}
