@charset "utf-8";html{overflow-x:hidden}
body{color:#333;font:14px "Microsoft Yahei"}
body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,span,ul{margin:0;padding:0;list-style:none}
a{color:#333;text-decoration:none}
a:focus{outline:0}
img{border:none}
.vam{vertical-align:middle}
.clear{clear:both;height:0;line-height:0;font-size:0}
p{word-spacing:0}
em,i{font-style:normal}
.tr{text-align:right}
.tl{text-align:left}
.center{text-align:center}
.fl{float:left;}
.fr{float:right;}
.pa{position:absolute}
.pr{position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden}
.clearfix{zoom:1}

.content24{ width: 1600px;margin: 0 auto;position: relative;}
@media screen and (max-width: 1600px) {
    .content24 {
        width: 1400px;
    }
}

@media screen and (max-width: 1500px) {
    .content24 {
        width: 1300px;
    }
}

@media screen and (max-width: 1300px) {
    .content24 {
        width: 1200px;
    }
}



.pic{width:100%;overflow: hidden;}
.pic img{-o-transition:all 1s linear 0s;transition:all 1s linear 0s}
.pic:hover img{-webkit-transform:scale(1.05) rotate(0) translateY(0);-ms-transform:scale(1.05) rotate(0) translateY(0);transform:scale(1.05) rotate(0) translateY(0)}

.white,.whites{position:relative;overflow:hidden}
.white:after,.whites:after{content:'';cursor:pointer;position:absolute;left:-100%;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform:skewx(-25deg)}
.white:hover:after{left:100%;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s;transition:1s}
.whites:hover:after{left:100%;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;transition:.5s}
body{min-width:1200px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden}
em,i{font-style:normal}

input::-webkit-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input::-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-ms-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
@keyframes myfirst{0%{background-position:0 bottom}
100%{background-position:100% bottom}
}
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clear{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}




.banner{height:auto;max-width:1920px;margin:0 auto!important;position:relative;margin-top:-34px}
.banner .bd li{float:left;width:100%;line-height:0}
.banner .bd li img{width:100%}
.banner .bd li a{display:block}
.banner .hd{position:absolute;bottom:50px;width:100%;height:16px;cursor:pointer;text-align:center;z-index:9;font-size:0}
.banner .hd li{display:inline-block;width:16px;height:16px;background:#fff;margin:0 10px;opacity:1;-o-transition:all .5s ease;transition:all .5s ease;border-radius: 8px;}
.banner .hd li.on{background:#ff5f70;}
.banner p{position: absolute;font-size: 0;top: 50%;z-index: 9; width: 36px; height: 70px; margin-top: -35px;border: 0; outline: none;cursor: pointer;transition:.5s;}
.banner .prev {left: 3%; background:url(../images/prev1.png) no-repeat center center;opacity: 0;}
.banner .next {right: 3%;background:url(../images/next1.png) no-repeat center center;opacity: 0;}   
.banner:hover .prev { left: 5%; opacity: 1; }
.banner:hover .next { right: 5%; opacity: 1; }

.tit{font-size: 0;line-height: 0;text-align: center;}
.tit span{ display: block;font-size: 2.4rem;line-height: 2.4rem;  color: #333333;font-weight: bold;}
.tit i{ display: block;font-size: 1.1rem;line-height: 1.1rem;  color: #333333;font-weight: normal;margin-top: 0.6rem;position: relative;text-transform: uppercase;}




.yz{ background: url(../images/yz_bg.jpg) no-repeat center;padding: 6rem 0 0px;height: 46.5rem;box-sizing: border-box;background-size: 100% 100%;}
.yz dl{position: relative;}
.yz dt{width:42.6875%;height: 22.5rem;line-height: 0;overflow: hidden;float: right;position:relative;}
.yz dt a>img{width:100%;height: 22.5rem;display:block; object-fit: cover;
    object-position: center;}
.yz dt em>img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:20;width:4.8rem;height:4.8rem;}
.yz dt::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    -webkit-box-shadow: inset #ff5f71 0 0 40px;
    box-shadow: inset #ff5f71 0 0 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -4rem;
    margin-top:-4rem;
    opacity: 0;
    animation: warn2 2s ease-out .1s infinite
}

.yz dt::after {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    -webkit-box-shadow: inset #ff5f71 0 0 40px;
    box-shadow: inset #ff5f71 0 0 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -4rem;
    margin-top:-4rem;
    opacity: 0;
    animation: warn 2s ease-out 1.1s infinite
}
@keyframes warn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
5%{opacity:1}
to{opacity:0;-webkit-transform:scale(1.6);transform:scale(1.6)}
}
@keyframes warn2{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
5%{opacity:8}
to{opacity:0;-webkit-transform:scale(1.6);transform:scale(1.6)}
}
    
.yz dd{width: 50.375%;float: left;height: 22.5rem;}
.yz dd h4 span{ display: block;font-size: 2.4rem;line-height: 2.4rem;  color: #666666;font-weight: bold;}
.yz dd h4 i{ display: block;font-size: 4rem;line-height: 4rem;  color: #ff5f70;font-weight: bold;padding-top: 0.6rem;}
.yz dd p{ display: block;font-size: 0.9rem;line-height:1.8rem;  color: #333333;padding-top:2.4rem;}
.yz dd .more{width: 16.8rem;height: 2.8rem;line-height: 2.7rem;display:block;font-size: 1.2rem;color: #ff5f70;position:relative;text-align: center;box-sizing:border-box;transition:all 0.5s;margin-top: 3.2rem;border-radius: 1.4rem;border: 1px solid #ff5f70;}
.yz dd .more img{ display: inline-block;width:1.35rem;height:1.35rem;margin-right: 0.3rem;vertical-align: -0.3rem;}
.yz dd .more:hover{transform: translateY(-8px);}
.yz .yz_sz{display:flex;justify-content:space-between;margin-top: 4rem;height: 7.2rem;box-sizing: border-box;}
.yz .yz_sz li {color: #333;display: block;width: 19.25%;height: 7.2rem;border-radius: 0.7rem;text-align: center;padding-top: 1.3rem;box-sizing: border-box;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);}
.yz .yz_sz li:nth-child(1){background:#ff5f70 ;}
.yz .yz_sz li:nth-child(2){background:#019fa8 ;}
.yz .yz_sz li:nth-child(3){background:#abcd05 ;}
.yz .yz_sz li:nth-child(4){background:#f8b62a ;}
.yz .yz_sz li:nth-child(5){background:#eb5405 ;}
.yz .yz_sz li b {font-size: 2.8rem;color: #fff;line-height: 2.8rem;font-family: "DIN";font-weight: bold;}
.yz .yz_sz li sup {display: inline-block;line-height: 0.9rem;font-size: 0.9rem;clear: both;font-weight: bold;color: #fff;vertical-align: -0.1rem;margin-left: 0.1rem;}
.yz .yz_sz li span {display: block;line-height: 1rem;font-size:1rem;clear: both;padding-top:0.5rem;font-weight: normal;color: #fff;}



.pro{ padding: 6.5rem 0 0;}
.pro_bd{position: relative;margin-top: 2.4rem;}
.pro_bd .swiper-slide{ background:#fff;}
.pro_bd  dl{width: 53.15rem;height: 28.15rem;background: url(../images/cp_dd.png) no-repeat center;background-size: 100% 100%;padding: 1.8rem;box-sizing: border-box;background:#fbf3f5;border-radius:0.7rem;opacity:0.4;}
.pro_bd .swiper-slide-active{ background:none;}

.pro_bd .swiper-slide-active dl{opacity:1;}
.pro_bd  dt{position:relative;display: block;width: 49.35%;height: 24.45rem;float: right;border-radius: 0.7rem;}
.pro_bd  dt a>img{display: block;width: 100%;height: 24.45rem; object-fit: cover;object-position: center;border-radius: 0.7rem;}
.pro_bd  dt em img{position: absolute;right: 1.5rem;bottom: 1.2rem;width: 2.7rem;height: 2.7rem;display: block;}
.pro_bd  dd{float: left;margin-left: 2rem;width: 38%;}
.pro_bd  dd h4 a{font-size: 1.5rem;color: #333;line-height: 2.1rem;font-weight: bold;position: relative;display: inline-block;padding: 0.6rem 2.7rem 0 0;margin-top: 0.6rem;}
.pro_bd  dd h4 a i{background:url(../images/hot.png) no-repeat; position: absolute; top:0rem; right:0rem;display: inline-block; width:1.95rem; height:2.15rem;animation: downup 1s infinite linear;-webkit-animation: downup 1s infinite linear;background-size: 100% 100%;}
      @keyframes downup { 0% { transform: translate(0, 0); } 50% { transform: translate(0, -8px); } 100% { transform: translate(0, 0); } }
    @-webkit-keyframes downup { 0% { -webkit-transform: translate(0, 0); } 50% { -webkit-transform: translate(0, -8px); } 100% { -webkit-transform: translate(0, 0); } }
.pro_bd  dd p{font-size: 0.9rem;color: #333;line-height: 1.5rem;position: relative;display:block;margin-top: 1.5rem;}
.pro_bd  dd span{display: block;width: 10.1rem;height: 10.4rem;background: url(../images/cp_ds.png) no-repeat center;background-size: 100% 100%;padding-top: 3.2rem;box-sizing:border-box ;font-size: 1rem;color: #fff;line-height: 1rem;text-align: center;transform: rotate(-30deg);margin-top: 1.6rem;font-weight: bold;}
.pro_bd  dd span i{display: block;font-size: 2.5rem;color: #fff;line-height: 2.5rem;margin-top: 0.6rem;font-weight: bold;font-family: "DIN";}

.pro_bd .swiper-slide-active  dl{margin-left: -8rem;}
.pro_bd .swiper-slide-next dl{margin-left: -18.3rem;}
.pro_bd .prev{ position:absolute; left:-1.6rem; top:12.5rem; width:3.15rem;height:3.15rem; z-index: 100;cursor: pointer;overflow: hidden;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);border-radius: 1.6rem;}
.pro_bd .next{ position:absolute; right:-1.6rem; top:12.5rem;  width:3.15rem;height:3.15rem; z-index: 100;cursor: pointer;overflow: hidden;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);border-radius: 1.6rem;}
.pro_bd .prev img,.pro_bd .next img{display: block;width:3.15rem;height:3.15rem;border-radius: 1.6rem; box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);}


.pro2{ padding: 6.5rem 0 0;background: url(../images/pro_bg.jpg) no-repeat center top;box-sizing: border-box;margin-top: 6.5rem;background-size: 100% 17.6rem;}
.pro2 .tit{height: 6.8rem;}
.pro_t{height: 2.5rem;}
.pro_t li a{display: block;float: left;width: 12.0625%;height: 2.5rem;line-height: 2.5rem;text-align: center;margin-right: 0.5%;background: #fff;border-radius: 0.3rem;font-size: 1rem;color: #333333;position: relative;transition: all 0.5s;}
.pro_t li:last-child a{margin-right: 0;}
.pro_t li a:after{position: absolute;right: -0.65rem;top: 0.7rem;width: 1.05rem;height: 1.05rem;content: "";background: url(../images/pro_z.png) no-repeat center;background-size: 100% 100%;z-index: 40;}
.pro_t li:last-child a:after{background: 0;}
.pro_t li.cur a{background: #ff5f70;color: #fff;}
.pro_s{margin-top: 1.8rem;}
.pro2 dt{float: left;width: 39.94%;position: relative;height: 38.3rem;}
.pro2 dt img{display: block;width: 100%;height: 38.3rem;object-fit: cover;object-position: center;}
.pro2 dt h4{width: 9.6rem;position: absolute;left: 3.6rem;top: 3.4rem;height: 7.45rem;background: url(../images/prot1.png) no-repeat center;background-size: 100% 100%;}
.pro2 dt h4 em{ display: block;font-size: 1.2rem;color: #ff5f70;line-height: 1.5rem;text-align: center;font-weight: bold;padding-top: 1.6rem;}
.pro2 dt h4 i{ display: block;font-size: 0.7rem;color: #ff5f70;line-height: 0.8rem;text-align: center;font-weight: normal;padding-top: 0.3rem;text-transform: uppercase;opacity: 0.6;}
.pro2 dd{float: right;width: 60.06%;overflow: hidden;}
.pro2 dd li{position: relative;display: block;width: 33.33%;transition: all 0.5s;float: left;height:19.15rem ;border-left: 0.1rem solid #fff;border-bottom: 0.1rem solid #fff;box-sizing: border-box;background:#f5f6f7;}
.pro2 dd li a>img{display: block;width: 100%; ;height:19.15rem ;object-fit: cover;object-position: center;}
.pro2 dd li span{position: absolute;left: 0;bottom: 0rem;font-size: 0.9rem;line-height: 0.9rem;color: #333;text-align: center;display: block;width: 100%;display: block;z-index: 30;height:5.3rem;background:url(../images/pro_sa.png) no-repeat center;background-size:100% 100%;padding-top:3.5rem;box-sizing:border-box;}



.ys{padding-top: 6.5rem;}
.ys_con{margin-top: 2.4rem!important;position: relative!important;}
.ys_con dt{display: block;width: 100%;position: relative;border-radius: 0.7rem 0.7rem 0 0;}
.ys_con dt img{ display: block;width: 100%;border-radius: 0.7rem 0.7rem 0 0;}
.ys_con dt em{position: absolute;left: 2rem;top: 0;display: block;width: 6.85rem;height: 8.2rem;padding-top: 3.7rem;box-sizing: border-box;font-size: 3.4rem;color: #fff;text-align: center;line-height: 3.4rem; font-family:'BRLNSDB';}
.ys_con .ys1 dt em{background: url(../images/yst1.png) no-repeat center;background-size: 100% 100%;}
.ys_con .ys2 dt em{background: url(../images/yst2.png) no-repeat center;background-size: 100% 100%;}
.ys_con .ys3 dt em{background: url(../images/yst3.png) no-repeat center;background-size: 100% 100%;}
.ys_con .ys4 dt em{background: url(../images/yst4.png) no-repeat center;background-size: 100% 100%;}
.ys_con .ys5 dt em{background: url(../images/yst5.png) no-repeat center;background-size: 100% 100%;}
.ys_con dd{height: 9.6rem;padding-top: 2.4rem;box-sizing: border-box;border-radius: 0 0 0.7rem 0.7rem;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);}
.ys_con dd h4{float: left;width: 23.66%;font-size: 1.5rem;line-height: 2rem;display: block;font-weight: bold;color: #333333;box-sizing: border-box;text-align: center;padding-top: 0.2rem;margin-top: -0.3rem;position: relative;}
.ys_con dd h4:after{position: absolute;right: 0rem;top: 0.6rem;width: 0.1rem;height: 4.35rem;content: "";background: url(../images/ys_dd.png) no-repeat center;background-size: 100% 100%;z-index: 40;}
.ys_con dd p{float: left;width: 76.34%;font-size: 0.9rem;line-height: 1.7rem;display: block;color: #333333;padding: 0 2.4rem;box-sizing: border-box;}
.ys .qh{width: 12.2rem;margin: 3.8rem auto 0;position: relative;height: 1.15rem;}
.ys .qh .zprev{ position:absolute; left:0rem; top:0rem; width:0.65rem;height:1.15rem; z-index: 100;cursor: pointer;overflow: hidden;}
.ys .qh .znext{ position:absolute; right:0rem; top:0rem; width:0.65rem;height:1.15rem; z-index: 100;cursor: pointer;overflow: hidden;}
.ys .qh .zprev img,.ys .qh .znext img{display: block;width:0.65rem;height:1.15rem; cursor: pointer;}
.ys_con .swiper-pagination{ bottom: 0rem!important;height: 1.15rem;}
.ys_con .swiper-pagination-bullet{width: 0.7rem;height: 0.7rem;margin: 0 0.3rem!important;opacity: 1;vertical-align: middle;}
.ys_con .swiper-pagination span:nth-child(1){ background:#ff5f70 ;}
.ys_con .swiper-pagination span:nth-child(2){ background:#019fa8 ;}
.ys_con .swiper-pagination span:nth-child(3){ background:#abcd05 ;}
.ys_con .swiper-pagination span:nth-child(4){ background:#f8b62a ;}
.ys_con .swiper-pagination span:nth-child(5){ background:#eb5405 ;}
.ys_con .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{background:url(../images/ysz1.png) no-repeat center;width: 1.1rem;height: 1.1rem;box-sizing: border-box;background-size: 100% 100%; }
.ys_con .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{background:url(../images/ysz2.png) no-repeat center;width: 1.1rem;height: 1.1rem;box-sizing: border-box;background-size: 100% 100%; }
.ys_con .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{background:url(../images/ysz3.png) no-repeat center;width: 1.1rem;height: 1.1rem;box-sizing: border-box;background-size: 100% 100%;}
.ys_con .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active{background:url(../images/ysz4.png) no-repeat center;width: 1.1rem;height: 1.1rem;box-sizing: border-box;background-size: 100% 100%;}
.ys_con .swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active{background:url(../images/ysz5.png) no-repeat center;width: 1.1rem;height: 1.1rem;box-sizing: border-box;background-size: 100% 100%;}


.sp{ padding: 6rem 0 0;box-sizing: border-box;}

.sp_con {position: relative;margin-top: 2.4rem;}
.sp_con dl{float: left;width: 23.4375%;margin-right: 2.08%;position: relative;}
.sp_con dl:last-child{margin-right: 0;}
.sp_con dt{display: block;width: 100%;position:relative;}
.sp_con dt img{display: block;width: 100%;border-radius:1rem;}
.sp_con dt .video-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  border-radius:1rem;
  overflow: hidden
}

.sp_con dd span{position: absolute;left: 0;bottom: 0rem;width: 100%;padding: 6.8rem 4.2rem 0 1.4rem;font-size: 1rem;line-height: 1.5rem;box-sizing: border-box;color: #fff;height: 11.3rem;background: url(../images/sp_dd.png) no-repeat center;background-size: 100% 100%;}
.sp_con dd span a{color:#fff;}
.sp_con dd em{display: block;width: 2.8rem;height: 2.8rem;overflow: hidden;position: absolute;right: 1.4rem;top: 7rem;}
.sp_con dd em img{display: block;width: 2.8rem;height: 2.8rem;}



.case{ padding: 6.5rem 0 0;background: url(../images/case_bg.jpg) no-repeat center ;box-sizing: border-box;margin-top: 6.5rem;background-size: 100% 72.3rem;height: 72.3rem;}

.case_con{position: relative;margin-top: 2.4rem;}
.case_con dl{position:relative;float: left;width: 31.5%;margin-bottom: 2.4rem;margin-right: 2.75%;}
.case_con dl:nth-child(3n){margin-right: 0;}
.case_con dt{position:relative;width:90.8%;border-radius: 0.6rem;position: relative;z-index: 20;margin: 0 auto;}
.case_con dt img{width:100%;display:block;border-radius: 0.6rem;}
.case_con dd{display:block;padding:7rem 2.2rem 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height: 19rem;background: #fff;border-radius: 0.6rem;margin-top: -6rem;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);}
.case_con dd h4 a{display:block;font-size:1.1rem;font-weight:bold;line-height:1.6rem;color:#333;}
.case_con dd em{display:block;font-size:0.9rem;font-weight:normal;line-height:0.9rem;color:#333;margin-top: 0.3rem;}
.case_con dl:nth-child(1) dd em{color: #ff5f70;}
.case_con dl:nth-child(2) dd em{color: #019fa8;}
.case_con dl:nth-child(3) dd em{color: #abcd05;}
.case_con dl:nth-child(4) dd em{color: #f8b62a;}
.case_con dl:nth-child(5) dd em{color: #eb5405;}
.case_con dl:nth-child(6) dd em{color: #ff5f70;}
.case_con dl:nth-child(1):hover dd h4 a{color: #ff5f70;}
.case_con dl:nth-child(2):hover dd h4 a{color: #019fa8;}
.case_con dl:nth-child(3):hover dd h4 a{color: #abcd05;}
.case_con dl:nth-child(4):hover dd h4 a{color: #f8b62a;}
.case_con dl:nth-child(5):hover dd h4 a{color: #eb5405;}
.case_con dl:nth-child(6):hover dd h4 a{color: #ff5f70;}

.case_con dd p{font-size:0.8rem;font-weight:400;line-height:1.5rem;color:#666666;padding-top: 14px;}
.case_con dd .more img{display: block;width: 1.9rem;height: 1.9rem;margin-top: 1.2rem;}




.news{padding: 6.5rem 0;}
.news h3{height: 2.6rem;box-sizing: border-box;margin-top: 2.4rem;}
.news h3 em a{ display: block;float: right;overflow: hidden;font-size: 14px;color: #999999;font-weight: normal;text-transform: uppercase; line-height: 1.2rem;}
.news h3 span a{ display: block;font-size:1.2rem;color: #ff5f70;line-height: 1.2rem;text-transform: uppercase; font-weight: normal;float: left;margin-right: 1.8rem;}
.news h3 span.cur a{color: #ff5f70;}
.news_l{ float: left;width:55.88% ;}
.news_l dl{width: 48.3%;float: left;transition: all 0.5s;position: relative;  }
.news_l dl:last-child{ float: right;}
.news_l dt{ position: relative;display: block;width: 100%;border-radius: 0.6rem 0.6rem 0 0;}
.news_l dt img{ display: block;width:100%;border-radius: 0.6rem 0.6rem 0 0;}
.news_l dt em{display: block;width: 3rem;height: 3rem;text-align: center;font-size: 0.6rem;color: #fff;position: absolute;right: 0.6rem;top:0.6rem;background: #ff5f70;border-radius: 0.4rem;}
.news_l dt em b{display: block;text-align: center;font-size: 1.2rem;color: #fff;line-height: 1.2rem;padding-top: 0.6rem;}
.news_l dd{padding: 1.5rem 1.5rem 0;box-sizing: border-box;height: 7.6rem;background: #fff;border-radius:0 0 0.6rem 0.6rem;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);margin-bottom: 1.2rem;}
.news_l dd h4 a{ display: block;font-size:1rem ;color: #333333;line-height: 1.1rem;font-weight: normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_l dd p{ display: block;font-size:0.8rem ;color: #666666;line-height: 1.5rem;padding-top: 0.7rem;}
.news_t{ padding: 1.1rem 0;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5; }
.news_t li a{ height: 2.2rem;line-height: 2.2rem;padding-left: 1rem;position: relative;display: block;font-size: 0.9rem;color: #333;background: url(../images/news_ic.png) no-repeat left 1.1rem;background-size: 0.3rem 0.1rem;}
.news_t li a em{ float: right;font-size: 0.8rem;color: #999999;line-height: 2.2rem;}
.news_r{ float: right;width: 30.625%;margin-right: 6.8%;}
.news_r dl{border-top: 1px solid #e5e5e5;box-sizing: border-box;height: 8rem;}
.news_r dl:last-child{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;box-sizing: border-box;}
.news_r dd{ padding-top: 1.8rem;}
.news_r dd h4 a{ display: inline-block;font-size:1rem ;color: #333333;line-height: 1.1rem;font-weight: normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform: uppercase;}
.news_r dd i{ display: block;margin-top: 0.4rem;font-size:0.8rem ;color: #999999;line-height: 0.8rem;}
.news_r dd p{  display: block;font-size:0.8rem ;color: #999999;line-height: 1.5rem;margin-top: 0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_t li a:hover,.news_r dd h4 a:hover,.news_l dd h4 a:hover{ color:#ff5f71;}


.abt_s dt img{display: block;width: 100%;}
.abt_s dd{height: 12.2rem;border-radius: 0.7rem;padding-top: 2.3rem;box-sizing: border-box;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);margin: -6rem auto 3.5rem;position: relative;z-index: 20;background: #fff;}
.abt_s dd h4 {float: left;text-align: center;height: 8rem;border-right: 0.1rem dashed #4c4c4c;box-sizing: border-box;width: 27.5%;}
.abt_s dd h4 a{font-size: 2.1rem;color: #ff5f70;display: block;line-height:2.1rem;font-weight: bold;}
.abt_s dd h4 img{display: inline-block;width: 10.6rem;height: 6.75rem;vertical-align: 0rem;margin: 0 -1.6rem 0 0;}
.abt_s dd .desc{float: right;width: 72.5%;padding: 0 5rem 0 3.2rem;box-sizing: border-box;}
.abt_s dd p{font-size: 0.8rem;color: #333333;line-height: 1.5rem;margin-top: -0.4rem;}
.abt_s dd .abt_d{margin-top: 1.7rem;width: 17rem;}
.abt_s dd .more1{width: 8.1rem;height: 2.2rem;line-height: 2.1rem;display:block;font-size: 0.9rem;color: #ff5f70;position:relative;box-sizing: border-box;background: #fff;transition: all 0.5s;text-align: center;border-radius: 1.2rem;float: left;border: 1px solid #ff5f70;}
.abt_s dd .more2{width: 8.1rem;height: 2.2rem;line-height: 2.2rem;display:block;font-size: 0.9rem;color: #fff;position:relative;box-sizing: border-box;background: #ff5f70;transition: all 0.5s;text-align: center;border-radius: 1.2rem;float: right;}
.abt_s dd .more1:hover,.abt_s dd .more2:hover{transform: translateY(-8px);}

.abt_t{margin: 0rem auto 1.8rem;text-align: center;height: 1.2rem;}
.abt_t li{display: inline-block;height: 1.2rem;line-height: 1.2rem;}
.abt_t li>a{line-height: 1.2rem;display:block;font-size: 1.2rem;color: #666666;position:relative;transition:all 0.5s;padding: 0 1.6rem 0 0.8rem;}
.abt_t li:first-child>a:after{position: absolute;right: 0;top: 0;font-size: 1.2rem;color: #666;content: "/";}
.abt_t li.cur a{color: #ff5f70;}

.abt_bd{position: relative;}
.abt_con li img{ display: block;width: 100%;border-radius: 0.6rem 0.6rem 0 0;}
.abt_con li span{height: 3rem;background: #fff;box-sizing: border-box;display: block;font-size: 0.8rem;color: #333333;line-height:3rem;border-radius:0 0 0.6rem 0.6rem;text-align: center;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14); margin-bottom: 6.5rem;}

.abt_bd .aprev{ position:absolute; left:-1.6rem; top:5.5rem; width:3.15rem;height:3.15rem; z-index: 100;cursor: pointer;overflow: hidden;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);border-radius: 1.6rem;}
.abt_bd .anext{ position:absolute; right:-1.6rem; top:5.5rem;  width:3.15rem;height:3.15rem; z-index: 100;cursor: pointer;overflow: hidden;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);border-radius: 1.6rem;}
.abt_bd .aprev img,.abt_bd .anext img{display: block;width:3.15rem;height:3.15rem;border-radius: 1.6rem; box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);}

.abt_bd .aprev2{ position:absolute; left:-1.6rem; top:5.5rem; width:3.15rem;height:3.15rem; z-index: 100;cursor: pointer;overflow: hidden;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);border-radius: 1.6rem;}
.abt_bd .anext2{ position:absolute; right:-1.6rem; top:5.5rem;  width:3.15rem;height:3.15rem; z-index: 100;cursor: pointer;overflow: hidden;box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);border-radius: 1.6rem;}
.abt_bd .aprev2 img,.abt_bd .anext2 img{display: block;width:3.15rem;height:3.15rem;border-radius: 1.6rem; box-shadow: 0px 24px 32px 0px rgba(166, 121, 126, 0.14);}


@media screen and (min-width:800px) {
    html {
        font-size:11px;
    }
}
@media screen and (min-width:1024px) {
    html {
        font-size:13px;
    }
}
@media screen and (min-width:1280px) {
    html {
        font-size:14px;
    }
}
@media screen and (min-width:1440px) {
    html {
        font-size:16px;
    }
}
@media screen and (min-width:1600px) {
    html {
        font-size:18px;
    }

}
@media screen and (min-width:1920px) {
    html {
        font-size:20px;
    }
}




@-webkit-keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2 }
@-webkit-keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1 }
@-webkit-keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2 }
@-webkit-keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1 }
@-webkit-keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight2 { -webkit-animation-name: fadeInRight2; animation-name: fadeInRight2 }
@-webkit-keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
@keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
.zoomLeft { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
.zoomRight { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
@-webkit-keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1 }
@-webkit-keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }