@charset "utf-8";

/*---------------------------------------------------*/

@keyframes arrow-top-bottom {
    0% {transform:translateY(0)}
    15% {transform:translateY(-5px)}
    50% {transform:translateY(0)}
    85% {transform:translateY(5px)}
    100% {transform:translateY(0)}
}

@keyframes scale2 { 
    from {-webkit-transform:scale(1);transform:scale(1);}
    50% {-webkit-transform:scale(1.03);transform:scale(1.03);}
    to {-webkit-transform:scale(1);transform:scale(1);} 
}

/*---------------------*/
.goods-read-sidebanner {position: relative;}
.goods-read-sidebanner .txt {position: absolute;left: 10.42%;top: 50%;transform: translateY(-50%);}
.goods-read-sidebanner .txt h1 {font-size:4.8rem;color: #fff;font-weight: 700;line-height:1;}
.goods-read-sidebanner .txt p {font-size:2.4rem;color:#fff;margin:3rem 0;}
.goods-read-sidebanner .txt img{width:26.6rem;}
.goods-read-sidebanner .txt .more{margin-top:3.5rem;}
.goods-read-sidebanner .txt .more a{display:inline-block;padding:0 3rem;line-height:4rem;font-size:1.5rem;text-align: center;color: #fff;border-radius:40px;background: #111;}
.goods-read-sidebanner .txt .more a:hover {background:#111;color:#fff;}

.goods-read-sidebanner .go-next{display:block;bottom:5.5rem;position:absolute;left:calc(50% - 1.6rem);width:3.2rem;animation: arrow-top-bottom 2s infinite linear;}

@media screen and (max-width:1280px){
.goods-read-sidebanner .txt{left:8%;}
}

@media screen and (max-width:768px){
.goods-read-sidebanner .txt{left:30px;}
.goods-read-sidebanner .go-next{display:none;}
}

@media screen and (max-width:576px){
.goods-read-sidebanner .txt{left:20px;right:20px;top:20%;transform:none;text-align:center;}
.goods-read-sidebanner .txt img{max-width:100px}
}

@media screen and (max-width:480px){
.goods-read-sidebanner .txt{left:15px;right: 15px;top:10%;} 
.goods-read-sidebanner .txt img{max-width:100px}
.goods-read-sidebanner .txt h1{font-size:20px;}
.goods-read-sidebanner .txt .more{margin-top:15px;}
}

/*---------------------*/

.pro_tab_box {background: #111;position: relative;padding:2rem 0;  z-index:200;}

.pro_tab.scroll-top {position: fixed;top: 0;width: 100%;z-index: 100;max-width: 100%;background-color: #111;left: 0;}
.pro_tab > .wp {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #2A2A2A;}
.pro_tab_box h3 {font-size:3.2rem;font-weight: 700;color: #fff;}
.pro_tab_box ul {display:flex;height:100%;justify-content: space-between;}
.pro_tab_box ul li {font-size:2rem;color: #A8A8A8;line-height:6rem;position: relative;cursor: pointer;transition: all 0.3s ease 0s;}
.pro_tab_box ul li + li{margin-left:10rem;}
.pro_tab_box ul li::after {content: '';width: 90%;height: 3px;position: absolute;bottom: -2px;left: 50%;transform: translateX(-50%);background: #fff;opacity: 0;transition: all 0.3s ease 0s;}
.pro_tab_box ul li.active {color: #fff;}
.pro_tab_box ul li.active::after {opacity: 1;}
.pro_tab_box .pro-buy {display: inline-block;padding:0 3rem;text-align: center;line-height:4rem;border-radius:40px;background:#fff;font-size:1.6rem;color:#141414;transition: all 0.5s ease 0s;cursor: pointer;}
.pro_tab_box .pro-buy:hover {background:#414141;color:#fff;}


@media screen and (max-width:1440px){
.pro_tab_box ul li + li{margin-left:8rem;}
}

@media screen and (max-width:1280px){
.pro_tab_box ul li + li{margin-left:6rem;}
}

@media screen and (max-width:1171px){
.pro_tab_box ul li + li{margin-left:4rem;}
}

@media screen and (max-width:768px){
.pro_tab_box h3,.pro_tab_box .pro-buy{display:none;}
.pro_tab > .wp{border-bottom:none;}
.pro_tab.scroll-top{padding:10px 0;}
.pro_tab_box ul{width:100%;}
}


/*---------------------*/

.pro_text{background:#000002;}
.detail {padding:9rem 0;}
.detail .list ul {display: flex;flex-wrap: wrap;margin:0 -8px;}
.detail .list ul li{width:calc(100% / 2);padding:8px;}
.detail .list ul li:nth-child(n+3) {width:calc(100% / 3);}
.detail .list ul li .pic {position: relative;height: 100%;overflow:hidden;border-radius: 8px;}
.detail .list ul li .pic img {width:100%;}
.detail .list ul li .pic .t {position: absolute;left:2rem;top:3rem;}
.detail .list ul li .pic .t h5 {font-size:2.4rem;color: #fff;font-weight: 700;}
.detail .list ul li .pic .t h5 sup{font-size:1.2rem;vertical-align: super;}
.detail .list ul li:hover .pic img{transform:scale(1.05);}

@media screen and (max-width:576px){
.detail {padding:6rem 0;}
}

.detail .m-list{margin:0 -5px;}
.detail .m-list .pic-box{width:100%;padding:5px;}
.detail .m-list .pic {position: relative;height: 100%;overflow:hidden;border-radius: 8px;}
.detail .m-list .pic img {width:100%;}
.detail .m-list .pic .t {position: absolute;left:2rem;top:3rem;right:2rem;}
.detail .m-list .pic .t h5 {font-size:2.4rem;color: #fff;font-weight:500;}
.detail .m-list .pic .t h5 sup{font-size:1.2rem;vertical-align: super;}

.detail .m-list .mid{display:flex;}
.detail .m-list .mid > .pic-box{width:50%;}

.detail .m-list .mid ul{width:50%;}


/*---------------------*/

.pro-video{}
.pro-video > .tit {display: flex;align-items: center;justify-content: center;margin-bottom:7rem;}
.pro-video > .tit h3 {font-size:3.6rem;color: #fff;font-weight: 700;}
.pro-video > .tit p {font-size:2.4rem;color: #fff;border-left:2px solid #9F9F9F;padding-left:3.5rem;margin-left:3.5rem;}
.pro-video > a{display:block;position:relative;}
.pro-video > a .v {position: absolute;width:12rem;height:12rem;border-radius: 50%;overflow: hidden;top: calc(50% - 6rem);left: calc(50% - 6rem);transition: all 0.5s ease 0s;}
.pro-video > a .v img {height: 100%;}
.pro-video > a .v:hover {transform:scale(0.99);}

@media screen and (max-width:576px){
.pro-video > .tit{margin-bottom:5rem;display:block;text-align:center;}
.pro-video > .tit p{border-left:none;padding-left:0;margin:15px 0 0;}
}

/*---------*/
.pro-detail{background:#000002;}
.pro-detail .section1{position: relative;}
.pro-detail .section1 img {width:100%;}
.pro-detail .section1 .txt{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;}
.pro-detail .section1 .txt .t{max-width:36%;}
.pro-detail .section1 .txt h5{font-size:3.6rem;color: #fff;font-weight:700;}
.pro-detail .section1 .txt p{margin-top:3rem;font-size:1.8rem;color:#fff;line-height:1.8;}

@media screen and (max-width:576px){
.pro-detail .section1 .txt{bottom:auto;top:15%;display:block;}
.pro-detail .section1 .txt .t{max-width:80%;}
}

/*---------*/

.pro-detail .section2{position:relative;}
.pro-detail .section2 img {width:100%;}
.pro-detail .section2 .txt{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;}
.pro-detail .section2 .txt .t{max-width:36%;}
.pro-detail .section2 .txt h5{font-size:3.6rem;color: #fff;font-weight:700;}
.pro-detail .section2 .txt h5 sup{font-size:1.2rem;vertical-align: super;}
.pro-detail .section2 .txt p{margin-top:3rem;font-size:1.8rem;color:#fff;line-height:1.8;}
@media screen and (max-width:1441px){
.pro-detail .section2 .txt .t{max-width:37%;}
}
@media screen and (max-width:1281px){
.pro-detail .section2 .txt .t{max-width:39%;}
}
@media screen and (max-width:576px){
.pro-detail .section2 .txt{top:10%;bottom:auto;}
.pro-detail .section2 .txt .t{max-width:70%;}
}

/*---------*/

.pro-detail .section3{position:relative;}
.pro-detail .section3 img {width:100%;}
.pro-detail .section3 .txt{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;}
.pro-detail .section3 .txt .t{max-width:42%;}
.pro-detail .section3 .txt h5{font-size:3.6rem;color: #fff;font-weight:700;}
.pro-detail .section3 .txt .t > p{margin-top:3rem;font-size:1.8rem;color:#fff;line-height:1.8;width:90%;}
.pro-detail .section3 .txt ul {margin-top:10rem;display: flex;}
.pro-detail .section3 .txt ul li +li{margin-left:5rem;}
.pro-detail .section3 .txt ul li h6 {font-size:5.2rem;color: #fff;font-weight: 800;position: relative;display: inline-block;line-height: 1;background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b); 
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.pro-detail .section3 .txt ul li h6 em{font-size:2.8rem;}
.pro-detail .section3 .txt ul li p {font-size:1.8rem;color: #ccc;margin:1rem 0 0;}


@media screen and (max-width:576px){
.pro-detail .section3 .txt{top:10%;bottom:auto;}
.pro-detail .section3 .txt .t{max-width:70%;}
.pro-detail .section3 .txt ul{margin-top:3rem;}
}

/*---------*/

.pro-detail .section4{margin-top:5rem;position:relative;}
.pro-detail .section4 .txt{display:flex;justify-content:space-between;}
.pro-detail .section4 .txt .left{width:46%;}
.pro-detail .section4 .txt .left h3{font-size:3.6rem;color: #fff;font-weight:700;}
.pro-detail .section4 .txt .left p{margin-top:1rem;font-size:1.8rem;color:#fff;line-height:1.8;}
.pro-detail .section4 .txt .right h6 {font-size:5.2rem;color: #fff;font-weight: 800;position: relative;display: inline-block;padding-right: 35px;line-height: 1;background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b); 
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.pro-detail .section4 .txt .right  h6 em{font-size:2.8rem;}
.pro-detail .section4 .txt .right  p {font-size:1.8rem;color: #fff;margin:1rem 0 0;}
.pro-detail .section4 img{width:100%;margin:6rem 0 2.5rem;}
.pro-detail .section4 >div > p {font-size:1.6rem;color: #ccc;}
@media screen and (max-width:1441px){
.pro-detail .section4 .txt .left{width:48%;}
}
@media screen and (max-width:576px){
.pro-detail .section4 .txt{display:block;}
.pro-detail .section4 .txt .left{width:75%;}
.pro-detail .section4 .txt .right{margin:4rem 0 0;}
.pro-detail .section4 img{margin:4rem 0;}
}

/*---------*/

.pro-detail .section5{margin-top:3rem;position:relative;}
.pro-detail .section5 img {width:100%;}
.pro-detail .section5 .txt{position: absolute;right:0;left:0;top:10%;}
.pro-detail .section5 .txt >div{display:flex;justify-content:flex-end;}
.pro-detail .section5 .txt .t{max-width:40%;text-align:right;}
.pro-detail .section5 .txt h5{font-size:3.6rem;color: #fff;font-weight:700;}
.pro-detail .section5 .txt p{margin-top:3rem;font-size:1.8rem;color:#fff;line-height:1.8;}

@media screen and (max-width:576px){
.pro-detail .section5 .txt .t{max-width:85%;}
.pro-detail .section5 .txt p{margin-top:2.5rem;}
}

/*---------*/
.pro-detail .section6{margin-top:3rem;position:relative;}
.pro-detail .section6 img {width:100%;}
.pro-detail .section6 .txt{text-align:center;}
.pro-detail .section6 .txt h5{font-size:3.6rem;color: #fff;font-weight:700;}
.pro-detail .section6 .txt p{margin:2rem auto 0;max-width:60%;font-size:1.8rem;color:#fff;line-height:1.8;}
.pro-detail .section6 ul{margin:4rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;}
.pro-detail .section6 ul li{width:40%;margin-right: 2%;}

@media screen and (max-width:576px){
.pro-detail .section6 .txt p{max-width:90%;}
.pro-detail .section6 img{border-radius:10px;}
}
/*---------*/

.pro-detail .section7{margin-top:5rem;position:relative;}
.pro-detail .section7 img {width:100%;}
.pro-detail .section7 > div{position:relative;}
.pro-detail .section7 .txt{position: absolute;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;}
.pro-detail .section7 .txt .t{max-width:80%;}
.pro-detail .section7 .txt .t h5{font-size:3.6rem;color: #fff;font-weight:700;}
.pro-detail .section7 .txt .t > p{margin-top:3rem;font-size:1.8rem;color:#fff;line-height:1.8;width:80%;}
.pro-detail .section7 .txt ul {margin-top:8rem;padding-top:6rem;display: flex;max-width:80%;border-top:1px solid #2F3137;}
.pro-detail .section7 .txt ul li +li{margin-left:5rem;}
.pro-detail .section7 .txt ul li h6{font-size:5.2rem;color: #fff;font-weight: 800;position: relative;display: inline-block;padding-right:3.5rem;line-height: 1;background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b); 
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.pro-detail .section7 .txt ul li h6::after {top:0;right:0;color: #fff;font-size:2.4rem;font-family: "qico";content:"\e6bf";position: absolute;font-weight: 500;background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b); 
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.pro-detail .section7 .txt ul li h6 em{font-size:2.8rem;}
.pro-detail .section7 .txt ul li p {font-size:1.8rem;color: #ccc;margin:1rem 0 0;}

@media screen and (max-width:768px){
.pro-detail .section7 .txt{left:30px;}
}

@media screen and (max-width:576px){
.pro-detail .section7 .txt{left:20px;max-width:85%;}
.pro-detail .section7 .txt ul{margin-top:0;padding-top:3rem;width:30%;position:absolute;left:0;bottom:15%;}
}

@media screen and (max-width:576px){
.pro-detail .section7 .txt{left:15px;justify-content:flex-start;}
}

/*---------------------*/

.pro-detail3{background:#000002;}

.section11{position:relative;padding-bottom:10rem;}
.section11 > img {width:100%;}
.section11 .txt{position: absolute;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;}
.section11 .txt .t{max-width:40%;}
.section11 .txt .t img{width:28rem;}
.section11 .txt p{margin-top:8rem;font-size:1.8rem;color:#fff;line-height:1.8;}
@media screen and (max-width:1281px){
.section11 .txt .t{max-width:42%;}
}

@media screen and (max-width:576px) {
.section11 .txt{top:10%;bottom:auto;display:block;}
.section11 .txt .t{max-width:80%;}
.section11 .txt p {margin-top:3rem;}
}

@media screen and (max-width:480px) {
.section11 .txt .t img{width:30rem;}
}

/*---------*/

.section12{position:relative;}
.section12 .txt{position: absolute;left:0;top:10rem;bottom:5rem;right:0;}
.section12 .txt .wp1400{display:flex;flex-direction:column;justify-content:space-between;height:100%;}
.section12 .txt .wp1400 > p{font-size:1.8rem;color:#9e9d9d;max-width:60%;}
.section12 .txt .wp1400 .note{font-size:1.6rem;}
.section12 .txt .t{max-width:60%;}
.section12 .txt .t h3{font-size:3.6rem;color: #fff;font-weight:700;}
.section12 .txt .t p{margin-top:1rem;font-size:1.8rem;color:#fff;line-height:1.8;}
.section12 .txt ul {margin-top:10rem;display: flex;}
.section12 .txt ul li +li{margin-left:10rem;}
.section12 .txt ul li h6 {font-size:5.2rem;color: #fff;font-weight: 800;position: relative;display: inline-block;line-height: 1;background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b); 
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.section12 .txt ul li h6 em{font-size:2.8rem;}
.section12 .txt ul li p {font-size:1.8rem;color: #ccc;margin:1rem 0 0;}

@media screen and (max-width:1550px) {
.section12 .txt{top:5rem;}
.section12 .txt ul {margin-top:7rem;}
.section12 .txt ul li +li{margin-left:7rem;}
}
@media screen and (max-width:1441px){
.section12 .txt .t{max-width:64%;}
}
@media screen and (max-width:1281px){
.section12 .txt .t{max-width:68%;}
}
@media screen and (max-width:576px) {
.section12{padding:2rem 0 0;}
.section12 .txt{position:static;}
.section12 .txt ul{margin-top:6rem;}
.section12 .txt ul li + li{margin-left:2.5rem;}
.section12 .txt ul li h6 em{font-size:2.6rem;}
.section12 .txt .t{max-width:none;position:absolute;top:10%;left:15px;}
.section12 .txt .t > p{max-width:80%;}
.section12 .txt .wp1400 > p{position:absolute;left:15px;bottom:5px;max-width:85%;}
}

/*---------*/

.section13{margin-top:8rem;position:relative;}
.section13 img {width:100%;}
.section13 .txt{position: absolute;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;}
.section13 .txt .t{max-width:40%;}
.section13 .txt h5{font-size:3.6rem;color: #fff;font-weight:700;}
.section13 .txt .t > p{margin-top:3rem;font-size:1.8rem;color:#fff;line-height:1.8;}
.section13 .txt ul {margin-top:7rem;display:flex;flex-wrap:wrap;}
.section13 .txt ul li{width:33.333333%;margin:5rem 0 0;}
.section13 .txt ul li img{width:8rem;}
.section13 .txt ul li p {font-size:1.8rem;color: #ccc;margin:1rem 0 0;}

@media screen and (max-width:576px) {
.section13{margin-top:0;}
.section13 .txt{bottom:auto;top:12%;display:block;}
.section13 .txt .t{max-width:100%;}
.section13 .txt ul{margin-top:3rem;width:55%;}
.section13 .txt ul li{margin:2rem 0 0;}
}

/*---------*/
.section14{margin-top:8rem;position:relative;}
.section14 .txt{text-align:center;}
.section14 .txt h5{font-size:3.6rem;color: #fff;font-weight:700;}
.section14 .txt p{margin:2rem auto 0;max-width:60%;font-size:1.8rem;color:#fff;line-height:1.8;}
.section14 img {width:100%;}

@media screen and (max-width:576px) {
.section14 .txt p{max-width:85%;}
}
@media screen and (max-width:480px) {
.pro-detail4 h3{font-size:3.2rem;}
}
/*---------*/
.section15{padding:10rem 0;}
.section15 .box {display: flex;align-items: center;}
.section15 .box + .box {margin-top:10rem;}
.section15 .box .pic {width:50%;overflow: hidden;border-radius: 8px;}
.section15 .box .t {flex: 1;margin:0 0 0 15rem;font-size:1.8rem;line-height:1.8;color: #fff;}
.section15 .box:nth-child(2n) {flex-direction: row-reverse;}
.section15 .box:nth-child(2n) .t{margin:0 15rem 0 0;}
.section15 .box .t h5 {font-size:3.6rem;line-height:1.25;color:#fff;font-weight:700;}

@media screen and (max-width:1280px){
.section15 .box .t{margin:0 0 0 10rem;}
.section15 .box:nth-child(2n) .t{margin:0 10rem 0 0;}
}
@media screen and (max-width:768px){
.section15 .box .t{margin:0 0 0 6rem;}
.section15 .box:nth-child(2n) .t{margin:0 6em 0 0;}
}

@media screen and (max-width:480px){
.section15 .box + .box {margin-top:5rem;}
.section15 .box,.section15 .box:nth-child(2n){flex-direction:column-reverse;}
.section15 .box .pic{width:100%;}
.section15 .box .t,.section15 .box:nth-child(2n) .t{margin:0 0 3rem;}
}


/*---------------------*/

.pro-detail4{background:#000002;text-align:center;padding:5rem 0 0;}
.pro-detail4 h3{font-size:3.6rem;color: #fff;font-weight:700;margin-bottom:3rem;}
@media screen and (max-width:480px) {
.pro-detail4 h3{max-width: 75%;margin:0 auto 3rem ;}
}
/*---------------------*/

.pro-detail5{position:relative;padding:3rem 0 12rem;}
.pro-detail5 .txt{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;}
.pro-detail5 .txt .t{max-width:48%;}
.pro-detail5 .txt h3 {font-size:3.6rem;font-weight: 700;color: #fff;}
.pro-detail5 .txt p {font-size:1.8rem;line-height:1.5;color: #fff;margin-top:3rem;}
.pro-detail5 .txt ul {margin-top:3.5rem;display: flex;flex-wrap:wrap;max-width:48%;}
.pro-detail5 .txt ul li{width:33.3333%;padding:1.5rem 0;}
.pro-detail5 .txt ul li img{width:9.5rem;}
.pro-detail5 .txt ul li p{font-size:1.8rem;margin-top:1.5rem;color:#fff;}
@media screen and (max-width:1281px){

.pro-detail5{position:relative;padding:5rem 0 12rem;}
}


@media screen and (max-width:768px) {
.pro-detail5 .txt{position:static;}
.pro-detail5 .txt .t{max-width:85%;position:absolute;left:15px;top:10%;}
.pro-detail5 .txt ul{margin-top:0;max-width:none;display:flex;flex-wrap:wrap;position:absolute;left:15px;bottom:50px;text-align:center;right:15px;}
}
@media screen and (max-width:480px) {
.pro-detail5{padding-bottom:20rem;}
.pro-detail5 .txt h3{max-width: 75%;}
.pro-detail5 .txt ul{bottom:10px;}
}

/*---------------------*/

.spec-tit{background:#242932;}
.spec-tit .wp1400{position:relative;display:flex;justify-content:flex-end;align-items:center;padding-top:10rem;padding-bottom:10rem;}
.spec-tit .pic{position:absolute;left:0;bottom:0;}
.spec-tit .pic img{width:30rem;}
.spec-tit a{border:3px solid #fff;padding:1.2rem 3rem;line-height:2.4rem;border-radius:50px;display:inline-flex;align-items:center;}
.spec-tit a em{font-size:2.2rem;color:#fff;border-right:2px solid #fff;padding-right:2rem;margin-right:2rem;}
.spec-tit a img{width:1.5rem;}

.spec{padding:10rem 0;background:#000002;}
.spec h3 {font-size:3.6rem;font-weight: 700;color: #fff;line-height:1;}
.spec .table {margin-top:4rem;border-top:2px solid #AAAAAA;}
.spec .table .table-response{width:100%;max-width: 100%;overflow-x:auto;}
.spec .table table {width:100%;font-size:2.2rem;color:#fff;border-collapse:collapse;margin-top: 4rem;}
.spec .table table td{padding:0.5rem 0;background-color:none;vertical-align: top;font-size:1.8rem;}
.spec .table table td:nth-child(2n+1){font-weight:500;}
.spec .table table td:nth-child(1){width: 18%;}
.spec .table table td:nth-child(2){width: 40%;}
.spec .table table td:nth-child(3){width: 15%;}
.spec .table table td:nth-child(4){width: 27%;}
@media screen and (max-width:1441px) {
.spec-tit .pic img{width:30rem;}
	/*
.spec .table table td:nth-child(2){width: 40%;}
.spec .table table td:nth-child(3){width: 18%;}
.spec .table table td:nth-child(4){width: 27%;}
	*/
}

@media screen and (max-width:1081px){
	/*
.spec .table table td:nth-child(1){width: 18%;}
.spec .table table td:nth-child(2){width: 35%;}
.spec .table table td:nth-child(3){width: 18%;}
.spec .table table td:nth-child(4){width: 29%;}
	*/

}


@media screen and (max-width:576px) {
.spec{padding:8rem 0 3rem;}
.spec-tit .pic img{width:20rem;}
.spec-tit a{border:2px solid #fff;padding:2rem 4rem;line-height:3.2rem;}
.spec-tit a em{font-size:2.4rem;border-right:1px solid #fff;padding-right:2rem;margin-right:2rem;}
.spec-tit a img{width:2.5rem;}
}

@media screen and (max-width:480px) {
.spec-tit{display:none;}
.spec .table table td{padding:1rem 0;vertical-align:top;}
}
/*---------------------*/

.compare {padding:8rem 0 4rem;background:#000002;}
.compare h3{font-size:3.6rem;font-weight: 700;color: #fff;line-height:1;text-align: center;}

.compare .list{margin: 6rem auto 0;position: relative;}
.compare .list .swiper-wrapper{justify-content:center;}
.compare .swiper-slide{text-align:center;opacity:0.6;cursor:pointer;}
.compare .swiper-slide .pic{display:block;position:relative;border-radius:8px;overflow:hidden;}
.compare .swiper-slide .pic img{width:80%;}
.compare .swiper-slide .tit{margin-top:1.5rem;}
.compare .swiper-slide .tit h5{font-size:2.6rem;color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.compare .swiper-slide .tit p{margin-top:1rem;font-size:1.8rem;color:rgba(255,255,255,0.8);}
.compare .swiper-slide .tit .more{display:inline-block;font-size:1.6rem;font-weight:500;color:#000;margin:25px 0 0;padding:0 3rem;height:4rem;line-height:3.8rem;background:#fff;transition:0.5s;text-align:center;border-radius:35px;}
.compare .swiper-slide .tit .more:hover{background:#fff;color:#1B1B1E;}

.compare .swiper-slide .txt{margin:2.5rem 0 0;border-top:1px solid #E6E6E7;padding:3.5rem 0 0;}
.compare .swiper-slide .txt h6{font-size:1.6rem;color:#fff;/*font-weight:700;*/}
.compare .swiper-slide .txt i{font-size:4rem;color:#fff;display:inline-block;}
.compare .swiper-slide .txt .smalli{font-size:8rem;}
.compare .swiper-slide .txt i~i{margin-top:25px;}
/*.compare .swiper-slide .txt h6~h6{margin-top:45px;}*/
.compare .swiper-slide .txt h6 em{font-size:1.6rem;/*opacity:0.9;*/}
.compare .swiper-slide .txt p{margin:5px 0 0;color:rgba(255,255,255,0.6);font-size:1.6rem;}

.compare .swiper-slide .pic:hover img{transform:scale(1.05);}

.compare .swiper-slide.pro-active{opacity:1;}
.compare .swiper-slide:hover{opacity:1;}

.compare .swiper-pagination-horizontal.swiper-pagination-bullets{font-size:0;position:static;margin:30px 0 0;display:none;}
.compare .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:10px;width:10px;margin:0 5px;background:#DBDBDB;border-radius:0;opacity:1;}
.compare .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#000;border: 1px solid #fff;}

.compare .compare-all {margin-top:7rem;text-align: center;}
.compare .compare-all a {display: inline-block;padding: 0 4rem;line-height:4.4rem;border: 1px solid rgba(255,255,255,0.8);border-radius: 30px;font-size:1.8rem;color: #fff;font-weight: 500;transition: 0.3s all ease;}
.compare .compare-all a:hover {background: #1B1B1E;color: #fff;}


@media screen and (max-width:992px){
.compare .swiper-pagination-horizontal.swiper-pagination-bullets{display:block;}
}
@media screen and (max-width:576px){
.compare .swiper-slide .txt i~i{margin-top:15px;}
}
@media screen and (max-width:480px){
.compare .swiper-slide{opacity:1;}
.compare .swiper-slide .tit .more{font-size:2rem;}
.compare .swiper-slide .txt p{font-size:2rem;}
.compare .compare-all a{font-size:2rem;}
.compare .list .swiper-wrapper{justify-content:flex-start;}
}


/*---------------------*/

.pro-faq {padding:8rem 0 6rem;background:#000002;}

.pro-faq .tab{display:flex;align-items:center;}
.pro-faq .tab h3{display:inline-block;font-size:3.6rem;color: #fff;border-bottom:3px solid transparent;font-weight:700;padding-bottom: 10px;cursor:pointer;}
.pro-faq .tab h3+h3{margin-left:2rem;}
.pro-faq .tab h3.active{border-bottom-color:#fff;}

.pro-faq .tab-content{margin-top:3rem;}
.pro-faq .item{display:none;}
.pro-faq .item.active{display:block;}
.pro-faq .faq-list ul{}
.pro-faq .faq-list ul li {transition: all 0.3s ease 0s;}
.pro-faq .faq-list ul li .box {padding:1rem 0;border-bottom: 1px solid #fff;}
.pro-faq .faq-list ul li .tit {overflow:hidden;cursor:pointer;position:relative;}
.pro-faq .faq-list ul li .tit h4{font-size:2.2rem;color:rgba(255,255,255,0.9);font-weight: 500;}
.pro-faq .faq-list ul li .tit::after {position:absolute;right:0;top:0;content:"+";font-family:qico;font-size:3rem;line-height:1;color:#fff;text-align: center;width: 35px;}
.pro-faq .faq-list ul li .con {padding:20px 0 10px;display:none}
.pro-faq .faq-list ul li .con .t {font-size:1.8rem;line-height:1.5;color:rgba(255,255,255,0.8);}
.pro-faq .faq-list ul li:hover {border-color:transparent}
.pro-faq .faq-list ul li .tit.active::after {content:"-";}

.pro-faq .down-list{}
.pro-faq .down-list ul{}
.pro-faq .down-list ul li{padding:1rem 0;border-bottom: 1px solid #fff;display:flex;justify-content:space-between;align-items:center;}
.pro-faq .down-list ul li h4{font-size:2.4rem;color:rgba(255,255,255,0.9);font-weight: 500;}
.pro-faq .down-list ul li > a{font-size:2.4rem;color:#fff;display:inline-block;width: 35px;text-align:center;transition:all 0.3s ease 0s;}
.pro-faq .down-list ul li > a i{font-size:inherit;}
.pro-faq .down-list ul li > a:hover{transform:translateY(-5px);}

.pro-faq .txt {margin-top:7rem;font-size:1.6rem;line-height:1.5;color:rgba(255,255,255,0.7);}
.pro-faq .txt > * + * {margin-top: 35px;}

.pro-faq .path {margin-top:7rem;}
.pro-faq .path p {font-size:1.8rem;font-weight:700;color:rgba(255,255,255,0.6);}
.pro-faq .txt .note{font-size:1.6rem;}

/*------------------------------------------------------------*/


.home-service{background:#000002;}
.home-service ul li a{color:#fff;}













