@charset "UTF-8"; @font-face { font-family: "SYST700"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); } #loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; } .overflow { height: 100vh; overflow: hidden !important; } html { width: 100%; min-width: 1024px; font-size: 100px; overflow-x: hidden; } html::-webkit-scrollbar { width: .08rem; } html::-webkit-scrollbar-thumb { border-radius: .08rem; background: #003e9b; } html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); } .container { width: 14rem; margin: 0 auto; font-size: .16rem; } .header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .2rem 0 .5rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, transparent 95%); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .header .head-wrap { padding: 0 0 .2rem; border-bottom: 1px solid rgba(255, 255, 255, 0.12); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .header.scroll { padding: .12rem 0 0; background: #003e9b; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); } .header.scroll .head-wrap { padding: 0 0 .12rem; } .header.scroll .nav { padding: 0; } .header.scroll .logo img { max-height: .56rem; } .logo { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .logo img { max-height: .75rem; } .top-link { margin: 0 .1rem 0 0; } .top-link a { position: relative; display: inline-block; margin: 0 .16rem; font-size: 0.15rem; font-weight: 500; line-height: 0.42rem; color: rgba(255, 255, 255, 0.8); text-align: left; } .top-link a::after { position: absolute; top: 0.12rem; right: -0.17rem; bottom: auto; left: auto; z-index: 1; width: 1px; height: .18rem; background: rgba(255, 255, 255, 0.3); content: ""; } .top-link a:last-child::after { display: none; } .top-link a:hover { color: #fff; text-decoration: underline; } .search-box { width: 2.6rem; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: .4rem; } .search-box .input { width: calc(100% - .5rem); height: .4rem; padding: 0 .1rem 0 .16rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; } .search-box .input::placeholder { color: #fff; } .search-box .submit { width: .5rem; height: .4rem; vertical-align: top; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.18rem; } .nav { padding: .05rem 0 0; } .nav li { position: relative; width: 10%; text-align: center; } .nav li a { position: relative; display: inline-block; vertical-align: top; font-size: 0.18rem; font-weight: 700; line-height: 0.54rem; color: #fff; text-align: center; } .nav li > a { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .nav li > a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 1; content: ""; width: 0%; height: 3px; border-radius: 2px; background: #f3d4a8; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .nav li:hover > a::after { left: 0; width: 100%; } .nav li:hover .sub-nav { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); opacity: 1; } .nav .sub-nav { position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .08rem 0; background: #003e9b; opacity: 0; visibility: hidden; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.22); background: white; border-radius: 2px; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); transform-origin: 50% 0%; -webkit-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; } .nav .sub-nav dd { position: relative; padding: 0 .15rem; } .nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: #003e9b; opacity: 0; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .nav .sub-nav dd:last-child a { border: none; } .nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; } .nav .sub-nav dd:hover a { color: #fff; border-color: #003e9b; } .nav .sub-nav a { z-index: 2; width: 100%; padding: .12rem 0; font-size: .15rem; font-weight: 500; line-height: .2rem; color: #777; border-bottom: 1px solid #efefef; -webkit-transition: background 0.15s ease-out 0s; -moz-transition: background 0.15s ease-out 0s; -ms-transition: background 0.15s ease-out 0s; -o-transition: background 0.15s ease-out 0s; transition: background 0.15s ease-out 0s; } .banner { z-index: 1; font-size: 0; width: 100%; height: 100%; } .banner::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; content: ""; width: 100%; height: 20%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent); } .banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; } .banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 0.6s ease-out 0s; -moz-transition: transform 0.6s ease-out 0s; -ms-transition: transform 0.6s ease-out 0s; -o-transition: transform 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s; } .banner .swiper-slide-active img { -webkit-transition: transform 6s ease-out 1s; -moz-transition: transform 6s ease-out 1s; -ms-transition: transform 6s ease-out 1s; -o-transition: transform 6s ease-out 1s; transition: transform 6s ease-out 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .banner .pagination { position: absolute; bottom: .4rem; z-index: 3; text-align: center; } .banner .pagination .swiper-pagination-bullet { vertical-align: middle; width: .1rem; height: .1rem; margin: 0 6px; border-radius: .1rem; background: rgba(255, 255, 255, 0.6); opacity: 1; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .45rem; background: rgba(255, 255, 255, 0.88); } .column { position: relative; width: 100%; margin: .4rem 0 .4rem; } .column h3 { position: relative; display: inline-block; vertical-align: top; font-size: 0.3rem; font-weight: 500; line-height: 0.54rem; color: #003e9b; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .column h3::after { display: block; content: ""; box-sizing: border-box; width: .6rem; height: 2px; margin: 0 auto; background: #003e9b; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; } .more { font-size: 0.14rem; font-weight: 500; line-height: 0.54rem; color: #003e9b; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .more::after { position: absolute; top: auto; right: 0; bottom: 0.13rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #003e9b; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .more:hover { -webkit-transform: translateX(0.06rem); -moz-transform: translateX(0.06rem); -ms-transform: translateX(0.06rem); -o-transform: translateX(0.06rem); transform: translateX(0.06rem); } .more:hover::after { right: auto; left: 0; width: 100%; } .title { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #323232; text-align: left; } .info { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #666; text-align: justify; } .date { font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #003e9b; text-align: left; } .date span { font-size: .18rem; } .date1 { width: 68px; font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.24rem; color: #003e9b; text-align: center; } .date1 p:first-child { font-size: .3rem; line-height: .38rem; } .home1 { padding: 0 0 .5rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; } .news-swiper1 { width: 7.2rem; margin: .5rem 0 0; } .news-swiper1 .img { padding: 4.5rem 0 0; } .news-swiper1 .text { position: relative; } .news-swiper1 .date1 { position: absolute; top: -0.24rem; right: auto; bottom: auto; left: 0.2rem; z-index: 1; width: .7rem; height: .68rem; padding: .08rem 0 0; color: #fff; background: #003e9b; font-size: .13rem; line-height: .18rem; border-radius: .06rem; } .news-swiper1 .date1 p:first-child { font-size: .25rem; line-height: .32rem; } .news-swiper1 .title { padding: .15rem 110px 0 1.14rem; } .news-swiper1 .pagination { position: absolute; bottom: 0; left: auto; right: 0; width: auto; z-index: 3; padding: .15rem 0 .06rem .15rem; } .news-swiper1 .pagination .swiper-pagination-bullet { vertical-align: middle; width: .1rem; height: .1rem; margin: 0 4px; border-radius: .1rem; background: #b8b8b8; opacity: 1; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #003e9b; } .news-box { width: 6.4rem; } .news-box .column { margin-bottom: .1rem; } .news-list1 li { position: relative; } .news-list1 li:hover .title { color: #003e9b; font-weight: 700; -webkit-transform: translateX(0.08rem); -moz-transform: translateX(0.08rem); -ms-transform: translateX(0.08rem); -o-transform: translateX(0.08rem); transform: translateX(0.08rem); } .news-list1 li:hover .date .line::before { width: 100%; } .news-list1 li:hover .date .line::after { background: #003e9b; } .news-list1 .title { max-width: calc(100% - .9rem); line-height: .62rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .news-list1 .date { position: absolute; top: auto; right: auto; bottom: -0.1rem; left: 0; z-index: 1; display: -ms-flexbox; display: flex; align-items: center; width: 100%; line-height: .2rem; white-space: nowrap; } .news-list1 .date .line { position: relative; display: block; width: 100%; height: 1px; margin: 0 .25rem 0 0; background: #e3e3e3; } .news-list1 .date .line::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 0; height: 100%; background-color: #003e9b; -webkit-transition: all 0.45s ease-out 0s; -moz-transition: all 0.45s ease-out 0s; -ms-transition: all 0.45s ease-out 0s; -o-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; } .news-list1 .date .line::after { position: absolute; top: -3px; right: auto; bottom: auto; left: 100%; z-index: 1; content: ""; width: 6px; height: 6px; background: #abc7ee; border-radius: 50%; } .slide-item { display: none; } .slide-item.active { display: block; animation: ani-up 1.2s; } @keyframes ani-up { 0% { transform: translateY(0.25rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } .notice-box { width: 100%; padding: .15rem 0 0; } .notice-box .slide-tag { margin: 0 .2rem; font-size: .24rem; color: #9b9b9b; cursor: pointer; } .notice-box .slide-tag::after { width: 0; } .notice-box .slide-tag.active { font-size: .3rem; color: #003e9b; } .notice-box .slide-tag.active::after { width: .6rem; } .notice-box .more { display: none; } .notice-box .more.active { display: block; } .news-list2 { font-size: 0; margin: 0 -0.1rem; } .news-list2 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.1rem; } .news-list2 li { margin: 0 0 .2rem; } .news-list2 a { position: relative; z-index: 1; display: -ms-flexbox; display: flex; align-items: center; padding: .26rem .24rem; perspective: 1000px; } .news-list2 a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; content: ""; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.4); box-shadow: 0 4px 0.1rem 0 rgba(0, 0, 0, 0.07); border-radius: 6px; } .news-list2 a:hover::after { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); background: #fff; opacity: 1; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .news-list2 a:hover .title { color: #003e9b; font-weight: 700; } .news-list2 .line { width: 1px; height: .4rem; margin: 0 .25rem 0 .14rem; background: #dadada; } .news-list2 .date1 { flex-shrink: 0; } .home2 { position: relative; z-index: 1; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; } .home2::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: 50%; height: 4rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; } .home2 .column { width: 47.5%; margin-bottom: .22rem; } .home2 .column h3 { color: #fff; } .home2 .column h3::after { display: none; } .home2 .column .more { color: #fff; } .home2 .column .more::after { background: #fff; } @keyframes ani-right1 { 0% { opacity: 0; transform: translateX(.15rem); -ms-transform: translateX(.15rem); } 100% { opacity: 1; transform: translateX(0); -ms-transform: translateX(0); } } .research-box { width: 100%; padding: .48rem .8rem .32rem; background: #fff; border-radius: 7px; box-shadow: 0 0.06rem 0.15rem 0 rgba(0, 0, 0, 0.2); } .research-box li { border-top: 1px solid #dedede; } .research-box .title { line-height: .6rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .research-box .img-wrap { display: none; overflow: visible; padding: 0 0 .22rem; border: none; } .research-box .img-wrap .img-frame { width: 2.65rem; } .research-box .img-wrap .img { padding: 1.9rem 0 0 0; } .research-box .img-wrap .text { position: relative; width: calc(100% - 2.95rem); padding: .22rem 0 0; border-top: 2px solid #f3d4a8; } .research-box .img-wrap .title { font-weight: 700; color: #003e9b; } .research-box .img-wrap .info { height: .6rem; margin: .15rem 0 0; } .research-box li.show { border-color: transparent; } .research-box li.show > .title { display: none; } .research-box li.show .img-wrap { display: flex; animation: ani-right1 .5s; } .home2-swiper { width: 4.3rem; margin: .5rem 0; padding: 0 0 .45rem; background: #fff; box-shadow: 0 4px 0.18rem 0 rgba(0, 0, 0, 0.14); } .home2-swiper .column-link { position: absolute; top: 2.06rem; right: auto; bottom: auto; left: 0; z-index: 3; padding: 0 .28rem; font-size: 0.23rem; font-weight: 500; line-height: 0.54rem; color: #fff; text-align: left; background: #0d72b8; } .home2-swiper .date { color: #0d72b8; } .home2-swiper .more { position: absolute; top: auto; right: 0.35rem; bottom: 0.05rem; left: auto; z-index: 1; color: #0d72b8; } .home2-swiper .img { padding: 2.6rem 0 0; } .home2-swiper .text { padding: .18rem .2rem 0; } .home2-swiper .title { height: .6rem; margin: 0 0 .1rem; } .home2-swiper .title span { background-image: linear-gradient(#0d72b8, #0d72b8); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; } .home2-swiper .img-zoom:hover .title { color: #0d72b8; } .home2-swiper .img-zoom:hover .title span { background-size: 100% 1px; } .home2-swiper .pagination { text-align: center; } .home2-swiper .pagination .swiper-pagination-bullet { vertical-align: middle; width: .1rem; height: .1rem; margin: 0 4px; border-radius: .1rem; background: #ccc; opacity: 1; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .home2-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #0d72b8; } .home2-swiper.news-swiper3 .column-link, .home2-swiper.news-swiper3 .more::after { background: #00b3ba; } .home2-swiper.news-swiper3 .date, .home2-swiper.news-swiper3 .more { color: #00b3ba; } .home2-swiper.news-swiper3 .pagination .swiper-pagination-bullet-active { background: #00b3ba; } .home2-swiper.news-swiper3 .title span { background-image: linear-gradient(#00b3ba, #00b3ba); } .home2-swiper.news-swiper3 .img-zoom:hover .title { color: #00b3ba; } .home2-swiper.news-swiper4 .column-link, .home2-swiper.news-swiper4 .more::after { background: #11a58f; } .home2-swiper.news-swiper4 .date, .home2-swiper.news-swiper4 .more { color: #11a58f; } .home2-swiper.news-swiper4 .pagination .swiper-pagination-bullet-active { background: #11a58f; } .home2-swiper.news-swiper4 .title span { background-image: linear-gradient(#11a58f, #11a58f); } .home2-swiper.news-swiper4 .img-zoom:hover .title { color: #11a58f; } .news-swiper5 { position: relative; margin: 0 0 .65rem; } .news-swiper5 .img { padding: 75% 0 0; } .news-swiper5 .swiper-arrow { position: absolute; top: calc(50% - .25rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.32rem; border: 1px solid #75ace5; border-radius: 50%; cursor: pointer; } .news-swiper5 .swiper-arrow.swiper-prev { left: -.62rem; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } .news-swiper5 .swiper-arrow.swiper-next { right: -.62rem; } .footer { padding: 0 0 .36rem; background-image: url("../images/footer.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; } .foot-link { width: 100%; margin: 0 0 .2rem; padding: .26rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); } .foot-link h6 { font-size: 0.24rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; } .foot-link .link-box { width: calc(100% - 1.35rem); } .foot-link a { position: relative; display: block; margin: 0 .42rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; } .foot-link a::after { position: absolute; top: auto; right: 0; bottom: 0.05rem; left: auto; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .foot-link a:hover::after { right: auto; left: 0; width: 100%; } .foot-logo img { max-height: .65rem; } .copy { font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; } .copy a { color: #fff; } .QR-code li { position: relative; margin: 0 0 0 .5rem; } .QR-code li:first-child { margin: 0; } .QR-code li:hover .img { display: block; visibility: visible; opacity: 1; bottom: .44rem; } .QR-code p { font-size: 0.14rem; font-weight: 500; line-height: 0.36rem; color: #fff; text-align: center; cursor: pointer; } .QR-code .icon { width: .7rem; height: .7rem; margin: 0 auto .1rem; cursor: pointer; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border: 1px solid #fff; border-radius: 50%; } .QR-code .icon.i2 { background-image: url("../images/f_icon2.png"); } .QR-code .icon.i3 { background-image: url("../images/f_icon3.png"); } .QR-code .img { visibility: hidden; opacity: 0; padding: 0; background: #fff; border-radius: 5px; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2); position: absolute; top: auto; right: auto; bottom: 0.5rem; 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.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .QR-code .img img { width: 1.2rem; max-width: none; height: 1.2rem; } .QR-code .img::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: auto; bottom: auto; left: calc(50% - 7px); z-index: 1; width: 0; border: 7px solid transparent; border-top-color: #fff; } /* 内页样式 */ .decorate { position: relative; padding: 6rem 0 0; } .decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; } .main-box .container { align-items: flex-start; } .sidebar { position: relative; z-index: 3; width: 2.7rem; margin: -.8rem 0 .6rem; box-shadow: 0px 0.06rem 0.18rem 0px rgba(165, 186, 199, 0.32); background: #fcfeff; } .sidebar h3 { position: relative; font-family: "SYST700"; font-size: 0.3rem; font-weight: 700; line-height: 1rem; color: #fff; text-align: center; background: #003e9b; } .sidebar .sub-nav { position: relative; padding: 0 .28rem 1rem; } .sidebar .sub-nav li { position: relative; border-bottom: 1px solid #ededed; } .sidebar .sub-nav li:last-child { border: none; } .sidebar .sub-nav li.cur > a { color: #003e9b !important; font-weight: 700; } .sidebar .sub-nav li.cur > a p::after { width: 100%; opacity: 1; } .sidebar .sub-nav li.cur .lv3 { display: block; } .sidebar .sub-nav li:hover > a { color: #003e9b; } .sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .18rem .3rem .18rem .2rem; font-size: 0.18rem; font-weight: 500; line-height: 0.24rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .sidebar .sub-nav a p { position: relative; } .sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; } .sidebar .sub-nav a span { position: relative; z-index: 2; } .sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .7rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .8; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .sidebar .sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .sidebar .sub-nav .lv3 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .12rem; } .sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .15rem; line-height: .22rem; } .sidebar .sub-nav .lv3 a::before { display: inline-block; width: 4px; height: 4px; background: #bbb; margin: 0 .1rem 0 0; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .sidebar .sub-nav .lv3 a:hover { color: #003e9b; } .sidebar .sub-nav .lv3 a:hover::before { background: #003e9b; } .sidebar .sub-nav .lv3 a.cur { color: #003e9b; font-weight: 700; } .sidebar .sub-nav .lv3 a.cur::before { background: #003e9b; } .main { position: relative; z-index: 4; width: calc(100% - 3.2rem); min-height: 4rem; margin: .4rem 0 0; padding: 0 0 .5rem; } .position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0 0 .18rem; border-bottom: 1px solid #d2d2d2; } .position h3 { padding: 0 0 0 .1rem; white-space: nowrap; font-family: "SYST700"; border-left: 5px solid #003e9b; font-size: 0.24rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; } .position .line { display: none; } .place { font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #888; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; } .place a { color: #888; } .place a:hover { color: #003e9b; } .list2 { margin: .1rem 0 0; } .list2 li { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .list2 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; width: 0; height: 1px; content: ""; background: #003e9b; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .list2 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .list2 a::before { display: inline-block; width: 6px; height: 6px; margin: 0 .12rem 2px 0; border-radius: 50%; content: ""; background: #003e9b; } .list2 .title { width: calc(100% - 1.2rem); line-height: .72rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .list2 .title i { display: inline-block; margin: 0 .15rem 0 0; border: 1px solid #6D88CD; padding: 3px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .list2 .title i::after { display: block; content: ""; box-sizing: border-box; width: 5px; height: 5px; background: #6D88CD; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .list2 .date { font-size: .18rem; line-height: .72rem; } .picture2 { margin: .2rem 0 0; } .picture2 li.no-img .text { width: 100%; padding-left: 0; } .picture2 a { position: relative; display: block; padding: 0.3rem 0.26rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.6rem; } .picture2 .img-frame .img { padding: 1.7rem 0 0; } .picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: 0 0 0 .3rem; } .picture2 .date { margin: .08rem 0 .12rem; font-size: .18rem; } .picture2 .title { line-height: .3rem; color: #222; } .picture2 .info { font-size: .16rem; line-height: .26rem; height: .52rem; color: #777; } .picture3 { font-size: 0; margin: 0 -0.15rem; } .picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; } .picture3 .img-zoom { margin: .32rem 0 0; padding: .12rem; border: 1px solid #eee; border-radius: 4px; overflow: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32); } .picture3 .img { padding: 65% 0 0; } .picture3 .text { padding: .15rem 0 .05rem; } .picture3 .title { font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: center; } .teach-search { margin: .25rem 0 0; padding: .1rem .24rem; background: #f7f7f7; font-size: 0; } .teach-search .tips { width: 85px; font-size: 0.18rem; font-weight: 500; line-height: 0.35rem; color: #003e9b; text-align: right; vertical-align: top; letter-spacing: 1px; } .teach-search .link { width: calc(100% - 85px); padding-left: .12rem; } .teach-search .link a { margin: 0 .36rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; white-space: nowrap; } .teach-search .link a:hover, .teach-search .link a.cur { color: #003e9b; } .teach-search .link a.cur { font-weight: 700; } .teach-search .link.last a { font-size: .14rem; margin: 0 .2rem 0 0; line-height: .3rem; } .teach-search .name-search { padding: 0 0 .15rem; } .teach-search .dept-search { padding: .12rem 0 .12rem; border-top: 1px dashed #fff; border-bottom: 1px dashed #bcc3cf; } .teach-search .dept-search:first-child { border-top: none; } .teach-search .dept-search:last-child { border-bottom: none; } .teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; } .teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #003e9b; } .teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; } .teach-list { font-size: 0; margin: 0 -0.15rem; } .teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; } .teach-list li { margin: .3rem 0 0; } .teach-list .img-zoom { padding: .1rem .1rem .05rem; background: #f2f2f2; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 4px; } .teach-list .img-zoom:hover { background: #003e9b; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); } .teach-list .img-zoom:hover .title { color: #fff; } .teach-list .img-frame .img { padding: 120% 0 0; } .teach-list .title { line-height: .5rem; text-align: center; } .article { padding: .36rem 0 0; } .article .title { font-size: 0.24rem; font-weight: 500; line-height: 140%; color: #333; text-align: center; } .article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; } .article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; } .article .sub { margin: .1rem 0 0; padding: .1rem 0 .25rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #868686; text-align: center; border-bottom: 2px solid #eee; } .article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 180%; color: #333; text-align: justify; } .article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .16rem; } .article .content img, .article .content video { max-width: 100%; height: auto !important; } .article .content video { display: block; margin: 0 auto; } .article .content table { max-width: 100%; margin: 0 auto .2rem; } .article .content table td { word-break: break-all; } .article .content table p { text-indent: 0; margin: 0; } .article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; } .article .content iframe { display: block; max-width: 100%; margin: 0 auto .2rem; } .article .cont-page { position: relative; padding: .3rem 90px .28rem .1rem; border-top: 3px solid #003e9b; } .article .cont-page a { display: block; padding: 4px 0; font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .article .cont-page a span { position: relative; } .article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #003e9b; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ""; } .article .cont-page a:hover { text-decoration: none; color: #003e9b; font-weight: 700; } .article .cont-page a:hover span::after { width: 100%; } .article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .article .return-list p { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #333; text-align: center; } .article .return-list:hover p { font-weight: 700; color: #003e9b; } .article ul a, .article a { color: #2196f3; } .article ul a:hover, .article a:hover { text-decoration: underline; } .article .table-box { overflow-x: auto; } #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: .4rem 0 .3rem !important; font-family: Arial; text-align: center; } #list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; } #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; color: #003e9b; border: 1px solid #aaa; border-radius: 4px; } #list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #003e9b; font-weight: bold; color: #fff; border-color: #003e9b; } #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; } .list2 li:hover .title { font-weight: 700; color: #003e9b; } .list2 li:hover .title i { background: #003e9b; border-color: #003e9b; } .list2 li:hover .title i::after { background: #fff; } .list2 li:hover::after { width: 100%; } .picture2 a:hover { background: #003e9b; border-color: #003e9b; box-shadow: 6px 6px 0 0 #eeb553; } .picture2 a:hover .title { font-weight: 700; color: #fff; } .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; } .picture3 .img-zoom:hover { border-color: #003e9b; background: #003e9b; } .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; } .leader-box { display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 0; } .leader-box li { display: inline-block; width: 46%; margin: .4rem 0 0; } .leader-box .img-zoom { display: flex; justify-content: space-between; transition: all .3s; } .leader-box .img { padding: 120% 0 0; background-position-y: 10%; } .leader-box .img-frame { width: 2rem; } .leader-box .text { display: flex; flex-direction: column; justify-content: center; align-items: center; width: calc(100% - 1.9rem); padding: .3rem; border: 1px solid #dfdfdf; } .leader-box .name { margin: .12rem 0 0; font-size: .22rem; line-height: .4rem; color: #333; font-weight: 700; } .leader-box .name span { font-size: .22rem; font-weight: 700; margin: 0 .2rem 0 0; } .leader-box .info { line-height: .26rem; color: #494949; } .leader-box .img-zoom:hover { box-shadow: 0 0 .3rem 0 rgba(165, 186, 199, 0.5); } .leader-box .img-zoom:hover .name { color: #003e9b; }