/* 字体 */
@font-face {
    font-family: 'DIN_Medium';
    src: url('../fonts/DIN-Medium.eot');
    src: url('../fonts/DIN-Medium.otf') format('otf'),
        url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Medium.woff') format('woff'),
        url('../fonts/DIN-Medium.woff2') format('woff2'),
        url('../fonts/DIN-Medium.ttf') format('truetype'),
        url('../fonts/DIN-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN_Bold';
    src: url('../fonts/DIN-Bold.eot');
    src: url('../fonts/DIN-Bold.otf') format('otf'),
        url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Bold.woff') format('woff'),
        url('../fonts/DIN-Bold.woff2') format('woff2'),
        url('../fonts/DIN-Bold.ttf') format('truetype'),
        url('../fonts/DIN-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* header*/
/* #header.on, */
#header.on .logo,
#header.on .nav {
    /* animation: top .6s 1.4s forwards 1; */
    /* -webkit-transition: all .6s 2s;
	-moz-transition: all .6s 2s;
	-ms-transition: all .6s 2s;
	-o-transition: all .6s 2s; */
}

#header.on {
    /* transform: translateY(0); */
    /* transition: all .6s 1s; */
    /* -webkit-transition: all .6s .5s;
	-moz-transition: all .6s .5s;
	-ms-transition: all .6s .5s;
	-o-transition: all .6s .5s; */
}

#header:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
}

#header {
    width: 100%;
    max-width: 2560px;
    margin: auto;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}


#header .logo {
    float: left;
    width: 206px;
    height: 100px;
    background: url(../images/logo.png) no-repeat center;
    margin: 0 0 0 40px;
    /* transform: translateY(-200px); */
    position: relative;
    transition: all .4s;
    /* top: -100px; */
}

.white #header .logo,
.start #header .logo {
    background: url(../images/logo_on.png) no-repeat center;

}

#header .nav {
    float: right;
    /* transform: translateY(-200px); */
    position: relative;
    /* top: -100px; */
}

@keyframes top {
    0% {
        top: -100px;
    }

    100% {
        top: 0px;

    }
}

#header .nav>ul {
    float: left;
    margin-right: 25px;
}

#header .nav>ul li {
    float: left;
    text-align: center;
    position: relative;
}

#header .nav>ul li a {
    padding: 0 15px;
    line-height: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    font-weight: bold;
}

#header .nav>ul li a:hover,
#header .nav>ul li a.on {
    /* color: #005bac;*/
}

#header .nav>ul .nav_er {
    width: 100%;
    min-width: 1200px;
    max-width: 2560px;

    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

#header .nav>ul .nav_er .div_dl {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#header .nav>ul .nav_er .div_dl a {
    float: left;
    color: #fff;
}

#header .search {
    float: right;
    width: 48px;
    height: 100px;
    background: url(../images/_head_ri.png)no-repeat center;
    margin: 0 60px 0 15px;
}

.white #header,
.start #header {
    background-color: #fff;
}

/* 
.white #header .logo,
.start #header .logo {
	background: url(../images/_logoOn.png) no-repeat center;
}

.white #header .search,
.start #header .search {
	background: url(../images/_head_riOn.png)no-repeat center;
} */

.white #header .nav>ul li a,
.start #header .nav>ul li a {
    color: #808080;
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #37b638;
    z-index: 10000;
    margin: 0 auto;
}

.loading.on {
    animation: height .6s .3s ease-in-out forwards 1;
}

@keyframes height {
    0% {
        height: 100vh;
    }

    100% {
        height: 0;
    }
}

.img_bg {
    position: relative;
    overflow: hidden;
}

.img_bg:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -webkit-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -moz-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -ms-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -o-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
}

.img_bg.animated:after {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.img_bg.img_bg2.animated:after {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

.w1680 {
    width: 1680px;
    margin: 0 auto;
}

/* @media (max-width: 1800px) {
    .w1680 {
        width: 1200px;
    }
} */
.inxTitle {
    padding-bottom: 44px;
}

.inxTitle h3 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 13px;
    text-align: center;
}

.inxTitle h4 {
    color: #ffffff;
    opacity: .3;
    font-size: 26px;
    line-height: 20px;
    /* margin-bottom: 10px; */
    font-family: DIN_Medium;
    text-align: center;
    text-transform: uppercase;
}

.index {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    margin-top: 100vh;
    background: #0d0d0d;
    z-index: 100;
}

.indexBanner {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 15;
}

.indexBanner .animated {
    display: none;
}

.indexBanner .swiper-slide-active .animated {
    display: block !important;
}

.indexBanner .swiper-pagination {
    display: block !important;
    width: 1680px !important;
    max-width: 92%;
    position: absolute;
    height: 0;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    margin: auto;
    bottom: 107px !important;
    z-index: 100;
}

.indexBanner .swiper-pagination span {
    display: block !important;
    opacity: 1;
    position: relative;
    width: 10px;
    height: 10px;
    background: #babac0;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
    float: left;
    transition: all .4s;
    font-size: 0;
    border-radius: 50%;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
    box-sizing: border-box;
    width: 50px;
    border-radius: 30px;
    background: #fff;
}

.indexBanner .bg {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.indexBanner .pcBg {
    display: block;
}

.indexBanner .moBg {
    display: none;
}

.mobile .indexBanner .pcBg {
    display: none;
}

.mobile .indexBanner .moBg {
    display: block;
}

.indexBanner .pos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 1680px;
    height: 100%;
    margin: auto;
    max-width: 92%;
}

.indexBanner .pos .ban_t {
    position: absolute;
    left: 0;
    top: 33%;
    transform: translateY(-50%);
}

.indexBanner .text1 h2 {
    color: #ffffff;
    font-size: 66px;
    line-height: 1;
    margin-bottom: 18px;
}

.indexBanner .text1 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.indexBanner .text2 h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 14px;
}

.indexBanner .text2 h3 {
    color: #ffffff;
    font-size: 66px;
    line-height: 1;
}

.indexBanner .btn {
    width: 120px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    height: 56px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 2000px;
    margin-top: 107px;
    transition: all .3s;
}

.indexBanner .btn:hover {
    background-color: #FFF;
    color: #333;
}

/* banner*/
.banner {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: -1; */
}

.banner #video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .video {
    position: relative;
}

