body {
    overflow-x: hidden;
}

/* nav */
.head ui>li {
    padding-top: 42px;
    padding-bottom: 60px;
    pointer-events: none;

}

.hide-wrap .hide-a li{
    pointer-events: inherit!important;

}
.index .head {
    background: unset !important;
}

.head ui>li a {
    color: #FFFFFF;
}

.head .ui {
    width: 716px;
    transform: translateX(100%);
    transition: 0.6s;
}

.hide-a .ui {
    transform: none;
    pointer-events: none;
}

.ui-wrap {
    width: 716px;
    /* position: relative; */
    overflow: hidden;
    transition: 1s;
    height: fit-content;
}

.head .icon {
    margin-left: 29px !important;
    margin-top: 67px;
    flex-direction: column;
    pointer-events: auto;
}

.head .search {
    margin-left: unset !important;
}

.hide-wrap {
    display: flex;
    margin-top: 42px;
    pointer-events: none;
}
.hide-wrap .hide-a{
    overflow:inherit;
}
.head .icon .en {
    margin-top: 25px;
    cursor: pointer;

}
.head .ul-wrap .ui{
    pointer-events: none;
}

.hide-wrap .hide-a .ui{
    pointer-events: auto!important;
}


.head .search {
    margin-top: 25px;
}
.head .ui .pro:hover .dropMenu{
    opacity: 1;
    transform: translate(-50%,0);
    pointer-events:inherit;



}
.header .color ui>li a{
    color: #333333;
}
/* .head .ui .pro{
    padding-bottom: 100px;
    margin-bottom: -100px;
} */
.head .ui .pro{
    /* position: relative; */
}
/* 产品下拉 */
.head .ui .pro .dropMenu{
    position: absolute;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-45px);
    top: 100px;
    height: auto;
    width: 100%;
    transition: 0.8s;
    background: #FFFFFF;
    pointer-events: none;


}

.head .ui .pro .dropMenu .container .item{
    display: flex;
    margin-bottom: 70px;
    align-items: center;
    margin-top: 50px;
    
}
.head .ui .pro .dropMenu .container .item:not(:nth-child(3n)){
    margin-right: 100px;
    border-right: 1px solid rgba(0,0,0,0.3);
    padding-right: 50px;
}
.head .ui .pro .dropMenu .container .item .list{
    display: flex;
    flex-direction: column;
}
.head .ui .pro .dropMenu .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;

}
.head .ui .pro .dropMenu .container::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.3);
    width: 1100px;
    height: 1px;
}
.head .ui .pro .dropMenu .container .list a{
    width: 100%;
    color: #333333;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.5s;

}
.head .ui .pro .dropMenu .container .list a:hover{
    color: #0867af;
}
.head .ui .pro .dropMenu .container .list a:not(:last-child){
    margin-bottom: 5px;
}
.head .ui .pro .dropMenu .container .item .images{
    margin-right: 30px;
}
.head .ui .pro .dropMenu .container .item .images a>img{
    width: 100%;
    height: auto;
    opacity: 1; transform: scale(1); transition: 0.8s;
}
.head .ui .pro .dropMenu .container .item .images a>img:hover{
    opacity: 1.3;
    transform: scale(1.3);
}


/* banner */
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    padding: 0 170px;
}

.banner .wrap .contain p {
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 360px;
}

.banner .wrap span {
    font-size: 25px;
    font-family: Roboto;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 23px;
}

.banner .wrap .more {
    margin-top: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;
}

.banner .wrap .more .iconfont {
    color: #FFFFFF;
}

.banner .wrap .more p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 13px;
}

/* banner轮播 */
/* 轮播切换效果 */

/* .swiperBannner .swiper-slide .wrap{
    opacity: 0;
    transition: 0.5s;
    transform: translateY(25px);
}
.swiperBannner .swiper-slide-active .wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
} */
.swiperBannner .swiper-slide .wrap .line {
    opacity: 0;
    transition: 0.8s;
    transform: translateX(25px);
}

.swiperBannner .swiper-slide-active .wrap .line {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s;
}

.swiperBannner .swiper-slide .wrap .text {
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px);
}

.swiperBannner .swiper-slide-active .wrap .text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

/* .swiperBannner .swiper-slide .wrap .contain{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px);
}

.swiperBannner .swiper-slide-active .wrap .contain{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}


} */
/* 字逐渐出现 */
.swiperBannner .delay p>div {
    transition-delay: unset !important
}

.swiperBannner .delay span>div {
    transition-delay: unset !important
}

