@charset "utf-8";
/* 网站通用样式 */
#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; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #a20e0e; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1400px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { font-family: 'Cambria'; font-size: 0.2rem; font-weight: 700; line-height: 0.3rem; color: #961011; text-align: left; }

.date1 { font-family: 'Cambria'; font-size: 0.15rem; font-weight: 700; line-height: 0.2rem; color: #961011; text-align: center; }
.date1 p:first-child { font-size: .34rem; font-weight: 700; line-height: .36rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .28rem 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; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 140%; content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, transparent); }
.header .container { position: relative; z-index: 2; width: 1500px; max-width: 92%; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-wrapper { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 9.8rem; max-width: calc(100% - 4.8rem); }

.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: .62rem; }

.nav { width: calc(100% - .8rem); }
.nav .line { width: 1px; height: .13rem; background: #fff; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.52rem; color: #fff; 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; padding-top: .04rem; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; width: 0%; height: .04rem; margin: 0 auto; border-radius: 3px; background: #961011; -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:hover > a::after { width: 100%; }
.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: #961011; 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 #a20e0e; -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 .12rem; }
.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: #961011; 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: .14rem; font-weight: 500; line-height: .2rem; color: #494949; 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: #a20e0e; -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); }

.pad-btn { position: relative; display: flex; align-items: center; }
.pad-btn .search-btn { position: relative; z-index: 5; width: .5rem; height: .5rem; border-radius: 50%; cursor: pointer; }
.pad-btn .search-btn::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 100%; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 55%; background-color: transparent; background-size: 0.21rem; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 28px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 7px 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: 75%; }
.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); }

#mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0.4s; -moz-transition: all 0.3s ease-out 0.4s; -ms-transition: all 0.3s ease-out 0.4s; -o-transition: all 0.3s ease-out 0.4s; transition: all 0.3s ease-out 0.4s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 30%; opacity: 0; background: rgba(0, 0, 0, 0.5); content: ""; -webkit-transition: all 0.3s ease-out 0.2s; -moz-transition: all 0.3s ease-out 0.2s; -ms-transition: all 0.3s ease-out 0.2s; -o-transition: all 0.3s ease-out 0.2s; transition: all 0.3s ease-out 0.2s; }
#mask .search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: .2rem 0; overflow: hidden; }
#mask .search-box .form { position: relative; background: #fff; white-space: nowrap; padding: .12rem .16rem .12rem .16rem; width: 80%; max-width: 7.5rem; margin: 0 auto; opacity: 0; -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 2px 0 #ccc; border-radius: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
#mask .search-box .input { width: calc(100% - .55rem); height: .6rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border: 1px solid rgba(150, 16, 17, 0.25); border-radius: 4px; }
#mask .search-box .submit { width: .5rem; height: .6rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .6rem; height: .6rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
#mask .search-box .close .line { display: block; width: 100%; height: 2px; }
#mask .search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(-45deg); -moz-transform: translate(0, 23px) rotate(-45deg); -ms-transform: translate(0, 23px) rotate(-45deg); -o-transform: translate(0, 23px) rotate(-45deg); transform: translate(0, 23px) rotate(-45deg); }
#mask .search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
#mask .search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
#mask.show { opacity: 1; visibility: 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; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s ease-out 0s; -moz-transition: all 0.45s ease-out 0s; -ms-transition: all 0.45s ease-out 0s; -o-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
#mask.show .search-box .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 65px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .4rem; -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; opacity: 0; visibility: hidden; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #f8f4f4; background-size: auto; }
.mobile-box .nav { width: 100%; height: calc(100% - 1rem); 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; 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; font-weight: 500; padding: 0 .1rem; line-height: .6rem; 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: .2rem; }
.mobile-box .nav .sub-nav { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .18rem; line-height: .4rem; color: #494949 !important; border-bottom: none; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; }
.mobile-box .mobile-search .form { display: flex; width: 100%; overflow: hidden; }
.mobile-box .mobile-search .input { width: calc(100% - .7rem); height: .5rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; background: #fff; border: 1px solid #a20e0e; border-radius: .3rem 0 0 .3rem; overflow: hidden; }
.mobile-box .mobile-search .submit-btn { background: linear-gradient(90deg, #a20e0e, #961011); border-radius: 0 .3rem .3rem 0; }
.mobile-box .mobile-search .submit { width: .7rem; height: .5rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #961011; }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 1s ease-out 0s; -moz-transition: transform 1s ease-out 0s; -ms-transition: transform 1s ease-out 0s; -o-transition: transform 1s ease-out 0s; transition: transform 1s ease-out 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6.2s ease-out 1s; -moz-transition: transform 6.2s ease-out 1s; -ms-transition: transform 6.2s ease-out 1s; -o-transition: transform 6.2s ease-out 1s; transition: transform 6.2s ease-out 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; bottom: .55rem; z-index: 3; height: .16rem; display: flex; align-items: center; justify-content: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; width: .13rem; height: .13rem; margin: 0 .1rem; background: #fff; border: 1px solid #fff; opacity: 1; 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; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fe7117; }

@keyframes ani-rote { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
/* 网站底部 */
.footer { background: #880808; }

.foot1 { padding: .26rem 0 .2rem; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #961011; background-size: 100%; }
.foot1 .line { width: 1px; height: 1.2rem; background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.35), transparent); }

.foot-img img { max-height: .61rem; }

.foot-contact { font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; }
.foot-contact p { padding: 0 0 0 .3rem; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.foot-contact p:nth-of-type(1) { background-image: url("../images/f_icon10_1.png"); }
.foot-contact p:nth-of-type(2) { background-image: url("../images/f_icon10_2.png"); }
.foot-contact p:nth-of-type(3) { background-image: url("../images/f_icon10_3.png"); }
.foot-contact a { color: #fff; }

.foot-ewm img { width: 1.2rem; }
.foot-ewm p { margin: .05rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }

.copy { padding: .15rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }
.copy a { color: #fff; }

/* 首页样式 */
.column { position: relative; z-index: 1; width: 100%; margin: .3rem 0; }
.column h3 { padding: 0 1.1rem 0 0; font-size: 0.3rem; font-weight: 700; line-height: 0.5rem; color: #000; text-align: left; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: calc(100% - 4px) 50%; background-color: #f8f4f4; background-size: 0.91rem; }
.column::after { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 1px; background: #961011; }

.more { display: block; padding: 0 .18rem 0 .1rem; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #666; text-align: left; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: #f8f4f4; background-size: 0.15rem; }

.home1 { padding: 0 0 .6rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 100% 50%; background-color: #f8f4f4; background-size: auto 100%; }
.home1 .l-box { width: 73.57%; }
.home1 .r-box { width: 25.357%; }

.news-swiper1 { margin: 0 0 .25rem; }
.news-swiper1 .img { padding: 2.85rem 0 0; }
.news-swiper1 .title { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 0 .1rem; font-weight: 700; color: #fff; text-align: center; line-height: .5rem; background: rgba(0, 0, 0, 0.5); }
.news-swiper1 .control { align-items: center; margin: .22rem 0 0; }
.news-swiper1 .pagination { padding: 0 .1rem; }
.news-swiper1 .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; margin: 0 .07rem; opacity: 1; background: #e4c6c7; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fe7117; }
.news-swiper1 .swiper-arrow { width: .36rem; height: .4rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.15rem; cursor: pointer; }
.news-swiper1 .swiper-arrow.swiper-prev { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.news-list1 { font-size: 0; margin: 0 -0.05rem; }
.news-list1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.05rem; }
.news-list1 li { margin: 0 0 .15rem; }
.news-list1 a { position: relative; z-index: 1; display: block; padding: .2rem .28rem; background: #fff; }
.news-list1 .title { height: .6rem; font-weight: 700; }
.news-list1 .info { height: .48rem; margin: .16rem 0; }

.notice-box .column { margin-bottom: 0; padding: 0 .2rem; border-radius: .08rem .08rem 0 0; background-image: url("../images/list_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.notice-box .column h3 { font-size: .26rem; line-height: .6rem; color: #fff; background: none; }
.notice-box .more { margin: .15rem 0 0; padding: 0 0 .14rem; line-height: .3rem; text-align: center; background-image: url("../images/f_icon2_3.png"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 0.29rem; }

.news-list2 li { margin: .12rem 0 0; }
.news-list2 a { display: flex; align-items: center; border: 1px solid #e56768; background: #fff; }
.news-list2 .date1 { position: relative; z-index: 1; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 1rem; height: 1rem; background: #f9f4f4; overflow: hidden; }
.news-list2 .date1::after { position: absolute; top: auto; right: auto; bottom: -0.5rem; left: 0; z-index: -1; content: ""; width: 1rem; height: 1.07rem; background-image: url("../images/f_icon12.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; animation: ani-rot 15s linear infinite; }
.news-list2 .title { width: calc(100% - 1rem); padding: 0 .1rem; }
.news-list2 .text { width: calc(100% - 1rem); padding: 0 .2rem; }
.news-list2 .text .title { width: 100%; padding: 0; margin: 0 0 .06rem; }

@keyframes ani-rot { 0% { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
.home2 { padding: .65rem 0; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto 100%; }
.home2 .container { height: 7.3rem; }
.home2 .card { display: -ms-flexbox; display: flex; justify-content: space-between; width: .88rem; height: 100%; overflow: hidden; background-image: url("../images/list_bg3_1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: width 0.7s ease-out 0s; -moz-transition: width 0.7s ease-out 0s; -ms-transition: width 0.7s ease-out 0s; -o-transition: width 0.7s ease-out 0s; transition: width 0.7s ease-out 0s; }
.home2 .card.c2 { background-image: url("../images/list_bg3_2.jpg"); }
.home2 .card.c3 { background-image: url("../images/list_bg3_3.jpg"); }
.home2 .card.c4 { background-image: url("../images/list_bg3_4.jpg"); }
.home2 .card.c5 { background-image: url("../images/list_bg3_5.jpg"); }
.home2 .card.c6 { background-image: url("../images/list_bg3_6.jpg"); }
.home2 .card.c7 { background-image: url("../images/list_bg3_7.jpg"); }
.home2 .card.c8 { background-image: url("../images/list_bg3_8.jpg"); }
.home2 .card.on { width: calc(100% - 6.16rem); }
.home2 .card.on .l-box { width: calc(100% - 6.44rem); }
.home2 .card.on .l-box .ani { font-weight: 700; animation: ani-up 1s; }
.home2 .l-box { padding: 0 0 0; width: .88rem; flex-shrink: 0; display: flex; justify-content: center; }
.home2 .l-box .ani { display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; width: 100%; font-size: 0.26rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: 1px; }
.home2 .l-box .icon { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; height: .42rem; margin: 2.2rem 0 .2rem; text-align: center; }
.home2 .l-box .icon img { max-height: 100%; }
.home2 .r-box { width: 6.44rem; padding: .54rem .68rem 0 0; -webkit-transition: width 0.45s ease-out 0s; -moz-transition: width 0.45s ease-out 0s; -ms-transition: width 0.45s ease-out 0s; -o-transition: width 0.45s ease-out 0s; transition: width 0.45s ease-out 0s; }
.home2 .img { padding: 3.25rem 0 0; }
.home2 .text { padding: .4rem 0 0; }
.home2 .title { padding: 0 0 .18rem; color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.home2 .info { margin: .12rem 0; height: .48rem; color: #fff; }
.home2 .date { color: #ffc96c; }
.home2 .control { position: relative; display: flex; align-items: center; margin: .32rem 0 0; }
.home2 .pagination { padding: 0 .06rem; }
.home2 .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; margin: 0 .07rem; opacity: .3; background: #fff; }
.home2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; }
.home2 .swiper-arrow { width: .36rem; height: .4rem; background-image: url("../images/f_icon2_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.15rem; cursor: pointer; }
.home2 .swiper-arrow.swiper-prev { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.home2 .more2 { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; font-family: 'Cambria'; font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; }
.home2 .more2::after { position: absolute; top: auto; right: 0; bottom: 0.05rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -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; }
.home2 .more2:hover::after { right: auto; left: 0; width: 100%; }

@keyframes ani-up { 0% { opacity: 0; -webkit-transform: translateY(0.2rem); -moz-transform: translateY(0.2rem); -ms-transform: translateY(0.2rem); -o-transform: translateY(0.2rem); transform: translateY(0.2rem); }
  50% { opacity: 0; -webkit-transform: translateY(0.2rem); -moz-transform: translateY(0.2rem); -ms-transform: translateY(0.2rem); -o-transform: translateY(0.2rem); transform: translateY(0.2rem); }
  100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
.home3 { padding: 1px 0 .5rem; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 100% 50%; background-color: #f8f4f4; background-size: auto 100%; }

.link-list1 { font-size: 0; margin: 0 -0.08rem; }
.link-list1 > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.08rem; }
.link-list1 li { margin: 0 0 .2rem; }
.link-list1 .img { padding: 75% 0 0; }
.link-list1 .title { font-size: .17rem; position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; color: #fff; font-weight: 700; line-height: .45rem; text-align: center; background: #961011; }

.home4 { padding: 1px 0 .3rem; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 100% 50%; background-color: #f2ebeb; background-size: auto 100%; }
.home4 .column { background: #f2ebeb; }
.home4 .column h3 { background-color: #f2ebeb; }

.link-list2 { font-size: 0; margin: 0 -0.14rem; }
.link-list2 > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0.14rem; }
.link-list2 li { margin: 0 0 .2rem; }
.link-list2 a { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; height: 1rem; font-size: 0.2rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; border-radius: .1rem; border: 1px dashed #961011; }
.link-list2 .icon { display: block; width: .5rem; height: .5rem; margin: 0 .1rem 0 0; background-image: url("../images/f_icon4_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.link-list2 .icon.i2 { background-image: url("../images/f_icon5_1.png"); }
.link-list2 .icon.i3 { background-image: url("../images/f_icon6_1.png"); }
.link-list2 .icon.i4 { background-image: url("../images/f_icon7_1.png"); }
.link-list2 .icon.i5 { background-image: url("../images/f_icon8_1.png"); }
.link-list2 .icon.i6 { background-image: url("../images/f_icon9_1.png"); }

/* 内页样式 */
.main-box { background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #f8f4f3; background-size: auto; }
.main-box .column { margin: 0 0 .2rem; }
.main-box .column h3 { font-size: .26rem; }
.main-box .news-list2 li { margin: .2rem 0 0; }

.decorate { position: relative; padding: 25% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.place { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; padding: .4rem 0 .1rem; font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: left; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent); }
.place a { position: relative; display: inline-block; color: #fff; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.18rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; 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; }
.place a:hover::after { right: auto; left: 0; width: 100%; }
.place span { 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; }

.main-box .container { align-items: flex-start; }

.sidebar { position: relative; z-index: 3; width: 2.8rem; margin: -.8rem 0 .6rem; }
.sidebar h3 { position: relative; font-size: 0.3rem; font-weight: 700; line-height: 1.1rem; color: #fff; text-align: center; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #961011; background-size: auto 130%; letter-spacing: 1px; }
.sidebar .sub-nav { position: relative; margin: .2rem 0 0; padding: .1rem .28rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 0 100%; background-color: #fff; background-size: auto 4rem; box-shadow: 0px 0.04rem 0.18rem 0px rgba(165, 186, 199, 0.3); }
.sidebar .sub-nav li { position: relative; border-bottom: 1px solid #ededed; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur > a { color: #961011 !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: #961011; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .4rem .2rem .2rem; font-size: 0.18rem; font-weight: 500; line-height: 0.24rem; 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: .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; }
.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: #a20e0e; }
.sidebar .sub-nav .lv3 a:hover::before { background: #a20e0e; }
.sidebar .sub-nav .lv3 a.cur { color: #961011; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #961011; }

.main { position: relative; z-index: 4; width: calc(100% - 3.4rem); min-height: 4rem; margin: .35rem 0 0; padding: 0 0 .2rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dfdfdf; }
.position h3 { white-space: nowrap; font-size: 0.28rem; font-weight: 700; line-height: 0.56rem; color: #333; text-align: left; border-bottom: 3px solid #a20e0e; margin: 0 0 -1px; }
.position h3 span { color: #961011; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; }
.list1 a { position: relative; padding: .16rem .0rem; border-bottom: 1px dashed #cacaca; -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: #961011; -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 .line { width: 1px; height: .5rem; background: #eee; }
.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; padding: .3rem 0; border-bottom: 1px dashed #cacaca; }
.picture2 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #961011; -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; }
.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; -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.8rem; }
.picture2 .img-frame .img { padding: 56.25% 0 0; }
.picture2 .text { position: relative; width: calc(100% - 2.8rem); padding: .1rem 0 0 .3rem; }
.picture2 .date { margin: .08rem 0 0; }
.picture2 .title { line-height: .3rem; color: #222; }
.picture2 .info { max-height: .5rem; margin: .12rem 0 0; }

.picture3 { font-size: 0; margin: 0 -0.1rem; margin-top: -.1rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.1rem; }

.picture3 .img-zoom { margin: .3rem 0 0; 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-color: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); background-position: 100% 100%; }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .1rem 0; }
.picture3 .title { font-size: 0.17rem; font-weight: 500; line-height: 0.3rem; 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 #a20e0e; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.15rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list .img-zoom { padding: .1rem .1rem .05rem; background: #f2f2f2; -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; border-radius: 4px; }
.teach-list .img-zoom:hover { background: #961011; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); }
.teach-list .img-zoom:hover .title { color: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; }
.teach-list .title { line-height: .5rem; text-align: center; }

.article { padding: .2rem 0 .2rem; }
.article .title { font-size: 0.27rem; 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: .2rem 0 .1rem; padding: .14rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; background: #fff; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.02); }
.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: #000; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .15rem; }
.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 #961011; }
.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: #961011; -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: #961011; 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: #961011; 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.about .content { padding-top: .2rem; }

.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, #a20e0e, #961011); }
.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 #a20e0e; }
.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, #961011, #a20e0e); 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: .3rem 0 .4rem !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; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .09rem .11rem; color: #a20e0e; border: 1px solid #ddd; border-radius:4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #961011; font-weight: bold; color: #fff; border-color: #961011; }
#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-color: #ddd; width: .45rem; height: .34rem; line-height: .34rem; vertical-align: bottom; }

@media screen and (min-width: 1025px) { .column .more { -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; }
  .column .more:hover { color: #961011; font-weight: 700; padding-right: .28rem; }
  .news-list1 a { -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; }
  .news-list1 a::after { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 0; content: ""; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; opacity: 0; visibility: hidden; }
  .news-list1 a:hover { box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2); }
  .news-list1 a:hover::after { top: 0; height: 100%; opacity: 1; visibility: 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; }
  .news-list1 a:hover .title, .news-list1 a:hover .info, .news-list1 a:hover .date { color: #fff; }
  .news-list2 a { -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; }
  .news-list2 a .date1 { -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; }
  .news-list2 a:hover { box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2); }
  .news-list2 a:hover .title { color: #961011; font-weight: 700; }
  .news-list2 a:hover .date1 { color: #fff; background-color: #961011; }
  .news-list2 a:hover .date1::after { background-image: url("../images/f_icon13.png"); }
  .notice-box .more { -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; }
  .notice-box .more:hover { color: #961011; font-weight: 700; -webkit-transform: translateY(0.1rem); -moz-transform: translateY(0.1rem); -ms-transform: translateY(0.1rem); -o-transform: translateY(0.1rem); transform: translateY(0.1rem); }
  .link-list1 a { -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; }
  .link-list1 a:hover { box-shadow: 0 0.04rem 0.15rem 0 rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-0.06rem); -moz-transform: translateY(-0.06rem); -ms-transform: translateY(-0.06rem); -o-transform: translateY(-0.06rem); transform: translateY(-0.06rem); }
  .link-list2 a { position: relative; 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; }
  .link-list2 a::after { position: absolute; top: 0.04rem; right: 0.04rem; bottom: auto; left: auto; z-index: -1; content: ""; width: calc(100% - .08rem); height: calc(100% - .08rem); border: 1px dashed #f2ebeb; border-radius: .1rem; box-sizing: border-box; }
  .link-list2 a .icon { -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; }
  .link-list2 a:hover { background: #961011; color: #fff; }
  .link-list2 a:hover::after { opacity: .5; }
  .link-list2 a:hover .icon { background-image: url("../images/f_icon4_2.png"); }
  .link-list2 a:hover .icon.i2 { background-image: url("../images/f_icon5_2.png"); }
  .link-list2 a:hover .icon.i3 { background-image: url("../images/f_icon6_2.png"); }
  .link-list2 a:hover .icon.i4 { background-image: url("../images/f_icon7_2.png"); }
  .link-list2 a:hover .icon.i5 { background-image: url("../images/f_icon8_2.png"); }
  .link-list2 a:hover .icon.i6 { background-image: url("../images/f_icon9_2.png"); }
  .list1 li:hover .title { font-family: "SYST700"; color: #961011; }
  .list1 li:hover .title i { background: #a20e0e; border-color: #a20e0e; }
  .list1 li:hover .title i::after { background: #fff; }
  .list1 li:hover::after { width: 100%; }
  .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; }
  .picture2 li: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); }
  .picture2 li:hover::after { width: 100%; }
  .picture2 li:hover .title { font-weight: 700; color: #961011; }
  .picture3 .img-zoom:hover { border-color: #961011; background-color: #961011; background-image: url("../images/list_bg1.jpg"); background-position: 100% 100%; }
  .picture3 .img-zoom:hover .title { color: #fff; font-family: "SYST700"; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .header { padding: 10px 0 !important; transition: all .2s; background: #961011; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); }
  .header::after { display: none; }
  .header .container { width: 90%; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; }
  .header .right-wrapper .top-link a, .header .right-wrapper .nav, .header .right-wrapper .search-btn { 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; }
  .pad-btn .nav-btn { display: block; }
  .pad-btn::before { display: none; }
  .mobile-box { display: block; }
  .container { max-width: 92%; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 40% 0 0; }
  .banner .pagination { bottom: .2rem; }
  .banner .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; margin: 0 4px; }
  .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .14rem; height: .14rem; }
  .home1 { padding: 0 0 .4rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; }
  .news-swiper1 .img { padding: 56.25% 0 0; }
  .news-swiper1 .control { margin: .15rem 0 0; }
  .news-list1 a { padding: .1rem .15rem; }
  .home2 { padding: .4rem 0; }
  .home2 .container { height: auto; display: block; }
  .home2 .card { display: block; width: 100% !important; }
  .home2 .card.on .r-box { display: block; }
  .home2 .l-box { display: block; width: 100% !important; padding: .2rem .25rem; }
  .home2 .l-box .icon { width: auto; margin: 0 .15rem 0 0; }
  .home2 .l-box .ani { width: auto; writing-mode: horizontal-tb; animation: none !important; }
  .home2 .r-box { display: none; transition: none; width: 100% !important; padding: .1rem .25rem .3rem; }
  .home2 .img { padding: 56.25% 0 0; }
  .home2 .text { padding: .2rem 0 0; }
  .home2 .control { margin: .16rem 0 0; }
  .link-list1 > li { width: 50%; }
  .link-list2 > li { width: 33.33%; }
  .foot1 .line { display: none; }
  .foot-img { width: 100%; }
  .foot-contact { width: 100%; margin: .16rem 0; }
  .foot-ewm { width: 100%; text-align: center; }
  .decorate { margin: 61px 0 0; padding: 35% 0 0; }
  .place { line-height: .4rem; }
  .place .container { justify-content: flex-start; font-size: .15rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; box-shadow: 0px 0.04rem 0.1rem 0px rgba(165, 186, 199, 0.32); }
  .sidebar h3 { position: relative; font-size: .21rem; line-height: .5rem; text-align: center; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; 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: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; margin: 0; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; padding-left: .2rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .16rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .3rem 0 0 !important; }
  .article .sub { margin: .2rem 0 0; } }
@media screen and (max-width: 768px) { .news-list1 { margin: 0; }
  .news-list1 > li { width: 100%; padding: 0; }
  .news-list1 .title { height: auto; }
  .news-list1 .info { height: auto; margin: .1rem 0; }
  .main { padding: .1rem 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; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .cont-page .return-list p { font-weight: 700; }
  .position h3 { line-height: .4rem; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 { margin: 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; }
  .teach-article .article-head { display: block; padding: .35rem 5% .2rem; }
  .teach-article .article-head .img-box { margin: 0 auto; }
  .teach-article .article-head .text { width: 100%; padding: .2rem 0 0; } }
@media screen and (max-width: 520px) { .header { padding: 8px 0 !important; }
  .header .container { width: 94%; }
  .header .right-wrapper { width: auto; max-width: none; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .pad-btn .nav-btn { width: 26px; }
  .pad-btn .nav-btn i { margin: 6px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 8px) rotate(45deg); -moz-transform: translate(0px, 8px) rotate(45deg); -ms-transform: translate(0px, 8px) rotate(45deg); -o-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -8px) rotate(-45deg); -moz-transform: translate(0px, -8px) rotate(-45deg); -ms-transform: translate(0px, -8px) rotate(-45deg); -o-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .banner { margin: 56px 0 0; }
  .banner .img { padding: 50% 0 0; }
  .banner .pagination { bottom: .12rem; }
  .column h3 { padding: 0 .95rem 0 0; font-size: .28rem; }
  .home2 .l-box .ani { font-size: .24rem; }
  .link-list1 > li { width: 100%; }
  .link-list2 > li { width: 50%; }
  .decorate { margin: 56px 0 0; padding: 45% 0 0; }
  .main-box .column h3 { font-size: .22rem; }
  .place { padding: .3rem 0 .05rem; }
  .place .container { font-size: .14rem; }
  .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%; } }

/*# sourceMappingURL=style.css.map */