/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family: Arial, 微软雅黑, Microsoft YaHei;}
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
p { text-align: justify; margin-bottom: 0; }
ul, ol { list-style-type: none; margin-bottom: 0; }
img { border: 0; max-width: 100%; object-fit: cover;}
.clear { clear: both; }
html { overflow-x: hidden; font-size: 62.5%;}
body { overflow: hidden; height:100%; position: relative; font-size: 1em;}
/* html.on { overflow: hidden; height: 100%; } */
.h60 { height: 60px; clear: both; }
.h120 { height: 120px; clear: both; background: #eee; }
input, buttom, textarea { -webkit-appearance: none; outline: none; }
input[type=radio], input[type=checkbox] { border: none !important; }
select { outline: none }
.fl { float: left; }
.fr { float: right; }
*:focus{ border:none; outline:none;box-shadow: none;}

/* @font-face {
    font-family: HanSans_CN;
    src: url(../fonts/ses.ttf);
} */

::-webkit-scrollbar-track{background-color:#f7f7f7}
::-webkit-scrollbar{width: 6px; height: 6px;}
::-webkit-scrollbar-thumb{background-color:#c1c1c1}

.header{ background: url(../images/header-bg.jpg) no-repeat center;}
.header .box{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; height: 120px;}
.header .box .logo{ width: 50%; padding-right: 30px;}
.header .box .pc-search{ display: flex; flex-wrap: wrap; height: 50px;}
.header .box .pc-search input[type="text"]{ width: 320px; height: 50px; background: #fff; border: 1px solid #e5e5e5; border-right: none; border-radius: 4px 0 0 4px; padding: 0 30px;}
.header .box .pc-search input[type="submit"]{ width: 100px; height: 50px; border-radius: 4px; border: 1px solid #0b294d; background: url(../images/search-icon.svg) no-repeat center #0b294d; background-size: 22px;}

.pc-nav{ background: #0b294d; position: relative; z-index: 1;}
.pc-nav ul{ display: flex; flex-wrap: wrap; height: 50px;}
.pc-nav li{ width: 14.2857%; border-left: 1px solid #0b294d; position: relative;}
.pc-nav li > a{ display: inline-block; width: 100%; line-height: 50px; text-align: center; font-size: 1.6em; color: #fff;}
.pc-nav li.on > a, .pc-nav li:hover > a{ background: #fff; color: #0b294d;}
.pc-nav li .nav-box{ margin-bottom: 0; position: absolute; width: 100%; background: #fff; top: 100%; left: 50%; animation-name: layui-upbit;  animation-fill-mode: both; animation-duration: .3s; display: none; box-shadow: 0 3px 10px rgba(0,0,0,.15); border-radius: 0 0 6px 6px;}
.pc-nav li:hover .nav-box{ display: block;}
.pc-nav li .nav-box dl{ margin-bottom: 0;}
.pc-nav li .nav-box dd{ width: 100%; height: 45px; line-height: 45px; text-align: center; position: relative; border-bottom: 1px dashed #bfbfbf;}
.pc-nav li .nav-box dd:last-child{ border-bottom: none; border-radius: 0 0 6px 6px;}
.pc-nav li .nav-box dd > a{ font-size: 1.4em; text-align: center; color: #333; display: block;}
.pc-nav li .nav-box dd:hover{ background: #0b294d;}
.pc-nav li .nav-box dd:hover > a{ color: #fff;}


@-webkit-keyframes layui-upbit {
	from {
		-webkit-transform: translate3d(0,-30px,0);
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0,-30px,0) ;
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

.header .search{ padding:0 15px; text-align:right;}
.header .search > img{ width: 28px;}
.header .search-box{ position: absolute; top: 100%;  width: 100%; left: 0; background: #fff; padding: 10px 20px; border-top: 1px solid #0b294d; box-shadow: 0 5px 5px rgba(0,0,0,.5); display:none;}
.header .search-box input[type="text"]{ float:left; width:80%; height:40px; border:none; font-size:1.4em; color:#333; padding-right: 10px; line-height:40px;}
.header .search-box input[type="submit"]{ float:left; width:20%; height:40px; border:none; font-size:1.4em; background:#0b294d; color:#fff; line-height:40px;}
.header .search-box select{ position: absolute; width: 18%; top: 0; left: 0; height: 100%; padding: 0 10px; font-size: 1.4em; color: #333; border: none;}


.header .nav-btn { height: 60px; line-height: 60px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 26px; height: 24px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 26px; height: 2px; background: #0b294d; border-radius: 6px; position: absolute; left: 0; transition: all 0.3s linear 0s;}
.header .nav-btn .nav-icon span:nth-child(1) { top: 0; }
.header .nav-btn .nav-icon span:nth-child(2) { width: 16px; top: 10px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 20px }
.header .nav-active .nav-icon span:nth-child(2) { width: 26px; }
.header .nav-active .nav-icon span { background: #fff; }

.nav { position: fixed; width: 100%; height: 100%; top: 0; right: -100%; background: #fff; transition: all 0.2s linear 0s; z-index:99;}
.nav.on { right: 0; }
.nav .nav-top { background: #0b294d; font-size: 1.6em; color: #fff; padding: 0 20px; text-align:left; height: 60px; line-height: 60px;}
.nav ul{ overflow-x:hidden; height: 91%;}
.nav li{ width: 100%; line-height: 50px; border-bottom: 1px solid #ccc; position: relative;}
.nav li>a { display: inline-block; width: 80%; padding-left: 30px; height: 100%; font-size: 1.4em; color: #333; text-transform: uppercase;}
.nav li i{ position: absolute; font-size: 1.8em; color: #333; right: 20px; top: 18px; transition: all .3s;}
.nav li.on > i, .nav li dd.on > i{ transform: rotate(90deg);}
.nav li.on > a{ color: #0b294d;}
.nav li dl { margin-bottom: 0; display: none; background: #f2f2f2; }
.nav li dd { border-bottom: 1px dashed #ccc; position: relative;}
.nav li dd i{ top: 14px;}
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 80%; line-height: 45px; text-indent: 4em; font-size: 1.4em; color: #333; }
.nav li dd.on > a{ color: #0b294d;}
.nav li dd .nav-box{ display: none; }
.nav li dd .nav-box a{ border-top: 1px dashed #ccc; text-indent: 6em; }
.nav li dd .nav-box a:hover{ color: #0b294d;}
.nav-bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.35); left: 0; top: 0; display:none;}
.nav-bg.on{ display:block;}

.banner{ position: relative; height: 500px; width: 100%; overflow: hidden; z-index: 0;}
.banner .swiper-container, .banner .swiper-wrapper, .banner .swiper-slide{ width: 100%; height: 100%;}
.banner .swiper-slide a{ display: block; position: relative; width: 100%; height: 100%; overflow: hidden;}
.banner .swiper-slide img{ position: absolute; width: 100%; height: 100%;}
.banner .swiper-button-next{ right: -50px;}
.banner .swiper-button-prev{ left: -50px;}
.banner:hover .swiper-button-next{ right: 10px;}
.banner:hover .swiper-button-prev{ left: 10px;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 40px; height: 80px; border-radius: 4px; margin-top: -40px; background: rgba(0,0,0,.3); transition: all .3s;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next i, .banner .swiper-button-prev i{ color: #fff; font-size: 2.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.banner .swiper-pagination{ bottom: 15px;}
.banner .swiper-pagination-bullet{ width: 40px; height: 5px; background: #fff; margin: 0 7.5px !important; border-radius: 0; transition: all .3s;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 40px;}

.i-headlines{ margin-top: 40px; padding: 50px 60px; position: relative; background: #fff; display: flex; flex-wrap: wrap; align-items: center;}
.i-headlines::before{ content: ""; position: absolute; width: 100%; height: 5px; background: #0b294d; bottom: 0; left: 0;}
.i-headlines .icon{ width: 77px; margin-right: 20px;}
.i-headlines .box{ flex: 1;}
.i-headlines .box .t{ font-size: 2.4em; color: #333; font-weight: bold; font-family: HanSans_CN; line-height: 1; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-headlines .box .p{ font-size: 1.6em; color: #333; line-height: 24px; margin-top: 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-headlines .box:hover .t{ color: #0b294d; text-decoration: underline;}

.i-news{ margin-top: 35px; background: #fff; border: 1px solid #e5e5e5; display: flex; flex-wrap: wrap;}
.i-pic-news{ width: 50%; padding: 36px 17px 36px 32px;}
.i-pic-news .mySwiper{ width: 100%; height: 425px;}
.i-pic-news .swiper-slide{ width: 100%; height: 100%;}
.i-pic-news .swiper-slide .img{ width: 100%; height: 100%; position: relative; overflow: hidden; z-index: 0;}
.i-pic-news .swiper-slide .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-pic-news .swiper-slide:hover .img img{ transform: scale(1.1);}
.i-pic-news .swiper-slide .t{ position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; background: rgba(0,0,0,.5); font-size: 1.8em; color: #fff; font-weight: bold; font-family: HanSans_CN; padding: 0 120px 0 30px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-pic-news .swiper-pagination{ width: auto; left: inherit; right: 10px; bottom: 14px;}
.i-pic-news .swiper-pagination-bullet{ width: 10px; height: 10px; margin: 0 10px !important; opacity: 1; background: #fff;}
.i-pic-news .swiper-pagination-bullet-active{ background: #0b294d;}
.i-pic-news .swiper-slide .t:hover{ text-decoration: underline;}

.i-list-news{ padding: 30px 30px 25px 16px; width: 50%;}
.i-list-news .hd{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #dcdcdc;}
.i-list-news .hd > a{ font-size: 1.5em; color: #999;}
.i-list-news .hd > a:hover{ color: #0b294d; text-decoration: underline;}
.i-list-news .hd ul{ display: flex; flex-wrap: wrap;}
.i-list-news .hd li+li{ margin-left: 50px;}
.i-list-news .hd li a{ display: inline-block; width: 100px; height: 35px; line-height: 35px; text-align: center; font-size: 1.8em; color: #333;}
.i-list-news .hd li.on a{ background: #0b294d; color: #fff; font-weight: bold; font-family: HanSans_CN;}
.i-list-news .bd{ margin-top: 10px;}
.i-list-news .bd li{ display: flex; flex-wrap: wrap; align-items: center; height: 48px;}
.i-list-news .bd li a{ flex: 1; font-size: 1.6em; color: #333; padding-left: 22px; position: relative; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-list-news .bd li a::before{ content: ""; position: absolute; width: 6px; height: 6px; border-radius: 100%; background: #0b294d; left: 0; top: 50%; transform: translateY(-50%);}
.i-list-news .bd li span{ width: 100px; font-size: 1.6em; color: #999; text-align: right; padding-left: 15px;}
.i-list-news .bd li a:hover{ color: #0b294d; text-decoration: underline;}

.i-gg{ margin-top: 36px;}

.i-zb{ margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.i-zb .top{ height: 35px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 1px solid #dcdcdc;}
.i-zb .top span{ display: inline-block; width: 100px; line-height: 35px; text-align: center; background: #0b294d; font-size: 1.8em; color: #fff; font-weight: bold; font-family: HanSans_CN;}
.i-zb .top a{ font-size: 1.5em; color: #999;}
.i-zb .top a:hover{ color: #0b294d; text-decoration: underline;}
.i-zbgs, .i-zbgg{ background: #fff; border: 1px solid #e5e5e5; width: 48.5%; padding: 30px 30px 10px;}
.i-zb .list{ margin-top: 15px;}
.i-zb .list li{ display: flex; flex-wrap: wrap; align-items: center; height: 48px;}
.i-zb .list li a{ flex: 1; font-size: 1.6em; color: #333; padding-left: 22px; position: relative; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-zb .list li a::before{ content: ""; position: absolute; width: 6px; height: 6px; border-radius: 100%; background: #0b294d; left: 0; top: 50%; transform: translateY(-50%);}
.i-zb .list li span{ width: 90px; font-size: 1.4em; color: #999; text-align: right; padding-left: 15px;}
.i-zb .list li a:hover{ color: #0b294d; text-decoration: underline;}

.i-other{ display: flex; flex-wrap: wrap; margin-top: 34px;}
.i-about{ flex: 1;}
.i-about .top{ height: 35px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 1px solid #dcdcdc;}
.i-about .top span{ display: inline-block; width: 100px; line-height: 35px; text-align: center; background: #0b294d; font-size: 1.8em; color: #fff; font-weight: bold; font-family: HanSans_CN;}
.i-about .top a{ font-size: 1.5em; color: #999;}
.i-about .top a:hover{ color: #0b294d; text-decoration: underline;}
.i-about .box{ margin-top: 35px; display: flex; flex-wrap: wrap;}
.i-about .box .img{ flex: 1; position: relative; overflow: hidden;}
.i-about .box .img img{ position: absolute; width: 100%; height: 100%;}
.i-about .box .text{ width: 48.5%; margin-left: 20px; font-size: 1.6em; color: #333; line-height: 26px; height: 208px; overflow: hidden;}
.i-about .box .text p{ text-indent: 2em;}

/* .i-about-nav{ width: 560px; margin-left: 40px;} */
.i-about-nav{ width: 414px; margin-left: 40px;}
.i-about-nav ul{ display: flex; flex-wrap: wrap; width: 100%;}
.i-about-nav li{ position: relative; width: 125px; margin-left: 12px;}
.i-about-nav li a{ display: inline-block;}
.i-about-nav li img{ position: relative; z-index: 0;}
.i-about-nav li p{ position: absolute; z-index: 1; top: 112px; left: 0; padding: 0 38px; line-height: 28px; width: 100%; font-size: 2.5em; color: #fff; font-weight: bold; font-family: HanSans_CN;}

.i-zt{ margin-top: 50px; padding-bottom: 70px;}
.i-zt .top{ height: 35px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 1px solid #dcdcdc;}
.i-zt .top span{ display: inline-block; width: 100px; line-height: 35px; text-align: center; background: #0b294d; font-size: 1.8em; color: #fff; font-weight: bold; font-family: HanSans_CN;}
.i-zt .top a{ font-size: 1.5em; color: #999;}
.i-zt .top a:hover{ color: #0b294d; text-decoration: underline;}
.i-zt .box{ margin-top: 24px;}
.i-zt .box .mySwiper{ padding: 0 65px;}
.i-zt .box .list{ overflow: hidden;}
.i-zt .box .list .swiper-slide{ width: 25%; padding: 0 6px;}
.i-zt .box .list .swiper-slide .img{ width: 100%; height: 170px; position: relative; overflow: hidden;}
.i-zt .box .list .swiper-slide .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-zt .box .list .swiper-slide:hover .img img{ transform: scale(1.1);}
.i-zt .box .swiper-button-next{ right: 0;}
.i-zt .box .swiper-button-prev{ left: 0;}
.i-zt .box .swiper-button-next, .i-zt .box .swiper-button-prev{ width: 50px; height: 170px; top: 0; margin-top: 0; border: 1px solid #e5e5e5; background: #fff;}
.i-zt .box .swiper-button-next::after, .i-zt .box .swiper-button-prev::after{ display: none;}
.i-zt .box .swiper-button-next i, .i-zt .box .swiper-button-prev i{ display: inline-block; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.i-zt .box .swiper-button-prev i{ transform: translate(-50%,-50%) rotate(180deg);}

.footer{ background: #0b294d; padding-top: 26px; padding-bottom: 40px;}
.foot-link{ margin-bottom: 40px;}
.foot-link ul{ display: flex; flex-wrap: wrap;}
.foot-link li{ width: calc((100% - 60px) / 4); margin-left: 20px; position: relative;}
.foot-link li:first-child{ margin-left: 0;}
.foot-link li select{ width: 100%; height: 50px; position: relative; z-index: 0; background: #355883; border: none; font-size: 1.4em; color: #fff; text-align: center; padding: 0 30px; appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.foot-link li::before{ content: ""; position: absolute; z-index: 1; right: 15px; top: 50%; transform: translateY(-50%); border-top: 8px solid #fff; border-left: 4px solid transparent; border-right: 4px solid transparent;}
.foot-box{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.foot-box .foot-contact{ display: flex; flex-wrap: wrap;}
.foot-box .foot-contact dl{ margin-right: 45px; margin-bottom: 0;}
.foot-box .foot-contact dd{ font-size: 1.4em; color: #fff; line-height: 20px;}
.foot-box .foot-contact dd+dd{ margin-top: 18px;}
.foot-box .foot-contact dd a{ color: #fff;}
.foot-box .foot-wx ul{display: flex;}
.foot-box .foot-wx li{ width: 112px; margin-left: 28px;}
.foot-box .foot-wx li .img{ width: 112px; height: 112px;}
.foot-box .foot-wx li .t{ font-size: 1.4em; color: #fff; text-align: center; margin-top: 10px;}


.page-banner{ height: 300px; position: relative; z-index: 0;}
.page-banner .mbx{ position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,.3); height: 50px; line-height: 50px;}
.page-banner .mbx .box{ float: right; font-size: 1.4em; color: #fff;}
.page-banner .mbx .box a{ color: #fff;}
.page-banner .mbx .box a:hover{ color: #0b294d; text-decoration: underline;}

.page-nav{ background: #f4f4f4;}
.page-nav ul{ display: flex; flex-wrap: wrap;}
.page-nav li{ width: 150px; height: 50px; line-height: 50px; border-right: 1px solid #f4f4f4;}
.page-nav li a{ display: inline-block; width: 100%; height: 100%; text-align: center; font-size: 1.4em; color: #333;}
.page-nav li.on a, .page-nav li:hover a{ background: #0b294d; color: #fff;}

.about-box{ font-size: 1.4em; color: #333; line-height: 1.8; padding: 82px 0 88px;}
.about-box p+p{ margin-top: 12px; }

.ld-list{ padding: 55px 0 46px;}
.ld-list li{ display: flex; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid #e5e5e5;}
.ld-list li+li{ padding-top: 36px;}
.ld-list li .img{ width: 150px; height: 180px; margin-right: 42px; position: relative; overflow: hidden;}
.ld-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.ld-list li:hover .img img{ transform: scale(1.1);}
.ld-list li .text{ flex: 1;}
.ld-list li .text .t{ font-size: 2.4em; color: #0b294d; position: relative; line-height: 1; padding-bottom: 22px; font-weight: bold; font-family: HanSans_CN;}
.ld-list li .text .t span{ margin-left: 30px; font-family: inherit;}
.ld-list li .text .t::before{ content: ""; position: absolute; width: 50px; height: 3px; background: #0b294d; bottom: 0; left: 0;}
.ld-list li .text .p{ margin-top: 20px; font-size: 1.4em; color: #333; line-height: 24px;}
.ld-list li .text .p p{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.ld-list li .text .p p+p{ margin-top: 16px;}

/* .qywh-box{ padding: 95px 0 100px;} */
.qywh-box ul{ display: flex; flex-wrap: wrap;}
.qywh-box li{ width: calc((100% - 70px) / 3); margin-left: 35px;}
.qywh-box li:first-child{ margin-left: 0;}
.qywh-box li .img{ width: 100%; height: 260px; position: relative; overflow: hidden;}
.qywh-box li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.qywh-box li:hover .img img{ transform: scale(1.1);}
.qywh-box li .text{ height: 120px; display: flex; flex-direction: column; justify-content: center; background: #f6f6f6; text-align: center; padding: 0 16%;}
.qywh-box li .text .t{ font-size: 1.8rem; color: #0b294d; font-weight: bold; font-family: HanSans_CN; line-height: 1;}
.qywh-box li .text .p{ font-size: 1.4rem; color: #333; line-height: 20px; margin-top: 10px;}

.fzlc-box{ padding: 78px 0 58px;}
.fzlc-box .mySwiper{ padding: 0 50px 8px;}
.fzlc-box .mySwiper .list{ overflow: hidden; position: relative;}
.fzlc-box .mySwiper .list::before{ content: ""; position: absolute; width: 100%; height: 1px; background: #e5e5e5; left: 0; bottom: 6px;}
.fzlc-box .mySwiper .swiper-slide{ width: 12.5%; text-align: center; cursor: pointer;}
.fzlc-box .mySwiper .swiper-slide .num{ font-size: 1.8em; color: #333; height: 24px; line-height: 24px;}
.fzlc-box .mySwiper .swiper-slide .icon{ width: 100%; height: 15px; position: relative; margin-top: 15px;}
.fzlc-box .mySwiper .swiper-slide .icon i{ position: absolute; width: 11px; height: 11px; border: 1px solid #0b294d; background: #fff; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg);}
.fzlc-box .mySwiper .swiper-slide-thumb-active .num{ font-weight: bold;}
.fzlc-box .mySwiper .swiper-slide-thumb-active .icon i{ background: #0b294d;}
.fzlc-box .swiper-button-next{ right: 0;}
.fzlc-box .swiper-button-prev{ left: 0;}
.fzlc-box .swiper-button-next, .fzlc-box .swiper-button-prev{ width: 30px; height: 30px; top: inherit; bottom: 0; margin-top: 0; }
.fzlc-box .swiper-button-next::after, .fzlc-box .swiper-button-prev::after{ display: none;}
.fzlc-box .swiper-button-next i, .fzlc-box .swiper-button-prev i{ display: inline-block; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.fzlc-box .swiper-button-prev i{ transform: translate(-50%,-50%) rotate(180deg);}

.fzlc-box .mySwiper2{ margin-top: 60px;}
.fzlc-box .mySwiper2 .swiper-slide{ padding: 0 60px;}
.fzlc-box .mySwiper2 .swiper-slide .title{ font-size: 4.4em; font-weight: bold; color: #333; line-height: 1; font-family: HanSans_CN;}
.fzlc-box .mySwiper2 .swiper-slide .box{ margin-top: 30px; border-left: 1px solid #e5e5e5;}
.fzlc-box .mySwiper2 .swiper-slide .box li{ padding-left: 40px; padding-bottom: 70px;}
.fzlc-box .mySwiper2 .swiper-slide .box li+li{ margin-top: 20px;}
.fzlc-box .mySwiper2 .swiper-slide .box li .t{ font-size: 1.8em; color: #0b294d; font-weight: bold; line-height: 1; font-family: HanSans_CN; position: relative;}
.fzlc-box .mySwiper2 .swiper-slide .box li .t::before{ content: ""; position: absolute; width: 11px; height: 11px; border: 1px solid #0b294d; background: #fff; left: -46px; top: 50%; transform: translateY(-50%) rotate(45deg);}
.fzlc-box .mySwiper2 .swiper-slide .box li .p{ font-size: 1.4em; color: #333; margin-top: 15px; line-height: 24px;}

.zzjg-box{ text-align: center; padding: 105px 0 110px;}

.news-list{ margin-top: 100px; margin-bottom: 74px;}
.news-list li{ display: flex; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid #eee;}
.news-list li+li{ padding-top: 35px;}
.news-list li .date{ width: 120px; height: 160px; background: #f6f6f6; display: flex; flex-direction: column; justify-content: center; text-align: center; margin-right: 20px;}
.news-list li .date span{ font-size: 3em; color: #0b294d; font-weight: bold; line-height: 1; font-family: HanSans_CN;}
.news-list li .date p{ text-align: center; font-size: 1.4em; color: #333; margin-top: 20px;}
.news-list li:hover .date{ background: #0b294d;}
.news-list li:hover .date span, .news-list li:hover .date p{ color: #fff;}
.news-list li .box{ flex: 1; display: flex; flex-wrap: wrap;}
.news-list li .box .img{ width: 220px; height: 160px; position: relative; overflow: hidden; margin-right: 30px;}
.news-list li .box .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.news-list li:hover .box .img img{ transform: scale(1.1);}
.news-list li .box .text{ flex: 1;}
.news-list li .box .text .t{ font-size: 1.8em; color: #333; font-weight: bold; margin: 0; line-height: 1; font-family: HanSans_CN;}
.news-list li .box .text .t a{ color: inherit; font-family: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .box .text .p{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news-list li .box .text .more{ margin-top: 22px; text-align: right;}
.news-list li .box .text .more a{ font-size: 1.4em; color: #999; line-height: 30px;}
.news-list li:hover .box .text .t{ color: #0b294d;}
.news-list li .box .text .more a:hover{ color: #0b294d; text-decoration: underline;}

.news-con{ margin-top: 65px; margin-bottom: 40px;}
.news-con .title{ font-size: 2.4em; text-align: center; color: #333; margin: 0; font-weight: bold; font-family: HanSans_CN;}
.news-con .bq{ font-size: 1.4em; color: #999; text-align: center; padding: 10px 0 20px; border-bottom: 1px solid #efefef;}
.news-con .bq span{ margin: 0 10px;}
.news-con .text{ padding: 40px 0 35px; font-size: 1.4em; color: #333; line-height: 1.8; border-bottom: 1px solid #efefef;}
.news-con .text p+p { margin-top: 12px; }

.flfg-list{ margin-top: 100px; margin-bottom: 74px;}
.flfg-list li{ display: flex; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid #eee;}
.flfg-list li+li{ padding-top: 35px;}
.flfg-list li .date{ width: 120px; height: 120px; background: #f6f6f6; display: flex; flex-direction: column; justify-content: center; text-align: center; margin-right: 20px;}
.flfg-list li .date span{ font-size: 3em; color: #0b294d; font-weight: bold; line-height: 1; font-family: HanSans_CN;}
.flfg-list li .date p{ text-align: center; font-size: 1.4em; color: #333; margin-top: 20px;}
.flfg-list li:hover .date{ background: #0b294d;}
.flfg-list li:hover .date span, .flfg-list li:hover .date p{ color: #fff;}
.flfg-list li .text{ flex: 1;}
.flfg-list li .text .t{ font-size: 1.8em; color: #333; font-weight: bold; margin: 0; line-height: 1; font-family: HanSans_CN; }
.flfg-list li .text .t a{ color: inherit; font-family: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;} 
.flfg-list li .text .p{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 14px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.flfg-list li .text .more{ margin-top: 10px; text-align: right;}
.flfg-list li .text .more a{ font-size: 1.4em; color: #999; line-height: 30px;}
.flfg-list li:hover .text .t{ color: #0b294d;}
.flfg-list li .text .more a:hover{ color: #0b294d; text-decoration: underline;}

.djdt-list{ padding: 55px 0 70px;}
.djdt-list li{ display: flex; flex-wrap: wrap; padding-bottom: 30px; border-bottom: 1px solid #eee;}
.djdt-list li+li{ padding-top: 25px;}
.djdt-list li .img{ width: 230px; height: 150px; position: relative; overflow: hidden; margin-right: 30px;}
.djdt-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.djdt-list li:hover .img img{ transform: scale(1.1);}
.djdt-list li .text{ flex: 1;}
.djdt-list li .text .t{ font-size: 1.8em; color: #333; font-weight: bold; margin: 0; line-height: 1; font-family: HanSans_CN;}
.djdt-list li .text .t a{ color: inherit; font-family: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.djdt-list li .text .p{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 14px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.djdt-list li .text .other{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; height: 24px; margin-top: 22px;}
.djdt-list li .text .other .date{ font-size: 1.4em; color: #333;}
.djdt-list li .text .other .more a{ font-size: 1.4em; color: #999;}
.djdt-list li:hover .text .t, .djdt-list li:hover .text .other .date{ color: #0b294d;}
.djdt-list li .text .other .more a:hover{ color: #0b294d; text-decoration: underline;}

.ztzl-list{ padding: 50px 0 25px;}
.ztzl-list ul{ display: flex; flex-wrap: wrap;}
.ztzl-list li{ width: calc((100% - 40px) / 3); margin-right: 20px; margin-bottom: 35px;}
.ztzl-list li:nth-child(3n){ margin-right: 0;}
.ztzl-list li .img{ width: 100%; height: 260px; position: relative; overflow: hidden;}
.ztzl-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.ztzl-list li:hover .img img{ transform: scale(1.1);}
.ztzl-list li .t{ font-size: 1.4em; color: #333; text-align: center; line-height: 58px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.ztzl-list li:hover .t{ color: #0b294d;}

.cgxx-list{ padding: 60px 0 70px;}
.cgxx-list li{ display: flex; flex-direction: column; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.cgxx-list li+li{ padding-top: 25px;}
.cgxx-list li .t{ font-size: 1.8em; color: #333; font-weight: bold; margin: 0; line-height: 1; font-family: HanSans_CN;}
.cgxx-list li .t a{ color: inherit; font-family: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cgxx-list li .p{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 14px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.cgxx-list li .other{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; height: 24px; margin-top: 22px;}
.cgxx-list li .other .date{ font-size: 1.4em; color: #333;}
.cgxx-list li .other .more a{ font-size: 1.4em; color: #999;}
.cgxx-list li:hover .t, .cgxx-list li:hover .other .date{ color: #0b294d;}
.cgxx-list li .other .more a:hover{ color: #0b294d; text-decoration: underline;}


.job-box{ width: 100%; height: 300px; position: relative; margin-top: 65px;}
.job-box .box{ position: absolute; z-index: 1; width: 335px; height: 230px; right: 45px; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.5); padding: 28px 33px;}
.job-box .box .t{ font-size: 1.8em; color: #333; font-weight: bold; font-family: HanSans_CN; line-height: 1; padding-bottom: 18px; position: relative;}
.job-box .box .t::before{ content: ""; position: absolute; width: 40px; height: 3px; background: #0b294d; bottom: 0; left: 0;}
.job-box .box .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 15px;}
.job-box img{ position: absolute; width: 100%; height: 100%; z-index: 0;}

.job-list{ margin-top: 62px; margin-bottom: 55px;}
.job-list .top{ background: #0b294d;}
.job-list .top ul{ display: flex; flex-wrap: wrap; height: 50px; align-items: center; justify-content: space-between; padding-right: 15px;}
.job-list .top li{ font-size: 1.4em; color: #fff; text-align: center;}
.job-list li.w1{ width: 14.79%; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.job-list li.w2{ width: 23.35%;}
.job-list li.w3{ width: 4.67%; height: 100%;}
.job-list .list{ margin-top: 12px;}
.job-list .list li.on .title{ border-bottom: 1px solid #e5e5e5;}
.job-list .list .title ul{ display: flex; flex-wrap: wrap; height: 60px; align-items: center; justify-content: space-between; padding-right: 15px;}
.job-list .list .title li{ font-size: 1.4em; color: #333; text-align: center;  position: relative;}
.job-list .list .title li img{ position: absolute; width: 16px; height: 16px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(90deg); text-align: center; transition: all .3s;}
.job-list .list li.on .title li img{ transform: translate(-50%,-50%) rotate(-90deg);}
.job-list .list .text{ padding: 18px 52px 40px; font-size: 1.4em; color: #333; line-height: 24px; overflow: hidden; display: none;}
.job-list .list .text .box{ width: 38%; float: left;}
.job-list .list li:nth-child(2n) .title{ background: #f6f6f6;}
.job-list .list li.on .text{ border-bottom: 1px solid #e5e5e5;}

.contact-box{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px;}
.contact-box .contact .t{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 1; font-family: HanSans_CN; padding-bottom: 18px; position: relative;}
.contact-box .contact .t::before{ content: ""; position: absolute; width: 45px; height: 3px; background: #0b294d; bottom: 0; left: 0;}
.contact-box .contact .p{ font-size: 1.4em; color: #333; line-height: 35px; margin-top: 10px;}
.contact-box .wx ul{display: flex;}
.contact-box .wx li{ width: 112px; margin-left: 28px;}
.contact-box .wx li .img{ width: 112px; height: 112px;}
.contact-box .wx li .t{ font-size: 1.4em; color: #333; text-align: center; margin-top: 10px;}

.map{ width: 100%; height: 400px; margin-top: 48px; margin-bottom: 56px;}
.map img{ max-width: inherit;}

.message{ margin: 75px 0 56px; border: 1px solid #e5e5e5; padding: 42px 10% 20px;}
.message ul{ display: flex; flex-wrap: wrap;}
.message li{ margin-bottom: 30px; width: 100%;}
.message li:nth-child(-n+4){ width: calc((100% - 50px) / 2); margin-right: 50px;}
.message li:nth-child(2n){ margin-right: 0;}
.message li input[type="text"]{ width: 100%; height: 50px; border: 1px solid #e5e5e5; padding: 0 25px; font-size: 1.4em; color: #333;}
.message li textarea{ width: 100%; height: 100px; border: 1px solid #e5e5e5; padding: 10px 25px; font-size: 1.4em; color: #333;}
.message li:last-child{ text-align: center;}
.message li:last-child input{ width: 150px; height: 50px; border: none; font-size: 1.6em; color: #fff;}
.message li:last-child input[type="reset"]{ background: #bbb;}
.message li:last-child input[type="submit"]{ background: #0b294d; margin-left: 25px;}
























.pager-list{ text-align:center; margin-bottom: 40px;}
.pager-list ul{ list-style-type:none; margin:0; padding:0; display:inline-block;}
.pager-list li{ float:left; padding:0 5px;}
.pager-list li>*{ display:inline-block; font-size:14px; color:#333 !important; height:36px; line-height:34px !important; padding:0 !important; width: 36px; background:#fff !important; border-radius:0 !important;}
.pager-list li a:hover{ background: #0b294d !important; color:#fff !important; border:1px solid #0b294d;}
.pager-list li.active>*{ color:#fff !important; background:#0b294d !important; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#f4f4f4; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#0b294d !important; border:1px solid #0b294d; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}

.pager{ display: flex; flex-wrap: wrap; margin: 18px 0 0; line-height: 40px; padding: 5px 0;}
.pager .prev, .pager .next{ width: 50%; height: 40px; line-height: 40px; }
.pager .prev{ text-align: left; padding-right: 15px; }
.pager .next{ padding-left: 15px; text-align: right; }
.pager a{ font-size: 1.4em; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager a:hover{ color: #0b294d; text-decoration: underline;}





@media (min-width: 1366px){
.container{ width: 1300px; padding: 0;}
    
}
@media (max-width:1365px) and (min-width: 1200px){
.i-zt .box .list .swiper-slide .img{ height: 146px;}
.i-zt .box .swiper-button-next, .i-zt .box .swiper-button-prev{ height: 146px;}

.qywh-box li .img{ height: 225px;}
.qywh-box li .text{ padding: 0 12%;}

.ztzl-list li .img{ height: 230px;}

.job-list .list .text .box{ width: 40%;}




}
@media (max-width:1199px) and (min-width:992px){
.header .box .pc-search input[type="text"]{ width: 280px;}
.header .box .pc-search input[type="submit"]{ width: 80px;}
.pc-nav li > a{ font-size: 1.4em;}
.banner{ height: 400px;}

.i-headlines{ padding: 40px 50px;}
.i-headlines .icon{ width: 65px;}
.i-headlines .box .t{ font-size: 2em;}
.i-headlines .box .p{ font-size: 1.4em; line-height: 20px;}

.i-pic-news .mySwiper{ height: 300px;}
.i-pic-news .swiper-slide .t{ font-size: 1.6em; padding: 0 120px 0 15px;}
.i-list-news .hd li+li{ margin-left: 20px;}
.i-list-news .hd li a{ font-size: 1.4em;}
.i-list-news .bd li{ height: 32px;}

.i-zb .top span{ font-size: 1.6em;}
.i-zb .list li{ height: 32px;}

.i-about .top span{ font-size: 1.6em;}
.i-about-nav{ width: 460px; display: flex; align-items: center;}
.i-about-nav li{ width: 80px;}
.i-about-nav li p{ font-size: 2em; line-height: 22px; padding: 0 30px; top: 90px;}

.i-zt .top span{ font-size: 1.6em;}
.i-zt .box .list .swiper-slide{ width: 33.3333%;}

.foot-box .foot-contact{ width: 68%;}
.foot-box .foot-contact dl{ width: 46%; margin-right: 25px;}

.ld-list li .text .t{ font-size: 2em;}

.qywh-box{ padding: 85px 0 90px;}
.qywh-box li .img{ height: 185px;}
.qywh-box li .text{ padding: 0 3%;}

.zzjg-box{ padding: 85px 0 90px;}

.ztzl-list li{ margin-bottom: 15px;}
.ztzl-list li .img{ height: 185px;}
.ztzl-list li .t{ line-height: 50px;}

.job-list .list .text{ padding: 18px 30px 30px;}
.job-list .list .text .box{ width: 50%;}







}
@media (max-width:991px) and (min-width: 768px){
.header .box .logo{ width: 62%;}
.header .box .pc-search input[type="text"]{ width: 190px; padding: 0 15px;}
.header .box .pc-search input[type="submit"]{ width: 60px;}
.pc-nav li > a{ font-size: 1.4em;}
.pc-nav li .nav-box dd > a{ font-size: 1.4em;}
.banner{ height: 300px;}

.i-headlines{ padding: 30px 40px;}
.i-headlines .icon{ width: 50px;}
.i-headlines .box .t{ font-size: 1.8em;}
.i-headlines .box .p{ font-size: 1.4em; line-height: 20px; margin-top: 8px;}

.i-pic-news .mySwiper{ height: 300px;}
.i-pic-news .swiper-slide .t{ font-size: 1.4em; padding: 0 120px 0 15px;}
.i-pic-news .swiper-pagination{ bottom: 16px;}
.i-pic-news .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 0 5px !important;}
.i-list-news .hd li+li{ margin-left: 5px;}
.i-list-news .hd li a{ font-size: 1.4em; width: 75px;}
.i-list-news .hd > a{ font-size: 1.2em;}
.i-list-news .bd li{ height: 32px;}

.i-zb .top span{ font-size: 1.4em; width: 80px;}
.i-zb .top a{ font-size: 1.2em;}
.i-zb .list{ margin-top: 10px;}
.i-zb .list li{ height: 32px;}
.i-zbgs, .i-zbgg{ padding: 20px 25px 15px;}

.i-about{ flex: none; width: 100%;}
.i-about .top span{ width: 80px; font-size: 1.4em;}
.i-about .top a{ font-size: 1.2em;}
.i-about-nav{ width: 100%; margin-left: 0; margin-top: 30px; display: flex; align-items: center;}
.i-about-nav ul{ justify-content: space-between;}
.i-about-nav li{ width: 80px;}
.i-about-nav li:first-child{ margin-left: 0;}
.i-about-nav li p{ font-size: 2em; line-height: 22px; padding: 0 30px; top: 90px;}

.i-zt .top span{ width: 80px; font-size: 1.4em;}
.i-zt .top a{ font-size: 1.2em;}
.i-zt .box .list .swiper-slide{ width: 50%;}

.foot-link li select{ padding: 0 30px 0 20px; text-align: left;}
.foot-link li::before{ right: 10px;}
.foot-box .foot-contact{ width: 64%;}
.foot-box .foot-contact dl{ width: 44%; margin-right: 25px;}
.foot-box .foot-wx li{ margin-left: 15px;}

.page-nav li{ width: 140px;}

.about-box{ padding: 62px 0 68px;}

.ld-list li .text .t{ font-size: 1.8em;}

.qywh-box{ padding: 65px 0 50px;}
.qywh-box li{ width: 100%; margin-left: 0;}
.qywh-box li+li{ margin-top: 30px;}
.qywh-box li .img{ height: 390px;}
.qywh-box li .text{ padding: 0 3%;}

.fzlc-box .mySwiper .swiper-slide{ width: 25%;}
.fzlc-box .mySwiper2 .swiper-slide .title{ font-size: 3.4em;}

.zzjg-box{ padding: 65px 0 70px;}

.news-list{ margin: 60px 0;}

.ztzl-list li{ width: calc((100% - 20px) / 2); margin-bottom: 15px;}
.ztzl-list li:nth-child(3n){ margin-right: 20px;}
.ztzl-list li:nth-child(2n){ margin-right: 0;}
.ztzl-list li .img{ height: 215px;}
.ztzl-list li .t{ line-height: 50px;}

.job-list .list .title ul{ height: 50px;}
.job-list .list .text{ padding: 18px 30px 30px;}
.job-list .list .text .box{ width: 100%;}
.job-list .list .text .box+.box{ margin-top: 15px;}



}
@media (max-width: 767px){
.header{ position: fixed; width: 100%; z-index: 999;}
.header .box{ height: 60px;}
.header .box .logo{ width: 75%; padding-right: 15px;}
.header .box .pc-search{ display: none;}
.pc-nav{ display: none;}

.banner{ height: 160px; margin-top: 60px;}
.banner .swiper-pagination-bullet{ width: 30px; height: 3px;}

.i-headlines{ padding: 20px; margin-top: 25px;}
.i-headlines::before{ height: 2px;}
.i-headlines .icon{ width: 35px; margin-right: 10px;}
.i-headlines .box .t{ font-size: 1.6em;}
.i-headlines .box .p{ font-size: 1.4em; line-height: 20px; margin-top: 5px;     -webkit-line-clamp: 1;}

.i-news{ margin-top: 30px;}
.i-pic-news{ width: 100%; padding: 20px;}
.i-pic-news .mySwiper{ height: 240px;}
.i-pic-news .swiper-slide .t{ font-size: 1.4em; padding: 0 70px 0 15px;}
.i-pic-news .swiper-pagination{ bottom: 16px;}
.i-pic-news .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 0 5px !important;}
.i-list-news{ width: 100%; padding: 10px 20px 20px;}
.i-list-news .hd li+li{ margin-left: 5px;}
.i-list-news .hd li a{ font-size: 1.4em; width: 75px;}
.i-list-news .hd > a{ font-size: 1.2em;}
.i-list-news .bd li{ height: 32px;}

.i-gg{ margin-top: 25px;}

.i-zb{ margin-top: 0;}
.i-zb .top span{ font-size: 1.4em; width: 80px;}
.i-zb .top a{ font-size: 1.2em;}
.i-zb .list{ margin-top: 10px;}
.i-zb .list li{ height: 32px;}
.i-zbgs, .i-zbgg{ width: 100%; padding: 20px 25px 15px; margin-top: 25px;}

.i-other{ margin-top: 25px;}
.i-about{ flex: none; width: 100%;}
.i-about .top span{ width: 80px; font-size: 1.4em;}
.i-about .top a{ font-size: 1.2em;}
.i-about .box{ margin-top: 20px;}
.i-about-nav{ width: 100%; margin-left: 0; margin-top: 30px; display: flex; align-items: center;}
/* .i-about-nav ul{ justify-content: space-between;} */
.i-about-nav ul{ justify-content: space-evenly;}
.i-about-nav li{ width: 67px;}
.i-about-nav li:first-child{ margin-left: 0;}
.i-about-nav li p{ font-size: 1.6em; line-height: 18px; padding: 0 25px; top: 80px;}

.i-zt{ margin-top: 30px; padding-bottom: 40px;}
.i-zt .top span{ width: 80px; font-size: 1.4em;}
.i-zt .top a{ font-size: 1.2em;}
.i-zt .box .mySwiper{ padding: 0 45px;}
.i-zt .box .list .swiper-slide{ width: 100%;}
.i-zt .box .swiper-button-next, .i-zt .box .swiper-button-prev{ width: 40px;}

.foot-link{ margin-bottom: 20px;}
.foot-link li{ width: 100%; margin-left: 0;}
.foot-link li+li{ margin-top: 15px;}
.foot-link li select{ padding: 0 30px 0 20px; text-align: left;}
.foot-link li::before{ right: 10px;}
.foot-box .foot-contact{ width: 100%;}
.foot-box .foot-contact dl{ width: 100%; margin-right: 0;}
.foot-box .foot-contact dl+dl{ margin-top: 10px;}
.foot-box .foot-contact dd+dd{ margin-top: 10px;}
.foot-box .foot-wx li{ margin-left: 15px;}
.foot-wx{ width: 100%; margin-top: 20px; display: flex; justify-content: center;}
.foot-box .foot-wx li:first-child{ margin-left: 0;}

.page-banner{ height: 140px; margin-top: 60px;}
.page-banner .mbx{ height: 40px; line-height: 40px;}
.page-banner .mbx .box{ font-size: 1.2em;}
.page-nav li{ width: 33.3333%; height: 45px; line-height: 45px;}

.about-box{ padding: 30px 0 28px;}

.ld-list{ padding: 35px 0 26px;}
.ld-list li{ padding-bottom: 20px;}
.ld-list li+li{ padding-top: 20px;}
.ld-list li .img{ margin-right: 20px;}
.ld-list li .text .t{ font-size: 1.6em; padding-bottom: 15px;}
.ld-list li .text .t span{ margin-left: 15px;}
.ld-list li .text .t::before{ height: 1px;}

.qywh-box{ padding: 35px 0 30px;}
.qywh-box li{ width: 100%; margin-left: 0;}
.qywh-box li+li{ margin-top: 20px;}
.qywh-box li .img{ height: 58vw;}
.qywh-box li .text{ padding: 0 3%;}
.qywh-box li .text .t{ font-size: 1.6em;}

.fzlc-box .mySwiper .swiper-slide{ width: 33.333%;}
.fzlc-box .mySwiper2{ margin-top: 30px;}
.fzlc-box .mySwiper2 .swiper-slide{ padding: 0 0 0 10px;}
.fzlc-box .mySwiper2 .swiper-slide .title{ font-size: 2.4em;}
.fzlc-box .mySwiper2 .swiper-slide .box li{ padding-left: 30px; padding-bottom: 10px;}
.fzlc-box .mySwiper2 .swiper-slide .box li .t::before{ left: -36px;}

.zzjg-box{ padding: 35px 0 30px;}

.news-list{ margin: 30px 0;}
.news-list li{ padding-bottom: 20px;}
.news-list li+li{ padding-top: 15px;}
.news-list li .date{ display: none;}
.news-list li .box .img{ width: 140px; height: 145px; margin-right: 15px;}
.news-list li .box .text .t{ font-size: 1.6em;}
.news-list li .box .text .more{ margin-top: 10px;}
.news-list li .box .text .more a{ font-size: 1.2em;}

.news-con{ margin: 30px 0 15px;}
.news-con .title{ font-size: 1.8em;}
.news-con .text{ padding: 20px 0;}

.flfg-list{ margin: 30px 0;}
.flfg-list li{ padding-bottom: 20px;}
.flfg-list li+li{ padding-top: 15px;}
.flfg-list li .date{ width: 90px; margin-right: 15px; }
.flfg-list li .date span{ font-size: 2.4em;}
.flfg-list li .date p{ margin-top: 10px;}
.flfg-list li .text .t{ font-size: 1.6em;}
.flfg-list li .text .more a{ font-size: 1.2em;}

.djdt-list{ padding: 30px 0;}
.djdt-list li{ padding-bottom: 20px;}
.djdt-list li+li{ padding-top: 15px;}
.djdt-list li .img{ width: 120px; height: 135px; margin-right: 15px;}
.djdt-list li .text .t{ font-size: 1.6em;}
.djdt-list li .text .p{ -webkit-line-clamp: 2;}
.djdt-list li .text .other{ flex-direction: column; height: auto; align-items: flex-start; margin-top: 15px;}
.djdt-list li .text .other .date{ font-size: 1.3em;}
.djdt-list li .text .other .more{ margin-top: 5px; display: flex; width: 100%; justify-content: flex-end;}
.djdt-list li .text .other .more a{ font-size: 1.2em;}

.ztzl-list{ padding: 30px 0 15px;}
.ztzl-list li{ width: calc((100% - 20px) / 2); margin-bottom: 5px;}
.ztzl-list li:nth-child(3n){ margin-right: 20px;}
.ztzl-list li:nth-child(2n){ margin-right: 0;}
.ztzl-list li .img{ height: 27vw;}
.ztzl-list li .t{ line-height: 45px;}

.cgxx-list{ padding: 30px 0;}
.cgxx-list li{ padding-bottom: 20px;}
.cgxx-list li+li{ padding-top: 15px;}
.cgxx-list li .t{ font-size: 1.6em;}
.cgxx-list li .p{ -webkit-line-clamp: 2;}
.cgxx-list li .other{ margin-top: 15px;}
.cgxx-list li .other .date{ font-size: 1.3em;}
.cgxx-list li .other .more a{ font-size: 1.2em;}

.job-box{ margin-top: 35px;}
.job-box .box{ right: inherit; left: 50%; transform: translate(-50%,-50%);}
.job-box .box .t{ font-size: 1.6em;}
.job-list{ overflow-y: hidden; margin-top: 32px;}
.job-list .top{ width: 800px;}
.job-list .list{ width: 800px;}
.job-list .list .title ul{ height: 50px;}
.job-list .list .text{ padding: 18px 30px 30px;}
.job-list .list .text .box{ width: 100%;}
.job-list .list .text .box+.box{ margin-top: 15px;}

.contact-box{ margin-top: 30px;}
.contact-box .contact{ width: 100%;}
.contact-box .contact .t{ font-size: 1.6em;}
.contact-box .wx{ width: 100%; margin-top: 20px;}
.contact-box .wx li:first-child{ margin-left: 0;}
.map{ margin: 30px 0 40px; height: 300px;}

.message{ padding: 20px 3% 0; margin: 30px 0 40px;}
.message li{ margin-bottom: 20px;}
.message li:nth-child(-n+4){ width: 100%; margin-right: 0;}
.message li:last-child input{ width: 110px; height: 45px; font-size: 1.4em;}
.message li:last-child input[type="submit"]{ margin-left: 15px;}


.pager-list{ margin-top: 10px;}
.pager-list li>*{ padding: 0 10px !important;}

.pager{ line-height: 34px; margin: 10px 0 0	;}
.pager .prev{ padding-right: 0; width: 100%; height: 35px; line-height: 35px;}
.pager .next{ padding-left: 0; width: 100%; height: 35px; line-height: 35px; text-align: left;}
.pager .next>a, .pager .next>span{ float: none;}

}