.banner .video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner .bd {
    width: 100%;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner .bd li:nth-child(1) {
    z-index: 10;
}

.banner .bd li .img {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .content {
    width: 1680px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.banner .ban_t {
    position: absolute;
    left: 0;
    top: 350px;
}

.banner .ban_t .text1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.banner .ban_t .text2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.banner .playState.play {
    background-image: url("../images/ban/icon_pause.png");
}

.banner .playState.stop {
    background-image: url("../images/ban/icon_play.png");
}

.banner .playState {
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -650px;
    top: 82%;
    width: 10px;
    height: 13px;
    cursor: pointer;
    background: no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 1;
}



.banner .hd ul {
    overflow: hidden;
    display: flex;
    justify-content: left;
}

.banner .hd ul li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #babac0;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
    float: left;
    transition: all .4s;
    font-size: 0;
    border-radius: 50%;
}

.banner .hd ul li:last-child {
    margin-right: 0;
}

.banner .hd ul li.on {
    box-sizing: border-box;
    width: 50px;
    border-radius: 30px;
    background: #fff;
}

.banner .hd li .l {
    position: absolute;
    width: 12px;
    height: 24px;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.banner .hd li .l:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0.5px solid #e60012;
    border-color: transparent #e60012 #e60012 transparent;
    transform: rotate(-45deg);
}


.banner .hd li .r {
    position: absolute;
    width: 12px;
    height: 24px;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 0 12px 12px 0;
}

.banner .hd li .r:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0.5px solid #e60012;
    border-color: #e60012 transparent transparent #e60012;
    transform: rotate(-45deg);
}

.banner .hd li.on .l:after {
    -webkit-animation: circle_right 5s linear 1 forwards;
    -moz-animation: circle_right 5s linear 1 forwards;
    -o-animation: circle_right 5s linear 1 forwards;
    animation: circle_right 5s linear 1 forwards;

}

.banner .hd li.on .r:after {
    -webkit-animation: circle_right 4.9s 2.5s linear 1 forwards;
    -moz-animation: circle_right 4.9s 2.5s linear 1 forwards;
    -o-animation: circle_right 4.9s 2.5s linear 1 forwards;
    animation: circle_right 4.9s 2.5s linear 1 forwards;

}




@keyframes circle_right {
    0% {
        transform: rotate(-45deg);
    }

    50%,
    100% {
        transform: rotate(135deg);
    }
}

.banner .hd {
    position: absolute;
    z-index: 99;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 1680px;
    margin: 0 auto;
    text-align: center;
}


.index_ct1 {
    height: 1082px;
    margin-bottom: -130px;
    position: relative;
    /* background: #0d0d0d url(/gart/images/index_ct1-bg.jpg) no-repeat center top; */
    background: #0d0d0d;
}

.index_ct1 .swiper-slide {
    padding-top: 130px;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.index_ct1 .swiper-slide .cBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.index_ct1 .swiper-slide .moBg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile .index_ct1 .swiper-slide .cBg {
    display: none;
}

.mobile .index_ct1 .swiper-slide .moBg {
    display: block;
}

.index_ct1 .xian {
    position: relative;
}

.index_ct1 .xian::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: calc(100% + 250px);
    background-color: #ebebeb;
}

.index_ct1::after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 820px;
    width: 1px;
    height: calc(100% + 250px);
    background-color: #ebebeb;
}

.index_ct1::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -820px;
    width: 1px;
    height: calc(100% + 250px);
    background-color: #ebebeb;
    z-index: 100;
}

.index_ct2_b {
    width: calc(50vw - 10px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mo_index_ct2_b {
    display: none;
    background-size: cover;
}

.mobile .index_ct2_b {
    display: none;
}

.mobile .mo_index_ct2_b {
    display: block;
}

.index_ct2_b1 {
    float: right;
    /* background: url(../images/index_ct2-le.jpg) no-repeat center; */
}

.index_ct2_b2 {
    float: left;
    /* background: url(../images/index_ct2-ri.jpg) no-repeat center; */
}

.index_ct1 .t,
.index_ct2 .t,
.index_ct3 .t {
    margin: 0 auto;
    text-align: center;
}

.index_ct1 .t img,
.index_ct2 .t img,
.index_ct3 .t img {
    padding-bottom: 50px;
}

/* .index_ct1{
    background-color: #FFF;
} */
.index_ct1 .img {
    position: relative;
    /* background: url(../images/test/index1.jpg) no-repeat center/cover; */
    height: 640px !important;
    width: 2560px;
    margin-left: 50vw;
    transform: translateX(-50%);
    /* padding-top: 150px; */
}

.index_ct1 .img img {
    object-fit: cover;
    max-width: none;
}

.index_ct1 .img .h5,
.index_ct2 .h5,
.index_ct2 .h1,
.index_ct1 .img .h1 {
    overflow: hidden;
    z-index: 100;
}

.index_ct1 .img h5 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.index_ct1 .img h1 {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 300;
    transition-delay: 1.2s;
}

.index_ct1 .img .btn {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
}

.index_ct1 .img .w1680 {
    /* position: relative; */
}

.index_ct1 .img .btn2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    opacity: 0;
}

.index_ct1 .img .btn3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    opacity: 0;
}



