@charset "UTF-8";
/* 悬停图片放大 IE9+*/
.img-scale { display: block; overflow: hidden; }

.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }

.img-scale .img-frame { overflow: hidden; }

.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.img-scale .img img { min-height: 100%; }

.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }

#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }

#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }

#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }

#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }

#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }

#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }

#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }

#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }

#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }

#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }

#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }

#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }

#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }

#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }

#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }

#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

html { font-size: 100px; min-width: 320px; }

html body.hide { overflow: hidden; }

.container { width: 1200px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 3; background: #105396; }

.header > .container { padding: .25rem 0; }

.header .logo { width: 35%; }

.header .logo img { max-height: 90px; max-width: 100%; vertical-align: top; }

.header .fr { width: 60%; text-align: right; }

.header.fixed { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

.header.high { z-index: 100; }

.top-link { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #fff; text-align: right; }

.top-link span { margin: 0 7px; }

.top-link a { color: #fff; }

.top-link a:first-child { margin: 0; }

.top-link a:hover { text-decoration: underline !important; }

.top-link a.or { margin: 0 0 0 14px; padding: 0 0 0 25px; }

.top-link a.or.old { background-image: url(../images/b_icon8.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.top-link a.or.email { padding: 0 0 0 28px; background-image: url(../images/b_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.top-link a.or.en { padding: 0 0 0 30px; background-image: url(../images/b_icon10.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.search { display: inline-block; *display: inline; *zoom: 1; margin: .23rem 0 0; border-bottom: 1px solid #5492d2; }

.search .input { width: 210px; height: 32px; padding: 0 0 0 10px; font-size: 14px; font-weight: 500; line-height: 32px; color: #fff; text-align: left; vertical-align: top; }

.search .input::-webkit-input-placeholder { color: #5492d2; }

.search .input:-moz-placeholder { color: #5492d2; }

.search .input::-moz-placeholder { color: #5492d2; }

.search .input:-ms-input-placeholder { color: #5492d2; }

.search .input::placeholder { color: #5492d2; }

.search .submit { width: 26px; height: 32px; background-image: url(../images/b_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; }

.nav { background: #fff; }

.nav .container { position: relative; height: .6rem; }

.nav li { float: left; margin: 0 23px; }

.nav li a { position: relative; display: inline-block; *display: inline; *zoom: 1; padding: 0 6px; font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: center; vertical-align: top; }

.nav li a:hover { color: #105396; }

.nav li .lv2 { position: absolute; top: 140%; right: auto; bottom: auto; left: 0; z-index: 1; width: 535px; font-size: 0; border-top: 2px solid #105396; background: rgba(255, 255, 255, 0.9); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; opacity: 0; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .24); }

.nav li .lv2 .fl { margin: .25rem .35rem; }

.nav li .lv2 .fl.img { width: 1.87rem; height: 1.04rem; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; }

.nav li .lv2 .fr { position: relative; width: -webkit-calc(100% - 2.68rem); width: -moz-calc(100% - 2.68rem); width: calc(100% - 2.68rem); margin: .25rem 0 .1rem; padding: 0 .2rem 0 .3rem; text-align: left; }

.nav li .lv2 .fr a { width: 50%; margin: 0 0 .17rem; padding: 0 .05rem; line-height: .18rem; }

.nav li .lv2 .fr a:hover { color: #105396; }

.nav li .lv2 .fr::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 1px; height: 1.15rem; background: #85b9ee; }

.nav li > a::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: 0.08rem; left: 50%; z-index: 1; width: 0%; height: 2px; background: #105396; opacity: 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.nav li > a::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: -webkit-calc(100% - .08rem); top: -moz-calc(100% - .08rem); top: calc(100% - .08rem); right: auto; bottom: auto; left: 50%; z-index: 1; width: 2px; height: 0; background: #105396; opacity: 0; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }

.nav li:hover > a::before { left: 0%; width: 100%; opacity: 1; }

.nav li:hover > a::after { height: .08rem; opacity: 1; }

.nav li:hover .lv2 { top: 100%; visibility: visible; opacity: 1; }

.nav li:first-child a::after { display: none; }

.nav li .down { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images/b_icon7.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: 28% auto; background-size: 28% auto; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.nav li .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.banner { font-size: 0; z-index: 2; }

.banner .slick-active .img { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.banner a { display: block; }

.banner .img { padding-top: 22%; -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -o-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; -webkit-transition: -webkit-transform 0.5s linear 0s; transition: -webkit-transform 0.5s linear 0s; -o-transition: -o-transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s, -moz-transform 0.5s linear 0s; transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s, -moz-transform 0.5s linear 0s, -o-transform 0.5s linear 0s; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; }

.banner .slick-arrow { position: absolute; top: 40%; right: auto; bottom: auto; left: auto; z-index: 1; width: 32px; height: 64px; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; opacity: .6; }

.banner .slick-arrow.slick-prev { left: 5%; background-image: url(../images/b_icon2_2.png); }

.banner .slick-arrow.slick-next { right: 5%; background-image: url(../images/b_icon2.png); }

.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.2rem; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.banner .slick-dots li { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; margin: 0 7px; border-radius: 50%; background: #fff; cursor: pointer; }

.banner .slick-dots li.slick-active { background: #cb9a31; }

.section { padding: .3rem 0 .4rem; }

.column { position: relative; padding: 0 0 0 .3rem; margin: 0 0 .3rem; border-bottom: 1px solid #e6e5e5; background-image: url(../images/b_icon5.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.column h3 { display: inline-block; *display: inline; *zoom: 1; font-size: 0.22rem; font-weight: 500; line-height: 0.45rem; color: #000; text-align: left; vertical-align: top; }

.column h3 span { font-size: .16rem; color: #ccc; }

.column::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: .75rem; height: 2px; background: #105396; }

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.45rem; color: #999; text-align: left; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.more:hover { color: #105396; padding: 0 8px 0 0; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.21rem; color: #999; text-align: left; }

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #999; text-align: left; }

.xxxw .xxxw-slick { width:100%; font-size: 0; }

.xxxw > .fr { width: 48.5%; }

.xxxw-slick .img-scale { position: relative; height: 3.87rem; }

.xxxw-slick .title { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; color: #fff; padding: 0 1.5rem 0 .1rem; background: rgba(0, 0, 0, 0.6); }

.xxxw-slick .slick-arrow { position: absolute; top: 36%; right: auto; bottom: auto; left: auto; z-index: 1; width: 32px; height: 62px; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; opacity: .6; }

.xxxw-slick .slick-arrow.slick-prev { left: 0%; background-image: url(../images/b_icon3_2.png); }

.xxxw-slick .slick-arrow.slick-next { right: 0%; background-image: url(../images/b_icon3.png); }

.xxxw-slick .slick-dots { position: absolute; top: auto; right: 0.25rem; bottom: 0.12rem; left: auto; z-index: 1; }

.xxxw-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; margin: 0 4px; border-radius: 50%; background: #fff; cursor: pointer; }

.xxxw-slick .slick-dots li.slick-active { background: #cb9a31; }

.first1 { display: block; padding: 0 0 .06rem; margin: 0 0 .05rem; border-bottom: 1px solid #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.first1 .title { margin: 0 0 .1rem; font-size: .18rem; line-height: .22rem; color: #105396; font-weight: 700; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.first1 .info { height: .42rem; color: #666; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.first1 .date { line-height: .3rem;float: right; }

.first1:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.first1:hover .title { color: #105396; }

.first2 { display: block; padding: 0 0 .25rem; border-bottom: 1px solid #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.first2:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.first2:hover .title { color: #105396; }

.first2 .text { width: -webkit-calc(100% - 82px); width: -moz-calc(100% - 82px); width: calc(100% - 82px); }

.first2 .text .title { line-height: .35rem; }

.first2 .date { width: 65px; font-size: .16rem; line-height: .35rem; text-align: right; }

.first2 .date p:last-child { position: relative; font-size: .32rem; font-weight: 700; line-height: .45rem; color: #105396; }

.first2 .date p:last-child::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: 1px; background: #ccc; }

.first2 .title { color: #105396; font-weight: 700; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.first2 .info { height: .42rem; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.first3 { display: block; padding: 0 0 .15rem; margin: 0 0 .08rem; border-bottom: 1px solid #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.first3 .title { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.first3:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.first3:hover .title { color: #105396; }

.first3 .img-frame { width: 1.42rem; height: 1.02rem; }

.first3 .text { width: -webkit-calc(100% - 1.6rem); width: -moz-calc(100% - 1.6rem); width: calc(100% - 1.6rem); }

.first3 .text .title { font-weight: 700; }

.first3 .info { display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.list1 li { padding: 0 0 0 .16rem; background-image: url(../images/b_icon4.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.list1 li:hover .title { color: #105396; }

.list1 .title { display: inline-block; *display: inline; *zoom: 1; width: -webkit-calc(100% - 130px); width: -moz-calc(100% - 130px); width: calc(100% - 130px); overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; }

.list2 { margin: .15rem 0 0; }

.list2 .date { margin: 0 .22rem 0 0; }

.list2 .title { display: block; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.list2 li:hover .title { color: #105396; }

.list3 li { padding: .15rem 0; border-top: 1px dashed #ccc; }

.list3 li:first-child { border: none; padding-top: 0; }

.list3 li .title { width: -webkit-calc(100% - .85rem); width: -moz-calc(100% - .85rem); width: calc(100% - .85rem); }

.list3 li .title span { display: block; line-height: .3rem; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.list3 li .title .info { font-size: 14px; line-height: .25rem; color: #666; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.list3 li .date { line-height: .28rem; }

.list3 li .date p:first-child { font-size: .2rem; }

.list3 li:hover .title { color: #105396; }

.list4 li { border-bottom: 1px solid #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.list4 li:hover { padding: 0 5px 0 0; box-shadow: 8px 8px 8px 0 #bbb; }

.list4 li:hover .title { color: #105396; }

.list4 .title { display: inline-block; *display: inline; *zoom: 1; width: -webkit-calc(100% - 130px); width: -moz-calc(100% - 130px); width: calc(100% - 130px); line-height: .7rem; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; }

.list4 .title::before { display: inline-block; *display: inline; *zoom: 1; content: ""; width: 8px; height: 8px; margin: 0 .1rem 1px 0; border-radius: 50%; background: #105396; }

.list4 .date { line-height: .7rem; }

.xywh, .djgz, .fxdt, .tzgg { width: 48.5%; margin: .25rem 0 0; }

.ztwz { width: 100%; margin: .25rem 0 0; }

.ztwz .slick { width: 92%; margin: 0 auto; font-size: 0; }

.ztwz .slick .slick-slide { padding: 0 .14rem; }

.ztwz .slick .img { padding-top: 42.5%; }

.ztwz .slick .slick-arrow { position: absolute; top: 36%; right: auto; bottom: auto; left: auto; z-index: 1; width: 15px; height: 25px; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; opacity: .6; }

.ztwz .slick .slick-arrow.slick-prev { left: -4%; background-image: url(../images/b_icon6_2.png); }

.ztwz .slick .slick-arrow.slick-next { right: -4%; background-image: url(../images/b_icon6.png); }

.kslj { width: 100%; margin: .25rem 0 0; }

.kslj .column { margin: 0 0 .06rem; }

.kslj ul { font-size: 0; margin: 0 -0.1rem; }

.kslj ul > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.33333%; padding: 0 0.1rem; }

.kslj ul li a { display: block; margin: .2rem 0 0; padding: 0 0 0 52px; border: 1px solid #ddd; border-radius: 5px; font-size: 0.14rem; font-weight: 500; line-height: 0.36rem; color: #000; text-align: left; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.kslj ul li a:hover { color: #105396; border-color: #105396; }

.kslj ul li:nth-child(1) a { background-image: url(../images/kslj_icon1.png); background-repeat: no-repeat; background-position: 20px 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.kslj ul li:nth-child(2) a { background-image: url(../images/kslj_icon2.png); background-repeat: no-repeat; background-position: 20px 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.kslj ul li:nth-child(3) a { background-image: url(../images/kslj_icon3.png); background-repeat: no-repeat; background-position: 20px 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.kslj ul li:nth-child(4) a { background-image: url(../images/kslj_icon4.png); background-repeat: no-repeat; background-position: 20px 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.kslj ul li:nth-child(5) a { background-image: url(../images/kslj_icon5.png); background-repeat: no-repeat; background-position: 20px 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.kslj ul li:nth-child(6) a { background-image: url(../images/kslj_icon6.png); background-repeat: no-repeat; background-position: 20px 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.jxfc { margin: .35rem 0; padding: .4rem 0; background-image: url(../images/b_bg2.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; }

.jxfc .column { background-image: url(../images/b_icon5_2.png); }

.jxfc .column h3 { margin: 0 .45rem 0 0; color: #a3c4e6; cursor: pointer; }

.jxfc .column h3 span { color: #a3c4e6; }

.jxfc .column h3:last-child { margin: 0; }

.jxfc .column h3.active { color: #fff; }

.jxfc .column h3.active span { color: #fff; }

.jxfc .column::after { background: #fff; }

.jxfc .more { color: #fff; }

.jxfc .box { position: relative; height: 295px; }

.jxfc .box .item { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; opacity: 0; width: 100%; overflow: hidden; visibility: hidden; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.jxfc .box .item.active { visibility: visible; opacity: 1; }

.jxfc .box .slick-arrow { position: absolute; top: 36%; right: auto; bottom: auto; left: auto; z-index: 1; width: 60px; height: 60px; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: #286eb4; -o-background-size: auto; background-size: auto; cursor: pointer; }

.jxfc .box .slick-arrow.slick-prev { left: -90px; background-image: url(../images/b_icon7_2.png); }

.jxfc .box .slick-arrow.slick-next { right: -90px; background-image: url(../images/b_icon7.png); }

.jxfc-slick { font-size: 0; margin: 0 -.15rem; }

.jxfc-slick .slick-slide { padding: 0 .15rem; }

.jxfc-slick .img { padding: 66% 0 0; }

.jxfc-slick .title { color: #fff; line-height: .45rem; text-align: center; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.xxzy { width: 48.5%; }

.bxdfb { width: 48.5%; }

.bxdfb img { width: 100%; }

.yqlj { width: 100%; margin: .25rem 0 0; font-size: 0; }

.yqlj a { display: inline-block; *display: inline; *zoom: 1; padding: 0 .14rem; margin: 0 .25rem .2rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: left; border: 1px solid #ddd; border-radius: 5px; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.yqlj a:hover { color: #105396; border-color: #105396; }

.yqlj a.m0 { margin: 0; }

.yqlj .select { width: 100%; max-width: 185px; margin: 0 .24rem .2rem 0; position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; border: 1px solid #ddd; border-radius: 5px; }

.yqlj .select a { margin: 0; border: none; }

.yqlj .select p { position: relative; }

.yqlj .select p .down-btn { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .32rem; height: .32rem; background-image: url(../images/b_img9.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; }

.yqlj .select .down { display: none; position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 10; width: 100%; max-height: 150px; padding: .05rem .1rem; background: #fafafa; box-shadow: 0 0 4px 0 #aaa; border-radius: 3px; overflow-y: auto; }

.yqlj .select .down li { border-top: 1px solid #ddd; }

.yqlj .select .down li:first-child { border: none; }

.yqlj .select .down li a:hover { color: #105396; background: #fff; }

.footer { background: #105396; }

.footer .foot1 { padding: .18rem 0 .14rem; }

.footer .foot-logo { width: 40%; padding: .1rem .2rem 0 0; }

.footer .foot-logo img { max-width: 100%; }

.footer .copy { width: 40%; padding: .1rem 5% 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }

.footer .ewm { width: 20%; text-align: right; }

.footer .ewm > div { display: inline-block; *display: inline; *zoom: 1; padding: 0 0 0 .3rem; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #fff; text-align: center; vertical-align: top; }

.footer .ewm > div img { max-width: .96rem; }

.footer a { color: #fff; }

.footer .foot2 { background: #004182; text-align: center; }

.footer .foot2 p { display: inline-block; *display: inline; *zoom: 1; margin: 0 33px; font-size: 14px; font-weight: 500; line-height: 40px; color: #fff; text-align: left; }

.footer .foot2 p a { color: #fff; }

.footer .foot2 p.bah { padding: 0 0 0 28px; background-image: url(../images/b_icon11.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.pad-btn { display: none; position: absolute; top: 50%; right: 0.3rem; bottom: auto; left: auto; z-index: 1; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.pad-btn .search-btn { display: inline-block; *display: inline; *zoom: 1; width: 30px; height: 30px; background-image: url(../images/icon_search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; border: 1px solid #fff; border-radius: 50%; cursor: pointer; vertical-align: top; }

.pad-btn .nav-btn { display: inline-block; *display: inline; *zoom: 1; width: 36px; margin: 0 0 0 .35rem; }

.pad-btn .nav-btn i { display: block; width: 100%; height: 2px; margin: 0 0 10px; background: #fff; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.pad-btn .nav-btn i:nth-child(3) { margin-bottom: 0; }

.pad-btn .nav-btn.close i { width: 120%; }

.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 12px) rotate(45deg); -moz-transform: translate(0, 12px) rotate(45deg); -o-transform: translate(0, 12px) rotate(45deg); -ms-transform: translate(0, 12px) rotate(45deg); transform: translate(0, 12px) rotate(45deg); }

.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }

.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -12px) rotate(-45deg); -moz-transform: translate(0, -12px) rotate(-45deg); -o-transform: translate(0, -12px) rotate(-45deg); -ms-transform: translate(0, -12px) rotate(-45deg); transform: translate(0, -12px) rotate(-45deg); }

.mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; background: rgba(0, 0, 0, 0.6); visibility: hidden; opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.mask .close { width: 70px; height: 70px; position: absolute; top: 8%; right: 8%; bottom: auto; left: auto; z-index: 1; cursor: pointer; }

.mask .close i { display: block; height: 2px; background: #fff; }

.mask .close i:nth-child(1) { -webkit-transform: translate(0, 34px) rotate(45deg); -moz-transform: translate(0, 34px) rotate(45deg); -o-transform: translate(0, 34px) rotate(45deg); -ms-transform: translate(0, 34px) rotate(45deg); transform: translate(0, 34px) rotate(45deg); }

.mask .close i:nth-child(2) { -webkit-transform: translate(0, 32px) rotate(-45deg); -moz-transform: translate(0, 32px) rotate(-45deg); -o-transform: translate(0, 32px) rotate(-45deg); -ms-transform: translate(0, 32px) rotate(-45deg); transform: translate(0, 32px) rotate(-45deg); }

.mask .pad-search { position: fixed; top: 30%; right: auto; bottom: auto; left: 50%; z-index: 100; width: 70%; max-width: 500px; min-width: 300px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #fff; padding: 10px 12px; }

.mask .pad-search .input { width: -webkit-calc(100% - 45px); width: -moz-calc(100% - 45px); width: calc(100% - 45px); padding: 0 10px; font-size: 14px; font-weight: 500; line-height: 40px; color: #333; text-align: left; vertical-align: top; border: 1px solid #ececec; }

.mask .pad-search .submit { width: 40px; height: 40px; background-image: url(../images/icon.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; }

.mask.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.decoration { position: relative; }

.decoration .img { width: 100%; padding-top: 22%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; }

.decoration::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: 50%; bottom: 0; left: 0; z-index: 1; background-image: url(../images/dec_bg.png); background-repeat: no-repeat; background-position: 100% 0; background-color: transparent; -o-background-size: auto 100%; background-size: auto 100%; }

.decoration .container { position: absolute; top: auto; right: 0; bottom: 0.3rem; left: 0; z-index: 2; }

.lv1-column { font-size: 0.36rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; }

.lv1-column::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; width: .7rem; height: 4px; background: #fff; }

.place { margin: 1rem 0 0; padding: 0 0 0 22px; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; background-image: url(../images/i_icon1.png); background-repeat: no-repeat; background-position: 0 45%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.place a { color: #fff; }

.sidebar { width: 21.25%; margin: .2rem 0 0; position: relative; }

.sidebar h3 { display: none; padding: 0 .1rem 0 .12rem; font-size: 0.22rem; font-weight: 700; line-height: 0.55rem; color: #fff; text-align: left; background: #105396; }

.sidebar .lv2-down { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/caidan-dakai1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; cursor: pointer; }

.sidebar .lv2 { position: relative; padding: .48rem .2rem 1.5rem; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }

.sidebar .lv2 li { position: relative; }

.sidebar .lv2 li:first-child { border: none; }

.sidebar .lv2 li.cur > a { color: #105396; font-weight: 700; }

.sidebar .lv2 li.cur .down { color: #105396; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.sidebar .lv2 .down { display: none; font-style: normal; font-size: .22rem; line-height: .55rem; text-align: center; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.sidebar .lv2 a { display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: center; }

.sidebar .lv2 a.cur { color: #105396; }

.sidebar .lv2 a:hover { color: #105396; }

.sidebar .lv2 .lv3 { display: none; padding: .06rem .3rem .1rem; background: #fff; }

.sidebar .lv2 .lv3 a { font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }

.sidebar .lv2::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: -1px; right: auto; bottom: auto; left: -1px; z-index: 1; width: .38rem; height: 6px; background: #105396; }

.sidebar .lv2::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: -1px; right: auto; bottom: auto; left: -1px; z-index: 1; width: 6px; height: .38rem; background: #105396; }

.main { width: 75%; }

.cur-column { margin: 0 0 .2rem; border-bottom: 1px solid #ddd; }

.cur-column h3 { display: inline-block; *display: inline; *zoom: 1; margin: 0 0 -1px; font-size: 0.22rem; font-weight: 500; line-height: 0.52rem; color: #105396; text-align: left; border-bottom: 3px solid #105396; }

.lv3-nav { margin: 0 0 .35rem; border-bottom: 1px solid #ddd; text-align: center; }

.lv3-nav li { display: inline-block; *display: inline; *zoom: 1; padding: 0 .15rem; vertical-align: top; }

.lv3-nav a { display: block; padding: 0 .08rem; margin: 0 0 -1px; font-size: 0.16rem; font-weight: 500; line-height: 0.58rem; color: #000; text-align: left; border-bottom: 3px solid transparent; }

.lv3-nav a.cur { color: #105396; border-color: #105396; }

.lv3-nav a:hover { color: #105396; }

.jgsz-list a { position: relative; display: table; width: 48%; height: .58rem; margin: 0 0 .24rem; padding: 3px 0 3px .18rem; font-size: 0.16rem; font-weight: 500; line-height: 0.25rem; color: #000; text-align: left; border: 1px solid #ddd; }

.jgsz-list a:nth-child(odd) { float: left; }

.jgsz-list a:nth-child(even) { float: right; }

.jgsz-list a::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 30%; right: auto; bottom: auto; left: -1px; z-index: 1; width: 4px; height: 40%; background: #105396; }

.jgsz-list a span { display: table-cell; vertical-align: middle; }

.teach-list ul { font-size: 0; margin: 0 -0.13rem; }

.teach-list ul > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 25%; padding: 0 0.13rem; }

.teach-list ul li { margin: 0 0 .2rem; }

.teach-list ul li .img { padding-top: 66%; }

.teach-list ul li .title { text-align: center; }

.teach-list ul li a { -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.teach-list ul li a:hover { background: #f9f9f9; box-shadow: 0 0 12px 0 #aaa; }

.teach-list ul li a:hover .title { color: #105396; }

.articles { padding: .2rem 0 0; }

.articles .title { margin: 0 0 .2rem; font-size: 0.2rem; font-weight: 700; line-height: 0.3rem; color: #000; text-align: center; }

.articles .title2 { margin: 0 0 .2rem; font-size: 0.2rem; font-weight: 500; line-height: 0.3rem; color: #105396; text-align: center; }

.articles .sub { font-size: 0.14rem; font-weight: 500; line-height: 0.36rem; color: #888; text-align: center; }

.articles .content { padding: .2rem 0 .4rem; font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #000; text-align: left; text-indent: 2em; }

.articles .content table p { text-indent: 0; }

.articles .content table, .articles .content iframe, .articles .content video { max-width: 100%; }

.articles .content a { word-break: break-all; }

.articles .con-page { padding: .1rem 0 0; border-top: 1px solid #ddd; }

.articles .con-page a { display: block; margin: .15rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #666; text-align: left; }

.articles .con-page a span { color: #105396; font-weight: 700; }

.articles .con-page a:hover { color: #105396; }

.news-list li { border-top: 1px solid #ddd; }

.news-list li:first-child { border: none; }

.news-list li:first-child a { padding-top: 0; }

.news-list a { padding: .25rem 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.news-list a:hover { box-shadow: 8px 8px 8px 0 #bbb; }

.news-list a:hover .title { color: #105396; }

.news-list .img-frame { width: 1.7rem; }

.news-list .img-frame .img { padding-top: 66%; }

.news-list .text { width: -webkit-calc(100% - 1.9rem); width: -moz-calc(100% - 1.9rem); width: calc(100% - 1.9rem); }

.news-list .text .title { line-height: .2rem; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.news-list .text .info { height: .42rem; margin: .15rem 0; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.news-list .text .date { line-height: .22rem; }

#page-list {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#page-list .p_pages a, #page-list span, #page-list .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d, #page-list .p_goto a {padding: 7px 9px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover, #page-list .p_goto a {background: #105396; font-weight: bold; color: #fff; border-color: #105396;}
#page-list .p_t{ padding: 0 2px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}
#page-list .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }

.zzjg-list { padding: .55rem 0 0; position: relative; }

.zzjg-list::before { position: absolute; top: 0; right: 50%; bottom: auto; left: auto; z-index: 1; width: 1px; height: 100%; background: #dddddd; }

.zzjg-list li { width: 50%; margin: 0 0 .6rem; border-top: 1px solid #105396; position: relative; }

.zzjg-list li::before { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: -0.1rem; right: auto; bottom: auto; left: 0; z-index: 1; width: 3px; height: .2rem; background: #105396; }

.zzjg-list li.fl { margin: 1.3rem 0 0; padding: 0  .4rem 0 0; }

.zzjg-list li.fl::before { left: auto; right: 0; }

.zzjg-list li.fl .tips { float: right; }

.zzjg-list li.fl .item { float: left; margin: .3rem .3rem 0 0; }

.zzjg-list li.fr { padding: 0 0 0 .4rem; }

.zzjg-list li.fr .tips { float: left; }

.zzjg-list li.fr .item { float: right; margin: .3rem 0 0 .7rem; }

.zzjg-list .tips { font-size: 0.24rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; }

.zzjg-list .item dd { margin: 0 0 .14rem; }

.zzjg-list .item a { display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.36rem; color: #000; text-align: left; }

.zzjg-list .item a .icon { display: inline-block; *display: inline; *zoom: 1; width: .16rem; height: .16rem; margin: 0 0 0 .1rem; vertical-align: top; background-image: url("../images/z-icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; }

.zzjg-list .item a.xj { font-size: .16rem; color: #999; margin: 0 0 0 .4rem; }

.zzjg-list .item a:hover { color: #105396; text-decoration: underline !important; }

.pad-show { display: none; background: #004182; padding: .05rem 0;}
.pad-show .top-link { display: flex; justify-content: space-evenly; flex-wrap: wrap; }
.pad-show .top-link a { white-space: nowrap; }
.pad-show .top-link .wrap { display: none; width: 100%; height: 0; margin: 2px 0; border: none; }

@media screen and (max-width: 1380px) { html { font-size: 95px; }
  .container { width: 1000px; }
  .header > .container { padding: .2rem 0; }
  .nav li { margin: 0 15px; }
  .nav li:hover > a::after { height: .1rem; }
  .jxfc .box .slick-arrow { width: 50px; height: 50px; }
  .jxfc .box .slick-arrow.slick-prev { left: -60px; }
  .jxfc .box .slick-arrow.slick-next { right: -60px; }
  .kslj ul > li { padding: 0 .05rem; }
  .jxfc .box { width: -webkit-calc(100% - 120px); width: -moz-calc(100% - 120px); width: calc(100% - 120px); height: 230px; margin: 0 auto; }
  .place { margin: .5rem 0 0; }
  .jgsz-list a { width: 49%; }
  .lv3-nav li { padding: 0 .05rem; }
  .teach-list ul { margin: 0; }
  .teach-list ul li { padding: 0 .1rem; } }

@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .container { width: 748px; }
  .header { background-image: none; }
  .header > .container { position: relative; width: 100%; padding: .12rem .3rem; }
  .header .logo { width: auto; }
  .header .logo img { height: 62px; }
  .header > .fr { width: auto; }
  .header.fixed .nav { display: block; }
  .top-link { display: none; }
  .search { display: none; }
  .pad-btn { display: inline-block; *display: inline; *zoom: 1; }
  .pad-show { display: block; }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); position: absolute; top: -webkit-calc(62px + .24rem); top: -moz-calc(62px + .24rem); top: calc(62px + .24rem); right: 0; bottom: 5%; left: 0; z-index: 1; width: 100%; padding: .2rem 0 0; background: transparent; overflow-x: auto; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
  .nav .container { height: auto; }
  .nav li { position: relative; float: none; width: 100%; margin: 0; border-bottom: 1px solid #6d95bd; }
  .nav li .down { display: block; }
  .nav li .lv2 { display: none; position: static; width: 100%; opacity: 1; visibility: visible; background: none; -webkit-transition: none 0.35s ease 0s; -moz-transition: none 0.35s ease 0s; -o-transition: none 0.35s ease 0s; transition: none 0.35s ease 0s; }
  .nav li .lv2 a { width: 100% !important; font-size: .18rem; text-align: left; }
  .nav li .lv2 .fl.img { display: none; }
  .nav li .lv2 .fr { width: 100%; margin: 0; padding: 0 0 .2rem .4rem; }
  .nav li .lv2 .fr::before, .nav li .lv2 .fr::after { display: none; }
  .nav li a { font-size: .2rem; color: #fff !important; }
  .nav.show { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  .xxxw .xxxw-slick { width: 100%; margin: 0 0 .25rem; }
  .xxxw .xxxw-slick .img-scale { height: auto; }
  .xxxw .xxxw-slick .img { padding-top: 66%; }
  .xxxw > .fr { width: 100%; }
  .xywh, .djgz, .fxdt, .tzgg, .ztwz, .kslj, .xxzy, .bxdfb { width: 100%; }
.w49{
    width: 100% !important;
}
  .kslj .column { margin: 0; }
  .bxdfb { margin-top: .25rem; }
  .footer .foot-logo { width: 35%; }
  .footer .copy { width: 35%; padding: 0 2% 0 6%; }
  .footer .ewm > div { padding: 0 0 0 .12rem; }
  .list1 .title { width: -webkit-calc(100% - 95px); width: -moz-calc(100% - 95px); width: calc(100% - 95px); }
  .lv1-column { display: none; }
  .decoration .container { bottom: .12rem; }
  .decoration .container .place { margin: 0; }
  .decoration .img { padding-top: 25%; }
  .decoration::before { display: none; }
  .decoration .container { width: 100%; bottom: 0; padding: 0 -webkit-calc(50% - 370px); padding: 0 -moz-calc(50% - 370px); padding: 0 calc(50% - 370px); background: rgba(16, 83, 150, 0.9); }
  .decoration .container .place { padding-top: .05rem; padding-bottom: .05rem; margin: 0 .15rem; font-size: .14rem; line-height: .3rem; }
  .sidebar { width: 100%; margin: 0 0 .3rem; }
  .sidebar h3 { display: block; }
  .sidebar .lv2 { display: none; padding: .15rem; border: none; background: #f9f9f9; }
  .sidebar .lv2::before, .sidebar .lv2::after { display: none; }
  .sidebar .lv2 li { border-top: 1px solid #ddd; }
  .sidebar .lv2 a { text-align: left; font-size: .18rem; }
  .sidebar .lv2 .down { display: block; }
  .sidebar .lv2-down { display: block; }
  
  .main { width: 100%; }
  .lv3-nav { display: none; } }

@media screen and (max-width: 768px) { html { font-size: 85px; }
  .container { width: 100%; padding-left: .15rem; padding-right: .15rem; }
  .header .logo img { height: 48px; }
  .header .nav { top: -webkit-calc(48px + .24rem); top: -moz-calc(48px + .24rem); top: calc(48px + .24rem); }
  .header > .container { padding-left: .12rem; padding-right: .12rem; }
  .pad-btn .nav-btn { margin: 0 0 0 .2rem; }
  .footer .copy, .footer .foot-logo, .footer .ewm { width: 100%; text-align: center; }
  .banner .slick-arrow { display: none !important; }
  .teach-list ul > li { width: 33.33%; }
  .news-list .img-frame { width: 1.2rem; }
  .news-list .text { width: -webkit-calc(100% - 1.3rem); width: -moz-calc(100% - 1.3rem); width: calc(100% - 1.3rem); }
  .news-list .text .info { margin: .05rem 0; }
  .jxfc .column h3 { margin: 0 .2rem 0 0; }
  .zzjg-list::before { display: none; }
  .zzjg-list li { width: 100%; }
  .zzjg-list li.fl { margin: 0 0 .4rem; }
}

@media screen and (max-width: 560px) { .jxfc .column h3 span { display: none; } }

@media screen and (max-width: 500px) {




 .kslj ul > li { width: 50%; }
  .jxfc .column h3 { margin: 0 .2rem 0 0; }
  .column h3 { font-size: 16px; }
  .column h3 span { font-size: 12px; }
  .jgsz-list a { width: 100%; }
  .pad-show .top-link .wrap  { display: block; }
  .teach-list ul > li { width: 50%; } }






