.video_banner{
    position: absolute;
    top: 30%;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%;
    background:none ;
    
}
.video_banner h5{
    font-size: 48px;
    color: #fff;
}
.video_banner p{
    font-size: 20px;
    color: #fff;
    margin-top: 50px;
}
.video_banner .videomore{
    width: 205px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 110px;
    transition: .5s;
    
}
.video_banner .videomore:hover{
    background-color: #074227;
}
.video_banner .videomore::after{
    content: "";
    background: url(../images/videomore.png) no-repeat;
    width: 12px;
    height: 10px;
    display: inline-block;
}
.index_banner{
    position: relative;
    background-color: #074227;
    height: 800px;
    overflow: hidden;
}
.index_banner video{
    opacity: .1;
    
}

.swiper-pagination{
    position: absolute;
    bottom: 40px !important;


}
.swiper-pagination span{
    background-color: #fff;
}
.swiper-pagination span:hover{
    opacity: 1;
}


.box1{}
.box1 .left{
	width: calc(50% - 4.2vw);
    padding-top: 5.2vw;
}
.box1 .left h5{
	font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #333333;
    font-family: arial;
    font-weight: bold;
}
.box1 .left h5 span{
	font-size: 16px;
    color: #999;
}
.box1 .left h6{
	font-size: 30px;
    line-height: 5.2vw;
    color: #007440;
}
.box1 .left h6:after{
	content: '';
    width: 50px;
    height: 4px;
    background: #007440;
    display: block;
}
.box1 .left p{
	font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 30px;
}
.box1 .left .about_a a{
	line-height: 53px;
    border: 1px solid #007440;
    border-radius: 27px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    color: #007440;
    display: block;
    margin-top: 54px;
    transition: all 0.5s ease 0s;
}
.box1 .left .about_a a:hover{
	color: #FFFFFF;
    background: #007440;
}
.box1 .right{
	width: 50%;
	margin-top: 6%;
}
.box1 .x-about{
	width: 100%;
    margin: 5% 0;
}
.box1 .x-about li{
	width: 25%;
    text-align: center;
    float: left;
    transition: all 0.5s ease 0s;
}
.box1 .x-about li:hover{
	background: #007440;
}
.box1 .x-about li:nth-of-type(1) a{ background:url(../images/inx_1.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(2) a{ background:url(../images/inx_2.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(3) a{ background:url(../images/inx_3.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(4) a{ background:url(../images/inx_4.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(1):hover a{ background:url(../images/inx_on1.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(2):hover a{ background:url(../images/inx_on2.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(3):hover a{ background:url(../images/inx_on3.png) no-repeat 26% center;}
.box1 .x-about li:nth-of-type(4):hover a{ background:url(../images/inx_on4.png) no-repeat 26% center;}
.box1 .x-about li a{
	display: block;
    text-align: center;
    border: 1px solid #eee;
    padding: 56px 0;
    text-indent: 49%;
}
.box1 .x-about li span{
	display: block;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.box1 .x-about li:hover span{
	color: #fff;
}
.box1 .x-about li i{
	display: block;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
	font-style: normal;
}

.box1 .x-about li:hover i{
	color: #fff;
}

.box2{
    background-color: #f4f4f4;
    padding: 3% 0;
}
.box2 .fenlei{}
.box2 .fenlei .tit{
   
}
.box2 .fenlei .tit p{
    font-family: "微软雅黑 light";
    font-size: 32px;
    color: #666666;
    position: relative;
}
.box2 .fenlei .tit p::after{
    position: absolute;
    left: -50px;
    width: 108px;
    height: 50px;
    background-color: #007440;
    opacity: .5;
    content: "";

}
.box2 .fenlei .tit h5{
    font-family: "微软雅黑 light";
    font-size: 30px;
    color: #333333;
    display: inline-block;
}
.box2 .fenlei .tit>h5::after{
    height: 2px;
    width: 150px;
    background-color:#333;
    content: "";
    display: inline-block;
}
.box2 .ProNav{
    margin-top: 20px;
}
.box2 .ProNav li{
    float: left;
    margin-left: 30px;
    position: relative;
}
.box2 .ProNav .on{
    border-bottom:1px solid #007440;
    padding-bottom: 10px;
}
.box2 .ProNav .on:hover>a::after{
    width: 0;
}
.box2 .ProNav li>a::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #007440;
    bottom: -10px;
    left: 0;
    transition: .5s;
    margin-top: 5px;
    border: 0;
    padding: 0;

}
.box2 .ProNav li:hover>a::after{
    width: 100%;
}
.box2 .ProNav li a{
    font-size: 18px;
    color: #666;

}
.box2 .product{
    margin-top: 5%;
}
.box2 .product li{
    padding: 2.5%;
    background-color: #fff;
    width: calc((100% - 9%) / 4);
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
.box2 .product li:hover{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
.box2 .product li:nth-child(4n){
    margin-right: 0;
}
.box2 .product li .Proimg{
    margin-bottom: 10px;
}
.box2 .product li .Proimg img{
    width: 100%;
    transition: all 1s ease 0s;
}
.box2 .product li .Proimg:hover img{
    transform: scale(1.1);
}
.box2 .product li h5{
    font-size: 14px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
}
.box2 .product li:hover h5{
    color: #007440;
}
.box2 .product li .ProMore{
    
}
.box2 .product li .ProMore p{
    font-size: 12px;
    color: #333;
    opacity: .3;
    float: left;
    

}
.box2 .product li .ProMore i{
    width: 36px;
    height: 12px;
    float: right;
    background: url(../images/ProMore.png) no-repeat;
}
.box3{
    padding: 3% 0;
}
.box3 .view{}
.box3 .view p{
    display: inline-block;
}
.box3 .view a{
    display: inline-block;
    position: relative;
    padding-left: 70px;
}
.box3 .view p>a:after{
    content: "";
    width: 60px;
    height: 1px;
    background-color: #666;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.box3 .tit{
    text-align: left;
}
.box3 .tit p{
    font-family: "微软雅黑 light";
    font-size: 32px;
    color: #666666;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    padding-left: 120px;
}
.box3 .tit p::after{
    position: absolute;
    right: -50px;
    width: 108px;
    height: 50px;
    background-color: #007440;
    opacity: .5;
    content: "";

}
.box3 .tit h5{
    font-family: "微软雅黑 light";
    font-size: 30px;
    color: #333333;
    display: inline-block;
    position: relative;
    padding-left: 160px;
}
.box3 .tit>h5::after{
    height: 2px;
    width: 150px;
    background-color:#333;
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 0px;
}
.box3Head{
    margin-bottom: 5%;
}
.scheme{}
.scheme .left{}
.scheme .left  span{
    font-size: 16px;
    color: #666;
}
.scheme .left h5{
    font-size: 48px;
    color: #007440;
    position: relative;
}
.scheme .left>h5:after{
    content: "";
    width: 150px;
    height: 2px;
    background-color: #007440;
    position: absolute;
    right: 70px;
    top: 40px;
    display: block;
}
.scheme .left  h6{
    font-family: "微软雅黑 light";
    font-size: 14px;
    color: #878882;
    margin-top: 10px;
    position: relative;
    line-height: 25px;
}
.scheme .left>h6::after{
    content: "";
    width: 800px;
    height: 1px;
    background-color: #ededed;
    position: absolute;
    right: 70px;
    bottom: -40px;
    display: block;
}
.scheme .left  i{
    width:1px;
    height: 180px;
    background-color: #ededed;
    position: absolute;
    left: 7%;
}
.scheme .left  ul{
    margin-top: 15%;
}
.scheme .left  ul li{
    float: left;
    margin-right: 7%;
}
.scheme .left  ul li img{}
.scheme .left  ul li p{
    font-size: 14px;
    color: #878882;
    margin-top: 10px;
    text-align: center;
}
.box4{
    background: #F5F5F5;
    padding: 3% 0;
}
.box4 .hot{
    width: 22vw;
    height: 37.5vw;
    padding-top: 80px;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    background: url(../images/inx_news.png) no-repeat center;
}
.box4 .hot h2{}
.box4 .hot h2:after{
    content:''; 
    width:50px; 
    height:4px; 
    background: #fff; 
    display:block;margin-top:30px; margin-bottom:40px;}
.box4 .hot span{
    font-size:3.125vw; 
    line-height:60px; 
    text-transform:uppercase; 
    color:#fff; 
    font-family:arial; 
    font-weight:bold;
}
.box4 .hot i{
    font-size:16px; 
    color:#fff;
    font-style: normal;
}
.box4 .hot p{ 
    color:#FFFFFF;
}
.morenews{ 
    display:block ; 
    width:60px;
    height:60px; 
    border:1px solid #FFFFFF; 
    margin-top:77px; 
    transition:all 1s ease 0s;
}
.morenews:after{ 
    content:''; 
    width:30px; 
    height:1px; 
    display: block; 
    background: #FFFFFF; 
    position:relative; 
    left:15px;
    transition:all 1s ease 0s;
}
.morenews:before{ 
    content:''; 
    width:1px; 
    height:30px; 
    display: block; 
    background: #FFFFFF;
    position:relative; 
    left:50%; 
    top:15px;
    transition:all 1s ease 0s;
}
.box4 .news{
    width: 57.54vw;
}
.box4 .news ul{
    width: 100%;
}
.box4 .news ul li{ width:100%; float:left;  margin-top:10px; background: #fff; }
.box4 .news ul li h3{ display:block; float:left; width:calc(50% - 120px); text-align:left; padding:3.125vw 0 0 60px;}
.box4 .news ul li h3 a{ display:block;  color:#333; font-size:18px; line-height:18px; padding-bottom:20px; background:url(../images/dian1.jpg) no-repeat 2px center; transition:all 1s ease 0s; text-overflow:ellipsis; overflow:hidden ; white-space:nowrap;}
.box4 .news ul li p{ display:block; width:calc(55.5% - 10px); float:left; font-size:14px; color:#666; line-height:26px; padding:0 60px;margin-top:2.1vw; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3; overflow:hidden;}
.box4 .news ul li p.ntime{ color:#999; position: relative; top:-8.95vw;}
.nwimg{ display:block; float:right; width:44.5%; overflow:hidden; }
.nwimg img{ display:block;width: 100%;transition:all 1s ease 0s;}
.box4 .news ul li:nth-of-type(1){ margin-top:0;}
/* .box4 .news ul li:nth-of-type(1) p{ float:right;} */
.box4 .news ul li:nth-of-type(1) .nwimg{  float:left;}
a.wmore{ padding:1vw 2.6vw; font-size:14px; color:#666666; border:1px solid #DDDDDD; border-radius:1.5vw; line-height:14px;margin-top:0; transition:all 0.5s ease 0s; display:inline-block;}
.box4 .news ul li p:nth-last-of-type(1){   margin-top:-10px;}
.box4 .news ul li:hover h3 a{
    color: #007440; 
}
.morenews:hover{ background: #007440;}
.morenews:hover:after{ background: #fff;}
.morenews:hover:before{ background: #fff;}
.box4 .news ul li:hover h3 a{ color:#007440;}
.box4 .news ul li:hover a.wmore{ color:#fff;background: #007440; border:none;}
.box4 .news ul li:hover .nwimg img{ transform: scale(1.1);}

@media (max-width:1400px){
    .index_banner{
        height: 600px; 
    }
    .video_banner h5{
        font-size: 36px;
    }
    .video_banner p{
        font-size: 16px;
        margin-top: 25px;
    }
    .video_banner .videomore{
        width: 160px;
        height: 50px;
        border-radius: 40px;
        line-height: 50px;
        margin-top: 50px;
        font-size: 12px;
    }
    .m-video img{
        width: 100%;
    }
    .box1 .left h6:after{
        height: 1px;
    }
    .box1 .left h5{
        font-size: 38px;
        line-height: 50px;
    }
    .box1 .left h6{
        font-size: 20px;
        line-height: 3.2vw;
    }
    .box1 .left p{
        font-size: 12px;
        line-height: 24px;
        padding-top: 30px;
        overflow: hidden;
         text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;

    }
    .box1 .x-about li:nth-of-type(1) a{background: url(../images/inx_1.png) no-repeat 10% center;}
    .box1 .x-about li:nth-of-type(2) a{ background:url(../images/inx_2.png) no-repeat 10% center;}
    .box1 .x-about li:nth-of-type(3) a{ background:url(../images/inx_3.png) no-repeat 10% center;}
    .box1 .x-about li:nth-of-type(4) a{ background:url(../images/inx_4.png) no-repeat 10% center;}
    .box1 .x-about li:nth-of-type(1):hover a{ background:url(../images/inx_on1.png) no-repeat 10% center;}
    .box1 .x-about li:nth-of-type(2):hover a{ background:url(../images/inx_on2.png) no-repeat 10% center;}
    .box1 .x-about li:nth-of-type(3):hover a{ background:url(../images/inx_on3.png) no-repeat 10% center;}
    .box1 .x-about li:nth-of-type(4):hover a{ background:url(../images/inx_on4.png) no-repeat 10% center;}
    .box1 .x-about li span{
        font-size: 20px;
        line-height: 32px;
    }
    .box1 .x-about li a{
        padding: 45px 0;
        text-indent: 44%;
    }
    .scheme .left{
        width: 48%;
    }
    .scheme .right{
        width: 48%;
    }
    .scheme .right img{
        width: 100%;
    }
    .box4 .news ul li p{
        line-height: 20px;
    }
    .box4 .news ul li h3{
        padding: 2.125vw 0 0 60px;
    }
}

