﻿@import url("iconfont.css");
/* home banner */
.card {
       position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    margin-left: -30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 20px 32px;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.contentii {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 222;
  color: #e8e8e8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}
.contentii .day{font-size: 14px;
    color: #fff;}
.contentii .heading {
 font-size: 18px;
    color: #0a2540;
    line-height: 18px;
	font-weight:bold
}


.contentii .para {
      margin-top: 5px;
    font-size: 14px;
    color: #0a2540;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}

.contentii .btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: #ffcd11;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: #ffcd11;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.card:hover::before {
  width: 100%;
}

.card:hover {
  box-shadow: none;
}

.card:hover .btn {
  color: #212121;
  background: #e8e8e8;
}

.contentii .btn:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  color: #e8e8e8;
}

.contentii .btn:active {
  box-shadow: none;
}


.l-wrap2 {
    width: 100%;
    max-width: 86%;
    padding: 0 0px;
    margin: 0 auto;
}
.e256_main .w256 {
    width: 100%;
    margin: 0px auto ;
}
.e256_main {
  
	padding-top:20px;
	height:500px;
}
.e256_main .e_256 .left {
        float: left;
		background:#fff;
    width: 380px;
    margin-right: 15px;
	border-radius: 20px;
	overflow:hidden;
	box-shadow: 0 2px 8px 0 rgba(19, 20, 21, .05);
	transition: all .5s;
}
.e256_main .e_256 .left:hover{ background:#8fbb1d;box-shadow: 0 4px 15px 0 rgba(19, 20, 21, .1);}
.e256_main .e_256 .left :first-child {
	margin-right: 0px;
	}

.e256_main .e_256 .left .one {
    position: relative;
    display: block;
	transition: all .5s;
}
.e256_main .e_256 .left .one .img {
    display: block;
    width: 100%;   
    overflow: hidden;
}
.e256_main .e_256 .left .one .time {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100px;
    height: 100px;
    background: #0a2540;
}
.e256_main .e_256 .left .one .time .day {
    padding-top: 16px;
    font-size: 60px;
    color: #fff;
    font-family: "arial";
    line-height: 46px;
    text-align: center;
}
.e256_main .e_256 .left .one .time .year {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 14px;
    text-align: center;
}
.e256_main .e_256 .left .one .txt { transition: all .5s;
    padding: 20px;
	
}
.e256_main .e_256 .left .one .txt .tit {
    font-size: 18px;
    color: #0a2540;
    line-height: 18px;
}
.e256_main .e_256 .left .one .txt .cont {
    margin-top: 10px;
    font-size: 14px;
    color: #0a2540;
    line-height: 22px;
    height: 87px;
    text-align: left;
}
.e256_main .e_256 .left .one .details {
    display: block;
    width: 120px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #0a2540;
    transition: all .5s;
}
.e256_main .e_256 .left .day{ font-size:14px; color:#8fbb1d;
}
.e256_main .e_256 .left:hover .day {
    font-size: 14px;
    color: #fff;
}
.e256_main .e_256 .left .one:hover {
    transform: translateY(-6px);
    transition: all ease 600ms;
}
.e256_main .e_256 .left .one:hover .details {
    width: 150px;
}
.e256_main .e_256 .left .one:hover .txt  {
	
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}
.e256_main .e_256 .right {
    float: right;
	background:#8fbb1d;
	border-radius: 20px;
	padding:15px 20px;
    width: 380px;
	box-shadow: 0 2px 8px 0 rgba(19, 20, 21, .05);
}
.e256_main .e_256 .right .newsList .item {
    display: block;
	float:left;
	width:100%;
    padding: 17px 0px;
	height:130px;
    transition: all .5s;
}
.e256_main .e_256 .right .newsList .item:first-child {
   background:url(../images/newb.png) top left no-repeat;
   margin-left:-43px;
   width: 110%;
   padding-left: 45px
   
}
.e256_main .e_256 .right .newsList .item .time {
    float: left;
    display: block;
    width: 98px;
    height: 98px;
    border: 1px solid #e5e5e5;
}
.e256_main .e_256 .right .newsList .item .time .day {
    padding-top: 16px;
    font-size: 60px;
    color: #0a2540;
    font-family: "arial";
    line-height: 46px;
    text-align: center;
    transition: all .5s;
}
.e256_main .e_256 .right .newsList .item .time .year {
    margin-top: 10px;
    font-size: 16px;
    color: #0a2540;
    line-height: 14px;
    text-align: center;
    transition: all .5s;
}
.e256_main .e_256 .right .newsList .item .day {
	font-size:14px; color:#fff; margin-top:10px
}
.e256_main .e_256 .right .newsList .item .txt {
    width: 98%;
    margin: 0 auto;
}
.e256_main .e_256 .right .newsList .item .txt .tit {
    font-size: 18px;
    color: #0a2540;
    line-height: 18px;
    transition: all .5s;
}
.e256_main .e_256 .right .newsList .item .txt .cont {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
   
}
.e256_main .e_256 .right .newsList .item{transition: all .5s;}
.e256_main .e_256 .right .newsList .item:hover {
    transform: translateX(-6px);
	
}
.e256_main .e_256 .right .newsList .item:hover .time .day {
   
}
.e256_main .e_256 .right .newsList .item:hover .time .year {
    
}
.e256_main .e_256 .right .newsList .item:hover .txt .tit {
    
}
.e256_main .e_256 .indexTit {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
}
.e256_main .e_256 .indexTit .tit {
    font-size: 48px;
    font-weight: bold;
    color: #0a2540;
    text-align: center;
    line-height: 50px;
}
.e256_main .e_256 .indexTit .subtit {
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #666;
}



.news{
    width:100%;
    display: block;
}
.news_297 .title{
    text-align: left;
    padding: 25px 37px 0;
}
.news_297 .title h1{
    float: left;
    font-size: 36px;
    font-weight: normal;
    position: relative;
}
.news_297 .title h1:before{
    content: "";
    display: block;
    width:70px;
    height:3px;
    position: absolute;
    left:565px;
    top:65px;
    background: none;
}
.news_297 .title h3{
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #999999;
    float: left;
    padding-top: 10px;
    margin-left: 20px;
}
.news_297 .title span{
    display: block;
    float:right;
    padding-top: 20px;
}
.news_297 .title span a{
    font-size: 14px;
}
.news_297 .title span a:hover{
    color:#2466b3;
}
.news_297 .news-up{
    height:500px;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/nw_bg_297.jpg) center no-repeat;
    padding-top: 70px;
}
.news_297 .news-down{
    height:180px;
    background: #f5f5f5;
    z-index: -20;
}
.news_297 .news_con{
    width:1200px;
    margin:0 auto;
    padding-bottom: 60px;
    background: white;
    z-index: 2;
}
.news_297 .news_con .box_con {
    position: relative;
    clear: both;
    background: white;
    padding: 30px 0 60px 0;
}
.news_297 .news_con .box_con .btnl {
    position: absolute;
}
.news_297 .news_con .box_con .btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 210px;
    cursor: pointer;
}
.news_297 .news_con .box_con .btnl {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/tl1_297.png) no-repeat center;
    left: -72px;
}
.news_297 .news_con .box_con .btnr {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/tr1_297.png) no-repeat center;
    right: -72px;
}
.news_297 .news_con .box_con .btnl:hover {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/tl2_297.png) no-repeat center;
}
.news_297 .news_con .box_con .btnr:hover {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/tr2_297.png) no-repeat center;
}
.news_297 .news_con .box_con .conbox {
    position: relative;
    overflow: hidden;
}
.news_297 .news_con .box_con .conbox ul {
    position: relative;
    list-style: none;
    padding: 30px 0;
}
.news_297 .news_con .box_con .conbox ul li {
    float: left;
    width: 350px;
    margin-left: 38px;
    overflow: hidden;
}
.news_297 .news_con .box_con .conbox ul li:first-child {
    margin-left: 38px;
}
.news_297 .news_con .box_con .conbox ul li .news-img{
    width:350px;
    height:230px;
    overflow: hidden;
}
.news_297 .news_con .box_con .conbox ul li .news-img img{
    width:350px;
    height:230px;
    transition: all 0.3s ease-in;
}
.news_297 .news_con .box_con .conbox ul li h1{
    padding-left: 12px;
    position: relative;
    margin-top: 10px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.news_297 .news_con .box_con .conbox ul li h1:before{
    content: "";
    display: block;
    width:4px;
    height:18px;
    background: #2466b3;
    position: absolute;
    top:3px;
    left:0;
}
.news_297 .news_con .box_con .conbox ul li p{
    font-size: 14px;
    color: #666666;
    line-height: 1.8em;
    margin:10px 0;
}
.news_297 .news_con .box_con .conbox ul li .news-time{
    height:46px;
    border-bottom: 1px solid #2466b3;
    position: relative;
}
.news_297 .news_con .box_con .conbox ul li .news-time span{
    font-size: 14px;
    color: #999999;
    line-height: 50px;
}
.news_297 .news_con .box_con .conbox ul li .news-time:after{
    content: "+";
    display: block;
    width:28px;
    height:28px;
    border: 1px solid #2466b3;
    border-radius: 50%;
    position: absolute;
    right:0;
    bottom: 10px;
    text-align: center;
    line-height: 26px;
    font-size: 24px;
    color:#2466b3;
    transition: all 0.3s ease-in;
}

.news_297 .news_con .box_con .conbox ul li:hover .news-time:after{
    transform: rotate(180deg);
}
.news_297 .news_con .box_con .conbox ul li:hover .news-img img{
    transform: scale(1.1);
}




.home-banner .pcimg{display:block}
.home-banner .pcimg img{display:block}
.home-banner .mobimg{display:none}
.home-banner .mobimg img{display:none}
.home-banner .swiper-slide img{width:100%}
.home-banner .swiper-pagination-bullet{background-color:#fff;border-radius:999px;height:7px;opacity:1;overflow:hidden;position:relative;width:42px}
.home-banner .swiper-pagination-bullet:after{background-color:#ffcd11;border-radius:999px;content:"";display:block;height:100%;width:0}
.home-banner .swiper-pagination-bullet-active.cur::after{transition:width 6s linear;width:100%}
.home-banner .swiper-pagination-bullet-active{background-color:#fff}
.home-banner .banner-button-next,.home-banner .banner-button-prev{position:absolute;left:20px;top:45%;width:50px;height:50px;z-index:99;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(0,0,0,.4);border-radius:50%;padding:10px;transition:all .1s linear}
.home-banner .banner-button-next:hover,.home-banner .banner-button-prev:hover{background:#8fbb1d}
.home-banner .banner-button-next em,.home-banner .banner-button-prev em{font-size:22px;color:#FFF}
.home-banner .banner-button-next{left:auto;right:20px}

@keyframes bannerani{0%{opacity:0;transform:translateX(40px)}
100%{opacity:1;transform:translateX(0)}}
.index>main>section{position:relative; }
/* home choose */
.home-choose{padding:3% 0 0%;z-index:1}
.home-choose::before{content:"";position:absolute;top:0;width:100%;height:460px;z-index:-1}
.home-choose .home-des,.home-choose .home-title{color:#0a2540; font-size:40px; font-weight:bold;}
.home-choose .home-des,.home-choose .home-title i{ height:3px; width:107px; background:#ffcd11; display:block; margin:0 auto; margin-top:10px;}
.choose-ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:60px;width: 90%; margin: 40px auto 0;}
.choose-ul .choose-item{width:22%; height:280px;background: url(../images/icb.png) no-repeat top center;background-size: contain;padding:40px 30px;text-align:center;transition:all .2s linear}
.choose-ul .choose-item:hover{transform:translateY(-5px)}
.choose-ul .choose-item:hover .icon{transform:scale(0.8, 0.8);}
.choose-ul .choose-item .title{color:var(--fontcolortitle);font-size:32px;line-height:24px;margin-bottom:10px; font-weight:700; margin-top:18px;}
.choose-ul .choose-item .title span{ font-size:20px; font-weight:600; margin-left:10px;}
.choose-ul .choose-item img{height:50px;transition:all .3s linear}
.choose-ul .choose-item .icon{transition:all .3s linear;line-height:1}
.choose-ul .choose-item em{font-size:60px;color:#8fbb1d}
.choose-ul .choose-item .info{margin-top:10px;color:var(--fontcolorintro); font-size:16px;}

.choose-ul2{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:60px;width: 96%; margin:50px auto 60px;}
.choose-ul2 .choose-item{width: 23%;
    height: 200px;
    background: #f7f8fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all .3s ease;   
    transition: all .2s linear;}
.choose-ul2 .choose-item:hover{transform: translateY(-4px);
    box-shadow:  0 12px 40px rgba(0, 0, 0, .1);
    border-color: #8fbb1d;}
.choose-ul2 .choose-item:hover .icon{/*transform:scale(0.8, 0.8);*/}
.choose-ul2 .choose-item .title{color:#8fbb1d;font-size:32px;line-height:24px;margin-bottom:10px; font-weight:700; margin-top:18px;}
.choose-ul2 .choose-item .title span{ font-size:20px; font-weight:600; margin-left:10px;}
.choose-ul2 .choose-item img{height:50px;transition:all .3s linear}
.choose-ul2 .choose-item .icon{transition:all .3s linear;line-height:1}
.choose-ul2 .choose-item em{font-size:60px;color:#8fbb1d}
.choose-ul2 .choose-item .info{margin-top:10px;color:var(--fontcolorintro); font-size:16px;}
/* home about */
.home-about{padding:3% 0% 7% 0%;background:#f7f8fa url(../images/indexab.png) top center no-repeat; background-size:100%;}
.home-about .about-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.home-about .about-img{position:relative;width:30%;padding:30px 0% 0 50px;}
.home-about .about-img:hover img{transform:translate(-10px,-10px)}
.home-about .about-img>img{width:100%;transition:all .4s linear}
.home-about .about-img .about-icon{position:absolute;top:0;left:0;background:#8fbb1d;color:#FFF;width:220px;height:200px;text-align:center;transition:all .1s linear}
.home-about .about-img .about-icon:hover{opacity:.96}
.home-about .about-img .about-icon img{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%)}
.home-about .about-img .about-icon span{display:block;font-size:30px;font-weight:500;padding-top:20%}
.home-about .about-img .about-icon p{padding-top:20%;font-size:18px}
.home-about .about-info { padding-top: 90px; padding-left: 200px; width: 54%;    text-align: justify;}
.home-about .about-info .home-des,.home-about .about-info .home-title{text-align:left}
.home-about .about-info .about-content{color:var(--fontcolorintro);margin-top:30px}
.home-about .about-info .about-content p{margin-bottom:5px; display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:12;overflow:hidden;font-size: 16px; line-height: 22px;}
.home-about .color{font-weight:var(--fontweight);font-size:18px;color:#0a2540;display:flex;align-items:center}
.home-about .color span{    color: #0a2540;
    font-size: 10px;
    padding-right: 5px;
    line-height: 20px;}
.home-about .about-contact{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 6px 13px 0 rgba(19,20,21,.15);padding:2% 6%;margin-top:30px;position:absolute;left:50%;transform:translateX(-50%);bottom:-70px;max-width:1600px;width:100%;z-index:9;background:#FFF}
.home-about .about-contact p{font-weight:var(--fontweight);font-size:22px}
/* home project */
.home-project{background:#f7f8fa;padding:4% 15px 4%}
.home-project .swiper{margin-top:60px;padding-bottom:0px; width:93%;}
.home-project .swiper .project-button-next,.home-project .swiper .project-button-prev{position: relative; z-index:999;top:-200px;left:0px;background:#8fbb1d;display:inline-flex;align-items:center;justify-content:center;color:#FFF;width:40px;height:40px;cursor:pointer;transition:all .1s linear}
.home-project .swiper .project-button-next.swiper-button-disabled,.home-project .swiper .project-button-prev.swiper-button-disabled{background:#bababa}
.home-project .swiper .project-button-next em,.home-project .swiper .project-button-prev em{font-size:20px}
.home-project .swiper .project-button-next:hover,.home-project .swiper .project-button-prev:hover{opacity:.9}
.home-project .swiper .swiper-slide{overflow:hidden;border-radius: 20px;box-shadow: 0 2px 8px 0 rgba(19, 20, 21, .05);}
.protit{ width:100%; height:76px; background:#fff; padding: 20px 20px;}
.protit .tit {
    margin-top: 8px;
    color: #0a2540;
    font-size: 20px;
    width: 85%;
    float: left;
    font-weight: 400;
}
.mspro{ width:100%;}
.protit .mspro p{ width:70%; float:left; font-size:14px; color:#6b7280; line-height:17px; font-weight:300}
.protit span {
    float: right;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background: #ffcd11;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    font-weight: 200;
}

.propic{ height:320px; width:100%; overflow:hidden; border-bottom:1px solid #d3d3d3;}
.home-project .swiper .swiper-slide img{transition:all .2s linear;width:100%}
.home-project .swiper .swiper-slide img:hover{transform:scale(1.1)}
.home-project .swiper .project-button-next{left:auto;right:0px;float: right;}
/* home product */
.home-product{padding:4% 0 5%; background:#2a2d34;}
.home-factory{padding:4% 0 4%; background:#2a2d34;margin:0 auto; text-align:center}
.home-net{padding:4% 0 2%; background:#fff;margin:0 auto; text-align:center}

.index-pro{display:flex;flex-wrap:wrap;margin-top:30px}
.index-pro .pro-item{width: 28%;
    margin-left: 32px;
    margin-right: 32px;background:#8fbb1d; border-radius:20px;border-left:none;overflow:hidden;text-align:center;transition:all .1s linear;display:flex;flex-direction:column;position:relative;    background: url(../images/prob.png) top center no-repeat; background-size: 95%;padding-top: 20px;}

.index-pro .pro-item .pro-img{ height:290px; overflow:hidden;border-top-left-radius: 20px;border-top-right-radius: 20px; overflow:hidden;}
.home-networks{ color:#6b7280; text-align:center; width:80%; margin:0px auto 20px; line-height:24px; font-size:14px; }
.index-pro .pro-item:hover{outline-color:#8fbb1d;z-index:9}
.index-pro .pro-item:hover .pro-img img{transform:translate(0,0) scale(1.05)}
.index-pro .pro-item:hover .pro-info .pro-title a{color:#45474d;}
.index-pro .pro-item:hover .pro-info .pro-btn em{position:static;opacity:1}
.index-pro .pro-item .pro-img a{display:block;overflow:hidden;position:relative;height:0;padding-bottom:100%}
.index-pro .pro-item .pro-img a img{width:100%; height:290px;object-fit:cover;transform:translate(0,0);transition:all .1s linear}
.index-pro .pro-item .pro-info{flex:1;padding:15px 15px 20px; background:#8fbb1d ;display:flex;flex-direction:column;justify-content:space-between}
.index-pro .pro-item .pro-disc{ font-size:14px; line-height:20px;   margin-bottom:20px}
.index-pro .pro-item .pro-title a{font-weight: bold;margin-bottom: 20px; margin-top: 10px;color:var(--fontcolortitle);line-height:26px;text-transform:capitalize; font-size:24px;}
.index-pro .pro-item .pro-title i{height: 3px;
    width: 38px;
    background: #0a2540;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom:20px;}
.index-pro .pro-item .pro-btn{color:#ffcd11; background:#0a2540; font-size:16px; font-weight:bold; width:100px ; height:38px; text-align:center; line-height:38px; margin:0 auto; text-align:center; border-radius:50px;transition: all .2s linear;}
.index-pro .pro-item .pro-btn:hover{box-shadow: 1px 2px 10px #eee;}
.index-pro .pro-item .pro-btn em{font-style:normal;opacity:0;transition:all .1s linear}

.home-factory .l-wrap{width: 100%;
    max-width: 100% !important;
     padding: 0 50px !important;
    margin: 0 auto;}
.index-pro .pro-item2{width: 24%; margin-left: 0.4%; margin-right: 0.4%;border-left:none;overflow:hidden;text-align:center;transition:all .1s linear;display:flex;flex-direction:column;position:relative; margin-bottom:30px;border-radius: 20px;}
.index-pro .pro-item2:hover{outline-color:#8fbb1d;z-index:9}
.index-pro .pro-item2:hover .pro-img img{transform:translate(0,0) scale(1.05);}
.index-pro .pro-item2:hover .pro-info .pro-title a{color:#fff;}
.index-pro .pro-item2:hover .pro-info .pro-btn em{position:static;opacity:1}
.index-pro .pro-item2 .pro-img{height: 100%; overflow: hidden;}
.index-pro .pro-item2 .pro-img a{border-radius:20px;display:block;overflow:hidden;position:relative;height: 300px;background: #fff;}
.index-pro .pro-item2 .pro-img a img{    width: 100%; height:300px;    object-fit: cover;    position: absolute;    top: 0%;    left: 0%;    transform: translate(0%, 0%);    transition: all .1s linear;}
.index-pro .pro-item2 .pro-info{    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    flex: 1;
    padding: 20px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -60px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);}
.index-pro .pro-item2 .pro-disc{ font-size:14px; line-height:20px;   margin-bottom:20px}
.index-pro .pro-item2 .pro-title a{ z-index:999;font-weight: bold;position: relative;color:#ffcd11;line-height:20px;text-transform:capitalize; font-size:16px;}
.index-pro .pro-item2 .pro-title i{height: 3px;
    width: 38px;
    background: #0a2540;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom:20px;}
.index-pro .pro-item2 .pro-btn{color:#ffcd11; background:#0a2540; font-size:15px; font-weight:300px; width:120px ; height:34px; text-align:center; line-height:34px; margin:0 auto; text-align:center; border-radius:50px;}
.index-pro .pro-item2 .pro-btn em{font-style:normal;opacity:0;transition:all .1s linear}
/* home activity */
.home-activity{z-index:1; margin-top:40px; margin-bottom: 20px;background: url(/template/pc/skin/images/indexslb.jpg) top center no-repeat;
    background-size: 100%;}
.home-activity::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}
.home-activity .l-wrap{display:flex;}
.activity-wrap{width:44%;padding:6% 0}
.activity-wrap .text{font-size:18px}
.activity-wrap .title{font-size:48px;font-weight:var(--fontweight);line-height:1.2;margin:10px 0 20px}
.activity-wrap .content{font-size:16px;line-height:22px;margin-top:20px}
.activity-wrap .img{margin-top:50px}
.activity-wrap .img li{    width: 23%;
    float: left;
    margin-left: 5px;letter-spacing: -0.5px;
    padding-top: 15px;
    margin-right: 5px;
    text-align: center;
    box-shadow: inset 0 0px 12px 0 rgba(19, 20, 21, .1);
    height: 120px;}
.activity-wrap .img li span{ width:100%; display:block; text-align:center; font-size:13px; font-weight:bold; color:#0a2540}
.activity-wrap .img img{transition:all .2s linear;width: 60px;}
.activity-wrap .img img:hover{transform:translateY(-5px)}
/* home news */
.home-news{padding:4% 0 4%; background:#f2f4f5;}
.home-news .l-wrap{ width: 1200px; max-width: 1200px; margin:0 auto}
.news-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px}
.news-list .news-item{background:#FFF;width:23%;margin-bottom:20px;transition:all .2s linear;box-shadow:0 6px 13px 0 rgba(19,20,21,.08)}
.news-list .news-item:nth-child(4n){margin-right:0}
.news-list .news-item:hover{box-shadow:0 6px 13px 0 rgba(19,20,21,.15)}
.news-list .news-item:hover .news-img img{transform:scale(1.02)}
.news-list .news-item:hover .news-info .news-title a{color:#8fbb1d}
.news-list .news-item .news-img{overflow:hidden;position:relative}
.news-list .news-item .news-img img{width:100%;transition:all .2s linear}
.news-list .news-item .news-img .news-date{position:absolute;bottom:0;left:20px;background:#8fbb1d;color:#FFF;width:130px;height:40px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.news-list .news-item .news-info{padding:30px 20px}
.news-list .news-item .news-info .news-title a{color:#141616;font-size:var(--fonttitle);font-weight:var(--fontweight);line-height:20px;text-transform:capitalize}
.news-list .news-item .news-info .news-text{font-size:var(--fontintro);margin:10px 0;color:var(--fontcolorintro);line-height:22px}
.news-list .news-item .news-info .news-btn{color:#8fbb1d;font-size:16px}
@media (max-width:1920px) {

.home-about .about-img {
    position: relative;
    width: 45%;
    padding: 100px 0% 0 50px;
}
.home-about .about-img {
    position: relative;
    width: 45%;
    padding: 40px 0% 0 50px;
}
}

@media (max-width:1440px) {
.home-about {
    padding: 0% 0% 1% 0%;
    background: #f7f8fa url(../images/indexab.png) top center no-repeat;
    background-size: 120%;
}
    .home-about .about-img {
        position: relative;
        width: 45%;
        padding: 00px 0% 0 50px;
    }
	.home-about .about-info {
    padding-top: 90px;
    padding-left: 200px;
    padding-bottom: 100px;
    width: 54%;
    text-align: justify;
}
}

@media (max-width:1024px){.choose-ul .choose-item{width:24%}
.home-banner .banner-animote{left:0;width:100%;padding:0 10%}
.home-banner .banner-animote .title{font-size:30px}
.home-banner .banner-animote .text{font-size:16px}
.home-about{padding-bottom:0}
.home-about .about-contact{position:static;transform:none;margin-top:70px}
.news-list .news-item .news-info{padding:20px 10px}}
@media (max-width:768px){.home-banner .pcimg{display:none}
.home-banner .pcimg img{display:none}
.home-banner .mobimg{display:block}
.home-banner .mobimg img{display:block}
.home-banner .banner-button-next,.home-banner .banner-button-prev{top:36%;display:none}
.home-banner .banner-animote{bottom:32%}
.home-banner .banner-animote .title{font-size:30px;line-height: 40px;}
.home-banner .banner-animote .butt a {
    background: #ffcd11;
    width: 160px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #0a2540;
    font-weight: normal;
    font-size: 15px;
    display: block;
    border-radius: 50px;
    margin-top: 30px;
}
.e256_main .e_256 .left {
    float: left;
    background: #fff;
    width: 95%;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(19, 20, 21, .05);
    transition: all .5s;
	margin-bottom: 20px;
}
.e256_main .e_256 .right {
    float: right;
    background: #8fbb1d;
    border-radius: 20px;
    padding: 15px 20px;
    width: 93%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px 0 rgba(19, 20, 21, .05);
}
.e256_main .e_256 .left .one .txt .cont {
    margin-top: 10px;
    font-size: 14px;
    color: #0a2540;
    line-height: 22px;
    height: 57px;
    text-align: left;
}
.home-news .l-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.home-networks {
    color: #6b7280;
    text-align: center;
    width: 100%;
    margin: 0px auto 20px;
    line-height: 20px;
    font-size: 14px;
}
.home-net img{ width:100%}
.home-about {
    padding: 0% 0 6%;
    background: none;
    background-size: 100%;
}
.home-about .about-info {
    padding-top: 30px;
    padding-left: 0;
    width: 54%;
    text-align: justify;
}
.home-about .about-info .about-content p {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}
.activity-wrap {
    width: 100%;
    padding:85% 0 0;
}
.home-activity {
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(/template/pc/skin/images/indexslb.jpg) top right no-repeat;
    background-size: 190%;
}
.index-pro .pro-item2 .pro-img a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    transition: all .1s linear;
}
.index-pro .pro-item2 .pro-img a {
    border-radius: 20px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 199px;
    background: #fff;
}
.activity-wrap .img {
    margin-top: 30px;
}
.activity-wrap .img li {
    width: 23%;
    float: left;
    margin-left: 3px;
    letter-spacing: -0.5px;
    padding-top: 15px;
    margin-right: 3px;
    text-align: center;
    box-shadow: inset 0 0px 12px 0 rgba(19, 20, 21, .1);
    height: 120px;
}
.home-net {
    padding: 5% 0 2%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}
.home-factory {
    padding: 5% 0 4%;
    background: #2a2d34;
    margin: 0 auto;
    text-align: center;
}
.index-pro .pro-item2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    border-left: none;
    overflow: hidden;
    text-align: center;
    transition: all .1s linear;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
}
.home-factory .l-wrap {
    width: 100%;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto;
}
.home-banner .banner-animote .text{font-size:30px;line-height: 30px;}
.home-about .about-img:hover>img{transform:none}
.home-about .about-info .about-content{margin-top:10px}
.choose-ul .choose-item:hover .icon{transform:none}
.choose-ul{margin-top:30px}
    .choose-ul .choose-item {
        width: 23%;
        height: 200px;
        background: url(../images/icb.png) no-repeat top center;
        background-size: contain;
        padding: 50px 30px;
        text-align: center;
        transition: all .2s linear;
    }
.home-choose .home-des, .home-choose .home-title {
    color: #0a2540;
    font-size: 26px;
}
.home-choose .home-des, .home-choose .home-title i {
    height: 3px;
    width: 37px;
    background: #ffcd11;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.choose-ul2 .choose-item {
    width: 48%;
    height: 200px;
    background: #f7f8fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    margin-bottom: 16px;
    text-align: center;
    transition: all .3s ease;
    transition: all .2s linear;
}
.choose-ul2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    width: 96%;
    margin: 20px auto 20px;
}
.choose-ul .choose-item .title {
    color: var(--fontcolortitle);
    font-size: 32px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 10px;
}
    .home-choose::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 350px;
        background: #f7f8fa;
        z-index: -1;
    }
.choose-ul .choose-item{width:25%;margin-bottom:20px;padding:20px 10px}
.choose-ul .choose-item .title{margin-bottom:0px;font-size:32px}
.choose-ul .choose-item em{font-size:40px}
.choose-ul .choose-item .info{margin-top:15px;font-size:14px}
.home-about .about-wrap>div{width:100%}
.home-about{padding-bottom:3%}
.home-about .about-contact{margin-top:30px;display:none}
.home-about .about-contact .home-more{margin-top:20px}
.home-about .about-img .about-icon{width:140px;height:110px}
.home-about .about-img .about-icon span{font-size:18px;padding-top:10%}
.home-about .about-img .about-icon p{padding-top:10%}
.home-project .swiper{margin-top:40px}
.home-project .swiper .project-button-next,.home-project .swiper .project-button-prev{bottom:20px}
.home-activity .activity-wrap .img{justify-content:space-between;align-items:flex-start}
.home-activity .activity-wrap .img img{margin:0;height:auto}
.home-activity .activity-wrap .title{font-size:26px}
.home-activity .activity-wrap .title br{display:none}
.index-pro .pro-item{width:32%;}
    .index-pro .pro-item {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        background: #8fbb1d;
        border-radius: 20px;
        border-left: none;
        overflow: hidden;
        text-align: center;
        transition: all .1s linear;
        display: flex;
        flex-direction: column;
        position: relative;
        background: url(../images/prob.png) top center no-repeat;
        padding-top: 20px;
		margin-bottom: 20px;
    }
.l-wrap2 {
    width: 100%;
    max-width: 100%;
    padding: 0 0px;
    margin: 0 auto;
}
	    .l-wrap {
        width: 90%;
        max-width: 1000px;
        padding: 0 0px;
        margin: 0 auto;
    }
.index-pro .pro-item .pro-img a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transform: translate(0, 0);
    transition: all .1s linear;
}
.index-pro .pro-item .pro-img {
    height: 260px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
.index-pro .pro-item .pro-title a {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 00px;
    color: var(--fontcolortitle);
    line-height: 26px;
    text-transform: capitalize;
    font-size: 20px;
}
.index-pro .pro-item .pro-btn {
    color: #ffcd11;
    background: #0a2540;
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    transition: all .2s linear;
}
.index-pro .pro-item:nth-child(2n+1){border-right:none !important}
.index-pro .pro-item:nth-child(n+3){border-top:none !important}
.index-pro .pro-item .pro-info{font-weight:400}
.news-list .news-item{width:48%}
.news-list .news-item .news-img .news-date{height:30px;left:0;font-size:14px;width:100px;height:30px}
.news-list .news-item .news-info .news-title a{display:block}
.news-list .news-item .news-info .news-title{-webkit-line-clamp:4}
.news-list .news-item .news-info .news-text{font-size:14px;line-height:20px}}
@media(max-width:500px){.home-project .swiper .swiper-slide{max-height:172px}}