@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; overflow-y: auto; overflow-x: hidden; }

body.overflow { overflow: hidden; }

.container { width: 90%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 200; padding: .26rem 0; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-box { display: -ms-flexbox; display: flex; }

.logo { max-width: calc(100% - 3.4rem); }
.logo a { display: inline-block; outline: none; }
.logo img { max-width: 100%; vertical-align: middle; }

.top-link { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.15rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: left; }
.top-link a { display: inline-block; color: #fff; }
.top-link a:hover { text-decoration: underline; }
.top-link span { display: inline-block; height: .18rem; width: 1px; margin: 0 .17rem; background: #fff; }

.search { margin: 0 0 0 .2rem; padding: 0 .05rem; border-radius: 7px; border: 1px solid rgba(255, 255, 255, 0.75); border-radius: .3rem; overflow: hidden; }
.search form { display: -ms-flexbox; display: flex; align-items: center; }
.search .input { width: 1.8rem; height: .34rem; padding: 0 5px 0 .12rem; font-size: 0.14rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: left; 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; }
.search .input::placeholder { color: rgba(255, 255, 255, 0.6); }
.search .submit { width: .34rem; height: .34rem; vertical-align: top; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 30% 50%; background-color: transparent; background-size: auto; }

.search2 { margin: .3rem 0 .1rem; }
.search2 form { position: relative; background: #fff; white-space: nowrap; padding: .12rem; width: 80%; max-width: 7rem; margin: -.1rem auto .2rem;  box-shadow: 0 0 .1rem 0 #ccc; border-radius: 4px; }
.search2 .input { width: calc(100% - .55rem); height: .5rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px solid #dfdfdf; border-radius: 4px; }
.search2 .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.nav { position: relative; z-index: 2; background: #fff; }
.nav .container { display: -ms-flexbox; display: flex; justify-content: space-between; }
.nav li { position: relative; width: 12.5%; padding: 0 .1rem; text-align: center; transition: all .2s; -ms-transition: all .2s; }
.nav li a { display: block; vertical-align: top; font-size: 0.2rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: center; transition: all .2s; -ms-transition: all .2s; }
.nav li:hover { background: #0b6cb8; }
.nav li:hover > a { color: #fff; }
.nav li:hover .lv2 { opacity: 1; visibility: visible; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
.nav li > a { position: relative; z-index: 2; }
.nav .lv2 { opacity: 0; visibility: hidden; position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; background: rgba(255, 255, 255, .9); box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 50% 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; }
.nav .lv2 a { width: 100%; padding: .14rem 5px; font-size: .16rem; line-height: .24rem; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #0b6cb8; }

.banner { font-size: 0; }
.banner .img { position: relative; display: block; width: 100%; padding: 27.08% 0 0; overflow: hidden; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); -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 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; }
.banner .img .text h3 { padding: 0 0 0 10%; font-size: 0.36rem; font-weight: 500; line-height: 1.4rem; color: #fff; text-align: left; opacity: 0; -webkit-transform: translateX(-1.5rem); -moz-transform: translateX(-1.5rem); -ms-transform: translateX(-1.5rem); -o-transform: translateX(-1.5rem); transform: translateX(-1.5rem); }
.banner .swiper-slide-active img { -webkit-transition: transform 6s linear 2s; -moz-transition: transform 6s linear 2s; -ms-transition: transform 6s linear 2s; -o-transition: transform 6s linear 2s; transition: transform 6s linear 2s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .swiper-slide-active .text h3 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transition: all 0.6s linear 0s; -moz-transition: all 0.6s linear 0s; -ms-transition: all 0.6s linear 0s; -o-transition: all 0.6s linear 0s; transition: all 0.6s linear 0s; }
.banner .arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .45rem; height: .45rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.1); background-size: auto; border-radius: 3px; 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 .arrow.swiper-prev { left: 2.1%; }
.banner .arrow.swiper-next { right: 2.1%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .arrow:hover { background-color: rgba(0, 0, 0, 0.5); }
.banner .pagination { position: absolute; top: auto; right: auto; bottom: 0.3rem; left: 0%; z-index: 2; width: 100%; text-align: center; }
.banner .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 7px; width: 13px; height: 13px; cursor: pointer; border-radius: 50%; background: white; 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; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #d8980e; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { position: relative; margin: 0 0 .24rem; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }
.column h3 { position: relative; padding: 0 0 0 .14rem; white-space: nowrap; font-size: 0.24rem; font-weight: 700; line-height: 0.25rem; color: #333; text-align: left; border-left: 4px solid #0b6cb8; }
.column.notice { margin-top: .3rem; }

.more { padding: 0 27px 0 0; font-size: .14rem; line-height: .25rem; color: #666; background-image: url("../images/icon2.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; -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 { padding: 0 22px 0 0; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); color: #0b6cb8; background-image: url("../images/icon2_2.png"); }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.52rem; color: #333; text-align: left; }
.title:hover { color: #0b6cb8; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { padding: 0 0 0 18px; font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.52rem; color: #0b6cb8; text-align: left; background-image: url("../images/icon3.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.date1 { width: 68px; padding: 2px 8px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #fff; text-align: center; background: #0b6cb8; }
.date1 p:first-child { font-size: .24rem; line-height: .35rem; border-bottom: 1px solid #fff; }

.date2 { position: relative; width: 71px; padding: 0 18px 0 0; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #0b6cb8; text-align: center; }
.date2 p:first-child { font-size: .32rem; line-height: .4rem; font-weight: 700; }
.date2::after { position: absolute; top: 11px; right: 0; bottom: auto; left: auto; z-index: 1; width: 1px; height: .42rem; background: #0b6cb8; content: ""; }

.index-main { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; padding: .42rem 0; }
.index-main .left-box { width: 53.57%; }
.index-main .right-box { width: 42.857%; }
.index-main .bottom-box { width: 100%; padding: .35rem 0 0; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.index-main .bottom-box li { width: 48.2%; }
.index-main .bottom-box .img { display: block; position: relative; border-radius: 6px; padding: 13.33% 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; position: relative; }
.index-main .bottom-box .img::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -14px; left: 0; z-index: 1; width: 100%; height: 12px; background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.28), transparent); opacity: 0; 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; }
.index-main .bottom-box .img:hover::before { bottom: -19px; opacity: 1; visibility: visible; }
.index-main .bottom-box .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.index-main .bottom-box .img:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }

.news-swiper .img-scale { padding: 4.2rem 0 0; border-radius: 6px; }
.news-swiper .text-box { position: relative; z-index: 2; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; padding: 0 .17rem .7rem; }
.news-swiper .text-box .text-item { width: calc(100% - 68px); padding: 0 0 0 .26rem; }
.news-swiper .text-box .date1 { margin: -.2rem 0 0; }
.news-swiper .text-box .title { font-size: .2rem; font-weight: 700; line-height: .8rem; }
.news-swiper .text-box .title span { background-image: linear-gradient(#0b6cb8, #0b6cb8); 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; }
.news-swiper .text-box .title:hover span { background-size: 100% 1px; }
.news-swiper .text-box .more2 { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 55px; height: 30px; background-image: url("../images/icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -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-swiper .text-box .more2:hover { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -ms-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); background-image: url("../images/icon1_2.png"); }
.news-swiper .pagination { position: absolute; top: auto; right: 0%; bottom: 5px; left: auto; z-index: 2; width: auto; text-align: right; }
.news-swiper .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 0 0 5px; width: 20px; height: 5px; cursor: pointer; border-radius: 0; border: 1px solid #ccc; background: #fff; 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; }
.news-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #0b6cb8; border-color: #0b6cb8; }

.first-news { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0 0 .14rem; border-bottom: 1px solid #ececec; -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; }
.first-news::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #0b6cb8; }
.first-news .text { width: calc(100% - 71px); padding: 0 0 0 .18rem; }
.first-news .title { line-height: .34rem; font-weight: 700; }
.first-news:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.first-news:hover .title { color: #0b6cb8; }
.first-news:hover::after { width: 100%; -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s; -ms-transition: all 0.5s ease-in 0s; -o-transition: all 0.5s ease-in 0s; transition: all 0.5s ease-in 0s; }

.list1 li { display: -ms-flexbox; display: flex; justify-content: space-between; border-bottom: 1px solid #ececec; -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:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list1 li:hover::after { width: 100%; -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s; -ms-transition: all 0.5s ease-in 0s; -o-transition: all 0.5s ease-in 0s; transition: all 0.5s ease-in 0s; }
.list1 li:hover .title { color: #0b6cb8; }
.list1 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #0b6cb8; }
.list1 .title { width: calc(100% - 120px); }
.list1.notice li:last-child { border: none; }

.footer { background: #0b6cb8; }
.footer > .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .2rem 0; }

.foot-link { padding: .2rem 0; background: #ededed; }
.foot-link .container { display: -ms-flexbox; display: flex; align-items: flex-start; }
.foot-link .tips { font-size: 0.18rem; font-weight: 700; line-height: 0.4rem; color: #333; text-align: left; }
.foot-link .link-box { width: calc(100% - 75px); }
.foot-link .link-box a { font-size: 0.15rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: left; margin: 0 0 0 .3rem; white-space: nowrap; }
.foot-link .link-box a:hover { color: #0b6cb8; font-weight: 700; }

.copy { font-size: 0.15rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }

.foot-img { display: -ms-flexbox; display: flex; align-items: flex-start; }
.foot-img li { margin: 0 0 0 .2rem; }
.foot-img img { width: 85px; }
.foot-img p { margin: 5px 0 0; font-size: 0.15rem; font-weight: 500; line-height: 0.16rem; color: #fff; text-align: center; }

.pad-btn { display: none; align-items: center; }
.pad-btn .nav-btn { display: inline-block; width: 28px; font-size: 0; text-align: center; vertical-align: top; cursor: pointer; }
.pad-btn .nav-btn i { display: inline-block; width: 100%; height: 2px; margin: 7px 0 0; border-radius: 2px; background: #fff; -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; }
.pad-btn .nav-btn i:nth-child(1) { margin-top: 0; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 9px) rotate(45deg); -moz-transform: translate(0, 9px) rotate(45deg); -ms-transform: translate(0, 9px) rotate(45deg); -o-transform: translate(0, 9px) rotate(45deg); transform: translate(0, 9px) 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, -9px) rotate(-45deg); -moz-transform: translate(0, -9px) rotate(-45deg); -ms-transform: translate(0, -9px) rotate(-45deg); -o-transform: translate(0, -9px) rotate(-45deg); transform: translate(0, -9px) rotate(-45deg); }

.mobile-header { display: none; position: fixed; top: 64px; right: -100%; bottom: auto; left: auto; z-index: 1; width: 100%; height: calc(100vh - 64px); visibility: hidden; padding: .2rem 0 .3rem; background: #f6f6f6; opacity: 0; -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; }
.mobile-header .container { flex-wrap: wrap; height: 100%; }
.mobile-header.show { right: 0; opacity: 1; visibility: visible; }

.mobile-search { width: 100%; }
.mobile-search form { display: -ms-flexbox; display: flex; align-items: center; border: 1px solid #0b6cb8; background: #fff; border-radius: 2px; }
.mobile-search .input { width: calc(100% - .42rem); height: .4rem; padding: 0 5px 0 .12rem; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: left; 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; }
.mobile-search .input::placeholder { color: rgba(0, 0, 0, 0.5); }
.mobile-search .submit { width: .4rem; height: .4rem; vertical-align: top; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 30% 50%; background-color: transparent; background-size: auto; }

.mobile-nav { width: 100%; margin: .2rem 0 0; height: calc(100% - .6rem); overflow-y: auto; overflow-x: hidden; }
.mobile-nav li { position: relative; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
.mobile-nav li:first-child { border-top: none; }
.mobile-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; }
.mobile-nav li a { padding: 0 0 0 7px; font-size: 0.19rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; }
.mobile-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/down1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 16%; 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; }
.mobile-nav .down.close { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
.mobile-nav .lv2 { display: none; padding-left: .3rem; padding-bottom: .15rem; }
.mobile-nav .lv2 a { font-size: .16rem; line-height: .4rem; text-align: left; }
.mobile-nav .lv2 .tri { display: none; }

.decorate { position: relative; width: 100%; padding: 23% 0 0; overflow: hidden; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.decorate .bottom-box { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent); }
.decorate .bottom-box .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; }
.decorate .bottom-box h3 { font-size: 0.3rem; font-weight: 500; line-height: 1rem; color: #fff; text-align: left; }

.sub-nav { display: -ms-flexbox; display: flex; }
.sub-nav a { display: block; margin: 0 0 0 .38rem; font-size: 0.18rem; font-weight: 500; line-height: 0.8rem; color: #fff; text-align: left; border-bottom: 5px solid transparent; }
.sub-nav a::before { display: inline-block; content: ""; width: 5px; height: 5px; background: #fff; border-radius: 50%; margin: 0 .12rem 2px 0; }
.sub-nav a.cur { font-weight: 700; border-color: #0b6cb8; }

.section { padding: .25rem 0 .4rem; min-height: 4rem; }
.section .list1 li:hover .title { background-image: url("../images/icon4_2.png"); }
.section .list1 .title { padding: 0 0 0 26px; line-height: .6rem; background-image: url("../images/icon4_1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.section .list1 .date { line-height: .6rem; }

.position { margin: 0 0 .15rem; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #808080; text-align: left; padding: 0 0 0 calc(.2rem + 28px); background-image: url(../images/place2.png); background-repeat: no-repeat; background-position: 0.2rem 50%; background-color: #f2f2f2; background-size: auto; border-left: 3px solid #0b6cb8; }
.position a { color: #808080; }
.position a:hover { color: #0b6cb8; }
.position a:last-child { color: #0b6cb8; font-weight: 700; }

.picture1 { margin: .2rem 0 0; }
.picture1 a { display: block; padding: 0.28rem 0.25rem; font-size: 0; border-bottom: 1px solid #ddd; border-left: 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; }
.picture1 a:hover { background: #f6f6f6; border-color: #0b6cb8; box-shadow: 5px 4px 0 0 #ddd; }
.picture1 a:hover .title { font-weight: 700; color: #0b6cb8; }
.picture1 .img-frame { display: inline-block; vertical-align: top; width: 2.4rem; padding: 1.6rem 0 0; }
.picture1 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.4rem); padding: .1rem 0 0 .3rem; }
.picture1 .date { padding: 0; font-size: .15rem; line-height: .22rem; font-style: inherit; background: none; letter-spacing: 1px; }
.picture1 .date span { font-size: .24rem; font-weight: 700; color: #0b6cb8; }
.picture1 .title { font-size: .18rem; font-weight: 700; color: #333; }
.picture1 .info { height: .48rem; }

.article { padding: .3rem 3% 0; background: #fff; }
.article .title { font-size: 0.28rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub { margin: .2rem 0; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; border-bottom: 1px dashed #ddd; }
.article .content { padding: 0 0 .3rem; font-size: 0.17rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; min-height: 1.4rem; }
.article .content p { text-indent: 2em; }
.article .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto; }
.article .content img { max-width: 100%; height: auto !important; margin: .2rem 0; }
.article .content table { max-width: 100%; margin: .2rem 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: .2rem auto; }
.article .content a, .article ul a { color: #2196f3; }
.article .content a:hover, .article ul a:hover { text-decoration: underline; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page span { color: #0b6cb8; }
.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; -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: #0b6cb8; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.article.about .title { margin: 0 0 .3rem; font-size: .28rem; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page { margin: 25px 0 30px !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #0b6cb8; font-weight: bold; color: #fff; border-color: #0b6cb8; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

@media screen and (max-width: 1024px) { .container { width: 92%; }
  .header { height: 66px; padding: 8px 0; border-bottom: 2px solid #0b6cb8; }
  .header .container { display: flex; justify-content: space-between; align-items: center; height: 100%; }
  .header .container .logo { float: none; max-width: calc(100% - 1.8rem); padding: 0 .12rem 0 0; }
  .header .container .logo img { max-height: 50px; }
  .header .right-box { display: flex; align-items: center; float: none; margin: 0; }
  .pad-btn { display: flex; }
  .search, .nav { display: none !important; }
  .mobile-header { display: block !important; }
  .banner .img { padding: 35% 0 0; }
  .banner .pagination { bottom: .2rem; }
  .index-main .left-box { width: 100%; border-bottom: 1px solid #ddd; }
  .index-main .right-box { width: 100%; }
  .news-swiper { padding: 0 0 .25rem; margin: 0 0 .3rem; }
  .news-swiper .text-box { padding-bottom: .3rem; }
  .news-swiper .pagination { bottom: .25rem; }
  .main { width: 100%; max-width: 100%; margin-top: .15rem; padding: 0 0 .35rem; border: none; }
  .position h3 { font-size: .22rem; }
  .article { padding-left: 0; padding-right: 0; }
  .picture-list { margin: 0 -.1rem; }
  .picture-list > li { padding: 0 .1rem; }
  .decorate { padding: 0; }
  .decorate img { position: static; height: 34vw; }
  .decorate .bottom-box { position: static; background: none; }
  .decorate .bottom-box .container { width: 100%; flex-wrap: wrap; }
  .decorate .bottom-box h3 { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 5%; font-size: .21rem; line-height: .54rem; background: #0b6cb8; }
  .decorate .bottom-box h3 .return-sup { display: block; width: .54rem; height: .54rem; background-image: url("../images/down2.svg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.3rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .decorate .bottom-box h3 i { width: .54rem; height: .54rem; background-image: url(../images/subNav.svg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.25rem; 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; }
  .decorate .bottom-box h3.down i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sub-nav { display: none; flex-wrap: wrap; width: 100%; padding: 0 5% .15rem; background: #f6f6f6; }
  .sub-nav li { width: 100%; }
  .sub-nav li:last-child a { border: none !important; }
  .sub-nav a { color: #333; line-height: .5rem; border-bottom: 1px solid #ddd !important; }
  .sub-nav a::before { background: #0b6cb8; } }
@media screen and (max-width: 768px) { .header .container .logo { max-width: calc(100% - .5rem); }
  .banner .arrow { display: none; }
  .banner .pagination { bottom: .18rem; }
  .banner .pagination .swiper-pagination-bullet { margin: 0 4px; width: 10px; height: 10px; }
  .top-link { display: none; }
  .column { margin: 0 0 .2rem; }
  .index-main .bottom-box li { width: 100%; margin: .2rem 0 0; }
  .index-main .bottom-box li:first-child { margin: 0; }
  .main { margin-top: .1rem; }
  .position { margin: 0 0 .15rem; }
  .position h3 { display: none; }
  .place { float: none; }
  .article { padding-top: .15rem; }
  .article .title { font-size: .21rem !important; }
  .article .sub { margin: .18rem 0; }
  .picture1 { margin: .1rem 0 0; }
  .picture1 .img-frame { width: 1.8rem; padding: 1.2rem 0 0; }
  .picture1 .text { width: calc(100% - 1.8rem); padding: 0 0 0 .17rem; }
  .picture1 .img-scale { background-color: #fff !important; } }
@media screen and (max-width: 500px) { .banner .img { padding: 45% 0 0; }
  .main .picture1 li { padding: .15rem 0; }
  .main .picture1 .img-scale { background: #f5f5f5; }
  .index-main { padding: .25rem 0 .3rem; }
  .index-main .bottom-box { padding: .2rem 0 0; }
  .news-swiper .text-box { flex-wrap: wrap; padding-left: 0; padding-right: 0; }
  .news-swiper .text-box .date1 { width: 100%; margin: .1rem 0 0; padding: 0; background: none; color: #0b6cb8; text-align: left; }
  .news-swiper .text-box .date1 p { display: inline-block; line-height: .3rem !important; }
  .news-swiper .text-box .text-item { padding: 0; width: 100%; }
  .news-swiper .text-box .text-item .title { line-height: .35rem; font-size: .18rem; }
  .list1 li { padding: .1rem 0; flex-wrap: wrap; }
  .list1 .title { width: 100% !important; padding-top: 0 !important; padding-bottom: 0 !important; line-height: .3rem; overflow: visible; text-overflow: clip; white-space: initial; background-position: 0 10px; }
  .list1 .date { float: none; line-height: .35rem; }
  .foot-link { padding: .1rem 0; }
  .foot-link .container { flex-wrap: wrap; }
  .foot-link .tips { width: 100%; }
  .foot-link .link-box { width: 100%; }
  .foot-link .link-box a { margin: 0 5px; }
  .footer > .container { flex-direction: column-reverse; }
  .copy { width: 100%; text-align: center; }
  .foot-img { width: 100%; margin: 0 0 .1rem; justify-content: center; }
  .section { padding: .2rem 0 .3rem; min-height: 4rem; }
  .section .list1 .title { padding: 0 0 0 26px; line-height: .32rem; background-position-y: 9px; }
  .section .list1 .date { line-height: .32rem; }
  .picture1 a { padding: .2rem 0; }
  .picture1 .img-frame { width: 100%; padding: 66.66% 0 0; }
  .picture1 .text { width: 100%; padding: .1rem 0 0 !important; } }

/*# sourceMappingURL=style.css.map */