@charset "utf-8";
/* 网站通用样式 */
@font-face { font-family: "SYST700"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .08rem; }
html::-webkit-scrollbar-thumb { border-radius: .08rem; background: #49a074; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.25); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1500px; max-width: 90%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #8a8a8a; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #1b753a; text-align: left; }

.date1 { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: center; }
.date1 p:first-child { font-size: .3rem; line-height: .36rem; color: #1b753a; }

.mobile-show { display: none; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .3rem 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::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 0; background: #1b753a; -webkit-transition: all 0.32s ease-out 0s; -moz-transition: all 0.32s ease-out 0s; -ms-transition: all 0.32s ease-out 0s; -o-transition: all 0.32s ease-out 0s; transition: all 0.32s ease-out 0s; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 135%; content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent); }
.header .container { position: relative; z-index: 2; }
.header .right-wrapper { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 9rem; max-width: calc(100% - 5.5rem); }
.header.scroll { padding: .15rem 0; box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.4); -webkit-transition: box-shadow 0.3s ease-out 0.32s; -moz-transition: box-shadow 0.3s ease-out 0.32s; -ms-transition: box-shadow 0.3s ease-out 0.32s; -o-transition: box-shadow 0.3s ease-out 0.32s; transition: box-shadow 0.3s ease-out 0.32s; }
.header.scroll .logo img { max-height: .65rem; }
.header.scroll .top-link { height: 0; visibility: hidden; }
.header.scroll .nav li a { font-weight: 500; }
.header.scroll::before { height: 100%; }
.header.scroll::after { display: none; }

.logo img { max-height: .84rem; -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 { display: -ms-flexbox; display: flex; justify-content: flex-end; align-items: center; width: 100%; text-align: right; }
.top-link a { position: relative; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: rgba(255, 255, 255, 0.6); text-align: left; -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; }
.top-link a::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; }
.top-link a:hover { color: #fff; }
.top-link a:hover::after { right: auto; left: 0; width: 100%; }
.top-link span { display: inline-block; width: 1px; height: .13rem; margin: 0 .15rem; background: rgba(255, 255, 255, 0.6); }

.nav { width: calc(100% - .7rem); }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 700; line-height: 0.6rem; 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; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; width: 0%; height: 3px; margin: 0 auto; border-radius: 3px; 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; }
.nav li:hover > a::after { width: 100%; }
.nav li:hover .sub-nav { visibility: visible; top: calc(100% - 3px); opacity: 1; }
.nav .sub-nav { position: absolute; top: 125%; right: auto; bottom: auto; left: 50%; z-index: 1; min-width: 1.4rem; padding: .07rem 0; background: #1b753a; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: #49a074; transform: translateX(-50%); -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.nav .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: #1b753a; 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: #1b753a; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .12rem 0; font-size: .16rem; font-weight: 500; line-height: .2rem; color: #fff; -webkit-transition: background 0.15s ease-out 0s; -moz-transition: background 0.15s ease-out 0s; -ms-transition: background 0.15s ease-out 0s; -o-transition: background 0.15s ease-out 0s; transition: background 0.15s ease-out 0s; white-space: nowrap; }
.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: #49a074; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) 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; display: inline-block; width: 36px; height: 36px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; border-radius: 50%; cursor: pointer; }
.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.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.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% .8rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 0 0; background-color: #f9f9f9; 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% - 1.4rem); 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: #00091D; 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; transform: none; }
.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: .17rem; line-height: .48rem; 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 #1b753a; 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: #1b753a; background-size: auto; }
.mobile-box .top-link { display: flex; justify-content: center; }
.mobile-box .top-link a { color: #666; font-size: .17rem; }
.mobile-box .top-link span { background: #999; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #1b753a; }
.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.3), transparent); }
.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.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); -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: .42rem; padding: 0 3rem 0 0; z-index: 3; display: flex; align-items: center; justify-content: flex-end; }
.banner .pagination .swiper-pagination-bullet { position: relative; width: .12rem; height: .12rem; margin: 0 .07rem; background: rgba(255, 255, 255, 0.6); opacity: 1; border-radius: 50%; cursor: pointer; border: 1px solid transparent; -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 { position: absolute; top: calc(50% - .16rem); right: calc(50% - .16rem); bottom: auto; left: auto; z-index: 1; content: ""; width: .32rem; height: .32rem; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; border: 1px solid #fff; border-radius: 50%; 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; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { margin: 0 .17rem; background: none; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { opacity: .8; }
.mtju-c .more { position: absolute; top: 0; right: 0; z-inden: 2; }
/* 网站底部 */
.footer { position: relative; z-index: 5; padding: 1px 0 .35rem; background: #1b753a; }
.footer::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: -1; content: ""; width: 100%; height: calc(100% + .35rem); background-image: url("../images/foot_bg1.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto; }
.footer a { color: #fff; }

.copy { margin: .7rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }

.contact { font-size: 0.14rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: left; }
.contact .img { margin: -.24rem 0 .3rem; text-align: center; }
.contact .img img { max-height: 1.51rem; }
.contact img { vertical-align: top; }
.contact p:first-child { margin: 0 0 0 -.3rem; }
.contact p:first-child img { vertical-align: middle; }

.ewm { display: -ms-flexbox; display: flex; margin: .7rem 0 0; }
.ewm li { position: relative; margin: 0 0 0 .22rem; cursor: pointer; }
.ewm li:first-child { margin: 0; }
.ewm li:hover .img { bottom: calc(100% + .15rem); opacity: 1; visibility: visible; }
.ewm li:hover p { top: 100%; opacity: 1; visibility: visible; }
.ewm .img { position: absolute; top: auto; right: auto; bottom: calc(100% + .3rem); left: 50%; z-index: 1; padding: .02rem; width: .9rem; border-radius: 4px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: #fff; opacity: 0; visibility: hidden; -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; }
.ewm .img::after { position: absolute; top: 100%; right: calc(50% - 5px); bottom: auto; left: auto; z-index: 1; content: ""; border-top: .08rem solid #fff; border-right: 0.05rem solid transparent; border-bottom: 0.08rem solid transparent; border-left: 0.05rem solid transparent; }
.ewm .img img { width: 100%; }
.ewm .icon { width: .58rem; }
.ewm .icon img { width: 100%; }
.ewm p { position: absolute; top: calc(100% + .15rem); right: auto; bottom: auto; left: 50%; z-index: 1; padding: .1rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; opacity: 0; visibility: hidden; -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 { position: relative; width: 100%; margin: .4rem 0; }
.column h3 { display: inline-block; padding: 0 .7rem 0 0; font-family: "SYST700"; font-size: 0.36rem; font-weight: 500; line-height: 0.66rem; color: #333; text-align: left; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 0.61rem; }

.more { position: relative; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #1b753a; 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::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: calc(100% - 7px); height: 1px; background: #1b753a; }
.more:hover { color: #1b753a; -webkit-transform: translateX(0.08rem); -moz-transform: translateX(0.08rem); -ms-transform: translateX(0.08rem); -o-transform: translateX(0.08rem); transform: translateX(0.08rem); }

.home1 { padding: 0 0 .45rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home1 .container { position: relative; align-items: flex-end; }
.home1 .container::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; width: 48%; height: calc(100% - 1rem); background: #fff; }
.home1 .column { padding: 0 .8rem 0 0; }
.home1 .l-box { position: relative; z-index: 2; width: 54.66%; }
.home1 .r-box { position: relative; z-index: 3; width: 48%; margin: 0 0 0 -2.66%; }

.news-swiper-img { margin: 0 0 .45rem; }
.news-swiper-img .img { padding: 5.4rem 0 0; }

.news-swiper-txt { padding: .5rem .56rem .15rem .28rem; background-image: url("../images/list_bg2.png"); background-repeat: no-repeat; background-position: 100% 0; background-color: transparent; background-size: cover; }
.news-swiper-txt .swiper-slide { background: #f8fbf9; }
.news-swiper-txt .swiper-slide:hover .title { color: #1b753a; }
.news-swiper-txt .date1 { width: .75rem; padding: .11rem 0 .08rem; color: #fff; background: #1b753a; }
.news-swiper-txt .date1 p:first-child { line-height: .3rem; color: #fff; }
.news-swiper-txt .title { width: calc(100% - 1rem); max-height: .72rem; font-weight: 700; line-height: 0.36rem; }
.news-swiper-txt .control { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; padding: .1rem 0 0; }
.news-swiper-txt .swiper-arrow { width: .31rem; height: .31rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto 100%; cursor: pointer; }
.news-swiper-txt .swiper-arrow.swiper-next { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.news-swiper-txt .pagination { padding: 0 .14rem; }
.news-swiper-txt .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; margin: 0 .06rem; background: #d2d4d3; opacity: 1; }
.news-swiper-txt .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #1b753a; }

.news-list1 { padding: .2rem .36rem .15rem .9rem; }
.news-list1 li { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px solid #eaeaea; -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 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #1b753a; -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-list1 li:last-child { border: none; }
.news-list1 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-list1 li:hover::after { width: 100%; }
.news-list1 li:hover .title { color: #1b753a; font-weight: 700; }
.news-list1 .date { line-height: .6rem; }
.news-list1 .title { width: calc(100% - .74rem); line-height: .6rem; }

.home2 { padding: .45rem 0 1.15rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 0 0; background-color: transparent; background-size: cover; }

.notice { align-items: flex-end; justify-content: space-between; padding: 0 0 .3rem; }
.notice .column { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 2.2rem; height: 1.9rem; margin: 0; background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.notice .column h3 { padding: 0 0 .2rem; color: #fff; background: none; }
.notice .column .more { color: #fff; }
.notice .column .more::after { background: #fff; }
.notice .news-list2 { width: calc(100% - 2.2rem); }

.news-list2 { font-size: 0; margin: 0 -0.2rem; }
.news-list2 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.news-list2 a { position: relative; padding: .3rem 0 .2rem; border-bottom: 1px solid #1b753a; }
.news-list2 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 3px; background: #1b753a; -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 a:hover::after { width: 100%; }
.news-list2 a:hover .title { color: #1b753a; font-weight: 700; }
.news-list2 .title { width: calc(100% - .7rem); max-height: 0.6rem; }

.news-swiper2 { margin: .4rem 0 0;}
.news-swiper2 .img { padding: 12.4% 0 0; }
.news-swiper2 .pagination { position: absolute; left: auto; bottom: .18rem; right: .25rem; z-index: 2; width: auto;  }
.news-swiper2 .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; background: #fff; opacity: .6; }
.news-swiper2 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #ff8a00; }

.swiper-control { padding: .35rem 5% 0; }
.swiper-control .swiper-arrow { width: .31rem; height: .31rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto 100%; cursor: pointer; }
.swiper-control .swiper-arrow.swiper-next { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.swiper-control .swiper-scrollbar { width: calc(100% - .8rem); border-bottom: 1px dashed #1b753a; border-radius: 0; background: none; }
.swiper-control .swiper-scrollbar .swiper-scrollbar-drag { position: absolute; left: 0; top: -3px; height: .06rem; border-radius: .06rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; background: #1b753a; }

.home3 { position: relative; z-index: 1; padding: .3rem 0 0; }
.home3::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: -1; content: ""; width: 100%; height: calc(100% + .3rem); background-image: url("../images/index_bg3.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }
.home3 .column h3 { color: #fff; background-image: url("../images/f_icon4.png"); }

@keyframes ani-rotate { 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); } }
.news-swiper3 { position: relative; padding: 0 0; }
.news-swiper3 .swiper-container { padding: .18rem 0 .7rem; }
.news-swiper3 .swiper-slide { padding: 0 .2rem; -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-swiper3 .swiper-slide:hover { -webkit-transform: translateY(-0.1rem); -moz-transform: translateY(-0.1rem); -ms-transform: translateY(-0.1rem); -o-transform: translateY(-0.1rem); transform: translateY(-0.1rem); }
.news-swiper3 .swiper-slide:hover .icon::after { animation: ani-rotate 25s linear infinite; }
.news-swiper3 .swiper-slide:hover .icon img { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -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-swiper3 .icon { position: relative; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: .9rem; height: .9rem; margin: 0 auto; border-radius: 50%; background: #fff; }
.news-swiper3 .icon img { max-height: .52rem; }
.news-swiper3 .icon::after { position: absolute; top: -0.07rem; right: -0.07rem; bottom: auto; left: auto; z-index: 1; box-sizing: border-box; content: ""; width: calc(100% + .14rem); height: calc(100% + .14rem); border: 1px dashed #fff; border-radius: 50%; }
.news-swiper3 .title { margin: .26rem 0 0; font-size: .16rem; line-height: .24rem; color: #fff; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-swiper3 .swiper-arrow { position: absolute; top: 0.45rem; right: auto; bottom: auto; left: auto; z-index: 1; width: .36rem; height: .36rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 46% 50%; background-color: rgba(255, 255, 255, 0.5); background-size: 0.13rem; cursor: pointer; border-radius: 50%; }
.news-swiper3 .swiper-arrow.swiper-prev { right: 100%; }
.news-swiper3 .swiper-arrow.swiper-next { left: 100%; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.home4 { position: relative; z-index: 3; padding: .2rem 0 1rem; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: cover; }

.news-swiper4 { font-size: 0; margin: 0 -.33rem; padding: .1rem 0 0; }
.news-swiper4 li { display: inline-block; vertical-align: top; width: 25%; padding: 0 .33rem; }
.news-swiper4 .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; }
.news-swiper4 .img-zoom:hover { -webkit-transform: translateY(-0.1rem); -moz-transform: translateY(-0.1rem); -ms-transform: translateY(-0.1rem); -o-transform: translateY(-0.1rem); transform: translateY(-0.1rem); box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.3); }
.news-swiper4 .img { padding: 227.27% 0 0; }
.news-swiper4 .text { position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; padding: .25rem .36rem 1.6rem .36rem; }
.news-swiper4 .text .title { writing-mode: vertical-lr; writing-mode: tb-lr; font-size: .25rem; line-height: .4rem; color: #fff; letter-spacing: 3px; }
.news-swiper4 .text .more2 { position: absolute; bottom: 0; right: .24rem; z-index: 1; font-size: .16rem; line-height: .3rem; color: #fff; writing-mode: vertical-lr; writing-mode: tb-lr; }
.news-swiper4 .text .more2::after { display: inline-block; margin: .16rem 0 0; content: ""; width: 1px; height: .38rem; background: #fff; transition: height .5s; }
.news-swiper4 .img-zoom:hover .more2::after { height: .6rem; }

.mtju-box .l-box { width: calc(100% - 3.8rem); }
.mtju-box .r-box { width: 3.3rem; }

.news-swiper5 { margin: 0 -.1rem; padding: .05rem .1rem .15rem; }
.news-swiper5 .img-zoom { box-shadow: 0 0.05rem 0.08rem 0 rgba(146, 146, 146, 0.3); background: rgba(255, 255, 255, 0.6); -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-swiper5 .img { padding: 65.27% 0 0; }
.news-swiper5 .text { position: relative; padding: .3rem .25rem .18rem; }
.news-swiper5 .date1 { position: absolute; top: -0.34rem; right: auto; bottom: auto; left: 0.2rem; z-index: 1; width: .58rem; height: .58rem; padding: .13rem .12rem .12rem .1rem; color: #fff; text-align: right; line-height: .14rem; background: #49a074; border-radius: 50%; box-shadow: 0 0.05rem 0.05rem 0 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; }
.news-swiper5 .date1::after { position: absolute; top: 0.13rem; right: 47%; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: .34rem; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.news-swiper5 .date1 p:first-child { color: #fff; font-size: .18rem; line-height: .19rem; text-align: left; }
.news-swiper5 .title { height: .6rem; }

.share-list { display: flex; justify-content: center; }
.share-list li { position: relative; margin: 0 .1rem; }
.share-list .icon { display: flex; justify-content: center; align-items: center; width: .6rem; height: .6rem; background: #fff; border-radius: 50%; box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .12); cursor: pointer; }
.share-list li:hover .img { bottom: calc(100% + .15rem); opacity: 1; visibility: visible; }
.share-list .img { position: absolute; top: auto; right: auto; bottom: calc(100% + .3rem); left: 50%; z-index: 1; padding: .02rem; width: 1.2rem; border-radius: 4px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: #fff; opacity: 0; visibility: hidden; -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; box-shadow: 0 .03rem .14rem 0 rgba(0, 0, 0, .2); }
.share-list .img::after { position: absolute; top: 100%; right: calc(50% - 5px); bottom: auto; left: auto; z-index: 1; content: ""; border-top: .08rem solid #fff; border-right: 0.05rem solid transparent; border-bottom: 0.08rem solid transparent; border-left: 0.05rem solid transparent; }
.share-list .img img { width: 100%; }

.news-swiper6 { margin: .4rem 0 0; }
.news-swiper6 .img { padding: 66.66% 0 0; }
.news-swiper6 .pagination { position: absolute; bottom: .1rem; z-index: 2; text-align: center; }
.news-swiper6 .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; margin: 0 5px; background: #fff; opacity: .6; }
.news-swiper6 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #ff8a00; opacity: 1; }

.ztzl-box { margin: .5rem 0 0; padding: 0 5.1%; }
.ztzl-box .column { width: auto; margin: .5rem 0 0; }
.ztzl-box .column h3 { writing-mode: vertical-lr; letter-spacing: -.05rem; background-position-y: 0; }
.ztzl-box .news-swiper4 { width: calc(100% - 2rem); }

/* 内页样式 */
.decorate { position: relative; padding: 30% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.decorate::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 30%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent); }

.main-box { padding: 1px 0 1rem; 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.7rem; margin: -.6rem 0 0; }
.sidebar h3 { position: relative; font-family: "SYST700"; font-size: 0.36rem; font-weight: 700; line-height: 1.2rem; color: #fff; text-align: center; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: #1b753a; background-size: auto; }
.sidebar .sub-nav { position: relative; margin: .24rem 0 0; padding: .12rem .25rem .7rem; background-image: url("../images/subNav.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #f8fbf9; background-size: auto; box-shadow: 0px 0.1rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.sidebar .sub-nav::before { position: absolute; top: auto; right: auto; bottom: 100%; left: calc(50% - .1rem); z-index: 1; content: ""; border: 0.1rem solid transparent; border-bottom-color: #f8fbf9; }
.sidebar .sub-nav li { position: relative; border-bottom: 1px solid #ccc; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #1b753a; -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; }
.sidebar .sub-nav li.cur::after { width: 100%; }
.sidebar .sub-nav li.cur > a { color: #1b753a !important; font-weight: 700; }
.sidebar .sub-nav li.cur > a p::after { width: 100%; opacity: 1; }
.sidebar .sub-nav li.cur .down { opacity: 1; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li:hover > a { color: #1b753a; }
.sidebar .sub-nav li:hover::after { width: 100%; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .18rem .3rem .18rem .12rem; font-size: 0.19rem; font-weight: 500; line-height: 0.26rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav a p { position: relative; }
.sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .6rem; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size:.07rem; 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; transition: all .25s; transform: rotate(180deg); }
.sidebar .sub-nav .down.close { transform: rotate(270deg) }
.sidebar .sub-nav .lv3 { display : none; margin: -.1rem 0 0; padding: .06rem 0 .15rem 0; }
.sidebar .sub-nav .lv3 a { height : auto; padding: .1rem 0 .1rem .3rem; font-size: .16rem; line-height: .24rem; }
.sidebar .sub-nav .lv3 a:hover { color: #00091D; }
.sidebar .sub-nav .lv3 a.cur { color: #1b753a; font-weight: 700; }

.main { position: relative; z-index: 4; width: calc(100% - 3.2rem); min-height: 4rem; margin: .2rem 0 0; }

.place { position: absolute; top: auto; right: calc(50% - 750px); bottom: 0.24rem; left: auto; z-index: 2; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; padding: 0 0 0 .28rem; white-space: nowrap; background-image: url(../images/f_icon6.png); background-repeat: no-repeat; background-position: 0 32%; background-color: transparent; background-size: 0.18rem; }
.place a { position: relative; display: inline-block; color: #fff; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 2px; 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; }
.place a:hover::after { right: auto; left: 0; width: 100%; }

.list1 { font-size: 0; margin: 0 -0.2rem; }
.list1 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.2rem; }
.list1 li { margin: .32rem 0 0; }
.list1 a { padding: .2rem .25rem; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 100% 100%; background-color: rgba(255, 255, 255, 0.8); background-size: auto; border-radius: 2px; box-shadow: 0 0 0.12rem 0px rgba(165, 186, 199, 0.32); }
.list1 .date1 { width: .75rem; padding: .11rem 0 .08rem; color: #fff; border-radius: 2px; background: #1b753a; }
.list1 .date1 p:first-child { line-height: .3rem; color: #fff; }
.list1 .title { width: calc(100% - 1rem); max-height: .68rem; line-height: .34rem; }

.picture2 { margin: .2rem 0 0; }
.picture2 li { margin: .3rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: block; padding: 0.3rem 0.35rem; font-size: 0; background: rgba(255, 255, 255, 0.7); box-shadow: 0 0 0.12rem 0px rgba(165, 186, 199, 0.32); -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 .12rem; }
.picture2 .title { font-family: "SYST500"; line-height: .3rem; color: #222; }
.picture2 .info { line-height: .26rem; max-height: .52rem; color: #777; }

.picture3 { margin-top: .4rem; column-count: 3; column-gap: .2rem; font-size: 0; }
.picture3 > li { margin: 0 0 .2rem; }
.picture3 .img-zoom { border-radius: .1rem;}
.picture3 .img { display: none; }
.picture3 img { display: block; position: static; height: auto; }
.picture3 .text { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 3; padding: .4rem .2rem .12rem; background: linear-gradient(0deg, rgba(18, 100, 47, 0.8), transparent);
 transform: translateY(80%);  opacity: 0; transition: all .38s; box-sizing: border-box; }
.picture3 .title { font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; }
.picture3 .img-zoom:hover .text { transform: translateY(0); opacity: 1; }

#mask2 { position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    z-index: 1000; 
    opacity: 0;
    visibility: hidden; transition: all .26s;}
#mask2.show { opacity: 1; visibility: visible;}
#mask2 .img-box { position: relative; max-width: 100%; max-height: 100%;}
#mask2 .img-box img { position: static; max-width: 13.5rem; max-height: 95vh; width: auto; height: auto;}
#mask2 .img-box video { position: static; width: 9.8rem; max-width: 94vw; max-height: 95vh; height: auto;}
#mask2 .close { width: 36px;
    height: 36px;
    position: absolute;
    right: -76px;
    top: 0;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    overflow: hidden;}
#mask2 .close img { max-width: 100%; max-height: 100%;}
#mask2 .img { position: relative;}
#mask2 .img .img-tit { position: absolute; bottom: 0; left: 0; z-index: 3; width: 100%; padding: .2rem .3rem .2rem; color: #fff;  background: rgba(18, 100, 47, 0.6); font-size: .2rem; text-align: left; box-sizing: border-box;}


.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 #49a074; }
.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: #1b753a; 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.3rem; font-weight: 500; line-height: 0.6rem; color: #1b753a; 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 .3rem; 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.16rem 0px rgba(165, 186, 199, 0.4); }
.dept-box .dept-link a::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background-image: url("../images/f_icon4.png"); background-repeat: no-repeat; background-position: 100% 100%; background-color: transparent; background-size: auto 70%; }
.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: #1b753a; -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: .3rem 0 0; }
.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: .3rem 0 .1rem; padding: .12rem 0 .12rem; font-size: 0.15rem; font-weight: 500; line-height: 0.25rem; 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 { text-indent: 2em; word-break: break-all; margin: 0 0 .1rem; }
.article .content img, .article .content video { max-width: 100%; }
.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 #1b753a; }
.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: #1b753a; -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: #1b753a; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: .1rem; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; }
.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: #00091D; text-align: center; }
.article .return-list:hover p { color: #1b753a; }
.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 { padding: 0; }
.article.about .title { font-weight: 700; margin: .35rem 0 .18rem; }
.article.about .content { line-height: 250%; }
.article.about img { box-shadow: 0 0.06rem 0.12rem 0 rgba(0, 0, 0, 0.3); }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 20vh; left: auto; z-index: 20; width: 0.52rem; height: 0.52rem; border-radius: .1rem; cursor: pointer; background: linear-gradient(281deg, #1b753a 10%, #49a074 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.34rem; }
#to-top:hover { opacity: 1; }

/* 翻页样式 */
#list-page { margin: .5rem 0 0 !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: .34rem; margin-top: 5px;  transition: all .22s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .1rem .12rem; color: #49a074; border: 1px solid #aaa; border-radius: 4px; background: rgba(255, 255, 255, .4); }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1b753a; font-weight: bold; color: #fff; border-color: #1b753a; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; line-height: .34rem; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: .4rem; height: .34rem; line-height: .34rem; vertical-align: bottom; background: rgba(255, 255, 255, .4); }

@media screen and (min-width: 1025px) { .list1 a, .list1 .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; }
  .list1 li:hover a { background-color: #1b753a; background-image: url("../images/f_icon4.png"); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.45); }
  .list1 li:hover .title { color: #fff; }
  .list1 li:hover .date1 { background: #fff; color: #1b753a; }
  .list1 li:hover .date1 p:first-child { color: #1b753a; }
  .picture2 a:hover { background: #1b753a; border-color: #1b753a; box-shadow: 6px 6px 0 0 #eeb759; }
  .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 { color: #fff; font-weight: 700; }
  .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; }

  .news-swiper5 .img-zoom:hover { background: #1b753a; }
.news-swiper5 .img-zoom:hover .date1 { background: #fff; color: #1b753a; }
.news-swiper5 .img-zoom:hover .date1::after { background: #1b753a; }
.news-swiper5 .img-zoom:hover .date1 p:first-child { color: #1b753a; }
.news-swiper5 .img-zoom:hover .title { color: #fff; }
  .dept-box .dept-link a:hover { color: #fff; }
  .dept-box .dept-link a:hover::after { width: 100%; } }
@media screen and (max-width: 1666px) {
  .place { right: 5%; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .mobile-hide { display: none; }
  .mobile-show { display: block; }  #mask2 .close {     right: calc(50% - 18px);   top: calc(100% + 20px);}
  #mask2 .img-box img { max-width: 95vw; max-height: calc(94vh - 56px);} #mask2 .img .img-tit  { padding: .1rem .16rem; font-size: .18rem; }
  .header { padding: 10px 0 !important; transition: all .2s; background: #1b753a; }
  .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; }
  .header.mobile-show { background: #1b753a; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::after { display: none; }
  .top-link { 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; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .banner .pagination { bottom: .3rem; padding: 0; justify-content: center; }
  .banner .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; margin: 0 .1rem; }
  .column { margin: .3rem 0 .2rem; }
  .column h3 { font-size: .3rem; }
  .home1 { padding: 1px 0 .35rem; }
  .home1 .container { display: block; }
  .home1 .container::after { display: none; }
  .home1 .column { padding: 0; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; margin: 0; }
  .news-swiper-img { margin: 0; }
  .news-swiper-img .img { padding: 65.85% 0 0; }
  .news-swiper-txt { width: 95%; margin: -.6rem 0 0 auto; padding: .4rem .3rem .25rem .25rem; }
  .news-list1 { margin: .25rem 0 0; padding: .15rem .3rem; background: #fff; }
  .home2 { padding: .15rem 0 .7rem; }
  .news-list2 { margin-left: -.1rem; margin-right: -.1rem; }
  .news-list2 > li { width: 50%; padding: 0 .1rem; }
  .notice { align-items: flex-start; padding: 0 0 .1rem; }
  .notice .column { width: 2rem; height: 1.6rem; margin: .3rem 0 0; }
  .notice .column h3 { padding: 0; }
  .swiper-control { padding: .28rem 0 0; }
  .news-swiper2 .text { padding-left: .12rem; padding-right: .12rem; }
  .home3 { padding: .1rem 0 0; }
  .news-swiper3 { margin: 0 .2rem; padding: 0 .1rem; }
  .news-swiper3 .swiper-container { padding-bottom: .4rem; }
  .news-swiper3 .swiper-slide { padding: 0 .05rem; }
  .news-swiper3 .icon { width: .76rem; height: .76rem; }
  .news-swiper3 .icon img { max-width: .45rem; max-height: .4rem; }
  .home4 { padding: 1px 0 .6rem; }
  .news-swiper4 { margin: 0 -.12rem; }
  .news-swiper4 li { padding: 0 .12rem; }
  .news-swiper4 .text { padding: .15rem .2rem .8rem .15rem; }
  .news-swiper4 .text .title { font-size: .2rem; line-height: .28rem; }
  .news-swiper4 .text .more2 { right: .14rem; }
  .ztzl-box { margin: .3rem 0 0; padding: 0; }
  .ztzl-box .news-swiper4 { width: calc(100% - 1.6rem); }
  .news-swiper6 { margin: .4rem 0 0; }
  .mtju-box .l-box { width: calc(100% - 2.9rem); }
  .mtju-box .r-box { width: 2.6rem; }
  .copy { order: 2; margin: .3rem 0 0; }
  .contact { display: -ms-flexbox; display: flex; flex-direction: column; align-items: center; order: 0; width: 100%; }
  .ewm { order: 1; margin: .2rem 0 0; }
  .title { font-size: .19rem; }
  .decorate { margin: 65px 0 0; padding: 35% 0 0; }
  .sidebar { width: 100%; margin: .2rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { position: relative; font-size: .22rem; line-height: .5rem; text-align: center; background: #1b753a; }
  .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; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { padding: 0 0 .1rem; margin: 0; }
  .position h3 { font-size: .21rem; }
  .teach-list > li { width: 33.333%; }
  .picture2 a { padding: .2rem .25rem; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; }
  .article.about .content { line-height: 200%; }
  .article.about .content img { float: none !important; display: block; margin: .1rem auto !important; }
  .dept-box .dept-link > li { width: 50%; } }
@media screen and (max-width: 768px) { .top-link { flex-wrap: wrap; }
  .top-link span { margin: 0 .07rem; }
  .column h3 { padding: 0 .6rem 0 0; font-size: .28rem; line-height: .54rem; background-size: auto 100%; }
  .home2 { padding: .1rem 0 .62rem; }
  .notice .column { width: 1.6rem; height: 1.4rem; }
  .notice .news-list2 { width: calc(100% - 1.9rem); margin: 0; }
  .news-list2 > li { width: 100%; padding: 0; }
  .news-list2 a { padding: .2rem 0; }
  .contact { text-align: center; }
  .contact p:first-child { margin: 0; }
  .contact .img { margin-bottom: .2rem; }
  .ewm { width: 100%; justify-content: center; }
  .ewm p { padding: 0; }
  .copy { width: 100%; text-align: center; } .picture3 { column-count: 2; }
  .footer { padding: 1px 0 .28rem; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #1b753a; }
  .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; }
  .main-box { padding-bottom: .6rem; }
  .article .title { font-size: .22rem; }
  .article .content { padding: 0; }
  .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; }
  .list1 { margin: 0; }
  .list1 > li { width: 100%; padding: 0; margin: .2rem 0 0; }
  .list1 a { padding: .1rem .15rem; background-color: #fff; }
  .news-swiper4 { margin: 0 -.1rem; }
  .news-swiper4 li { width: 50%; padding: 0 .1rem; margin: 0 0 .15rem; }
  .picture2 { margin: 0; }
  .picture2 li { margin: .2rem 0 0; }
  .picture2 a { padding: .16rem .2rem; }
  .picture2 .img-frame { width: 2rem; }
  .picture2 .text { width: calc(100% - 2rem); padding-left: .2rem; }
  .picture2 .date { margin: 3px 0 6px; }

  #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; }
  #to-top { display: none; }
  .dept-box .dept-title { font-size: .25rem; margin: 0 0 .1rem; }
  .mtju-box .r-box { width: 2.5rem; }
  .mtju-box .l-box { width: calc(100% - 2.6rem); }
  .ztzl-box .column h3 { background-size: auto 0.61rem; }
  .ztzl-box .news-swiper4 { width: calc(100% - 1.2rem); }
  .place { bottom: .1rem; }
  .news-swiper2 { margin: .2rem 0 0; }
  .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; }
  .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.4rem); }
  .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: 50% 0 0; } .picture3 { column-count: 1; }
  .banner .pagination { bottom: .22rem; }
  .news-swiper-txt { width: 100%; margin: 0; padding: .2rem .15rem .2rem .15rem; background: #fff; }
  .news-swiper-txt .swiper-slide { background: #fff; }
  .news-swiper-txt .title { width: calc(100% - .9rem); max-height: .6rem; font-size: .19rem; line-height: .3rem; }
  .news-swiper-txt .control { padding: .15rem 0 0; }
  .news-list1 { margin: .2rem 0 0; padding: .1rem .15rem; }
  .news-list1 li { flex-wrap: wrap; padding: .1rem 0; }
  .news-list1 .date { line-height: .4rem; }
  .news-list1 .title { width: calc(100% - .68rem); text-overflow: clip; white-space: initial; line-height: .3rem; }
  .notice { flex-wrap: wrap; }
  .notice .column { width: 100%; height: 1.2rem; margin: .14rem 0 0; }
  .notice .news-list2 { width: 100%; }
  .news-swiper2 { padding: .05rem 0; }
  .news-swiper3 { margin: 0 .3rem; }
  .news-swiper3 .swiper-arrow { width: .3rem; height: .3rem; background-size: .1rem; }
  .contact { line-height: .3rem; }
  .decorate { margin: 54px 0 0; padding: 45% 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; }

  .news-swiper2 .img { padding: 18% 0 0; }
  .news-swiper2 .pagination { bottom: 4px; }
  .news-swiper2 .pagination .swiper-pagination-bullet { width: 7px; height: 7px; }
  .mtju-box .l-box { width: 100%; margin: 0; }
  .mtju-box .r-box { width: 100%; padding: .15rem 0 0; }
  .news-swiper6 { margin: .2rem 0 0; }
  .ztzl-box .column h3 { padding-right: .2rem; background-size: auto 0.4rem; background-position-x: 0; }
  .ztzl-box .news-swiper4 { width: calc(100% - .8rem); }
}