@charset "utf-8";
/* 网站通用样式 */
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .08rem; }
html::-webkit-scrollbar-thumb { border-radius: .08rem; background: #0059cd; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1400px; max-width: 85%; margin: 0 auto; font-size: .16rem; }

.title { font-size: 0.18rem; font-weight: 400; line-height: 0.3rem; color: #333; text-align: left; }

.info { font-size: 0.15rem; font-weight: 400; line-height: 0.30rem; color: #8d8d8d; text-align: justify; }

.date { font-family: Georgia; font-size: 0.15rem; font-weight: 400; line-height: 0.3rem; color: #1764af; text-align: left; }

.date1 { width: .65rem; padding: .09rem 0; font-family: Georgia; font-size: 0.14rem; font-weight: 400; line-height: 0.22rem; color: #6b6b6b; text-align: center; }
.date1 p:first-child { font-size: .3rem; font-weight: 700; line-height: .3rem; color: #0059cd; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; background: #0059cd; }
.header .head-box { padding: .28rem 0; background-image: url("../images/head_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -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.scroll { -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 0 0.15rem 0 rgba(0, 0, 0, 0.4); }
.header.scroll .head-box { padding: .12rem 0; }
.header.scroll .nav li > a { line-height: .55rem; }

.logo { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.logo img { max-height: .62rem; }

.top-link { display: flex; align-items: center; font-size: 0.16rem; font-weight: 400; line-height: 0.36rem; color: #fff; text-align: center; }
.top-link a { position: relative; display: block; color: #fff; margin: 0 .26rem 0 0; }
.top-link a.a1 { padding: 0 0 0 .28rem; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.top-link a.a2 { padding: 0 0 0 .28rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.top-link a::after { position: absolute; top: auto; right: 0; bottom: 0.03rem; 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%; }

.pc-search { overflow: hidden; border: 1px solid transparent; border-radius: .02rem; margin-left: -.1rem; -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; }
.pc-search .input { width: .38rem; height: .34rem; vertical-align: top; font-size: 0.16rem; font-weight: 400; line-height: 0.34rem; color: #fff; text-align: left; -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-search .input::placeholder { color: #fff; }
.pc-search .submit { width: .35rem; height: .34rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.16rem; }
.pc-search:hover { border-color: rgba(255, 255, 255, 0.4); }
.pc-search:hover .input { width: 1.8rem; padding-right: .12rem; }

.nav-btn { display: none; position: relative; z-index: 5; width: 30px; margin: 0 0 0 .16rem; vertical-align: middle; cursor: pointer; }
.nav-btn i { display: block; height: 2px; margin: 7px 0; background: #fff; -webkit-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s; }
.nav-btn i:nth-child(2) { width: 75%; }
.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }

.nav { position: relative; z-index: 100; width: 100%; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.2rem; font-weight: 400; line-height: 0.66rem; 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: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% - .85rem); z-index: 1; width: 1.7rem; padding: .07rem 0; background: #1764af; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; border-top: 0.03rem solid #fcb904; -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: linear-gradient(90deg, #1764af, #0059cd); 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: .11rem 0; font-size: .16rem; font-weight: 500; line-height: .22rem; color: #333; border-bottom: 1px dashed #ddd; -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: #fcb904; -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); }

.mobile-box { display: none; position: fixed; top: 54px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .3rem; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; opacity: 0; visibility: hidden; background: #eef5f5; }
.mobile-box .nav { width: 100%; height: calc(100% - 1.2rem); padding: 0 0 .2rem; }
.mobile-box .nav ul { display: block; max-width: 100%; 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: .52rem !important; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .52rem; height: .52rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.mobile-box .nav li .icon.close { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .19rem; }
.mobile-box .nav .sub-nav { display: none; position: static; width: 100%; padding: 0 0 12px 20px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; opacity: 1; 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: .16rem; line-height: .34rem !important; color: #494949 !important; border-bottom: none; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; }
.mobile-box .mobile-search .form { display: flex; width: 100%; overflow: hidden; border: 1px solid #1764af; border-radius: 3px; }
.mobile-box .mobile-search .input { width: calc(100% - .6rem); height: .46rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.17rem; font-weight: 400; line-height: 0.46rem; color: #333; text-align: left; background: #fff; overflow: hidden; }
.mobile-box .mobile-search .submit { width: .6rem; height: .46rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #1764af; background-size: 0.17rem; }
.mobile-box .top-link { flex-wrap: wrap; justify-content: center; }
.mobile-box .top-link a { color: #1764af; margin: 0 .1rem; padding: 0; background: none; }
.mobile-box .top-link span { display: none; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 网站底部 */
.footer { background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.footer .container { padding: .24rem 0; }
.footer .line { width: 2px; height: 1.9rem; background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.3), transparent); }

.foot-link { width: 37.2%; }
.foot-link h6 { width: 100%; margin: 0 0 .07rem; font-size: 0.22rem; font-weight: 700; line-height: 0.4rem; color: #fff; text-align: left; }

.sim-select { position: relative; width: 48.5%; cursor: pointer; margin: .15rem 0 0; }
.sim-select p { position: relative; padding: 0 .45rem 0 .2rem; font-size: 0.16rem; font-weight: 400; line-height: 0.42rem; color: #fff; text-align: left; background: rgba(255, 255, 255, 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; }
.sim-select p::after { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; content: ""; width: .26rem; height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.11rem; -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; }
.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; }
.sim-select ul::-webkit-scrollbar { width: .05rem; }
.sim-select ul::-webkit-scrollbar-thumb { border-radius: .05rem; background: #0059cd; }
.sim-select ul::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }
.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; }
.sim-select ul a:hover { color: #fff; background: linear-gradient(90deg, #1764af, #0059cd); }
.sim-select.show { z-index: 2; }
.sim-select.show p::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.foot-contact { font-size: 0.16rem; font-weight: 400; line-height: 0.22rem; color: #fff; text-align: left; }
.foot-contact h6 { margin: 0 0 .16rem; font-size: 0.22rem; font-weight: 700; line-height: 0.4rem; color: #fff; text-align: left; }
.foot-contact p { margin: .14rem 0 0; padding: 0 0 0 .3rem; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }
.foot-contact p:first-child { margin: 0; background-image: url("../images/f_icon10_1.png"); }
.foot-contact p:nth-child(2) { background-image: url("../images/f_icon10_2.png"); }
.foot-contact p:nth-child(3) { background-image: url("../images/f_icon10_3.png"); }
.foot-contact a { color: #fff; }

.ewm { margin: .2rem 0 0; }
.ewm li { margin: 0 0 0 .3rem; }
.ewm li:first-child { margin: 0; }
.ewm img { width: 1.13rem; height: 1.13rem; }
.ewm p { margin: .05rem 0 0; font-size: 0.16rem; font-weight: 400; line-height: 0.3rem; color: #fff; text-align: center; }

.copy { padding: 0.12rem 0; font-size: 0.16rem; font-weight: 400; line-height: 0.31rem; color: #fff; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.38); }
.copy a { color: #fff; }

/* 内页样式 */
.decorate { position: relative; z-index: 1; margin: 1.4rem 0 0; padding: 5.2rem 0 0; overflow: hidden; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box { position: relative; z-index: 2; min-height: 5.2rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }

.place { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; padding: .5rem 0 .1rem; font-size: 0.15rem; font-weight: 400; line-height: 0.45rem; color: #fff; text-align: left; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent); }
.place .container { font-size: .15rem; }
.place a { position: relative; display: inline-block; color: #fff; }
.place a::after { position: absolute; top: auto; right: 0; bottom: 0.08rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.place a:hover::after { right: auto; left: 0; width: 100%; }
.place span { padding: 0 0 0 28px; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }

.sidebar { position: relative; z-index: 3; width: 3rem; margin: -.9rem 0 .6rem; }
.sidebar h3 { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; position: relative; font-size: 0.36rem; font-weight: 700; line-height: 1.2rem; color: #fff; text-align: center; background: url("../images/f_icon9_2.png") no-repeat 50% calc(50% - .12rem) #1764af; background-size: auto .32rem; border-radius: .2rem 0 .2rem 0; }
.sidebar .sub-nav { position: relative; margin: .2rem 0 0; padding: .1rem .28rem; background: rgba(255, 255, 255, 0.6); box-shadow: 0px 0.04rem 0.18rem 0px rgba(165, 186, 199, 0.3); border-radius: .2rem 0 .2rem 0; }
.sidebar .sub-nav li { position: relative; border-bottom: 1px solid #ededed; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur > a { color: #1764af !important; font-weight: 700; }
.sidebar .sub-nav li.cur > a p::after { width: 100%; opacity: 1; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li:hover > a { color: #1764af; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .22rem .5rem .22rem .15rem; font-size: 0.19rem; font-weight: 400; line-height: 0.26rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav a p { position: relative; }
.sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .64rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .8; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sidebar .sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .12rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .16rem; line-height: .24rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; width: 5px; height: 5px; background: #ccc; margin: 0 .1rem 0 0; border-radius: 50%; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav .lv3 a:hover { color: #0059cd; }
.sidebar .sub-nav .lv3 a:hover::before { background: #0059cd; }
.sidebar .sub-nav .lv3 a.cur { color: #1764af; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #1764af; }
.sidebar .sub-nav .lv3 dd dl dd a{    padding: 0.05rem 0 0.05rem 0.35rem;
    font-size: 0.14rem;
    line-height: 0.22rem;}
.sidebar .sub-nav .lv3 dd dl a::before{display: none;}

.main { position: relative; z-index: 4; width: calc(100% - 3.5rem); min-height: 4rem; margin: .15rem 0 0; padding: 0 0 .2rem; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #1764af; }
.position h3 { display: -ms-flexbox; display: flex; align-items: center; white-space: nowrap; font-size: 0.25rem; font-weight: 700; line-height: 0.7rem; color: #333; text-align: left; }
.position h3 img { width: .38rem; margin: 0 .16rem 2px 0; }
.position h3 i { display: inline-block; margin: 0 .15rem 0 0; border: .07rem solid #e4ebf9; border-radius: 50%; }
.position h3 i::after { display: block; content: ""; box-sizing: border-box; width: 7px; height: 7px; background: #1764af; border-radius: 50%; }

.list1 { margin: .1rem 0 0; }
.list1 li { position: relative; }
.list1 a { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; position: relative; padding: .22rem .0rem; border-bottom: 1px dashed #e5e5e5; -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: 2px; background: #1764af; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.list1 .line { width: 1px; height: .5rem; background: #dfdfdf; }
.list1 .date1 { font-size: .15rem; }
.list1 .date1 p:first-child { font-size: .34rem; }
.list1 .text { width: calc(100% - 1.2rem); }
.list1 .title { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list1 .info { margin: .05rem 0 0; }

.picture2 { padding: .2rem 0 0; }
.picture2 li { border-bottom: 1px solid #dfdfdf; }
.picture2 .img-zoom { display: -ms-flexbox; display: flex; justify-content: space-between; padding: .25rem; }
.picture2 .img-frame { width: 2.6rem; }
.picture2 .img-frame .img { padding: 1.7rem 0 0; }
.picture2 .text { width: calc(100% - 3rem); padding: .12rem 0 0; }
.picture2 .title { font-size: .2rem; }
.picture2 .info { max-height: .56rem; margin: .12rem 0 .16rem; }
.picture2 .date { padding: 0 0 0 .27rem; background-image: url("../images/f_icon5.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.2rem; }

.picture3 { font-size: 0; margin: 0 -0.15rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture3 .img-zoom { margin: .3rem 0 0; padding: .1rem; border: 1px solid #eee; border-radius: 4px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: 0.18rem; font-weight: 400; line-height: 0.4rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #0059cd; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.15rem; margin-bottom: .3rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .44rem 0 0; }
.teach-list .img-zoom { z-index: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: .1rem .1rem 0; border-radius: .05rem; background: #FFFFFF; box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.15); }
.teach-list .img-zoom::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0%; z-index: 1; content: ""; width: 100%; height: 2px; background: #1764af; }
.teach-list .img-frame { background: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; background-position-y: 10%; }
.teach-list .title { font-weight: 700; font-size: .18rem; line-height: .6rem; text-align: center; }

.article { padding: .5rem 0 .2rem; }
.article .title { font-size: 0.26rem; 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: .25rem 0 .1rem; padding: .12rem .1rem; font-size: 0.14rem; font-weight: 400; line-height: 0.22rem; color: #777; 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: 400; line-height: 200%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .25rem; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content video { display: block; margin: 0 auto; }
.article .content table { max-width: 100%; margin: 0 auto .2rem; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 2px solid #1764af; }
.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: #1764af; -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: #1764af; 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: #1764af; 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; }

.teach-article { display: flex; justify-content: space-between; }

.teach-article .teach-img { width: 1.8rem; }

.teach-article .teach-img img { min-height: 2.4rem; object-fit: cover; }

.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: #1764af; 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: #1764af; margin: 0 4px 0 0; }

.teach-article .content { padding: .2rem 0; }

.article .share { display: flex; justify-content: flex-end; align-items: center; padding: .1rem 0 .3rem; -webkit-transition: top 0.01s linear 0s; -moz-transition: top 0.01s linear 0s; -ms-transition: top 0.01s linear 0s; -o-transition: top 0.01s linear 0s; transition: top 0.01s linear 0s; }

.article .share p { margin: 0 0 0; text-indent: 0; font-size: 0.16rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: center; }

.article .share .share-icon { display: flex; justify-content: center; }

.article .share .share-icon .s-icon { width: .45rem; height: .45rem; margin: 0 .07rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: 60%; border-radius: 50%; cursor: pointer; transition: all .3s; -ms-transition: all .3s; border: 1px solid #eee; }

.article .share .share-icon .s-icon:hover { box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15); }

.article .share .share-icon .s-icon.sina { background-image: url(../images/share4_2.png); }

.article .share .share-icon .s-icon.wechat { position: relative; background-image: url(../images/share4_1.png); }

.article .share .share-icon .s-icon.qq { background-image: url(../images/share4_3.png); }

.article .share .share-icon .s-icon.qzone { background-image: url(../images/share4_4.png); }

.article .share .qrid_zz { position: absolute; bottom: 120%; right: 0; left: 50%; z-index: 1000; display: none; width: 1.5rem; height: auto; padding: .14rem .14rem .06rem; background: #fff; border-radius: 5px; transform: translateX(-50%); -ms-transform: translateX(-50%); box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.2); }

.article .share .qrid_zz #qrid { width: 100%; height: 100%; }

.article .share .qrid_zz #qrid canvas { vertical-align: top; width: 100%; height: 100%; }

.article .share .qrid_zz p { font-size: .14rem; line-height: .3rem; color: #666; text-align: center; margin: 4px 0 0; }

.teach-article .article-head { display: -ms-flexbox; display: flex; justify-content: space-between; background: #f8f8f8; padding: .3rem .2rem .3rem .4rem; }
.teach-article .article-head .img-box { position: relative; z-index: 1; width: 1.9rem; }
.teach-article .article-head .img-box::after { position: absolute; top: -0.12rem; right: auto; bottom: auto; left: -0.12rem; z-index: -1; content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, #0059cd, #1764af); }
.teach-article .article-head .img-box .img-zoom { box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.25); }
.teach-article .article-head .img-box .img { padding: 130% 0 0; background-position-y: 10%; }
.teach-article .article-head .text { width: calc(100% - 2.4rem); padding: 0 0 0; font-size: 0.2rem; font-weight: 400; line-height: 200%; color: #333; text-align: left; }
.teach-article .article-title { margin: .4rem 0 .2rem; border-bottom: 1px solid #0059cd; }
.teach-article .article-title span { display: inline-block; padding: 0 .25rem; margin: 0 0 -1px; font-size: 0.18rem; font-weight: 700; line-height: 0.46rem; color: #fff; text-align: center; background: linear-gradient(50deg, #1764af, #0059cd); border-radius: 5px 5px 0 0; }
.teach-article .article-title:first-child { margin-top: .1rem; }
.teach-article .content p { margin: 0 !important; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .14rem; width: auto; height: auto; margin-top: 5px; -webkit-transition: all 0.22s ease-out 0s; -moz-transition: all 0.22s ease-out 0s; -ms-transition: all 0.22s ease-out 0s; -o-transition: all 0.22s ease-out 0s; transition: all 0.22s ease-out 0s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: .11rem .13rem; color: #0059cd; border: 1px solid #eee; border-radius: .3rem; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1764af; font-weight: bold; color: #fff; border-color: #1764af; }
#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: .45rem; height: .34rem; line-height: .34rem; vertical-align: bottom; }

@keyframes ani-l2 { 0% { left: .2rem; opacity: 0; }
  100% { left: 0; opacity: .56; } }
@media screen and (min-width: 1025px) { .list1 a:hover { -webkit-transform: translateX(0.07rem); -moz-transform: translateX(0.07rem); -ms-transform: translateX(0.07rem); -o-transform: translateX(0.07rem); transform: translateX(0.07rem); }
  .list1 a:hover::after { width: 100%; }
  .list1 a:hover .title { font-weight: 700; color: #1764af; }
  .list1 a:hover .date1 { color: #0059cd; }
  .list1 a:hover .line { background: #1764af; }
  .picture2 .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; overflow: visible; perspective: 1000px; }
  .picture2 .img-zoom::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: calc(100% + .14rem); height: 100%; background: linear-gradient(90deg, #1764af, #0059cd); opacity: 0; -webkit-transform: rotateX(20deg); -moz-transform: rotateX(20deg); -ms-transform: rotateX(20deg); -o-transform: rotateX(20deg); transform: rotateX(20deg); -webkit-transition: all 0.38s ease-out 0s; -moz-transition: all 0.38s ease-out 0s; -ms-transition: all 0.38s ease-out 0s; -o-transition: all 0.38s ease-out 0s; transition: all 0.38s ease-out 0s; }
  .picture2 .img-zoom:hover { border-color: transparent; }
  .picture2 .img-zoom:hover::after { opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0); }
  .picture2 .img-zoom:hover .title { color: #fff; font-weight: 700; }
  .picture2 .img-zoom:hover .info { color: rgba(255, 255, 255, 0.6); }
  .picture2 .img-zoom:hover .date { color: #fff; background-image: url("../images/f_icon6.png"); }
  .picture3 .img-zoom { z-index: 1; }
  .picture3 .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 0; background: #1764af; -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: #1764af; }
  .picture3 .img-zoom:hover::after { bottom: auto; top: 0; height: 100%; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; }
  .teach-list .img-zoom::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 2; content: ""; width: 0; height: 2px; background: #fcb904; -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: #1764af; }
  .teach-list .img-zoom:hover::after { left: 0; width: 100%; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .mobile-show { display: block !important; }
  .container { max-width: 94%; }
  .header { transition: all .2s; }
  .header .head-box { padding: 10px 0 !important; }
  .header > .nav, .header .t-box { display: none; }
  .header .container { flex-wrap: nowrap; }
  .nav-btn { display: block; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .mobile-box { display: block; }
  .title { font-size: .2rem; }
  .info { font-size: .16rem; }
  .footer .line { display: none; }
  .foot-link { width: 100%; margin: 0 0 .2rem; }
  .decorate {margin: 54px 0 0;padding: 35% 0 0;}
  .place { line-height: .4rem; }
  .place .container { justify-content: flex-start; font-size: .15rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; box-shadow: 0px 0.04rem 0.1rem 0px rgba(165, 186, 199, 0.32); }
  .sidebar h3 { display: block; position: relative; font-size: .21rem; line-height: .5rem; text-align: left; border-radius: 0; background: #1764af; text-indent: .14rem; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.22rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; margin: 0; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; padding-left: .2rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .16rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .position h3 i { margin-bottom: -3px; }
  .teach-list { margin-bottom: 0; padding: 0 0 .3rem; }
  .teach-list li { width: 25%; margin: .3rem 0 0; }
  .article { padding: .3rem 0 0 !important; } }
@media screen and (max-width: 768px) { .ewm { width: 100%; justify-content: center; }
  #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; }
  .main { padding: .1rem 0 0; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .article .share { justify-content: flex-start; }
  .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; }
  .place { bottom: 0; }
  .position h3 { line-height: .4rem; }
  .position h3 img { width: .3rem; }
  .teach-list { margin: 0 -.1rem; padding: 0 .2rem .3rem; }
  .teach-list li { width: 33.33%; margin: .2rem 0 0; padding: 0 .1rem; }
  .list1 .text { width: calc(100% - 1rem); }
  .picture2 { margin: 0; padding: 0; }
  .picture2 .img-zoom { 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%; } }
@media screen and (max-width: 520px) { .header .head-box { padding: 7px 0 !important; }
  .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; }
  .nav-btn { width: 26px; }
  .nav-btn i { margin: 6px 0; }
  .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); }
  .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); }
  .sim-select { width: 100%; }
  .teach-list { padding: 0 0 .25rem; }
  .teach-list li { /*width: 50%;*/ }
  .decorate { margin: 54px 0 0; padding: 45% 0 0; }
  .main-box .column h3 { font-size: .22rem; }
  .place { padding: .3rem 0 .05rem; }
  .place .container { font-size: .14rem; }
  .picture2 .img-zoom { flex-wrap: wrap; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 56.25% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .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; }
  .picture2 .info { -webkit-line-clamp: 2; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; }
  .list1 a { padding: .16rem 0; }
  .list1 .text { width: calc(100% - .85rem); }
  .list1 .title { text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .list1 .info { display: none; } }

/*# sourceMappingURL=style.css.map */


#vsb_content_2 P {
    LINE-HEIGHT: 150%;
    text-indent: 2em;
    font-size: 0.18rem !important;
    color: #323232;
    line-height: 36px !important;
    font-family: "微软雅黑";
    margin-bottom: 8px;
}

/*新增师资*/
.shum{position: relative; max-width: 1300px; margin: 33px auto 0;box-sizing: border-box;width: 100%;padding: 0 0 50px;}

.shu1 {
    position: relative;
    background: url() no-repeat right 30px bottom 20px #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 20px 0px rgba(10,9,51,0.05);
    height: 220px;
    box-sizing: border-box;
    padding: 20px 30px 0 287px;
    margin-bottom: 30px;
}

.shu1l{width:152px; position: absolute;left: 48px;top: -18px;}
.bjtx{position: absolute;left: 49%;transform: translateX(-50%);bottom: -30px;border-bottom: 1px solid #666; cursor: pointer;}
.bjtx span{color: #666;font-size: 15px;line-height: 18px;}
.file{width: 100%;height: 100%; position: absolute;left: 0;top: 0; opacity: 0;}

.shu1l img{width: 100%; vertical-align: top; position: relative; z-index: 1;}    

.shu1l::before{content: '';display: inline-block;width: 30px;height: 30px;/*background: #2368B1;*/ position: absolute;left: -15px; z-index: 2;bottom: -15px;}   

.icon11{background: url() no-repeat left center;}

.icon12{background: url() no-repeat left center;}

.shutitle{position: relative;}

.shutitle::before{content: '';display: inline-block;width: 3px;height: 17px;/*background: #2368B1;*/position: absolute;left: -12px;top: 50%; transform: translateY(-50%);}

.shutitle b{color: #1764af;font-size: 20px;}

.shutitle span{font-size: 20px;color: #1764af; /*text-transform: uppercase;*/}

.shu1m{padding: 35px 0 0;}

.shu1m li{width: 39%;margin-bottom: 15px;line-height: 24px;color: #182E46;font-size: 16px;}

.shu1m li:nth-child(3n){/*width: 17%;*/}

.shubox{border-radius: 10px;box-shadow: 0px 6px 20px 0px rgba(10,9,51,0.05);background: #fff;box-sizing: border-box;}

.shu2{margin-bottom: 30px;padding: 20px 50px 30px;}

.shu2bt{border-bottom: 1px solid #F5F6F9;padding: 37px 0 12px;}

.shu2btl h2{position: relative;padding-left: 2px;color: #1764af;font-size: 20px;line-height: 30px;}

.shu2btl h2::before{content: '';display: inline-block;width: 4px;height: 21px;/*background: url(../images/icon14.png) no-repeat center center;*/ position: absolute;left: -6px;top: 50%; transform: translateY(-50%);}

.shu2btl p{text-transform: uppercase;color: #A2ABB6;font-size: 14px;line-height: 21px;}

.icon13{background: url() no-repeat right center;padding-right: 28px; line-height: 24px;font-size: 16px;color: #6C7176;}
.icon17{background: url() no-repeat right center;padding-right: 28px; line-height: 24px;font-size: 16px;color: #6C7176;}

.shu2m{padding: 16px 0 0;}

.shu2ml{width: 100%;color: #182E46;font-size: 16px; line-height: 30px;display: inline;text-align: justify;}

.shu2mr{width: 23%;text-align: center;box-sizing: border-box;padding: 0 8px;}

.shu2mr img{vertical-align: top;width: 100%;border-radius: 5px;max-height: 200px;}

.shu3{margin-bottom: 30px;padding: 20px 50px;}

.shu3mt{padding: 35px 0 15px;}

.shu3mt li{cursor: pointer;border-radius: 5px;border: 1px solid #2368B1;width: auto; min-width: 130px;padding: 0 10px;box-sizing: border-box;height: 39px;color: #2368B1;font-size: 16px;margin-right: 12px;}

.shu3mt li.now{color: #fff;background: #2368B1;}

.shu3mb{display: none;}

.gzjl th{line-height: 54px;font-weight: bold;font-size: 16px;color: #182E46;}

.gzjl td{padding: 15px 0;color: #182E46;font-size: 16px; line-height: 25px;border-top:1px solid #F5F6F9 ;}

.shu4{margin-bottom: 30px;padding: 20px 50px;}

.shu4m{display: none;padding: 15px 0 0;color: #182E46;font-size: 16px; line-height: 32px;}

.shu5{padding: 20px 50px;}

.shu5m{padding: 30px 0 15px;color: #182E46;font-size: 16px; line-height: 30px;display: inline;}



/*最新*/

@media screen and (max-width:1201px){

	.nav a{margin: 0 5px;font-size: 14px;}

	.logo{width: 280px;background-size:100% auto;}

	.icon2{width: 50px;height: 50px;}

	/* .header{padding: 0 15px;} */

	.dlh{padding-left: 15px;}

	.xkr{width: calc(100% - 300px);}

	.xkm{padding: 40px 30px 85px; position: relative;}

	.xkrlb li{width: calc((100% - 60px)/4); margin: 0 20px 20px 0;}

	.xkrlb2 li:nth-child(6n){margin-right: 54px;}
	
	.xkrlb li:nth-child(5n){margin-right: 20px;}

	.xkrlb li:nth-child(4n){margin-right: 0;}

	.xkrb{height: 105px;}

	.xkrb p{font-size: 12px!important; line-height: 18px!important;}

	.xkrlb2 li{width: calc((100% - 162px)/4);}

	.xkrlb2 li:nth-child(5n){margin-right: 54px;}

	.xkrlb2 li:nth-child(4n){margin-right: 0;}

	.dyym2{width: 380px;}

	.dyym2_btn{width: 100px;}

	.dyym2_input{width: calc(100% - 100px);}



	.henrt a{padding: 0 15px;font-size: 15px;}

	.henlb{padding: 30px 20px 45px;}

	.shu1m li{width: 50%;}

	.shu1{height: auto;}

	.grzxr{padding: 192px 35px 80px;}

	.grzxlm a{padding: 0 15px;}

	.grzxlm a span:nth-child(1) img{max-width: 160px;}

	.grzx3 li::before{width: 20px;height: 25px;}

	.mbtxt h2{font-size: 16px;}

	.mbtxt p{font-size: 13px;}

	.grzx4 li{width: 33%;}

@media screen and (max-width:900px){

	

	.phshow { display: block;}

.pcshow { display: none;}

.phhenrt{background: #fff;border-radius: 5px;padding: 10px;}
.phhenrtt li{position: relative;cursor: pointer;display: inline-block;min-width: 32%;text-align: center;padding-bottom: 5px;margin: 5px 0;}
.phhenrtt li span,.henrtlink{line-height: 20px;padding: 0 20px;color: #182E46;font-size: 14px;position: relative;}
.phhenrtt li::after{content: '';display: inline-block;width: 30px;height: 3px;background: #2368B1; position: absolute;left: 50%;transform: translateX(-50%);bottom: 0; opacity: 0;}
.phhenrtt li:hover span,.phhenrtt li:hover .henrtlink,.phhenrtt li.now span,.phhenrtt li.now .henrtlink{color:  #2368B1;font-weight: bold;}
.phhenrtt li.now::after,.phhenrtt li:hover::after{opacity: 1;}
.phhenrtb{padding: 10px 0 0;display: none;}
.phhenrtb a{background: #F1F8FF;border-radius: 25px; line-height: 38px;padding: 0 23px;color: #182E46;font-size: 13px; margin-right: 10px;}
.phhenrtb a:hover{color: #fff;background: #2368B1;}

.sec3m{padding: 30px 15px 0;}


.img16{width: 70px;height: 70px;border-radius: 50%;overflow: hidden;}
.img16 img{width: 100%;}

.img7{background: url() no-repeat center top #f1f1f1;background-size: 100% auto;}

.grzx{padding: 150px 0 0;}

.grzxm{padding: 0 15px 60px;}

.grzxl{width: 100%;}

.grllsc{background: url() no-repeat right center #fff;border-radius: 10px;padding: 20px 0;}

.grllsc p.f24{color: #182E46;}

.grllsc p.f14{color: #707070}

.icon45{background: url() no-repeat center bottom #fff;border-radius: 10px;padding: 25px 30px;margin: 15px 0;}

.icon45 li{width: calc((100% - 40px)/2);margin: 0 40px 20px 0;border-bottom: 1px solid #F5F6F9;padding-bottom: 15px;}

.icon45 li:nth-child(2n){margin-right: 0;}

.icon45 li:last-child{border: none;}

.icon45 li img{height: 25px;}

.icon45 li h2{color: #182E46;font-weight: bold;font-size: 18px;line-height: 30px;padding: 10px 0 5px;}

.icon45 li p{color: #a5a5a5;font-size: 14px; line-height: 22px;}

.icon47{background: url() no-repeat right center;background-size: 17px auto;}



.henr{width: 100%;}

.henrt{border-radius: 3px;}



.henrbox{border-radius: 3px;}



.phhen1{background: url()no-repeat center bottom #fff;background-size: 100% auto;padding: 10px;border-radius: 3px;}

.phhen1l{position: relative;padding: 14px 0 14px 10px;width: 103px;}
.phhen1l .bjtx{white-space: nowrap;}

.phhen1l img{width: 103px;position: relative; z-index: 2;}

.phhen1l::before{content: '';display: inline-block;width: 50px;height: 100%;position: absolute;left: 0;top: 0; z-index: 1;background: #2368B1;}

.phhen1r{width: calc(100% - 125px);}

.icon11b,.icon12b{background-size: 14px auto;}

.phhen1rul li{line-height: 25px;width: 50%;padding: 3px 0;font-size: 14px;}

.henrtitle{padding: 10px 10px 15px;}

.henr1m{padding: 10px 15px;font-size: 14px; line-height:24px;/*  display: inline; */}

.henr2m{padding: 0 15px 15px;}

.henr2m li{padding: 5px 0;}

.henr2m li span{line-height: 18px;font-size: 13px;}

.henr2m li span:nth-child(1){width: 35%;}

.henr2m li span:nth-child(2){width: 30%;}

.henr2m li span:nth-child(3){width: 23%;}

.henr2m li span:nth-child(4){width: 12%;}

.icon20{background-size: 11px auto;padding-left: 16px;}

.henr3m{padding: 10px 15px;font-size: 14px; line-height:24px; }

.henbg{padding: 0 0 50px;}



.xkrlb2 li{width: calc((100% - 108px)/3);}

	.xkrlb2 li:nth-child(4n){margin-right: 54px;}

	.xkrlb2 li:nth-child(3n){margin-right: 0;}



.xkxz{border-bottom: 1px solid #f4f4f4;padding: 12px 0;width: 100%; position: relative;}

.xkxzt li{width: calc((100% - 15px)); cursor: pointer;}

.xkxl{width: calc(100% - 33px);box-sizing: border-box;border: 1px solid #dfdfdf;border-radius: 5px;padding: 0 20px 0 10px;background: url() no-repeat right 10px center;background-size: 11px auto; line-height: 35px;color: #182E46;}

.xkxlb{background: #fff;border-radius: 0 0 5px 5px;width: 100%;padding: 12px;box-sizing: border-box;	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05); position: absolute;left: 0;top: 60px; z-index: 2;display: none;}

.xkxlb a{width: 100%; text-align: left;color: #878B90;font-size: 14px; line-height: 40px;}

.xkxlb a:hover,.xkxlb a.now{color: #2368B1;background: #F4FAFF;}

.xkxzbg{width: calc(100% + 20px);height: calc(100vh - 204px);position: absolute;left:-10px;top: 65px;background: #000; opacity: 0.5; z-index: 1;display: none;}



.xkt{padding: 70px 0 35px;}

.xkt img{height: 31px;}

.xkm{padding:0;}

.xkr{width: 100%;box-sizing: border-box;padding: 10px 5px;}





.syss_input{padding: 0 20px;}

.sec3mtl{width: 100%;}

.sec3mtlb{padding: 30px 0 ; }

.sec3mtr{width: 100%;}



.footerbox{background: url() no-repeat center top;background-size: 100% auto;}

.footerb span{margin: 0 5px 5px;}

.phheader{position: fixed;width: 100%;left: 0;top: 20px;box-sizing: border-box;padding: 0 15px; z-index: 100;}

.nosyphheader{position: relative;}



.icon39{width: 25px;height: 25px;background: url() no-repeat right center;background-size: auto 15px; cursor: pointer;}

.logo{width: 185px;height: 24px;background: url() no-repeat left center;background-size: auto 100%;}

.phlan .logo{background: url() no-repeat left center;background-size: auto 100%;}

.phlan .icon39{background: url() no-repeat right center;background-size: auto 15px;}



.phhshow .logo{background: url() no-repeat left center;background-size: auto 100%;}

.phhshow .icon39{background: url() no-repeat right center;background-size: auto 17px;}

.navbg{background: url() no-repeat center bottom #fff;background-size: 100% auto;width: 100%;height: 100vh; position: fixed;left: 0;top: 0; z-index: 99;box-sizing: border-box;padding: 110px 15px 0;display: none;}

.phnav{padding: 35px 0 0;}

.phnav li{border-bottom: 1px solid #eaeaea;padding: 10px 0;text-align: center;}

.phnav li a{padding: 10px;color: #182E46;font-size: 15px; line-height: 25px;font-weight: bold;}

.phnav li a:hover{color: #2368B1;}



}



@media screen and (max-width:769px){

	.pcno { display: block;}

	.phno { display: none; } 


	.phhenrtt li span,.henrtlink{padding: 0 3px;font-size: 18px;}
	.yhheader{position: relative;width: 100%;position: fixed;left: 0;top: 0;background: #fff;text-align: center; height: 50px;}

	.icon46{position: absolute;left: 15px;height: 15px;top: 50%; transform: translateY(-50%);}

	.yhbox{background: #fff;border-radius: 3px;margin-bottom: 10px;padding: 20px 5px;}

	.icon28{height:41px;}

	.yhtxt{padding: 20px 15px 0;color: #182E46;line-height: 20px;font-size: 13px;}

	.yhtxtl{width: 95px;font-weight: bold;}

	.yhtxtr{width: calc(100% - 100px);}

	.mbsz{padding: 20px;}

	.mbsz li{border-radius: 5px;background: #f6f6f6; position: relative;padding: 28px 0 0 125px;box-sizing: border-box; margin-bottom: 20px;}

	.mbsz li:nth-child(2){margin: 0;}

	.mbsz li img{max-width: 100%;vertical-align: top;}

	.mbsz li::before{content: '';display: inline-block;width: 30px;height: 40px;background: url() no-repeat center center;background-size: 100% auto; position: absolute;left: 13px;top: 0;}

.mbtxt{position: absolute;;left: 10px;bottom: 10px;}

.mbtxt h2{padding-left: 20px;color: #182E46;font-size:16px; line-height: 28px;background: url() no-repeat left center;}

.mbtxt p{color: #182E46;font-size: 13px; line-height: 18px;padding-left: 10px;}

.mbsz li.now{background: #2368B1;}

.mbsz li.now .mbtxt h2{color: #fff;background: url() no-repeat left center;}

.mbsz li.now .mbtxt p{color: #fff;}

.grzx4{padding: 20px 15px 0;}

.grzx4 li{width: 50%;padding: 0 5px 0 20px;}

.btn100{color: #fff;background: #2368B1;width: 100%;border: none;border-radius: 5px;height: 40px;text-align: center;font-size: 14px;}







	.dyym{width: 220px;}

	.cltxt{padding-bottom: 3px;font-size: 13px; line-height: 20px;}

	.grzx{padding: 25px 0 0;}

	.img8{width: 80px;height: 80px;}

	.icon45{padding: 20px 15px 0;}

	.icon45 li img{height: 20px;}

	.icon45 li h2{font-size: 16px;line-height: 28px;padding: 8px 0 3px;}

.icon45 li p{font-size: 12px; line-height: 18px;}

	.shubox{border-radius: 5px;}

	.shu5{padding: 10px 20px;}

	.shu5m{padding: 15px 0 5px;font-size: 14px; line-height: 24px;display: inline;}

	.shu4{padding: 10px 20px;}

	.shu4m{padding: 5px 0 0;font-size: 14px; line-height: 24px;}

	.gzjl th{line-height: 54px;font-size: 14px;}

	.gzjl td{padding: 10px 0;font-size: 12px; line-height: 18px;}

	.shu3mt{padding: 15px 0 5px;}

	.shu3{padding: 10px 20px;}

	.shu2mr{width: 100%;padding: 10px 0;}

	.shu2ml{width: 100%;font-size: 14px; line-height: 25px;display: inline;}

	.shu2{padding: 10px 20px;}

	.shu2m{padding: 15px 0 0;}

	.llsc{justify-content: center;padding: 20px 0!important;}

	.shum{padding: 0 10px 30px;margin-top: 110px;}

	.shu1{padding: 10px 20px;border-radius: 5px;}

	.shu1l{position: relative;margin: 0 auto 30px;left: initial;top: initial;width: 155px;text-align: center;}
	

	.shu1l img{max-height: 200px;width: auto;}

	.shu1m li{width: 100%;}

	.shu1m li:nth-child(3n){width: 100%;}

	.shu1m{padding: 15px 0 0;}

	.phhen1l{margin: 0 auto 50px;}

	.phhen1r{width: 100%;}

	.phhen1rul li{line-height: 25px;width: 100%;}

	.henm{padding: 0 10px;margin-top: 110px;}

	.img4b{background: url() no-repeat center top #f1f1f1;background-size: 100% auto;}

	.img4{background: url() no-repeat center top #f1f1f1;background-size: 100% auto;}

	.phxypx{position: relative; z-index: 6;background: #fff;}

	.phxypxb{display: none;padding: 13px 8px 5px 8px;box-sizing: border-box;width: 100%;background: #fff; position: absolute;left: 0;top: 80px;}

	.phxypxb li{ margin: 0 8px 8px 0;}

	.phxypxb a{background: #f6f6f6;border-radius: 3px;line-height: 40px;color: #182E46;text-align: center;box-sizing: border-box;width: 100%;}

	.phxypxb a:hover,.phxypxb a.now{color: #fff;background: #2368B1;}

	.rypx li{width: 100%;/* width: calc((100% - 8px)/2); */}

	.rypx li:nth-child(2n){margin-right: 0;}

	.czpx li{width: 100%;/* width: calc((100% - 24px)/4); */}

	.czpx li:nth-child(4n){margin-right: 0;}

	.zmpx li{width: calc((100% - 48px)/7);}

	.zmpx li:nth-child(7n){margin-right: 0;}

	.xypx li{width: 100%;/* width: calc((100% - 16px)/3); */}

	.xypx li:nth-child(3n){margin-right: 0;}

	

	



	.dyym2{width: 100%;}

	.xynav li{width: 25%;text-align: center;border-bottom: 2px;text-align: center;}

	.xynav li span{line-height: 40px;color: #182E46;padding-right: 17px;background: url() no-repeat right center;background-size: 8px auto;font-size: 14px;}

	.xynav li.now span{color: #2368B1;font-weight: bold;background: url() no-repeat right center;background-size: 8px auto;}

	.phxybg{width: calc(100% + 30px);height: calc(100vh - 232px);background: #000; opacity: 0.5;position: absolute;left: -15px;top: 70px;z-index: 5;display: none;}



	.xytr{width: 100%;}

	.mrtxt a{border-radius:3px;padding: 0 10px;line-height: 30px; text-align: center;font-size: 12px;box-sizing: border-box;}

	.mrtxt a.mr17,.mrtxt a.mr7{margin-right: 10px!important;}

	.pxbox{border-bottom: 1px solid #f4f4f4;padding: 10px 10px 12px;}







	.xybg{padding: 0 15px 50px;}

	.xycx{padding: 20px 0 40px;}

	.xkrlb2{padding: 15px ;}

	.xkrlb2 li{width: calc((100% - 20px)/2); margin: 0 20px 20px 0;}

	.xkrlb2 li:nth-child(3n),.xkrlb2 li:nth-child(5n){margin-right: 20px;}

	.xkrlb2 li:nth-child(2n){margin-right:0;}

	.xkrb2{height: auto;}

	

	.xkm{width: calc(100% - 20px); margin-bottom: 60px;}

	.xkrlb li{width: 50%;box-sizing: border-box;padding: 0 5px;margin: 0 0 10px;}

	.xkrb{padding: 5px 2px;height: auto;}

	.xkrlb li:nth-child(5n){margin-right: 0;}

	.img10{background: url() no-repeat center top #f1f1f1;background-size: 100% auto;}

	.page{padding: 30px  0 ;}

	



	.footerbox{padding: 15px 0 0;}

	.footer{padding: 5px 0 15px;}

.logo2{height: 26px;}

.footerb{font-size: 12px; line-height: 18px;padding: 15px 0 0;}







	.img1b{padding-bottom: 35px;}

	.syss{height: 40px; }

.syss_input{padding: 0 10px;line-height: 40px;font-size: 14px;}

.syss_btn{height: 40px;font-size: 14px;}

.syssb{padding: 15px 0 0;font-size: 14px; }

.syssbl{width:128px;}

.syssbr{width: calc(100% - 128px);}

.syssbr a{padding: 0 3px;margin: 0 6px 6px 6px;}

.gdxh{bottom: 30px; }

.gdxh span{width: 20px;height: 35px;}

.gdxh p{font-size: 14px;line-height: 24px;padding: 10px 0 0;}

.icon9{width: 90px;}

.sec2t li{margin-left: 15px;}

.sec2t li:nth-child(1){margin-left: 0;}

.sec2t li span{line-height: 30px;font-size: 14px;margin-top: 1px;}

.sec2t li.now span::after{display: inline-block;content: '';display: inline-block;width: 24px;height: 3px;background: #2368B1; position: absolute;left: 50%; transform: translateX(-50%);bottom: -3px;}

.icon3{width: 14px;height:14px;margin-right: 3px; }

.icon4{width: 11px;height:14px;margin-right: 3px; }

.icon5{width: 18px;height:10px;margin-right: 3px; }

/* .sec2pic .swiper-slide a img{max-width: 100%;max-height: 250px;} */

.sec2pic{padding: 30px 0 10px;}



.sec2picnav{padding: 5px 0 0;}



.sec3mtlt{padding-left:20px;}

.sec3mtlt b{font-size:16px;line-height: 35px;}

.sec3mtlt span{font-size: 12px;margin-left: 5px; }

.sec3mtlt::before{width: 10px;height: 10px;border: 1px solid #FFBE00;}

.sec3mtlb{font-size: 12px;line-height: 20px;padding:5px 0;}
.sec3mtr img{max-height: 180px;}

.sec3mb{padding: 15px 0 0;}

.sec3mb li{width: 100%;max-width: calc(100%/3);box-sizing: border-box;box-sizing: border-box;padding: 0 5px; margin-bottom: 20px; text-align: center;}

.sec3mb li h2 b{font-size: 18px;}

.sec3mb li p{font-size: 12px;padding: 3px 0 0; line-height:16px;}
.sec3mb li:nth-child(7),.sec3mb li:nth-child(8){margin-bottom: 0;}

.sec2picb{padding: 5px 10px;}
.sec2picb::before{width: 24px;height: 24px;top: -12px;right:12px; background-size: 100% auto; }
.sec2picbm h2::before{width: 2px;height: 15px;left: -5px;}
.sec2picbm h2 b{font-size: 18px; line-height: 25px;}
.sec2picbm h2 span{font-size: 12px; line-height: 18px;margin-left: 5px;}
.sec2picbb{padding: 3px 0 0 0;font-size: 12px;line-height: 18px;}
.sec2picb::after{width: calc(100% - 10px);left: 5px;height: calc(100% + 10px);}
.sec2pic .swiper-slide:hover .sec2picb::after{top: -5px;}
.shutitle{display: inline-block;}
.shutitle b{display: inline-block;line-height: 30px;}
.shutitle span{font-size: 14px; line-height: 21px;}
.icon13{white-space: nowrap;}

.xkrlb2 li img{max-height: 170px;}
.xkrb2{padding: 6px 2px 8px;}
.xkrb2 b.f18{font-size: 15px!important;}
.xkrb2 .f14{font-size: 12px!important;}
.xkrb2 .lh22{line-height: 18px!important;}
.shu3mt li{font-size: 14px;width: auto;padding: 0 20px;margin-right: 10px; height: 35px;}
}



.dsinline{display: inline}



@media screen and (max-width: 1560px) {
    .shu1m li {
        width: 50% !important;
    }
}