.index_ct2 .cot h4 {
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.index_ct2 .txt {
    transition: all .2s;
    /* opacity: 0; */
    width: calc(50vw - 10px);
    position: absolute;
    top: 100px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 200;
    /* pointer-events: none; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_ct2 .t1 {
    left: 0;
    right: auto;
}

.index_ct2 .t2 {
    right: 0;
    left: auto;
    /* margin-left: 600px;
    width: 100%; */
    /* top: 50px; */

}

.index_ct2 .b1 .txt {
    position: absolute;
    left: 140px;
    top: 20px;
    width: 100%;
}

.index_ct2 .b2 .txt {
    position: absolute;
    left: 140px;
    top: 20px;
    width: 100%;
}

.index_ct2 .on1 .b1 .txt {
    opacity: 1;

}

.index_ct2 .on2 .b2 .txt {
    opacity: 1;
}

.index_ct2 h5 {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 165px;
    margin-bottom: 15px;
}

.index_ct2 .bbb {
    margin: 120px auto 0;
    /* width: 120px; */
    display: block;
}


.index_ct3 {
    padding-top: 130px;
    /* background: #fff; */
    margin-bottom: -10px;
}

.index_ct2 {
    /* padding-top: 130px; */
    /* background: #fff; */
}

.index_ct2 .box {
    position: relative;
    height: 800px;
}

.index_ct2 .box .b {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -0;
    width: 2560px;
    height: 100%;
    background: url(../images/test/index2_bg.jpg) no-repeat center/100%;
}


.index_ct2 .img {
    position: relative;
}

.index_ct2 .iBox {
    float: left;
    /* width: 745px;
  height: 600px; */
    width: 1280px;
    height: 800px;
    position: absolute;
    top: 0;
    margin-left: -640px;
    /* border-radius: 13px; */
}

.index_ct2 .on2 .t1 {
    opacity: 0;
}

.index_ct2 .on1 .t2 {
    opacity: 0;
}

.index_ct2 .iBox:first-child {
    margin-right: 32px;
}

.index_ct2 .on1 .b1 {
    /* width: 1280px;
  height: 800px; */
    width: 745px;
    height: 600px;
    /* top: 0;
  margin-left: -640px; */
    border-radius: 0 13px 13px 0;
}

.index_ct2 .on1 .b2 {
    /* width: 745px;
  height: 600px; */
    width: 1280px;
    height: 800px;
}

.index_ct2 .on2 .b1 {
    width: 1280px;
    height: 800px;
}

.index_ct2 .on2 .b2 {
    width: 745px;
    height: 600px;
    /* width: 1280px;
  height: 800px; */
    /* top: 0;
  margin-left: 640px; */
    border-radius: 13px 0 0 13px;

}

.index_ct2 .b1 {
    /* background: url(../images/test/index2_li1.jpg) no-repeat center; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -647px;
    z-index: 10;
    /* background-size: cover; */
    width: 1270px;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: all 1.6s;
}

.index_ct2 .b2 {
    /* background: url(../images/test/index2_li2.jpg) no-repeat center; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 642px;
    z-index: 10;
    /* background-size: cover; */
    width: 1270px;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: all 1.6s;
}

.index_ct2 .box .b1.animated {
    /* animation: img_bg3 1s  linear forwards 1; */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.index_ct2 .box .b2.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* animation: img_bg2 1s  linear forwards 1; */

}

.img_bg2 {
    -webkit-animation-name: img_bg2;
    animation-name: img_bg2;
}

.img_bg3 {
    -webkit-animation-name: img_bg3;
    animation-name: img_bg3;
}

@keyframes img_bg2 {
    0% {
        height: 0;
        opacity: 1;
    }

    100% {
        height: 600px;
        opacity: 1;
    }
}

@keyframes img_bg3 {
    0% {
        height: 0;
        opacity: 1;
    }

    100% {
        height: 800px;
        opacity: 1;
    }
}

.index_ct2 .iBox {
    /* transition: all .5s; */
}

.index_ct3 {
    padding-bottom: 10px;
}

.index_ct3 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.index_ct3 ul li {
    z-index: 1;
    position: relative;
}

.index_ct3 ul li:nth-child(1) {
    margin-right: 20px;
}

.product .bxList .swiper-slide {
    width: auto !important;
}

.product .bxList .li {
    width: 453px !important;
}

@media screen and (max-width:1740px) {

    .banner .content,
    .w1680,
    .banner .hd {
        width: 92vw;
    }


}

.indexBanner .ckmBtn {
    margin-top: 100px;
}

.index_ct1 .ckmBtn {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.index_ct2 .ckmBtn {
    margin-top: 116px;
    display: flex;
    justify-content: center;
}

.ckmBtn a,
.ckmBtn span {
    display: inline-block;
    padding: 0 20px;
    height: 57px;
    border-radius: 2000px;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 53px;
    color: #FFF;
    font-size: 16px;
    min-width: 128px;
    cursor: pointer;
    transition: all .3s;
}

.ckmBtn a:hover,
.ckmBtn span:hover {
    background-color: #FFF;
    color: #333;
}

.indexCo1Sw {
    height: 860px;
}

.indexCo1Sw .bg {
    /* position: absolute; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
    height: 640px;
}

.index_ct1 .swiper-pagination {
    display: block;
    width: 1680px !important;
    max-width: 92%;
    position: absolute;
    height: 0;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    margin: auto;
    bottom: 114px !important;
    z-index: 100;
    text-align: center;
}

.index_ct1 .swiper-pagination span {
    display: inline-block !important;
    opacity: 1;
    position: relative;
    width: 10px;
    height: 10px;
    background: #babac0;
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
    transition: all .4s;
    font-size: 0;
    border-radius: 50%;
}

.index_ct1 .swiper-pagination span.swiper-pagination-bullet-active {
    box-sizing: border-box;
    width: 50px;
    border-radius: 30px;
    background: #fff;
}

.index_ct1 .imgPosTxt {
    height: 640px;
    /* margin-top: -640px; */
    /* display: flex; */
    width: 900px;
    /* max-width: 60vw; */
    /* padding-top: 66px; */
    text-align: center;
    /* justify-content: center;
    align-items: center; */
    position: relative;
    z-index: 10;
    margin: auto;
}

.index_ct1 .imgPosTxt .dd:nth-child(1) {
    display: block;
}

.index_ct1 .imgPosTxt .dd {
    display: none;
}

.index_ct1 .imgPosTxt.animated .animated {
    display: block;
}

.index_ct1 .imgPosTxt h5 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.index_ct1 .imgPosTxt .txt_ovhe h3 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-weight: 300;
}

.index_ct1 .imgPosTxt .txt {
    margin-top: 30px;
}

.index_ct1 .imgPosTxt p {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 18px;
}

.txt_ovhe {
    overflow: hidden;
}

.indexCo1SwWrap .btnW span {
    display: block;
    margin-top: 60px;
    color: #FFF;
    opacity: rgba(255, 255, 255, .7);
    width: 100px;
    /* margin-left: -50px; */
    text-align: center;
    transform: translateX(-30%);
}

.indexCo1SwWrap .btnW {

    position: absolute;

    left: 0;

    right: 0;

    height: 0;

    top: 66%;

    /* transform: translateY(-50%); */

    margin: auto;

    max-width: 1680px;

    /* transform: translateY(-50%); */

    z-index: 160;
}

@media (max-width:1730px) {
    .indexCo1SwWrap .btnW {
        max-width: 92vw;
    }


}

@media (max-width:1600px) {


    .index_ct3 .card .nuik .li {
        margin-right: 40px !important;
    }

    .index_ct3 .card .nuik .li::before {
        left: -20px !important;
    }
}

.index_ct1 .img .swiper-slide .animated {
    display: none;
}

.index_ct1 .img.animated .swiper-slide-active .animated {
    display: block !important;
}

.indexCo1SwWrap .prev,
.indexCo1SwWrap .next {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 50px;
    z-index: 160;
    outline: none !important;
    user-select: none;
}

.indexCo1SwWrap .prev {
    animation: indexCo1SwBtnTips1 3s ease-in-out infinite;
}

.indexCo1SwWrap .next {
    animation: indexCo1SwBtnTips2 3s ease-in-out infinite;
}

.productCont3>.cont>ul>li {
    overflow: hidden !important;
}

@keyframes indexCo1SwBtnTips1 {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    70% {
        transform: translateX(10px);
        opacity: .5;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes indexCo1SwBtnTips2 {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    70% {
        transform: translateX(-10px);
        opacity: .5;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.indexCo1SwWrap .prev {
    left: 40px;
    background: url(../images/prev1.png) no-repeat center;
}

.indexCo1SwWrap .next {
    right: 40px;
    background: url(../images/next1.png) no-repeat center;
}

.indexCont3 {
    height: 999px;
    position: relative;
}

.indexCont3 .inxTitle {
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    z-index: 50;
}

.indexCont3Sw {
    height: 100%;
}

.indexCont3Sw .swiper-slide .moBg {
    display: none;
}

.mobile .indexCont3Sw .swiper-slide .moBg {
    display: block;
}

.mobile .indexCont3Sw .swiper-slide .bg {
    display: none;
}

.indexCont3Sw .swiper-slide .moBg,
.indexCont3Sw .swiper-slide .bg {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.indexCont3.animated .swiper-slide-active .animated {
    display: block;
}

.indexCont3Sw .pos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    top: 272px;
    z-index: 10;
}

.indexCont3Sw .text1 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 13px;
    text-align: center;
}

.indexCont3Sw .ckmBtn {
    display: none;
    text-align: center;
    margin-top: 60px;
}

.indexCont3Sw .text1 h4 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    text-align: center;
}

.noTo {
    cursor: default !important;
}

.indexCont3SwTab {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 104px;
    z-index: 100;
    display: flex;
    justify-content: center;
}

.indexCont3SwTab ul {
    height: 0;
    display: inline-block;
    border-top: 2px solid rgba(255, 255, 255, .5);
    font-size: 0;
}

.indexCont3SwTab li {
    display: inline-block;
    margin-top: -2px;
    border-top: 2px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.indexCont3SwTab li::before {
    content: "";
    display: block;
    width: 100%;
    height: 42px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 2000px;
    opacity: 0;
    transition: all .3s;
}

.indexCont3SwTab li.on::before {
    opacity: 1;
}

.indexCont3SwTab li.on {
    border-top: 2px solid rgba(255, 255, 255, 1);
}

.indexCont3SwTab li.on span {
    color: #FFF;
}

.indexCont3SwTab li a,
.indexCont3SwTab li span {
    display: block;
    padding: 20px 24px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 10;
    font-size: 16px;
    min-width: 132px;
    text-align: center;
}

.index_ct3 {
    padding-bottom: 130px;
}

.index_ct3 .card {
    display: flex;
    justify-content: space-between;
}

.index_ct3 .card .it {
    min-height: 547px;
    width: calc(50% - 10px);
    border-radius: 14px;
    /* overflow: hidden; */
}

.index_ct3 .card .it:nth-child(2) {
    /* min-width: 700px; */
    margin-left: 20px;
}

.index_ct3 .card .box1 {
    height: 100%;
    /* background: url(/gart/images/index_ct3-le.jpg) no-repeat center; */
    background-size: cover;
    /* padding: 50px 50px 0; */
    padding: 150px 0 0 90px;
    border-radius: 14px;
}

.index_ct3 .card .box1 h4 {
    color: #041e42;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: DIN_Bold;
    font-weight: bold;
    /* letter-spacing: 0px; */
}

.index_ct3 .card .box1 h5 {
    color: #665f57;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
}

.index_ct3_card_box1 h6 {
    color: #333333;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 16px;
}

.index_ct3_card_box1 h6 {
    color: #333333;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 19px;
}

.index_ct3_card_box1 ol li {
    margin-bottom: 14px;
}

.index_ct3_card_box1 ol b {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.index_ct3_card_box1 ol p {
    color: #808080;
}

.index_ct3 .card .box2 {
    background: #FFF;
    height: 100%;
    background-size: cover;
    padding: 54px 50px 45px;
    border-radius: 14px;
}

/* @media (max-width:1500px){
    
} */
.index_ct3 .card .box2 .t1 {
    color: #333333;
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 17px;
}

.index_ct3 .card .box2 .t2 {
    color: #808080;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 55px;
}

.index_ct3 .card .box2 .lit {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -40px;
    /* margin-bottom: 50px; */
}

.index_ct3 .card .box2 .lit .item {
    margin-right: 30px;
}

.index_ct3 .card .box2 .k1 {
    color: #333333;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
}

.index_ct3 .card .box2 .k2 {
    color: #333333;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
}

.index_ct3 .card .box2 .k1 span em {
    display: inline-block;
}

.index_ct3 .card .box2 .k1 span {
    display: inline-block;
    color: #f9423a;
    font-size: 33px;
    line-height: .8;
    margin-right: 3px;
    transform: translateY(5px);
    /* height: 50px; */
    font-family: 'DIN_Bold';
    letter-spacing: -2px;
}

.index_ct3 .card .box2 .nuik {
    display: flex;
    justify-content: flex-start;
    padding-top: 45px;
    margin-top: 30px;
    /* margin-right: 96px; */
    border-top: 1px solid #ebebeb;
}

.index_ct3 .card .nuik .li {
    position: relative;
    margin-right: 96px;
    cursor: pointer;
}

.index_ct3 .card .nuik .li:last-child {
    margin-right: 0;
}


.index_ct3 .card .nuik .li:nth-child(1):before {
    display: none;
}

.index_ct3 .card .nuik .li::before {
    content: "";
    width: 0;
    height: 100%;
    border-left: 2px solid #ebebeb;
    position: absolute;
    left: -50px;
    top: 0;
}

.index_ct3 .card .nuik .li .tips::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 99%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 10px solid #fdfdfd;
}

.index_ct3 .card .nuik .li:nth-child(3) .tips {
    width: 500px;
}

.index_ct3 .card .nuik .li .tips {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 117px;
    width: 426px;
    padding: 26px 30px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 24px -3px rgba(0, 0, 0, .15);
    display: none;
    animation: fadeIn 1s forwards;
    color: #808080;
    font-size: 15px;
}

.index_ct3 .card .nuik .li:hover .tips {
    display: block;
}

.index_ct3 .card .nuik .li:hover span {
    color: #f9423a;
}

.index_ct3 .card .nuik .ic {
    height: 50px;
}

.index_ct3 .card .nuik .ic img {
    margin: auto;
    display: block;
}

.index_ct3 .card .nuik span {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 1;
    transition: all .3s;
}

.mobile_pirListSlide {
    display: none;
}

#content .productCont5 .duaList .li span,
#content .productCont2 .duaList .li span {
    padding: 0 17px !important;
}

.mobileTxImg {
    display: none;
}

.product.product_10456 .productCont4 {
    padding-top: 80px;
    height: 1664px;
    overflow: hidden;
    background-color: #13161b;
}

.product.product_10456 .bxListSW {
    display: none !important;
}

.product.product_10456 .productCont1 {
    padding-top: 80px;
}

.product.product_10456 .txTable {
    margin-top: 40px;
}

.product.product_10456 .productCont2 .duaList .li span {
    border-color: #FFF;
}

.product.product_10456 .productCont2 .duaList .li {
    float: left;
}

.product.product_10456 .productCont2 h3 {
    margin-bottom: 450px;
}

.product.product_10456 .txTable {
    position: relative;
    margin-top: 140px;
}

.product.product_10456 .txTable .tx {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    margin-bottom: 20px;
    height: 120px;
}

@media (max-width:900px) {

    #content.indoor.product.product_10456 .productCont1 {
        height: 663px;
    }

    #content.indoor.product.product_10456 .productCont2 {
        height: 660px;
    }

    #content.indoor.product.product_10456 .productCont2 .duaList .li span {
        width: 200px;
        float: none;
    }

    #content.indoor.product.product_10456 .productCont2 .duaList .li {
        width: 200px;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .product.product_10456 .txTable {
        position: relative;
    }

    .product.product_10456 .txTable .tx {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 100%;
        margin-bottom: 20px;
        height: 156px;
    }

    .product.product_10456 .productCont3 .cont .tx p {
        font-size: 14px;
        line-height: 20px;
    }

    #content.product.product_10456 .productCont4 h3 {
        margin-bottom: 287px;
    }

    .product.product_10456 .productCont2 h3 {
        margin-bottom: 30px;
    }

    .indexCont3SwTab li a,
    .indexCont3SwTab li span {
        padding: 20px 12px;
    }

    #header {
        height: 60px;
    }

    #header .logo {
        /* height: 30px; */
        height: 100%;
        width: 110px;
        background-position: center !important;
        background-size: 100% auto !important;
        margin-left: 4vw;
    }

    #header .nav>ul {
        margin-right: 4vw;
    }

    #header .nav>ul li a {
        padding: 0;
        line-height: 60px;
        font-size: 14px;
    }

    .indexBanner .text2 h2,
    .indexBanner .text1 h3 {
        font-size: 16px;
        text-shadow: 0 0 2px rgba(0, 0, 0, .47);
        margin-bottom: 10px;
    }

    .indexBanner .text1 h2,
    .indexBanner .text2 h3 {
        font-size: 30px;
        line-height: 1.3;
        text-shadow: 0 0 2px rgba(0, 0, 0, .47);
        margin-bottom: 10px;
    }

    .indexBanner .swiper-pagination {
        bottom: calc(5% + 30px) !important;
    }

    .index_ct1 .swiper-pagination span,
    .indexBanner .swiper-pagination span {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .index_ct1 .swiper-pagination span.swiper-pagination-bullet-active,
    .indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
        width: 40px;

    }

    .inxTitle {
        padding-bottom: 30px;
    }

    .inxTitle h3 {
        font-size: 24px;
    }

    .inxTitle h4 {
        font-size: 20px;
        line-height: 16px;
    }

    .index_ct1 .imgPosTxt .txt {
        margin-top: 20px;
    }

    .indexCo1SwWrap .prev,
    .indexCo1SwWrap .next {
        display: none !important;
    }

    .index_ct1 .imgPosTxt .txt_ovhe h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .index_ct1 .imgPosTxt h5 {
        font-size: 20px;
    }

    .index_ct1 .swiper-slide {
        padding-top: 70px;
    }

    .index_ct1 .imgPosTxt {
        width: 92vw;

    }

    .index_ct1 .imgPosTxt p {
        color: rgba(255, 255, 255, 1);
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .index_ct1,
    .indexCo1Sw {
        height: 100vh;
        max-height: 700px;
    }

    .index_ct1 {
        overflow: hidden;
        margin-bottom: 0;
    }



    .index_ct1 .swiper-slide {
        background-size: auto 100% !important;
    }

    .index_ct1 .swiper-pagination {
        bottom: 55px !important;
    }

    .index_ct2 {
        padding-top: 70px;
    }

    .index_ct2 .box {
        height: auto;
        padding: 0 4vw;
        overflow: hidden;
    }

    .index_ct2 .iBox {
        width: 100% !important;
        height: 300px !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        right: auto !important;
        bottom: auto !important;
        margin: 0 0 30px 0 !important;
        transform: translateX(0px) !important;

    }

    .index_ct2_b {
        width: 100% !important;
        float: none !important;
    }

    .index_ct2 .txt {
        /* display: none; */
        width: 92% !important;
        height: 300px !important;
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index_ct2 .txt.t2 {
        top: 330px !important;
    }

    .index_ct2 .cot {
        padding: 0 20px;
    }

    .index_ct2 .cot h5 {
        padding-top: 0;
        font-size: 20px;
        margin-bottom: 20px;
        animation-delay: .1s !important;
    }

    .index_ct2 .cot h4 {
        font-size: 22px;
        animation-delay: 0s !important;
    }

    .indexCont3 .inxTitle {
        top: 70px;
    }

    .indexCont3 {
        /* height: 100vh; */
        max-height: 700px;
    }

    .indexCont3SwTab {
        width: 100%;
        padding: 0 4vw;
    }

    .indexCont3SwTab li a,
    .indexCont3SwTab li span {
        min-width: auto;
        padding: 20px;
        font-size: 14px;
    }

    .indexCont3SwTab li a,
    .indexCont3SwTab li span {
        min-width: auto;
        padding: 20px 12px;
        font-size: 14px;
    }

    .indexCont3Sw .text1 h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .indexCont3Sw .text1 h4 {
        font-size: 28px;
    }

    .index_ct3 {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .index_ct3 .card {
        flex-wrap: wrap;
    }

    .index_ct3 .card .it {
        width: 100%;
        min-height: 300px;
        margin: 0 0 30px 0 !important;
    }

    .index_ct3 .card .box1 {
        padding: 83px 20px;
    }

    .index_ct3 .card .box2 {
        padding: 36px 20px 30px;
    }

    .index_ct3 .card .box2 .lit .item {
        width: 100%;
    }

    .index_ct3 .card .box2 .t1 {
        font-size: 20px;
        line-height: 1.3;
    }

    .index_ct3 .card .box2 .t2 {
        margin-bottom: 26px;
        font-size: 14px;
        line-height: 24px;
    }

    .index_ct3 .card .box2 .k1 {
        margin-bottom: 12px;
    }

    .index_ct3 .card .box2 .nuik {
        padding-top: 30px;
        margin-top: 20px;
    }

    .index_ct3 .card .nuik .li {
        width: 25%;
        margin-right: 0 !important;
        text-align: center;

    }

    /* .index_ct3 .card .it {
        animation-name: bounceInUp !important;
    } */

    .index_ct3 .card .nuik .li::before {
        left: -1px !important;
        border-left-width: 1px;
    }

    .index_ct3 .card .nuik span {
        font-size: 12px;
    }

    .index_ct4 {
        padding: 70px 0 !important;
        height: auto !important;
    }

    .index_ct4 .topTips {
        padding: 0 4vw;
    }

    .index_ct4 .el-radio {
        margin-top: 10px !important;
    }

    .cgFormBox .el-radio-group {
        margin-right: -30px !important;
    }

    .cgFormBox .tx {
        /* margin-bottom: 16px !important; */
    }

    .cgFormBox .tr {
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }

    .cgFormBox .tr:nth-child(2) .td {
        width: calc(50% - 7px) !important;
        margin-bottom: 14px;
        margin-left: 0 !important;
    }

    .cgFormBox .tr:nth-child(2) .td:last-child {
        /* width: 100% !important; */
    }

    .cgFormBox .tr:nth-child(3) {
        width: calc(50% - 7px) !important;
        margin-top: -84px;
        margin-bottom: 0 !important;
        margin-left: calc(50% + 7px);
    }

    .cgFormBox .tr:nth-child(3) .td {
        width: calc(50vw - 7px) !important;
        margin-bottom: 14px;
        margin-left: 0 !important;

    }

    .cgFormBox .tr:nth-child(4) .td {
        width: 100% !important;
        margin-bottom: 14px;
        margin-left: 0 !important;
    }

    .cgFormBox .tr:nth-child(3) input {
        width: calc(100% - 76px) !important;
    }

    .cgFormBox .elSe .el-select .el-input .el-select__caret {
        margin-left: -35px !important;
    }

    .cgFormBox .elSe .el-input__inner {
        padding-left: 72px;
    }

    .index_ct4 .topTips {
        margin-bottom: 40px !important;
    }

    .cgFormBox .elSe .el-select {
        width: 100%;
    }

    .cgFormBox .tr:nth-child(4) :nth-child(3) {
        width: calc(100% - 120px - 15px) !important;
        margin: auto !important;
        margin-right: 14px !important;
    }

    .cgFormBox .tr:nth-child(4) .td:last-child {
        width: 120px !important;
        margin: auto !important;
    }

    #content .fwclPop .pop-cont {
        width: 92%;
        padding: 40px 20px;
        margin: 64px auto 0;
    }

    #content .fwclPop .close {
        right: 16px;
        top: 10px;
    }

    .index_ct3 .card .nuik .li:nth-child(1) .tips {
        width: 84vw;
        margin-left: -4vw;
        left: 40vw;
    }

    .index_ct3 .card .nuik .li:nth-child(1) .tips::before {
        margin-left: -26vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .index_ct3 .card .nuik .li:nth-child(2) .tips {
        width: 84vw;
        margin-left: -6vw;
        left: 25vw;
    }

    .index_ct3 .card .nuik .li:nth-child(2) .tips::before {
        margin-left: -8vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .index_ct3 .card .nuik .li:nth-child(3) .tips {
        width: 84vw;
        margin-left: -4vw;
    }

    .index_ct3 .card .nuik .li:nth-child(3) .tips::before {
        margin-left: 4vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #footer p {
        text-align: left;
    }

    /* ====== */
    #content .productTop .topBox {
        height: 380px;
    }



    #content .productTop .topBox h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    #content .productTop .topBox h2 {
        font-size: 28px;
    }

    #content .productTop .dxList {
        flex-wrap: wrap;
        margin: 0 -20px;
        margin-bottom: 100px;
    }

    #content .productTop {
        background-size: 700px;
        padding-top: 108px;
        /* background: url(../images/outdoors-test2.jpg) !important; */
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        background-color: #1d2025;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    #content.outdoors .productTop {
        background-size: 507px auto !important;
        background-color: #142537;
    }

    #content .productTop .dxList .li {
        margin: 0 20px;
        width: 80px;
        margin-bottom: 40px;
    }

    #content .productTop .dxList .li .ic {
        height: 74px;
    }

    #content .productTop .dxList .li .ic img {
        width: 55px;
        box-shadow: 0 0 16px -6px #f9f9f9eb;
        border-radius: 50%;
    }

    #content .productTop .dxList .li span {
        font-size: 14px !important;
        margin: 0 -10px;
    }

    #content .productTop .pirList {
        display: none !important;
    }

    #content .productTop {
        height: auto !important;
        padding-bottom: 40px !important;
    }

    .mobilePirListSw .swiper-slide {
        width: auto;
        overflow: hidden;
        position: relative;
    }

    .mobilePirListSw .caBox .bg {
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

    }

    .mobilePirListSw .caBox .bg::before {
        content: "";
        display: block;
        width: 100%;
        height: 120%;
        background: url(/gart/images/product-pirList-bx.png) repeat-x 0 100%;
    }

    .mobilePirListSw .caBox .tx {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .mobilePirListSw .caBox .tx p {
        color: #fff;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-wrap: break-word;
    }

    .mobilePirListSw .caBox {
        width: 300px;
        height: 200px;
        position: relative;
    }


    .mobilePirListSw .swiper-pagination {
        display: block;
        width: 92%;
        position: relative;
        margin: 20px 0 0;
        z-index: 100;
        text-align: center;
    }

    .mobilePirListSw .swiper-pagination span {
        display: inline-block !important;
        opacity: 1;
        position: relative;
        width: 8px;
        height: 8px;
        background: #babac0;
        text-align: center;
        cursor: pointer;
        margin-right: 10px;
        transition: all .4s;
        font-size: 0;
        border-radius: 50%;
    }

    .mobilePirListSw .swiper-pagination span.swiper-pagination-bullet-active {
        box-sizing: border-box;
        width: 40px;
        border-radius: 30px;
        background: #fff;
    }

    #content .productCont1 {
        height: 622px;
        overflow: hidden;
        background-position: center bottom !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat !important;
        padding: 70px 4vw 0 !important;
        position: relative;
    }

    #content.outdoors .productCont1 {
        background-size: 100% auto !important;
        background-size: cover !important;
        background-position: center top !important;
    }

    #content.outdoors .productCont1 h3 {
        height: 271px !important;
        /* padding-top: 82px; */
    }

    #content .productCont1::before {
        content: "";
        background-color: #000;
        opacity: .3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }


    #content .productCont1>* {
        position: relative;
    }

    #content .productCont1 h3 {
        font-size: 24px;
        line-height: 1.4;
        height: 295px;
    }

    #content .productCont1 .jxList {
        flex-wrap: wrap;
    }

    #content .productCont1 .jxList .li {
        width: 100% !important;
        /* margin-bottom: 20px; */
        margin: 0 0 24px;
        min-width: unset;
        padding-left: 15px;
    }

    #content .productCont1 .jxList h5 {
        /* color: #000; */
        font-size: 18px;
        margin-bottom: 5px;
    }

    #content .productCont1 .jxList p {
        color: #f9f9f9;
        font-size: 14px;
        margin-bottom: -4px;
    }

    #content .productCont2 {
        padding: 50px 4vw 0;
        height: 535px;
        background-position: right -219px top;
        background-size: cover;
        position: relative;
    }

    #content .productCont2::before {
        content: "";
        background-color: #000;
        opacity: .2;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #content .productCont2>* {
        position: relative;
    }

    #content .productCont2 h3 {
        font-size: 24px;
        line-height: 1.4;
        /* height: 205px; */
    }

    #content.outdoors .productCont2 h3 {
        /* height: 220px; */
    }

    #content .productCont2 .duaList .li {
        margin-bottom: 20px;
        color: #FFF;
        font-size: 14px;
    }

    #content .productCont2 .duaList .li span {
        display: block;
        width: 107px;
        margin-bottom: 9px;
    }

    #content .productCont3 {
        padding: 50px 4vw 0;
        height: 442px;
        background-position: right -219px top;
        background-size: cover;
        position: relative;
    }

    #content .productCont3::before {
        content: "";
        background-color: #000;
        opacity: .3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #content .productCont3>* {
        position: relative;
    }

    #content .productCont3 h3 {
        font-size: 24px;
        line-height: 1.4;
        /* height: 177px; */
    }

    #content .productCont4 {
        padding: 50px 4vw 0;
        height: auto;
        background-position: right -219px top;
        background-size: cover;
        position: relative;
    }

    #content .productCont4 h3 {
        font-size: 30px;
        line-height: 1.4;
        height: auto;
        margin-bottom: 30px;
    }

    #content .productCont4 .bxListSW.t_cont .swiper-wrapper {
        justify-content: flex-start !important;
    }

    .product .bxList .li {
        width: 300px !important;
        height: 230px !important;
        padding: 30px 20px !important;
    }

    #content .productCont4 .bxListSW {
        height: auto !important;
    }

    #content .productCont4 .bxListSW .swiper-pagination {
        display: block !important;
        top: 272px !important;
    }


    #content .productCont5 {
        padding: 50px 4vw 0;
        height: 580px;
        background-position: center top;
        background-size: cover;
        position: relative;
    }

    #content .productCont5 h3 {
        font-size: 30px;
        line-height: 1.4;
        /* height: 177px; */
    }

    #content .productCont5 .duaList .li {
        margin-bottom: 20px;
        color: #FFF;
    }

    #content .productCont5 .duaList .li span {
        display: block;
        width: 135px;
        margin-bottom: 19px;
        /* text-align: center; */
    }

    #content .productCont5 .duaList .li:nth-child(3) span {
        width: 151px;
    }

    #content .productCont5::before {
        content: "";
        background-color: #000;
        opacity: .3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #content .productCont5>* {
        position: relative;
    }

    #content .productCont6[data-v-cf901b02] {
        padding: 70px 0;
    }

    #content .txTable th {
        font-size: 14px;
        padding: 13px 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    #content .txTable th:nth-child(1) {
        width: 20%;
    }

    #content .txTable th:nth-child(2) {
        width: 74px;
    }

    #content .txTable th:nth-child(3) {
        width: 82px;
    }

    #content .txTable th:nth-child(4) {
        width: 82px;
    }

    #content .txTable td {
        font-size: 14px;
        padding: 13px 10px;
        font-size: 13px;
        line-height: 1.3;
    }

    #content .productCont4 .txImg {
        display: block;
    }

    #content .productCont4 .mobileTxImg {
        display: none;
    }

    .mobile #content .productCont4 .txImg {
        display: none;
    }

    .mobile #content .productCont4 .mobileTxImg {
        display: block;
        margin-bottom: 0;
    }

    .mobile #content .mobile_pirListSlide {
        display: block;
    }

    #content.indoor .productCont2::before,
    #content.indoor .productCont1::before {
        display: none;
    }

    #content.indoor .productCont3 {
        height: 580px;
        background-position: center;
        background-size: cover;
    }

    #content.indoor .productCont2 .duaList .li span {
        width: 119px;
    }

    #content.indoor .productCont1 {
        height: 599px;
        background-size: cover !important;
        background-position: center top !important;
        /* background-color: #262d37; */
        padding-top: 50px !important;
    }

    #content.indoor .productCont3 .cont ul li {
        width: 150px;
        height: 98px;
        margin-right: 10px;
    }

    #content.indoor .productCont3 .cont ul span {
        position: absolute;
        right: 4px;
        top: 6px;
        min-width: 65px;
        padding: 0 8px;
        height: 28px;
        line-height: 28px;
        border-radius: 200px;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10;
        color: #fff;
        font-size: 12px;
    }

    #content.indoor .productCont4 {
        background-size: 760px auto;
        background-position: center top 43px;
        background-color: #40444f;
        padding-bottom: 70px;
        position: relative;
    }

    #content.indoor .productCont4::before {
        content: "";
        display: block;
        height: 43px;
        background-color: #2f333e;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #content.indoor .productCont4 h3 {
        height: 287px;
    }

    #content.indoor .productCont1 h3 {
        height: auto;
        margin-bottom: 27px;
    }

    #content.indoor .productCont2 {
        height: 580px;
        background-position: center top;
        background-size: 100% auto;
    }

    #content.outdoors .productCont3 {
        height: 500px !important;
        background-position: center !important;
        background-size: cover;
        background-color: #0f1420;
    }

    #content.outdoors .productCont3 h3 {
        /* height: 200px; */
    }

    #content.outdoors .productCont2 {
        background-size: cover;
        background-position: center;
        height: 640px;
    }

    #content.outdoors .productCont5 {
        height: 667px;
        background-position: center bottom;
        background-size: cover;
    }

    #content.outdoors .productCont5 h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    #content .indexCont3Sw .pos {
        width: 92vw;
    }

    #content .indexCont3 .pos .ckmBtn {
        display: block !important;

    }

    #content .indexCont3 .pos .ckmBtn a {
        transform: scale(.8);
    }

    #content.outdoors .productCont1_hyzy::before {
        display: none !important;
    }

    #content.outdoors .productCont1_hyzy {
        height: 700px;
    }

    #content.outdoors .productCont1_hyzy h3 {
        height: 410px !important;
        color: #FFF;
        margin-top: -28px;
    }

    #content.outdoors .productCont1_hyzy .jxList h5 {
        color: #0f1837;
    }

    #content.outdoors .productCont1_hyzy .jxList p {
        color: #627a7d;
    }

    #content.outdoors .productCont1 .jxList .li {
        border-left-width: 2px;
    }

    #content.product_10456 .productTop .topBox {
        height: 320px;
    }

    #content.product_10456 .productTop .dxList .li {
        margin-bottom: 0;
    }

    #content.product_10456 .productTop .dxList {
        height: 220px;
    }

    #content.product_10456 .productCont4 {
        background-color: #13161b;
    }

    #content.product_10456 .productCont4::before {
        display: none;
    }

    #content.product_10456 .productCont3 .cont .tx {
        margin-top: 10px;
    }
}