.swiperBannner .contain span div {
    opacity: 0;
    transition: 1s;
    transform: translateX(-50px);
    min-width: 6px;
    display: inline-block;
}

.swiperBannner .active-h span div {
    opacity: 1;
    transform: translateX(0);
}

.swiperBannner .contain p div {
    opacity: 0;
    transition: 1s;
    transform: translateX(-50px);
    min-width: 6px;
    display: inline-block;

}

.swiperBannner .active-h p div {
    opacity: 1;
    transform: translateX(0);
}

.swiperBannner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiperButton {
    position: absolute;
    left: 0;
    top: 0;
    margin: 740px 0 0 280px;
    z-index: 9;
    display: flex;

}

.swiperButton .text p:first-child {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
}

.swiperButton .text p:last-child {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
}

.banner .swiperButton .text {
    display: flex;
    margin-right: 35px;
    align-items: center;
}

.banner .swiperButton .b {
    width: 43px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.banner .swiperButton .b::after:first-child {
    margin-right: 10px;
}

.banner .swiperButton .button-prev {
    margin-right: 29px;
}

@media screen and (max-width: 2560px) {}

.s-pagination {
    position: absolute;
    left: 0;
    top: 0;
    margin: 740px 0 0 166px;
    z-index: 9;
    display: flex;
}

.s-pagination span {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
}

.s-pagination .line {
    color: #FFFFFF;
}

.s-pagination .swiper-pagination-total {
    font-size: 14px;
}

.section .bgc {
    width: 100%;
    display: block;

}

.section {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* page2 */
.page2 {
    width: 100%;
    position: relative;
}

.page2 .oneWrap {
    padding-top: 147px;
}

.page2 .top {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 69px;
}

.page2 .top .item:not(:last-child) {
    margin-right: 250px;
}

.page2 .bgc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page2 .top .text {
    display: flex;
    align-items: flex-end;
}

.page2 .top .num1 {
    min-width: 131px;

}

.page2 .top .num2 {
    min-width: 35px;

}

.page2 .top .num {
    min-width: 68px;

}

.page2 .top .text p:first-child {
    font-size: 60px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #0867AF;
    margin-right: 5px;

}

.page2 .top .text p:last-child {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}

.page2 .top .item span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.page2 .contain {
    width: 100%;
    height: auto;
}

.page2 .contain .wrap {
    position: relative;
}

.page2 .content {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 128px 0;
    justify-content: center;
}

.page2 .content .text {
    margin: 50px 0 0 137px;
}

.page2 .content .text .title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 57px;
}

.page2 .content .text .line {
    width: 30px;
    height: 1px;
    background: #333333;
    margin-top: 40px;
}

.page2 .content .text p:nth-child(2) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    color: #333333;
    line-height: 57px;
}

.page2 .content .text span {
    width: 556px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 45px;
    margin-top: 70px;
}

.page2 .contain .more {
    margin-top: 100px;
}

.page2 .contain .more p {
    color: #333333;
}

/* page3 */
.page3 .bgc {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

}

.page3 .twoWrap {
    width: 100%;
    height: auto;
}

