.home-banner {
    position:relative;
    width:100%;
    max-height: 960px;
    overflow: hidden;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li .video,
.home-banner ul li .video video {
    width:100%;
    transform: translate(0px,-80px);
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
    transition: all 0.5s;
}
.home-banner ul li.swiper-slide-active img.banner{
    opacity: 1;
}
.home-banner ul li a {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
}
.home-banner ul li.video-paly a:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0);
    z-index: 1;
    transition: all 0.3s;
}

.home-banner .fix-word {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0);
}

.home-banner .fix-word .p1 {
    font-size: 48px;
    font-weight: bold;

}
.home-banner .fix-word .p2 {
    font-size: 42px;
    font-family: "Oswald-Regular";
    *text-transform: uppercase;
    padding:60px 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
    width:40px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
    padding:2% 0 0 0;
}

.home-banner .pagination-banner {
    bottom: 5% !important;
}
.home-banner .pagination-banner span {
    width: 40px;
    height: 3px;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 2%);
    transition: width 0.6s ease;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    background: #0aaf58;
}


.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.home-banner .swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.home-banner .swiper-relative div {
    position:absolute;
    width:50px;
    height:50px;
    border:1px solid rgba(255,255,255,0);
    border-radius:50%;
    cursor:pointer;
}
.home-banner .swiper-relative div:hover {
    position:absolute;
    width:50px;
    height:50px;
	border:1px solid rgba(255,255,255,0);
    border-radius:50%;
	background-color: rgba(0,0,0, 0);
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/home/left.svg) no-repeat center center/100%;
    left: 4%;
}
.home-banner .swiper-banner-next {
    background:url(../images/home/right.svg) no-repeat center center/100%;
    right:4%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}







/*板块标题*/
.home-title {}
.home-title h6 {
    font-size: 38px;
    color:#ddd;
    font-family: "Current-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.home-title h6 span {
    color:#0aaf58;
}
.home-title h3 {
    font-size: 30px;
    color:#074425;
    margin:20px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h6 {
    font-size: 24px;
}
.home-title h3 {
    font-size: 18px;
    margin:10px 0 0 0;
}
   
}
/*板块标题 end*/


/*关于品牌*/
.home-about {
    position:relative;
    padding:5% 0;
}

.home-about::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/home/about-bg.jpg) no-repeat left center/cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about::after {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    *background: url(../images/R-icon.svg) no-repeat right center/100%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about .about-item .item {
    margin:50px 0;
    overflow: hidden;
}
.home-about .about-item .word {
    float:left;
    width:40%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 48px;
    color: #0bb257;
    font-weight: bold;
    line-height: 1.4;
    margin:0 0 40px 0;
}
.home-about .about-item .content .tit p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.home-about .about-item .content .tit p span {
    display:block;
}
.home-about .about-item .content .go {
    margin:50px 0 0 0;
}



/*数字*/
.home-about .about-item .number {
    float: right;
    width: 50%;
}
.home-about .about-item .number ul {
    overflow:hidden;
}
.home-about .about-item .number ul li {
    float:left;
    width:33%;
    padding:0 0 8% 0;
}
.home-about .about-item .number ul li h3 {
}
.home-about .about-item .number ul li h3 strong {
    position: relative;
    padding: 0 20px 0 0;
    font-size: 48px;
    color: #0bb257;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.home-about .about-item .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 28px;
    color: #0bb257;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.home-about .about-item .number ul li h3 span{
    font-size: 24px;
    color: #322c2b;
    padding: 0 0 0 10px;
}
.home-about .about-item .number ul li p {
    font-size: 16px;
    color: #322c2b;
    line-height: 1.8;
    padding-top: 5px;
}
@media screen and (max-width:1024px){
.home-about {
    padding: 50px 0;
}

.home-about::before {
    opacity: 0.4;
    background: url(../images/home/about-bg.jpg) no-repeat left center/cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about::after {
    opacity: 0.5;
    *background: url(../images/R-icon.svg) no-repeat right bottom/100%;
    transition: all 3s;
}
.home-about .about-item .item {
    margin: 30px 0 0 0;
}
.home-about .about-item .word {
    width:100%;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 24px;
    margin:0 0 20px 0;
}
.home-about .about-item .content .tit p {
    font-size: 14px;
    line-height: 1.8;
}
.home-about .about-item .content .tit p span {
}

.home-about .about-item .content .go {
    display: none;
    margin:0px 0 0 0;
}

/*数字*/
.home-about .about-item .number {
    width: 100%;
    margin: 5% 0 0 0;
}
.home-about .about-item .number ul {
}
.home-about .about-item .number ul li {
    width:50%;
    padding:0 0 8% 0;
    text-align: center;
}
.home-about .about-item .number ul li h3 {
}
.home-about .about-item .number ul li h3 strong {
    font-size: 28px;
}
.home-about .about-item .number ul li h3 strong i {
    font-size: 16px;
    padding: 0 0 0 5px;
}
.home-about .about-item .number ul li h3 span{
    font-size: 14px;
}
.home-about .about-item .number ul li p {
    height: 30px;
    font-size: 14px;
    padding-top: 5px;
}
}
/*关于品牌 end*/

/*产品系列*/
.home-product {
    position:relative;
    padding:5% 0;
}
.home-product::before {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-linear-gradient(top,#074425,#074425);
    background: url(../images/home/advantage.jpg) no-repeat top center/cover;
    display: block;
    z-index: -2;
}
.home-product::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,45,114,1) 100%);
    display: block;
    z-index: -1;
}

