/* 通用样式 */
*{
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;margin: 0;padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    vertical-align: top;
}
input {
    outline: none;
}



/* 轮播图  */
.index-swiper {
    position: relative;
    top: -158px;
}
.index-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.nav {
    position: relative;
    z-index: 999;
}
.language {
    position: relative;
    z-index: 999;
}



/* 首页 */
.indexbox {

}

/* 7大优势 */
.indexbox .index1 {
    /* height: 774px; */
}
.indexbox .index1 .index1-c{
    width: 1300px;
    margin: auto;
    margin-bottom: 120px;
}


/* 头部标题 */
.index1 .index1-c .ww {
    background: url(../images/index1.png) no-repeat;
    height: 140px;
    overflow: hidden;
    background-position: center 6px;
    margin-top: -40px;
}
#p1 {
    position: relative;
    margin-top: 42px;
    text-align: center;
}
#p1 .l{
    font-size: 41px;
    font-weight: bold;
    color: #2eb872;
    margin-right: 33px;
}
#p1 .dian{
    font-size: 51px;
    font-weight: bold;
    position: absolute;
    top: -22px;
    left: 653px;
}
#p1 .r{
    font-size: 41px;
    font-weight: bold;
    color: #1f1f1f;
}


.index1 .index1-c .ww .s {
    font-size: 20px;
    color: #494949;
    text-align: center;
    margin-top: 15px;
}
.index1 .index1-c .ss {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index1 .index1-c .ss .temp {
    width: 13.8%;
    text-align: center;
    transition: all 0.3s ease-out;
}
.index1 .index1-c .ss .temp:hover {
    cursor: pointer;
     /* translateZ(0) 作用GPU加速，性能更高 等于欺骗浏览器开启了3D模式*/
    transform: scale(1.1) translateZ(0);
}

.index1 .index1-c .ss .temp img{
    width: 100%;
    transition: all 0.3s ease-out;
}
.index1 .index1-c .ss .temp .p1{
    font-size: 20px;
    margin: 5px 0;
}
.index1 .index1-c .ss .temp .p2{
    font-size: 12px;
}


/* pvc版 */
.indexbox .index2 {
    height: 800px;
    background-color: #2eb872;
    overflow: hidden;
}
.indexbox .index2 .index2-c{
    width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.indexbox .index2 .index2-c .lll {
    width: 30%;
    height: 615px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 60px;
    box-sizing: border-box;
    background: url(../images/pvc1di.png) no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-out;
}


.indexbox .index2 .index2-c .lll:hover {
    transform: translateY(-15px) translateZ(0);
}


.indexbox .index2 .index2-c .lll h3{
    font-size: 37px;
    color: #fff;
}
.indexbox .index2 .index2-c .lll p{
    font-size: 21px;
    color: #fff;
    margin: 10px 0;
}
.indexbox .index2 .index2-c .lll .pvc1{
    margin-left: -165px;
    margin-top: 78px;
}


.indexbox .index2 .index2-c .r {
    width: 67%;
}
.indexbox .index2 .index2-c .rw  {
    display: flex;
    justify-content: space-between;
}
.indexbox .index2 .index2-c .rw .rwl{
    width: 48.3%;
    height: 313px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 39px;
    box-sizing: border-box;
    background: url(../images/pvc2di.png) no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.indexbox .index2 .index2-c .rw .rwl:hover {
    transform: translateY(-15px) translateZ(0);
}
.indexbox .index2 .index2-c .rw h3{
    font-size: 37px;
    color: #fff;
}
.indexbox .index2 .index2-c .rw p{
    font-size: 21px;
    color: #fff;
    margin: 10px 0;
}
.indexbox .index2 .index2-c .rw .pvc1{
    margin-left: 151px;
    margin-top: -88px;
}
.indexbox .index2 .index2-c .rw .pvc2 {
    margin-left: 157px;
    margin-top: -107px;
}


.indexbox .index2 .index2-c .rs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 264px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    background: url(../images/pvc4di.png) no-repeat;
    cursor: pointer;
    margin-top: 40px;
    transition: all 0.5s ease-out;
}

.indexbox .index2 .index2-c .rs:hover {
    transform: translateY(-15px) translateZ(0);
}

.indexbox .index2 .index2-c .rs h3{
    font-size: 37px;
    color: #fff;
}
.indexbox .index2 .index2-c .rs p{
    font-size: 21px;
    color: #fff;
    margin: 10px 0;
}
.indexbox .index2 .index2-c .rs .pvc1{
    margin-left: -30px;
    margin-top: 72px;
}


.indexbox .index3 {
    /* height: 774px; */
}
.indexbox .index3 .index3-c{
    width: 1300px;
    margin: auto;
    margin-bottom: 155px;
}


/* 头部标题 */
.index3 .index3-c .ww {
    background: url(../images/index2.png) no-repeat;
    height: 140px;
    overflow: hidden;
    background-position: center 6px;
    margin-top: 140px;
}
.index3 .index3-c .ww .s {
    font-size: 20px;
    color: #494949;
    text-align: center;
    margin-top: 15px;
}
.index3 .index3-c .ww #p1 .dian {
    font-size: 51px;
    font-weight: bold;
    position: absolute;
    top: -22px;
    left: 646px;
}
.index3 .index3-c .cc {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.index3 .index3-c .cc .yingyong1 {
    position: relative;
}
.index3 .index3-c .cc .yingyong2 {
    margin-top: 10px;
}
.index3 .index3-c .cc .yingyong1 img{
    width: 100%;
    transition: all 0.5s ease-out;
    transition: all 0.4s cubic-bezier(0.31, 3.4, 0.29, -0.15)
}
.index3 .index3-c .cc .yingyong1 img:hover{
    transform: scale(0.9) translateZ(0);
    
}
.index3 .index3-c .cc .yingyong1 span{
    position: absolute;
    bottom: 7px;
    left: 21px;
    color: white;
    font-size: 18px;
}
.index3 .index3-c .cc .r {
    margin-left: 5px;
}


.index4 {
    height: 846px;
    background-color: #eff0f2;
    background-image: url('../images/i_about_p1.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}

.index4 .index4-c {
    width: 1300px;
    margin: auto;
    display: flex;

}
.index4 .index4-c .l {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}
.index4 .index4-c .l h3{
    font-size: 45px;
    color: #2eb872;
    margin-top: 140px;
}
.index4 .index4-c .l h3 span{
    color: #333333;
}
.index4 .index4-c .l .content{
    margin-top: 50px;
    color: #222;
    line-height: 30px;
}
.index4 .index4-c .l .num{
    display: flex;
    width: 1000px;
    position: relative;
    margin-top: 72px;
    text-align: center;
}
.index4 .index4-c .l .num .num2{
    width: 250px;
    height: 250px;
    background-color: #fff;
    padding: 65px 0;
    box-sizing: border-box;
    color: #404040;
    border-right: 1px solid #e5e5e5;
}
.index4 .index4-c .l .num .num2 .p2 {
    font-size: 45px;
    color: black;
    font-weight: bold;
    margin: 15px 0;
    
}
.index4 .index4-c .l .num .num1{
    background-color: #2eb872;
    color: #fff;
}
.index4 .index4-c .l .num .num1 .p2 {
    color: #fff;
    
}
.index4 .index4-c .l .btn {
    height: 40px;
    width: 148px;
    border: 1px solid #2eb872;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
    color: #62ca95;
    margin-top: 50px;
}
.index4 .index4-c .r {
    width: 50%;
}
.index4 .index4-c .r img{
    width: 100%;
}


.indexbox .index5 {
    /* height: 774px; */
}
.index5 .index5-c{
    width: 1300px;
    margin: auto;
    margin-bottom: 140px;
}

/* 头部标题 */
.index5 .index5-c .ww {
    background: url(../images/index4.png) no-repeat;
    height: 140px;
    overflow: hidden;
    background-position: center 6px;
    margin-top: 140px;
}
.index5 .index5-c .ww .s {
    font-size: 20px;
    color: #494949;
    text-align: center;
    margin-top: 15px;
}
.index5 .index5-c .ww #p1 .dian {
    font-size: 51px;
    font-weight: bold;
    position: absolute;
    top: -22px;
    left: 627px;
}
.index5 .index5-c .cc {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}
.index5 .index5-c .cc .jiqi1{
    width: 18.3%;
    position: relative;
}
.index5 .index5-c .cc .jiqi1:hover{
    cursor: pointer;
    /* 果冻特效 */
    animation: jelly 0.5s;
}

/* 5 部分：「初始 => 挤高 => 压扁 => 挤高 => 回到初始状态」 */
@keyframes jelly {
    0%,
    100% {
      transform: scale(1, 1);
    }
  
    25%,
    75% {
      transform: scale(0.9, 1.1);
    }
  
    50% {
      transform: scale(1.1, 0.9);
    }
  }

.index5 .index5-c .cc .jiqi1 img {
    width: 100%;
}
.index5 .index5-c .cc .jiqi1 .ding{
    position: absolute;
    width: 100%;
    bottom: 22px;
    /* left: 50%;
    transform: translate(-50%); */
}
.index5 .index5-c .cc .jiqi1 .ding p {
    color: #fff;
    text-align: center;
}
.index5 .index5-c .cc .jiqi1 .ding .chinese {
    font-size: 25px;
    margin-bottom: 3px;
}


.indexbox .index6 {
    height: 900px;
    background: url(../images/index6.png) no-repeat;
    overflow: hidden;
    background-position: center center;
}
.index6 .index6-c {
    width: 1300px;
    margin: auto;
}
.index6 .index6-c .ww {
    display: flex;
    justify-content: space-between;
}
.index6 .index6-c .ww img{
    margin-top: 82px;
    margin-left: 65px;
}
.index6 .index6-c .ww .btn2 {
    height: 40px;
    width: 148px;
    border: 1px solid #2eb872;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
    color: #62ca95;
    margin-top: 90px;
    margin-right: 28px;
}
.index6 .index6-c .ss {
    padding: 60px 20px 80px 64px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.index6 .index6-c .sl {
    width: 59%;
}
.index6 .index6-c .sl h3 {
    font-size: 45px;
    color: #333;
}
.index6 .index6-c .sl h3 span{
    color: #2eb872;
}
.index6 .index6-c .sl .slc .temp2 {
    display: flex;
    justify-content: space-between ;
    padding: 39px 0 25px 0;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
    
}
.index6 .index6-c .sl .slc .temp2 .tu{
    width: 22.2%;
}
.index6 .index6-c .sl .slc .temp2 .zi{
    width: 71%;
}
.index6-c .slc .temp2 .zi h3{
    font-size: 20px;
    color: #000;
    transition: all 0.5s ease-out;
}
.index6 .index6-c .sl .slc .temp2 .zi p{
    font-size: 15px;
    color: #b3b3b3;
    margin-top: 13px;
}
.index6 .index6-c .slc .temp2 .zi:hover h3 {
    color: #2eb872;
}

.index6 .index6-c .sr {
    width: 37%;
    cursor: pointer;
}
.index6 .index6-c .sr img{
    width: 100%;
}







/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .indexbox .index1 .index1-c {
        width: 1200px;
    }
    #p1 .dian {
        left: 606px;
    }
    .indexbox .index2 .index2-c {
        width: 1200px;
    }
    .indexbox .index2 .index2-c .l .pvc1 {
        margin-left: -195px;
    }
    .indexbox .index2 .index2-c .rw .pvc1 {
        margin-left: 119px;
    }
    .indexbox .index2 .index2-c .lll .pvc1 {
        margin-left: -195px;
    }
    .indexbox .index2 .index2-c .rw .pvc2 {
        margin-left: 129px;
    }
    .indexbox .index3 .index3-c {
        width: 1200px;
    }
    .index3 .index3-c .ww #p1 .dian {
        left: 596px;
    }
    .index4 .index4-c {
        width: 1200px;
    }
    .index5 .index5-c {
        width: 1200px;
    }
    .index5 .index5-c .ww #p1 .dian {
        left: 576px;
    }
    .index6 .index6-c {
        width: 1200px;
    }
    .index6 .index6-c .ww img {
        margin-left: 15px;
    }
    .index6 .index6-c .sl .slc .temp2 .zi p {
        font-size: 14px;
    }
    .index6 .index6-c .sl .slc .temp2 {
        padding: 30px 0 20px 0;
    }
}



/* 手机端 */
@media all and (max-width: 550px) {
    .all-content {
        height: auto;
        background: #0c88d1;
    }
    .all-content .content-c {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 10px;
        margin-top: 100px;
        box-sizing: border-box;
    }
    .all-content .content-c .l {
        height: 400px;
        width: 100%;
    }
    .content-c .r {
        width: 100%;
    }
    .content-c .r .w {
        flex-wrap: wrap;
    }
    .content-c .r .w .wl {
        height: 300px;
        width: 100%;
        margin-top: 20px;
    }
    .content-c .r .w .wr {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }
    .content-c .r .s {
        flex-wrap: wrap;
    }
    .content-c .r .s .sl {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }
    .content-c .r .s .sr {
        height: 265px;
        width: 100%;
        margin-top: 20px;
    }
}
