@charset "gb2312";

/* CSS Document */
html,
body {
     width: 100%;
     height: 100%;
     overflow: hidden;
     font-family: 'Microsoft YaHei';
}

body {
     font-size: 12px;
     background: #BE171F;
}

ul,
li {
     list-style: none;
}

img {
     border: 0;
     display: block;
}

.clear {
     zoom: 1;
}

.clear:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
     margin: 0;
     padding: 0;
     word-break: break-all;
}

p {
     text-indent: 2em;
     text-align: left;
}

a {
     color: #000;
     text-decoration: none;
}

a:hover {
     color: #c00;
     text-decoration: none;
}

.pos_rel {
     position: relative;
}

.pos_abs {
     position: absolute;
}

/*-----------------font--------------*/

.F14 {
     font-size: 14px;
}

.F16 {
     font-size: 0.16rem;
}

.F18 {
     font-size: 0.18rem;
}

.F25 {
     font-size: 25px;
}

/*-----------------line-height--------------*/
.LH2 {
     line-height: 2em;
}

.LH2-2 {
     line-height: 2.2em;
}

.LH2-4 {
     line-height: 2.4em;
}

.LH3-2 {
     line-height: 3.2em;
}

/*-----------------border--------------*/

.border_all {
     border: 1px solid #e9e9e9;
}

.border_b {
     border-bottom: 1px solid #e9e9e9;
}

.w950 {
     width: 950px;
}

.w980 {
     width: 9.8rem;
}

.w1000 {
     width: 10rem;
}

.w1020 {
     width: 10.2rem;
}

.w1050 {
     width: 13.5rem;
}

.w12 {
     width: 12rem;
}

.w1200 {
     width: 14rem;
     position: relative;
}

.w1300 {
     width: 13rem;
}

.auto {
     margin: 0 auto;
}

.mt5 {
     margin-top: 5px;
}

.mt10 {
     margin-top: 10px;
}

.mt15 {
     margin-top: 15px;
}

.mt20 {
     margin-top: 20px;
}

.mt25 {
     margin-top: 25px;
}

.ml25 {
     margin-left: 25px;
}

.mr25 {
     margin-right: 25px;
}


.bgfff {
     background: rgba(255, 255, 255, 1);
     box-sizing: border-box;
     padding: 0.4rem 0;
     border-radius: 0.2rem;
     position: relative;
     min-height: 5rem;
}

.fl {
     float: left;
     display: inline;
}

.fr {
     float: right;
     display: inline;
}

.tl {
     text-align: left;
}

.tr {
     text-align: right;
}

.tc {
     text-align: center;
}

.titCom {
     height: 0.6rem; 
     position: absolute;
     right: 0rem;
     top: -0.7rem;
}

.bgCommon {
     width: 100vw;
     height: 100vh;
     background: url(./../images/bg2.jpg) no-repeat center center;
     background-size: 100% 100%;
     position: absolute;
     left: 0;
     /* top: 100vh; */
     top: 0;
}


.down {
     width: 300px;
     text-align: center;
     color: #F7EDB6;
     font-size: 20px;
     left: 50%;
     margin-left: -150px;
     bottom: 100px;
}

.down img {
     top: 15px;
     animation: imgDown 1s linear infinite;
}

@keyframes imgDown {
     0% {
          top: 15px;
     }

     50% {
          top: 30px;
     }

     100% {
          top: 15px;
     }
}

.tt {
     line-height: 2em;
}

.tt a {
     color: #AB0102;
     font-size: 0.42rem;
}

.tt a:hover {
     color: #AB0102;
     font-size: 0.42rem;
}

.tt p,
.tt p a {
     color: #666;
     font-size: 0.15rem;
}

.pagebot {
     width: 5.96rem;
     margin: 0 auto;
     margin-top: -0.15rem;
     position: relative;
}

.swiper-button-next,
.swiper-button-prev {
     color: #be0006;
}


