
/* 公司简介 */
.part_two{
    
    background-size: 100% 100%;
    
    padding-top: 3%;
}
    .index-title{
        text-align: center;
        margin-bottom: 3%;
    }
    .index-title h1{
        display: inline-block;
        font-size: 36px;
        color: #666;
        font-family: 'Medium', Arial, sans-serif;
        position: relative;
    }
    .index-title h1::after,
    .index-title h1::before{
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        background: #666;
        position: absolute;
        top: 50%;
    }
    .index-title h1::after{
        left: -25px;
    }
    .index-title h1::before{
        right: -25px;
    }
    .index-title p{
        display: block;
        font-size: 14px;
        color: #666;
        opacity: .5;
    }

    @media(max-width:1600px){
        .index-title h1{
            font-size: 33px;
        }
    }
@media(max-width:1400px){
    .index-title h1{
        font-size: 30px;
    }
    .index-title p{
        font-size: 13px;
    }
}
@media(max-width:960px){
    .index-title h1{
        font-size: 25px;
    }
    .index-title p{
        font-size: 13px;
    }
}
@media(max-width:760px){
    .index-title h1{
        font-size: 18px;
    }
    .index-title p{
        font-size: 12px;
    }
}










    .two-container{
        max-width: 1600px;
        padding: 0 5%;
        margin: 0 auto;
    }
    .two-left{
        display: inline-block;
        width: 50%;
    }
    .two-left img{
        display: inline-block;
        width: 100%;
    }
    .two-right{
        display: inline-block;
        width: 45%;
        vertical-align: top;
        margin-left: 4%;
    }
    .two-right .two-title{
        font-size: 28px;
        color: #666;
        margin-bottom: 20px;
    }
    .two-right .two-circle{

    }
    .two-right .two-circle span{
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #00e178;
        margin-right: 10px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        margin-bottom: 30px;
    }
    .two-right .two-circle span:nth-child(1){
        opacity: .4;
    }
    .two-right .two-circle span:nth-child(2){
        opacity: .6;
    }
    .two-right .two-txt{
        font-size: 14px;
        line-height: 30px;
        color: #666;
    }
    .two-right .more{
        display: inline-block;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        background: #fccb00;
        color: white;
        margin-top: 25px;
        position: relative;
    }
    .two-right .more p{
        display: block;
        font-size: 18px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-align: center;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        z-index: 1000000000;
    }
    .two-right .more p:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 0%;
        height: 100%;
        background: #fccb00;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    .two-right .more:hover{
        background: #fff;
    }
    .two-right .more:hover p:after{
        width: 100%;
        transition: 1.5s;
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        -ms-transition: 1.5s;
        -o-transition: 1.5s;
}
   .two-icon {
    display: flex;
    /* float: left; */
    justify-content: space-between;
     margin-top: 3%; 
  
}
 .two-icon .icon-box{
        text-align: center;
        width: 22.9%;
		
    }
    .two-icon .icon-box img{
        display: inline-block;
        width: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
		overflow: hidden;
    }
	
	
	
	
	
    .two-icon .icon-box:nth-child(1) p{
        font-size: 14px;
        color: #999;
    }
    .two-icon .icon-box:nth-child(2) p{
        font-size: 14px;
        color: #999;
    }
    .two-icon .icon-box:nth-child(3) p{
        font-size: 14px;
        color: #999;
    }
    .two-icon .icon-box:nth-child(4) p{
        font-size: 14px;
        color: #999;
    }
    .two-icon .icon-box img:hover{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
}

@media(max-width:1200px){
    .two-right .two-title{
        font-size: 22px;
    }
    .two-right .two-txt {
        font-size: 12px;
        line-height: 24px;
    }
}

@media(max-width:960px){
    .two-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .two-right {
        width: 100%;
        margin-left: 0%;
    }
}

@media(max-width:760px){
    .two-right .two-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
}

