/* 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: 6px; height: 6px;}
::-webkit-scrollbar-thumb{background-color:#c1c1c1}

.header{ position: relative; background: #fff; width: 100%; z-index: 999;}
.header.on{ position: fixed; top: 0; left: 0; box-shadow: 0 3px 5px rgba(0,0,0,.15);}
.header .wrapper{ display: flex; flex-wrap: wrap; align-items: center;justify-content: space-between;width: 92%; height: 100px;margin: 0 auto;}
.header .logo img{ max-height: 54px;display: block;}
.header .right{display: flex;align-items: center;}
.header .pc-nav{ flex: 1;}
.header .pc-nav ul{ display: flex; flex-wrap: wrap;}
.header .pc-nav li{ padding: 15px 26px 0; height: 100px; position: relative; display: flex; flex-wrap: wrap; align-items: center;}
.header .pc-nav li > a{ font-size: 1.6em; color: #333; padding-bottom: 15px; position: relative;}
.header .pc-nav li > a:hover, .header .pc-nav li.on > a{ color: #0b6cb4;}
.header .pc-nav li > a::before{ content: ""; position: absolute; height: 3px; background: #0b6cb4; 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: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: #0b6cb4;}
.header .pc-nav li .nav-box dd:hover > a{ color: #fff;}

.header .pc-search{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; height: 100%; font-size: 1.6em; font-weight: bold; cursor: pointer;margin-left: 20px;}
.header .pc-search > img{ width: 25px; height: 25px;}
.header .pc-search .box{ position: absolute; top: calc(100% + 10px); right: -20px; width: 320px; line-height: 45px; flex-wrap: wrap; border-radius: 6px; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,.35); display: none;}
.header .pc-search .box.on{  display: flex;}
.header .pc-search .box input[type="text"]{ width: 80%; border: none; background: #fff; padding: 0 15px; font-size: 1.4rem; font-weight: normal;}
.header .pc-search .box input[type="submit"]{ width: 20%; border: none; background: #0b6cb4; position: relative; z-index: 0;}
.header .pc-search .box .icon{ position: absolute; width: 20px; height: 20px; z-index: 1; right: 24px; top: 50%; transform: translateY(-50%); pointer-events: none;}

.header .other{ display: flex; flex-wrap: wrap; align-items: center; margin-left: 30px;}
.header .other a{ display: inline-block; font-size: 1.6em; text-align: center;}
.header .other a.login{ width: 90px; color: #333; height: 30px; line-height: 30px; border-left: 1px solid #dcdcdc; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.header .other a.register{ width: 95px; color: #fff; background: #0b6cb4; height: 38px; line-height: 38px; transition: all .3s;border-radius: 8px;}
.header .other a.login:hover{ color: #0b6cb4;}
.header .other a.register:hover{ border-radius: 2px; box-shadow: 0 3px 5px rgba(23,98,255,.85);}


@-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{position: absolute;right: 12%;width: 28px;height: 28px;display: none;}
.header .search > img{width: 100%;height: 100%;display: block;}
.header .search-box{ position: absolute; top: 100%;  width: 100%; left: 0; background: #fff; padding: 10px 20px; border-top: 1px solid #0b6cb4; 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:#0b6cb4; 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: #0b6cb4; 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; }

.header .btm_btn{display: none;width: 100%;height: 40px;line-height: 40px;text-align: center;justify-content: center;gap: 1px;background-color: #fff;}
.header .btm_btn a{width: 50%;color: #fff;background-color: #0b6cb4;}

.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: #0b6cb4; font-size: 1.6em; color: #fff; padding: 0 20px; text-align:left; height: 60px; line-height: 60px;}
.nav ul{ overflow-x:hidden; height: calc(100% - 80px);}
.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: #0b6cb4;}
.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: #0b6cb4;}
.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: #0b6cb4;}
.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: 700px; 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-about{ padding: 85px 0 80px;background: url(../images/iabout-img-bg.png) no-repeat left center;}
.i-about .box{ display: flex; flex-wrap: wrap;align-items: flex-end;}
.i-about .box .frame{ width: 45%; padding-right: 50px;}
.i-about .box .frame .title{ line-height: 1;}
.i-about .box .frame .title h3{ font-size: 3.6em; margin: 10px 0; color: #333; font-weight: bold;}
.i-about .box .frame .title .line{ height: 6px; margin-top: 25px;}
.i-about .box .frame .text{ margin: 50px 0 80px; font-size: 1.8em; color: #333; line-height: 1.8;}
.i-about .box .frame .btns a{  padding: 14px 25px;text-align: center; border-radius: 8px;background-color: #0b6cb4;color: #fff;font-size: 2em;transition: all .3s ease-out;}
.i-about .box .frame .btns a:hover{ letter-spacing: 1px;}
.i-about .box .img{ width: 52%;}

.counters{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}
.counters li{display: flex;align-items: center;color: #818181;font-size: 1.8em;line-height: 1;}
.counters li .icon{height: 52px;}
.counters li .inner{margin-left: 13px;}
.counters li b{font-size: 3em;color: #0b6cb4;font-family: Arial;font-weight: normal;}
.counters li i{font-style: normal;}
.counters li .p{margin-top: 20px;}

.index-title{ line-height: 1; position: relative;}
.index-title .cn{ font-size: 3em; font-weight: bold; text-align: center; color: #333; position: relative; z-index: 1; margin: 0;}
.index-title .en{ font-size: 5em; color: #e9e9e9; text-transform: uppercase; position: absolute; z-index: 0; top: 6px; font-weight: bold; width: 100%; text-align: center;}
.index-title .line{ margin-top: 30px; height: 6px; position: relative;}
.index-title .line i{ position: absolute; width: 80px; height: 6px; background: #0b6cb4; border-radius: 6px; top: 0; left: 50%; transform: translateX(-50%);}

.index_business{position: relative;color: #fff;}
.index_business .top{display: flex;justify-content: space-between;align-items: flex-end;position: absolute;top: 50px;left: 0;right: 0;z-index: 5;}
.index_business .top::before,.index_business .top::after{display: none;}
.index_business .index-title .cn{color: #fff;}
.index_business .swiper-button-next, 
.index_business .swiper-button-prev{width: 48px;height: 48px;}
.index_business .swiper-button-prev{background-color: #fff;right: 48px;left: auto;}
.index_business .swiper-button-next{background-color: #ff6600;right: 0;}
.index_business .swiper-button-prev::after{color: #ff6600;font-size: 20px;}
.index_business .swiper-button-next::after{color: #fff;font-size: 20px;}
.index_business .swiper_cont .swiper-slide{padding: 200px 0 300px;text-align: center;background-repeat: no-repeat;background-position: center;background-size: cover;}
.index_business .swiper_cont .swiper-slide .desc{width: 70%;font-size: 1.6em;color: rgba(255, 255, 255, .9);margin: 30px auto 50px;}
.index_business .swiper_cont .swiper-slide .more a{padding: 12px 25px;text-align: center; border-radius: 8px;color: #fff;font-size: 2em;border: 1px solid #fff;display: inline-block;transition: all .3s ease-out;}
.index_business .swiper_cont .swiper-slide .more a:hover{background-color: #0b6cb4;border-color: #0b6cb4;}
.index_business .swiper_tab{position: absolute;bottom: 50px;left: 0;right: 0;}
.index_business .swiper_tab .swiper-slide{cursor: pointer;}
.index_business .swiper_tab .swiper-slide .icon{height: 65px;text-align: center;}
.index_business .swiper_tab .swiper-slide .icon img{height: 100%;filter: brightness(0) invert(1);}
.index_business .swiper_tab .swiper-slide .dot{width: 8px;height: 8px;border-radius: 10px;background-color: #fff;margin: 20px auto 10px;}
.index_business .swiper_tab .swiper-slide .title{text-align: center;font-size: 1.8em;}
.index_business .swiper_tab .swiper-slide-thumb-active .icon img{filter: none;}
.index_business .swiper_tab .swiper-slide-thumb-active .dot{background-color: #ff6600;box-shadow: 0 0 5px #ff6600;}
.index_business .swiper_tab .swiper-slide-thumb-active .title{color: #ff6600;}

.index_tit{display: flex;justify-content: space-between;align-items: flex-end;}
.index_tit .more{padding: 12px 25px;text-align: center; border-radius: 8px;color: #fff;font-size: 2em;background-color: #0b6cb4;transition: all .3s ease-out;}
.index_tit .more:hover{letter-spacing: 1px;}

.i-tender{ padding: 72px 0 50px;}
.i-tender .list{ margin-top: 45px;}
.i-tender .list ul{ display: flex; flex-wrap: wrap;}
.i-tender .list li{ width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 30px; border: 1px solid #dcdcdc; border-radius: 20px; padding: 20px 20px 20px 30px; transition: all .3s; overflow: hidden;}
.i-tender .list li:nth-child(3n){ margin-right: 0;}
.i-tender .list li a{ display: block;}
.i-tender .list li .title{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 30px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-tender .list li .title span{ display: inline-block; width: 60px; height: 30px; line-height: 30px; text-align: center; background: #ff6600; border-radius: 4px; font-size: 1.4rem; font-weight: bold; color: #fff; margin-right: 18px;}
.i-tender .list li .title span.zb { background: #0b6cb4; }
.i-tender .list li .date{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 20px; background: #d8e5ff;padding: 8px 10px; border-radius: 4px;}
.i-tender .list li .date div{  font-size: 1.4em; color: #333;padding-left: 18px;}
.i-tender .list li .date .l{background: url(../images/icon_date01.png) no-repeat left center/14px;}
.i-tender .list li .date .r{background: url(../images/icon_date02.png) no-repeat left center/14px;}
.i-tender .list li .date img{height: 14px;}
.i-tender .list li:hover{ box-shadow: 0 3px 5px rgba(23,98,255,.35);}
.i-tender .list li:hover .title{ color: #0b6cb4;}

.i-case{ background: #f8f8f8; padding: 58px 0 70px;}
.i-case .swiper_list{ margin-top: 62px;}
.i-case .swiper_list .swiper-slide{height: 400px; position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;}
.i-case .swiper_list .swiper-slide .main{width: 45%;height: 100%;padding: 50px;display: inline-flex;flex-direction: column;justify-content: center;}
.i-case .swiper_list .swiper-slide .title{font-size: 1.8em;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.i-case .swiper_list .swiper-slide .title::after{content: '';width: 4em;height: 2px;background-color: #fff;margin: 20px 0 20px auto;display: block;}
.i-case .swiper_list .swiper-slide .desc{font-size: 1.6em;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.i-case .swiper_list .swiper-slide .more{display: none;}
.i-case .swiper_list .swiper-slide .more a{padding: 10px 20px;text-align: center; border-radius: 8px;color: #0b6cb4;font-size: 1.6em;border: 1px solid #0b6cb4;display: inline-block;transition: all .3s ease-out; background: #ffffffab; }
.i-case .swiper_list .swiper-slide .more a:hover{background-color: #0b6cb4;color: #fff;}
.i-case .swiper_list .swiper-slide::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 21, 55, .8);z-index: -1;}

.i-case .swiper_list .swiper-slide-prev{text-align: right;}
.i-case .swiper_list .swiper-slide-next{text-align: left;}
.i-case .swiper_list .swiper-slide-next .title::after{margin: 20px auto 20px 0;}

.i-case .swiper_list .swiper-slide-active .main{width: 100%;}
.i-case .swiper_list .swiper-slide-active::after{background-color: rgba(255, 255, 255, .3);}
.i-case .swiper_list .swiper-slide-active .title{font-size: 2.2em;color: #0b6cb4;text-align: left;}
.i-case .swiper_list .swiper-slide-active .title::after{background-color: #0b6cb4;margin: 20px 0;}
.i-case .swiper_list .swiper-slide-active .desc{color: #807f7f;margin-bottom: 70px;text-align: left;}
.i-case .swiper_list .swiper-slide-active .more{display: block;}

.i-case .swiper-button-next, 
.i-case .swiper-button-prev{ width: 50px; height: 60px; background: rgba(0,0,0,.5); top: calc(50% - 30px);margin-top: 0;}
.i-case .swiper-button-next{ left: calc(75% + 8px);}
.i-case .swiper-button-prev{ right: calc(75% + 8px);left: auto;}
.i-case .swiper-button-next:hover, 
.i-case .swiper-button-prev:hover{ background: #0b6cb4;}
.i-case .swiper-button-next::after, 
.i-case .swiper-button-prev::after{font-size: 20px;color: #fff;font-weight: bold;}

.i-news{ padding: 75px 0 90px;}
.i-news .list{height: 350px; margin-top: 50px;display: flex; flex-wrap: wrap;justify-content: space-between;gap: 30px;}
.i-news .list .l1{flex: 1;height: 100%;position: relative;border-radius: 10px;overflow: hidden;transition: all .3s ease-out;}
.i-news .list .l1 .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: inherit;}
.i-news .list .l1 .pic img{width: 100%;height: 100%;object-fit: cover;transition: inherit;}
.i-news .list .l1 .txt{position: absolute;bottom: 20px;left: 20px;width: calc(100% - 40px);color: #fff; background: #00000050;   padding: 10px 20px; }
.i-news .list .l1 .title{font-size: 2.2em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  }
.i-news .list .l1 .date{font-size: 1.4em;background: url(../images/icon_date03.png) no-repeat left center/14px;padding-left: 20px;margin-top: 10px;}
.i-news .list .l1:hover .txt{ background: none; }
.i-news .list .l1 .title:hover{color: #0b6cb4; }

.i-news .list .l2{width: 28%;height: 100%;border-radius: 10px;box-shadow: 0 0 8px #ccc;overflow: hidden;background-color: #f9f9f9;display: flex;flex-direction: column;position: relative;transition: all .3s ease-out;}
.i-news .list .l2 .txt{padding: 15px;transition: inherit;}
.i-news .list .l2 .pic{height: calc(100% - 106px);transition: all .3s ease-out;display: block;}
.i-news .list .l2 .pic img{width: 100%;height: 100%;object-fit: cover;transition: inherit;}
.i-news .list .l2 .title{font-size: 1.6em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;transition: inherit;}
.i-news .list .l2 .date{font-size: 1.4em;background: url(../images/icon_date04.png) no-repeat left center/14px;padding-left: 20px;margin-top: 10px;color: #717171;transition: inherit;}

@media (min-width: 1024px){
	.i-news .list .l1:hover{background-color: #f9f9f9;}
	.i-news .list .l1:hover .pic{height: calc(100% - 106px);}
	.i-news .list .l1:hover .txt{color: #333;}
	.i-news .list .l1:hover .date{background-image: url(../images/icon_date04.png);}

	.i-news .list .l2:hover{width: 40%;}
	.i-news .list .l2:hover .pic{height: 100%;}
	.i-news .list .l2:hover .txt{position: absolute;bottom: 0;left: 0;}
	.i-news .list .l2:hover .title{color: #fff;font-size: 2.2em;-webkit-line-clamp: 1;}
	.i-news .list .l2:hover .date{color: #fff;background-image: url(../images/icon_date03.png);}

}

.i-news .list ul{width: 28%;height: 100%;border-radius: 10px;box-shadow: 0 0 8px #ccc;overflow: hidden;background-color: #f9f9f9;padding: 30px 30px;}
.i-news .list li{padding: 15px 0;border-bottom: 1px solid #e2e2e2;}
.i-news .list li .top{display: flex;justify-content: space-between;align-items: center;}
.i-news .list li .date{font-size: 1.4em;background: url(../images/icon_date05.png) no-repeat left center/14px;padding-left: 20px;color: #717171;}
.i-news .list li .top span{padding: 0 6px;background-color: #ff6600;font-size: 1.4em;color: #fff;border-radius: 2px;}
.i-news .list li .title{font-size: 1.6em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;margin-top: 10px;}
.i-news .list li:first-child{padding-top: 0;}
.i-news .list li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}

.footer{ background: #e2e2e2; padding: 50px 0 20px;}
.footer .main{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer .footer_nav{display: flex;}
.footer .footer_nav> li{margin-right: 50px;}
.footer .footer_nav> li h4{font-size: 2em;color: #000;}
.footer .footer_nav ul li{text-align: center;margin-top: 30px;}
.footer .footer_nav ul li a{font-size: 1.6em;color: #555;}
.footer .contact{width: 320px;display: flex;flex-direction: column;align-items: center;}
.footer .qrcode{width: 150px;}
.footer .tel{background: url(../images/icon_tel01.png) no-repeat left center/contain;height: 50px;line-height: 50px;padding-left: 70px;font-size: 3em;margin: 30px 0;}
.footer .address{font-size: 1.6em;}
.footer .links{display: flex;flex-wrap: wrap;margin-top: 30px;}
.footer .links .type_name{width: 123px;font-size: 1.4em;}
.footer .links .type_name span{font-size: 24px;}
.footer .links ul{width: calc(100% - 123px);display: flex;flex-wrap: wrap;}
.footer .links ul li{margin: 10px 30px 0 0;font-size: 1.4em;}
.footer .links ul li a{color: #333;}
.footer a:hover{color: #0b6cb4;text-decoration: underline;}

.footer-copy{ background: #0b6cb4; height: 50px; line-height: 50px; font-size: 1.4em; color: #fff;}
.footer-copy .fl, .footer-copy .fr{ display: flex; flex-wrap: wrap;}
.footer-copy a{ display: inline-block; color: inherit;}
.footer-copy a img{ margin-right: 10px;}
.footer-copy a:hover{ text-decoration: underline;}

.page-banner{ position: relative; z-index: 0;}
.page-banner .container{ height: 300px; display: flex; flex-wrap: wrap; align-items: center;}
.page-banner .page-banner-title{ line-height: 1; padding-left: 18px; position: relative;}
.page-banner .page-banner-title::before{ content: ""; position: absolute; width: 3px; height: 100%; left: 0; top: 0; background: #fff;}
.page-banner .page-banner-title .cn{ font-size: 3em; font-weight: bold; color: #fff;}
.page-banner .page-banner-title .en{ font-size: 2.4em; color: #fff; margin-top: 8px;}

.page-top{ background: #f5f5f5;}
.page-top .container{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 50px;}
.page-top .container::before, .page-top .container::after{ display: none;}
.page-nav{ position: relative;}
.page-nav ul{ display: flex; flex-wrap: wrap;}
.page-nav li{ width: 100px; margin-left: 35px;}
.page-nav li:first-child{ margin-left: 0;}
.page-nav li a{ display: inline-block; width: 100%; height: 30px; line-height: 30px; text-align: center; font-size: 1.4em; color: #333;}
.page-nav li.on a, .page-nav li:hover a{ background: #0b6cb4; color: #fff;}

.mbx{ font-size: 1.4em; color: #999;}
.mbx span{ display: inline-block; padding-left: 35px; background: url(../images/mbx-icon.svg) no-repeat center left; background-size: 20px; margin-right: -5px;}
.mbx a{ color: #999; padding: 0 5px;}
.mbx a:hover{ color: #0b6cb4; text-decoration: underline;}

.page-title{ font-size: 3em; text-align: center; position: relative; font-weight: bold; color: #333; line-height: 1; padding-bottom: 33px;}
.page-title::before{ content: ""; position: absolute; width: 80px; height: 6px; background: #0b6cb4; border-radius: 4px; left: 50%; transform: translateX(-50%); bottom: 0;}
 
.about-title{display: flex;justify-content: center;align-items: center;}
.about-title::before,
.about-title::after{content: '';width: 30px;height: 3px;background-color: #d2d2d2;display: block;}
.about-title span{padding: 0 15px;background-color: #fff;font-size: 3em;color: #000;}

.about-box1{ padding: 66px 0 72px; position: relative;}
.about-box1 .box{ display: flex; flex-wrap: wrap;margin-top: 40px;}
.about-box1 .box .frame{ width: 53.847%; padding-right: 36px;}
.about-box1 .box .frame .title{ font-size: 3em; font-weight: bold; color: #333; line-height: 1; position: relative; padding-bottom: 33px;}
.about-box1 .box .frame .title::before{ content: ""; position: absolute; width: 80px; height: 6px; background: #0b6cb4; border-radius: 4px; left: 0; bottom: 0;}
.about-box1 .box .frame .tit{font-size: 3em;color: #0b6cb4;font-weight: bold;margin-bottom: 30px;}
.about-box1 .box .frame .text{ margin-top: 35px; font-size: 1.6em; color: #707070; line-height: 28px;}
.about-box1 .box .frame .list{ margin-top: 38px;}
.about-box1 .box .frame .list ul{ display: flex; flex-wrap: wrap;}
.about-box1 .box .frame .list li{ width: calc((100% - 110px) / 3); margin-left: 55px; text-align: center;}
.about-box1 .box .frame .list li:first-child{ margin-left: 0;}
.about-box1 .box .frame .list li strong{ font-size: 5em; color: #0b6cb4; font-weight: bold; line-height: 1; display: inline-block; margin-right: 10px;}
.about-box1 .box .frame .list li span{ font-size: 1.4em; color: #333;}
.about-box1 .box .frame .list li p{ font-size: 1.4em; color: #333; text-align: center; margin-top: 20px;}
.about-box1 .box .img{ flex: 1; position: relative; overflow: hidden;}
.about-box1 .box .img img{ width: 100%; height: 100%;}

.about-box2 ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 40px;}
.about-box2 ul li{width: 20%;background: url(../images/bg01.jpg) no-repeat center/cover;padding: 50px 30px;overflow: hidden;transition: all .3s ease-out;}
.about-box2 ul li .inner{height: 72px;position: relative;}
.about-box2 ul li .title{color: #0b6cb4;font-size: 2.2em;margin-bottom: 20px;white-space: nowrap;display: flex;align-items: center;}
.about-box2 ul li .title img{height: 20px;margin-left: 12px;}
.about-box2 ul li .p2,
.about-box2 ul li .p1{position: absolute;left: 0;transition: all .5s ease-out;}
.about-box2 ul li .p1{color: #333;opacity: 1;top: 0;font-weight: bold;font-size: 3em;}
.about-box2 ul li .p2{color: #707070;font-size: 1.6em;margin-top: 20px;opacity: 0;bottom: -100px;}

@media screen and (min-width: 1025px){
	.about-box2 ul li.on{width: 36%;}
    .about-box2 ul li.on .p1{top: -50px;opacity: 0;}
    .about-box2 ul li.on .p2{bottom: 0;opacity: 1;}
}

.about-box3{ padding: 95px 0;}
.about-box3 .swiper{position: relative;margin-top: 40px;}
.about-box3 .swiper-container{width: calc(100% - 200px);margin: 0 auto;overflow: hidden;}
.about-box3 .swiper-button-next, 
.about-box3 .swiper-button-prev{width: 45px;height: 45px;background-color: #0b6cb4;border-radius: 50px;}
.about-box3 .swiper-button-prev{left: 0;}
.about-box3 .swiper-button-next{right: 0;}
.about-box3 .swiper-button-next::after, 
.about-box3 .swiper-button-prev::after{font-size: 20px;color: #fff;}
.about-box3 .pic{width: 100%;padding: 10px;background-color: #eef0f1;}
.about-box3 .pic img{width: 100%;}
.about-box3 .title{background-color: #0b6cb4;font-size: 1.4em;color: #fff;padding: 15px;text-align: center;}
.about-box3 .swiper-slide:hover .pic img{transform: scale(1.02);transition: all .3s ease-out;}

.about-box4{ padding: 40px 0 70px;}
.about-box4 .box{ margin-top: 25px; text-align: center;}


.job-box{ padding: 85px 0;}
.job-box .job-search{ margin-top: 64px;}
.job-box .job-search ul{ display: flex; flex-wrap: wrap;}
.job-box .job-search li{ margin-left: 30px; position: relative;}
.job-box .job-search li:first-child{ margin-left: 0;}
.job-box .job-search li select{ width: 350px; height: 50px; border: 1px solid #dcdcdc; padding: 0 20px; font-size: 1.4em; color: #333; appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.job-box .job-search li input{ width: 160px; height: 50px; line-height: 50px; border: none; background: #0b6cb4; font-size: 1.8em; color: #fff; transition: all .3s;}
.job-box .job-search li input:hover{ box-shadow: 0 3px 5px rgba(23,98,255,.65);}
.job-box .job-search li::before{ content: ""; position: absolute; border-top: 8px solid #333; border-left: 4px solid transparent; border-right: 4px solid  transparent; right: 20px; top: 50%; transform: translateY(-50%);}
.job-box .job-search li:last-child::before{ display: none;}
.job-box .job-list{ margin-top: 40px;}
.job-box .job-list li{ padding: 0 20px 0 25px; background: #f8f8f8; margin-bottom: 38px;}
.job-box .job-list li .top{ display: flex; flex-wrap: wrap; align-items: center; height: 54px; font-size: 1.4em; color: #333;}
.job-box .job-list li .top > div{ margin-right: 15px;}
.job-box .job-list li .top .zw{ width: 21.12%; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.job-box .job-list li .top .rs{ width: 12.36%;}
.job-box .job-list li .top .dd{ width: 14.74%;}
.job-box .job-list li .top .zplx{ width: 14.74%;}
.job-box .job-list li .top .date{ flex: 1;}
.job-box .job-list li .top .btns{ margin-right: 0; position: relative; width: 10%; height: 100%; cursor: pointer;}
.job-box .job-list li .top .btns img{ width: 18px; height: 18px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.job-box .job-list li .box{ padding-top: 15px; padding-bottom: 35px; display: none;}
.job-box .job-list li .box .t{ font-size: 1.4em; line-height: 24px; color: #333; margin-top: 20px;}
.job-box .job-list li .box .p{ font-size: 1.4em; line-height: 24px; color: #333;}
.job-box .job-list li .box .btns{ margin-top: 20px;}
.job-box .job-list li .box .btns a{ display: inline-block; width: 100px; height: 40px; line-height: 40px; text-align: center; background: #0b6cb4; color: #fff; font-size: 1.4em; transition: all .3s;}
.job-box .job-list li .box .btns a:hover{ box-shadow: 0 3px 5px rgba(23,98,255,.65);}
.job-box .job-list li.on .top{ border-bottom: 1px solid #e5e5e5;}
.job-box .job-list li.on .top .btns img{ transform: translateY(-50%) rotate(180deg);}


.business-list{ padding: 72px 0 50px;}
.business-list .list{ position: relative;}
.business-list .list li{ display: flex; flex-wrap: wrap; overflow: hidden; border-radius: 30px; box-shadow: 0 0 10px rgba(124,166,255,.35); margin-bottom: 50px;}
.business-list .list li .img{ flex: 1; position: relative; overflow: hidden; background: #eef3ff;}
.business-list .list li .img img{ position: absolute; width: 100%; height: 100%;}
.business-list .list li .text{ width: 50%; min-height: 400px; padding: 58px 62px 60px; display: flex; flex-direction: column; justify-content: space-between;}
.business-list .list li .text .t{ font-size: 2.4em; font-weight: bold; color: #333; line-height: 1; position: relative; padding-bottom: 26px;}
.business-list .list li .text .t::before{ content: ""; position: absolute; width: 60px; height: 4px; border-radius: 4px; background: #0b6cb4; left: 0; bottom: 0;}
.business-list .list li .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 24px;}
.business-list .list li .text .btns{ margin-top: 28px;}
.business-list .list li .text .btns a{ display: inline-block; width: 120px; height: 40px; border: 1px solid #e5e5e5; border-radius: 20px; position: relative;}
.business-list .list li .text .btns span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.4em; color: #999; padding-right: 18px; width: 75px;}
.business-list .list li .text .btns span img{ position: absolute; width: 15px; height: 15px; right: 0; top: 50%; transform: translateY(-50%);}
.business-list .list li .text .btns a span .hover{ display: none;}
.business-list .list li .text .btns a:hover{ border-color: #0b6cb4; background: #0b6cb4;}
.business-list .list li .text .btns a:hover span{ color: #fff;}
.business-list .list li .text .btns a:hover span img{ display: none;}
.business-list .list li .text .btns a:hover span .hover{ display: block;}
.business-list .list li:nth-child(2n) .img{ order: 2;}
.business-list .list li:nth-child(2n) .text{ order: 1;}


.business-con{ position: relative;}
.business-con-box1{ position: relative; padding: 72px 0;}
.business-con-box1 .container{ display: flex; flex-wrap: wrap;}
.business-con-box1 .frame{ width: 50%; padding-right: 60px;}
.business-con-box1 .frame .title{ position: relative;}
.business-con-box1 .frame .title .cn{ font-size: 3em; line-height: 1; font-weight: bold; color: #333;}
.business-con-box1 .frame .title .en{ font-size: 1.8em; color: #999; line-height: 1; margin-top: 18px;}
.business-con-box1 .frame .title .line{ margin-top: 16px; width: 60px; height: 4px; border-radius: 4px; background: #0b6cb4;}
.business-con-box1 .frame .text{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 36px; min-height: 192px;}
.business-con-box1 .frame .btns{ margin-top: 10px;}
.business-con-box1 .frame .btns a{ display: inline-block; width: 100px; height: 40px; line-height: 40px; text-align: center; background: #0b6cb4; transition: all .3s;}
.business-con-box1 .frame .btns span{ display: inline-block; padding-right: 18px; position: relative; color: #fff; font-size: 1.4em;}
.business-con-box1 .frame .btns span::before{ content: ""; position: absolute; border-left: 8px solid #fff; border-top: 4px solid transparent; border-bottom: 4px solid transparent; right: 0; top: 50%; transform: translateY(-50%);}
.business-con-box1 .frame .btns a:hover{ box-shadow: 0 3px 5px rgba(23,98,255,.65);}
.business-con-box1 .img{ flex: 1; position: relative; overflow: hidden;}
.business-con-box1 .img img{ position: absolute; width: 100%; height: 100%;}

.business-con-box2{ background: #f7f8fa; padding: 58px 0 50px;}
.business-con-box2 .box{ margin-top: 42px;}

.business-con-case{ padding: 70px 0 75px;}
.business-con-case .box{ margin-top: 75px;}
.business-con-case .mySwiper{ padding: 0 80px 50px;}
.business-con-case .list{ overflow: hidden;}
.business-con-case .list a{ display: flex; flex-wrap: wrap; background: #f7f8fa;}
.business-con-case .list .img{ height: 350px; width: 59.65%; position: relative; overflow: hidden;}
.business-con-case .list .img img{ position: absolute; width: 100%; height: 100%;}
.business-con-case .list .text{ flex: 1; padding: 50px 50px 0 45px;}
.business-con-case .list .text .t{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 1; position: relative; padding-bottom: 20px;}
.business-con-case .list .text .t::before{ content: ""; position: absolute; width: 50px; height: 3px; border-radius: 3px; background: #0b6cb4; left: 0; bottom: 0;}
.business-con-case .list .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 18px;}

.business-con-case .box .swiper-button-next{ right: 0;}
.business-con-case .box .swiper-button-prev{ left: 0;}
.business-con-case .box .swiper-button-next, .business-con-case .swiper-button-prev{ width: 40px; height: 75px; top: 37.6%; border-radius: 2px;}
.business-con-case .box .swiper-button-next::after, .business-con-case .box .swiper-button-prev::after{ display: none;}
.business-con-case .box .swiper-button-next::before{ content: ""; position: absolute; width: 22px; height: 38px; background: url(../images/more-icon.svg) no-repeat center; background-size: cover; }
.business-con-case .box .swiper-button-prev::before{ content: ""; position: absolute; width: 22px; height: 38px; background: url(../images/more-icon.svg) no-repeat center; background-size: cover; transform: rotate(180deg);}
.business-con-case .box .swiper-button-next:hover, .business-con-case .box .swiper-button-prev:hover{ background: #0b6cb4;}
.business-con-case .box .swiper-button-next:hover::before{ background: url(../images/more-icon-hover.svg) no-repeat center; background-size: cover;}
.business-con-case .box .swiper-button-prev:hover::before{ background: url(../images/more-icon-hover.svg) no-repeat center; background-size: cover;}
.business-con-case .box .swiper-pagination{ bottom: 0;}
.business-con-case .box .swiper-pagination-bullet{ width: 60px; margin: 0 8px; height: 4px; border-radius: 4px;}
.business-con-case .box .swiper-pagination-bullet-active{ background: #0b6cb4;}


.zbgs-box{ padding: 60px 0 70px;}
.zbgs-top{ width: 100%; background: #fff; box-shadow: 0 0 15px rgba(182,182,182,.15); padding: 5px 35px 20px; }
.zbgs-top .zbgs-top-nav{ border-bottom: 1px solid #eee;}
.zbgs-top .zbgs-top-nav ul{ display: flex; flex-wrap: wrap;}
.zbgs-top .zbgs-top-nav li{ padding: 15px 0; margin-left: 60px; position: relative;}
.zbgs-top .zbgs-top-nav li:first-child{ margin-left: 0;}
.zbgs-top .zbgs-top-nav li a{ display: inline-block; width: 100%; height: 100%; font-size: 1.8em; color: #333;}
.zbgs-top .zbgs-top-nav li.on::before{ content: ""; position: absolute; width: 100%; height: 3px; bottom: 0; left: 0; background: #0b6cb4; }
.zbgs-top .zbgs-top-nav li.on a{ color: #0b6cb4;}

.zbgs-top-box{ position: relative;}
.zbgs-top-box .date{ margin-top: 20px; line-height: 30px; display: flex; flex-wrap: wrap;}
.zbgs-top-box .date .t{ font-size: 1.4em; color: #333; width: 88px;}
.zbgs-top-box .date .box{ flex: 1;}
.zbgs-top-box .date .box label{ margin-bottom: 0; font-weight: normal; font-size: 1.4em; color: #333; margin-right: 50px; padding-left: 25px; position: relative; cursor: pointer;}
.zbgs-top-box .date .box label input[type="radio"]{ display: none; }
.zbgs-top-box .date .box label span{ position: absolute; width: 14px; height: 14px; border: 1px solid #e5e5e5; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.zbgs-top-box .date .box label span::before{ content: ""; position: absolute; width: 6px; height: 6px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #0b6cb4; border-radius: 100%; display: none;}
.zbgs-top-box .date .box label input[type="radio"]:checked + span::before{ display: block;}
.zbgs-top-box .date .range{ display: flex; flex-wrap: wrap; align-items: center;}
.zbgs-top-box .date .range .date-icon{ width: 120px; height: 30px; position: relative; border: 1px solid #e5e5e5; border-radius: 4px; overflow: hidden; margin: 0 15px;}
.zbgs-top-box .date .range .date-icon input{ border: none; width: 100%; height: 100%; position: relative; z-index: 0; padding: 0 26px 0 12px; font-size: 1.4em; color: #333;}
.zbgs-top-box .date .range .date-icon::before{ content: ""; position: absolute; width: 14px; height: 14px; background: url(../images/date-icon.svg) no-repeat center; background-size: 18px; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1;}
.zbgs-top-box .date .range input[type="submit"]{ width: 60px; height: 30px; border: none; border-radius: 4px; background: #0b6cb4; font-size: 1.4em; color: #fff;}

.zbgs-top-box .dq{ margin-top: 6px; line-height: 30px; display: flex; flex-wrap: wrap;}
.zbgs-top-box .dq .t{ font-size: 1.4em; color: #333; width: 88px;}
.zbgs-top-box .dq .box{ flex: 1;  height: 30px; overflow: hidden;}
.zbgs-top-box .dq .box label{ margin-bottom: 0; font-weight: normal; font-size: 1.4em; color: #333; margin-right: 30px; padding-left: 25px; position: relative; cursor: pointer;}
.zbgs-top-box .dq .box label input[type="checkbox"]{ display: none; }
.zbgs-top-box .dq .box label span{ position: absolute; width: 14px; height: 14px; border: 1px solid #e5e5e5; border-radius: 2px; left: 0; top: 50%; transform: translateY(-50%);}
.zbgs-top-box .dq .box label span::before{ content: ""; position: absolute; width: 8px; height: 8px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #0b6cb4; display: none;}
.zbgs-top-box .dq .box label input[type="checkbox"]:checked + span::before{ display: block;}
.zbgs-top-box .dq .more{ font-size: 1.4em; color: #999; padding-right: 22px; position: relative; height: 30px; line-height: 30px; cursor: pointer; margin-left: 5px;}
.zbgs-top-box .dq .more span{ position: absolute; width: 14px; height: 14px; background: url(../images/more-icon.svg) no-repeat center; background-size: 14px; right: 0; top: 50%; transform: translateY(-50%) rotate(90deg); transition: all .3s;}
.zbgs-top-box .dq.on .box{ height: auto;}
.zbgs-top-box .dq.on .more span{ transform: translateY(-50%) rotate(-90deg);}

.zbgs-list{ width: 100%; background: #fff; box-shadow: 0 0 15px rgba(182,182,182,.15); margin-top: 30px; padding-bottom: 50px;}
.zbgs-list .list{ position: relative; margin-bottom: -15px;}
.zbgs-list .list li{ padding: 30px 35px; border-bottom: 1px solid #eee;}
.zbgs-list .list li .t{ margin: 0; font-size: 1.8em; color: #333; line-height: 1;}
.zbgs-list .list li .t a{ color: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zbgs-list .list li .bq{ line-height: 30px; margin-top: 15px;}
.zbgs-list .list li .bq span{ font-size: 1.4em; color: #666; display: inline-block; padding: 0 10px; border-radius: 4px; margin-right: 12px; background: #f0f0f0;}
.zbgs-list .list li .bq .zt1{ background: #f3f7ff; color: #0b6cb4;}
.zbgs-list .list li .bq .zt2{ background: #ffeff0; color: #fe0000;}
.zbgs-list .list li .p{ line-height: 30px; margin-top: 15px; font-size: 1.4em; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zbgs-list .list li .date{ line-height: 30px; margin-top: 2px; font-size: 1.4em; color: #333; }
.zbgs-list .list li .btns{ margin-top: 12px;}
.zbgs-list .list li .btns a{ display: inline-block; width: 120px; height: 40px; line-height: 40px; text-align: center; border-radius: 4px; background: #0b6cb4; color: #fff; font-size: 1.4em; font-weight: bold; transition: all .3s;}
.zbgs-list .list li .btns a:hover{ box-shadow: 0 3px 5px rgba(23,98,255,.85);}

.zbgs-con-top{ width: 100%; background: #fff; box-shadow: 0 0 15px rgba(182,182,182,.15); padding: 20px 35px; position: relative;}
.zbgs-con-top .title{ margin: 0; font-size: 1.8em; color: #333; font-weight: bold; line-height: 30px;}
.zbgs-con-top .bq{ line-height: 30px; margin-top: 15px;}
.zbgs-con-top .bq span{ font-size: 1.4em; color: #666; display: inline-block; padding: 0 10px; border-radius: 4px; margin-right: 12px; background: #f0f0f0;}
.zbgs-con-top .bq .zt1{ background: #f3f7ff; color: #0b6cb4;}
.zbgs-con-top .bq .zt2{ background: #ffeff0; color: #fe0000;}
.zbgs-con-top .dw{ font-size: 1.4em; color: #333; line-height: 30px; margin-top: 10px;}
.zbgs-con-top .dw span{ color: #0b6cb4;}
.zbgs-con-top .date{ font-size: 1.4em; line-height: 30px; color: #333;}
.zbgs-con-top .date span{ display: inline-block; margin-right: 40px;}
.zbgs-con-top .date span:last-child{ margin-left: 0;}
.zbgs-con-top .btns{ position: absolute; bottom: 20px; right: 35px;}
.zbgs-con-top .btns a{ display: inline-block; font-size: 1.6em; color: #fff; background: #0b6cb4; height: 40px; line-height: 40px; width: 120px; border-radius: 4px; text-align: center; transition: all .3s;}
.zbgs-con-top .btns a:hover{ box-shadow: 0 3px 5px rgba(23,98,255,.85);}


.zbgs-con-box{ width: 100%; background: #fff; box-shadow: 0 0 15px rgba(182,182,182,.15);  padding: 40px 35px; margin-top: 25px;}
.zbgs-con-box .t{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 1; padding-left: 20px; position: relative;}
.zbgs-con-box .t::before{ content: ""; position: absolute; width: 3px; height: 100%; background: #0b6cb4; border-radius: 3px; left: 0; top: 0;}
.zbgs-con-box .p{ margin-top: 20px; font-size: 1.4em; color: #333; line-height: 24px; margin-bottom: 40px;}
.zbgs-con-box .p:last-child{ margin-bottom: 0;}

.case-list{ padding: 65px 0 62px;}
.case-list .list{ margin-bottom: 10px;}
.case-list .list ul{ display: flex; flex-wrap: wrap;}
.case-list .list li{ width: calc((100% - 70px) / 3); margin-right: 35px; margin-top: 38px;}
.case-list .list li:nth-child(-n+3){ margin-top: 0;}
.case-list .list li:nth-child(3n){ margin-right: 0;}
.case-list .list li .img{ width: 100%; height: 260px; position: relative; overflow: hidden;}
.case-list .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.case-list .list li:hover .img img{ transform: scale(1.1);}
.case-list .list li .text{ padding: 30px 25px 25px; background: #f8f8f8;}
.case-list .list li .text .t{ font-size: 1.8em; font-weight: bold; color: #333; margin: 0; line-height: 1; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.case-list .list li .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:2;}
.case-list .list li:hover .text{ background: #0b6cb4;}
.case-list .list li:hover .text .t, .case-list .list li:hover .text .p{ color: #fff;}

.case-con{ padding: 85px 0 90px;}
.case-con .page-title{ margin: 0;}
.case-con .text{ margin-top: 30px; font-size: 1.4em; color: #333; line-height: 24px;}
.case-con .text p+p{ margin-top: 40px;}


.news-list{ padding: 80px 0 65px;}
.news-list .list li{ display: flex; flex-wrap: wrap; align-items: center; background: #f8f8f8;}
.news-list .list li+li{ margin-top: 35px;}
.news-list .list li .img{ width: 350px; height: 240px; position: relative; overflow: hidden;}
.news-list .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.news-list .list li:hover .img img{ transform: scale(1.1);}
.news-list .list li .text{ flex: 1; padding: 0 40px 0 35px;}
.news-list .list li .text .t{ font-size: 1.8em; color: #333; line-height: 1; font-weight: bold; margin: 0; padding-bottom: 20px; position: relative;}
.news-list .list li .text .t::before{ content: ""; position: absolute; width: 50px; height: 3px; background: #0b6cb4; border-radius: 3px; left: 0; bottom: 0;}
.news-list .list li .text .t a{ display: inline-block; color: inherit;}
.news-list .list li .text .p{ margin-top: 15px; font-size: 1.4em; line-height: 24px; color: #999; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news-list .list li .text .other{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 40px; margin-top: 15px;}
.news-list .list li .text .other .date{ font-size: 1.4em; color: #333;}
.news-list .list li .text .other .btns{ height: 40px;}
.news-list .list li .text .other .btns a{ display: inline-block; width: 120px; height: 40px; border: 1px solid #e5e5e5; border-radius: 20px; position: relative;}
.news-list .list li .text .other .btns span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.4em; color: #999; padding-right: 18px; width: 75px;}
.news-list .list li .text .other .btns span img{ position: absolute; width: 15px; height: 15px; right: 0; top: 50%; transform: translateY(-50%);}
.news-list .list li .text .other .btns a span .hover{ display: none;}
.news-list .list li:hover .text .other .btns a{ border-color: #fff; background: #0b6cb4;}
.news-list .list li:hover .text .other .btns a span{ color: #fff;}
.news-list .list li:hover .text .other .btns a span img{ display: none;}
.news-list .list li:hover .text .other .btns a span .hover{ display: block;}
.news-list .list li:hover{ background: #0b6cb4;}
.news-list .list li:hover .text .t, .news-list .list li:hover .text .p, .news-list .list li:hover .text .other .date{ color: #fff;}
.news-list .list li:hover .text .t::before{ background: #fff;}

.news-con{ padding: 80px 0;}
.news-con .page-title{ margin: 0;}
.news-con .bq{ text-align: center; font-size: 1.4em; color: #999; line-height: 24px; margin-top: 25px;}
.news-con .bq span{ margin: 0 5px;}
.news-con .text{ padding: 30px 0; font-size: 1.4em; color: #333; line-height: 24px;}
.news-con .text p+p{ margin-top: 24px;}


.contact-box1{ padding: 80px 0 105px;}
.contact-box1 .box{ display: flex; flex-wrap: wrap; margin-top: 50px;}
.contact-box1 .box .map{ width: 61.5%; height: 350px;}
.contact-box1 .box .map img{ max-width: none;}
.contact-box1 .box .contact-con{ width: 38.5%; padding-left: 40px;}
.contact-box1 .box .contact-con .title{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 1; position: relative; margin-top: 15px; padding-bottom: 40px;}
.contact-box1 .box .contact-con .title::before{ content: ""; position: absolute; width: 80px; height: 6px; border-radius: 6px; background: #0b6cb4; left: 0; bottom: 0;}
.contact-box1 .box .contact-con .text{ margin-top: 45px; padding-bottom: 5px;}
.contact-box1 .box .contact-con .text li{ display: flex; flex-wrap: wrap; align-items: center;}
.contact-box1 .box .contact-con .text li+li{ margin-top: 30px;}
.contact-box1 .box .contact-con .text li .icon{ width: 50px; height: 50px; margin-right: 18px; text-align: center;}
.contact-box1 .box .contact-con .text li .icon img{ height: 100%;}
.contact-box1 .box .contact-con .text li .p{ flex: 1; font-size: 1.4em; line-height: 24px; color: #333;}

.contact-box2{ padding: 75px 0 65px; background: #f2f6ff;}
.contact-box2 .box{ margin-top: 55px;}
.contact-box2 .box ul{ display: flex; flex-wrap: wrap;}
.contact-box2 .box li{ margin-bottom: 25px; width: 100%;}
.contact-box2 .box li:nth-child(-n+4){ width: calc((100% - 60px) / 4); margin-left: 20px;}
.contact-box2 .box li:first-child{ margin-left: 0;}
.contact-box2 .box li input[type="text"]{ width: 100%; height: 60px; border: none; background: #fff; font-size: 1.4em; color: #333; padding: 0 25px;}
.contact-box2 .box li textarea{ width: 100%; height: 150px; border: none; background: #fff; font-size: 1.4em; color: #333; padding: 15px 25px;}
.contact-box2 .box li:last-child{ display: flex; flex-wrap: wrap;}
.contact-box2 .box li input[type="reset"], .contact-box2 .box li input[type="submit"]{ width: calc((100% - 60px) / 2); height: 60px; border: none; transition: all .3s;}
.contact-box2 .box li input[type="reset"]{ margin-right: 60px; background: #efefef; font-size: 1.8em; color: #333;}
.contact-box2 .box li input[type="submit"]{ background: #0b6cb4; font-size: 1.8em; color: #fff;}
.contact-box2 .box li input[type="reset"]:hover, .contact-box2 .box li input[type="submit"]:hover{ box-shadow: 0 3px 10px rgba(0,0,0,.35); border-radius: 4px;}


.login-header{ position: fixed; left: 0; top: 0; width: 100%; height: 100px; line-height: 100px; z-index: 9;}
.login-header .logo{ padding-right: 20px;}
.login-header .logo img{ height: 58px;}

.login-box{ width: 100%; background: url(../images/login-bg.jpg) no-repeat center; background-size: cover; position: relative; z-index: 0;}
.login-box .container{ height: 100vh; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end;}

.login-frame{ width: 640px; height: 500px; box-shadow: 0 0 20px rgba(23,98,255,.15); background: #fff; display: flex; flex-wrap: wrap; align-items: center;}
.login-frame .box{ padding: 0 55px; width: 100%;}
.login-frame .box .hd{ position: relative;}
.login-frame .box .hd ul{ display: flex; flex-wrap: wrap;}
.login-frame .box .hd li{ margin-right: 56px; height: 40px; line-height: 38px; position: relative; cursor: pointer; font-size: 1.8em; color: #333;}
.login-frame .box .hd li::before{ content: ""; position: absolute; width: 0; height: 3px; border-radius: 3px; background: #0b6cb4; bottom: 0; left: 0;}
.login-frame .box .hd li.on{ color: #0b6cb4;}
.login-frame .box .hd li.on::before{ width: 100%;}
.login-frame .box .bd{ margin-top: 30px;}
.login-frame .box .bd li{ width: 100%; margin-bottom: 20px; display: flex; flex-wrap: wrap;}
.login-frame .box .bd li input[type="text"], .login-frame .box .bd li input[type="password"]{ width: 100%; height: 40px; border: 1px solid #e5e5e5; border-radius: 4px; padding: 0 20px; font-size: 1.4em; color: #333;}
.login-frame .box .bd li.yzm input{ flex: 1;}
.login-frame .box .bd li.yzm a{ display: inline-block; width: auto; padding: 0 10px; height: 40px; line-height: 40px; border-radius: 4px; border: 1px solid #0b6cb4; font-size: 1.4em; color: #0b6cb4; text-align: center; margin-left: 10px;}
.login-frame .box .bd li.yzm a:hover{ background: #0b6cb4; color: #fff;}
.login-frame .box .bd li:last-child{ margin-top: 54px;}
.login-frame .box .bd li:last-child input[type="submit"]{ width: 100%; height: 40px; border-radius: 4px; font-size: 1.4em; color: #fff; background: #0b6cb4; border: none;}
.login-frame .box .xy{ font-size: 1.4em; color: #333; margin: 30px 0 15px; line-height: 20px; padding-left: 30px; position: relative; }
.login-frame .box .xy a{ color: #0b6cb4; margin: 0 5px;}
.login-frame .box .xy a:hover{ text-decoration: underline;}
.login-frame .box .xy span{ width: 20px; height: 20px; position: absolute; border-radius: 4px; border: 1px solid #dcdcdc; left: 0; top: 50%; transform: translateY(-50%); cursor: pointer;}
.login-frame .box .xy span.on::before{ content: ""; width: 12px; height: 12px; border-radius: 2px; background: #0b6cb4; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.login-frame .box .zc{ border-top: 1px solid #e5e5e5; padding-top: 20px; font-size: 1.4em; color: #0b6cb4;}
.login-frame .box .zc a{ color: inherit;}
.login-frame .box .zc a:hover{ text-decoration: underline;}

.login-footer{ position: fixed; bottom: 0; left: 0; width: 100%; height: 175px; z-index: 9; display: flex; flex-wrap: wrap; align-items: center;}
.login-footer p{ font-size: 1.4em; color: #666; text-align: center; line-height: 32px;}
.login-footer p a{ color: #666; margin: 0 15px;}

.grayable { filter: grayscale(100%); }

.register-frame{ width: 640px; height: 550px; box-shadow: 0 0 20px rgba(23,98,255,.15); background: #fff; display: flex; flex-wrap: wrap; align-items: center;}
.register-frame .box{ padding: 0 105px; width: 100%;}
.register-frame .box .title{ font-size: 1.8em; font-weight: bold; color: #333; text-align: center; position: relative; line-height: 1; padding-bottom: 18px;}
.register-frame .box .title::before{ content: ""; position: absolute; width: 70px; height: 3px; border-radius: 3px; background: #0b6cb4; bottom: 0; left: 50%; transform: translateX(-50%);}
.register-frame .box .list{ margin-top: 24px;}
.register-frame .box .list li{ margin-bottom: 18px; position: relative; display: flex; flex-wrap: wrap;}
.register-frame .box .list li input[type="text"], .register-frame .box .list li input[type="password"]{ width: 100%; height: 40px; padding: 0 20px; border-radius: 4px; border: 1px solid #e5e5e5; position: relative; z-index: 0;}
.register-frame .box .list li.yzm input{ flex: 1;}
.register-frame .box .list li.yzm a{ display: inline-block; padding: 0 35px; height: 40px; line-height: 40px; border-radius: 4px; border: 1px solid #0b6cb4; font-size: 1.4em; color: #0b6cb4; text-align: center; margin-left: 15px;}
.register-frame .box .list li.yzm a:hover{ background: #0b6cb4; color: #fff;}
.register-frame .box .list li.xy{ font-size: 1.4em; color: #333; line-height: 20px; padding-left: 30px; position: relative;}
.register-frame .box .list li.xy a{ color: #0b6cb4; margin: 0 5px;}
.register-frame .box .list li.xy a:hover{ text-decoration: underline;}
.register-frame .box .list li.xy span{ width: 20px; height: 20px; position: absolute; border-radius: 4px; border: 1px solid #dcdcdc; left: 0; top: 50%; transform: translateY(-50%); cursor: pointer;}
.register-frame .box .list li.xy span.on::before{ content: ""; width: 12px; height: 12px; border-radius: 2px; background: #0b6cb4; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.register-frame .box .list li input[type="submit"]{ width: 100%; height: 40px; border-radius: 4px; font-size: 1.4em; color: #fff; background: #0b6cb4; border: none;}
.register-frame .box .list li:last-child{ justify-content: flex-end; margin-bottom: 0; font-size: 1.4em; color: #333;}
.register-frame .box .list li:last-child a{ color: #0b6cb4;}
.register-frame .box .list li:last-child a:hover{ text-decoration: underline;}


li.yzm a.send{ border: 1px solid gray !important; color: gray !important; text-decoration: none; }
li.yzm a.send:hover{ background: #fff !important; color: gray !important; }



.pager-list{ text-align:center; margin-top: 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:36px; line-height:34px !important; padding:0 14px !important;  background:#fff !important; border-radius:0 !important;}
.pager-list li a:hover{ background: #0b6cb4 !important; color:#fff !important; border:1px solid #0b6cb4;}
.pager-list li.active>*{ color:#fff !important; background:#0b6cb4 !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:#0b6cb4 !important; border:1px solid #0b6cb4; 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; background: #eee; padding: 5px 30px;}
.pager .prev, .pager .next{ width: 50%; height: 40px; line-height: 40px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager .prev{ text-align: left; padding-right: 15px; }
.pager .next{ padding-left: 15px; text-align: right; }
.pager a{ font-size: 1.4em; color: #333; display: contents;}
.pager a:hover{ color: #0b6cb4;}


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

}

@media (max-width: 1600px){
	.header .pc-nav li{ padding: 15px 17px 0;}
}
@media (max-width: 1440px){
	.header .logo img{max-height: 48px;}
	.header .pc-nav li{ padding: 15px 15px 0;}
	.header .pc-nav li > a{font-size: 1.5em;}
	
	.header .pc-search > img{width: 20px;height: 20px;}
	.header .other{ margin-left: 20px;}
	.header .other a{ font-size: 1.4em;}
	.header .other a.login{ width: 70px;}
	.header .other a.register{ width: 80px;}
	
	.counters li{font-size: 1.6em;}
	.counters li b{font-size: 2.4em;}
	.counters li .p{margin-top: 15px;}
}
@media (max-width: 1366px){
	.header .pc-nav li{ padding: 10px 13px 0;}
	.header .pc-nav li > a{ font-size: 1.4em;}
}
@media (max-width: 1270px){
	.header .wrapper{width: 100%;padding: 0 15px;}
	.header .logo img{max-height: 42px;}
	.header .pc-nav li{ padding: 10px 10px 0;}

	.header .pc-search > img{width: 17px;height: 17px;}
	.header .other{ margin-left: 16px;}
	.header .other a.login{ width: 50px;}
	.header .other a.register{ width: 70px;}
}

@media (max-width: 1200px){
	.i-about .box .frame .title h3,
	.index_business .swiper_cont .swiper-slide h2{font-size: 2.6em;}
	.i-about .box .frame .text{font-size: 1.6em;margin: 30px 0 50px;}
	.index_business .swiper_cont .swiper-slide .more a,
	.index_tit .more,
	.i-about .box .frame .btns a{padding: 10px 20px;font-size: 1.6em;}
	.i-case .swiper-button-next, .i-case .swiper-button-prev{width: 40px;height: 50px;top: calc(50% - 25px);}
	.i-case .swiper-button-prev{right: 83%;}
	.i-case .swiper-button-next{left: 83%;}

	.about-box2 ul li{padding: 30px 20px;}
    .about-box2 ul li .p2{font-size: 1.4em;}
	.about-title span{font-size: 2.8em;}
	.about-box1 .box .frame .tit{font-size: 2.6em;}

	.footer .contact{width: 180px;}
	.footer .qrcode{width: 120px;}
	.footer .tel{height: 40px;line-height: 40px;padding-left: 50px;font-size: 2em;margin: 20px 0;}
	.footer .address{font-size: 1.5em;}
	.footer .footer_nav > li{margin-right: 20px;}
}

@media (max-width: 1024px){
	.header .logo img{max-height: 40px;}
	
	.about-box2 ul li{width: 100%;margin: 10px 0;}
    .about-box2 ul li .inner{height: auto;display: flex;}
    .about-box2 ul li .p1,
    .about-box2 ul li .p2{position: static;}
    .about-box2 ul li .p1{width: 100px;line-height: 1;}
    .about-box2 ul li .p2{opacity: 1;width: calc(100% - 100px);margin-top: 0;}

}

@media (max-width: 991px){
	.header .search{display: block;}

	.header .other{margin-left: 0;}
	.header .other a.login{border-left: 0;}

	.i-news .list{height: auto;}
	.i-news .list .l1{width: calc(50% - 15px);height: auto;}
	.i-news .list .l2{width: calc(50% - 15px);}
	.i-news .list .l2 .pic{height: 20vw;}
	.i-news .list ul{width: 100%;margin-top: 30px;}
	.footer .footer_nav{display: none;}
	.footer .contact{width: 100%;}
}

@media (max-width: 768px){
	.header .nav ul{height: calc(100% - 100px);}
	.header .other{display: none;}
	.header .btm_btn{display: flex;}

	.counters li{font-size: 1.4em;}
	.counters li b{font-size: 1.5em;}
	.counters li .p{margin-top: 10px;}
	.counters li .icon{width: 40px;height: auto;}
	.counters li .inner{margin-left: 10px;}
	
	.i-case .swiper-button-prev{right: 92%;}
	.i-case .swiper-button-next{left: 92%;}

	.i-news .list .l1 .title{font-size: 1.8em;}
	.about-box2 ul li .p1{width: 68px;font-size: 2.6em;}
    .about-box2 ul li .p2{width: calc(100% - 68px);margin-top: -4px;}
	.about-box3 .swiper-container{width: calc(100% - 100px);}
	.about-box3 .swiper-button-next, .about-box3 .swiper-button-prev{width: 40px;height: 40px;}
}

@media (max-width: 525px){
	.counters{margin-top: 30px;}
	.counters li{width: 50%;justify-content: center;margin: 15px 0;}
	.index_business .swiper_cont .swiper-slide .desc{width: 100%;}
	.index_business .swiper_tab .swiper-slide .icon{height: 40px;}
	.index_business .swiper_tab .swiper-slide .title{font-size: 1.6em;}
	.index_business .swiper-button-next, .index_business .swiper-button-prev{width: 38px;height: 38px;}
	
	.index_business .swiper_cont .swiper-slide .more a,
	.index_tit .more,
	.i-about .box .frame .btns a{padding: 8px 15px;font-size: 1.4em;}
	.i-tender .list li .date{margin-top: 10px;}
	.i-tender .list li .date div{font-size: 1.2em;}
	.i-tender .list li .date .l,
	.i-tender .list li .date .r{background-size: 11px;padding-left: 14px;}
	
	.i-news .list .l1{width: 100%;height: 40vw;}
	.i-news .list .l2{width: 100%;margin-top: 20px;}
	.i-news .list .l2 .pic{height: 30vw;}
	.i-news .list ul{margin-top: 20px;}
}

@media (max-width: 414px){

	.about-title span{font-size: 2.4em;}
	.about-box1 .box .frame .tit{font-size: 2em;margin-bottom: 0;}
	.about-box1 .box{margin-top: 30px;}
	.about-box2 ul li .p1{font-size: 2.4em;}
	.about-box3 .title{padding: 10px;}

	.footer .links .type_name{width: 100%;}
	.footer .links ul{width: 100%;}

}


@media (max-width:1365px) and (min-width: 1200px){

.banner{ height: 600px;}

.i-about .box .frame .title .en{ font-size: 4em;}
.i-about .box .frame .title .cn{ font-size: 2.8em;}
.i-about .box .frame .title .line i{ height: 6px;}

.job-box .job-search li select{ width: 296px;}
}
@media (max-width:1199px) and (min-width:992px){

.banner{ height: 450px;}

.index-title .cn{ font-size: 2.6em;}
.index-title .en{ font-size: 4em;}
.index-title .line{ margin-top: 30px;}
.index-title .line i{ height: 4px;}

.i-about .box .frame .title .en{ font-size: 3.4em;}
.i-about .box .frame .title .cn{ font-size: 2.2em;}
.i-about .box .frame .title .line i{ height: 4px;}

.i-business .box .barHd li a span{ font-size: 1.6em;}
.i-business .box .barBd .hd li a{ font-size: 1.6em;}

.i-case .box .list .swiper-slide{ padding: 0 20px 100px;}
.i-case .box .list .swiper-slide .text{ left: 110px;}

.page-banner .page-banner-title .cn{ font-size: 2.6em;}
.page-banner .page-banner-title .en{ font-size: 2em;}

.page-title{ font-size: 2.6em; padding-bottom: 30px;}
.page-title::before{ height: 5px; width: 70px;}

.about-box1 .box .frame .title{ font-size: 2.6em; padding-bottom: 30px;}
.about-box1 .box .frame .title::before{ height: 5px; width: 70px;}
.about-box1 .box .frame .list li strong{ font-size: 4em;}
.about-box1 .box .frame .list li p{ margin-top: 10px;}

.job-box .job-search li select{ width: 230px;}

.business-con-box1 .frame .title .cn{ font-size: 2.6em;}
.business-con-box1 .frame .title .en{ font-size: 1.6em;}
.business-con-box1 .frame .text{ margin-top: 30px;}

.business-con-case .list .img{ flex: 1; height: auto;}
.business-con-case .list .text{ width: 40.35%; flex: none; padding: 50px 50px 50px 45px;}

.case-list .list li .img{ height: 190px;}

.contact-box1{ padding: 60px 0 80px;}
.contact-box1 .box .contact-con .title{ font-size: 2em; padding-bottom: 30px;}
.contact-box1 .box .contact-con .title::before{ width: 60px; height: 4px;}


}
@media (max-width:991px) and (min-width: 768px){
.header{ height: 80px; line-height: 80px;}
.header .wrapper{ height: 80px;}
.header .pc-nav, .header .pc-search{ display: none;}
.nav .nav-top{ height: 80px; line-height: 80px;}

.banner{ height: 380px;}

.index-title .cn{ font-size: 2.4em;}
.index-title .en{ font-size: 3em;}
.index-title .line{ margin-top: 30px;}
.index-title .line i{ height: 3px;}

.i-about{ padding: 55px 0 50px;}

.i-business{ padding: 50px 0 45px;}
.i-business .box{ margin-top: 28px;}
.i-business .box .barHd li{ width: calc((100% - 40px) /3); margin-top: 20px;}
.i-business .box .barHd li:nth-child(3n-2){ margin-left: 0;}
.i-business .box .barHd li a span{ font-size: 1.4em; font-weight: normal;}
.i-business .box .barBd .bd .frame .text{ left: 35px; width: 85%;}
.i-business .box .barBd .hd{ width: 240px; margin-left: 35px; padding-left: 25px;}
.i-business .box .barBd .hd li a{ font-size: 1.4em; font-weight: normal;}

.i-tender{ padding: 52px 0 30px;}
.i-tender .list li{ width: calc((100% - 30px) / 2);}
.i-tender .list li:nth-child(3n){ margin-right: 30px;}
.i-tender .list li:nth-child(2n){ margin-right: 0;}
.i-tender .list li:last-child{ display: none;}
.i-tender .list li .title{ font-size: 1.6em;}

.i-case{ padding: 48px 0 50px;}

.i-news{ padding: 52px 0 20px;}

.footer{ padding: 50px 0 40px;}

.footer-copy{ height: auto; line-height: 24px; padding: 15px 0; font-size: 1.2em;}
.footer-copy .fl, .footer-copy .fr{ width: 100%; justify-content: center;}

.page-banner .container{ height: 250px;}
.page-banner .page-banner-title .cn{ font-size: 2.4em;}
.page-banner .page-banner-title .en{ font-size: 1.8em;}

.page-top{ padding: 15px 0;}
.page-top .container{ height: auto; display: block;}
.mbx{ margin-top: 15px; text-align: right;}
.page-title{ font-size: 2.4em; padding-bottom: 30px;}
.page-title::before{ height: 5px; width: 70px;}

.about-box1 .box .frame .title{ font-size: 2.4em; padding-bottom: 30px;}
.about-box1 .box .frame .title::before{ height: 5px; width: 70px;}
.about-box1 .box .frame .list li{ width: calc((100% - 70px) / 3); margin-left: 35px;}
.about-box1 .box .frame .list li strong{ font-size: 3em;}
.about-box1 .box .frame .list li p{ margin-top: 10px;}

.about-box2{ padding: 50px 0;}
.about-box3{ padding: 55px 0;}
.about-box4{ padding: 20px 0 50px;}

.job-box{ padding: 50px 0;}
.job-box .job-search{ margin-top: 44px;}
.job-box .job-search li{ margin-left: 20px;}
.job-box .job-search li select{ width: 173px;}
.job-box .job-search li input{ width: 140px; font-size: 1.6em;}
.job-box .job-list li .top .zplx{ width: 18.74%;}

.business-list .list li .text{ padding: 38px 42px 40px;}
.business-list .list li .text .t{ font-size: 2em;}

.business-con-box1 .frame .title .cn{ font-size: 2.2em;}
.business-con-box1 .frame .title .en{ font-size: 1.4em;}
.business-con-box1 .frame .text{ margin-top: 30px;}

.business-con-case{ padding: 50px 0 55px;}
.business-con-case .box{ margin-top: 55px;}
.business-con-case .list .img{ flex: none; width: 100%; height: 320px;}
.business-con-case .list .text{ width: 100%; flex: none; padding: 50px 50px 50px 45px;}

.zbgs-top-box .date .box label{ margin-right: 15px;}

.case-list .list li{ width: calc((100% - 35px) / 2);}
.case-list .list li:nth-child(3n){ margin-right: 35px;}
.case-list .list li:nth-child(2n){ margin-right: 0;}
.case-list .list li:nth-child(3){ margin-top: 38px;}
.case-list .list li .img{ height: 190px;}

.case-con{ padding: 50px 0;}

.news-list .list li .img{ width: 280px;}
.news-con{ padding: 50px 0;}

.contact-box1{ padding: 40px 0 50px;}
.contact-box1 .box{ margin-top: 40px;}
.contact-box1 .box .map{ width: 50%;}
.contact-box1 .box .contact-con{ width: 50%; padding-left: 30px;}
.contact-box1 .box .contact-con .title{ font-size: 2em; padding-bottom: 30px;}
.contact-box1 .box .contact-con .title::before{ width: 60px; height: 4px;}
.contact-box1 .box .contact-con .text{ margin-top: 30px;}

.contact-box2{ padding: 55px 0 45px;}
.contact-box2 .box li:nth-child(-n+4){ width: calc((100% - 20px) / 2);}
.contact-box2 .box li:nth-child(2n-1){ margin-left: 0;}

.login-frame, .register-frame{ width: 100%;}
.login-header{ height: 80px; line-height: 80px;}



}
@media (max-width: 767px){
.header{ height: 60px; line-height: 60px; position: fixed;}
.header .wrapper{ height: 60px;}
.header .logo img{ height: 35px;}
.header .pc-nav, .header .pc-search{ display: none;}

.banner{ height: 190px; margin-top: 60px;}

.index-title .cn{ font-size: 1.8em;}
.index-title .en{ font-size: 2em; top: 10px;}
.index-title .line{ margin-top: 20px;}
.index-title .line i{ height: 2px;}

.i-about{ padding: 25px 0 30px;}
.i-about .box .frame{ width: 100%; padding-right: 0;}
.i-about .box .frame .title .en{ font-size: 1.8em;}
.i-about .box .frame .title .cn{ font-size: 1.6em;}
.i-about .box .frame .title .line{ margin-top: 20px;}
.i-about .box .frame .title .line i{ height: 2px;}
.i-about .box .frame .text{ margin-top: 20px;}
.i-about .box .frame .btns{ margin-top: 20px;}
.i-about .box .img{ width: 100%; height: auto; text-align: center; margin-top: 50px;}
.i-about .box .img img{ height: 100%;}

.i-business{ padding: 30px 0 25px;}
.i-business .box{ margin-top: 10px;}
.i-business .box .barHd li{ width: calc((100% - 20px) /3); margin-left: 10px; margin-top: 10px;}
.i-business .box .barHd li:nth-child(3n-2){ margin-left: 0;}
.i-business .box .barHd li a span{ font-size: 1.4em; font-weight: normal;}
.i-business .box .barBd{ margin-top: 25px;}
.i-business .box .barBd .bd{ flex: none; width: 100%;}
.i-business .box .barBd .bd .frame .text{ left: 50%; transform: translate(-50%,-50%); width: 85%;}
.i-business .box .barBd .bd .frame .text .t{ font-size: 1.6em;}

.i-business .box .barBd .hd{ width: 100%; margin-left: 0; padding-left: 0; border-left: none; margin-top: 25px;}
.i-business .box .barBd .hd ul{ display: flex; flex-wrap: wrap;}
.i-business .box .barBd .hd li{ width: 33.333%; padding: 0 5px;}
.i-business .box .barBd .hd li a{ font-size: 1.4em; font-weight: normal; height: auto; line-height: 20px; padding: 10px;}

.i-tender{ padding: 32px 0 10px;}
.i-tender .list{ margin-top: 25px;}
.i-tender .list li{ width: 100%; margin-right: 0; padding: 20px; border-radius: 10px; margin-bottom: 15px;}
.i-tender .list li:nth-child(3n){ margin-right: 0;}
.i-tender .list li:last-child{ display: none;}
.i-tender .list li .title{ font-size: 1.4em; font-weight: normal;}
.i-tender .list li .title span{ margin-right: 10px;}
.i-tender .list li .other .dz{ font-size: 1.2em;}
.i-tender .list li .other .date{ font-size: 1.2em;}

.i-case{ padding: 28px 0 30px;}

.i-news{ padding: 32px 0 20px;}

.footer{ padding: 30px 0 20px;}
.footer .foot-title{ font-size: 1.6em;}
.footer .foot-contact{ width: 100%; order: 2; padding: 0 0 0 25px;}
.footer .foot-contact .list{ margin-top: 20px;}
.footer .foot-nav{ margin-left: 0; order: 1; width: 100%; margin-bottom: 25px;}
.footer .foot-nav .foot-title{ display: none;}
.footer .foot-nav dd{ width: 33.3333%; margin-top: 20px; text-align: center;}
.footer .foot-nav dd:nth-child(-n+3){ margin-top: 0;}
.footer .foot-wx{ order: 3; padding: 20px 25px 0;}

.footer-copy{ height: auto; line-height: 24px; padding: 15px 0; font-size: 1.2em;}
.footer-copy .fl, .footer-copy .fr{ width: 100%; justify-content: center;}

.page-banner{ margin-top: 60px;}
.page-banner .container{ height: 140px;}
.page-banner .page-banner-title .cn{ font-size: 1.8em;}
.page-banner .page-banner-title .en{ font-size: 1.4em;}

.page-top{ padding: 15px 0;}
.page-top .container{ height: auto; display: block;}
.page-nav li{ width: 33.333%; padding: 0 15px; margin-left: 0; margin-bottom: 15px;}
.mbx{ text-align: right; font-size: 1.2em;}
.page-title{ font-size: 1.8em; padding-bottom: 20px; }
.page-title::before{ height: 3px; width: 40px;}

.about-box1{ padding: 30px 0;}
.about-box1 .box .frame{ width: 100%; padding-right: 0;}
.about-box1 .box .frame .title{ font-size: 1.8em; padding-bottom: 20px;}
.about-box1 .box .frame .title::before{ height: 3px; width: 40px;}
.about-box1 .box .frame .text{ margin-top: 20px;}
.about-box1 .box .frame .list{ margin-top: 18px;}
.about-box1 .box .frame .list li{ width: calc((100% - 70px) / 3); margin-left: 35px;}
.about-box1 .box .frame .list li strong{ font-size: 2.6em; margin-right: 5px;}
.about-box1 .box .frame .list li p{ margin-top: 10px;}

.about-box2{ padding: 30px 0;}
.about-box2 .list{ margin-top: 25px;}
.about-box2 .list li{ width: 100%; margin-left: 0;}
.about-box2 .list li+li{ margin-top: 15px;}
.about-box2 .list li .t{ font-size: 1.6em;}

.about-box3{ padding: 30px 0;}
.about-box3 .list{ margin-top: 25px;}
.about-box3 .list li{ width: 100%; margin-left: 0; margin-bottom: 15px;}
.about-box3 .list li .frame .img{ height: 240px;}
.about-box3 .list li .frame .text .icon{ height: 50px;}
.about-box3 .list li .frame .text .t{ margin-top: 20px;}

.about-box3 .list li .frame2:nth-child(2){ margin-top: 15px;}
.about-box3 .list li .frame2 .text .icon{ height: 45px;}

.about-box4 .box{ overflow-y: hidden;}
.about-box4 .box img{ width: 1200px; max-width: none;}

.job-box{ padding: 30px 0;}
.job-box .job-search{ margin-top: 25px;}
.job-box .job-search li{ width: 100%; margin-left: 0; margin-bottom: 15px;}
.job-box .job-search li select{ width: 100%;}
.job-box .job-search li input{ width: 100%; font-size: 1.6em;}
.job-box .job-list{ margin-top: 20px; overflow-y: hidden;}
.job-box .job-list li{ width: 800px; margin-bottom: 15px;}
.job-box .job-list li .top .zplx{ width: 18.74%;}

.business-list{ padding: 30px 0 10px;}
.business-list .list li{ margin-bottom: 30px; border-radius: 10px;}
.business-list .list li .img{ flex: none; width: 100%; height: 230px;}
.business-list .list li .text{ padding: 25px 25px 20px; width: 100%; min-height: auto;}
.business-list .list li .text .t{ font-size: 1.8em; padding-bottom: 16px;}
.business-list .list li .text .t::before{ width: 50px; height: 2px;}
.business-list .list li .text .btns{ margin-top: 15px;}
.business-list .list li:nth-child(2n) .img{ order: 1;}
.business-list .list li:nth-child(2n) .text{ order: 2;}

.business-con-box1{ padding: 30px 0;}
.business-con-box1 .frame{ width: 100%; padding-right: 0;}
.business-con-box1 .frame .title .cn{ font-size: 1.8em;}
.business-con-box1 .frame .title .en{ font-size: 1.4em; margin-top: 12px;}
.business-con-box1 .frame .title .line{ width: 40px; height: 2px;}
.business-con-box1 .frame .text{ margin-top: 20px; min-height: auto;}
.business-con-box1 .frame .btns{ margin-top: 15px;}
.business-con-box1 .img{ flex: none; width: 100%; height: 250px; margin-top: 25px;}

.business-con-case{ padding: 30px 0 35px;}
.business-con-case .box{ margin-top: 30px;}
.business-con-case .mySwiper{ padding: 0 40px 40px;}
.business-con-case .list .img{ flex: none; width: 100%; height: 160px;}
.business-con-case .list .text{ width: 100%; flex: none; padding: 20px 20px 20px 25px;}
.business-con-case .list .text .t{ font-size: 1.6em;}
.business-con-case .list .text .t::before{ width: 40px; height: 2px;}

.zbgs-box{ padding: 30px 0;}
.zbgs-top{ padding: 5px 25px 20px;}
.zbgs-top .zbgs-top-nav li{ margin-left: 20px;}
.zbgs-top .zbgs-top-nav li a{ font-size: 1.4em;}
.zbgs-top-box .date .box label{ margin-right: 15px;}
.zbgs-top-box .date .range{ justify-content: center;}
.zbgs-top-box .date .range .date-icon{ width: 100%; margin: 0;}
.zbgs-top-box .date .range input[type="submit"]{ width: 100%; margin-top: 10px;}
.zbgs-top-box .dq{ justify-content: space-between;}
.zbgs-top-box .dq .box{ order: 3; width: 100%; flex: none;}
.zbgs-top-box .dq .box label{ margin-right: 15px;}

.zbgs-list .list li{ padding: 20px 25px;}
.zbgs-list .list li .t{ font-size: 1.6em;}

.zbgs-con-top{ padding: 20px 25px;}
.zbgs-con-top .btns{ position: relative; bottom: 0; right: 0; margin-top: 10px;}
.zbgs-con-box{ padding: 20px 25px;}
.zbgs-con-box .t{ font-size: 1.8em;}

.case-list{ padding: 30px 0 32px;}
.case-list .list li{ width: 100%; margin-right: 0;}
.case-list .list li:nth-child(-n+3){ margin-top: 15px;}
.case-list .list li:first-child{ margin-top: 0;}
.case-list .list li .img{ height: 190px;}
.case-list .list li .text{ padding: 25px 25px 20px;}
.case-list .list li .text .t{ font-size: 1.6em;}

.case-con{ padding: 30px 0;}

.news-list{ padding: 30px 0 25px;}
.news-list .list li .img{ width: 100%; height: 180px;}
.news-list .list li .text{ flex: none; width: 100%; padding: 25px 25px 20px;}
.news-list .list li .text .t{ font-size: 1.6em;}
.news-list .list li .text .p{ -webkit-line-clamp: 2;}
.news-list .list li .text .other{ margin-top: 10px;}
.news-list .list li .text .other .date{ font-size: 1.2em;}

.news-con{ padding: 30px 0;}

.contact-box1{ padding: 30px 0;}
.contact-box1 .box{ margin-top: 20px;}
.contact-box1 .box .map{ width: 100%; height: 300px;}
.contact-box1 .box .contact-con{ width: 100%; padding-left: 0; margin-top: 10px;}
.contact-box1 .box .contact-con .title{ font-size: 1.6em; padding-bottom: 15px;}
.contact-box1 .box .contact-con .title::before{ width: 50px; height: 2px;}
.contact-box1 .box .contact-con .text{ margin-top: 20px;}
.contact-box1 .box .contact-con .text li+li{ margin-top: 15px;}
.contact-box1 .box .contact-con .text li .icon{ width: 35px; height: 35px;}

.contact-box2{ padding: 30px 0 10px;}
.contact-box2 .box{ margin-top: 20px;}
.contact-box2 .box li:nth-child(-n+4){ width: 100%; margin-left: 0;}
.contact-box2 .box li input[type="reset"], .contact-box2 .box li input[type="submit"]{ font-size: 1.4em; height: 45px;}

.login-header{ height: 60px; line-height: 60px;}
.login-header .logo img{ height: 35px;}
.login-box .container{ padding-top: 80px; height: auto; align-items: flex-start;}
.login-frame{ width: 100%; height: 450px;}
.login-frame .box{ padding: 0 25px;}
.login-frame .box .hd li{ font-size: 1.6em; margin-right: 36px;}
.login-footer{ height: auto; padding: 20px 0; z-index: 0; position: relative; margin-top: 15px;}
.login-footer p{ font-size: 1.2em; line-height: 24px;}
.login-footer p a{ margin: 0 5px;}

.register-frame{ width: 100%;}
.register-frame .box{ padding: 0 25px;}

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

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

}