html {
    --color: #F8AF3F;
    --font-family: 'Arial';
}

.w1520 {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
}
.flex-x {
    display: flex;
    flex-direction: row;
}
.flex-y {
    display: flex;
    flex-direction: column;
}
.flex-align{
    justify-content: space-between;
    align-items: center;
}
.logo a img{
    max-width:215px;
}
button{
    cursor: pointer;
}
/* p,
a {
    font-size: initial;
} */

.menu{
    display: none;
}
.menu_down{
    display: none;
}


body{
    background: #f4f4f4;
}

header{
    width: 100%;
    height: 80px;
    background: #fff;
}

header .w1400{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
header  .nav>li{
    position: relative;
}
header .nav>li a{
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 15px;
}
header .nav>li::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #52b548;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
header .nav>li+li{
    margin-left: 10px;
}
header .nav>li.active a{
color: #52b548;
}
header .nav>li.active::after{
    display: block;
}
header .nav>li:hover::after{
    display: block;
}
header .nav>li:hover a{
    color: #52b548;
}
header .nav2{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding-top:10px;
   
}

header .nav .nav2  a{
    white-space: nowrap;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 14px;
    border-radius: 3px;
}
header .nav li:hover .nav2{
    display: block;
}
header .nav li:hover .nav2 a{
    color: #333;
}
header .nav li:hover .nav2 li:hover a{
    color: #52B548;
}


.banner{
    width: 100%;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    background: rgba(0, 0, 0,.1);
    width: 60px;
    height: 60px;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(0, 0, 0,.5);

}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
    font-size: 30px;
    color: #fff;
}

.banner .swiper-button-next{
    right: 3%;
}
.banner .swiper-button-prev{
    left: 3%;
}
.index-page{
    padding: 110px 0 130px;
}
.index-page1{
    background: url('../images/index_bg_1.jpg') no-repeat center;
    background-size: cover;
    padding: 70px 0;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 30px;
}
.index-page1 .w1400{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-page1 hr{
    width: 30px;
    margin: 12px 0;
}
.index-page1 .left span{
    font-size: 18px;
    font-weight: bold;
}
.index-page1 .right{
    width: 40%;
    height: 46px;
    background: #52b548;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.index-page1 .right input{
    flex: 1;
    margin: 2px 0 2px 2px;
    padding:0 14px;
    font-size: 12px;
}
.index-page1 .right input::placeholder{
    color: #ccc;
}
.index-page1 .right button{
    height: 100%;
    padding: 0 20px;
    background: #52B548;
    color: #fff;
    font-size: 14px;
}
.index-page2{
    border-bottom: 1px solid rgb(225, 228, 227);
}
.index-page2 .left{
    width: 50%;
    padding-right: 4%;
    color: #212121;
}

.index-page2 .right{
    width: 50%;
    padding-left: 4%;
}
.index-page2 .left h2{
    font-size: 24px;
    line-height: 48px;
}
.index-page2 .left h3{
    font-size: 14px;
    line-height: 48px;
}
.index-page2 .left .editor{
    font-size: 14px ;
    line-height: 30px;
    color: rgb(128, 128, 128);
    margin: 15px 0;
}
.index-page2 .left a{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: #1C7443;
    text-align: center;
    margin-top: 30px;
}

.index-page3 h2{
    font-size: 24px;
    line-height: 48px;
}
.index-page3 h3{
    font-size: 14px;
    line-height: 48px;
}
.index-page3 ul{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 30px;
}
.index-page3 ul li{
    width: 100%;
    background: #fff;
    text-align: center;
}

.index-page3 ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5%;

}
.index-page3 ul li .name{
    font-size: 16px;
    color: #333;
    line-height: 40px;
/*    margin-top: 20px;*/
}
.index-page3 ul li:hover .name{
    color: #52b548;
}
.index-page3 ul li .price{
    color: #52b548;
    font-size: 18px;
    margin-top: 10px;
}