.indexCont3 .pos .ckmBtn {
    display: none !important;
}

.indexCont3:hover .pos .ckmBtn {
    display: block !important;
}

#wrapper .product_9232 .productCont1 h3 {
    color: #FFF;
    height: 627px;
}

#wrapper .product_11389 .productCont1 h3 {
    color: #FFF;
}

#wrapper .productCont1 .jxList .li {
    min-width: auto;
}

#content .productCont4 {
    background-size: cover;
    height: auto;
    padding-bottom: 80px;
}

#content .productCont4 .bxListSW {
    font-size: 0;
}

.product {
    max-width: 1920px;
    margin: auto;
}

.productCont4 {
    overflow: hidden;
}

#wrapper .product_11389 .productCont2 h3,
#wrapper .product_11389 .productCont2 .duaList {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper .product_9231 .productCont2 .duaList .li,
#wrapper .product_11389 .productCont2 .duaList .li {
    color: #d3d3d3;
}

#wrapper .product_9232 .productCont5 {
    background-color: #000;
}

.productCont1 {
    background-size: cover;
}

#wrapper .product_9232 .productCont6 {
    padding-top: 0;
}

#wrapper .product_11389 .productCont2 h3 {
    margin-top: -80px;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width:900px) {
    #content.product_9231 .productTop .dxList .li {
        margin: 0 4px;
    }

    #content.indoor.product_9231 .productCont2 .duaList .li span {
        width: 136px;
    }

    #content.indoor.product_9231 .productCont2 {
        height: 645px;
    }

    #content.outdoors.product_9232 .productCont1_hyzy {
        height: 776px;
    }

    #content.outdoors.product_9232 .bxList .li {
        height: 324px !important;
    }

    #content.outdoors.product_9232 .productCont4 .bxListSW .swiper-pagination {
        top: 372px !important;
    }

    .indexCont3SwTab ul {
        display: flex;
    }

    .indexCont3SwTab li {
        width: 25%;
    }

    .indexCont3SwTab li::before {
        height: 50px;
        border-radius: 19px;
    }

    .indexCont3SwTab li a,
    .indexCont3SwTab li span {
        padding: 20px 8px;
        font-size: 12px;
        line-height: 1.3;
        display: flex;
        align-items: center;
        width: 100%;
        padding-top: 22px;
    }

    #content.indoor.product_9231 .productCont4 {
        background-color: #13161b;
    }

    #content.indoor.product_9231 .productCont4::before {
        opacity: 0;
    }

    #content.product_11389 .productTop .dxList {
        margin-bottom: 200px;
    }

    #content.product_11389 .productCont1_hyzy .jxList h5 {
        color: #FFF;
    }

    #content.product_11389 .productCont1_hyzy .jxList p {
        color: #f9f9f9;
    }

    #content.product_11389 .productCont2 .duaList .li span {
        width: 120px;
    }

    #content.product_11389 .productCont1_hyzy {
        height: 817px;
    }

    #content.product_11389 .productCont1_hyzy h3 {
        height: 392px !important;
    }

    #content.product_11389 .productCont2 {
        background-color: #12121a;
        background-position-y: 95px;
    }

    #content.product_11389 .productCont2 {
        height: 786px;
    }

    #content.product_11389 .productTop .topBox {
        height: 449px;
    }

    #content.product_11389 .productCont6 {
        padding: 60px 0;
    }

    #content.product_9232 .productCont1_hyzy .jxList h5 {
        color: #FFF;
    }

    #content.product_9232 .productCont1_hyzy .jxList p {
        color: #f9f9f9;
    }

    #content .productCont4 {
        padding-bottom: 0 !important;
    }

    #wrapper .product_11389 .productCont2 h3 {
        margin-top: -30px;
            margin-bottom: 30px;
    }
}