.home-product .home-title {}
.home-product .home-title h6 {
    color:#ddd;
}

.home-product .home-title h3 {
    color:#fff;
}
.home-product .prodcut-item {
    margin: 80px 0 50px 0;
    overflow: hidden;
}

.home-product .prodcut-item ul {}
.home-product .prodcut-item ul li {
}
.home-product .prodcut-item ul li a {
    display: block;
    padding:2%;
}
.home-product .prodcut-item ul li .photo {
    overflow: hidden;
}
.home-product .prodcut-item ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-product .prodcut-item ul li:hover .photo img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.home-product .prodcut-item ul li .word {
    padding:8% 0;
    text-align: center;
    background:#fff;
}
.home-product .prodcut-item ul li .word h3 {
    font-size: 38px;
    color: #333;
    font-family: "Oswald-Regular";
}
.home-product .prodcut-item ul li .word i {
    display:block;
    width:50px;
    height:2px;
    background:#332c2b;
    margin:20px auto;
}
.home-product .prodcut-item ul li .word h4 {
    opacity: 0.8;
    font-size: 16px;
    color: #332c2b;
}


.home-product .prodcut-item ul li:hover .word {
    position:relative;
    background-image: -webkit-linear-gradient(top,#074425,#074425);
}
.home-product .prodcut-item ul li:hover .word::after {
    content: "厚度";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 50px solid #0aaf58;
    border-right: 50px solid transparent;
}
.home-product .prodcut-item ul li:hover .word h3 {
    color: #fff;
}
.home-product .prodcut-item ul li:hover .word h3 {
    color: #fff;
}
.home-product .prodcut-item ul li:hover .word i {
    background:#0aaf58;
}
.home-product .prodcut-item ul li:hover .word h4 {
    color: #fff;
}

.home-product .prodcut-item .swiper-switch {
    margin:20px 0 0 0;
}
@media screen and (max-width:1024px){
.home-product {
    padding:50px 0;
}
.home-product .prodcut-item {
    margin: 30px 0 0 0;
}

.home-product .prodcut-item ul {}
.home-product .prodcut-item ul li {
}
.home-product .prodcut-item ul li a {
    padding:0%;
}
.home-product .prodcut-item ul li .photo {
}
.home-product .prodcut-item ul li .photo img {
    width:100%;
}
.home-product .prodcut-item ul li .word {
    padding:5%;
    text-align: center;
}
.home-product .prodcut-item ul li .word h3 {
    font-size: 20px;
}
.home-product .prodcut-item ul li .word i {
    width:30px;
    height:2px;
    margin:20px auto;
}
.home-product .prodcut-item ul li .word h4 {
    height: 30px;
    font-size: 14px;
}
}
/*产品系列*/


/*实力优势*/
.home-advantage {
    position:relative;
    margin:0% 0;
    background: url(../images/home/power.jpg) no-repeat top center/cover;
}
.home-advantage::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgb(7 78 41) 100%);
    display: block;
    z-index: 1;
}
.home-advantage .container {
    position:relative;
    height:100%;
    z-index: 2;
}
.home-advantage .advantage-box {
}

