*{margin: 0;padding: 0;list-style: none;box-sizing: border-box;text-decoration: none;font-family: '思源黑体','Microsoft YaHei',"Arial";line-height: 1;}
.img{display: flex;align-items: center;justify-content: center;font-size: 0;overflow: hidden;user-select:none}
.img img{width: 100%;height: 100%;object-fit: contain;transition: all .3s;}

.btn{display: flex;align-items: center;justify-content: center;transition: all 0.3s;cursor: pointer;}

.text2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.text3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.text4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}

input,select,textarea{border: none;outline: none;background: none;}

html{font-size: calc(100vw / 192);}

/* .container{width: 140rem;margin: 0 auto;} */

.pc{display: block;}
.mb{display: none;}

.flex{display: flex;}

/* body{opacity: 0;transition: all 1s;} */


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}

.animate{opacity: 0;}




/* html *::-webkit-scrollbar {height: 5px;width: 5px;}
html *::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);border-radius: 5px;background: #f6f7f8;}
html *::-webkit-scrollbar-thumb {height: 10px;border-radius: 5px;background: #AAAAAA;}
html *::-webkit-scrollbar-thumb:hover{background: #aaa;} */



.header{display: flex;align-items: flex-end;height: 8rem;background: #DCDCDC;padding: 1.6rem 32rem 1.6rem 26rem;}
.header .logo{width: 13.1rem;}

.header .user{display: flex;flex-direction: column;align-items: center;margin-left: 8rem;}
.header .user .icon{width: 2rem;height: 2.4rem;margin-bottom: 0.8rem;}
.header .user .text{font-size: 1.3rem;color: #33383B;}

.header .right{display: flex;align-items: flex-end;justify-content: flex-end;flex: 1;}
.header .right .contact{display: flex;flex-direction: column;align-items: flex-start;margin-left: 2.5rem;padding-left: 2rem;border-left: 2px solid #666666;}
.header .right .contact .text{font-size: 1.4rem;color: #000;}
.header .right .contact .tel{font-size: 2rem;color: #000;}

.header .right .menu{display: flex;padding-bottom: 0.4rem;}
.header .right .menu .one{margin-left: 2px;position: relative;}
.header .right .menu .one>.link{font-size: 1.8rem;color: #000;padding: 0 1rem;background: none;height: 2.8rem;border-radius: 2.8rem;transition: all 0.3s;}
.header .right .menu .one:hover>.link{color: #fff;background: #A28D74;}

.header .right .menu .one .box{padding-top: 0.9rem;position: absolute;top: 2.8rem;left: 50%;transform: translateX(-50%);display: none;z-index: 111;}
.header .right .menu .one .two{background: #fff;padding: 1.5rem 1rem;white-space: nowrap;}
.header .right .menu .one .two .link{color: #241916;display: block;margin-bottom: 1rem;font-size: 1.8rem;text-align: center;transition: all 0.3s;}
.header .right .menu .one .two .link:last-child{margin-bottom: 0;}
.header .right .menu .one .two .link:hover{color: #A28D74;}


.footer{background: #4B4B4B;}
.footer .block{padding: 8rem 15rem;display: flex;justify-content: space-between;}
.footer .left{display: flex;align-items: center;}
.footer .left .text{font-size: 1.6rem;color: #fff;line-height: 1.5;}
.footer .left .text a{color: #fff;}
.footer .logo{width: 13.1rem;margin-right: 5rem;}

/* .footer .right{display: flex;} */
.footer .right .line{display: flex;align-items: center;margin-bottom: 2rem;justify-content: space-between;}
.footer .right .line:last-child{margin-bottom: 0;}
.footer .right .one{display: flex;align-items: center;margin-left: 20rem;min-width: 19rem;}
.footer .right .one .icon{width: 4rem;height: 4rem;margin-right: 1.5rem;}
.footer .right .one .text{font-size: 1.4rem;color: #fff;line-height: 1.5;}
.footer .right .one:first-child{margin-left: 0;}


.pageRight{position: fixed;right: 15rem;bottom: 10rem;}
.pageRight .one{transition: all 0.3s;}
.pageRight .totop{cursor: pointer;opacity: 0;}





.shadow{position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 5555;background: rgba(0, 0, 0, 0.5);display: none;}

.hideBox{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 6666;display: none;}
.videoBox{background: #fff;width: 91rem;height: 51rem;}
.videoBox .close{width: 2.8rem;height: 2.8rem;transition: all 0.75s;right: 0.4rem;top: -3.4rem;position: absolute;cursor: pointer;}
.videoBox .close:hover{transform: rotate(180deg);}
.videoBox .video{width: 100%;height: 100%;}
.videoBox .video video{width: 100%;height: 100%;}




.index .banner{width: 100%;position: relative;}
.index .banner .swiper .one{position: relative;}
.index .banner .swiper .one .img{width: 100%;}
.index .banner .swiper .one .icon{width: 10.7rem;height: 10.7rem;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 111;cursor: pointer;}

.index .banner .swiper .next{position: absolute;width: 1.8rem;height: 2.8rem;right: 12rem;top: 0;bottom: 0;margin: auto;z-index: 11;}
.index .banner .swiper .prev{position: absolute;width: 1.8rem;height: 2.8rem;left: 12rem;top: 0;bottom: 0;margin: auto;z-index: 11;}


.index .floor1{background: #F6F6F6;padding: 16rem 0;}
.index .floor1 .block{display: flex;justify-content: space-between;padding: 0 15rem 0 30rem;}
.index .floor1 .right{position: relative;z-index: 1;}
.index .floor1 .right .img{width: 57rem;}
.index .floor1 .right .img:hover img{transform: scale(1.1);}

.index .floor1 .left{position: relative;z-index: 111;}
.index .floor1 .left .en{font-size: 4.8rem;color: #8D8D8D;font-weight: bold;padding: 0.8rem 0 0;margin-bottom: 3rem;opacity: 0.5;}
.index .floor1 .left .cn{font-size: 3rem;color: #000;margin-bottom: 3rem;}
.index .floor1 .left .desc{font-size: 1.6rem;color: #8D8D8D;line-height: 1.5;width: 78rem;margin-bottom: 11rem;text-indent: 2em;text-align: justify;}

.index .floor1 .left .other{width: 126rem;display: flex;background: #fff;height: 24rem;position: absolute;}
.index .floor1 .left .other .one{flex: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;transition: all 0.3s;position: relative;}
.index .floor1 .left .other .one .title{font-size: 2rem;color: #000;height: 2rem;text-align: center;display: flex;align-items: center;justify-content: center;line-height: 1.5;margin-bottom: 4rem;transition: all 0.3s;}
.index .floor1 .left .other .one .num{font-size: 2rem;color: #000;transition: all 0.3s;}
/* .index .floor1 .left .other .one .num span{font-size: 12.6rem;font-weight: bold;} */
.index .floor1 .left .other .one .num span{font-size: 7rem;font-weight: bold;}

.index .floor1 .left .other .one:hover{background: #A28D74;}
.index .floor1 .left .other .one:hover .title{color: #fff;}
.index .floor1 .left .other .one:hover .num{color: #fff;}

.index .floor1 .left .other .one::after{position: absolute;right: 0;top: 7rem;height: 12rem;width: 1px;background: #5B5B5B;content: "";}
.index .floor1 .left .other .one:last-child::after{display: none;}

.index .floor1 .left .other .one:hover::after{position: absolute;right: 0;top: 7rem;height: 12rem;width: 1px;background: #5B5B5B;content: "";display: none;}


.index .floor2{position: relative;}
.index .floor2 .block{position: absolute;top: 0;left: 0;width: 120rem;height: 100%;padding-top: 10rem;right: 0;margin: auto;}
.index .floor2 .title{font-size: 5.4rem;color: #fff;display: flex;align-items: flex-end;}
.index .floor2 .title .en{font-size: 3.6rem;margin-left: 3rem;padding-left: 3rem;position: relative;}
.index .floor2 .title .en::before{position: absolute;width: 1px;height: 4rem;bottom: 0.5rem;background: #fff;content: "";left: 0;}
.index .floor2 .desc{font-size: 2.6rem;color: #fff;margin-top: 3rem;margin-bottom: 7rem;}

.index .floor2 .swiper{width: 140rem;margin-left: -10rem;position: relative;}
.index .floor2 .swiper .swiper-slide{width: 22rem;height: 24rem;margin-right: 4rem;}
.index .floor2 .swiper .swiper-slide:first-child{margin-left: 10rem;}
.index .floor2 .swiper .swiper-slide:last-child{margin-right: 10rem;}

.index .floor2 .swiper .one{width: 100%;height: 100%;display: block;}
.index .floor2 .swiper .one .img{width: 100%;height: 100%;}
.index .floor2 .swiper .one .img img{object-fit: cover;}
.index .floor2 .swiper .one:hover .img img{transform: scale(1.1);}

.index .floor2 .swiper .next{position: absolute;right: 10rem;top: calc(100% + 6rem);width: 3rem;cursor: pointer;}
.index .floor2 .swiper .prev{position: absolute;left: 10rem;top: calc(100% + 6rem);width: 3rem;cursor: pointer;}



.index .floor3{background: #F6F6F6;padding: 11rem 0 8rem;}
.index .floor3 .en{font-size: 3.2rem;color: #8D8D8D;opacity: 0.6;margin-bottom: 2rem;text-align: center;}
.index .floor3 .cn{font-size: 4.2rem;color: #000;margin-bottom: 9rem;text-align: center;}

.index .floor3 .list{display: flex;width: 148rem;margin: 0 auto;}
.index .floor3 .list .one{width: 48rem;margin-right: 2rem;}
.index .floor3 .list .one:last-child{margin-right: 0;}
.index .floor3 .list .one .img{width: 100%;height: 32rem;}
.index .floor3 .list .one .img img{height: 100%;object-fit: cover;}
.index .floor3 .list .one:hover .img img{transform: scale(1.1);}
.index .floor3 .list .one .textBox{background: #fff;transition: all 0.3s;padding: 4rem 5rem;height: 40rem;}
.index .floor3 .list .one .textBox .name{font-size: 2.6rem;color: #232323;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.3s;}
.index .floor3 .list .one .textBox .desc{transition: all 0.3s;margin-top: 3rem;font-size: 1.6rem;line-height: 1.6;color: #232323;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;}

.index .floor3 .list .one:hover .textBox{background: #A28D74;}
.index .floor3 .list .one:hover .textBox .name{color: #fff;}
.index .floor3 .list .one:hover .textBox .desc{color: #fff;}

.index .floor3 .btn{margin: 8rem auto 0;width: 18rem;height: 7rem;display: flex;align-items: center;justify-content: center;background: #E2E2E2;border: 1px solid #9a9a9a;border-radius: 5px;font-size: 2.4rem;color: #414141;}
.index .floor3 .btn:hover{background: #A28D74;color: #fff;}


.index .floor4{position: relative;display: block;}
.index .floor4 .block{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding-top: 8rem;padding-left: 30rem;}
.index .floor4 .title{font-size: 4.6rem;color: #fff;margin-bottom: 1rem;}
.index .floor4 .desc{font-size: 3.8rem;color: #fff;}



.index .floor5 .block{width: 132rem;height: 100%;padding-top: 10rem;right: 0;margin: auto;padding-bottom: 10rem;}
.index .floor5 .title{font-size: 4.2rem;color: #000;display: flex;align-items: flex-end;}
.index .floor5 .title .en{font-size: 2.6rem;margin-left: 2rem;padding-left: 2rem;position: relative;}
.index .floor5 .title .en::before{position: absolute;width: 1px;height: 2.6rem;bottom: 0.5rem;background: #000;content: "";left: 0;}
.index .floor5 .desc{font-size: 1.8rem;color: #757575;margin-top: 1.5rem;margin-bottom: 5rem;}

.index .floor5 .btn{margin: 8rem auto 0;width: 18rem;height: 7rem;display: flex;align-items: center;justify-content: center;background: #E2E2E2;border: 1px solid #9a9a9a;border-radius: 5px;font-size: 2.4rem;color: #414141;}
.index .floor5 .btn:hover{background: #A28D74;color: #fff;}

.index .floor5 .list .one{width: 100%;padding: 3rem;display: flex;background: #fff;transition: all 0.3s;align-items: center;}
.index .floor5 .list .one:hover{background: #F4F4F4;}
.index .floor5 .list .one:hover .big img{transform: scale(1.1);}

.index .floor5 .list .one .time{width: 12rem;display: flex;flex-direction: column;position: relative;flex-shrink: 0;padding-top: 2rem;}
.index .floor5 .list .one .time .day{font-size: 2.6rem;color: #000;margin-bottom: 1rem;}
.index .floor5 .list .one .time .year{font-size: 1.2rem;color: #757575;padding-left: 3px;}
.index .floor5 .list .one .time::after{position: absolute;width: 2.3rem;height: 0.5rem;background: #A28D74;content: "";right: 2rem;top: 1.5rem;}

.index .floor5 .list .one .big{width: 18rem;height: 12rem;flex-shrink: 0;margin-right: 2rem;}
.index .floor5 .list .one .big img{object-fit: cover;}

.index .floor5 .list .one .more{width: 13.6rem;height: 4rem;border-radius: 4rem;border: 1px solid #757575;display: flex;align-items: center;justify-content: center;font-size: 1.2rem;color: #757575;transition: all 0.3s;}
.index .floor5 .list .one:hover .more{background: #A28D74;border-color: #A28D74;color: #fff;}

.index .floor5 .list .one .textBox{width: 62rem;margin-right: 6rem;padding-top: 0.5rem;}
.index .floor5 .list .one .textBox .name{font-size: 2rem;color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index .floor5 .list .one .textBox .at{margin: 1rem 0;display: flex;align-items: center;}
.index .floor5 .list .one .textBox .at .icon{width: 1.9rem;height: 1.9rem;margin-right: 0.7rem;}
.index .floor5 .list .one .textBox .at .text{font-size: 1.2rem;color: #757575;opacity: 0.45;}
.index .floor5 .list .one .textBox .desc{font-size: 1.2rem;color: #757575;line-height: 1.5;margin: 0;}



.index .floor6{position: relative;}
.index .floor6 .block{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding-top: 10rem;display: flex;flex-direction: column;align-items: center;}
.index .floor6 .title{font-size: 4.6rem;color: #fff;display: flex;align-items: flex-end;}
.index .floor6 .title .en{font-size: 3.8rem;margin-left: 1.5rem;padding-left: 1.5rem;position: relative;}
.index .floor6 .title .en::before{position: absolute;width: 1px;height: 4rem;bottom: 0rem;background: #fff;content: "";left: 0;}

.index .floor6 .desc{font-size: 2.2rem;color: #fff;margin: 10rem auto 12rem;line-height: 1.5;text-align: center;}

.index .floor6 .btn{margin: 0rem auto 0;width: 18rem;height: 7rem;display: flex;align-items: center;justify-content: center;background: #fff;border: 1px solid #9a9a9a;border-radius: 5px;font-size: 2.4rem;color: #100A05;}
.index .floor6 .btn:hover{background: #A28D74;color: #fff;}



.newProduct .bread{margin: 2rem 0 8rem 30rem;font-size: 1.8rem;color: #000;}

.newProduct .list{width: 122rem;margin: 0 auto;display: flex;flex-wrap: wrap;}
.newProduct .list .one{width: 39rem;margin-right: 2.5rem;margin-bottom: 9rem;}
.newProduct .list .one:nth-child(3n){margin-right: 0;}
.newProduct .list .one .img{width: 39rem;height: 45rem;border-radius: 1rem;}
.newProduct .list .one .img img{width: 100%;height: 100%;object-fit: cover;}
.newProduct .list .one .time{margin-top: 4.5rem;margin-bottom: 1.5rem;font-size: 2rem;color: #ADADAD;}
.newProduct .list .one .name{font-size: 2.6rem;color: #000;font-weight: bold;margin-bottom: 0.5rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newProduct .list .one .desc{font-size: 1.4rem;color: #ADADAD;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.newProduct .btn{margin: 0 auto 11rem;width: 22rem;height: 5rem;border-radius: 5rem;background: #7D7A40;font-size: 2rem;color: #fff;font-weight: bold;}



.newProductDetail{padding-bottom: 15rem;width: 122rem;margin: 0 auto;padding-top: 12rem;}
.newProductDetail .bread{font-size: 1.6rem;color: #3B4043;margin-bottom: 2rem;}
.newProductDetail .time{font-size: 2rem;color: #ADADAD;}
.newProductDetail .title{font-size: 6rem;color: #3B4043;margin-top: 6rem;line-height: 1.5;font-weight: bold;margin-bottom: 5rem;}

.newProductDetail .content p{font-size: 2rem;color: #3B4043;line-height: 1.5;}
.newProductDetail .content img{max-width: 100%;height: auto;}



.salesPage{background: #F1F0F0;padding: 5rem 0 27rem;}
.salesPage .bread{width: 126rem;font-size: 1.8rem;color: #000;margin: 0 auto 9rem;}
.salesPage .block{width: 126rem;margin: 0 auto;display: flex;background: #E5E4E4;}
.salesPage .block .rigth{flex-shrink: 0;}

.salesPage .block .left{flex: 1;padding: 4rem 2rem;}
.salesPage .block .left .en{font-size: 2.4rem;color: #8D8D8D;opacity: 0.6;font-weight: bold;margin-bottom: 1rem;}
.salesPage .block .left .cn{font-size: 3rem;color: #000;margin-bottom: 11rem;}

.salesPage .block .left .num{padding-bottom: 4rem;border-bottom: 1px solid #000;margin-bottom: 2rem;}
.salesPage .block .left .num .text{font-size: 2rem;color: #000;font-weight: bold;margin-bottom: 2rem;white-space: nowrap;}
.salesPage .block .left .num .text span{font-size: 8.5rem;color: #A28D74;}

.salesPage .block .left .content{padding-bottom: 2rem;margin-bottom: 2rem;border-bottom: 1px solid #000;font-size: 1.6rem;color: #000;text-align: justify;line-height: 1.5;font-weight: bold;}



.newsCenter{background: #F1F0F0;padding: 5rem 0 10rem;}
.newsCenter .bread{width: 132rem;font-size: 1.8rem;color: #000;margin: 0 auto 3.5rem;}
.newsCenter .block{width: 132rem;margin: 0 auto;display: flex;justify-content: space-between;}
.newsCenter .block .menu{width: 20.5rem;border-radius: 1rem;height: 29rem;background: #fff;padding: 2rem;}
.newsCenter .block .menu .title{font-size: 1.8rem;color: #575454;margin-bottom: 3.5rem;position: relative;}
.newsCenter .block .menu .title::after{position: absolute;bottom: -1rem;left: 0;width: 2.7rem;height: 1px;background: #ABABAB;content: "";opacity: 0.5;}
.newsCenter .block .menu .one{font-size: 1.8rem;color: #575454;margin-bottom: 1.5rem;padding-bottom: 1rem;border-bottom: 1px solid rgba(171, 171, 171, 0.5);display: block;transition: all 0.3s;}
.newsCenter .block .menu .one:hover{color: #A28D74;}

.newsCenter .block .listBox{width: 108rem;padding: 3.5rem 2.5rem;background: #fff;border-radius: 1rem;}
.newsCenter .block .listBox .title{font-size: 3rem;color: #959151;margin-bottom: 4rem;}

.newsCenter .block .listBox .list .one{padding-left: 4rem;height: 5rem;position: relative;display: block;}
.newsCenter .block .listBox .list .one::before{position: absolute;width: 1rem;height: 1rem;left: 1rem;top: 0;bottom: 0;margin: auto;border-radius: 50%;background: #ABABAB;content: "";}
.newsCenter .block .listBox .list .one .flex{width: 100%;height: 100%;justify-content: space-between;align-items: center;border-bottom: 1px solid rgba(171, 171, 171, 0.5);}
.newsCenter .block .listBox .list .one .text{font-size: 2rem;color: #575454;transition: all 0.3s;}
.newsCenter .block .listBox .list .one .time{font-size: 2rem;color: #575454;transition: all 0.3s;}

.newsCenter .block .listBox .list .one:hover .text{color: #A28D74;}
.newsCenter .block .listBox .list .one:hover .time{color: #A28D74;}


.productCenter{background: #F1F0F0;padding-bottom: 5rem;}

.productCenter .bread{margin: 1.6rem auto 2rem;width: 120rem;display: flex;align-items: center;justify-content: space-between;}
.productCenter .bread .left{font-size: 1.8rem;color: #000;}
.productCenter .bread .right .input{display: flex;align-items: center;width: 18rem;height: 3rem;border-radius: 0.5rem;border: 1px solid #bbb;background: #fff;padding: 0 1rem;}
.productCenter .bread .right .input .img{width: 1.4rem;height: 1.4rem;flex-shrink: 0;margin-right: 1rem;}
.productCenter .bread .right .input input{width: 0;flex: 1;font-size: 1.4rem;}



.productCenter .block{width: 120rem;margin: 0 auto;display: flex;justify-content: space-between;align-items: flex-start;}
.productCenter .block .menu{width: 16rem;background: #fff;border-radius: 1rem;padding: 2rem 0;flex-shrink: 0;}
.productCenter .block .menu .one{font-size: 1.8rem;line-height: 2;text-align: center;display: block;color: #575454;transition: all 0.3s;}
.productCenter .block .menu .one:hover{color: #A28D74;}
.productCenter .block .menu .one.active{color: #A28D74;}

.productCenter .block .listBox{width: 94rem;}
.productCenter .block .list{display: flex;flex-wrap: wrap;margin-bottom: 2rem;}
.productCenter .block .list .one{width: 22rem;margin-right: 2rem;margin-bottom: 3rem;}
.productCenter .block .list .one:nth-child(4n){margin-right: 0;}
.productCenter .block .list .one .img{width: 22rem;height: 22rem;margin-bottom: 1rem;background: #8D8D8D;position: relative;}
.productCenter .block .list .one .img img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.productCenter .block .list .one .img .nor{z-index: 11;opacity: 1;}
.productCenter .block .list .one .img .hov{z-index: 1;opacity: 0;}
/* .productCenter .block .list .one:hover .img img{transform: scale(1.1);} */
.productCenter .block .list .one:hover .img .nor{z-index: 1;opacity: 0;}
.productCenter .block .list .one:hover .img .hov{z-index: 11;opacity: 1;}

.productCenter .block .list .one .text{font-size: 2rem;color: #000;text-align: center;line-height: 1.5;}
.productCenter .block .list .one .text span{font-size: 1.6rem;color: #666;}


.pageList{display: flex;align-items: center;justify-content: center;}
.pageList .one{min-width: 2.8rem;height: 2.8rem;border: 1px solid #030000;display: flex;align-items: center;justify-content: center;margin: 0 2px;transition: all 0.3s;font-size: 1.4rem;color: #010101;padding: 0 1rem;cursor: pointer;}
.pageList .one:hover,.pageList .one.active{background: #41484D;border-color: #41484D;color: #fff;}

.pageList .next{min-width: 2.8rem;height: 2.8rem;border: 1px solid #030000;display: flex;align-items: center;justify-content: center;margin: 0 2px;transition: all 0.3s;font-size: 1.4rem;color: #010101;padding: 0 1rem;cursor: pointer;}
.pageList .next:hover{background: #41484D;border-color: #41484D;color: #fff;}

.pageList .prev{min-width: 2.8rem;height: 2.8rem;border: 1px solid #030000;display: flex;align-items: center;justify-content: center;margin: 0 2px;transition: all 0.3s;font-size: 1.4rem;color: #010101;padding: 0 1rem;cursor: pointer;}
.pageList .prev:hover{background: #41484D;border-color: #41484D;color: #fff;}

.pageList .first{min-width: 2.8rem;height: 2.8rem;border: 1px solid #030000;display: flex;align-items: center;justify-content: center;margin: 0 2px;transition: all 0.3s;font-size: 1.4rem;color: #010101;padding: 0 1rem;cursor: pointer;}
.pageList .first:hover{background: #41484D;border-color: #41484D;color: #fff;}

.pageList .last{min-width: 2.8rem;height: 2.8rem;border: 1px solid #030000;display: flex;align-items: center;justify-content: center;margin: 0 2px;transition: all 0.3s;font-size: 1.4rem;color: #010101;padding: 0 1rem;cursor: pointer;}
.pageList .last:hover{background: #41484D;border-color: #41484D;color: #fff;}



.productCenterDetail .bread{margin: 2.5rem auto 15rem;width: 120rem;font-size: 1.8rem;color: #000;}
.productCenterDetail .swiper{width: 120rem;margin: 0 auto;display: flex;flex-direction: row-reverse;align-items: flex-start;}

.productCenterDetail .swiper .thumbs{padding: 3rem 0;position: relative;margin-right: 2rem;}
.productCenterDetail .swiper .thumbs .next{width: 2.5rem;bottom: 0;left: 0;right: 0;margin: auto;position: absolute;cursor: pointer;transition: all 0.3s;}
.productCenterDetail .swiper .thumbs .prev{width: 2.5rem;top: 0;left: 0;right: 0;margin: auto;position: absolute;cursor: pointer;transition: all 0.3s;}

.next.swiper-button-disabled{opacity: 0.5;cursor: not-allowed !important;}
.prev.swiper-button-disabled{opacity: 0.5;cursor: not-allowed !important;}

.productCenterDetail .swiper .gallery-thumbs{width: 13rem;flex-shrink: 0;height: 73rem;}
.productCenterDetail .swiper .gallery-thumbs .swiper-slide{width: 13rem;height: 13rem;margin-bottom: 2rem;}
.productCenterDetail .swiper .gallery-thumbs .swiper-slide .one{width: 100%;height: 100%;}
.productCenterDetail .swiper .gallery-thumbs .swiper-slide .one .img{width: 100%;height: 100%;}
.productCenterDetail .swiper .gallery-thumbs .swiper-slide:last-child{margin-bottom: 0;}


.productCenterDetail .swiper .gallery-top{flex: 1;background: #F2F2F2;border-radius: 1rem;height: 76rem;}
.productCenterDetail .swiper .gallery-top .swiper-slide{width: 100%;height: 100%;}
.productCenterDetail .swiper .gallery-top .swiper-slide .one{width: 100%;height: 100%;}
.productCenterDetail .swiper .gallery-top .swiper-slide .one .img{width: 100%;height: 100%;}

.productCenterDetail .swiper .gallery-top .next{width: 7.1rem;height: 7.1rem;right: 4rem;top: 0;bottom: 0;margin: auto;position: absolute;z-index: 1111;cursor: pointer;transition: all 0.3s;}
.productCenterDetail .swiper .gallery-top .prev{width: 7.1rem;height: 7.1rem;left: 4rem;top: 0;bottom: 0;margin: auto;position: absolute;z-index: 1111;cursor: pointer;transition: all 0.3s;}

.productCenterDetail .contentBox{margin: 15rem auto 0;padding: 8rem 0 20rem;width: 120rem;border-top: 1px solid rgba(3, 0, 0, 0.5);}
.productCenterDetail .contentBox .title{font-size: 3.4rem;color: #222;padding-left: 2rem;position: relative;margin-bottom: 4rem;}
.productCenterDetail .contentBox .title::before{position: absolute;left: 0;top: 0;width: 0.5rem;height: 3.4rem;background: #A28D74;content: "";}

.productCenterDetail .contentBox .content p{font-size: 3.4rem;color: #222;}
.productCenterDetail .contentBox .content table{margin: 3rem 0;width: 100%;border: 1px solid #C9C9C9;border-bottom: 0;border-spacing: 0;}
.productCenterDetail .contentBox .content table td{height: 7rem;border-bottom: 1px solid #c9c9c9;font-size: 3.4rem;color: #222;text-align: center;vertical-align: middle;}
.productCenterDetail .contentBox .content table td:first-child{width: 48rem;background: #F4F4F4;border-right: 1px solid #c9c9c9;}


.daili{padding-bottom: 13.5rem;background: #F1F0F0;background-image: url(../img/bg_zhaoshang.png);background-repeat: repeat-x;background-position: left bottom;}
.daili .bread{width: 132rem;margin: 2.5rem auto;font-size: 1.8rem;color: #000;}

.daili .block{width: 132rem;background: #fff;border-radius: 1rem;padding: 3rem 14rem;margin: 0 auto;}
.daili .block .title{font-size: 3rem;color: #959151;border-bottom: 1px solid rgba(171, 171, 171, 0.5);margin-bottom: 2.5rem;padding-bottom: 2.5rem;}

.daili .block .title:first-child{display: flex;align-items: center;justify-content: space-between;padding-bottom: 1rem;}
.daili .block .title .btn{width: 17.5rem;height: 4.5rem;border-radius: 4.5rem;background: #959151;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 3rem;}

.daili .block .title span{margin-top: 2rem;font-size: 2rem;color: #575454;display: block;}

.daili .block .box{margin-bottom: 6rem;}
.daili .block .box *{line-height: 1.5;}

.daili .block .name{font-size: 2.4rem;color: #959151;margin-bottom: 2rem;line-height: 1.5;}
.daili .block .subtitle{font-size: 2rem;color: #959151;margin-bottom: 1rem;line-height: 1.5;}
.daili .block .desc{font-size: 2rem;color: #575454;margin-bottom: 2rem;line-height: 1.5;}




.dailishenqing{padding-bottom: 14.5rem;background: #F1F0F0;}
.dailishenqing .bread{width: 132rem;margin: 2.5rem auto;font-size: 1.8rem;color: #000;}

.dailishenqing .block{background: #fff;border-radius: 1rem;width: 132rem;margin: 0 auto;}
.dailishenqing .block1{padding: 10rem 18rem 15rem;}
.dailishenqing .block1 .title{font-size: 4.4rem;color: #959151;font-weight: bold;padding-bottom: 2.5rem;border-bottom: 1px solid #666666;margin-bottom: 3.5rem;}
.dailishenqing .block1 .line{display: flex;justify-content: space-between;margin-bottom: 3.5rem;}
.dailishenqing .block1 .line .one{display: flex;align-items: center;}
.dailishenqing .block1 .line .name{width: 15.5rem;font-size: 3rem;color: #3B4043;}
.dailishenqing .block1 .line.center{align-items: center;}

.dailishenqing .block1 .line .input{width: 24rem;height: 4.6rem;border: 1px solid #666;}
.dailishenqing .block1 .line .input input{font-size: 1.8rem;color: #3B4043;width: 100%;height: 100%;padding: 0 1rem;}

.dailishenqing .block1 .line .textarea{width: 0;flex: 1;height: 19.5rem;border: 1px solid #666;margin-bottom: 1rem;padding: 1rem 1rem;}
.dailishenqing .block1 .line .textarea textarea{font-size: 1.8rem;color: #3B4043;width: 100%;height: 100%;}

.dailishenqing .block1 .line .one .btn{width: 18.6rem;height: 4.6rem;margin-right: 2rem;display: flex;align-items: center;justify-content: center;background: #3B4043;color: #fff;font-size: 3rem;border-radius: 4.6rem;}

.dailishenqing .block1 .line .right{display: flex;flex: 1;align-items: flex-end;}
.dailishenqing .block1 .line .imgBtn{width: 12rem;height: 12rem;border: 1px solid #666;margin-right: 2rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.dailishenqing .block1 .line .imgBtn .add{width: 3.4rem;height: 3.4rem;position: relative;}
.dailishenqing .block1 .line .imgBtn .add::before{width: 1px;height: 3.4rem;background: #666;top: 0;left: 0;bottom: 0;right: 0;margin: auto;position: absolute;content: "";}
.dailishenqing .block1 .line .imgBtn .add::after{height: 1px;height: 1px;background: #666;top: 0;left: 0;bottom: 0;right: 0;margin: auto;position: absolute;content: "";}
.dailishenqing .block1 .line .imgBtn .text{font-size: 2rem;color: #3B4043;}

.dailishenqing .block1 .line .desc{font-size: 1.4rem;color: #F80029;line-height: 2;}

.dailishenqing .block1 .line .btnBox{display: flex;align-items: center;flex: 1;margin-top: 5.5rem;}
.dailishenqing .block1 .line .btnBox .btn{width: 18.6rem;height: 4.6rem;margin-right: 2rem;display: flex;align-items: center;justify-content: center;border-radius: 4.6rem;background: #A18D74;color: #fff;font-size: 3rem;}

.dailishenqing .block1 .line:last-child{margin-bottom: 0;}


.dailishenqing .block2{height: 100rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.dailishenqing .block2 .img{width: 14.9rem;height: 14.9rem;}
.dailishenqing .block2 .title{font-size: 4.4rem;color: #3B4043;font-weight: bold;margin: 3.6rem 0 2.2rem;}
.dailishenqing .block2 .desc{font-size: 3rem;color: #3B4043;margin-bottom: 4.4rem;}
.dailishenqing .block2 .btn{font-size: 3rem;display: flex;align-items: center;justify-content: center;width: 29.5rem;height: 4.6rem;background: #A18D74;border-radius: 4.6rem;color: #fff;}


.dailishenqing .block3{height: 100rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.dailishenqing .block3 .img{width: 36rem;}
.dailishenqing .block3 .title{font-size: 4.4rem;color: #3B4043;font-weight: bold;margin: 4.4rem 0 3.7rem;}
.dailishenqing .block3 .btn{font-size: 3rem;display: flex;align-items: center;justify-content: center;width: 29.5rem;height: 4.6rem;background: #A18D74;border-radius: 4.6rem;color: #fff;}


.dailishenqing .block4{height: 100rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.dailishenqing .block4 .img{width: 15.3rem;height: 15.3rem;}
.dailishenqing .block4 .title{font-size: 4.4rem;color: #3B4043;font-weight: bold;margin: 3.3rem 0 2.1rem;}
.dailishenqing .block4 .desc{font-size: 3rem;color: #3B4043;margin-bottom: 1rem;}
.dailishenqing .block4 .tip{font-size: 1.6rem;color: #3B4043;margin-bottom: 2.4rem;}
.dailishenqing .block4 .btn{font-size: 3rem;display: flex;align-items: center;justify-content: center;width: 21.8rem;height: 4.6rem;background: #A18D74;border-radius: 4.6rem;color: #fff;}


.dailishenqing .block5{padding: 6.5rem 10rem 9.5rem;}
.dailishenqing .block5 .title{display: flex;justify-content: space-between;padding-bottom: 3rem;border-bottom: 1px solid #9C9C9C;margin-bottom: 9rem;}
.dailishenqing .block5 .title .left{display: flex;flex-direction: column;justify-content: space-between;}
.dailishenqing .block5 .title .name{font-size: 2.8rem;color: #3B4043;}
.dailishenqing .block5 .title .desc{font-size: 1.6rem;color: #3B4043;}
.dailishenqing .block5 .title .right .img{width: 9.4rem;height: 7rem;}

.dailishenqing .block5 .contentBox .name{font-size: 4.4rem;color: #3B4043;font-weight: bold;text-align: center;margin-bottom: 5rem;}
.dailishenqing .block5 .contentBox .content p{font-size: 3.8rem;line-height: 1.6;color: #808080;}
.dailishenqing .block5 .contentBox .content input{font-size: 3.8rem;color: #3B4043;border-bottom: 1px solid #808080;}
.dailishenqing .block5 .contentBox .content .short{width: 5rem;}
.dailishenqing .block5 .contentBox .content .middle{width: 10rem;}
.dailishenqing .block5 .contentBox .content .lon{width: 20rem;}

.dailishenqing .block5 .member{margin-top: 10rem;display: flex;flex-direction: column;align-items: flex-start;margin-left: 60rem;}
.dailishenqing .block5 .member .line{font-size: 3.8rem;color: #808080;display: flex;width: 100%;margin-bottom: 2rem;align-items: center;}
.dailishenqing .block5 .member .line:last-child{margin-bottom: 0;}
.dailishenqing .block5 .member input{font-size: 3.8rem;color: #3B4043;border-bottom: 1px solid #808080;flex: 1;width: 0;}

.dailishenqing .btnBox{display: flex;align-items: center;justify-content: center;margin: 5rem 0;}
.dailishenqing .btnBox .btn{width: 18.6rem;height: 4.6rem;border-radius: 4.6rem;background: #A18D74;color: #fff;font-size: 3rem;margin: 0 4.5rem;}

.dailishenqing .other{font-size: 3.8rem;line-height: 1.6;color: #808080;text-align: center;}



.servicePage{padding-bottom: 6rem;background: #F1F0F0;}
.servicePage .bread{width: 132rem;margin: 2.5rem auto;font-size: 1.8rem;color: #000;}

.servicePage .block{width: 132rem;margin: 0 auto;display: flex;justify-content: space-between;align-items: flex-start;}
.servicePage .block .menu{width: 20rem;border-radius: 1rem;background: #fff;padding: 2rem;}
.servicePage .block .menu .one{height: 5rem;display: flex;align-items: center;font-size: 1.8rem;color: #575454;transition: all 0.3s;border-bottom: 1px solid rgba(171, 171, 171, 0.5);}
.servicePage .block .menu .one:hover,.servicePage .block .menu .one.active{color: #959151;}

.servicePage .block .listBox{width: 108rem;background: #fff;border-radius: 1rem;padding: 3.5rem 5rem 8rem;}
.servicePage .block .listBox .title{display: flex;justify-content: space-between;align-items: center;padding-bottom: 2rem;border-bottom: 1px solid rgba(171, 171, 171, 0.5);margin-bottom: 4.5rem;}
.servicePage .block .listBox .title .text{font-size: 3rem;color: #959151;}
.servicePage .block .listBox .title .searchBox{width: 15.7rem;height: 3.1rem;border-radius: 3.1rem;display: flex;align-items: center;padding: 0 1rem;background: #F5F5F5;}
.servicePage .block .listBox .title .searchBox .icon{width: 1.6rem;height: 1.6rem;flex-shrink: 0;margin-right: 1rem;}
.servicePage .block .listBox .title .searchBox input{flex: 1;width: 0;font-size: 1.8rem;}
.servicePage .block .listBox .title .searchBox input::placeholder{color: #ababab;}



.servicePage .block .listBox .list{display: flex;flex-wrap: wrap;}
.servicePage .block .listBox .list .one{width: 27rem;margin-right: 8.5rem;margin-bottom: 4rem;cursor: pointer;}
.servicePage .block .listBox .list .one:nth-child(3n){margin-right: 0;}
.servicePage .block .listBox .list .one .img{width: 27rem;height: 19rem;background: #EBEBEB;}
.servicePage .block .listBox .list .one .text{font-size: 1.4rem;color: #575454;text-align: center;margin: 1.3rem 0;}

.servicePage .block .listBox .pageList *:hover,.servicePage .block .listBox .pageList *.active{background: #959151;border-color: #959151;}


.downloadBox .big{position: relative;max-width: 100vw;max-height: 100vh;}
/* .downloadBox .big .icon{position: absolute;right: 2.5rem;top: 1.6rem;width: 2.4rem;height: 2.4rem;cursor: pointer;} */

.downloadBox .big .btn{width: 16.9rem;height: 5.5rem;background: #FFFFFF;border-radius: 0.7rem;position: absolute;bottom: 6rem;left: 0;right: 0;margin: auto;}
.downloadBox .big .btn .text{font-size: 2.2rem;color: #0a0606;}
.downloadBox .big .btn .icon{width: 2.8rem;height: 3.1rem;margin-left: 1rem;}





.servicePage .block .listBox .list1{display: flex;flex-wrap: wrap;}
.servicePage .block .listBox .list1 .one{width: 31rem;height: 31rem;border-radius: 1rem;overflow: hidden;margin-right: 2.5rem;margin-bottom: 4rem;cursor: pointer;position: relative;}
.servicePage .block .listBox .list1 .one:nth-child(3n){margin-right: 0;}
.servicePage .block .listBox .list1 .one .img{width: 31rem;height: 31rem;background: #EBEBEB;}
.servicePage .block .listBox .list1 .one .text{color: #fff;justify-content: center;background: #959151;position: absolute;bottom: 0;left: 0;right: 0;padding: 0 1;display: flex;align-items: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 6rem;font-size: 2rem;}
.servicePage .block .listBox .list1 .one .icon{width: 10.7rem;height: 10.7rem;right: 0;left: 0;top: 8rem;position: absolute;margin: auto;}



.videosBox{background: #fff;width: 106rem;height: 60rem;border-radius: 1.5rem;border: 3px solid #fff;overflow: hidden;}
.videosBox .close{width: 2.3rem;height: 2.3rem;transition: all 0.75s;right: 4rem;top: 3rem;position: absolute;cursor: pointer;z-index: 111;}
.videosBox .close:hover{transform: rotate(180deg);}
.videosBox .video{width: 100%;height: 100%;border-radius: 1.5rem;overflow: hidden;}
.videosBox .video video{width: 100%;height: 100%;}



.servicePage .block .listBox .contentBox{padding: 2.5rem 4rem 0;margin-bottom: -3rem;}
.servicePage .block .listBox .contentBox .name{font-size: 2.2rem;color: #393A3A;margin-bottom: 4.5rem;}
.servicePage .block .listBox .contentBox .desc{font-size: 1.2rem;color: #393A3A;line-height: 2;margin-bottom: 4rem;}

.servicePage .block .listBox .contentBox .imgBox{position: relative;margin: 0 auto 4.5rem;width: 87.5rem;}
.servicePage .block .listBox .contentBox .imgBox .bg{width: 87.5rem;margin: 0 auto;}
.servicePage .block .listBox .contentBox .imgBox .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;}

.servicePage .block .listBox .contentBox .imgBox1 .box{padding: 0 5.5rem;}
.servicePage .block .listBox .contentBox .imgBox2 .box{padding: 0 11rem;}
.servicePage .block .listBox .contentBox .imgBox3 .box{flex-direction: column;padding: 4rem 0;}


.servicePage .block .listBox .contentBox .color{display: flex;justify-content: space-between;padding: 0 2rem;}
.servicePage .block .listBox .contentBox .color .one{width: 36rem;}
.servicePage .block .listBox .contentBox .color .one .img{height: 8rem;width: 100%;background: #383A3A;}
.servicePage .block .listBox .contentBox .color .one:last-child .img{height: 8rem;width: 100%;background: #999453;}
.servicePage .block .listBox .contentBox .color .one .tip{text-align: center;font-size: 1.4rem;color: #9B9999;line-height: 2;margin-top: 2rem;}


.servicePage .block .listBox .contentBox .btn{margin: 8rem auto 0;width: 22rem;height: 4rem;border-radius: 1rem;border: 1px solid #030000;display: flex;align-items: center;justify-content: center;font-size: 1.8rem;color: #393A3A;}
.servicePage .block .listBox .contentBox .btn:hover{color: #fff;background: #999453;border-color: #999453;}




.aboutPage{background: #F1F0F0;}
.aboutPage .bread{width: 126rem;margin: 2.5rem auto;font-size: 1.8rem;color: #000;}

.aboutPage .floor1{padding: 8rem 0 20rem;width: 126rem;margin: 0 auto;}
.aboutPage .floor1 .en{font-size: 3.4rem;font-weight: bold;color: #8D8D8D;}
.aboutPage .floor1 .cn{font-size: 4.2rem;color: #000000;margin: 2rem 0 6rem;}
.aboutPage .floor1 .content{display: flex;justify-content: space-between;margin-bottom: 6.5rem;}
.aboutPage .floor1 .content .text{font-size: 2rem;color: #707070;line-height: 2;}
.aboutPage .floor1 .content .img{width: 65rem;height: 40rem;flex-shrink: 0;margin-left: 5rem;}
.aboutPage .floor1 .content .img:hover img{transform: scale(1.1);}

.aboutPage .floor1 .other{width: 100%;display: flex;background: #fff;height: 24rem;}
.aboutPage .floor1 .other .one{flex: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;transition: all 0.3s;position: relative;}
.aboutPage .floor1 .other .one .title{font-size: 2rem;color: #000;height: 2rem;text-align: center;display: flex;align-items: center;justify-content: center;line-height: 1.5;margin-bottom: 4rem;transition: all 0.3s;}
.aboutPage .floor1 .other .one .num{font-size: 2rem;color: #000;transition: all 0.3s;}
/* .aboutPage .floor1 .other .one .num span{font-size: 12.6rem;font-weight: bold;} */
.aboutPage .floor1 .other .one .num span{font-size: 7rem;font-weight: bold;}

.aboutPage .floor1 .other .one:hover{background: #A28D74;}
.aboutPage .floor1 .other .one:hover .title{color: #fff;}
.aboutPage .floor1 .other .one:hover .num{color: #fff;}

.aboutPage .floor1 .other .one::after{position: absolute;right: 0;top: 7rem;height: 12rem;width: 1px;background: #5B5B5B;content: "";}
.aboutPage .floor1 .other .one:last-child::after{display: none;}

.aboutPage .floor1 .other .one:hover::after{position: absolute;right: 0;top: 7rem;height: 12rem;width: 1px;background: #5B5B5B;content: "";display: none;}


.aboutPage .floor2{position: relative;}
.aboutPage .floor2 .block{width: 126rem;margin: 0 auto;height: 100%;top: 0;left: 0;right: 0;position: absolute;display: flex;align-items: center;justify-content: center;}
.aboutPage .floor2 .block .box{position: absolute;top: 9rem;left: 0;}
.aboutPage .floor2 .block .en{font-size: 3.4rem;color: rgba(255, 255, 255, 0.6);}
.aboutPage .floor2 .block .cn{font-size: 4.2rem;color: #fff;margin-top: 2rem;}
.aboutPage .floor2 .block .text{font-size: 2.4rem;color: #fff;line-height: 1.8;text-align: center;}


.aboutPage .floor3{position: relative;padding: 9rem 0 40rem;}
.aboutPage .floor3 .bg{bottom: 0;left: 0;width: 100%;position: absolute;}
.aboutPage .floor3 .bg .img{width: 100%;}
.aboutPage .floor3 .bg .img img{width: 100%;}

.aboutPage .floor3 .block{width: 126rem;margin: 0 auto;}

.aboutPage .floor3 .block .en{font-size: 3.4rem;color: rgba(141, 141, 141, 0.6)}
.aboutPage .floor3 .block .cn{font-size: 4.2rem;color: #000;margin-top: 2rem;}

.aboutPage .floor3 .block .box{width: 100%;display: flex;justify-content: space-between;margin-top: 9.5rem;}
.aboutPage .floor3 .block .box .one{width: 27rem;height: 30rem;background: #fff;border-radius: 1rem;border: 1px solid #C2C1C1;display: flex;flex-direction: column;align-items: center;padding-top: 6rem;}
.aboutPage .floor3 .block .box .one .img{height: 9rem;}
.aboutPage .floor3 .block .box .one .name{font-size: 3rem;color: #000;margin: 2rem 0;}
.aboutPage .floor3 .block .box .one .desc{font-size: 2rem;color: #707070;line-height: 1.2;text-align: center;}



.historyPage{background: #F1F0F0;padding-bottom: 16rem;}
.historyPage .bread{width: 126rem;margin: 2.5rem auto;font-size: 1.8rem;color: #000;}

.historyPage .en{font-size: 3.4rem;font-weight: bold;color: #8D8D8D;text-align: center;margin-top: 12.5rem;}
.historyPage .cn{font-size: 4.2rem;color: #000000;margin: 2rem auto 7.5rem;text-align: center;}

.historyPage .box{width: 126rem;background: #fff;margin: 0 auto;border-radius: 1.5rem;padding: 6rem;}

.historyPage .box .list{overflow: auto;width: 100%;max-height: 128rem;}

.historyPage .box .one{display: flex;align-items: center;margin-bottom: 14rem;position: relative;}

.historyPage .box .one .year{width: 6rem;height: 6rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;flex-direction: column;flex-shrink: 0;background: #959151;margin-right: 7rem;position: relative;z-index: 111;}
.historyPage .box .one .year .num{font-size: 1.6rem;color: #fff;}
.historyPage .box .one .year .text{font-size: 1.2rem;color: #fff;}

.historyPage .box .one .textBox{flex: 1;width: 0;display: flex;align-items: center;}
.historyPage .box .one .textBox .img{width: 24.5rem;height: 15.1rem;border-radius: 0.5rem;transition: all 0.3s;margin-right: 3.5rem;}
.historyPage .box .one .textBox .img img{transition: all 0.3s;}

.historyPage .box .one .textBox .text{flex: 1;width: 0;}
.historyPage .box .one .textBox .name{font-size: 3.5rem;color: #383838;transition: all 0.3s;}
.historyPage .box .one .textBox .desc{font-size: 1.6rem;color: #8F8F8F;margin-top: 1.5rem;line-height: 1.5;transition: all 0.3s;}

.historyPage .box .one:hover .img{width: 28rem;height: 17.25rem;}
.historyPage .box .one:hover .name{font-size: 3.9rem;}
.historyPage .box .one:hover .desc{font-size: 2rem;}

.historyPage .box .one:last-child{margin-bottom: 0;}

.historyPage .box .one::before{position: absolute;top: -7rem;width: 1px;background: #C0C0C0;bottom: -7rem;left: 2.9rem;content: "";z-index: 1;}
.historyPage .box .one:first-child:before{top: 50%;}
.historyPage .box .one:last-child:before{bottom: 50%;}

.historyPage .box .one::after{position: absolute;bottom: -7rem;content: "";z-index: 1;width: 0.9rem;height: 0.9rem;left: 2.5rem;background: #959151;border-radius: 50%;}
.historyPage .box .one:last-child:after{display: none;}



.honorPage .banner{position: relative;}
.honorPage .banner .bread{position: absolute;top: 2.5rem;width: 126rem;margin: 0 auto;font-size: 1.8rem;color: #fff;left: 0;right: 0;}
.honorPage .banner .box{display: flex;flex-direction: column;align-items: center;width: 126rem;margin: 0 auto;position: absolute;top: 0;left: 0;right: 0;height: 100%;justify-content: center;}
.honorPage .banner .box .en{font-size: 3.4rem;color: rgba(141, 141, 141, 0.6);}
.honorPage .banner .box .cn{font-size: 4.2rem;color: #fff;margin: 2rem 0;}
.honorPage .banner .box .desc{font-size: 1.6rem;color: #fff;line-height: 1.5;text-align: center;margin-bottom: 5rem;}


.honorPage .block{position: relative;background: #F1F0F0;padding: 12.5rem 0;}
.honorPage .block .text{position: absolute;top: 0;left: 0;right: 0;margin: 12.5rem auto 0;z-index: 111;}
.honorPage .block .en{font-size: 3.4rem;color: rgba(141, 141, 141, 0.6);text-align: center;}
.honorPage .block .cn{font-size: 4.2rem;color: #000;margin: 2rem auto 6rem;text-align: center;}

.honorPage .block .line{position: relative;}
.honorPage .block .line .list{position: absolute;display: flex;flex: 0;left: 0;right: 0;margin: auto;top: 14rem;width: 126rem;}
.honorPage .block .line .list .one{width: 40.5rem;height: 56.6rem;margin-right: 2.25rem;}
.honorPage .block .line .list .one:nth-child(3n){margin-right: 0;}

.honorPage .block::before{position: absolute;left: 0;top: 0;bottom: 0;width: 28rem;background-image: linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0));content: "";z-index: 111;}
.honorPage .block::after{position: absolute;right: 0;top: 0;bottom: 0;width: 28rem;background-image: linear-gradient(to left, rgba(255,255,255,0.6), rgba(255,255,255,0));content: "";z-index: 111;}

.honorPage .btn{width: 22rem;height: 5rem;margin: 7rem auto 0;background: #A28D74;border-radius: 5rem;display: flex;align-items: center;justify-content: center;font-size: 2rem;color: #f3f3f3;}




.contactPage{background: #F1F0F0;padding-bottom: 18.5rem;}
.contactPage .bread{width: 126rem;margin: 2.5rem auto;font-size: 1.8rem;color: #000;}

.contactPage .block{width: 126rem;margin: 7.5rem auto 0;}
.contactPage .block .box{margin-top: 0.8rem;background: #fff;border-radius: 2rem;padding: 8rem 9rem;display: flex;}
.contactPage .block .box .left{display: flex;flex-direction: column;justify-content: space-between;flex: 1.5;}
.contactPage .block .box .name .cn{font-size: 4rem;color: #000;}
.contactPage .block .box .name .en{font-size: 2rem;color: #000;margin-top: 1rem;}
.contactPage .block .box .address{font-size: 2rem;color: #000;opacity: 0.8;}
.contactPage .block .box .address span{font-weight: bold;}

.contactPage .block .box .right{flex: 1;}
.contactPage .block .box .line{font-size: 2rem;color: #000;opacity: 0.8;margin-bottom: 2rem;}
.contactPage .block .box .line span{font-weight: bold;}
.contactPage .block .box .line:last-child{margin-bottom: 0;}

.contactPage .form{margin: 6.5rem auto 0;width: 126rem;border: 1px solid #030000;background: #fff;border-radius: 1.5rem;padding: 2rem 3rem 4rem;}
.contactPage .form .title{font-size: 3rem;color: #000;margin-bottom: 2.5rem;text-align: center;}
.contactPage .form .line{display: flex;justify-content: space-between;margin-bottom: 1.5rem;}
.contactPage .form .line:last-child{margin-bottom: 0;}
.contactPage .form .line .input{flex: 1;display: flex;align-items: center;border-radius: 1rem;border: 1px solid #000;margin-right: 1.5rem;height: 4.5rem;}
.contactPage .form .line .input:last-child{margin-right: 0;}
.contactPage .form .line .input .img{width: 3rem;height: 3rem;margin: 0 1rem;}
.contactPage .form .line .input input{flex: 1;font-size: 2.2rem;color: #000;padding-right: 1rem;}
.contactPage .form .line .input .code{width: 13.2rem;height: 100%;border-radius: 1rem;background: #9A9A9A;color: #fff;display: flex;align-items: center;justify-content: center;font-size: 2.2rem;cursor: pointer;}
.contactPage .form .line .btn{width: 25.8rem;height: 4.5rem;border-radius: 1rem;background: #A28D74;color: #fff;font-size: 2.6rem;}

.contactPage .form .line .textarea{width: 100%;border-radius: 1rem;border: 1px solid #000000;padding: 2rem;}
.contactPage .form .line .textarea textarea{width: 100%;height: 26rem;font-size: 2.2rem;color: #000;}




.memberPage{background: #F1F0F0;padding: 10rem 0 8rem;}
.memberPage .block{width: 71rem;margin: 0 auto;background: #fff;display: flex;border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;}
.memberPage .block .img{width: 30rem;}

.memberPage .block .box{padding: 1.6rem 3rem 0 4rem;flex: 1;}
.memberPage .block .box .title{font-size: 2.4rem;color: #000;margin-bottom: 1.5rem;}
.memberPage .block .box .title a{color: #BDB3B3;}

.memberPage .block .box .line{margin-bottom: 0.8rem;display: flex;justify-content: space-between;}
.memberPage .block .box .line .input{flex: 1;border: 1px solid #030000;border-radius: 0.5rem;height: 3.4rem;width: 0;overflow: hidden;}
.memberPage .block .box .line .input input{width: 100%;height: 100%;padding: 0 1.5rem;font-size: 1.2rem;color: #000;}
.memberPage .block .box .line .input:nth-child(2){width: 11.6rem;margin-left: 0.8rem;flex-shrink: 0;flex: 0 0 auto;}
.memberPage .block .box .line .code{width: 11.6rem;margin-left: 0.8rem;flex-shrink: 0;flex: 0 0 auto;background: #959151;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;font-size: 1.2rem;color: #fff;cursor: pointer;}

.memberPage .block .box .tip{display: flex;align-items: center;cursor: pointer;margin: 1rem 0 2rem;}
.memberPage .block .box .tip .box{padding: 0;width: 1.2rem;height: 1.2rem;background: #f3f3f3;border: 1px solid #a5a5a5;border-radius: 0.2rem;flex: 0 0 auto;margin-right: 0.5rem;position: relative;}
.memberPage .block .box .tip .text{font-size: 1.4rem;color: #A5A5A5;}
.memberPage .block .box .tip .text span{color: #33383B;}
.memberPage .block .box .tip .text a{color: #33383B;}
.memberPage .block .box .tip .box::after{opacity: 0;transition: all 0.3s;position: absolute;width: 0.6rem;height: 0.6rem;content: "";top: 0;bottom: 0;left: 0;right: 0;background: #33383B;margin: auto;}
.memberPage .block .box .tip.active .box::after{opacity: 1;}

.memberPage .block .box .btn{width: 6.5rem;height: 3.8rem;background: #AAA56B;color: #fff;font-size: 1.4rem;border-radius: 0.5rem;}



.memberPage .block1{width: 71rem;margin: 0 auto;background: #fff;display: flex;border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;}
.memberPage .block1 .img{width: 30rem;}

.memberPage .block1 .box{padding: 3rem 3rem 0 4rem;flex: 1;}
.memberPage .block1 .box .title{font-size: 2.4rem;color: #000;margin-bottom: 1.5rem;}
.memberPage .block1 .box .title a{color: #BDB3B3;}

.memberPage .block1 .box .desc{font-size: 1.8rem;color: #BDB3B3;margin: 2rem 0 2.6rem;}

.memberPage .block1 .box .line{margin-bottom: 2rem;display: flex;justify-content: space-between;}
.memberPage .block1 .box .line .input{flex: 1;border: 1px solid #030000;border-radius: 0.5rem;height: 3.4rem;width: 0;overflow: hidden;}
.memberPage .block1 .box .line .input input{width: 100%;height: 100%;padding: 0 1.5rem;font-size: 1.4rem;color: #000;}

.memberPage .block1 .box .btnBox{display: flex;align-items: center;}
.memberPage .block1 .box .btn{width: 6.5rem;height: 3.8rem;background: #AAA56B;color: #fff;font-size: 1.4rem;border-radius: 0.5rem;margin-right: 1.5rem;}
.memberPage .block1 .box .tip{display: flex;align-items: center;font-size: 1.4rem;}
.memberPage .block1 .box .tip a{color: #BDB3B3;margin-right: 1rem;}
.memberPage .block1 .box .tip a span{color: #000;}


.memberPage .block2{width: 71rem;margin: 0 auto;background: #fff;display: flex;border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;}
.memberPage .block2 .img{width: 30rem;}

.memberPage .block2 .box{padding: 2rem 3rem 0 4rem;flex: 1;}
.memberPage .block2 .box .title{font-size: 2.4rem;color: #000;margin-bottom: 2rem;}

.memberPage .block2 .box .line{margin-bottom: 0.8rem;display: flex;}
.memberPage .block2 .box .line .input{flex: 1;border: 1px solid #030000;border-radius: 0.5rem;height: 3.4rem;width: 0;}
.memberPage .block2 .box .line .input input{width: 100%;height: 100%;padding: 0 1.5rem;font-size: 1.2rem;color: #000;}
.memberPage .block2 .box .line:nth-child(3) .input{width: 16rem;flex: 0 0 auto;}
.memberPage .block2 .box .line .code{width: 8.3rem;margin-left: 0.8rem;flex-shrink: 0;flex: 0 0 auto;background: #959151;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;font-size: 1.2rem;color: #fff;cursor: pointer;height: 3.4rem;}

.memberPage .block2 .box .tip{display: flex;align-items: center;cursor: pointer;margin: 1rem 0 2rem;}
.memberPage .block2 .box .tip .box{padding: 0;width: 1.2rem;height: 1.2rem;background: #f3f3f3;border: 1px solid #a5a5a5;border-radius: 0.2rem;flex: 0 0 auto;margin-right: 0.5rem;position: relative;}
.memberPage .block2 .box .tip .text{font-size: 1.4rem;color: #A5A5A5;}
.memberPage .block2 .box .tip .text span{color: #33383B;}
.memberPage .block2 .box .tip .text a{color: #33383B;}
.memberPage .block2 .box .tip .box::after{opacity: 0;transition: all 0.3s;position: absolute;width: 0.6rem;height: 0.6rem;content: "";top: 0;bottom: 0;left: 0;right: 0;background: #33383B;margin: auto;}
.memberPage .block2 .box .tip.active .box::after{opacity: 1;}

.memberPage .block2 .box .btn{width: 6.5rem;height: 3.8rem;background: #AAA56B;color: #fff;font-size: 1.4rem;border-radius: 0.5rem;margin-top: 2rem;}





.rulesBox{width: 95rem;height: 60rem;border: 2px solid #C3C3C3;background: #fff;}
.rulesBox .title{height: 3.5rem;display: flex;align-items: center;justify-content: space-between;padding: 0 2rem 0 1.5rem;background: #F3F3F3;}
.rulesBox .title .text{font-size: 1.4rem;color: #33383B;}
.rulesBox .title .close{width: 1.1rem;height: 1.1rem;cursor: pointer;transition: all 0.3s;}
.rulesBox .title .close:hover{transform: rotate(90deg);}

.rulesBox .block{height: calc(100% - 3.5rem);padding: 4rem;display: flex;flex-direction: column;align-items: center;}
.rulesBox .block .btn{width: 34rem;height: 4rem;background: #A19D4E;font-size: 1.6rem;color: rgba(255,255,255,0.9);margin-top: 3rem;}
.rulesBox .block .content{flex: 1;overflow: auto;font-size: 1.2rem;color: #33383B;}
.rulesBox .block .content p{line-height: 2;}




.tHeader{display: flex;align-items: center;justify-content: space-between;padding: 0 38rem 0 18rem;box-shadow: 0px 2px 8px 0px rgba(6,0,1,0.19);height: 10rem;}
.tHeader .text{flex: 1;margin-left: 9.5rem;font-size: 2.6rem;color: #33383B;}
.tHeader .login{font-size: 1.6rem;color: #33383B;}
.tHeader .login span{color: #CC0000;}


.policy{padding: 10rem 0 15rem;width: 120rem;margin: 0 auto;}
.policy .time{font-size: 1.6rem;color: #3b4043;margin-bottom: 5rem;}
.policy .title{font-size: 4rem;color: #3b4043;font-weight: bold;}
.policy .title.border{margin-bottom: 4rem;border-bottom: 1px solid #DEDFDF;padding-bottom: 2rem;}
.policy .before{margin: 7rem 0 4rem;padding-bottom: 1rem;font-size: 3.2rem;color: #3b4043;font-weight: bold;border-bottom: 1px solid #DEDFDF;}
.policy .content{font-size: 2rem;line-height: 2;color: #3b4043;}
.policy .content p{font-size: 2rem;line-height: 2;color: #3b4043;}
.policy .end{height: 3rem;display: flex;align-items: center;justify-content: center;border-top: 1px solid #DEDFDF;font-size: 1.4rem;color: #33383b;margin-top: 9rem;}
.policy .end a{color: #33383b;}

.policy .first{font-size: 3.2rem;color: #3b4043;font-weight: bold;border-bottom: 1px solid #33383B;padding-bottom: 1.5rem;margin: 7rem auto 5rem;}




.userPage{background: #F1F0F0;padding: 8rem 0 14.5rem;}
.userPage .block{width: 120rem;margin: 0 auto;display: flex;justify-content: space-between;}
.userPage .block .menu{width: 30rem;border-radius: 1rem;background: #fff;padding: 6rem 0;}
.userPage .block .menu .title{font-size: 2.4rem;color: #000;padding-left: 6rem;font-weight: bold;margin-bottom: 2rem;}
.userPage .block .menu .one{height: 5rem;padding-left: 6rem;background: none;transition: all 0.3s;display: flex;align-items: center;font-size: 2rem;color: rgba(0, 0, 0, 0.8);position: relative;}
.userPage .block .menu .one.active,.userPage .block .menu .one:hover{background: rgba(182, 179, 125, 0.18);}
.userPage .block .menu .one.active::before{position: absolute;width: 0.7rem;height: 100%;top: 0;left: 0;background: #B6B37D;content: "";}

.userPage .block .box{width: 88rem;padding: 3rem;background: #fff;border-radius: 1rem;min-height: 79rem;}

.userPage .block .box1 .title{font-size: 2.4rem;color: #000;font-weight: bold;border-left: 4px solid #000;padding-left: 1rem;margin-bottom: 2.4rem;}
.userPage .block .box1 .line{display: flex;margin-bottom: 4rem;align-items: center;}
.userPage .block .box1 .line .name{font-size: 2.4rem;color: #000;text-align: right;width: 24rem;margin-right: 7.5rem;}
.userPage .block .box1 .line .img{width: 9.2rem;height: 9.2rem;border-radius: 50%;margin-bottom: 2rem;border: 1px solid #ddd;padding: 0.2rem;}
.userPage .block .box1 .line .img img{border: 1px solid #33383B;border-radius: 50%;object-fit: cover;}
.userPage .block .box1 .line .text{font-size: 2.4rem;color: #000;}
.userPage .block .box1 .line .text input{font-size: 2.4rem;color: #000;padding: 0 1rem;border-radius: 0.5rem;border: 1px solid #000;height: 4rem;}



.userPage .block .box1 .btn{margin: 10rem 0 0 25rem;width: 36.5rem;height: 6.5rem;background: #7D7A40;border-radius: 0.5rem;font-size: 2.4rem;color: #fff;}


.userPage .block .box2{padding: 3rem 4rem;}
.userPage .block .box2 .title{font-size: 2.4rem;color: #000;font-weight: bold;margin-bottom: 11rem;}

.userPage .block .box2 .line{display: flex;margin-bottom: 2.5rem;align-items: center;}
.userPage .block .box2 .line .name{font-size: 2.4rem;color: #000;text-align: right;width: 27rem;margin-right: 2rem;}
.userPage .block .box2 .line .input{width: 34rem;height: 4rem;background: #F0F0F0;display: flex;align-items: center;}
.userPage .block .box2 .line .input input{flex: 1;height: 100%;padding: 0 1rem;font-size: 1.6rem;color: #000;}
.userPage .block .box2 .line .input .code{width: 9.5rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.6rem;color: #000;position: relative;}
.userPage .block .box2 .line .input .code::before{position: absolute;left: 0;top: 0;bottom: 0;width: 1px;height: 2.2rem;background: rgba(121, 119, 117, 0.6);content: "";margin: auto;}
.userPage .block .box2 .line .btn{width: 34rem;height: 6rem;border-radius: 0.5rem;background: #7D7A40;display: flex;align-items: center;justify-content: center;font-size: 2.2rem;color: rgba(255, 255, 255, 0.9);}




.userPage .block .box3{padding: 3rem 4rem;display: flex;flex-direction: column;}

.userPage .block .box3 .page{display: flex;align-items: center;justify-content: center;margin-top: 5rem;}
.userPage .block .box3 .page .img{width: 1rem;height: 1.2rem;cursor: pointer;margin: 0 1.5rem;transition: all 0.3s;opacity: 0.8;}
.userPage .block .box3 .page .img:hover{opacity: 1;}

.userPage .block .box3 .page .one{font-size: 1.6rem;color: #000000;margin: 0 1.5rem;cursor: pointer;transition: all 0.3s;position: relative;}
.userPage .block .box3 .page .one:hover{color: #7d7a40;}
.userPage .block .box3 .page .one.active{color: #7d7a40;}
.userPage .block .box3 .page .one.active::after{position: absolute;bottom: -0.2rem;left: 0;width: 100%;height: 1px;background: #7d7a40;content: "";}

.userPage .block .box3 .title{font-size: 2.7rem;color: #797775;margin-bottom: 2.5rem;}
.userPage .block .box3 .desc{font-size: 1.6rem;color: #D78383;margin-bottom: 2.5rem;padding-bottom: 2rem;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.userPage .block .box3 .list .one{margin-bottom: 2rem;}
.userPage .block .box3 .list .one .text{font-size: 1.2rem;line-height: 1.5;background: rgba(243, 243, 243, 0.5);border-radius: 0.5rem;padding: 3rem 14.5rem 4rem 3rem;position: relative;}
.userPage .block .box3 .list .one .text::before{position: absolute;left: 2rem;top: 3.5rem;width: 0.6rem;height: 0.6rem;background: #000;border-radius: 50%;content: "";}
.userPage .block .box3 .list .one .time{margin: 2.5rem auto 0;font-size: 1.2rem;color: rgba(0, 0, 0, 0.27);text-align: center;}

.userPage .block .box3 .flex{flex: 1;display: flex;flex-direction: column;justify-content: space-between;padding-bottom: 3rem;}







.userPage .block .box4{padding: 3rem 4rem;}

.userPage .block .box4 .title{font-size: 2.7rem;color: #797775;margin-bottom: 2.5rem;padding-bottom: 2rem;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.userPage .block .box4 .list{display: flex;flex-wrap: wrap;}
.userPage .block .box4 .list .one{margin-bottom: 2rem;margin-right: 2rem;width: 10rem;height: 10rem;cursor: pointer;}


.draftBox{width: 69rem;height: 80rem;background: #fff;padding: 4.5rem 3.5rem 0;}
.draftBox .title{font-size: 2.2rem;padding-bottom: 2rem;border-bottom: 1px solid rgba(3, 0, 0, 0.5);color: #7A773E;text-align: center;margin-bottom: 8rem;}

.draftBox .line{display: flex;align-items: center;padding-left: 5rem;margin-bottom: 2.4rem;line-height: 3.3rem;}
.draftBox .line:last-child{margin-bottom: 0;}
.draftBox .line .name{font-size: 2.2rem;color: #3B4043;margin-right: 2.3rem;width: 8.8rem;}

.draftBox .line .input{width: 17.2rem;height: 3.3rem;border: 1px solid #666;}
.draftBox .line .input input{width: 100%;height: 100%;padding: 0 1.5rem;font-size: 2.2rem;color: #3b4043;}

.draftBox .line .code{width: 10.1rem;margin-left: -0.7rem;margin-right: 1.7rem;background: #3B4043;height: 2.5rem;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.6rem;color: #fff;border-radius: 2.5rem;}

.draftBox .line .textarea{width: 40rem;height: 14rem;border: 1px solid #666;}
.draftBox .line .textarea textarea{width: 100%;height: 100%;padding: 1rem 1.5rem;font-size: 2.2rem;color: #3b4043;line-height: 1.2;}

.draftBox .line .upload{display: flex;align-items: flex-end;}
.draftBox .line .add{width: 8.8rem;height: 8.8rem;margin-right: 1.5rem;border: 1px solid #666;display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;}
.draftBox .line .add .icon{width: 2.4rem;height: 2.4rem;margin-bottom: 1.8rem;position: relative;}
.draftBox .line .add .icon::before{position: absolute;width: 1px;height: 100%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;content: "";background: #666666;}
.draftBox .line .add .icon::after{position: absolute;height: 1px;width: 100%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;content: "";background: #666666;}
.draftBox .line .add .text{font-size: 1.4rem;color: #3B4043;}
.draftBox .line .upload .tip{font-size: 1.2rem;line-height: 2;color: #F80029;}


.draftBox .line .btnBox{margin-top: 4rem;display: flex;}
.draftBox .line .btnBox .btn{width: 13.3rem;height: 3.3rem;border-radius: 3.3rem;display: flex;align-items: center;justify-content: center;background: #7A773E;color: #fff;font-size: 2.2rem;margin-right: 2.5rem;}





.userPage .block .box5{padding: 3rem 4rem;display: flex;flex-direction: column;}

.userPage .block .box5 .page{display: flex;align-items: center;justify-content: center;margin-top: 5rem;}
.userPage .block .box5 .page .img{width: 1rem;height: 1.2rem;cursor: pointer;margin: 0 1.5rem;transition: all 0.3s;opacity: 0.8;}
.userPage .block .box5 .page .img:hover{opacity: 1;}

.userPage .block .box5 .page .one{font-size: 1.6rem;color: #000000;margin: 0 1.5rem;cursor: pointer;transition: all 0.3s;position: relative;}
.userPage .block .box5 .page .one:hover{color: #7d7a40;}
.userPage .block .box5 .page .one.active{color: #7d7a40;}
.userPage .block .box5 .page .one.active::after{position: absolute;bottom: -0.2rem;left: 0;width: 100%;height: 1px;background: #7d7a40;content: "";}

.userPage .block .box5 .title{font-size: 2.7rem;color: #797775;margin-bottom: 4rem;}

.userPage .block .box5 .flex{flex: 1;display: flex;flex-direction: column;justify-content: space-between;padding-bottom: 3rem;}

.userPage .block .box5 .list{display: flex;flex-wrap: wrap;}
.userPage .block .box5 .list .one{width: 20rem;margin-right: 5rem;margin-bottom: 4rem;cursor: pointer;}
.userPage .block .box5 .list .one .big{width: 20rem;height: 20rem;position: relative;}
.userPage .block .box5 .list .one .big .icon{position: absolute;top: 0;left: 0;right: 0;bottom: 3.5rem;margin: auto;width: 6rem;height: 6rem;}
.userPage .block .box5 .list .one .big .icon img{width: 100%;height: 100%;}
.userPage .block .box5 .list .one .big .img{width: 100%;height: 100%;}
.userPage .block .box5 .list .one .big.video{border-radius: 1rem;overflow: hidden;}
.userPage .block .box5 .list .one .big .text{position: absolute;height: 3.5rem;bottom: 0;left: 0;right: 0;display: flex;align-items: center;justify-content: center;font-size: 1.2rem;color: #fff;background: #959151;}

.userPage .block .box5 .list .one .time{margin-top: 2rem;font-size: 1.2rem;color: rgba(0, 0, 0, 0.27);text-align: center;}




















































































@media(max-width:750px){
    .pc{display: none;}
    .mb{display: block;}

    html{font-size: calc(100vw / 75);}

    



}
