@charset "utf-8";
html { min-width: 320px; font-size: 100px; }

body { display: none; }
body.hide { overflow: hidden; }

.container { width: 90%; max-width: 1400px; margin: 0 auto; font-size: .16rem; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.article .content .content_img img{width:700px;}
/* 悬停图片放大 ie9 */
.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: ; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.35s linear 0s; -moz-transition: all 0.35s linear 0s; -o-transition: all 0.35s linear 0s; transition: all 0.35s 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); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.header { position: relative; z-index: 200; }
.header .head1 { padding: .28rem 0; background: #243ca8; }
.header .logo { width: 60%; }
.header .logo a { display: inline-block; *display: inline; *zoom: 1; outline: none; }
.header .logo img { max-width: 100%; vertical-align: middle; }
.header .head1 .container { position: relative; }
.header .head1 .container > .fr { text-align: right; }
.header.fixed .nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.top-link { margin: 0 0 .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.38rem; color: #fff; text-align: right; vertical-align: top; }
.top-link a { color: #fff; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 10px; }
.top-link span:last-child { margin-right: 5px; }

.search { display: inline-block; *display: inline; *zoom: 1; padding: 0 0 0 10px; border: 1px solid #929ed4; border-radius: 4px; }
.search .input { width: 1.8rem; height: .28rem; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: left; border: 1px solid transparent; vertical-align: top; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.search .input::placeholder { color: #7f89c5; }
.search .submit { width: .35rem; height: .28rem; background-position: 0 3px; vertical-align: top; background-image: url(/uploads/image/nimages/n_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search form { white-space: nowrap; }

.nav { position: relative; z-index: 2; background: #fff; }
.nav ul { height: .5rem; }
.nav li { position: relative; float: left; width: 7.1428%; }
.nav li a { display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li:hover > a { color: #fff; background: #243ca8; }
.nav li:hover .lv2 { top: calc(100%   16px); visibility: visible; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li .lv2 { position: absolute; top: calc(130%   16px); right: auto; bottom: auto; left: calc(50% - .7rem); z-index: 1; width: 1.4rem; padding: .08rem 0 .12rem; border: 1px solid #243ca8; border-top: 0; background: rgba(255, 255, 255, 0.8); opacity: 0; visibility: hidden; }
.nav li .lv2 a { padding: 7px; font-size: .14rem; line-height: .18rem; color: #333; }
.nav li .lv2 a:hover { color: #243ca8; background: #fff; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: auto; z-index: 1; width: 100%; height: 16px; background-image: url(/uploads/image/nimages/g_icon7.png); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: auto; }

.banner { position: relative; z-index: 1; font-size: 0; width: 100%; overflow: hidden; }
.banner .slick-active img { -webkit-transition: all 5s linear 0s; -moz-transition: all 5s linear 0s; -o-transition: all 5s linear 0s; transition: all 5s linear 0s; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }
.banner a { display: block; position: relative; padding: 33.82% 0 0; }
.banner a img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .slick-arrow { position: absolute; top: calc(50% - 27px); right: auto; bottom: auto; left: auto; z-index: 1; width: 56px; height: 56px; opacity: .4; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .slick-arrow.slick-prev { left: 10%; background-image: url(/uploads/image/nimages/n_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.banner .slick-arrow.slick-next { right: 10%; background-position: -90px 0; background-image: url(/uploads/image/nimages/n_icon2_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 18px; left: 50%; z-index: 1; -webkit-transform: translatex(-50%); -moz-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); }
.banner .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 7px; padding: 2px; border: 1px dashed transparent; border-radius: 50%; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.banner .slick-dots li button { width: 12px; height: 12px; border-radius: 50%; background: #ddd; }
.banner .slick-dots li.slick-active { border-color: #fff; }
.banner .slick-dots li.slick-active button { background: #fff; }
.banner:hover .slick-arrow { opacity: 1; }

.section { min-height: 420px; padding: 0 0 .4rem; }

.column { display: inline-block; *display: inline; *zoom: 1; padding: 0 0 0 .46rem; margin: 0 .12rem -1px 0; border-bottom: 3px solid transparent; font-size: 0.24rem; font-weight: 500; line-height: 0.65rem; color: #666; text-align: left; cursor: pointer; background-image: ; background-repeat: no-repeat; background-position: 0 60%; background-color: transparent; background-size: 0.36rem 0.36rem; -webkit-transition: border 0.3s linear 0s; -moz-transition: border 0.3s linear 0s; -o-transition: border 0.3s linear 0s; transition: border 0.3s linear 0s; }
.column.active { color: #000; background-image: url(/uploads/image/nimages/n_icon3.png); border-color: #3a6fb1; }

.more { display: none; font-size: 0.14rem; font-weight: 500; line-height: 0.65rem; color: #999; text-align: left; }
.more.active { display: block; }
.more:hover { color: #243ca8; text-decoration: underline !important; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; }
.title:hover { color: #0167af; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: left; }

.date { font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #999; text-align: left; }

.news-nav { margin: .35rem 0; font-size: 0; border-bottom: 1px solid #ddd; }

.news-list { display: none; }
.news-list.active { display: block; }

.list1 li { padding: .14rem 0; border-top: 1px dashed #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:first-child { padding-top: 0; border: none; }
.list1 li:hover { -webkit-transform: translatex(6px); -moz-transform: translatex(6px); -o-transform: translatex(6px); transform: translatex(6px); }
.list1 .text { width: calc(100% - 1rem); }
.list1 .info { height: .48rem; }
.list1 .title { line-height: .24rem; margin: 0 0 .07rem; }
.list1 .date { width: .78rem; color: #666; font-size: .14rem; line-height: .4rem; text-align: center; background: #ededed; }
.list1 .date p:first-child { font-size: .26rem; line-height: .38rem; color: #fff; background: #3a6fb1; }

.list2 li { border-top: 1px dashed #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:first-child { border: none; }
.list2 li:hover { -webkit-transform: translatex(6px); -moz-transform: translatex(6px); -o-transform: translatex(6px); transform: translatex(6px); }
.list2 .title { display: inline-block; *display: inline; *zoom: 1; width: calc(100% - 1.2rem); vertical-align: top; }
.list2 .title::before { display: inline-block; *display: inline; *zoom: 1; content: ""; width: 0; height: 0; margin: 0 4px 1px 0; border: 4px solid transparent; border-left-color: #3a6fb1; }

.index-zxyw .list1 { width: calc(100% - 7.25rem); }

.news-slick { width: 6.75rem; font-size: 0; }
.news-slick .img-scale { position: relative; }
.news-slick .img { padding: 75% 0 0; }
.news-slick .title { position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 1; width: 100%; padding: 0 1.3rem 0 .18rem; line-height: .42rem; color: #fff; background: rgba(0, 0, 0, 0.75); }
.news-slick .slick-dots { position: absolute; top: auto; right: 0.18rem; bottom: 0.16rem; left: auto; z-index: 1; }
.news-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 4px; width: 12px; height: 12px; border-radius: 50%; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; background: #999; }
.news-slick .slick-dots li.slick-active { background: #fff; }
.news-slick .slick-arrow { position: absolute; top: calc(50% - .25rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .5rem; }
.news-slick .slick-arrow.slick-prev { left: 0; background-image: url(/uploads/image/nimages/n_icon7.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.news-slick .slick-arrow.slick-next { right: 0; background-image: url(/uploads/image/nimages/n_icon7_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }

.index-xypl, .index-djsz { width: 48.2%; }
.index-xypl .list2, .index-djsz .list2 { margin: -0.18rem 0 0; }

.index-xypl .column.active { background-image: url(/uploads/image/nimages/n_icon4.png); }

.index-djsz .column.active { background-image: url(/uploads/image/nimages/n_icon5.png); }

.index-yxtd { padding: 1px 0 0; }
.index-yxtd .column.active { background-image: url(/uploads/image/nimages/n_icon6.png); }

.pic-slick { font-size: 0; margin: 0 -.14rem; }
.pic-slick .slick-slide { padding: 0 .14rem; }
.pic-slick .img { padding: 75% 0 0; }
.pic-slick .info { height: .48rem; margin: .15rem 0 0; }
.pic-slick .img-scale:hover .info { color: #0167af; }
.pic-slick .slick-arrow { position: absolute; top: calc(50% - .16rem); right: auto; bottom: auto; left: auto; z-index: 1; width: .32rem; height: .32rem; }
.pic-slick .slick-arrow.slick-prev { left: -.45rem; background-image: url(/uploads/image/nimages/n_icon8.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.pic-slick .slick-arrow.slick-next { right: -.45rem; background-image: url(/uploads/image/nimages/n_icon8_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }

.footer { background-image: url(/uploads/image/nimages/n_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.links { padding: .2rem 0 .3rem; }
.links h5 { margin: 0 0 .18rem; font-size: 0.2rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: center; border-bottom: 1px solid #5063b9; }
.links .links-list { font-size: 0; }
.links .links-list a { display: inline-block; *display: inline; *zoom: 1; width: 12.5%; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #ccc; text-align: left; vertical-align: top; }
.links .links-list a:hover { color: #fff; }

.copy { padding: .1rem 4%; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; background: #142ea1; }

.btn { display: none; margin: 13px 0 0 5px; vertical-align: top; }
.btn .search-btn { display: inline-block; *display: inline; *zoom: 1; width: 35px; height: 35px; background-image: url(/uploads/image/nimages/n_icon1_2.png); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto; vertical-align: top; cursor: pointer; }

.nav-btn { display: inline-block; *display: inline; *zoom: 1; width: 35px; height: 35px; font-size: 0; margin: 0 0 0 30px; text-align: right; vertical-align: top; cursor: pointer; }
.nav-btn i { display: inline-block; *display: inline; *zoom: 1; width: 100%; height: 2px; margin: 10px 0 0; background: #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav-btn i:nth-child(1) { margin-top: 0; }
.nav-btn i:nth-child(2) { width: 70%; }
.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 16px) rotate(45deg); -moz-transform: translate(0, 16px) rotate(45deg); -o-transform: translate(0, 16px) rotate(45deg); transform: translate(0, 16px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -8px) rotate(-45deg); -moz-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.75); }
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mask .close { position: absolute; top: 12%; right: 12%; bottom: auto; left: auto; z-index: 1; cursor: pointer; width: 80px; height: 80px; }
.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); -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); -o-transform: translate(0, 39px) rotate(-45deg); transform: translate(0, 39px) rotate(-45deg); }

.decoration { max-height: 300px; overflow: hidden; }
.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 2rem; margin: .5rem 0 0; }
.sidebar h1 { display: none; padding: .15rem 0; font-size: 0.22rem; font-weight: 500; line-height: 0.55rem; color: #fff; text-align: center; background: #243ca8; }
.sidebar h1 i { display: block; margin: 0 auto; }
.sidebar .lv2-nav li { position: relative; margin: 0 0 .15rem; background: #eceff4; border-radius: 5px; }
.sidebar .lv2-nav a { display: block;    padding: 15px 10px 15px 16.66%; font-size: 0.15rem; font-weight: 500; color: #000; text-align: left; }
.sidebar .lv2-nav a:hover { color: #243ca8; }
.sidebar .lv2-nav li.cur { background: #243ca8; }
.sidebar .lv2-nav li.cur > a { color: #fff; font-weight: 700; }
.sidebar .lv2-nav li.cur .lv3 { display: block; }
.sidebar .lv2-nav li.cur .lv3 a { color: #fff; }
.sidebar .lv2-nav li.cur .down { color: #fff; }
.sidebar .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .4rem; height: .4rem; font-size: 0.38rem; font-weight: 500; line-height: 0.35rem; color: #ccc; text-align: left; font-style: initial; cursor: pointer; }
.sidebar .lv2-nav .lv3 { display: none; padding: 0 0 .15rem; }
.sidebar .lv2-nav .lv3 a { font-size: .14rem; font-weight: 500; line-height: .35rem; color: #000; }
.sidebar .lv2-nav .lv3 a:hover { color: #274480; }
.sidebar .lv2-nav .lv3 a.cur { color: #274480; font-weight: 700; }

.main { width: calc(100% - 2.3rem); margin: .4rem 0 0; }
.main .list2 { margin: -.25rem 0 0; }

.position { margin: 0 0 .4rem; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; *display: inline; *zoom: 1; margin: 0 0 -1px; font-size: 0.24rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; border-bottom: 3px solid #243ca8; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #999; text-align: left; }
.place a { color: #999; }
.place a:hover { color: #243ca8; }
.place .icon { display: inline-block; *display: inline; *zoom: 1; width: .25rem; height: .5rem; vertical-align: top; background-image: url(/uploads/image/nimages/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.pic-list1 { font-size: 0; margin: 0 -0.15rem; }
.pic-list1 > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.pic-list1 li { margin: 0 0 .3rem; }
.pic-list1 .img { padding: 65% 0 0; }
.pic-list1 .title { margin: .1rem 0 0; line-height: .3rem; }
.pic-list1 .title span { background-image: linear-gradient(#243ca8, #243ca8); 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; -o-transition: background-size 0.5s linear 0s; transition: background-size 0.5s linear 0s; }
.pic-list1 .img-scale:hover .title { color: #243ca8; }
.pic-list1 .img-scale:hover .title span { background-size: 100% 1px; }

.pic-list2 li { font-size: 0; padding: .3rem 0; border-bottom: 1px dashed #ccc; }
.pic-list2 li:first-child { padding-top: 0; }
.pic-list2 .img-scale { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 2rem; }
.pic-list2 .img-scale .img { padding: 62.5% 0 0; }
.pic-list2 .text { display: inline-block; *display: inline; *zoom: 1; padding: 0 .25rem; width: calc(100% - 2.78rem); vertical-align: top; }
.pic-list2 .title { font-weight: 700; line-height: .37rem; margin: 0 0 .05rem; }
.pic-list2 .date { display: inline-block; *display: inline; *zoom: 1; width: .78rem; margin: .1rem 0 0; color: #666; font-size: .14rem; line-height: .4rem; text-align: center; background: #ededed; }
.pic-list2 .date p:first-child { font-size: .26rem; line-height: .38rem; color: #fff; background: #3a6fb1; }

.article .title { margin: 0 0 .1rem; font-size: 28px; font-weight: 700; line-height: 0.45rem; color: #243ca8; text-align: center; }
.article .sub { margin: 0 0 .3rem; padding: 0 0 .2rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #999; text-align: center; border-bottom: 1px dashed #ccc; }
.article .sub span { margin: 0 .06rem; }
.article .content { padding: 0 0 .4rem; font-size: 19px; font-weight: 500; line-height: 0.4rem; color: #000; text-align: left; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .25rem auto; }
.article .content table { max-width: 100%; margin: .25rem auto; }
.article .content table p { text-indent: 0; }
.article .content iframe { max-width: 100%; margin: .25rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 5px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-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: #000; font-weight: 700; }
.article .cont-page a:hover { -webkit-transform: translatex(6px); -moz-transform: translatex(6px); -o-transform: translatex(6px); transform: translatex(6px); color: #243ca8; }

#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(/uploads/image/nimages/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(/uploads/image/nimages/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(/uploads/image/nimages/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconedge { background: url(/uploads/image/nimages/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

@media screen and (max-width: 1300px) { html { font-size: 90px; }
  .column { font-size: .22rem; line-height: .5rem; }
  .more { line-height: .5rem; }
  .pic-slick { margin: 0; }
  .pic-slick .slick-arrow.slick-prev { left: -.3rem; }
  .pic-slick .slick-arrow.slick-next { right: -.3rem; }
  .news-slick { width: 6rem; }
  .index-zxyw .list1 { width: calc(100% - 6.38rem); }
  .list1 li { padding: .08rem 0; }
  .links .links-list a { width: 16.666%; } }
@media screen and (max-width: 1024px) { .header .head1 { padding: 10px 0; }
  .header .head1 .container > .fr { padding: 0; }
  .header .logo img { height: 52px; }
  .header .head1 .container > .fr { position: static; -webkit-transform: none; -moz-transform: none; -o-transform: none; transform: none; }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); position: absolute; top: 100%; right: 0; bottom: auto; left: 0; z-index: 1; width: 100%; height: calc(100vh - 71px); padding: 20px 0 30px; background: rgba(0, 0, 0, 0.8); overflow-x: hidden; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav ul { height: auto; }
  .nav li { float: none; width: 100%; margin: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .nav li a { font-size: .18rem; text-align: left; color: #fff; background: none !important; }
  .nav li .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; background-image: url(/uploads/image/nimages/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-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(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .nav li .lv2 { display: none;width: 4rem; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; transition: none !important; border: none; background: none; }
  .nav li .lv2 a { color: #fff !important; }
  .nav li:last-child { margin-bottom: 50px !important; }
  .nav li .tri { display: none; }
  .banner, .decoration { padding: 0; }
  .top-link { display: none; }
  .search { visibility: hidden; opacity: 0; position: fixed; top: 40%; right: auto; bottom: auto; left: calc(50% - 210px); z-index: 200; padding: 10px 15px !important; background: #fff; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .search .input { width: 350px; height: 40px; padding: 0 8px; line-height: 40px; color: #333; border-color: #eee; }
  .search .submit { width: 35px; height: 40px; background-image: url(/uploads/image/nimages/h_icon1_3.png); background-position: 50% 50% !important; }
  .search.show { border: none; border-radius: 0; visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .btn { display: inline-block; *display: inline; *zoom: 1; }
  .news-nav { margin: .22rem 0; }
  .news-slick { width: 100%; margin: 0 0 .3rem; }
  .index-zxyw .list1, .index-djsz, .index-xypl { width: 100%; }
  .list1 li { padding: .2rem 0; }
  .links .links-list a { width: 25%; }
  .sidebar { width: 100%; margin: .3rem 0 0; }
  .sidebar h1 { display: block; position: relative; padding: 0 20px; line-height: 50px; text-align: left; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 55px; height: 50px; background-image: url(/uploads/image/nimages/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; }
  .sidebar .lv2-nav { display: none; background: #eceff4; }
  .sidebar .lv2-nav li { border-radius: 0; }
  .sidebar .lv2-nav li.cur { background: #3a6fb1; }
  .sidebar .lv2-nav a { text-align: left;  padding: 11px 0 11px 0.3rem; }
  .sidebar .lv2-nav .lv3 a { padding-left: .5rem; }
  .main { width: 100%; margin: .3rem 0 0; } }
@media screen and (max-width: 800px) { .search { left: calc(50% - 180px); }
  .search .input { width: 300px !important; }
  .column { font-size: .2rem; padding: 0 0 0 .3rem; background-position: 0 50%; background-size: .25rem; }
  .list2 .title { width: 100%; margin: .25rem 0 0; line-height: .25rem; text-overflow: clip; white-space: initial; }
  .list2 .date { float: none; width: 100%; }
  .pic-list1 li { width: 50%; } }


@media screen and (max-width: 768px) {
   .article .title{font-size:20px;}
}




@media screen and (max-width: 600px) { html { font-size: 80px; }
  .container { width: 92%; }
.header .logo{
width:70%;

margin-top:5px;
}
  .header .logo img { height: 32px; }
  .position { text-align: center; }
  .place { float: none; width: 100%; line-height: .3rem; text-align: center; }
  .place .icon { height: .3rem; }
  .banner .slick-arrow { display: none; }
  .column { padding: 0; font-size: .18rem; background: none !important; }
  .pic-slick { width: 90%; margin: 0 auto; }
  .pic-slick .slick-arrow.slick-prev { left: -.32rem; }
  .pic-slick .slick-arrow.slick-next { right: -.32rem; }
  .links .links-list a { width: 33.33%; }
  .pic-list2 .img-scale { width: 100%; }
  .pic-list2 .text { width: calc(100% - .78rem); margin: .2rem 0 0; padding: 0 .2rem 0 0; } }
@media screen and (max-width: 450px) { .banner .slick-arrow { display: none !important; }
  .btn { margin-top: 7px; }
  .nav-btn { margin: 0 0 0 10px; }
  .search { left: calc(50% - 130px); }
  .search .input { width: 200px !important; }
  .links .links-list a { width: 50%; }
  .pic-list1 li { width: 100%; } }

/*# sourcemappingurl=style.css.map */
#list-page {font-family: arial; text-align: center; margin: .35rem 0 !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: 7px 9px; 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; }