.home-advantage .advantage-box .word {
    float:left;
    position:relative;
    width:40%;
    min-width: 400px;
    z-index: 1;
    padding:10% 0 10% 5%;
}
.home-advantage .advantage-box .word h3 {
}
.home-advantage .advantage-box .word h3 img {
    width:100%;
    max-width: 300px;
}
.home-advantage .advantage-box .word h4 {
    padding:10% 0 30px 0;
    font-size: 38px;
    color: #fff;
    letter-spacing: 0;
    font-family: "Current-Regular";
    text-transform: uppercase;
}
.home-advantage .advantage-box .word h5 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    
}
.home-advantage .advantage-box .word p {
    opacity: 0.8;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    padding: 30px 0 50px 0;
}
.home-advantage .advantage-box .word .R img {
    width:100%;
    max-width: 100px;
}

@media screen and (max-width:1024px){
.home-advantage {
    position:relative;
    margin:0% 0;
    background: url(../images/home/power.jpg) no-repeat top center/cover;
}
.home-advantage::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.home-advantage .container {
}
.home-advantage .advantage-box {
}

.home-advantage .advantage-box .word {
    width:100%;
    min-width: 400px;
    padding:10% 0 10% 5%;
}
.home-advantage .advantage-box .word h3 {
}
.home-advantage .advantage-box .word h3 img {
    width:100%;
    max-width: 200px;
}
.home-advantage .advantage-box .word h4 {
    padding:10% 0 30px 0;
    font-size: 24px;
}
.home-advantage .advantage-box .word h5 {
    font-size: 24px;
    
}
.home-advantage .advantage-box .word p {
    font-size: 14px;
    padding: 30px 0 50px 0;
}
.home-advantage .advantage-box .word .R img {
    max-width: 50px;
}
}
/*实力优势 end*/



/*实力优势*/
.home-join {
    position:relative;
    margin:0% 0;
    background: url(../images/home/join.jpg) no-repeat top center/cover;
}

.home-join .container {
    position:relative;
    height:100%;
    z-index: 2;
}
.home-join .join-box {
}

.home-join .join-box .word {
    float:left;
    position:relative;
    width:40%;
    min-width: 400px;
    z-index: 1;
    padding:10% 0 10% 5%;
}

.home-join .join-box .word h4 {
    padding:10% 0 30px 0;
    font-size: 48px;
    color: #0bb257;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
}
.home-join .join-box .word h5 {
    font-size: 24px;
    color: #252525;
    line-height: 1.4;
    font-weight: bold;
    
}
.home-join .join-box .word p {
    opacity: 0.8;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    padding: 30px 0 50px 0;
}
.home-join .join-box .word .R img {
    width:100%;
    max-width: 100px;
}

@media screen and (max-width:1024px){
.home-join {
    position:relative;
    margin:0% 0;
    background: url(../images/home/join.jpg) no-repeat top center/cover;
}
.home-join::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    background-image: linear-gradient(to left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    display: block;
    z-index: 1;
}
.home-join .container {
}
.home-join .join-box {
}

.home-join .join-box .word {
    width:100%;
    min-width: 100%;
    padding:10% 0 10% 5%;
}
.home-join .join-box .word h3 {
}
.home-join .join-box .word h3 img {
    width:100%;
    max-width: 200px;
}
.home-join .join-box .word h4 {
    padding:10% 0 30px 0;
    font-size: 24px;
}
.home-join .join-box .word h5 {
    font-size: 18px;
    
}
.home-join .join-box .word p {
    font-size: 14px;
    padding: 30px 0 50px 0;
}
.home-join .join-box .word .R img {
    max-width: 50px;
}
}
/*实力优势 end*/

/*产品优势*/
.home-product-advantage {
    position: relative;
    padding: 5% 0 15% 0;
}
.home-product-advantage .home-title {
    text-align: center;
}

.home-product-advantage .product-item {
    padding:5% 0;
}
.home-product-advantage .product-item .word {
    text-align: center;
}
.home-product-advantage .product-item .word h2 {
    font-size: 58px;
    color: #ddd;
    font-family: 'Current-Regular';
    letter-spacing: 0;
}
.home-product-advantage .product-item .word h3 {
    margin:30px 0;
    font-size: 30px;
    color: #074425;
    font-weight: bold;
}
.home-product-advantage .product-item .word p {
    font-size: 14px;
    color: #333;
    line-height: 1.8;

}
.home-product-advantage .product-item .go {
    margin:50px 0 30px 0;
}
.home-product-advantage .product-item .go a {
   margin:0 auto;
}
@media screen and (max-width:1024px){
.home-product-advantage {
    padding: 5% 0 15% 0;
    background:#fff url(../images/home/product-bg.png) no-repeat bottom center/cover;
}
.home-product-advantage .home-title {
    text-align: center;
}

.home-product-advantage .product-item {
    padding:5% 0;
}
.home-product-advantage .product-item .word {
    text-align: center;
}
.home-product-advantage .product-item .word h2 {
    font-size: 24px;
}
.home-product-advantage .product-item .word h3 {
    margin:30px 0;
    font-size: 24px;
}
.home-product-advantage .product-item .word p {
    font-size: 14px;

}
.home-product-advantage .product-item .go {
    margin:40px 0 20px 0;
}
.home-product-advantage .product-item .go a {
   margin:0 auto;
} 
}
/*产品优势*/

