/*通用*/
#fp-nav ul li:last-child {
    margin-bottom: 0;
}

#fp-nav.right {
    right: 30px;
}

.section1 {
    /* background: url(../images/b01.jpg) no-repeat left top;*/
}

.section1 .fp-tableCell {
    height: 100vh !important;
}

.section2 .fp-tableCell {
    height: 100vh !important;
    display: block;
}

.section3 .fp-tableCell {
    height: 100vh !important;

    background: #000;
    display: flex;
    /* flex-direction: column-reverse; */

}

.section4 .fp-tableCell {
    height: 100vh !important;
}

.section5 .fp-tableCell {
    height: 100vh !important;
    display: block;

}

.section6 .fp-tableCell {
    height: 100vh !important;
}

.section2 {
    background: url(https://www.xinbogf.com/xinbo-image/b02.png) no-repeat left top;
    overflow: hidden;
    background-size: cover;
    display: block !important;
    height: 100vh !important;

}

.section3 {
    overflow: hidden;
    background-size: cover;
    position: relative;
    height: 100vh !important;


}

.section3 p {
    width: 100%;
    padding: 0 50px;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 120px;
}

.section4 {
    background: url(https://www.xinbogf.com/xinbo-image/b03.png) no-repeat left top;
    overflow: hidden;
    background-size: cover;
    height: 100vh !important;

}

.section5 {
    background: url(https://www.xinbogf.com/xinbo-image/b03.png) no-repeat left top;
    overflow: hidden;
    background-size: cover;
    height: 100vh !important;

}

.section6 {
    background: #303030 url(../images/b06.png) no-repeat left top;
    overflow: hidden;
    background-size: auto 32vw;
    height: 100vh !important;

}

/*首屏鼠标*/
.scroll_i {
    cursor: pointer;
    background: url(../images/scroll_i.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -32px;
    width: 50px;
    height: 67px;
    z-index: 5;
    -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.00));
    filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.00));
}

.wheel {
    position: absolute;
    margin-top: 28px;
    left: 50%;
    margin-left: -2px;
    height: 8px;
    width: 3px;
    display: block;
    background: #fff;
    border-radius: 10px;
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}

.scroll_down .unu {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../images/scroll_down.png) center top no-repeat;
    background-size: contain;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    50% {
        top: 2px;
    }

    100% {
        top: 3px;
    }
}

/*首屏banner*/
div#BannerShow_b1 {
    height: 100%;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

div#BannerShow_b1 .swiper-slide img {
    width: 100%;
    display: block;
}

div#BannerShow_b1 .swiper-slide {
    margin-right: 0 !important;
    height: 100% !important;
}

div#BannerShow_b1 .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    margin-bottom: 2.6vw;
}

.arrow-left,
.arrow-right {
    color: #fff;
    position: absolute;
    top: 75%;
    z-index: 1001;
    font-size: 1.875vw;
    font-family: 宋体;
    width: 6vw;
    font-weight: normal;
    height: 6vw;
}

.arrow-left img,
.arrow-right img {
    width: 100%;
}

/* border: 1px solid #fff;border-radius: 50%;text-align: center;line-height: 4.16vw; */
.arrow-left:hover,
.arrow-right:hover {
    color: #fff;
}

.arrow-left {
    right: 12vw;
    /* background: url('../images/left.png') no-repeat; */
}

.arrow-right {
    right: 5vw;
    /* background: url('../images/right.png') no-repeat; */
}

/*第二屏s2*/
.s2_content {
    padding: 0 100px;
    position: relative;
    top: 100px;
}

.s2_top {
    height: 100%;
    display: box;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    box-align: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    /* margin-top: -380px; */


}

.st2_l {
    width: 57.2%;
    margin-left: 0;
    position: relative;
    /* top: -190px */
}

.st2_l img {
    display: block;
    margin-left: 160px;
    width: 32vw;
}

/* .st2_l:after{ content:''; display:block; width:34.58vw; height:10.83vw; background: url(../images/inx_ab2.png) no-repeat center; background-size:100%; 
	position:absolute; right:-27.81vw; top:-20px;
} */
/* .kmore.kmore1{ position:absolute; left:0;top:0; height:100%; background: #008b47; width:90px; color:#FFFFFF; line-height:24px; font-size:16px; text-align:center;

			display:box; 
		  display:-webkit-box; 
		display:-webkit-flex; 
		display:-moz-box;     
		display:-ms-flexbox;   
		display:flex; 
		box-pack:center;
		-webkit-box-pack: center;
		-moz-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center; 
		box-align:center; 
		-webkit-box-align:center;
		-moz-box-align:center;
		-ms-flex-align:center;
		align-items:center; transition:all 0.5s ease 0s;
} */
.st2_r {
    width: 42.8%;
    position: absolute;
    padding-bottom: 2vw;
    top: 20vh;
    right: 0;
}

.st2_r h2 {
    line-height: 1;
    margin-bottom: 16px;
}

/* .st2_r span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
} */

.st2_r i {
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
}

.st2_r h3 {
    font-size: 14px;
    color: #FFFFFF;

    line-height: 1;
    margin-bottom: 2.3vw;
}

.st2_r .st2_r_p {
    font-size: 14px;
    color: #FFf;
    line-height: 1.5;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 50px;
    /* text-indent: 30px; */
}

.st2_r .st2_r_ul {
    display: flex;
    justify-content: space-around;
}

.st2_r .st2_r_ul .st2_r_li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.st2_r .st2_r_ul .st2_r_li img {
    width: 70px;
    height: 70px;
}

.st2_r .st2_r_ul .st2_r_li h4 {
    font-size: 28px;
    margin: 15px 0;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.st2_r .st2_r_ul .st2_r_liDiv {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}

.st2_r_more {
    position: absolute;
    bottom: -120px;
    right: 0;
    display: inline-block;
    width: 150px;
    height: 60px;
    background: #0C31A7;
    border-radius: 30px 30px 30px 30px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}

#xinboMov {
    width: 100%;
    background: #000;
    height: calc(100vh - 100px);
    margin-top: 100px;
    /* width: 100%;  */
    /* 视频宽度 */
    /*height: 100%; */
    /*视频高度 */
    /* object-fit: cover; 
    position: absolute;
    top: 0;
    left: 0; */
}