.sdtp {
     width: 8.57rem;
     height: 4.58rem;
     overflow: hidden;
     position: relative;
}

.sdtp img {
     width: 8.57rem !important;
     height: 4.58rem !important;
}

.sdtpHref {
     display: block;
     position: relative;
}

.sdtpHref div {
     width: 100%;
     left: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
     line-height: 2em;
     font-size: 14px;
}

.sdtp .swiper-button-next:after,
.sdtp .swiper-button-prev:after {
     font-size: 0.3rem;
     color: #fff;
     font-weight: bold;
     background: rgba(0, 0, 0, 0.2);
     padding: 5px;
}

.sdtp .swiper-button-next.swiper-button-disabled,
.sdtp .swiper-button-prev.swiper-button-disabled {
     pointer-events: all;
}


.swiper2{width:13.5rem; margin:0px auto 0; position:relative;border-radius:25px;padding:50px 0 30px;}
#swiper2{width:12rem; height:100%;}
.swiper2 .swiper-pagination{bottom:50px;}
#swiper2  .swiper-slide{
     display: flex;
     justify-content: center;
     align-items: center;
}
#swiper2  .swiper-slide img{
     width: 100%;
}
.swiper2 .swiper-button-prev,.swiper2 .swiper-button-next{
	--swiper-navigation-size: 66px;
}
.swiper2 .swiper-button-prev,.swiper2 .swiper-button-next{
	--swiper-navigation-color:rgba(0,0,0,0);
}
.swiper2 .swiper-button-prev::after,.swiper2 .swiper-button-next::after{content:"";}
.swiper2 .swiper-button-prev img,.swiper2 .swiper-button-next img{
     
}
.swiper2 .swiper-button-prev:hover,.swiper2 .swiper-button-next:hover{
	--swiper-navigation-color: rgba(0,0,0,0);
}

.swiper4 {
     width: 100%;
     height: 5rem;
     position: relative;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
}
.swiper4 .swiper-main {
     width:50%;
}
.swiper4 .swiper-main  .swiper-slide a {
     display: block;
     width: 100%;
     text-align: center;
     color: #000;
     line-height: 1.5;
     position: relative;
}

.swiper4 .swiper-main .swiper-slide a h1 {
     width: 100%;
     font-weight: bold;
     font-size: 0.20rem;
     box-sizing: border-box;

}
.swiper4 .swiper-main .swiper-slide a p{
     font-size: 0.14rem;
     margin-top: 10px;
}


.swiper4 .swiper-main .swiper-slide img {
     width: 100%;
     margin-top: 10px;
}

.swiper4 .swiper-thumbs {
     width:35%;
     box-sizing: border-box;
     padding: 0 5px;
}

