/*banner*/
.ind-banner{ width: 100%; overflow: hidden;} 
.ind-banner .swiper-slide {position: relative; }
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-slide .img img{ width: 100%;}
.ind-banner .onebox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 1; color: #fff; top: 50%; transform: translateY(-50%); }
.ind-banner .onebox .en{ font-size: 0.7rem; line-height: 0.7rem; color: #222; padding-bottom: 0.1rem; font-family: regular; text-transform: uppercase; text-align:center; }
.ind-banner .onebox .cn{ font-size: 0.6rem; line-height: 0.86rem; color: #ba1e21; }
.ind-banner .twobox{ position: absolute; left: 0; width: 100%; text-align: center; z-index: 1; color: #fff; top: 50%; transform: translateY(-50%); }
.ind-banner .twobox .txt1{ font-size: 0.6rem; line-height: 0.86rem; font-weight: bold; }
.ind-banner .twobox .txt2{ font-size: 0.44rem; line-height: 0.64rem; }
.ind-banner .btnDiv{ margin-top: 0.75rem; position: relative; width: 1.84rem; height: 0.56rem; line-height: 0.56rem; background: #aa041b; color: #fff; font-size: 0.16rem; border-radius: 0.48rem; text-transform: uppercase; font-family: regular; text-indent: 0.34rem;}
.ind-banner .btnDiv:after{ content: ''; position: absolute; right: 0.32rem; top: 50%; margin-top: -6px; width: 13px; height: 12px; background: url(/en/images/ico3.png) no-repeat; }
.ind-banner .btnDiv:hover:after{ animation: iconAni 1.5s ease infinite;}

.ind-banner .se{ display: block; width: 56px; height: 56px; position: absolute; z-index: 3; top: 50%; margin-top: -28px; border-radius: 50%; background: rgba(0,0,0,0.4);}
.ind-banner .se:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 16px; margin-left: -5px; margin-top: -8px; }
.ind-banner .se:hover{ background: #d0181c; }
.ind-banner .prev { left: 40px; }
.ind-banner .next { right: 40px; }
.ind-banner .prev:after{ background: url(/en/images/nimg10_left.png) center no-repeat; }
.ind-banner .next:after{ background: url(/en/images/nimg10_right.png) center no-repeat; }
.ind-banner .swiper-pagination{ width: 100%; bottom: 45px; } 
.ind-banner .swiper-pagination-bullet { display: inline-block; width: 40px; height: 4px; opacity: 1; background: #eee; box-sizing:border-box; border-radius:0; margin: 0 10px!important; } 
.ind-banner .swiper-pagination-bullet-active { background: #ba1e21;} 


/*banner¿¢ÊÂ*/
.indexTxt{ font-size: 0.42rem; line-height: 0.42rem; color: #000; font-weight: bold; text-align: center; text-transform:uppercase; }
.indexTxt img{ padding: 0 12px; }

.indexP1{ padding: 1.2rem 0 1.1rem; overflow: hidden; }
.indexPro{ margin-top: 0.7rem; position: relative; z-index: 1; }
.indexPro .list{ width: 20.8rem; overflow: hidden; }
.indexPro .list li .box a{ display: block; width: 100%; height: 100%; position: relative; overflow: hidden;}
.indexPro .list li .imgDiv{ height: 5.6rem; overflow: hidden; }
.indexPro .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexPro .list li .txt{ position: absolute; left: 0.4rem; bottom: 0.4rem; z-index: 1; font-size: 0.24rem; line-height: 0.24rem; color: #fff; }
/*.indexPro .list li .layer{ position: absolute; left: 50%; top: 10%; margin-left: -40%; width: 80%;  height: 0; overflow: hidden; transform: rotate(55deg); z-index: 1; }*/
.indexPro .list li .layer{position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 80%;
  box-sizing: border-box;
  padding: 0.5rem 0 0.5rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;}
/*.indexPro .list li .bg{ opacity: 0.95; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(top,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(top,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(top,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(top,#de4a42,#ba1e21);
    background-image: linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(to bottom,#de4a42,#ba1e21); }*/
.indexPro .list li .name{ position: relative; z-index: 1; font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.3rem; color: #fff; text-align: center; font-weight: bold; }
.indexPro .list li .msg{ position: relative; z-index: 1; padding: 0 0.48rem; line-height: 0.28rem; font-size: 0.16rem; height:0; overflow:hidden; text-align: center; color: #fff; }
.indexPro .list li .more{ position: relative; z-index: 1; color: #fff; margin: 0.4rem auto 0; width: 1.44rem; height: 0.44rem; font-size: 0.15rem; line-height: 0.4rem; border: rgba(255,255,255,0.5) solid 1px; border-radius: 0.48rem; box-sizing: border-box; }
.indexPro .list li .more img{ padding-left: 8px; }
.indexPro .list li .box:hover .layer{ background-color: rgba(186, 30, 33, 0.9);}
.indexPro .list li .box:hover .txt{ bottom: -0.4rem; }
.indexPro .list li .box:hover .msg{ height: 1.12rem;}
.indexPro .btn{ z-index: 2; position: absolute; top: 50%; margin-top: -0.28rem; width: 0.56rem; height: 0.56rem; border-radius: 50%;}
.indexPro .prev{ left: -0.7rem; background: #ba1e21 url(/en/images/nimg10_left.png) center no-repeat; }
.indexPro .next{ right: 0; background: #ba1e21 url(/en/images/nimg10_right.png) center no-repeat; }


.learn { transition-delay: 0.4s; box-sizing: border-box; display: inline-block; min-width: 144px; line-height: 44px; border-radius: 0.48rem; padding: 0 0.15rem; text-align: center; color: #fff; font-size: 14px;}
.learn i { display: inline-block; width: 14px; height: 10px; background: url(/en/images/ico2.png) center no-repeat; margin-left: 8px; position: relative; vertical-align: middle; top: -1px; }
.learn:hover{ color: #fff; }

.indexP2{ position: relative; overflow: hidden; }
.indexP2 .indexTxt { position: absolute; left: calc((100% - 15.36rem) / 2); top: 20%; z-index: 2; color: #fff;}
.indexP2 .swiper-slide { position: relative;}
.indexP2 .swiper-slide .pic img { width: 100%; height: 8.8rem; object-fit: cover;}
.indexP2 .swiper-slide .info { position: absolute; left: 0; top: 35%; z-index: 10; width: 100%;}
.indexP2 .swiper-slide .inner { width: 8.8rem; }
/*.indexP2 .swiper-slide.swiper-slide-active .name,
.indexP2 .swiper-slide.swiper-slide-active .desc,
.indexP2 .swiper-slide.swiper-slide-active .learn { opacity: 1; visibility: visible; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0);}
.indexP2 .swiper-slide .name,
.indexP2 .swiper-slide .desc,
.indexP2 .swiper-slide .learn {
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}*/
.indexP2 .swiper-slide .name{ font-size: 0.3rem; line-height: 0.3rem; color: #fff; font-weight: bold; padding-bottom: 0.2rem; }
.indexP2 .swiper-slide .desc { font-size: 0.16rem; line-height: 0.36rem; max-height: 0.72rem; color: #fff; margin-bottom: 0.45rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition-delay: 0.2s;}
.indexP2 .tab-box { position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%;}
.indexP2 .tab-box:after{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: rgba(255,255,255,0.25); }
.indexP2 .tab-box a { display: block; float: left; text-align: center; width: 14.28%; height: 1.12rem; position: relative; background: rgba(0,0,0,0.4);}
.indexP2 .tab-box a:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.25); }
.indexP2 .tab-box a:nth-child(7n):after { display: none;}
.indexP2 .tab-box .inner{ position: relative; padding-left: 43.6%; height: 100%; text-align: left; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center;}
.indexP2 .tab-box .icon{ position: absolute; left: 17.5%; top: 50%; margin-top: -0.25rem; }
.indexP2 .tab-box .icon img{ width: 0.5rem; }
.indexP2 .tab-box p{ font-size: 0.18rem; line-height: 0.24rem; color: #fff; }
.indexP2 .tab-box a.on { background: #ba1e21;}

.indexP3{ padding: 1.2rem 0; }
.indexP3 .list{ margin-top: 0.7rem; position: relative; }
.indexP3 .list ul{ margin-right: -0.48rem; }
.indexP3 .list li{ float: left; width: 33.33%; }
.indexP3 .list li .box{ margin-right: 0.48rem; background: #f6f6f6; height: 5.28rem; padding: 0.8rem 0.42rem 0; box-sizing: border-box; position: relative;}
.indexP3 .list li .ico{ width: 1.2rem; height: 1.2rem; margin: 0 auto; position: relative; border-radius: 50%; background-image: linear-gradient(top,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(top,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(top,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(top,#de4a42,#ba1e21);
    background-image: linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(to bottom,#de4a42,#ba1e21);}
.indexP3 .list li .ico img{ width: 0.64rem; position: absolute; left: 50%; top: 50%; margin-left: -0.32rem; margin-top: -0.25rem; }
.indexP3 .list li .name{ margin-top: 0.4rem; color: #222; font-size: 0.22rem; height: 0.72rem; line-height: 0.36rem; font-weight: bold; overflow: hidden; text-align: center; }
.indexP3 .list li .content{ font-size: 0.16rem; line-height: 0.3rem; margin-top: 0.2rem; color: #444; height:1.5rem; overflow:auto; padding-right:8px;}
.indexP3 .list li .content::-webkit-scrollbar { width: 4px;}
.indexP3 .list li .content::-webkit-scrollbar-track { background-color: #e5e5e5;}
.indexP3 .list li .content::-webkit-scrollbar-thumb { background-color: #ba1e21;}
.indexP3 .list li .box:hover{ background: #fff; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); }
/*.indexP3 .list li .box:hover .ico img{ transform: rotate(180deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);}*/
	
.indexP4{ background: #f6f6f6; height: 8.4rem; position: relative; overflow: hidden;}
.indexP4 .wal{ height: 8.4rem; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; }
.indexP4 .indexTxt{ text-align: left; }
.indexP4 .wen{ font-size: 0.2rem; color: #444; line-height: 0.32rem; padding: 0.45rem 0 1.2rem; }
.indexP4 .numList li{ padding-bottom: 0.6rem; color: #444; }
.indexP4 .numList li:last-child{ padding-bottom: 0; }
.indexP4 .numList li .num{ height: 0.65rem; font-size: 0.48rem; line-height: 0.48rem; color: #ba1e21; font-family: bold; }
.indexP4 .numList li .msg{ font-size: 0.16rem; line-height: 0.16rem; }
.indexP4 .mapImg img{ width: 100%; }

.indexP4 .mapDiv{ position: absolute; right: 3%; bottom: 0; width: 11.65rem; height: 7.2rem; background: url(/en/images/map.png) no-repeat; background-size: 11.65rem; }
.indexP4 .midDot{ padding-left: 0.64rem; width:1rem; height: 0.84rem; line-height: 0.32rem; background: url(/en/images/nimg64_4.png) left no-repeat; background-size: 0.64rem; font-size: 0.16rem; color: #222; font-weight: bold; position: absolute; right: 11.3%; top: 29.7%; z-index: 2; }
.indexP4 .list li{ position: absolute; overflow: hidden; z-index: 1; }
.indexP4 .list .li01{ width: 0.83rem; height: 2.83rem; background: url(/en/images/line1.png) left top no-repeat; background-size: 0.83rem; right: 22.57%; top: 37.5%; animation: line1 3s infinite linear; -webkit-animation: line1 3s infinite linear; }
.indexP4 .list .li02{ width: 2rem; height: 1.28rem; background: url(/en/images/line2.png) left top no-repeat; background-size: 2rem; left: 75%; top: 38%; animation: line2 3s infinite linear; -webkit-animation: line2 3s infinite linear; }
.indexP4 .list .li03{ width: 2.25rem; height: 2.2rem; background: url(/en/images/line3.png) left top no-repeat; background-size: 2.25rem; right: 22.57%; top: 37.8%; animation: line3 3s infinite linear; -webkit-animation: line3 3s infinite linear; }
.indexP4 .list .li04{ width: 4.47rem; height: 1.65rem; background: url(/en/images/line4.png) right top no-repeat; background-size: 4.47rem; right: 22.57%; top: 37.5%; animation: line4 3s infinite linear; -webkit-animation: line4 3s infinite linear; }
.indexP4 .list .li05{ width: 3.19rem; height: 0.44rem; background: url(/en/images/line5.png) right top no-repeat; background-size: 3.19rem; right: 22.57%; top: 36.5%; animation: line5 3s infinite linear; -webkit-animation: line5 3s infinite linear; }
.indexP4 .list .li06{ width: 6.07rem; height: 0.68rem; background: url(/en/images/line6.png) right top no-repeat; background-size: 6.07rem; right: 22.57%; top: 31.5%; animation: line6 3s infinite linear; -webkit-animation: line6 3s infinite linear; }
.indexP4 .list .li07{ width: 6.7rem; height: 2.3rem; background: url(/en/images/line7.png) right top no-repeat; background-size: 6.7rem; right: 22.57%; top: 34.5%; animation: line7 3s infinite linear; -webkit-animation: line7 3s infinite linear; }
.indexP4 .list .li08{ width: 8.0rem; height: 0.86rem; background: url(/en/images/line8.png) right top no-repeat; background-size: 8.0rem; right: 22.57%; top: 29%; animation: line8 3s infinite linear; -webkit-animation: line8 3s infinite linear; }
.indexP4 .list .li09{ width: 6.07rem; height: 1.35rem; background: url(/en/images/line9.png) right top no-repeat; background-size: 6.07rem; right: 22.57%; top: 20%; animation: line9 3s infinite linear; -webkit-animation: line9 3s infinite linear; }
.indexP4 .list .li10{ width: 1.98rem; height: 0.78rem; background: url(/en/images/line10.png) right top no-repeat; background-size: 1.98rem; right: 22.57%; top: 28.2%; animation: line10 3s infinite linear; -webkit-animation: line10 3s infinite linear; }
.indexP4 .list .li11{ width: 4.15rem; height: 2.33rem; background: url(/en/images/line11.png) right top no-repeat; background-size: 4.15rem; right: 20.57%; top: 6.4%; animation: line11 3s infinite linear; -webkit-animation: line11 3s infinite linear; }
.indexP4 .list .li12{ width: 1.66rem; height: 1.5rem; background: url(/en/images/line12.png) right bottom no-repeat; background-size: 1.66rem; right: 22.5%; bottom: 60.5%; animation: line12 3s infinite linear; -webkit-animation: line12 3s infinite linear; }
.indexP4 .list .li13{ width: 6.56rem; height: 1.82rem; background: url(/en/images/line13.png) right bottom no-repeat; background-size: 6.56rem; right: 22.5%; bottom: 62%; animation: line13 3s infinite linear; -webkit-animation: line13 3s infinite linear; }
.indexP4 .list .li14{ width: 0.24rem; height: 1.04rem; background: url(/en/images/line14.png) right bottom no-repeat; background-size: 0.24rem; right: 20.6%; bottom: 61%; animation: line14 3s infinite linear; -webkit-animation: line14 3s infinite linear; }
.indexP4 .list .li15{ width: 0.52rem; height: 1.0rem; background: url(/en/images/line15.png) right bottom no-repeat; background-size: 0.52rem; right: 18.5%; bottom: 60%; animation: line15 3s infinite linear; -webkit-animation: line15 3s infinite linear; }


@keyframes line1 {0%{ height: 0;} 50%{height:2.83rem;} 100%{ height: 2.83rem;}}
@-webkit-keyframes line1 {0%{ height: 0;} 50%{height:2.83rem;} 100%{ height: 2.83rem;}}
@keyframes line2 {0%{ width: 0;} 50%{width:2rem;} 100%{ width: 2rem;}}
@-webkit-keyframes line2 {0%{ width: 0;} 50%{width:2rem;} 100%{ width: 2rem;}}
@keyframes line3 {0%{ height: 0;} 50%{height:2.2rem;} 100%{ height: 2.2rem;}}
@-webkit-keyframes line3 {0%{ height: 0;} 50%{height:2.2rem;} 100%{ height: 2.2rem;}}
@keyframes line4 {0%{ width: 0;} 50%{width:4.47rem;} 100%{ width: 4.47rem;}}
@-webkit-keyframes line4 {0%{ width: 0;} 50%{width:4.47rem;} 100%{ width: 4.47rem;}}
@keyframes line5 {0%{ width: 0;} 50%{width:3.19rem;} 100%{ width: 3.19rem;}}
@-webkit-keyframes line5 {0%{ width: 0;} 50%{width:3.19rem;} 100%{ width: 3.19rem;}}
@keyframes line6 {0%{ width: 0;} 50%{width:6.07rem;} 100%{ width: 6.07rem;}}
@-webkit-keyframes line6 {0%{ width: 0;} 50%{width:6.07rem;} 100%{ width: 6.07rem;}}
@keyframes line7 {0%{ width: 0;} 50%{width:6.7rem;} 100%{ width: 6.7rem;}}
@-webkit-keyframes line7 {0%{ width: 0;} 50%{width:6.7rem;} 100%{ width: 6.7rem;}}
@keyframes line8 {0%{ width: 0;} 50%{width:8.0rem;} 100%{ width: 8.0rem;}}
@-webkit-keyframes line8 {0%{ width: 0;} 50%{width:8.0rem;} 100%{ width: 8.0rem;}}
@keyframes line9 {0%{ width: 0;} 50%{width:6.07rem;} 100%{ width: 6.07rem;}}
@-webkit-keyframes line9 {0%{ width: 0;} 50%{width:6.07rem;} 100%{ width: 6.07rem;}}
@keyframes line10 {0%{ width: 0;} 50%{width:1.98rem;} 100%{ width: 1.98rem;}}
@-webkit-keyframes line10 {0%{ width: 0;} 50%{width:1.98rem;} 100%{ width: 1.98rem;}}
@keyframes line11 {0%{ width: 0;} 50%{width:4.15rem;} 100%{ width: 4.15rem;}}
@-webkit-keyframes line11 {0%{ width: 0;} 50%{width:4.15rem;} 100%{ width: 4.15rem;}}
@keyframes line12 {0%{ height: 0;} 50%{height:1.55rem;} 100%{ height: 1.55rem;}}
@-webkit-keyframes line12 {0%{ height: 0;} 50%{height:1.55rem;} 100%{ height: 1.55rem;}}
@keyframes line13 {0%{ width: 0;} 50%{width:6.1rem;} 100%{ width: 6.1rem;}}
@-webkit-keyframes line13 {0%{ width: 0;} 50%{width:6.1rem;} 100%{ width: 6.1rem;}}
@keyframes line14 {0%{ height: 0;} 50%{height:1.04rem;} 100%{ height: 1.04rem;}}
@-webkit-keyframes line14 {0%{ height: 0;} 50%{height:1.04rem;} 100%{ height: 1.04rem;}}
@keyframes line15 {0%{ height: 0;} 50%{height:1.0rem;} 100%{ height: 1.0rem;}}
@-webkit-keyframes line15 {0%{ height: 0;} 50%{height:1.0rem;} 100%{ height: 1.0rem;}}




.indexP5{ padding: 1.2rem 0 1.0rem; }
.indexP5 .leftDiv{ width: 5.6rem; padding-top: 0.4rem; }
.indexP5 .indexTxt{ text-align: left; }
.indexP5 .wen{ padding: 0.5rem 0 0.2rem; font-size: 0.3rem; color: #222; line-height: 0.4rem; font-weight: bold; }
.indexP5 .content{ font-size: 0.18rem; color: #444; line-height: 0.32rem; }
.indexP5 .btnDiv{ padding-top: 0.5rem; }
.indexP5 .btnDiv a{ width: 1.6rem; height: 0.52rem; line-height: 0.52rem; border-radius: 0.48rem; font-size: 0.15rem; color: #fff; background-image: linear-gradient(left,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(left,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(left,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(left,#de4a42,#ba1e21);
    background-image: linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(to right,#de4a42,#ba1e21);}
.indexP5 .btnDiv img{ padding-left: 8px; }

.indexP5 .rightDiv{ position: relative; padding: 0 20px 20px 0; width: 8.04rem; }
.indexP5 .rightDiv:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 8.04rem; height: 5.2rem; background: url(/en/images/nimg804_1.jpg) no-repeat; background-size: cover; opacity: 0.15; }
.indexP5 .rightDiv .limg{ overflow:hidden;}
.indexP5 .rightDiv img{ position: relative; z-index: 1; width: 100%; }


.indexP6{ padding: 1.2rem 0; background: #f6f6f6; }
.indexP6 .list{ padding-top: 0.7rem; }
.indexP6 .list ul{ display: block; margin-right: -0.48rem; width: auto; }
.indexP6 .list li{ float: left; width: 33.33%; }
.indexP6 .list li .box{ margin-right: 0.48rem; }
.indexP6 .list li .imgDiv{ height: 2.96rem; overflow: hidden; }
.indexP6 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP6 .list li .time{ padding-top: 0.3rem; height: 0.32rem; line-height: 0.32rem; font-size: 0.18rem; color: rgba(46,38,36,0.3); font-family: bold; }
.indexP6 .list li .name{ margin-top: 0.1rem; height: 0.6rem; line-height: 0.3rem; color: #222; font-size: 0.2rem; overflow: hidden; }
.indexP6 .list li .more{ margin-top: 0.2rem; position: relative; display: block; border-radius: 0.36rem; width: 1.1rem; font-size: 0.15rem; color: #ba1e21; height: 0.44rem; line-height: 0.44rem;}
.indexP6 .list li .more:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -5px; width: 14px; height: 10px; background: url(/en/images/ico2on.png) no-repeat;}
.indexP6 .list li .box:hover .more{ width: 1.54rem; box-sizing: border-box; padding-left: 0.3rem; color: #fff; background: #ba1e21; }
.indexP6 .list li .box:hover .more:after{ right: 0.2rem; background: url(/en/images/ico2.png) no-repeat;}
.indexP6 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP6 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.indexP6 .swiper-pagination-bullet { position: relative; width: 0.16rem; height: 0.16rem; opacity: 1; border-radius: 50%; border: #acacac solid 1px; background: #acacac; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.indexP6 .swiper-pagination-bullet-active { border: #ba1e21 solid 1px; width: 0.64rem; background: #ba1e21; border-radius: 0.48rem;}

.indexP7{ padding: 1.2rem 0; }
.indexP7 .leftDiv{ width: 5.4rem; }
.indexP7 .indexTxt{ text-align: left; }
.indexP7 .name{ font-size: 0.3rem; line-height: 0.4rem; color: #333; font-weight: bold; padding: 0.45rem 0 0.2rem; }
.indexP7 .txt{ font-size: 0.2rem; line-height: 0.2rem; color: #333; font-weight: bold; padding-bottom: 0.2rem; }
.indexP7 .list{ padding-bottom: 0.3rem; }
.indexP7 .list:last-child{ padding-bottom: 0; }
.indexP7 .list li{ position: relative; padding-left: 35px; font-size: 16px; color: #444; line-height: 24px; margin-bottom: 14px; font-family: regular; }
.indexP7 .list li:last-child{ margin-bottom: 0; }
.indexP7 .list li img{ position: absolute; left: 0; top: 0; }
.indexP7 .rightImg{ width: 8.28rem; overflow:hidden; }
.indexP7 .rightImg img{ width: 100%; }


.aboutP1{ padding: 1.45rem 0 1.2rem; }
.aboutP1 .content{ padding-top: 0.5rem; font-size: 0.18rem; color: #444; line-height: 0.36rem; }

.aboutP2{ background: #f6f6f6; padding: 1.0rem 0; }
.aboutP2 .indexTxt{ margin-bottom: 0.5rem; }
.historyPic{ position: relative; }
.historyPic:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -4px; width: 100%; height: 8px; background: url(/en/images/bg1.png) repeat-x; }
.historyPic .swiper-slide{ height: 4.7rem; width: 100%; position: relative; }
.historyPic .swiper-slide .ico{ position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -0.86rem; width: 11px; height: 0.84rem; }
.historyPic .swiper-slide .ico i{ position: relative; z-index: 1; display: block; width: 11px; height: 11px; background: url(/en/images/ico3.png) no-repeat; }
.historyPic .swiper-slide .ico:before{ content: ''; position: absolute; left: 50%; margin-left: -1px; bottom: 0; background: #ba1e21; width: 1px; height: 100%; }
.historyPic .swiper-slide .year{ position: absolute; left: 0; top: 2.6rem; width: 100%; text-align: center; font-size: 0.3rem; line-height: 0.3rem; color: #ba1e21; font-family: mont; }
.historyPic .swiper-slide .msg{ position: absolute; left: 0; top: 0; width: 100%; font-size: 0.18rem; color: #222; line-height: 0.3rem; height: 1.2rem; overflow: hidden; text-align: center; font-weight: bold; }
.historyPic .swiper-slide .msg em{ display: table-cell; vertical-align: bottom; width: 2.8rem; height: 1.2rem; margin: 0 auto; }
.historyPic .swiper-slide:nth-child(2n) .ico{ top: auto; bottom: 50%; margin-top: 0; margin-bottom: -0.86rem; }
.historyPic .swiper-slide:nth-child(2n) .ico i{ position: absolute; left: 0; bottom: 0; }
.historyPic .swiper-slide:nth-child(2n) .year{ top: auto; bottom: 2.6rem;}
.historyPic .swiper-slide:nth-child(2n) .msg{ top: auto; bottom: 0; }
.historyPic .swiper-slide:nth-child(2n) .msg em{ vertical-align: top; }
.historyPic .btn{ z-index: 2; position: absolute; top: 50%; margin-top: -0.28rem; width: 0.56rem; height: 0.56rem; border-radius: 50%;}
.historyPic .prev{ left: 0; background: #ba1e21 url(/en/images/nimg10_left.png) center no-repeat; }
.historyPic .next{ right: 0; background: #ba1e21 url(/en/images/nimg10_right.png) center no-repeat; }


.aboutP3{ padding: 1.2rem 0; }
.aboutP3 .list{ padding-top: 0.7rem; }
.aboutP3 .list ul{ margin-right: -0.48rem; }
.aboutP3 .list li{ float: left; width: 33.33%; }
.aboutP3 .list li .box{ margin-right: 0.48rem; background: #f6f6f6; height: 4.4rem; text-align: center; padding-top: 0.8rem; box-sizing: border-box; }
.aboutP3 .list li .ico{ width: 1.2rem; height: 1.2rem; margin: 0 auto; position: relative; border-radius: 50%; background-image: linear-gradient(top,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(top,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(top,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(top,#de4a42,#ba1e21);
    background-image: linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(to bottom,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(to bottom,#de4a42,#ba1e21);}
.aboutP3 .list li .ico img{ width: 0.52rem; position: absolute; left: 50%; top: 50%; margin-left: -0.26rem; margin-top: -0.24rem; }
.aboutP3 .list li .name{ padding-top: 0.4rem; height: 0.48rem; line-height: 0.48rem; color: #222; font-size: 0.3rem; font-weight: bold; }
.aboutP3 .list li .wen{ padding: 0.25rem 0.3rem 0; color: #444; font-size: 0.24rem; }
.aboutP3 .list li .box:hover{ background: #fff; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); }
/*.aboutP3 .list li .box:hover .ico img{ transform: rotate(180deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);}*/

.culture{ padding: 1.2rem 0; }
.culture .indexTxt{ margin-bottom: 1.0rem; }
.culture .bigBox{ padding-bottom: 0.5rem; }
.culture .toptop{ overflow: hidden; position: relative; min-height: 0.7rem; padding-bottom: 0.3rem;}
.culture .name{ font-size: 0.3rem; line-height: 0.4rem; color: #222; font-weight: bold; width: 5.36rem; box-sizing: border-box; padding-right: 0.8rem; }
.culture .content{ width: 10.0rem; padding-top: 0.05rem; color: #444; font-size: 0.16rem; line-height: 0.32rem; }
.culture .imgList ul{ margin-right: -0.48rem; }
.culture .imgList li{ float: left; width: 33.33%; padding-bottom: 0.5rem; }
.culture .imgList li .box{ margin-right: 0.48rem; cursor: pointer; }
.culture .imgList li .imgDiv{ height: 3.36rem; overflow: hidden;}
.culture .imgList li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }

.modelTost { display: none; background: rgba(0, 0, 0, .5); z-index: 9999; width: 100%; height: 100%; position: fixed; top: 0; left: 0;}
.modelTostChile {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-sizing:border-box;
}
.modelTostChile .main{ position: relative; width: 10.6rem; height: 7.42rem; box-sizing: border-box; margin: 0 auto;}
.modelClose { cursor: pointer; position: absolute; right: -36px; top: -36px; width: 24px; height: 24px; background: url(/en/images/close2.png) no-repeat; z-index: 2;}
.modelTostChile .pic-box { overflow: hidden; width: 10.6rem; height: 7.42rem;}
.modelTostChile .pic-box img{ width: 100%; height: 100%; object-fit: cover;}
.modelTostChile .swiper-button-prev{ width: 0.6rem; height: 0.6rem; top: 50%; left: 20px; margin-top: -0.3rem; border-radius: 50%; background: #fff url(../images/nimg12_left.png) center no-repeat; }
.modelTostChile .swiper-button-next{ width: 0.6rem; height: 0.6rem; top: 50%; right: 20px; margin-top: -0.3rem; border-radius: 50%; background: #fff url(../images/nimg12_right.png) center no-repeat; }
.modelTostChile .swiper-button-prev:hover{ background: #ba1e21 url(../images/nimg12_lefton.png) center no-repeat;}
.modelTostChile .swiper-button-next:hover{ background: #ba1e21 url(../images/nimg12_righton.png) center no-repeat;}

.job{ padding: 1.2rem 0; }
.job .list{ padding: 0.7rem 0 0.15rem; }
.job .list li{ padding-bottom: 0.32rem; }
.job .list li .box{ cursor: pointer; padding: 0.35rem 2.5rem 0 0.48rem; height: 1.52rem; background: #f9f9f9; position: relative; box-sizing: border-box;}
.job .list li .box:before{ content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: #ccc; }
.job .list li .name{ height: 0.4rem; overflow: hidden; }
.job .list li .name b{ font-size: 0.24rem; line-height: 0.4rem; color: #222; padding-right: 1.0rem; }
.job .list li .name em{ font-size: 15px; color: #c5c4c3; line-height: 0.4rem; }
.job .list li .brief{ padding-top: 0.15rem; overflow: hidden;}
.job .list li .brief span{ display: block; float: left; font-size: 0.16rem; line-height: 0.32rem; padding-right: 0.4rem; }
.job .list li .more{ position: absolute; right: 0.48rem; top: 50%; margin-top: -0.26rem; width: 1.42rem; height: 0.52rem; line-height: 0.52rem; text-align: center; color: #222; font-size: 15px; border-radius: 0.36rem; border:#ccc solid 1px; }
.job .list li .detail-box{ display: none; }
.job .list li .box:hover:before{ background: #ba1e21; }
.job .list li .box:hover{ background: #fff; box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);}
.job .list li .box:hover .more{ color: #fff; background-image: linear-gradient(left,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(left,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(left,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(left,#de4a42,#ba1e21);
    background-image: linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(to right,#de4a42,#ba1e21); }

.jobModal-box { width: 100%; height: 100%; position: fixed; left: 0; top: 0; align-items: center; z-index: 110; background: rgba(0, 0, 0, 0.5); display: none;}
.jobModal-box.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.jobModal-box .job-box { width: 9.45rem; margin: 0 auto; background: #fff; padding: 0.8rem 0.9rem 0.9rem; position: relative; box-sizing: border-box;}
.jobModal-box .job-box .name { font-weight: 700; font-size: 0.3rem; color: #222; margin-bottom: 0.2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.jobModal-box .job-box .header { padding-right: 0.5rem; margin-bottom: 0.5rem; padding-bottom: 0.25rem; border-bottom: 1px solid #e6e6e6;}
.jobModal-box .job-box .brief { color: #666; font-size: 0.16rem; line-height: 0.36rem;}
.jobModal-box .job-box .brief span { display: inline-block; margin-right: 0.6rem;}
.jobModal-box .job-box .brief span:last-child { margin-right: 0;}
.jobModal-box .job-box .content-box { height: 2.5rem; overflow: auto; padding-right: 0.5rem;}
.jobModal-box .job-box .content-box::-webkit-scrollbar { width: 4px;}
.jobModal-box .job-box .content-box::-webkit-scrollbar-track { background-color: #e5e5e5;}
.jobModal-box .job-box .content-box::-webkit-scrollbar-thumb { background-color: #ba1e21;}
.jobModal-box .job-box .box { font-size: 0.16rem; line-height: 0.36rem; }
.jobModal-box .job-box h2 { color: #222; font-size: 0.2rem; line-height: 0.2rem; padding-bottom: 0.1rem;}
.jobModal-box .job-box .btnDiv{ margin-top: 0.45rem; }
.jobModal-box .job-box .btnDiv a{ display: block; width: 1.42rem; height: 0.52rem; line-height: 0.52rem; text-align: center; color: #fff; font-size: 15px; border-radius: 0.36rem;  }

.jobModal-box .job-box .close { display: inline-block; position: absolute; right: 0.9rem; top: 0.9rem; z-index: 10;}
.jobModal-box .job-box .close img { max-width: 100%;}

.contactP1{ padding: 1.2rem 0; }
.contactP1 .leftDiv{ width: 5.4rem; }
.contactP1 .indexTxt{ text-align: left; }
.contactP1 .name{ font-size: 0.3rem; line-height: 0.4rem; color: #333; font-weight: bold; padding: 0.45rem 0 0.2rem; }
.contactP1 .txt{ font-size: 0.2rem; line-height: 0.2rem; color: #333; font-weight: bold; padding-bottom: 0.2rem; }
.contactP1 .list{ padding-bottom: 0.3rem; }
.contactP1 .list:last-child{ padding-bottom: 0; }
.contactP1 .list li{ position: relative; padding-left: 35px; font-size: 16px; color: #444; line-height: 24px; margin-bottom: 14px; font-family: regular; }
.contactP1 .list li:last-child{ margin-bottom: 0; }
.contactP1 .list li img{ position: absolute; left: 0; top: 0; }
.contactP1 .rightImg{ width: 8.28rem; }
.contactP1 .rightImg img{ width: 100%; }

.contactP2{ padding: 1.2rem 0; background: #f8f8f8; overflow: hidden;}
.contactP2 .indexTxt{ text-align: left; }
.contactP2 .mxfDiv{ padding-top: 0.6rem; }
.contactP2 .leftDiv{ width: 6.76rem; }
.contactP2 .form li{ margin-bottom: 0.24rem; }
.contactP2 .form li .box{ height: 0.56rem; position: relative; background: #fff; padding-left:2.0rem; }
.contactP2 .form li em{ position:absolute; left:0.24rem; top:0; font-size: 0.16rem; line-height:0.56rem; color: #333;}
.contactP2 .form li .input1{ width: 100%; box-sizing: border-box; height: 0.56rem; line-height: 0.56rem; font-size: 0.16rem; color: #333; }
.contactP2 .form li .input1::-webkit-input-placeholder{ /* WebKit browsers */ color: #333;}
.contactP2 .form li .input1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #333;}
.contactP2 .form li .input1::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #333;}
.contactP2 .form li .input1:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #333;}

.contactP2 .btnDiv{ padding-top: 0.4rem; }
.contactP2 .btnDiv a{ width: 1.6rem; height: 0.52rem; line-height: 0.52rem; border-radius: 0.48rem; font-size: 0.15rem; color: #fff; background-image: linear-gradient(left,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(left,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(left,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(left,#de4a42,#ba1e21);
    background-image: linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -webkit-linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -moz-linear-gradient(to right,#de4a42,#ba1e21);
    background-image: -o-linear-gradient(to right,#de4a42,#ba1e21);}
.contactP2 .btnDiv img{ padding-left: 8px; }

.contactP2 .select{ position: relative; width: 100%;}
.contactP2 .select .caption { position: relative; cursor: pointer; height: 0.56rem; line-height: 0.56rem; font-size: 0.16rem; color: #333;}
.contactP2 .select .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.contactP2 .select .caption:after { content: ""; display: block; width: 30px; height: 7px; background: url(/en/images/selectIco.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -3px; z-index: 2;}
.contactP2 .select .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 3; background: #fff; max-height: 2.8rem; overflow-y: auto; display: none; box-sizing: border-box; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);}
.contactP2 .select .xlist a {display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; font-size: 0.16rem; color: #333; height: 0.56rem; line-height: 0.26rem; padding: 0 0.24rem; overflow:hidden;}
.contactP2 .select .xlist a:hover,.contactP2 .select .xlist a.on { color: #ba1e21;}

.contactP2 .rightDiv{ width: 8.28rem; position:relative;  }
.contactP2 .rightDiv em{ position:absolute; left:0.24rem; top:0; font-size: 0.16rem; line-height:0.56rem; color: #333;}
.contactP2 textarea{ width: 100%; height: 3.76rem; box-sizing: border-box; padding: 0.2rem 0.24rem 0.2rem 1.2rem; font-size: 0.16rem; line-height: 0.24rem; color: #333; background: #fff; }
.contactP2 textarea::-webkit-input-placeholder{ /* WebKit browsers */ color: #333;}
.contactP2 textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #333;}
.contactP2 textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #333;}
.contactP2 textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #333;}

.news{ padding: 0.8rem 0 1.2rem; }
.news .list{ padding-bottom: 0.65rem; }
.news .list li{ position: relative; top: 0; }
.news .list li a{ display: block; height: 2.9rem; position: relative; padding: 0 3.0rem 0 3.92rem; }
.news .list li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e6e6e6; }
.news .list li a:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #ba1e21; z-index: 1; }
.news .list li .imgDiv{ position: absolute; left: 0; top: 50%; margin-top: -1.04rem; width: 3.36rem; height: 2.08rem; overflow: hidden; }
.news .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.news .list li .time{ padding-top: 0.65rem; color: rgba(46,38,36,0.25); line-height: 0.3rem; font-size: 0.18rem; font-family:bold;}
.news .list li .name{ font-weight: bold; font-size: 0.2rem; color: #222; height: 0.48rem; line-height: 0.48rem; overflow: hidden; }
.news .list li .content{ font-size: 0.16rem; color: #444; margin-top: 0.1rem; line-height: 0.3rem; height: 0.6rem; overflow: hidden; }
.news .list li .ico{ position: absolute; right: 0; top: 50%; width: 44px; height: 44px; margin-top: -22px; border-radius: 50%; background: #ccc; }
.news .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 14px; height: 10px; margin-top: -5px; margin-left: -7px; background: url(/en/images/ico2.png) no-repeat; }
.news .list li:hover{ top: -0.1rem; }
.news .list li:hover a:before{ width: 100%; }
.news .list li:hover .name{ color: #ba1e21; }
.news .list li:hover .ico{background-image: linear-gradient(left,#df4d46,#ba1f21);
    background-image: -webkit-linear-gradient(left,#df4d46,#ba1f21);
    background-image: -moz-linear-gradient(left,#df4d46,#ba1f21);
    background-image: -o-linear-gradient(left,#df4d46,#ba1f21);
    background-image: linear-gradient(to right,#df4d46,#ba1f21);
    background-image: -webkit-linear-gradient(to right,#df4d46,#ba1f21);
    background-image: -moz-linear-gradient(to right,#df4d46,#ba1f21);
    background-image: -o-linear-gradient(to right,#df4d46,#ba1f21);}

.newsBox{ padding: 1.2rem 0; }
.newShow .name{ font-size: 0.36rem; color: #000; font-weight: bold; line-height: 0.56rem; padding-bottom: 0.3rem; font-weight: bold; position:relative;}
.newShow .wnList{ padding-bottom: 0.3rem; overflow: hidden;}
.newShow .wnList li{ float: left; color: #999; font-size: 0.16rem; padding-right: 0.5rem; font-family: bold;}
.newShow .content{ padding-top:0.25rem; font-size: 0.18rem; color: #444; line-height: 0.32rem; }
.newShow .imgDiv{ padding: 0.4rem 0; text-align: center;}
.newShow .imgDiv img{ max-width: 10.4rem; }

.sideNews .title{ font-size: 0.3rem; line-height: 0.3rem; color: #000; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.sideNews .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #ba1e21;}
.sideNews .list li a{ display: block; padding: 0.3rem 0; border-bottom: #e6e6e6 solid 1px;}
.sideNews .list li .name{ font-size: 0.2rem; line-height: 0.36rem; color: #222; font-weight: bold; height: 0.36rem; overflow: hidden; }
.sideNews .list li .content{ margin-top: 0.1rem; height: 0.32rem; line-height: 0.32rem; overflow: hidden; font-size: 0.16rem; color: #444; }
.sideNews .list li .time{ font-family: bold; font-size: 0.18rem; padding: 0.2rem 0 0.1rem; color: #c5c4c3; }
.sideNews .list li:hover .name{ color: #ba1e21;}

.pageDown{ padding-top: 0.35rem; }
.pageDown li{ font-size: 0.16rem; }
.pageDown li a{ display: block; height: 0.36rem; line-height: 0.36rem; color: #444; overflow: hidden; }
.pageDown li a:hover{ color: #ba1e21; }
.backBtn{ padding-top: 0.3rem; }
.backBtn a{ display: block; border-radius: 0.48rem; height: 0.52rem; line-height: 0.52rem; color: #fff; font-size: 0.16rem; text-align: center; background-image: linear-gradient(left,#e0534c,#c42434);
    background-image: -webkit-linear-gradient(left,#e0534c,#c42434);
    background-image: -moz-linear-gradient(left,#e0534c,#c42434);
    background-image: -o-linear-gradient(left,#e0534c,#c42434);
    background-image: linear-gradient(to right,#e0534c,#c42434);
    background-image: -webkit-linear-gradient(to right,#e0534c,#c42434);
    background-image: -moz-linear-gradient(to right,#e0534c,#c42434);
    background-image: -o-linear-gradient(to right,#e0534c,#c42434);}
.backBtn img{ padding-left: 10px; position: relative; top: -1px; }

.product{ padding-left: 3.84rem; position: relative; min-height: 10.0rem;}
.product .layerDiv{ position: absolute; left: 0; top: 0; width: 3.84rem; height: 100%; background: #f6f6f6; box-sizing: border-box; padding-top: 1.2rem; }
.product .mxfDiv{ padding: 0 0.48rem; position: sticky; top: 112px; }
.product .form{ width: 100%; position: relative; background: #fff; border-radius: 0.36rem; }
.product .form .input1{ height: 0.56rem; line-height: 0.56rem; box-sizing: border-box; width: 75%; font-size: 15px; padding-left: 0.24rem; }
.product .form .btn1{ position: absolute; right: 0; top: 0; width: 75px; height: 0.56rem; background: url(/en/images/nimg20_2on.png) center no-repeat;}

.screenDiv{ padding-top: 10px; }
.screenDiv li{ border-bottom: #e5e5e5 solid 1px; }
.screenDiv li .txt{ font-weight: bold; position: relative; padding-left: 0.24rem; height: 0.72rem; line-height: 0.72rem; font-size: 0.18rem; color: #222; cursor: pointer;}
.screenDiv li .txt:after{ content: ''; position: absolute; right: 24px; top: 50%; margin-top: -5px; width: 7px; height: 11px; background: url(/en/images/ico4.png) no-repeat; }
.screenDiv li .liNow{ color: #ba1e21; }
.screenDiv li .liNow:after{  background: url(/en/images/ico4on.png) no-repeat; transform: rotate(180deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);}
.screenDiv li .hideBox{ display: none; padding-bottom: 15px; }
.screenDiv li .hideBox dd{ padding-left: 0.4rem; font-size: 0.16rem; color: #222; line-height: 0.4rem; cursor: pointer; }
.screenDiv li .hideBox dd.on{ color: #ba1e21; }

.screenOpen{ display: none; position: fixed; z-index: 4; left: 0; top: 50%; margin-top: -1.0rem; width: 0.8rem; height: 2.0rem; background:#ba1e21; border-top-right-radius: 4px; border-bottom-right-radius: 4px;  }
.screenOpen em{ position: absolute; left: 50%; margin-left: -0.15rem; writing-mode: vertical-lr; width: 0.3rem; text-align: center; color: #fff; font-size: 0.28rem; line-height: 0.36rem; top: 50%; transform: translateY(-50%); }
.screenClose{ display: none; position: fixed; z-index: 12; right: 0; top: 50%; margin-top: -1.0rem; width: 0.8rem; height: 2.0rem; background:#ba1e21; border-top-left-radius: 4px; border-bottom-left-radius: 4px;  }
.screenClose em{ position: absolute; left: 50%; margin-left: -0.15rem; writing-mode: vertical-lr; width: 0.3rem; text-align: center; color: #fff; font-size: 0.28rem; line-height: 0.36rem; top: 50%; transform: translateY(-50%); }

.product .temeDiv{ padding: 1.2rem 1.3rem 0.55rem; }
.product .name{ font-size: 0.36rem; line-height: 0.36rem; color: #222; font-weight: bold; padding-bottom: 0.3rem; }
.product .content{ color: #222; font-size: 0.16rem; line-height: 0.32rem; padding-bottom: 0.6rem; }

.product .longDiv{ margin-bottom: 0.65rem; }
.product .cn{ height: 0.64rem; line-height: 0.64rem; color: #fff; padding-left: 0.4rem; font-size: 0.2rem; background-image: linear-gradient(left,#ba1e21,#de4a42);
    background-image: -webkit-linear-gradient(left,#ba1e21,#de4a42);
    background-image: -moz-linear-gradient(left,#ba1e21,#de4a42);
    background-image: -o-linear-gradient(left,#ba1e21,#de4a42);
    background-image: linear-gradient(to right,#ba1e21,#de4a42);
    background-image: -webkit-linear-gradient(to right,#ba1e21,#de4a42);
    background-image: -moz-linear-gradient(to right,#ba1e21,#de4a42);
    background-image: -o-linear-gradient(to right,#ba1e21,#de4a42);}
.product .table table{ border-left: #e5e5e5 solid 1px; }
.product .table th{ height: 0.64rem; line-height: 0.64rem; color: #fff; text-align:left; font-weight:400; padding-left: 0.4rem; font-size: 0.2rem; background-image: linear-gradient(left,#ba1e21,#de4a42);
    background-image: -webkit-linear-gradient(left,#ba1e21,#de4a42);
    background-image: -moz-linear-gradient(left,#ba1e21,#de4a42);
    background-image: -o-linear-gradient(left,#ba1e21,#de4a42);
    background-image: linear-gradient(to right,#ba1e21,#de4a42);
    background-image: -webkit-linear-gradient(to right,#ba1e21,#de4a42);
    background-image: -moz-linear-gradient(to right,#ba1e21,#de4a42);
    background-image: -o-linear-gradient(to right,#ba1e21,#de4a42);}
.product .table td{ text-align: center; border-right: #e5e5e5 solid 1px; border-bottom: #e5e5e5 solid 1px; height: 0.54rem; line-height: 0.24rem; font-size: 0.16rem; color: #222; }

.solution{ padding: 1.2rem 0; }
.solution .indexTxt{ margin-bottom: 0.7rem;}
.solution .mxfDiv{ overflow: hidden;}
.solution .tab2{ width: 3.5rem; position:sticky; top:112px;}
.solution .tab2 li{ padding-left: 28px; font-size: 16px; line-height: 0.48rem; color: #222; position: relative; }
.solution .tab2 li:before{ content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #e5e5e5; }
.solution .tab2 li:after{ content: ''; position: absolute; left: 0; top: 50%; width: 2px; height: 0; background: #c1192a;}
.solution .tab2 .liNow{ color: #c1192a; font-size: 20px; }
.solution .tab2 .liNow:after{ height: 100%; top: 0; }
.solution .tabContentDiv2{ width: 11.86rem; }

.solution .bigBox{ padding: 0.8rem; background: #f6f6f6; animation: am_top 0.8s ease-out 0.1s backwards; -webkit-animation: am_top 0.8s ease-out 0.1s backwards;}
.solution .toptop{ overflow: hidden; padding-bottom: 0.5rem; position: relative;}
.solution .toptop .name{ font-size: 0.36rem; line-height: 0.36rem; color: #222; padding-bottom:0.3rem; font-weight: bold; }
.solution .toptop .msg{ font-size: 0.18rem; color: #444; line-height: 0.36rem; }
.solution .botbot{ overflow: hidden; padding-left: 3.3rem; position: relative; }
.solution .botbot .txt{ line-height: 0.64rem; padding-left: 25px; position: absolute; left: 0; top: 0; font-size: 0.2rem; color: #222; font-weight: bold; }
.solution .botbot .txt:before{ content: ''; position: absolute; left: 0; width: 5px; height: 22px; top: 50%; margin-top: -11px; background: #ba1e21; }
.solution .botbot .list ul{ margin-right: -0.24rem; }
.solution .botbot .list li{ float: left; width: 50%; padding-bottom: 0.24rem; }
.solution .botbot .list li .box{ margin-right: 0.24rem; }
.solution .botbot .list li a{ display: block; position: relative; height: 0.64rem; line-height: 0.64rem; overflow: hidden; padding: 0 0.6rem 0 0.3rem; background: #fff; font-size: 0.18rem; color: #222; }
.solution .botbot .list li a:after{ content: ''; position: absolute; right: 0.3rem; top: 50%; margin-top: -7px; width: 14px; height: 14px; background: url(/en/images/ico5.png) no-repeat; }
.solution .botbot .list li a:hover{ background: #ba1e21; color: #fff; }
.solution .botbot .list li a:hover:after{ background: url(/en/images/ico5on.png) no-repeat;}



<!--ºÄÊ±1763809166.3883Ãë-->