@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; }

.overflow { height: 100vh; overflow: hidden; }

.container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.header { position: fixed; top: -40%; left: 0; width: 100%; z-index: 200; display: flex; justify-content: space-between; align-items: center; padding: .25rem 5.2%; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)); }
.header .right-box { display: flex; justify-content: space-between; align-items: center; width: 8.4rem; max-width: calc(100% - 4.4rem); text-align: right; }
.header.scroll { padding-top: .1rem; padding-bottom: .1rem; border: none; background: #1e4296; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4); }
.header.scroll::after { opacity: 0; }
.header.scroll .logo img { height: .64rem; }

.logo { width: 20%; min-width: 4rem; }
.logo img { max-width: 100%; height: .82rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.nav { width: calc(100% - .85rem); -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; margin: 0 4px; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 700; line-height: 0.5rem; color: #fff; text-align: center; }
.nav li > a { white-space: nowrap; position: relative; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li:hover .lv2 { visibility: visible; top: 100%; opacity: 1; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:last-child { margin-right: 0; }
.nav li:first-child { margin-left: 0; }
.nav .lv2 { position: absolute; top: 120%; right: auto; bottom: auto; left: calc(50% - 70px); z-index: 1; width: 140px; background: #1e4296; opacity: 0; visibility: hidden; padding: 5px 0 .1rem; border-top: 3px solid #ffb155; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 2px; }
.nav .lv2 a { padding: 10px 5px; font-size: 15px; font-weight: 400; line-height: 20px; color: #333; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav .lv2 a:hover { color: #fff; background: #1e4296; }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 36px; height: 36px; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.75); cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 33px; margin: 0 .2rem 0 .48rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) rotate(-45deg); }

#mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.75); }
#mask .close { width: .7rem; height: .7rem; position: absolute; top: calc(70px + .5rem); right: 10%; bottom: auto; left: auto; z-index: 1; cursor: pointer; }
#mask .close i { display: block; width: 100%; height: 3px; background: #fff; }
#mask .close i:nth-child(1) { -webkit-transform: translate(0, 33px) rotate(45deg); -moz-transform: translate(0, 33px) rotate(45deg); -ms-transform: translate(0, 33px) rotate(45deg); -o-transform: translate(0, 33px) rotate(45deg); transform: translate(0, 33px) rotate(45deg); }
#mask .close i:nth-child(2) { -webkit-transform: translate(0, 31px) rotate(-45deg); -moz-transform: translate(0, 31px) rotate(-45deg); -ms-transform: translate(0, 31px) rotate(-45deg); -o-transform: translate(0, 31px) rotate(-45deg); transform: translate(0, 31px) rotate(-45deg); }

.search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .2rem 0; overflow: hidden; }
.search-box form { background: #fff; white-space: nowrap; padding: .15rem .1rem .15rem .15rem; width: 80%; max-width: 6.5rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 2px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.search-box .input { width: calc(100% - .55rem); height: .5rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: left; border: 1px solid #eee; }
.search-box .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search-box.show form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

.banner { font-size: 0; -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -ms-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.banner .slick-active img { -webkit-transition: transform 6.4s linear 0s; -moz-transition: transform 6.4s linear 0s; -ms-transition: transform 6.4s linear 0s; -o-transition: transform 6.4s linear 0s; transition: transform 6.4s linear 0s; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 2; width: .7rem; height: .7rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0.8; }
.banner .slick-arrow.slick-prev { left: 2%; }
.banner .slick-arrow.slick-next { right: 2%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.22rem; left: 50%; z-index: 2; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; margin: 0 7px; width: .32rem; height: .32rem; border-radius: 50%; background: transparent; cursor: pointer; text-align: center; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-dots li button { font-family: Arial, Helvetica, sans-serif; font-size: 0.2rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: center; }
.banner .slick-dots li.slick-active { background: #ffb155; }
.banner:after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 1rem; background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)); }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { position: relative; width: 100%; margin: .32rem 0 .3rem; text-align: center; }
.column .more { position: absolute; top: 0.16rem; right: 0; bottom: auto; left: auto; z-index: 1; }
.column > .more { display: block; }
.column h3 { display: inline-block; padding: 0 0 0 46px; font-size: 0.36rem; font-weight: 700; line-height: 0.6rem; color: #222; text-align: left; background-image: url("../images/a_icon1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.column h3 span { color: #1e4296; }
.column h3::after { display: block; content: ""; box-sizing: border-box; width: .5rem; height: 4px; margin: 0 auto; background: #ffb155; }

.more { position: relative; display: block; width: 87px; margin-right: 2px !important; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #1e4296; text-align: center; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); border-radius: .12rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.more span { position: relative; z-index: 2; display: block; padding: 0 .24rem; border-radius: .12rem; background: #fff; animation: ani1 .8s; }
.more::after { position: absolute; top: 2px; right: auto; bottom: auto; left: 1px; z-index: 1; content: ""; width: 100%; height: 100%; border-radius: .12rem; background: #1e4296; animation: ani2 .8s; }
.more:hover span { color: #fff; background: #1e4296; animation: ani1-h .8s; animation-direction: alternate; }
.more:hover::after { background: #ffb155; animation: ani2-h .8s; animation-direction: alternate; }

@keyframes ani1 { 0% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); }
  50% { -webkit-transform: translate(3px, 4px); -moz-transform: translate(3px, 4px); -ms-transform: translate(3px, 4px); -o-transform: translate(3px, 4px); transform: translate(3px, 4px); }
  100% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } }
@keyframes ani1-h { 0% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); }
  50% { -webkit-transform: translate(3px, 4px); -moz-transform: translate(3px, 4px); -ms-transform: translate(3px, 4px); -o-transform: translate(3px, 4px); transform: translate(3px, 4px); }
  100% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } }
@keyframes ani2 { 0% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); }
  50% { -webkit-transform: translate(-3px, -4px); -moz-transform: translate(-3px, -4px); -ms-transform: translate(-3px, -4px); -o-transform: translate(-3px, -4px); transform: translate(-3px, -4px); }
  100% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } }
@keyframes ani2-h { 0% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); }
  50% { -webkit-transform: translate(-3px, -4px); -moz-transform: translate(-3px, -4px); -ms-transform: translate(-3px, -4px); -o-transform: translate(-3px, -4px); transform: translate(-3px, -4px); }
  100% { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } }
.more2 { font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #1e4296; text-align: right; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.title:hover { color: #1e4296; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { display: inline-block; vertical-align: top; width: 50px; padding: .08rem 0 .1rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.13rem; font-weight: 500; line-height: 0.18rem; color: #666; text-align: center; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.date p:first-child { color: #1e4296; font-size: .3rem; line-height: .36rem; }

.date1 { padding: 0 0 0 .22rem; background-image: url("../images/date1.png"); background-repeat: no-repeat; background-position: 0 48%; background-color: transparent; background-size: auto; font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; }

.first-news { border-bottom: 1px solid #ccc; }
.first-news .img-frame { height: 0; padding: 1.88rem 0 0; }
.first-news .title { margin: .15rem 0 .25rem; line-height: .26rem; height: .52rem; font-weight: 700; }

.list1 li { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 li:last-child { border: none; }
.list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list1 .text { width: calc(100% - .6rem); }

.list2 li { margin: 0 0 .3rem; padding: .12rem .24rem .12rem; background: #fff; border-top: 2px solid #ffb155; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list2 li:last-child { margin-bottom: 0; }
.list2 li:hover { background: #1e4296; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
.list2 li:hover .date1 { color: #fff; background-image: url("../images/date2.png"); }
.list2 li:hover .title { font-weight: 700; color: #fff; }
.list2 .date1 { margin: 0 0 .04rem; }
.list2 .title { height: .6rem; }

.list3 li { position: relative; margin: 0 0 .19rem; padding: .21rem .2rem .24rem; background: #fff; border-radius: 0 .5rem 0 0; border-bottom: 2px solid #127ac0; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list3 li::after { position: absolute; top: auto; right: 0.2rem; bottom: 0.33rem; left: auto; z-index: 1; content: ""; width: 24px; height: 8px; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.list3 li .title { margin: 0 0 .05rem; }
.list3 li:last-child { margin: 0; }
.list3 li:hover { background: #1e4296; border-bottom-color: #ffb155; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
.list3 li:hover .date1 { color: #fff; background-image: url("../images/date2.png"); }
.list3 li:hover .title { font-weight: 700; color: #fff; }
.list3 li:hover::after { background-image: url("../images/arrow3.png"); }

.list4 li { border-bottom: 1px dashed #d3d3d3; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list4 li:hover .title { color: #1e4296; -webkit-transform: translate3d(4px, 0, 0); -moz-transform: translate3d(4px, 0, 0); -ms-transform: translate3d(4px, 0, 0); -o-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); }
.list4 li:hover .title::before { background: #1e4296; }
.list4 li:last-child { border: none; }
.list4 .date1 { color: #999; padding-top: .14rem; padding-bottom: .14rem; }
.list4 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.2rem); padding: .14rem 0; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list4 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .12rem 1px 0; background: #1e4296; border-radius: 50%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.pic-list1 { display: flex; flex-wrap: wrap; }
.pic-list1 li { display: flex; width: 50%; }
.pic-list1 li:nth-child(3), .pic-list1 li:nth-child(4) { flex-direction: row-reverse; }
.pic-list1 li:nth-child(3) .text::after, .pic-list1 li:nth-child(4) .text::after { right: auto; left: 100%; border-right-color: transparent; border-left-color: #eee; }
.pic-list1 .img-scale { width: 57%; height: 3rem; }
.pic-list1 .text { position: relative; width: 43%; padding: .27rem .22rem 0; background: #eee; }
.pic-list1 .text .title { font-weight: 700; }
.pic-list1 .text .info { margin: .2rem 0; height: .72rem; }
.pic-list1 .text::after { position: absolute; top: calc(50% - .15rem); right: 100%; bottom: auto; left: auto; z-index: 1; content: ""; border-top: 0.15rem solid transparent; border-right: .16rem solid #eee; border-bottom: 0.15rem solid transparent; border-left: 0.16rem solid transparent; }

.pic-list2 { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.pic-list2 li { width: 100%; padding: .2rem 0; display: flex; flex-direction: row-reverse; justify-content: space-between; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.pic-list2 li:hover .title { color: #1e4296; }
.pic-list2 .img-frame { display: block; width: 2.1rem; height: 1.4rem; }
.pic-list2 .text { width: calc(100% - 2.35rem); }
.pic-list2 .text .title { font-size: .17rem; font-weight: 700; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.pic-list2 .text .title:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.pic-list2 .text .info { margin: .1rem 0 .12rem; }

.project-list { display: flex; justify-content: space-between; height: 3.2rem; }
.project-list li { width: 18.357%; height: 100%; }
.project-list a { position: relative; display: block; height: 100%; padding: .18rem .8rem .16rem .34rem; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.project-list a:hover { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); box-shadow: 0 8px 0.2rem 0 rgba(0, 0, 0, 0.45); }
.project-list a:hover .more2::after { height: .3rem; }
.project-list li:nth-child(1) a { background-image: url(../images/column1.jpg); }
.project-list li:nth-child(2) a { background-image: url(../images/column2.jpg); }
.project-list li:nth-child(3) a { background-image: url(../images/column3.jpg); }
.project-list li:nth-child(4) a { background-image: url(../images/column4.jpg); }
.project-list li:nth-child(5) a { background-image: url(../images/column5.jpg); }
.project-list .title { font-size: .2rem; color: #fff; writing-mode: vertical-lr; writing-mode: tb-lr; }
.project-list .more2 { position: absolute; top: auto; right: 0.26rem; bottom: 0; left: auto; z-index: 1; font-size: 14px; font-weight: 500; line-height: 0.25rem; color: #fff; text-align: left; writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: 2px; }
.project-list .more2::after { display: inline-block; content: ""; width: 2px; height: .15rem; background: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.links-list { font-size: 0; margin: 0 -0.4rem; }
.links-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.4rem; }
.links-list li { margin: 0 0 .2rem; }
.links-list li .title { display: block; padding: 0 .38rem 0 .1rem; line-height: .48rem; border-bottom: 2px solid #efefef; background-image: url("../images/a_icon2.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; position: relative; }
.links-list li .title::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; content: ""; width: 0; height: 2px; background: #1e4296; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.links-list li .title:hover { color: #1e4296; font-weight: 700; }
.links-list li .title:hover::after { width: 100%; }

.news-slick1 { padding: 0 0 .42rem; }
.news-slick1 .img-scale { height: 0; padding: 4.2rem 0 0; }
.news-slick1 .img-scale .date { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: .8rem; color: #fff; background: rgba(30, 66, 150, 0.85); }
.news-slick1 .img-scale .date p:first-child { color: #fff; }
.news-slick1 .text { padding: 0 .3rem; }
.news-slick1 .column-link { display: block; margin: .2rem 0 .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.35rem; color: #1e4296; text-align: center; }
.news-slick1 .title { font-size: .2rem; line-height: .36rem; text-align: center; }
.news-slick1 .info { margin: .15rem 0 .25rem; height: .72rem; }
.news-slick1 .slick-arrow { position: absolute; top: auto; right: auto; bottom: 0.37rem; left: auto; z-index: 2; width: .42rem; height: .2rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-slick1 .slick-arrow.slick-prev { left: 19%; }
.news-slick1 .slick-arrow.slick-next { right: 19%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.news-slick1 .slick-dots { text-align: center; }
.news-slick1 .slick-dots li { display: inline-block; margin: 0 4px; width: .1rem; height: .1rem; border-radius: 50%; background: #cbcccf; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick1 .slick-dots li.slick-active { background: #1e4296; }

.news-slick2 { margin: 0 -.2rem 0; }
.news-slick2 .slick-slide { padding: 0 .2rem; }
.news-slick2 a { position: relative; display: block; margin: .2rem 0 0; padding: .36rem .2rem; background: #fff; border-bottom: 2px solid #127ac0; }
.news-slick2 .date1 { position: absolute; top: -0.2rem; right: auto; bottom: auto; left: 0; z-index: 1; padding: 0 .12rem 0 .35rem; line-height: .36rem; color: #fff; background-color: #1e4296; background-image: url("../images/date2.png"); background-position-x: .13rem; }
.news-slick2 .date1::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 0; border-top: 6px solid #ffb155; border-right: 7px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid #ffb155; }
.news-slick2 .title { height: .6rem; }
.news-slick2 .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 2; width: .42rem; height: .42rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border: 1px dashed #7093e8; border-radius: 50%; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
.news-slick2 .slick-arrow.slick-prev { left: -.45rem; }
.news-slick2 .slick-arrow.slick-next { right: -.45rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.news-slick2 .slick-arrow:hover { background-color: #fff; }




.news-slick22 { margin: 0 -.2rem 0; }
.news-slick22 .slick-slide { padding: 0 .2rem; }
.news-slick22 a { position: relative; display: block; margin: .2rem 0 0; padding: .36rem .2rem; background: #fff; border-bottom: 2px solid #127ac0; }
.news-slick22 .date1 { position: absolute; top: -0.2rem; right: auto; bottom: auto; left: 0; z-index: 1; padding: 0 .12rem 0 .35rem; line-height: .36rem; color: #fff; background-color: #1e4296; background-image: url("../images/date2.png"); background-position-x: .13rem; }
.news-slick22 .date1::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 0; border-top: 6px solid #ffb155; border-right: 7px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid #ffb155; }
.news-slick22 .title { height: .6rem; }
.news-slick22 .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 2; width: .42rem; height: .42rem; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; background-image: url("../images/arrow2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border: 1px dashed #7093e8; border-radius: 50%; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
.news-slick22 .slick-arrow.slick-prev { left: -.45rem; }
.news-slick22 .slick-arrow.slick-next { right: -.45rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.news-slick22 .slick-arrow:hover { background-color: #fff; }









.news-slick3 { z-index: 1; width: 59.56%; padding: 0 .4rem .26rem; }
.news-slick3::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: calc(4.2rem - 2px); border-top: 2px solid #ffb155; background: #fff; }
.news-slick3 .img-frame { display: block; height: 0; padding: 3.1rem 0 0; }
.news-slick3 .title { height: .6rem; margin: .18rem 0; font-size: .18rem; font-weight: 700; }
.news-slick3 .info { height: .48rem; }
.news-slick3 .slick-dots { margin: .15rem 0 0; text-align: center; }
.news-slick3 .slick-dots li { display: inline-block; margin: 0 4px; width: .1rem; height: .1rem; border-radius: 50%; background: #cbcccf; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick3 .slick-dots li.slick-active { background: #1e4296; }

.news-slick4 { margin: -.3rem -.3rem 0; }
.news-slick4 .slick-list { padding: .3rem 0 0; }
.news-slick4 .slick-slide { padding: 0 .3rem; }
.news-slick4 a { display: block; }
.news-slick4 a .title { line-height: .45rem; text-align: center; font-weight: 700; }
.news-slick4 a:hover .icon { animation: bounce .8s; }
.news-slick4 a:hover .title { color: #1e4296; }
.news-slick4 .icon { display: block; width: 1.2rem; height: 1.2rem; margin: 0 auto; border: 1px dashed #1e4296; border-radius: 50%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-slick4 .icon.i1 { background-image: url("../images/a_icon5_1.png"); }
.news-slick4 .icon.i2 { background-image: url("../images/a_icon5_2.png"); }
.news-slick4 .icon.i3 { background-image: url("../images/a_icon5_3.png"); }
.news-slick4 .icon.i4 { background-image: url("../images/a_icon5_4.png"); }
.news-slick4 .icon.i5 { background-image: url("../images/a_icon5_5.png"); }
.news-slick4 .icon.i6 { background-image: url("../images/a_icon5_6.png"); }
.news-slick4 .icon.i7 { background-image: url("../images/a_icon5_7.png"); }
.news-slick4 .icon.i8 { background-image: url("../images/sjxx203241025.png"); }
.news-slick4 .icon.i9 { background-image: url("../images/a_icon5_12.png"); }
.news-slick4 .icon.i10 {  background-image: url("../images/a_icon5_11.png");}
.news-slick4 .icon.i11 { background-image: url("../images/zsxt20241028.png"); }
.news-slick4 .slick-dots { margin: .2rem 0 0; text-align: center; }
.news-slick4 .slick-dots li { display: inline-block; margin: 0 4px; width: .1rem; height: .1rem; border-radius: 50%; background: #cbcccf; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick4 .slick-dots li.slick-active { background: #1e4296; }

.index-news { overflow: hidden; }
.index-news .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
.index-news .left-box, .index-news .right-box { width: 24%; }
.index-news .center-box { width: 47.857%; border-left: 1px solid #d5d7da; border-right: 1px solid #d5d7da; }

.index-notice { padding: 1px 0 .45rem; background-image: url("../images/a_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; overflow: hidden; }
.index-notice .more { margin: .3rem auto 0; }

.index-trends { padding: 1px 0 .45rem; background-image: url("../images/a_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; overflow: hidden; }
.index-trends .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.index-trends .left-box { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; width: 65.357%; }
.index-trends .left-box .column { width: 100%; text-align: left; }
.index-trends .left-box .column h3 span { color: #cc0501; }
.index-trends .left-box .list2 { width: 37.158%; }
.index-trends .right-box { width: 31.64%; }
.index-trends .right-box .column { text-align: left; }

.index-school { padding: 1px 0 .52rem; background-image: url("../images/a_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.index-school .column h3 { color: #fff; background-image: url("../images/a_icon1_2.png"); }
.index-school .column h3 span { color: #fff; }
.index-school .more::after { background: #ffb155; }
.index-school .more:hover span { background: #ffb155; }
.index-school .more:hover::after { background: #fff; }

.index-project { padding: 1px 0 .3rem; }
.index-project .links .column { margin-bottom: .18rem; text-align: left; }

.footer { background: #1e4296; padding: .25rem 0; }
.footer .container { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; }

.sydw-link { margin-right: .1rem; }

.copy { width: calc(100% - 3.2rem); font-size: 0.14rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: left; }

.QR-code li { position: relative; display: inline-block; margin: 0 0 0 .3rem;; cursor: pointer; -webkit-transition: opacity 0.36s linear 0s; -moz-transition: opacity 0.36s linear 0s; -ms-transition: opacity 0.36s linear 0s; -o-transition: opacity 0.36s linear 0s; transition: opacity 0.36s linear 0s; }
.QR-code li::before { display: block; content: ""; box-sizing: border-box; width: .54rem; height: .54rem; margin: 0 auto; background-image: url(../images/a_icon3.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(255, 255, 255, 0.1); background-size: auto; border-radius: 50%; }
.QR-code li .tip { font-size: 0.14rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: center; white-space: nowrap;}
.QR-code li .img { visibility: hidden; opacity: 0; padding: 5px; background: #fff; border-radius: 1px; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2); position: absolute; top: auto; right: auto; bottom: calc(100% + .3rem); left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.QR-code li .img img { width: 1.45rem; max-width: none; height: 1.45rem; }
.QR-code li .img::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 12px); z-index: 1; width: 0; border: 10px solid transparent; border-top-color: #fff; }
.QR-code li:hover .img { display: block; visibility: visible; opacity: 1; bottom: calc(100% + .15rem); }

.decoration { position: relative; height: 4.8rem; overflow: hidden; }
.decoration img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.decoration .wrapper { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: .1rem 0 0; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent); }
.decoration .wrapper .container { display: flex; justify-content: space-between; }

.index-main { background-image: url("../images/a_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.index-main .inset .position { position: relative; z-index: 5; margin: 0; background: #f4f6f9; }
.index-main .inset .article { padding: .35rem .35rem .2rem; box-shadow: 0 0 8px 0 #ccc; background: #fff; }

.sidebar { position: relative; z-index: 3; overflow: hidden; }
.sidebar h3 { display: none; font-size: 0.3rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; background: #1e4296; }
.sidebar h3 i { display: block; margin: 0 auto; }
.sidebar h3 i.close { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.sidebar .lv2-nav { display: flex; }
.sidebar .lv2-nav li { position: relative; white-space: nowrap; font-size: 0; }
.sidebar .lv2-nav li.cur > a { color: #ffb155; font-weight: 700; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li:hover > a { color: #ffb155; }
.sidebar .lv2-nav a { padding: 0; font-size: 0.2rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; }
.sidebar .lv2-nav span { margin: 0 .18rem; font-size: 0.2rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; }
.sidebar .lv2-nav .lv3 { display: none; padding: .1rem 0 .1rem .12rem; }
.sidebar .lv2-nav .lv3 a { padding: .05rem 0; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; }
.sidebar .lv2-nav .lv3 a:hover { color: #1e4296; }
.sidebar .lv2-nav .lv3 a.cur { color: #1e4296; font-weight: 700; }

.main { width: 100%; min-height: 4rem; padding: .15rem .34rem 1px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22); background: #fff; }

.position { display: flex; align-items: flex-end; }
.position h3 { display: inline-block; width: 2rem; font-size: 0.3rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: center; background: #1e4296; }

.place { margin: 0 0 0 .5rem; padding: 0 0 0 .22rem; font-size: 0.14rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; background-image: url(../images/weizhi.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #fff; }
.place a:hover { color: #ffb155; }

.article { padding: .2rem 0 .2rem; }
.article .title { margin: 0 0 .1rem; font-size: 0.28rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub { margin: .3rem 0; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 3% .3rem; font-size: 0.16rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .15rem auto .08rem; }
.article .content table { max-width: 100%; margin: .18rem auto; }
.article .content table p { text-indent: 0; line-height: 150%; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: .18rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.15rem; font-weight: 500; line-height: 0.27rem; color: #494949; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a span { color: #1e4296; font-weight: 700; }
.article .cont-page a:hover { color: #1e4296; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about .title { padding: 0 0 .15rem; font-size: .3rem; }
.article.about .content { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 28vh; left: auto; z-index: 20; width: 0.55rem; height: 0.55rem; border-radius: 50%; background-image: url("../images/toTop.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #ffb155; background-size: 38px; cursor: pointer; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
#to-top:hover { background-color: #1e4296; }

#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; }

#list-page { margin: .25rem 0 .35rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #1e4296; font-weight: bold; color: #fff; border-color: #1e4296; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

.jgsz h1{    font-size: .25rem;
    border-left: 3px solid #ff6600;
    padding-left: 20px;
    margin-top: 20px;}
.teach-list { font-size: 0; margin: 0 -0.14rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.14rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list a { display: block; padding: 0 .4rem 0 10%; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; border-radius: 2px;  background-color: #e7ebee;  -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.teach-list a:hover { color: #fff; background-color: #025baa;}

 .index-main.or .main { padding-left: 0; padding-right: 0; box-shadow: none; background: none; }
        .current-column { margin: .12rem 0 .3rem; font-size: .32rem; line-height: .66rem; color: #000; text-align: center; }
        .leader-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 .7rem; }
        .leader-wrapper .leader-item { position: relative; width: 48%; padding: .07rem .23rem; border-left: .6rem solid #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); background: #fff; }
        .leader-wrapper .leader-item::after { position: absolute; top: 0; right: 100%; width: .6rem; height: 100%; background: url("../images/a_bg5.jpg") no-repeat 50% 50%; background-size: 100% 100%; content: ""; }
        .leader-wrapper li { display: flex; flex-wrap: wrap; padding: .15rem 0 .25rem; border-bottom: 1px dashed #ddd; }
        .leader-wrapper li:last-child { border-bottom: none; }
        .leader-wrapper .title { width: 85px; font-size: .17rem; color: #1e4296; }
        .leader-wrapper .content { position: relative; width: calc(100% - 85px); padding: 5px 0 0 .22rem; display: flex; flex-wrap: wrap; }
        .leader-wrapper .content::before { position: absolute; top: 7px; left: 0; width: 1px; height: .3rem; background: #ccc; content: ""; }
        /* .leader-wrapper li:nth-child(2) .content::before { height: .6rem; } */
        .leader-wrapper .name { width: 68px; }
        .leader-wrapper .info { width: calc(100% - 68px); margin: 0 0 .28rem; }
        .leader-wrapper .info:last-child { margin: 0; }
        @media screen and (max-width: 1024px) {
            .current-column { display: none; }
            .leader-wrapper .leader-item { width: 100%; margin: .2rem 0 0; }
        }
        @media screen and (max-width: 768px) {
            .leader-wrapper .leader-item { border-left-width: .2rem; }
            .leader-wrapper .leader-item::after { width: .2rem; }
            .leader-wrapper .title { width: 100%; margin: 0 0 .12rem; }
            .leader-wrapper .content { width: 100% }
        }

.picture-list { font-size: 0; margin: 0 -0.2rem; }
.picture-list > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.2rem; }
.picture-list li { margin: .3rem 0 0; }
.picture-list .img-scale { box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.picture-list .img-scale:hover { margin: -.07rem 0 .07rem; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
.picture-list .text { border: 1px solid #eee; padding: 0 .12rem .12rem; }
.picture-list .img-frame { padding: 66.5625% 0 0; }
.picture-list .title { margin: .1rem 0 0; text-align: center; }




@media screen and (max-width: 1300px) { .news-slick4 .icon { background-size: 46%; }
  .QR-code li::before { background-size: 64%; } }
@media screen and (max-width: 1024px) { .container { width: 90%; }
  .header { position: relative; z-index: 102; display: flex; justify-content: space-between; align-items: center; background: #1e4296; padding-top: 10px; padding-bottom: 10px; padding-right: 0; }
  .header .right-box { display: flex; align-items: center; margin: 0; min-width: auto; max-width: none; width: auto; }
  .header::after { display: none; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 50px; }
  .banner { margin: 0 !important; }
  .banner .img { height: 0; padding: 40% 0 0; }
  .banner .img .text h3 { padding: 0 4%; font-size: .24rem; line-height: 1rem; text-align: center; }
  .banner .slick-arrow { width: .45rem; height: .45rem; }
  .nav { visibility: hidden; position: fixed; top: 70px; right: 100%; bottom: 0; left: auto; z-index: 100; width: 100%; height: calc(100vh - 70px); margin: 0; padding: .28rem 0; background-image: url(../images/a_bg1.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav ul { flex-direction: column; justify-content: flex-start; width: 90%; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  .nav li { width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child { border: none; }
  .nav li a { font-size: 17px; line-height: .55rem; padding: 0 .1rem !important; text-align: left; font-weight: 400; color: #333; background: none !important; }
  .nav li a::after, .nav li a::before { display: none; }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; width: 100%; padding: 0 0 12px 30px; border: none; background: none; box-shadow: none; }
  .nav li .lv2 a { color: #333 !important; line-height: .4rem; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; transition: none; }
  .nav .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav .down-icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav.show { visibility: visible; right: 0; }
  .pad-btn { display: flex; align-items: center; margin-left: 7px; }
  .pad-btn .search-btn { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; border-top: 69px solid #ffb155; border-bottom: 0px solid transparent; border-right: 67px solid #ffb155; border-left: 12px solid transparent; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: 20%; z-index: 200; width: 60%; padding: 15px !important; margin: 0; border-radius: 2px; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .search form { font-size: 0; white-space: nowrap; }
  .search .input { width: calc(100% - 45px) !important; height: 45px; padding: 0 8px !important; line-height: 45px; color: #333; border: 1px solid #eee; }
  .search .input::placeholder { color: #888; }
  .search .submit { width: 45px; height: 45px; background-image: url(../images/search2.png); background-position: 60% 50%; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .column { margin: .2rem 0; }
  .column h3 { font-size: .3rem; }
  .pic-list1 li { width: 100%; flex-direction: row !important; }
  .pic-list1 li .text::after { left: auto !important; right: 100% !important; border-left-color: transparent !important; border-right-color: #eee !important; }
  .pic-list1 li:nth-child(2n) { flex-direction: row-reverse !important; }
  .pic-list1 li:nth-child(2n) .text::after { right: auto !important; left: 100% !important; border-right-color: transparent !important; border-left-color: #eee !important; }
  .project-list a { padding: .15rem .7rem .15rem .2rem; }
  .links-list { margin: 0 -.2rem; }
  .links-list > li { width: 33.33%; padding: 0 .2rem; margin: 0 0 .1rem; }
  .first-news .img-frame { padding: 56.11% 0 0; }
  .news-slick1 { margin: 0 0 .25rem; border-bottom: 1px solid #d5d7da; }
  .news-slick1 .img-scale { padding: 62.68% 0 0; }
  .news-slick2 { margin: 0 .25rem; }
  .news-slick2 .slick-slide { padding: 0 .1rem; }
  .news-slick2 .slick-arrow { width: 32px; height: 32px; background-size: 60%; }
  .news-slick2 .slick-arrow.slick-prev { left: -.35rem; }
  .news-slick2 .slick-arrow.slick-next { right: -.35rem; }
  .news-slick4 { margin: 0 .1rem; }
  .news-slick4 .slick-slide { padding: 0 .1rem; }
  .news-slick4 .icon { width: 1rem; height: 1rem; }
  .index-news { padding: 0 0 .2rem; }
  .index-news .left-box { order: 2; width: 48%; }
  .index-news .center-box { order: 1; width: 100%; }
  .index-news .right-box { order: 3; width: 48%; }
  .index-notice .more { margin: .2rem auto 0; }
  .index-trends .left-box, .index-trends .right-box { width: 100%; }
  #to-top { display: none !important; }
  .decoration { height: auto; }
  .decoration img { position: static; height: 33vw; }
  .decoration .wrapper { position: static; background: none; }
  .decoration .wrapper .container { flex-wrap: wrap; }
  .index-main { border: none; }
  .index-main .inset { padding: 0; box-shadow: none; }
  .sidebar { width: 100%; min-width: 100%; margin: .15rem 0; border-radius: 2px; overflow: hidden; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .5rem; text-align: left; background: #1e4296; border-width: 2px; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; padding: 4px .15rem .15rem; }
  .sidebar .lv2-nav li { border-bottom: 1px solid #eee; }
  .sidebar .lv2-nav li:last-child { border: none; }
  .sidebar .lv2-nav li .lv3 { padding-top: 0; }
  .sidebar .lv2-nav li:last-child a { border: none; }
  .sidebar .lv2-nav a { text-align: left; font-size: .18rem; padding: 0 .4rem 0 .2rem; line-height: .45rem; color: #000; }
  .sidebar .lv2-nav span { display: none; }
  .sidebar .lv2-nav .down { height: .5rem; }
  .main { width: 100%; max-width: 100%; padding: 0 0 1px; box-shadow: none; background: none; }
  .position { width: 100%; margin: .1rem 0 .08rem; border-bottom: 1px solid #eee; }
  .position h3 { font-size: .22rem; line-height: .5rem; }
  .position .place { margin: 0 0 0 .3rem; line-height: .5rem; color: #666; background-image: url("../images/weizhi2.png"); }
  .position .place a { color: #666; }
  .article .content { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 768px) { .column { text-align: left; }
  .column h3 { font-size: .22rem; }
  .column h3::after { margin: 0 !important; }
  .search { left: 10%; width: 80%; }
  .top-link { display: none; }
  .first-news .title { height: auto; }
  .project-list { height: auto; flex-wrap: wrap; }
  .project-list > li { width: 100%; margin: .18rem 0 0; }
  .project-list > li:first-child { margin: 0; }
  .project-list a { padding: .2rem .2rem; height: auto; }
  .project-list .title { writing-mode: horizontal-tb; letter-spacing: 0; }
  .project-list .more2 { position: static; margin: .15rem -.2rem 0 0; writing-mode: horizontal-tb; text-align: right; }
  .project-list .more2::after { width: .3rem; height: 2px !important; vertical-align: middle; }
  .links-list > li { width: 50%; }
  .news-slick3 { width: 100%; margin: 0 0 .23rem; padding: 0 .25rem .15rem; }
  .news-slick3 .img-frame { padding: 66.66% 0 0; }
  .index-news .left-box { width: 100%; }
  .index-news .right-box { width: 100%; }
  .index-trends .left-box .list2 { width: 100%; }
  .position { margin-top: 0; }
  .position h3 { display: none; }
  .position .place { float: none; margin: 0; }
  .list4 li { padding: .12rem 0; }
 .teach-list > li { width: 50%; }
.footer .container { flex-wrap: wrap; justify-content: center; }
  .QR-code { text-align: center; }
  .QR-code li { margin: 0 .15rem .1rem; }
  .copy { width: 100%; text-align: center; }
  .list4 .title { width: 100%; padding: 0; line-height: .24rem; }
  .list4 .date1 { float: none; margin: .05rem 0 0; padding-top: 0; padding-bottom: 0; }
  .list4 .tt1 { white-space: initial; text-overflow: clip; overflow: auto; } }
@media screen and (max-width: 520px) { .logo { display: flex; align-items: center; height: 32px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 42px; }
  .pad-btn::after { border-top-width: 56px; border-right-width: 52px; }
  .pad-btn .search-btn { width: 38px; height: 38px; }
  .pad-btn .nav-btn { width: 30px; margin: 0 14px 0 32px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(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 { top: 58px; height: calc(100vh - 58px); }
  .column h3 { font-size: .2rem; }
  .banner .slick-arrow { display: none !important; }
  .banner .slick-dots { bottom: .1rem; }
  .banner .slick-dots li { width: .26rem; height: .26rem; }
  .banner .slick-dots li button { font-size: .16rem; line-height: .26rem; }
  .pic-list1 li { flex-wrap: wrap; margin: 0 0 .15rem; }
  .pic-list1 li:last-child { margin: 0; }
  .pic-list1 .img-scale { width: 100%; height: auto; padding: 75% 0 0; }
  .pic-list1 .text { width: 100%; padding-bottom: .25rem; }
  .pic-list1 .text::after { display: none; }
  .pic-list2 li { flex-wrap: wrap; }
  .pic-list2 .img-frame { width: 100%; height: 0; padding: 66% 0 0; }
  .pic-list2 .text { width: 100%; max-width: 100%; margin: .16rem 0 0; }
  .links-list > li { width: 100%; }
  .footer .container { flex-wrap: wrap; justify-content: center; }
  .QR-code { text-align: center; }
  .QR-code li { margin: 0 .15rem .1rem; }
  .copy { width: 100%; text-align: center; } }