.swiper4 .swiper-thumbs .swiper-slide {
     width: 100%;
     background-size: 100% 100%;
     opacity: 1;
     background: linear-gradient(180deg, #fff, #F6E1AA);
     position: relative;
}
.swiper4 .swiper-thumbs .swiper-slide img{
     margin-top: 10px;
     margin-left: 10px;
}
.swiper4 .swiper-thumbs .swiper-slide div{
     width: 100%;
     position: absolute;
     bottom: 10px;
     left: 0;
     font-weight: bold;
     font-size: 0.18rem;
}

.swiper4 .swiper-thumbs .swiper-slide-thumb-active {
     box-sizing: border-box;
     /* border: 2px #c00 solid; */
     position: relative;
}

.swiper4 .swiper-thumbs .swiper-slide-thumb-active:before {
     content: "";
     position: absolute;
     top: 50%;
     left: -14px;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 1;
     width: 0;
     height: 0;
     border: 8px transparent solid;
     border-right-color: #c00;
}

.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next {
     display: none;
}



.swiper6 {
     width: 100%;
     height: 6.83rem;
     margin: 0 auto;
     position: relative;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
}

.swiper6 .swiper-main {
     width: 100%;
}

.swiper6 .swiper-slide {
     width: 3.15rem;
     transition: 300ms;
     transform: scale(0.8);
}

.swiper6 .swiper-slide-active,
.swiper-slide-duplicate-active {
     transform: scale(1);
}

.swiper6 .swiper-button-prev {
     left: auto;
     right: -0.75rem;
}

.swiper6 .swiper-button-next {
     left: -0.71rem;
     right: auto;
}

.swiper6 .swiper-button-prev {
     top: 45%;
}

.swiper6 .swiper-button-next {
     top: 45%;
}

.swiper6 .swiper-slide img {
     width: 100%;
     height: 6.83rem;
}




.swiper8 {
     width: 9.8rem;
     height: 5.9rem;
     margin: 0 auto;
     position: relative;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     margin-top: 0.1rem;
}

.swiper8 .swiper-main {
     width: 100%;
}

.swiper8 .swiper-slide {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 0.2rem;
}

.swiper8 .swiper-slide div {
     width: 100%;
     height: 5.9rem;
     position: relative;
}

.swiper8 .swiper-slide img {
     width: 100%;
     height: 5.9rem;
}

.swiper8 .swiper-slide div span {
     position: absolute;
     display: block;
     width: 100%;
     left: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
     line-height: 1.8em;
}

.swiper8 .swiper-button-prev {
     left: auto;
     right: -0.75rem;
}

.swiper8 .swiper-button-next {
     left: -0.71rem;
     right: auto;
}

.swiper8 .swiper-button-prev {
     top: auto;
     bottom: 0.5rem;
}

.swiper8 .swiper-button-next {
     top: auto;
     bottom: 0.5rem;
}

.leftArrow,
.rightArrow {
     width: 0.37rem;
}

.sdxw_list {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.sdxw_list li {
     width: 48%;
     text-align: left;
}

.xlz {
     width: 11.4rem;
     left: 50%;
     margin-left: -5.7rem;
     top: 15%;
     transform: scale(0.2);
     opacity: 0;
}

.title2 {
     width: 8.84rem;
     left: 50%;
     margin-left: -4.42rem;
     top: 40%;
     transform: scale(0.2);
     opacity: 0;
}

.scaleTo1 {
     animation: scaleTo1 2s ease-in-out forwards;
}

@keyframes scaleTo1 {
     to {
          transform: scale(1);
          opacity: 1;
     }
}

.box {
     width: 200px;
     height: 100px;
     position: relative;
     transition: all .2s ease;
}

.jjscTt,
.gzsct,
.qzbox,
.dbg,
.zblxBox {
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.qzbox {
     align-items: center;
     margin-top: 0.6rem;
     height: 5.7rem;

}

.jjscTt img,
.gzsct img {
     width: 5rem;
     height: 3rem;
}

.jjscTt_right,
.gzsct_right {
     width: 4.63rem;
}

.jjscTt_right a {
     display: flex;
     height: 14.28%;
     align-items: center;
     border-bottom: 1px solid #e5e3d8;
     box-sizing: border-box;
     border-left: 6px solid #db0f18;
     padding: 0 0.15rem;
     line-height: 1.6em;
}

.jjscTt_right a:hover {
     background: #db0f18;
     color: #fff;
}

.jjscTt_right a:last-child {
     border-bottom: none;
}

.sg_left {
     width: 5rem;
}

.sg_left a {
     display: block;
     margin-bottom: 30px;
}

.sg_left a:last-child {
     margin-bottom: 0;
}

.sg_right {
     width: 5.2rem;
}

.sgTt {
     border-bottom: 1px solid #BF0000;
     padding-bottom: 20px;
     margin-bottom: 20px;
}

.sgTt a {
     font-size: 0.24rem;
     color: #333;
     line-height: 1.6em;
     font-weight: bold;
}

.sgTt p {
     font-size: 0.14rem;
     color: #666;
     margin-top: 15px;
}

.zblxRight {
     width: 7.5rem;
     display: flex;
     justify-content: center;
     align-items: center;
}

.zblxList {
     width: 5.7rem;
}

.zblxList li img {
     width: 5.7rem;
     height: 3.9rem;
     display: none;
}

.zblxList li div {
     width: 5.7rem;
     height: 0.65rem;
     display: flex;
     align-items: center;
     background: #E3E3E3;
     box-sizing: border-box;
     padding-left: 0.2rem;
     padding-right: 0.2rem;
     text-align: left;
     font-size: 0.16rem;
     margin-top: 0.05rem;
     cursor: pointer;
}

.zblxList li.act img {
     display: block;
}

.zblxList li.act div {
     background: #BE0205;
     color: #fff;
}

.jjscList {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.jjscList li {
     width: 2.45rem;
     font-size: 13px;

}

.jjscList li img {
     width: 100%;
     height: 1.3rem;
     margin-bottom: 5px;
}

.gzsct_right div,
.qzItem div {
     margin-bottom: 10px;
     text-align: left;
}

.gzsct_right div:last-child,
.qzItem div:last-child {
     margin-bottom: 0;
     border: none;
}

.gzsct_right .sdxw {
     margin-bottom: 0.3rem;
}

.gzsct_right .sdxw:last-child {
     margin-bottom: 0;
}

.gzsct_right .sdxw a,
.qzItem a {
     font-size: 0.2rem;
     font-weight: bold;
}

.gzsct_right p,
.qzItem p {
     font-size: 0.14rem;
     color: #666;
     margin-top: 0.1rem;
     line-height: 2em;
}

.qzItem,
.qzItem2 {
     width: 5.5rem;
}

.qzItem div {
     background: url(./../images/line01.png) no-repeat center bottom;
     background-size: 100% auto;
     padding-bottom: 15px;
}

.dbg {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 13.5rem;
}

.dbg_left {
     width: 5.36rem;
     height: 5.98rem;
     background:radial-gradient(circle, #FFFFFF, #FFCC99);
     border-radius: 10px;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
}
.swiper_rmzb{
     width: 2.77rem;
     height: 4.91rem;
     overflow: hidden;
}

.swiper_rmzb img {
     width: 2.77rem;
     height: 4.91rem;
}
.dbg_left .swiper-button-next::after,
.dbg_left .swiper-button-prev::after {
     content: '';
}
.dbg_left .swiper-button-next{
     right: 0.5rem;
}
.dbg_left .swiper-button-prev{
     left: 0.5rem;
}

.dbg_right {
     width: 7.6rem;
     height: 5.98rem;     
     background:radial-gradient(circle, #FFFFFF, #FFCC99);
     border-radius: 10px;
}


.swiper5 {
     width: 6.34rem;
     margin: 0.1rem auto 0;
     position: relative;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
}
.swiper5 .swiper-pagination{
     position: relative;
     width:100%
}
.swiper5 .swiper-pagination .swiper-pagination-bullet{
     margin:0 0.05rem;
     opacity: 1;
}
.swiper5 .swiper-pagination .swiper-pagination-bullet-active{
     background: #DB0F18;
}

.swiper5 .swiper-main {
     width: 6.34rem;
     margin-top: 0.1rem;
}

.swiper5 .swiper-slide {
     width: 6.34rem;
}
.swiper5 .swiper-slide h1{
     font-size: 0.24rem;
     font-weight: bold;
     margin-top: 0.1rem;
}
.swiper5 .swiper-slide p{
     font-size: 0.16rem;
     margin-top: 0.1rem;
     line-height: 1.3em;
}


.swiper5 .swiper-button-prev {
     width: 0.28rem;
     height: 0.56rem;
     background: url('./../images/left01.png') no-repeat left top;
     background-size: 100% 100%;
     right: auto;
     left: -0.75rem;
}

.swiper5 .swiper-button-next {
     width: 0.28rem;
     height: 0.56rem;
     background: url('./../images/right01.png') no-repeat left top;
     background-size: 100% 100%;
     right: -0.71rem;
     left: auto;
}

.swiper5 .swiper-button-prev {
     top: 45%;
}

.swiper5 .swiper-button-next {
     top: 45%;
}

.swiper5 .swiper-slide img {
     width: 6.34rem;
     height: 3.73rem;
}

.swiper5 .swiper-button-prev:after,
.swiper5 .swiper-button-next:after {
     content: '';
}


.xgch {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.xgchItem {
     width: 4.75rem;
}

.xgchImg {
     width: 4.75rem;
     height: 3.1rem;
     overflow: hidden;
     position: relative;
}

.xgchImg img {
     width: 4.75rem;
     height: 3.1rem;
}

.xgchImg div {
     width: 100%;
     left: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.6);
     text-align: center;
}

.xgchImg div a {
     color: #fff;
     line-height: 1.6em;
}

.bg_sxgh {
     background: #fff url(./../images/bg_sxgh.png) no-repeat 0.9rem top;
     background-size: auto 100%;
     height: 7.6rem;
}

.jjscTtHref {
     display: block;
     position: relative;
}

.jjscTtHref div {
     width: 100%;
     left: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
     line-height: 1.6em;
     font-size: 14px;
}

/* -------------- loader6 -------------- */

.loader6 {
     position: relative;
     width: 12px;
     height: 12px;

     top: 46%;
     top: -webkit-calc(50% - 6px);
     top: calc(50% - 6px);
     left: 46%;
     left: -webkit-calc(50% - 6px);
     left: calc(50% - 6px);

     border-radius: 12px;
     background-color: #fff;
     -webkit-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
     -webkit-animation: loader6 1s ease-in-out infinite;
     animation: loader6 1s ease-in-out infinite;
}

.loader6:before {
     content: "";
     position: absolute;
     background-color: rgba(255, 255, 255, .5);
     top: 0px;
     left: -25px;
     height: 12px;
     width: 12px;
     border-radius: 12px;
}

.loader6:after {
     content: "";
     position: absolute;
     background-color: rgba(255, 255, 255, .5);
     top: 0px;
     left: 25px;
     height: 12px;
     width: 12px;
     border-radius: 12px;
}


@-webkit-keyframes loader6 {
     0% {
          -webkit-transform: rotate(0deg);
     }

     50% {
          -webkit-transform: rotate(180deg);
     }

     100% {
          -webkit-transform: rotate(180deg);
     }
}

@keyframes loader6 {
     0% {
          transform: rotate(0deg);
     }

     50% {
          transform: rotate(180deg);
     }

     100% {
          transform: rotate(180deg);
     }
}

.h0 {
     height: 0px;
     margin: 0;
     padding: 0;
}

.fxbox {
     display: flex;
     justify-content: space-between;
}

.fxmenu {
     width: 5rem;
}

.fxmenu div {
     background: #f0f0f0;
     height: 48px;
     line-height: 48px;
     text-align: left;
     padding-left: 25px;
     color: #333333;
     font-size: 24px;
     margin-bottom: 8px;
     cursor: pointer;
     display: flex;
}

.fxmenu div span {
     background: #dd0000;
     height: 36px;
     width: 36px;
     line-height: 36px;
     margin-top: 6px;
     display: inline-block;
     border-radius: 50%;
     text-align: center;
     color: #f5e2c2;
     font-size: 30px;
     margin-right: 15px;
     font-weight: bold;
}

.fxmenu div:last-child {
     margin-bottom: 0;
}

.fxmenu div.active {
     color: #fff;
     background: #dd0000;
}

.fxmenu div.active span {
     background: #fff;
     color: #dd0000;
     height: 36px;
     width: 36px;
     line-height: 36px;
     display: inline-block;
}

.fxtab {
     width: 5rem;
}

.fxitem img {
     width: 5rem;
}

.fxitem p {
     color: #666;
     margin-top: 15px;
     font-size: 16px;
}

.none {
     display: none;
}


.head {
     height: 300px;
     background: url(./../images/index.png) no-repeat center center;
     background-size: auto 75%;
}

.container {
     width: 1200px;
     background: #fff;
     box-sizing: border-box;
     padding: 30px;
     font-size: 16px;
     line-height: 2em;
     color: #444;
     margin: 0 auto;
}

.container a {
     color: #444;
}

.title {
     font-size: 16px;
     color: #c00;
     line-height: 1.7em;
     font-weight: bold;
     text-align: center;
}

.time {
     line-height: 1.7em;
     color: #888;
}

.text-d {
     font-size: 14px;
     line-height: 1.7em;
     color: #444;
}

.text-d img {
     margin: 15px auto;
}

.mbx {
     border-bottom: 1px solid #ccc;
     line-height: 2em;
     margin-bottom: 30px;
}

#pagenum {
     padding: 3px;
     margin: 3px;
     text-align: center;
     font-size: 14px;
     font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "����";
}

#pagenum a {
     border: #ddd 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
     color: #aaa;
     text-decoration: none;
}

#pagenum a:hover {
     border: #a0a0a0 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
}

#pagenum a:active {
     border: #a0a0a0 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
}

#pagenum a.current {
     border: #e0e0e0 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
     font-weight: bold;
     color: #aaa;
     background-color: #f0f0f0;
}

#pagenum span.disabled {
     border: #f3f3f3 1px solid;
     padding: 2px 5px;
     margin-right: 2px;
     color: #ccc;
}

