@charset "UTF-8";
/* base */
.container { width: 1170px !important; }

.text-overflow { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.box-shadow, #newsPage .m-gallery { box-shadow: 1px 1px 6px 1px lightgrey; }

ul { padding-left: 0; list-style: none; }

body { color: #666; font-family: PingFangMedium; font-size: 14px; background: #fff; background-image: url("../img/bg.png"); background-repeat: no-repeat; }

a { color: #666; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.ui-hd { line-height: auto; display: block; height: 40px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; overflow: hidden; }
.ui-hd .hd-name { float: left; font-size: 18px; cursor: pointer; }
.ui-hd .hd-name .name-cn { margin-right: 10px; }
.ui-hd .hd-name .name-en { font-size: 14px; }

.ui-preTri { position: relative; padding-left: 12px; }
.ui-preTri::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border: 5px solid transparent; border-left-color: #999; }

.ui-preDot { position: relative; padding-left: 12px; }
.ui-preDot::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border: 2px solid #31B3C1; }

.no-pointer { cursor: initial !important; }

.list { list-style: none; }
.list li { height: 33px; line-height: 33px; position: relative; padding-right: 80px; }
.list li a { display: block; font-size: 14px; }
.list li .time { position: absolute; top: 0; right: 0; }

.g-bd { margin: 30px auto; }

.g-sd { float: right; background: #fff; width: 20%; min-height: 330px; border-radius: 5px; box-shadow: 1px 1px 6px 1px lightgrey; }

.g-mn { float: left; width: 78%; height: 735px; border-radius: 5px; background: #fff; padding: 0 30px; box-sizing: border-box; box-shadow: 1px 1px 6px 1px lightgrey; }

.local_box li { display: inline-block; }

a { color: #666; text-decoration: none !important; }
a:hover { color: red !important; }

.s-bgc { background: #31b3c1; }

.s-fc, a.s-fc:hover { color: #31b3c1; }

a.s-fc:hover { color: red; }

/* header */
.g-hd { height: 150px; }
.g-hd .container { position: relative; }
.g-hd .m-links { position: absolute; top: 10px; right: 10px; }
.g-hd .m-links span { font-size: 24px; margin: 0 10px; }
.g-hd .m-links a { font-size: 24px; }
.g-hd .m-logo { position: absolute; top: 18px; }
.g-hd .m-search { position: absolute; top: 85px; right: 0; width: 224px; height: 36px; overflow: hidden; background: url("../img/searchBg.png"); }
.g-hd .m-search .search_btn { float: right; width: 42px; height: 36px; background: none; border: 0; outline: none; }
.g-hd .m-search .search_text { width: 182px; height: 36px; outline: none; padding: 0 5px; border: 0; }

.g-nav .sub a { color: #666; }

.g-nav { height: 112px; line-height: 112px; background: #fff; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }
.g-nav a { font-size: 18px; display: block; }
.g-nav ul { list-style: none; }
.g-nav ul li { text-align: center; }
.g-nav ul { padding: 0 20px; position: relative; z-index: 2; }
.g-nav ul .nLi { float: left; width: 140px; position: relative; }
.g-nav ul .nLi:nth-child(1) h3 { background-image: url("../img/link1.png"); }
.g-nav ul .nLi:nth-child(2) h3 { background-image: url("../img/link2.png"); }
.g-nav ul .nLi:nth-child(3) h3 { background-image: url("../img/link3.png"); }
.g-nav ul .nLi:nth-child(4) h3 { background-image: url("../img/link4.png"); }
.g-nav ul .nLi:nth-child(5) h3 { background-image: url("../img/link5.png"); }
.g-nav ul .nLi:nth-child(6) h3 { background-image: url("../img/link6.png"); }
.g-nav ul .nLi:nth-child(7) h3 { background-image: url("../img/link7.png"); }
.g-nav ul .nLi:nth-child(8) h3 { background-image: url("../img/link8.png"); }
.g-nav ul .nLi h3 { display: block; margin: 0; width: 145px; height: 112px; background-repeat: no-repeat; background-position: center 20px; }
.g-nav ul .nLi h3 a { height: 117px; padding-top: 70px; display: block; font-size: 18px; text-align: center; border-top: 5px solid transparent; margin-top: -5px; }
.g-nav ul .sub { display: none; text-align: center; width: 100%; left: 0; top: 112px; height: auto; position: absolute; background: #fff; line-height: 35px;
 padding: 0; box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.3); border-radius: 0 0 5px 5px; }
.g-nav ul .sub li { zoom: 1; }
.g-nav ul .sub li:nth-child(1) { margin-top: 10px; }
.g-nav ul .sub li:nth-last-child(1) { margin-bottom: 10px; }
.g-nav ul .sub a { display: block; font-size: 16px; padding: 0 10px; }
.g-nav ul .sub a:hover { background: rgba(0, 0, 0, 0.5); color: #fff !important; }
.g-nav ul .nLi.on h3 a { color: red; border-color: #00a1ea; }

/* footer */
.g-ft { background: #31b3c1; color: #fff; padding: 15px 0; }
.g-ft .blue { float: right; }
.g-ft span { margin: 0 5px; }

/* home page */
#homePage .swiper-container { width: 100%; }
#homePage .swiper-container .swiper-wrapper .swiper-slide { position: relative; width: 100%; height: 100%; }
#homePage .swiper-container .swiper-wrapper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
#homePage .swiper-container .swiper-wrapper .swiper-slide .slide-title { position: absolute; line-height: 40px; padding: 0 140px 0 20px; left: 0; right: 0; bottom: 0; color: #fff; background: rgba(0, 0, 0, 0.5); }
#homePage .swiper-container .swiper-wrapper .swiper-slide .slide-title a { display: block; margin: 0; color: #fff; font-size: 16px; }
#homePage .swiper-container .swiper-pagination { width: auto !important; left: auto; line-height: 40px; bottom: 0; right: 20px !important; }
#homePage .swiper-container .swiper-pagination-bullet { background: #fff; opacity: 1; width: 12px; height: 12px; }
#homePage .swiper-container .swiper-pagination-bullet-active { border-radius: 10px; width: 30px; }
#homePage .box1, #homePage .box2 { padding: 0 15px; overflow: hidden; }
#homePage .box1.container { padding: 0; background: #fff; }
#homePage .box1 .swiper-container { float: left; height: 425px; overflow: hidden; }
#homePage .box2 { height: 385px; margin-bottom: 20px; }
#homePage .box2.container { padding: 0; background: #fff; margin-bottom: 20px; }
#homePage .box2 .m-box2-1 { float: left; width: 450px; background: #fff; }
#homePage .box2 .m-box2-1 .swiper-container { float: left; height: 320px; width: 440px; }
#homePage .box2 .m-box2-1 .hasDescList li { height: 90px; overflow: hidden; background: #f8f8f8; }
#homePage .box2 .m-box2-1 .hasDescList li + li { margin-top: 15px; }
#homePage .box2 .m-box2-1 .hasDescList li .pic { float: left; width: 120px; height: 100%; margin-right: 20px; }
#homePage .box2 .m-box2-1 .hasDescList li .pic img { width: 100%; height: 100%; object-fit: cover; }
#homePage .box2 .m-box2-1 .hasDescList li .title { position: relative; display: block; font-size: 16px; color: #333333; padding-left: 1rem; margin-top: 8px; }
#homePage .box2 .m-box2-1 .hasDescList li .desc { height: 40px; text-indent: 1rem; overflow: hidden; line-height: 1.5; margin: 0; margin-top: 10px; color: #666666; }
#homePage .box2 .m-box2-1 .hd { background: url("../img/xinwenBg.png") no-repeat; padding-left: 30px; }
#homePage .box2 .m-box2-2, #homePage .box2 .m-box2-3 { float: left; }
#homePage .box2 .m-box2-2 { width: 420px; padding-left: 15px; }
#homePage .box2 .m-box2-2 .hd { position: relative; border-bottom: 1px solid #ececec; }
#homePage .box2 .m-box2-2 .hd .hd-name { position: absolute; bottom: 0; border-bottom: 3px solid #31b3c1; }
#homePage .box2 .m-box2-2 .hd .hd-name .name-cn { padding: 5px 10px; }
#homePage .box2 .m-box2-3 { width: 300px; background: url("../img/ksdhBG.png") no-repeat 16px; height: 390px; position: relative; }
#homePage .box2 .m-box2-3 a { position: absolute; }
#homePage .box2 .m-box2-3 .link-1 { top: 81px; left: 38px; width: 58px; padding-top: 50px; }
#homePage .box2 .m-box2-3 .link-2 { top: 81px; left: 128px; width: 58px; padding-top: 50px; }
#homePage .box2 .m-box2-3 .link-3 { top: 81px; left: 218px; width: 58px; padding-top: 50px; }
#homePage .box2 .m-box2-3 .link-4 { left: 38px; top: 162px; width: 58px; padding-top: 50px; }
#homePage .box2 .m-box2-3 .link-5 { left: 128px; top: 162px; width: 58px; padding-top: 50px; }
#homePage .box2 .m-box2-3 .link-6 { left: 218px; top: 162px; width: 58px; padding-top: 50px; }
#homePage .box2 .m-box2-3 .link-7 { width: 205px; height: 43px; line-height: 43px; text-align: center; top: 257px; left: 60px; color: #fff; }
#homePage .box2 .m-box2-3 .link-8 { width: 205px; height: 43px; line-height: 43px; text-align: center; top: 321px; left: 60px; color: #fff; }

/* list page */
#listPage .g-sd .main-column { font-size: 24px; color: #fff; text-align: center; line-height: 65px; border-radius: 5px 5px 0 0; background-position: center;
 background-image: url(../img/bg.png); background-position: top; }
#listPage .g-sd .column-list { padding-top: 20px; }
#listPage .g-sd .column-list li { margin-bottom: 1px; }
#listPage .g-sd .column-list .cur { background-color: #959595; color: #ffff !important; }
#listPage .g-sd .column-list .cur + ul { display: block !important; }
#listPage .g-sd .column-list ul.ac { display: block; }
#listPage .g-sd .column-list > li > a.ac { background-color: #959595; color: #fff; }
#listPage .g-sd .column-list > li > a.ac + ul { display: block; }
#listPage .g-sd .column-list > li > a:hover { background-color: #959595; color: #fff !important; }
#listPage .g-sd .column-list > li a { text-align: center; line-height: 36px; font-size: 15px; display: block; }
#listPage .g-sd .column-list .sub-list { display: none; }
#listPage .g-sd .column-list .sub-list .ac { color: #00a1ea; }
#listPage .g-sd .column-list .sub-list .ac :before { border-color: #00a1ea; }
#listPage .g-sd .column-list .sub-list li a { padding-left: 45px; position: relative; }
#listPage .g-sd .column-list .sub-list li a::before { content: ""; background: #666; border: 3px solid #ccc; border-radius: 50%; position: absolute; left: 30px; top: 50%; margin-top: -3px; }
#listPage .g-sd .column-list .sub-list li a:hover { color: #00a1ea; }
#listPage .g-sd .column-list .sub-list li a:hover::before { border-color: #00a1ea; }
#listPage .g-mn .address { position: relative; height: 65px; border-bottom: 1px solid lightgray; }
#listPage .g-mn .address-left { position: absolute; left: 0; bottom: -1px; font-size: 18px; line-height: 36px; border-bottom: 2px solid #00a1ea; }
#listPage .g-mn .address-right { position: absolute; right: 0; color: #666; bottom: 0; }
#listPage .g-mn .address-right a { line-height: 26px; color: #666; }
#listPage .g-mn .list { list-style: none; min-height: 620px; padding: 10px 0; box-sizing: border-box; }
#listPage .g-mn .list li { position: relative; height: 40px; line-height: 40px; }
#listPage .g-mn .list li a { position: absolute; width: 90%; font-size: 15px; overflow: hidden; }
#listPage .g-mn .list li .time { position: absolute; right: 0; top: 0; }
#listPage .g-mn .fy { margin-bottom: 20px; float: right; }
#listPage .g-mn .fy span { margin-left: 10px; }

/* news page */
#newsPage .g-mn { position: relative; width: 100%; height: auto; }
#newsPage .main-top { height: 30px; line-height: 30px; position: absolute; top: -30px; right: 20px; color: #666; }
#newsPage .main-top a { color: #666; }
#newsPage .main-top a:hover { color: #c50001; }
#newsPage .main-cnt { margin: 0 3rem; }
#newsPage .main-cnt .cnt-hd { position: relative; border-bottom: 1px solid lightgray; margin-bottom: 20px; }
#newsPage .main-cnt .cnt-hd .title { font-size: 24px; font-family: "榛戜綋"; margin: auto; line-height: 32px; text-align: center; line-height: 90px; }
#newsPage .main-cnt .cnt-hd .subtitle { font-size: 22px; }
#newsPage .main-cnt .cnt-hd .time { text-align: center; margin: auto; font-size: 14px; height: 30px; font-size: 13px; color: gray; }
#newsPage .main-cnt .cnt-hd .fx { position: absolute; right: 17px; bottom: 5px; }
#newsPage .main-cnt .cnt-content { font-size: 16px; min-height: 340px; }
#newsPage .main-cnt .cnt-content blockquote { border-left: 0; }
#newsPage .main-cnt .cnt-content img { max-width: 800px; }
#newsPage .main-cnt .cnt-ft { text-align: center; font-size: 15px; line-height: 50px; }
#newsPage .main-cnt .cnt-ft a { color: #666; }
#newsPage .main-cnt .cnt-ft a:hover { color: #c50001; }
#newsPage .main-cnt .xgxx .xgxx-hd { border-bottom: 1px solid lightgray; height: 30px; color: #c50001; font-size: 16px; position: relative; }
#newsPage .main-cnt .xgxx .xgxx-hd span { position: absolute; bottom: -1px; border-bottom: 1px solid #c50001; padding: 0 10px 0 10px; }
#newsPage .main-cnt .xgxx .xgxx-list { font-size: 14px; line-height: 24px; list-style-type: disc; list-style-position: inside; padding: 10px 0 20px 0; color: #6a6a6a; }
#newsPage .main-cnt .xgxx .xgxx-list li { position: relative; height: 30px; line-height: 30px; border-bottom: 1px dashed #ccc; }
#newsPage .main-cnt .xgxx .xgxx-list li:hover { color: #c50001; }
#newsPage .main-cnt .xgxx .xgxx-list li a { position: absolute; width: 90%; overflow: hidden; }
#newsPage .main-cnt .xgxx .xgxx-list li .time { position: absolute; right: 0; top: 0; }
#newsPage .m-gallery { width: 800px; height: 800px; margin: auto; margin-bottom: 20px; padding: 20px; background: #fff; border-radius: 5px; }
#newsPage .swiper-slide { background-size: cover; background-position: center; }
#newsPage .swiper-slide .pic_text { position: absolute; background: rgba(0, 0, 0, 0.5); color: #fff; bottom: 0; left: 0; right: 0; word-break: break-word; line-height: 2; padding: 10px; }
#newsPage .swiper-slide .pic_text p { margin: 0; }
#newsPage .swiper-slide .pic_text .pic_note { font-size: 14px; text-indent: 2em; }
#newsPage .gallery-top { height: 80%; width: 100%; }
#newsPage .gallery-thumbs { height: 20%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 0; }
#newsPage .gallery-thumbs .swiper-slide { height: 100%; opacity: 0.4; }
#newsPage .gallery-thumbs .swiper-slide-thumb-active { opacity: 1; }
#newsPage .swiper-scrollbar-drag { background: rgba(255, 255, 255, 0.8); }

/* search page */
#searchPage .g-mn { width: 100%; }
#searchPage .g-mn .m-top { position: relative; height: 65px; border-bottom: 1px solid lightgray; }
#searchPage .g-mn .m-top .search-result { position: absolute; left: 0; bottom: -1px; font-size: 18px; line-height: 36px; border-bottom: 2px solid #00a1ea; }
#searchPage .g-mn .m-top .search-keyword { position: absolute; right: 0; color: #666; bottom: 0; }
#searchPage .g-mn .m-top .search-keyword a { line-height: 26px; color: #666; }
#searchPage .g-mn .keyword { color: #cc0033; }
#searchPage .g-mn .use-time { color: #cc0033; }
#searchPage .g-mn .m-list { list-style: none; min-height: 620px; padding: 10px 0; box-sizing: border-box; }
#searchPage .g-mn .m-list li { border-bottom: 1px solid #DCDCDC; padding: 10px 0; height: 120px; line-height: 1.8; }
#searchPage .g-mn .m-list .item-title { color: #333; font-size: 16px; }
#searchPage .g-mn .m-list .item-content { text-indent: 2em; }
#searchPage .g-mn .m-list .item-time { text-indent: 2em; }
#searchPage .g-mn .m-fy { text-align: right; }
