@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
/* 悬停图片放大 IE9+*/
.img-scale { display: block; overflow: hidden; position: relative; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.img-scale .img-frame { position: relative; 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: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { -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); }

html, body { font-size: 100px; min-width: 1400px; }

.container { width: 1400px; margin: 0 auto; font-size: .16rem; }

/* 顶部 */
.header.fixed .head-layer2 { -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
.header.fixed .head-layer2 .logo { margin: 6px 0 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.header.fixed .head-layer2 .logo img { width: auto; height: 55px; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.header.fixed .head-layer2 .nav li > a { line-height: .68rem; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.head-layer1 { width: 100%; position: fixed; top: 0; right: auto; bottom: auto; left: auto; z-index: 98; background: #298cd1; vertical-align: top; }
.head-layer1 .top-link { display: inline-block; *display: inline; *zoom: 1; }
.head-layer1 .top-link a { padding: 0 .12rem; font-size: 0.14rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; border-right: 1px solid #fff; }
.head-layer1 .top-link a:last-child { border: none; }
.search { margin: .05rem 0 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.search .input { width: 0rem; height: .3rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; vertical-align: top; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; background: #fff; }
.search .submit { height: .3rem; padding: 0 0 0 .23rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; background-image: url("../images/search.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.search:hover .input { width: 1.8rem; padding: 0 5px; }

.head-layer2 { width: 100%; position: fixed; top: 0.4rem; right: auto; bottom: auto; left: auto; z-index: 98; background: #fff; -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }

.logo { margin: 18px 0 0; }
.logo img { width: 100%; height: 65px; }

.nav li { float: left; padding: 0 4px; position: relative; }
.nav li a { display: block; padding: 0 7px; white-space: nowrap; font-size: 0.18rem; font-weight: 500; line-height: 1rem; color: #333; text-align: center; }
.nav li dl { min-width: 120%; position: absolute; top: 100%; right: auto; bottom: auto; left: 4px; z-index: 1; visibility: hidden; }
.nav li dl dd { -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; opacity: 0; visibility: hidden; -webkit-transform: rotateY(70deg); -moz-transform: rotateY(70deg); -o-transform: rotateY(70deg); transform: rotateY(70deg); -webkit-transform-origin: 0; -moz-transform-origin: 0; -o-transform-origin: 0; transform-origin: 0; }
.nav li dl dd:nth-child(1) { transition-delay: 0.06s; }
.nav li dl dd:nth-child(2) { transition-delay: 0.12s; }
.nav li dl dd:nth-child(3) { transition-delay: 0.18s; }
.nav li dl dd:nth-child(4) { transition-delay: 0.24s; }
.nav li dl dd:nth-child(5) { transition-delay: 0.3s; }
.nav li dl dd:nth-child(6) { transition-delay: 0.36s; }
.nav li dl dd:nth-child(7) { transition-delay: 0.42s; }
.nav li dl dd:nth-child(8) { transition-delay: 0.48s; }
.nav li dl dd:nth-child(9) { transition-delay: 0.54s; }
.nav li dl dd:nth-child(10) { transition-delay: 0.6s; }
.nav li dl a { width: 100%; color: #fff; background: #298cd1; padding: .08rem 0.25rem .08rem .15rem; font-size: .15rem; line-height: .18rem; text-align: left; margin-bottom: 1px; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.nav li dl a:hover { background: #1972b1; }
.nav li:hover > a { color: #fff; background: #298cd1; }
.nav li:hover dl { visibility: visible; }
.nav li:hover dl dd { visibility: visible; opacity: 1; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }
.nav li:last-child { padding-right: 0; }
.nav li:last-child dl { left: auto; right: 0; }
.nav li:last-child dl dd { -ms-transform-origin: right; transform-origin: right; }
.nav li .second-icon { display: none; position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .6rem; height: .6rem; background-image: url("../images/jiantou2_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 50%; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

/* 首页 */
.more { font-size: 0.14rem; font-weight: 500; line-height: 0.65rem; color: #666; text-align: left; }

.column { position: relative; margin: .22rem 0 .3rem; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }
.column .more:hover { color: #298cd1; }
.column h3 { display: inline-block; *display: inline; *zoom: 1; padding: 0 32px; font-size: 0.3rem; font-weight: 500; line-height: 0.64rem; color: #000; text-align: left; position: relative; border-bottom: 1px solid #ddd; }
.column h3::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: -3px; left: calc(50% - 12px); z-index: 1; width: 24px; height: 6px; background: #1972b1; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.65rem; color: #000; text-align: left; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.65rem; color: #999; text-align: left; }

.info { font-size: 14px; font-weight: 500; line-height: 0.24rem; color: #666; text-align: left; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.list1 li { margin-top: 25px; padding: 0 0 20px; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.list1 li .title { line-height: .18rem; }
.list1 li .date { line-height: .42rem; }
.list1 li:first-child { margin: 0; }
.list1 li:hover .title { color: #298cd1; }
.list1 li:hover .date { color: #298cd1; }

.spirit { background-image: url("../images/spirit.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.xwgg { width: 70.71%; }
.xwgg .news-slick1 { width: 60.606%; }
.xwgg .list1 { width: 36.3636%; }

.news-slick1 { width: 39.3%; font-size: 0; }
.news-slick1 .img-scale { height: 4rem; }
.news-slick1 .title { margin: 5px 0 0; font-size: 22px; text-align: center; }
.news-slick1 .slick-dots { width: 100%; margin: 5px 0 10px; text-align: center; }
.news-slick1 .slick-dots li { display: inline-block; *display: inline; *zoom: 1; }
.news-slick1 .slick-dots li button { width: 10px; height: 10px; margin: 0 4px; background: #ccc; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.news-slick1 .slick-dots li.slick-active button { background: #298cd1; }

.news-slick2 { margin: -6px -13px 0; font-size: 0; }
.news-slick2 .slick-list { padding: 6px 0; }
.news-slick2 .slick-slide { padding: 0 13px; }
.news-slick2 .img-scale { background: #efefef; box-shadow: 0 0 6px 0 #ccc; }
.news-slick2 .img-scale:hover .title { color: #1972b1;  }
.news-slick2 .img-scale .img-frame { height: 0; padding: 66.6666% 0 0; background: #fff; border: 1px solid #efefef; }
.news-slick2 .img-scale .img-frame img { object-fit: contain; }
.news-slick2 .text { position: relative; padding: 15px 24px; }
.news-slick2 .text .title { line-height: 34px; height: 68px; text-align: center; }
.news-slick2 .text .date { line-height: 34px; color: #1972b1; }
.news-slick2 .slick-dots { width: 100%; margin: 28px 0 30px; text-align: center; }
.news-slick2 .slick-dots li { display: inline-block; *display: inline; *zoom: 1; }
.news-slick2 .slick-dots li button { width: 10px; height: 10px; margin: 0 4px; background: #ccc; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.news-slick2 .slick-dots li.slick-active button { background: #298cd1; }
.news-slick2 .slick-arrow { position: absolute; top: 40%; right: auto; bottom: auto; left: auto; z-index: 1; width: 40px; height: 40px; background-image: url("../images/jiantou.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; box-shadow: 0 0 8px 0 #ccc; border-radius: 50%; }
.news-slick2 .slick-arrow.slick-prev { left: -50px; }
.news-slick2 .slick-arrow.slick-next { right: -50px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.kjtd { width: 25.71%; }
.kjtd li:first-child a { margin: 0; }
.kjtd a { position: relative; display: block; width: 100%; padding: 0 0 0 100px; margin: 25px 0 0; font-size: 16px; font-weight: 500; line-height: 58px; color: #000; text-align: left; border: 1px solid #e7e7e7; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.kjtd a .spirit { position: absolute; top: 9px; right: auto; bottom: auto; left: 45px; z-index: 1; width: 40px; height: 40px; }
.kjtd a .spirit.i1 { background-position: 0 0px; }
.kjtd a .spirit.i2 { background-position: 0 -40px; }
.kjtd a .spirit.i3 { background-position: 0 -80px; }
.kjtd a .spirit.i4 { background-position: 0 -120px; }
.kjtd a .spirit.i5 { background-position: 0 -160px; }
.kjtd a:hover { color: #fff; font-weight: 700; border-color: #1972b1; background: #1972b1; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }
.kjtd a:hover .spirit { -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.kjtd a:hover .spirit.i1 { background-position: -40px 0px; }
.kjtd a:hover .spirit.i2 { background-position: -40px -40px; }
.kjtd a:hover .spirit.i3 { background-position: -40px -80px; }
.kjtd a:hover .spirit.i4 { background-position: -40px -120px; }
.kjtd a:hover .spirit.i5 { background-position: -40px -160px; }

.gzzd, .aqgl { width: 48.214%; }
.gzzd .column, .aqgl .column { margin-bottom: 10px; }

.sypt .column { text-align: center; }
.sypt .news-slick2 .title { height: 68px; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
.sypt .news-slick2 .date { position: absolute; top: auto; right: 24px; bottom: 15px; left: auto; z-index: 1; background: #efefef; box-shadow: -20px 0 10px 0 #efefef; }

.sysb { padding: 0 0 20px; }
.sysb .column { text-align: center; }

/* 底部 */
.footer { background: #1972b1; }
.footer .container { padding: 15px 0 5px; }

.copy { padding: 10px 0; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; background: #10629b; }

.yqlj { width: 25%; margin: 22px 0 0; }
.yqlj h6 { margin: 0 0 .15rem; padding-left: 7px; font-size: 0.16rem; font-weight: 700; line-height: 0.18rem; color: #fff; text-align: left; border-left: 2px solid #fff; }
.yqlj ul { font-size: 0; }
.yqlj ul li a { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #d0d1d2; text-align: left; }
.yqlj ul li a:hover { color: #fff; }
.yqlj ul li:nth-child(2n) { margin-right: 0; }

.contact { width: 50%; margin: 15px 0 0; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }
.contact .foot-logo { display: block; margin: 0 auto 18px; }

.ewm { width: 25%; text-align: right; }
.ewm .QR-code { display: inline-block; *display: inline; *zoom: 1; }
.ewm img { width: 106px; height: auto; }
.ewm p { margin: 4px 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.38rem; color: #fff; text-align: center; }

/* 列表页 */
.sidebar { position: relative; z-index: 5; width: 17%; margin: 40px 0 0; }

.column-name { padding: .3rem 0; font-size: 0.28rem; font-weight: 700; line-height: 0.35rem; color: #333; text-align: center; background: #efefef; border-radius: 2px; }

.cur-column { display: inline-block; *display: inline; *zoom: 1; margin: 60px 0 0; padding: 4px 0 0 .12rem; font-size: 0.28rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: left; writing-mode: vertical-rl; writing-mode: tb-rl; letter-spacing: 3px; border-left: 1px solid #298cd1; border-bottom: 3px solid #298cd1; }
.cur-column::after { display: block; content: ""; box-sizing: border-box; display: inline-block; width: 0; height: 0; margin: 5px 0 0; border-top: 5px solid #fff; border-right: 5px solid #fff; border-bottom: 5px solid #298cd1; border-left: 5px solid #fff; }

.main-box { width: 79%; min-height: 620px; margin: 30px 0 40px; }

.position { margin: 0 0 10px; border-bottom: 1px solid #e0e0e0; }

.second-column li { float: left; padding: 0 15px; }
.second-column li a { display: block; margin: 0 0 -1px; font-size: 0.18rem; font-weight: 500; line-height: 0.5rem; color: #000; text-align: left; position: relative; border-bottom: 1px solid transparent; }
.second-column li a.cur { color: #1972b1; font-weight: 700; border-color: #1972b1; }
.second-column li a.cur::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 100%; right: calc(50% - 6px); bottom: auto; left: auto; z-index: 1; width: 0; height: 0; border-top: 6px solid #298cd1; border-right: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid transparent; }
.second-column li a:hover { color: #1972b1; border-color: #1972b1; }

.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: #298cd1; }

.gzzd .list2 li:last-child, .aqgl .list2 li:last-child { border-bottom: 0; }

.list2 li { border-bottom: 1px dashed #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.list2 li .title { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: calc(100% - 1rem); }
.list2 li .title::before { display: inline-block; *display: inline; *zoom: 1; content: ""; width: 8px; height: 8px; margin: 0 10px 1px 0; background: #298cd1; border-radius: 50%; }
.list2 li .date { float: right; }
.list2 li:hover .title { color: #298cd1; }
.list2 li:hover { transform: translateX(4px); -ms-transform: -translateX(4px); }

.pic-list1 { font-size: 0; margin: 0 -20px; }
.pic-list1 li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.33%; padding: 0 20px; margin: 30px 0 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.pic-list1 .img-scale { background: #efefef; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;  box-shadow: 0 0 6px 0 #ccc; }
.pic-list1 .img-scale .img-frame { height: 0; padding: 66.6666% 0 0; border: 1px solid #efefef; background: #fff; }
.pic-list1 .img-scale .img-frame img { object-fit: contain; }
.pic-list1 .img-scale:hover { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35); }
.pic-list1 .img-scale:hover .title { color: #1972b1; }
.pic-list1 .text { position: relative; padding: 10px 20px 16px; }
.pic-list1 .title { line-height: 40px; }
.pic-list1 .date { line-height: 20px; margin: 0 0 10px; color: #1972b1; }
.pic-list1 .info { height:48px; } 

.article .title { margin: .36rem 0 .2rem; font-size: 0.26rem; font-weight: 500; line-height: 0.35rem; color: #000; text-align: center; }
.article .sub { padding: .1rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.25rem; color: #777; text-align: center; background: #f2f2f2; border-radius: 2px; }
.article .content { padding: 30px 0 8px; font-size: 0.16rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content table { max-width: 100%; margin: .2rem auto; }
.article .content table p { line-height: 150%; 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 .cont-page { border-top: 1px solid #ddd; padding: .2rem 0 0; }
.article .cont-page a { padding: .1rem 0; display: block; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #666; text-align: left; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
.article .cont-page a span { font-weight: 700; color: #1972b1; }
.article .cont-page a:hover { color: #298cd1; padding-left: 10px; background: #f6f6f6; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

.article.about .title { margin-bottom: 0; font-size: .28rem; }

#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 8px 10px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #1972b1; font-weight: bold; color: #fff; border-color: #1972b1;}
#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: 30px; line-height: 30px; vertical-align: bottom; }