.page3 .list {
    display: flex;
    justify-content: space-evenly;
    padding-top: 110px;
    align-items: center;

}
.page3 .list .item{
    position: relative;
    cursor: pointer;
    
}
.page3 .list .item::after{
    content: "";
    position: absolute;
    left: 103%;
    top: 50%;
    width: 213px;
    height: 1px;
    background: #000000;
    opacity: 0.12;
}
.page3 .list .icon {
    width: 117px;
    height: 117px;
    /* background: #0867AF; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s;


}

.page3 .list .item {
    transition: 0.8s;
}

.page3 .list .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    text-align: center;
    transition: 0.8s;

}
.page3 .list .item .icon .img2{
    display: none;

}
.page3 .list .active-p .icon .img1{
    display: none;
}
.page3 .list .active-p .icon .img2{
    display: block;
}

.page3 .list .active-p .icon {
    background: #0867AF;
    transition: 0.8s;


}

.page3 .list .bgc {
    height: 700px;
}

.page3 .list .active-p p {
    color: #0867AF;
    transform: translateY(30px);
    transition: 0.8s;


}

.page3 .content {
    display: flex;
    width: 100%;
    height: auto;
    padding: 88px 150px 0;
    justify-content: center;
}

.page3 .left {
    margin-right: 102px;
}

.page3 .left .t {
    font-size: 35px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    padding-top: 33px;
}

.page3 .left span {
    width: 416px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    margin-top: 51px
}

.page3 .left .more {
    margin-top: 69px
}

.page3 .content .left .bottom {
    padding-bottom: 201px;
}

.page3 .content .left .bottom p {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 188px;
}

.page3 .content .left .line {
    width: 30px;
    height: 1px;
    background: #333333;
    margin-top: 14px;
}

.page3 .content .right {
    position: relative;
    padding-right: 700px;
    width: 867px;
}

.page3 .content .right .w {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.page3 .content .right .one {
    padding: 107px 0 0 0;
    opacity: 0.5;
    z-index: 1;
}

.page3 .content .right .two {
    padding: 51px 0 0 21px;
    opacity: 0.7;
    z-index: 2;
}

.page3 .content .right .three {
    padding: 0 0 0 47px;
    opacity: 0.9;
    z-index: 3;
}

.page3 .content .right .main {
    width: 820px;
    height: auto;
    position: relative;
    z-index: 10;
    text-align: center;
}

.page3 .content .right .main p {
    font-size: 197px;
    font-family: Roboto;
    font-weight: 500;
    color: #0867AF;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    padding: 103px 0 0 0;
    transform: translateX(10%);
}

.page3 .content .right .main img {
    filter: brightness(.8);
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;
    padding: 185px 0 0 0;
}

.page3 .content .right .main img:hover {
    filter: brightness(1);
    opacity: 1.1;
    transform: scale(1.1);
}

.page3 .content .right span {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    margin-top: 52px;
}

.page3 .more p {
    color: #333333;
}

.page3 .more .iconfont {
    color: #333333;
}

/* page4 */
.page4 .bgc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page4 .box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 319px;
}

.page4 .box .i1 {
    position: relative;
    margin-top: 39px;
    margin-right: 17px;

}

.page4 .box .i1 .text {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    transition: 0.8s;
}
/* .page4 .box .i1 .fanzhuan{
    transform-style: preserve-3d;
    perspective: 1000;

} */
/* .page4 .box .i1 .text:hover{
    transform: rotateY(180deg);
} */
.page4 .box .i1 .line {
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    margin-top: 13px;
}

.page4 .box .i1 .content {
    width: 330px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    margin-top: 30px;
}

.page4 .box .i1 .title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.page4 .box .i1 img {
    opacity: 0.4;
}

.page4 .box .i2 {
    margin-top: 77px;
    margin-right: 17px;

}

.page4 .box .i3 {
    margin-right: 17px;

}

.page4 .box .i4 {
    margin-top: 56px;
}

.page4 .box .item {
    position: relative;

}

.page4 .box .item .text {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 18px;
    padding-top: 355px;
    transform: translateY(-5%);
    transition: 1s;

}

.page4 .box .item .text .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.page4 .box .item .text .content {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    margin-top: 30px;
    opacity: 0;
    transition: 1.5s;



}

.page4 .box .item:hover .text .content {
    opacity: 1;
}

.page4 .box .item:hover .text {
    transform: translateY(-50%);
}

.page4 .box .item img {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
    transition: 1s;
}

.page4 .box .item:hover img {
    filter: brightness(.7);
    opacity: 1.05;
    transform: scale(1.05);
}

/* page5 */
.page5 {
    width: 100%;
    height: auto;
}

.page5 .page5-wrap {
    width: 100%;
    display: flex;
}

.page5 .page5-wrap .left {
    width: 50%;
    position: relative;
}

.page5 .page5-wrap .left .contain {
    position: absolute;
    bottom: 134px;
    left: 0;
    padding-left: 120px;


}

