@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.overflow { overflow: hidden; }

.container { width: 85%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 3; background: #00579a; }
.header .layer1 { padding: .06rem 0; text-align: right; background: #004b84; }
.header .layer2 { position: relative; padding: .27rem 0 .27rem 2.75rem; }
.header .logo { position: absolute; top: -0.4rem; right: auto; bottom: auto; left: 0; z-index: 1; width: 2.2rem; background: #00579a; text-align: center; box-shadow: 0 0 0.26rem 0 rgba(0, 0, 0, 0.22); }
.header .logo a { display: block; padding: .32rem 3px 1.27rem; }
.header .logo img { max-width: 100%; vertical-align: top; }
.header .logo img.img1 { position: absolute; top: 0.8rem; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: auto; }

.top-link { display: inline-block; vertical-align: top; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #11619e; text-align: left; }
.top-link a { color: #fff; }
.top-link a:hover { text-decoration: underline; }
.top-link span { margin: 0 .08rem; }

.search { display: inline-block; vertical-align: top; width: 2.15rem; margin: 0 0 0 .12rem; font-size: 0; border: 1px solid #4e82aa; border-radius: .26rem; }
.search form { white-space: nowrap; }
.search .input { vertical-align: top; width: calc(100% - .32rem); height: .26rem; padding: 0 .1rem 0 .18rem; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: left; }
.search .input::placeholder { color: #bac7d5; }
.search .submit { width: .32rem; height: .26rem; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 10% 50%; background-color: transparent; background-size: auto; }

.nav { position: relative; z-index: 2; font-size: 0; text-align: right; }
.nav li { position: relative; display: inline-block; vertical-align: top; margin: 0 1.55%; }
.nav li:last-child { margin-right: 0; }
.nav li a { position: relative; display: block; font-size: 0.18rem; font-weight: 700; line-height: 0.46rem; color: #fff; text-align: center; }
.nav li:hover > a::after { width: 50px; -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:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 1; width: 0; height: 3px; background: #ff9900; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); border-radius: 3px; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: calc(50% - .75rem); z-index: 1; width: 1.5rem; padding: .08rem 0 .12rem; background: #fff; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); border-radius: 3px; }
.nav .lv2 a { padding: .08rem 5px; font-size: .15rem; font-weight: 400; line-height: .2rem; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #004b84; }
.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); }

.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); }

.banner { position: relative; z-index: 1; font-size: 0; }
.banner .img { position: relative; display: block; width: 100%; padding: 26% 0 0; 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: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .46rem; height: .46rem; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 0; -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: 3.5%; }
.banner .slick-arrow.slick-next { right: 3.5%; -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; cursor: pointer; margin: 0 .1rem; width: 14px; height: 14px; border-radius: 50%; background: #fff; -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: #ff9900; }
.banner:hover .slick-arrow { opacity: 1; }

.column { margin: .48rem 0 .32rem; }
.column h3 { display: inline-block; padding: 0 0 0 8px; font-size: 0.2rem; font-weight: 500; line-height: 0.22rem; color: #000; text-align: left; border-left: 8px solid #ff9900; }
.column .more { font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #00579a; 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; }
.column .more:hover { letter-spacing: 1px; font-size: .15rem; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.45rem; color: #000; text-align: left; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.45rem; color: #808080; text-align: left; }

.list1 li { 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; }
.list1 li:last-child { border: none; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title { color: #00579a; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 1rem); }
.list1 .title::before { display: inline-block; vertical-align: middle; content: ""; width: 4px; height: 4px; margin: 0 .08rem 2px 0; background: #ff9900; }

.list2 li { padding: .1rem 0; font-size: 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; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title { color: #00579a; }
.list2 .date { display: inline-block; vertical-align: top; width: .74rem; padding: .07rem 0 .1rem; color: #fff; line-height: .22rem; text-align: center; background: #006d9a; }
.list2 .date p { font-size: .24rem; line-height: .35rem; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - .74rem); padding: 0 0 0 .16rem; }
.list2 .text .title { line-height: .32rem; }

.pic-list1 { font-size: 0; margin: 0 -0.1rem; }
.pic-list1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.1rem; }
.pic-list1 li { margin: .2rem 0 0; }
.pic-list1 .img { padding: 2.2rem 0 0; }
.pic-list1 .title { margin: .14rem 0 0; font-size: .18rem; line-height: .3rem; color: #00579a; }
.pic-list1 .title span { background-image: linear-gradient(#00579a, #00579a); 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 .title:hover span { background-size: 100% 1px; }
.pic-list1 .date { line-height: .36rem; padding-left: .23rem; background-image: url(../images/j_icon2.png); background-repeat: no-repeat; background-position: -4px 50%; background-color: transparent; background-size: auto; }

.index-news { padding: 0 0 .55rem; background: #e2ecfa; }
.index-news .links { padding: .14rem 0; font-size: 0; text-align: center; background: #fff; }
.index-news .links li { display: inline-block; vertical-align: top; margin: 0 4.5%; }
.index-news .links li:last-child a P { margin: 0 0 0 -4px; }
.index-news .links a { display: block; font-size: 0.14rem; font-weight: 500; line-height: 0.27rem; color: #666; text-align: center; letter-spacing: 1px; }
.index-news .links a p { font-size: .3rem; line-height: .36rem; color: #00579a; -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; }
.index-news .links a:hover p { font-weight: 700; text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4); }
.index-news .box { padding: 0 .2rem 5px; background: #fff; }
.index-news .news { width: 67.857%; }
.index-news .pic-list1 .img { padding: 2.2rem 0 0; }
.index-news .notice { width: 30.357%; }
.index-news .notice .box { padding-top: .1rem; padding-bottom: .1rem; }

.notice .slide-tag h3 { margin: 0 0 0 .3rem; color: #666; border-width: 0; 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; }
.notice .slide-tag h3.active { color: #000; border-width: 8px; padding: 0 0 0 8px; }
.notice .slide-tag h3:first-child { margin: 0; }
.notice .slide-tag .more { display: none; }
.notice .slide-tag .more.active { display: block; }
.notice .slide-item { display: none; }
.notice .slide-item.active { display: block; }

.index-learning { padding: 0 0 .5rem; background-image: url(../images/j_bg1.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: 100%; }
.index-learning .box { padding: 5px .2rem; }
.index-learning .list1 li { border: none; }
.index-learning .list1 .title { width: 100%; color: #fff !important; }
.index-learning .list1 .title::before { background: #fff; }
.index-learning .jxky { width: 49%; }
.index-learning .jxky .box { background: #005e9a; }
.index-learning .dqxg { width: 49%; }
.index-learning .dqxg .box { background: #00919a; }
.index-learning .txfc { width: 100%; }

.txfc-slick { margin: 0 -.25rem; font-size: 0; }
.txfc-slick .slick-slide { padding: 0 .25rem; }
.txfc-slick .img { padding: 75% 0 0; }

.footer { position: relative; z-index: 2; padding: 0 0 .3rem; background: #00579a; }

.foot-link { margin: 0 0 0.3rem; padding: .2rem 0 .3rem; background: #006d9a; }
.foot-link h5 { font-size: 0.2rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; }
.foot-link .link1 { margin: 0 0 .1rem; }
.foot-link .link1 a { font-size: 0.16rem; font-weight: 500; line-height: 0.36rem; color: #dde7ed; text-align: left; margin: 0 4.5% 0 0; white-space: nowrap; }
.foot-link .link1 a:last-child { margin: 0; }
.foot-link .link1 a:hover { color: #fff; text-decoration: underline; }
.foot-link .sim-select { width: 17.6%; margin: 7px 3% 0 0; border-radius: .3rem; background: #338aae; }
.foot-link .sim-select.mr-0 { margin-right: 0; }

.sim-select { position: relative; padding: 0 .2rem; cursor: pointer; }
.sim-select p { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.sim-select::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0.13rem; right: 0.1rem; bottom: auto; left: auto; z-index: 1; width: 0; height: 0; border-top: 6px solid #fff; border-right: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px 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; }
.sim-select ul { display: none; position: absolute; top: auto; right: auto; bottom: 100%; left: 0.12rem; z-index: 1; width: calc(100% - .24rem); max-height: 1.86rem; background: #fff; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); border: 1px solid #ddd; overflow-x: hidden; }
.sim-select ul li { border-bottom: 1px dashed #ddd; }
.sim-select ul li:last-child { border: none; }
.sim-select ul a { display: block; padding: .06rem .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.18rem; color: #333; text-align: left; -webkit-transition: all 0.15s linear 0s; -moz-transition: all 0.15s linear 0s; -ms-transition: all 0.15s linear 0s; -o-transition: all 0.15s linear 0s; transition: all 0.15s linear 0s; }
.sim-select ul a:hover { color: #fff; background: #00579a; }
.sim-select ul::-webkit-scrollbar { width: 6px; height: 5px; background-color: #bbb; }
.sim-select ul::-webkit-scrollbar-thumb { border-radius: 4px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #ff9900; }
.sim-select:hover::after { top: .05rem; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); }

.foot-logo img { vertical-align: top; }

.copy { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: right; }

.pad-btn { display: none; align-items: center; position: relative; z-index: 102; }
.pad-btn .search-btn { display: inline-block; width: 34px; height: 32px; background-image: url(../images/n_icon2.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: 34px; height: 32px; font-size: 0; padding: 7px 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: 22px; height: 2px; margin: 6px 0 0; background: #004b84; -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, 8px) rotate(45deg); -moz-transform: translate(0, 8px) rotate(45deg); -ms-transform: translate(0, 8px) rotate(45deg); -o-transform: translate(0, 8px) rotate(45deg); transform: translate(0, 8px) 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, -8px) rotate(-45deg); -moz-transform: translate(0, -8px) rotate(-45deg); -ms-transform: translate(0, -8px) rotate(-45deg); -o-transform: translate(0, -8px) rotate(-45deg); transform: translate(0, -8px) 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(1.2rem + 4%); right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 70px; height: 70px; }
.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: 3.7rem; }
.decoration img { width: 100%; vertical-align: top; }

.section { position: relative; z-index: 2; background: #f8f8f8; }

.sidebar { width: 20%; margin: .6rem 0 0; }
.sidebar h1 { position: relative; padding: 0 0 .21rem; font-size: 0.28rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; letter-spacing: 2px; background: #00579a; }
.sidebar h1 i { position: absolute; top: auto; right: auto; bottom: 100%; left: 0; z-index: 1; width: calc(100% - .2rem); height: .2rem; background: #00579a; }
.sidebar h1 i::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-top: .1rem solid transparent; border-right: .1rem solid transparent; border-bottom: 0.1rem solid #00579a; border-left: 0.1rem solid #00579a; }
.sidebar .lv2-nav { position: relative; padding: 0 0 0 .18rem; user-select: none; }
.sidebar .lv2-nav li { position: relative; padding: 0 .18rem; background: #fff; }
.sidebar .lv2-nav li:last-child { padding-bottom: .55rem; }
.sidebar .lv2-nav li:before { display: none; content: ""; position: absolute; top: 0.15rem; right: auto; bottom: auto; left: 0; z-index: 1; width: 3px; height: calc(100% - .3rem); background: #f1a64e; }
.sidebar .lv2-nav a { display: block; padding: .25rem 0 .25rem 10%; font-size: 0.2rem; font-weight: 500; line-height: 0.25rem; color: #333; text-align: left; border-bottom: 1px solid #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; }
.sidebar .lv2-nav a:hover { color: #ff9900; }
.sidebar .lv2-nav li.cur > a { color: #ff9900; }
.sidebar .lv2-nav li.cur:before { display: block; }
.sidebar .lv2-nav::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: .18rem; height: 87%; background: #00579a; }

.main { width: 77%; min-height: 5.5rem; margin: .3rem 0 .4rem; }
.main .box { min-height: 4.5rem; padding: .1rem .26rem .5rem; background: #fff; border-top: 1px solid #004b84; }
.main .list1 .title, .main .list1 .date { line-height: .6rem; }
.main .pic-list1 .img-scale .img { padding-top: 75.86%; }

.place { padding: 0 0 8px; }
.place h3 { display: inline-block; font-size: 0.26rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; }

.position { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #808080; text-align: right; }
.position a { color: #808080; }
.position a:hover { color: #004b84; }
.position a:last-child { color: #004b84; }
.position .icon { display: inline-block; padding: 0 0 0 .26rem; background-image: url(../images/x_icon4.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.article { padding: .5rem 0 0; }
.article .title { margin: 0 0 .36rem; font-size: 0.26rem; font-weight: 500; line-height: 0.42rem; color: #333; text-align: center; }
.article .sub { margin: .2rem 0 .25rem; padding: .16rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #666; text-align: center; border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; }
.article .sub span { white-space: nowrap; }
.article .content { padding: 0 0 .2rem; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: left; }
.article .content p { text-indent: 2em; margin: 0 0 .22rem; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 0rem auto .2rem; }
.article .content table { max-width: 100%; margin: 0rem auto .2rem; }
.article .content table td{padding:5px;text-align:center;}
.article .content table p { text-indent: 0; margin-bottom:0;}
.article .content iframe { max-width: 100%; margin: 0rem auto .2rem; }
.article .cont-page { padding: .25rem 0 0 4%; border-top: 1px solid #dedede; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; 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:hover { color: #004b84; -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.article.about { padding-top: .2rem; }
.article.about .content { padding: 0; }
.article.about .content table{max-width:98%;margin:0 auto;}
.article.about .content table td{padding:10px 5px !important;text-align:center;border:1px solid #999;}
.article.about .content table td p{text-indent:0;margin-bottom:0;}
.article.about .content table td p a{color:#333;}
.table-box{overflow-x:scroll;}
#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; }


.mlist {margin: 0 -10px;}
.mlist li { float: left; width: 20%;padding: 0 10px;}
.mlist li a { width: 100%; display: block; margin: 10px auto; border:#099 1px solid; border-radius:2px; text-align: center; line-height:40px; font-size:14px;color:#099;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 5px;}
.mlist li a:hover { border-color:#f80; background-color:#f70; color:#fff;}
.mlist li span { width: 100%; display: block; margin: 10px auto; border:#444 1px solid; border-radius:2px; text-align: center; line-height:40px; font-size:14px; color:#444;}


@media screen and (max-width: 1580px) { .header .logo { width: 2rem; }
  .header .layer2 { padding-left: 2.3rem; }
  .nav li { margin: 0 1%; } }
@media screen and (max-width: 1400px) { html { font-size: 95px; }
  .container { width: 90%; } }
@media screen and (max-width: 1250px) { .header .logo { width: 1.7rem; }
  .header .logo a { padding-bottom: 1.1rem; }
  .header .layer2 { padding: .2rem 0 .2rem 2rem; }
  .nav li { margin: 0 .8%; }
  .nav li a { font-size: .16rem; font-weight: 400; }
  .column { margin: .34rem 0 .2rem; }
  .txfc-slick { margin: 0 -.1rem; }
  .txfc-slick .slick-slide { padding: 0 .1rem; } }
@media screen and (max-width: 1050px) { .header .logo { position: relative; top: auto; left: auto; z-index: 102; width: auto; max-width: calc(100% - 1rem); box-shadow: none; }
  .header .logo a { display: flex; align-items: center; justify-content: left; padding: 0; white-space: nowrap; }
  .header .logo img { width: auto; max-width: none; }
  .header .logo img.img1 { position: static; max-width: .57rem; margin: 0 .12rem 0 0; }
  .header .layer1 { position: relative; z-index: 101; }
  .header .layer1 .container { display: flex; justify-content: space-between; align-items: center; }
  .header .layer2 { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: .08rem 5%; }
  .header .layer2::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; width: 100%; height: 100%; background: #00579a; }
  .pad-btn { display: flex; }
  .banner .img { padding: 28% 0 0; }
  .nav { visibility: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 100%; z-index: 100; width: 100%; height: 100%; padding: 1.2rem 5% 30px; background-image: url(../images/j_bg1.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: #fcfdff; background-size: 100%; overflow-x: 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 li { float: none; width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child:after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 100%; height: 0; border-top: 1px dashed #fff; }
  .nav li a { font-size: .18rem; line-height: .55rem; text-align: left; color: #333; }
  .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/x_icon5_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 18%; 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:hover .lv2 { display: none; animation: none; box-shadow: none; }
  .nav li > a::after { display: none; }
  .nav .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; border: none; background: none; box-shadow: none; }
  .nav .lv2 a { color: #333 !important; }
  .nav .lv2 .tri { display: none; }
  .nav.show { visibility: visible; left: 0; }
  .index-news { padding: 0 0 .38rem; }
  .index-news .news, .index-news .notice { width: 100%; }
  .index-news .pic-list1 .img { padding: 75.862% 0 0; }
  .index-learning { padding: 0 0 .38rem; }
  .index-learning .jxky, .index-learning .dqxg { width: 100%; }
  .banner .slick-arrow { display: none; }
  .foot-link .sim-select { width: 2rem; }
  .sidebar { width: 100%; min-width: 100%; margin: .2rem 0 0; }
  .sidebar h1 { display: block; position: relative; padding: 0 .2rem 0 .3rem; font-size: .22rem; line-height: .55rem; text-align: left; background: #004b84; border-radius: 4px; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down.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 h1 i::after { display: none; }
  .sidebar h1.down { border-bottom-left-radius: 0; }
  .sidebar h1.down i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; }
  .sidebar .lv2-nav a { text-align: left; font-size: .18rem; padding: .15rem 0 .15rem .2rem; }
  .main { width: 100%; max-width: 100%; margin-top: .15rem; }
  .place h3 { font-size: .22rem; }
  .position { text-align: left; }
  .foot-logo { width: 100%; margin: 0 0 .2rem; text-align: center; }
  .foot-logo img { max-width: 100%; }
  .copy { width: 100%; text-align: center; } }
@media screen and (max-width: 768px) { .index-news .links .container { display: flex; justify-content: space-between; }
  .index-news .links li { margin: 0; }
  .container { width: 92%; }
  .place { padding: 0; }
  .place h3 { display: block; font-weight: 700; text-align: center; }
  .position { float: none; line-height: .22rem; text-align: center; }
  .article { padding: .2rem 0 0; }
  .article .title { margin: 0 0 .18rem; font-size: .2rem; line-height: .32rem; }
  .article .sub { margin: .15rem 0; }
  .article .cont-page { padding-left: 0; }
  .list1 li { padding: .15rem 0; }
  .list1 .title { line-height: .25rem !important; width: 100%; overflow: visible; text-overflow: clip; white-space: normal; }
  .list1 .date { float: none; line-height: .35rem !important; } 
  .mlist li{width:33.3%;}
}
@media screen and (max-width: 630px) {
.nav { padding-top: 2rem; }
}
@media screen and (max-width: 520px) { html { font-size: 90px; }
  .nav { padding-top: 2rem; }
  .foot-link .sim-select { width: 48.5%; margin-right: 0%; }
  .foot-link .sim-select:nth-child(even) { margin-right: 3% !important; }
  .pic-list1 > li { width: 100%; }
  .pic-list1 .img { padding-top: 75.86%; }
  .top-link { font-size: 12px; }
  .top-link span { font-size: 0; margin: 0; }
  .mlist li{width:50%;}
 }
@media screen and (max-width: 368px) { .article .title { font-size: 18px; font-weight: 700; }
  .sidebar h1 { line-height: .5rem; }
  .sidebar h1 i { width: .5rem; height: .5rem; } }

/*# sourceMappingURL=style.css.map */
#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 8px 10px; border: 1px solid #aaa; border-radius: 2px; 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; }


.ay {
                    position: absolute;
                    top: -11%;
                    left: 16%;
                    display: none;}
                @media screen and (min-width: 1050px) {
            .ay {
                display: block;}
        }

        @media screen and (max-width: 1400px) {
            .ay {
                left: 16.3%;
                height: 35px;}
        }

        @media screen and (max-width: 1250px) {
            .ay {
                top: -13%;
                height: 30px;}
        }
        @media screen and (max-width: 1050px) {
            .alllogo {
                display: flex;
                align-items: center;}

            .ay {
                display: block;
                position: sticky;
                top: unset;
                z-index: 999;
                height: unset;
                left: unset;
                transform: unset;}
        }

        @media screen and (max-width: 630px) {
            .alllogo {
                flex-direction: column;
                align-items: unset;}
                .ay {
                margin-top: 10px;}
        }