@charset "utf-8";
/* 网站通用样式 */
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
.pb_sys_style1 .p_no_d{border: 1px solid #00849a!important;color: #fff;background-color: #00849a!important;}
html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #00849a; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 14rem; max-width: 84%; margin: 0 auto; font-size: .18rem; }

.title { font-size: 0.18rem; font-weight: 400; line-height: 0.3rem; color: #333; text-align: left; }

.info { font-size: 0.14rem; font-weight: 400; line-height: 0.26rem; color: #999; text-align: justify; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 400; line-height: 0.3rem; color: #666; text-align: left; }

.date1 { width: .64rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.13rem; font-weight: 400; line-height: 0.2rem; color: #f0c810; text-align: left; background-image: url("../images25/f_icon10.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.date1 p:first-child { padding: 0 0 .03rem; margin: 0 0 .03rem; font-size: .38rem; line-height: .38rem; text-align: right; color: #333; letter-spacing: 1px; border-bottom: 1px solid #e1e1e1; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .13rem 0 .5rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 135%; content: ""; background: linear-gradient(180deg, rgba(8, 84, 70, 0.58), 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; }
.header .container { width: 87.5%; max-width: 87.5%; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-wrap { width: 9.7rem; max-width: calc(100% - 6.9rem); margin: 0 1rem 0 0; }
.header.show2 { padding: .13rem 0; }
.header.show2::after { visibility: hidden; }
.header.scroll { padding-bottom: .3rem; }
.header.scroll::after { background: linear-gradient(180deg, #085446, transparent); }

.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: .78rem; }

.top-link { display: -ms-flexbox; display: flex; justify-content: flex-end; align-items: center; font-size: 0.14rem; font-weight: 400; line-height: 0.24rem; color: #fff; text-align: left; }
.top-link a { position: relative; display: block; color: #fff; }
.top-link a::after { position: absolute; top: auto; right: 0; bottom: 0; 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::after { right: auto; left: 0; width: 100%; }
.top-link span { margin: 0 0.08rem; }

.nav { width: 100%; height: .5rem; margin: .05rem 0 0; -webkit-transition: all 0.3s ease-out 0.8s; -moz-transition: all 0.3s ease-out 0.8s; -ms-transition: all 0.3s ease-out 0.8s; -o-transition: all 0.3s ease-out 0.8s; transition: all 0.3s ease-out 0.8s; }
.nav ul { display: -ms-flexbox; display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 400; line-height: 0.46rem; 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; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; width: 0%; height: .04rem; margin: 0 auto; border-radius: 3px; background: #00849a; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.nav li:hover > a::after { width: 100%; }
.nav li:hover .sub-nav { visibility: visible; opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); }
.nav .sub-nav { position: absolute; top: calc(100% - .04rem); right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .07rem 0; background: #00849a; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: 0.04rem solid #00849a; -webkit-transition: all 0.42s ease-out 0s; -moz-transition: all 0.42s ease-out 0s; -ms-transition: all 0.42s ease-out 0s; -o-transition: all 0.42s ease-out 0s; transition: all 0.42s ease-out 0s; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 50% 0%; }
.nav .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: #00849a; opacity: 0; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.nav .sub-nav dd:last-child a { border: none; }
.nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav .sub-nav dd:hover a { color: #fff; border-color: transparent; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .1rem 0; font-size: .16rem; font-weight: 500; line-height: .24rem; color: #333; border-bottom: 1px dashed #eee; -webkit-transition: all 0.15s ease-out 0s; -moz-transition: all 0.15s ease-out 0s; -ms-transition: all 0.15s ease-out 0s; -o-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #00849a; -webkit-transform: translate(0px, 3px) rotate(45deg); -moz-transform: translate(0px, 3px) rotate(45deg); -ms-transform: translate(0px, 3px) rotate(45deg); -o-transform: translate(0px, 3px) rotate(45deg); transform: translate(0px, 3px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
.nav.hide { height: 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; opacity: 0; }

.pad-btn { position: absolute; top: 0; right: 0; display: flex; align-items: center; height: .77rem; padding: 0 .18rem 0 .3rem; background: #086a6f; border-radius: 0 0 0 .5rem; }
.pad-btn .search-btn { padding: 0 0 0 .28rem; background-image: url(../images25/search.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.17rem; font-size: 0.14rem; font-weight: 400; line-height: 0.3rem; color: #fff; text-align: left; cursor: pointer; }
.pad-btn .line { width: 1px; height: .3rem; margin: 0 .15rem; background: rgba(255, 255, 255, 0.3); }
.pad-btn .pc-nav-btn { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; cursor: pointer; }
.pad-btn .pc-nav-btn i { position: relative; display: block; width: 27px; height: 3px; margin: 3px 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.pad-btn .pc-nav-btn i::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 100%; height: 100%; background: #fff; }
.pad-btn .pc-nav-btn:hover i:nth-child(1)::after { animation: move .4s ease-in-out 1; }
.pad-btn .pc-nav-btn:hover i:nth-child(2)::after { animation: move .4s ease-in-out .1s 1; }
.pad-btn .pc-nav-btn:hover i:nth-child(3)::after { animation: move .4s ease-in-out .2s 1; }
.pad-btn .pc-nav-btn.close { background: #00849a !important; }
.pad-btn .pc-nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 9px) rotate(45deg); -moz-transform: translate(0, 9px) rotate(45deg); -ms-transform: translate(0, 9px) rotate(45deg); -o-transform: translate(0, 9px) rotate(45deg); transform: translate(0, 9px) rotate(45deg); }
.pad-btn .pc-nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .pc-nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -9px) rotate(-45deg); -moz-transform: translate(0, -9px) rotate(-45deg); -ms-transform: translate(0, -9px) rotate(-45deg); -o-transform: translate(0, -9px) rotate(-45deg); transform: translate(0, -9px) rotate(-45deg); }
.pad-btn .mobile-nav-btn { display: none; }

@keyframes move { 0% { right: 0; }
  40% { right: 0; width: 0; }
  60% { right: auto; width: 0%; }
  100% { right: auto; width: 100%; } }
#mask { position: fixed; top: -100%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100vw; height: 100vh; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0.6s; -moz-transition: all 0.3s ease-out 0.6s; -ms-transition: all 0.3s ease-out 0.6s; -o-transition: all 0.3s ease-out 0.6s; transition: all 0.3s ease-out 0.6s; background: rgba(0, 0, 0, 0.5); }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 0%; opacity: 0; content: ""; -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; background-image: url("../images25/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
#mask.show { top: 0; opacity: 1; visibility: visible; -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; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s ease-out 0.5s; -moz-transition: all 0.45s ease-out 0.5s; -ms-transition: all 0.45s ease-out 0.5s; -o-transition: all 0.45s ease-out 0.5s; transition: all 0.45s ease-out 0.5s; }
#mask .close { position: absolute; top: 1.1rem; right: 3vw; bottom: auto; left: auto; z-index: 3; width: .5rem; height: .5rem; cursor: pointer; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 0.7s ease-out 0s; -moz-transition: all 0.7s ease-out 0s; -ms-transition: all 0.7s ease-out 0s; -o-transition: all 0.7s ease-out 0s; transition: all 0.7s ease-out 0s; background: rgba(255, 255, 255, 0.28); border-radius: 50%; }
#mask .close .line { display: block; width: 60%; height: 2px; margin: 0 auto; }
#mask .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .close .line.l1 { -webkit-transform: translate(0, 24px) rotate(45deg); -moz-transform: translate(0, 24px) rotate(45deg); -ms-transform: translate(0, 24px) rotate(45deg); -o-transform: translate(0, 24px) rotate(45deg); transform: translate(0, 24px) rotate(45deg); }
#mask .close .line.l2 { -webkit-transform: translate(0, 22px) rotate(-45deg); -moz-transform: translate(0, 22px) rotate(-45deg); -ms-transform: translate(0, 22px) rotate(-45deg); -o-transform: translate(0, 22px) rotate(-45deg); transform: translate(0, 22px) rotate(-45deg); }
#mask .close:hover { border-color: #fff; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.pc-nav-box { position: absolute; top: 1.8rem; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: 0 0; overflow: hidden; -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; }
.pc-nav-box li { position: relative; padding: 0 .1rem; opacity: 0; visibility: visible; top: .3rem; -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; }
.pc-nav-box li > a::after { display: block; content: ""; box-sizing: border-box; width: .4rem; height: 2px; border-radius: 2px; margin: 0 auto; background: #fff; }
.pc-nav-box a { position: relative; display: block; font-size: 0.22rem; font-weight: 400; line-height: 0.48rem; color: #fff; text-align: center; }
.pc-nav-box a:hover { color: #fff !important; }
.pc-nav-box .lv2 { margin: .3rem 0 0; text-align: center; }
.pc-nav-box .lv2 > dd { margin: 0 0 .15rem; }
.pc-nav-box .lv2 a { display: inline-block; font-size: .19rem; font-weight: 500; line-height: .44rem; color: white; }
.pc-nav-box .lv2 a::after { position: absolute; top: auto; right: 0; bottom: 0.06rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -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; }
.pc-nav-box .lv2 a:hover { color: #fff !important; }
.pc-nav-box .lv2 a:hover::after { right: auto; left: 0; width: 100%; }
.pc-nav-box .lv3 a { font-size: .15rem; line-height: .34rem; color: rgba(255, 255, 255, 0.8); }
.pc-nav-box.show li { top: 0; opacity: 1; visibility: visible; }
.pc-nav-box.show li:nth-child(1) { transition-delay: 0.8s; }
.pc-nav-box.show li:nth-child(2) { transition-delay: 0.95s; }
.pc-nav-box.show li:nth-child(3) { transition-delay: 1.1s; }
.pc-nav-box.show li:nth-child(4) { transition-delay: 1.25s; }
.pc-nav-box.show li:nth-child(5) { transition-delay: 1.4s; }
.pc-nav-box.show li:nth-child(6) { transition-delay: 1.55s; }
.pc-nav-box.show li:nth-child(7) { transition-delay: 1.7s; }
.pc-nav-box.show li:nth-child(8) { transition-delay: 1.85s; }
.pc-nav-box.show li:nth-child(9) { transition-delay: 2s; }
.pc-nav-box.show li:nth-child(10) { transition-delay: 2.15s; }
.pc-nav-box.show li:nth-child(11) { transition-delay: 2.3s; }
.pc-nav-box.show li:nth-child(12) { transition-delay: 2.45s; }
.pc-nav-box.show li:nth-child(13) { transition-delay: 2.6s; }
.pc-nav-box.show li:nth-child(14) { transition-delay: 2.75s; }
.pc-nav-box.show li:nth-child(15) { transition-delay: 2.9s; }

.pc-search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; padding: .2rem 0; overflow: hidden; visibility: hidden; }
.pc-search-box .form { position: relative; white-space: nowrap; width: 80%; max-width: 8rem; padding-right: .1rem; 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; border-bottom: 0.02rem solid rgba(255, 255, 255, 0.8); -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.pc-search-box .input { width: calc(100% - .55rem); height: .7rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.18rem; font-weight: 400; line-height: 0.7rem; color: #fff; text-align: left; }
.pc-search-box .input::placeholder { color: rgba(255, 255, 255, 0.7); }
.pc-search-box .submit { width: .5rem; height: .7rem; vertical-align: top; background-image: url("../images25/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; }
.pc-search-box.show { visibility: visible; }
.pc-search-box.show .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .9s; }

.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: #f3f8fc; -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) !important; padding: 0 0 .2rem; opacity: 1 !important; transition: none !important; }
.mobile-box .nav ul { display: block; height: 100%; overflow-y: auto; }
.mobile-box .nav li { position: relative; width: 100%; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #333; font-weight: 500; padding: 0 .1rem; line-height: .6rem; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images25/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 !important; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; transition: none !important; transform: none !important; border: none; visibility: visible; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .18rem; line-height: .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 #00849a; 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: 400; 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("../images25/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #00849a; background-size: auto; }
.mobile-box .top-link { justify-content: center; color: #00849a; }
.mobile-box .top-link a { color: #00849a; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

.mobile-nav-btn { display: none; position: relative; z-index: 5; width: 30px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.mobile-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; }
.mobile-nav-btn i:nth-child(2) { width: 75%; }
.mobile-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); }
.mobile-nav-btn.close i:nth-child(2) { opacity: 0; }
.mobile-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); }

/* 网站底部 */
.footer { background-image: url("../images25/footer_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .container { padding: .44rem 0 .15rem; }
.footer .foot-t { width: 100%; margin: 0 0 .32rem; padding: .22rem .4rem; border: 1px dashed rgba(255, 255, 255, 0.46); border-radius: .15rem; }
.footer .foot-t .line { width: 1px; height: .52rem; background: #aed7dc; }

.foot-contact { display: -ms-flexbox; display: flex; font-size: 0.16rem; font-weight: 400; line-height: 0.28rem; color: #fff; text-align: left; }
.foot-contact li { margin: 0 0 0 .32rem; padding: 0 0 0 .7rem; background-image: url("../images25/f_icon7.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.51rem; }
.foot-contact li:first-child { margin: 0; }
.foot-contact a { color: #fff; }

.foot-link .sim-select { position: relative; width: 2.8rem; margin: 0 0 0 .3rem; cursor: pointer; }
.foot-link .sim-select:first-child { margin: 0; }
.foot-link .sim-select p { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; position: relative; padding: 0 .68rem 0 .32rem; font-size: 0.16rem; font-weight: 400; line-height: 0.44rem; color: #fff; text-align: left; border-radius: .1rem; border: 1px solid rgba(255, 255, 255, 0.5); -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; }
.foot-link .sim-select p i { display: block; width: .34rem; height: 1px; background: #fff; }
.foot-link .sim-select p::after { position: absolute; top: 0; right: 0.12rem; bottom: auto; left: auto; z-index: 1; content: ""; width: .26rem; height: 100%; background-image: url("../images25/jiantou.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.14rem; -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; }
.foot-link .sim-select ul { position: absolute; top: auto; right: auto; bottom: 100%; left: 0; z-index: 1; width: 100%; max-height: 2.1rem; display: none; padding: .06rem 0; background: #fff; box-shadow: 0 0.15rem 0.2rem 0 rgba(0, 0, 0, 0.25); overflow-y: auto; border-radius: .1rem; }
.foot-link .sim-select ul::-webkit-scrollbar { width: .05rem; }
.foot-link .sim-select ul::-webkit-scrollbar-thumb { border-radius: .05rem; background: #00849a; }
.foot-link .sim-select ul::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }
.foot-link .sim-select ul a { display: block; padding: .07rem .45rem .07rem .2rem; font-size: 0.15rem; font-weight: 400; line-height: 0.18rem; color: #5b5b5b; 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; }
.foot-link .sim-select ul a:hover { color: #fff; background: #00849a; }
.foot-link .sim-select:hover { z-index: 2; }
.foot-link .sim-select:hover p::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.foot-img img { max-height: .76rem; }

.foot-address { font-size: 0.16rem; font-weight: 400; line-height: 0.3rem; color: #fff; text-align: left; }
.foot-address a { color: #fff; }

.ewm { display: -ms-flexbox; display: flex; justify-content: center; }
.ewm li { margin: 0 0 0 .35rem; }
.ewm li:first-child { margin: 0; }
.ewm .img { width: 1.3rem; height: 1.3rem; padding: .09rem; background-image: url("../images25/f_icon8.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.ewm .img img { width: 100%; height: 100%; }
.ewm p { margin: .08rem 0 0; font-size: 0.16rem; font-weight: 400; line-height: 0.3rem; color: #fff; text-align: center; }

.copy { padding: .14rem .1rem; font-size: 0.16rem; font-weight: 400; line-height: 0.3rem; color: #fff; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.38); }
.copy a { color: #fff; }

/* 内页样式 */
.decorate { position: relative; padding: 5.2rem 0 0; }
.decorate::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; content: ""; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(216, 216, 216, 0) 31%); }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { padding: 0 0 .4rem; }

.sidebar { position: relative; z-index: 3; width: 3rem; margin: -1rem 0 .6rem; }
.sidebar::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; background: linear-gradient(90deg, #00849a, #00849a); }
.sidebar h3 { position: relative; z-index: 2; font-size: 0.34rem; font-weight: 700; line-height: 1.2rem; color: #fff; text-align: center; letter-spacing: 2px; }
.sidebar h3::after { position: absolute; top: auto; right: auto; bottom: 0; left: 100%; z-index: 1; content: ""; width: 0; height: 0; border: 0.1rem solid transparent; border-left-color: #00849a; border-top-color: #00849a; }
.sidebar .sub-nav { position: relative; z-index: 2; padding: 0 .28rem; margin: 0 0 0 .1rem; background: #f6f7fc; }
.sidebar .sub-nav li { position: relative; z-index: 1; border-bottom: 1px dashed rgba(72, 116, 203, 0.2); }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur { border-bottom: 1px solid #00849a; }
.sidebar .sub-nav li.cur::after { opacity: 1; }
.sidebar .sub-nav li.cur > a { color: #00849a !important; font-weight: 700; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li.cur .down { opacity: 1; }
.sidebar .sub-nav li:hover > a { color: #00849a; font-weight: 700; }
.sidebar .sub-nav li:hover .down { opacity: 1; }
.sidebar .sub-nav a { position: relative; z-index: 2; display: -ms-flexbox; display: flex; align-items: center; padding: .2rem .4rem .2rem .24rem; font-size: 0.2rem; font-weight: 400; line-height: 0.36rem; 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: .76rem; background-image: url("../images25/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.1rem; cursor: pointer; opacity: .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; }
.sidebar .sub-nav .down.has { z-index: 3; }
.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 .22rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .16rem; line-height: .22rem; }
.sidebar .sub-nav .lv3 a:hover { color: #00849a; }
.sidebar .sub-nav .lv3 a:hover::before { background: #00849a; }
.sidebar .sub-nav .lv3 a.cur { color: #00849a; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #00849a; }

.main { position: relative; z-index: 4; width: calc(100% - 3.6rem); min-height: 4rem; margin: .2rem 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 { position: relative; white-space: nowrap; font-size: 0.26rem; font-weight: 400; line-height: 0.56rem; color: #333; text-align: left; margin: 0 0 -2px; }
.position h3::after { display: block; content: ""; box-sizing: border-box; width: 100%; height: 3px; background: #00849a; }

.place { font-size: 0.15rem; font-weight: 400; line-height: 0.6rem; color: #999; text-align: left; padding: 0 0 0 26px; background-image: url(../images25/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.19rem; }
.place a { position: relative; display: inline-block; color: #999; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.18rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #00849a; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.place a:hover { color: #00849a; }
.place a:hover::after { right: auto; left: 0; width: 100%; }

.list1 a { position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .3rem 0 .3rem; border-bottom: 1px solid #ddd; }
.list1 a::before { position: absolute; top: auto; right: auto; bottom: -3px; left: 0; z-index: 1; content: ""; width: 5px; height: 5px; background: #0d812e; border-radius: 50%; }
.list1 .text { width: calc(100% - 1rem); }
.list1 .title { margin: 0 0 .1rem; }

.picture2 { margin: .2rem 0 0; }
.picture2 li { position: relative; border-bottom: 1px dashed #d4d9eb; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .28rem 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 .line { width: .6rem; height: 3px; margin: .1rem 0 .12rem; background: #00849a; }
.picture2 .img-frame { width: 2.6rem; }
.picture2 .img-frame .img { padding: 64% 0 0; }
.picture2 .text { position: relative; width: calc(100% - 2.7rem); padding: .05rem 0 0 .2rem; }
.picture2 .date { margin: .08rem 0 0; padding: 0 0 0 .26rem; color: #999; background-image: url("../images25/f_icon4_2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.19rem; }
.picture2 .title { color: #333; }
.picture2 .info { max-height: .46rem; margin: 0 0 .15rem; }

.picture3 { font-size: 0; margin: 0 -0.1rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.1rem; }
.picture3 .img-zoom { margin: .3rem 0 0; padding: .1rem; border: 1px solid #eee; border-radius: 4px; overflow: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-family: "SYST400"; font-size: 0.18rem; font-weight: 400; line-height: 0.36rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #00849a; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.2rem; margin-bottom: .3rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.2rem; }
.teach-list li { margin: .44rem 0 0; }
.teach-list .img-zoom { z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: .1rem .1rem 0; border-radius: .05rem; background: #FFFFFF; box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.1); }
.teach-list .img-zoom::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; content: ""; width: 100%; height: 2px; background: #00849a; }
.teach-list .img-frame { background: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { line-height: .6rem; text-align: center; }

.article { padding: .4rem 0 .2rem; }
.article .title { font-size: 0.28rem; font-weight: 400; line-height: 140%; color: #333; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 400; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 400; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: 0 0 .1rem; padding: .14rem 0 .3rem; font-size: 0.15rem; font-weight: 400; line-height: 0.22rem; color: #888; text-align: center; border-bottom: 1px solid #ddd; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 400; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em!important; word-break: break-all; margin: 0 0 .15rem; font-size:16px!important;line-height:32px!important;font-family:微软雅黑!important;}
.article .content p span{ text-indent: 2em!important; word-break: break-all; margin: 0 0 .15rem; font-size:16px!important;line-height:32px!important;font-family:微软雅黑!important;}
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 2px solid #00849a; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.17rem; font-weight: 400; 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: #00849a; -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: #00849a; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.17rem; font-weight: 400; line-height: 200%; color: #00849a; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

.article .share { display: flex; justify-content: flex-end; align-items: center; padding: .1rem 0 .3rem; -webkit-transition: top 0.01s linear 0s; -moz-transition: top 0.01s linear 0s; -ms-transition: top 0.01s linear 0s; -o-transition: top 0.01s linear 0s; transition: top 0.01s linear 0s; }

.article .share p { margin: 0 0 0; text-indent: 0; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }

.article .share .share-icon { display: flex; justify-content: center; }

.article .share .share-icon .s-icon { width: .45rem; height: .45rem; margin: 0 .07rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 60%; border-radius: 50%; cursor: pointer; transition: all .3s; -ms-transition: all .3s; border: 1px solid #eee; }

.article .share .share-icon .s-icon:hover { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); }

.article .share .share-icon .s-icon.sina { background-image: url(../images25/share4_2.png); }

.article .share .share-icon .s-icon.wechat { position: relative; background-image: url(../images25/share4_1.png); }

.article .share .share-icon .s-icon.qq { background-image: url(../images25/share4_3.png); }

.article .share .share-icon .s-icon.qzone { background-image: url(../images25/share4_4.png); }

.article .share .qrid_zz { position: absolute; bottom: 120%; right: 0; left: 50%; z-index: 1000; display: none; width: 1.5rem; height: auto; padding: .14rem .14rem .06rem; background: #fff; border-radius: 5px; transform: translateX(-50%); -ms-transform: translateX(-50%); box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.2); }

.article .share .qrid_zz #qrid { width: 100%; height: 100%; }

.article .share .qrid_zz #qrid canvas { vertical-align: top; width: 100%; height: 100%; }

.article .share .qrid_zz p { font-size: .14rem; line-height: .3rem; color: #666; text-align: center; margin: 4px 0 0; }

.teach-article { display: flex; justify-content: space-between; }

.teach-article .teach-img { width: 1.8rem; }

.teach-article .teach-img .name { margin: .2rem 0 .1rem; font-size: .21rem; font-weight: 700; line-height: .3rem; color: #333; text-align: center; }

.teach-article .teach-img .p1 { margin: .1rem 0 0; font-size: .16rem; line-height: .24rem; color: #666; text-align: center; }

.teach-article .teach-content { width: calc(100% - 2.2rem); }

.teach-article .teach-title { font-size: .19rem; line-height: .55rem; color: #00849a; border-bottom: 1px solid #ddd; font-weight: 700; }

.teach-article .teach-title i { display: inline-block; width: 0; height: 0; border: .06rem solid transparent; border-left-color: #00849a; margin: 0 4px 0 0; }

.teach-article .content { padding: .2rem 0; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; color: #00849a; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #00849a; font-weight: bold; color: #fff; border-color: #00849a; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

.to-top-part { position: fixed; top: auto; right: 0.2rem; bottom: 23%; left: auto; z-index: 1; overflow: hidden; padding: .08rem; visibility: hidden; }
.to-top-part #to-top { display: block; width: .46rem; height: .46rem; border-radius: 4px; background-image: url("../images25/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #00849a; background-size: 0.24rem; cursor: pointer; box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.3); -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); -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; }
.to-top-part #to-top:hover { background-color: #00849a; }
.to-top-part.show { visibility: visible; }
.to-top-part.show #to-top { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

@media screen and (min-width: 1025px) { .list1 .date1 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; }
  .list1 a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #00849a; -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:hover .title { color: #00849a; font-weight: 700; }
  .list1 a:hover .date1 { color: #00849a; }
  .list1 a:hover .date1 p:first-child { color: #00849a; border-color: #bce8ef; }
  .list1 a:hover::before { background: #00849a; }
  .list1 a:hover::after { width: 100%; }
  .picture2 li { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 1; }
  .picture2 li::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 0; height: 1px; background: #00849a; -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; }
  .picture2 li:hover { border-color: transparent; }
  .picture2 li:hover::after { width: 100%; }
  .picture2 li:hover .title { color: #00849a; font-weight: 700; }
  .picture2 li:hover .date { color: #00849a; background-image: url("../images25/f_icon4_2_h.png"); }
  .picture3 .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 0; background: #00849a; -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; }
  .picture3 .img-zoom:hover { border-color: #00849a; }
  .picture3 .img-zoom:hover::after { top: 0; bottom: auto; height: 100%; }
  .picture3 .img-zoom:hover .title { color: #fff; }
  .teach-list .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 2; content: ""; width: 0; height: 2px; background: #00849a; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
  .teach-list .img-zoom:hover .title { color: #00849a; }
  .teach-list .img-zoom:hover::after { left: 0; width: 100%; } }
@media screen and (max-width: 1666px) { .header .container { width: 94%; max-width: 94%; }
  .header .right-wrap { margin: 0 1.4rem 0 0; }
  .pad-btn { padding: 0 .15rem 0 .2rem; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .header { padding: 10px 0 !important; transition: all .2s; background: #00849a; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.3); }
  .header::after { display: none; }
  .header .right-wrap { width: auto; max-width: none; margin: 0; padding: 0; }
  .header .right-wrap .top-link, .header .right-wrap .nav { display: none; }
  .header.mobile-show { background: #00849a; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::after { display: none; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .pad-btn { position: static; background: none; border-radius: 0; padding: 0; height: auto; }
  .pad-btn .line, .pad-btn .search-btn, .pad-btn .pc-nav-btn { display: none; }
  .pad-btn .mobile-nav-btn { display: block; }
  .pad-btn::before { display: none; }
#mask { display: none !important; }
  .mobile-box { display: block; }
  .container { max-width: 92%; }
  .footer .foot-t { padding: .15rem .2rem; margin: 0 0 .2rem; }
  .footer .foot-t .line { display: none; }
  .foot-contact { width: 100%; margin: 0 0 .15rem; display: -ms-flexbox; display: flex; justify-content: space-between; }
  .foot-link { display: -ms-flexbox; display: flex; justify-content: space-between; width: 100%; }
  .foot-link .sim-select { width: 48%; margin: 0; }
  .foot-img { width: 100%; text-align: center; }
  .foot-address { width: 100%; text-align: center; margin: .15rem 0; }
  .ewm { width: 100%; }
  .decorate { margin: 65px 0 0; padding: 36% 0 0; }
  .main-box { padding-bottom: .8rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { position: relative; font-size: .21rem; line-height: .5rem; text-align: left; background: #00849a; padding-left: .2rem; letter-spacing: 0; }
  .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(../images25/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images25/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .55rem; padding-top: 0; padding-bottom: 0; text-align: left; font-size: .18rem; line-height: .55rem; }
  .sidebar .sub-nav .down { top: 0; height: .55rem; }
  .side-swiper { display: none; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .place { line-height: .4rem; }
  .place .container { justify-content: flex-start; font-size: .15rem; }
  .teach-list { margin-bottom: 0; padding: 0 0 .3rem; }
  .teach-list li { width: 25%; margin: .3rem 0 0; }
  .article { padding: .3rem 0 0 !important; }
  .to-top-part { display: none !important; } }
@media screen and (max-width: 768px) {
.mobile-box .nav { height: calc(100% - 1.4rem) !important; }
.mobile-box .top-link { flex-wrap: wrap; }
.mobile-box .top-link span { opacity: 0; }
.article .content img, .article .content video {display: grid;}
 .footer .container { padding-top: .2rem; }
  .footer .foot-t { padding: 0; border: none; }
  .foot-contact li { margin: 0 0 0 .16rem; padding: 0 0 0 .4rem; background-size: .34rem; background-position: 0 0; }
  .teach-list { margin: 0 -.1rem; padding: 0 .2rem .3rem; }
  .teach-list li { width: 33.33%; margin: .2rem 0 0; padding: 0 .1rem; }
  .position h3 { line-height: .4rem; display: none; }
  .position .place { width: 100%; }
  .place { margin-bottom: 6px; line-height: .22rem; background-position-y: 6px; padding-top: .07rem; padding-bottom: .07rem; }
  .list1 .text { width: calc(100% - .8rem); }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list1 .info { display: none; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 0; }
  .article .share { justify-content: flex-start; }
  .article .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); }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding: 0 0 0 .2rem; }
  .picture2 .text::after { display: none; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; }
  .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; }
  .teach-article { flex-wrap: wrap; justify-content: center; }
  .teach-article .teach-content { width: 100%; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; } }
@media screen and (max-width: 520px) { .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.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); }
  .foot-contact { flex-wrap: wrap; }
  .foot-contact li { display: -ms-flexbox; display: flex; width: 100%; margin: 0 0 .14rem !important; line-height: .36rem; }
  .foot-link .sim-select p { padding-left: .2rem; }
  .foot-link .sim-select p i { display: none; }
.decorate { margin-top: 54px; }
  .decorate .img { padding: 45% 0 0; }
  .main-box { padding-bottom: .4rem; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; }
  .teach-list { padding: 0 0 .25rem; }
  .teach-list li { width: 50%; }
  .list1 a { padding: .16rem 0; }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list1 .line, .list1 .info { display: none; } }