.page5 .page5-wrap .left .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.page5 .page5-wrap .left span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.page5 .page5-wrap .left .date {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.page5 .page5-wrap .left .more {
    margin-bottom: 41px;
}

.page5 .left .more {

    color: #FFFFFF;
}
.page5 .page5-wrap .left img{
    width: 100%;
    height: auto;
}
.page5 .page5-wrap .right {
    width: 50%;
    position: relative;
}

.page5 .page5-wrap .right .content {
    width: 100%;
    margin: 100px 0 0 34px;
}

.page5 .page5-wrap .right .one {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0867AF;
    margin-bottom: 20px;
}

.page5 .page5-wrap .right .line {
    width: 779px;
    height: 1px;
    background: #000000;
    opacity: 0.16;
    margin-bottom: 16px;
}

.page5 .page5-wrap .right .two {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    margin-bottom: 26px;
}

.page5 .page5-wrap .right .three {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    margin-bottom: 32px;
}

.page5 .page5-wrap .right .more {
    margin-bottom: 100px;
}

.page5 .page5-wrap .right .date {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
    line-height: 24px;
    margin-bottom: 38px;
}

.page5 .right .bottom {
    width: 100%;
    position: relative;
}
.page5 .right .bottom img{
    width: 100%;
    height: auto;
}
.page5 .right .bottom .text {
    position: absolute;
    left: 0;
    top: 0;
    margin: 150px 0 0 131px;
}

.page5 .right .bottom .text span {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.page5 .right .bottom .text .line {
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    margin-bottom: 95px;
}

.page5 .right .bottom .text .more {
    color: #FFFFFF;

}


/* page6 */
.page6 {
    position: relative;
}

.page6 .bgc {
    height: 636px;

}

.page6 .contact {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page6 .table {
    width: 626px;
    background: #FFFFFF;
    /*margin: 200px 0 0 0;*/
}

.page6 .table input::placeholder {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    padding-left: 9px;
}

.page6 .table textarea::placeholder {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    padding-left: 9px;
    padding-top: 9px;
}

.page6 .table textarea {
    width: 547px;
    height: 88px;
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
}

.page6 .table-wrap {
    width: 100%;
    height: auto;
    padding: 47px 0 34px 41px;
}

.page6 .table-wrap p {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 22px;
}

.page6 .table-wrap span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 32px;
}

.page6 .table-wrap input {
    width: 547px;
    height: 33px;
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    margin-bottom: 14px;
}

.page6 .table-wrap .liuyan {
    height: 88px !important;
}

.page6 .table-wrap button {
    display: block;
    width: 138px;
    height: 48px;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #666666;
    ;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.8s;
}

.page6 .table-wrap button:hover {
    transform: translateX(9px) scale(1.1);
    border: unset;
    color: #FFFFFF;
    background: #0867AF;

}

.page6 .messeage {
    margin: 79px 0 0 245px;
}

.page6 .messeage .title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.page6 .messeage .line {
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    margin-bottom: 50px;
}

.page6 .messeage span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 53px;
}

.page6 .messeage .item {
    display: flex;
    margin-bottom: 38px;
}

.page6 .messeage .item .iconfont {
    color: #FFFFFF;
    margin-right: 18px;
}

.page6 .messeage .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.more p {
    transition: 0.8s;
    transform: scale(1);

}

.more .iconfont {
    transition: 0.8s;
    transform: scale(1);

}

.more:hover p {
    color: #0867AF !important;
    transform: scale(1.1);
}

.more:hover .iconfont {
    color: #0867AF !important;
    transform: scale(1.1);

}

/* 轮播淡入淡出 */
/* .detail-swiper .swiper-slide .small-swiper{
    opacity: 0;
    transition: 0.8s
}
.detail-swiper .swiper-slide-active .small-swiper {
    opacity: 1;
} */
.detail-swiper > .swiper-wrapper > .swiper-slide .content .left .left-wrap{
    opacity: 0;
    transition: 0.8s;
    transform: translateX(25px) scale(0.8);
}
.detail-swiper > .swiper-wrapper > .swiper-slide-active .content .left .left-wrap{
    opacity: 1;
    transform: translateX(0)  scale(1);
    transition-delay: 0.5s;
}

.detail-swiper > .swiper-wrapper >.swiper-slide  .content .right .main{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.detail-swiper > .swiper-wrapper >.swiper-slide-active .content .right .main{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.6s;
}

.detail-swiper > .swiper-wrapper >.swiper-slide  .content .right .one{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.detail-swiper > .swiper-wrapper >.swiper-slide-active .content .right .one{
    opacity: 0.5;
    transform: translateY(0) scale(1);
    transition-delay: 0.4s;
}

.detail-swiper > .swiper-wrapper >.swiper-slide  .content .right .two{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.detail-swiper > .swiper-wrapper >.swiper-slide-active .content .right .two{
    opacity: 0.7;
    transform: translateY(0) scale(1);
    transition-delay: 0.5s;
}
.detail-swiper > .swiper-wrapper >.swiper-slide  .content .right .three{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.detail-swiper > .swiper-wrapper >.swiper-slide-active .content .right .three{
    opacity: 0.9;
    transform: translateY(0) scale(1);
    transition-delay: 0.6s;
}
/**/

.small-swiper .swiper-slide  .content .left .small{
    opacity: 0;
    transition: 0.8s;
    transform: translateX(25px) scale(0.8);
}
.small-swiper .swiper-slide-active .content .left .small{
    opacity: 1;
    transform: translateX(0)  scale(1);
    transition-delay: 0.5s;
}
.small-swiper .swiper-slide  .content .right .main_joke{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.small-swiper .swiper-slide  .content .right .main{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.small-swiper .swiper-slide-active .content .right .main{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.6s;
}
.small-swiper .swiper-slide-active .content .right .main_joke{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.6s;
}

.small-swiper .swiper-slide  .content .right .one{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.small-swiper .swiper-slide  .content .right .one_joke{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.small-swiper .swiper-slide-active .content .right .one{
    opacity: 0.5;
    transform: translateY(0) scale(1);
    transition-delay: 0.4s;
}
.small-swiper .swiper-slide-active .content .right .one_joke{
    opacity: 0.5;
    transform: translateY(0) scale(1);
    transition-delay: 0.4s;
}

.small-swiper .swiper-slide  .content .right .two_joke{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.small-swiper .swiper-slide  .content .right .two{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.small-swiper .swiper-slide-active .content .right .two{
    opacity: 0.7;
    transform: translateY(0) scale(1);
    transition-delay: 0.5s;
}
.small-swiper .swiper-slide-active .content .right .two_joke{
    opacity: 0.7;
    transform: translateY(0) scale(1);
    transition-delay: 0.5s;
}

.small-swiper .swiper-slide  .content .right .three_joke{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);
}
.small-swiper .swiper-slide  .content .right .three{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px) scale(0.8);

}
.small-swiper .swiper-slide-active .content .right .three{
    opacity: 0.9;
    transform: translateY(0) scale(1);
    transition-delay: 0.6s;
}
.small-swiper .swiper-slide-active .content .right .three_joke{
    opacity: 0.9;
    transform: translateY(0) scale(1);
    transition-delay: 0.6s;
}
.small-swiper .swiper-slide .content{
    opacity: 0;
    transition: 0.8s;
}
.small-swiper .swiper-slide-active .content{
    opacity: 1;
}

.detail-swiper > .swiper-wrapper > .swiper-slide{
    opacity: 0!important;
    transition: 1s;
}
.detail-swiper > .swiper-wrapper > .swiper-slide-active{
    opacity: 1 !important;
    transition: 1s;
}

/* .page3 .twoWrap .bottom{
    display: none !important;
} */
@media screen and (max-width: 2560px){
	.page3 .bgc,.page6 .bgc{
        height: 100% !important;
    }
    .page5 .page5-wrap .right{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .page5 .right .bottom img{
        display: block;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.page5 .page5-wrap{
        height: 100%;
    }
    .page5 .page5-wrap .left{
        overflow: hidden;
    }
    .page5 .page5-wrap .left img{
        width: 100%;
        height: 100%;
    }
    .page5 .page5-wrap .right .two {
        font-size: 18px;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.page5 .page5-wrap .left .contain{
        padding-left: 60px;
    }
    .page2 .oneWrap {
        padding-top: 100px;
    }
    .page2 .content img{
        width: 750px;
        height: auto;
    }
    .page5 .right .bottom .text{
        margin-left: 60px;
    }
    .page3 .list .item::after{
        width: 175px;
    }
    .small-swiper .swiper-slide .content{
        justify-content: space-between;
    }
    .page3 .content .right{
        width: auto;
    }
    .page4 .box{
        padding-top: 250px;
    }
    .page5 .page5-wrap .right .two{
        font-size: 16px;
    }
    .page5 .page5-wrap .right .line{
        width: 700px;
    }
    .banner .wrap{
        padding: 0 120px;
    }
    .s-pagination{
        margin-left: 120px;
    }
    .page3 .list .icon{
        width: 100px;
        height: 100px;
    }
    .page3 .list .item .icon img{
        transform: scale(0.9);
    }
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .one,
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .two,
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .three{
        height: 500px;
        transform: scale(1);
        width: auto;
    }

    .page3 .content .right img{
        height: 100%;
    }
    .page3 .content .right .two{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page3 .content .right .one{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page3 .content .right .main p {
        font-size: 170px;
    }
    .page6 .contact{
        justify-content: space-between;
        padding: 0 200px 0;
    }
    .page3 .left{
        margin-right: 0;
    }
    .page3 .content .right{
        padding-right: 0;
    }
    .page5 .right .bottom .text .line{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1600px){
	.page5 .page5-wrap .right .two { 
        font-size: 14px;
    }
    .page5 .page5-wrap .right .line {
        width: 615px;
    }
    .page5 .page5-wrap .left span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px){
    .swiperButton,.s-pagination{
        margin-top: 660px;
    }
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .one,
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .two,
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .three{
        height: 400px;
        width: auto;
    }
    .page3 .content .right .main p {
        font-size: 150px;
        padding-top: 100px;
    }
    .page3 .content .right .main {
        width: 660px;
    }
    .page3 .content .right .main img{
        padding-top: 80px;
    }
    .page3 .content{
        padding: 88px 180px;
    }
    .page6 .table-wrap {
        padding: 47px 30px 34px 30px;
    }
    .page6 .table-wrap span {
        font-size: 14px; 
    }
    .page6 .contact {
        padding: 0 120px 0;
    }
    .banner .wrap {
        padding: 0 60px;
    }
    .s-pagination {
        margin-left: 60px;
    }
    .banner .wrap .contain p {
        font-size: 40px;
    }
    .banner .wrap span {
        font-size: 20px;
    }
    .page2 .top .text p:first-child {
        font-size: 40px;
    }
    .page2 .top .num1 {
        min-width:90px;
    }
    .page2 .top .num2 {
        min-width: 25px;
    }
    .page2 .top .num {
        min-width: 45px;
    }
    .page2 .content img{
        width: 600px;
    }
    .page2 .content .text {
        margin-left:70px;
    }
    .page2 .content .text span{
         margin-top: 30px;
    }
    .page2 .contain .more{
        margin-top: 40px;
    }
    .page3 .content .left .bottom p{
        margin-top: 90px;
    }
    .page4 .box {
        padding-top: 180px;
    }
    .page2 .content .text {
        margin-top: 30px;
    }
    .page2 .content .text .title {
        font-size: 25px;
    }
    .page2 .content .text .line{
        margin-top: 20px;
    }
    .page3 .list .item::after {
        width: 150px;
    }
    .page3 .left .t {
        font-size: 30px;
    }
    .page3 .content .left .bottom p {
        font-size: 25px;
    }
    .page6 .messeage{
        margin-left: 0;
    }
}

@media screen and (max-width: 1400px){
    .page5 .page5-wrap .left span {
        font-size: 12px;
    }
    
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
    .index .head.PE{
        justify-content: space-between;
        align-items: center;
        background-color: #FFFFFF !important;
    }
    .head .icon{
        flex-direction: row;
        margin-top: 0;
    }
    .head .icon .en{
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .PE .logo2{
        display: block;
    }
    .hide-wrap{
        margin-top: 0;
    }
    .head .search{
        margin-top: 0;
    }
    .head.PE {
        height: 80px;
    }
    .page3 .twoWrap .bottom.PE{
        display: none !important;
    }

    .section{
        overflow: hidden;
    }
    .swiperButton, .s-pagination {
        margin-top: 1060px;
    }

    .page2 .top{
        justify-content: space-between;
        padding: 0 60px;
    }
    .page2 .top .item:not(:last-child) {
        margin-right: 100px;
    }
    .page2 .content{
        flex-direction: column;
        align-items: center;
        padding: 0 60px;
    }
    .page2 .content img {
        width: 100%;
    }
    .page2 .content .text{
        margin-left: 0;
        width: 100%;
    }
    .page3 .content {
        padding: 88px 60px;
    }
    .page3 .left span {
        width: 220px;
    }
    .page3 .left .t,.page3 .content .left .bottom p{
        font-size: 20px;
    }
    .section.page3,.section.page4,.section.page6{
        height: auto;
    }
    .page4 .box{
        padding: 100px 0;
    }
    .page3 .list .item .icon img {
        transform: scale(0.7);
    }
    .page3 .list .icon {
        width: 80px;
        height: 80px;
    }
    .page3 .list .item::after{
        display: none;
    }
    .page3 .list .item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .one, 
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .two, 
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .three {
        height: 300px;
    }
    .page3 .content .right .main p {
        font-size: 100px;
        left: 40px;
    }
    
    .page3 .content .right .main {
        width: 535px;
    }
    .page3 .content .right .main img {
        padding-top: 30px;
        transform: scale(0.8);
    }
    .page3 .content .right span{
        margin-top: 20px;
    }
    .page3 .content .left .bottom {
        padding-bottom: 0px;
    }
    .page5 .right .bottom .text{
        margin-top: 60px;
    }

    .page6 .contact{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .page6 .contact {
        height: auto;
        padding:50px 60px ;
    }
    .page6 .bgc{
        position: absolute;
    }
    .page6 .contact{
        position: relative;
    }
    .page6 .messeage{
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page6 .messeage .title {
        line-height: 1;
        width: 100%;
    }
    .page6 .messeage .line,.page6 .messeage span{
        margin-bottom: 20px;
    }
    .page6 .messeage span{
        width: 100%;
    }
    .page6 .messeage .item{
        margin-bottom: 15px;
        align-items: center;
    }
    .page6 .messeage .item .iconfont{
        margin-right: 10px;
    }
    .page6 .table {
        width: 100%;
    }
    .page6 .table-wrap input, .page6 .table textarea{
        width: 100%;
    }
    .page5 .page5-wrap .right .line {
        width: 360px;
    }
    .page5 .page5-wrap .right .content{
        margin: 0;
        padding: 100px 0 0 34px;
    }
    .page4 .box{
        padding: 100px 60px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page4 .box .i1,.page4 .box .i2,.page4 .box .i3,.page4 .box .i4{
        margin-top: 0;
        margin-right: 0;
    }

    .page5 .page5-wrap{
        display: flex;
        flex-direction: column;
    }
    .page5 .page5-wrap .left,.page5 .page5-wrap .right{
        width: 100%;
    }
    .page5 .page5-wrap .left .contain {
        padding-left: 30px;
    }
    .page5 .right .bottom .text {
        margin-left: 30px;
    }
    .page4 .box .i1 .content{
        width: auto;
    }
    .page4 .box .i1 .text{
        padding: 0 18px;
        transform: translate(0%,-50%);
    }
    .page4 .box .i4{
        margin-top: 20px;
    }
    .logo{
        width: auto;
    }
}


@media screen and (max-width: 768px){
	.swiperButton, .s-pagination {
        margin-top: 930px;
    }
    .page4 .box .i1,.page4 .box .i2,.page4 .box .i3,.page4 .box .i4{
        width: 200px;
    }
    .page4 .box .i4{
        margin-top: 10px;
    }
}


@media screen and (max-width: 540px){
	.banner .wrap .contain p {
        font-size: 30px;
    }

    .banner .wrap span {
        font-size: 16px;
    }
    #fullPage .banner .wrap {
        padding: 0 0 0 20px !important;
    }
    .swiperButton, .s-pagination {
        margin-top: 700px;
    }
    .s-pagination {
        margin-left: 20px;
    }
    .swiperButton{
        margin-left: 120px;
    }
    .section.page2{
        height: auto;
    }
    .page2 .contain{
        padding-bottom: 50px;
    }
    .page2 .top{
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-between;
        padding: 0 20px;
    }
    .page2 .top .text{
        justify-content: center;
    }
    .page2 .top .item{
        text-align: center;
        width: 50%;
    }
    .page3 .twoWrap .bottom.PE{
        display: block !important;
    }
    /* .page2 .top .item:nth-child(n+3){
        margin-top: 30px;
    } */
    .page2 .top .item img{
        width: auto;
        height: 40px;
    }
    .page2 .top .item:not(:last-child){
        margin-right: 0;
    }
    .page2 .top .text p:first-child {
        font-size: 30px;
    }
    .page3 .content{
        padding: 88px 20px;
    }
    .small-swiper .swiper-slide-active .content .right .one_joke, 
    .small-swiper .swiper-slide-active .content .right .two_joke{
        display: none;
    }
    .page3 .left .t, .page3 .content .left .bottom p {
        font-size: 16px;
    }
    .page3 .left span {
        width: 100%;
        margin-top: 20px;
    }
    .page3 .content .right .three{
        padding-left: 0;
    }
    .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .one,
     .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .two,
      .detail-swiper > .swiper-wrapper >.swiper-slide .content .right .three {
        height: 240px;
    }
    .page3 .content .right .main {
        width: 340px;
    }
    .page3 .content .right .main p{
        left: 0;
        transform: translateX(0);
    }
    .page3 .content .right .main p {
        font-size: 93px;
    }
    .page3 .list{
        padding-top: 60px;
    }
    .page3 .list .item p{
        font-size: 14px;
    }
    .page3 .list .active-p p{
        transform: translateY(15px);
    }
    .page2 .content .text span{
        width: 100%;
    }
    .page6 .contact{
        padding: 50px 20px;
    }
    .page4 .box .i1,.page4 .box .i2,.page4 .box .i3,.page4 .box .i4{
        width: auto;
        overflow: hidden;
    }
    .page4 .box{
        padding: 100px 20px;
    }
    .page4 .box .item:nth-child(n+3){
        margin-top: 10px;
    }
    .page4 .box .i1 .title {
        font-size: 24px;
    }
    .page4 .box .i1 .content {
        font-size: 14px;
    }

    .page3 .list .icon{
        width: 60px;
        height: 60px;
    }
    .page5 .page5-wrap .right .line{
        width: 100%;
    }
    .page5 .page5-wrap .right .content{
        padding: 100px 20px 0 20px;
    }
    .page2 .content{
        padding: 0 20px;
    }

    .page6 .messeage .title {
        font-size: 24px;
    }
    .page6 .messeage span {
        font-size: 16px;
    }
    .page6 .messeage .item p {
        font-size: 12px;
    }
    .page3 .content .left .bottom{
        display: none;
    }
    .page3 .twoWrap .bottom p {
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333333;
        margin-top: 20px;
        padding-left: 20px;
    }
    .page3 .twoWrap .bottom .line {
        width: 30px;
        height: 1px;
        background: #333333;
        margin-top: 14px;
        margin-left: 20px;
    }
    .small-swiper .swiper-slide .content{
        display: flex;
        flex-direction: column-reverse;
    }
    .detail-swiper > .swiper-wrapper > .swiper-slide .content .left .left-wrap{
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
    }
    .page3 .left .more{
        margin-top: 0;
        justify-content: flex-end;
    }
    .page3 .left .t{
        padding-top: 0;
    }
    .swiper-wrapper >.swiper-slide .content .right .three{
        width: 100% !important;
    }
    .swiper-wrapper >.swiper-slide .content .right .three img{
        width: 100% !important;
        height: auto !important;
    }
    .page3 .content .right .main p {
        font-size: 25vw;
    }
    .page3 .content .right .main {
        width: 100%;
    }
    .page3 .content .left .bottom p {
        margin-top: 40px;
    }
    .page3 .left{
        margin-top: 80px;
    }
    .page3 .content .right .main img {
        padding-top: 60px;
    }
    .page4 .box .i1 .title {
        font-size: 20px;
    }
    .page4 .box .i1 .content{
        line-height: 24px;
    }
    .page4 .box .item .text .title {
        font-size: 16px;
    }
    .page4 .box .item .text .content {
        font-size: 12px;
    }
    .page4 .box .item .text .content{
        line-height: 20px;
    }
    .page6 .table-wrap p {
        font-size: 24px;
    }
    .page6 .table-wrap span {
        font-size: 12px;
    }
    .page4 .box .item .text{
        padding-right: 18px;
    }
    .page5 .page5-wrap .left .contain {
        padding-left: 20px;
        padding-right: 20px;
        bottom: 0;
    }
    .page5 .right .bottom .text {
        margin-left: 20px;
    }
    .page6 .table-wrap {
        padding: 47px 20px 34px 20px;
    }
}



@media screen and (max-width: 414px){
    .page2 .top{
        flex-wrap: wrap;
    }
    .page2 .top .item:nth-child(n+3){
        margin-top: 50px;
    }
    .page2 .content .text .title {
        font-size: 18px;
    }
    .page2 .content .text span {
        font-size: 13px;
    }
    .page2 .content .text .line {
        margin-top: 10px;
    }

    .page2 .content .text span{
        line-height: 30px;
    }
    .page3 .list .item .icon img {
        transform: scale(0.5);
    }
    .page3 .list .item p {
        font-size: 12px;
    }
    .page4 .box .item,.page4 .box .i1{
        width: 48%;
    }
    .page4 .box .item img,.page4 .box .i1 img{
        width: 100%;
        height: auto;
    }
    .page4 .box .item .text{
        padding-top: 280px;
    }

    .page5 .page5-wrap .left .title {
        font-size: 16px;
    }
    .page3 .content .right .main img{
        padding-top: 0;
        transform: scale(0.6);
    }
    .page3 .content .right .main img:hover{
        transform: scale(0.7);
    }

    .page3 .content .right .main p{
        padding-top: 60px;
    }
    .page3 .content .right span {
        margin-top: -20px;
    }
    .page3 .content .right .main p {
        font-size: 24vw;
    }

}

@media screen and (max-width: 375px){

    .page4 .box .item .text {
        padding-top: 260px;
    }

}

@media screen and (max-width: 360px){
	
}




 