@charset "utf-8";
html { font-size: 100px; }

.container { width: 85%; max-width: 1200px; margin: 0 auto; font-size: .16rem; }

#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; } }
.header { padding: 1rem 0; text-align: center; background-image: url(../images/j_bg1.png); background-repeat: no-repeat; background-position: 0% 100%; background-color: transparent; background-size: cover; }

.logo a { display: inline-block; }
.logo img { max-width: 85%; vertical-align: top; }

.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; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #111; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: left; }

.date { font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #fff; text-align: center; }

.column { margin: 0 0 .3rem; border-bottom: 1px solid #ddd; }
.column h3 { position: relative; display: inline-block; margin: 0 0 -1px; padding: .12rem 0 .12rem .14rem; font-size: 0.24rem; font-weight: 500; line-height: 0.27rem; color: #000; text-align: left; border-bottom: 3px solid #164c89; }
.column h3::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: calc(25% + 2px); right: auto; bottom: auto; left: 0; z-index: 1; width: 4px; height: 50%; background: #be0211; }

.more { font-size: 0.22rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: center; margin: .12rem 0; width: .3rem; height: .3rem; background: #d2aa69; -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; }
.more:hover { background: #164c89; border-radius: 7px; }

.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; -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; -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); -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); }

.index-news { position: relative; margin: .3rem 0 .6rem; padding: 0 0 0 .5rem; }
.index-news .overflow { overflow: hidden; }
.index-news .arrow { position: absolute; top: 40%; right: auto; bottom: auto; left: auto; z-index: 5; width: .4rem; height: .8rem; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(205, 161, 90, 0.9); background-size: auto; cursor: pointer; }
.index-news .arrow.arrow-prev { left: .2rem; background-image: url(../images/j_icon1.png); }
.index-news .arrow.arrow-next { right: .2rem; background-image: url(../images/j_icon1_2.png); }

.news-swiper { width: 78%; margin: 0 0 0 -.22rem; overflow: visible; }
.news-swiper .swiper-slide { padding: 0 .22rem; }
.news-swiper .img { padding: 62.42% 0 0; }
.news-swiper .text { position: relative; z-index: 2; width: 88.5%; margin: -.22rem 0 0 auto; padding: .1rem 0 0 .2rem; background-color: #fff; }
.news-swiper .text::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 0; height: 0; border-top: .11rem solid #be0211; border-right: .15rem solid transparent; border-bottom: .11rem solid transparent; border-left: .15rem solid #be0211; }
.news-swiper .title { font-size: .18rem; font-weight: 700; line-height: .36rem; -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; }
.news-swiper .title:hover { color: #be0211; }
.news-swiper .date { margin: .05rem 0 0; padding: 0 .1rem; line-height: .25rem; background: #164c89; border-radius: 4px; }
.news-swiper .date span { font-size: .22rem; vertical-align: top; }

.main { padding: 0 0 .5rem; background-image: url(../images/j_bg2.png); background-repeat: no-repeat; background-position: 100% 100%; background-color: transparent; background-size: auto; }
.main .part1 > .fl, .main .part2 > .fl { width: 64.16%; }
.main .part1 > .fr, .main .part2 > .fr { width: 31.66%; }
.main .part2 { margin: .15rem 0 .2rem; }
.main .part2 > .fr .column { margin: 0; }
.main .part3 .img-scale { display: block; position: relative; }
.main .part3 .img-scale:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
.main .part3 img { width: 100%; min-height: .8rem; vertical-align: top; }
.main .part3 .t { position: absolute; top: 50%; right: auto; bottom: auto; left: auto; z-index: 1; width: 100%; font-size: 0.24rem; font-weight: 700; line-height: 0.35rem; color: #be0211; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.list1 li { padding: .24rem 0; font-size: 0; border-bottom: 1px dashed #ddd; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.list1 li:last-child { border: none; }
.list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list1 .date { position: relative; display: inline-block; vertical-align: top; width: .58rem; height: .58rem; padding: .07rem 0; color: #fdf1e9; text-align: center; }
.list1 .date p { position: relative; z-index: 3; line-height: .18rem; }
.list1 .date p:first-child { font-size: .24rem; font-weight: 700; line-height: .26rem; }
.list1 .date::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; width: 100%; height: 100%; background: #326ba7; -webkit-transform: translate(0, 0) rotate(45deg); -moz-transform: translate(0, 0) rotate(45deg); -o-transform: translate(0, 0) rotate(45deg); transform: translate(0, 0) rotate(45deg); }
.list1 .date::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; width: 100%; background: #bcd6f1; -webkit-transform: translate(5px, 0) rotate(45deg); -moz-transform: translate(5px, 0) rotate(45deg); -o-transform: translate(5px, 0) rotate(45deg); transform: translate(5px, 0) rotate(45deg); }
.list1 .text { display: inline-block; vertical-align: top; width: calc(100% - .58rem); padding: 0 0 0 .23rem; }
.list1 .text .title:hover { color: #be0211; }

.list2 { font-size: 0; margin: 0 0; }
.list2 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0; }
.list2 li { padding: .3rem 0; border-bottom: 1px dashed #ddd; }
.list2 li:last-child { border: none; }
.list2 li:nth-child(odd) { padding-right: .15rem; }
.list2 li:nth-child(even) { padding-left: .15rem; }
.list2 li:nth-child(1), .list2 li:nth-child(2) { padding-top: 0; }
.list2 li:nth-last-child(1), .list2 li:nth-last-child(2) { border: none; }
.list2 .title { display: block; font-size: 0; }
.list2 .title img { width: .64rem; height: .64rem; }
.list2 .title .text { display: inline-block; vertical-align: top; padding: 0 0 0 .16rem; width: calc(100% - .64rem); font-size: .16rem; }
.list2 .title .text:hover { color: #be0211; }
.list2 .info { line-height: .3rem; }
.list2 .info span { font-weight: 700; color: #494949; }

.list3 li { font-size: 0; padding: .2rem 0; border-bottom: 1px dashed #ddd; }
.list3 .img { vertical-align: top; width: .31rem; margin: 5px 0 0; }
.list3 .info { display: inline-block; vertical-align: top; width: calc(100% - .31rem); padding: 0 0 0 .14rem; }
.list3 .info span { font-size: .16rem; font-weight: 700; color: #164c89; }
.list3 .info:hover { color: #164c89; }

.pic-list1 li { position: relative; margin: .4rem 0 0; padding: 0 0 0 .3rem; font-size: 0; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.pic-list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.pic-list1 .date { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: .6rem; padding: .05rem 0; text-align: center; background: rgba(205, 161, 90, 0.9); }
.pic-list1 .date p:first-child { font-size: .24rem; font-weight: 700; }
.pic-list1 .img-scale { display: inline-block; vertical-align: top; width: 2.5rem; }
.pic-list1 .img-scale .img { padding: 56% 0 0; }
.pic-list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.5rem); padding: .22rem 0 0 .2rem; }
.pic-list1 .text .title { margin: 0 0 5px; -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; }
.pic-list1 .text .title:hover { font-weight: 700; color: #be0211; }

.message { padding: .1rem .3rem 0; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; background: #fff; }
.message .message-swiper { height: 2rem !important; }
.message .swiper-wrapper { transition-timing-function: linear; }

.send-btn { padding: .1rem 0 0; text-align: center; }
.send-btn a { display: inline-block; vertical-align: top; padding: 0 .2rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; border-radius: 2px; -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; }
.send-btn a i { display: inline-block; vertical-align: middle; width: .18rem; height: .18rem; margin: 0 4px 2px 0; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.send-btn a.b1 { margin-right: .2rem; background: #326ba7; }
.send-btn a.b1 i { background-image: url(../images/j_icon5.png); }
.send-btn a.b2 { margin-left: .2rem; background: #164c89; }
.send-btn a.b2 i { background-image: url(../images/j_icon6.png); }
.send-btn a:hover { background-color: #be0211; }

.footer { background: #164c89; }
.footer .part1 { padding: .15rem 0; }
.footer img { max-width: 100%; vertical-align: top; }

.contact { width: 30%; padding: .15rem 0 0; }
.contact p { padding: 0 0 0 22px; background-image: url(); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.contact p{ background-image: url(../images/j_icon2.png); }
.contact p+p { background-image: url(../images/j_icon3.png); }
.contact p+p+p { background-image: url(../images/j_icon4.png); }
.contact .inline-block { display: inline-block; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }

.foot-logo { width: 40%; text-align: center; }

.QRcode { width: 30%; text-align: right; }
.QRcode .inline-block { display: inline-block; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }
.QRcode .inline-block p { margin: 5px 0 0; }

.copy { padding: .1rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; background: #0f3b6c; }

.sidebar { width: 22%; margin: .42rem 0 0; }
.sidebar li { position: relative; border-bottom: 1px solid #bcd6f1; }
.sidebar li.cur { padding: 0 0 0 .18rem; background-color: #164c89; }
.sidebar li.cur::after { display: none; }
.sidebar li.cur a { color: #fff !important; font-weight: 700; background-image: url(../images/j_icon7_2.png); }
.sidebar li::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -1px; left: auto; z-index: 1; width: 0%; height: 1px; background: #164c89; -webkit-transition: width 0.3s linear 0s; -moz-transition: width 0.3s linear 0s; -o-transition: width 0.3s linear 0s; transition: width 0.3s linear 0s; }
.sidebar li:hover::after { width: 100%; }
.sidebar li:hover a { color: #164c89; }
.sidebar a { display: block; padding: 0 0 0 18px; font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #222; text-align: left; background-image: url(../images/j_icon7.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.section { width: 72.5%; margin: .3rem 0 0; }
.section .pic-list1 li { margin: .3rem 0 0; padding-bottom: .3rem; border-bottom: 1px dashed #ddd; }
.section .pic-list1 .img { padding: 62.8% 0 0; }
.section .list1 li { padding: .32rem 0; }
.section .list2 li { padding: .3rem 0; width: 100%; border-bottom: 1px dashed #ddd; }
.section .list2 .info { display: inline-block; margin: 0 .1rem 0 0; }
.section .list2 img { vertical-align: top; }

.place { font-size: 0.14rem; font-weight: 500; line-height: 0.54rem; color: #999; text-align: left; }
.place i { display: inline-block; vertical-align: middle; width: 20px; height: 20px; margin: 0 4px 3px 0; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.place a { color: #999; }
.place a:hover { color: #164c89; }

.article { padding: .2rem .38rem; }
.article .title { font-size: 0.22rem; font-weight: 500; line-height: 0.4rem; color: #164c89; 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; }
.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; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #164c89; font-weight: 700; }
.article .cont-page a:hover { color: #164c89; -webkit-transform: translateX(2px); -moz-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: 1200px) { html { font-size: 90px; }
  .header { padding: .6rem 0; }
  .logo img { width: 5.5rem; }
  .index-news .arrow { width: .3rem; height: .55rem; background-size: 80%; } }
@media screen and (max-width: 992px) { .container { width: 92%; }
  .index-news { padding: 0 0 0 .25rem; }
  .news-swiper { margin: 0 0 0 -.1rem; }
  .news-swiper .swiper-slide { padding: 0 .1rem; }
  .news-swiper .date { display: inline-block; float: none; }
  .news-swiper .text { margin: 0; width: 100%; }
  .send-btn { display: flex; justify-content: space-evenly; }
  .send-btn a { margin: 0 !important; padding: 0 .14rem; }
  .message { padding: .1rem .2rem 0; }
  .pic-list1 .img-scale { width: 2rem; }
  .pic-list1 .text { width: calc(100% - 2rem); }
  .list1 li { padding: .15rem 0; } }
@media screen and (max-width: 768px) { html { font-size: 80px; }
  .header { padding: .3rem 0; }
  .logo img { width: 4.5rem; }
  .index-news { margin-bottom: .3rem; }
  .main .part1 > .fl, .main .part1 > .fr, .main .part2 > .fl, .main .part2 > .fr { width: 100%; margin: 0 0 .3rem; }
  .main .part2 > .fl { margin: 0; }
  .list1 li { padding: .2rem 0; }
  .list2 li { width: 100%; padding: .15rem 0 !important; }
  .QRcode, .foot-logo { width: 50%; text-align: center; }
  .contact { width: 100%; margin: .15rem 0 0; text-align: center; }
  .column { margin: 0 0 .2rem; }
  .sidebar { display: flex; justify-content: space-between; width: 100%; font-size: 0; }
  .sidebar li { display: inline-block; width: 22%; }
  .sidebar a { line-height: .5rem; }
  .section { width: 100%; }
  .article { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 520px) { .sidebar { flex-wrap: wrap; }
  .sidebar li { width: 48%; }
  .section .column { text-align: center; }
  .place { float: none; text-align: center; } }
@media screen and (max-width: 468px) { .pic-list1 li { padding: 0; }
  .pic-list1 .img-scale { width: 100%; }
  .pic-list1 .text { width: 100%; padding: .15rem 0 0; } }

/*# sourceMappingURL=style.css.map */
#list-page {font-family: Arial; text-align: center; margin: .25rem 0 .3rem !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; }