@charset "utf-8";
/* header&foot */
.box{width: 1200px; margin: 0 auto;}
header{ width: 100%; position: relative;}
a,img,button{ transition: 0.3s; color: #fff;}
.head{ display: flex; flex-wrap: wrap; width: 100%;}
.head_top{ height: 120px;}
.logo img{ display: block; height: 54px;}
.navbox{ width: 100%; background-color: #2e2e2e; height: 52px;}
.navbox .box{ height: 100%;}
.sousou{ width: 350px; background-color: #fff; height: 46px;}
.sousou form{ width: 100%; height: 100%;}
.souk{ border: none; width: calc(100% - 74px); box-sizing: border-box; display: block; height: 100%; background: transparent; padding: 0 20px;}
.sous{ width: 74px; display: flex; border: none; align-items: center; justify-content: center; background-color: #af151d; color:#fff; height:100%}
button:hover{ opacity: 0.9;}
.top_ri{ width:406px;}
.top_ricon{ align-items: center;}
.top_ricon .an{ width: 30%; display: flex; height: 40px; align-items: center; justify-content: center; background-color: #ff9900;border-radius: 5px; transition: 0.3s; cursor: pointer;}
.top_ricon .an:hover{ background-color: #995c00;}
.top_dl{ width: calc(100% - 172px);}
.top_anniu{ width: 90px; margin: 0 6px;}
.top_anniu .an{ width: 100%; display:flex; height: 36px; align-items: center; justify-content: center; background-color: #995c00; }
.top_dx{ width: 70px; background-color: #995c00; display: flex; justify-content: center; align-items: center;}
.top_dl .kuang{ width: 100%; display: block; height: 36px; box-sizing: border-box; padding:0 20px; background-color: #333333; border: none; color: #fff;}
.top_dl .kuang:nth-child(1),.top_anniu .an:nth-child(1){ margin-bottom: 6px;}
.top_anniu .an:nth-child(1){ background-color: #ff9900;}
nav{ height: 100%;}
.nav-item{ height: 100%; transition: 0.3s; width: 100%;}
.nav-item a{display: block;height: 100%;align-items: center; display:flex;font-size: 18px; justify-content: center; width: 100%;}
.nav-item a:hover{ background-color: #151515;}
.nav-item a.on{ background-color: #af151d;}
.mBtn{ display: none;  cursor: pointer;   box-sizing: border-box; width: 100%; height: 100%;align-items: center; justify-content: center;}
.mBtn span{ display: block;  width: 22px;}
.mBtn span i{width: 100%; height: 2px; background: #fff; display: block; margin: 0 auto;  margin-top: 5px; transition: 0.5s;}
.mBtn span i:first-child{margin-top: 0;}
.mBtn.active span i:nth-child(1){transform: rotate(45deg) translateY(4px) translateX(4px);}
.mBtn.active span i:nth-child(2){transform: rotate(-45deg) translateY(-1px) translateX(1px);}
.mBtn.active span i:nth-child(3){ width: 4px;}

.banner{ width:100%;}
.banner_swiper{width: 100%;height: 100%; position: relative;}
.banner_swiper .swiper-slide{width: 100%; height: 100%; overflow: hidden;}
.ban_bg{width: 100%; height: 100%;}
.ban_bg img{ display: block; width: 100%;}
.swiper-button-next,.swiper-button-prev{ width: 0.6rem; height: 0.6rem; display: flex; justify-content: center; align-items: center; background-color: rgba(0,0,0,0.5); border-radius: 5px; opacity: 0.6;transition: 0.3s;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{ color: #fff; font-size: 0.24rem; }
.swiper-button-next{ right: 5%;}
.swiper-button-prev{ left: 5%;}
.swiper-button-next:hover,.swiper-button-prev:hover{ opacity: 1;}

footer{ width: 100%; color: #cecece; background-color: #3b3b3b; margin-top: 4px;}
.foot{ padding: 0.4rem 0;}
.foot img{ display: block; margin: 0 auto; width: 208px; max-width: 80%;}
.ftpcnav{ display: flex; width: 100%; justify-content: center; margin-top: 40px; font-size: 18px;}
.ftpcnav a{ margin: 0 8px;}
footer a{ color: #d6d6d6;}
footer a:hover{  color: #ff9900;}
.xian{ width: 100%; height: 1px; background-color: #4f4f4f;}
.ftdi{ padding: 0.2rem 0; line-height: 2;display: flex; justify-content: center; flex-wrap: wrap; text-align: center;}
.ftdi i{ padding:0 8px;}
.sjfoot{ position: fixed; z-index: 9991; width: 100%; background-color: #af151d; height: 50px; left: 0; bottom: 0; display: none; border-top: 1px solid #921219;}
.sjfoot .ftnav{ width: 33.33%; display: flex; height: 100%; align-items: center; justify-content: center; box-sizing: border-box; border-right: 1px solid #921219;}
.sjfoot .ftnav:last-child{ border-right: none;}

#toTop{ background-color:rgba(0,0,0,0.4); right: 20px; bottom: 20px; width: 40px; height:40px; border-radius: 5px; display: flex; justify-content: center; align-items: center; transition: 0.3s; z-index: 9990; }
#toTop:hover{background-color:rgba(175,21,29,0.6); }
#toTop img{ width: 60%;}

section{position: relative; padding: 0.7rem 0;}
main{width: 1200px; margin: 0 auto;}
.title{ width: 100%; display: flex; justify-content: center; text-align: center;}
.title p{ text-transform: uppercase;}
.title span{ position: relative; color: #fdeaeb; padding: 0 35px;}
.title h1{ font-size: 34px; font-weight: bold; margin-bottom: 10px; line-height: 1.1;}
.title span i{ position: absolute; left: -70px; width: 68px; top: 50%; transform: translateY(-50%); background-color: #fff; display:block; height: 1px;}
.title span i:last-child{ right: -70px; left: auto;}
.more{ width: 150px; height: 40px; display: flex; justify-content: center; align-items: center;transition: 0.3s; border-radius: 40px; border: 1px solid #e50012; text-transform: uppercase; margin: 0 auto;}
.more:hover{ transform: translateY(-5px);}
.tu h1{ overflow: hidden; position: relative; width: 100%;}
.tu h1 img{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.tu h1::after{ width: 100%; padding-top: 100%; content: ""; display: block;}
/* .tu h1 img:hover{ transform: scale(1.1);} */

.con1{ width: 100%; flex-wrap: wrap;}
.con1le{ width: 50%;}
.con1ri{ background-color: #af151d; width: 50%; box-sizing: border-box; padding:0.45rem;}
.con1 .danye{ line-height: 1.8;}
.spneirong{ width: 100%; position: relative; height: auto; display: flex; align-items: center; z-index: 3; height: auto; height: 100%;overflow: hidden;/* background-color: #000; */}
.spneirong img{ width: 100%; display: block;}
.spneirong video{ display: block; width: 100%; height: 100%;}
.spneirong span{ display: flex; text-align: center; justify-content: center; align-items: center; left: 0; top: 0; width: 100%; height: 100%; z-index: 4; position: absolute; background: rgba(0,0,0,0.3);}
.spneirong span h1{ display: flex; text-align: center; color: #fff; cursor: pointer; background-color: rgba(0,0,0,0.3); width: 100%; height: 100%; align-items: center; justify-content: center;}
.spneirong span h1 img{ width:68px; height: 68px; transition: 0.3s;}
.spneirong span h1:hover img{transform: scale(1.05);}
.con1ri .more{border: 1px solid #fff; margin: 0; margin-top: 30px;}
.con2bj{ background: url(../img/bj.jpg) center center no-repeat; background-size: cover;}
.ind_ti{ width: 100%; align-items: center;}
.ind_ti h1{ font-size: 32px; border-bottom: 1px solid #7a7a7a; padding-bottom: 10px;}
.ind_ti span{ text-transform: uppercase; color: #b6b6b6; font-size: 18px; padding-left: 10px;}
.con2leri{ position: relative; width: 64px; height: 30px;}
.con2leri .swiper-button-next,.con2leri .swiper-button-prev{ width: 30px; height: 30px; background-color: rgba(0,0,0,0); border-radius: 0px; justify-content: flex-end;}
.con2leri .swiper-button-next:after,.con2leri .swiper-button-prev:after{font-size: 22px;}
.con2leri .swiper-button-next{ right: 0; top: 0; transform: translate(0); margin: 0;}
.con2leri .swiper-button-prev{ left: 0;top: 0;transform: translate(0); margin: 0;}
.swiper-container {width: 100%;}
.swiper-container-free-mode>.swiper-wrapper {transition-timing-function: linear;}
.tulist{ width: 100%; box-sizing: border-box; border: 3px solid #fff; position: relative;}
.tuceng{ position: absolute;left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(175,21,29,0.8); display: flex; justify-content: center; align-items: center;opacity: 0; transition: 0.3s;}
.tuceng span{ display: block; margin: 0 auto;width: calc(100% - 0.4rem);}
.tuceng img{ width: 50px; display: block; margin: 0 auto;}
.tuceng p{ font-size: 24px; margin-top: 15px;}
.tulist:hover .tuceng{opacity: 1;}
.con4bj{ background-color: #2e2e2e;}
.con4bj .ind_ti a{ display: flex; font-size: 18px; color: #b6b6b6;}
.con4bj .ind_ti a::after{content: 'next';font-size: 22px;font-family: swiper-icons; margin-left: 10px;}
.con4bj .ind_ti a:hover{ color: #fff;}
.newlist{ width: 100%; box-sizing: border-box; padding: 0.2rem; background-color: #292929; margin-bottom: 0.2rem; align-items: center;transition: 0.3s;}
.newlist:last-child{ margin-bottom: 0;}
.newlist h1{ width: 200px; margin-left: 10px;}
.newlist span{ width: calc(100% - 210px); padding:0 0.3rem;}
.newlist span h2{ font-size: 20px;}
.newlist span p{ line-height: 2; opacity: 0.7; margin-top: 0.2rem;}
.newlist span h4 img{ margin-left: 10px; transition: 0.3s;}
.newlist span h4{ margin-top: 0.3rem;}
.newlist:hover{ background-color: #af151d;}
.newlist:hover span h4 img{margin-left: 20px;}

/* 弹窗 */
.tanceng{ width: 100%; height: 100vh; position: fixed; left: 0; top: 0; background-color: rgba(0,0,0,0.8); z-index: 9995;display: none;}
.tanbox{position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9996;}
.cptan{ width: 600px; background-color: #333; max-width: 92%; padding: 30px 0.3rem; padding-bottom: 20px; box-sizing: border-box; border: 1px solid #666; max-height: 90vh; overflow-y:overlay; overflow-x: hidden;display: none;}
.cptan .guanbi{ position: absolute; right: 5px; top:-10px; z-index: 9997; font-size:40px; transform: rotate(-45deg);}
.cptu{ width: calc(100% - 0.6rem); position: relative; box-sizing: border-box; border: 0.15rem solid #e0e0e0; margin: 0 auto;}
.cpzi{width: calc(100% - 0.6rem); margin: 0 auto; flex-wrap: wrap; }
.cple{font-size: 18px; line-height: 2;margin-top: 0.2rem;}
.jiagou{ background-color: #af151d; padding: 10px 20px;margin-top: 0.2rem; transition: 0.3s;}
.jiagou:hover{ transform: translateY(-4px);}
.cptu .swiper-button-next,.cptu .swiper-button-prev{ width: 0.3rem; height: 0.8rem; background-color: rgba(0,0,0,0); border-radius: 0px; }
.cptu .swiper-button-next:after,.cptu .swiper-button-prev:after{font-size: 0.3rem; font-weight: bold;}
.cptu .swiper-button-next{ right: -0.6rem;}
.cptu .swiper-button-prev{ left: -0.6rem;}
.tanbox img{user-select: none;}
.zctan,.dltan,.xdtan{ width: 340px; background-color: #fff; max-width: 92%;  box-sizing: border-box; max-height: 70vh; overflow-y:overlay; overflow-x: hidden; border-radius: 0.3rem; display: none; color: #666;}
.xdtan{ width: 600px;}
.tanti{ background-color: #f7f7f7; width: 100%; height: 50px; padding: 0 25px; box-sizing: border-box; position: sticky; left: 0; top: 0;}
.tanti h1{ font-weight: bold;font-size: 24px;}
.tanti .guanbi{font-size:40px; transform: rotate(-45deg); font-weight: 200;}
.bdcon{ box-sizing: border-box; width: 100%; padding: 25px; padding-top: 20px; min-height: 180px;}
.bdbox{ width: 100%; margin-bottom: 0.2rem;}
.bdbox label{ font-size: 20px;}
.bdbox input{ display: block; width: calc(100% - 5em);font-size: 20px; box-sizing: border-box; height: 38px; border: 1px solid #eee; padding:0 0.15rem;}
.anniu{ display: flex; justify-content: center; align-items: center; }
.bdcon .anniu{ width: 100%;height: 45px;margin-top: 0.3rem; background-color: #af151d; color: #fff;}
.tanbox::-webkit-scrollbar{width:10px;}
.tanbox::-webkit-scrollbar-track{background-color:transparent;}
.tanbox::-webkit-scrollbar-thumb{background-color:#ccc;-webkit-border-radius: 10px;}
.tanbox::-webkit-scrollbar-thumb:hover {background-color:#bbb;}
.tanbox::-webkit-scrollbar-thumb:active {background-color:#999;}

/*分页样式*/ 
ul.yiiPager{ display: flex;  justify-content: center;}  
ul.yiiPager li{display:block; margin:0 8px;}  
ul.yiiPager li a{ width: 40px; height: 40px; border-radius:100%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; line-height: 1; border:#c7c7c7 solid 1px;color: #666; transition: 0.3s; background-color: #c7c7c7;}  
ul.yiiPager li a:hover{background:#af151d;border:#af151d solid 1px;color:#FFF;}
ul.yiiPager li.first a::before{content: "\e741";}
ul.yiiPager li.last a::before{content: "\e741"; transform: rotate(180deg);}
ul.yiiPager li.previous a::before{content: "\e694";transform: rotate(180deg); font-size: 14px;}
ul.yiiPager li.next a::before{content: "\e694"; font-size: 14px;}
ul.yiiPager li.selected a{background:#af151d;border:#af151d solid 1px;color:#FFF;}
ul.yiiPager li.shouye a{ width: 60px; border-radius: 40px;}

.bar{margin-top: 50px; display: flex; justify-content: space-between;}
.bar a{font-size: 16px; color: #666; line-height: 1; transition: 0.3s;background: #F2F2F2;}
.bar a:hover{background: #af151d; color: #fff;}
.bar a.show_prev{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_prev::before{content: "\e694"; transform: rotate(-180deg);}
.bar a.show_prev i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.bar a.show_next{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_next::after{content: "\e694"; }
.bar a.show_next i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; text-align: right;}
.bar a.back_list{display: flex;align-items: center; justify-content: center; width: 140px;}
.bar a.back_list::before{content: "\e675"; display: block; margin-right: 8px;font-size: 14px;}

.show_title{text-align: center;  border-bottom: 1px #686866 solid; padding-bottom: 0.3rem;}
.show_title h1{font-size: 28px; font-weight: bold;}
.show_title h2{margin-top: 0.2rem; font-size: 16px;color: #999; display: flex;align-items: center; justify-content: center;}
.show_title i{ padding: 0.05rem;}
.danye{line-height: 2;font-size: 18px; width: 100%;}
.danye img{max-width: 100%!important;}
.erbox{ width: 100%;}
.tulistbox{ display: flex; flex-wrap: wrap;}
.tulistbox .tulist{ margin-top: 0.3rem;}
.ercon{ flex-wrap: wrap; align-items: flex-start;}
.left{ width: 320px; background-color: #5c5c5a; margin-top: 0.3rem; position: relative;}
.left_ti{ width: 100%; display: flex; align-items: center; padding: 0 20px; box-sizing: border-box; height: 60px; font-size: 20px; font-weight: bold; background-color: #af151d;}
.xiala{ display: none; position: absolute; right: 0; top: 0px; z-index: 4;}
.right{ width: calc(100% - 360px);}
.leftnav{ padding: 20px; width: 100%; box-sizing: border-box; display: flex; flex-direction: column;}
.leftnav a{ font-size: 18px; display: flex; justify-content: space-between; padding: 0.1rem; margin-bottom: 0.1rem;}
.leftnav a:hover,.leftnav a.on{ color: #ff9900;}
.gwlistbox{ flex-wrap: wrap; width: 100%;}
.gwlist{ width: calc(50% - 20px); margin-top: 0.2rem; box-sizing:border-box; border: 1px solid #ccc;}
.gwlist h1{ width: 234px;}
.gwlist .gwri{ width: calc(100% - 234px); box-sizing: border-box; padding:0.1rem 0.3rem;}
.gwri p{ font-size: 18px; padding: 0.05rem 0; line-height: 1.5em;}
/* .gwri p:nth-child(1){ height:3em;} */
.sanc{ width: 82px; height: 38px; display: flex; justify-content: center; align-items: center; background-color: #af151d; margin-top: 0.3rem;}
.gw_foot .an{ height: 38px; display: flex; align-items: center; width: 118px; justify-content: center; color: #fff; box-sizing: border-box; }
.kong{ background-color: #af151d; margin-right: 0.26rem;}
.tijiao{ background-color: #ff6600; margin-left: 0.2rem;}
.shang{background-color: #039ded;}
.gw_foot{ flex-wrap: wrap;}
.ddbox{ background-color: #fff; width: 100%; box-sizing: border-box; padding: 0.3rem;}
.sjertop{ padding: 0.5rem 0;}
.bgbox{ width: 100%; box-sizing: border-box; border: 1px solid #e3e3e3; border-bottom: none;}
.bglist{border-bottom:  1px solid #e3e3e3; color: #000;font-size: 18px;}
.bg_ti{ background-color: #e3e3e3; align-items: center;  font-weight: bold;}
.bglist .bgk{box-sizing: border-box; padding: 0.2rem; text-align: center; display: flex; justify-content: center; align-items: center;}
.bglist .bgk a{ color: #b80000;}
.bglist .bgk:nth-child(1){ width: 200px;}
.bglist .bgk:nth-child(2){ width: 120px;}
.bglist .bgk:nth-child(3){ width: 120px;}
.bglist .bgk:nth-child(4){ width: 220px;}
.ddxq .bglist .bgk:nth-child(1){ width: 200px;}
.ddxq .bglist .bgk:nth-child(2){ width: 160px;}
.ddxq .bglist .bgk:nth-child(3){ width: 220px;}
.ddxq .bgbox{ width: calc(100% - 380px);}
.ddxq{ flex-wrap: wrap; align-items: flex-start;}
.xqcon{ box-sizing: border-box; border: 1px solid #e3e3e3; border-bottom: none; width: 350px;}
.ddxq .xqcon .bglist .bgk{text-align: left;justify-content: left;}
.ddxq .xqcon .bglist .bgk:nth-child(1){ width: calc(5em + 0.4rem);}
.ddxq .xqcon .bglist .bgk:nth-child(2){ width: calc(100% - 5em - 0.4rem);padding-left: 0;}
.xqtubox{ width: 140px; text-align: center;}
.xqtubox img{ display: block; width: 100%;}
.xqtubox p{ margin-top: 0.2rem;}
.queren{ flex-wrap: wrap; width: 100%;}
.qr_lr{ width: 480px;}
.qr_lr img{ display: block; width: 100%;}
.qr_ri{ width: calc(100% - 510px); box-sizing: border-box;border: 1px solid #e3e3e3; color: #2f2f2f;}
.qr_ti{ width: 100%; background-color: #af151d; display: flex; justify-content: center; justify-content: center; font-size: 18px; font-weight: bold; color: #fff; line-height: 0.7rem;}
.qrcon{ width: 520px; margin: 0.2rem auto; max-width: calc(100% - 0.6rem);}
.qr_list{ display: flex; padding: 8px 0; font-size: 18px;}
.qr_list h1{width: 5em; line-height: 34px;}
.qrlist_ri{ width: calc(100% - 5em); display: flex; flex-wrap: wrap;font-size: 16px;}
.qrtex{ width: 100%; box-sizing: border-box; height: 34px; padding: 0 0.1rem; border: 1px solid #dadada;}
.qr_di{ border-top: 1px solid #e3e3e3;width: 100%; display: flex; justify-content: center; padding: 0.2rem; box-sizing: border-box;}
.tijiao1{ width: 170px; height: 46px; background-color: #af151d; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 16px;}
textarea.qrtex{ height: 68px; line-height: 2;}
.qrlist_ri label{ display: flex; align-items: center; margin-right: 12px; cursor: pointer; height: 34px;}
.qrlist_ri label:last-child{ margin-right: 0;}
.qrlist_ri input::-webkit-inner-spin-button {-webkit-appearance: none;}
.num-li{display: none;}
.b-radio {display: block;width: 14px;height: 14px;position: relative;border-radius: 100%;caret-color: transparent; border: 1px solid #838383; margin-right: 8px;}
.b-radio:before { content: '';font-size: 0;caret-color: transparent;width: 14px;height: 14px;border:1px solid #b72c33;position: absolute;border-radius: 100%;display: none;background: url(../img/dian.png) center center #fff no-repeat;top: -1px; left: -1px;}
.num-li:checked~.b-radio:before {display: block;}
.chicun .qrtex{ width: 80px; margin:0 10px; max-width: calc(100% - 20px - 4em);}
.chicun{ width: 50%;}
.cgtex{ text-align: center; color: #666;font-size: 20px; width: 100%; padding: 0.2rem 0;}
.cgtex h1{ color: #ff6600; font-size: 28px;}
.cgtex h2{ font-size: 28px; color: #e30000; margin-top: 0.2rem;}
.cgnav{ display: flex; justify-content: center; margin-bottom: 0.3rem;}
.cgnav a{ color: #000; margin: 0 0.2rem;}
.cgnav a:hover{ color: #e30000;}
.cgtu{ background-color: #f4efdd; width: 1000px; margin: 0.3rem auto; max-width: 100%; padding: 0.3rem; box-sizing: border-box;}
.cgtu img{ display: block; width: 150px; margin: 0 auto; margin-bottom: 0.15rem;}



.fanye{ width: 100%; display: flex; justify-content: flex-end;}
.fanye a{ display: flex; width: 98px; height: 36px; align-items: center; border-radius: 36px; background-color: #e0e0e0; color: #000; justify-content: center; margin-left: 20px;}
.fanye a:hover{ background-color: #333; color: #fff;} 



textarea{resize:none;} 
.kuai2{ width: calc(50% - 20px);}
.kuai3{ width: calc(33.33% - 28px); margin-right: 42px;}
.kuai3:nth-child(3n){ margin-right: 0;}
.dianji{ cursor: pointer; transition: 0.3s;}
.dianji:hover{ opacity: 0.9;}
.conf{ display: flex; justify-content: space-between;}
.conc{ display: flex; align-items: center;}
.mtop100{ margin-top: 1rem;}
.mtop40{ margin-top: 0.4rem;}
.mtop50{ margin-top: 0.5rem;}
.mtop30{ margin-top: 0.3rem;}
.mtop20{ margin-top: 0.2rem;}
.ptop20{ padding-top: 20px;}
.ptop0{ padding-top: 0;}
/*----- 超出省略号///-----*/
.toe{ word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ziov{white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.ziov2{ display: -webkit-box; /* 将元素作为弹性伸缩容器 */
        overflow: hidden; /* 隐藏溢出内容 */
        text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
        line-clamp: 2; /* 限制最大行数为2行 */
        -webkit-line-clamp: 2; /* Safari/Chrome特定的限制最大行数的属性 */
        -webkit-box-orient: vertical; /* 设置垂直布局 */}
.ziov4{ display: -webkit-box; /* 将元素作为弹性伸缩容器 */
        overflow: hidden; /* 隐藏溢出内容 */
        text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
        line-clamp: 4; /* 限制最大行数为4行 */
        -webkit-line-clamp: 4; /* Safari/Chrome特定的限制最大行数的属性 */
        -webkit-box-orient: vertical; /* 设置垂直布局 */}
.ziov5{ display: -webkit-box; /* 将元素作为弹性伸缩容器 */
        overflow: hidden; /* 隐藏溢出内容 */
        text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
        line-clamp: 5; /* 限制最大行数为5行 */
        -webkit-line-clamp: 5; /* Safari/Chrome特定的限制最大行数的属性 */
        -webkit-box-orient: vertical; /* 设置垂直布局 */}
		
.banner img{
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -webkit-optimize-contrast; /* Webkit (Safari/Chrome) */
	image-rendering: pixelated; /* Standards */
	}