@charset"utf-8";
.pagebg {
    width: 100%;
    height: 100%;
}

.table {
    margin-bottom: 0;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
p {
    margin: 0;
    /* text-align: justify; */
}

*:focus {
    outline: none;
    border: none;
}


/*

		首页

*/

body.fp-viewing-page1 .header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    display: block;
}

.header {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
}

body.fp-viewing-page1 .nav .navLi>a {
    float: left;
    padding: 0 14px;
    height: 99px;
    line-height: 99px;
    font-size: 18px;
    color: #F9F9F9;
    transition: all 0.5s ease 0s;
}

.nav .navLi>a {
    float: left;
    padding: 0 14px;
    height: 99px;
    line-height: 99px;
    font-size: 18px;
    color: #333;
    transition: all 0.5s ease 0s;
}

.headCont .logo {
    float: left;
    text-align: center;
    height: 99px;
    line-height: 99px;
    font-size: 0;
}


/**/

.nav {
    width: 1200px;
    float: right;
}

.nav .navLi,
.nav .s {
    float: left;
    position: relative;
}

.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #d4d4d4;
    font-size: 12px;
}

.nav .s:last-child {
    display: none;
}

.nav .navLi {
    transition: all .8s;
}

body.fp-viewing-page1 .nav .navLi.active {}

.nav .navLi {
    margin: 0 26px;
}

.nav .navUl {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    width: 160px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
}

.nav .navUlli {
    position: relative;
}

.nav .navUlli>a {
    display: block;
    padding: 0 30px;
    font: 16px;
    color: #333333;
    transition: all 0.5s ease 0s;
}

.nav .navUlli>a {
    position: relative;
    transition: all 0.5s ease 0s;
}

.nav .navUlli>a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 13px;
    background: url(../images/nav_jian.png) no-repeat center center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.nav .navUlul {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-20px);
    background-color: #fff;
    padding: 0 20px;
}

.nav .navUlli>a,
.nav .navUluli>a {
    height: 46px;
    line-height: 46px;
}

.nav .navUluli>a {
    font-size: 14px;
    color: #808080;
    transition: all 0.5s ease 0s;
}

.header .headCont {
    width: 1750px;
    margin: auto;
}

.headCont {
    width: 1560px;
    margin: auto;
}


/**/


/* .dowebox .section {
    visibility: hidden;
    opacity: 0;
}

.dowebox .section.vis {
    visibility: visible;
    opacity: 1;
} */


/**/

.section {
    overflow: hidden;
}

.fp-tableCell {
    max-height: 100%;
    overflow: hidden;
}

#fp-nav {
    display: none;
}

.menu {
    position: fixed;
    z-index: 3;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.menu li {
    height: 46px;
    line-height: 46px;
}

.menu li:after {
    content: "";
    display: block;
    clear: both;
}

.menu li .count,
.menu li .text,
.menu li .iconDiv {
    float: right;
    transition: all 0.3s ease 0s;
}

.menu li .count,
.menu li .text {
    color: #b2b2b2;
    font-size: 18px;
}

.menu li .text {
    transform: translateX(-10px);
    visibility: hidden;
    opacity: 0;
}

.menu li .iconDiv {
    font-size: 0;
    margin-left: 10px;
    transform: translateY(0px);
}

.menu li .icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/cbnav_bg1.png) no-repeat center center;
    transition: all 0.3s ease 0s;
}

.menu li.active .icon {
    width: 58px;
    height: 24px;
    background: url(../images/cbnav_bg2.png) no-repeat center center;
}

.menu li.active .iconDiv {
    transform: translateY(1px);
}

.menu li.active .count,
.menu li.active .text {
    color: #fee939;
}

.menu li.active .count {
    display: none;
}

.menu li.active .text {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}


/*

		2019.04.28

*/

.homeVdHeads h2 {
    margin-top: 35px;
}

.nav {
    text-align: right;
    font-size: 0;
}

.nav .navLi,
.nav .s {
    float: none;
    display: inline-flex;
}

.headCont .logo {
    position: relative;
    z-index: 2;
}

.nav .navUlli>a {
    font-size: 16px;
}

.hmProText .text img {
    width: 100%;
}

.hmNewsTit .time {
    margin-bottom: 20px;
}

.hmProNav li img {
    max-width: 100%;
}

.hmProTextdiv .text {
    height: 75%;
    overflow-x: hidden;
}

.hmProTextdiv .text {
    padding-right: 20px;
}

.hmProTextdiv .text::-webkit-scrollbar {
    width: 5px !important;
}

.hmProTextdiv .text::-webkit-scrollbar-thumb {
    background-color: #333 !important;
}

.nbanTit .title {
    font-size: 50px;
}

.jtJIanjieCont {
    position: relative;
}

.vdoBox {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.joinVdDl dt img {
    width: 100%;
}

.timezSlide,
.timezLidiv .icon {
    background-size: 100% auto !important;
}

.proDl dt img {
    max-width: 100%;
}

.shiyiImg img {
    max-width: 100%;
}

.jiazhiList li {
    width: 12.5%;
}

.jsZhicImg img,
.jSzhouqImg img {
    max-width: 100%;
}

.gdylDl dt .img img {
    width: 100%;
}

.chengduDiv img {
    max-width: 100%;
}

.ttri_Celue {
    padding-top: 0 !important;
}

.hzhbList li img {
    width: 100%;
}

.hmNewsList .txt {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.yyshebeiSwiper img {
    max-width: 100%;
}

.shzrLi .shzrLiImg img {
    max-width: 100%;
}

.pc {
    display: block;
}

.pcinline {
    display: inline-block;
}

.mbl {
    display: none;
}

.menu {
    display: none;
}

.nCont {
    min-height: 600px;
}


/*

		2019.05.23 修改

*/

.nbanTit .title {
    color: #666;
}

.nbanTit .title:after,
.nbanTit .title:before {
    background-color: #666;
}


/*.page1 .video video{

	position: absolute;

	top: 55%;

	left: 50%;

	transform: translate(-50%,-50%);

	-webkit-transform: translate(-50%,-50%);

	-moz-transform: translate(-50%,-50%);

	-ms-transform: translate(-50%,-50%);

	-o-transform: translate(-50%,-50%);

}*/


/* 首页 */

.banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-back {
    width: 100%;
    z-index: 1;
    height: 100%;
}

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

.banner .swiper-slide img {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    overflow: hidden;
}

.banText {
    position: absolute;
    top: 45%;
    left: 9%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
}

.banPagin {
    position: relative;
    z-index: 3;
    margin: auto;
    font-size: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 0 65px;
    top: -3px;
}

.banText .txt {
    width: 80%;
    margin-left: 3%;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.swiper-container.swpBan .swiper-slide-active .banText .txt {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}

.banText .txt h3 {
    font-size: 48px;
    line-height: 56px;
    color: #F9F9F9;
}

.ban-pagination {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.banPagin .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D6D6D6;
    /* border: 2px solid #FFFFFF; */
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 12px;
    position: relative;
}

.banPagin .swiper-pagination-bullet-active {
    background: #9D1F24;
}

.bannpagin_nect .swiper-button-prev:after,
.bannpagin_nect .swiper-container-rtl .swiper-button-next:after {
    content: '';
    background: url(../images/right.png) no-repeat 0px 0px;
    width: 12px;
    height: 23px;
    display: inline-block;
}

.bannpagin_nect .swiper-button-next:after,
.bannpagin_nect .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    background: url(../images/left.png) no-repeat 0px 0px;
    width: 12px;
    height: 23px;
    display: inline-block;
}

.banPagin .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    /* border: #A3A3A3 solid 1px; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.banPagin .swiper-pagination-bullet-active::before {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
    border: rgba(255, 255, 255, .5) solid 1px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.bannpagin_nect .swiper-button-next,
.bannpagin_nect .swiper-button-prev {
    right: 0%;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    top: 0;
    display: block;
    width: auto !important;
    margin-top: auto !important;
    position: relative;
    height: auto !important;
    left: 0;
}

.bannpagin_nect {
    position: absolute;
    bottom: 76px;
    left: 0%;
    right: 0;
    margin: auto;
}

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

.banner .swiper-button-next,
.banner .swiper-button-prev {
    position: inherit;
}


/* .fp-scrollable {

    overflow-x: hidden !important;

    height: 100% !important;

    overflow: hidden !important;

    -webkit-overflow-scrolling: touch !important;

} */

.banner_mc {
    position: absolute;
    bottom: 18%;
    right: 9.3%;
    width: 259px;
    z-index: 1;
}

.banner_mc .swiper-container.swpBan_t {
    width: 259px;
    /* height: 132px; */
    overflow: hidden;
}

.banner_mc .swiper-container.swpBan_t img {
    width: 100%;
    /* height: 100%; */
}

.voider {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.voider .voider_bf {
    width: 68px;
    height: 47px;
    cursor: pointer;
    float: left;
}

.voider .voider_p {
    width: 259px;
    height: 47px;
    background: rgba(255, 255, 255, 1);
}

.voider .voider_p p {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    line-height: 47px;
}

.videoBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
    z-index: 998;
    display: none;
}

.videoBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    display: none;
}

.xxBut {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    z-index: 9999;
}

.videoDiv {
    position: absolute;
    /* top: 40%; */
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    top: 50%;
    margin-top: -280px;
}

.videoDiv #videos {
    max-width: 1200px;
    width: 100%;
}

.shubiao {
    position: absolute;
    bottom: 11%;
    right: 16%;
    z-index: 1;
    animation: removey_t .6s linear infinite alternate;
    -webkit-animation: removey_t .6s linear infinite alternate;
}

@keyframes removey_t {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes removey_t {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.page_t {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.casesection_t {
    /* display: flex; */
    /* display: -ms-flexbox; */
    /* display: -webkit-box; */
    vertical-align: middle;
    /* justify-content: center;
    align-content: center; */
    position: relative;
}

.casesection {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.casesection .tabcon .tab-item {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.casesection .tabcon .tab-item.cur {
    /* display: block; */
    position: relative;
    visibility: visible;
    z-index: 2;
    opacity: 1;
}

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

.tabheader {
    text-align: center;
    margin-bottom: 49px;
}

.tabheader div {
    display: inline-block;
    font-size: 17px;
    font-family: Arial;
    font-weight: 400;
    color: #952023;
    line-height: 34px;
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .6s;
    margin: 0 10px;
    font-weight: bold;
    cursor: pointer;
}

.tabheader div.cur {
    border: 1px solid #951F23;
    color: #952023;
    font-weight: bold;
}

.tabheader div:hover {
    border: 1px solid #951F23;
    color: #952023;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.swiper_ty {
    width: 65.5%;
}

.tab-item-text {
    width: 34.5%;
    padding: 0 50px 0px 34px;
    margin-top: 8%;
}

.tab-item-text h3 {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    margin-bottom: 50px;
    text-transform: uppercase
}

.tab-item-text p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.tab-item-text a {
    width: 163px;
    height: 48px;
    background: rgba(157, 31, 36, 0);
    border: 1px solid rgba(157, 31, 35, .5);
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    line-height: 48px;
    display: block;
    text-align: center;
    margin-top: 32px;
    transition: all .6s;
    background: rgba(157, 31, 35, 1);
}

.tab-item-text a:hover {
    background-color: rgba(157, 31, 35, 1);
    color: #fff;
    /* width: 180px; */
}

.tabheader_title {
    margin-bottom: 36px;
    /* margin-top: 108px; */
}

.tabheader_title h3 {
    font-size: 46px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    line-height: 72px;
    text-align: center;
}

.swiper_ty .swiper-container.gallery-top {
    width: 78%;
    float: left;
}

.swiper_ty .swiper-container.gallery-top img {
    width: 100%;
}

.swiper_ty .swiper_chabp {
    height: 526px;
    overflow: hidden;
    width: 216px;
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
}

.swiper_chabp .swiper-container.gallery-thumbs {
    width: 100%;
    height: 80%;
    top: 54px;
}

.swiper_ty .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
    border: 4px solid #952024;
}

.swiper_ty .swiper-container.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.swiper_ty .swiper-container.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.swiper_ty .swiper_chabp .swiper-button-next,
.swiper_ty .swiper_chabp .swiper-button-prev {
    width: auto !important;
    height: auto !important;
    margin-top: auto !important;
    background-color: #fff;
    padding: 21px 0;
}

.swiper_ty .swiper_chabp .swiper-button-next:after,
.swiper_ty .swiper_chabp .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.swiper_ty .swiper_chabp .swiper-button-next {
    width: 100%;
    height: 12px;
    background: #fff url(../images/r_tt.png) no-repeat center;
    background-size: 22px
}

.swiper_ty .swiper_chabp .swiper-button-next:hover {
    background: #952024 url(../images/r_tt_h.png) no-repeat center;
}

.swiper_ty .swiper_chabp .swiper-button-prev:after,
.swiper_ty .swiper_chabp .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.swiper_ty .swiper_chabp .swiper-button-next {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
}

.swiper_ty .swiper_chabp .swiper-button-prev {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #fff url(../images/l_tth.png) no-repeat center;
    background-size: 22px
}

.swiper_ty .swiper_chabp .swiper-button-prev:hover {
    background: #952024 url(../images/l_tt.png) no-repeat center;
}

.swiper_ty .swiper-container.gallery-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_ty .swiper_chabp .swiper-button-next.swiper-button-disabled,
.swiper_ty .swiper_chabp .swiper-button-prev.swiper-button-disabled {
    background-color: #fff;
}

.swiper_ty .swiper_chabp .swiper-button-next.swiper-button-disabled {
    background: #FFF url(../images/r_tt.png) no-repeat center;
}

.swiper_ty .swiper_chabp .swiper-button-prev.swiper-button-disabled {
    background: #fff url(../images/l_tth.png) no-repeat center;
}

.swiper_ty .swiper_chabp .swiper-button-next.swiper-button-disabled,
.swiper_ty .swiper_chabp .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.fdj {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 1;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.fdj img {
    width: 100%;
}

.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 1194px;
    background-color: #fff;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modelClose {
    float: right;
    cursor: pointer;
}

.modelTost .dd {
    width: 100%;
    position: absolute;
    top: -38px;
    right: -48px;
    z-index: 2;
}

.modelTost .dd span {
    font-size: 44px;
    color: #fff;
    float: right;
}

.modelTost .swiper-container.lhi {
    width: 100%;
}

.modelTost .swiper-container.lhi img {
    width: 100%;
}

.modelTost .swiper-container.lhi .swiper-button-prev:after,
.modelTost .swiper-container.lhi .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.modelTost .swiper-container.lhi .swiper-button-prev {
    width: 12px;
    height: 23px;
    background: url(../images/left.png) no-repeat center;
    background-size: 100%;
}

.modelTost .swiper-container.lhi .swiper-button-next {
    width: 12px;
    height: 23px;
    background: url(../images/right.png) no-repeat center;
    background-size: 100%;
}

.modelTost .swiper-container.lhi .swiper-button-next:after,
.modelTost .swiper-container.lhi .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.product_dj,
.product_dj_t {
    width: 45.8%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 600px;
    margin: auto;
    z-index: 999;
}

.product_dj_a {
    height: 45px;
}

.product_dj_a .xxBut {
    width: 17px;
    height: 17px;
}

.product_dj_a .xxBut {
    position: static;
    display: block;
    float: right;
    margin-right: 24px;
    margin-top: 10px;
}

.product_dj_a .xxBut img {
    width: 100%;
}

.product_dj .product_dj_b,
.product_dj_t .product_dj_b {
    height: 538px;
    overflow: hidden;
    padding: 0 40px;
}

.product_dj_b h3 {
    margin-bottom: 54px;
}

.product_dj {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.product_dj .product_dj_b h3 {
    font-size: 24px;
    color: #952024;
    line-height: 36px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 60px;
}

.product_dj .product_dj_b p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.page_t .div_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page3_t_title h3 {
    font-size: 46px;
    font-family: Arial;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    width: 40%;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
}

.page3_t .li_1 {
    position: absolute;
    top: 18%;
    left: 22.2%;
}

.page3_t .li_3 {
    position: absolute;
    top: 66%;
    left: 22.2%;
}

.page3_t .li_2 {
    position: absolute;
    top: 18%;
    right: 22.2%;
}

.page3_t .li_4 {
    position: absolute;
    top: 66%;
    right: 21.8%;
}

.casesection_pages3 {
    display: flex;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.page3_t_title {
    margin-bottom: 43%;
}

.page3_t .li_t {
    width: 287px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}


/* .page3_t .li_t img {
    width: auto !important;
    margin-bottom: 0 !important;
} */

.page3_t .li_t img {
    float: right;
    margin-bottom: 18px;
    transition: all .6s;
    position: relative;
    top: 0;
    max-width: 172px;
}

.page3_t .li_t:hover img {
    top: -10px;
}

.page3_t .li_t:nth-child(odd) img {
    float: left;
}

.page3_t .li_t p {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    text-align: right;
    height: 48px;
    font-weight: bold;
}

.page3_t .li_t:nth-child(odd) p {
    text-align: left;
}

.page3_t .li_t:nth-child(odd) a {
    margin-left: 28px;
}

.page3_t .li_t:nth-child(even) a {
    float: right;
}

.page3_t .li_t a {
    opacity: 1;
    width: 95px;
    height: 30px;
    background: rgba(149, 31, 35, 1);
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
    margin-top: 7px;
    transition: all .6s;
    display: block;
    margin-right: 28px;
}

.page3_t .li_t {
    cursor: pointer;
}

.page3_t .li_t:hover a {
    opacity: 1;
    margin-top: 18px;
}

.swiper-container_page4 {
    width: 100%;
    overflow: hidden;
}

.swiper-container_page4 .swiper-slide img {
    width: 100%;
}

.map_conmt {
    position: relative;
}

.map_conmt .swiper-button-prev:after,
.map_conmt .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.map_conmt .swiper-button-prev {
    width: 12px;
    height: 23px;
    background: url(../images/left.png) no-repeat center;
    background-size: 100%;
}

.map_conmt .swiper-button-next {
    width: 12px;
    height: 23px;
    background: url(../images/right.png) no-repeat center;
    background-size: 100%;
}

.map_conmt .swiper-button-next:after,
.map_conmt .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.text_weipr {
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    line-height: 38px;
    /* margin-bottom: 172px; */
    margin-bottom: 82px;
}

.text_weipr span {
    color: rgba(255, 253, 141, 1);
    font-weight: bold;
}

.map_conmt,
.page5_contern {
    width: 100%;
    height: 100vh;
    display: flex;
    /* vertical-align: middle;

     */
    justify-content: center;
    align-items: center;
}

.map_conmt .kong {
    height: 44vh;
}

.map_conmt .hollo_t {
    position: relative;
}

.map_conmt .swiper-button-next,
.map_conmt .swiper-button-prev {
    top: auto;
    bottom: 6.5%;
}

.map_conmt .swiper-button-next {
    right: 6%;
}

.map_conmt .swiper-button-prev {
    left: 6%;
}

.page5_conten {}

.page5_conten_form {
    margin: auto;
    margin-top: 70px;
    width: 58%;
}

.page5_conten_a {
    width: 57%;
    float: left;
    margin-right: 22px;
}

.page5_conten_a_t {
    width: 100%;
}

.page5_conten_a .div {
    width: 48%;
    margin-right: 20px;
    float: left;
    position: relative;
    background: #fff;
    height: 56px;
}

.page5_conten_a .div:nth-child(2n) {
    margin-right: 0;
}

.page5_conten_a .div input {
    padding: 10px 38px;
    height: 56px;
    width: 100%;
    padding-left: 56px;
}

.page5_conten_a .div_1 {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.page5_conten_a .div_1 input {
    padding: 10px 38px;
    height: 56px;
    width: 100%;
    padding-left: 56px;
}

.icon-phone {
    width: 35px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 1.4rem;
    background: url(../images/icon1.png) no-repeat center;
    background-size: 100%;
}

.icon-user {
    width: 33px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 16px;
    background: url(../images/icon4.png) no-repeat center;
    background-size: 100%;
}

.icon-user::after {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 1px;
    background: #EBEBEB;
    display: block;
}

.icon-adder {
    width: 35px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 16px;
    background: url(../images/icon2.png) no-repeat center;
    background-size: 100%;
}

.icon-ter {
    width: 29px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 1.4rem;
    background: url(../images/icon3.png) no-repeat center;
    background-size: 100%;
}

.page5_conten_b {
    width: 350px;
    height: 132px;
    background: rgba(255, 255, 255, 1);
    /* border: 1px solid rgba(235, 235, 235, 1); */
    float: left;
    position: relative;
}

.page5_conten_b textarea {
    width: 350px;
    height: 132px;
    background: rgba(255, 255, 255, 1);
    border: 0px solid rgba(235, 235, 235, 1);
    resize: none;
    padding: 16px 30px;
    padding-left: 50px;
}

.page5_conten_c {
    width: 100%;
    margin-top: 35px;
    text-align: center;
}

.page5_conten_c input {
    width: 188px;
    height: 50px;
    background: rgba(158, 32, 36, 1);
    font-size: 18px;
    font-weight: 400;
    color: rgba(235, 235, 235, 1);
    line-height: 50px;
    text-align: center;
    border: 0;
    transition: all .6s;
}

.page5_conten_c input:hover {
    width: 200px;
}

.page5_conten h3 {
    font-size: 46px;
    font-family: Arial;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.page5_conten p {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
}


/* 标点 */


/* 1 */

.g-box4-item {
    position: absolute;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    z-index: 1;
}

.g-box4-item1 {
    top: 44.5%;
    left: 26%;
    z-index: 19;
}

.g-box4-item {
    animation: scaleMove 1s 1s linear;
    -webkit-animation: scaleMove 1s 1s linear;
    -o-animation: scaleMove 1s 1s linear;
    -moz-animation: scaleMove 1s 1s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.g-box4-item1 h3 {
    margin-left: 92px;
}

.g-box4-item h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.g-box4-item h3 a {
    color: #fff;
}

.g-box4-item-wai {
    margin-left: 70px;
}

.g-box4-dian {
    width: 11px;
    height: 11px;
    margin-top: -20px;
    cursor: pointer;
}

.g-box4-fa {
    background: #FFFECF;
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
}

.g-box4-dian i {
    display: block;
    background: rgba(255, 253, 141, 0.5);
    animation: rodflash 2s infinite;
    width: 11px;
    height: 11px;
    border-radius: 100%;
}

@keyframes rodflash {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
}

.g-box4-item-kuang {
    position: relative;
    z-index: 3;
    /* height: 286px;
    margin-top: -288px; */
    margin-left: -14px;
    display: none;
    opacity: 1 !important;
    cursor: context-menu+;
}

.g-box4-bg {
    position: relative;
    z-index: 1;
    background: url(../images/bg4.png) no-repeat center;
    height: 960px;
}

.g-box4-item-xian2 {
    width: 49px;
    height: 52px;
    float: left;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: url(../images/dingwei.png) no-repeat center left;
    animation: removey_t .6s linear infinite alternate;
    -webkit-animation: removey_t .6s linear infinite alternate;
}


/* .g-box4-item-xian2 {

        animation: widthMove 0.5s linear;

        -webkit-animation: widthMove 0.5s linear;

        -o-animation: widthMove 0.5s linear;

        -moz-animation: widthMove 0.5s linear;

    } */

@keyframes widthMove {
    0% {
        width: 0;
    }
    100% {
        width: 106px;
    }
}

@-webkit-keyframes widthMove {
    0% {
        width: 0;
    }
    100% {
        width: 106px;
    }
}

@-o-keyframes widthMove {
    0% {
        width: 0;
    }
    100% {
        width: 106px;
    }
}

@-moz-keyframes widthMove {
    0% {
        width: 0;
    }
    100% {
        width: 106px;
    }
}

.g-box4-item-show {
    width: 352px;
    float: left;
    position: absolute;
    bottom: -83px;
    left: 51px;
    box-shadow: 0 0 40px #000;
    border: 1px solid #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    background: rgba(255, 255, 255, .5);
}

.g-box4-item-show a {
    cursor: context-menu;
}

.g-box4-item-show .g_a_baner {
    background: rgba(255, 255, 255, .5);
    padding: 6px;
    padding-bottom: 0;
}

.g-box4-item-show .g_a_baner img {
    width: 100%;
}

.g-box4-item-show::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 46px;
    background: url(../images/duobianxing.png) no-repeat center;
    background-size: 100%;
    left: -28px;
    bottom: 39px;
}

.g-box4-item-show .text {
    background: #fff;
    padding: 10px 38px;
}

.g-box4-item-show {
    animation: scaleMove 0s 0s linear;
    -webkit-animation: scaleMove 0s 0s linear;
    -o-animation: scaleMove 0s 0s linear;
    -moz-animation: scaleMove 0s 0s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes scaleMove {
    0% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

.g-box4-item-show h4 {
    color: #952024;
    font-size: 18px;
    line-height: 36px;
    font-family: Arial;
}

.g-box4-item-show p {
    font-size: 18px;
    font-family: Arial;
    line-height: 36px;
    color: #333;
    cursor: pointer;
}


/* 2 */

.g-box4-item2 {
    top: 52%;
    left: 31.5%;
    z-index: 13;
}

.g-box4-item2 h3 {
    margin-left: 92px;
}


/* 3 */

.g-box4-item3 {
    top: 59%;
    left: 31%;
    z-index: 13;
}

.g-box4-item3 h3 {
    margin-left: 92px;
}


/* 4 */

.g-box4-item4 {
    top: 59%;
    left: 36%;
    z-index: 16;
}

.g-box4-item4 h3 {
    margin-left: 92px;
}


/* 5 */

.g-box4-item5 {
    top: 66%;
    left: 34.5%;
    z-index: 12;
}

.g-box4-item5 h3 {
    margin-left: 92px;
}


/* 6 */

.g-box4-item6 {
    top: 76%;
    left: 32.5%;
    z-index: 13;
}

.g-box4-item6 h3 {
    margin-left: 92px;
}


/* 7 */

.g-box4-item7 {
    top: 75%;
    left: 32%;
    z-index: 13;
}

.g-box4-item7 h3 {
    margin-left: 24px;
    position: absolute;
    top: -22px;
}


/* 8 */

.g-box4-item8 {
    top: 45%;
    left: 43.7%;
    z-index: 14;
}

.g-box4-item8 h3 {
    margin-left: 92px;
}


/* 9 */

.g-box4-item9 {
    top: 48%;
    left: 50.1%;
    z-index: 14;
}

.g-box4-item9 h3 {
    margin-left: 52px;
    position: relative;
    top: -16px;
}


/* 10 */

.g-box4-item10 {
    top: 52.3%;
    left: 44.9%;
    z-index: 14;
}

.g-box4-item10 h3 {
    margin-left: 49px;
    position: absolute;
    top: 3px;
}


/* 11 */

.g-box4-item11 {
    top: 50.6%;
    left: 46.4%;
    z-index: 10;
}

.g-box4-item11 h3 {
    margin-left: 92px;
}


/* 12 */

.g-box4-item12 {
    top: 50.6%;
    left: 51.6%;
    z-index: 5;
}

.g-box4-item12 h3 {
    margin-left: 92px;
}


/* 13 */

.g-box4-item13 {
    top: 53.6%;
    left: 51.5%;
    z-index: 14;
}

.g-box4-item13 h3 {
    margin-left: 92px;
}


/* 14 */

.g-box4-item14 {
    top: 67%;
    left: 49%;
    z-index: 14;
}

.g-box4-item14 h3 {
    margin-left: 92px;
}


/* 15 */

.g-box4-item15 {
    top: 32%;
    left: 50.5%;
    z-index: 8;
}

.g-box4-item15 h3 {
    margin-left: 92px;
}


/* 16 */

.g-box4-item16 {
    top: 37.4%;
    left: 50.8%;
    z-index: 13;
}

.g-box4-item16 h3 {
    margin-left: 92px;
}


/* 17 */

.g-box4-item17 {
    top: 41%;
    left: 54.5%;
    z-index: 13;
}

.g-box4-item17 h3 {
    margin-left: 36px;
}


/* 18 */

.g-box4-item18 {
    top: 44.9%;
    left: 52.7%;
    z-index: 9;
}

.g-box4-item18 h3 {
    margin-left: 92px;
}


/* 19 */

.g-box4-item19 {
    top: 35%;
    left: 57.5%;
    z-index: 4;
}

.g-box4-item19 h3 {
    margin-left: 34px;
    /* margin-top: -9px; */
    position: absolute;
    top: -38px;
}


/* 20 */

.g-box4-item20 {
    top: 43%;
    left: 57.5%;
    z-index: 13;
}

.g-box4-item20 h3 {
    margin-left: 92px;
}


/* 21 */

.g-box4-item21 {
    top: 36%;
    left: 62.5%;
    z-index: 3;
}

.g-box4-item21 h3 {
    margin-left: 48px;
    position: absolute;
    top: -38px;
}


/* 22 */

.g-box4-item22 {
    top: 48%;
    left: 62%;
    z-index: 6;
}

.g-box4-item22 h3 {
    margin-left: 33px;
    position: absolute;
    top: 5px;
}


/* 23 */

.g-box4-item23 {
    top: 52.7%;
    left: 63%;
    z-index: 7;
}

.g-box4-item23 h3 {
    margin-left: -2px;
    position: relative;
    top: -3px;
}


/* 24 */

.g-box4-item24 {
    top: 57.1%;
    left: 65.2%;
    z-index: 5;
}

.g-box4-item24 h3 {
    margin-left: 67px;
    position: absolute;
    top: 3px;
}


/* 25 */

.g-box4-item25 {
    top: 49.1%;
    left: 66.6%;
    z-index: 3;
}

.g-box4-item25 h3 {
    margin-left: 92px;
    /* position: absolute;

        top: 3px; */
}


/* 26 */

.g-box4-item26 {
    top: 51%;
    left: 64%;
    z-index: 5;
}

.g-box4-item26 h3 {
    margin-left: 72px;
    position: absolute;
    top: -40px;
}


/* 27 */

.g-box4-item27 {
    top: 41.5%;
    left: 66%;
    z-index: 3;
}


/* .g-box4-item27 .g-box4-item-kuang{
    display: block;
} */

.g-box4-item27 h3 {
    margin-left: 92px;
}


/* 28 */

.g-box4-item28 {
    top: 20.5%;
    left: 66%;
}

.g-box4-item28 h3 {
    margin-left: 92px;
}


/* 底部 */

.footer_t {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer_t p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    padding: 12px 0;
}

.footer_t p a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    padding: 0 10px;
}

.footer_t p a:hover {
    color: #9E2024;
}

.share_fr_lust .bshare-custom a {
    margin: 0 12px;
    height: 24px;
    width: 30px;
    padding-left: 0;
    display: inline-block;
}

.share_fr_lust .bshare-custom .bshare-facebook {
    background: url(../images/facebook.png) no-repeat 0px 0px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.share_fr_lust .bshare-custom .bshare-lin {
    background: url(../images/instagram.png) no-repeat -0px 0px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.share_fr_lust .bshare-custom .bshare-facebook:hover {
    background: url(../images/facebook1.png) no-repeat 0px 0px !important;
}

.share_fr_lust .bshare-custom .bshare-lin:hover {
    background: url(../images/instagram1.png) no-repeat 0px 0px !important;
}

.P_TEXT {
    width: 80%;
    float: left;
}

.share_fr_lust {
    width: 20%;
    float: right;
    padding: 18px 0;
    text-align: right;
}

.xiantiao1 {
    position: absolute;
    width: 1px;
    height: 88%;
    top: 102px;
    left: 9.4%;
    z-index: 1;
    background: rgba(255, 255, 255, .1);
}

.xiantiao2 {
    position: absolute;
    width: 1px;
    height: 88%;
    top: 102px;
    right: 9.3%;
    z-index: 1;
    background: rgba(255, 255, 255, .1);
}

.xiantiao3 {
    position: absolute;
    top: 0;
    width: 1px;
    height: 88%;
    top: 102px;
    right: 22.8%;
    z-index: 1;
    background: rgba(255, 255, 255, .1);
}


/* 分辨率 */

@media screen and (max-width:1700px) {
    .page3_t .li_1 {
        top: 30%;
    }
}

@media screen and (max-width:1680px) {
    .page3_t .li_1 {
        top: 30%;
        left: 18%;
    }
    .page3_t .li_2 {
        top: 30%;
        right: 18%;
    }
    .page3_t .li_3 {
        left: 18%;
    }
    .page3_t .li_4 {
        right: 18%;
    }
    .xiantiao3 {
        right: 24.7%;
    }
    .banner_mc {
        bottom: 18%;
    }
    .shubiao {
        position: absolute;
        bottom: 10%;
    }
    .tabheader_title h3 {
        font-size: 36px;
    }
    .tabheader div {
        font-size: 16px;
    }
    .tab-item-text h3 {
        font-size: 26px;
    }
    .tab-item-text p {
        line-height: 30px;
    }
    .swiper_ty .swiper_chabp {
        height: 440px;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        width: 100%;
        height: 76.5%;
        top: 54px;
    }
    .page3_t_title h3 {
        font-size: 38px;
    }
    .page3_t .li_t img {
        width: 29%;
        height: 74px;
    }
    .page3_t .li_1 {
        position: absolute;
        top: 37%;
        left: 17%;
    }
    .page3_t .li_3 {
        position: absolute;
        top: 72%;
        left: 17%;
    }
    .page3_t .li_2 {
        right: 17%;
    }
    .page3_t .li_4 {
        right: 17%;
    }
    .page3_t .li_t img {
        margin-bottom: 10px;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 74%;
    }
    .map_conmt .swiper-button-prev {
        left: 6%;
    }
    .map_conmt .swiper-button-next {
        right: 6%;
    }
    .swiper-container_page4 {
        width: 100%;
        overflow: hidden;
    }
    .g-box4-item-show {
        width: 352px;
        float: left;
        position: absolute;
        bottom: -72px;
        left: 46px;
    }
    .g-box4-item1 {
        left: 24.3%;
    }
    .g-box4-item2 {
        left: 30%;
        z-index: 15;
    }
    .g-box4-item3 {
        left: 29.5%;
        z-index: 15;
    }
    .g-box4-item4 {
        left: 35%;
    }
    .g-box4-item5 {
        left: 33%;
        z-index: 15;
    }
    .g-box4-item6 {
        left: 32%;
    }
    .g-box4-item7 {
        left: 30.2%;
        z-index: 15;
    }
    .g-box4-item8 {
        left: 42.2%;
    }
    .g-box4-item9 {
        left: 49.6%;
    }
    .g-box4-item10 {
        left: 43.4%;
    }
    .g-box4-item11 {
        left: 44.9%;
    }
    .g-box4-item12 {
        left: 52.1%;
    }
    .g-box4-item13 {
        left: 51%;
    }
    .g-box4-item14 {
        left: 47.5%;
    }
    .g-box4-item15 {
        left: 50%;
    }
    .g-box4-item16 {
        left: 49.5%;
    }
    .g-box4-item17 {
        left: 53%;
    }
    .g-box4-item18 {
        left: 52%;
    }
    .g-box4-item19 {
        left: 56%;
    }
    .g-box4-item20 {
        left: 56%;
    }
    .g-box4-item21 {
        left: 61%;
    }
    .g-box4-item22 {
        top: 48%;
        left: 62%;
        z-index: 6;
    }
    .g-box4-item23 {
        left: 63.5%;
    }
    .g-box4-item24 {
        left: 63.7%;
    }
    .g-box4-item25 {
        left: 65.1%;
    }
    .g-box4-item26 {
        left: 63.5%;
    }
    .g-box4-item27 {
        left: 66.5%;
    }
    /* 28 */
    .g-box4-item28 {
        left: 67.5%;
    }
    .page5_conten_form {
        width: 66%;
    }
    .page5_conten h3 {
        font-size: 38px;
    }
    .page5_conten p {
        font-size: 16px;
    }
    .modelTostChile {
        width: 60%;
    }
    .tab-item-text {
        margin-top: 4%;
    }
    .page3_t .li_3 {
        top: 64%;
    }
    .page3_t .li_1 {
        top: 30%
    }
    .g-box4-item28 {
        top: 21.9%;
    }
    .g-box4-item6 {
        left: 30.2%;
    }
    .g-box4-item14 {
        left: 48.5%;
        top: 66%;
    }
    .g-box4-item12 {
        left: 51.4%;
    }
    .g-box4-item24 {
        left: 66%;
        top: 56.1%;
    }
    .g-box4-item25 {
        left: 67.3%;
    }
    .g-box4-item26 {
        left: 64.5%;
    }
    .g-box4-item18 {
        left: 52.5%;
    }
    .g-box4-item17 {
        left: 54%;
    }
}

@media screen and (max-width:1600px) {
    .banText .txt h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .tabheader_title {
        margin-bottom: 9px;
        /* margin-top: 90px; */
    }
    .tab-item-text h3 {
        margin-bottom: 32px;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 74%;
        /* height: 50vh; */
    }
    .swiper_ty .swiper_chabp {
        height: 55.3vh;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 72%;
    }
    .tab-item-text p {
        line-height: 26px;
    }
    .page3_t_title h3 {
        font-size: 30px;
    }
    .text_weipr {
        font-size: 16px;
        font-family: Arial;
        color: #fff;
        line-height: 34px;
        margin-bottom: 43px;
    }
    .g-box4-item h3 {
        font-size: 14px;
    }
    .g-box4-item1 {
        left: 25.3%;
    }
    .g-box4-item-show h4 {
        font-size: 14px;
        line-height: 26px;
    }
    .g-box4-item-show p {
        font-size: 14px;
        line-height: 26px;
    }
    .g-box4-item-show::before {
        width: 32px;
        height: 44px;
        left: -17px;
        bottom: 39px;
    }
    .g-box4-item-show {
        width: 255px;
    }
    .g-box4-item2 {
        left: 31%;
        z-index: 15;
    }
    .g-box4-item3 {
        left: 30.5%;
        z-index: 15;
    }
    .g-box4-item4 {
        left: 36%;
    }
    .g-box4-item5 {
        left: 34%;
        z-index: 15;
    }
    .g-box4-item6 {
        left: 33%;
    }
    .g-box4-item7 {
        left: 31.2%;
        z-index: 15;
    }
    .g-box4-item8 {
        left: 43.2%;
    }
    .g-box4-item9 {
        left: 48.6%;
    }
    .g-box4-item10 {
        left: 44.4%;
    }
    .g-box4-item11 {
        left: 45.9%;
    }
    .g-box4-item12 {
        left: 51.1%;
    }
    .g-box4-item13 {
        left: 50%;
    }
    .g-box4-item14 {
        left: 48.5%;
    }
    .g-box4-item15 {
        left: 51%;
    }
    .g-box4-item16 {
        left: 50.5%;
    }
    .g-box4-item17 {
        left: 54%;
    }
    .g-box4-item18 {
        left: 53%;
    }
    .g-box4-item19 {
        left: 57%;
    }
    .g-box4-item20 {
        left: 57%;
    }
    .g-box4-item21 {
        left: 62%;
    }
    .g-box4-item22 {
        top: 49%;
    }
    .g-box4-item23 {
        left: 64.5%;
    }
    .g-box4-item24 {
        left: 64.7%;
    }
    .g-box4-item25 {
        left: 66.1%;
    }
    .g-box4-item26 {
        left: 63.5%;
    }
    .g-box4-item27 {
        left: 64.5%;
    }
    /* 28 */
    .g-box4-item28 {
        left: 66.5%;
    }
    .page5_conten_form {
        width: 70%;
    }
    .xiantiao1,
    .xiantiao2,
    .xiantiao3 {
        height: 87vh;
    }
    .xiantiao3 {
        right: 25.2%;
    }
    .xiantiao1 {
        left: 9%;
    }
    .xiantiao2 {
        right: 9%;
    }
    .banner_mc {
        right: 9%;
    }
}

@media screen and (max-width:1600px) {
    .page3_t .li_t img {
        height: auto;
    }
    .page3_t .li_1 {
        top: 25%;
        left: 19%;
    }
    .page3_t .li_2 {
        top: 25%;
        right: 19%;
    }
    .page3_t .li_3 {
        left: 19%;
    }
    .page3_t .li_4 {
        right: 19%;
    }
    .g-box4-item6 {
        left: 31.3%;
        top: 77%;
    }
    .g-box4-item23 {
        left: 62.5%;
    }
    .g-box4-item22 {
        top: 48%;
        left: 61%;
    }
    .g-box4-item26 {
        left: 63%;
    }
    .g-box4-item16 {
        left: 50%;
    }
}

@media screen and (max-width:1580px) {
    .map_conmt .swiper-button-next,
    .map_conmt .swiper-button-prev {
        top: auto;
        bottom: 5.5%;
    }
    .xiantiao1,
    .xiantiao2,
    .xiantiao3 {
        height: 86%;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 72%;
    }
    .page5_conten_form {
        width: 72%;
    }
    .swiper_ty .swiper_chabp {
        height: 51.7vh;
    }
    .tab-item-text h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .page3_t .li_t img {
        width: 40%;
    }
    .g-box4-item6 {
        top: 68%;
    }
    .g-box4-item7 {
        left: 30.7%;
    }
    .g-box4-item12 {
        left: 51.2%;
        top: 51.6%;
    }
    .g-box4-item28 {
        top: 22.5%;
    }
    .g-box4-item25 {
        left: 65.9%;
    }
    .g-box4-item23 {
        left: 64.1%;
    }
    .g-box4-item24 {
        left: 64.3%;
    }
    .g-box4-item16 {
        left: 49.5%;
    }
    .g-box4-item13 {
        left: 50.2%;
    }
    .g-box4-item18 {
        left: 52%;
        top: 45.9%;
    }
    .g-box4-item22 {
        left: 61%;
    }
    .g-box4-item26 {
        left: 62.9%;
        top: 51.5%;
    }
    .g-box4-item14 {
        left: 47.8%;
    }
    .g-box4-item15 {
        left: 49.4%;
    }
    .nav .navLi {
        margin: 0 14px;
    }
    .tab-item-text {
        width: 40.5%;
    }
    .tab-item-text {
        padding: 0px 57px 0px 34px;
    }
    .page3_t_title {
        margin-bottom: 42%;
    }
    .g-box4-item3 {
        left: 30.3%;
        top: 60%;
    }
    .g-box4-item6 {
        top: 76%;
        left: 31.5%;
    }
    .g-box4-item5 {
        left: 33.4%;
    }
    .g-box4-item4 {
        left: 35%;
    }
    .g-box4-item23 {
        left: 62.1%;
    }
    .g-box4-item8 h3 {
        margin-left: 57px;
        position: relative;
        top: -22px;
    }
}

@media screen and (max-width:1440px) {
    body.fp-viewing-page1 .nav .navLi>a {
        height: 70px;
        line-height: 70px;
    }
    .banPagin .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .banPagin {
        margin: 0 22px;
    }
    .tabheader_title h3 {
        font-size: 30px;
        line-height: 47px;
    }
    .tabheader_title {
        margin-bottom: 28px;
        /* margin-top: 111px; */
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 70%;
        /* height: 46vh; */
    }
    .swiper_ty .swiper_chabp {
        height: 358px;
    }
    .xiantiao1,
    .xiantiao2,
    .xiantiao3 {
        top: 75px;
    }
    .xiantiao1,
    .xiantiao2,
    .xiantiao3 {
        height: 90%;
    }
    .xiantiao3 {
        right: 22.9%;
    }
    .tab-item-text h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .page3_t_title h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .page3_t .li_t img {
        width: 32%;
        /* height: 45.8px; */
    }
    .page3_t .li_1 {
        position: absolute;
        top: 26%;
        left: 14%;
    }
    .page3_t .li_3 {
        position: absolute;
        top: 67%;
        left: 14%;
    }
    .page3_t .li_4 {
        right: 14%;
        top: 67%;
    }
    .page3_t .li_2 {
        right: 14%;
        top: 26%;
    }
    .text_weipr {
        font-size: 14px;
    }
    .g-box4-item1 {
        left: 24.3%;
    }
    .g-box4-item2 {
        left: 30%;
        z-index: 15;
    }
    .g-box4-item3 {
        left: 29.5%;
        z-index: 15;
    }
    .g-box4-item4 {
        left: 35%;
    }
    .g-box4-item5 {
        left: 33%;
        z-index: 15;
    }
    .g-box4-item6 {
        left: 32%;
    }
    .g-box4-item7 {
        left: 30.2%;
        z-index: 15;
    }
    .g-box4-item8 {
        left: 42.2%;
    }
    .g-box4-item9 {
        left: 49.6%;
    }
    .g-box4-item10 {
        left: 43.4%;
    }
    .g-box4-item11 {
        left: 44.9%;
    }
    .g-box4-item12 {
        left: 50.9%;
    }
    .g-box4-item13 {
        left: 50%;
    }
    .g-box4-item14 {
        left: 47.5%;
    }
    .g-box4-item15 {
        left: 50%;
    }
    .g-box4-item16 {
        left: 49.5%;
    }
    .g-box4-item17 {
        left: 53%;
    }
    .g-box4-item18 {
        left: 52%;
    }
    .g-box4-item19 {
        left: 56%;
    }
    .g-box4-item20 {
        left: 56%;
    }
    .g-box4-item21 {
        left: 61%;
    }
    .g-box4-item22 {
        top: 48%;
        left: 61%;
        z-index: 6;
    }
    .g-box4-item23 {
        left: 64.5%;
    }
    .g-box4-item24 {
        left: 64.7%;
    }
    .g-box4-item25 {
        left: 66.1%;
    }
    .g-box4-item26 {
        left: 63.5%;
    }
    .g-box4-item27 {
        left: 64.5%;
    }
    /* 28 */
    .g-box4-item28 {
        left: 65.5%;
    }
    .page5_conten_form {
        width: 72%;
    }
    .banner_mc {
        width: 200px;
    }
    .banner_mc .swiper-container.swpBan_t {
        width: 200px;
    }
    .voider .voider_p {
        width: 200px;
    }
    .shubiao img {
        width: 80%;
    }
    .page5_conten_form {
        width: 78%;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 71%;
        top: 51px;
    }
    .g-box4-item6 {
        left: 30%;
    }
    .g-box4-item28 {
        top: 21.5%;
    }
    .g-box4-item23 {
        left: 62.5%;
    }
    .tab-item-text {
        width: 33.5%;
    }
    .swiper_ty .swiper_chabp {
        width: 148px;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 79%;
    }
    .swiper_ty .swiper_chabp {
        height: 403px;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 76%;
    }
    .swiper_ty {
        height: 406px;
    }
}

@media screen and (max-width:1366px) {
    .swiper_ty .swiper_chabp {
        height: 334px;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 70%;
        top: 51px;
    }
    .xiantiao1,
    .xiantiao2,
    .xiantiao3 {
        height: 86%;
    }
    .tabheader div {
        padding: 6px 16px;
    }
    .tab-item-text h3 {
        font-size: 18px
    }
    .tab-item-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .tab-item-text a {
        width: 107px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 69%;
    }
    .tabheader_title {
        margin-bottom: 28px;
        /* margin-top: 48px; */
    }
    .banner_mc {
        right: 9%;
    }
    .xiantiao3 {
        right: 23.6%;
    }
    .page3_t .li_1,
    .page3_t .li_3 {
        left: 9%;
    }
    .page3_t .li_2,
    .page3_t .li_4 {
        right: 9%;
    }
    .g-box4-item26 {
        left: 62.5%;
    }
    .g-box4-item25 {
        left: 65.1%;
    }
    .g-box4-item24 {
        top: 57.1%;
        left: 63.7%;
    }
    .g-box4-item22 {
        top: 48%;
        left: 60%;
    }
    .page5_conten_form {
        width: 80%;
    }
    .footer_t p,
    .footer_t p a {
        font-size: 14px;
    }
    .videoDiv {
        position: absolute;
        width: 61%;
        margin-left: 0px;
        left: 0;
        top: 21%;
        right: 0;
        bottom: 0;
        margin-top: 0;
        margin: auto;
    }
    body.fp-viewing-page1 .nav .navLi>a {
        height: 60px;
        line-height: 60px;
    }
    .page5_conten_a .div {
        margin-right: 3.55%;
    }
    .page3_t .li_3 {
        top: 64%;
    }
    .page3_t .li_1 {
        top: 37%;
    }
    .page3_t .li_2 {
        top: 37%;
    }
    .g-box4-item23 {
        left: 61.5%;
    }
    .swiper_ty .swiper_chabp .swiper-button-next,
    .swiper_ty .swiper_chabp .swiper-button-prev {
        padding: 16px 0;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 78%;
    }
    .swiper_ty .swiper_chabp {
        height: 377.5px;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 78%;
        top: 42px;
    }
    .swiper_ty {
        height: 378px;
    }
}

@media screen and (max-width:1280px) {
    .xiantiao3 {
        right: 24.5%;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 66%;
    }
    .tab-item-text h3 {
        line-height: 24px;
    }
    .tab-item-text p {
        line-height: 22px;
    }
    .page3_t .li_1,
    .page3_t .li_3 {
        left: 13%;
    }
    .page3_t .li_2,
    .page3_t .li_4 {
        right: 13%;
    }
    .g-box4-item12 {
        left: 49.9%;
    }
    .g-box4-item13 {
        left: 49%;
    }
    .g-box4-item28 {
        left: 64.5%;
    }
    .g-box4-item27 {
        left: 63.5%;
    }
    .g-box4-item26 {
        left: 61.5%;
    }
    .g-box4-fa,
    .g-box4-dian i {
        width: 8px;
        height: 8px;
    }
    .g-box4-item23 {
        left: 63.5%;
    }
    .text_weipr {
        line-height: 24px;
    }
    .g-box4-item-show {
        width: 200px;
    }
    .g-box4-item-show .text {
        padding: 10px 32px;
    }
    .g-box4-item-show h4 {
        font-size: 12px;
        line-height: 20px;
    }
    .g-box4-item-show p {
        font-size: 12px;
        line-height: 20px;
    }
    .g-box4-item-show::before {
        width: 27px;
        height: 44px;
        left: -15px;
        bottom: 27px;
    }
    .g-box4-item-show {
        bottom: -50px;
    }
    .page5_conten_a {
        width: 60%;
    }
    .page5_conten_b {
        width: 37%;
    }
    .page3_t_title h3 {
        width: 43%;
    }
    .page5_conten_a .div {
        height: 45px;
    }
    .page5_conten_a .div input {
        height: 45px;
    }
    .icon-phone,
    .icon-user,
    .icon-adder,
    .icon-ter {
        top: 11px;
    }
    .page5_conten_a .div_1 {
        height: 45px;
    }
    .page5_conten_a .div_1 input {
        height: 45px;
    }
    .page5_conten_b textarea {
        height: 110px;
    }
    .page5_conten_b {
        height: 110px;
    }
    .page5_conten_c input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .page5_conten_form {
        margin-top: 40px;
    }
    .swiper_ty .swiper_chabp {
        height: 51.9vh;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 67%;
        top: 50px;
    }
    .tabheader {
        text-align: center;
        margin-bottom: 34px;
    }
}

@media only screen and (max-width:1280px) {
    .page3_t .li_t img {
        width: 28%;
        height: auto;
    }
    .page3_t .li_1 {
        top: 24%;
    }
    .page3_t .li_2 {
        top: 24%;
    }
    .page3_t .li_3 {
        top: 60%;
    }
    .page3_t .li_4 {
        top: 60%;
    }
    .page3_t .li_t img {
        width: 40%;
    }
    .g-box4-item28 {
        top: 20.5%;
    }
}

@media screen and (max-width:1024px) {
    .xiantiao1,
    .xiantiao2,
    .xiantiao3 {
        display: none;
    }
    .headCont {
        width: 90%;
    }
    .headCont {
        width: 82%;
    }
    .tabheader {
        overflow: hidden;
    }
    body.fp-viewing-page1 .nav .navLi>a {
        font-size: 16px;
        padding: 0 4px;
    }
    .tab-item-text h3 {
        line-height: 19px;
    }
    .nav .navLi>a {
        font-size: 16px !important;
        padding: 0 4px !important;
    }
    .tabheader div {
        width: 30%;
        float: left;
        line-height: 20px;
    }
    .tabheader div {
        padding: 6px 13px;
    }
    .tab-item-text {
        width: 34.5%;
        padding: 0 32px 0px 34px;
        margin-top: 0%;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 58%;
        /* height: 33vh; */
    }
    .tab-item-text h3 {
        font-size: 14px;
    }
    .page5_conten_a .div {
        width: 47%;
    }
    .swiper_ty .swiper_chabp {
        height: 210px;
    }
    .page5_conten_form {
        width: 92%;
    }
    .map_conmt .swiper-button-prev {
        left: 6%;
        top: auto;
        bottom: 3.6%;
    }
    .map_conmt .swiper-button-next {
        right: 6%;
        top: auto;
        bottom: 3.6%;
    }
    .page5_conten_b textarea {
        padding: 13px 30px;
        padding-left: 45px;
    }
    .page3_t .li_t a {
        opacity: 1;
    }
    .page3_t .li_1,
    .page3_t .li_3 {
        left: 2%;
    }
    .page3_t .li_2,
    .page3_t .li_4 {
        right: 2%;
    }
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 52.5%;
        top: 50px;
    }
    .tab-item-text a {
        margin-top: 21px;
    }
    .g-box4-bottom {
        display: none;
    }
    .product_dj .product_dj_b h3 {
        margin-bottom: 14px;
    }
    .page3_t .li_t:nth-child(odd) a {
        margin-left: auto;
    }
}

@media screen and (max-width:768px) {
    .page3_t .li_t img {
        float: none;
    }
    .page3_t .li_t:nth-child(odd) img {
        float: none;
    }
    .nav .navLi {
        margin: 0 !important;
    }
    .page3_t .li_t p {
        /* height: 43px; */
    }
    .nav .navLi>a {
        font-size: 16px !important;
    }
    .page3_t .li_t:nth-child(even) a {
        float: none;
        margin: auto;
        margin-top: 20px;
    }
    .page3_t .li_t p {
        text-align: center;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        flex-direction: column;
        /*! autoprefixer: off */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -ms-line-clamp: 2;
        -ms-box-orient: vertical;
        -o-line-clamp: 2;
        -o-box-orient: vertical;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
    }
    .modelTost .dd {
        width: 100%;
        position: absolute;
        top: -61px;
        right: 0px;
        z-index: 2;
    }
    .tabheader {
        width: 100%;
    }
    .tabheader div {}
    .swiper_chabp .swiper-container.gallery-thumbs {
        height: 69%;
        top: 50px;
    }
    .page_t .div_img {
        display: none;
    }
    .page3_t_title {
        margin-bottom: 51%;
    }
    .g-box4-bottom.gz-con {
        display: none;
    }
    .page5_conten_a .div {
        width: 100%;
    }
    .page5_conten_a {
        width: 100%;
        margin-right: 0;
    }
    .page5_conten_a .div {
        margin-bottom: 24px;
    }
    .page5_conten_b {
        width: 100%;
    }
    .page5_conten_a .div_1 {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .product_dj_b {
        height: 71vh;
        max-height: 71vh
    }
    .product_dj .product_dj_t {
        height: 71vh;
        max-height: 71vh
    }
    .product_dj_b h3 {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .product_dj .product_dj_b,
    .product_dj_t .product_dj_b {
        padding: 0 20px;
    }
    .map_conmt>div {
        position: relative;
    }
    .map_conmt .swiper-button-next {
        right: 35%;
        top: auto;
        bottom: -20%;
    }
    .map_conmt .swiper-button-prev {
        left: 35%;
        top: auto;
        bottom: -20%;
    }
    .tabheader_title {
        margin-bottom: 9px;
        margin-top: 0px;
    }
    .tab-item-text {
        width: 100%;
        margin-bottom: 24px;
    }
    .swiper_ty {
        width: 100%;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 68%;
    }
    .map_conmt .kong {
        display: block;
        height: 14vh;
    }
    .page3_t .li_t a {
        opacity: 1;
    }
    .page3_t .li_3,
    .page3_t .li_4 {
        top: 63%;
    }
    .modelTostChile {
        width: 89%;
    }
    .page3_t .li_t {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .page3_t .li_t img {
        width: 29%;
    }
    .page3_t .li_t>div {
        width: 100%;
        display: block;
    }
    body.fp-viewing-page1 .nav .navLi>a {
        color: #333;
    }
    .swiper_ty .swiper_chabp {
        height: 331px;
    }
    .page3_t .li_t img {
        display: block;
        margin-bottom: 18px;
        transition: all .6s;
        position: static;
        top: 0;
        margin: auto;
    }
    .page3_t .li_t a {
        margin: auto;
        margin-top: 20px;
    }
    .banText {
        width: 83%;
    }
}

@media screen and (max-width:414px) {
    .header {
        display: block;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px rgba(255, 255, 255, .1);
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    }
    .tab-item-text h3 {
        display: none;
    }
    .product_dj,
    .product_dj_t {
        height: 80vh;
    }
    .tab-item-text a {
        width: 107px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    .tabheader_title h3 {
        line-height: 28px;
    }
    .tab-item-text p {
        line-height: 18px;
    }
    .tabheader div {
        width: 96%;
        margin-bottom: 8px;
    }
    .menu li .iconDiv {
        display: none;
    }
    .page5_conten_b {
        height: 89px;
    }
    .page5_conten_b textarea {
        padding: 7px 30px;
        padding-left: 56px;
    }
    .icon-phone {
        width: 33px;
    }
    .icon-adder {
        width: 33px;
    }
    .icon-ter {
        width: 33px;
    }
    .page3_t .li_t:nth-child(even) a {
        float: none;
        margin: auto;
        margin-top: 20px;
    }
    .banText .txt h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .banText {
        top: 50%;
    }
    .banner_mc {
        display: none;
    }
    .shubiao {
        bottom: 3%;
        right: 47%;
    }
    .tab-item-text {
        width: 100%;
    }
    .tab-item-text h3 {
        margin-bottom: 10px;
    }
    .tab-item-text a {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 4px;
    }
    .tab-item-text {
        padding: 0;
    }
    .tab-item-text {
        width: 100%;
        margin-bottom: 10px;
    }
    .tabheader {
        margin-bottom: 10px;
    }
    .swiper_chabp {
        display: none !important;
    }
    .swiper_ty {
        width: 84%;
        margin-top: 0px;
        margin: auto;
        float: none;
    }
    .tabheader_title {
        margin-bottom: 9px;
        margin-top: 60px;
    }
    .swiper_ty .swiper-container.gallery-top {
        width: 100%;
        height: auto;
    }
    .modelTostChile {
        width: 90%;
    }
    .product_dj,
    .product_dj_t {
        width: 90%;
    }
    .product_dj .product_dj_b h3 {
        margin-bottom: 24px;
    }
    .product_dj .product_dj_b h3 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 4px;
    }
    .page_t .div_img {
        display: none;
    }
    .page3_t .li_1,
    .page3_t .li_2,
    .page3_t .li_3,
    .page3_t .li_4 {
        position: static;
        width: 50%;
        float: left;
        text-align: center;
        padding: 0 14px;
    }
    .page3_t_title h3 {
        width: 100%
    }
    .page3_t .li_t img {
        float: none;
        height: 55px;
        width: auto;
    }
    .page3_t .li_t p {
        text-align: center;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .page3_t .li_2,
    .page3_t .li_3,
    .page3_t .li_4 {
        position: static;
        width: 50%;
        float: left;
        text-align: center;
        padding: 0 14px;
        /* display: flex;
        justify-content: center;
        align-items: center; */
        margin-bottom: 24px;
    }
    .page3_t .li_2>div,
    .page3_t .li_3>div,
    .page3_t .li_4>div {
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .page3_t_title {
        margin-bottom: 4%;
        margin-top: 30px
    }
    .page3_t_title h3 {
        line-height: 30px;
    }
    .map_conmt .swiper-button-next {
        right: 35%;
        top: auto;
        bottom: -20%;
    }
    .map_conmt .swiper-button-prev {
        left: 35%;
        top: auto;
        bottom: -20%;
    }
    .map_conmt .kong {
        height: 14vh;
        display: block;
    }
    .g-box4-bottom {
        display: none;
    }
    .page5_conten_a {
        width: 100%;
    }
    .page5_conten_a .div {
        width: 100%;
        margin-bottom: 10px;
    }
    .page5_conten_a .div_1 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .page5_conten h3 {
        margin-bottom: 0;
    }
    .page5_conten h3 {
        font-size: 32px;
    }
    .page5_conten p {
        font-size: 14px;
        line-height: 20px;
    }
    .page5_conten_form {
        margin-top: 22px;
    }
    .page5_conten_c {
        margin-top: 24px;
    }
    .page5_conten_a .div {
        height: 36px;
    }
    .page5_conten_a .div input {
        height: 36px;
    }
    .page5_conten_a .div_1 {
        height: 36px;
    }
    .page5_conten_a .div_1 input {
        height: 36px;
    }
    .icon-phone,
    .icon-user,
    .icon-adder,
    .icon-ter {
        top: 6px;
    }
    .page5_conten_b textarea {
        height: 89px;
    }
    .page5_conten_b {
        width: 100%;
    }
    .page5_conten_b textarea {
        height: 89px;
        width: 100%;
    }
    .footer_t p {
        line-height: 22px;
        font-size: 14px;
    }
    .share_fr_lust .bshare-custom a {
        margin: 0 4px;
        width: 23px;
    }
    .share_fr_lust {
        width: 20%;
        float: right;
        padding: 28px 0;
        text-align: right;
    }
    .xiantiao1,
    .xiantiao2,
    .xiantiao3 {
        display: none;
    }
    .tabheader_title h3 {
        font-size: 24px;
    }
    .page3_t .li_t a {
        opacity: 1;
    }
    .product_dj_b {
        height: 71vh !important;
        max-height: 71vh !important;
    }
    .product_dj .product_dj_t {
        height: 71vh !important;
        max-height: 71vh !important;
    }
    .tab-item-text p {
        -webkit-line-clamp: 2;
    }
    .nav .navLi.active>a {
        color: rgba(149, 31, 35, 1);
    }
    .page3_t .li_t p {
        height: auto;
    }
}

@media screen and (max-width:375px) {
    .page3_t_title {
        margin-bottom: 9%;
    }
    .tab-item-text h3 {
        font-size: 14px;
    }
    .tab-item-text h3 {
        margin-bottom: 8px;
    }
    .swiper_ty {
        margin-top: 18px;
    }
    .tabheader div {
        padding: 0px 11px;
    }
    .page3_t .li_t p {
        font-size: 14px;
        line-height: 22px;
    }
    .page3_t_title h3 {
        font-size: 20px;
    }
    .page3_t .li_t a {
        opacity: 1;
    }
    .map_conmt .swiper-button-next,
    .map_conmt .swiper-button-prev {
        top: auto;
        bottom: -13%;
    }
    .page5_conten p {
        font-size: 14px;
        line-height: 16px;
    }
    .footer_t p,
    .footer_t p a {
        line-height: 20px;
        font-size: 12px;
    }
    .share_fr_lust {
        width: 20%;
        float: right;
        padding: 19px 0;
        text-align: right;
    }
    .page5_conten_c input {
        margin-bottom: 30px;
    }
    .tab-item-text p {
        -webkit-line-clamp: 2;
    }
    .page3_t .li_t p {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .page3_t .li_t img {
        height: 59px;
    }
    .page3_t_title {
        margin-bottom: 9%;
        margin-top: 32px;
    }
}

@media screen and (max-width:360px) {
    .page5_conten_b,
    .page5_conten_b textarea {
        height: 67px;
    }
    .page5_conten_form {
        margin-top: 11px;
    }
}

@media screen and (max-width:320px) {
    .tabheader_title {
        margin-bottom: 6px;
        margin-top: 54px;
    }
    .map_conmt .kong {
        height: 26px;
    }
    .text_weipr {
        margin-bottom: 20px;
    }
}

.swiper_ty {
    height: 526px;
}