@charset "gb2312";

/* CSS Document */
html,
body {
     width: 100%;
     font-family: 'Microsoft YaHei';
     background: #CD4016;
}

body {
     font-size: 12px;
}

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: 16px;
}

.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: 10.5rem;
}

.w1140 {
     width: 11.4rem;
}

.w1200 {
     width: 12rem;
}

.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: #fff;
     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;
}

/* 焦点图通用 */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide a {
    /* display: block;
    width: 100%;
    height: 100%; */
    text-align: center;
    color: #fff;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}
.swiper-slide a h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.05rem;
    font-size: 0.18rem;
    font-weight: normal;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-slide i {
    font-size: 0.14rem;
    font-style: normal;
    line-height: 1.8;
    text-align: justify;
}
.swiper-slide span h1 {
    position: relative;
    padding: 0.05rem 0;
    font-weight: bold;
    background: none;
}
.swiper-slide span h1 a {
    display: inline;
    color: #000;
    text-align: left;
}
.swiper-button-prev,
.swiper-button-next {
    --swiper-navigation-size: 0.33rem;
    --swiper-navigation-color: #c00;
    outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    --swiper-navigation-color: #c00;
}
.swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: rgba(255, 0, 0, 1);
    opacity: 1;
}
/* 焦点图 通用 */

.sdtp {
     width: 6.5rem;
     overflow: hidden;
     position: relative;
}

.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;
}

.tt {
     line-height: 2.2em;
}

.tt a {
     color: #AD0000;
     font-size: 0.40rem;
}

.tt a:hover {
     color: #AD0000;
}

.tt p {
     color: #666;
     font-size: 0.15rem;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
     width: auto;
}

	
/* 三图展示 */
.swiper5 {
    width: 100%;
    height: 5rem;
    margin: 0 auto;
    position: relative;
}
.swiper5 .swiper-slide {
    width: 9rem;
}
.swiper5 .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
    opacity: 0.3;
    pointer-events: none;
}
.swiper5 .swiper-slide:not(.swiper-slide-active) a h1 {
    display: none;
}
.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next {
    --swiper-navigation-size: 0.55rem;
}
.swiper5 .swiper-button-prev {
    left: 10%;
}
.swiper5 .swiper-button-next {
    right: 10%;
}

/* 多图带倒影 */
.swiper6 {
     width: 100%;
     height: 5.5rem;
     margin: 0 auto;
     position: relative;
     overflow-x: hidden;
}

.swiper6 .swiper-container {
     width: 100%;
     height: 100%;
     margin-left: auto;
     margin-right: auto;
}

.swiper6 .swiper-slide {
     text-align: center;
     /* Center slide text vertically */
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     transition-property: all;
}

.swiper6 .swiper-slide img {
     object-fit: cover;
     height: 80%;
     border-radius: 0.1rem;
}

.swiper6 .swiper-slide img.reflect {
     -webkit-box-reflect: below 0.1rem -webkit-linear-gradient(transparent, transparent 80%, rgba(255, 255, 255, .5));
}

.swiper6 .swiper-slide a h1 {
     bottom: 20%;
     border-radius: 0 0 0.1rem 0.1rem;
}

.swiper6 .swiper-slide:not(.swiper-slide-active) {
     transform: scale(0.9);
     opacity: 0.5;
     pointer-events: none;
}

.swiper6 .swiper-button-prev,
.swiper6 .swiper-button-next {
     --swiper-navigation-size: 0.44rem;
     color: #BE0000;
}

.swiper6 .swiper-button-prev {
     left: 15%;
}

.swiper6 .swiper-button-next {
     right: 15%;
}



.swiper7 {
     width: 9.8rem;
     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: 3.19rem;
     height: 1.73rem;
}

.swiper7 .swiper-slide img {
     width: 3.19rem;
     height: 1.73rem;
}

.swiper7 .swiper-button-prev {
     left: auto;
     right: -0.75rem;
}

.swiper7 .swiper-button-next {
     left: -0.71rem;
     right: auto;
}

.swiper7 .swiper-button-prev {
     top: auto;
     bottom: 0.5rem;
}

.swiper7 .swiper-button-next {
     top: auto;
     bottom: 0.5rem;
}

.swiper7a {
     width: 11.2rem;
     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: space-between;
     align-items: center;
}

.swiper7a .swiper-slide .dxImg {
     width: 2.55rem;
     height: 5.50rem;
     border: 0.1rem solid #fff;
}

.dxImgTxt {
     width: 8rem;
}

