@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 42px;height: 42px;border: 1px solid #f4f4f4;margin: 5px;font-size: 15px;color: #888;transition: all .4s ease;font-weight: 700; border-radius: 15px;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #43c800;background-color: #43c800;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #43c800;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #43c800;color: #fff;border-color: #43c800;}
.paging-hint span{color: #43c800;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px;width: 34px;height: 34px;font-size: 12px;border-radius: 10px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #43c800;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #43c800;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #43c800 !important;}
.search-link:hover h2{color: #43c800;}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}

.verify-content{justify-content:space-between}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: max(14px,0.24rem);}
.webmap-title::after{content: "";position: absolute;width: max(36px,0.6rem);left: 0;right: 0;margin: 0 auto;bottom: 0;height: max(2px,0.04rem);background: #43c800;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -0.4rem 0 0 -0.4rem;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 0.4rem);margin: 0.4rem 0 0 0.4rem;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #43c800;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: max(16px,0.2rem);width: 100%;padding-bottom: max(12px,0.2rem);line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: max(10px,0.2rem);}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: max(4px,0.06rem) 0;font-size: max(15px,0.18rem);}
.webmap-list>ul>li>.drop .drop a{padding-left: max(12px,0.18rem);font-size: max(14px,0.16rem);}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 0.14rem;}
@media all and (max-width: 1000px){
    .webmap-list>ul>li>.drop .drop a::before{top: 0.2rem;}
    .webmap-list>ul{margin: -14px 0 0;}.webmap-list>ul>li{width: 100%;margin: 14px 0 0;}.webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}

/* 内页公共 */
.pagesBan{overflow: hidden;}
.pagesBan-con{width: 50%;align-items: center;padding-left: var(--widDb);padding-right: 1.3rem;}
.pagesBan-con::after{animation: w200 1.2s ease both; content: "";position: absolute;left: 0;top: 0;width: 200%;height: 100%;background: linear-gradient(to right,#37a500,#adc60d);}
.pagesBan-con .text-box{position: relative;z-index: 4;}
.pagesBan-con .logo-box{z-index: 2; position: absolute;left: 50%;top: 50%;width: 100%;height: 108%;transform: translate(-50%,-50%);display: flex;justify-content: center;}
.pagesBan-con .logo{height: 100%;animation: banIcon 1.5s .7s ease both;}
.pagesBan-con .logo-box img{height: 100%;}
.pagesBan-img{width: 50%;}
.pagesBan-img img{width: 100%;height: 27vw;transition: all 2s linear;}
.pagesBan-img:hover img{transform: scale(1.1);}

@keyframes w200 {0%{width: 200%;}100%{width: 100%;}}
@keyframes banIcon {0%{opacity: 0;transform: translateY(-60%);}100%{opacity: 1;transform: translateY(0);}}

/* pro-info轮播 */
.proDet-show-flex{justify-content: space-between;}
.proDet-show-swp{background: #fff;width: 50%;}
.proDet-show-gallery{width:85%;padding-left:20px;}
/* .proDet-show-gallery-more{height: 5.5rem;} */
.proDet-show-gallery-more img{max-width: 100%;max-height: 100%;}
.proDet-show-thumbs{width: 15%;margin: auto 0;}
.proDet-show-thumbs .swiper-container{height: 80%;}
.proDet-show-btn{user-select: none;cursor: pointer;font-size: 14px;position: absolute;left: 73;top: -35px;}
.proDet-show-btn.thumbs-prev{transform: rotate(90deg);left:calc( 50% - 5px);}
.proDet-show-btn.thumbs-next{left:calc( 50% - 5px);bottom:-520px; transform: rotate(-90deg);}
.proDet-show-btn:hover{color: #333;}
.proDet-show-thumbs-year{height: 105px;border: 1px solid #ccc;background-color: #eee;}
.proDet-show-thumbs-year img{max-width: 80%;max-height: 80%;opacity: .5;}
.proDet-show-thumbs-year:hover img,.proDet-show-thumbs-year.active img{opacity: 1;}
.proDet-show-thumbs-year.active{border-color: #43c800;}
.proDet-show-con{width: 44%;}

.nav{height:260px;background-color: #000;}

.nav .nav-list ul li{margin-right:.5rem;margin-bottom:10px;}
.nav .nav-list ul li a{position: relative;display:block;}
.nav .nav-list ul li a::after{position:absolute;content:'';left:0;bottom:-1px;width:100%;height:2px;background-color: #fff;opacity: 0;}
.nav .nav-list ul li.active a{font-size: 18px;font-weight:600px;}
.nav .nav-list ul li.active a::after{opacity: 1;}


.pro-content .pro-list{margin-left:-25px;}

.pro-content .pro-list .pro-list-item{width:calc( 25% - 25px);margin-left:25px;display:block;margin-bottom:100px;}
.pro-content .pro-list .pro-list-item .image{background-color:#F4F4F4;}
.code-content{align-items: center;}
.contact-con .icon{margin-right:10px;}
.code-content .code{margin-right:40px;}
.code-content .headpic{margin-right:10px;}

.news-list-item{display:flex;height:400px;align-items: center;border-bottom: 1px solid #D8D8D8;}
.news-list-item .date{width:10%;text-align: center;height:400px;display:flex;align-items: center;flex-direction: column;justify-content: center;z-index:11}
/*.news-list-item .date::after{position:absolute;content:'';right:-20px;top:calc( 50% - 25px);width:50px;height:50px;transform: rotate(45deg);opacity: 0;transition: all .4s ease;}*/

    
    
.news-list-item .date::after{position:absolute;content:'';right:-20px;top:calc( 50% - 14px);transition: all .4s ease; 
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-left: 20px solid #000;
    border-bottom: 15px solid transparent;opacity:0;}

.news-list-item .line{width:5%;height:1px;background-color: #D8D8D8;align-items: center;}
.news-list-item .con{width:55%;padding:0 .4rem;}
.news-list-item .image{width:30%;border-radius:10px;}
.news-list-item:hover .date{background-color: #000;}
.news-list-item:hover .date::after{opacity: 1;}
.news-list-item:hover .day{color:white;} 
.news-list-item:hover .month{color:white;}
.news-list-item:hover .image img{transform: scale(1.1);}


.news-content .news-con{width:70%}
.news-content .news-con .header-con{padding-bottom:20px;border-bottom:1px solid #f2f2f2}
.news-content .relate-news{width:30%;padding-left:60px;}
.news-content .time{font-size:14px;color:#545454;}
.news-content .time .time-span{margin-right:30px;}
.relate-news li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
    display: block;
    
    overflow: hidden;
    word-break: break-all;
}
.contact-left{width:50%;}
.contact-address{width:90%;}
.form-con{width:50%;}
.form-con .form-title{margin-bottom:30px;}
.ff-btn-submit{background-color:#000 !important;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}

@media all and (max-width:1590px){
    /* 1440 × (700)  */
    
}

@media all and (max-width:1430px){
    /* 1360 */
}

@media all and (max-width:1350px){
    /* 1280 */
}

@media all and (max-width:1270px){
    /* 1152 × (700) */
    
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    .pagesBan-img img{height: 150px;}
    .pagesBan-con{padding-right: 10px;}
    .pagesBan-con .title{font-size: 16px;}
    .pagesBan-con .text{font-size: 12px;}
    
    .pro-content .pro-list .pro-list-item{width: calc(50% - 25px);}
    .nav{height:200px;}
    .nav .nav-list ul li{margin-bottom:30px;}
    
    .news-list-item{margin-bottom:20px;}
    .news-list-item .date{width:20%;order:2;height:200px}
    .news-list-item .con{width:80%;order:2}
    .news-list-item .image{width:100%; order:1;}
    .news-content .news-con{width:100%;}
    .news-content .relate-news{width:100%;padding-left:0;}
    .nav .nav-list ul li.active a{font-size:14px;}
    
    .contact-left{width:100%;}
    .form-con{width:100%;margin-top:60px}
    .people{margin-top:10px;}
    
   
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
}