/* 第四屏 */
.s4-str {
    position: relative;
    left: 200px;
}

.s4_l {
    /* width: 600px;
	height: 240px; */
    position: relative;
    top: -230px;
    /* left: 200px;  */
}

.s4_l_p {
    position: absolute;
    left: 12px;
    bottom: 66px;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.s4_l img {
    position: absolute;
    /**/
    z-index: 1;
}

.section4Phone {
    display: none;
}

.s4_r {
    max-width: 100%;
    margin-left: 40px;
    position: absolute;
    right: 50%;
    top: -30px;
    margin-right: -50vw;
}

.s4_r .swiper-container {
    width: calc(100vw - 580px);
    max-height: 700px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.s4_r .swiper-wrapper {
    /* width: 1060px ; */
    /* height: 500px; */
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}


.swiper-container4 .swiper-slide {
    /* width: 900px; */
    /* height: 540px; */
}

.swiperChange {
    display: flex;
    flex-direction: row-reverse;
    /* justify-content: center; */
    margin-top: 10px;
    margin-right: 30px;
}

.swiperChange img {
    width: 65px;
    /* padding: 5px 8px;
    color: #fff;
    background-color: #0C31A7;
    border-radius: 5px; */
}

.swiperPrev {
    margin-left: 30px;
    margin-right: 10px;
}

.swiperNext {
    margin-right: 80px;
    margin-left: 10px;

}



.s4_r .swiper-container .swiper-slide img {
    width: 92%;
    /* width: 42vw; */
    /* height: 23.63vw; */
    aspect-ratio: 16 / 9;

}


.swiper-container4 .red-slide {
    background: #ca4040;
}

.swiper-container4 .blue-slide {
    background: #4390ee;
}

.swiper-container4 .orange-slide {
    background: #ff8604;
}

.swiper-container4 .green-slide {
    background: #49a430;
}

.swiper-container4 .pink-slide {
    background: #973e76;
}

.swiper-container4 .swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    /* margin-top: 80px; */
    margin-bottom: 0;
    line-height: 45px;
}

.proDiv {
    margin-top: 250px;
    margin-left: 0;
}

.proDivDetail {
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.proDivDetail p {
    /* display: none; */
    margin-right: 16px;
    width: 12px;
    height: 12px;
    /* border: 3px solid #FFFFFF; */
    border-radius: 50%;
    /* margin-top: 3px; */
}

.proDiv .active {
    font-weight: bold;
}

.proDiv .active p {
    /* display: block !important; */
    border: 3px solid #FFFFFF;
    margin-right: 10px;


}

/* 第五屏 */
.s5_cen {
    max-width: 1400px;
    margin: 0 auto;
}

.section4 .s5_top {
    position: absolute;
    top: 100px;
    left: 5vw;

}

.s5_top {
    position: absolute;
    top: 80px;
    left: 5vw;

}

.section4 .s5_top img {
    width: 28vw;
}

.s5_top img {
    width: 20vw;
}

.s5_top_p {
    position: absolute;
    left: 12px;
    bottom: 36px;
    font-size: 3.6rem;
    color: #fff;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.s5_content {
    /* padding: 0 0 0 30px; */
    display: flex;
    /* margin-left: 8%; */
    position: relative;
    top: 20vh;
}

.s5_content .s5_content_left {
    width: 55%;
    height: 510px;
    border-radius: 10px;

}

.s5_content .s5_content_left img {
    width: 95%;
    height: 510px;
}

.s5_content_right {
    width: 46%;
    /* margin-left: 30px; */
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.s5ConRightDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 30px 0; */
    padding: 4px 20px;
    cursor: pointer;
    /* cursor: default; */
    /* height: 126px; */
    border-bottom: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
}

.s5ConRightDiv:last-child {
    border-bottom: none;
}

.s5ConRightDivLeft {
    display: flex;
    align-items: center;
    width: calc(100% - 46px);
}

/* .s5ConRightDiv:first-child{
		margin: 40px 0;
	} */
.s5ConRightDiv1p1 {
    /* width: 48px; */
    height: 49px;
    font-size: 44px;
    font-weight: bold;
    color: #000000;
    /* line-height: 23px; */
    text-align: center;
}

.s5ConRightDiv1p2 {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;

}

.s5ConRightDiv:hover .s5ConRightDiv2 {
    color: #0C31A7;

}

.s5ConRightDiv2 {
    /* max-width: 400px; */
    line-height: 1.5;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 20px 10px 20px;
    height: 58px;
}

.s5ConRightDiv3 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.s5ConRightDiv3img1 {
    cursor: pointer;
    display: block;
}

.s5ConRightDiv3img2 {
    cursor: pointer;
    display: none;

}

.s5ConRightDiv:hover {
    background: #e0e0e0;
}

.s5ConRightDiv:hover .s5ConRightDiv3img1 {
    display: none;

}

.s5ConRightDiv:hover .s5ConRightDiv3img2 {
    display: block;

}


/*s6*/
.sx_content {
    /* padding: 0 30px; */
    display: flex;
    align-items: center;
    width: 1400px;
    justify-content: center;
    max-width: 98%;
    margin: 0 auto;
    position: absolute;
    bottom: 15vh;
}

.s5_cen .sx_content {
    align-items: center;
    width: 1400px;
    justify-content: space-between;
    max-width: 98%;
    margin: 0 auto;
    /* left: 1%; */
    /* position: absolute;
    bottom: 10vh;
    left: 1%; */

}

.section5Pc {
    display: flex;

}

.sx_content .s5_content_left {
    width: 55%;
    /* height: 510px; */
    border-radius: 10px;
    overflow: hidden;
    /* margin-right: 1vw; */
}

.sx_content .s5_content_left img {
    width: 100%;
    /* height: 433px; */
    aspect-ratio: 16 / 9;
}

.sx_content_right .active {
    background: #e0e0e0;

}

.sx_content_right .active .s5ConRightDiv2 {
    color: #0C31A7;
}

.sx_content_right .active .s5ConRightDiv3img1 {
    display: none;
}

.sx_content_right .active .s5ConRightDiv3img2 {
    display: block;
}

.sx_content_right {
    width: 44%;
    /* margin-left: 30px; */
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.section.section6 {
    position: relative;
}

.s6_contact {
    padding: 120px 0 0 0;
    display: box;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    box-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* background: #008B47; */
    margin: 0 100px;
    z-index: 2;
}

/* .s6_contact:after{  content:''; width:606px; height:153px; position:absolute; top:-113px; display:block; background: url(../images/inx_c1.png) no-repeat center; background-size:100%;left:50%; margin-left:-303px;} */
.s6_footer {
    /* position: absolute;
    top: 0;
    width: 100%; */
    height: 100vh;
    /* display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; */
}

.s6_contact {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.s61 {
    position: relative;
    width: 30vw;
    height: 36vh;
    DISPLAY: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.s61:hover {
    background: rgba(255, 255, 255, 0.2)
}

.s61ImgTitle {
    margin: 20px auto;
    width: 110px;
}

/* .s61:before{ content:''; display:block; position: absolute; left:0; top:19px; width:40px; height:2px; background: #FFFFFF; } */
.s61 h6 {
    font-size: 26px;
    line-height: 40px;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 20px;
}

.s61 .s61Div {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;

}

.s61 .s61DivImg {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.s61_link1 {
    display: inline-block;
}

.s61_link2 {
    display: inline-block;
}

.s6_contact dt {
    font-size: 24px;

    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 37px;
}

.s6_contact dd {
    font-size: 16px;
    color: #FFFFFF;

    line-height: 1;
    margin-top: 20px;
}

.s6_contact dd span a {
    display: inline-block;
    position: relative;
    top: 3px;
}

.s6_contact dd img {
    display: inline;
}

.kfb_info {
    color: #999999;
}

.kfb_infoMd {
    display: none;
}

.goTop {
    position: fixed;
    z-index: 1008;
    bottom: 120px;
    right: 2%;
    display: none;
    /* margin-right: -885px; */
}

.kfooterBack {
    /* background: #303030; */
    /* max-width: 1400px; */
    /* width: 100%; */
    position: absolute;
    bottom: 0;
}

/*首页footer*/
.kfooter {
    /* max-width: 1400px; */
    /* width: 100%; */
    background: none;
    /* position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -50vw; */
}

.section5Pc {
    display: flex;
}

.section5Mob {
    display: none;

}

@media (min-width:1999px) {

    .s5_content {
        /* padding: 0 0 0 30px; */
        display: flex;
        /* margin-left: 8%; */
        position: relative;
        top: 10vh;
    }

    .sx_content {
        /* padding: 0 30px; */
        /* display: flex; */
        align-items: center;
        width: 1400px;
        justify-content: center;
        max-width: 98%;
        margin: 0 auto;
        position: absolute;
        bottom: 20vh;
    }

    .s6_contact {
        padding: 160px 0 0 0;
    }

    .kfooterBack {
        /* background: #303030; */
        /* max-width: 1400px; */
        /* width: 100%; */
        position: absolute;
        bottom: 10vh;
    }

    .section4 .s5_top {
        position: absolute;
        top: 150px;
        left: 10vw;
    }

    .s5_top {
        position: absolute;
        top: 120px;
        left: 10vw;
    }

    .kft {
        height: auto;
    }

    .kfb_info {
        line-height: 4;
    }

}

/*media*/
@media (min-width:721px) {

    /*s1*/
    div#BannerShow_b1 .swiper-pagination {
        display: none;
    }

    .ban_mob {
        display: none;
    }

    .ban_pc {
        width: 100%;
        height: 100%;
    }

    /*s2*/
    .s2_content .kmore.kmore2 {
        display: none;
    }


    /*s3*/
    .s3_content .s3_li:hover .si3_d {
        opacity: 0;
    }

    .s3_content .s3_li:hover .info {
        opacity: 1;
        transform: rotateY(0deg);
    }

    .s3_content .s3_li:hover .s3_on {
        opacity: 1;
        transform: rotateY(0deg);
    }

    .s3m_content {
        display: none;
    }

    .kmore.kmore1:hover {
        background: #00703a;
    }

    /*s4*/
    a.kmore.kmore2:hover {
        background: #00703a;
        border-color: #00703a;
    }

    /* .s4_tab li a{ transition:all 0.1s ease 0s;}
.s4_tab li a:before{ transition:all 0.1s ease 0s;}
.s4_tab li:hover a{ color:#008b47;}
.s4_tab li:hover a:before{border:2px solid #00703a;} */

    /*s5*/
    .s5l_inside:hover img {
        transform: scale(1.1);
    }

    .s5r_inside .s5rt div:hover img {
        transform: scale(1.1);
    }

    .s5r_inside .s5rb div:first-child:hover img {
        transform: scale(1.1);
    }

    .s5r_inside .s5rb .s5_goto:hover a em {
        transform: rotateY(720deg);
        transition: all 1s ease 0s;
    }

}

@media (min-width:1200px) {
    .s3_content h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        white-space: nowrap;
    }

    .counter.col_fourth span {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width:1580px) {

    /*s2*/
    .st2_r h3 {
        margin-bottom: 25px;
    }

    .st2_r {
        padding-bottom: 0;
    }

    /*s3*/
    .s3_content h5 {
        font-size: 20px;
    }

    .info div h4 {
        padding-bottom: 10px;
    }

    .info div p {
        margin-top: 1.2vw;
    }

    .s4_r {
        left: 30%;
    }

    .s4_r .swiper-container {
        width: calc(100vw - 490px);
        /* height: 500px; */
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .s4-cen .proDiv {
        /* width: 95vw; */
        margin-left: 1vw;
    }

    .s5_top {
        left: 5vw;
    }

    .proDivDetail {
        margin-right: 30px;
    }

    /* .s5_top img {
        width: 500px;
    } */

    .s5_top_p {
        left: 12px;
        bottom: 13px;
        font-size: 30px;
    }

    .s4_l {
        display: inline-block;
        top: -260px;
        left: 120px;
    }

    .section6 {
        background-size: auto 40vw;
    }
}


@media (max-width:1368px) {
    .sx_content .s5_content_left {
        width: 50%;
    }

    .sx_content .sx_content_right {
        width: 48%;
    }

    .s5ConRightDiv2 {
        height: auto;
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .s5ConRightDiv {
        padding: 0px 20px;
    }

    .s5ConRightDiv1p2 {
        margin-top: 2px;
    }

    .st2_r .st2_r_ul .st2_r_li h4 {
        font-size: 20px;
    }

    .st2_r .st2_r_ul .st2_r_liDiv {
        font-size: 12px;
    }

    .st2_r_p {
        font-size: 12px;

    }

    .st2_l img {
        margin-left: 20px;
    }

    .s4_l {
        display: inline-block;
        top: -395px;
        left: 200px;
    }

    .s4_r {
        margin: 0;
        padding: 0;
    }

    /* .s4_l{display: none;} */
    .s4_r {
        width: 100%;
        margin-top: -51px;
        right: -20px;
    }

    .s4_r .swiper-container {
        width: 100vw;
        /* width: calc(100vw - 170px); */
        height: 500px;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    /* .s4_r .swiper-container .swiper-slide img {
        width: 64vw;
    } */

    /* .s4_r .swiper-container img {
        width: 96%;
    } */
    .section3 .fp-tableCell {
        background: #000;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .s5_cen .sx_content {
        align-items: center;
        width: 1400px;
        justify-content: space-between;
        max-width: 94%;
        margin: 0 auto;
        position: absolute;
        bottom: 24vh;
        left: 3%;

    }

    /* .section6{ background-size:100vw;} */
    .section6 {
        background-size: 100% 60%;
    }

    /*针对768屏*/
    /*s2*/
    .s2_bottom dd>img {
        margin-right: 5px;
    }

    .count-title {
        font-size: 36px;
    }

    .s2_bottom dt h5 {
        font-size: 28px;
    }

    /*s4*/
    .s4_content {
        display: block;
    }

    .s4_title {
        width: 100%;
    }

    .s4_title img {
        display: none;
    }

    .s4_title h3 {
        line-height: 1;
        margin-bottom: 15px;
    }

    .s4_title p {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .s4_inside {
        width: 100%;
    }

    a.kmore.kmore2 {
        margin-top: 40px;
    }

    /*s5*/
    .s5_content {
        margin: 0;
        display: inline-block;
    }

    .proDiv {
        display: flex;
    }

    .s5rb div.s5_goto a {
        bottom: 20px;
    }

    .s5l_inside h6 {
        font-size: 24px;
        left: 2.9vw;
    }

    .s5rt div h6 {
        font-size: 16px;
        left: 2.19vw;
        bottom: 15px
    }

    .s5rb div.s5_goto h6 {
        font-size: 16px;
        left: 2.19vw;
        bottom: 15px
    }

    .s5rb div.s5_goto a span {
        font-size: 24px;
    }

    .s5rb div.s5_goto a i {
        font-size: 16px;
    }

    .s5rb div.s5_goto a em {
        margin-top: 2.19vw;
    }

    /*s6*/
    /* .s6_contact {
        padding: 3.16vw 0;
    } */

    /*针对768屏*/
    .s61 {
        padding-right: 20px;
    }

    .s61 h6 {
        letter-spacing: 0;
    }

    .kfb {
        margin-top: 20px;
    }

    .kfooter {
        padding-top: 20px;
    }

    .kfb_infoMd {
        display: none;
    }

    .s5ConRightDiv {
        padding: 1px 20px;
    }


}

@media (max-width:1200px) {
    .s5ConRightDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin: 30px 0; */
        padding: 2px 14px;
        cursor: pointer;
    }

    .s5ConRightDiv1p2 {
        margin-top: 0px;
    }

    .s5ConRightDiv2 {
        margin: 4px 20px;
    }

    .s5_top {
        left: 5vw;
        /* top: -150px; */
    }

    .s4_l {
        display: inline-block;
        top: -390px;
        left: 100px;
    }

    .s4_r {
        left: 10px;
    }

    .s4_r .swiper-container img {
        width: 85%;
    }

    /*s2*/
    .section6 {
        background-size: 100% 70%;
    }

    /*针对768屏*/

    /* .s2_content{ padding-top:calc(100px + 4vw);} */
    .s2_content {
        margin: 0 auto;
        padding: 0;
        width: 100vw;
    }

    /* .section2 .fp-tableCell{width:90%;} */
    .s2_bottom {
        display: none;
    }

    .s2_top {
        display: flex;
        justify-content: center;
    }

    .st2_l {
        width: 680px;
        margin-left: calc(50% - 340px);
        position: relative;
        top: -100px;
        /* display: none; */
    }

    .st2_l img {
        width: 360px;
    }

    .st2_l:after {
        content: '';
        display: block;
        width: 34.58vw;
        height: 10.83vw;
        background: url(../images/inx_ab2.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        right: auto;
        top: auto;
        bottom: -52px;
        left: 20px;
    }

    .st2_r {
        width: 880px;
        /* margin: -210px 0 200px 0; */
        top: 10vh;
        right: auto;
    }

    .st2_r h2 {
        display: none;
    }

    .st2_r h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .st2_r .st2_r_p {
        display: none;
    }

    /*s3*/
    .info div p {
        display: none;
    }

    .info {
        height: 30%;
        display: -webkit-box;
        /* iOS 6-, Safari 3.1-6 */
        display: -webkit-flex;
        /* Chrome */
        display: -moz-box;
        /* Firefox 19 */
        display: -ms-flexbox;
        display: flex;
        /*flex容器*/
        box-align: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-pack: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info img {
        height: 100%;
    }

    .info div {
        position: relative;
        top: 0;
        padding: 0;
        padding-left: 10px;
    }

    .info div h4 {
        padding-top: 44px;
    }

    .s3_content h5 {
        font-size: 16px;
    }

    .s5ConRightDiv2 {
        height: auto;
    }

    /*s4*/
    .s4-cen .proDiv {
        display: flex;
    }

    /*s5*/
    .s5rb div a span {
        font-size: 18px;
    }

    .s5rb div a i {
        font-size: 14px;
    }

    .kfb_infoMd {
        display: none;
    }

    .proDivDetail {
        margin-right: 30px;
    }

    .s5ConRightDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin: 30px 0; */
        padding: 2px 14px;
        cursor: pointer;

    }

    .sx_content .s5_content_left img {
        width: 100%;
        /* height: 351px; */
    }

    .s5ConRightDiv1p1 {
        font-size: 30px;
        height: auto;
    }

    .s5ConRightDiv2 {
        font-size: 1.1rem;
    }

}

@media (min-width:1025px) and (max-width:1368px) {

    .s5_top {
        /* left: 20px; */
        /* top: -150px; */
    }

    .s6_contact {
        top: calc(113px + 6.6vh);
        z-index: 2;
    }

    .section.section6 .fp-tableCell {
        display: block !important;
    }

    /*s6*/
    .s61 {
        padding-right: 10px;
        padding-left: 0;
    }

    .s61 h6 {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .s61:before {
        display: none;
    }

    .s6_contact dt {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .s6_contact dd {
        font-size: 14px;
    }

    #MenuList_f1 .menu .stmenu>h3 a {
        font-size: 14px;
    }

    .kfb_infoMd {
        display: none;
        color: #fff;
    }

}

@media (max-width:1024px) {

    /* .s5ConRightDiv1p1{
        font-size: 44px;
        height: auto;
    } */
    /* .s5ConRightDiv2{
        font-size: 1.4rem;
    } */
    .kfb_infoMd {
        display: none;
        color: #fff;
    }

    /*s6*/
    .section.section6 {
        background: url(../images/b06.png) no-repeat left top;
        background-size: cover;
    }

    /* .section.section6 .fp-tableCell{ background: #000;} */
    .s6_contact {
        display: flex;
        height: 55vh;
        /* -webkit-flex-direction: column;
		  -moz-flex-direction: column;
		  -ms-flex-direction: column;
		  -o-flex-direction: column; 
		flex-direction: column; */
        top: 85px;
        margin: 30vh 0 0 0;
        padding: 0px;
        /* padding-right: 100px; */
        background: none;
    }

    .s61 {
        padding-left: 0;
    }

    .s61 h6 {
        letter-spacing: 4px;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    .s62 {
        margin-top: 17px;
    }

    .s6_contact dt {
        font-size: 24px;
        font-weight: normal;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .s6_contact dd {
        margin-top: 12px;
        font-size: 16px;
        color: #d3eadf;
    }

    .s63 {
        margin-top: 30px;
    }


    /*s6 footer*/
    .kfooter {
        background: #303030;
        padding-top: 0;
        height: 16vh;
    }

    .s6_contact:after {
        content: '';
        width: 606px;
        height: 153px;
        position: absolute;
        top: -140px;
        display: block;
        /* background: url(../images/inx_c1.png) no-repeat center; */
        background-size: 96%;
        left: 0;
        margin-left: 100px;
    }

    .kfb {
        margin-top: 5px;
    }

    .s6_footer {
        /* margin-top: 15vh; */
        height: 75vh;

    }



}

@media (max-width:960px) {
    .section5Pc {
        display: flex;
    }

    .st2_r {
        width: 600px;
        /* margin: -210px 0 200px 0; */
    }

    .s3_content h4 {
        font-size: 18px;
    }

    .s3_content h5 {
        font-size: 14px;
    }

    /*s4*/
    a.kmore.kmore2 {
        margin-top: 20px;
        height: 40px;
        line-height: 40px;
    }

    .s4-str {
        left: 50px;
    }

    .s4_title p {
        margin-bottom: 20px;
    }

    .s4_tab li {
        margin-right: 25px;
    }

    .s4_tab a {
        line-height: 28px;
    }

    .s4_r {
        width: 100%;
    }

    .s4_r .swiper-container {
        width: 100vw;
        /* height: 500px; */
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .s4_r .swiper-container img {
        width: 94%;
    }

    .section4Pc {
        display: block;
    }

    .section4Phone {
        display: none;
    }

    .proDivDetail {
        font-size: 16px;
    }

    .s4-cen .proDiv {
        width: 95vw;
        margin-left: 5vw;
    }

    .proDiv .active p {
        margin-right: 6px;
        width: 8px;
        height: 8px;
        /* border: 3px solid #FFFFFF; */
        border-radius: 50%;
    }


    /*s5*/
    .s5_content {
        width: 100%;
        padding: 0;
    }
    
    .s5_cen .sx_content {
        bottom: 0vh;
    }

    /* .s5_top {
        top: -6px;
    } */

    .s5l_inside {
        margin-right: 0;
        margin-bottom: 15px;
        width: 580px;
    }

    .s5r_inside {
        margin-left: 0;
        width: 580px;
    }

    .s5rb {
        display: none;
    }

    .s5k .kmore.kmore2 {
        margin-top: 0;
    }

    .s5k {
        display: block;
        width: 180px;
        height: 40px;
        margin-top: 30px;
    }

    /* .s5_content_left {
        display: none;
    } */
    .section5Pc {
        display: none;
    }

    .section5Mob {
        display: block;
    }

    .section5Mob .s5_content_left,
    .section5Mob .sx_content_right {
        border-radius: 0;
    }

    .s5_content_right {
        width: 100%;
    }

    .sx_content .sx_content_right {

        width: 100%;
    }

    /*s6*/
    .s6_contact:after {
        width: 480px;
        left: 100px;
        margin-left: 0;
    }

    .s61 h6 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .s6_contact dt {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .s6_contact dd {
        margin-top: 12px;
        font-size: 16px;
    }

    .kf_menu {
        display: none;
    }

    .kfb_info {
        display: inline-block;
    }

    .kfb_infoMd {
        display: none;
        color: #fff;
    }

    .section4Phone {
        display: none;
    }

    .goTop {
        display: none;
    }

    #xinboMov {
        height: 50vh;
    }
}

@media (max-width:720px) {
    #certify {
        width: 93vw;
        position: absolute;
        margin: 13vh auto 0;
        left: 3.5vw;
    }

    #certify .swiper-slide {
        /* width: 100%; */
        /* width: 260px; */
        height: 200px;
        /* aspect-ratio: 16 / 9; */

        /* padding:4px; */
        border-radius: 8px;
    }

    #certify .swiper-slide img {
        width: 100%;
        /* height: 148px; */
        aspect-ratio: 16 / 9;
    }

    #certify .title {
        width: 100%;
        display: block;
    }





    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        /* opacity: .2; */

        margin: 5px 2px;

    }

    #certify .swiper-pagination-bullets {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
    }

    #certify .swiper-slide-active {
        /* background-color: #0C31A7; */
        /* filter: blur(0px); */
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        /* border: 3px solid #00aadc; */
        /* background-color: #fff; */
        background-color: #0C31A7;
        width: 10px;
        height: 10px;

    }

    #certify .swiper-button-prev {
        left: 0px;
        top: 50px;
        width: 300px;
        height: 450px;
        background: none;
        /* background-color: #00ffff; */
    }




    #certify .swiper-button-next {
        right: 0px;
        top: 50px;
        width: 300px;
        height: 450px;
        background: none;
        /* background-color: #00ffff; */
        /* background-color: #00ffff; */

    }


    .section4PhoneTop {
        position: absolute;
        width: 90%;
        left: 5vw;
    }

    .section4PhoneTop .swiper-container {
        height: 50px;
        overflow: auto;
    }

    #certify .swiper-slide {
        width: 40%;
    }

    .section4PhoneTop .swiper-container-horizontal>.swiper-wrapper {
        /* color: #fff; */
        transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        -webkit-transition-timing-function: linear !important;
    }

    .section4PhoneTop .swiper-slide {
        text-align: center;
        /* font-size: 18px; */
        /* background: #fff; */
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        
        align-items: center;
    }


    /*通用*/
    div#fp-nav {
        display: none;
    }

    .section2 {
        background: url(../images/mb2.png) no-repeat left top;
        background-size: cover;
    }

    .section4 {
        background: url(../images/b04.png) no-repeat left top;
        background-size: cover;
        position: relative;
    }

    .section5 {
        background: url(../images/b04.png) no-repeat left top;
        background-size: cover;
    }
    
    .s5ConRightDivLeft {
        display: flex;
        align-items: center;
        width: calc(100% - 30px);
    }

    .section.section6 {
        background: url(../images/b06.png) no-repeat left top;
        background-color: #303030;
    }

    .section.section6 .fp-tableCell {
        background: none;
    }

    /*s1 banner*/
    .ban_pc {
        display: none;
    }

    .swiper-pagination-bullet {
        width: 25px;
        height: 3px;
        display: inline-block;
        border-radius: 0;
        background: #fff;
        opacity: .3;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #FFFFFF;
    }

    .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        margin-bottom: 2.6vw;
    }

    .swiper-container {
        width: 100%;
        /* height: 100vh; */
    }

    .swiper-container {
        padding-bottom: 0;
        padding-top: 0;
    }

    .swiper-pagination.banner-pagination2.swiper-pagination-clickable {
        bottom: 8.3vw;
    }

    div#BannerShow_b2 img {
        width: 100%;
        height: 100vh;
    }

    /*s2*/
    .s2_content {
        padding: 1.38vw 4% 0;
    }

    .st2_l {
        width: 100%;
        margin: 0;
        /* display: none; */
    }

    .st2_l img {
        width: 35%;
        margin-top: 60px;
    }

    .st2_l:after {
        width: 72vw;
        height: 22.9vw;
        bottom: -11vw;
    }

    /* .s2_content .kmore.kmore2{position:relative;left: 0;margin-left: 0; margin-top:8vw; width:33.33vw; height:10.55vw; line-height:10.55vw; font-size:3.33vw;background: #008B47; border:none;} */
    .s2_content .kmore.kmore1 {
        display: none;
    }

    .s2_content {
        padding: 0;
    }

    .st2_r {
        width: 94%;
        margin: 0 auto;
        /* padding-top: 35vw; */
    }

    .st2_r h3 {
        font-size: 5.8vw;
        font-weight: normal;
        margin-bottom: 5.55vw;
    }

    .st2_r p {
        /* font-size: 3.33vw; */
        line-height: 1.5;
        /* max-height: 19.98vw; */
    }

    .st2_r .st2_r_ul .st2_r_li img {
        width: 38px;
        height: 38px;
    }

    .st2_r .st2_r_ul .st2_r_li h4 {
        font-size: 14px;
        margin: 15px 0 0px 0;
    }

    .st2_r .st2_r_ul .st2_r_liDiv {
        font-size: 8px;
        /* display: none; */
    }

    .st2_r .st2_r_ul .st2_r_li {
        flex: 1;
    }

    .fp-tableCell {
        display: block;
    }

    .st2_r .st2_r_p {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        padding: 10px;
        /* text-indent: 24px; */
    }

    .st2_r_more {
        position: absolute;
        bottom: -50px;
        right: 30px;
        display: inline-block;
        width: 100px;
        height: 40px;
        background: #0C31A7;
        border-radius: 30px 30px 30px 30px;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
    }

    /*s3*/
    .s3_content {
        display: none;
    }

    .fp-controlArrow.fp-prev {
        left: 4%;
        width: 9vw;
        height: 9vw;
        border: 1px solid #FFFFFF;
        border-radius: 0;
        background: url(../images/jiantou1.png) no-repeat center;
        background-size: auto;
    }

    .fp-controlArrow.fp-next {
        width: 9vw;
        height: 9vw;
        border: 1px solid #FFFFFF;
        border-radius: 0;
        background: url(../images/jiantou2.png) no-repeat center;
        background-size: auto;
        right: 4%;
    }

    .s3m_content .fp-slide.fp-table {
        position: relative;
    }

    .s3m_pic img {
        width: 100%;
        height: 100vh;
    }


    .info.s3m_info {
        display: -webkit-box;
        /* iOS 6-, Safari 3.1-6 */
        display: -webkit-flex;
        /* Chrome */
        display: -moz-box;
        /* Firefox 19 */
        display: -ms-flexbox;
        display: flex;
        /*flex容器*/
        position: absolute;
        bottom: 0;
        width: 100vw;
        left: 0;
        overflow: hidden;
        height: 60.55vw;
        opacity: 1;
        transform-origin: 0% 50%;
        transform: rotateY(0deg);
        transition: all 0.15s ease-in-out 0.1s;
    }

    .info img {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .info.s3m_info div {
        padding: 0 4%;
    }

    .info.s3m_info div a {
        display: block;
    }

    .info.s3m_info div h4 {
        font-size: 6.66vw;
        color: #FFFFFF;
        line-height: 1;
        padding: 13.88vw 0 4.7vw;
    }

    .s3m_content .slide:nth-of-type(1) .info div h4 {
        background: url(../images/i3-on1.png) no-repeat top left;
    }

    .s3m_content .slide:nth-of-type(2) .info div h4 {
        background: url(../images/i3-on2.png) no-repeat top left;
    }

    .s3m_content .slide:nth-of-type(3) .info div h4 {
        background: url(../images/i3-on3.png) no-repeat top left;
    }

    .s3m_content .slide:nth-of-type(4) .info div h4 {
        background: url(../images/i3-on4.png) no-repeat top left;
    }

    .info.s3m_info div p {
        font-size: 3.33vw;
        line-height: 1.5;
        color: #ccdcd4;
        margin-top: 0;
        height: 9.99vw;
        display: block;
    }

    /*s4*/
    .s4_l {
        width: 100%;
        top: 0px;
        left: 0px;
        padding-left: 8px;
        padding-right: 16px;
        box-sizing: border-box;
        overflow: scroll;
        /* display: flex;
        justify-content: center; */
    }
    .section4Pc {
       top: 100px;
    }
    .proDiv{
        margin-top: 100px;
        white-space: nowrap;
    }
    .proDivDetail p{
        display: none;
        margin-right: 12px;
    }
    .active>p{
        display: block;
        margin-right: 12px;
    }
    .proDivDetail{
        font-size: 16px;
        margin-right: 8px;
        margin-left: 8px;
    }
    
    .proDivDetail,.proDivDetail:hover,.proDivDetail:active,.proDivDetail:visited,.proDivDetail:link,.proDivDetail:focus{
        color: #fff;
    }
    
    .s4_r{
        top: 240px;
    }

    .s4_r .swiper-container {
        width: 100%;
        height: 250px;
    } 
    .s4_r .swiperChange img{
        width: 40px;
    }
    .s4_r .swiperChange .swiperNext{
        margin-left: 0px;
        margin-right: 0px;
        /* margin: 0px auto; */
    }
    .s4_r .swiperChange{
        justify-content: center;
    }
    .s4_r .swiper-container .swiper-slide img{
        border-radius: 10px;
    }
    /* .section4Pc {
        display: none !important;
    }

    .section4Phone {
        display: block;
        position: relative;
        top: 30vh;
        width: 100%;
    }

    .s4_content {
        padding: 100px 4% 0;
    }

    .s4_l {
        display: block;
    }

    .s4-cen .proDiv {
        display: inline-block;
    }

    .MproDiv {
        width: 80%;
        margin: 25vh auto 20px;
    }

    .MproDivDetail {
        font-size: 14px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        /* cursor: pointer;
        width: 35%;
        padding-left: 3px;
     
    }
    
    .MproDivDetail.active {
        color: #0C31A7;
        font-weight: bold;
        text-align: left;
    }

    .s5_content {
        display: inline-block;
    }

    .proDivDetail {
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .proDiv .active p {
        border: 1px solid #FFFFFF;
        margin-right: 10px;
        width: 8px;
        height: 8px;
    }

    .sx_content_right {
        width: 100%;
    }

    .s4_title h3 {
        font-size: 6.66vw;
        margin-bottom: 18px;
        line-height: 1;
    }

    .s4_title p {
        font-size: 3.33vw;
        line-height: 1;
        padding: 0;
        margin-bottom: 6.94vw;
    }

    .s4_title p:after {
        display: none;
    }

    .s4_tab {
        display: none;
    }

    .swiper-container4 .swiper-slide {
        width: 500px;
    }

    .swiper-slide img {
        height: auto;
    }

    .s4_r {
        display: none;
    }

    .s4_r .swiper-container {
        width: 100%;
        height: 360px;
    } */ */

    /* a.kmore.kmore2{  position:relative;left:50%; margin-left:-16.665vw; margin-top:8vw; width:33.33vw; height:10.55vw; line-height:10.55vw; font-size:3.33vw;background: #008B47; border:none;} */

    /*s5*/
    .s5_content {
        padding: 0 4%;
    }

    .s5l_inside {
        min-width: auto;
    }

    .s5r_inside {
        width: 100%;
        min-width: auto;
    }

    .s5k {
        margin-top: 8vw;
    }

    /* .s5_top img {
        width: 50%;
        margin-top: 80px;
    } */

    .s5_top_p {
        /* font-size: 18px;
        bottom: -15px;
        left: 5px; */

        font-size: 16px;
        bottom: -4px;
        left: 3px;
    }
    .section4 .s5_top img{
        width: 35vw;
    }
    .s5_top img {
        width: 25vw;
    }

    .s5ConRightDiv2 {
        /* font-size: 14px;
        margin: 4px 10px;
        line-height: 26px;
        height: auto; */

        font-size: 13px;
        margin: 0px 10px;
        line-height: 20px;
        height: auto;
    }

    .s5ConRightDiv3img1,
    .s5ConRightDiv3img2 {
        width: 30px;
        height: 30px;
    }

    .s5ConRightDiv1p1 {
        /* width: 36px; */
        /* height: 35px;
        font-size: 28px; */

        font-size: 26px;
        line-height: 26px;
        font-weight: 400;
    }

    .s5ConRightDiv1p2 {
        font-size: 8px;
        /* margin-top: 2px; */
    }
    
    .s5ConRightDiv {
        height: auto;
        padding: 4.5vw 10px;
        box-sizing: border-box;
    }

    .sx_content {
        padding: 10px
    }

    /*s6*/
    .s6_content {
        padding-top: 60px;
    }

    .s6_contact {
        padding: 0;
        top: 0;
        height: 42vh;
        margin-top: 0px;
        background-image: url(../images/bgmoshatu.png);
        background-size: 100% 100%;
    }

    .s6_contact:after {
        width: 84.16vw;
        left: 4%;
        height: 21.25vw;
        top: -21.25vw;
    }

    .s61 h6 {
        font-size: 5vw;
        line-height: 6.66vw;
        margin-top: 8vw;
        margin-bottom: 6.25vw;
    }

    .s62 {
        margin-top: 6.66vw;
    }

    .s6_contact dt {
        font-size: 4.16vw;
        margin-bottom: 5.55vw;
        line-height: 1;
    }

    .s6_contact dd {
        font-size: 3.33vw;
    }

    .s61 {
        flex: auto;
        padding: 0;
        /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
        height: 100%;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* .s61:last-child{
        border-right:none
    } */
    .s61>.s61Div {
        display: block;
        font-size: 2.5vw;
    }

    .s6_contact:after {
        display: none;
    }

    .s6_footer {
        /* top: 110px;
        bottom: auto; */
        height: 100vh;

    }

    .s5_top {
        left: 5vw;
        top: 10vh;
    }

    .sx_content {
        padding: 0;
        width: auto;
        left: 1%;

    }

    .s61 .s61DivImg img {
        width: 45px;
        height: 45px;
    }

    .s61 .s61DivImg {
        margin-top: 10px;

    }

    .s61ImgTitle {
        width: 9vw;
        margin: 0px;
    }

    .s61 h6 {
        font-size: 4vw;
        margin: 0px;
        /* margin: 2vw; */
    }

    .kfooter {
        display: inline-block;
        min-height: 60vh;
        width: 100%;
        background-image: url(../images/bottombackHome.png);
        background-size: 100% 100%;
    }

    .kfooterBack {
        bottom: auto;
    }

    .kft {
        display: inline-block;
        height: auto;
    }

    .kf_r {
        width: 100vw;
        display: inline-block;
    }

    .kf_chat {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* margin: 20px auto 0; */
        padding: 0;
        margin-top: 12vw;
        width: 100%;
    }

    .kfc_info p {
        display: none;
    }

    .kf_menu {
        display: none;
    }

    .kfc_info {
        margin-top: 10px;
        width: 70px;
        height: 70px;
    }

    .kfb_info {
        display: none;
    }

    .kfb_infoMd {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        margin-top: 5px;
        line-height: 20px;
    }

    .kfb_infoMd .jianju {
        display: block !important;
        height: 10px;
    }

    .kfb_infoMd a {
        color: #fff;
    }

    .kfb {
        /* margin-top: 3vh; */
    }

    #xinboMov {
        margin: 0;
        height: 50vh;
    }

    .kfc_pic img {
        width: 80%;
        margin: 0 auto;

    }

    .kfc_info img {
        width: 100%;
    }

    .s5_cen .sx_content {
        /* display: block; */
        width: calc(100% - 36px);
        top: 20vh;
        left: 18px;
    }
}

@media (max-width:360px) {

    /*s2*/
    .s2_content {
        /* padding: 100px 4% 0; */
    }

    .s2_content .kmore.kmore2 {
        font-size: 12px;
    }

    .st2_r p {
        font-size: 12px;
        max-height: 72px;
        -webkit-line-clamp: 4;
    }

    .st2_r h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /*s3*/
    #xinboMov {
        height: 50vh;
        margin: 0;
    }

    .info.s3m_info {
        height: 218px;
    }

    .info.s3m_info div h4 {
        padding-top: 50px;
        font-size: 24px;
    }

    .fp-controlArrow.fp-prev,
    .fp-controlArrow.fp-next {
        background-size: 30%;
    }

    .info.s3m_info div p {
        font-size: 12px;
        line-height: 18px;
        color: #ccdcd4;
        margin-top: 0;
        height: 36px;
        display: block;
    }

    a.kmore.kmore2 {
        font-size: 12px;
    }

}



