@charset "UTF-8";
/* 网站通用样式 */
@font-face { font-family: "SYST900"; src: url("../fonts/SourceHanSerifCN-Heavy.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; }

html { width: 100%; min-width: 320px; min-height: 100vh; font-size: 100px; overflow-x: hidden; background: #fffaf9; }
html::-webkit-scrollbar { width: .05rem; }
html::-webkit-scrollbar-thumb { border-radius: .05rem; background: #80011f; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1600px; max-width: 86%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #323232; text-align: left; }

.info { font-size: 0.15rem; font-weight: 500; line-height: 0.24rem; color: #8a8a8a; text-align: justify; }

.date { font-family: 'Times New Roman', Times, serif; font-size: 0.17rem; font-weight: 500; line-height: 0.28rem; color: #999; text-align: left; }

.date1 { width: .66rem; font-family: 'Times New Roman', Times, serif; font-size: 0.14rem; font-weight: 500; line-height: 0.18rem; color: #999; text-align: center; -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; }
.date1 p:first-child { font-size: .26rem; line-height: .28rem; }

/* 网站头部 */
.header { position: relative; z-index: 1001; background-image: url("../images/head_bg1.jpg"); background-repeat: no-repeat; background-position: 10% 100%; background-color: transparent; background-size: cover; }
.header .container { position: relative; z-index: 2; width: 1740px; max-width: 92%; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }

.logo { -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; }
.logo img { max-height: .7rem; -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 { width: 10rem; max-width: calc(100% - 4.9rem); }
.nav:hover .cur > a::before { opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.nav li { position: relative; }
.nav li a { position: relative; z-index: 1; display: block; font-family: "SYST900"; font-size: 0.22rem; font-weight: 500; line-height: 1rem; color: #ffcc99; text-align: center; }
.nav 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 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/f_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -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 li.cur > a::before { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.nav li:hover > a::before { opacity: 1 !important; -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }
.nav 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 .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: #80011f; 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 #ffcc99; -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 .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav .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: #80011f; 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 .sub-nav dd:last-child a { border: none; }
.nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav .sub-nav dd:hover a { color: #fff; border-color: transparent; }
.nav .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 .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #ffcc99; -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); }

.nav-btn { display: none; position: relative; z-index: 5; width: 30px; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 1px; margin: 8px 0; background: #ffcc99; -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; }
.nav-btn i:nth-child(2) { width: 75%; }
.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); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.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: 61px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 61px); padding: .15rem 5% .4rem; background: #fff; -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; opacity: 0; visibility: hidden; }
.mobile-box .nav { width: 100%; max-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 #efcbd4; border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #333; padding: 0 0 0 .1rem; line-height: .6rem !important; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -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(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .19rem; }
.mobile-box .nav li > a::before { display: none; }
.mobile-box .nav .sub-nav { display: none; position: static; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; border: none; transition: none !important; opacity: 1 !important; visibility: visible !important; transform: none !important; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { padding: 0 .1rem; font-weight: 500; line-height: .46rem !important; color: #494949 !important; border-bottom: 1px dashed #ddd; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 网站底部 */
/* 首页样式 */
.column { width: 100%; margin: .5rem 0 .3rem; }
.column .cn { position: relative; z-index: 1; font-family: "SYST900"; font-size: 0.36rem; font-weight: 500; line-height: 0.44rem; color: #333; text-align: left; }
.column .cn span { color: #80011f; }
.column .cn::after { position: absolute; top: auto; right: auto; bottom: -0.16rem; left: 0.22rem; z-index: -1; content: ""; width: 1.15rem; height: .91rem; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.more { position: relative; font-size: 0.16rem; font-weight: 500; line-height: 0.44rem; color: #999; text-align: left; }
.more::after { position: absolute; top: auto; right: 0; bottom: 0.06rem; left: auto; z-index: 1; content: ""; width: 0; height: 2px; background: #80011f; -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:hover { color: #80011f; }
.more:hover::after { right: auto; left: 0; width: 100%; }

.year-box { width: 100%; flex-wrap: nowrap; font-family: 'Times New Roman', Times, serif; font-size: 0.24rem; font-weight: 500; line-height: 0.32rem; color: #ebcaa9; text-align: left; }
.year-box p { white-space: nowrap; }
.year-box p img { width: .58rem; margin: 0 .08rem; }
.year-box .line { flex: 1; width: 100%; height: 1px; background: #ebcbaa; }
.year-box .line.l { margin: 0 .1rem 0 0; }
.year-box .line.r { margin: 0 0 0 .1rem; }

.home1 { padding: 0 0 .25rem; }
.home1 .l-box { width: 64.375%; }
.home1 .l-box .news-list1 { width: 47.57%; }
.home1 .r-box { width: 32.5%; }

.news-swiper { width: 49%; padding: .16rem .15rem; box-shadow: 0 .05rem .15rem 0 #f2e8e7; border-radius: .1rem; background: #fff; }
.news-swiper .img { padding: 3.26rem 0 0; }
.news-swiper .text { display: -ms-flexbox; display: flex; justify-content: space-between; padding: .2rem 0 0; }
.news-swiper .date1 { width: .6rem; font-size: .16rem; text-align: right; color: #80011f; line-height: .28rem; }
.news-swiper .date1 p:first-child { font-size: .36rem; }
.news-swiper .title { width: calc(100% - .8rem); font-size: .2rem; margin-top: -.04rem; }
.news-swiper .pagination { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; text-align: center; }
.news-swiper .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; margin: 0 .05rem; opacity: 1; background: #c7c7c7; }
.news-swiper .pagination .swiper-pagination-bullet-active { background: #80011f; }

.news-list1 li { border-bottom: 1px dashed #c7c7c7; }
.news-list1 li:first-child a { padding-top: 0; }
.news-list1 li:last-child { border: none; }
.news-list1 a { padding: .15rem 0; }
.news-list1 .date1 { padding: .07rem 0; border: 1px solid #dcdcdc; border-radius: .06rem; }
.news-list1 .text { width: calc(100% - .94rem); }
.news-list1 .title { max-height: .56rem; }

.home2 { padding: 0 0 .55rem; }
.home2 .card { min-height:4.2rem; padding: .26rem .24rem; box-shadow: 0 .05rem .15rem 0 #f2e8e7; border-radius: .1rem; background: #fff; }
.home2 .l-box, .home2 .c-box, .home2 .r-box { width: 31.5625%; }
.home2 .r-box .card { padding-bottom: .1rem; }
.home2 .column .year-box { display: none; }

.news-list2 li { margin: .26rem 0 0; }
.news-list2 li:first-child { margin: 0; }
.news-list2 .img-zoom { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.news-list2 .img-frame { width: 1.5rem; border: 1px solid #eee; border-radius: .05rem; }
.news-list2 .img-frame .img { padding: 70% 0 0; background-size: contain;    background-color: #fff; }
.news-list2 .text { width: calc(100% - 1.5rem); padding: 0 0 0 .22rem; }
.news-list2 .title { height: .56rem; }
.news-list2 .date { position: relative; width: .77rem; padding: .1rem 0; }
.news-list2 .date::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; width: 100%; height: 1px; background: #ffcc99; }

.news-list3 li { border-bottom: 1px dashed #c7c7c7; }
.news-list3 li:first-child a { padding-top: 0; }
.news-list3 li:last-child { border: none; }
.news-list3 a { display: block; padding: .16rem 0; width: 100%; }
.news-list3 .date { margin: 0 0 .04rem; line-height: .35rem; }
.news-list3 .source { display: inline-block; vertical-align: top; min-width: 2.5rem; margin-right: .1rem; padding: 0 .15rem 0 .3rem; font-family: "Microsoft YaHei"; font-size: .16rem; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.22rem; }

.slide-box li { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.slide-box .title {  }
.slide-box .monuy { width: 1rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.2rem; font-weight: 500; line-height: 0.46rem; color: #990033; text-align: left; }

.home2 .card.jzmx { padding-bottom: .17rem; }
.wyjz { display: flex; align-items: center; justify-content: space-between; margin: .3rem 0 0; }
.wyjz::before { display: block; content: ""; flex: 1; width: 100%; height: 1px; margin: 0 .34rem 0 0; background: #ffcc99; }
.wyjz a { display: block; position: relative; z-index: 1; width: 1.5rem; height: .4rem; font-family: "SYST900"; font-size: .2rem; line-height: .4rem; color: #fff; text-align: center; border-radius: .2rem; overflow: hidden; letter-spacing: 1px; transition: all .3s; }
.wyjz a::before { position: absolute; top: 0; left: 0; z-index: -2; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, #8b102c, #fb2a38, #8b102c); transition: all .4s; }
.wyjz a::after { position: absolute; top: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, #fb2a38, #8b102c 30%, #8b102c 70%, #fb2a38 100%); transition: all .4s; opacity: 0; }
.wyjz a:hover { letter-spacing: 4px; }
.wyjz a:hover::before { opacity: 0; }
.wyjz a:hover::after { opacity: 1; }

.djs-wrap { position: fixed; z-index: 100; top: calc(50% - .4rem); right: -.4rem; width: .8rem; height: .8rem; transition: all .6s; }
.djs-wrap::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background: #ffd2a7; border-radius: 50%; animation: ani-yuan2 3s linear infinite 1.5s; }
.djs-wrap::after { content: ""; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background: #ffd2a7; border-radius: 50%; animation: ani-yuan2 3s linear infinite; }
.djs-wrap .djs { width: 100%; height: 100%; padding: 0 0 0 .1rem; background: url("../images/f_icon6.png") no-repeat -.1rem 50% / .52rem #80011f; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; overflow: hidden; corsor: pointer; }
.djs-wrap .num { display: none; font-size: .14rem; line-height: .3rem; color: #ffcc99; white-space: nowrap; }
.djs-wrap .num span { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: .3rem; font-weight: 700; margin-right: 2px; letter-spacing: -1px; }
.djs-wrap p { display: none; margin: 0 0 .05rem; font-size: .16rem; line-height: .2rem; color: #ffcc99; white-space: nowrap; }
.djs-wrap i { width: .26rem; font-family: "宋体"; text-align: center; font-style: initial; font-weight: 700; color: #fff; font-size: .17rem; line-height: .26rem; color: #ffd2a7; cursor: pointer; opacity: .9; transform: rotateY(180deg); transition: all .3s; }

.djs-wrap.show { top: calc(50% - .9rem); right: -.7rem; width: 1.8rem; height: 1.8rem; }
.djs-wrap.show .djs { padding: 0 0 0 .17rem; background-size: 1.13rem; }
.djs-wrap.show::before, .djs-wrap.show::after { animation-name: ani-yuan; }
.djs-wrap.show .num { display: block; animation: ani-left .6s .3s forwards; opacity: 0; }
.djs-wrap.show p { display: block; animation: ani-left .6s .3s forwards; opacity: 0; }
.djs-wrap.show i { margin: .06rem 0 -.35rem .45rem; transform: rotateY(0deg); }

@keyframes ani-left {
    0% {
        opacity: 0;
        transform: translateX(.2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes ani-yuan {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}
@keyframes ani-yuan2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.footer { padding: .45rem 0 .25rem; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .container { align-items: center; }

.foot-img { align-self: center; }
.foot-img img { max-height: 0.7rem; }

.copy { margin: 0 .6rem; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #ffcc99; text-align: left; }
.copy a { color: #ffcc99; }

.ewm li { margin: 0 0 0 .3rem; }
.ewm li:first-child { margin: 0; }
.ewm img { width: 1.2rem; }
.ewm p { margin: 0.05rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #ffcc99; text-align: center; }

/* 内页样式 */
.main-box { position: relative; z-index: 2; min-height: calc(100vh - 3.2rem); }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.44rem; color: #999; text-align: left; }
.place a { position: relative; display: inline-block; color: #999; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.08rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #80011f; -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; }
.place a:hover { color: #80011f; }
.place a:hover::after { right: auto; left: 0; width: 100%; }
.place span { display: inline-block; vertical-align: top; padding: 0 0 0 28px; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }

.sidebar { position: relative; z-index: 3; width: 3rem; margin: .5rem 0 .6rem; }
.sidebar h3 { position: relative; font-family: "SYST900"; font-size: 0.34rem; font-weight: 500; line-height: 1rem; color: #fff; text-align: center; background: #80011f; letter-spacing: 1px; border-radius: .1rem; }
.sidebar .sub-nav { position: relative; margin: .2rem 0 0; padding: .1rem .28rem; box-shadow: 0 .05rem .15rem 0 #f2e8e7; border-radius: .1rem; background: #fff; }
.sidebar .sub-nav li { position: relative; border-bottom: 1px solid #ededed; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur .down { opacity: 1; }
.sidebar .sub-nav li.cur > a { color: #80011f !important; font-weight: 700; }
.sidebar .sub-nav li.cur > a p::after { width: 100%; opacity: 1; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li:hover > a { color: #80011f; }
.sidebar .sub-nav a { position: relative; z-index: 2; display: -ms-flexbox; display: flex; align-items: center; padding: .22rem .5rem .22rem .15rem; font-size: 0.18rem; font-weight: 500; line-height: 0.26rem; 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; }
.sidebar .sub-nav a p { position: relative; }
.sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -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; opacity: 0; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .64rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .3; -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; }
.sidebar .sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sidebar .sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .12rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .16rem; line-height: .24rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; width: 5px; height: 5px; background: #ccc; margin: 0 .1rem 0 0; border-radius: 50%; content: ""; -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; }
.sidebar .sub-nav .lv3 a:hover { color: #80011f; }
.sidebar .sub-nav .lv3 a:hover::before { background: #80011f; }
.sidebar .sub-nav .lv3 a.cur { color: #80011f; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #80011f; }

.main { position: relative; z-index: 4; width: calc(100% - 3.6rem); min-height: 4rem; margin: .45rem 0 0; padding: 0 0 .2rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.position h3 { position: relative; display: -ms-flexbox; display: flex; align-items: center; white-space: nowrap; font-family: "SYST700"; font-size: 0.3rem; font-weight: 700; line-height: 0.44rem; color: #333; text-align: left; }
.position h3::after { position: absolute; top: auto; right: auto; bottom: -0.16rem; left: 0.16rem; z-index: -1; content: ""; width: 1.15rem; height: .91rem; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; }
.list1 a { position: relative; padding: .26rem .0rem; border-bottom: 1px dashed #edd2d9; -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::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #80011f; -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; }
.list1 .date1 { width: .6rem; font-size: .16rem; text-align: right; color: #80011f; line-height: .24rem; }
.list1 .date1 p:first-child { font-size: .36rem; line-height: .4rem; }
.list1 .line { width: 1px; height: .5rem; background: #dfdfdf; }
.list1 .text { width: calc(100% - 1.3rem); }
.list1 .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; }
.list1 .info { margin: .08rem 0 0; color: #777; }

.picture2 { margin: .2rem 0 0; }
.picture2 li { position: relative; border-bottom: 1px dashed #edd2d9; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .28rem .25rem; -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 .img-frame { width: 2.6rem; }
.picture2 .img-frame .img { padding: 64% 0 0; background-size: contain;    background-color: #fff; }
.picture2 .text { position: relative; width: calc(100% - 2.7rem); padding: .1rem 0 0 .2rem; }
.picture2 .date { margin: .08rem 0 0; }
.picture2 .title { line-height: .3rem; color: #333; }
.picture2 .info { max-height: .46rem; margin: .12rem 0 .15rem; }

.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: .3rem 0 0; padding: .1rem; border: 1px solid #eee; border-radius: 4px; -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: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #80011f; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.15rem; margin-bottom: .3rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .44rem 0 0; }
.teach-list .img-zoom { z-index: 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; padding: .1rem .1rem 0; border-radius: .05rem; background: #FFFFFF; box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.15); }
.teach-list .img-zoom::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; content: ""; width: 100%; height: 2px; background: #80011f; }
.teach-list .img-frame { background: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { font-weight: 700; font-size: .18rem; line-height: .6rem; text-align: center; }

.article { padding: .5rem 0 .2rem; }
.article .title { font-size: 0.28rem; 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 0 .1rem; padding: .18rem 0 .35rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #999; 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 .25rem; }
.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 .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 2px solid #80011f; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; font-weight: 500; line-height: 0.28rem; color: #666; 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: #80011f; -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: #80011f; 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: #80011f; 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; }

.article .share { display: flex; justify-content: flex-end; align-items: center; padding: .1rem 0 .3rem; -webkit-transition: top 0.01s linear 0s; -moz-transition: top 0.01s linear 0s; -ms-transition: top 0.01s linear 0s; -o-transition: top 0.01s linear 0s; transition: top 0.01s linear 0s; }

.article .share p { margin: 0 0 0; text-indent: 0; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }

.article .share .share-icon { display: flex; justify-content: center; }

.article .share .share-icon .s-icon { width: .45rem; height: .45rem; margin: 0 .07rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 60%; border-radius: 50%; cursor: pointer; transition: all .3s; -ms-transition: all .3s; border: 1px solid #eee; }

.article .share .share-icon .s-icon:hover { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); }

.article .share .share-icon .s-icon.sina { background-image: url(../images/share4_2.png); }

.article .share .share-icon .s-icon.wechat { position: relative; background-image: url(../images/share4_1.png); }

.article .share .share-icon .s-icon.qq { background-image: url(../images/share4_3.png); }

.article .share .share-icon .s-icon.qzone { background-image: url(../images/share4_4.png); }

.article .share .qrid_zz { position: absolute; bottom: 120%; right: 0; left: 50%; z-index: 1000; display: none; width: 1.5rem; height: auto; padding: .14rem .14rem .06rem; background: #fff; border-radius: 5px; transform: translateX(-50%); -ms-transform: translateX(-50%); box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.2); }

.article .share .qrid_zz #qrid { width: 100%; height: 100%; }

.article .share .qrid_zz #qrid canvas { vertical-align: top; width: 100%; height: 100%; }

.article .share .qrid_zz p { font-size: .14rem; line-height: .3rem; color: #666; text-align: center; margin: 4px 0 0; }

.teach-article .article-head { display: -ms-flexbox; display: flex; justify-content: space-between; background: #f8f8f8; padding: .3rem .2rem .3rem .4rem; }
.teach-article .article-head .img-box { position: relative; z-index: 1; width: 1.9rem; }
.teach-article .article-head .img-box::after { position: absolute; top: -0.12rem; right: auto; bottom: auto; left: -0.12rem; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #80011f, #80011f); }
.teach-article .article-head .img-box .img-zoom { box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.25); }
.teach-article .article-head .img-box .img { padding: 130% 0 0; background-position-y: 10%; }
.teach-article .article-head .text { width: calc(100% - 2.4rem); padding: 0 0 0; font-size: 0.2rem; font-weight: 500; line-height: 200%; color: #333; text-align: left; }
.teach-article .article-title { margin: .4rem 0 .2rem; border-bottom: 1px solid #80011f; }
.teach-article .article-title span { display: inline-block; padding: 0 .25rem; margin: 0 0 -1px; font-size: 0.18rem; font-weight: 700; line-height: 0.46rem; color: #fff; text-align: center; background: linear-gradient(50deg, #80011f, #80011f); border-radius: 5px 5px 0 0; }
.teach-article .article-title:first-child { margin-top: .1rem; }
.teach-article .content p { margin: 0 !important; }

/* 翻页样式 */
#list-page { margin: .4rem 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: 5px; -webkit-transition: all 0.22s ease-out 0s; -moz-transition: all 0.22s ease-out 0s; -ms-transition: all 0.22s ease-out 0s; -o-transition: all 0.22s ease-out 0s; transition: all 0.22s ease-out 0s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .11rem .13rem; color: #80011f; border: 1px solid #eee; border-radius: .3rem; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #80011f; font-weight: bold; color: #fff; border-color: #80011f; }
#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; border: 1px solid #eee; width: .45rem; height: .34rem; line-height: .34rem; vertical-align: bottom; }

@keyframes ani-l2 { 0% { left: .2rem; opacity: 0; }
  100% { left: 0; opacity: .56; } }
@media screen and (min-width: 1025px) { .news-swiper .img-frame::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: -80%; z-index: 2; width: 50%; height: 100%; background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 100%); -webkit-transform: skewX(-25deg); -moz-transform: skewX(-25deg); -ms-transform: skewX(-25deg); -o-transform: skewX(-25deg); transform: skewX(-25deg); }
  .news-swiper:hover .img-frame::before { left: 130%; -webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -ms-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s; transition: all 0.8s ease-out 0s; }
  .news-swiper:hover .title { color: #80011f; font-weight: 700; }
  .news-list1 li { position: relative; }
  .news-list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #80011f; }
  .news-list1 li:hover::after { width: 100%; -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; }
  .news-list1 li:hover .title { color: #80011f; font-weight: 700; }
  .news-list1 li:hover .date1 { border-color: transparent; color: #fff; }
  .news-list1 li:hover .date1::after { height: 100%; -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; }
  .news-list1 .date1 { position: relative; z-index: 1; overflow: hidden; }
  .news-list1 .date1::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 0; background: #80011f; }
  .news-list2 .img-frame::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: -80%; z-index: 2; width: 50%; height: 100%; background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 100%); -webkit-transform: skewX(-25deg); -moz-transform: skewX(-25deg); -ms-transform: skewX(-25deg); -o-transform: skewX(-25deg); transform: skewX(-25deg); }
  .news-list2 .date { -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; }
  .news-list2 li:hover .img-frame::before { left: 130%; -webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -ms-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s; transition: all 0.8s ease-out 0s; }
  .news-list2 li:hover .title { color: #80011f; font-weight: 700; }
  .news-list2 li:hover .date { color: #80011f; width: 100%; }
  .news-list2 li:hover .date::after { background: #80011f; }
  .news-list3 li { position: relative; }
  .news-list3 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #80011f; }
  .news-list3 li:hover::after { width: 100%; -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; }
  .news-list3 li:hover .title { color: #80011f; font-weight: 700; }
  .news-list3 li:hover .date { color: #80011f; }
  .news-list3 li:hover .source { -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-image: url("../images/f_icon3_2.png"); }

  .list1 a:hover { -webkit-transform: translateX(0.07rem); -moz-transform: translateX(0.07rem); -ms-transform: translateX(0.07rem); -o-transform: translateX(0.07rem); transform: translateX(0.07rem); }
  .list1 a:hover::after { width: 100%; }
  .list1 a:hover .title { color: #80011f; font-weight: 700; }
  .list1 a:hover .date1 { color: #80011f; }
  .list1 a:hover .line { background: #80011f; }
  .picture2 li { -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; z-index: 1; perspective: 1000px; }
  .picture2 li::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: calc(100% + .14rem); height: 100%; background: url("../images/f_icon5.png") no-repeat 98% 100% / 2.5rem auto #80011f; opacity: 0; transform-style: preserve-3d; -webkit-transform: rotateX(17deg); -moz-transform: rotateX(17deg); -ms-transform: rotateX(17deg); -o-transform: rotateX(17deg); transform: rotateX(17deg); -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; box-shadow: 0 0 0.23rem 0 rgba(0, 0, 0, 0.06); }
  .picture2 li:hover { border-color: transparent; }
  .picture2 li:hover::after { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
  .picture2 li:hover .title { color: #fff; font-weight: 700; }
  .picture2 li:hover .info { color: rgba(255, 255, 255, 0.6); }
  .picture2 li:hover .date { color: #fff; background-image: url("../images/f_icon6_2.png"); }
  .picture3 .img-zoom:hover { border-color: #80011f; background: #80011f; }
  .picture3 .img-zoom:hover .title { color: #fff; }
  .teach-list .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 2; content: ""; width: 0; height: 2px; background: #ffcc99; -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; }
  .teach-list .img-zoom:hover .title { color: #80011f; font-weight: 700; }
  .teach-list .img-zoom:hover::after { left: 0; width: 100%; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .container { max-width: 92%; }
  .header { position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; padding: 8px 0 !important; transition: all .2s; background: #80011f; border: none; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); }
  .header .container .nav { display: none; }
  .header.mobile-show { background: #80011f; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::after { display: none; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .nav-btn { display: block; }
  .mobile-box { display: block; }
  .column { margin: 0.3rem 0 0.2rem; }
  .column .cn { font-size: .3rem; }
  .column .cn::after { width: .9rem; }
  .more { font-size: .14rem; }
  .year-box { font-size: .2rem; }
  .year-box p img { width: .26rem; }
  .home1 { margin: 61px 0 0; padding: 0; }
  .home1 .l-box { width: 100%; }
  .home1 .l-box .news-list1 { width: 100%; }
  .home1 .r-box { width: 100%; }
  .news-swiper { width: 100%; margin: 0 0 .24rem; }
  .news-swiper .img-frame .img { padding: 62% 0 0; }
  .home2 .container > .year-box { display: none; }
  .home2 .l-box, .home2 .c-box, .home2 .r-box { width: 100%; }
  .home2 .column .year-box { display: flex; }
  .footer { padding: .2rem 0; }
  .foot-img { width: 100%; margin: 0 0 .2rem; text-align: center; }
  .copy { margin: 0 .3rem 0 0; }
  .main-box { margin: 61px 0 0; padding: .1rem 0 .4rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { position: relative; font-size: .22rem; line-height: .52rem; text-align: center; background: #80011f; border-radius: 4px; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .52rem; height: .52rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; 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; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .52rem; height: .52rem; 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); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .55rem; padding-top: 0; padding-bottom: 0; text-align: left; font-size: .18rem; line-height: .55rem; }
  .sidebar .sub-nav .down { top: 0; height: .55rem; }
  .side-swiper { display: none; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
.wyjz { margin-top: .1rem; } .home2 .card { min-height: auto; padding-bottom: .24rem; }
  .teach-list { margin-bottom: 0; padding: 0 0 .3rem; }
  .teach-list li { width: 25%; margin: .3rem 0 0; }
.article .sub { padding-bottom: .15rem; }
  .article { padding: .3rem 0 0 !important; } }
@media screen and (max-width: 768px) { .teach-list { margin: 0 -.1rem; padding: 0 .2rem .3rem; }
  .teach-list li { width: 33.33%; margin: .2rem 0 0; padding: 0 .1rem; }
  .position { flex-wrap: wrap; }
  .position h3 { width: 100%; }
  .place { width: 100%; }
.ewm li { margin: 0 0 0 .12rem; }
  .djs-wrap { top: calc(50% - .3rem); right: -.3rem; width: .6rem; height: .6rem; }
  .djs-wrap p { font-size: .14rem; }
  .djs-wrap .num { font-size: .12rem; }
  .djs-wrap .num span { font-size: .26rem; }
  .djs-wrap i { background-size: .15rem; }
  .djs-wrap .djs { padding: 0 0 0 .06rem; background-size: .45rem; }
  .djs-wrap.show { top: calc(50% - .8rem); right: -.7rem; width: 1.6rem; height: 1.6rem; }
.djs-wrap.show .djs { padding: 0 0 0 .12rem; background-size: 1rem; }
.djs-wrap.show i { margin: .02rem 0 -.35rem .35rem; transform: rotateY(0deg); }
  .list1 .text { width: calc(100% - 1rem); }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .article .share { justify-content: flex-start; }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; } 
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding: 0 0 0 .2rem; }
  .picture2 .text::after { display: none; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; } }
@media screen and (max-width: 520px) { .column { margin: 0.25rem 0 0.15rem; }
  .column .cn { font-size: .27rem; line-height: .34rem; }
  .column .cn::after { width: .8rem; }
  .more { line-height: .34rem; }
  .year-box { font-size: .18rem; }
  .year-box p img { width: .22rem; }
  .news-swiper { padding: .1rem; }
  .news-swiper .title { width: calc(100% - .6rem); font-size: .18rem; }
  .news-swiper .text { padding: .15rem 0 0; }
  .news-swiper .date1 { width: .5rem; font-size: .14rem; line-height: .22rem; }
  .news-swiper .date1 p:first-child { font-size: .27rem; }
  .news-list1 .text { width: calc(100% - .8rem); }
  .home2 .card { padding: .14rem .1rem .24rem; }
  .slide-box { overflow: hidden; }

  .slide-box .title { width: 100%; line-height: 22px; }
  .slide-box .monuy { width: 100%; font-size: .17rem; line-height: 20px; }
  .news-list2 .img-frame { width: 100%; }
  .news-list2 .date { width: 100%; }
  .news-list2 .date::after { bottom: 1px; }
  .news-list3 .title { text-overflow: clip; white-space: initial; }
  .foot-img { order: 1; }
  .copy { order: 3; width: 100%; margin: .2rem 0 0; text-align: center; }
  .ewm { order: 2; width: 100%; justify-content: center; }
  .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; }
  .picture3 > li { width: 100%; }
  .teach-list { padding: 0 0 .25rem; }
  .teach-list li { width: 50%; }
  .list1 a { padding: .16rem 0; }
  .list1 .text { width: calc(100% - .85rem); }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list1 .line, .list1 .info { display: none; } }

/*# sourceMappingURL=style.css.map */