﻿@charset "utf-8";
/*初始样式*/
body{color:#333; font-size:14px;font-family: "Arial";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px; }

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Arial";}

.pic{overflow: hidden;font-size: 0;}
.pic img{-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;-o-transition:-o-transform 0.5s;transition:transform 0.5s;}
.pic img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}



.tit{font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
.tit b{display: block;font-size: 64px;color: #333;line-height: 64px;letter-spacing: -4px;}
.tit span{display: block;font-size: 18px;color: #333;line-height: 18px;padding-top: 20px;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.ban_pg{position: absolute;bottom: 20px;height: 6px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 12px;height: 6px;background: #fff;border-radius: 6px;margin: 0 5px;vertical-align: top;box-sizing: border-box;opacity: 1;}
.ban_pg i.on{width: 34px;background: #AC494A;opacity: 1;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.26);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .next{position: absolute;font-size: 0;right: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.26);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #AC494A;}



/* yinzi */
.yinzi{padding: 120px 0 160px;background: url("../../images/jelio/yz-bg.jpg") no-repeat bottom center;}
.yinzi h2{margin-bottom: 60px;}
.yz-con{display: flex;justify-content: space-between;gap: 18px;}
.yz-con ul{display: flex;flex-wrap: wrap;gap: 18px;width: 1002px;}
.yz-con li{width: calc((100% - 36px) / 3);height: 307px;background: rgba(255,255,255,0.9);border-radius: 20px;box-shadow: 0px 0px 18px 0px rgba(134,134,134,0.16);padding: 55px 40px 0;box-sizing: border-box;transition: all 0.3s;}
.yz-con li b{display: flex;font-size: 22px;color: #333;height: 50px;align-items: flex-end;transition: all 0.3s;}
.yz-con li b em{font-size: 60px;color: #AC494A;line-height: 50px;transition: all 0.3s;}
.yz-con li span{display: block;font-size: 22px;color: #333;line-height: 22px;font-weight: bold;white-space: nowrap;padding-top: 10px;transition: all 0.3s;}
.yz-con li p{font-size: 18px;color: #999;line-height: 24px;margin-top: 45px;transition: all 0.3s;}
.yz-con li:hover{background: #AC494A;}
.yz-con li:hover b{color: #fff;}
.yz-con li:hover b em{color: #fff;}
.yz-con li:hover span{color: #fff;}
.yz-con li:hover p{color: #fff;}


.yz-hn{width: 380px;height: 632px;border-radius: 20px;background: rgba(255,255,255,0.9);box-shadow: 0px 0px 18px 0px rgba(134,134,134,0.16);display: flex;flex-direction: column;justify-content: center;align-items: center;}
.yz-hn img{display: block;}
.yz-hn p{font-size: 40px;color: #000;line-height: 30px;text-align: center;font-weight: bold;padding-top: 40px;}
.yz-hn p em{color: #AC494A;}


@media screen and (max-width:1700px){
  .yz-con li{padding: 55px 30px 0;}
  .yz-con li b,.yz-con li span{font-size: 19px;}
  .yz-hn img{width: 260px;}
}


/* pro */
.pro{padding: 110px 0 0;background: #F5F5F5;overflow: hidden;}
.pro-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 45px;}
.pro-top .more{display: block;width: 210px;height: 48px;line-height: 48px;text-align: center;font-size: 18px;color: #F5F5F5;font-weight: bold;background: #AC494A;border-radius: 24px;}
.pro-ctg{height: 100px;display: flex;justify-content: space-between;align-items: center;padding: 0 60px;background: #fff;border-radius: 20px;box-shadow: 0px 4px 32px 0px rgba(223,223,223,0.18);}
.pro-ctg a{font-size: 20px;color: #999;line-height: 44px;position: relative;}
.pro-ctg a.on{color: #333;}
.pro-ctg a.on::after{content: "";display: block;width: 100%;height: 3px;background: #AC494A;position: absolute;left: 0;bottom: 0;}

.pro-list{position: relative;}
.pro-list dl{display: flex;height: 600px;align-items: center;opacity: 0.4;transition: all 0.5s;}
.pro-list dt img{width: 575px;}
.pro-list dd{width: 400px;margin: 0 60px;}
.pro-list dd h4 a{display: block;font-size: 30px;color: #333;line-height: 30px;letter-spacing: -2px;}
.pro-list dd p{font-size: 18px;color: #333;line-height: 27px;margin: 35px 0 80px;}
.pro-list dd .xq{display: flex;width: 180px;height: 50px;justify-content: center;align-items: center;border: 1px solid #000;box-sizing: border-box;border-radius: 25px;font-size: 16px;color: #000;font-weight: bold;}
.pro-list dl.active{opacity: 1;}
.pro-list dl.active .xq{color: #fff;background: #AC494A;border-color: #AC494A;}
.pro-list .prev{position: absolute;right: 0;bottom: 175px;}
.pro-list .next{position: absolute;right: 0;bottom: 100px;}




@media screen and (max-width:1700px){
  .pro-ctg{padding: 0 40px;}
  .pro-ctg a{font-size: 18px;}
}



/* mpro */
.mpro{height: 820px;background: url("../../images/jelio/cp-bg.jpg") no-repeat center;overflow: hidden;padding: 88px 0 0;box-sizing: border-box}
.mpro h2{font-size: 36px;color: #fff;line-height: 36px;text-align: center;margin-bottom: 55px;}
.mpro-list{position: relative;}
.mpro-list dl{width: calc((100% - 84px) / 4);margin-right: 28px;border-radius: 20px;box-shadow: 0px 0px 18px 0px rgba(134,134,134,0.16);overflow: hidden;}
.mpro-list dt{background: #f5f5f5;}
.mpro-list dt img{display: block;width: 100%;}
.mpro-list dd{height: 165px;padding: 0 30px;background: #fff;}
.mpro-list dd h4{padding: 28px 0 10px;}
.mpro-list dd h4 a{display: block;font-size: 18px;color: #333;line-height: 18px;font-weight: normal;height: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.mpro-list dd p{font-size: 14px;color: #999;line-height: 18px;height: 36px;overflow: hidden;}
.mpro-list dd .xq{float: right;font-size: 14px;color: #AC494A;line-height: 36px;font-weight: bold;margin-top: 20px;}

.mpro-list dl:hover h4 a{font-weight: bold;}
.mpro-list dl:hover .xq{width: 107px;height: 36px;text-align: center;color: #fff;background: #AC494A;border-radius: 18px;}
.mpro-list .prev{position: absolute;left: -120px;top: 50%;margin-top: -30px;}
.mpro-list .next{position: absolute;right: -120px;top: 50%;margin-top: -30px;}
.mpro-list .tempWrap{width: 100% !important;}



@media screen and (max-width:1700px){
  .mpro{height: 750px;}
}



/* way */
.way{padding: 110px 0 70px;background: #f5f5f5;}
.way-top{display: flex;justify-content: center;align-items: center;margin-bottom: 50px;}
.way-top .more{display: block;width: 210px;height: 48px;line-height: 48px;text-align: center;font-size: 18px;color: #F5F5F5;font-weight: bold;background: #AC494A;border-radius: 24px;}
.way-con{display: flex;justify-content: space-between;gap: 20px;}
.way-left{width: 452px;padding-right: 24px;padding-top: 42px;box-sizing: border-box;height: 560px;background: #fff;box-shadow: 0px 0px 18px 0px rgba(134,134,134,0.16);border-radius: 20px;}
.way-ctg a{display: block;height: 70px;line-height: 70px;font-size: 22px;color: #333;padding-left: 48px;margin-bottom: 6px;letter-spacing: -1px;}
.way-ctg a.on{color: #fff;background: url("../../images/jelio/way-jt.png") no-repeat 94% center #AC494A;border-radius: 0px 35px 35px 0px;padding-left: 30px;font-weight: bold;}

.way-right{width: 924px;}
.way-bd dl{border-radius: 20px;overflow: hidden;position: relative;}
.way-bd dt img{display: block;width: 100%;height: 560px;object-fit: cover;}
.way-bd dd{position: absolute;left: 0;bottom: 50px;width: 100%;padding: 0 45px;box-sizing: border-box;}
.way-bd dd h4 a{display: block;font-size: 36px;color: #fff;line-height: 36px;}
.way-bd dd p{font-size: 18px;color: #fff;line-height: 26px;margin-top: 15px;}



@media screen and (max-width:1700px){
  .way-ctg a{font-size: 18px;letter-spacing: -1px;}
  .way-bd dd h4 a{font-size: 32px;}
}



/* yous */
.yous{padding: 70px 0 0;background: #f5f5f5;overflow: hidden;}
.ys-tab{margin: 60px 0 -100px;height: 200px;background: #fff;border-radius: 20px;box-shadow: 0px 4px 32px 0px rgba(194,194,194,0.41);display: flex;position: relative;z-index: 10;overflow: hidden;}
.ys-tab li{width: 25%;border-radius: 20px;}
.ys-tab li i{display: block;height: 54px;margin: 42px 0 30px;text-align: center;overflow: hidden;transition: all 0.3s;}
.ys-tab li i img{display: block;margin: 0 auto;transition: all 0.5s;}
.ys-tab li p{font-size: 18px;color: #000;line-height: 18px;text-align: center;transition: all 0.3s;}
.ys-tab li.on{background: #AC494A;}
.ys-tab li.on i img{transform: translateY(-100%);}
.ys-tab li.on p{color: #fff;}

.ys-con{position: relative;}
.ys-con dl{position: relative;height: 848px;}
.ys-con dt{display: flex;justify-content: center;}
.ys-con dd{position: absolute;left: 50%;bottom: 97px;width: 1400px;margin-left: -700px;height: 135px;padding-left: 32px;border-left: 4px solid #fff;}
.ys-con dd h4{font-size: 42px;color: #fff;line-height: 38px;}
.ys-con dd p{font-size: 24px;color: #fff;line-height: 32px;margin-top: 30px;}
.ys-con .prev{position: absolute;right: 50%;bottom: 175px;margin-right: -700px;}
.ys-con .next{position: absolute;right: 50%;bottom: 100px;margin-right: -700px;}



@media screen and (max-width:1700px){
  .ys-con dd{width: 1200px;margin-left: -600px;}
  .ys-con .prev{margin-right: -600px;}
  .ys-con .next{margin-right: -600px;}
}



/* coop */
.coop{padding: 120px 0;}
.coop-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.coop-top .more{display: block;width: 210px;height: 48px;line-height: 48px;text-align: center;font-size: 18px;color: #F5F5F5;font-weight: bold;background: #AC494A;border-radius: 24px;}
.coop-list ul{display: flex;flex-wrap: wrap;gap: 20px;}
.coop-list li{width: calc((100% - 80px) / 5);height: 127px;display: flex;justify-content: center;align-items: center;border: 1px solid #DCDCDC;box-sizing: border-box;overflow: hidden;}
.coop-list li a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.coop-list li img{max-width:82%;max-height:78%;transition: all 0.5s;}
.coop-list li:hover img{transform: scale(1.05);}
.coop-list li:hover{border-color: #AC494A;}


@media screen and (max-width:1700px){ 
  
}



/* fac */
.fac{height: 830px;background: url("../../images/jelio/fac-bg.jpg") no-repeat center;padding: 110px 0 0;box-sizing: border-box;}
.fac-top{display: flex;justify-content: space-between;align-items: center;}
.fac-top h2 b{color: #fff;}
.fac-sp{position: relative;border-radius: 10px;overflow: hidden;}
.fac-sp i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.fac-sp i:before{content:"";position:absolute;left:50%;top:50%;width:78px;height:78px;margin:-39px 0 0 -39px;border:2px solid rgba(255,255,255,.75);border-radius:50%;animation:jelioPlayPulse 1.6s ease-out infinite;}
.fac-sp i img{position:relative;z-index:2;}
@keyframes jelioPlayPulse{
  0%{transform:scale(.72);opacity:.95;}
  100%{transform:scale(1.55);opacity:0;}
}

.fac ul{display: flex;margin-top: 185px;gap: 20px;}
.fac li{flex: 1;height: 460px;padding: 80px 50px 0;height: 460px;overflow: hidden;border-radius: 20px;box-sizing: border-box;}
.fac li h4{font-size: 32px;color: #fff;line-height: 39px;font-weight: normal;padding-bottom: 48px;position: relative;}
.fac li h4::after{content: "";display: block;width: 68px;height: 3px;background: #fff;position: absolute;left: 0;bottom: 0;}
.fac li p{font-size: 16px;color: #fff;line-height: 25px;margin-top: 20px;}
.fac li.on{background: #AC494A;box-shadow: 0px 10px 68px 0px rgba(140,42,43,0.57);text-align: center;padding: 85px 50px 0;}
.fac li.on h4{font-size: 36px;font-weight: bold;}
.fac li.on h4::after{left: 50%;margin-left: -34px;}
.fac li.on p{margin-top: 30px;}



@media screen and (max-width:1700px){
  .fac li{padding: 80px 35px 0;}
  .fac li.on{padding: 85px 35px 0;}
}




/*news*/
.news{padding: 140px 0 120px;background: #f5f5f5;}
.news-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.news-top .more{display: block;width: 210px;height: 48px;line-height: 48px;text-align: center;font-size: 18px;color: #F5F5F5;font-weight: bold;background: #AC494A;border-radius: 24px;}

.news-list dl{width: calc((100% - 40px) / 3);margin-right: 20px;box-shadow: 0px 4px 20px 0px rgba(194,194,194,0.41);border-radius: 20px;overflow: hidden;}
.news-list dt img{display: block;width: 100%;}
.news-list dd{height: 170px;padding: 26px 28px 0;box-sizing: border-box;background: #fff;}
.news-list dd i{display: block;font-size: 14px;color: #999;line-height: 14px;}
.news-list dd h4{padding: 18px 0 4px;}
.news-list dd h4 a{display: block;font-size: 18px;color: #212122;line-height: 24px;height: 48px;overflow: hidden;font-weight: normal;}
.news-list dd .xq{float: right;font-size: 14px;color: #AC494A;line-height: 36px;font-weight: bold;}
.news-list dl:hover .xq{width: 107px;height: 36px;line-height: 36px;text-align: center;color: #fff;background: #AC494A;border-radius: 18px;}

.news-list .tempWrap{width: 100% !important;}
.news-list .news-bd{padding: 20px 0 !important;}



@media screen and (max-width:1700px){
  
}






.video-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.video-box .video-wrapper {
  width: 800px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-box video {
  width: 800px;
  height: 450px;
}
.video-box .close-video {
  position: absolute;
  top: calc(54px);
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../../images/jelio/close.png") no-repeat center;
}















html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}


/**/
@-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    from,
    to {
      transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  /*图标抖动*/
  @-webkit-keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  @keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  

