@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%;top: 50%;transform: translateY(-50%);}
.goods-read-sidebanner .txt h1 {font-size:4.8rem;color: #fff;font-weight: 700;line-height: 1;text-shadow: 2px 2px 4px #666;}
.goods-read-sidebanner .txt p {font-size:2.4rem;color: #fff;margin-top:3rem;text-shadow: 1px 1px 2px #666;}
.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:#fff;color:#111;}

.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;}
}

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


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

.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%;flex:1;padding:0 18%;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::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:992px){
.pro_tab_box ul{padding:0 15%;}
}
@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{padding:0 30px;}
}

@media screen and (max-width:576px) {
.pro_tab_box ul{padding:0 20px;}
}

@media screen and (max-width:480px){
.pro_tab_box ul{padding:0 15px;}
}

/*------------------------*/
.detail-1 {padding: 6rem 0 0;}
.detail-1 .list ul {display: flex;flex-wrap: wrap;margin: -12px;}
.detail-1 .list ul li {padding: 8px;}
.detail-1 .list ul li:nth-child(1),.detail-1 .list ul li:nth-child(4) {width: 35.82%;}
.detail-1 .list ul li:nth-child(2) {width: 27.32%;}
.detail-1 .list ul li:nth-child(3) {width: 36.86%;}
.detail-1 .list ul li:nth-child(5) {width: 42.09%;}
.detail-1 .list ul li:nth-child(6) {width: 22.09%;}
.detail-1 .list ul li .box {height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.detail-1 .list ul li .box .pic {height: auto;}
.detail-1 .list ul li .pic {position: relative;border-radius: 8px;height: 100%;overflow:hidden;}
.detail-1 .list ul li .pic p{height:100%}
.detail-1 .list ul li .pic img {width:100%;height: 100%;}

.detail-1 .list ul li:nth-child(1) .pic img,.detail-1 .list ul li:nth-child(4) .pic img{aspect-ratio:1.389 / 1;}
.detail-1 .list ul li:nth-child(2) .pic img{aspect-ratio:1.046 / 1;}
.detail-1 .list ul li:nth-child(3) .pic img{aspect-ratio:1.431 / 1;}
.detail-1 .list ul li:nth-child(5) .pic img{aspect-ratio:10 / 6.122;}
.detail-1 .list ul li:nth-child(6) .pic img{aspect-ratio:0.835 / 1;}

.detail-1 .list ul li .pic .t {position:absolute;right:0;bottom:0;left:0;text-align:right;padding:0 1rem 1rem 0;}
.detail-1 .list ul li .pic .t h5 {font-size:1.8rem;color: #fff;font-weight: 700;}
.detail-1 .list ul li .pic .t h5 sup{font-size:10px;vertical-align: super;}
.detail-1 .list ul li .pic .t h5 sub{font-size:10px;vertical-align: sub;}
.detail-1 .list ul li:hover .pic img{transform:scale(1.05);}


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

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

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

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



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

.features {padding: 8rem 0 0;}
.features > .tit {display: flex;align-items: center;justify-content: center;margin-bottom:6rem;}
.features > .tit h3 {font-size:4rem;color:#0F0F0F;font-weight: 700;line-height:1;}
.features > .tit p {font-size:2.2rem;color:#9F9F9F;line-height:30px;border-left: 2px solid #9F9F9F;padding-left: 3.5rem;margin-left: 3.5rem;}

.features .section1 {position: relative;}
.features .section1 .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;}
.features .section1 .v img {height: 100%;}
.features .section1 .v:hover {transform:scale(0.99);}

@media screen and (max-width:992px){
.features > .tit{display:block;text-align:center;}
.features > .tit p{border-left:none;padding-left:0;margin:15px 0 0;line-height:normal;}
}

/*---------*/
.section2 {position: relative;}
.section2 .txt{position: absolute;left:0;right:0;top:8rem;text-align:center;}
.section2 .txt h5 {font-size:3.6rem;color: #fff;font-weight: 700;}
.section2 .txt p {margin-top:3rem;font-size:1.8rem;color: #DFDFDF;line-height:1.5;}

@media screen and (max-width:480px){
.section2 .txt p{margin:2.5rem auto 0;max-width:80%;}
}

/*---------*/
.section3{position: relative;}
.section3  .txt{position: absolute;right:0;top:8rem;text-align: center;left:0;}
.section3  .txt h5 {font-size:3.6rem;color: #fff;font-weight:700;}
.section3  .txt p {margin-top:2rem;font-size:1.8rem;color:#DFDFDF;line-height:1.5;}


/*---------*/
.section4{position: relative;}
.section4  .txt{position: absolute;right:0;top:8rem;text-align: center;left:0;}
.section4  .txt h5 {font-size:3.6rem;color: #fff;font-weight:700;}
.section4  .txt p {margin-top:2rem;font-size:1.8rem;color:#DFDFDF;line-height:1.5;}

/*---------*/
.section5{position: relative;background: #dedede;padding:8rem 0;}
.section5  .t{text-align: center;margin: 0 auto;width: 80%;}
.section5  .t h5 {font-size:3.6rem;color: #000;font-weight: 700;max-width: 60%;margin: 0 auto;}
.section5  .t p {margin-top:3rem;font-size:1.8rem;color: #000;line-height:1.5;}
.section5 .pic{text-align: center;margin:3.5rem auto 0;}

@media screen and (max-width:576px) {
.section5 .t{width:90%;}
.section5 .t h5{max-width: 90%;}
}

/*---------*/
.section6{position: relative;}
.section6 .txt{position:absolute;left:0;top:20%;right:0;}
.section6 .txt .t{width:50%;}
.section6 .txt h5 {font-size:3.6rem;color:#fff;font-weight:700;}
.section6 .txt p {margin-top:3rem;font-size:1.8rem;color: #DFDFDF;line-height:1.5;}
.section6 .txt p strong{font-size:4.8rem;}

@media screen and (max-width:576px) {
.section6 .txt{top:8%;}
.section6 .txt .t{width:90%;}
}

/*---------*/
.section7{position: relative;}
.section7 .txt{position: absolute;left:0;right:0;top:8rem;text-align:center;}
.section7 .txt h5 {font-size:3.6rem;color: #fff;font-weight: 700;}
.section7 .txt p {margin-top:3rem;font-size:1.8rem;color: #DFDFDF;line-height:1.5;}
@media screen and (max-width:576px) {
.section7 .txt{max-width: 90%;margin:0 auto}
}

/*---------*/
.section8{position: relative;}
.section8 .txt{position: absolute;left:0;right:0;top:8rem;text-align:center;}
.section8 .txt h5 {font-size:3.6rem;color: #fff;font-weight: 700;}
.section8 .txt p {margin-top:3rem;font-size:1.8rem;color: #DFDFDF;line-height:1.5;}

@media screen and (max-width:576px) {
.section8 .txt{top:8%;max-width: 90%;margin:0 auto;}
}

/*---------*/
.section9{position: relative;}
.section9 .txt{position:absolute;left:0;top:20%;right:0;}
.section9 .txt .t{width:50%;}
.section9 .txt h5 {font-size:3.6rem;color:#fff;font-weight:700;}
.section9 .txt p {margin-top:3rem;font-size:1.8rem;color: #DFDFDF;line-height:1.5;}
.section9 .txt p strong{font-size:4.8rem;}
@media screen and (max-width:1441px){
.section9 .txt .t{width:51%;}
}
@media screen and (max-width:1281px){
.section9 .txt .t{width:52%;}
}
@media screen and (max-width:576px) {
.section9 .txt{top:10%;}
.section9 .txt .t{width:90%;}
}

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

.section10{position:relative;/*padding:5rem 0 12rem;*/}
}

@media screen and (max-width:768px) {
.section10 .txt{position:static;}
.section10 .txt .t{max-width:85%;position:absolute;left:15px;top:10%;}
.section10 .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) {
.section10{padding-bottom:30rem;background:#000002;}
.section10 .txt h3{max-width: 75%;}
.section10 .txt ul{bottom:10rem;}
}
/*---------*/
.section11{position: relative;}
.section11 .txt{position: absolute;left:0;top:0;bottom:0;right:0;display:flex;align-items:center;}
.section11 .txt .t{width:45%;}
.section11 .txt .t h3 {font-size:3.6rem;font-weight:700;color: #141414;}
.section11 .txt .t p {font-size:1.8rem;line-height:1.5;color: #141414;margin-top:3rem;}
.section11 .txt ul {margin-top:3rem;display: flex;justify-content: space-between;flex-wrap:wrap;width:45%;}
.section11 .txt ul li{width:33.3333333%;}
.section11 .txt ul li .pic img{width:8rem;filter: grayscale(100%) brightness(0%)}
.section11 .txt ul li p {font-size:1.8rem;color: #141414;margin-top:1.5rem;}

@media screen and (max-width:576px){
.section11 .txt{top:8%;bottom:auto;}
.section11 .txt .t{width:80%;}
.section11 .txt ul{width:70%;}
}

@media screen and (max-width:480px){
.section11 .txt ul{width:80%;}
}


/*---------*/
.listing {padding:9rem 0;}
.listing .box {display: flex;align-items: center;}
.listing .box + .box {margin-top:9rem;}
.listing .box .pic {width: 47.3%;overflow: hidden;border-radius: 8px;}
.listing .box .t {flex: 1;padding:0 0 0 15rem;font-size:1.8rem;line-height:1.5;color: #0a0a0a;}
.listing .box:nth-child(2n) {flex-direction: row-reverse;}
.listing .box:nth-child(2n) .t{padding:0 15rem 0 0;}
.listing .box .t h5 {font-size:3.6rem;line-height:1.5;color:#0A0A0A;font-weight:700;margin-bottom:3rem;}
.listing .box .t p img{width:47rem;}

@media screen and (max-width:1281px){
.listing .box .t{padding:0 0 0 10rem;}
.listing .box:nth-child(2n) .t{padding:0 10rem 0 0;}
}

@media screen and (max-width:768px){
.listing .box + .box {margin-top:5rem;}
.listing .box .t{padding:0 0 0 6rem;}
.listing .box:nth-child(2n) .t{padding:0 6rem 0 0;}
}

@media screen and (max-width:576px) {
.listing .box{background:#000;overflow:hidden;}
.listing .box:first-child{border-radius:8px 8px 0 0;}
.listing .box:last-child{border-radius:0 0 8px 8px;}
.listing .box + .box{margin-top:0;}
.listing .box .pic{width:50%;border-radius:0;}
.listing .box .t,.listing .box:nth-child(2n) .t{padding:0 2rem;background:#000;text-align:center;}
.listing .box .t h5{color:#fff;font-size:3rem;text-align:left;}
}

@media screen and (max-width:480px) {
.listing{padding:5rem 0;}
}


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

.carousel{padding:10rem 0 10rem 10%;position: relative;background: #F9F9F9;}
.carousel .swiper-slide{width:100rem;}
.carousel .swiper-slide .box {display: flex;align-items: flex-end;background: #131313;}
.carousel .swiper-slide .box .pic {width:58%;}
.carousel .swiper-slide .box .t {flex: 1;padding:0 4.5rem 6rem;}
.carousel .swiper-slide .box .t h5{font-size:3rem;color: #fff;font-weight: 500;line-height:1.2;}
.carousel .swiper-slide .box .t p{margin-top:3rem;font-size:1.8rem;line-height:1.5;color: #fff;}

.carousel .swiper-pagination-bullets{position: static;text-align: left;margin: 50px -9px 0;}
.carousel .swiper-pagination-bullet {width:18px;height:18px;margin: 0 9px !important;border-radius:0;background:#D6D6D6;opacity:1;position: relative;transition: all .3s ease 0s;}
.carousel .swiper-pagination-bullet-active {background:#000;}

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

.spec-tit{background:#ebebeb;}
.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 #141414;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:#141414;border-right:2px solid #141414;padding-right:2rem;margin-right:2rem;}
.spec-tit a img{width:1.5rem;filter: grayscale(100%) brightness(0%);}

.spec{padding:10rem 0;/*! background:#000002; */}
.spec h3 {font-size:3.6rem;font-weight: 700;color: #141414;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:#141414;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 strong{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%;}
.spec .table table td:nth-child(2n+1){font-weight:500;}}

@media screen and (max-width:1441px) {
.spec-tit .pic img{width:30rem;}
}

@media screen and (max-width:576px) {
.spec{padding:8rem 0 3rem;}
.spec-tit .pic img{width:20rem;}
.spec-tit a{border:2px solid #141414;padding:2rem 4rem;line-height:3.2rem;}
.spec-tit a em{font-size:2.4rem;border-right:1px solid #141414;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;}
.compare h3{font-size:3.6rem;font-weight: 700;color: #141414;line-height:1;text-align: center;}

.compare .list{margin: 6rem auto 0;position: relative;}
.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:100%;}
.compare .swiper-slide .tit{margin-top:1.5rem;}
.compare .swiper-slide .tit h5{font-size:2.6rem;color:#000;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.compare .swiper-slide .tit h6{margin-top:1rem;font-size:2rem;}
.compare .swiper-slide .tit .more{display:inline-block;font-size:1.6rem;font-weight:500;color:#fff;margin:25px 0 0;padding:0 3rem;height:4rem;line-height:3.8rem;border:1px solid #1B1B1E;background:#1B1B1E;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:#141824;/*font-weight:700;*/}
.compare .swiper-slide .txt i{font-size:4rem;color:#141824;display:inline-block;}
.compare .swiper-slide .txt i~i{margin-top:25px;}
.compare .swiper-slide .txt h6 em{font-size:1.6rem;/*opacity:0.9;*/}
.compare .swiper-slide .txt p{margin:5px 0 0;color:rgba(20,24,36,0.52);font-size:1.6rem;line-height:1.5;}

.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;}

.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 #1B1B1E;border-radius: 30px;font-size:1.8rem;color: #000;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 .tit .more{font-size:2rem;}
.compare .swiper-slide .txt p{font-size:2rem;}
.compare .compare-all a{font-size:2rem;}
}

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

.album {padding: 8rem 0 9rem;}
.album h3 {font-size:3.6rem;font-weight: 700;color: #141414;line-height:1;text-align: center;}
.album .list1 {margin-right: 5%;margin-top: 7rem;}
.album .list2 {margin-left: 5%;margin-top: 1rem;}
.album .list .swiper-slide {overflow: hidden;}
.album .list .swiper-slide img {width: 100%;transition: all 0.3s ease 0s;}
.album .list .swiper-slide:hover img {transform: scale(1.04);-webkit-transform: scale(1.04);}


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

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

.pro-faq .tab{display:flex;align-items:center;}
.pro-faq .tab h3{display:inline-block;font-size:3.2rem;color: #141414;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:#262626;}

.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 #D0D0D0;}
.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:#1b1c1c;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:#5C5C5C;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:#626262}
.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 #D0D0D0;display:flex;justify-content:space-between;align-items:center;}
.pro-faq .down-list ul li h4{font-size:2rem;color:#1b1c1c;font-weight: 500;}
.pro-faq .down-list ul li > a{font-size:2.4rem;color:#1b1c1c;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:#676767;}
.pro-faq .txt > * + * {margin-top: 35px;}

.pro-faq .path {margin-top:7rem;}
.pro-faq .path p {font-size:1.8rem;font-weight:700;color:#7F7E7E;}


.pro-faq .txt .note{font-size:1.6rem;}


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

@media screen and (max-width:1281px){

.album{padding:60px 0;}
.album .list1{margin-top:50px;}

}

@media screen and (max-width:768px){

.carousel{padding:40px 30px;}
.carousel .swiper-slide .box{align-items:center;}
.carousel .swiper-slide .box .t{padding:0 25px;}
.carousel .swiper-slide .box .t h5{font-size:24px;}
.carousel .swiper-slide .box .t p{margin-top:20px;font-size:17px;}
.carousel .swiper-pagination-bullets{text-align:center;margin:30px 0 0;}
.carousel .swiper-pagination-bullet{width:13px;height:13px;margin:0 4px !important;}

.album{padding:40px 0;}
.album .list1 {margin-right:0;margin-top:30px;}
.album .list2 {margin-left:0;}

}

@media screen and (max-width:576px) {
.carousel{padding:35px 20px;}
.carousel .swiper-slide .box{display:block;}
.carousel .swiper-slide .box .pic{width:100%;}
.carousel .swiper-slide .box .t{padding:20px 15px;}
.carousel .swiper-slide .box .t h5{text-align:center;}
}

@media screen and (max-width:480px) {
.carousel{padding:30px 15px;}
.carousel .swiper-slide .box .t h5{font-size:22px;}
.carousel .swiper-slide .box .t p{margin-top:15px;font-size:16px;}
}	

