/* banner */
.swiper-1{
    margin: 81px auto 0 !important;
    /* height:600px; */
}
.swiper-wrapper{
    height:100% !important;
}
.swiper-slide{
    height:100% !important;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width:12px; 
  height:12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
 width: 30px;border-radius:10px;
}
.swiper-slide img{
    width:100%;
}
.swiper-1 .u { position:absolute; top:50%;z-index:103;margin-top:-24px;width:48px;opacity: 0.4;height:48px;background:rgba(255,255,255,0.5); display:none;cursor: pointer;}
.swiper-1 .left { left:20px;background: url(../images_new/arrorw-left.png) no-repeat; }
.swiper-1 .right { right:20px;background: url(../images_new/arrorw-right.png) no-repeat;}
.swiper-1:hover .u{
    display: block;
}
.swiper-1 .u:hover{
    opacity: 0.7;
}

/* 内容 */

.index-block .index-block-wrap{width:1200px;margin:0 auto}
.index-block{padding:80px 0;}
.index-block-title{ text-align: center }
.index-block-title .title{font-size: 2.2em;color:#333;}
.index-block-title .line{background: #14a83b;width: 30px;height: 3px;display: inline-block;}
.index-block-title .intro{font-size: 1.2em;color:#666;}
.index-iconbigger{overflow: hidden;margin:50px 0 60px 0;}
.index-iconbigger li{float: left; width: 20%;}
.index-iconbigger .cos{margin:0 20%;}
.index-iconbigger li img{ width: 100%;}
.index-intro{ text-align: center;margin-bottom: 40px }
.index-intro dt{color: #14a83b;font-size: 1.7em;margin-bottom:10px;}
.index-intro dd{margin-top: 15px;color:#666;}
.index-more{text-align: center;}
.index-more a{font-size: 1em;padding:10px 60px; background: #14a83b;color:#fff;display: inline-block;border-radius:20px;}

/*新增*/
.index-sev-block{overflow:hidden;margin:50px 0 30px 0}
.index-sev-block li{float:left;margin-right:27px;width:calc((100% - 27px * 3) / 4);margin-bottom:30px}
.index-sev-block li.sev-cur{margin-right:0}
.index-sev-block li img{width:100%;}
.index-sev-block li h2{font-size:1.2em;font-weight:normal; color:#333333;margin:15px 0}
.index-sev-block li .index-sev-block-list a{display:block;margin-bottom:8px;font-size:16px;color:#666}
.index-sev-block li .index-sev-block-list{background:#fff;padding:5px 20px;height:350px ;margin-top:-5px}
.index-sev-block li .index-sev-block-list a:hover{color:#14a83b;}
.index-sev-block li h2:hover{color:#14a83b}
.index-case{overflow: hidden;margin:50px 0 0px 0; text-align: left}
.index-case li{
    float: left;
    width: calc((100% - 27px * 3) / 4);
    margin-bottom: 30px;
    margin-right:27px;
    background:#f7f7ff;
    height:370px;
    box-sizing:border-box;
}
.index-case li a{display:block}
.index-case li:nth-child(4n){
    margin-right:0;
}
.index-case li .imgbox{
    overflow: hidden;
    height: 230px;
}
.index-case li img{ width: 100%;    height: 100%; }
.index-case li .title{font-size:1.2em; color:#333;margin: 10px 0;}
.index-case li p{
    font-size: 16px;
    margin-bottom: 5px;
	padding:0 20px
}

.index-case .cos{margin-right: 0}
.index-new-wrap{overflow: hidden;margin:50px 0;}
.index-block .index-line{width:100%;height:1px; background:#e5e5e5;position:absolute;left:0;top:418px;}
.swiper-2{
    padding:0 40px;
}
.swiper-2 .swiper-slide{
    position:relative;
    padding:20px 45px;
    box-sizing: border-box;
}
.pagination1 {
    display: none;
    position: absolute;
    z-index: 20;
    bottom: 54px;
    width: calc(100% - 20px);
    text-align: center;
}
.pagination1 .swiper-pagination-switch {
  display: inline-block;
  width:12px; 
  height:12px;
  border-radius: 50%;
  background: #14a83b;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #14a83b;
  cursor: pointer;
}
.pagination1 .swiper-active-switch {
 width: 30px;border-radius:10px;
}
.swiper-2 img{
    transition: .3s;
    width: 100%;
    height:100%;
}
.swiper-2 .swiper-slide:hover .linespan{
     color:#14a83b;
     background: url(../images_new/newicon1.png) no-repeat!important;
}
.swiper-2 .swiper-slide:hover .time{
    color:#14a83b;
}
.index-img-new:hover img{
    transform: scale(1.1);
}
.swiper-2 .linespan{background: url(../images_new/newicon.png) center center no-repeat; height: 20px; width: 20px;position:absolute;top:240px;left:50%;z-index:5;margin-left:-10px}
.swiper-2 .time{margin-bottom: 20px;font-size: 0.8em;margin-top:50px; text-align: center;}
.swiper-2 .title{
    color:#333;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.swiper-2 p.title{
	display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.swiper-2 p{
    font-size: 0.9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.swiper-slide:hover p{color:#14a83b;}
.swiper-2 .newlist{ text-align: left; }
.swiper-2 .index-img-new{
    height:194px;
    width:100%;overflow: hidden;margin:0 auto; }
.index-new-arrow span{
    cursor: pointer;
    position: absolute; 
    top:50%;
    margin-top:-104px;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    background-size: 100%;
    z-index:103;
}
.index-new-arrow span:hover{
    opacity: 0.6;
}
.arrow-new-left{display:none;left:0;background: url(../images_new/arrorw-left.png) no-repeat; }
.arrow-new-right{right:0;background: url(../images_new/arrorw-right.png) no-repeat; }


/*响应式*/
@media screen and (max-width:1279px) and (min-width:960px){

.index-sev-block li .index-sev-block-list{width:340px}


    
    .index-case li{
        height:304px;
    }
	.index-case li .imgbox{
        height: 164px;
    }
    .index-case li p{
        font-size:15px;
    }
}
@media screen and (max-width:959px) and (min-width:768px){
	
    .index-case li{
        height:266px;
    }
	.index-case li .imgbox{
        height: 127px;
    }
    .index-case li p{
        font-size:15px;
    }
    .index-block {
        padding: 50px 0;
    }
    .index-block-title .title {
        font-size: 1.8em;
    }
    .index-block .index-line {
        top: 380px;
    }
    .index-new-arrow{
        display: none;
    }
    .index-more {
       margin-top:30px;
    }
    .pagination1{
        display: block;
    }
}
@media screen and (max-width:767px) and (min-width:479px){
.index-sev-block li {
    width: calc((100% - 27px) / 2);

}
.index-sev-block li:nth-child(2n) {
    margin-right: 0;
}
	.index-new-arrow{
        display: none;
    }
     .swiper-1 {
        margin: 94px auto 0 !important;
    }
    .index-block {
     padding: 30px 0;
    }
    .index-block-title .title {
        font-size: 1.5em;
    }
    .index-intro dt {
        font-size: 1.3em;
    }
    .index-intro dd {
        font-size: 15px;
    }
    .index-iconbigger li {
        float: left;
        width: 30%;
    }
    .index-iconbigger li.cos{
        margin:0 5%;
    }
    .swiper-1:hover .u {
        display: none;
    }
    .index-case li {
        width: calc((100% - 27px) / 2);
        height: 314px;
    }
    .index-case li .imgbox {
        overflow: hidden;
        height: 177px;
    }
    .index-case li:nth-child(4n){
        margin-right: 27px;
    }
    .index-case li:nth-child(2n){
        margin-right: 0;
    }
    .index-block .index-line {
        top: 354px;
    }
    .index-more {
       margin-top:30px;
    }
    .pagination1{
        display: block;
    }
    .index-iconbigger {
        margin: 20px 0 60px 0;
    }
    .index-case {
        margin: 20px 0 0px 0;
    }
    .index-iconsmall {
        margin:20px 0 0px 0;
    }
}

@media screen and (max-width:478px){
    .swiper-1 {
        margin: 50px auto 0 !important;
    }
    .swiper-1:hover .u {
        display: none;
    }
    .index-new-arrow{
        display: none;
    }
    .index-block {
     padding: 20px 0;
    }
    .index-block-title .title {
        font-size: 1.4em;
    }
    .index-block-title .intro {
        font-size: 1.1em;
        color: #666;
    }
    .index-intro dt {
        font-size: 1.1em;
    }
    .index-intro dd {
        font-size: 12px;
        text-align: left;
    }
.index-sev-block li {
    width: calc((100% - 27px) / 2);

}
.index-sev-block li:nth-child(2n) {
    margin-right: 0;
}
     .index-iconbigger li {
        float: left;
        width: 30%;
    }
    .index-iconbigger li.cos{
        margin:0 5%;
    }
     .index-case li {
        width: calc((100% - 27px) / 2);
        height: 240px;
        font-size: 12px;
    }
    .index-case li p {
     font-size: 12px;
    }
    .index-case li .imgbox {
        overflow: hidden;
        height: 112px;
    }
    .index-case li:nth-child(4n){
        margin-right: 27px;
    }
    .index-case li:nth-child(2n){
        margin-right: 0;
    }
    .index-block .index-line {
         top:336px;
    }
    .index-new-arrow span {
        margin-top: -60px;
        width: 30px;
        height: 30px;
    }
    .arrow-new-left {
        left: 10px;
    }
    .arrow-new-right {
        right: 10px;
    }
    
    .swiper-2 .linespan {
        color: #14a83b;
        background: url(../images_new/newicon1.png) no-repeat!important;
    }
    .swiper-2 .time {
        color: #14a83b;
    }
    .index-more {
       margin-top:30px;
    }
    .pagination1{
        display: block;
    }
    .index-iconsmall .index-iconsmall-bg span{
        width: 66px;
        height: 66px;
        top:-45px;
        margin-left: -33px;
    }
    .index-iconsmall .index-iconsmall-bg {
        height: 24px;
    }
    .swiper-2 p {
    -webkit-line-clamp: 3;
    }
    .index-iconbigger {
        margin: 20px 0 60px 0;
    }
    .index-case {
        margin: 20px 0 0px 0;
    }
    .index-iconsmall {
        margin:20px 0 0px 0;
    }
    .swiper-2 .title{
        font-size: 12px;
    }
    .swiper-pagination-switch {
        width:6px !important;
        height:6px !important;
    }
    .swiper-active-switch {
        width: 16px !important;
    }
    .swiper-2 {
        padding: 0;
    }
}
@media screen and (max-width:375px){
.index-sev-block li .index-sev-block-list{height:460px}

}