/*动画*/
.section.section2.fp-section.fp-table .st2_l {
    transform: translate(-100%, 0) scale(1);
    opacity: 0;
    transition: all 1s cubic-bezier(.32, -0.25, .32, 1.5) 0s;
}

.section.section2.fp-section.fp-table.active .st2_l {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.section.section2.fp-section.fp-table .st2_r {
    transform: translate(0, -100%);
    opacity: 0;
    transition: all 0.6s cubic-bezier(.32, -0.25, .32, 1.5) 0.6s;
}

.section.section2.fp-section.fp-table.active .st2_r {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

@media (min-width:1201px) {
    .section.section2.fp-section.fp-table .s2_bottom {
        transform: translate(0, 200%);
        opacity: 0;
        transition: all 1s cubic-bezier(.32, -0.25, .32, 1.5) 0.6s;
    }

    .section.section2.fp-section.fp-table.active .s2_bottom {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

.section.section4.fp-section.fp-table .s4_l {
    transform: translate(0, -200%);
    opacity: 0;
    transition: all 1s ease 0s;
}

.section.section4.fp-section.fp-table.active .s4_l {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.section.section4.fp-section.fp-table .s4_r {
    transform: scale(0);
    opacity: 0;
    transition: all 1.2s ease 0s;
}

.section.section4.fp-section.fp-table.active .s4_r {
    transform: scale(1);
    opacity: 1;
    transition: all 1.2s ease 0s;
}



.section.section4.fp-section.fp-table .s4_inside {
    transform: translate(0, 200%);
    opacity: 0;
    transition: all 1s ease 0s;
}

.section.section4.fp-section.fp-table.active .s4_inside {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.section.section5.fp-section.fp-table .s5_content {
    transform: scale(0);
    opacity: 0;
    transition: all 1.2s ease 0s;
}

.section.section5.fp-section.fp-table.active .s5_content {
    transform: scale(1);
    opacity: 1;
    transition: all 1.2s ease 0s;
}

.section.section6.fp-section.fp-table .s6_contact:after {
    transform: translate(0, -200%);
    opacity: 0;
    transition: all 1s cubic-bezier(.32, -0.25, .32, 1) 0s;
}

.section.section6.fp-section.fp-table.active .s6_contact:after {
    transform: translate(0, 0);
    opacity: 1;
}

/* .section.section6.fp-section.fp-table .s61,
.section.section6.fp-section.fp-table .s62,
.section.section6.fp-section.fp-table .s63 {
    transform: translate(0, 200%);
    opacity: 0;
    transition: all 1s cubic-bezier(.32, -0.25, .32, 1) 0.5s;
} */

/* .section.section6.fp-section.fp-table.active .s61,
.section.section6.fp-section.fp-table.active .s62,
.section.section6.fp-section.fp-table.active .s63 {
    transform: translate(0, 0);
    opacity: 1;
} */


.NewsList_k1 {
    color: #FFFFFF;
}


.option-box {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 60px;
    z-index: 999;
    cursor: pointer;
}