/* 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 .container{ display: flex; flex-wrap: wrap; align-items: center; height: 100px;}
.header .logo{ width: 210px; padding-right: 20px;}
.header .logo img{ height: 50px;}
.header .pc-nav{ flex: 1;}
.header .pc-nav ul{ display: flex; flex-wrap: wrap;}
.header .pc-nav li{ padding: 10px 29.5px 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: #1762ff;}
.header .pc-nav li > a::before{ content: ""; position: absolute; height: 3px; background: #1762ff; 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: #1762ff;}
.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; color: #fff; font-weight: bold; cursor: pointer;}
.header .pc-search > img{ width: 25px; height: 25px; margin-left: 10px;}
.header .pc-search .box{ position: absolute; top: 100%; 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: #1762ff; 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: 35px;}
.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; padding: 0 5px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.header .other a.register{ width: 100px; color: #fff; background: #1762ff; height: 40px; line-height: 40px; transition: all .3s;}
.header .other a.login:hover{ color: #1762ff;}
.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{ 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 #1762ff; 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:#1762ff; 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: #1762ff; 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: #1762ff; 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: #1762ff;}
.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: #1762ff;}
.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: #1762ff;}
.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;}
.i-about .box{ display: flex; flex-wrap: wrap;}
.i-about .box .frame{ width: 51%; padding-right: 50px;}
.i-about .box .frame .title{ line-height: 1;}
.i-about .box .frame .title .en{ font-size: 5em; margin: 0; color: #333; font-weight: bold; text-transform: uppercase;}
.i-about .box .frame .title .cn{ font-size: 3em; margin: 0; color: #333; margin-top: 6px;}
.i-about .box .frame .title .line{ height: 6px; position: relative; margin-top: 25px;}
.i-about .box .frame .title .line i{ position: absolute; left: 0; top: 0; width: 80px; height: 8px; border-radius: 8px; background: #1762ff; }
.i-about .box .frame .text{ margin-top: 30px; font-size: 1.4em; color: #333; line-height: 24px;}
.i-about .box .frame .text p+p{ margin-top: 24px;}
.i-about .box .frame .btns{ margin-top: 28px;}
.i-about .box .frame .btns a{ display: inline-block; width: 120px; height: 40px; border: 1px solid #e5e5e5; border-radius: 20px; position: relative;}
.i-about .box .frame .btns span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.4em; color: #999; padding-right: 18px; width: 75px;}
.i-about .box .frame .btns span img{ position: absolute; width: 15px; height: 15px; right: 0; top: 50%; transform: translateY(-50%);}
.i-about .box .frame .btns a span .hover{ display: none;}
.i-about .box .frame .btns a:hover{ border-color: #1762ff; background: #1762ff;}
.i-about .box .frame .btns a:hover span{ color: #fff;}
.i-about .box .frame .btns a:hover span img{ display: none;}
.i-about .box .frame .btns a:hover span .hover{ display: block;}
.i-about .box .img{ width: 49%;}

.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: 40px; height: 6px; position: relative;}
.index-title .line i{ position: absolute; width: 80px; height: 6px; background: #1762ff; border-radius: 6px; top: 0; left: 50%; transform: translateX(-50%);}

.i-business{ background: url(../images/ibusiness-bg.jpg) no-repeat center; background-size: cover; padding: 70px 0 65px;}
.i-business .index-title .cn{ color: #fff;}
.i-business .index-title .en{ color: #fff; opacity: .3;}
.i-business .index-title .line i{ background: #fff;}
.i-business .box{ margin-top: 48px;}
.i-business .box .barHd{ overflow: hidden;}
.i-business .box .barHd ul{ display: flex; flex-wrap: wrap;}
.i-business .box .barHd li{ width: calc((100% - 100px) / 6); margin-left: 20px;}
.i-business .box .barHd li:first-child{ margin-left: 0;}
.i-business .box .barHd li a{ display: inline-block; height: 50px; line-height: 50px; text-align: center; width: 100%; background: #fff; border-radius: 50px;}
.i-business .box .barHd li a span{ font-size: 1.8em; color: #1762ff; font-weight: bold; padding-left: 35px; position: relative; display: inline-block;}
.i-business .box .barHd li a span.icon1{ background: url(../images/ibusiness-icon1.svg) no-repeat center left; background-size: 22px;}
.i-business .box .barHd li a span.icon2{ background: url(../images/ibusiness-icon2.svg) no-repeat center left; background-size: 20px;}
.i-business .box .barHd li a span.icon3{ background: url(../images/ibusiness-icon3.svg) no-repeat center left; background-size: 24px;}
.i-business .box .barHd li a span.icon4{ background: url(../images/ibusiness-icon4.svg) no-repeat center left; background-size: 20px;}
.i-business .box .barHd li a span.icon5{ background: url(../images/ibusiness-icon5.svg) no-repeat center left; background-size: 22px;}
.i-business .box .barHd li a span.icon6{ background: url(../images/ibusiness-icon6.svg) no-repeat center left; background-size: 20px;}

.i-business .box .barHd li.on a, .i-business .box .barHd li:hover a{ background: #1762ff;}
.i-business .box .barHd li.on a span, .i-business .box .barHd li:hover a span{ color: #fff;}
.i-business .box .barHd li.on a span.icon1, .i-business .box .barHd li:hover a span.icon1{ background: url(../images/ibusiness-icon1-2.svg) no-repeat center left; background-size: 22px;}
.i-business .box .barHd li.on a span.icon2, .i-business .box .barHd li:hover a span.icon2{ background: url(../images/ibusiness-icon2-2.svg) no-repeat center left; background-size: 20px;}
.i-business .box .barHd li.on a span.icon3, .i-business .box .barHd li:hover a span.icon3{ background: url(../images/ibusiness-icon3-2.svg) no-repeat center left; background-size: 24px;}
.i-business .box .barHd li.on a span.icon4, .i-business .box .barHd li:hover a span.icon4{ background: url(../images/ibusiness-icon4-2.svg) no-repeat center left; background-size: 20px;}
.i-business .box .barHd li.on a span.icon5, .i-business .box .barHd li:hover a span.icon5{ background: url(../images/ibusiness-icon5-2.svg) no-repeat center left; background-size: 22px;}
.i-business .box .barHd li.on a span.icon6, .i-business .box .barHd li:hover a span.icon6{ background: url(../images/ibusiness-icon6-2.svg) no-repeat center left; background-size: 20px;}

.i-business .box .barBd{ margin-top: 60px;}
.i-business .box .barBd .barUl{ display: flex; flex-wrap: wrap;}
.i-business .box .barBd .bd{ flex: 1;}
.i-business .box .barBd .bd .frame{ position: relative;} 
.i-business .box .barBd .bd .frame .text{ position: absolute; z-index: 1; left: 84px; top: 50%; transform: translateY(-50%); width: 56%;}
.i-business .box .barBd .bd .frame .text .t{ font-size: 1.8em; color: #fff; font-weight: bold;}
.i-business .box .barBd .bd .frame .text .p{ font-size: 1.4em; color: #fff; line-height: 24px; margin-top: 15px; text-align: justify;}
.i-business .box .barBd .bd .frame .text .btns{ margin-top: 28px;}
.i-business .box .barBd .bd .frame .text .btns a{ display: inline-block; width: 120px; height: 40px; border: 1px solid #e5e5e5; border-radius: 20px; position: relative;}
.i-business .box .barBd .bd .frame .text .btns span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.4em; color: #fff; padding-right: 18px; width: 75px;}
.i-business .box .barBd .bd .frame .text .btns a:hover{ border-color: #1762ff; background: #1762ff;}
.i-business .box .barBd .bd .frame .text .btns span img{ position: absolute; width: 15px; height: 15px; right: 0; top: 50%; transform: translateY(-50%);}
.i-business .box .barBd .bd .frame .img{ position: relative; z-index: 0; height: 380px; width: 100%; border-radius: 24px; overflow: hidden;}
.i-business .box .barBd .bd .frame .img img{ position: absolute; width: 100%; height: 100%;}
.i-business .box .barBd .hd{ width: 290px; margin-left: 60px; padding-left: 50px; border-left: 1px solid #fff;}
.i-business .box .barBd .hd li{ width: 100%; margin-bottom: 20px;}
.i-business .box .barBd .hd li:last-child{ margin-bottom: 0;}
.i-business .box .barBd .hd li a{ display: inline-block; width: 100%; height: 60px; line-height: 60px; border-radius: 30px; text-align: center; background: #fff; font-size: 1.8em; color: #333; font-weight: bold;}
.i-business .box .barBd .hd li.on a, .i-business .box .barBd .hd li:hover a{ background: #1762ff; color: #fff;}

.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: #d83434; border-radius: 4px; font-size: 1.4rem; font-weight: bold; color: #fff; margin-right: 18px;}
.i-tender .list li .title span.zb { background: #1762ff; }
.i-tender .list li .other{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 20px;}
.i-tender .list li .other .dz{ height: 30px; line-height: 30px; background: #d8e5ff; font-size: 1.4em; color: #1762ff; padding: 0 18px; border-radius: 4px;}
.i-tender .list li .other .date{ font-size: 1.4em; color: #333;}
.i-tender .list li:hover{ box-shadow: 0 3px 5px rgba(23,98,255,.35);}
.i-tender .list li:hover .title{ color: #1762ff;}

.i-case{ background: #f8f8f8; padding: 58px 0 70px;}
.i-case .box{ margin-top: 62px;}
.i-case .box .mySwiper{ padding: 0 23.355%;}
.i-case .box .list .swiper-slide{ padding: 0 60px 100px; position: relative;}
.i-case .box .list .swiper-slide .img{ width: 100%; height: 338px; overflow: hidden; position: relative; z-index: 0;}
.i-case .box .list .swiper-slide .img img{ position: absolute; height: 100%; width: 100%; filter: blur(5px);}
.i-case .box .list .swiper-slide .text{ position: absolute; top: 85px; left: 170px; width: 300px; height: 350px; background: #fff; border-radius: 2px; box-shadow: 0 0 5px rgba(0,0,0,.15); z-index: 1; padding: 30px 38px 0; display: none;}
.i-case .box .list .swiper-slide .text .t{ 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-case .box .list .swiper-slide .text .p{ margin-top: 20px; font-size: 1.4em; color: #333; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.i-case .box .list .swiper-slide .text .btns{ margin-top: 48px;}
.i-case .box .list .swiper-slide .text .btns a{ display: inline-block; width: 120px; height: 40px; border: 1px solid #e5e5e5; border-radius: 20px; position: relative;}
.i-case .box .list .swiper-slide .text .btns span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.4em; color: #999; padding-right: 18px; width: 75px;}
.i-case .box .list .swiper-slide .text .btns span img{ position: absolute; width: 15px; height: 15px; right: 0; top: 50%; transform: translateY(-50%);}
.i-case .box .list .swiper-slide .text .btns a span .hover{ display: none;}
.i-case .box .list .swiper-slide .text .btns a:hover{ border-color: #1762ff; background: #1762ff;}
.i-case .box .list .swiper-slide .text .btns a:hover span{ color: #fff;}
.i-case .box .list .swiper-slide .text .btns a:hover span img{ display: none;}
.i-case .box .list .swiper-slide .text .btns a:hover span .hover{ display: block;}

.i-case .box .list .swiper-slide-active .text{ display: block;}
.i-case .box .list .swiper-slide-active .img img{ filter: blur(0);}

.i-case .box .swiper-button-next{ right: 24%;}
.i-case .box .swiper-button-prev{ left: 24%;}
.i-case .box .swiper-button-next, .i-case .box .swiper-button-prev{ width: 80px; height: 45px; background: rgba(0,0,0,.5); top: 37.6%; border-radius: 2px;}
.i-case .box .swiper-button-next:hover, .i-case .box .swiper-button-prev:hover{ background: #1762ff;}
.i-case .box .swiper-button-next::after, .i-case .box .swiper-button-prev::after{ display: none;}
.i-case .box .swiper-button-next::before{ content: ""; position: absolute; width: 30px; height: 16px; background: url(../images/icase-icon.svg) no-repeat center; background-size: cover; transform: rotate(180deg);}
.i-case .box .swiper-button-prev::before{ content: ""; position: absolute; width: 30px; height: 16px; background: url(../images/icase-icon.svg) no-repeat center; background-size: cover;}

.i-news{ padding: 82px 0 134px;}
.i-news .list{ margin-top: 70px;}
.i-news .list ul{ display: flex; flex-wrap: wrap;}
.i-news .list li{ width: calc((100% - 70px) / 3); margin-left: 35px; transition: all .3s;}
.i-news .list li a{ display: flex; flex-direction: column;}
.i-news .list li:first-child{ margin-left: 0;}
.i-news .list li .img{ width: 100%; height: 280px; position: relative; overflow: hidden;}
.i-news .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-news .list li:hover .img img{ transform: scale(1.1);}
.i-news .list li .text{ background: #f8f8f8; padding: 25px;}
.i-news .list li .text .t{ font-size: 1.8em; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .list li .text .p{ font-size: 1.4em; line-height: 24px; margin-top: 10px; color: #999; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-news .list li .text .other{ margin-top: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.i-news .list li .text .other .bq{ padding-left: 30px; position: relative; font-size: 1.4em; color: #1762ff;}
.i-news .list li .text .other .bq::before{ content: ""; position: absolute; width: 8px; height: 8px; background: #1762ff; left: 0; top: 50%; transform: translateY(-50%);}
.i-news .list li .text .other .date{ font-size: 1.4em; color: #333;}

.i-news .list li:hover{ border-radius: 4px; }
.i-news .list li:hover .text{ background: #1762ff;}
.i-news .list li:hover .text .t, .i-news .list li:hover .text .p, .i-news .list li:hover .text .other .bq, .i-news .list li:hover .text .other .date{ color: #fff;}
.i-news .list li:hover .text .other .bq::before{ background: #fff;}
.i-news .list li:nth-child(2n) .img{ order: 2;}
.i-news .list li:nth-child(2n) .text{ order: 1;}

.footer{ background: #f8f8f8; padding: 80px 0 60px;}
.footer .foot-box{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer .foot-title{ color: #333; font-size: 2em; line-height: 1; margin-bottom: 14px;}
.footer .foot-contact{ overflow: hidden; width: 500px;}
.footer .foot-contact .t, .footer .foot-contact .p{ font-size: 1.4em; color: #333; line-height: 24px;}
.footer .foot-contact .list{ margin-top: 55px;}
.footer .foot-contact .list ul{ display: flex; flex-wrap: wrap;}
.footer .foot-contact .list li{ width: calc((100% - 15px) / 2); margin-left: 15px; font-size: 1.4em; color: #333; line-height: 28px; position: relative; padding-left: 30px;}
.footer .foot-contact .list li:nth-child(2n-1){ margin-left: 0;}
.footer .foot-contact .list li span{ width: 22px; height: 22px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.footer .foot-contact .list li .icon1{ background: url(../images/foot-icon1.svg) no-repeat center; background-size: 22px;}
.footer .foot-contact .list li .icon2{ background: url(../images/foot-icon2.svg) no-repeat center; background-size: 26px;}
.footer .foot-contact .list li .icon3{ background: url(../images/foot-icon3.svg) no-repeat center; background-size: 22px;}
.footer .foot-nav{ width: 260px; margin-left: 5%;}
.footer .foot-nav dl{ display: flex; flex-wrap: wrap; margin-bottom: 0;}
.footer .foot-nav dd{ width: 50%; padding-right: 15px; font-size: 1.4em; color: #333; margin-top: 48px;}
.footer .foot-nav dd:nth-child(-n+2){ margin-top: 0;}
.footer .foot-nav dd a{ color: inherit;}
.footer .foot-nav dd a:hover{ color: #1762ff;}
.footer .foot-wx{ width: 285px;}
.footer .foot-wx ul{ display: flex; flex-wrap: wrap;}
.footer .foot-wx li{ width: calc((100% - 35px) / 2); margin-left: 35px;}
.footer .foot-wx li:first-child{ margin-left: 0;}
.footer .foot-wx li .t{ font-size: 1.4em; color: #333; text-align: center; margin-top: 10px;}

.footer-copy{ background: #1762ff; 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; margin-left: 15px;}
.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: 80px; 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: #1762ff; 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: #1762ff; 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: #1762ff; border-radius: 4px; left: 50%; transform: translateX(-50%); bottom: 0;}

.about-box1{ padding: 66px 0 72px; position: relative;}
.about-box1 .box{ display: flex; flex-wrap: wrap;}
.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: #1762ff; border-radius: 4px; left: 0; bottom: 0;}
.about-box1 .box .frame .text{ margin-top: 35px; font-size: 1.4em; color: #333; line-height: 24px;}
.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: #1762ff; 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{ position: absolute; width: 100%; height: 100%;}

.about-box2{ background: url(../images/about-box2-bg.jpg) no-repeat center; background-size: cover; padding: 80px 0;}
.about-box2 .page-title{ color: #fff;}
.about-box2 .page-title::before{ background: #fff;}
.about-box2 .list{ margin-top: 50px;}
.about-box2 .list ul{ display: flex; flex-wrap: wrap;}
.about-box2 .list li{ width: calc((100% - 70px) / 3); margin-left: 35px; background: #fff; padding: 30px 40px 40px;}
.about-box2 .list li:first-child{ margin-left: 0;}
.about-box2 .list li .icon{ height: 56px; text-align: center;}
.about-box2 .list li .icon img{ height: 100%;}
.about-box2 .list li .t{ font-size: 1.8em; font-weight: bold; color: #333; text-align: center; position: relative; line-height: 1; padding-bottom: 20px; margin-top: 26px;}
.about-box2 .list li .t::before{ content: ""; position: absolute; width: 40px; height: 3px; border-radius: 3px; background: #1762ff; bottom: 0; left: 50%; transform: translateX(-50%);}
.about-box2 .list li .p{ margin-top: 25px; font-size: 1.4em; color: #333; line-height: 24px; text-align: center;}

.about-box3{ padding: 95px 0;}
.about-box3 .list{ margin-top: 55px;}
.about-box3 .list ul{ display: flex; flex-wrap: wrap;}
.about-box3 .list li{ width: calc((100% - 70px) / 3); margin-left: 35px;}
.about-box3 .list li:first-child{ margin-left: 0;}
.about-box3 .list li .frame{ position: relative; overflow: hidden;}
.about-box3 .list li .frame .text{ position: absolute; z-index: 1; width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.about-box3 .list li .frame .text .icon{ width: 100%; height: 70px; position: relative;}
.about-box3 .list li .frame .text .icon img{ position: absolute; height: 120%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.about-box3 .list li .frame .text .t{ font-size: 1.8em; font-weight: bold; color: #fff; text-align: center; position: relative; line-height: 1; padding-bottom: 20px; margin-top: 26px;}
.about-box3 .list li .frame .text .t::before{ content: ""; position: absolute; width: 40px; height: 3px; border-radius: 3px; background: #fff; bottom: 0; left: 50%; transform: translateX(-50%);}
.about-box3 .list li .frame .text .p{ margin-top: 25px; font-size: 1.4em; color: #fff; line-height: 24px; text-align: center; padding: 0 15px;}
.about-box3 .list li .frame .img{ width: 100%; height: 520px; position: relative; overflow: hidden; z-index: 0;}
.about-box3 .list li .frame .img img{ position: absolute; width: 100%; height: 100%;}

.about-box3 .list li .frame2{ position: relative; overflow: hidden;}
.about-box3 .list li .frame2:nth-child(2){ margin-top: 40px;}
.about-box3 .list li .frame2 .text{ position: absolute; z-index: 1; width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.about-box3 .list li .frame2 .text .icon{ width: 100%; height: 55px; position: relative;}
.about-box3 .list li .frame2 .text .icon img{ position: absolute; height: 110%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.about-box3 .list li .frame2 .text .t{ font-size: 1.8em; font-weight: bold; color: #fff; text-align: center; position: relative; line-height: 1; padding-bottom: 20px; margin-top: 20px;}
.about-box3 .list li .frame2 .text .t::before{ content: ""; position: absolute; width: 40px; height: 3px; border-radius: 3px; background: #fff; bottom: 0; left: 50%; transform: translateX(-50%);}
.about-box3 .list li .frame2 .text .p{ margin-top: 15px; font-size: 1.4em; color: #fff; line-height: 24px; text-align: center; padding: 0 15px;}
.about-box3 .list li .frame2 .img{ width: 100%; height: 240px; position: relative; overflow: hidden; z-index: 0;}
.about-box3 .list li .frame2 .img img{ position: absolute; width: 100%; height: 100%;}

.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: #1762ff; 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: #1762ff; 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: #1762ff; 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: #1762ff; background: #1762ff;}
.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: #1762ff;}
.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: #1762ff; 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: #1762ff; 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: #1762ff;}
.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: #1762ff;}


.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: #1762ff; }
.zbgs-top .zbgs-top-nav li.on a{ color: #1762ff;}

.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: #1762ff; 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: #1762ff; 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: #1762ff; 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: #1762ff;}
.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: #1762ff; 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: #1762ff;}
.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: #1762ff;}
.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: #1762ff; 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: #1762ff; 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: #1762ff;}
.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: #1762ff; 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: #1762ff;}
.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: #1762ff;}
.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: #1762ff; 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: #1762ff; 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{ width: 210px; padding-right: 20px;}
.login-header .logo img{ height: 50px;}

.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: #1762ff; bottom: 0; left: 0;}
.login-frame .box .hd li.on{ color: #1762ff;}
.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 #1762ff; font-size: 1.4em; color: #1762ff; text-align: center; margin-left: 10px;}
.login-frame .box .bd li.yzm a:hover{ background: #1762ff; 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: #1762ff; 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: #1762ff; 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: #1762ff; 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: #1762ff;}
.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: #1762ff; 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 #1762ff; font-size: 1.4em; color: #1762ff; text-align: center; margin-left: 15px;}
.register-frame .box .list li.yzm a:hover{ background: #1762ff; 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: #1762ff; 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: #1762ff; 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: #1762ff; 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: #1762ff;}
.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: #1762ff !important; color:#fff !important; border:1px solid #1762ff;}
.pager-list li.active>*{ color:#fff !important; background:#1762ff !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:#1762ff !important; border:1px solid #1762ff; 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: #1762ff;}






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

}
@media (max-width:1365px) and (min-width: 1200px){
.header .pc-nav li{ padding: 10px 18px 0;}

.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){
.header .logo{ width: 160px;}
.header .pc-nav li{ padding: 10px 15px 0;}
.header .pc-nav li > a{ font-size: 1.4em;}
.header .other{ margin-left: 20px;}
.header .other a{ font-size: 1.4em;}
.header .other a.login{ width: 70px;}
.header .other a.register{ width: 80px;}

.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;}

.footer .foot-contact{ width: 395px;}
.footer .foot-nav{ margin-left: 0;}

.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 .container{ height: 80px;}
.header .logo{ width: 75%;}
.header .pc-nav, .header .pc-search, .header .other{ 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-about .box .frame{ width: 100%; padding-right: 0;}
.i-about .box .frame .title .en{ font-size: 2.6em;}
.i-about .box .frame .title .cn{ font-size: 1.8em;}
.i-about .box .frame .title .line{ margin-top: 20px;}
.i-about .box .frame .title .line i{ height: 3px;}
.i-about .box .img{ width: 100%; height: 300px; text-align: center; margin-top: 30px;}
.i-about .box .img img{ height: 100%;}

.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-case .box .mySwiper{ padding: 0 5.355%;}
.i-case .box .list .swiper-slide{ padding: 0 20px 100px;}
.i-case .box .list .swiper-slide .text{ left: 110px;}
.i-case .box .swiper-button-next{ right: 5%;}
.i-case .box .swiper-button-prev{ left: 5%;}

.i-news{ padding: 52px 0 20px;}
.i-news .list{ margin-top: 50px;}
.i-news .list li{ width: 100%; margin-left: 0; margin-bottom: 30px;}
.i-news .list li:nth-child(2n) .img{ order: 1;}
.i-news .list li:nth-child(2n) .text{ order: 2;}

.footer{ padding: 50px 0 40px;}
.footer .foot-title{ font-size: 1.8em;}
.footer .foot-contact{ width: 395px; order: 2;}
.footer .foot-nav{ margin-left: 0; order: 1; width: 100%; margin-bottom: 40px;}
.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;}

.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 .container{ height: 60px;}
.header .logo{ width: 75%;}
.header .logo img{ height: 35px;}
.header .pc-nav, .header .pc-search, .header .other{ 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: 20px;}
.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-case .box{ margin-top: 30px;}
.i-case .box .mySwiper{ padding: 0;}
.i-case .box .list .swiper-slide{ padding: 0 20px 100px;}
.i-case .box .list .swiper-slide .text{ left: 56px;}
.i-case .box .list .swiper-slide .text .t{ font-size: 1.6em;}
.i-case .box .swiper-button-next{ right: 3%;}
.i-case .box .swiper-button-prev{ left: 3%;}
.i-case .box .swiper-button-next, .i-case .box .swiper-button-prev{ width: 60px; height: 35px;}

.i-news{ padding: 32px 0 20px;}
.i-news .list{ margin-top: 30px;}
.i-news .list li{ width: 100%; margin-left: 0; margin-bottom: 20px;}
.i-news .list li:nth-child(2n) .img{ order: 1;}
.i-news .list li:nth-child(2n) .text{ order: 2;}
.i-news .list li .img{ height: 250px;}
.i-news .list li .text .t{ font-size: 1.6em;}
.i-news .list li .text .other{ margin-top: 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{ padding: 10px 0 30px;}
.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;}

}