/* 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;}

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

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

.header{ height: 120px; line-height: 120px; position: fixed; z-index: 9; width: 100%; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.15);}
.header .container{ display: flex; align-items: center; flex-wrap: wrap;}
.header .logo{  width: 36%; padding-right: 5%;}
.header .logo img{ max-height: 60px; }
.header .pc-nav{ width: 59%;}
.header .pc-nav ul{ display: flex; flex-wrap: wrap;}
.header .pc-nav li{ margin-left: 35px; position: relative;}
.header .pc-nav li > a{ font-size: 1.6em; color: #333; padding-bottom: 18px; position: relative;}
.header .pc-nav li > a:hover, .header .pc-nav li.on > a{ color: #337ab7;}
.header .pc-nav li > a::before{ content: ""; position: absolute; height: 3px; background: #337ab7; width: 0; left: 0; bottom: 0; transition: all .3s;}
.header .pc-nav li > a:hover::before, .header .pc-nav li.on > a::before{ width: 100%;}
.header .pc-nav li .nav-box{ margin-bottom: 0; position: absolute; width: 160px; 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;}
.header .pc-nav li:nth-child(3) .nav-box, .header .pc-nav li:nth-child(4) .nav-box{ width: 240px;}
.header .pc-nav li:hover .nav-box{ display: block;}
.header .pc-nav li .nav-box dl{ margin-bottom: 0;}
.header .pc-nav li .nav-box dd{ width: 100%; height: 45px; line-height: 45px; text-align: center; position: relative; border-bottom: 1px dashed #bfbfbf;}
.header .pc-nav li .nav-box dd:last-child{ border-bottom: none; border-radius: 0 0 6px 6px;}
.header .pc-nav li .nav-box dd > a{ font-size: 1.4em; text-align: center; color: #333; display: block;}
.header .pc-nav li .nav-box dd:hover{ background: #274289;}
.header .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-pc{ position: relative; width: 5%; text-align: right; cursor: pointer;}
.header .search-pc img{ width: 24px;}
.header .search-pc .icon2{ display: none;}
.header .search-pc .box{ position: absolute; top: 82%; right: -50%; width: 320px; line-height: 45px; flex-wrap: wrap; border-radius: 30px; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,.35); display: none;}
.header .search-pc .box.on{  display: flex;}
.header .search-pc .box input[type="text"]{ width: 80%; border: none; background: #fff; padding: 0 15px 0 25px; font-size: 1.4em;}
.header .search-pc .box input[type="submit"]{ width: 20%; border: none; background: #274289; position: relative; z-index: 0;}
.header .search-pc .box .icon{ position: absolute; width: 20px; height: 20px; z-index: 1; right: 24px; top: 50%; transform: translateY(-50%); pointer-events: none; }

.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 #274289; 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:#274289; 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: #274289; 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: #274289; 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; }
.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: #274289;}
.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: #274289;}
.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: #274289;}
.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: 450px; width: 100%; overflow: hidden; z-index: 0; margin-top: 120px;}
.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;}


.index-box{ background: #f9f9f9; padding: 20px 0 40px; position: relative; z-index: 0;}

.i-news{ background: #fff; padding: 15px; display: flex; flex-wrap: wrap;}
.i-news-pic{ width: 46%; overflow: hidden;}
.i-news-pic .swiper-container{ position: relative;}
.i-news-pic .swiper-slide{ position: relative;}
.i-news-pic .swiper-slide .img{ width: 100%; height: 350px; overflow: hidden; position: relative; z-index: 0;}
.i-news-pic .swiper-slide .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.i-news-pic .swiper-slide .title{ position: absolute; height: 60px; line-height: 60px; width: 100%; background: rgba(0,0,0,.5); padding: 0 25% 0 30px; bottom: 0; left: 0; font-size: 1.8em; color: #fff; font-weight: bold; font-family: HanSans_CN; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news-pic .swiper-slide:hover .title{ background: #004ea2;}
.i-news-pic .swiper-pagination{ bottom: 20px; width: auto; left: inherit; right: 20px;}
.i-news-pic .swiper-pagination-bullet{ width: 10px; height: 10px; background: #fff; margin: 0 7.5px !important; border-radius: 10px; opacity: 1; transition: all .3s;}
.i-news-pic .swiper-pagination-bullet-active{ background: #3687c9; width: 30px;}

.i-news-list{ flex: 1; margin-left: 40px;}
.i-news-list .hd{ height: 55px; background: #f7f7f7; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.i-news-list .hd ul{ display: flex; flex-wrap: wrap;}
.i-news-list .hd li{ width: 150px; line-height: 55px; font-size: 1.8em; color: #666; text-align: center;}
.i-news-list .hd li a{ display: block; color: inherit; font-family: inherit;}
.i-news-list .hd li.on{ background: #274289; color: #fff; font-weight: bold; font-family: HanSans_CN;}
.i-news-list .hd .more{ display: inline-block; padding-right: 18px; margin-right: 20px; font-size: 1.4em; color: #999; position: relative;}
.i-news-list .hd .more:hover{ color: #274289; text-decoration: underline;}
.i-news-list .hd .more i{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.4em;}
.i-news-list .bd{ margin-top: 10px;}
.i-news-list .bd .list li{ display: flex; flex-wrap: wrap; font-size: 1.4em; border-bottom: 1px dashed #eee; line-height: 40px; padding: 8px 0;}
.i-news-list .bd .list li a{ color: #333; padding-left: 30px; position: relative; flex: 1; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news-list .bd .list li a::before{ content: ""; position: absolute; background: #eee; width: 10px; height: 10px; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.i-news-list .bd .list li span{ width: 90px; color: #999; text-align: right;}
.i-news-list .bd .list li a:hover{ color: #274289;}
.i-news-list .bd .list li a:hover::before{ background: #274289;}

.index-title{ height: 56px; line-height: 56px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border-bottom: 2px solid #e5e5e5;}
.index-title span{ display: inline-block; font-size: 2.4em; color: #274289; font-weight: bold; position: relative; font-family: HanSans_CN;}
.index-title span::before{ content: ""; position: absolute; width: 100%; bottom: 0; height: 4px; background: #02599c; left: 0;}
.index-title .more{ display: inline-block; padding-right: 18px; font-size: 1.4em; color: #999; position: relative;}
.index-title .more:hover{ color: #274289; text-decoration: underline;}
.index-title .more i{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.4em;}

.i-yw{ margin-top: 15px;}
.i-yw .list{ margin-top: 45px;}
.i-yw .list ul{ display: flex; flex-wrap: wrap;}
.i-yw .list li{ width: calc((100% - 80px) / 5); margin-right: 20px;}
.i-yw .list li:last-child{ margin-right: 0;}
.i-yw .list li .img{ width: 100%; height: 180px; overflow: hidden; position: relative;}
.i-yw .list li .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.i-yw .list li:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.i-yw .list li .t{ height: 40px; line-height: 40px; text-align: center; background: #eee; font-size: 1.4em; color: #333; font-family: HanSans_CN;}
.i-yw .list li:hover .t{ background: #02599c; color: #fff;}

.i-other{ margin-top: 36px; display: flex; flex-wrap: wrap;}
.i-about, .i-kjcx, .i-tdjs{ width: calc((100% - 40px) / 3); margin-right: 20px; background: #fff; padding: 5px 20px 15px;}
.i-tdjs{ margin-right: 0;}

.i-about .box{ margin-top: 25px;}
.i-about .box .img{ width: 100%; height: 200px; position: relative; overflow: hidden;}
.i-about .box .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.i-about .box .text{ font-size: 1.4em; margin-top: 14px; color: #999; line-height: 24px; text-indent: 2em; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3; word-break: break-all; position: relative;}
.i-about .box .text a{ display: inline-block; text-indent: 0; background: #fff; position: absolute; bottom: 0; right: 0; color: #999;}
.i-about .box .text a span{ color: #274289;}
.i-about .box .text a:hover{ text-decoration: underline;}

.i-kjcx .list, .i-tdjs .list{ margin-top: 10px;}
.i-kjcx .list li, .i-tdjs .list li{ display: flex; flex-wrap: wrap; font-size: 1.4em; border-bottom: 1px dashed #eee; line-height: 40px; padding: 2px 0;}
.i-kjcx .list li a, .i-tdjs .list li a{ color: #333; padding-left: 30px; position: relative; flex: 1; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-kjcx .list li a::before, .i-tdjs .list li a::before{ content: ""; position: absolute; background: #eee; width: 10px; height: 10px; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.i-kjcx .list li span, .i-tdjs .list li span{ width: 90px; color: #999; text-align: right;}
.i-kjcx .list li a:hover, .i-tdjs .list li a:hover{ color: #274289;}
.i-kjcx .list li a:hover::before, .i-tdjs .list li a:hover::before{ background: #274289;}

.i-case{ margin-top: 18px; padding-bottom: 20px;}
.i-case .box{ margin-top: 35px; display: flex; flex-wrap: wrap; width: 100%;}
.i-case .box .ys{ position: relative;}
.i-case .box .ys .img{ position: relative; z-index: 0; width: 100%; height: 100%; overflow: hidden;}
.i-case .box .ys .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.i-case .box .ys:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.i-case .box .ys .t{ position: absolute; z-index: 1; width: 100%; bottom: 0; left: 0; height: 40px; line-height: 40px; text-align: center; background: rgba(0,0,0,.5); font-size: 1.4em; color: #fff; padding: 0 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-case .box .ys:hover .t{ background: #004ea2;}
.i-case .box .frame{ display: flex; flex-wrap: wrap;}

.i-case .box .ys1{ width: 500px; height: 320px; margin-right: 20px;}
.i-case .box .ys2{ flex: 1;}
.i-case .box .ys3{ width: 100%; height: 150px; margin-bottom: 20px;}
.i-case .box .ys4{ width: calc((100% - 20px) / 2); height: 150px; margin-right: 20px;}
.i-case .box .ys4:last-child{ margin-right: 0;}

.footer{ background: #274289; padding-top: 40px;}
.footer .container{ display: flex; flex-wrap: wrap;}
.foot-wx{ width: 220px; border-right: 1px solid rgba(220,220,220,.5); padding-right: 46px; display: flex; flex-direction: column; justify-content: center;}
.foot-wx .t{ font-size: 1.4em; color: #fff; text-align: center; margin-top: 12px;}
.foot-contact{ width: 46.6%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-right: 1px solid rgba(220,220,220,.5); padding: 0 3.5%;}
.foot-contact dl{ margin-bottom: 0;}
.foot-contact dt{ margin-bottom: 10px;}
.foot-contact dd{ font-size: 1.4em; color: #fff; line-height: 24px; margin-top: 4px; width: 86%;}
.foot-contact dd a{ color: inherit;}
.foot-contact img { max-height: 66px; filter: brightness(1000%); }
.foot-link{ flex: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-left: 54px;}
.foot-link dl{ margin-bottom: 0; display: flex; flex-wrap: wrap;}
.foot-link dt{ font-size: 1.8em; color: #fff; font-weight: bold; font-family: HanSans_CN; width: 100%; margin-bottom: 5px;}
.foot-link dd{ display: inline-block; font-size: 1.4em; color: #fff; line-height: 30px; margin-top: 10px; width: 100%; padding-right: 5px;}
.foot-link dd:nth-child(-n+17){ width: 50%;}
/* .foot-link dd:nth-child(3n+1){ margin-right: 0;}
.foot-link dd:nth-child(n+1){ min-width: 100px;}
.foot-link dd:nth-child(3n){ min-width: 135px;} */
.foot-link dd a{ color: inherit;}
.foot-link dd a:hover{ text-decoration: underline;}