.dxImgTxt_top {
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.topImg {
     background: url(./../images/dxbg.png) no-repeat center top;
     background-size: 100% 100%;
     width: 5.45rem;
     height: 3.5rem;
     display: flex;
     justify-content: center;
     align-items: center;
}

.topImg img {
     width: 4.85rem;
     height: 2.8rem;
}

.topHead {
     width: 1.6rem;
     color: #fff;
     text-align: center;
     line-height: 1.6em;
     margin-right: 0.4rem;
     font-size:0.14rem;
}

.topHead img {
     width: 1.5rem;
     height: 1.5rem;
     border-radius: 50%;
     border: 0.05rem solid #fff;
     margin-bottom: 0.1rem;
}
.dxImgTxt_bot{
     color: #fff;
     font-size: 0.16rem;
     line-height: 1.8em;
}
.dxImgTxt_bot a{
     color: #fff;
     font-size: 0.25rem;
}

.swiper7a .swiper-button-prev {
     left: auto;
     right: -0.75rem;
     top: auto;
     bottom:45%;
}

.swiper7a .swiper-button-next {
     left: -0.71rem;
     right: auto;
     top: auto;
     bottom: 45%;
}


.leftArrow,
.rightArrow {
     width: 0.5rem;
}

.sdxw_list {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.sdxw_list li {
     width: 48%;
     text-align: left;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}

.gzsct,
.dbg {
     display: flex;
     justify-content: space-between;
}


.gzsct_right {
     width: 4.5rem;
}



.gzsct_right div.sdtt {
     margin-bottom: 10px;
     text-align: left;
     border-bottom: 1px solid #c00;
     padding-bottom: 15px;
}

.gzsct_right div.sdtt:last-child {
     margin-bottom: 0;
     border: none;
}


.gzsct_right div.sdtt a {
     font-size: 0.24rem;
     font-weight: bold;
}

.gzsct_right div.sdtt p {
     font-size: 0.14rem;
     color: #666;
     margin-top: 15px;
     line-height: 1.6em;
}


.dbg_left {
     width: 5.35rem;
}

.dbg_left span {
     font-size: 25px;
     font-weight: bold;
}

.dbg_left img {
     width: 5.35rem;
     height: 3.1rem;
     margin-bottom: 20px;
}

.dbg_left p {
     font-size: 16px;
     line-height: 2em;
     margin-top: 10px;
}

.dbg_left_text a {
     display: block;
     width: 5.35rem;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}

.dbg_right {
     width: 4.8rem;
}



.bg_sxgh {
     background: #fff url(./../images/bg_sxgh.png) no-repeat 0.9rem top;
     background-size: auto 100%;
     height: 7.6rem;
}

.h0 {
     height: 0px;
     margin: 0;
     padding: 0;
}


.none {
     display: none;
}


.lhplList li:nth-child(3),
.lhplList li:nth-child(6),
.lhplList li:nth-child(9) {
     border-bottom: 1px solid #BE0000;
     padding-bottom: 10px;
     margin-bottom: 10px;
}

.lhplList a {
     display: block;
     width: 4.8rem;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}


/*
二三级页面
*/
.head {
     height: 666px;
}

.container {
     width: 1200px;
     background: #fff;
     box-sizing: border-box;
     padding: 30px;
     font-size: 16px;
     line-height: 2em;
}

.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;
}



/*新页面*/
.num_01 {
     height: 13.14rem;
     background:url(./../images/01.jpg) no-repeat center top;
     background-size: 100% auto;
}

.num_02 {
     height: 8.10rem;
     background:url(./../images/02.jpg) no-repeat center top;
     background-size: 100% auto;
}

.num_03 {
     height: 11.74rem;
     background:url(./../images/03.jpg) no-repeat center top;
     background-size: auto 100%;
}

.num_04 {
     height: 7.32rem;
     background:url(./../images/04.jpg) no-repeat center top;
     background-size: auto 100%;
}

.num_05 {
     min-height: 6.79rem;
     background:url(./../images/05.jpg) no-repeat center top;
     background-size: 100% auto;
}

.rmbd{
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.rmbd img {
     width: 4.2rem;
     height: 6.2rem;
     box-shadow: 15px 15px 0px #9D3111;
}
.rmbd ul {
     width: 6.95rem;
     text-align: left;
}
.rmbd ul  li{
     border-bottom: 1px solid #fff;
     padding: 0.4rem;
     box-sizing: border-box;
     line-height: 2em;
}
.rmbd ul  li:last-child{
     border-bottom: none;
}
.rmbd ul  li a{
     font-size: 0.22rem;
     color: #fff;
}
.rmbd ul  li p{
     font-size: 0.16rem;
     color: #fff;
     margin-top: 0.1rem;
}

	
.swiper10 {
    width: 12rem;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.swiper10 .swiper-main {
    width: 100%;
    height: 85%;
    margin-top: 0.3rem;
}
.swiper10 .swiper-thumbs {
     height: 1.5rem;
    box-sizing: border-box;
    padding: 0.05rem 0;
}
.swiper10 .swiper-thumbs .swiper-slide {
    height: 100%;
    background-size: 100% 100%;
    opacity: 1;
}
.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: #fff;
}
.swiper10 .time i {
    display: inline-block;
    width: 50%;
    border-top: 1px #fff dotted;
}

.swiper10 .time .swiper-slide-thumb-active{
     color: #FFDD78;
}
.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.5rem;
}
.swiper10 .time .circle{
     width: 0.15rem;
     height: 0.15rem;
     border: 0.05rem solid #fff;
     border-radius: 50%;
     margin: 0 auto;
     margin-top: 0.05rem;
}
.swiper10 .time .swiper-slide-thumb-active  .circle{
     border: 0.05rem solid #FFDD78;
}
.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;
}