#copylink img {
     display: inherit;
}


.zb_bg {
     width: 14rem;
     height: 8rem;
     background: url(./../images/zb_bg.png?v=1) no-repeat center top;
     background-size: 100% 100%;
}

.zb_link {
     display: flex;
     justify-content: space-between;
     height: 0.9rem;
}

.zb_link a {
     width: 5.2rem;
     display: block;
     height: 0.9rem;
}

.ggal {
     display: flex;
     justify-content: space-between;
}

.ggal_left {
     width: 7.13rem;
     display: block;
}

.ggal_left_img {
     width: 7.13rem;
     height: 4.01rem;
}

.ggal_left_bot {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 0.3rem;
}

.ggal_left_bot div {
     width: 5.7rem;
     text-align: left;
}

.ggal_left_bot div p {
     font-size: 0.16rem;
     line-height: 1.6em;
     color: #666;
     text-indent: 0;

}

.ggal_right {
     width: 5.9rem;
}

.ggal_right a {
     display: flex;
     margin-bottom: 0.3rem;
}

.ggal_right a:last-child {
     margin-bottom: 0;
}

.ggal_right a img {
     width: 2.93rem;
     height: 1.65rem;
     margin-right: 0.2rem;
}

.ggal_right a div {
     text-align: left;
}