@media(max-width:580px){
    .two-right .two-circle span{
        margin-bottom: 20px;
    }
    .two-right .more p {
        display: block;
        font-size: 14px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
    .two-icon .icon-box p{
        font-size: 12px !important;
    }
}


/* 组合滑梯 */
.part_three{
    padding-top: 1%;
   
    background: url(../img/index-bg2.jpg) no-repeat;
    background-size: 100% 100%;
}
    .part_three .index-title h1{
      
    }
    .part_three .index-title p{
        color: #545454;
    }
    .part_three .index-title h1::after,
    .part_three .index-title h1::before{
        background: #fff;
    }
    .three-container{
        max-width: 1600px;
        padding: 0 3%;
        margin: 0 auto;
    }
    .three-container ul{
        display: flex;
        justify-content: space-between;
    }
    .three-container ul li{ 
        position: relative;
        display: inline-block;
        width: 23.75%;
        padding-bottom: 1%;
        border: 2px solid #eee;
        background: #fff;
    }
    .three-container ul li .three-img{
        display: inline-block;
        width: 100%;
        position: relative;
		 overflow: hidden;
       top: 0;
    left: 0;
		}
		
	three-container ul li .three-img a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    }
	
   
	
    .three-container ul li .three-img a img{
        display: inline-block;
    /* max-width: 100%; */
    max-height: 100%;
    margin: 0 auto;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
    .three-container ul li>h1 a{
        display: block;
        font-size: 26px;
        color: #010101;
        margin-top: 10%;
        padding-bottom: 5%;
        margin-bottom: 5%;
        width: 90%;
        margin-left: 5%;
        border-bottom: 1px solid #dcdcdc;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        transition: .1s;
        -webkit-transition: .1s;
        -moz-transition: .1s;
        -ms-transition: .1s;
        -o-transition: .1s;
}
    .three-container ul li>p{
        display: block;
        font-size: 14px;
        color: #999;
        line-height: 28px;
        width: 90%;
        margin-left: 5%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        
    }
    .three-container ul li>a{
        display: inline-block;
        width: 100px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        color: white;
        background: #ccc;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        margin-left: 5%;
        position: relative;
        z-index: 10;
    }
    .three-container ul li>a p{
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        z-index: 1000000000;
    }
    .three-container ul li>a p:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 0%;
        height: 100%;
        background: #ffd338;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
}
    .three-container ul li:hover>a p:after{
        width: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
   
    .three-container ul li:hover .three-img a img{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .three-container ul li i{
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    /* .three-container ul li:before,
    .three-container ul li:after{ position:absolute;display:block;content:"";-webkit-transition:all .5s;
    }

    .three-container ul li i:before,
    .three-container ul li i:after{position:absolute;display:block;content:"";-webkit-transition:all .5s;}


    .three-container ul li:before{top:-2px;left:-2px;width:0%;height:0;border-top:2px solid #ffd338;-webkit-transition-delay: 0.2s;}
    .three-container ul li i:after{right:-2px;top:-2px;height:0;width:0;border-left:2px solid #ffd338;-webkit-transition-delay: 0.4s;}
    .three-container ul li:after{bottom:-2px;right:-2px;width:0%;height:0;border-top:2px solid #ffd338;-webkit-transition-delay: 0.6s;}
    .three-container ul li i:before{left:-2px;bottom:-2px;height:0%;width:0;border-left:2px solid #ffd338;-webkit-transition-delay: 0.8s;}
   
    .three-container ul li:hover:before{-webkit-transition-delay: 0s;width:calc(100% + 4px);}
    .three-container ul li:hover i:after{-webkit-transition-delay: 0.2s;height:calc(100% + 4px);}
    .three-container ul li:hover:after{-webkit-transition-delay: 0.4s;width:calc(100% + 4px);}
    .three-container ul li:hover i:before{-webkit-transition-delay: 0.6s;height:calc(100% + 4px);} */
    .three-container ul li:hover{
        border: 2px solid #ffd338;
    }

    .three-container ul li>h1>a::after{
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 0%;
        height: 1px;
        background: #dcdcdc;
    }
    .three-container ul li:hover>h1>a{
        border-bottom: none;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }
    .three-container ul li:hover>h1>a::after{
        width: 100%;
        transition: 2s;
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -ms-transition: 2s;
        -o-transition: 2s;
    }

    @media(max-width:1400px){
        .three-container ul li>h1 a{
            font-size: 20px;
        }
    }
    @media(max-width:1200px){

    }

    @media(max-width:960px){
        .three-container ul li>h1 a{
            font-size: 18px;
            margin-bottom: 2%;
            padding-bottom: 2%;
            margin-top: 3%;
        }
        .part_three,.part_four,.part_five{
            background-size: auto auto;
        }
        .three-container ul{
            display: block;
        }
        .three-container ul li{
            width: 47.5%;
            margin-right: 2%;
            margin-bottom: 2%;
        }
        .three-container ul li:nth-child(2n){
            margin-right: 0;
        }
    }
    @media(max-width:760px){
        .three-container ul li>h1 a{
            font-size: 16px;
        }
        .three-container ul li>p{
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 4%;
        }
    }

    @media(max-width:450px){
        .three-container ul{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .three-container ul li{
            width: 46.5%;
            margin-right: 0;
        }
        .three-container ul li>h1 a{
            font-size: 14px;
        }
    }


/* 幼教配套设施 */
.part_four{
    background: url(../img/index-bg3.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 5%;
   
}
    .part_four .index-title h1{
        
    }
    .part_four .index-title p{
        color: #545454;
    }
    .part_four .index-title h1::after,
    .part_four .index-title h1::before{
        background: #fff;
    }


/* 地址文化旅游 */
.part_five{
    background: url(../img/index-bg4.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2%;
	padding-top: 2%;
}
    .part_five .index-title{
        text-align: left;
    }
    .part_five .index-title h1{
        margin-left: 5%;
        margin-top: 5%;
        color: #666;
		margin-bottom: 5%;
    }
    .part_five .index-title h1::after,
    .part_five .index-title h1::before{
        background: #333333;
    }
    .part_five .index-title p{
        color: #333333;
    }
    .part_five .five-list{
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 5%;
    }
    .part_five .five-list ul{

    }
    .part_five .five-list ul li{
        display: inline-block;
        width: 31.8%;
        padding-bottom: 22.44%;
        overflow: hidden;
        position: relative;
        vertical-align: top;   
        margin-bottom: 2%;
        margin-right: 1.8%;
    }
    .part_five .five-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .part_five .five-list ul li:nth-child(1)>div{
        padding: 0 5%;
        position: absolute;
    }
    .part_five .five-list ul li:nth-child(1)>div>p{
        font-size: 13px;
        line-height: 23px;
        color: #666666;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .part_five .five-list ul li:nth-child(1)>div>a{
        display: inline-block;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        background: #fccb00;
        color: white;
        position: relative;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .part_five .five-list ul li:nth-child(1)>div>a p{
        display: block;
        font-size: 18px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-align: center;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        z-index: 1000000000;
    }
    .part_five .five-list ul li:nth-child(1)>div>a p:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 0%;
        height: 100%;
        background: #fccb00;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    .part_five .five-list ul li:nth-child(1)>div>a:hover{
        background: #fff;
    }
    .part_five .five-list ul li:nth-child(1)>div>a:hover p:after{
        width: 100%;
        transition: 1.5s;
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        -ms-transition: 1.5s;
        -o-transition: 1.5s;
}

    .part_five .five-list ul li>a .five-img{
       display: flex;
    align-items: center;
    justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .part_five .five-list ul li>a .five-img img{
        display: inline-block;
        width: auto;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
    .part_five .five-list ul li:hover>a .five-img img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}
    .part_five .five-list ul li>a .five-txt{
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        background: rgba(0, 0, 0, .3);
    }
    .part_five .five-list ul li>a .five-txt p{
        display: inline-block;
		overflow:hidden; 
		text-overflow:ellipsis; 
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(1){
        width: 66.4%;
        padding-left: 5%;
        font-size: 18px;
        color: #fff;
        height: 60px;
        line-height: 60px;
		overflow:hidden; 
		text-overflow:ellipsis; 
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(1) span{ 
        width: 66.4%;
        padding-left: 5%;
        font-size: 16px;
        color: #fff;
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(2){
        width: 27.5%;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        background: #a7a7a7;
        float: right;
    }
@media(max-width:1600px){
    .part_five .five-list ul li:nth-child(1)>div>p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
}
@media(max-width:1400px){
    .part_five .five-list ul li:nth-child(1)>div>a p{
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .part_five .five-list ul li:nth-child(1)>div>p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(1){
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(2) {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media(max-width:1200px){
    .part_five .five-list ul li{
        width: 47.8%;
        margin-right: 1.8%;
        padding-bottom: 33.6%;
    }
    .part_five .five-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .part_five .five-list ul li:nth-child(3n){
        margin-right: 1.8%;
    }
}

@media(max-width:760px){
   
    .part_five .five-list ul li{
        width: 100%;
        margin-right: 0;
        padding-bottom: 70%;
        margin-bottom: 5%;
    }
    .part_five .five-list ul li:nth-child(1){
        padding-bottom: 0;
    }
    .part_five .five-list ul li:nth-child(1)>div{
        position: static;
    }
}


@media(max-width:580px){
    .part_five .five-list ul li:nth-child(1)>div>a p{
        font-size: 14px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(1){
        font-size: 13px;
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(2){
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(1){
        height: 35px;
        line-height: 35px;
    }
    .part_five .five-list ul li>a .five-txt p:nth-child(1) span {
        padding-left: 3%;
        font-size: 12px;
    }
}






/* 水上游乐设备 */
.part_six{
    padding-top: 2%;
    position: relative;
}


    .part_six .pc-slide{
        /* position: relative; */
    }
    /* 大图展示轮播 */
    .part_six .view{
        display: inline-block;
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .part_six .view .swiper-container {width: 100%;position: relative;}
    .part_six .view:hover .arrow{display: block;}
    .part_six .view .arrow{display: block;position: absolute;top: 50%;margin-top: -35px;width: 70px;height: 70px;z-index: 100000000; }
    .part_six .view .swiper-slide{
        width: 100%;
    }
    .part_six .view .swiper-slide .left-img{
        display: inline-block;
        width: 41.3%;
        margin-left: 8.3%;
    }
    .part_six .view .swiper-slide .left-img a{
        display: inline-block;
        width: 100%;
        padding-bottom: 70%;
        position: relative;
        overflow: hidden;
    }
    .part_six .view .swiper-slide .left-img a img{
        display: inline-block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .part_six .view .swiper-slide .right-box{
        display: inline-block;
        width: 41.3%;
        text-align: center;
        vertical-align: top;
    }

    .part_six .view .swiper-slide .right-box .two-title{
        font-size: 28px;
        color: #333;
        margin-bottom: 3%;
        margin-top: 5%;
    }
    .part_six .view .swiper-slide .right-box .two-circle{

    }
    .part_six .view .swiper-slide .right-box .two-circle span{
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #00e178;
        margin-right: 10px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        margin-bottom: 30px;
    }
    .part_six .view .swiper-slide .right-box .two-circle span:nth-child(1){
        opacity: .4;
    }
    .part_six .view .swiper-slide .right-box .two-circle span:nth-child(2){
        opacity: .6;
    }
    .part_six .view .swiper-slide .right-box .two-txt{
        font-size: 16px;
        line-height: 30px;
        color: #999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .part_six .view .swiper-slide .right-box .more{
        display: inline-block;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        background: #fccb00;
        color: white;
        margin-top: 6%;
        position: relative;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
    .part_six .view .swiper-slide .right-box .more p{
        display: block;
        font-size: 18px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-align: center;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        z-index: 1000000000;
    }
    .part_six .view .swiper-slide .right-box .more p:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 0%;
        height: 100%;
        background: #fccb00;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    .part_six .view .swiper-slide .right-box .more:hover{
        background: #fff;
    }
    .part_six .view .swiper-slide .right-box .more:hover p:after{
        width: 100%;
        transition: 1.5s;
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        -ms-transition: 1.5s;
        -o-transition: 1.5s;
    }

    /* 缩略图轮播图 */
    .preview-box{
        position: absolute;
        bottom: 0.5%;
        left: 0;
        width: 100%;
        
    }
    .part_six .preview {width: 96%;position: relative;background: #00e178;padding: 2%;}
    .part_six .preview .swiper-container{width: 36.45%;overflow: hidden;margin-left: 52.6%;position: relative;z-index: 100;}
    .part_six .preview .swiper-wrapper{ width: 100%;}
    .part_six .preview .swiper-slide { width: 31.42% !important; height: 100%; margin: 0 1.4%; overflow: hidden; box-sizing: border-box; filter: grayscale(100); -webkit-filter: grayscale(100); }
    .part_six .preview .swiper-slide:nth-child(1){
        margin-left: -2px;
    }
    .part_six .preview .swiper-slide a{
        display: inline-block;
        width: 100%;
        padding-bottom: 68.18%;
        position: relative;
    }
    .part_six .preview .swiper-slide img{ display: inline-block; height: 100%; position: absolute; top: 0; left: 0; cursor: pointer; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
    .part_six #arrow-left,.part_six #arrow-right{position: absolute;width: 0.8%; height: 5%;z-index: 100;}
    /* .part_six #arrow-left {background: url("../img/pro-prev.png") no-repeat center;left: 2px;top:40%;cursor: pointer;background-size: 100% 100%;} */
    .part_six #arrow-right {
        background: url("../img/index-next.png") no-repeat center;
        right: 9.8%;
        bottom: 14%;
        cursor: pointer;
        background-size: 100% 100%;
    }

    .part_six .preview .active-nav {
        box-sizing: border-box;
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

@media(max-width:1700px){
    .part_six .view .swiper-slide .right-box .more{
        margin-top: 3%;
    }
}
@media(max-width:1500px){
    .part_six .view .swiper-slide .right-box .two-circle span{
        margin-bottom: 12px;
    }
    .part_six .preview {
        width: 98%;
        padding: 1%;
    }
    .part_six #arrow-right {
        bottom: 11%;
    }
}

@media(max-width:1400px){
    .part_six .view .swiper-slide .right-box .more p {
        font-size: 16px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
}

@media(max-width:1200px){
    .preview-box{
        position: static;
    }
    .part_six .preview .swiper-container {
        width: 80%;
        overflow: hidden;
        margin-left: 10%;
        position: relative;
        z-index: 100;
    }
   .part_six #arrow-right{
        width: 1.5%;
        right: 4.8%;
    }
    .part_six .view .swiper-slide .left-img{
        display: inline-block;
        width: 47%;
        margin-left:3%;
    }
    .part_six .view .swiper-slide .right-box{
        width: 47%;
    }
    .part_six .view .swiper-slide .right-box .more{
        margin-top: 6%;
    }
}

@media(max-width:760px){
    .part_six .view .swiper-slide .left-img{
        width: 94%;
        margin-left: 3%;
    }
    .part_six .view .swiper-slide .right-box{
        width: 94%;
        margin-left: 3%;
        margin-bottom: 5%;
    }
    .part_six #arrow-right{
        width: 2.5%;
        right: 0.8%;
        height: 4%;
        bottom: 5.2%;
    }
    .part_six .preview .swiper-container{
        width: 94%;
        margin-left: 3%;
    }
    .part_six .preview {
        width: 98%;
        padding: 2% 1%;
    }
}

@media(max-width:580px){
    .part_six .view .swiper-slide .right-box .two-title{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .part_six .view .swiper-slide .right-box .two-txt {
        font-size: 14px;
        line-height: 22px;
    }
    .part_six .view .swiper-slide .right-box .two-circle span{
        margin-bottom: 20px;
    }
    .part_six .view .swiper-slide .right-box .more p{
        font-size: 14px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
}



@media(max-width:1200px){
    .part_four {
        background-size: auto;
    }
}


@media(max-width:1200px){
    .two-right .more p,.three-container ul li>a p,
    .part_five .five-list ul li:nth-child(1)>div>a p,
    .part_six .view .swiper-slide .right-box .more p {
        font-size: 14px;
        width: 110px;
        height: 35px;
        line-height: 35px;
    }
}


@media(max-width:580px){
    .two-right .more p{
        font-size: 12px;
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
    .three-container ul li>a{
        width: 80px;
        height: 25px;
        line-height: 25px;
    }
    .three-container ul li>a p{
        width: 80px;
        height: 25px;
        line-height: 25px;
    }
    .two-right .more p,
    .part_five .five-list ul li:nth-child(1)>div>a p,
    .part_six .view .swiper-slide .right-box .more p {
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .three-container ul li>a p,.part_five .five-list ul li:nth-child(1)>div>a p,.part_six .view .swiper-slide .right-box .more p {
        font-size: 12px;
    }
}



/* 成功案例 */
.part_seven{
    padding-top: 6.5%;
    padding-bottom: 5%;
    text-align: center;
    background: #f9f9f9;
}
.part_seven .index-title h1{
    color: #00e178;
}
.part_seven .index-title h1::after,
.part_seven .index-title h1::before{
    background: #00e178;
}
.part_seven .index-title p{
    color: #00e178;
}
    .part_seven .item-list ul{
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 5%;
        display: flex;
        flex-wrap: wrap;
    }
    .part_seven .item-list ul li{
        display: inline-block;
        width: 31.875%;
        margin-right: 1.875%;
        margin-bottom: 2.2%;
    }
    .part_seven .item-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .part_seven .item-list ul li .item-img{
        display: inline-block;
        width: 100%;
         padding-bottom: 71.56%;
         position: relative;
    }
    .part_seven .item-list ul li .item-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .part_seven .item-list ul li .item-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .part_seven .item-list ul li:hover .item-img a img{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .part_seven .item-list ul li .item-txt{
        display: block;
        padding: 5% 10%;
    }
    .part_seven .item-list ul li .item-txt h1 a{
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 34px;
        color: #999;
        font-weight: normal;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        background: url(../img/index-case-arrow.png) no-repeat 120% center;
        background-size: 34px 34px;
    }
    .part_seven .item-list ul li:hover .item-txt{
        background: #ffd338;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
}
    .part_seven .item-list ul li:hover .item-txt h1 a{
        color: #fff;
        text-align: left;
    }
    .part_seven .item-list ul li:hover .item-txt h1 a{
        background: url(../img/index-case-arrow.png) no-repeat 100% center;
        background-size: 34px 34px;
    }

    .part_seven .more{
        display: inline-block;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        background: #00e178;
        color: white;
        margin-top: 1%;
        position: relative;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
.part_seven .more p{
        display: block;
        font-size: 18px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-align: center;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        z-index: 1000000000;
    }
    .part_seven .more p:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 0%;
        height: 100%;
        background: #00e178;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    .part_seven .more:hover{
        background: #fff;
    }
    .part_seven .more:hover p:after{
        width: 100%;
        transition: 1.5s;
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        -ms-transition: 1.5s;
        -o-transition: 1.5s;
    }
@media(max-width:1600px){
    .part_seven .item-list ul li .item-txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .part_seven .item-list ul li .item-txt h1 a{
        background-size: 30px 30px;
    }
    .part_seven .item-list ul li:hover .item-txt h1 a{
        background-size: 30px 30px;
    }
    .part_seven .more p {
        display: block;
        font-size: 15px;
        width: 145px;
        height: 45px;
        line-height: 45px;
    }
}
@media(max-width:1400px){
    .part_seven .item-list ul li .item-txt h1 a{
        font-size: 16px;
        line-height: 28px;
    }
    .part_seven .item-list ul li .item-txt h1 a{
        background-size: 28px 28px;
    }
    .part_seven .item-list ul li:hover .item-txt h1 a{
        background-size: 28px 28px;
    }
    .part_seven .more p {
        display: block;
        font-size: 14px;
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width:960px){
    .part_seven .item-list ul li .item-txt h1 a{
        font-size: 14px;
        line-height: 26px;
    }
    .part_seven .item-list ul li .item-txt h1 a{
        background-size: 26px 26px;
    }
    .part_seven .item-list ul li:hover .item-txt h1 a{
        background-size: 26px 26px;
    }
    .part_seven .more p {
        display: block;
        font-size: 13px;
        width: 110px;
        height: 35px;
        line-height: 35px;
    }
}
@media(max-width:760px){
    .part_seven .item-list ul li .item-txt h1 a{
        font-size: 12px;
        line-height: 24px;
    }
    .part_seven .item-list ul li .item-txt h1 a{
        background-size: 22px 22px;
    }
    .part_seven .item-list ul li:hover .item-txt h1 a{
        background-size: 22px 22px;
    }
    .part_seven .more p {
        display: block;
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
}

@media(max-width:680px){
    .part_seven {
        padding-top: 10%;
        padding-bottom: 8%;
    }
    .part_seven .item-list ul{
        justify-content: space-between;
    }
    .part_seven .item-list ul li{
        width: 48%;
        margin-right: 0;
    }
}


/* 合作伙伴 */
.part_eight{
    padding-top: 3%;
}

    .index08-lbt{
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 5%;
    }
    .index08-lbt .owl-carousel .owl-item:nth-child(1){
        margin-left: -10px;
    }
    .index08-lbt .item{
        display: inline-block;
        width: 100%;
        padding-bottom: 39.2%;
        position: relative;
        box-sizing: border-box;
        border: 2px solid #e5e5e5;
    }
    .index08-lbt .item a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }   
    .index08-lbt .item a img{
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        transition:.5s ;
        -webkit-transition:.5s ;
        -moz-transition:.5s ;
        -ms-transition:.5s ;
        -o-transition:.5s ;
    }
    .index08-lbt .item:hover a img{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    .index08-lbt .owl-carousel{
        padding-bottom: 5%;
    }
    .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev,
    .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
        display: inline-block;
        width: 45px;
        height: 45px;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
    }
    .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev{
        background: url(../img/people-arrow.png) no-repeat;
        background-size: 100% 100%;
        left: calc(49% - 45px);
    }
    .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
        background: url(../img/people-arrow.png) no-repeat;
        background-size: 100% 100%;
        right: calc(49% - 45px);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev:hover{
        background: url(../img/people-arrow-h.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next:hover{
        background: url(../img/people-arrow-h.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    @media(max-width:1200px){
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev, .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
            width: 40px;
            height: 40px;
        }
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev{
            left: calc(49% - 40px);
        }
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
            right: calc(49% - 40px);
        }
        .index08-lbt .owl-carousel{
            padding-bottom: 7%;
        }
    }

    @media(max-width:760px){
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev, .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
            width: 35px;
            height: 35px;
        }
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev{
            left: calc(49% - 35px);
        }
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
            right: calc(49% - 35px);
        }
        .index08-lbt .owl-carousel{
            padding-bottom: 10%;
        }
    }

    @media(max-width:580px){
        .part_eight {
            padding-top: 8%;
            padding-bottom: 5%;
        }
        .index08-lbt .owl-carousel {
            padding-bottom: 15%;
        }
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev, .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
            width: 30px;
            height: 30px;
        }
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-prev{
            left: calc(49% - 30px);
        }
        .index08-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
            right: calc(49% - 30px);
        }
    }

    .xg{
    display: block;
    font-size: 20px;
    color: #666;
    margin-top: 10%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    width: 90%;
    margin-left: 5%;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
     text-align: center;
	 }
	 
	