@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: .08rem; }
html::-webkit-scrollbar-thumb { border-radius: .08rem; background: #c00a0a; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1400px; max-width: 82%; margin: 0 auto; font-size: .16rem; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #323232; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #8a8a8a; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #666; text-align: left; }

.date1 { padding: .08rem 0 .1rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #c00a0a; text-align: center; }
.date1 p:first-child { font-size: .24rem; font-weight: 700; line-height: .3rem; }

.mobile-show { display: none; }

/* 网站头部 */
header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 9; width: 100%; transition: all .3s; }
header.scroll {  box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); }
.header { padding: .18rem 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; background-image: url("../images/head_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .container { position: relative; z-index: 2; 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: .88rem; }

.top-link a { position: relative; display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.top-link a::after { position: absolute; top: auto; right: 0; bottom: -3px; 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; }
.top-link a:hover { font-weight: 700; }
.top-link a:hover::after { right: auto; left: 0; width: 100%; }
.top-link i { display: block; width: 1px; height: .14rem; margin: 0 .12rem; background: rgba(255, 255, 255, 0.4); }

.search-box { width: 2.6rem; margin: .12rem 0 0; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: .3rem;overflow: hidden;  }
.search-box .input { width: calc(100% - .4rem); height: .3rem; padding: 0 .1rem 0 .15rem; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.search-box .submit { width: .4rem; height: .3rem; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.19rem; }

nav { background: #fff; }
nav li { position: relative; width: 9.09%; text-align: center; }
nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: center; }
nav li > a { position: relative; z-index: 5; -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 li:hover > a { color: #fff; background: #c00a0a; }
nav li:hover > a::after { left: 0; width: 100%; }
nav li:hover .sub-nav { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); opacity: 1; }
nav li:nth-last-child(1) .sub-nav, nav li:nth-last-child(2) .sub-nav { left: auto; right: 0; }
nav .sub-nav { position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; width: 5.2rem; padding: .18rem .2rem; background: #c00a0a; opacity: 0; visibility: hidden; box-shadow: 0 0.04rem 0.14rem 0 rgba(0, 0, 0, 0.25); background: white; border-radius: 2px; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); transform-origin: 50% 0%; -webkit-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
nav .sub-nav .text { width: calc(100% - 3.18rem); padding: 0 .18rem 0 0; border-right: 1px solid #eee; }
nav .sub-nav .text dd { border-bottom: 1px dashed #eee; }
nav .sub-nav .text dd:last-child { border: none; }
nav .sub-nav .text a { font-size: .15rem; padding: .07rem 0; line-height: .20rem; color: #888; text-align: left; text-indent: 0.5em; }
nav .sub-nav .text a:hover { color: #c00a0a; }
nav .sub-nav .img-zoom { width: 3rem; }
nav .sub-nav .img-zoom .img { padding: 45% 0 0; }
nav .sub-nav .img-zoom p { margin: .1rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.24rem; color: #c00a0a; text-align: left; }

.nav-btn { display: none; position: relative; z-index: 5; width: 28px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.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; }
.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); }

#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.45); 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: .15rem .18rem .15rem .18rem; width: 80%; max-width: 8rem; 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.16rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border: 1px solid rgba(36, 33, 141, 0.2); 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; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; -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%; 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 { display: block; 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 dd:last-child a { border: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .18rem; line-height: .44rem; color: #494949 !important; border-bottom: 1px dashed #ddd; }
.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; background: #fff; }
.mobile-box .mobile-search .form { display: flex; width: 100%; border: 1px solid #c00a0a; border-radius: 2px; overflow: hidden; }
.mobile-box .mobile-search .input { width: calc(100% - .7rem); height: .5rem; margin: 0 .1rem 0 0; 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; }
.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: #c00a0a; background-size: auto; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 15.6rem; max-width: 90%; z-index: 1; margin: 1.84rem auto 0; background: #c00a0a; }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 25%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent); }
.banner .img { position: relative; display: block; width: 100%; padding: 4rem 0 0; 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 { transition: transform .5s ease-out; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; bottom: .22rem; z-index: 3; display: flex; align-items: center; justify-content: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; vertical-align: middle; width: auto; height: auto; margin: 0 .06rem; padding: 4px; background: none; opacity: 1; border-radius: 50%; border: 1px dashed transparent; 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::after { display: block; content: ""; box-sizing: border-box; width: 8px; height: 8px; border-radius: 50%; 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; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { animation: ani-rote 12s linear infinite; border-color: #ffb400; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { background: #ffb400; }
.banner .swiper-arrow { position: absolute; top: calc(50% - .25rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: .8; }
.banner .swiper-arrow:hover { opacity: 1; } 
.banner .swiper-arrow.swiper-prev { left: 4%; }
.banner .swiper-arrow.swiper-next { right: 4%; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }


@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 { padding: .23rem 0 .14rem; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .l-box a { margin-right: .12rem; }

.contact { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.contact a { color: #fff; }

.ewm li { margin: 0 0 0 .2rem; }
.ewm img { height: .93rem; }
.ewm p { margin: .06rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #fff; text-align: center; }

.copy { padding: .15rem .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: rgba(255, 255, 255, 0.6); text-align: center; background: #4a4a4a; }
.copy a { color: rgba(255, 255, 255, 0.6); }
.copy img { margin-bottom: 2px; }

/* 首页样式 */
.column { position: relative; width: 100%; margin: .3rem 0 .15rem; }
.column h3 { font-size: 0.24rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; }
.column h3 span { position: relative; display: inline-block; vertical-align: top; color: #c00a0a; }
.column h3 span::after { position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 100%; height: 2px; background: #c00a0a; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; 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; }
.more:hover { -webkit-transform: translateX(-0.06rem); -moz-transform: translateX(-0.06rem); -ms-transform: translateX(-0.06rem); -o-transform: translateX(-0.06rem); transform: translateX(-0.06rem); color: #c00a0a; }

.home1 { padding: 0 0 .35rem; }
.home1 .l-box { width: 65.7%; }
.home1 .r-box { width: 31.428%; }

.news-list1 li { padding: .12rem 0; }
.news-list1 li:last-child { border: none; }
.news-list1 a { position: relative; display: flex !important; width: 100%; padding: 0 0 0 .4rem; }
.news-list1 .date1 { position: absolute; top: calc(50% - .33rem); right: auto; bottom: auto; left: 0; z-index: 2; width: .65rem; color: #fff; background: #c00a0a; }
.news-list1 .img-frame { width: 3rem; }
.news-list1 .img-frame .img { padding: 47.33% 0 0; }
.news-list1 .text { width: calc(100% - 3.2rem); padding: .06rem 0 0; }
.news-list1 .title { font-size: .18rem; }
.news-list1 .info { height: .84rem; margin: .1rem 0 0; text-indent: 2em; }

.news-list2 li { border-bottom: 1px solid #e2e2e2; }
.news-list2 .title { display: block; padding: 0 0 0 .3rem; line-height: .64rem; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 0.08rem 50%; background-color: transparent; background-size: 0.12rem; }

.news-swiper6 { padding: 0 0 .12rem; }
.news-swiper6 .pagination { position: absolute; bottom: -1px; left: 0; text-align: center; }
.news-swiper6 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #c00a0a; }

.home2 { padding: 1px 0 .64rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home2 .l-box { width: 31.42857%; }
.home2 .c-box { width: 31.42857%; }
.home2 .r-box { width: 31.42857%; }
.home2 .card { height: 4rem; margin: .2rem 0 0; padding: .12rem .25rem .2rem; background: #fff; box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.2); }

.slide-box .column { align-items: center; }
.slide-box .slide-menu { cursor: pointer; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.slide-box .slide-menu span { -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.slide-box .slide-menu span::after { -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; }
.slide-box .slide-menu.no { color: #7e7e7e; font-weight: 400; }
.slide-box .slide-menu.no span { color: #7e7e7e; }
.slide-box .slide-menu.no span::after { width: 0; }
.slide-box .line { display: block; width: 1px; height: .24rem; margin: 0 .14rem; background: #999; -webkit-transform: rotate(24deg); -moz-transform: rotate(24deg); -ms-transform: rotate(24deg); -o-transform: rotate(24deg); transform: rotate(24deg); }
.slide-box .more { display: none; }
.slide-box .more.active { display: block; }
.slide-box .slide-item { display: none; }
.slide-box .slide-item.active { display: block; animation: ani-up .6s; }

@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); }
  100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
.news-list3 li { border-bottom: 1px solid #e9e9e9; }
.news-list3 li:last-child { border: none; }
.news-list3 .title { line-height: .51rem; }
.news-list3 .title::before { display: inline-block; content: ""; width: 5px; height: 5px; margin: 0 .07rem 2px 0; background: #c00a0a; border-radius: 50%; }

.news-list4 a { padding: .13rem 0; }
.news-list4 .date1 { width: .7rem; padding: .06rem 0 .08rem; border: 1px solid #c00a0a; }
.news-list4 .text { width: calc(100% - .9rem); }
.news-list4 .title { margin: 0 0 .05rem; line-height: .2rem; }
.news-list4 .info { line-height: .2rem; padding: 0 0 0 .24rem; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.news-list4 .info.sj { background-image: url("../images/f_icon2.png"); background-size: .14rem; background-position-x: 1px; }
.news-list4 .info.dd { background-image: url("../images/f_icon3.png"); background-size: .16rem; }

.news-list5 a { padding: .13rem 0; }
.news-list5 .date1 { width: .7rem; padding: .06rem 0 .08rem; border: 1px solid #c00a0a; }
.news-list5 .title { width: calc(100% - .85rem); max-height: .6rem; }

.home3 { padding: 0 0 .34rem; }
.home3 .l-box { width: 31.42857%; }
.home3 .c-box { width: 31.42857%; }
.home3 .r-box { width: 31.42857%; }
.home3 .news-list3 .title { line-height: .59rem; }

.news-list6 { padding: .2rem 0 0; }
.news-list6 .date { display: inline-block; padding: 0 .14rem; line-height: .36rem; background: #e6e6e6; }
.news-list6 .date .s1 { margin: 0 .28rem 0 0; font-size: .16rem; color: #222; }
.news-list6 .date .s2 { font-size: .18rem; }
.news-list6 .title { line-height: .54rem; }

.home4 { padding: 1px 0 .42rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.img-swiper { padding: .18rem 0 0; position: relative; }
.img-swiper .img { padding: 48.9% 0 0; }
.img-swiper .title { margin: .1rem 0 0; text-align: center; }
.img-swiper .img-zoom { -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; }
.img-swiper .img-zoom:hover { -webkit-transform: translateY(-0.05rem); -moz-transform: translateY(-0.05rem); -ms-transform: translateY(-0.05rem); -o-transform: translateY(-0.05rem); transform: translateY(-0.05rem); }
.img-swiper .img-zoom:hover .title { color: #c00a0a; font-weight: 700; }
.img-swiper .swiper-arrow { position: absolute; top: calc(50% - .2rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .4rem; background-image: url("../images/arrow3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: .32rem; 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; opacity: .6; }
.img-swiper .swiper-arrow.swiper-prev { left: -.56rem; }
.img-swiper .swiper-arrow.swiper-next { right: -.56rem; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.img-swiper .swiper-arrow:hover { opacity: 1; background-image: url("../images/arrow4.png"); }

.link-box { margin: .48rem 0 0; }
.link-box .column { width: auto; margin: .22rem 0 0; }
.link-box .links { width: calc(100% - 1.9rem); }
.link-box .links li { width: 11.11%; }
.link-box .links a { display: block; -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-box .links a:hover { -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-box .links a:hover .icon img { animation: ani-roteY 1.2s linear infinite; }
.link-box .links a:hover p { color: #79a5f2; }
.link-box .links .icon { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .8rem; height: .8rem; margin: 0 auto; border: 1px solid #79a5f2; border-radius: 50%; background: #fff; }
.link-box .links .icon img { max-width: .46rem; max-height: .46rem; -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; }
.link-box .links p { margin: .1rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: center; }

@keyframes ani-roteY { 0% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }
  50% { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); }
  100% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } }
/* 内页样式 */
.decorate { position: relative; width: 15.6rem; max-width: 90%; margin: 1.84rem auto 0; padding: 4rem 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { background-image: url("../images/main_bg.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.main-box .container { align-items: flex-start; }

.sidebar { position: relative; z-index: 3; width: 2.8rem; margin: -.8rem 0 .6rem; padding: 0 0 0 .1rem; box-shadow: 0px 0.06rem 0.18rem 0px rgba(165, 186, 199, 0.32); background: linear-gradient(135deg, #c00a0a, #9a0d15); }
.sidebar h3 { position: relative; padding: 0 .15rem 0 0; font-size: 0.28rem; font-weight: 700; line-height: 1rem; color: #fff; text-align: center; }
.sidebar .sub-nav { position: relative; background: #fff; }
.sidebar .sub-nav li { position: relative; border-bottom: 1px dashed #ddd; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur > a { color: #c00a0a !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: #c00a0a; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .6rem .2rem .4rem; font-size: 0.17rem; 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: .64rem; 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 .3rem; font-size: .16rem; line-height: .24rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; width: 6px; height: 6px; background: #ccc; margin: 0 .1rem 0 0; border-radius: 50%; content: ""; }
.sidebar .sub-nav .lv3 a:hover { color: #c00a0a; }
.sidebar .sub-nav .lv3 a:hover::before { background: #c00a0a; }
.sidebar .sub-nav .lv3 a.cur { color: #c00a0a; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #c00a0a; }

.main { position: relative; z-index: 4; width: calc(100% - 3.32rem); min-height: 5rem; margin: .22rem 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-family: "SYST700"; font-size: 0.26rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border-bottom: 3px solid #c00a0a; margin: 0 0 -1px; }
.position .line { display: none; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.6rem; color: #888; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/f_icon8.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.place a { color: #888; }
.place a:hover { color: #c00a0a; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; width: 0; height: 1px; content: ""; background: #c00a0a; -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 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; }
.list1 a::before { display: inline-block; width: 6px; height: 6px; margin: 0 .12rem 2px 0; border-radius: 50%; content: ""; background: #c00a0a; }
.list1 .title { width: calc(100% - 1.2rem); line-height: .68rem; font-size: .17rem; -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 .title i { display: inline-block; margin: 0 .15rem 0 0; border: 1px solid #6D88CD; padding: 3px; -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 .title i::after { display: block; content: ""; box-sizing: border-box; width: 5px; height: 5px; background: #6D88CD; -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 .date { line-height: .68rem; font-size: .16rem; }

.picture2 { margin: .2rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: block; padding: 0.25rem 0.25rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 a::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -2; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, #c00a0a, #c00a0a); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.6rem; }
.picture2 .img-frame .img { padding: 56.25% 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: 0 0 0 .3rem; }
.picture2 .date { margin: .08rem 0 .08rem; font-size: .16rem; }
.picture2 .title { line-height: .3rem; color: #222; font-size: .17rem; }
.picture2 .info { max-height: .5rem; text-indent: 2em; }

.picture3 { font-size: 0; margin: 0 -0.16rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.16rem; }
.picture3 .img-zoom { margin: .32rem 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: 50% 0 0; }
.picture3 .text { padding: .1rem 0 .03rem; }
.picture3 .title { font-size: .17rem; 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 #c00a0a; }
.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: #c00a0a; 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; }

.dept-box .dept-title { font-size: 0.26rem; font-weight: 500; line-height: 0.6rem; color: #c00a0a; text-align: left; margin: .2rem 0 .2rem; }
.dept-box .dept-link { font-size: 0; margin: 0 -0.15rem; }
.dept-box .dept-link > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.dept-box .dept-link a { position: relative; z-index: 1; display: flex; align-items: center; width: 100%; height: .72rem; margin: 0 0 .25rem; padding: 0 .2rem 0 .3rem; font-size: 0.19rem; font-weight: 500; line-height: 0.24rem; color: #333; text-align: left; background: rgba(255, 255, 255, 0.8); box-shadow: 0px 0.05rem 0.13rem 0px rgba(165, 186, 199, 0.3); }
.dept-box .dept-link a::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -2; content: ""; width: 2px; height: 100%; background: #c00a0a; -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; }

.article { padding: .5rem 0 .2rem; }
.article .title { font-size: 0.26rem; font-weight: 500; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .25rem 0 .1rem; padding: .12rem 0 .12rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #888; text-align: center; background: #f6f6f6; }
.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 { 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: 3px solid #c00a0a; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.18rem; 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: #c00a0a; -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: #c00a0a; 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.18rem; font-weight: 500; line-height: 200%; color: #c00a0a; 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: 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, #c00a0a, #c00a0a); }
.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 #c00a0a; }
.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, #c00a0a, #c00a0a); border-radius: 5px 5px 0 0; }
.teach-article .article-title:first-child { margin-top: .1rem; }
.teach-article .content p { margin: 0 !important; }

/* 现任领导 */
.xrld{ padding: .5rem 0 2rem; }
.xrld-l{width: 47%;}
.xrld-l h3{justify-content: space-between;padding-bottom: 0.15rem;border-bottom: 1px solid #c00a0a; font-weight: 500; letter-spacing: 4px; }
.xrld-l h3 span{font-size: 0.24rem;color: #333;}
.xrld-l h3 p{font-size: 0.24rem;color: #333;}
.xrld-l li{border-bottom: 1px solid #e5e5e5;padding: .25rem 0;display: flex;justify-content: space-between;align-items: center;/* height: 1.1rem; */}
.xrld-l li span{font-size: 0.2rem;color: #a11312;line-height: 0.28rem;width: calc(100% - 1.6rem);}
.xrld-l li p{font-size: 0.2rem;color: #333;line-height: 0.28rem;padding-left: .3rem;text-align: right;width: 1.2rem;}
.xrld-l li p a{transition: 0.5s;width: 1rem;text-align: left; color: #333;}
.xrld-l li p a:hover { color: #c00a0a; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 20vh; left: auto; z-index: 20; width: 0.5rem; height: 0.5rem; border-radius: .1rem; cursor: pointer; background: linear-gradient(281deg, #c00a0a 10%, #c00a0a 94%); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); -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; opacity: .9; }
#to-top::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ""; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.32rem; }
#to-top:hover { opacity: 1; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .6rem !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; transition: all .24s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { background: rgba(255, 255, 255, .6); padding: .1rem .12rem; color: #c00a0a; border: 1px solid #ccc; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #c00a0a; font-weight: bold; color: #fff; border-color: #c00a0a; }
#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;background: rgba(255, 255, 255, .6); border-color: #ccc;  border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

@media screen and (min-width: 1025px) { .news-list1 .title, .news-list1 .info, .news-list1 .img-frame { -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 { -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; overflow: visible; }
  .news-list1 a:hover .img-frame { box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.32); }
  .news-list1 a:hover .title { color: #c00a0a; font-weight: 700; }
  .news-list1 a:hover .info { color: #494949; }
  .news-list2 li, .news-list3 li { position: relative; -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 li::after, .news-list3 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #c00a0a; -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 .title, .news-list3 li .title { -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
  .news-list2 li:hover, .news-list3 li:hover { -webkit-transform: translateX(0.06rem); -moz-transform: translateX(0.06rem); -ms-transform: translateX(0.06rem); -o-transform: translateX(0.06rem); transform: translateX(0.06rem); }
  .news-list2 li:hover::after, .news-list3 li:hover::after { width: 100%; }
  .news-list2 li:hover .title, .news-list3 li:hover .title { color: #c00a0a; font-weight: 700; }
  .news-list4 li .date1, .news-list5 li .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-list4 li:hover .date1, .news-list5 li:hover .date1 { color: #fff; background: #c00a0a; }
  .news-list4 li:hover .title, .news-list5 li:hover .title { color: #c00a0a; font-weight: 700; }
  .news-list4 li:hover .info, .news-list5 li:hover .info { color: #494949; }
  .news-list6 li .date { -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-list6 li:hover .date { color: #fff; background: #c00a0a; }
  .news-list6 li:hover .date .s1 { color: #fff; }
  .news-list6 li:hover .title { color: #c00a0a; font-weight: 700; }
  .list1 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; }
  .list1 li:hover { -webkit-transform: translateX(0.08rem); -moz-transform: translateX(0.08rem); -ms-transform: translateX(0.08rem); -o-transform: translateX(0.08rem); transform: translateX(0.08rem); }
  .list1 li:hover .title { color: #c00a0a; }
  .list1 li:hover .title i { background: #c00a0a; border-color: #c00a0a; }
  .list1 li:hover .title i::after { background: #fff; }
  .list1 li:hover::after { width: 100%; }
  .picture2 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; }
  .picture2 a:hover { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
  .picture2 a:hover::before { opacity: 1; }
  .picture2 a:hover::after { bottom: 0; opacity: 1; -webkit-transition: bottom 0.4s ease-out 0s; -moz-transition: bottom 0.4s ease-out 0s; -ms-transition: bottom 0.4s ease-out 0s; -o-transition: bottom 0.4s ease-out 0s; transition: bottom 0.4s ease-out 0s; }
  .picture2 a:hover .title { font-weight: 700; color: #fff; }
  .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; }
  .picture2 a:hover .date i { background: #fff; }
  .picture3 .img-zoom { z-index: 1; }
  .picture3 .img-zoom::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #c00a0a, #c00a0a); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .picture3 .img-zoom:hover::after { opacity: 1; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; }
  .dept-box .dept-link a:hover { color: #fff; }
  .dept-box .dept-link a:hover::after { width: 100%; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .container { max-width: 90%; }
  .header { padding: 10px 0 !important; transition: all .2s; }
  .header .right-wrapper .top-link, .header .right-wrapper .search-box { display: none; }
  .header.mobile-show { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .nav-btn { display: block; }
  .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 { display: none !important; }
  .mobile-box { display: block; }
  .banner { margin: 65px 0 0; width: 100%; max-width: 100%; }
  .banner .img { padding: 26% 0 0; } 
  .banner .swiper-arrow, .img-swiper .swiper-arrow { display: none; }
  .banner .pagination { bottom: .14rem; }
  .title { font-size: .18rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; }
  .home2 { padding: 1px 0 .4rem; }
  .home2 .l-box { width: 100%; }
  .home2 .c-box { width: 100%; }
  .home2 .r-box { width: 100%; }
  .news-list5 a, .news-list4 a { padding: .1rem 0; }
  .home3 .l-box { width: 100%; }
  .home3 .c-box { width: 100%; }
  .home3 .r-box { width: 100%; }
  .link-box { margin: .3rem 0 0; }
  .link-box .column { width: 100%; margin: 0 0 .2rem; }
  .link-box .links { width: 100%; }
  .column { margin: .2rem 0 .1rem; }
  .mobile-show { display: block; }
  .mobile-hide { display: none; }
  .decorate { margin: 65px 0 0; width: 100%;  max-width: 100%; padding: 32% 0 0; }
  .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: .22rem; 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.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .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.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: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; padding: 0 0 0 .1rem; }
  .sidebar .sub-nav .down { top: 0; width: .5rem; height: .5rem; }
  .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; }
  .place { line-height: .5rem; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .3rem 0 0 !important; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; }
  .dept-box .dept-link > li { width: 50%; } }
@media screen and (max-width: 768px) { .banner .img { padding: 25% 0 0; }
  .news-list1 a { padding: 0; }
  .news-list1 .date1 { top: 0; }
  .news-list1 .img-frame { width: 100%; }
  .news-list1 .text { width: 100%; padding: .12rem 0 0; }
.home1 { padding: 0 0 .1rem; }
  .home2 .card { height: auto; padding: .12rem .2rem; }
  .link-box .links { flex-wrap: wrap; }
  .link-box .links li { width: 20%; margin: 0 0 .2rem; }
  .footer { padding: .16rem 0; }
  .footer .r-box { width: 100%; margin: .2rem 0 0; justify-content: center; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #c00a0a; }
  .position h3, .position .line { display: none; }
  .place { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; background-position-y: 2px; }
  .main { padding: .18rem 0 0; }
  .article { padding: .25rem 0 0 !important; }
  .xrld { padding: 0 0 .8rem; }
  .xrld-l { width: 100%; margin: .4rem 0 0; }
  .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; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding-left: .2rem; }
  .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; }
  #to-top { display: none !important; }
  .dept-box .dept-title { font-size: .25rem; margin: 0 0 .1rem; }
  .dept-box .dept-link { margin: 0; }
  .dept-box .dept-link > li { width: 100%; padding: 0; }
  .dept-box .dept-link a { margin: 0 0 .15rem; padding: 0 .1rem 0 .2rem; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .container { max-width: 92%; }
  .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: 54px 0 0; }
  .banner .img { padding: 30% 0 0; }
  .home3 { padding: 0 0 .2rem; }
  .link-box .links li { width: 25%; }
  .link-box .links .icon { width: .7rem; height: .7rem; }
  .link-box .links .icon img { max-width: .35rem; max-height: .35rem; }
  .news-list6 .date { margin: 0 0 .1rem; }
  .news-list6 .title { margin: 0 0 .2rem; line-height: .23rem; text-overflow: clip; white-space: initial; }
  .home2 .card { padding: .07rem .14rem; }
  .footer .l-box { width: 100%; text-align: center; }
  .footer .c-box { width: 100%; margin: .15rem 0 0; text-align: center; }
  .list1 li { flex-wrap: wrap; padding: .15rem  0 !important; }
  .list1 .title { width: 100%; line-height: .28rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .title i { margin: 0 .1rem 0 0; }
  .list1 .date { line-height: .4rem !important; }
  .decorate { margin: 54px 0 0; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */