@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 320px; font-size: 100px; }

body.hide { overflow: hidden; }

.container { width: 85%; max-width: 1500px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 200; padding: .2rem 0; background-image: url(../images/y_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .logo { max-width: calc(100% - 3.7rem); }
.header .logo a { display: inline-block; outline: none; }
.header .logo img { max-width: 100%; vertical-align: middle; }
.header .container .fr { margin: .25rem 0 0; }

.top-link { display: inline-block; vertical-align: top; }
.top-link a { display: inline-block; padding: 0 .16rem; margin: 0 0 0 0.12rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: right; background: #3880d8; border: 1px solid #5394e4; border-radius: 4px; transition: all .3s; -ms-transition: all .3s; }
.top-link a.a1 { background: #d68e06; border-color: #7d816d; }
.top-link a:hover { background: #fff; color: #666 }
.search { display: inline-block; font-size: 0; padding: 0 5px 0 .15rem; border-radius: 4px; border: 1px solid #5e9fea; border-radius: .3rem; vertical-align: top; }
.search .input { width: 1.55rem; height: .3rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; vertical-align: top; }
.search .input::placeholder { color: #9bc6f8; }
.search .submit { width: .3rem; height: .3rem; vertical-align: top; background-image: url(../images/y_icon1.png); background-repeat: no-repeat; background-position: 50% 40%; background-color: transparent; background-size: auto; }
.search form { white-space: nowrap; }

.search2 { width: 100%; max-width: 7.5rem; margin: .3rem auto .4rem; padding: .1rem; box-shadow: 0 0 14px 0 #ccc;  }
.search2 .input { width: calc(100% - .52rem); height: .45rem; padding-left: .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.43rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: .45rem; height: .45rem; vertical-align: top; background-image: url(../images/t_icon1_2.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

.nav { position: relative; z-index: 2; background: #2576d7; }
.nav li { position: relative; float: left; width: 12.5%; }
.nav li a { display: block; font-size: 0.18rem; font-weight: 700; line-height: 0.5rem; color: #fff; text-align: center; -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 > a { color: #fff; background: #197ee1; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: 0%; z-index: 1; width: 100%; 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 .lv2 a { padding: .1rem 5px; font-size: .16rem; line-height: .2rem; font-weight: 400; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #2576d7; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .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); }

.banner { position: relative; z-index: 1; font-size: 0; width: 100%; overflow: hidden; }
.banner .slick-slide img { width: 100%; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .slick-active img { -webkit-transition: transform 6s linear 0.2s; -moz-transition: transform 6s linear 0.2s; -ms-transition: transform 6s linear 0.2s; -o-transition: transform 6s linear 0.2s; transition: transform 6s linear 0.2s; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.banner .img { display: block; position: relative; padding: 21.875% 0 0; }
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .75rem; -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; background-image: url(../images/y_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.25); background-size: auto; }
.banner .slick-arrow.slick-prev { left: 0; }
.banner .slick-arrow.slick-next { right: 0; -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.2rem; 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; width: 12px; height: 12px; margin: 0 5px; border-radius: 50%; background: #fff; vertical-align: middle; 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; }
.banner .slick-dots li.slick-active { background: #e79904; }

.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 { font-size: 0; position: relative; }
.column h3 { position: relative; z-index: 2; display: inline-block; padding: 0 .1rem 0 .45rem; font-size: 0.26rem; font-weight: 500; line-height: 0.35rem; color: #000; text-align: left; background-image: url(../images/y_icon3.png); background-repeat: no-repeat; background-position: 4px 50%; background-color: #e8f2fc; background-size: auto; }
.column h3::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: .28rem; height: .11rem; border-top: 2px solid #f19f10; border-left: 2px solid #f19f10; }
.column h3.c5 { background-image: url(../images/y_icon3_5.png); }
.column h3.c6 { background-image: url(../images/y_icon3_6.png); background-position-y: 6px; padding-bottom: 5px; }
.column h3.c7 { background-image: url(../images/y_icon3_7.png); background-position-y: 6px; padding-bottom: 5px; }
.column::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 1px; background: #4f93e5; }

.more { position: relative; z-index: 2; padding: 0 0 0 .07rem; font-size: 0.14rem; font-weight: 500; line-height: 0.35rem; color: #808080; text-align: left; letter-spacing: 1px; background: #e8f2fc; }
.more:hover { color: #2576d7; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: justify; }
.title:hover { color: #2576d7; }

.date { padding: 0 0 0 .22rem; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #999; text-align: left; background-image: url(../images/y_icon4.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.date span { color: #044f9f; font-size: .18rem; }

.date2 { display: inline-block; vertical-align: top; padding: .07rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #ffd800; text-align: center; }
.date2 p:first-child { font-size: .26rem; line-height: .32rem; font-weight: 700; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.card { background: #fff; box-shadow: 0 0 6px 0 #bbb; }

.index-main { position: relative; z-index: 2; padding: .36rem 0; background: #e8f2fc; }
.index-main .container { position: relative; z-index: 2; }
.index-main .teach, .index-main .student { width: 48.8%; }
.index-main::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 3rem; height: 100%; background-image: url(../images/y_bg2_1.png); background-repeat: no-repeat; background-position: 0 0; background-color: transparent; background-size: auto; }
.index-main::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 3.1rem; height: 100%; background-image: url(../images/y_bg2_2.png); background-repeat: no-repeat; background-position: 0 3.3rem; background-color: transparent; background-size: auto; }
.index-main.inset { background: #fff; padding-top: 0; }
.index-main.inset .teach-list { font-size: 0; margin: 0 -0.2rem; }
.index-main.inset .teach-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.2rem; }
.index-main.inset .list4 { min-height: 3rem; }

.news-slick { width: 33.33%; font-size: 0; }
.news-slick .img { padding: 3.3rem 0 0; }
.news-slick .title { font-size: .18rem; line-height: .56rem; }
.news-slick .info { height: .48rem; }
.news-slick .slick-dots { margin: .18rem 0 0; text-align: center; }
.news-slick .slick-dots li { display: inline-block; width: .12rem; height: 6px; margin: 0 3px; border-radius: 6px; background: #ccc; -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; }
.news-slick .slick-dots li.slick-active { width: .26rem; background: #e79904; }

.news-slick2 { font-size: 0; margin: .32rem 0 .42rem; }
.news-slick2 .img { padding: 2.27rem 0 0; }
.news-slick2 .title { line-height: .8rem; text-align: center; }
.news-slick2 .slick-dots { text-align: center; }
.news-slick2 .slick-dots li { display: inline-block; width: .12rem; height: 6px; margin: 0 3px; border-radius: 6px; background: #ccc; -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; }
.news-slick2 .slick-dots li.slick-active { width: .26rem; background: #e79904; }

.news-slick3 { margin: 0 -.15rem; }
.news-slick3 div { vertical-align: top; }
.news-slick3 .slick-list { padding: 0 0 .1rem; }
.news-slick3 .slick-slide { padding: 0 .15rem; }

.notice { width: 64.33%; }

.news { margin: .35rem 0 0; }
.news .slide-tag h3 { line-height: .38rem; color: #666; padding-right: .5rem; background-position-y: 90%; -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; cursor: pointer; }
.news .slide-tag h3.c2 { background-image: url(../images/y_icon3_2_2.png); }
.news .slide-tag h3.c3 { background-image: url(../images/y_icon3_3_2.png); }
.news .slide-tag h3.c4 { padding-right: .1rem; background-image: url(../images/y_icon3_4_2.png); }
.news .slide-tag h3::after { border-color: #666; }
.news .slide-tag h3.active { color: #000; }
.news .slide-tag h3.active::after { border-color: #f19f10; }
.news .slide-tag h3.active.c2 { background-image: url(../images/y_icon3_2.png); }
.news .slide-tag h3.active.c3 { background-image: url(../images/y_icon3_3.png); }
.news .slide-tag h3.active.c4 { background-image: url(../images/y_icon3_4.png); }
.news .slide-tag .more { display: none; line-height: .38rem; }
.news .slide-tag .more.active { display: block; }
.news .slide-item { display: none; }
.news .slide-item.active { display: block; }

.list1 li { float: left; width: 48%; padding: .2rem 0; border-bottom: 1px solid #e5e5e5; -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; }
.list1 li:nth-child(even) { margin: 0 0 0 4%; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); border-bottom: 1px solid #197ee1; }
.list1 li:hover .title { color: #197ee1; }
.list1 .title { line-height: .41rem; }

.list2 { font-size: 0; margin: 0 -0.2rem; }
.list2 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.list2 li { font-size: 0; margin: .26rem 0 0; }
.list2 .card { display: block; padding: .17rem 0; }
.list2 .card:hover .title { color: #197ee1; }
.list2 .date2 { width: .66rem; background: #1977e1; }
.list2 .title { display: inline-block; vertical-align: top; width: calc(100% - .66rem); height: .66rem; padding: 0 .22rem 0 .28rem; line-height: .66rem; overflow: hidden; }
.list2 .title .tt2 { display: inline-block; vertical-align: middle; line-height: .33rem; }

.list3 li { padding: .15rem 0; border-bottom: 1px solid #e5e5e5; -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:last-child { border: none; }
.list3 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list3 li:hover .title { color: #197ee1; }

.work { margin: .38rem 0 .4rem; }
.work .card { width: calc((100% - .8rem) / 3); padding: .3rem .35rem .1rem; }
.work .card.fl { margin: 0 .4rem 0 0; }
.work .column h3 { background-color: #fff; }
.work .column .more { background: #fff; }

.teach-list .card { position: relative; margin: .58rem 0 0; padding: 1.3rem .26rem .19rem; }
.teach-list .name { position: absolute; top: -0.3rem; right: auto; bottom: auto; left: 50%; z-index: 1; margin: 0 0 .05rem; font-size: 0.15rem; font-weight: 500; line-height: 0.5rem; color: #666; text-align: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.teach-list .name span { font-size: .2rem; color: #000; }
.teach-list .name .photo { width: 1.05rem; height: 1.05rem; margin: 0 auto; box-shadow: 0 0 8px 0 #bbb; border-radius: 50%; background-image: url(); background-repeat: no-repeat; background-position: 50% 20%; background-color: transparent; background-size: cover; }
.teach-list .name:hover { color: #197ee1; }
.teach-list .name:hover span { color: #197ee1; }
.teach-list .info { margin: 0 0 .08rem; }
.teach-list .info span { color: #000; font-weight: 700; }
.teach-list .img-scale { display: inline-block; vertical-align: top; width: 30.25%; }
.teach-list .img-scale .img { padding: 138.88% 0 0; background-position-y: 20%; }
.teach-list .text { display: inline-block; vertical-align: top; width: 69.75%; padding: .2rem 0 0 .3rem; }
.teach-list .text .name { position: static; display: block; margin: 0 0 .15rem; text-align: left; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.teach-list .text .name span { color: #044f9f; font-weight: 700; }
.teach-list .text .name { }
.teach-list .text .info { font-size: .16rem; line-height: .3rem; margin: 0 0 5px; }
.teach-list .item { padding: .3rem 0; border-bottom: 1px solid #ddd; }
.teach-list .text .info.tt3 { height: .9rem; }
.pic-list1 { position: relative; margin-top: .3rem; }
.pic-list1 li { width: 50%; }
.pic-list1 li.img-box .text { padding: .12rem .28rem .23rem; background: #fff; }
.pic-list1 li.img-box .title { position: relative; height: .6rem; line-height: .3rem; }
.pic-list1 li.img-box .title span { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; float: right; font-size: .14rem; color: #e79904; background: #fff; }
.pic-list1 li.img-box .title span::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 100%; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .3rem; background-image: linear-gradient(-90deg, #fff 0%, #fff 20%, transparent 100%); }
.pic-list1 li.text-box { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50%; height: 50%; padding: .5rem .35rem 0; background: #c89d52; }
.pic-list1 li.text-box .title { color: #fff; margin: 0 0 .1rem; }
.pic-list1 li.text-box .info { color: #fff; height: .72rem; }
.pic-list1 li.text-box .date { margin: .34rem 0 0; padding: 0; text-align: right; color: #ddd9c1; background: none; }
.pic-list1 li.text-box .title span { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s linear 0s; -moz-transition: background-size 0.5s linear 0s; -ms-transition: background-size 0.5s linear 0s; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s; }
.pic-list1 li.text-box .title:hover span { background-size: 100% 1px; }
.pic-list1 li:nth-child(3) { top: 50%; right: 50%; background: #4ca0bb; }
.pic-list1 li:nth-child(3) .date { color: #e79904; }
.pic-list1 li:nth-child(4) { margin-left: 50%; }
.pic-list1 .img { padding: 1.85rem 0 0; }

.footer { padding: .35rem 0; background-image: url(../images/y_bg3.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.foot-link1 { width: 35%; padding: 0 .1rem 0 0; }
.foot-link1 h6 { margin: 0 0 .16rem; font-size: 0.2rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.foot-link1 ul { font-size: 0; margin: 0 0; }
.foot-link1 ul > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0; }
.foot-link1 ul a { font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: left; }
.foot-link1 ul a span { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s linear 0s; -moz-transition: background-size 0.5s linear 0s; -ms-transition: background-size 0.5s linear 0s; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s; }
.foot-link1 ul a:hover span { background-size: 100% 1px; }

.foot-link2 { width: 25%; padding: 0 0 0 .3rem; }
.foot-link2 h6 { margin: 0 0 .16rem; font-size: 0.2rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.foot-link2 ul { font-size: 0; }
.foot-link2 ul li { display: inline-block; vertical-align: top; width: 40%; }
.foot-link2 ul li:nth-child(even) { width: 60%; }
.foot-link2 ul a { font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: left; }
.foot-link2 ul a span { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s linear 0s; -moz-transition: background-size 0.5s linear 0s; -ms-transition: background-size 0.5s linear 0s; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s; }
.foot-link2 ul a:hover span { background-size: 100% 1px; }

.copy { width: 40%; padding: 0 .15rem; border-left: 1px solid #559fe5; border-right: 1px solid #559fe5; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: center; }
.copy img { max-width: 100%; }

#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; }

.copy { padding: .22rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: center; }
.copy a { color: #fff; }

.btn { display: none; align-items: center; }
.btn .search-btn { display: inline-block; width: 34px; height: 32px; margin: 0 0 0 .2rem; 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); }
.btn .nav-btn { display: inline-block; width: 34px; height: 32px; font-size: 0; padding: 8px 0 0; margin: 0 0 0 .2rem; 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); }
.btn .nav-btn i { display: inline-block; width: 22px; height: 2px; margin: 5px 0 0; background: #2576d7; -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; }
.btn .nav-btn i:nth-child(1) { margin-top: 0; }
.btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 7px) rotate(45deg); -moz-transform: translate(0, 7px) rotate(45deg); -ms-transform: translate(0, 7px) rotate(45deg); -o-transform: translate(0, 7px) rotate(45deg); transform: translate(0, 7px) rotate(45deg); }
.btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -7px) rotate(-45deg); -moz-transform: translate(0, -7px) rotate(-45deg); -ms-transform: translate(0, -7px) rotate(-45deg); -o-transform: translate(0, -7px) rotate(-45deg); transform: translate(0, -7px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75); }
.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(.8rem + 5%); 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; max-height: 3rem; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; object-fit: cover; }

.place { padding: 0 .26rem 0 0; background: #e8f2fc; }

.lv1-column { display: inline-block; vertical-align: top; min-width: 2.2rem; margin: -.45rem 0 0; font-size: 0.32rem; font-weight: 500; line-height: 1rem; color: #fff; text-align: center; background-image: url(../images/y_bg4.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.position { font-size: 0.14rem; font-weight: 500; line-height: 0.54rem; color: #999; text-align: left; padding: 0 0 0 .26rem; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 45%; background-color: transparent; background-size: auto; }
.position a { color: #999; }
.position a:hover { color: #2576d7; }
.position a:last-child { color: #2576d7; }

.lv2-nav { margin: .25rem 0 .4rem; border-bottom: 1px solid #ddd; font-size: 0; text-align: center; }
.lv2-nav li { display: inline-block; vertical-align: top; margin: 0 .32rem -1px; }
.lv2-nav li a { display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.52rem; color: #000; text-align: left; border-bottom: 3px solid transparent; -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; }
.lv2-nav li a.cur { font-weight: 700; color: #044f9f; border-color: #044f9f; }
.lv2-nav li a:hover { font-weight: 700; color: #044f9f; }

.video-box { position: relative; }
.video-box img { width: 100%; vertical-align: top; }
.video-box video { width: 100%; max-height: 6.8rem; }


.column2 { margin: 0 0 .25rem; padding: 0 0 0 .46rem; background-image: url(../images/y_icon5.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.column2 h3 { font-size: 0.32rem; font-weight: 500; line-height: 0.6rem; color: #044f9f; text-align: left; }
.column2 h3::after { display: block; content: ""; box-sizing: border-box; width: .32rem; height: 3px; background: #c89d52; }
.column2 p { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: left; }

.content { font-size: 0.17rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: justify; }
.content p { text-indent: 2em; }
.content img, .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto .1rem; }
.content table { max-width: 100%; margin: .2rem auto; }
.content table p { text-indent: 0; }
.content iframe { max-width: 100%; margin: .2rem auto; }

.about-box1 { position: relative; margin: .8rem 0; }
.about-box1::before { display: block; position: absolute; top: 1.18rem; right: 5rem; bottom: 0; left: 0; z-index: -1; background: #f4f7fa; }
.about-box1 .text { width: calc(100% - 5rem); }
.about-box1 .text .content { position: relative; padding: .6rem 1.6rem .5rem .7rem; }
.about-box1 .img-list { width: 5.9rem; font-size: 0; margin: 0 -0.11rem; margin-top: .38rem; margin-left: -.9rem; }
.about-box1 .img-list > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.11rem; }
.about-box1 .img-list li { margin: .22rem 0 0; }
.about-box1 .img-list li .img { padding: 74.7368% 0 0; }
.about-box1 .img-list li:last-child { width: 100%; }
.about-box1 .img-list li:last-child .img { padding: 56.176% 0 0; }

.about-box2 { margin: .8rem 0; }
.about-box2 .column2 { padding-left: 2.04rem; background-position-x: 1.6rem; }
.about-box2 .text { position: relative; z-index: 1; width: calc(100% - 5rem); }
.about-box2 .text .content { padding: .45rem .65rem .45rem 1.35rem; background: #f4f7fa; }
.about-box2 .img-list2 { position: relative; z-index: 2; width: 5.9rem; font-size: 0; margin: 0 -0.11rem; margin-top: .38rem; margin-right: -.9rem; }
.about-box2 .img-list2 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.11rem; }
.about-box2 .img-list2 li { margin: .22rem 0 0; }
.about-box2 .img-list2 li .img { padding: 74.7368% 0 0; }

.status { position: relative; text-align: center; }
.status::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 40%; right: 0; bottom: 0; left: 0; z-index: 1; border-left: 5px solid #f0e2c8; border-bottom: 5px solid #f0e2c8; }
.status .column2 { display: inline-block; vertical-align: top; }
.status .content { padding: 0 0 0 .58rem; }
.status .more2 { position: relative; z-index: 2; padding: .4rem 0 .5rem; text-align: right; }
.status .more2 a { display: inline-block; padding: 0 .18rem; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; background: #197ee1; border-radius: 5px; -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; }
.status .more2 a:hover { background: #0c64bd; }

.about-box3 .column2 { padding-bottom: .3rem; }
.about-box3 .video { position: relative; width: 57%; margin: 0 -4% 0 0; padding: 0 1.2rem .5rem .6rem; }
.about-box3 .video img, .about-box3 .video video { width: 100%; vertical-align: top; }
.about-box3 .video::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 18%; right: 0; bottom: 0; left: 0; z-index: -2; background: #f8f6ec; }
.about-box3 .text { position: relative; width: 47%; padding: .6rem 0 .5rem .8rem; }
.about-box3 .text::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: 0; left: 0; z-index: -2; width: 12rem; background: #eaeff5; }
.about-box3 .text ul a { display: inline-block; font-size: 0.16rem; font-weight: 500; line-height: 0.35rem; color: #000; text-align: left; -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; }
.about-box3 .text ul a:hover { color: #197ee1; -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.about-box3 .text ul a::before { display: inline-block; content: ""; width: 6px; height: 6px; margin: 0 8px 2px 0; border-radius: 50%; background: #197ee1; }

.about-box4 { margin: .35rem 0 .8rem; text-align: center; }
.about-box4 .column2 { display: inline-block; padding-bottom: .3rem; }

.pic-list2 { font-size: 0; margin: 0 -0.1rem; }
.pic-list2 > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.1rem; }
.pic-list2 .img-scale { position: relative; }
.pic-list2 .img-scale::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; width: .46rem; height: .46rem; background-image: url(../images/y_icon6.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.pic-list2 .img { padding: 66.66% 0 0; }
.pic-list2 .title { line-height: .65rem; text-align: center; }
.pic-list2 .info { height: .72rem; }

.more3 { display: inline-block; width: 1.05rem; margin: .2rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #fff; text-align: center; border-radius: 10px; background: #c89d52; -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; }
.more3:hover { background: #197ee1; letter-spacing: 2px; }

.overflow-x { overflow-x: hidden; }

.sidebar { width: 2.2rem; }

.cont-box { width: calc(100% - 2.8rem); }

.lv3-nav a { display: block; margin: 0 0 0; padding: 0 0 0 15%; border-bottom: 1px solid #e7edf3; font-size: 0.18rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; white-space: nowrap; }
.lv3-nav a.cur { font-size: .2rem; background: #1982e1; color: #fff !important; }
.lv3-nav a.cur::before { border-left-color: #ffe63c; }
.lv3-nav a::before { display: inline-block; content: ""; width: 0; height: 0; margin: 0 5px 2px 0; border: 5px solid transparent; border-left-color: #197ee1; }
.lv3-nav a:hover { color: #197ee1; }

.teach-article .teach-about { font-size: 0; }
.teach-article .teach-about .img-scale { width: 1.8rem; }
.teach-article .teach-about .img-scale img { width: 100%; vertical-align: top; }
.teach-article .teach-about .text { width: calc(100% - 1.8rem); padding-left: .3rem; }
.teach-article .teach-about .name { font-size: 0.15rem; font-weight: 500; line-height: 0.4rem; color: #666; text-align: left; }
.teach-article .teach-about .name span { font-size: .2rem; color: #044f9f; }
.teach-article .teach-about .info { font-size: .16rem; line-height: .32rem; }
.teach-article .teach-about .info span { color: #000; }
.teach-article .teach-content { margin: .4rem 0 .3rem; }
.teach-article .teach-content .content .title { display: none; vertical-align: top; padding: 0 .5rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; background: #197ee1; cursor: pointer; }
.teach-article .slide-tag { margin: 0 0 .35rem; font-size: 0; text-align: center; border-bottom: 1px solid #ddd; }
.teach-article .slide-tag h5 { display: inline-block; vertical-align: top; padding: 0 .5rem; margin: 0 0 -1px; background: #eaeff4; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; cursor: pointer; }
.teach-article .slide-tag h5.active { color: #fff; background: #197ee1; }
.teach-article .slide-item { display: none; }
.teach-article .slide-item.active { display: block; }

.pic-list3 li { font-size: 0; padding: .3rem 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; }
.pic-list3 li:hover { box-shadow: 0 7px 7px 0 #ccc; border-bottom-right-radius: .2rem; }
.pic-list3 .img-scale { display: inline-block; vertical-align: top; width: 2.5rem; }
.pic-list3 .img-scale .img { padding: 56% 0 0; }
.pic-list3 .text { display: inline-block; vertical-align: top; padding: 0 .8rem 0 .28rem; width: calc(100% - 2.5rem - 60px); }
.pic-list3 .text .title { font-size: .18rem; margin: 0 0 .15rem; }
.pic-list3 .info { height: .72rem; }
.pic-list3 .date2 { display: inline-block; vertical-align: top; width: 60px; }
.pic-list3 .date2 p:first-child { font-size: .14rem; color: #666; font-weight: 400; }
.pic-list3 .date2 p:last-child { display: inline-block; font-size: .3rem; line-height: .45rem; font-weight: 700; color: #197ee1; border-bottom: 3px solid #197ee1; }

.list4 li { padding: .2rem 0 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; }
.list4 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list4 .title { display: inline-block; vertical-align: top; width: calc(100% - 1.8rem); line-height: .58rem; }
.list4 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .1rem 2px 0; border-radius: 50%; background: #197ee1; }
.list4 .date { line-height: .58rem; }

.article { padding: 0 5%; }
.article .title { margin: 0 0 .1rem; font-size: 0.25rem; font-weight: 500; line-height: 0.32rem; color: #044f9f; text-align: center; }
.article .sub { margin: .2rem 0 .3rem; padding: .13rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #999; text-align: center; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0 0 .4rem; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.27rem; color: #494949; text-align: left; -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; }
.article .cont-page a span { color: #2576d7; }
.article .cont-page a:hover { color: #2576d7; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.dp-content .title { margin: .65rem 0 .3rem; font-size: .32rem; }


@media screen and (max-width: 1600px) { .column h3 { background-size: 28px; background-position-y: 100%; } }
@media screen and (max-width: 1400px) { .container { width: 90%; }
  .column h3 { font-size: .24rem; }
  .header .logo img { height: 65px; }
  .banner .slick-arrow { top: 40%; height: .65rem; }
  .list2 { margin: 0 -.12rem; }
  .list2 > li { padding: 0 .12rem; }
  .pic-list1 li.text-box { padding: .4rem .25rem 0; }
  .pic-list1 li.img-box .text { padding: .12rem .15rem .2rem; }
  .work .card { width: calc((100% - 0.48rem) / 3); padding: .25rem .25rem .1rem; }
  .work .card.fl { margin: 0 .24rem 0 0; }
  .foot-link1 { padding: 0 .2rem 0 0; border-right: 1px solid #559fe5; }
  .foot-link1, .foot-link2 { width: 50%; }
  .copy { width: 100%; margin: .15rem 0 0; padding: .1rem 0 0; border: none; }
  .about-box1 .text .content { padding: .4rem 1.1rem .4rem .4rem; }
  .about-box2 .column2 { padding-left: 1.54rem; background-position-x: 1.1rem; }
  .about-box2 .text .content { padding: .4rem .4rem .4rem 1.1rem; } }
@media screen and (max-width: 1200px) { .about-box1::before { right: 4.1rem; }
  .about-box1 .text { width: calc(100% - 4.1rem); }
  .about-box1 .img-list { width: 5rem; }
  .about-box2 .column2 { padding-left: 1.14rem; background-position-x: .7rem; }
  .about-box2 .text { width: calc(100% - 4.1rem); }
  .about-box2 .img-list2 { width: 5rem; }
  .about-box3 .text { padding: .3rem 0 .3rem .4rem; }
  .pic-list2 { margin: 0 -.1rem; }
  .pic-list2 > li { padding: 0 .1rem; }
  .about-box4 { margin: .3rem 0 .4rem; }
  .pic-list3 .text { padding: 0 0.3rem 0 0.28rem; } }
@media screen and (max-width: 992px) { .container { width: 85%; }
  .header { padding: .12rem 0; }
  .header .container { display: flex; justify-content: space-between; align-items: center; }
  .header .container::after, .header .container::before { display: none; }
  .header .container .logo { float: none; max-width: none; padding: 0 .3rem 0 0; }
  .header .container .logo img { max-height: 50px; }
  .header .container > .fr { float: none; display: flex; align-items: center; margin: 0; }
  .btn { display: flex; }
  .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; }
  .nav { position: fixed; top: 0; right: 0; bottom: 0; left: 100%; z-index: 8; width: auto; height: 100vh; margin: 0; padding: .9rem 0 30px; overflow-x: hidden; background-image: url(../images/y_bg2_2.png); background-repeat: no-repeat; background-position: 100% 50%; background-color: #edf4fc; background-size: auto 100%; visibility: hidden; -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::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 70%; right: auto; bottom: auto; left: 0; z-index: 1; width: 3rem; height: 2.9rem; background-image: url(../images/y_bg2_3.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
  .nav .container { position: relative; z-index: 2; }
  .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; white-space: nowrap; color: #494949 !important; background: transparent !important; }
  .nav li a .icon { display: none !important; }
  .nav li .tri { display: none !important; }
  .nav li .down { 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.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; }
  .banner .slick-arrow { display: none !important; }
  .banner .img { padding: 35% 0 0; }
  .column h3 { font-size: .22rem; }
  .news-slick { width: 100%; }
  .news-slick .img { padding: 65% 0 0; }
  .notice { width: 100%; margin: .3rem 0 0; }
  .list2 > li { width: 50%; }
  .work .card { width: calc((100% - 0.24rem) / 2); }
  .work .card:nth-child(2) { margin: 0; }
  .work .card.fr { width: 100%; margin: .3rem 0 0; }
  .news-slick2 .img { padding: 56.2189% 0 0; }
  .index-main .teach, .index-main .student { width: 100%; }
  .index-main .student { margin: .3rem 0 0; }
  .foot-link1, .foot-link2 { width: 100%; padding: 0; border: none; }
  .foot-link1 { margin: .2rem 0 0; }
  .foot-link2 ul li { width: 50% !important; }
  .column2 h3 { font-size: .28rem; }
  .about-box1, .about-box2 { margin: .5rem 0; }
  .about-box1::before, .about-box2::before { display: none; }
  .about-box1 .column2, .about-box2 .column2 { padding-left: .46rem; background-position-x: 0; }
  .about-box1 .text, .about-box2 .text { float: none; width: 100%; }
  .about-box1 .text .content, .about-box2 .text .content { background: #f4f7fa; padding: .25rem .3rem; }
  .about-box1 .img-list, .about-box1 .img-list2, .about-box2 .img-list, .about-box2 .img-list2 { float: none; width: 6rem; max-width: 100%; margin: .3rem auto; }
  .decoration { max-height: none; }
  .decoration img { height: 2.5rem; }
  .about-box3 .column2 { margin: 0 0 .1rem; }
  .about-box3 .video { width: 100%; padding: 0 .4rem .3rem; }
  .about-box3 .text { width: 100%; margin: .3rem 0 0; background: #eaeff5; }
  .about-box3 .text::after { display: none; }
  .about-box4 .column2 { margin: 0 0 .1rem; }
  .pic-list2 > li { width: 50%; margin: 0 0 .3rem; }
  .sidebar { width: 100%; }
  .cont-box { width: 100%; margin: .25rem 0 0; }
  .lv3-nav { display: flex; justify-content: left; flex-wrap: wrap; }
  .lv3-nav li { border: none; margin: 0 .12rem 0 0; }
  .lv3-nav a { padding: 0 .15rem; }
  .index-main.inset .teach-list { margin: 0; }
  .index-main.inset .teach-list > li { width: 100%; padding-left: 0; padding-right: 0; }
  .index-main.inset .teach-list > li:first-child { padding-top: 0; }
  .index-main.inset .teach-list .text { padding: .1rem 0 0 .15rem; }
  .index-main.inset .teach-list .item { padding: .12rem 0; } }
@media screen and (max-width: 768px) { .container { width: 92%; }
  .header { padding-top: 0; }
  .header .container { width: 100%; flex-wrap: wrap-reverse; }
  .header .container .logo { width: 100%; padding: .12rem 5% 0; }
  .header .container > .fr { width: 100%; padding: 4px 5%; background: #0560C7; justify-content: space-between; }
  .top-link a.a1 { margin: 0; }
  .nav { padding-top: 1.7rem; }
  .mask .close { top: calc(1.5rem + 5%); }
  .search { left: 10%; width: 80%; }
  .list1 li { width: 100%; padding: .1rem 0; margin-left: 0 !important; }
  .news .slide-tag h3 { padding-right: .2rem; }
  .column h3 { font-size: .2rem; padding-left: .37rem; }
  .list2 > li { width: 100%; margin-top: .15rem; }
  .list2 > li .card { padding: .1rem 0; }
  .list3 li { padding: .1rem 0; }
  .work .card { width: 100%; margin: 0; }
  .work .card:nth-child(2) { margin: .3rem 0 0; }
  .news-slick2 { margin-bottom: .2rem; }
  .news-slick2 .title { line-height: .6rem; }
  .teach-list .card { margin: .48rem 0 0; }
  .footer { padding: .2rem 0; }
  .column h3 { background-size: 24px; }
  .list2 .title { padding: 0 .15rem; }
  .lv2-nav { display: flex; flex-wrap: wrap; justify-content: space-around; }
  .lv2-nav li { margin: 0; }
  .lv1-column { display: block; width: 2.2rem; font-size: .25rem; line-height: .6rem; margin: -.6rem 0 0; }
  .position { float: none; margin-left: .2rem; }
  .teach-article .slide-tag { display: none; }
  .teach-article .teach-content .content .title { display: inline-block; margin: 0 0 .1rem; }
  .teach-article .slide-item { display: block !important; margin: 0 0 .3rem; }
  .pic-list3 li { padding: .18rem 0; }
  .pic-list3 .img-scale { width: 100%; margin: 0 0 .15rem; }
  .pic-list3 .text { width: calc(100% - 60px); padding-left: 0; }
  .list4 li { padding: .15rem 0; }
  .list4 .title { line-height: .25rem; width: 100%; overflow: visible; text-overflow: clip; white-space: normal; }
  .list4 .date { float: none; line-height: .4rem; }
  .article { padding: 0; } }
@media screen and (max-width: 500px) { .header .container .logo img { height: auto; }
  .pic-list1 li { position: static !important; width: 100% !important; margin: 0 !important; }
  .pic-list1 li.text-box { padding-bottom: .35rem; }
  .pic-list1 li.text-box .date { margin: .15rem 0 0; }
  .pic-list1 li .info { height: auto !important; }
  .pic-list1 .img { padding: 46.835% 0 0; }
  .foot-link1 ul li, .foot-link2 ul li { width: 100% !important; }
  .news .slide-tag h3 { padding-right: .08rem; }
  .status::after { display: none; }
  .status .content { padding: 0; }
  .status .more2 { padding: .2rem 0 0; }
  .decoration img { height: 1.5rem; }
  .pic-list2 > li { width: 100%; margin: 0 0 .2rem; } }

/*# sourceMappingURL=style.css.map */
#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a { transition: all .3s; -ms-transition: all .3s; }
#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; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0167af; font-weight: bold; color: #fff; border-color: #0167af;}
#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: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }