@charset "UTF-8"; #loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; } html { max-width: 1920px; min-width: 320px; margin: 0 auto; font-size: 100px; } .overflow { overflow: hidden; } .container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem; } .banner { position: relative; z-index: 1; height: 100vh; padding: calc(.44rem + 75px) 0 0; font-size: 0; } .banner .img { position: relative; display: block; width: 100%; height: calc(100vh - .44rem - 75px); overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -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 .img img { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .banner .slick-current .img { -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 6s linear 0.6s; -moz-transition: transform 6s linear 0.6s; -ms-transition: transform 6s linear 0.6s; -o-transition: transform 6s linear 0.6s; transition: transform 6s linear 0.6s; } .banner .slick-arrow { position: absolute; top: 50%; right: auto; bottom: auto; left: auto; z-index: 1; width: .58rem; height: .58rem; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; } .banner .slick-arrow.slick-prev { left: 6%; background-image: url("../images/prev.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; } .banner .slick-arrow.slick-next { right: 6%; background-image: url("../images/next.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; } .banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.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%); } .banner .slick-dots li { display: inline-block; cursor: pointer; margin: 0 7px; padding: 0; border-radius: 50%; border: 1px solid transparent; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .banner .slick-dots li button { width: 12px; height: 12px; background: #fff; border-radius: 50%; } .banner .slick-dots li.slick-active { padding: 3px; border-color: #fff; } .header { position: fixed; top: 0; right: auto; bottom: auto; left: auto; z-index: 100; width: 100%; padding: .22rem 5%; background: #003b7e; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6); max-width:1920px;} .header > .fr { font-size: 0; text-align: right; } .header.scroll { background: #003b7e; padding-top: .1rem; padding-bottom: .1rem; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4); } .header.scroll .logo img { height: 77px; } .header.scroll .nav { margin: 0; } .header.inset { position: relative; } .logo img { max-width: 100%; vertical-align: top; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .top-link { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: left; } .top-link a { color: #fff; } .top-link a:hover { text-decoration: underline !important; } .top-link span { margin: 0 .06rem; } .search { display: inline-block; vertical-align: top; margin: .02rem 0 0; border-radius: .3rem; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; } .search .input { width: 0; height: .3rem; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; } .search .submit { width: .3rem; height: .3rem; vertical-align: top; background-image: url("../images/j_icon1.png"); background-repeat: no-repeat; background-position: 20% 40%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; } .search:hover { background: #fff; -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; } .search:hover .input { width: 1.8rem; padding: 0 .1rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .search:hover .submit { background-image: url(../images/j_icon1_2.png); -webkit-transition: all 0.1s linear 0s; -moz-transition: all 0.1s linear 0s; -ms-transition: all 0.1s linear 0s; -o-transition: all 0.1s linear 0s; transition: all 0.1s linear 0s; } .nav { margin: .05rem 0 0; font-size: 0; text-align: right; white-space: nowrap; user-select: none; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; } .nav li { display: inline-block; position: relative; } .nav li a { display: block; padding: 0 .15rem; font-size: 0.18rem; font-weight: 500; line-height: 0.35rem; color: #fff; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .nav li .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: calc(50% - .7rem); z-index: 1; width: 1.4rem; padding: .08rem 0 .12rem; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); } .nav li .lv2 a { padding: .1rem 5px; font-size: .16rem; line-height: .18rem; font-weight: 400; color: #333; } .nav li .lv2 a:hover { color: #fff; background: #003b7e; } .nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; } .nav li .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); } .nav li:hover > a { font-weight: 700; } .nav li:hover > a .icon { background-position: 0 0; } .nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; } .nav li:last-child > a { padding-right: 0; } .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 { display: block; overflow: hidden; } .img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; } .img-scale .img-frame { overflow: hidden; } .img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; } .img-scale .img img { min-height: 100%; } .img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .column { position: relative; margin: 0 0 .3rem; } .column h3 { font-size: 0.32rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: center; } .column p { font-size: 0.2rem; font-weight: 500; line-height: 0.25rem; color: #ccc; text-align: center; text-transform: uppercase; } .more { display: block; width: 1.2rem; margin: 0 auto; font-size: 0.14rem; font-weight: 500; line-height: 0.33rem; color: #999; text-align: center; border: 1px solid #e1e1e1; border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .more:hover { color: #fff; letter-spacing: 2px; background: #003b7e; } .title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: left; } .date { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; } .info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; } .index-news { padding: .38rem 0 .45rem; background: #f2f2f2; } .pic-list1 { font-size: 0; margin: 0 -0.2rem; } .pic-list1 > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.2rem; } .pic-list1 li { margin: 0 0 .35rem; } .pic-list1 .first { width: 50%; } .pic-list1 .first .img-scale { position: relative; } .pic-list1 .first .img { padding: 3.84rem 0 0; } .pic-list1 .first .title { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 .2rem; font-size: .18rem; line-height: .6rem; color: #fff !important; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='rgba(0, 0, 0, 0.8)', endColorstr='transparent'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='rgba(0, 0, 0, 0.8)', endColorstr='transparent')"; } .pic-list1 .card { background: #fff; box-shadow: 0 0 8px 0 #bbb; } .pic-list1 .img { padding: 1.8rem 0 0; } .pic-list1 .text { padding: .24rem .24rem .27rem; } .pic-list1 .title:hover { color: #003b7e; } .pic-list1 .info { height: .48rem; margin: .07rem 0 .08rem; } .pic-list1 .date { padding: 0 0 0 .28rem; background-image: url(../images/j_icon2.png); background-repeat: no-repeat; background-position: -3px 50%; background-color: transparent; background-size: auto; } .index-lecture { padding: .32rem 0 .4rem; background-image: url(../images/j_bg1.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: #003b7e; background-size: 100%; } .index-lecture .column h3 { color: #fff; } .index-lecture .column p { color: #fff; opacity: .2; } .index-lecture .pic-list2 { width: calc(65.7% + .2rem); margin: 0 0 .35rem; } .index-lecture .list1 { width: 31.42%; } .index-lecture .more { color: #fff; border-color: #fff; } .index-lecture .more:hover { background: #fff; color: #003b7e; border-color: #003b7e; } .pic-list2 { font-size: 0; margin: 0 -0.2rem; } .pic-list2 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.2rem; } .pic-list2 .img { padding: 2.41rem 0 0; background-size: contain; background-color: #f2f2f2; } .pic-list2 .card { background: #fff; } .pic-list2 .img-scale { position: relative; z-index: 1; } .pic-list2 .text { position: relative; z-index: 2; padding: 0 .25rem .42rem; } .pic-list2 .date { width: 58px; margin: -.3rem 0 0; padding: .04rem 0 .06rem; font-size: .12rem; line-height: .18rem; color: #fff; text-align: center; background: #0066c5; } .pic-list2 .date p:first-child { font-size: .24rem; font-weight: 700; line-height: .3rem; } .pic-list2 .title { height: .6rem; margin: .13rem 0 .18rem; font-weight: 700; } .pic-list2 .title:hover { color: #003b7e; } .list1 li { position: relative; margin: .27rem 0 0; padding: .18rem .15rem; font-size: 0; background: #fff; } .list1 li:first-child { margin: 0 0 0; } .list1 li:hover::after { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; height: 100%; top: 0%; } .list1 li:hover .date { background: #fff; color: #003b7e; } .list1 li:hover .title, .list1 li:hover .info { color: #fff; } .list1 li::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 0; background: #e48a16; } .list1 .date { position: relative; z-index: 2; display: inline-block; vertical-align: top; width: 58px; margin: 3px 0 0; padding: .04rem 0 .06rem; font-size: .12rem; line-height: .18rem; color: #fff; text-align: center; background: #0066c5; } .list1 .date p:first-child { font-size: .24rem; font-weight: 700; line-height: .3rem; } .list1 .text { position: relative; z-index: 2; display: inline-block; vertical-align: top; width: calc(100% - 58px); padding: 0 0 0 .18rem; } .list1 .title { margin: 0 0 2px; } .index-notice { padding: .4rem 0 .5rem; } .index-notice .list2 { margin: 0 0 .35rem; } .list2 { font-size: 0; margin: 0 -0.18rem; } .list2 > li { display: inline-block; vertical-align: top; width: 25%; padding: 0 0.18rem; } .list2 .card { display: block; position: relative; padding: .36rem .2rem; border: 1px solid #ddd; position: relative; } .list2 .card::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 0; height: 0; } .list2 .card::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; width: 0; height: 0; } .list2 .card:hover::before { width: 100%; height: 100%; border-top: 1px solid #008be8; border-right: 1px solid #008be8; -webkit-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -moz-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -ms-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -o-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; } .list2 .card:hover::after { width: 100%; height: 100%; border-bottom: 1px solid #008be8; border-left: 1px solid #008be8; -webkit-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -moz-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -ms-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -o-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; } .list2 .card:hover .title { font-weight: 700; } .list2 .date { position: absolute; top: -0.16rem; right: auto; bottom: auto; left: calc(50% - .6rem); z-index: 1; width: 1.2rem; line-height: .4rem; color: #fff; text-align: center; background: #008be8; } .list2 .date::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border: .08rem solid transparent; border-left-color: #0061a0; border-bottom-color: #0061a0; } .list2 .title { height: .6rem; } .index-scholar { padding: .32rem 0 .4rem; background-image: url(../images/j_bg2.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: #02336a; background-size: 100%; } .index-scholar .column h3 { color: #fff; } .index-scholar .column p { color: #fff; opacity: .2; } .index-scholar .pic-list3 { width: calc(50.8% + .5rem); } .index-scholar .more { color: #fff; border-color: #fff; } .index-scholar .more:hover { background: #fff; color: #003b7e; border-color: #003b7e; } .news-slick { width: 45.7%; font-size: 0; } .news-slick .img { padding: 56.25% 0 0; } .news-slick .text { padding: .2rem .4rem .5rem; background: #fff; } .news-slick .title { margin: 0 0 .1rem; font-weight: 700; } .news-slick .title:hover { color: #003b7e; } .news-slick .info { height: .72rem; } .news-slick .slick-arrow { position: absolute; top: auto; right: auto; bottom: 0.17rem; left: auto; z-index: 1; width: .36rem; height: .36rem; background-image: url(../images/j_icon3.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #e9edf1; background-size: cover; border-radius: 50%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .news-slick .slick-arrow.slick-prev { right: .93rem; } .news-slick .slick-arrow.slick-next { right: .4rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .news-slick .slick-arrow:hover { background-color: #008be8; background-image: url(../images/j_icon4.png); } .news-slick .slick-dots { position: absolute; top: auto; right: auto; bottom: 2.04rem; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .news-slick .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0 7px; border-radius: 50%; border: 1px solid #fff; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .news-slick .slick-dots li.slick-active { background: #fff; } .pic-list3 { font-size: 0; margin: 0 -0.25rem; } .pic-list3 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.25rem; } .pic-list3 li { margin: 0 0 .5rem; } .pic-list3 li .img { padding: 2.46rem 0 0; } .pic-list3 .img-scale { position: relative; } .pic-list3 .img-scale .title { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 5%; line-height: .4rem; color: #fff; background: rgba(0, 0, 0, 0.6); text-align: center; } .index-subject { padding: .4rem 0 .5rem; } .news-slick2 { margin: -.1rem -.2rem .25rem; } .news-slick2 .slick-list { padding: 10px 0; } .news-slick2 .slick-slide { padding: 0 .2rem; } .news-slick2 .card { box-shadow: 0 0 8px 0 #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .news-slick2 .card:hover { background: #003b7e; } .news-slick2 .card:hover .title { color: #fff; } .news-slick2 .img { padding: 43.75% 0 0; } .news-slick2 .title { padding: 0 3px; line-height: .62rem; text-align: center; } .footer .part1 { padding: .45rem 0; background-image: url(../images/j_bg3.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; } .footer .part2 { padding: 5px 0; background: #00336d; text-align: center; } .contact { font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; } .contact img { max-width: 100%; } .foot-link { max-width: 48%; font-size: 0; margin: 0 0; } .foot-link > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0; } .foot-link li { margin: .2rem 0 0; } .foot-link a { font-size: 0.16rem; font-weight: 500; line-height: 0.46rem; color: #fff; text-align: left; } .foot-link a:hover { font-weight: 700; } .foot-link a:hover i { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; } .foot-link i { display: inline-block; vertical-align: top; width: .46rem; height: .46rem; margin: 0 .1rem 0 0; background-image: url(../images/j_icon5_1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #e48a16; background-size: cover; border-radius: 50%; } .foot-link i.a2 { background-image: url(../images/j_icon5_2.png); } .foot-link i.a3 { background-image: url(../images/j_icon5_3.png); } .foot-link i.a4 { background-image: url(../images/j_icon5_4.png); } .copy { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; } .foot-link2 { display: inline-block; vertical-align: top; margin: 0 0 0 .25rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; } .foot-link2 a { color: #fff; } .foot-link2 span { margin: 0 3px; } .pad-btn { display: none; align-items: center; } .pad-btn .search-btn { display: inline-block; width: 29px; height: 29px; background-image: url(../images/j_icon1_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; vertical-align: top; cursor: pointer; border-radius: 4px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); } .pad-btn .nav-btn { display: inline-block; width: 30px; height: 29px; font-size: 0; padding: 8px 0 0; margin: 0 0 0 .15rem; border-radius: 4px; text-align: center; vertical-align: top; cursor: pointer; background: #fff; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); } .pad-btn .nav-btn i { display: inline-block; width: 20px; height: 2px; margin: 4px 0 0; border-radius: 2px; background: #003b7e; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .pad-btn .nav-btn i:nth-child(1) { margin-top: 0; } .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 6px) rotate(45deg); -moz-transform: translate(0, 6px) rotate(45deg); -ms-transform: translate(0, 6px) rotate(45deg); -o-transform: translate(0, 6px) rotate(45deg); transform: translate(0, 6px) rotate(45deg); } .pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; } .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -6px) rotate(-45deg); -moz-transform: translate(0, -6px) rotate(-45deg); -ms-transform: translate(0, -6px) rotate(-45deg); -o-transform: translate(0, -6px) rotate(-45deg); transform: translate(0, -6px) rotate(-45deg); } .mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.8); } .mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .mask .close { position: absolute; top: calc(68px + 4vh); right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 60px; height: 60px; } .mask .close i { display: block; width: 100%; height: 2px; background: #fff; } .mask .close i:nth-child(1) { -webkit-transform: translate(0, 41px) rotate(45deg); -moz-transform: translate(0, 41px) rotate(45deg); -ms-transform: translate(0, 41px) rotate(45deg); -o-transform: translate(0, 41px) rotate(45deg); transform: translate(0, 41px) rotate(45deg); } .mask .close i:nth-child(2) { -webkit-transform: translate(0, 39px) rotate(-45deg); -moz-transform: translate(0, 39px) rotate(-45deg); -ms-transform: translate(0, 39px) rotate(-45deg); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); } .decoration { position: relative; z-index: 1; height: 3rem; overflow: hidden; } .decoration img { width: 100%; vertical-align: top;height: 3rem; } .section { position: relative; z-index: 2; } .sidebar { width: 2rem; margin: -.4rem 0 0; } .sidebar h3 { font-size: 0.21rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: center; background: #003b7e; } .lv2-nav li { position: relative; border-bottom: 1px solid #ccc; } .lv2-nav li a { position: relative; display: block; padding: .25rem 0; font-size: 0.16rem; font-weight: 500; line-height: 0.25rem; color: #333; text-align: center; border-left: 3px solid transparent; } .lv2-nav li a:hover { color: #003b7e; font-weight: 700; } /* .lv2-nav li a::after { display: none; content: "→"; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .34rem; font-size: .16rem; height: .5rem; text-align: center; text-indent: 0 !important; } */ .lv2-nav li.cur > a { font-size: .18rem; color: #003b7e; font-weight: 400 !important; border-color: #003b7e; } .lv2-nav li.cur > a::after { display: block; } .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .6rem; background-image: url(../images/h_icon3_2.png); background-repeat: no-repeat; background-position: 10% 50%; background-color: transparent; background-size: auto; cursor: pointer; } .lv2-nav .lv3 { padding: 0 0 .1rem .5rem; } .lv2-nav .lv3 a { padding: 0; border: none; font-size: .14rem; line-height: .38rem; } .main { width: calc(100% - 2.5rem); margin: .22rem 0 .4rem; } .main .list1 { margin: .3rem 0 0; } .main .list1 li { box-shadow: 0 0 8px 0 #ccc; } .position { margin: 0 0 .05rem; border-bottom: 1px solid #ddd; } .position h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.246rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #003b7e; } .position .place { padding: 0 0 0 .27rem; font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #999; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; } .position .place a { color: #999; } .position .place a:hover { color: #003b7e; } .article { margin: -.05rem 0 0; padding: .35rem 5%; background: #fff; } .article .title { font-size: 0.25rem; font-weight: 500; line-height: 0.32rem; color: #003b7e; text-align: center; } .article .sub { margin: .3rem 0; padding: .13rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: center; border-top: 1px dashed #dedede; border-bottom: 1px dashed #dedede; } .article .content { padding: 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: justify; } .article .content p { text-indent: 2em; } .article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto; } .article .content table { max-width: 100%; margin: .25rem auto; } .article .content table p { text-indent: 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: .25rem auto; } .article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; } .article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; } .article .cont-page a:hover { color: #003b7e; text-decoration: underline !important; } .article.about { padding-left: 0%; padding-right: 0%; } .article.about .title { margin: .1rem 0 .2rem; } .list3 li { margin: .12rem 0 0; padding: .18rem 0; border-bottom: 1px solid #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .list3 li:hover { padding: .18rem; box-shadow: 0 0 10px 0 #ccc; } .list3 li:hover .title { color: #003b7e; } .list3 .date { padding: 0 0 0 .28rem; background-image: url(../images/j_icon2.png); background-repeat: no-repeat; background-position: -3px 50%; background-color: transparent; background-size: auto; } .pic-list4 li { padding: .4rem 0; font-size: 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .pic-list4 li:hover { box-shadow: 8px 5px 8px 0 #ccc; border-bottom-right-radius: .3rem; } .pic-list4 .img-scale { display: inline-block; vertical-align: top; width: 2.4rem; } .pic-list4 .img-scale .img { padding: 56.25% 0 0; } .pic-list4 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.4rem); padding: 0 .1rem 0 .24rem; } .pic-list4 .text .title { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .pic-list4 .text .title:hover { font-size: .17rem; color: #003b7e; } .pic-list4 .text .info { height: .48rem; margin: .1rem 0 .15rem; } .pic-list4 .text .date { padding: 0 0 0 .28rem; background-image: url(../images/j_icon2.png); background-repeat: no-repeat; background-position: -3px 50%; background-color: transparent; background-size: auto; } .list4 { font-size: 0; margin: 0 -0.25rem; } .list4 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.25rem; } .list4 li { margin: .3rem 0 0; } .list4 a { display: block; padding: 0 .2rem .22rem; box-shadow: 0 0 8px 0 #ccc; position: relative; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .list4 a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 0; height: 0; } .list4 a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; width: 0; height: 0; } .list4 a:hover::before { width: 100%; height: 100%; border-top: 2px solid #003b7e; border-right: 2px solid #003b7e; -webkit-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -moz-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -ms-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; -o-transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; transition: width 0.25s ease-in, height 0.25s ease-in 0.25s; } .list4 a:hover::after { width: 100%; height: 100%; border-bottom: 2px solid #003b7e; border-left: 2px solid #003b7e; -webkit-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -moz-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -ms-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; -o-transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; transition: width 0.25s ease-in 0.5s, height 0.25s ease-in 0.75s; } .list4 a:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); } .list4 a:hover .title { color: #003b7e; } .list4 .date { margin: 0 0 .14rem; line-height: .56rem; color: #003b7e; border-bottom: 1px solid #cbd7e4; } .list4 .title { height: .6rem; } .teach-search { margin: .25rem 0 0; padding: .15rem .3rem; background: #eef2f6; font-size: 0; } .teach-search .tips { width: 100px; font-size: 0.18rem; font-weight: 500; line-height: 0.36rem; color: #003b7e; text-align: right; vertical-align: top; letter-spacing: 1px; } .teach-search .link { width: calc(100% - 100px); } .teach-search .link a { margin: 0 0 0 .25rem; font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #000; text-align: left; white-space: nowrap; } .teach-search .link a:hover, .teach-search .link a.cur { color: #003b7e; } .teach-search .link a.cur { font-weight: 700; } .teach-search .name-search { padding: 0 0 .15rem; border-bottom: 1px dashed #bcc3cf; } .teach-search .dept-search { padding: .15rem 0 0; border-top: 1px dashed #fff; } .teach-list li { position: relative; float: left; width: 48%; margin: .5rem 0 0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .teach-list li:nth-child(odd) { margin-right: 4%; } .teach-list li:hover { box-shadow: 0 0 15px 0 #ccc; } .teach-list li:hover .title { color: #274480; } .teach-list li:hover::after { opacity: 1; } .teach-list li::after { display: block; content: ""; box-sizing: border-box; opacity: 0; position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; width: 0; height: 0; border-top: .13rem solid transparent; border-right: .2rem solid #e48a16; border-bottom: .13rem solid #e48a16; border-left: .2rem solid transparent; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .teach-list li .img-scale { width: 1.5rem; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .teach-list li .img-scale .img { padding-top: 123.33%; background-position-y: 10%; } .teach-list li .text { width: calc(100% - 1.7rem); padding: .15rem 0 0; } .teach-list li .title { display: inline-block; margin: 0 0 .1rem; color: #000; font-size: .2rem; font-weight: 700; } .teach-list li .title span { margin: 0 0 0 .15rem; font-size: .16rem; color: #666; font-weight: 400; } .teach-list li .info { font-size: .16rem; line-height: .36rem; color: #666; word-break: break-all; } .teach-list li .info span { color: #000; } .teach-list li .dzyj { position: relative; } #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; } @media screen and (max-width: 1650px) { .header { padding: .15rem 4%; } .banner { padding: calc(0.3rem + 75px) 0 0; } .nav li a { padding: 0 .1rem; } } @media screen and (max-width: 1650px) { .header { padding: .12rem 2.5%; } .banner { padding: calc(0.24rem + 62px) 0 0; } .logo img, .contact img { height: 62px; } } @media screen and (max-width: 1024px){ .decoration{height:auto;max-height:4rem;} .decoration img{height:auto;} .main{min-height:4.3rem;} .list3 .date{padding: 0 0 0 .4rem;} } @media screen and (max-width: 992px) { .header { position: relative; z-index: 102; display: flex; justify-content: space-between; align-items: center; padding-top: 9px; padding-bottom: 9px; } .header::before, .header::after { display: none; } .header > .fr { display: flex; align-items: center; float: none; margin: 0; } .logo img { height: 50px; } .nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 100%; z-index: 8; width: auto; height: calc(100vh - 68px); margin: 0; padding: .2rem 5%; overflow-x: hidden; background: #ebf2f6; visibility: hidden; } .nav li { display: block; width: 100%; max-width: 100%; border-top: 1px dashed #fff; border-bottom: 1px dashed #b1c0d3; } .nav li:first-child { border-top: none; } .nav li:last-child:after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 100%; height: 1px; background: #fff; } .nav li a { padding: 0 8px; font-size: 17px; line-height: .6rem; text-align: left; color: #494949; background: transparent !important; } .nav li a .icon { display: none !important; } .nav li .tri { display: none !important; } .nav li .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url("../images/x_icon4_3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 17%; cursor: pointer; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .nav li .down-icon.close { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .nav li .lv2 { display: none; position: static; width: auto; padding-left: 40px; padding-top: 0; border: none; background: none; box-shadow: none; } .nav li .lv2 a { color: #333 !important; } .nav li .lv2 .tri { display: none; } .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; } .nav li::after { display: none; } .nav.show { visibility: visible; left: 0; } .pad-btn { display: block; margin-left: .1rem; } .search { visibility: hidden; opacity: 0; position: fixed; top: calc(128px + 28vh); right: auto; bottom: auto; left: 20%; z-index: 200; width: 60%; padding: 12px !important; 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); transition: all .3s !important; } .search .input { width: calc(100% - 45px) !important; height: 45px; padding: 0 8px !important; line-height: 45px; color: #333; border: 1px solid #eee; transition: none !important; } .search .input::placeholder { color: #888; } .search .submit { width: 45px; height: 45px; background-image: url(../images/t_icon1_2.png); background-position: 70% 50%; transition: none !important; } .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); } .search .pc-search-icon { display: none !important; } .banner { padding: 0; height: auto; } .banner .img { height: 0; padding: 43.22% 0 0; } .banner .slick-arrow { top: 40%; width: .5rem; } .sidebar { width: 100%; min-width: 100%; margin: .22rem 0 0; } .sidebar h3 { position: relative; padding: 0 .2rem; height: auto; line-height: .58rem; font-size: .24rem; text-align: left; } .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .58rem; height: .58rem; 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.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .sidebar h3 i.down { -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: .12rem 0 .12rem .12rem; background: #ebf2f6; } .sidebar .lv2-nav li { border-bottom: none; } .sidebar .lv2-nav a { text-align: left; line-height: .5rem; text-indent: 2em; } .sidebar .lv2-nav .down { height: .5rem; } .main { width: 100%; max-width: 100%; margin: .15rem 0 0; } .position h3 { font-size: .2rem; } .pic-list1 { font-size: 0; margin: 0 -0.12rem; } .pic-list1 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.12rem; } .pic-list1 .first { width: 100%; } .pic-list1 .first .img { padding: 56.176% 0 0; } .pic-list1 .img { padding: 61.75% 0 0; } .index-lecture .pic-list2 { width: auto; margin: 0 -.2rem .3rem; } .index-lecture .list1 { width: 100%; margin: 0 0 .3rem; } .list2 { margin: 0 !important; } .list2 > li { width: 50%; margin: 0 0 .4rem; } .list2 .card { padding: .3rem .15rem .15rem; } .news-slick { float: none; width: 100%; } .index-scholar .pic-list3 { float: none; width: auto; } .pic-list3 { margin: .3rem -.15rem 0; } .pic-list3 > li { padding: 0 .15rem; margin: 0 0 .3rem; } .pic-list3 > li .img { padding: 74.84% 0 0; } .news-slick2 { margin: 0 -.12rem .2rem; } .news-slick2 .slick-slide { padding: 0 .12rem; } .footer .part1 { padding: .25rem 0; } } @media screen and (max-width: 768px) { html { font-size: 85px; } .column { margin: 0 0 .18rem; } .container { width: 90%; } .index-news, .index-notice { padding: .22rem 0 .27rem; } .index-subject { padding: .25rem 0 .3rem; } .pic-list2 { margin-left: -.15rem !important; margin-right: -.15rem !important; } .pic-list2 > li { padding: 0 .15rem; } .search { left: 10%; width: 80%; } .position { text-align: center; } .position h3 { display: block; border: none; color: #003b7e; font-weight: 700; text-align: center; } .position .place { float: none; display: inline-block; line-height: .3rem; text-align: center; } .main .list1 li { padding: .12rem 0; } .main .list1 .title { width: 100%; margin: 0 0 5px; line-height: .25rem; overflow: visible; text-overflow: clip; white-space: initial; } .main .list1 .date { float: none; padding: 0 0 0 25px; line-height: .26rem; color: #003b7e; background-image: url(../images/j_icon4_3.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; } .article .title { font-size: .21rem; } .article .sub { margin: .2rem 0; } .contact { width: 100%; } .foot-link { width: 100%; max-width: 100%; } .foot-link li { margin: 0 0 .2rem; } .teach-list li { width: 100%; float: none; margin: .3rem 0 0; } } @media screen and (max-width: 540px) { .banner-slick .slick-arrow, .top-link { display: none; } .pic-list1 .img { padding: 50% 0 0; } .pic-list2 .img { padding: 56.25% 0 0; } .pic-list1, .pic-list3, .list2, .pic-list2, .list4 { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .pic-list1 > li, .pic-list3 > li, .list2 > li, .pic-list2 > li, .list4 > li { width: 100%; padding: 0; margin: 0 0 .2rem; } .list2 .date { left: 4%; } .list2 > li { margin: 0 0 .4rem; } .pic-list4 .img-scale { width: 100%; } .pic-list4 .text { width: 100%; margin: .2rem 0 0; padding: 0; } } /*# sourceMappingURL=style.css.map */