@charset "utf-8";
/* 首页 */
.HomeBan{position: relative;}
.HomeBan .item{position: relative;}
.HomeBan .item .img{padding-top:8.15rem;}
.HomeBan .item .img .play{width:100%;height:100%;background:url(../images/play.svg) no-repeat center center;background-size:0.8rem;position:absolute;top:0;left:0;cursor: pointer;z-index:999;}
.HomeBan .item video{position: absolute;width:100%;height:100%;top:0;left:0;object-fit: cover;opacity:0;}
.HomeBan .item video.on{opacity:1;}
.HomeBan .item .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);color:#fff;}
.HomeBan .item .txt .title{font-size: 0.78rem;font-weight: bold;}
.HomeBan .item .txt .subtitle{font-size: 0.4rem;}
.HomeBan .slick-dots{position: absolute;right:0.3rem;top:50%;width:22px;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeBan .slick-dots li{width:22px;height:22px;margin:0.2rem 0;background-position: center;background-repeat: no-repeat;background-image: url(../images/dot.png);background-color: transparent;}
.HomeBan .slick-dots li.slick-active{background-image: url(../images/dotc.png);}
.HomeBan .slick-dots li button{display: none;}
.arrdown{-webkit-animation: rightan 1s infinite;-webkit-animation-fill-mode: both; color:#fff; height:auto; position:absolute; bottom:0px; left:50%; transform: translateX(-50%);-webkit-transform: translateX(-50%); z-index:999; text-align:center;}
.arrdown>img{display: inline-block;margin-right:0.15rem;}
.arrdown .down{margin-top:0.1rem;}

@keyframes rightan
{
  from{bottom: 1rem;opacity: 0;}
  to{bottom: 0.4rem;opacity: 1;}
}

@-webkit-keyframes rightan
{
    from{bottom: 1rem;opacity: 0;}
    to{bottom: 0.4rem;opacity: 1;}
}

@media(max-width:1024px){
    .HomeBan .item .img{padding-top:60%;}
    .HomeBan .item .txt .title{font-size: 30px;}
    .HomeBan .item .txt .subtitle{font-size: 18px;}
}

@media(max-width:640px){
    .HomeBan .item .txt .title{font-size: 18px;margin-bottom:5px;}
    .HomeBan .item .txt .subtitle{font-size: 14px;}
    .arrdown>img{margin-right:0;max-height:40px;}
}

.HomeTit{margin-bottom:0.4rem;}
.HomeTit h1{font-size: 0.38rem;}
.HomeTit .dec{font-size: 0.2rem;font-weight: lighter;color:#999;margin:0 auto;margin-top:8px;line-height: 0.36rem;padding:0 10px 0 0;}

/* 大师贴膜 */
.HomeAbout{background: #f5f5f5;}
.HomeAbout .HomeTit{margin-bottom:0;}
.HomeAbout .HomeAboutBox{position: relative;}
.HomeAbout .HomeAboutTxt{min-height:7.57rem;box-sizing: border-box;padding:1rem 0 0.55rem;position: relative;z-index:9;}
.HomeAbout .HomeAboutTxt .Con{width:45%;}
.HomeAbout .HomeAboutTxt .Con .tit{font-size: 0.24rem;font-weight: lighter;margin:0.15rem 0;}
.HomeAbout .HomeAboutTxt .Con .dec{font-size: 0.2rem;line-height: 0.32rem;color:#626262;font-weight: lighter;}

.HomeAbout .HomeNum{width:90%;margin-top:0.8rem;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.HomeAbout .HomeNum ul::after{content:'';display: block;clear: both;}
.HomeAbout .HomeNum ul li{width:25%;float:left;box-sizing: border-box;padding:0.6rem 0;text-align: center;background: #fff;position: relative;transition: all .3s;-webkit-transition: all .3s;}
.HomeAbout .HomeNum ul li::before{content:'';display: block;width:1px;height:55%;background: #e5e5e5;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeAbout .HomeNum ul li:nth-child(1):before{display: none;}
.HomeAbout .HomeNum ul li .dec{font-size: 0.2rem;line-height: 0.3rem;height:0.6rem;display: flex;align-items: center;justify-content: center;text-align: center;}
.HomeAbout .HomeNum ul li .num{font-size: 1.1rem;color:#d30017;line-height: 1.1rem;}
.HomeAbout .HomeNum ul li:hover{background: #d30017;color:#fff;}
.HomeAbout .HomeNum ul li:hover .num{color:#fff;}
.HomeAbout .HomeNum ul li.on{background: #d30017;color:#fff;}
.HomeAbout .HomeNum ul li.on .num{color:#fff;}

.HomeAbout .HomeAboutImg{width:49%;position: absolute;right:0;top:0;}
.HomeAbout .HomeAboutImg .img{width:100%;padding-top:7.57rem;}

@media(max-width:1024px){
    .HomeTit h1{font-size: 22px;}
    .HomeAbout .HomeAboutTxt{min-height:5rem;padding:40px 0;}
    .HomeAbout .HomeAboutTxt .Con .tit{font-size: 18px;}
    .HomeAbout .HomeAboutTxt .Con .dec{font-size: 14px;line-height: 25px;}
    .HomeAbout .HomeNum ul li{padding:30px 0;}
    .HomeAbout .HomeNum ul li .dec{font-size: 12px;}
    .HomeAbout .HomeNum ul li .num{font-size: 50px;}
    .HomeAbout .HomeAboutImg .img{padding-top:5rem;}
    .HomeAbout .HomeNum{margin-top:50px;}
}

@media(max-width:768px){
    .HomeAbout .HomeNum{width:100%;}
}

@media(max-width:640px){
    .HomeAbout .HomeAboutImg{position: static;width:100%;}
    .HomeAbout .HomeAboutImg .img{padding-top:105%;}
    .HomeAbout .HomeAboutTxt{min-height:1px;padding:0;}
    .HomeAbout .HomeAboutTxt .Con{width:100%;}
    .HomeTit h1{font-size: 20px;}
    .HomeAbout .HomeAboutTxt .Con .tit{font-size: 16px;}
    .HomeAbout .HomeNum{margin-top:20px;}
    .HomeAbout .HomeNum ul li{padding:20px 5px;width:50%;}
    .HomeAbout .HomeNum ul li .dec{font-size: 14px;line-height: 22px;height:22px;}
    .HomeAbout .HomeNum ul li .num{font-size: 35px;}
    .HomeAbout .HomeNum ul li:nth-child(2n+1):before{display: none;}
}

@media(max-width:750px){
    .HomeTit h1{font-size: 0.28rem;}
}

/* 品牌服务 */
.HomeBrand_service{background: #f5f5f5;}
.HomeBrand_service .HomeBrand_serviceBox ul{margin-left:-4%;}
.HomeBrand_service .HomeBrand_serviceBox ul li{width:21%;float:left;margin-left:4%;box-sizing: border-box;border:1px solid #eeeeee;background: #fff;padding:0.45rem 0.2rem;text-align: center;transition: all .3s;-webkit-transition: all .3s;}
.HomeBrand_service .HomeBrand_serviceBox ul li .ico{width:0.75rem;height:0.75rem;margin:0 auto;position: relative;}
.HomeBrand_service .HomeBrand_serviceBox ul li .ico img{position: absolute;top:0;left:0;width:100%;transition: all .5s;-webkit-transition: all .5s;}
.HomeBrand_service .HomeBrand_serviceBox ul li .ico img.img2{transform: scale(0);-webkit-transform: scale(0);}
.HomeBrand_service .HomeBrand_serviceBox ul li .tit{font-size: 0.24rem;color:#373737;margin:0.2rem 0 0.35rem 0;}
.HomeBrand_service .HomeBrand_serviceBox ul li .dec{font-size: 0.2rem;font-weight: lighter;color:#5e5e5e;line-height: 0.3rem;height:0.6rem;margin-bottom:0.2rem;}
.HomeBrand_service .HomeBrand_serviceBox ul li .more i{display: inline-block;width:25px;height:7px;background: url(../images/more.png) no-repeat center center;position: relative;top:-2px;margin-left:5px;}
.HomeBrand_service .HomeBrand_serviceBox ul li .more{line-height: 25px;font-size: 0.16rem;color:#9f9f9f;}
.HomeBrand_service .HomeBrand_serviceBox ul li:hover{background: #d30017;}
.HomeBrand_service .HomeBrand_serviceBox ul li:hover .ico img.img1{transform: scale(0);-webkit-transform: scale(0);}
.HomeBrand_service .HomeBrand_serviceBox ul li:hover .ico img.img2{transform: scale(1);-webkit-transform: scale(1);}
.HomeBrand_service .HomeBrand_serviceBox ul li:hover .tit{color:#fff;}
.HomeBrand_service .HomeBrand_serviceBox ul li:hover .dec{color:#fff;}
.HomeBrand_service .HomeBrand_serviceBox ul li:hover .more{color:#fff;}
.HomeBrand_service .HomeBrand_serviceBox ul li:hover .more i{background: url(../images/more_white.png) no-repeat center center;}

@media(max-width:1024px){
    .HomeBrand_service .HomeBrand_serviceBox ul li{padding:20px 10px;}
    .HomeBrand_service .HomeBrand_serviceBox ul li .ico{width:55px;height:55px;}
    .HomeBrand_service .HomeBrand_serviceBox ul li .tit{font-size: 16px;margin:15px 0;}
    .HomeBrand_service .HomeBrand_serviceBox ul li .dec{font-size: 14px;line-height: 22px;height:44px;margin-bottom:8px;}
    .HomeTit .dec{font-size: 14px;line-height: 22px;max-width:100%;margin-top:3px;}
}

@media(max-width:750px){
    .HomeTit .dec{padding:0 0;font-size: 14px;line-height: 1.8;}
}
@media(max-width:640px){
    .HomeBrand_service .HomeBrand_serviceBox ul li{width:46%;margin-bottom:10px;}

}


/* 全膜护解决方案创领者 */
.HomeSolution{background: #f5f5f5;padding-bottom:0;}
.HomeSolution .HomeSolutionBox .slider{overflow: hidden;}
.HomeSolution .HomeSolutionBox ul li{position: relative;}
.HomeSolution .HomeSolutionBox ul li .img{padding-top:7.4rem;transition: all .5s;}
.HomeSolution .HomeSolutionBox ul li .img::after{content:'';display: block;width:100%;height:100%;background: rgba(0,0,0,0.35);position: absolute;top:0;left:0;}
.HomeSolution .HomeSolutionBox ul li .txt{position: absolute;width:100%;height:100%;box-sizing: border-box;top:0;left:0;padding:0.9rem 0.5rem 0.8rem;color:#fff;transition: all .3s;}
.HomeSolution .HomeSolutionBox ul li .txt .ico{height:0.7rem;line-height: 0.7rem;margin-bottom:0.5rem;}
.HomeSolution .HomeSolutionBox ul li .txt .title{margin-bottom:0.5rem;}
.HomeSolution .HomeSolutionBox ul li .txt .title .cn{font-size: 0.3rem;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.HomeSolution .HomeSolutionBox ul li .txt .title .eng{font-size: 0.2rem;margin-top:0.05rem;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.HomeSolution .HomeSolutionBox ul li .txt .subtitle{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 0.3rem;}
.HomeSolution .HomeSolutionBox ul li .txt .dec{font-size: 0.15rem;line-height: 0.26rem;height:1.3rem;margin:0.4rem 0;}
.HomeSolution .HomeSolutionBox ul li .txt .more{display: inline-block;line-height: 0.45rem;border-radius: 0.45rem;border:1px solid #fff;font-size: 0.18rem;}
.HomeSolution .HomeSolutionBox ul li .txt .more a{color:#fff;display: block;padding:0 0.25rem;}
.HomeSolution .HomeSolutionBox ul li .showbox .txt .subtitle{opacity: 0;}
.HomeSolution .HomeSolutionBox ul li .showbox .txt .dec{opacity: 0;}


.HomeSolution .HomeSolutionBox ul li .hidebox{background: #d30017;z-index:998;position: absolute;width:100%;height:100%;top:0;left:0;opacity: 0;visibility: hidden;transform: translateX(0);transition: all .5s;-webkit-transition: all .5s;}
.HomeSolution .HomeSolutionBox .wap_more{display: none;}

@media(min-width:769px){
    .HomeSolution .HomeSolutionBox ul::after{content:'';display: block;clear: both;}
    .HomeSolution .HomeSolutionBox ul li{width:20%;float:left;position: relative;transition: all .3s;-webkit-transition: all .3s;}
    .HomeSolution .HomeSolutionBox ul li.on{width:42%;}
    .HomeSolution .HomeSolutionBox ul li.onn{width:14.5%;}
    .HomeSolution .HomeSolutionBox ul li.onn .txt{padding-left:0.4rem;padding-right:0.4rem;}
    .HomeSolution .HomeSolutionBox ul li.on .showbox .img{opacity: 0;}
    .HomeSolution .HomeSolutionBox ul li.on .hidebox{opacity: 1;visibility: visible;transform: translateX(0);}
    .HomeSolution .HomeSolutionBox ul li.on .hidebox .txt{padding-left:1.2rem;padding-right:1.2rem;}
}

@media(max-width:1024px){
    .HomeSolution .HomeSolutionBox ul li .img{padding-top:160%;}
    .HomeSolution .HomeSolutionBox ul li .txt{padding:50px 25px;}
    .HomeSolution .HomeSolutionBox ul li .txt .ico{height:60px;margin-bottom:20px;}
    .HomeSolution .HomeSolutionBox ul li .txt .title .cn{font-size: 18px;}
    .HomeSolution .HomeSolutionBox ul li .txt .title .eng{font-size: 14px;}
    .HomeSolution .HomeSolutionBox ul li .txt .dec{margin:20px 0;display:none;}
    .HomeSolution .HomeSolutionBox ul li .txt .title{margin-bottom:30px;}
    .HomeSolution .HomeSolutionBox ul li .txt .more{line-height: 30px;font-size: 14px;border-radius: 30pxs;}
    .HomeSolution .HomeSolutionBox ul li .txt .more a{padding:0 15px;}
}

@media(max-width:768px){
    .HomeSolution .HomeSolutionBox ul li .showbox .txt .dec{display: none;}
    .HomeSolution .HomeSolutionBox ul::after{content:'';display: block;clear: both;}
    .HomeSolution .HomeSolutionBox ul li{width:50%;float:left;}
    .HomeSolution .HomeSolutionBox ul li{display: none;}
    .HomeSolution .HomeSolutionBox ul li:nth-child(1),.HomeSolution .HomeSolutionBox ul li:nth-child(2),.HomeSolution .HomeSolutionBox ul li:nth-child(3),.HomeSolution .HomeSolutionBox ul li:nth-child(4){display: block;}
    .HomeSolution .HomeSolutionBox ul li.show{display: block;}
    .HomeSolution .HomeSolutionBox{position: relative;}
    .HomeSolution .HomeSolutionBox .wap_more{position: absolute;right:-5px;bottom:21%;opacity: 0.6;width:45px;display: block;}
}

@media(max-width:640px){
    .HomeSolution .HomeSolutionBox ul li .txt .ico img{max-height:32px;max-width:50px;}
    .HomeSolution .HomeSolutionBox ul li .txt .title .cn{font-size: 16px;}
}


/* 了解大师贴膜明星产品 */
.HomePro .HomeProBox .HomeProBoxCon{height:5.4rem;position: relative;}
.HomePro .HomeProBox .HomeProBoxCon .Box{position: absolute;top:0;left:0;width:100%;opacity: 0;visibility: hidden;transition: all .3s;-webkit-transition: all .3s;transform: scale(1);}
.HomePro .HomeProBox .HomeProBoxCon .Box.on{transform: scale(1);opacity: 1;visibility: visible;}
.HomePro .HomeProBox .HomeProBoxCon .Box_img{width:60%;}
.HomePro .HomeProBox .HomeProBoxCon .Box_img li .img{padding-top:5.4rem;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt{width:40%;height:5.4rem;background: #fafafa;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit{height:1.5rem;line-height: 1.5rem;background: #d30017;position: relative;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit a{display: block;padding:0 2rem 0 0.8rem;color:#fff;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit h1{font-size: 0.35rem;font-weight: normal;margin-left:0.2rem;width:70%;float:left;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit::before{content:'';display: block;width:1.8rem;height:100%;background: url(../images/promore.png) no-repeat center center;position: absolute;right:0;top:0;border-left:1px solid rgba(255,255,255,0.3);}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit .ico{width:45px;float:left;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_con{padding:0.5rem 0.7rem;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_con .tit{font-size: 0.24rem;margin-bottom:0.1rem;}
.HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_con .con{font-size: 0.18rem;line-height:0.3rem;color:#626262;max-height:2.4rem;overflow: auto;}


.HomePro .HomeProBox .HomeProBoxNav{}
.HomePro .HomeProBox .HomeProBoxNav ul::after{content:'';display: block;clear: both;}
.HomePro .HomeProBox .HomeProBoxNav ul li{width:20%;box-sizing: border-box;float:left;border-right:1px solid #eaeaea;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;text-align: center;height:2.4rem;transition: all .3s;-webkit-transition: all .3s;}
.HomePro .HomeProBox .HomeProBoxNav ul li a{display: block;padding:0.4rem 0.2rem;}
.HomePro .HomeProBox .HomeProBoxNav ul li:nth-child(5n+1){border-left:1px solid #eaeaea;}
.HomePro .HomeProBox .HomeProBoxNav ul li .ico{width:45px;height:45px;margin:0 auto;text-align: center;line-height: 45px;margin-bottom:0.2rem;}
.HomePro .HomeProBox .HomeProBoxNav ul li .ico .img2{display: none;}
.HomePro .HomeProBox .HomeProBoxNav ul li h1{font-size: 0.2rem;color:#000;}
.HomePro .HomeProBox .HomeProBoxNav ul li h2{font-size: 0.15rem;color:#a6a6a6;font-weight: normal;}
.HomePro .HomeProBox .HomeProBoxNav ul li .num{font-family: DINB;font-size: 0.2rem;margin-top:0.2rem;color:#000;}
.HomePro .HomeProBox .HomeProBoxNav ul li.on{background: #d30017;}
.HomePro .HomeProBox .HomeProBoxNav ul li.on .ico .img1{display: none;}
.HomePro .HomeProBox .HomeProBoxNav ul li.on .ico .img2{display: inline-block;}
.HomePro .HomeProBox .HomeProBoxNav ul li.on h1{color:#fff;}
.HomePro .HomeProBox .HomeProBoxNav ul li.on h2{color:#fff;}
.HomePro .HomeProBox .HomeProBoxNav ul li.on .num{color:#fff;}
.HomePro .HomeProBox .HomeProBoxNav ul li.more{display: flex;flex-direction: column;justify-content: center;}
.HomePro .HomeProBox .HomeProBoxNav ul li.more p{font-size: 0.2rem;color:#a6a6a6;;}

.slick-arrow{width:45px;height:45px;box-sizing: border-box;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,0.1);background-color: #fff;background-position: center center;background-repeat: no-repeat;font-size: 0;color:transparent;z-index:99;position: absolute;top:50%;margin-top:-22.5px;}
.slick-arrow.slick-prev{background-image: url(../images/prev.png);left:10px;}
.slick-arrow.slick-next{background-image: url(../images/next.png);right:10px;}
.slick-arrow.slick-prev:hover{background-image: url(../images/prevc.png);}
.slick-arrow.slick-next:hover{background-image: url(../images/nextc.png);}

.HomePro .slick-arrow{bottom:0.3rem;top:auto;}
.HomePro .slick-arrow.slick-prev{right:100px;left:auto;}
.HomePro .slick-arrow.slick-next{right:35px;}

@media(max-width:1024px){
    .HomePro .HomeProBox .HomeProBoxNav ul li{height:210px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li a{padding:25px 15px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li h1{font-size: 16px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li h2{font-size: 14px;line-height: 22px;height:44px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li .num{font-size: 14px;margin-top:8px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li.more p{font-size: 15px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li.more .ico img{height:30px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_img li .img{padding-top:400px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt{height:400px;}
    .HomePro .HomeProBox .HomeProBoxCon{height:400px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit{height:70px;line-height: 70px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit a{padding-left:20px;padding-right:80px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit::before{width:60px;background-size: 12px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit h1{font-size: 18px;margin-left:10px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit .ico{width:35px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit .ico img{max-width:28px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_con{padding:20px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_con .tit{font-size: 16px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_con .con{font-size: 14px;line-height: 25px;max-height:250px;}
}

@media(max-width:640px){
    .slick-arrow{width:35px;height:35px;margin-top:-17.5px;background-color: transparent;box-shadow: 0 0 0 transparent;}
    .HomePro .HomeProBox .HomeProBoxCon {height:520px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_img{width:100%;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_img li .img{padding-top:200px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt{width:100%;height:320px;}
    .HomePro .slick-arrow.slick-next{right:20px;}
    .HomePro .slick-arrow.slick-prev{right:70px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_tit{height:50px;line-height: 50px;}
    .HomePro .HomeProBox .HomeProBoxCon .Box_txt .Box_txt_con .con{max-height:200px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li{width:50%;height:150px;border-top:none;}
    .HomePro .HomeProBox .HomeProBoxNav ul li a{padding:10px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li .ico{width:35px;height:35px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li .ico img{max-height:32px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li:nth-child(1),  .HomePro .HomeProBox .HomeProBoxNav ul li:nth-child(2){border-top: 1px solid #eaeaea;}
    .HomePro .HomeProBox .HomeProBoxNav ul li h2{font-size: 12px;line-height: 18px;height:36px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li.more{width:100%;height:120px;}
    .HomePro .HomeProBox .HomeProBoxNav ul li:nth-child(5n+1){border-left:none;}
    .HomePro .HomeProBox .HomeProBoxNav ul li:nth-child(2n+1){border-left: 1px solid #eaeaea;}
}


/* 为啥选择大师贴膜？ */
.HomeReason .HomeReasonBox .items .tit{width:90%;margin:0 auto;line-height: 0.32rem;padding-left:1.6rem;position: relative;box-sizing: border-box;border:1px solid #d7d7d7;}
.HomeReason .HomeReasonBox .items .tit .name{width:1.6rem;text-align: center;background: #d30017;color:#fff;height:100%;position: absolute;left:0;top:0;font-size: 0.24rem;font-weight: bold;display: flex;align-items: center;justify-content: center;}
.HomeReason .HomeReasonBox .items .tit .tit_txt{font-size: 0.2rem;color:#8b8b8b;padding:0.1rem 0.3rem;}
.HomeReason .HomeReasonBox .items .VideoList{margin-left:-1.5%;margin-top:0.5rem;}
.HomeReason .HomeReasonBox .items .VideoList .item{width:23.5%;margin-left:1.5%;float:left;margin-bottom:0.25rem;}
.HomeReason .HomeReasonBox .items .VideoList .item .img{padding-top:2.45rem;}
.HomeReason .HomeReasonBox .items .VideoList .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.HomeReason .HomeReasonBox .items .VideoList .item:hover span{transform: scale(1.05);}
.HomeReason .HomeReasonBox .items .VideoList .item .img::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background: url(../images/play.png) no-repeat center center;background-size: 1.11rem;}
.HomeReason .HomeReasonBox .items .VideoList .item:nth-child(1){width:48.5%;}
.HomeReason .HomeReasonBox .items .VideoList .item:nth-child(1) .img{padding-top:5.15rem;}


.HomeReason .HomeReasonBox .items .VideoList .item.More{background: #d30017;height:2.45rem;display: flex;align-items: center;justify-content: center;flex-direction: column;color:#fff;font-size: 0.2rem;line-height: 0.35rem;}
.HomeReason .HomeReasonBox .items .VideoList .item.More .ico{margin-bottom:0.25rem;}
.HomeReason .HomeReasonBox .items .VideoList .item.More .ico img{max-height:0.7rem;}

.HomeReason .HomeReasonBox .items .VideoList.VideoList_col3 {position: relative;}
.HomeReason .HomeReasonBox .items .VideoList.VideoList_col3 .item:nth-child(3){position: absolute;left:50%;bottom:0;}
.HomeReason .HomeReasonBox .items .VideoList.VideoList_col3 .item.More{height:5.15rem;}

.HomeReason .slick-dots{margin-top:0.2rem;text-align: center;}
.HomeReason .slick-dots li{display: inline-block;margin:0 0.1rem;width:24px;height:24px;background: url(../images/dot_1.png) no-repeat center center;}
.HomeReason .slick-dots li button{display: none;}
.HomeReason .slick-dots li.slick-active{background: url(../images/dot_1c.png) no-repeat center center;}

.videoInfo{width:95%;max-width:15rem;background: #fff;box-sizing: border-box;margin:0 auto;padding:0.5rem 1rem;position: relative;}
.videoInfo .tit{font-size: 0.24rem;margin-bottom:0.2rem;}
.videoInfo video{width:100%;}
.mfp-close-btn-in .mfp-close{width:0.8rem;height:0.8rem;background: url(../images/close.png) no-repeat center center #d30017;background-size: 0.32rem;opacity: 1;font-size: 0;color:transparent;}

@media(max-width:1024px){
    .HomeReason .HomeReasonBox .items .tit .name{width:120px;font-size: 16px;}
    .HomeReason .HomeReasonBox .items .tit{line-height: 40px;padding-left:120px;padding-right:20px;}
    .HomeReason .HomeReasonBox .items .tit .tit_txt{font-size: 15px;line-height: 24px;padding:10px;}
    .HomeReason .HomeReasonBox .items .VideoList{margin-top:30px;}
    .HomeReason .HomeReasonBox .items .VideoList .item{margin-bottom:16px;}
    .HomeReason .HomeReasonBox .items .VideoList .item .img{padding-top:168px;}
    .HomeReason .HomeReasonBox .items .VideoList .item:nth-child(1) .img{padding-top:350px;}
    .HomeReason .HomeReasonBox .items .VideoList.VideoList_col3 .item.More{height:350px;}
    .HomeReason .HomeReasonBox .items .VideoList .item.More{height:168px;font-size: 15px;line-height: 30px;}
    .HomeReason .HomeReasonBox .items .VideoList .item .img::after{background-size: 50px;}
    .HomeReason .HomeReasonBox .items .VideoList .item.More .ico img{max-height:50px;}
    .videoInfo{padding:30px;}
    .videoInfo .tit{font-size: 16px;}
    .mfp-close-btn-in .mfp-close{width:40px;height:40px;background-size: 15px;}
}

@media(max-width:640px){
    .HomeReason .HomeReasonBox .items .tit{width:100%;line-height: 35px;}
    .HomeReason .HomeReasonBox .items .VideoList .item:nth-child(1){width:98.5%;}
    .HomeReason .HomeReasonBox .items .VideoList .item:nth-child(1) .img{padding-top:60%;}
    .HomeReason .HomeReasonBox .items .VideoList .item{width:48.5%;margin-bottom:5px;}
    .HomeReason .HomeReasonBox .items .VideoList .item.More .ico img{max-height:30px;}
    .HomeReason .HomeReasonBox .items .VideoList.VideoList_col3 .item:nth-child(3){position: static;}
    .HomeReason .HomeReasonBox .items .VideoList.VideoList_col3 .item.More{height:170px;width:98.5%;}
    .videoInfo{padding:15px;}
}


/* 首页新闻 */
.HomeNews{padding-bottom:1.2rem;}
.HomeNews .HomeNewsBox .HomeNewsL{width:47%;}
.HomeNews .HomeNewsBox .HomeNewsL .item{position: relative;}
.HomeNews .HomeNewsBox .HomeNewsL .item .img{padding-top:5.1rem;}
.HomeNews .HomeNewsBox .HomeNewsL .item .img span{transition: all .5s;}
.HomeNews .HomeNewsBox .HomeNewsL .item:hover .img span{transform: scale(1.05);}
.HomeNews .HomeNewsBox .HomeNewsL .item .txt{position: absolute;line-height: 1.1rem;background: rgba(0,0,0,0.6);width:100%;padding-left:2.3rem;padding-right:0.5rem;box-sizing: border-box;left:0;bottom:0;color:#fff;}
.HomeNews .HomeNewsBox .HomeNewsL .item .txt .date{font-family: DINB;font-size: 0.48rem;position: absolute;left:0;top:0;width:2.3rem;text-align: center;height:100%;}
.HomeNews .HomeNewsBox .HomeNewsL .item .txt .tit{font-size: 0.25rem;}

.HomeNews .HomeNewsBox .HomeNewsR{width:50.5%;}
.HomeNews .HomeNewsBox .HomeNewsR ul li{padding-left:2.9rem;position: relative;min-height:1.67rem;margin-bottom:0.36rem;}
.HomeNews .HomeNewsBox .HomeNewsR ul li .img{width:2.3rem;padding-top:1.67rem;position: absolute;left:0;top:0;}
.HomeNews .HomeNewsBox .HomeNewsR ul li .img span{transition: all .5s;}
.HomeNews .HomeNewsBox .HomeNewsR ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.HomeNews .HomeNewsBox .HomeNewsR ul li .txt{}
.HomeNews .HomeNewsBox .HomeNewsR ul li .txt .date{font-family: DINB;color:#6e6e6e;font-size: 0.24rem;}
.HomeNews .HomeNewsBox .HomeNewsR ul li .txt .date span{font-weight: bold;font-size: 0.45rem;color:#000;display: inline-block;margin-right:0.2rem;}
.HomeNews .HomeNewsBox .HomeNewsR ul li .txt h1{font-size: 0.2rem;margin:0.08rem 0;}
.HomeNews .HomeNewsBox .HomeNewsR ul li .txt .dec{color:#808080;font-size: 0.2rem;line-height: 0.3rem;font-weight: lighter;}

.HomeNews .HomeMore{text-align: right;padding-top:0.3rem;}
.HomeNews .HomeMore a{display: inline-block;line-height:0.45rem;padding:0 0.25rem;background: #d30017;color:#fff;font-size: 0.16rem;font-weight: lighter;}

@media(max-width:1024px){
    .HomeNews .HomeNewsBox .HomeNewsL .item .img{padding-top:360px;}
    .HomeNews .HomeNewsBox .HomeNewsL .item .txt{line-height: 50px;padding-left:100px;padding-right:20px;}
    .HomeNews .HomeNewsBox .HomeNewsL .item .txt .date{width:80px;font-size: 18px;}
    .HomeNews .HomeNewsBox .HomeNewsL .item .txt .tit{font-size: 16px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li .img{width:180px;padding-top:120px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li{padding-left:200px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li{min-height:115px;margin-bottom:25px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li .txt .date span{font-size: 18px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li .txt .date{font-size: 14px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li .txt h1{font-size: 16px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li .txt .dec{font-size: 14px;line-height: 25px;height:50px;}
    .HomeNews .HomeMore a{line-height: 30px;font-size: 14px;padding:0 15px;}
}

@media(max-width:640px){
    .HomeNews{padding-bottom:30px;}
    .HomeNews .HomeNewsBox .HomeNewsL{width:100%;}
    .HomeNews .HomeNewsBox .HomeNewsR{width:100%;margin-top:20px;}
    .HomeNews .HomeNewsBox .HomeNewsL .item .img{padding-top:60%;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li{padding-left:150px;min-height:100px;margin-bottom:15px;}
    .HomeNews .HomeNewsBox .HomeNewsR ul li .img{width:130px;padding-top:100px;}
}