.foot-copy{ line-height: 30px; font-size: 1.4em; color: #fff; padding: 15px 0; border-top: 1px solid rgba(220,220,220,.5); margin-top: 50px; width: 100%; text-align: center; display: flex; flex-wrap: wrap; justify-content: center;}
.foot-copy a{ color: inherit; display: flex; flex-wrap: wrap; align-items: center; margin-left: 20px;}
.foot-copy a i{ margin-right: 8px;}


.xf{ position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 99999;}
.xf li{ width: 70px; height: 70px; background: rgba(19,65,142,.85); display: flex; flex-direction: column; justify-content: center; position: relative;}
.xf li+li{ margin-top: 10px;}
.xf li:hover{ background: rgba(19,65,142,1);}
.xf li .icon{ width: 100%; height: 30px; text-align: center;}
.xf li .icon img{ height: 100%;}
.xf li .title{ font-size: 1.2em; color: #fff; text-align: center; margin-top: 5px;}
.xf li .box{ position: absolute; right: 75px; top: 50%; transform: translateY(-50%); background: #fff; padding: 10px; border-radius: 6px; min-width: 160px; font-size: 1.4em; color: #333; box-shadow: 0 0 5px rgba(0,0,0,.35); display: none;}
.xf li .box .wx{ width: 140px;}
.xf li .box .t{ text-align: center;}
.xf li:hover .box{ display: block;}

.page-banner{ height: 300px; margin-top: 120px;}
.page-box{ background: #f9f9f9; padding: 30px 0 80px;}

.ty-box{ display: flex; flex-wrap: wrap; background: #f9f9f9;}
.ty-left{ width: 240px;}
.ty-left .ty-top{ height: 100px; width: 100%; background: #274289; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; padding-left: 38px;}
.ty-left .ty-top.blue-bg{ background: #02599c; margin-top: 36px;}
.ty-left .ty-top .cn{ font-size: 2.4em; line-height: 1; color: #fff; font-weight: bold; font-family: HanSans_CN; margin: 0;}
.ty-left .ty-top .en{ font-size: 1.4em; line-height: 1; color: #fff; margin-top: 10px; text-transform: uppercase;}
.ty-left .ty-top .line{ width: 30px; height: 2px; background: #fff; margin-top: 10px;}
.ty-left .ty-nav{ background: #fff;}
.ty-left .ty-nav li{ display: flex; flex-wrap: wrap; align-items: center; width: 100%; border-bottom: 1px solid #f3f3f3; color: #333; position: relative;}
.ty-left .ty-nav li > a{ display: flex; flex-wrap: wrap; align-items: center; height: 60px; width: 100%; padding-left: 38px; font-size: 1.6em;  color: inherit;}
.ty-left .ty-nav li i{ position: absolute; width: 12px; height: 10px; top: 25px; right: 25px;}
.ty-left .ty-nav li.on i{ transform: rotate(90deg);}
.ty-left .ty-nav li i::before{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-left: 6px solid #333; border-top: 4px solid transparent; border-bottom: 4px solid transparent;}
.ty-left .ty-nav li.on i::before, .ty-left .ty-nav li:hover i::before{ border-left: 6px solid #fff;}
.ty-left .ty-nav li.on > a, .ty-left .ty-nav li:hover > a{ background: #02599c; color: #fff;}
.ty-left .sj-nav li > a{ padding: 0 35px 0 30px;}
.ty-left .sj-nav li dl{ margin-bottom: 0; background: #f0f8ff; width: 100%; display: none;}
.ty-left .sj-nav li.on dl{ display: block;}
.ty-left .sj-nav li dd{ height: 50px; display: flex; flex-wrap: wrap; align-items: center; color: #333; font-size: 1.4em; border-bottom: 1px solid #e5e5e5;}
.ty-left .sj-nav li dd:last-child{ border-bottom: none;}
.ty-left .sj-nav li dd a{ width: 100%; color: inherit; padding-left: 30px;}
.ty-left .sj-nav li dd:hover, .ty-left .sj-nav li dd.on{ color: #fff; background: #3687c9;}

.ty-left .ty-contact{ padding: 16px 20px; background: #fff;}
.ty-left .ty-contact li{ display: flex; flex-wrap: wrap; font-size: 1.4em; color: #333; line-height: 24px; padding-left: 32px; position: relative;}
.ty-left .ty-contact li+li{ margin-top: 10px;}
.ty-left .ty-contact li img{ position: absolute; width: 22px; height: 22px; left: 0; top: 1px;}
.ty-left .ty-contact .wx{ padding: 12px 25px 20px;}
.ty-left .ty-contact .wx .t{ font-size: 1.4em; color: #333; text-align: center; margin-top: 10px;}

.ty-right{ flex: 1; margin-left: 60px; background: #fff;}
.ty-right .ty-top{ background: #274289; height: 50px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 14px 0 24px;}
.ty-right .ty-top .title{ font-size: 1.8em; color: #fff; font-weight: bold; font-family: HanSans_CN;}
.ty-right .ty-top .mbx{ display: flex; font-size: 1.4em; color: #fff;}
.ty-right .ty-top .mbx span{ color: #fff; position: relative; padding-left: 25px; display: inline-block;}
.ty-right .ty-top .mbx span img{ width: 18px; height: 18px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.ty-right .ty-top .mbx a{ color: #fff; margin-right: 10px; display: inline-block;}
.ty-right .ty-top .mbx a+a{ margin-left: 10px;}
.ty-right .ty-top .mbx a:hover{ text-decoration: underline;}

.about-box{ padding: 40px;}
.about-box .title{ font-size: 2.4em; color: #333; text-align: center; font-weight: bold; font-family: HanSans_CN;}
.about-box .text{ margin-top: 40px; font-size: 1.4em; line-height: 24px; color: #333;}
.about-box .text p+p { margin-top: 15px; }
.about-box .text table p+p{ margin-top: 0;}
.about-box li{width: 100%;border: 1px solid #738ed2;box-shadow: 0 5px 10px #738ed2;border-radius: 4px;padding: 30px;margin-bottom: 30px;display: flex;}
.about-box li .pic{width: 25%;}
.about-box li .txt{width: 75%;padding-left: 30px;}
.about-box li .title{padding: 5px 15px;background-color: #274289;border-radius: 8px;display: inline-block;font-size: 1.2em;color: #fff;font-weight: bold;margin-bottom: 10px;}
.about-box li .title span{margin: 0 2em 0 0;}
.about-box li .desc p{font-size: 1em;color: #282828;line-height: 2; margin-top: 15px; }

.qywh-list{ margin-top: 50px; padding: 0 40px;}
.qywh-list ul{ display: flex; flex-wrap: wrap;}
.qywh-list li{ width: calc((100% - 60px) / 4); margin-right: 20px; margin-bottom: 20px; position: relative;}
.qywh-list li:nth-child(4n){ margin-right: 0;}
.qywh-list li .img{ width: 100%; height: 200px; position: relative; overflow: hidden; z-index: 0;}
.qywh-list li .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.qywh-list li .text{ text-align: center; position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.qywh-list li .text .line{ width: 33px; height: 3px; margin: 0 auto; background: #fff;}
.qywh-list li .text .t{ font-size: 3.5em; line-height: 1; color: #fff; font-weight: bold; font-family: HanSans_CN; margin-top: 15px;}

.map-box{ margin: 50px 40px; background: #f3faff;}

.ryzz-list{ padding: 50px 40px 10px;}
.ryzz-list ul{ display: flex; flex-wrap: wrap;}
.ryzz-list li{ width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 20px;}
.ryzz-list li:nth-child(3n){ margin-right: 0;}
.ryzz-list li .img{ position: relative; width: 100%; height: 200px; overflow: hidden; border: 1px solid #e5e5e5;}
.ryzz-list li .img img{ position: absolute;  max-height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.ryzz-list li:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.ryzz-list li .t{ font-size: 1.4em; color: #333; text-align: center; margin-top: 20px;}
.ryzz-list li:hover .t{ color: #3687c9;}

.contact-box{ padding: 50px 40px;}
.contact-box .map{ width: 100%; height: 400px;}
.contact-box .map img{ max-width: none;}
.contact-box .list{ margin-top: 62px;}
.contact-box .list ul{ display: flex; flex-wrap: wrap;}
.contact-box .list li{ width: calc((100% - 50px) / 3); margin-right: 25px; padding-top: 48px;}
.contact-box .list li:last-child{ margin-right: 0;}
.contact-box .list li .box{ width: 100%; height: 200px; padding-top: 80px; background: #f8f7fb; position: relative;}
.contact-box .list li .icon{ width: 96px; height: 96px; position: absolute; border-radius: 100%; border: 10px solid #f8f7fb; top: 0; left: 50%; transform: translate(-50%,-50%);}
.contact-box .list li .blue-bg{ background: #02599c;}
.contact-box .list li .red-bg{ background: #274289;}
.contact-box .list li .icon img{ position: absolute; width: 50px; height: 50px; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.contact-box .list li .text{ padding: 0 20px;}
.contact-box .list li .text .t{ text-align: center; font-size: 2em; color: #333; line-height: 1; font-weight: bold; font-family: HanSans_CN;}
.contact-box .list li .text .p{ font-size: 1.4em; color: #333; line-height: 20px; margin-top: 18px; text-align: center;}
.contact-box .list li .text .tel, .contact-box .list li .text .mail{ font-size: 2.4em; color: #333; text-align: center; line-height: 60px; margin-top: 18px;}


.zyyw-list{ padding: 35px 40px;}
.zyyw-list ul{ display: flex; flex-wrap: wrap;}
.zyyw-list li{ width: calc((100% - 64px) / 3); margin-right: 32px; margin-bottom: 32px;}
.zyyw-list li:nth-child(3n){ margin-right: 0;}
.zyyw-list li .img{ width: 100%; height: 200px; position: relative; overflow: hidden;}
.zyyw-list li .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.zyyw-list li:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.zyyw-list li .t{ height: 45px; line-height: 45px; margin: 0; background: #f5f5f5; text-align: center; font-size: 1.4em; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zyyw-list li:hover .t{ background: #02599c; color: #fff;}

.zyyw-con{ padding: 60px 40px 50px;}
.zyyw-con .title{ font-size: 2.4em; color: #333; text-align: center; font-weight: bold; font-family: HanSans_CN;}
.zyyw-con .text{ margin-top: 50px; font-size: 1.4em; color: #333; line-height: 1.75;}
.zyyw-con .text p+p { margin-top: 15px; }

.case-list{ padding: 50px 40px 10px;}
.case-list ul{ display: flex; flex-wrap: wrap;}
.case-list li{ width: calc((100% - 64px) / 3); margin-right: 32px; margin-bottom: 32px; position: relative;}
.case-list li:nth-child(3n){ margin-right: 0;}
.case-list li .img{ width: 100%; height: 245px; position: relative; overflow: hidden; z-index: 0;}
.case-list li .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.case-list li:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.case-list li .t{ position: absolute; width: 100%; height: 45px; line-height: 45px; margin: 0; text-align: center; bottom: 0; left: 0; background: rgba(0,0,0,.6); font-size: 1.4em; color: #fff; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.case-list li:hover .t{ background: #02599c;}


.news-list{ padding: 50px 40px 10px;}
.news-list li{ margin-bottom: 32px;}
.news-list li a{ display: flex; flex-wrap: wrap; background: #f7f7f7;}
.news-list li .img{ width: 300px; height: 180px; position: relative; overflow: hidden;}
.news-list li .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.news-list li:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
.news-list li .text{ flex: 1; padding: 28px 30px;}
.news-list li .text .t{ font-size: 1.8em; font-weight: bold; font-family: HanSans_CN; margin: 0; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .text .p{ font-size: 1.4em; color: #999; line-height: 20px; min-height: 40px; margin-top: 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list li .text .other{ display: flex; flex-wrap: wrap; justify-content: space-between; height: 20px; line-height: 20px; font-size: 1.4em; color: #333; margin-top: 24px;}
.news-list li .text .other .more{ position: relative; padding-right: 25px; }
.news-list li .text .other .more i{ background: url(../images/more-icon.svg) no-repeat center right; background-size: 20px; position: absolute; width: 20px; height: 20px; right: 0; top: 50%; transform: translateY(-50%) rotate(180deg);}
.news-list li:hover a{ background: #02599c;}
.news-list li:hover .text .t, .news-list li:hover .text .p, .news-list li:hover .text .other{ color: #fff;}
.news-list li:hover .text .other i{ background: url(../images/more-icon2.svg) no-repeat center right; background-size: 20px;}

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


.kjcx-list{ padding: 50px 40px 10px;}
.kjcx-list ul{ display: flex; flex-wrap: wrap;}
.kjcx-list li{ width: calc((100% - 64px) / 3); margin-right: 32px; margin-bottom: 20px;}
.kjcx-list li:nth-child(3n){ margin-right: 0;}
.kjcx-list li .img{ width: 100%; height: auto; position: relative; overflow: hidden; border: 1px solid #e5e5e5;}
/* .kjcx-list li .img img{ position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;} */
.kjcx-list li .img img{ width: 100%; height: auto; transition: all .3s;}
.kjcx-list li:hover .img img{ transform: scale(1.1);}
.kjcx-list li .t{ font-size: 1.4em; color: #333; margin-top: 20px; text-align: center;}


.team-box{ padding: 40px; font-size: 1.4em; color: #333; line-height: 24px;}


.job-box{ padding: 40px;}
.job-box li{ margin-bottom: 35px;}
.job-box li .title{ height: 60px; line-height: 60px; padding: 0 35px; position: relative; background: #02599c; font-size: 2em; font-weight: bold; font-family: HanSans_CN; color: #fff;}
.job-box li .title i{ position: absolute; width: 16px; height: 16px; right: 35px; top: 50%; transform: translateY(-50%); transition: all .3s;}
.job-box li .title i::before{ content: ""; position: absolute; border-left: 16px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent;}
.job-box li.on .title i{ transform: translateY(-50%) rotate(90deg);}
.job-box li .text{ background: #eff8ff; padding: 20px 35px 30px; display: none;}
.job-box li .text .t{ font-size: 1.8em; color: #333; font-weight: bold;}
.job-box li .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 10px;}






.pager-list{ text-align:center; margin-top: 10px; margin-bottom: 60px;}
.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:45px; width: 50px; line-height:43px !important; padding:0 !important;  background:#f4f4f4 !important; border-radius:0 !important; border: none !important;}
.pager-list li a:hover{ background: #02599c !important; color:#fff !important; border:1px solid #02599c;}
.pager-list li.active>*{ color:#fff !important; background:#02599c !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:#02599c !important; border:1px solid #02599c; color: #fff !important;}
.pager-list li .icon{ width: 20px; height: 20px; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}
.pager-list li .next{ transform: translate(-50%,-50%) rotate(180deg);}


.pager{ width: 100%; line-height: 32px; margin: 20px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.pager .next, .pager .prev{ width: 50%; text-align: left; font-size: 1.4em; color: #333;}
.pager a, .pager span{ color: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager .next>a, .pager .next>span{ float: right;}
.pager a:hover{ color: #274289; text-decoration: underline;}








@media (min-width: 1366px){
.container{ width: 1300px; padding: 0;}

}
@media (max-width:1365px) and (min-width: 1200px){
.header .logo{ width: 28%; padding-right: 3%;}
.header .pc-nav{ width: 67%;}

.i-case .box .ys1{ width: 420px;}

.ryzz-list li .img{ height: 164px;}

.contact-box .list li .text .tel, .contact-box .list li .text .mail{ font-size: 2em;}

}
@media (max-width:1199px) and (min-width:992px){
.header{ height: 100px; line-height: 100px;}
.header .logo{ width: 35%; padding-right: 3%;}
.header .pc-nav{ width: 60%;}
.header .pc-nav li{ margin-left: 28px;}
.header .pc-nav li > a{ font-size: 1.4em;}

.banner{ margin-top: 100px;}

.i-news-pic .swiper-slide .img{ height: 290px;}
.i-news-pic .swiper-slide .title{ font-size: 1.6em; height: 50px; line-height: 50px; padding: 0 30% 0 25px;}
.i-news-pic .swiper-pagination{ bottom: 15px; right: 15px;}
.i-news-pic .swiper-pagination-bullet{ width: 8px; height: 8px; margin: 0 5px !important;}
.i-news-pic .swiper-pagination-bullet-active{ width: 25px;}
.i-news-list{ margin-left: 30px;}
.i-news-list .hd{ height: 50px;}
.i-news-list .hd li{ width: 120px; line-height: 50px; font-size: 1.6em;}
.i-news-list .bd{ margin-top: 5px;}
.i-news-list .bd .list li{ line-height: 30px; padding: 8px 0;}

.i-yw .list{ margin-top: 25px;}
.i-yw .list li{ width: calc((100% - 40px) / 3); margin-top: 20px;}
.i-yw .list li:nth-child(3n){ margin-right: 0;}

.i-case .box .ys1{ width: 330px;}

.foot-wx{ width: 190px; padding-right: 35px;}
.foot-link{ padding-left: 35px;}
.foot-link dd, .foot-link dd:nth-child(3n+1){ margin-right: 10px;}

.page-banner{ margin-top: 100px;}

.ryzz-list li{ width: calc((100% - 30px) / 2);}
.ryzz-list li:nth-child(3n){ margin-right: 30px;}
.ryzz-list li:nth-child(2n){ margin-right: 0;}
.ryzz-list li .img{ height: 185px;}

.contact-box .list li{ width: 100%; margin-right: 0;}
.contact-box .list li+li{ margin-top: 30px;}

.zyyw-list li{ width: calc((100% - 32px) / 2);}
.zyyw-list li:nth-child(3n){ margin-right: 32px;}
.zyyw-list li:nth-child(2n){ margin-right: 0;}

.case-list li{ width: calc((100% - 32px) / 2);}
.case-list li:nth-child(3n){ margin-right: 32px;}
.case-list li:nth-child(2n){ margin-right: 0;}

.news-list li .img{ width: 200px;}

.kjcx-list li{ width: calc((100% - 32px) / 2);}
.kjcx-list li:nth-child(3n){ margin-right: 32px;}
.kjcx-list li:nth-child(2n){ margin-right: 0;}



}
@media (max-width:991px) and (min-width: 768px){
.header{ height: 80px; line-height: 80px; position: fixed; background: #fff; width: 100%; z-index: 999; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.header .container{ flex-wrap: nowrap;}
.header .logo{ width: 100%;}
.header .logo img{ height: 50px;}
.header .pc-nav, .header .search-pc{ display: none;}
.nav .nav-top{ height: 80px; line-height: 80px;}

.banner{ margin-top: 80px; height: 41.65vw;}

.i-news-pic{ width: 100%;}
.i-news-pic .swiper-slide .title{ font-size: 1.4em; height: 50px; line-height: 50px; padding: 0 30% 0 20px;}
.i-news-pic .swiper-pagination{ bottom: 15px; right: 15px;}
.i-news-pic .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 0 4px !important;}
.i-news-pic .swiper-pagination-bullet-active{ width: 25px;}
.i-news-list{ margin-left: 0; width: 100%; flex: none; margin-top: 30px;}
.i-news-list .hd{ height: 45px;}
.i-news-list .hd li{ width: 100px; line-height: 45px; font-size: 1.4em;}
.i-news-list .bd .list li{ line-height: 30px; padding: 8px 0;}

.index-title span{ font-size: 2em;}

.i-about, .i-kjcx, .i-tdjs{ width: 100%; margin-right: 0;}
.i-kjcx, .i-tdjs{ margin-top: 30px;}

.i-yw .list{ margin-top: 25px;}
.i-yw .list li{ width: calc((100% - 40px) / 3); margin-top: 20px;}
.i-yw .list li:nth-child(3n){ margin-right: 0;}

.i-case .box .ys1{ width: calc((100% - 20px) / 2);}
.i-case .box .ys1:nth-child(2){ margin-right: 0;}
.i-case .box .ys2{ flex: none; width: 100%; height: 320px; margin-top: 20px;}

.foot-wx{ width: 25%; padding-right: 35px;}
.foot-contact{ width: 75%; border-right: none; padding: 0 0 0 5%;}
.foot-link{ flex: none; width: 100%; padding-left: 0; margin-top: 30px;}
.foot-link dd, .foot-link dd:nth-child(3n+1){ margin-right: 15px; margin-top: 5px;}
.foot-link dd:nth-child(n+1){ min-width: auto;}
.foot-copy{ margin-top: 30px;}

.page-banner{ margin-top: 80px; height: 230px;}
.ty-left{ display: none;}
.ty-right{ margin-left: 0;}

.about-box{ padding: 40px 30px;}
.about-box .title{ font-size: 2em;}
.about-box .text{ margin-top: 30px;}

.qywh-list li .text .t{ font-size: 2.6em;}

.ryzz-list li{ width: calc((100% - 30px) / 2);}
.ryzz-list li:nth-child(3n){ margin-right: 30px;}
.ryzz-list li:nth-child(2n){ margin-right: 0;}
.ryzz-list li .img{ height: 210px;}

.contact-box .list li{ width: 100%; margin-right: 0;}
.contact-box .list li+li{ margin-top: 30px;}

.zyyw-list li{ width: calc((100% - 32px) / 2);}
.zyyw-list li:nth-child(3n){ margin-right: 32px;}
.zyyw-list li:nth-child(2n){ margin-right: 0;}

.zyyw-con .title{ font-size: 2em;}

.case-list li{ width: calc((100% - 32px) / 2);}
.case-list li:nth-child(3n){ margin-right: 32px;}
.case-list li:nth-child(2n){ margin-right: 0;}

.news-list li .img{ width: 240px;}

.news-con{ padding: 30px 40px;}
.news-con .title{ font-size: 2em;}

.kjcx-list li{ width: calc((100% - 32px) / 2);}
.kjcx-list li:nth-child(3n){ margin-right: 32px;}
.kjcx-list li:nth-child(2n){ margin-right: 0;}







}
@media (max-width: 767px){
.header{ height: 60px; line-height: 60px; position: fixed; background: #fff; width: 100%; z-index: 999; }
.header .container{ flex-wrap: nowrap;}
.header .logo{ width: 100%;}
.header .logo img{ height: 35px;}
.header .pc-nav, .header .search-pc{ display: none;}

.banner{ margin-top: 60px; height: 52.65vw;}
.banner .swiper-pagination{ bottom: 10px;}
.banner .swiper-pagination-bullet{ width: 30px; height: 2px;}

.i-news-pic{ width: 100%;}
.i-news-pic .swiper-slide .img{ height: 220px;}
.i-news-pic .swiper-slide .title{ font-size: 1.4em; height: 50px; line-height: 50px; padding: 0 30% 0 20px;}
.i-news-pic .swiper-pagination{ bottom: 15px; right: 15px;}
.i-news-pic .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 0 4px !important;}
.i-news-pic .swiper-pagination-bullet-active{ width: 25px;}
.i-news-list{ margin-left: 0; width: 100%; flex: none; margin-top: 30px;}
.i-news-list .hd{ height: 45px;}
.i-news-list .hd li{ width: 100px; line-height: 45px; font-size: 1.4em;}
.i-news-list .bd .list li{ line-height: 30px; padding: 8px 0;}
.i-news-list .bd .list li a{ padding-left: 24px;}

.index-box{ padding: 20px 0 10px;}
.i-about, .i-kjcx, .i-tdjs{ width: 100%; margin-right: 0;}
.i-kjcx, .i-tdjs{ margin-top: 25px;}
.i-kjcx .list li a, .i-tdjs .list li a{ padding-left: 24px;}

.index-title span{ font-size: 1.8em;}

.i-yw .list{ margin-top: 25px;}
.i-yw .list li{ width: calc((100% - 15px) / 2); margin-top: 15px; margin-right: 15px;}
.i-yw .list li:nth-child(2n){ margin-right: 0;}
.i-yw .list li .img{ height: 140px;}

.i-case .box{ margin-top: 15px;}
.i-case .box .ys1{ width: 100%; height: 150px; margin-right: 0; margin-top: 20px;}
.i-case .box .ys1:nth-child(2){ height: 320px;}
.i-case .box .ys2{ flex: none; width: 100%; height: 150px; margin-top: 20px;}

.footer{ padding-top: 20px;}
.footer .container{ position: relative;}
.foot-wx{ width: 20%; padding-right: 0; border-right: none; position: absolute; top: 18%; right: 15px;}
.foot-contact{ width: 100%; border-right: none; padding: 0; }
.foot-contact dt{ padding-right: 15%;}
.foot-contact dd{ width: 70%;}
.foot-link{ flex: none; width: 100%; padding-left: 0; margin-top: 30px;}
.foot-link dt{ font-size: 1.6em;}
.foot-link dd, .foot-link dd:nth-child(3n+1){ margin-right: 15px; margin-top: 0; font-size: 1.2em;}
.foot-link dd:nth-child(n+1){ min-width: auto;}
.foot-copy{ margin-top: 20px; font-size: 1.2em; line-height: 24px; padding: 10px 0;}


.page-banner{ margin-top: 60px; height: 120px;}
.page-box{ padding: 20px 0 25px;}
.ty-left{ display: none;}
.ty-right{ margin-left: 0;}
.ty-right .ty-top{ padding: 12px 15px 8px; height: auto;}
.ty-right .ty-top .title{ font-size: 1.6em; width: 100%; line-height: 1;}
.ty-right .ty-top .mbx{ width: 100%; font-size: 1.2em; line-height: 22px; align-items: center; margin-top: 8px;}
.ty-right .ty-top .mbx span img{ top: 42%;}
.ty-right .ty-top .mbx a{ margin-right: 5px;}
.ty-right .ty-top .mbx a+a{ margin-left: 5px;}

.about-box{ padding: 25px 15px;}
.about-box .title{ font-size: 1.6em;}
.about-box .text{ margin-top: 20px;}

.qywh-list{ margin-top: 20px; padding: 0 20px;}
.qywh-list li{ width: calc((100% - 20px) / 2);}
.qywh-list li:nth-child(2n){ margin-right: 0;}
.qywh-list li .img{ height: 160px;}
.qywh-list li .text .t{ font-size: 2em;}

.map-box{ margin: 20px 15px;}

.ryzz-list{ padding: 20px 15px 0;}
.ryzz-list li{ width: calc((100% - 15px) / 2); margin-right: 15px; margin-bottom: 15px;}
.ryzz-list li:nth-child(3n){ margin-right: 15px;}
.ryzz-list li:nth-child(2n){ margin-right: 0;}
.ryzz-list li .img{ height: 28.5vw;}
.ryzz-list li .t{ margin-top: 10px;}

.contact-box{ padding: 20px 15px;}
.contact-box .map{ height: 350px;}
.contact-box .list{ margin-top: 30px;}
.contact-box .list li{ width: 100%; margin-right: 0;}
.contact-box .list li+li{ margin-top: 20px;}
.contact-box .list li .box{ padding-top: 60px; height: auto; padding-bottom: 20px;}
.contact-box .list li .text .tel, .contact-box .list li .text .mail{ line-height: 30px; font-size: 1.8em;}

.zyyw-list{ padding: 20px 15px 0;}
.zyyw-list li{ width: calc((100% - 15px) / 2); margin-right: 15px; margin-bottom: 15px;}
.zyyw-list li:nth-child(3n){ margin-right: 15px;}
.zyyw-list li:nth-child(2n){ margin-right: 0;}
.zyyw-list li .img{ height: 28vw;}
.zyyw-list li .t{ font-size: 1.2em;}

.zyyw-con{ padding: 30px 15px 20px;}
.zyyw-con .title{ font-size: 1.8em;}

.case-list{ padding: 20px 15px 0;}
.case-list li{ width: calc((100% - 10px) / 2); margin-right: 10px; margin-bottom: 10px;}
.case-list li:nth-child(3n){ margin-right: 10px;}
.case-list li:nth-child(2n){ margin-right: 0;}
.case-list li .img{ height: 36vw;}
.case-list li .t{ font-size: 1.2em; height: 40px; line-height: 40px;}

.news-list{ padding: 20px 15px 0;}
.news-list li{ margin-bottom: 20px;}
.news-list li .img{ width: 100%;}
.news-list li .text{ padding: 20px;}
.news-list li .text .t{ font-size: 1.6em;}
.news-list li .text .other{ margin-top: 15px; font-size: 1.2em;}
.news-list li .text .other .more{ padding-right: 20px;}
.news-list li .text .other .more i{ background-size: 14px; width: 14px;}

.news-con{ padding: 20px 15px;}
.news-con .title{ font-size: 1.8em; margin: 5px 0 10px;}
.news-con .bq{ padding: 5px 0 15px;}
.news-con .bq span{ font-size: 1.2em; margin: 0 10px;}
.news-con .text{ padding: 20px 0;}

.kjcx-list{ padding: 20px 15px 0;}
.kjcx-list li{ width: calc((100% - 10px) / 2); margin-right: 10px; margin-bottom: 10px;}
.kjcx-list li:nth-child(3n){ margin-right: 10px;}
.kjcx-list li:nth-child(2n){ margin-right: 0;}
.kjcx-list li .img{ height: auto;}
.kjcx-list li .t{ font-size: 1.2em; height: 40px; line-height: 40px; margin-top: 0;}

.team-box{ padding: 20px;}

.job-box{ padding: 20px;}
.job-box li{ margin-bottom: 15px;}
.job-box li .title{ font-size: 1.6em; padding: 0 20px; height: 50px; line-height: 50px;}
.job-box li .title i{ right: 20px; width: 10px; height: 10px;}
.job-box li .title i::before{ border-left: 10px solid #fff; border-top: 5px solid transparent; border-bottom: 5px solid transparent;}
.job-box li .text{ padding: 20px;}
.job-box li .text .t{ font-size: 1.6em;}


.pager-list{ margin-bottom: 20px;}
.pager-list li>*{ width: 36px; height: 36px; line-height: 36px !important;}
.pager-list li .icon{ width: 14px; height: 14px;}

.pager .next, .pager .prev{ width: 100%; font-size: 1.2em;}
.pager .next>a, .pager .next>span{ float: left;}
.xf { display: none; }
}





