* { margin: 0; padding: 0; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;  background: #fff;}

body {background: #fff;color: #444;  margin: 0 auto; font-size: 12px; line-height: 1.25em; font-family: 'microsoft yahei', Helvetica,arial;-webkit-text-size-adjust: none;overflow-x: hidden; }

ol, ul, li { list-style: none; }

img { border: none; vertical-align: top; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s; }

a { color: #444; text-decoration: none; outline: none; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s; }

a:hover{color: #06458b;}

button, input, select, textarea { font-size: 100%; font-family: 'microsoft yahei', Helvetica,arial;margin: 0; outline: 0 none; vertical-align: baseline; *vertical-align: middle; }

input { outline: none; border-radius: 0; font-family: 'microsoft yahei', Helvetica,arial;appearance:none;-moz-appearance:none;-webkit-appearance:none;}

input:focus, textarea:focus { outline: none; }

input:focus { -webkit-tap-highlight-color: transparent; -webkit-user-modify: read-write-plaintext-only; }

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }

textarea { -webkit-appearance: none; }

/*select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background: #fff;}
*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s; }

.clearfix:before, .clearfix:after { content: ''; display: table; }

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

.none { display: none; }

em, i, span, b {  font-style: normal; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
 
.ov_hide{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
input::-moz-placeholder{color: #b2bbc4;  }
input:-moz-placeholder{color: #b2bbc4;   }
input:-ms-input-placeholder{color: #b2bbc4;   }
.fl{float: left;}
.fr{float: right;}
.w_1370{max-width: 1370px;width: 96%;margin: auto;position: relative;}


/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.TXTovehid-four{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.TXTovehid-five{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.TXTovehid-six{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}


.menuLine{display: none;width: 25px;float: right;margin-left: 20px;margin-top: 30px;}
.menuLine span{display: block;width: 100%;height: 2px;background: #0c4f9f;border-radius: 2px;animation: navBtn 2s infinite ease;}
.menuLine span:nth-child(2){margin: 6px 0;animation-delay: 0.5s;}
.menuLine span:nth-child(3){animation-delay: 1.0s;}
@keyframes navBtn{
  50%{width: 60%;}
  100%{width: 100%;}
}

.logo{margin-top: 10px;display: block;}
.logo img{height: 60px;}
.sear_ico{cursor: pointer;float: right;color: #0b7fba; font-size: 18px !important;margin-top: 34px; margin-left: 86px;}
.nav-box .nav > li{position: relative;float: left;margin: 0 28px;line-height: 80px;}
.nav-box .nav > li:first-child{margin-left: 0;}
.nav-box .nav > li:last-child{margin-right: 0;}
.nav-box .nav > li > a{position: relative;display: block;font-size: 18px;}
.nav-box .nav > li > a:after{content: "";position: absolute;left: 0;bottom: 20px;width: 100%;height: 2px;background-color: #08588b;transform: scaleX(0);transition: 0.3s;}
.nav-box .nav > li.on > a{color: #000;}
.nav-box .nav > li.on > a:after,.nav-box .nav > li:hover > a:after{transform: scaleX(1);}
.nav-box .nav-2nd{display: none;z-index: 1;position: absolute;left: 50%;top: 80px;width: 100%;min-width: 120px;padding: 8px 0;background-color:#fff;border-radius: 5px;transform: translateX(-50%);}
.nav-box .nav-2nd > li{}
.nav-box .nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center;color: #333;}
.nav-box .nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #333;transition: 0.3s;}
.nav-box .nav-2nd > li > a:hover{background-color: #f5f5f5;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}

.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%;background:rgba(0,0,0,0.5);visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.cd-popup-container1 { top: 10%; }
.close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.is-visible .cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.sear_p{float: left;border:1px solid #ccc;margin: 20px 0 0 10px;width: 145px;}
.sear_txt{float: left;width: 80%;height: 50px;font-size: 16px;line-height: 50px;font-family: 'microsoft yahei';border: none;background: none;color: #666;text-indent: 15px;}
.sear_btn{float: right;background: url('../images/index_ico1.png') center center no-repeat;text-indent: 999px;overflow: hidden;-webkit-background-size: 25px;background-size: 25px;width: 50px;height: 50px;border:none;cursor: pointer;}
.close_btn:after, .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.search_wrap{border:1px solid #ccc;border-radius: 25px}

.index_title{font-size: 26px;color: #333;text-align: center;line-height: 40px;}
.index_title p{color: #999;font-size: 19px;}
.index_title em{font-size: 16px;color: #999;line-height: 26px;display: block;margin-top: 5px;}
.bg_gray{background: #f4f4f4;}
.bgwhite{background: #fff;}
.banner{position: relative;overflow: hidden;}
.banner a{display: block;height: calc(100vh - 80px);background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.ban_pag{position: absolute;width: 100%;text-align: center;bottom: 40px !important;z-index: 2;}
.ban_pag span{position: relative;background: #fff;opacity: 1;filter: alpha(opacity=100);width: 10px;height: 10px;margin: 0 12px !important;}
.ban_pag span.swiper-pagination-bullet-active:after{border:1px solid #fff;content: '';left: -5px;width: 18px;height: 18px;-webkit-border-radius: 50%;border-radius: 50%;position: absolute;top: -5px;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s; }
.idx_one_ul{padding-top: 32px;}
.index_one{padding: 63px 0 60px;}
.idx_one_ul li{margin-bottom: 7px;float: left;height: 227px;width: 49.6%;-webkit-box-shadow: 0 0 5px #eee;box-shadow: 0 0 5px #eee;background: #fff;box-sizing: border-box;padding: 0 20px;}
.idx_one_ul li:first-child{width: 49.6%;height: 460px;margin-right: 0.8%;}
.idx_one_ul li a{position: relative;display: block;height: 100%;}
.idx_one_ul li a span{display: block;}
.idx_one_ul li a span.img{margin: 28.5px 15px 0 25px;background-repeat: no-repeat;-webkit-background-size: contain;background-size: contain;background-position: center;}
.idx_one_ul li a span.tit{padding-top: 60px;font-size: 22px;color: #333;line-height: 30px;}
.idx_one_ul li a span.txt{padding-top: 10px;font-size: 16px;color: #666666;line-height: 26px;display: -webkit-box;display: none;}
.idx_one_ul li a span.img{width: 270px;padding-bottom: 170px;float: left;}
.idx_one_ul li:first-child a span.img{position: absolute;left:5%;padding-bottom: 280px;width: 90%;bottom: 85px;margin: 0;}
.idx_one_ul li:first-child a span.tit,.idx_one_ul li:first-child a span.txt{padding-top: 0;text-align: center;}
.idx_one_ul li:first-child a span.tit{margin:54px 30px 10px;}
.idx_one_ul li:first-child a span.txt{margin: 0 60px;display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;display: none;}
.idx_one_ul li a:hover span.img{-webkit-transform: scale(1.05);transform: scale(1.05);}
.idx_one_ul li a:hover span.tit{color: #007cba;-webkit-transform: translateX(3px);transform: translateX(3px);}

.index_two{padding: 50px 0 40px;}
.idx_two_ul{padding-top: 28px;}
.idx_two_ul li{float: left;	margin: 0 0 20px 1.55%;width: 32.3%;}
.idx_two_ul li:nth-child(3n+1){margin-left: 0;}
.idx_two_ul li a{display: block;position: relative;}
.idx_two_ul li a > span{display: block;}
.idx_two_ul li a span.img{padding-bottom: 250px;}
.idx_two_ul li a span.txt{position: absolute;width: 100%;height: 100%;top: 0;background: rgba(0,0,0,0.15);color: #fff;text-align: center;}
.idx_two_ul li a span.txt *{display: block;}
.idx_two_ul li a span.txt i{font-size: 26px;line-height: 36px;padding: 76px 0 27px;padding-top: 100px;}
.idx_two_ul li a span.txt .iconfont{font-size: 35px;}
.idx_two_ul li a:hover span.txt{background: rgba(0,0,0,0.5);}

.index_three{padding: 70px 0;}
.index_three .index_title{margin-bottom: 34px;}
.idx_three dt{background: #fff;width: 50%;}
.idx_three dt a{height: 360px;overflow: hidden;}
.idx_three dt a,.idx_three dt a > *{display: block;}
.idx_three dt a span.tit{padding: 66px 8% 30px;font-size: 26px;color: #333;text-align: center;line-height: 36px;}
.idx_three dt a span.txt{font-size: 16px;color: #666;line-height: 26px;margin: 0 8% 36px;max-height:104px;overflow: hidden; }
.idx_three dt a span.more{border:1px solid #007cba;width: 118px;line-height: 38px;color: #007cba;font-size: 16px;text-align: center;margin: auto;-webkit-border-radius: 5px;border-radius: 5px;}
.idx_three dd{width: 50%;}
.idx_three dd a{display: block;overflow: hidden;position: relative;}
.idx_three dd a span.img{width: 100%;display: block;padding-bottom: 360px;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.idx_three dd a span.btn{position: absolute;top: 50%;color: #fff;font-size: 70px;left: 50%;top: 50%;margin: -35px 0 0 -35px;line-height: 70px;}
.idx_three dt a:hover span.more{background: #007cba;color: #fff;width: 138px;}
.idx_three dd a:hover span.img{-webkit-transform: scale(1.05);transform: scale(1.05);}
.idx_three dd a:hover span.btn{-webkit-transform: translateY(-15px);transform: translateY(-15px);}
.idx_three dl:nth-child(2n) dd{float: left;}
.idx_three dl:nth-child(2n) dt{float: right;}

.footer{background: #333;padding: 57px 0 40px;border-bottom: 1px solid #717171;}
.footer div.fl ul{}
.footer div.fl ul:first-child{margin-left: 0;}
.footer div.fl ul li{line-height: 30px;}
.footer div.fl ul li h6 a,.footer div.fr h6{font-size: 18px;color: #fff;}
.footer div.fl ul li > a{font-size: 16px;color: #fff;opacity: 0.5;filter: alpha(opacity=50);display: block;}
.footer div.fl ul li > a:hover{opacity: 1;filter: alpha(opacity=100);}
.footer div.fr{width: 240px;}
.footer div.fr h6,.footer div.fl ul li h6{line-height: 30px;padding-bottom: 4px;}
.footer div.fr p{font-size: 16px;line-height: 28px;}
.footer div.fr p i,.footer div.fr p span{color: #fff;opacity: 0.5;filter: alpha(opacity=50);}
.footer div.fr p em{color: #fff;font-size: 18px;}
.footer div.fr a{margin-top: 24px;display: block;background: #007cba;font-size: 16px;color: #fff;width: 143px;text-align: center;line-height: 34px;-webkit-border-radius: 5px;border-radius: 5px;}
.footer div.fr a:hover{opacity: 0.7;filter: alpha(opacity=70);}
.copyright{background: #333;color: #fff;font-size: 14px;}
.copyright .fl{opacity: 0.5;filter: alpha(opacity=50);line-height: 43px;}
.copyright .fl a{color: #fff;}
.copyright .fr a{color: #808080;line-height: 43px;display: inline-block;}
.copyright .fr a:hover{color: #fff;}
.linka a{position: relative;padding: 0 0 0 20px;margin-left: 20px;}
.linka a:after{width: 1px;height: 10px;background: #808080;content: '';position: absolute;left: 0;top: 50%;margin-top: -5px;}
.btn_share a{position: relative;font-size: 20px;margin-right: 20px;}
.copyright .fr span{float: left;}
.btn_share a img{position: absolute;bottom: 37px;left: -43px;width: 100px;display: none;}
.btn_share a:hover img{display: block;}
.copyright .fl a:hover {text-decoration: underline;}

.n_banner{background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;line-height: 450px;font-size: 30px;color: #222;text-align: center;}
.location{margin-bottom: 30px;/* margin-top: 38px; */border-bottom: 1px solid #E9E9E9;}
.location > .w_1370{position: relative;}
.location .container{position: relative;overflow: hidden;margin: 0 60px;}
.location .container .swiper-slide{width: auto;}
.location a{display: block;font-size: 18px;color: #333;line-height: 40px;position: relative;line-height: 72px;}
.location a:last-child{margin-left: 0;}
.location a:after{width:0;position: absolute;bottom: 0;height: 2px;content: '';background: #007cba;left: 0;-webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; }
.location a.on,.location a:hover{color: #007cba;}
.location a.on:after,.location a:hover:after{width: 100%;}
.location .btn{width: 30px;height: 30px;position: absolute;top: 50%;transform: translateY(-50%);border: 1px solid #bbb;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.location .btn.prev{left: 0;}
.location .btn.next{right: 0;}
.location .btn.swiper-button-disabled{pointer-events: none;opacity: 0.2;}

.list_photo{padding-bottom: 80px;}
.list_photo ul li{margin-bottom: 20px;text-align: center;float: left;-webkit-box-shadow: 0 0 5px #ddd;box-shadow: 0 0 5px #ddd;width: 23.7%;margin-left: 1.73%; }
.list_photo ul li:nth-child(4n+1){margin-left: 0;}
.list_photo ul li *{display: block;}
.list_photo ul li a{background: #fff;padding-bottom: 36px;position: relative;padding-top: 30px;padding: 30px 20px;}
.list_photo ul li span.img{width: 80%;margin-left: 10%;padding-bottom: 190px;background-repeat: no-repeat;background-position: center;-webkit-background-size: auto;background-size: auto;}
.list_photo ul li span.new{padding: 0 25px;line-height: 30px;position: absolute;right: 0;top: 0;background: #24b510;color: #fff;font-size: 16px;}
.list_photo ul li span.tit{padding: 8px 0 6px;font-size: 18px;color: #333;line-height: 28px;}
.list_photo ul li span.txt{font-size: 16px;color: #999;line-height: 26px;display: none;}
.list_photo ul li span.more{padding-top: 21px;font-size: 14px;color: #007cba;line-height: 24px;}

.page{text-align: center;position: relative;margin: 40px 0 0;}
.page > a{display: inline-block;width: 118px;height: 38px;border:1px solid #444444;margin: 0 0.4%;color: #333;font-size: 16px;text-align: center;line-height: 38px;}
.page > a:hover{background: #007cba;color: #fff;border-color: #007cba;}
.page > a.num{width: auto;min-width: 38px;}
.page .page_num{position: absolute;right: 0;line-height: 58px;top: 0}
.page .page_num span{margin-left: 38px;font-size: 16px;color: #888;}
.page .page_num span i{margin: 0 20px;}
.page .page_num a{font-size: 18px;color: #333;font-weight: bold;font-family: simsun;}
.page .page_num em{font-size: 16px;color: #333;margin: 0 30px;}

.cont_news{padding: 47px 0 100px;}
.cont_tit{font-size: 24px;color: #222;text-align: center;margin: 0 10% 30px;line-height: 30px;}
.cont_em{margin-bottom: 24px;font-size: 14px;color: #888;text-align: center;line-height: 30px;}
.cont_em em{margin: 0 20px;}
.cont_txt{min-height: 300px;font-size: 16px;color: #555;line-height: 30px;}
.cont_txt img,.cont_txt iframe,.cont_txt table{max-width: 100%;height: auto}

.page_f{line-height: 32px;padding-top: 50px;font-size: 16px;color: #3a3a3a;font-weight: bold;}
.page_f a{font-weight: normal;}

.list_news{padding-bottom: 80px;}
.list_news dl {margin-bottom: 21px;border-bottom: 1px solid #cdcdcd;padding: 45px 0 35px;display: flex;align-items: center;}
.list_news dl dt{position: relative;top:-5px;width: 110px;text-align: center;flex-shrink: 0;}
.list_news dl dt *{display: block;}
.list_news dl dt span{font-weight: bold;font-size: 55px;color: #999;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;line-height: 60px;}
.list_news dl dt em{font-size: 18px;color: #999;line-height: 30px;font-size: 24px;}
.list_news dl dd{padding-left: 50px;flex:1;overflow: hidden;}
.list_news dl dd *{display: block;}
.list_news dl dd a span{font-size: 18px;color: #333;line-height: 20px;}
.list_news dl dd a em{padding-top: 18px;font-size: 15px;color: #666;line-height: 24px;height: 48px;overflow: hidden;display: -webkit-box;display: none;}
.list_news dl:hover dd a span,.list_news dl:hover dt a span,.list_news dl:hover dt a em{color: #007cba;}

.list_news_txt li{margin: 15px 0;}
.list_news_txt li a{height: 40px;display: block;line-height: 40px;border-bottom: 1px dashed #bbb;}
.list_news_txt li a span{font-size: 16px;display: inline-block;max-width: calc(100% - 90px);}
.list_news_txt li a em{float: right;font-size: 14px;}
.list_news_txt li a:hover span{color: #007cba;}
.list_news_txt{padding-bottom: 60px;}

.piao{position: fixed;right:0;bottom:0;z-index: 3;}
.piao span{position: absolute;left: -10px;top: -10px;cursor: pointer;}
.footLeft{width: calc(100% - 400px);display: flex;justify-content: space-between;}

pre{white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word; }
.nth-3rd{padding-top: 15px;}
.nth-3rd a{font-size: 16px;}
.listmap{width: 100%;height: 400px !important; }

/* 单页默认样式 */
.pageStyle{color: #666666;line-height: 2;font-size: 16px;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;max-width: 100% !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc inside;}
.singlePage{padding: 50px 0;min-height: 300px;}

/*网站地图*/
.sitemap-box .item{margin-bottom: 1.5em;}
.sitemap-box .item .tit{padding-bottom: .8em;border-bottom: 1px dashed #ddd;font-weight: bold;font-size: 18px;margin-bottom: 1em;}
.sitemap-box .item .tit a{display: inline-block;vertical-align: top;color: #007cba;}
.sitemap-box .item .txt,
.sitemap-box .item .itxt{display: flex;flex-wrap: wrap;margin-top: .8em;font-size: 16px;}
.sitemap-box .item .txt .link{position: relative;display: inline-block;vertical-align: top;padding-left: 1.2em;margin: 0 1em .8em;transition: 0.3s;}
.sitemap-box .item .txt .link:before{content: "";position: absolute;left: 0;top: 50%;width: .8em;height: .8em;margin-top: -.4em;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUuNjM4IDIyLjIzbDIuMDk2LTIuMTIxYy0xLjkwNy0uMTYtMy4xOS0uNzQ2LTQuMTYtMS43MTItMi41ODUtMi41ODMtMi41ODUtNi4yNTYgMC04LjgyM2w0LjkyMi00LjkxMmMyLjYwMi0yLjU4MiA2LjI1My0yLjU5OCA4LjgzOC0uMDE2IDIuNjAyIDIuNjE1IDIuNTg2IDYuMjYuMDE2IDguODI2bC0yLjgxIDIuODAzYTUuODU1IDUuODU1IDAgMCAxIC4zNjYgMy4yNDhsNC4zNjQtNC4zNThjMy42MzYtMy42MSAzLjY0OC04Ljc1OS0uMDE2LTEyLjQxNi0zLjY4LTMuNjgtOC44MjItMy42NDgtMTIuNDQxLS4wMmwtNS4xNzUgNS4xNjVjLTMuNjE2IDMuNjEzLTMuNjQ4IDguNzYyLjAxNiAxMi40Mi45MzguOTIxIDIuMTI4IDEuNTg0IDMuOTg0IDEuOTJ2LS4wMDR6bS0uNDQ0IDcuMDVsNS4xNTgtNS4xNjJjMy42MzUtMy42MjggMy42NDgtOC43NjEtLjAxNi0xMi40MzgtLjkyMi0uOTE4LTIuMTEyLTEuNTg0LTMuOTY4LTEuOWwtMi4xMTIgMi4xMDhjMS45Mi4xNzMgMy4yMDYuNzU4IDQuMTYgMS43MDkgMi42MDIgMi41ODIgMi41ODYgNi4yNTkuMDE2IDguODI1bC00LjkzOCA0LjkwNmMtMi41ODUgMi41ODItNi4yMzYgMi41OTgtOC44MjIuMDE2LTIuNjE4LTIuNTk1LTIuNTg2LTYuMjU2LS4wMTYtOC44MjJsMi44MS0yLjgwNGE1LjgxNCA1LjgxNCAwIDAgMS0uMzY1LTMuMjMyTDIuNzM2IDE2LjgzYy0zLjYzNSAzLjYyOS0zLjY2NyA4Ljc2MS4wMTYgMTIuNDM1IDMuNjY0IDMuNjYgOC44MDYgMy42MjkgMTIuNDQyLjAxNnoiIGZpbGw9IiNDRjIwMjAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');background-size: 100% 100%;filter: brightness(0) invert(.5);}
.sitemap-box .item .txt .link:hover{text-decoration: underline wavy;text-underline-offset: .3em;color: #007cba;}
/* .sitemap-box .item .txt .link:hover:before{filter: none;} */
.sitemap-box .item .txt .itit{width: 100%;box-sizing: border-box;padding-left: 0.8em;color: #007cba;font-weight: bold;margin-bottom: 6px;}
.sitemap-box .item .itxt{margin-bottom: 0.8rem;font-size: 14px;}

/* 三级栏目 */
.third_nav{margin-bottom: 40px;display: flex;justify-content: center;flex-wrap: wrap;font-size: 16px;}
.third_nav li{margin: 0 8px;}
.third_nav a{display: block;border: 1px solid #bbb;line-height: 40px;padding: 0 20px;}
.third_nav .on a,
.third_nav a:hover{border-color: #007cba;background: #007cba;color: #fff;}

/* 首页关于我们 */
.index_four{padding: 90px 0;}
.index_four > .w_1370{display: flex;justify-content: space-between;align-items: center;}
.index_four .left{width: 48%;}
.index_four .left .index_title{text-align: left;}
.index_four .left .text{font-size: 16px;line-height: 30px;height: 180px;margin: 20px 0 30px;}
.index_four .left .more{border:1px solid #007cba;width: 118px;line-height: 38px;color: #007cba;font-size: 16px;text-align: center;-webkit-border-radius: 5px;border-radius: 5px;display: block;}
.index_four .left .more:hover{background: #007cba;color: #fff;width: 138px;}
.index_four .pic{width: 48%;padding-bottom: 385px;position: relative;overflow: hidden;}
.index_four .pic em{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}


@media screen and (max-width:1200px){
    .nav-box .nav > li{margin: 0 10px;}
    .nav-box .nav > li > a{font-size: 16px;}
}
@media screen and (max-width:1080px){
    .banner a{height: 0;padding-bottom: 45%;}
    .list_photo ul li,.list_photo ul li:nth-child(4n+1){width: 30%;margin: 0 1.5% 20px !important;}
    
}
@media screen and (max-width:991px){
    .nav-box{display: none;}
    .menuLine{display: inline-block;}
    .header h1 img{height: 52px;}
    .sear_ico{margin-top: 30px;}
    .index_one,.index_three,.index_two{padding: 30px 0;}
    .idx_one_ul{padding-top: 15px;}
    .idx_one_ul li:first-child a span.tit{margin-top: 20px;}
    .w_1370{width: 90%;}
    .banner a{padding-bottom: 65%;}
    .n_banner{height: 0;padding-bottom: 30%;position: relative;overflow: hidden;font-size: 24px;}
    .n_banner p{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);line-height: 1;}

    .third_nav{justify-content: flex-start;margin-bottom: 20px;}
    .third_nav li{margin: 0 8px 8px 0;}
    .third_nav li:last-child{margin-right: 0;}
    .third_nav a{padding: 0 10px;line-height: 30px;}
	
	.index_four{padding: 50px 0;}
	.index_four > .w_1370{flex-wrap: wrap;}
	.index_four .left,
	.index_four .pic{width: 100%;}
	.index_four .left .text{height: auto;max-height: 180px;}
	.index_four .pic{margin-top: 30px;padding-bottom: 58%;}
	.idx_one_ul li:first-child a span.tit,
	.idx_one_ul li:first-child a span.txt{margin: 0;}
	.idx_one_ul li:first-child a span.img{margin-bottom: 12px;}
}

@media screen and (max-width:760px){
    .sear_ico{margin-left: 20px;}
    .idx_one_ul li{width: 100% !important;margin-right: 0 !important;height: auto;}
    .footLeft{display: none;}
 .idx_one_ul li a{padding:  25px 2% 15px;box-sizing: border-box;float: left;width: 100%;}
    .idx_one_ul li a span.img,.idx_one_ul li:first-child a span.img,.idx_two_ul li a span.img,.idx_three dd a span.img,.list_photo ul li span.img{padding-bottom: 65%;}
    .idx_one_ul li a span.img{margin: 0;position: inherit;}
    .idx_one_ul li:first-child{height: auto;}
    .idx_one_ul li:first-child a span.img{position: inherit;bottom: 0;left: 0;}
    .idx_one_ul li a span{width: 100% !important;float: left !important;text-align: center;}
    .idx_one_ul li a span.tit{padding-top: 20px;}
    .idx_two_ul li{width: 100%;margin-left: 0;}
  .idx_three dd{width: 100%;float: left;}
  .idx_three dt,.footer div.fr,.list_photo ul li{width: 100% !important;}
  .idx_three dt a span.tit{padding: 30px 0 15px;font-size: 18px;}
  .idx_three dt a{height: auto;padding-bottom: 30px;}
  .idx_three dt a span.txt{font-size: 14px;line-height: 1.6;margin: 0 4% 20px;max-height: inherit;}
    .copyright .fl{line-height: 2;padding: 15px 0;}
    .copyright .w_1370 >.fr{display: none;}
    .footer{padding: 30px 0;}
    .footer div.fr p{font-size: 14px;line-height: 1.7;}
    .list_photo ul li, .list_photo ul li:nth-child(4n+1){margin: 0 0 20px !important;}
    .page .page_num{position: inherit;width: 100%;}
    .page{margin-top: 20px;}
    .list_photo{padding-bottom: 40px;}
    .page > a{width: 100px;line-height: 36px;height: 36px;}
    .page > a.num{min-width: 36px;}
    .location{margin: 15px 0;}
    .cont_em em{margin: 0 5px;}
    .cont_tit{margin-bottom: 15px;}
    .list_photo ul li a{padding-bottom: 15px;}
    .cont_news{padding: 20px 0 40px;}
    .list_news dl dt span{font-size: 35px;line-height: 45px;}
    .list_news dl dt em,.page .page_num span{font-size: 14px;}
    .list_news dl{padding: 20px 0;}
    .list_news dl dt{width: 70px;}
    .list_news dl dd{padding-left: 20px;}
    .list_news dl dd a em{height: auto ;max-height: 48px;}
    .listmap{height: 300px !important;}
    .cont_txt,.idx_one_ul li a span.txt,.index_title p{font-size: 14px;line-height: 1.7;}
    .idx_one_ul li a span.tit{font-size: 18px;line-height: 1.7;}
    .idx_three dt a span.more{font-size: 14px;line-height: 2;}
    
}