@font-face { font-family: "SYHT"; src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"); }
@font-face { font-family: "SYHT700"; src: url("../fonts/SourceHanSansSC-Bold.ttf") format("truetype"); }
@font-face { font-family: "SYST700"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }
#loading img { width: .48rem; animation: load-ti 2s linear infinite; }

@keyframes load-ti { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }
html { width: 100%; min-width: 320px; font-size: 100px; background: #fbf9f9; }

body { overflow-x: hidden; font-size: .18rem; }

.container { width: 16.4rem; max-width: 88%; margin: 0 auto; }

.header { position: relative; z-index: 4; }

.logo { position: relative; z-index: 10; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; text-align: center; }
.logo img { height: 3.68rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.time-wrap { position: absolute; top: 6vh; right: 5%; bottom: auto; left: auto; z-index: 5; font-size: 0.24rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1); justify-content: flex-end; text-align: right; }
.time-wrap .t1 { margin: 0 .06rem; font-family: "Bahnschrift"; font-size: .7rem; }
.time-wrap .t2 { display: inline-block; vertical-align: text-bottom; width: .34rem; font-size: .18rem; line-height: .34rem; text-align: center; background: #821a16; border-radius: 50%; text-shadow: none; }
.time-wrap p:first-child { display: none; }

.nav-wrap { display: -ms-flexbox; display: flex; justify-content: space-between; width: 11.4rem; margin: 10vh 0 0; }
.nav-wrap a { width: 1rem; height: 2.9rem; font-family: "SYST700"; font-size: 0.36rem; font-weight: 500; line-height: 1rem; color: #c90; text-align: center; writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: -.1rem; background-image: url("../images/f_bg1_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav-wrap a:hover { color: #fff; background-image: url("../images/f_bg1_3.png"); -webkit-transform: translateY(-0.1rem); -moz-transform: translateY(-0.1rem); -ms-transform: translateY(-0.1rem); -o-transform: translateY(-0.1rem); transform: translateY(-0.1rem); }
.nav-wrap a:hover::after { border-top-color: #fff; }

.banner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; width: 100%; height: 100%; }
.banner .img { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; }
.banner .swiper-slide-active img {  }
.banner .control { display: -ms-flexbox; display: flex; align-items: flex-start; position: absolute; top: auto; right: auto; bottom: 1.85rem; left: calc(50% - 800px); z-index: 3; }
.banner .control .current { font-family: Arial, Helvetica, sans-serif; font-size: 0.28rem; font-weight: 700; line-height: 0.32rem; color: #fff; text-align: left; }
.banner .control .total { font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; font-weight: 500; line-height: 0.18rem; color: #fff; text-align: left; }
.banner .control .c-right { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; width: 115px; margin: -6px 0 0 .1rem; }
.banner .arrow { display: -ms-flexbox; display: flex; }
.banner .arrow div { width: 13px; height: 13px; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; opacity: .4; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; cursor: pointer; }
.banner .arrow div.swiper-prev { margin: 0 .18rem 0 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .arrow div:hover { opacity: 1; }
.banner .swiper-scrollbar { width: 100%; height: 1px; margin: 4px auto 0; background: #fff; }
.banner .swiper-scrollbar .swiper-scrollbar-drag { top: -2px; height: 5px; border-radius: 0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; background: #fff; }

.mobile-head { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 100; width: 100%; background: linear-gradient(90deg, #f8e1c9, #971b20 54%); box-shadow: 0 0 0.16rem 0 rgba(10, 13, 17, 0.3); visibility: hidden; opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-head .logo img { max-height: .75rem; height: auto; }
.mobile-head.show { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.nav-wrap2 { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 9.2rem; }
.nav-wrap2:hover .active > a::before { opacity: 0; -webkit-transform: scale(0.8) translateX(0.15rem); -moz-transform: scale(0.8) translateX(0.15rem); -ms-transform: scale(0.8) translateX(0.15rem); -o-transform: scale(0.8) translateX(0.15rem); transform: scale(0.8) translateX(0.15rem); }
.nav-wrap2 li { position: relative; }
.nav-wrap2 li a { position: relative; z-index: 1; display: block; font-family: "SYST700"; font-size: 0.24rem; font-weight: 500; line-height: 0.9rem; color: #fff; text-align: left; }
.nav-wrap2 li > a { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav-wrap2 li > a::before { position: absolute; top: 17%; right: calc(50% - .92rem); bottom: auto; left: auto; z-index: -1; content: ""; width: 1.4rem; height: .63rem; background-image: url("../images/nav1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; -webkit-transform: scale(0.8) translateX(0.15rem); -moz-transform: scale(0.8) translateX(0.15rem); -ms-transform: scale(0.8) translateX(0.15rem); -o-transform: scale(0.8) translateX(0.15rem); transform: scale(0.8) translateX(0.15rem); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav-wrap2 li.active > a::before { opacity: 1; -webkit-transform: scale(1) translateX(0); -moz-transform: scale(1) translateX(0); -ms-transform: scale(1) translateX(0); -o-transform: scale(1) translateX(0); transform: scale(1) translateX(0); }
.nav-wrap2 li:hover > a::before { opacity: 1 !important; -webkit-transform: scale(1) translateX(0) !important; -moz-transform: scale(1) translateX(0) !important; -ms-transform: scale(1) translateX(0) !important; -o-transform: scale(1) translateX(0) !important; transform: scale(1) translateX(0) !important; }
.nav-wrap2 li:hover .sub-nav { visibility: visible; opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); }
.nav-wrap2 .sub-nav { position: absolute; top: calc(100% - .04rem); right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .07rem 0; background: #821a16; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: 0.04rem solid #821a16; -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 50% 0%; }
.nav-wrap2 .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav-wrap2 .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: #821a16; opacity: 0; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav-wrap2 .sub-nav dd:last-child a { border: none; }
.nav-wrap2 .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav-wrap2 .sub-nav dd:hover a { color: #fff; border-color: transparent; }
.nav-wrap2 .sub-nav a { z-index: 2; width: 100%; padding: .1rem 0; font-size: .15rem; font-weight: 500; line-height: .2rem; color: #333; border-bottom: 1px dashed #eee; -webkit-transition: all 0.15s ease-out 0s; -moz-transition: all 0.15s ease-out 0s; -ms-transition: all 0.15s ease-out 0s; -o-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; }
.nav-wrap2 .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav-wrap2 .sub-nav .tri::before { display: none; }
.nav-wrap2 .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #821a16; -webkit-transform: translate(0px, 3px) rotate(45deg); -moz-transform: translate(0px, 3px) rotate(45deg); -ms-transform: translate(0px, 3px) rotate(45deg); -o-transform: translate(0px, 3px) rotate(45deg); transform: translate(0px, 3px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.column { width: 100%; margin: 6vh 0 0; }
.column h3 { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; font-size: 0.5rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: center; }
.column .tips { font-size: 0.14rem; font-weight: 500; line-height: 0.48rem; color: #999; text-align: center; }

.column2 { display: -ms-flexbox; display: flex; justify-content: center; flex-wrap: wrap; }
.column2 li { position: relative; margin: 3vh .13rem 5vh; padding: 0 .22rem; font-size: 0.22rem; font-weight: 500; line-height: 0.36rem; color: #333; text-align: center; border-radius: .18rem; cursor: pointer; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.column2 li a { color: #333; }
.column2 li.on { color: #fff; background: #c96; }

.column3 { width: 1.57rem; padding: 0 .2rem 0 0; font-size: 0.24rem; font-weight: 500; line-height: 0.58rem; color: #fff; text-align: center; background-image: url("../images/f_bg3_3.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: 100%; }

.slide-item { display: none; }
.slide-item.on { display: block; animation: fadeUp .8s ease-out; }

@keyframes fadeUp { 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }
.home { padding: 0 0 5vh; }
.home .fp-overflow { justify-content: center; align-items: center; }
.home.inset { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; position: relative; padding: .7rem 0 .8rem; background-repeat: no-repeat; background-position: 50% 80%; background-color: transparent; background-size: cover; overflow: hidden; border-bottom: 0.05rem solid #821a16; }
.home .bg1 { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 2; display: flex; justify-content: space-around; align-items: flex-end; width: 100vw; height: 100vh; background-image: url("../images/head_bg0.png"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100% 100%; }
.home .bg1::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 3; content: ""; width: 100%; height: .25rem; background-image: url("../images/head_bg1.png"); background-repeat: repeat-x; background-position: 50% 0; background-color: transparent; background-size: auto 100%; }
.home .bg1 div { position: relative; z-index: 1; width: 1px; height: 100%; background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 92%, transparent); }
.home .bg1 div::after { position: absolute; top: -1rem; right: -0.35rem; bottom: auto; left: auto; z-index: 1; content: ""; width: .74rem; height: 1.12rem; background-image: url("../images/f_bg1_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.home .bg1 div:nth-child(4)::after { animation: line-ani 33s linear infinite 3s; }
.home .bg1 div:nth-child(12)::after { animation: line-ani 33s linear infinite; }
.home .bg1 div:nth-child(22)::after { animation: line-ani 33s linear infinite 1.5s; }
.home .bg1 div:nth-child(6)::after { animation: line-ani 33s linear infinite 11s; }
.home .bg1 div:nth-child(18)::after { animation: line-ani 33s linear infinite 13s; }
.home .bg1 div:nth-child(27)::after { animation: line-ani 33s linear infinite 14s; }
.home .bg1 div:nth-child(3)::after { animation: line-ani 33s linear infinite 22s; }
.home .bg1 div:nth-child(15)::after { animation: line-ani 33s linear infinite 23.5s; }
.home .bg1 div:nth-child(24)::after { animation: line-ani 33s linear infinite 25s; }
.home .bg1 div:nth-child(28)::after { animation: line-ani 33s linear infinite 24s; }

@keyframes line-ani { 0% { top: -1rem; opacity: .6; }
  33.33% { top: 100%; opacity: .6; }
  100% { top: 100%; opacity: 0; } }
.main-box { position: relative; }
.main-box .container { align-items: normal; }

.home1 { position: relative; z-index: 1; padding: .9rem 0 0; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home1 .bg1 { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; background-image: url("../images/f_bg2_1.png"); background-repeat: no-repeat; background-position: 0 1.56rem; background-color: transparent; background-size: 93.75%; }
.home1 .container { position: relative; z-index: 2; height: 100%; }
.home1 .slide-item { position: relative; z-index: 1; height: calc(100% - 15vh - .86rem); background-image: url("../images/f_bg2_2.png"); background-repeat: no-repeat; background-position: 36% 87%; background-color: transparent; background-size: 4.41rem; }
.home1 .more { position: absolute; top: auto; right: 0; bottom: 8vh; left: auto; z-index: 2; }

@media screen and (min-width: 1025px) {
    .xscl-swiper .swiper-slide { -webkit-transform: translateY(1rem); -moz-transform: translateY(1rem); -ms-transform: translateY(1rem); -o-transform: translateY(1rem); transform: translateY(1rem); }
}
.xscl-swiper .swiper-arrow { position: absolute; top: 2%; right: 6%; z-index: 5; display: flex; align-items: center; }
.xscl-swiper .swiper-arrow > div { width: .38rem; height: .68rem; background: url("../images/arrow3_2.png") no-repeat 50% 50% / 100%; cursor: pointer; transition: all .3s; }
.xscl-swiper .swiper-arrow .swiper-next { transform: rotateY(180deg); margin-left: .25rem; }
.xscl-swiper .swiper-arrow > div:hover { background-image: url("../images/arrow3_1.png"); }
.xscl-swiper .swiper-arrow > div.swiper-button-disabled { cursor: auto; background-image: url("../images/arrow3_2.png") !important; opacity: .5; }
@media screen and (max-width: 1024px) {
    .xscl-swiper .swiper-arrow { display: none; }
}

.xscl-swiper { position: relative; }
.xscl-swiper .swiper-container { height: 100%; }
.xscl-swiper .swiper-wrapper { align-items: flex-start; }
.xscl-swiper .swiper-slide { width: 3.2rem; display: flex; justify-content: space-between; height: auto; padding: 0 .6rem 0 0; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; cursor: pointer; }
.xscl-swiper .icon { position: relative; }
.xscl-swiper .icon img { width: .42rem; animation: scale-ani 2s linear infinite; }
.xscl-swiper .icon::after { display: block; content: ""; box-sizing: border-box; width: 0; height: 1.9rem; margin: -.05rem auto 0; border-left: 1px dashed #cc9933; }
.xscl-swiper .text { width: calc(100% - .52rem); }
.xscl-swiper .year { margin: 0 0 .1rem; font-family: "SYST700"; font-size: 0.36rem; font-weight: 500; line-height: 0.43rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.xscl-swiper .info { font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6; overflow: hidden; }
.xscl-swiper .swiper-slide-active { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.xscl-swiper .swiper-slide-active + .swiper-slide { -webkit-transform: translateY(1.5rem); -moz-transform: translateY(1.5rem); -ms-transform: translateY(1.5rem); -o-transform: translateY(1.5rem); transform: translateY(1.5rem); }
.xscl-swiper .swiper-slide-active + .swiper-slide + .swiper-slide { -webkit-transform: translateY(0.4rem); -moz-transform: translateY(0.4rem); -ms-transform: translateY(0.4rem); -o-transform: translateY(0.4rem); transform: translateY(0.4rem); }
.xscl-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide { -webkit-transform: translateY(1.9rem); -moz-transform: translateY(1.9rem); -ms-transform: translateY(1.9rem); -o-transform: translateY(1.9rem); transform: translateY(1.9rem); }
.xscl-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { -webkit-transform: translateY(2.3rem); -moz-transform: translateY(2.3rem); -ms-transform: translateY(2.3rem); -o-transform: translateY(2.3rem); transform: translateY(2.3rem); }

@keyframes scale-ani { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
.picture1 { font-size: 0; margin: 0 -0.2rem; }
.picture1 > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.2rem; }
.picture1 .img-zoom { background: #fff; box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture1 .img-zoom:hover { background: #821a16; }
.picture1 .img-zoom:hover .title, .picture1 .img-zoom:hover .info { color: #fff; }
.picture1 .img { padding: 66% 0 0; }
.picture1 .text { padding: 2.2vh .2rem; }
.picture1 .title { max-height: .56rem; font-size: 0.2rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: center; margin: 0 0 .05rem; }
.picture1 .info, .picture3 .info { font-size: .16rem; line-height: .25rem; color: #666; text-align: center; }
.picture1 .info.red, .picture3 .info.red { color: #971b20; }

.date1 { display: inline-block; vertical-align: top; width: 60px; font-family: "SYST700"; font-size: 0.16rem; font-weight: 500; line-height: 0.22rem; color: #821a16; text-align: center; }
.date1 p:first-child { font-size: .48rem; line-height: .52rem; }

.list1 li { width: 48.11%; margin: .3rem 0 0; }
.list1 li:nth-child(1), .list1 li:nth-child(2) { margin-top: 0; }
.list1 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 3vh .3rem; background: #fff; box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 a:hover { background: #821a16; }
.list1 a:hover .date1, .list1 a:hover .title { color: #fff; }
.list1 a:hover .line { background: #fff; }
.list1 .line { width: 1px; height: .44rem; background: #D8D8D8; }
.list1 .title { width: calc(100% - 1.2rem); max-height: .52rem; font-size: 0.2rem; font-weight: 500; line-height: 0.26rem; color: #333; text-align: left; }
.list1 .date1 { width: .7rem; }
.list1 .date1 p:first-child { font-size: .31rem; line-height: .38rem; }

.home2 { padding: .9rem 0 0; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home2 .column { margin-bottom: 5vh; }
.home2 .left-box { width: 59%; }
.home2 .right-box { width: 34.75%; }
.home2 .slide-tag { display: -ms-flexbox; display: flex; align-items: center; position: relative; }
.home2 .slide-tag h6 { font-size: 0.22rem; font-weight: 500; line-height: 0.58rem; color: #666; text-align: left; cursor: pointer; -webkit-transition: padding 0.3s ease-out 0s; -moz-transition: padding 0.3s ease-out 0s; -ms-transition: padding 0.3s ease-out 0s; -o-transition: padding 0.3s ease-out 0s; transition: padding 0.3s ease-out 0s; }
.home2 .slide-tag h6.on { padding: 0 .44rem 0 .24rem; font-size: .24rem; color: #fff; background-image: url("../images/f_bg3_4.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: 100%; }
.home2 .slide-tag .line { width: 1px; height: .22rem; margin: 0 .2rem; background: #d0d0d0; }
.home2 .slide-tag h6 a { color: #666; }
.home2 .slide-tag h6 a:hover { color: #971b20; }

.xwsd-swiper { width: 64.94%; padding: 0 0 1px; }
.xwsd-swiper .column3 { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 3; }
.xwsd-swiper .img-frame::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; content: ""; width: 100%; height: 20%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent); }
.xwsd-swiper .img { padding: 35.87vh 0 0; }
.xwsd-swiper .text { position: relative; z-index: 2; padding: 2vh .25rem 1vh .6rem; }
.xwsd-swiper .text::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0.3rem; z-index: 1; content: ""; width: 2px; height: 1.28rem; background: #821a16; }
.xwsd-swiper .text .title { width: calc(100% - 1.6rem); max-height: .72rem; font-size: 0.22rem; font-weight: 500; line-height: 0.36rem; color: #333; text-align: left; }
.xwsd-swiper .text .line { width: 1px; height: .6rem; background: #dcdcdc; }
.xwsd-swiper .pagination { position: absolute; top: 31.5vh; right: 0.2rem; bottom: auto; left: auto; z-index: 5; width: auto; }
.xwsd-swiper .pagination .swiper-pagination-bullet { vertical-align: middle; width: .09rem; height: .09rem; margin: 0 .05rem; background: rgba(255, 255, 255, 0.55); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.xwsd-swiper .pagination .swiper-pagination-bullet-active { width: .22rem; height: .22rem; background: url("../images/f_bg3_1.png") no-repeat 50% 50%/100%; }

.xwsd-list1 { margin: 2vh 0 0; }
.xwsd-list1 li { border-bottom: 1px dashed #ddd; }
.xwsd-list1 li:last-child { border: none; }
.xwsd-list1 a { display: flex; justify-content: space-between; align-items: center; }
.xwsd-list1 .title { width: calc(100% - 1.4rem); padding: 0 0 0 .35rem; font-size: 0.18rem; font-weight: 500; line-height: 0.58rem; color: #333; text-align: left; background-image: url("../images/f_bg3_2.png"); background-repeat: no-repeat; background-position: 0.09rem 50%; background-color: transparent; background-size: 0.17rem; }
.xwsd-list1 .date { font-family: "SYST700"; font-size: 0.14rem; font-weight: 500; line-height: 0.58rem; color: #666; text-align: left; }

.xwsd-list2 { width: 31.95%; }
.xwsd-list2 li { margin: 0 0 4.6vh; }
.xwsd-list2 .img { padding: 17.5vh 0 0; }
.xwsd-list2 .text { position: relative; z-index: 2; padding: .6vh 0 .6vh .48rem; }
.xwsd-list2 .text::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0.23rem; z-index: 1; content: ""; width: 1px; height: 1.12rem; background: #821a16; }
.xwsd-list2 .text .title { max-height: .56rem; font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; }
.xwsd-list2 .text .date { margin: 0.8vh 0 0; font-family: "SYST700"; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; }

.list2 { margin: 5vh 0 3.5vh; }
.list2 li { position: relative; border-bottom: 1px dashed #ddd; }
.list2 a { display: -ms-flexbox; display: flex; justify-content: space-between; padding: 1.5vh 0 1.5vh; }
.list2 .date { font-family: "SYST700"; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: left; }
.list2 .title { width: 100%; padding: 0 0 0 .35rem; font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: left; background-image: url("../images/f_bg3_2.png"); background-repeat: no-repeat; background-position: 0.09rem 50%; background-color: transparent; background-size: 0.17rem; }
.list2 .source { padding: 0 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #821a16; text-align: left; }
.list2 .first { background: #fff; border: none; }
.list2 .first a { padding: 0; }
.list2 .first .img-frame { width: 57%; }
.list2 .first .img { padding: 18vh 0 0; }
.list2 .first .text { width: 43%; padding: 2vh .3rem 0 0; }
.list2 .first .source { padding: 0 0 0 .25rem; font-size: .16rem; line-height: .38rem; border-left: 2px solid #821a16; }
.list2 .first .title { height: .5rem; padding: 0 0 0 .27rem; line-height: .25rem; background: none; }
.list2 .first .date { padding: 1.2vh 0 0 .27rem; }

.about-txt { width: 11.1rem; max-width: 100%; margin: 1.6vh auto 0; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: center; }

.home3 { position: relative; z-index: 1; padding: .9rem 0 0; }
.home3::before { position: absolute; top: 0; right: auto; bottom: auto; left: 4%; z-index: -1; content: ""; width: 1.33rem; height: 100%; background-image: url("../images/f_bg4_3.png"); background-repeat: no-repeat; background-position: 50% 54%; background-color: transparent; background-size: 1.33rem; }
.home3 .column2 li { margin-bottom: 4vh; }
.home3 .slide-item { position: relative; z-index: 1; padding: 0 6%; }
.home3 .swiper-slide { width: 3.6rem; background-image: url("../images/f_bg4_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.home3 .img-zoom { overflow: visible; padding: 3vh .32rem 5vh .27rem; }
.home3 .img-frame { margin: 0 auto; }
.home3 .img-frame .img { padding: 15vh 0 0; background-position-y: 40%; }
.home3 .title { height: .56rem; margin: 1.7vh 0 2vh; font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; }
.home3 .info { height: .96rem; font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #999; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.home3 .more2 { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: 2.5vh 0 0; }
.home3 .more2 img { position: static; display: block; width: 1.63rem; max-width: calc(100% - 1rem); height: auto; }
.home3 .more2 span { display: inline-block; padding: 0 .22rem; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #fff; text-align: center; background: #821a16; border-radius: .12rem; }
.home3 .more { margin: 2vh 0 0; justify-content: center; }
.home3 .swiper-arrow { position: absolute; top: 35%; right: auto; bottom: auto; left: auto; z-index: 3; width: .4rem; height: .77rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.home3 .swiper-arrow.swiper-prev { left: 4%; }
.home3 .swiper-arrow.swiper-next { right: 4%; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.home3 .swiper-arrow:hover { background-image: url("../images/arrow2.png"); }

.more { display: flex; justify-content: flex-end; align-items: center; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #666; text-align: right; text-decoration: underline; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.more img { margin: 0 .1rem 0 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.more:hover { color: #821a16; }
.more:hover img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); text-decoration: underline; }

.more3 { font-size: 0.15rem; font-weight: 500; line-height: 0.42rem; color: #821a16; text-align: left; }
.more3::after { position: absolute; top: auto; right: 0; bottom: 0.1rem; left: auto; z-index: 1; width: 0; height: 1px; content: ""; background: #821a16; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.home4 { padding: .9rem 0 0; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home4 .img-wrap { position: relative; z-index: 1; display: block; width: 13.8rem; margin: 5.2vh auto 0; }
.home4 .img-wrap .img { position: relative; display: block; height: 56.2vh; max-height: 56.2rem; text-align: center; }
.home4 .img-wrap .img img { width: auto; height: 100%; }
.home4 .img-wrap .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; width: 100%; height: 100%; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.home4 .img-wrap .icon img { width: 4.65rem; -webkit-transform: translateX(22%); -moz-transform: translateX(22%); -ms-transform: translateX(22%); -o-transform: translateX(22%); transform: translateX(22%); }
.home4 .more { margin: 5vh 0 0; justify-content: center; }
.home4 .picture1 { padding-top: 3vh; }

.home5 { position: relative; z-index: 1; padding: .9rem 0 0; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home5::before { position: absolute; top: 0; right: 4%; bottom: auto; left: auto; z-index: -1; content: ""; width: 1.33rem; height: 100%; background-image: url("../images/f_bg6.png"); background-repeat: no-repeat; background-position: 50% 54%; background-color: transparent; background-size: 1.33rem; }
.home5 .column2 li { margin-top: 2vh; }
.home5 .more { justify-content: center; }

.blcg-swiper { height: 47.5vh; margin: 0 0 4vh;  }
.blcg-swiper .swiper-slide { z-index: 1; height: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.blcg-list li { position: absolute; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: -ms-flexbox; display: flex; align-items: center; width: 31.28%; height: 24.89%; padding: 0 .25rem .18rem .25rem; background-image: url("../images/f_bg6_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; transition: all 0.4s ease-out 0s; }
.blcg-list .title { width: 100%; max-height: .56rem; font-size: 0.2rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; }
.blcg-list.b1 { z-index: 2; opacity: .7 !important; }
.blcg-list.b1 li:nth-child(1) { z-index: 10; left: 30.35%; top: 29.78%; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.blcg-list.b1 li:nth-child(2) { left: 0; top: 20%; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); background-image: url("../images/f_bg6_6.png"); }
.blcg-list.b1 li:nth-child(3) { left: 26%; top: 3%; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); background-image: url("../images/f_bg6_7.png"); }
.blcg-list.b1 li:nth-child(4) { left: 3%; top: 59%; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); background-image: url("../images/f_bg6_3.png"); }
.blcg-list.b1 li:nth-child(5) { left: 48.7%; top: 9%; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); background-image: url("../images/f_bg6_3.png"); }
.blcg-list.b1 li:nth-child(6) { left: 60%; top: 38%; -webkit-transform: scale(0.55); -moz-transform: scale(0.55); -ms-transform: scale(0.55); -o-transform: scale(0.55); transform: scale(0.55); background-image: url("../images/f_bg6_5.png"); }
.blcg-list.b1 li:nth-child(7) { left: 47%; top: 59%; -webkit-transform: scale(0.55); -moz-transform: scale(0.55); -ms-transform: scale(0.55); -o-transform: scale(0.55); transform: scale(0.55); background-image: url("../images/f_bg6_4.png"); }
.blcg-list.b1.swiper-slide-active { z-index: 3; opacity: 1 !important; }
.blcg-list.b1.swiper-slide-active li:nth-child(1) { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.blcg-list.b1.swiper-slide-active li:nth-child(2) { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.blcg-list.b1.swiper-slide-active li:nth-child(3) { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.blcg-list.b1.swiper-slide-active li:nth-child(4) { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.blcg-list.b1.swiper-slide-active li:nth-child(5) { -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); }
.blcg-list.b1.swiper-slide-active li:nth-child(6) { -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); }
.blcg-list.b1.swiper-slide-active li:nth-child(7) { -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); }
.blcg-list.b2 { z-index: 2; opacity: .7 !important; }
.blcg-list.b2 li:nth-child(1) { left: 56%; top: -1%; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); background-image: url("../images/f_bg6_6.png"); }
.blcg-list.b2 li:nth-child(2) { left: 29%; top: 54%; -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); background-image: url("../images/f_bg6_7.png"); }
.blcg-list.b2 li:nth-child(3) { left: 19%; top: 76%; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); background-image: url("../images/f_bg6_8.png"); }
.blcg-list.b2 li:nth-child(4) { right: 1.5%; top: 23%; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); }
.blcg-list.b2 li:nth-child(5) { right: 0%; top: 72%; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); }
.blcg-list.b2.swiper-slide-active { z-index: 3; opacity: 1 !important; }
.blcg-list.b2.swiper-slide-active li:nth-child(1) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
.blcg-list.b2.swiper-slide-active li:nth-child(2) { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }
.blcg-list.b2.swiper-slide-active li:nth-child(3) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
.blcg-list.b2.swiper-slide-active li:nth-child(4) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
.blcg-list.b2.swiper-slide-active li:nth-child(5) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
.blcg-list.b3 { z-index: 1; opacity: .5 !important; }
.blcg-list.b3 li:nth-child(1) { left: 6%; top: -3%; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); background-image: url("../images/f_bg6_2.png"); }
.blcg-list.b3 li:nth-child(2) { left: 8%; top: 40%; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); }
.blcg-list.b3 li:nth-child(3) { left: 43%; bottom: -5%; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); }
.blcg-list.b3 li:nth-child(4) { right: 0%; top: 55%; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); background-image: url("../images/f_bg6_2.png"); }
.blcg-list.b3.swiper-slide-active { z-index: 3; opacity: 1 !important; }
.blcg-list.b3.swiper-slide-active li:nth-child(1) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
.blcg-list.b3.swiper-slide-active li:nth-child(2) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
.blcg-list.b3.swiper-slide-active li:nth-child(3) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }
.blcg-list.b3.swiper-slide-active li:nth-child(4) { -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); }

@keyframes spin-reverse { 0% { transform: 0; }
  50% { transform: translateX(-.1rem) translateY(-.05rem); }
  100% { transform: 0; } }
.footer { padding: .25rem 0 .45rem; background-image: url("../images/foot_bg.png"); background-repeat: repeat-x; background-position: 50% 100%; background-color: #971b20; background-size: auto 0.28rem; }
.footer .line { width: 1px; height: 1.42rem; margin: 0 .4rem; background: rgba(255, 255, 255, 0.11); }

.foot-img img { max-height: .95rem; }

.foot-contact { font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: left; }
.foot-contact a { color: #fff; }

.QR-code { display: -ms-flexbox; display: flex; }
.QR-code li { margin: 0 0 0 .4rem; }
.QR-code li:first-child { margin: 0; }
.QR-code img { width: 1.2rem; }
.QR-code p { font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: center; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page { margin: .25rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .14rem; width: auto; height: auto; margin-top: .05rem; transition: all .2s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .1rem .12rem; color: #971b20; border: 1px solid #ddd; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #821a16; font-weight: bold; color: #fff; border-color: #821a16; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: .4rem; height: .34rem; line-height: .32rem; vertical-align: bottom; border-color: #ddd; }

.pad-btn { display: none; align-items: center; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 30px; margin: 0 0 0 .2rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 8px 0; background: #fff; -webkit-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; }
.pad-btn .nav-btn i:nth-child(2) { width: 80%; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }

.mobile-box { display: none; position: fixed; top: 70px; right: auto; bottom: auto; left: 100%; z-index: 99; width: 100%; height: calc(100vh - 70px); padding: .15rem 4% .4rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fefefe; background-size: auto; -webkit-transition: all 0.48s ease-in 0s; -moz-transition: all 0.48s ease-in 0s; -ms-transition: all 0.48s ease-in 0s; -o-transition: all 0.48s ease-in 0s; transition: all 0.48s ease-in 0s; transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; -webkit-transform: skew(14deg); -moz-transform: skew(14deg); -ms-transform: skew(14deg); -o-transform: skew(14deg); transform: skew(14deg); opacity: 0; visibility: hidden; }
.mobile-box .nav { display: block; width: 100%; height: 100%; padding: 0 0 .2rem; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; }
.mobile-box .nav li a { color: #323232; font-weight: 500; font-size: .22rem; padding: 0 .1rem; line-height: .56rem !important; text-align: left; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .56rem; height: .56rem; background-image: url(../images/arrow4.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-box .nav li > a { font-size: .2rem; }
.mobile-box .nav li .sub-nav { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 30px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.mobile-box .nav li .sub-nav .tri { display: none; }
.mobile-box .nav li .sub-nav a { font-size: .17rem; line-height: .4rem !important; }
.mobile-box .nav li .sub-nav::before { display: none; }
.mobile-box.show { left: 0; opacity: 1; visibility: visible; -webkit-transform: skew(0deg); -moz-transform: skew(0deg); -ms-transform: skew(0deg); -o-transform: skew(0deg); transform: skew(0deg); }

.time-wrap2 { position: absolute; top: auto; right: auto; bottom: 0; left: calc(50% - .8rem); z-index: 9; display: none; width: 1.6rem; height: .64rem; background-image: url("../images/f_bg1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #89101C; text-align: center; letter-spacing: 1px; }
.time-wrap2 .num { font-size: .18rem; font-weight: 700; }

.aside { position: relative; z-index: 3; width: 3.3rem; padding: .25rem .35rem 0; background: #fff; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05); }
.aside h3 { display: none; position: relative; font-family: "SYST700"; font-size: 0.3rem; font-weight: 700; line-height: 1rem; color: #fff; text-align: center; background: #821a16; }

.aside-box { height: 100%; }

.aside-nav { position: sticky; top: .2rem; margin: 0 0 .4rem; padding: 0 0 1rem; }
.aside-nav li { position: relative; border-bottom: 1px solid #ddd; }
.aside-nav li:last-child { border: none; }
.aside-nav li.cur > a { color: #821a16; font-family: "SYHT700"; }
.aside-nav li.cur .lv3 { display: block; }
.aside-nav li:hover > a { color: #821a16; }
.aside-nav a { display: block; padding: 0 .4rem 0 .2rem; font-size: 0.24rem; font-weight: 500; line-height: 0.76rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.aside-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .8rem; background-image: url("../images/arrow4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 8px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.aside-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.aside-nav .lv3 { display: none; padding: 0 0 .15rem .2rem; margin: -.1rem 0 0 .1rem; }
.aside-nav .lv3 a { height: auto; padding: .08rem 0; font-size: .17rem; line-height: .22rem; }
.aside-nav .lv3 a::before { display: inline-block; width: 4px; height: 4px; background: #bbb; margin: 0 .1rem 3px 0; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.aside-nav .lv3 a:hover { color: #821a16; }
.aside-nav .lv3 a:hover::before { background: #821a16; }
.aside-nav .lv3 a.cur { color: #821a16; }
.aside-nav .lv3 a.cur::before { background: #821a16; }

.main { position: relative; z-index: 4; width: calc(100% - 3.8rem); min-height: 4rem; margin: .3rem 0 .3rem; }
.main .list1 { margin: .35rem 0 0; }
.main .list3 li { margin: .3rem 0 0; }
.main .xwsd-list1 li:last-child { border-bottom: 1px dashed #ddd; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(29, 55, 89, 0.2); }
.position h3 { margin: 0 0 -1px; padding: 0 0 0 .12rem; white-space: nowrap; font-family: "SYST700"; font-size: 0.3rem; font-weight: 700; line-height: 110%; color: #333; text-align: left; border-left: 4px solid #821a16; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.64rem; color: #999; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/j_icon7.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #999; }
.place a:hover { color: #821a16; }
.place a:last-child { color: #821a16; }

.article { padding: .4rem 0 .2rem; }
.article .title { font-family: "SourceHanSerifCN-SemiBold"; font-size: 0.26rem; font-weight: 500; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: 0 .1rem; padding: .14rem 0 .3rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; border-bottom: 1px solid #ddd; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .1rem; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .content * { font-family: "Microsoft YaHei" !important; font-size: .18rem !important; line-height: 200% !important; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 2px solid #821a16; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #555; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.article .cont-page a span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #821a16; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #821a16; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.17rem; font-weight: 500; line-height: 200%; color: #821a16; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

.picture2 { margin: .2rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { display: block; padding: 0.28rem 0.25rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 a:hover { background: #fff; box-shadow: 6px 6px 0 0 #821a16; -webkit-transform: translate(-4px, -4px); -moz-transform: translate(-4px, -4px); -ms-transform: translate(-4px, -4px); -o-transform: translate(-4px, -4px); transform: translate(-4px, -4px); }
.picture2 a:hover .title { font-weight: 700; color: #821a16; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.4rem; }
.picture2 .img-frame .img { padding: 1.6rem 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.4rem); padding: 0 0 0 .3rem; }
.picture2 .date { margin: .1rem 0; font-size: .17rem; color: #821a16; }
.picture2 .title { font-size: .2rem; line-height: .3rem; color: #222; }
.picture2 .info { font-size: .16rem; line-height: .26rem; max-height: .52rem; color: #777; }

.picture3 { font-size: 0; margin: 0 -0.15rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture3 .img-zoom { margin: .4rem 0 0; padding: .12rem; border: 1px solid #dde0e2; position: relative; overflow: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fff; }
.picture3 .img-zoom::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: -1px; right: auto; bottom: auto; left: -1px; z-index: 1; width: 0; height: 0; }
.picture3 .img-zoom::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: -1px; bottom: -1px; left: auto; z-index: 1; width: 0; height: 0; }
.picture3 .img-zoom:hover::before { width: calc(100% + 2px); height: calc(100% + 2px); border-top: 1px solid #821a16; border-right: 1px solid #821a16; -webkit-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -moz-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -ms-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -o-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; }
.picture3 .img-zoom:hover::after { width: calc(100% + 2px); height: calc(100% + 2px); border-bottom: 1px solid #821a16; border-left: 1px solid #821a16; -webkit-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -moz-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -ms-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -o-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .1rem 0 .05rem; }
.picture3 .title { font-size: 0.2rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: center; }

.xscl-wrap { position: relative; z-index: 1; margin: .4rem .4rem .8rem; padding: 1rem 0 0; }
.xscl-wrap .line { position: absolute; top: 0; right: auto; bottom: auto; left: calc(50% - .21rem); z-index: 1; height: 100%; }
.xscl-wrap .line img { width: .42rem; animation: scale-ani 2s linear infinite; }
.xscl-wrap .line::after { display: block; content: ""; box-sizing: border-box; width: 0; height: 100%; margin: -.05rem auto 0; border-left: 1px solid #cc9933; }
.xscl-wrap .line::before { position: absolute; top: auto; right: auto; bottom: -0.67rem; left: calc(50% - .11rem); z-index: 1; content: ""; width: .2rem; height: .76rem; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }

.xscl-list { display: flex; flex-direction: column; position: relative; z-index: 2; }

.xscl-list li { width: 50%; margin: 0 0 .4rem; }

.xscl-list li:nth-child(even) { margin-left: 50%; }

.xscl-list li:nth-child(odd) { text-align: right; }

.xscl-list .title { font-size: .18rem; }

.xscl-list::before { left: 14px; }

.xscl-list .t2 .icon::after { width: 9px; height: 9px; }

.xscl-list .year { margin-top: -.4rem; padding: 0 .3rem; font-size: .3rem; font-family: "SYST700"; color: #821a16; }

.xscl-list .title { color: #666; padding: 0 .3rem; }

.xscl-list .t2 .icon { transform: translateX(calc(-50% - 1px)); display: inline-block; vertical-align: top; padding: .04rem; border: 1px solid #d3d3d3; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.xscl-list li:nth-child(odd) .icon { transform: translateX(calc(50% - 1px)); }

.xscl-list .t2 .icon::after { display: block; content: ""; box-sizing: border-box; width: .08rem; height: .08rem; background: #821a16; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

@media screen and (min-width: 1025px) { .xscl-swiper .swiper-slide:hover .year { font-size: .4rem; color: #821a16; }
  .xwsd-swiper .img-zoom .title span { background-image: linear-gradient(#821a16, #821a16); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
  .xwsd-swiper .img-zoom:hover .title { color: #821a16; }
  .xwsd-swiper .img-zoom:hover .title span { background-size: 100% 1px; }
  .xwsd-list1 li { position: relative; z-index: 1; }
  .xwsd-list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #821a16; -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; }
  .xwsd-list1 li .title { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .xwsd-list1 li:hover .title { color: #821a16; background-image: url("../images/f_bg3_2_h.png"); }
  .xwsd-list1 li:hover::after { width: 100%; }
  .xwsd-list2 .img-zoom .title span { background-image: linear-gradient(#821a16, #821a16); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
  .xwsd-list2 .img-zoom:hover .title { color: #821a16; }
  .xwsd-list2 .img-zoom:hover .title span { background-size: 100% 1px; }
  .list2 li { position: relative; z-index: 1; }
  .list2 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #821a16; -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; }
  .list2 li .title { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .list2 li:hover .title { color: #821a16; background-image: url("../images/f_bg3_2_h.png"); }
  .list2 li:hover::after { width: 100%; }
  .list2 .first::after { display: none; }
  .list2 .first .title { background: none !important; }
  .list2 .first .title span { background-image: linear-gradient(#821a16, #821a16); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
  .list2 .first:hover .title { color: #821a16; }
  .list2 .first:hover .title span { background-size: 100% 1px; }
  .home3 .img-zoom .title span { background-image: linear-gradient(#821a16, #821a16); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
  .home3 .img-zoom:hover { background-image: url("../images/f_bg4_4.png"); }
  .home3 .img-zoom:hover .title { color: #821a16; }
  .home3 .img-zoom:hover .title span { background-size: 100% 1px; }
  .home3 .img-zoom:hover .info { color: #555; }
  .home4 .img-wrap .img img { -webkit-transition: all 1.4s ease-out 0s; -moz-transition: all 1.4s ease-out 0s; -ms-transition: all 1.4s ease-out 0s; -o-transition: all 1.4s ease-out 0s; transition: all 1.4s ease-out 0s; }
  .home4 .img-wrap .icon img { -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; }
  .home4 .img-wrap:hover .img img { -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }
  .home4 .img-wrap:hover .icon img:nth-child(1) { -webkit-transform: translateX(15%); -moz-transform: translateX(15%); -ms-transform: translateX(15%); -o-transform: translateX(15%); transform: translateX(15%); }
  .home4 .img-wrap:hover .icon img:nth-child(2) { -webkit-transform: translateX(29%); -moz-transform: translateX(29%); -ms-transform: translateX(29%); -o-transform: translateX(29%); transform: translateX(29%); }

  .main .xwsd-list1 .title { line-height: .7rem; }
  .main .xwsd-list1 .date { line-height: .7rem; } }
@media screen and (max-width: 1860px) { .home1 .bg1 { background-position-y: 2.2rem; } }
@media screen and (max-width: 1760px) { .home1 .bg1 { background-position-y: 2.6rem; }
  .xscl-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { -webkit-transform: translateY(2rem); -moz-transform: translateY(2rem); -ms-transform: translateY(2rem); -o-transform: translateY(2rem); transform: translateY(2rem); } }
@media screen and (max-width: 1500px) { .home1 .bg1 { background-position-y: 3rem; }
  .home1 .slide-item { background-position: 39% 92%; background-size: 3.8rem; } }
@media screen and (max-width: 1024px) { .mobile-head { padding: 10px 0; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; background: linear-gradient(90deg, #f8e1c9, #971b20 100%); box-shadow: none; }
html { font-size: 100px !important; }
  .mobile-head .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .mobile-head .logo img { max-height: 50px !important; }
  .mobile-head.scroll { box-shadow: 0 0 0.15rem 0 rgba(10, 13, 14, 0.3); }
  .header, .nav-wrap2 { display: none; }
  .banner { position: relative; margin: 70px 0 0; }
  .banner .img { height: 52vw; }
.banner .img img { object-fit: cover; } 
  .banner::after, .home.inset::after { position: absolute; top:0; right: auto; left: 0; z-index: 2; width: 100%; height: 45%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent); content: ""; }
  .home { position: relative; padding: 0; }
  .home .bg1 { display: none; }
  .home.inset .logo { display: none; }
.home.inset { border: none; }
  .container { max-width: 92%; }
  .pad-btn { display: block; }
  .pad-btn .nav-btn { display: block; }
  .mobile-box { display: block; }
  .time-wrap { top: .2rem; right: 4%; line-height: .5rem; }
  .time-wrap .t1 { font-size: .6rem; }
  .column h3 { font-size: .4rem; }
  .home1 { padding: 0; }
  .home1 .bg1 { display: none; }
  .home1 .slide-item { height: auto; background: none; }
  .home1 .more { position: static; margin: .3rem 0 0; justify-content: center; }
  .xscl-swiper::after { position: absolute; top: auto; right: 0; bottom: calc(.7rem - 8px); left: auto; z-index: 2; content: ""; width: 10px; height: 19px; background: url("../images/arrow4.png") no-repeat 50% 50%/100%; }
  .xscl-swiper .swiper-container { border-bottom: 2px solid #821a16; }
  .xscl-swiper .swiper-slide { padding: 0; transform: none !important; }
  .xscl-swiper .icon img { width: .38rem; }
  .xscl-swiper .year { font-size: .28rem; line-height: .35rem; color: #821a16; }
  .xscl-swiper .info { font-size: .15rem; line-height: .22rem; }
  .xscl-swiper .text { width: calc(100% - .42rem); }
  .column2 li { margin: .2rem 4px .3rem; }
  .picture1 { padding: 0; margin: 0 -.1rem; }
  .picture1 li { width: 50%; padding: 0 .1rem; margin: .2rem 0 0; }
  .picture1 li:nth-child(1), .picture1 li:nth-child(2) { margin: 0; }
  .picture1 .img { padding: 66% 0 0; }
  .list1 a { padding: .2rem; }
  .list1 .title { width: calc(100% - 60px - .3rem); }
  .home2 { padding: 0; }
  .home2 .left-box { width: 100%; }
  .home2 .right-box { width: 100%; margin: .34rem 0 0; }
  .home2 .more { margin: .3rem 0 0; justify-content: center; }
  .xwsd-list2 .img { padding: 66.66% 0 0; }
  .home3 { padding: 0; }
  .home3 .slide-item { padding: 0; }
  .home3 .img-zoom { padding: .2rem .25rem .3rem .2rem; }
  .home3 .info { font-size: .15rem; }
  .home3 .swiper-arrow { width: .24rem; background-image: url("../images/arrow2.png"); }
  .home3 .swiper-arrow.swiper-prev { left: -2vw; }
  .home3 .swiper-arrow.swiper-next { right: -2vw; }
  .home4 { padding: 0; }
  .home4 .img-wrap { width: 100%; margin: .3rem 0 0; }
  .home4 .img-wrap .img { height: auto; }
  .home4 .img-wrap .icon img { width: 35%; }
  .home4 .picture1 { padding-top: 0; }
  .home5 { padding: 0 0 .4rem; }
  .xwsd-swiper { width: 100%; }
  .xwsd-swiper .img { padding: 66.66% 0 0; }
  .xwsd-swiper .pagination { top: 52.5vw; }
  .xwsd-list2 { width: 100%; margin: .2rem 0 0; }
  .xwsd-list2 ul { display: flex; justify-content: space-between; }
  .xwsd-list2 li { width: 48.5%; margin: 0; }
  .list2 { margin: .3rem 0; }
  .list2 .first .img-frame { width: 3rem; }
  .list2 .first .text { width: calc(100% - 3rem); }
  .list2 .first .img { padding: 66% 0 0; }
  .blcg-list .title { line-height: .28rem; max-height: .56rem; }
  .footer .line { display: none; }
  .foot-img { width: 100%; text-align: center; }
  .foot-contact { width: 100%; margin: .1rem 0 .2rem; text-align: center; }
  .QR-code { width: 100%; justify-content: center; }
  .home.inset { padding: 0; height: 45vw; margin: 70px 0 0; }
  .main-box .container { flex-wrap: wrap; }
  .aside { position: relative; z-index: 1; width: 100%; margin: .2rem 0 .1rem; padding: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .aside h3 { display: block; position: relative; font-size: .22rem; line-height: .6rem; text-align: center; padding: 0 .5rem; margin: 0; background: #821a16; }
  .aside h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; display: block !important; width: .6rem; height: .6rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .aside h3 .return-btn { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block !important; width: .6rem; height: .6rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .aside-nav { display: none; min-height: auto; padding: .1rem .2rem .2rem; font-size: 0; background-image: none; border-radius: 0 0 2px 2px; margin: 0; }
  .aside-nav::after { display: none; }
  .aside-nav li:last-child { border: none; }
  .aside-nav li.cur > a { font-size: .21rem; }
  .aside-nav a { height: auto; min-height: auto; text-align: left; font-size: .18rem; line-height: .55rem; }
  .aside-nav .sub-nav { padding-left: .15rem; }
  .aside-nav .sub-nav a { line-height: .24rem; }
  .aside-nav .down { height: .55rem; }
  .main { width: 100%; margin: .2rem 0 .4rem; }
  .place { justify-content: center; }
  .article { padding: .3rem 0 0 !important; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; }
  .article .cont-page { padding: .15rem .2rem; } }
@media screen and (max-width: 768px) { .column { margin: .3rem 0 .2rem !important; }
  .column h3 { color: #821a16; }
  .column2 li { margin: 0 4px .2rem !important; }
  .list3 li { width: 100%; margin: .15rem 0 0; }
  .list3 li:nth-child(2) { margin: .15rem 0 0; }
  .foot-contact { width: 100%; }
  .foot-contact .text { width: 100%; text-align: center; }
.xscl-swiper .icon::after { height: 1.6rem; }
  .QR-code { width: 100%; justify-content: center; }
  .QR-code li { margin: 0 0 0 .2rem; }
  .list1 li { width: 100%; margin: .2rem 0 0; }
  .list1 li:nth-child(2) { margin: .2rem 0 0; }
  .list1 a { padding: .2rem .1rem; }
.column { margin-bottom: .1rem !important; }
  .blcg-swiper { height: 350px; }
  .blcg-list li { padding: 0 .12rem .15rem .12rem; }
  .blcg-list .title { font-size: .12rem; line-height: .18rem; }
  .position { padding: 0; }
  .position h3 { display: none; }
.home3 .img-frame .img { padding: 50% 0 0; }
  .place { line-height: .22rem; padding: .1rem 0 .1rem 26px; background-position-y: 13px; }
  .aside { margin: .2rem 0 0; }
  .picture2 a { padding: .18rem .12rem; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .main .list3 li { margin: .2rem 0 0; }
  .xscl-wrap { margin-left: 0; margin-right: 0; padding: .6rem 0 0; }
  .xscl-list .year { padding: 0 .2rem; }
  .xscl-list li:nth-child(odd) .title { padding: 0 .2rem 0 0; }
  .xscl-list li:nth-child(even) .title { padding: 0 0 0 .2rem; }
  .xscl-list li { margin-bottom: .2rem; }
  .xscl-list .title { font-size: .16rem; } }
@media screen and (max-width: 520px) { .header { padding: 8px 0; }
  .xscl-swiper .year { font-size: .24rem; line-height: .3rem; }
  .home4 .icon img { width: 46%; }
  .xscl-swiper::after { bottom: calc(.6rem - 8px); }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-head .container { flex-wrap: nowrap; }
  .time-wrap { font-size: .16rem; line-height: .36rem; }
 .time-wrap p:first-child { line-height: .3rem !important; }
  .time-wrap .t1 { font-size: .38rem; }
.time-wrap .t2 { font-size: .15rem; line-height: .26rem; width: .26rem; } 
  .mobile-box { height: calc(100vh - 56px); }
  .mobile-box.show { top: 56px; }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .pad-btn .nav-btn { width: 28px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }
  .banner { margin: 60px 0 0; }
  .banner .img { height: 55vw; }
  .column h3 { font-size: .28rem; }
  .column2 li { font-size: .18rem; padding: 0 .1rem; margin: 0 0 .12rem !important; }
  .more { margin-top: .2rem !important; }
  .xwsd-list1 a { flex-wrap: wrap; padding: .1rem 0; }
  .xwsd-list1 .title { width: 100%; line-height: .3rem; overflow: visible; text-overflow: clip; white-space: initial; background-position-y: 5px; }
  .xwsd-list1 .date { margin: .05rem 0 0; line-height: .3rem; text-indent: .32rem; }
  .xwsd-list2 ul { display: block; }
  .xwsd-list2 li { width: 100%; }
  .xwsd-list2 li:first-child { margin: 0 0 .24rem; }
  .xwsd-list2 .text { padding: .12rem 0 0 .3rem; }
  .xwsd-list2 .text::before { left: .12rem; }
  .picture1 li { width: 100%; }
  .picture1 li:nth-child(2) { margin: .2rem 0 0; }
  .picture1 .text { padding: .12rem .15rem .15rem; }
  .picture1 .title { height: auto; }
  .home2 .slide-tag .line { margin: 0 .12rem; }
  .home2 .slide-tag h6 { font-size: .18rem; line-height: .42rem; }
  .home2 .slide-tag h6.on { font-size: .2rem; padding: 0 .24rem 0 .12rem; }
  .about-txt { display: none; }
  .list2 { margin: .2rem 0 .2rem; }
  .list2 .title { overflow: visible; text-overflow: clip; white-space: initial; background-position-y: 5px; }
  .list2 .first .img-frame { width: 100%; }
  .list2 .first .text { width: 100%; padding: .1rem .15rem; }
  .list2 .first .source { margin: 0 0 .05rem; padding: 0 0 0 .12rem; line-height: .28rem; }
  .list2 .first .title, .list2 .first .date { padding: 0 0 0 .12rem; }
  .date1 p:first-child { font-size: .4rem; line-height: .45rem; }
  .xwsd-swiper .column3 { width: 1.3rem; font-size: .21rem; line-height: .42rem; }
  .xwsd-swiper .text { padding: .12rem 0 0 .3rem; }
  .xwsd-swiper .text::before { left: .12rem; }
  .xwsd-swiper .text .title { width: calc(100% - 1rem); font-size: .18rem; line-height: .3rem; }
  .more { margin: .2rem auto 0; line-height: .4rem; }
  .home4 .img-wrap { margin: 0; }
  .home4 .img-wrap .img { height: 48vw; }
  .blcg-swiper { height: 320px; margin: 0 0 .2rem; }
  .blcg-list li { width: 46%; }
  .home5 .more { margin: 0 !important; }
  .blcg-list.b2 li:nth-child(2) { left: 2%; }
  .blcg-list.b2 li:nth-child(3) { left: 12%; }
  .list3 a { padding: .1rem .1rem; }
  .list3 .text { width: calc(100% - 1rem); }
  .home.inset { padding: 0; height: 42vw; margin: 60px 0 0; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
  .aside h3 { line-height: .5rem; }
  .aside h3 .return-btn, .aside h3 i { width: .5rem; height: .5rem; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */