@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
#loading .loading-img { width: 100%; height: 100%; background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; animation: fade 1.5s infinite alternate; }

@keyframes fade { 0% { opacity: 1; }
  100% { opacity: 0.1; } }
html { min-width: 320px; font-size: 100px; }

body.hide { overflow: hidden; }

.container { width: 90%; max-width: 1260px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 200; }
.header .head1 { padding: .23rem 0 .23rem; background-image: url(../images/j_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .logo { width: 60%; }
.header .logo a { display: inline-block; outline: none; vertical-align: top; }
.header .logo img { max-width: 100%; vertical-align: top; }
.header .head1 .container { position: relative; }
.header .head1 .container > .fr { text-align: right; margin: .24rem 0 0; }
.header.fixed .nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.search { display: inline-block; background: #fff; font-size: 0; border-radius: .4rem; overflow: hidden; }
.search .input { width: 0rem; height: .4rem; padding: 0; 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; }
.search .submit { width: .4rem; height: .4rem; vertical-align: top; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search form { white-space: nowrap; }
.search:hover .input { width: 2rem; padding: 0 0 0 .15rem; }

.nav { position: relative; z-index: 2; background: #a10000; }
.nav ul { height: .6rem; }
.nav li { position: relative; float: left; width: 10%; }
.nav li a { display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.6rem; color: #fff; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li:hover > a { font-weight: 700; background: #c20101; }
.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; -ms-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% - .75rem); z-index: 1; width: 1.5rem; padding: .08rem 0 .12rem; border: 1px solid #c20101; background: #fff; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; }
.nav li .lv2 a { padding: 7px; font-size: .15rem; line-height: .22rem; color: #333; }
.nav li .lv2 a:hover { color: #fff; background: #c20101; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0; z-index: 1; width: 100%; height: 16px; overflow: hidden; }
.nav li .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; border: 1px solid #c20101; background-color: #fff; -webkit-transform: translate(2px, 6px) rotate(45deg); -moz-transform: translate(2px, 6px) rotate(45deg); -ms-transform: translate(2px, 6px) rotate(45deg); -o-transform: translate(2px, 6px) rotate(45deg); transform: translate(2px, 6px) rotate(45deg); }

.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; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -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; }
.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.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; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { margin: 0 0 .3rem 0; border-bottom: 1px solid #e6e6e6; }
.column h3 { display: inline-block; margin: 0 0 -1px; border-bottom: 3px solid #a10000; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #000; text-align: left; }

.more { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #999; 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; }
.more:hover { letter-spacing: 2px; color: #c20101; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #666; text-align: left; }

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #808080; text-align: left; }

.index-main > .fl { width: 69%; padding: .5rem 0 0; }
.index-main > .fl > .fl, .index-main > .fl > .fr { width: 47.7%; }
.index-main > .fr { width: 27.77%; padding: .35rem 0 0; }
.index-main .list1 { margin: -.1rem 0 0; }

.news-slick { width: 100%; margin: 0 0 .3rem; font-size: 0; box-shadow: 0 0 8px 1px #ccc; }
.news-slick .img-scale .img { padding: 56.3% 0 0; }
.news-slick .slick-slide { position: relative; }
.news-slick .slick-slide:hover .text { background: #c20101; }
.news-slick .slick-slide:hover .text .title { color: #fff; }
.news-slick .slick-slide:hover .text .info { color: #fff; }
.news-slick .slick-slide:hover .date { color: #c20101; background: #FFF; }
.news-slick .date { position: absolute; top: auto; right: auto; bottom: 0.9rem; left: 0.36rem; z-index: 1; padding: .1rem; color: #fff; line-height: .22rem; text-align: center; background: #c20101; -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; }
.news-slick .date p:first-child { font-size: .24rem; line-height: .3rem; font-weight: 700; }
.news-slick .text { padding: .2rem .36rem; -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; }
.news-slick .text .title { margin: 0 0 .08rem; font-weight: 700; line-height: .3rem; text-align: center; }
.news-slick .text .info { height: .5rem; }
.news-slick .slick-dots { position: absolute; top: auto; right: auto; bottom: 1.45rem; left: 50%; z-index: 2; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.news-slick .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 6px; background: #fff; border-radius: 50%; vertical-align: middle; cursor: pointer; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.news-slick .slick-dots li.slick-active { background: #c20101; }
.news-slick .slick-arrow { position: absolute; top: 35%; right: auto; bottom: auto; left: auto; z-index: 1; width: .36rem; height: .36rem; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.news-slick .slick-arrow.slick-prev { left: 2%; background-image: url(../images/prev.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.news-slick .slick-arrow.slick-next { right: 2%; background-image: url(../images/next.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }




.list1 li { border-bottom: 1px dashed #ddd; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 84px); }
.list1 .title::before { display: inline-block; content: ""; width: 0; height: 0; border: 6px solid #fff; border-left-color: #c20101; }
.list1 .title:hover { color: #c20101; }
.list1 .date { float: right; }

.pic-list1 { margin: 0 0 .25rem; }
.pic-list1 li { padding: .08rem 0; font-size: 0; border-bottom: 1px dashed #ddd; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.pic-list1 li:first-child { padding-top: 0; }
.pic-list1 li:last-child { border: none; }
.pic-list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.pic-list1 .img-scale { display: inline-block; vertical-align: top; width: 1.8rem; }
.pic-list1 .img-scale .img { padding: 68.18% 0 0; }
.pic-list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 1.8rem); padding: .25rem .1rem;background:#eee;}
.pic-list1 .text .title { margin: -5px 0 4px; line-height: .28rem; height:.54rem;}
.pic-list1 .text .title:hover { color: #c20101; }
.pic-list1 .text .date { line-height: .2rem; }

.links1 { margin: 0 0 .3rem; }
.links1 li { margin: .15rem 0 0; }
.links1 li:first-child { margin: 0; }

.links2 li { margin: 0 0 .09rem; }
.links2 li a { position: relative; display: block; padding: 0 .26rem 0 7.4%; font-size: 0.16rem; font-weight: 500; line-height: 0.42rem; color: #000; text-align: left; background: #f7f0f0; -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; }
.links2 li a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: 0; height: 0; border: 6px solid transparent; border-left-color: #c20101; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.links2 li a:hover { background: #c20101; color: #fff; }
.links2 li a:hover::after { border-left-color: #fff; }

.footer { margin: .3rem 0 0; padding: .14rem 0; background: #a10000; overflow: hidden;}

.copy { font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: center;     text-align: left;
    margin-top: .3rem;}
.ewm{width: 26%;
    text-align: center;
    color: #fff;}
.ewm img{width: 1rem;
    height: 1rem;}
.btn { display: none; align-items: center; }
.btn .search-btn { display: inline-block; width: .4rem; height: .4rem; border-radius: 50%; vertical-align: top; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; cursor: pointer; }

.nav-btn { display: inline-block; width: 35px; font-size: 0; margin: 0 0 0 30px; text-align: right; vertical-align: top; cursor: pointer; }
.nav-btn i { display: inline-block; width: 100%; height: 2px; margin: 10px 0 0; 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; }
.nav-btn i:nth-child(1) { margin-top: 0; }
.nav-btn.close i:nth-child(1) { -webkit-transform: translate(0, 12px) rotate(45deg); -moz-transform: translate(0, 12px) rotate(45deg); -ms-transform: translate(0, 12px) rotate(45deg); -o-transform: translate(0, 12px) rotate(45deg); transform: translate(0, 12px) rotate(45deg); }
.nav-btn.close i:nth-child(2) { opacity: 0; }
.nav-btn.close i:nth-child(3) { -webkit-transform: translate(0, -12px) rotate(-45deg); -moz-transform: translate(0, -12px) rotate(-45deg); -ms-transform: translate(0, -12px) rotate(-45deg); -o-transform: translate(0, -12px) rotate(-45deg); transform: translate(0, -12px) rotate(-45deg); }

.mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; background: rgba(0, 0, 0, 0.75); }
.mask.show .search { top: 38%; opacity: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.mask .close { position: absolute; top: 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); -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); }

.sidebar { width: 19.85%; margin: .5rem 0 0; }
.sidebar h1 { font-size: 0.26rem; font-weight: 500; line-height: 0.65rem; color: #fff; text-align: center; background: #a10000; }
.sidebar h1 i { display: block; margin: 0 auto; }
.sidebar .lv2-nav { position: relative; }
.sidebar .lv2-nav li { position: relative; border-left: 2px solid transparent; border-bottom: 1px solid #a10000; }
.sidebar .lv2-nav a { display: block; font-size: 0.18rem; font-weight: 500; line-height: 0.65rem; color: #000; text-align: center; }
.sidebar .lv2-nav a:hover { color: #a10000; font-weight: 700; }
.sidebar .lv2-nav li.cur { border-left-color: #c20101; border-bottom-color: transparent; }
.sidebar .lv2-nav li.cur > a { color: #a10000; font-weight: 700; background: #fcebeb; }

.main { width: 75.8%; min-height: 410px; margin: .32rem 0 0; }
.main .list1 { margin: -.13rem 0 0; }
.main .pic-list1 li { padding: .15rem 0; }
.main .pic-list1 .title { margin-bottom: 0; }
.main .pic-list1 .info { margin: 5px 0; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.5rem; color: #808080; text-align: left; }
.place a { color: #808080; }
.place a:hover { color: #a10000; }
.place .icon { display: inline-block; width: .2rem; height: .45rem; vertical-align: top; background-image: url(../images/x_icon11.png); background-repeat: no-repeat; background-position: 0 60%; background-color: transparent; background-size: auto; }

.article { padding: .2rem .38rem; }
.article .title { font-size: 0.22rem; font-weight: 500; line-height: 0.4rem; color: #a10000; text-align: center; }
.article .sub { margin: .4rem 0; padding: .16rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #666; text-align: center; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
.article .sub span { margin: 0 .06rem; }
.article .content { padding: 0 0 .4rem; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; }
.article .content p { text-indent: 2em;font-size:16px !important;line-height:2em !important;}
.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: 4px 0; font-size: 0.15rem; font-weight: 500; line-height: 0.28rem; color: #666; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #a10000; font-weight: 700; }
.article .cont-page a:hover { color: #a10000; -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

@media screen and (max-width: 1300px) { html { font-size: 90px; } }
@media screen and (max-width: 1024px) { .header .head1 { padding: 14px 0; }
  .header .head1 .container { display: flex; justify-content: space-between; align-items: center; }
  .header .head1 .container::before, .header .head1 .container::after { display: none; }
  .header .logo { margin: 0; }
  .header .logo img { height: 45px; }
  .header .head1 .container > .fr { position: static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; margin: 0; }
  .nav { visibility: hidden; opacity: 0; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-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; -ms-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(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .nav li .down.close { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; padding-left: 40px; padding-top: 0; -webkit-transition: none !important; -moz-transition: none !important; -ms-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; }
  .header .head1 .container > .fr { margin: 0; }
  .nav li .tri { 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); -ms-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; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .search .input { width: 350px !important; height: 40px; padding: 0 8px; line-height: 40px; border: 1px solid #eee; }
  .search .submit { width: 35px; height: 40px; background-image: url(../images/j_icon1.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); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .btn { display: flex; }
  .sidebar { width: 100%; margin: .3rem 0 0; }
  .sidebar h1 { display: block; position: relative; padding: 0 .2rem; font-size: .24rem; line-height: .6rem; text-align: left; background: #a10000; }
  .sidebar h1 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url(../images/down2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
  .sidebar h1 i.down { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .lv2-nav { display: none; padding: 0 0 .5rem 0; }
  .sidebar .lv2-nav a { text-align: left; font-size: .18rem; line-height: .55rem; padding-left: .3rem; }
  .main { width: 100%; margin: .3rem 0 0; min-height:750px;}
  .index-main > .fl, .index-main > .fr { width: 100%; } }
@media screen and (max-width: 800px) { .search { left: calc(50% - 180px); }
  .search .input { width: 300px !important; }
  .index-main > .fl > .fl { width: 100%; }
  .index-main > .fl > .fr { width: 100%; margin: 20px 0 0; } 
   
}
@media screen and (max-width: 650px){.main{min-height:455px;}}
@media screen and (max-width: 768px){
.news-slick .date{bottom:1.1rem}
.copy{width:100%;text-align:center;margin-top:.1rem;}
.ewm{margin-top:.3rem;width:100%;}
}



@media screen and (max-width: 600px) { html { font-size: 80px; }
  .container { width: 92%; }
  .header .logo img { height: auto; }
  .position { text-align: center; }
  .place { float: none; width: 100%; line-height: .3rem; text-align: center; }
  .place .icon { height: .3rem; }
  .header .head1 { padding: 8px 0; } }
@media screen and (max-width: 450px) { .btn { margin-top: 7px; }
  .nav-btn { margin: 0 0 0 10px; }
  .search { left: calc(50% - 130px); }
  .search .input { width: 200px !important; }
   
 }

/*# 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: 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: #c20101; font-weight: bold; color: #fff; border-color: #c20101;}
#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; }