.ggal_right a div p {
     font-size: 0.16rem;
     line-height: 1.6em;
     color: #666;
     text-indent: 0;
}

.scsjtxt {
     font-size: 0.24rem;
     color: #333;
     text-align: left;
     font-weight: bold;
}



.qwjd_top {
     display: flex;
     justify-content: space-between;
     margin-top: 0.1rem;
}

.qwjd_top img {
     width: 4.38rem;
     height: 2.62rem;
}

.qwjd_bot {
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     box-sizing: border-box;
     padding: 0.2rem;
     margin-top: 0.3rem;
}

.qwjd_bot li {
     width: 48%;
     text-align: left;
     margin-bottom: 0.2rem;
}

.h0 {
     width: 0;
     height: 0;
     line-height: 0;
     margin: 0;
     padding: 0;
}

/* 环形旋转木马视图切换 */
.swiper-carousel {
     width: 12rem;
     margin: 0 auto;
     position: relative;
}

.swiper-carousel .swiper-container {
     padding-top: 0.2rem;
     padding-bottom: 0.4rem;
}

.swiper-carousel .swiper-slide {
     width: calc(100% / 2.8);
     background: #fff;
     box-shadow: 0 0.08rem 0.2rem #ddd;
}

.swiper-carousel .swiper-slide img {
     width: 100%;
     display: block;
}