/*新闻资讯*/
.home-news {
    padding:5% 0 3% 0;
}
.home-menu {
    overflow:hidden;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 10px 10px;
    padding: 6px 30px;
    border-radius: 0px;
    text-align: center;
    font-style: normal;
    max-width: 150px;
    font-size: 14px;
    color: #464646;
}
.home-menu .home-tag a:hover {
    border: solid 1px #0aaf58;
    background: #0aaf58;
    color: #fff;
}
.news-box {
    padding:2% 0;
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 23%;
    margin: 1%;
    border:1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.6s;
}
.news-box ul li .pic {
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.news-box ul li .pic .news-pic {
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height:100%;
}
.news-box ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    width:100%;
    height:60px;
    font-size: 18px;
    color: #333;
    line-height:1.6;
    
}
.news-box ul li:hover .item h3{
    color: #0aaf58;
}
.news-box ul li .item p {
    width: 100%;
    height: 80px;
    line-height: 26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 3%;
    overflow: hidden;
}
.news-box ul li .item .more {
    border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-box ul li .item .more time {
    color:#999;
    font-family: "Futura-Light";
}
.news-box ul li .item .more time::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/time-icon.svg) no-repeat center center/18px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.news-box ul li .item .more span {
    float: right;
    display: block;
    color: #333;
    font-family: "Futura-Light";
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
    background: #fff;
}

.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #0aaf58;
}
.news-box ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}
/*特效*/
.news-box ul li:hover {
    border-radius: 10px 10px 10px 10px;
}
.news-box ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.news-more {}
.news-more a {
    margin:2% auto 2% auto;
}
@media screen and (max-width:1024px){
.home-news {
    padding: 50px 0;
}
.home-tag {
    width:100%;
    padding:5% 0;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    width: 30%;
    max-width: 150px;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 5px 5px;
    padding: 6px 15px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #464646;
}
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
    
}
.news-box ul li .pic {
}
.news-box ul li .pic .news-pic {
}
.news-box ul li .pic .link {
    display:none;
}
.news-box ul li .pic img {
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    font-size: 16px;
    color:#333;
    height: auto;
}
.news-box ul li .item p {
    width:100%;
    height: auto;
    line-height:1.6;
    font-size: 14px;
    margin: 3% 0 3%;
}
}

/*提供免费质询服务*/
.home-message {
    position: relative;
    z-index: 1;
    padding:3% 0;
    background: linear-gradient(90deg,#074425,#074425);
}
.home-message::before {
    content: "";
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/home/home-message.jpg) no-repeat right top/cover;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}

.home-message .message-box {
    overflow: hidden;
}


.home-message .message-box .word {
    float:left;
    width:50%;
}
.home-message .message-box .word figure {
   
}
.home-message .message-box .word figure img {
   max-width: 250px;
}
.home-message .message-box .word h4 {
    font-size: 28px;
    color:#fff;
    padding:30px 0 20px 0;
}
.home-message .message-box .word h5 {
    font-size: 28px;
    color:#fff;
}
.home-message .message-box .go {
    float: right;
    width: 40%;
    margin: 0.6rem 0 0 0;
}
.home-message .message-box .go a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
}
@media screen and (max-width:1024px){
.home-message {
    padding:1rem 0;
}
.home-message::before {
    background: url(../images/home/home-message.jpg) no-repeat right bottom/cover;
}
.home-message .message-box {
    overflow: hidden;
}
.home-message .message-box .word {
    width:100%;
    padding:2% 5%;
}
.home-message .message-box .word figure {
   
}
.home-message .message-box .word figure img {
   max-width: 200px;
}
.home-message .message-box .word h4 {
    font-size: 18px;
    padding:15px 0 10px 0;
}
.home-message .message-box .word h5 {
    font-size: 18px;
    color:#fff;
    line-height: 1.6;
}
.home-message .message-box .go {
    float: right;
    width: 100%;
    margin: 0.6rem 0 0 0;
    padding:0 5%;
}
.home-message .message-box .go a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
}
}

/*提供免费质询服务 end*/