.index-page4{
    background: url(../images/index_page4_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 160px 0 270px;
    text-align: center;
    color: #fff;
}
.index-page4 h2{
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.index-page4>p{
    margin: 0 auto;
    width: 600px;
    font-size: 14px;
    line-height: 2.4;
}
.index-page4 ul{
    margin-top: 70px;
    justify-content: center;
}
.index-page4 ul li{
    padding: 0 65px;
}
.index-page4 ul li+li{
    border-left: 1px solid rgb(209, 211, 210);
}
.index-page4 ul li .p1{
   font-size: 18px;
}
.index-page4 ul li .p1 span{
    font-size: 34px;
}
.index-page4 ul li .p2{
    font-size: 14px;
}

.index-page5{

}
.index-page5 h2{
    font-size: 24px;
    color: #212121;
    line-height: 48px;
    text-align: center;
}
.index-page5 h3{
    font-size: 14px;
    color: #212121;
    line-height: 48px;
    text-align: center;
}
.index-page5 ul {
    width: 100%;
   display: grid;
   gap: 20px;
   grid-template-columns: repeat(3,1fr);
    margin-top: 30px;
}
.index-page5 ul li{
    background: #fff;
    border-radius: 6px;
}
.index-page5 ul li:hover img{
    transform: scale(1.1);
}
.index-page5 ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5%;
}
.index-page5 ul li .img{
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.index-page5 ul li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.index-page5 ul li h4{
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
}
.index-page5 ul li .time{
    color: #999;
    line-height: 1;
    margin-top: 9px;
    font-size: 14px;
}

.index-page5 ul li p{
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 18px;
}
.index-page5 ul li span{
    display: block;
    float: right;
    height: 28px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 40px;
}
.index-page5 ul li span::before,.index-page5 ul li span::after{
    background: url(../images/vbg01.png) -23px -324px;
    content: "";
    display: inline-block;
    height: 28px;
    position: absolute;
    top: 0;
    transition: all .36s ease;
    width: 30px;
}
.index-page5 ul li span::after{
    left: -30px;
    opacity: 0;
}
.index-page5 ul li span::before{
    left: 0;
}
.index-page5 ul li:hover span::after{
    left: 0;
    opacity: 1;
}
.index-page5 ul li:hover span::before{
    left: 30px;
    opacity: 0;
}
.index-page5 ul li:hover h4{
    color: #52B548;
}

.index-page6{
    background: url('../images/index_page6_bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 200px;
    text-align: center;
    color: #fff;
}
.index-page6 h2{
    font-size: 24px;
    line-height: 50px;
}
.index-page6 h3{
    font-size: 14px;
    line-height: 50px;
}
.index-page6 ul{
    margin-top: 60px;
   display: grid;
   gap: 10px;
   grid-template-columns: repeat(4,1fr);
}
.index-page6 ul li{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-page6 ul li:nth-child(4n+4){
    margin-right: 0;
}
.index-page6 ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms;
}
.index-page6 ul li:hover img{
    width: 120%;
    height: 120%;
}

.about-page .top{
    margin-top: 110px;
    text-align: center;
    color: #212121;

}
.about-page .top h2{
    font-size: 24px;
    line-height: 48px;
}
.about-page .top h3{
    font-size: 14px;
    line-height: 48px;
}
.about-page .bottom .editor{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.index .video{
    margin-top: 40px;
}
.index .video{
    width: 100%;
	max-width:700px;
	margin:30px auto 0 auto;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.index .video img{
    object-fit: cover;
    width: 100%;
	height:400px;
    transition: all 0.5s ease;
}
.index .video:hover img{
   transform: scale(1.05);
}
.index .video .play-btn{
    width: 60px;
    height: 60px;
    background: url('../images/vbg01.png') -116px -196px no-repeat;
    position: absolute;
    left: 50%;
    opacity: 0;
    top: 10%;
    z-index: 5;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.index .video:hover .play-btn{
    opacity: 1;
    top: 50%;
}
.index .video .dialog{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: rgba(0, 0, 0,.5);
    display: none;
}
.index .video .dialog .w{
    width: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.index .video .dialog .w video{
    width: 100%;
    object-fit: contain;
}
.index .video .dialog .close{
    background: url('../images/mbg01.png') -2340px -590px no-repeat;
    cursor: pointer;
    height: 34px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    z-index: 9999;
}





.about-page .bottom .video{
    margin-top: 40px;
}
.about-page .bottom .video{
    width: 100%;
	max-width:700px;
	margin:30px auto 0 auto;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.about-page .bottom .video img{
    object-fit: cover;
    width: 100%;
	height:400px;
    transition: all 0.5s ease;
}
.about-page .bottom .video:hover img{
   transform: scale(1.05);
}
.about-page .bottom .video .play-btn{
    width: 60px;
    height: 60px;
    background: url('../images/vbg01.png') -116px -196px no-repeat;
    position: absolute;
    left: 50%;
    opacity: 0;
    top: 10%;
    z-index: 5;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.about-page .bottom .video:hover .play-btn{
    opacity: 1;
    top: 50%;
}
.about-page .bottom .video .dialog{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: rgba(0, 0, 0,.5);
    display: none;
}
.about-page .bottom .video .dialog .w{
    width: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.about-page .bottom .video .dialog .w video{
    width: 100%;
    object-fit: contain;
}
.about-page .bottom .video .dialog .close{
    background: url('../images/mbg01.png') -2340px -590px no-repeat;
    cursor: pointer;
    height: 34px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    z-index: 9999;
}

.about-page2 .bottom ul{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
    padding: 35px 0 110px;
}

.product-page{
    padding: 110px 0;
    text-align: center;
}
.product-detail-page {
    padding: 110px 0;
    background: #fff;
}

.product-detail-page .top .left{
    width: 42%;
}
.product-detail-page .top .right{
    width: 58%;
    padding-left: 30px;
}
.product-detail-page .imgs{
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
   
    align-items: center;
   
}

.product-detail-page .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-detail-page .product-swiper2 {
    width: 100%;
    margin-top: 10px;
}
.product-detail-page .product-swiper2 .swiper-slide{
    border: 1px solid #eee; 
}
.product-detail-page .product-swiper2  .swiper-slide-thumb-active{
    border: 1px solid #52B548; 
}
.product-detail-page .product-swiper {
    width: 100%;
    border: 1px solid #eee; 
    overflow: hidden;
    padding: 20px;
}

.product-detail-page .left .btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
.product-detail-page .left .btns a{
    display: block;
    padding: 0 20px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    line-height: 25px;
    font-size: 14px;
}
.product-detail-page .right .name{
    padding-top: 10px;
    font-size: 40px;
    line-height: 2;
    color: #333;
    font-weight: bold;
}
.product-detail-page .right .price{
    margin-top: 35px;
    background: #f7f7f7;
    padding: 16px;
    font-size: 30px;
    line-height: 2;
    min-height: 100px;
    color: #52B548;
}
.product-detail-page .right .editor{
    margin: 10px 0;
    font-size: 14px;
    line-height: 2;
    padding: 16px;
    color: #666;
}
.product-detail-page .right button{
    margin: 16px;
    padding: 0 40px;
    background: #52B548;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
}
.product-detail-page .right button a{
    color:#fff;
}
.product-detail-page .right button img{
    width: 18px;
    height: 18px;
    margin: 11px 0;
}
.product-detail-page .bottom{
    margin-top: 80px;
}

.product-detail-page .bottom .nav{
    width: 100%;
    border: 1px solid #f0f0f0;
}
.product-detail-page .bottom .nav li{
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    border-right: 1px solid #f0f0f0;
    cursor: pointer;
    position: relative;
}
.product-detail-page .bottom .nav li::after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #52B548;
    display: none;
}
.product-detail-page .bottom .nav li.active{
    color: #52B548;
}
.product-detail-page .bottom .nav li.active::after{
    display: block;
}
.product-detail-page .bottom .nav li:hover{
    color: #52B548;
}
.product-detail-page .bottom .nav li:hover::after{
    display: block;
}
.product-detail-page .bottom .editor{
    padding: 30px 50px;
    border:  1px solid #f0f0f0;
    margin-top: -1px;
    font-size: 14px;
    line-height: 1.6;
    display: none;
}
.product-detail-page .bottom .editor:first-of-type{
    display: block;
}

.news-detail-page{
    width: 100%;
    background: #fff;
}

.news-detail-page h2{
    padding-top: 25px;
    font-size: 22px;
    color: #333;
}
.news-detail-page h4{
    padding: 36px 0 24px;
    font-size: 14px;
    color: #999;
}
.news-detail-page .editor{
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px dashed #ebebeb;
   line-height: 2;
}
.news-detail-page .btns{
    display: flex;
    flex-direction: column;
    padding: 40px 0 70px;
}
.news-detail-page .btns p{
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-bottom: 20px;
}

.news-detail-page .btns p a{
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-left: 30px;
}
.contact-page{
    color: #212121;
    background: #fff;
}
.contact-page h2{
text-align: center;
    font-size: 24px;
    line-height: 48px;
}
.contact-page h3{
    text-align: center;
    font-size: 14px;
    line-height: 48px;
}
.contact-page .info{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.contact-page .left{
    width: 30%;
}
.contact-page .left>p{
    color: #595959;
    font-size: 14px;
    line-height: 2.4;
    margin-bottom: 30px;
}
.contact-page .left button{
    display: block;
    padding: 0 30px ;
    background: #52b548;
    line-height: 40px;
    border-radius: 25px;
    color: #fff;
    margin: 10px 20px;

}
.contact-page .left button a{
    color:#fff;
}
.contact-page .left button img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 10px;
}
.contact-page .left .info-editor{
    margin-top: 30px;
    font-size: 14px;
    color: #000;
    line-height: 3;
    justify-content: space-between;
}
.contact-page .left .info-editor .ewm{
    line-height: 2;
    align-items: center;
    color: #999;
}
.contact-page .right{
    width: 65%;
    height: 300px;
    background: #000;
}


.message{
    background: #FAFAFA;
    width: 100%;
    padding: 75px 0 135px;
}
.message .form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message .item{
    width: 30%;
    display: flex;
    flex-direction: column;
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}
.message .item input{
    margin-top: 10px;
    height: 40px;
    padding-left: 18px;
    background: #cccccc26;
   
}
.message .item input::placeholder{
    color: #999;
}
.message .item textarea{
    resize: none;
    width: 100%;
    min-height: 120px;
    margin-top: 10px;
    height: 40px;
    padding: 18px;
    background: #cccccc26;
   
}
.message .item:last-of-type{
    width: 100%;
}

.message .form button{
    margin-top: 20px;
    padding: 0 100px;
    background: #52b548;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.join-page h2{
    font-size: 24px;
    line-height: 48px;
    text-align: center;
}
.join-page h3{
    font-size:14px;
    line-height: 48px;
    text-align: center;
}
.join-page .join-page1{
    font-size: 14px;
    line-height: 2;
}
.join-page .join-page1 .p1{
    color: #333;
   
    margin: 50px 0;
}  
.join-page .join-page1 .info .img1{
    width: 60%;
    max-width: 900px;
} 
.join-page .join-page1  .editor{
    margin-right: 50px;

}
.join-page .join-page2{
    margin-top: 110px;
    line-height: 2;
}

.join-page .join-page2 .editor{
    margin-top: 50px;
}











footer{
    background-color: rgb(35, 35, 35);
    width: 100%;
    min-height: 100px;
    color: #666;
    font-size: 14px;
}
footer .top{
    border-bottom: 1px solid rgb(43, 43, 43);
    padding: 70px 0;
}
footer .top ul{
    padding:0 50px;
}
footer .bottom{
    height: 40px;
    text-align: center;
    line-height:40px;
}
footer .bottom img{
    vertical-align: middle;
    margin-top:-5px;
}



/* 分页 */
.pageNav{font-family:Arial,Helvetica,sans-serif;padding-top:10px;text-align:right}
.pageNav a,
.pageNav span{margin:0 3px;width:28px;height:28px;line-height:28px;background:#e7e7e7;
display:inline-block;*display:inline;*zoom:1;text-align:center}
.pageNav span.info{background:none}
.pageNav a:hover,
.pageNav span.current{background:#ff534f;color:#fff}
.pageNavLeft{text-align:left}
.pageNavCenter{text-align:center}
.pageNavRight{text-align:right}

.notdata{line-height:35px;border:1px dashed #ccc;margin:20px 0;text-align:center}
.notdataw{color:#fff;padding:50px 0}

.loading-wrap{ margin-top:10px;bottom:50px;width:100%;text-align:center;display:none;}
.loading{ position:relative;display:inline-block;padding:5px 5px 5px 50px;line-height:28px;color:#333;font-size:14px;border-radius:5px;background:url(../../../../Public/images/loading.gif) 10px center no-repeat;}

/* 以上为通用样式 */