.swiper-carousel .swiper-pagination {
     width: 100%;
}

.swiper-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
     width: 0.2rem;
     height: 0.1rem;
     margin: 0 0.05rem;
     border-radius: 0.05rem;
     opacity: 1;
     background-color: #fff;
}

.swiper-carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
     width: 0.35rem;
     background-color: #3eb2f3;
}

.swiper-carousel .swiper-button-prev {
     left: -5%;
     color: #fff;
}

.swiper-carousel .swiper-button-next {
     color: #fff;
     right: -5%;
}

.num {
     position: relative;
}

.asdf {
     width: 4rem;
     left: 50%;
     margin-left: -9rem;
     top: 20px;
     position: absolute;
}


/* 图片版块 */
.xw_pic {
     line-height: 1.8;
}

.xw_pic img {
     height: 100%;
     object-fit: cover;
     display: block;
}

.xw_pic h1 {
     font-size: 0.24rem;
     text-align: justify;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}

.xw_pic i {
     color: #333;
     font-size: 0.16rem;
     text-align: justify;
     padding-top: 0.05rem;
     font-style: normal;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
}

.xw_pic a {
     display: block;
     position: relative;
     text-align: center;
     overflow: hidden;
}

.xw_pic a span {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     padding: 0.05rem 0.1rem;
     color: #fff;
     box-sizing: border-box;
     background: rgba(0, 0, 0, 0.6);
}

.xw_pic span a {
     font-weight: bold;
     text-align: justify;
}

.xw_pic span h1 {
     font-size: 0.2rem;
     font-weight: normal;
}

.xw_pic dt {
     display: flex;
     flex-direction: row;
}

.xw_pic dt img {
     width: 2.5rem;
     height: 1.48rem;
}

.xw_pic dt span {
     flex: 1;
     width: 100%;
     margin-left: 0.2rem;
}

.xw_pic dt span h1 {
     white-space: normal;
}


.xw_pic dt {
     border-bottom: 1px #DC241A solid;
     padding-bottom: 0.3rem;
     margin-bottom: 0.3rem;
}

.xw_pic dt:nth-child(2n) {
     display: flex;
     flex-direction: row-reverse;
}

.xw_pic dt:nth-child(2n) span {
     width: 100%;
     flex: 1;
     margin: 0;
     margin-right: 0.2rem;
}

.xw_pic dt:last-child {
     border-bottom: 0;
     padding-bottom: 0;
     margin-bottom: 0;
}


	
.swiper10 {
    width: 12rem;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.swiper10 .swiper-main {
    width: 100%;
    height: 85%;
}
.swiper10 .swiper-thumbs {
     height: 0.8rem;
    box-sizing: border-box;
    padding: 0.05rem 0;
}
.swiper10 .swiper-thumbs .swiper-slide {
    height: 100%;
    background-size: 100% 100%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items:center;
}
.swiper10 .swiper-thumbs .swiper-slide-thumb-active {
    box-sizing: border-box;
    position: relative;
}
/* .swiper10 .swiper-thumbs .swiper-slide-thumb-active:before {
    content: "";
    position: absolute;
    bottom: -0.05rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border: 0.1rem transparent solid;
    border-top-color: #FFDD78;
} */
.swiper10 .swiper-button-prev,
.swiper10 .swiper-button-next {
    --swiper-navigation-color: #fff;
    top: 55%;
}
.swiper10 .swiper-button-prev:hover,
.swiper10 .swiper-button-next:hover {
    --swiper-navigation-color: #fff;
}
.swiper10 .swiper-button-prev {
    left: -10%;
}
.swiper10 .swiper-button-next {
    right: -10%;
}
.swiper10 .time {
    font-size: 0.16rem;
    line-height: 0.16rem;
    vertical-align: middle;
    white-space: nowrap;
    color: #666;
}
.swiper10 .time i {
    display: inline-block;
    width: 50%;
    border-top: 1px #DD1C26 dotted;
}

.swiper10 .time .swiper-slide-thumb-active{
     color: #DD1C26;
}
.swiper10 .time img{
     width: 0.3rem;
     margin: 0 auto;
     margin-bottom: 0.05rem;
     opacity: 0;
}
.swiper10 .time .swiper-slide-thumb-active img{
     opacity: 1;
}
.timeTip{
     margin-top: -0.2rem;
}
.swiper10 .time .circle{
     width: 0.15rem;
     height: 0.15rem;
     border: 0.05rem solid #666;
     border-radius: 50%;
     margin: 0 auto;
     margin-top: 0.05rem;
}
.swiper10 .time .swiper-slide-thumb-active  .circle{
     border: 0.05rem solid #DD1C26;
}
.hourBox{
     display: flex;
     justify-content: space-between;
     width: 100%;
}
.hourBox img{
     width: 8.05rem;
     height: 4.55rem;
}
.hourBox div{
     width: 3.7rem;
     height: 4.55rem;
     background: linear-gradient(to bottom,transparent,#9C3011);
     text-align: left;
     font-size: 0.22rem;
     line-height: 2em;
     box-sizing: border-box;
     padding: 0.15rem;
}
.hourBox div p{
     font-size: 0.16rem;
     line-height:1.85em;
}


.swiper7{width:12.4rem; height:1.73rem; margin:0 auto; position:relative; cursor:pointer;
     display: flex;justify-content: space-between;margin-top: 0.1rem;}
.swiper7::after{
     content: '';
     width: 0;
     height: 0;
     border-width: 10px;
     border-style: solid;
     border-color: transparent transparent red transparent;
     position: absolute;
     bottom: -17px;
     left: 50%;
     margin-left: -10px;
}
.swiper7 .swiper-main{width:100%;}
.swiper7 .swiper-slide {display: flex;justify-content: center;align-items: center;margin-bottom: 0.2rem;}

.swiper7 .swiper-slide div{
     width: 2.4rem;
     height: 1.53rem;
}
.swiper7 .swiper-slide img{
     width: 2.4rem;
     height: 1.53rem;
}

.swiper7 .swiper-button-prev{
     right:auto;
     left: -0.55rem;
}
.swiper7 .swiper-button-next{
     right:-0.55rem;
     left: auto;
}
.swiper7 .swiper-button-prev{
     top: auto;
     bottom: 0.5rem;
}
.swiper7 .swiper-button-next{
     top: auto;
     bottom: 0.5rem;
}
.swiper7 .swiper-button-prev::after,
.swiper7 .swiper-button-next::after{
     content: '';
}

.swiper7a{width:12.5rem; margin:0 auto; position:relative; cursor:pointer;
     display: flex;justify-content: space-between;margin-top: 0.1rem;}
.swiper7a .swiper-main{width:100%;}
.swiper7a .swiper-slide {display: flex;justify-content: center;align-items: center;margin-bottom: 0.2rem;}
.swiper7a .swiper-slide div{
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.swiper7a .swiper-slide img{
     width: 6.33rem;
     height: 3.44rem;
     margin-left: 35px;
}
.swiper7a .swiper-slide span{
     display: block;
     text-align: left;
}
.swiper7a .swiper-slide span a{
     font-size: 20px;
     color: #333;
}
.swiper7a .swiper-slide span p{
     font-size: 14px;
     color: #666;
     line-height: 1.6em;
     margin-top: 15px;
}

.swiper7a .swiper-button-prev{
     left:auto;
     right: -0.75rem;
}
.swiper7a .swiper-button-next{
     left:-0.71rem;
     right: auto;
}
.swiper7a .swiper-button-prev{
     top: auto;
     bottom: 0.5rem;
}
.swiper7a .swiper-button-next{
     top: auto;
     bottom: 0.5rem;
}