body {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #242529;
	overflow-x: hidden;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

p {
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

b,
strong {
	font-weight: 700;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	color: #242529;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh1 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.bgf3f3f3 {
	background: #f3f3f3;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

.imgH {
	overflow: hidden;
}

.imgH img {
	transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
}

.imgH:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

* {
	box-sizing: border-box;
}

.db {
	display: block;
}

.tc {
	text-align: center;
}

img {
	max-width: 100%;
}

.c_center {
	width: 82%;
	margin: 0 auto;
}

.baibg {
	background: #ffffff;
}

.huibg {
	background: #f8f8f8;
}

.pore {
	position: relative;
}

.poab {
	position: absolute;
	left: 0;
	top: 0;
}

.flexb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1200px) {
	::-webkit-scrollbar {
		width: 8px;
	}

	::-webkit-scrollbar-track {
		background: #f5f5f5;
	}

	::-webkit-scrollbar-thumb {
		background: #151D7D;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: 1px solid #f5f5f5;
	}

	body * ::-webkit-scrollbar {
		width: 2px;
	}

	body * ::-webkit-scrollbar-thumb {
		border: none;
	}
}
.flexT{display: flex;align-items: flex-start;justify-content: center;}
.flexB{display: flex;align-items: flex-start;justify-content:space-between;}
.swiper{position: relative;overflow: hidden;}


/**导航菜单**/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 4.15vw;
	width: 100vw;
	transition: all .3s;
	padding: 0 5%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

header>.wrap {
	padding: 0;
	border-radius: 6px;
	margin: 0 auto;
}

header .logo a {
	height: 4.15vw;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo img {
	max-height: 80%;
	width: 13vw;
}

header .rightDiv .menu {
	text-align: right;
	height: 4.15vw;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
}

header .rightDiv .menu>ul>li>a {
	height: 4.15vw;
	line-height: 4.15vw;
	text-align: center;
	color: #ffffff;
	font-size: 0.98vw;
	display: block;
	padding: 0 1.25vw;
	/* min-width: 7.8vw; */
}

header .rightDiv .menu>ul>li:hover,
header .rightDiv .menu>ul>li:focus,
header .rightDiv .menu>ul>li.on,
header .rightDiv .menu>ul>li.active {
	background: none;
	position: relative;
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	font-weight: 700;
}

header .rightDiv .menu>ul>li.has-sub:hover>a {
	background: rgba(21, 29, 125, 0.4);
}

header a.mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/menu1.png) no-repeat center center;
	background-size: 22px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header.indexHeader .mbtn {
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/menu1.png) no-repeat center center;
	background-size: 22px auto;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/menu-hide1.png) no-repeat center center;
	background-size: 22px auto;
}

header .telDiv {
	display: flex;
	align-items: center;
	height: 4.15vw;
	font-size: 1vw;
	margin-left: 1.25vw;
}

header .telDiv .tel {
	padding-left: 1.25vw;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/tel.png) left no-repeat;
	background-size: 0.8vw;
	color: #ffffff;
}

header .telDiv .lang {
	margin-left: 1.6vw;
	padding-left: 1.6vw;
	border-left: 1px solid #ffffff;
	line-height: 1;
	color: #ffffff;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.menu:after,
.menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}

.menu>ul>li>a {
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	color: #282828;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

.menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
}

.menu ul ul {
	position: absolute;
	left: -9999px;
	text-align: center;
}

.menu li:hover>ul {
	left: 0;
}

.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	;
	margin-left: 0;
}

.menu ul ul {
	width: max-content;
	min-width: 100%;
	text-align: center;
	top: 4.15vw;
	
}

.menu ul ul .ul {
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	padding: 0.8vw 0;
	border-top: 2px solid #ffffff;
}

.menu ul ul li {
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	text-align: center;
	padding: 0.4vw 0.8vw;
}

.menu ul ul li>a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 0.32vw 0;
	text-align: left;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.menu ul ul li:hover {
	background: rgba(21, 29, 125, 0.4);
}

.header2 .rightDiv .menu>ul>li.has-sub:hover>a,
.header2 .menu ul ul .ul {
	background: rgba(25, 33, 127, 0.9);
	color: #ffffff;
}

.header2 .menu ul ul li>a,
.header2 .menu ul ul li>a:hover,
.header2 .menu ul ul li a:hover {
	color: #ffffff;
}
.left-cont{width:62vw;margin-right:20px;}
.left-cont .notice-table{margin-top:20px;font-size: 16px;color: #666;}
.left-cont .notice-table a{color: #666;}
.left-cont .notice-table a:hover{color: #151D7D;}
.left-cont .notice-table td{height:42px;line-height: 42px;padding: 0 30px;vertical-align:middle;} 
.noticeList{height:60px;line-height:56px;margin:0;border: 2px solid #E8E8E8;}
.noticeList .col-md-2{text-align: center;font-size: 22px;color: #2A2A2A;border-right: 2px solid #E8E8E8;}
.noticeList p>a{font-size: 16px;color: #0F206C;}
.notice-content .right-img{width:22.6vw;height:669px;background: url('https://bldme-website.oss-cn-hangzhou.aliyuncs.com/zhaobiao/zhaobiao_right.png') center no-repeat;padding: 0;}
.notice-content .right-img .bidding-target{display:block;width: 18.7vw;margin: 440px auto 0;}

/********************************* 首页 **********************************/



@media (max-width:1440px) {

	/* header .rightDiv .menu>ul>li>a{font-size: 18px;} */
	/* header .rightDiv .menu>ul>li{margin-right: 24px;} */
	header .telDiv .lang {
		margin-left: 12px;
		padding-left: 12px;
	}
}

@media (max-width:1200px) {
	header .logo {
		max-width: 20%;
	}

	header .rightDiv .menu>ul>li>a,
	header .telDiv .tel,
	header .telDiv .lang {
		font-size: 16px;
	}

	header .rightDiv .menu>ul>li {
		margin-right: 16px;
	}

	header .rightDiv .menu>ul>li>a {
		min-width: unset;
	}
}

@media (max-width:996px) {
	.topDiv {
		display: none;
	}

	header.indexHeader {
		background: #fff;
		top: 0;
	}

	header .rightDiv .menu>ul>li.has-sub:hover>a {
		background: none;
	}

	.on-fixed header.indexHeader {
		top: 0;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .15)
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(255, 255, 255, .15);
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #aaaaaa;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #aaaaaa;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}

	header .logo a {
		height: 50px;
		line-height: 50px;
		width: initial;
		z-index: 0;
	}

	header .logo img {
		max-height: 70%;
	}

	header a.mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(0, 0, 0, .94);
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}

	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}

	header .rightDiv .menu>ul {
		display: block;
		padding-top: 50px;
	}

	header .rightDiv .menu ul li a span {
		display: none;
	}

	header .rightDiv .menu ul li a.on {
		background: none;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .rightDiv .menu ul li>a {
		margin: 0;
		width: calc(100% - 50px);
		padding: 0 0 0 16px;
	}

	header .rightDiv .menu .linkDiv {
		display: none;
	}

	header .rightDiv .menu>ul>li.has-sub {
		padding: 0;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	.menu ul ul .wrap {
		padding: 0;
		border: 0;
	}

	.menu ul ul,
	.on-fixed header.indexHeader .wrap,
	.menu ul ul .ul {
		box-shadow: none;
		background: none;
		border-radius: 0;
	}

	.menu ul ul li .alist a {
		margin-top: 0;
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}

	.main {
		position: relative;
		right: 0;
		transition: right 300ms !important;
		margin-top: 50px;
	}

	header .telDiv1 {
		display: flex !important;
		align-items: center;
		height: 50px;
		font-size: 12px;
		padding-left: 5px;
		margin-left: 24%;
	}

	header .telDiv {
		display: none;
	}

	header .telDiv1 img {
		height: 16px;
		margin-right: 8px;
	}

	header .telDiv1 span {
		font-weight: 700;
	}

	header .rightDiv .menu>ul>li:hover::before,
	header .rightDiv .menu>ul>li:focus::before,
	header .rightDiv .menu>ul>li.on::before,
	header .rightDiv .menu>ul>li.active::before {
		display: none;
	}

	header .telDiv1 a {
		font-size: 16px;
		color: #ffffff;
	}

	header .telDiv1 a.lang {
		margin-left: 32px;
		padding-left: 32px;
		border-left: 1px solid #ffffff;
		line-height: 1;
		color: #ffffff;
	}

	header .rightDiv .menu>ul>li.has-sub:hover>a,
	header .rightDiv .menu ul li>a {
		color: #ffffff;
	}

	header .rightDiv .menu ul li.has-sub ul a {
		padding-left: 32px;
	}

	.header2 .rightDiv .menu>ul>li.has-sub:hover>a,
	.header2 .menu ul ul .ul {
		background: none;
		color: #ffffff;
	}
}

@media (max-width:768px) {
	header .logo img {
		width: unset;
	}

	header .logo {
		max-width: 50%;
	}

	header .telDiv1 {
		justify-content: flex-end;
		padding-right: 30px;
	}

	header .telDiv1 a {
		font-size: 14px;
	}

	header .telDiv1 a.lang {
		margin-left: 8px;
		padding-left: 8px;
	}
}

.indsec1 {   /*控制banner高度的地方*/
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hy-page {
	position: absolute;
	top: 50%;
	right: 246px;
	transform: translateY(-50%);
	width: 300px;
	padding-right: 10px;
	z-index: 2;
}

.hy-page li {
	margin-bottom: 18px;
	cursor: pointer;
}

.hy-page li.on .progBox .progBox-left,
.hy-page li.on .progBox .progBox-right {
	display: block;
}

.hy-page li .t {
	margin-left: 11px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.progBox {
	position: relative;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
}

.progBox>span {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.progBox .progBox-left {
	left: 0;
	display: none;
}

.progBox .progBox-bar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.progBox .progBox-left .progBox-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progBox .progBox-right {
	right: 0;
	display: none;
}

.progBox .progBox-right .progBox-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 3s linear forwards;
}

.progBox .progBox-left .progBox-bar {
	animation: loading-2 3s linear forwards 3s;
}

.progBox .dian {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
}

.swiper_banner {
	height: 100%;
}

.swiper_banner .img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	transition: 1s linear 6s;
	transform: scale(1.1);
}

.swiper_banner video.img {
	width: 100%;
	height: 100%;
	object-fit: fill
}

.swiper_banner .swiper-slide-active .img {
	transition: 6s linear;
	transform: scale(1);
}

.swiper_banner .swiper-slide-active video.img {
	transition: none;
}

.swiper_banner a {
	display: block;
	color: #fff;
}

.swiper_banner .phone {
	display: none;
}

.swiper_banner .xx {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.swiper_banner .swiper-slide-active .xx {
	animation: loading-3 0.8s linear forwards 0s;
}

.swiper_banner .tit {
	font-size: 3.75vw;
	color: #ffffff;
	font-weight: 500;
	font-family: "Source Han Sans CN";
}

.swiper_banner .sum {
	font-size: 2vw;
	color: #ffffff;
	font-weight: 100;
	margin: 8px;
}

.swiper_banner .more {
	border: 1px solid #ffffff;
	line-height: 32px;
	border-radius: 16px;
	display: inline-block;
	margin: 2vw auto 0;
	transition: all 0.3s;
	background: none;
	font-size: 1vw;
	padding: 0 1vw;
}

.swiper_banner .more:hover {
	background: #ffffff;
	color: #242C8D;
	border-color: #ffffff;
}

.swiper_banner .swiper-pagination {
	bottom: 60px;
}

.swiper_banner .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	width: 31px;
	height: 4px;
	border-radius: 0;
	transition: all 0.3s;
}

.swiper_banner .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.pubTit .tit {
	font-size: 2.5vw;
	font-weight: bold;
	color: #151D7D;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}

.pubTit .xian {
	display: block;
	width: 2.3vw;
	height: 3px;
	background: #242529;
	margin: 1.25vw auto 2vw;
}

.pubTit .desc {
	font-size: 1.25vw;
	color: #242529;
	text-align: center;
	margin-top: 8px;
}

.moreBtn {
	display: block;
	width: 7.7vw;
	text-align: center;
	line-height: 2.18vw;
	border-radius: 1.09vw;
	border: 1px solid #242529;
	font-size: 0.8vw;
	color: #242529;
	margin: 48px auto 0;
	transition: all 0.3s;
}

.moreBtn:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	/* background: #242529; */
	/* opacity: 0.8; */
	background: linear-gradient(180deg, #787EC0 0%, #293188 100%);
}

.indsec2 {
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/indpbg1.jpg) center no-repeat;
	background-size: cover;
	padding: 9.7vw 0;
}

.indsec2 .pubTit {
	width: 72%;
	margin: 0 auto;
}

.indsec2 .numList {
	margin: 4vw 0 0;
}

.indsec2 .numList li {
	width: 30%;
	text-align: center;
}

.indsec2 .numList .iconBox img {
	width: 3.33vw;
}

.indsec2 .numList .num {
	font-size: 3.33vw;
	font-weight: bold;
	background: linear-gradient(180deg, #787EC0 0%, #293188 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.indsec2 .numList .num small {
	font-size: 1.45vw;
	font-weight: 700;
}

.indsec2 .numList .name {
	font-size: 0.9vw;
	font-weight: bold;
	color: #3C4395;
}

.indsec3 .bgkuang {
	height: 100%;
	position: relative;
	padding: 4.58vw 4%;
	width: 100%;
}

.indsec3 .bgkuang::before {
	content: "";
	display: block;
	width: 100%;
	height: 70%;
	background: linear-gradient(180deg, #FFFFFF 0%, #d8f0f7 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.indsec3 .kuang {
	width: 100%;
}

.indsec3 .bgkuang::after {
	content: "";
	display: block;
	width: 100%;
	height: 30%;
	background: linear-gradient(180deg, #2b3288 0%, #525796 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.indsec3 .nrBox {
	margin-top: 3.125vw;
	width: 100%;
}

.indsec3 .hxcyList {
	height: 37.9vw;
}

.indsec3 .hxcyList li {
	width: 21%;
	float: left;
	height: 100%;
	transition: all 0.5s;
	position: relative;
	background: url() center no-repeat;
	background-size: cover;
}

.indsec3 .hxcyList li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	opacity: 1;
}

.indsec3 .hxcyList li.on::before {
	opacity: 0;
}

.indsec3 .hxcyList li>div {
	padding: 0.83vw 12%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.indsec3 .hxcyList .icon img {
	max-width: 2vw;
}

.indsec3 .hxcyList .tit {
	font-size: 1.45vw;
	font-weight: bold;
	color: #FFFFFF;
	transition: all 0s;
}

.indsec3 .hxcyList .titda {
	font-size: 1.45vw;
	font-weight: 700;
	color: #FFFFFF;
}

.indsec3 .hxcyList .titen {
	font-size: 0.93vw;
	color: #FFFFFF;
	margin: 12px 0 0 0;
	transition: all 0s;
}

.indsec3 .hxcyList .des {
	font-size: 0.83vw;
	color: #FFFFFF;
}

.indsec3 .hxcyList .more {
	font-size: 0.8vw;
	color: #FFFFFF;
	display: inline-block;
}

.indsec3 .hxcyList li.on .titda {
	margin-top: 1.04vw;
}

.indsec3 .hxcyList li.on .des {
	margin-top: 1.66vw;
}

.indsec3 .hxcyList li.on .more {
	margin-top: 3.33vw;
}

.indsec3 .hxcyList .more img {
	width: 18px;
	display: block;
	margin: 10px auto;
	transition: all 0.3s;
}

.indsec3 .hxcyList .more:hover img {
	transform: translateY(12px);
}

.indsec3 .hxcyList .icon,
.indsec3 .hxcyList .titda,
.indsec3 .hxcyList .des,
.indsec3 .hxcyList .more,
.indsec3 .hxcyList .more:after {
	opacity: 0;
	transition: all 0.5s;
	height: 0;
}

.indsec3 .hxcyList li.on {
	width: 37%;
}

.indsec3 .hxcyList li.on .icon,
.indsec3 .hxcyList li.on .titda,
.indsec3 .hxcyList li.on .des,
.indsec3 .hxcyList li.on .more,
.indsec3 .hxcyList li.on .more:after {
	opacity: 1;
	height: auto;
}

.indsec3 .hxcyList li.on .tit,
.indsec3 .hxcyList li.on .titen {
	opacity: 0;
	height: 0;
}

.indsec4 {
	padding: 6.45vw 0;
	/* height: 53.75vw; */
}

.indsec4 .nrBox {
	padding: 0 4%;
	margin-top: 4.58vw;
}

.indsec4 .leftNew {
	width: calc(100% - 39.79vw);
}

.indsec4 .leftNew li {
	padding: 12px 16px 12px 0;
	transition: all 0.3s;
}

.indsec4 .leftNew li:hover {
	background: linear-gradient(90deg, #242C8D 0%, #636BC5 100%);
}

.indsec4 .leftNew .imgBox {
	display: none;
}

.indsec4 .leftNew .time {
	font-size: 0.83vw;
	color: #242529;
	width: 112px;
	text-align: center;
	position: relative;
	margin-right: 16px;
}

.indsec4 .leftNew .time p {
	text-align: center;
	transition: all 0.3s;
}

.indsec4 .leftNew .time b {
	font-size: 2vw;
	font-weight: bold;
	line-height: 1;
	transition: all 0.3s;
}

.indsec4 .leftNew .time:after {
	content: "";
	display: block;
	width: 1px;
	height: 72px;
	background: #737887;
	position: absolute;
	right: 0;
	top: calc(50% - 36px);
	transition: all 0.3s;
}

.indsec4 .leftNew .textBox {
	width: calc(100% - 128px);
}

.indsec4 .leftNew .tit {
	font-size: 1.04vw;
	font-weight: bold;
	color: #242529;
	transition: all 0.3s;
}

.indsec4 .leftNew .desc {
	font-size: 0.83vw;
	color: #737887;
	line-height: 24px;
	margin-top: 4px;
	transition: all 0.3s;
}

.indsec4 .rightImg {
	margin-left: 1.25vw;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 38.54vw;
	height: 24.58vw;
	background: url() center no-repeat;
	background-size: cover;
	transition: all 0.5s;
}

.indsec4 .rightImg img {
	width: 100%;
	display: none;
	transition: all 0.3s;
}

/* .indsec4 .rightImg .iBox:first-child{opacity: 1;}
.indsec4 .rightImg .iBox.on{
    opacity: 1;
} */
.indsec4 .leftNew li:hover .time b,
.indsec4 .leftNew li:hover .time p,
.indsec4 .leftNew li:hover .tit,
.indsec4 .leftNew li:hover .desc {
	color: #ffffff;
}

.indsec4 .leftNew li:hover .time:after {
	background: #ffffff;
}

footer {
	background: url() center bottom no-repeat #ffffff;
	background-size: 100% auto;
}

footer {
	border-top: 1px dashed #EEEEEE;
	padding: 0 6%;
}

footer .line1 {
	padding: 3.75vw 0 5.2vw;
	justify-content: space-between;
	align-items: flex-start;
}

footer .leftInfo {
	font-size: 14px;
	color: #737887;
	max-width: 34%;
}

footer .leftInfo .compName {
	font-size: 0.93vw;
	font-weight: bold;
	color: #151D7D;
}

footer .leftInfo .info p {
	margin-top: 0.83vw;
}

footer .leftInfo .link {
	margin-top: 1.66vw;
}

footer .leftInfo .link a {
	display: inline-block;
	margin-right: 1.25vw;
	margin-bottom: 4px;
	position: relative;
}

footer .leftInfo .link .ewmBox {
	position: absolute;
	left: 90%;
	bottom: 50%;
	display: block;
	width: 10vw;
	padding: 0.4vw;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	border-radius: 0.8vw;
	background: #ffffff;
	display: none;
	z-index: 2;
}

footer .leftInfo .link a:hover .ewmBox {
	display: block;
}

footer .leftInfo .link .ewmBox img {
	width: 100%;
}

footer .rightNav {
	max-width: 66%;
}

footer .rightNav li {
	float: left;
	/* margin-left: 4vw; */
	width: 8.5vw;
}

footer .rightNav li:first-child {
	margin-left: 0;
}

footer .rightNav li:last-child {
	width: 6vw;
}

footer .rightNav .daTit {
	font-size: 15px;
	font-weight: 500;
	color: #242529;
	margin-bottom: 1.25vw;
	display: block;
}

footer .rightNav .daTit:hover {
	font-weight: 700;
}

footer .rightNav .sTitBox a {
	font-size: 14px;
	color: #737887;
	display: block;
	margin-bottom: 0.83vw;
}

footer .rightNav .sTitBox a:hover {
	color: #151D7D;
}

footer .line2 {
	padding: 0.83vw 0;
	justify-content: space-between;
	font-size: 12px;
	color: #737887;
}

footer .line2 a {
	color: #737887;
}

/* @media (max-width:1200px) {
	.indsec2,.indsec4{padding: 80px 0;}
	.indsec3 .bgkuang{padding: 80px 4%;}
	footer .rightNav li{margin-left: 40px;}
	footer .leftInfo .link a{margin: 0 12px 8px 0;}
	.pubTit .xian{height: 2px;margin: 16px auto;}
	.indsec3 .hxcyList{height: 60vh;}
	.indsec2 .numList,
	.indsec3 .hxcyList .more,
	.indsec4 .nrBox{margin-top: 24px;}
	footer .line1{padding: 32px 0;}
	.indsec2 .numList .iconBox img{width: 40px;}
	.swiper_banner .tit{font-size: 64px;}
	.swiper_banner .sum,
	.indsec4 .leftNew .time b{font-size: 32px;}
	.pubTit .tit,
	.indsec2 .numList .num{font-size: 40px;}
	.pubTit .desc,
	.indsec3 .hxcyList .tit,
	.indsec3 .hxcyList .titda{font-size: 20px;}
	.indsec4 .leftNew .tit{font-size: 18px;}
	.indsec4 .leftNew .desc{font-size: 14px;}
	footer .leftInfo{max-width: 40%;}
	footer .rightNav{max-width: 60%;}
	footer .rightNav li{margin-left: 16px;}
	footer .rightNav .daTit{margin-bottom: 16px;}
	footer .rightNav .sTitBox a{margin-bottom: 8px;}
	footer .leftInfo .info p{margin-top: 8px;}
}
@media (max-width:996px) { 
	.section, .fp-tableCell{height: unset !important;}
	.swiper_banner .img{display: none;}
	.swiper_banner .phone{display: block;height: 440px;width: 100vw;}
	.swiper_banner .xx{position: absolute;left: 0;top: 0;}
	.swiper_banner .tit{font-size: 40px;line-height: 1.5;}
	.swiper_banner .sum{font-size: 20px;line-height: 1.5;}
	.swiper_banner .swiper-pagination{bottom: 10px;}
	.indsec2{padding: 48px 0;}
	.pubTit .tit{font-size: 32px;}
	.pubTit .xian{margin: 12px auto;}
	.pubTit .desc{font-size: 14px;}
	.moreBtn{width: 120px;height: 32px;line-height: 32px;margin-top: 20px;}
	.indsec2 .numList .num{font-size: 32px;}
	.indsec3 .bgkuang{padding: 48px 4%;}
	.indsec3 .nrBox{margin-top: 24px;}
	.indsec3 .hxcyList{height: auto;}
	.indsec3 .hxcyList li,
	.indsec3 .hxcyList li.on{
		width: 50%;
		float: left;
		height: 30vh;
		background: url() center no-repeat;
		background-size: cover;
		padding: 16px;
	}
	.indsec3 .hxcyList li .titda,
	.indsec3 .hxcyList li .des,
	.indsec3 .hxcyList li .more,
	.indsec3 .hxcyList li.on .titda,
	.indsec3 .hxcyList li.on .des,
	.indsec3 .hxcyList li.on .more{display: block;}
	
	.indsec3 .hxcyList li.on .titda,
	.indsec3 .hxcyList li.on .des,
	.indsec3 .hxcyList li.on .more{margin-top: 8px;}
	.indsec3 .hxcyList .icon,
	.indsec3 .hxcyList .titda,
	.indsec3 .hxcyList .des, 
	.indsec3 .hxcyList .more, 
	.indsec3 .hxcyList .more:after{
		height: auto;
		opacity: 1;
	}
	.indsec3 .hxcyList li::before{background: rgb(0,0,0,0.25);}
	.indsec3 .hxcyList .tit,
	.indsec3 .hxcyList li.on .tit,
	.indsec3 .hxcyList .titen,
	.indsec3 .hxcyList li.on .titen{display: none;}
	.indsec3 .hxcyList .titda{font-size: 16px;}
	.indsec3 .hxcyList .des{font-size: 14px;}
	.indsec3 .hxcyList li>div{padding: 0;}
	.indsec3 .hxcyList .des,
	.indsec3 .hxcyList .titda,
	.indsec3 .hxcyList .more{margin-top: 8px;}
	.indsec4{padding: 48px 0;}
	.indsec4 .nrBox{display: block;}
	.indsec4 .leftNew{width: 100%;}
	.indsec4 .rightImg{width: 100%;margin: 8px 0 0;}
	footer .line1,
	footer .line2{display: block;}
	footer .leftInfo{max-width: 100%;}
	footer .leftInfo .link{margin: 8px 0;}
	footer .rightNav{max-width: 100%;}
} */
@media (max-width:768px) {
	.indsec4 {
		height: auto;
	}

	.indsec2,
	.indsec4 {
		padding: 40px 0;
	}

	.indsec3 .bgkuang {
		padding: 40px 4%;
	}

	.indsec1,
	.swiper_banner {
		height: auto;
	}

	.swiper_banner .img {
		display: none;
	}

	.swiper_banner .phone {
		display: block;
		height: 440px;
		width: 100vw;
	}

	.swiper_banner .xx {
		position: absolute;
		left: 0;
		top: 0;
	}

	.swiper_banner .tit {
		font-size: 40px;
		line-height: 1.5;
	}

	.swiper_banner .sum {
		font-size: 20px;
		line-height: 1.5;
	}

	.swiper_banner .swiper-pagination {
		bottom: 10px;
	}

	.swiper_banner .img.pc {
		display: none;
	}

	.swiper_banner video.img.pc {
		display: block; 
		position: relative;
		/* width: 100%; */
		height: 300px;
		width: auto;
		max-width: unset;
	}
	.swiper_banner .hasvideo .phone{display: none;}
	.swiper_banner .phone {
		display: block;
		width: 100vw;
		background: url() center no-repeat;
		background-size: cover;
		height: 300px;
	}

	.swiper_banner .swiper-slide .hasvideo .img.pc {
		display: block;
		width: 100%;
	}

	.swiper_banner .swiper-slide .hasvideo .phone {
		display: none;
	}

	.swiper_banner .tit {
		font-size: 22px;
		margin-top: 16px;
	}

	.swiper_banner .sum {
		font-size: 15px;
	}

	.swiper_banner .more {
		width: 120px;
		margin: 16px auto 0;
		font-size: 14px;
		height: 28px;
		line-height: 28px;
	}

	.indsec2 .pubTit {
		width: 100%;
	}

	.indsec2 .numList {
		margin: 16px auto 0;
	}

	.pubTit .tit,
	.indsec2 .numList .num {
		font-size: 28px;
	}

	.indsec2 .numList .iconBox img {
		width: 32px;
	}

	.pubTit .xian {
		width: 50px;
		height: 2px;
		margin: 16px auto;
	}

	.pubTit .desc {
		font-size: 14px;
	}

	.moreBtn {
		width: 100px;
		font-size: 14px;
		height: 32px;
		line-height: 32px;
		border-radius: 16px;
		margin: 24px auto 0;
	}

	.indsec2 .numList li {
		width: 33.33%;
	}

	.indsec2 .numList .name,
	.indsec2 .numList .num small {
		font-size: 15px;
	}

	.indsec3 .hxcyList {
		height: unset;
	}

	.indsec3 .hxcyList li>div {
		padding: 24px 16px;
	}

	.indsec3 .hxcyList li .des,
	.indsec3 .hxcyList li .more,
	.indsec3 .hxcyList li.on .more {
		font-size: 14px;
	}

	.indsec3 .hxcyList li .titda,
	.indsec3 .hxcyList .tit {
		font-size: 16px;
	}

	.indsec3 .hxcyList li,
	.indsec3 .hxcyList li.on {
		width: 100%;
		float: none;
		height: auto;
	}

	.indsec3 .hxcyList .icon,
	.indsec3 .hxcyList .titda,
	.indsec3 .hxcyList .des,
	.indsec3 .hxcyList .more,
	.indsec3 .hxcyList .more:after {
		opacity: 1;
		height: auto;
		margin: 8px 0;
	}

	.indsec3 .hxcyList .titen,
	.indsec3 .hxcyList .tit {
		display: none;
	}

	.indsec3 .hxcyList .icon img {
		max-width: 32px;
	}

	.indsec4 .nrBox {
		display: block;
	}

	.indsec4 .leftNew {
		width: 100%;
	}

	.indsec4 .leftNew li {
		padding: 8px 0;
	}

	.indsec4 .leftNew .imgBox {
		display: block;
		margin-bottom: 8px;
	}

	.indsec4 .leftNew .time {
		width: 64px;
		margin-right: 8px;
		font-size: 14px;
	}

	.indsec4 .leftNew .textBox {
		width: calc(100% - 72px);
	}

	.indsec4 .leftNew .time b {
		font-size: 18px;
	}
	.indsec4 .leftNew .time p{font-size: 12px;}

	.indsec4 .leftNew .tit {
		font-size: 14px;
	}

	.indsec4 .leftNew .desc {
		font-size: 12px;
		line-height: 1.5;
	}

	.indsec4 .rightImg {
		display: none;
	}

	footer .line1 {
		padding: 24px 0 0;
		display: block;
		text-align: center;
	}

	footer .leftInfo {
		width: 100%;
		max-width: unset;
	}

	footer .leftInfo .compName {
		font-size: 16px;
	}

	footer .leftInfo .info p {
		margin-top: 4px;
	}

	footer .rightNav {
		display: none;
	}

	footer .rightNav li {
		width: 100%;
		float: none;
		margin: 8px 0 0 0;
	}

	footer .rightNav .sTitBox a {
		margin: 0 8px 4px 0;
		display: inline-block;
	}

	footer .line2 {
		padding: 8px 0;
		text-align: center;
		display: block;
	}
}

/* 关于我们 */
.bannerny {
	overflow: hidden;
	position: relative;
}

.bannerny .bgimg {
	width: 100%;
	height: 100%;
	animation: zoombig 3s linear forwards;
}

.bannerny .bgimg.wap {
	display: none;
}

.bannergy {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.bannerny .textBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bannerny .textBox {
	z-index: 3;
	animation: loading-3 500ms linear forwards;
}

.bannergy .textBox {
	justify-content: flex-end;
	padding: 0 15%;
}

.bannerny .textBox .dazi {
	font-size: 3.33vw;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.bannerny .textBox .xiaozi {
	font-size: 2vw;
	color: rgb(255, 255, 255);
	font-weight: 100;
	margin-top: 1.66vw;
}

.bannergy .dalou {
	position: absolute;
	left: 9%;
	bottom: 0;
	z-index: 2;
	animation: fadeup 500ms linear forwards;
	transform: translateY(40px);
	width: 34vw;
}

.bgBox {
	background: url() center no-repeat;
	background-size: cover;
}

.pubTit2 {
	margin-bottom: 3.75vw;
}

.pubTit2 .tit {
	font-size: 2.4vw;
	/*color: rgb(50, 50, 50);*/
	color: rgb(255, 194, 19);
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.pubTit2 .tit2 {
	font-size: 1.66vw;
	color: rgb(50, 50, 50);
	margin: 0;
	text-align: center;
	margin-top: 0.8vw;
}

.pubTit2 .xian {
	display: block;
	background-color: rgb(22, 30, 125);
	width: 7.6vw;
	height: 3px;
	margin: 2vw auto 0;
}

@media (min-width:768px) {
	.bldmep1 .c_center {
		width: 74%;
	}

	.bldmep .pubTit2 .tit {
		font-size: 2.86vw;
	}

	.jrp .pubTit2 .tit {
		font-size: 2.86vw;
	}
}

.aboutp {
	padding: 4vw 0;
}

.abou1 {
	/* padding: 4vw 0 7vw; */
	min-height: 100vh;
	background: url() top center no-repeat;
	background-size: 100% auto;
}

.abou1 .nrBox .textBox {
	font-size: 1.145vw;
	color: rgb(39, 39, 39);
	line-height: 2.5;
}

.abou1 .nrBox .numBox {
	margin-top: 5vw;
	font-size: 1.93vw;
	color: #161e7d;
	font-weight: 100;
}

.abou1 .nrBox .numBox li {
	margin: 0 2vw;
	text-align: center;
}

.abou1 .nrBox .numBox .num {
	font-size: 2.4vw;
	color: #161e7d;
	font-weight: 700;
	background: linear-gradient(180deg, #1825b8 0%, #1d2ce1 50%, #161e7e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Impact";
}

.abou1 .nrBox .numBox .num small {
	font-size: 0.93vw;
	font-weight: 500;
}

.abou1 .nrBox .numBox .desc {
	font-size: 1vw;
	font-weight: 500;
	margin-top: 0.4vw;
}

.abou2 {
	color: #ffffff;
	position: relative;
	padding: 4.68vw 0;
	height: 100vh;
}

.abou2 .nrBox {
	margin: 0;
	position: relative;
	z-index: 2;
	height: 100%;
}

.abou2 .nrBox li {
	height: 100%;
	padding: 0;
	border-right: 1px solid #ffffff;
	text-align: center;
}

.abou2 .nrBox li .wapBox {
	display: none;
}

.abou2 .nrBox li:last-child {
	border-right: 0;
}

.abou2 .nrBox .titzh {
	font-size: 2.6vw;
	color: rgb(255, 255, 255);
	transition: all 0.3s;
}

.abou2 .nrBox .titzh::before {
	content: "";
	display: block;
	width: 0.3vw;
	height: 2.5vw;
	background: #ffffff;
	margin: 0 auto 2vw;
	height: 0;
	transition: all 0.3s;
}

.abou2 .nrBox .titen {
	font-size: 1.145vw;
	color: rgb(255, 255, 255);
	transition: all 0.3s;
}

.abou2 .nrBox .titen::after {
	content: "";
	display: block;
	width: 0.3vw;
	height: 2.5vw;
	background: #ffffff;
	margin: 2vw auto 0;
	height: 0;
	transition: all 0.3s;
}

.abou2 .nrBox li.on .titzh,
.abou2 .nrBox li.on .titen {
	font-weight: 700;
}

.abou2 .nrBox li.on .titzh::before,
.abou2 .nrBox li.on .titen::after {
	height: 2.5vw;
}

.abou2 .bgBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.abou2 .bgBox .bgOne {
	height: 100vh;
	background: url() center no-repeat;
	background-size: cover;
	/* z-index: 1;
	opacity: 0;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out; */
}

/* .abou2 .bgBox .bgOne.on{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
} */
.abou3 {
	height: 100vh;
	padding: 0;
}

.abou3 .nrBox {
	justify-content: space-between;
}

.abou3 .leftUl {
	display: none;
}

.abou3 .leftUl .tit {
	font-size: 1.56vw;
	color: rgb(255, 255, 255);
	font-weight: 700;
}

.abou3 .leftUl .desc {
	font-size: 1.145vw;
	color: rgb(255, 255, 255);
	margin: 4px 0 0 0;
}

.abou3 .leftUl li {
	position: relative;
	margin-top: 3.75vw;
	padding-left: 1.87vw;
}

.abou3 .leftUl li:first-child {
	margin-top: 0;
}

.abou3 .leftUl li::before {
	content: "";
	display: block;
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: 0;
	top: calc(50% - 2.03vw);
	width: 0.6vw;
	height: 4.06vw;
	transition: all 0.3s;
}

.abou3 .leftUl li:hover::before {
	background-color: rgb(22, 30, 125)
}

.abou3 .rightTit .tit {
	font-size: 2.6vw;
	color: rgb(255, 255, 255);
	margin-top: 8px;
	cursor: pointer;
	transition: all 0.3s;
}

.abou3 .rightTit .tit.on {
	font-size: 2.91vw;
	font-weight: bold;
	transition: all 0.3s;
}

.abou3 .rightTit .tit:after {
	content: "";
	display: inline-block;
	background-color: rgb(255, 255, 255);
	width: 4vw;
	height: 4px;
	vertical-align: middle;
	margin-left: 1.25vw;
	opacity: 0;
	transition: all 0.3s;
}

.abou3 .rightTit .tit.on:after {
	transition: all 0.3s;
	opacity: 1;
}

.abou4 {
	height: 100vh;
}

.abou4 .nrBox li {
	margin: 1.66vw 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.abou5 {
	padding: 0;
	margin: 0;
	height: 100vh;
}

.abou5 .clickBox {
	width: 50%;
	height: 100%;
	padding: 3.75vw 2.6vw;
	justify-content: flex-end;
	align-items: center;
}

.abou5 .clickBox li {
	font-size: 1.145vw;
	color: #ffffff;
	margin: 0.42vw 0;
	text-align: right;
	cursor: pointer;
	font-weight: 700;
}

.abou5 .clickBox li.on {
	font-size: 2vw;
	font-weight: 700;
	border-bottom: 2px solid #ffffff;
}

.abou5 .nrBox {
	height: 100%;
	width: 50%;
	padding: 4vw 8% 8px 2.6vw;
}

.abou5 .pubTit2 {
	margin-bottom: 32px;
}

.abou5 .pubTit2 .tit {
	text-align: left;
}

.abou5 .pubTit2 .xian {
	margin-left: 0;
	width: 75px;
	margin-top: 20px;
}

.abou5 .nrBox {
	padding-bottom: 4vw;
	position: relative;
}

.abou5 .nrBox .showBox {
	/* height: 354px;
	overflow: auto; */
}

.abou5 .nrBox .textul {
	font-size: 1.145vw;
	/*color: rgb(50, 50, 50);*/
	color: rgb(255, 221, 33);
	line-height: 3vw;
}

.abou5 .nrBox .jtmore {
	margin-top: 56px;
}

.abou5 .nrBox .swiper-button-next,
.abou5 .nrBox .swiper-button-prev {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	margin: 0;
	border: 1px solid #454545;
	width: 3.125vw;
	height: 3.125vw;
	border-radius: 50%;
	margin-right: 0.8vw;
	float: left;
	transform: rotate(90deg);
}

.abou5 .nrBox .swiper-button-next:after,
.abou5 .nrBox .swiper-button-prev:after {
	color: #454545;
	font-size: 1.25vw;
}

/* .abou5 .nrBox .swiper-button-disabled{display: none;} */
.abou5 .nrBox .daNum {
	position: absolute;
	right: 8%;
	bottom: 0;
	line-height: 1;
	font-size: 8.54vw;
	color: #ffffff;
	font-weight: 700;
	text-align: right;
	text-shadow: 1px 1px 0 #e3e1e1, 1px -1px 0 #e3e1e1, -1px -1px 0 #e3e1e1, -1px 1px 0 #e3e1e1, 1px 3px 0 #e3e1e1, 1px -3px 0 #e3e1e1, -1px -3px 0 #e3e1e1, -1px 3px 0 #e3e1e1, 1px 2px 0 #e3e1e1, 1px -2px 0 #e3e1e1, -1px -2px 0 #e3e1e1, -1px 2px 0 #e3e1e1, 1px 1px 0 #e3e1e1, 1px -1px 0 #e3e1e1, -1px -1px 0 #e3e1e1, -1px 1px 0 #e3e1e1, 1px 0px 0 #e3e1e1, 1px 0px 0 #e3e1e1, -1px 0px 0 #e3e1e1, -1px 0px 0 #e3e1e1, 3px 1px 0 #e3e1e1, 3px -1px 0 #e3e1e1, -3px -1px 0 #e3e1e1, -3px 1px 0 #e3e1e1, 3px 3px 0 #e3e1e1, 3px -3px 0 #e3e1e1, -3px -3px 0 #e3e1e1, -3px 3px 0 #e3e1e1, 3px 2px 0 #e3e1e1, 3px -2px 0 #e3e1e1, -3px -2px 0 #e3e1e1, -3px 2px 0 #e3e1e1, 3px 1px 0 #e3e1e1, 3px -1px 0 #e3e1e1, -3px -1px 0 #e3e1e1, -3px 1px 0 #e3e1e1, 3px 0px 0 #e3e1e1, 3px 0px 0 #e3e1e1, -3px 0px 0 #e3e1e1, -3px 0px 0 #e3e1e1, 2px 1px 0 #e3e1e1, 2px -1px 0 #e3e1e1, -2px -1px 0 #e3e1e1, -2px 1px 0 #e3e1e1, 2px 3px 0 #e3e1e1, 2px -3px 0 #e3e1e1, -2px -3px 0 #e3e1e1, -2px 3px 0 #e3e1e1, 2px 2px 0 #e3e1e1, 2px -2px 0 #e3e1e1, -2px -2px 0 #e3e1e1, -2px 2px 0 #e3e1e1, 2px 1px 0 #e3e1e1, 2px -1px 0 #e3e1e1, -2px -1px 0 #e3e1e1, -2px 1px 0 #e3e1e1, 2px 0px 0 #e3e1e1, 2px 0px 0 #e3e1e1, -2px 0px 0 #e3e1e1, -2px 0px 0 #e3e1e1, 1px 1px 0 #e3e1e1, 1px -1px 0 #e3e1e1, -1px -1px 0 #e3e1e1, -1px 1px 0 #e3e1e1, 1px 3px 0 #e3e1e1, 1px -3px 0 #e3e1e1, -1px -3px 0 #e3e1e1, -1px 3px 0 #e3e1e1, 1px 2px 0 #e3e1e1, 1px -2px 0 #e3e1e1, -1px -2px 0 #e3e1e1, -1px 2px 0 #e3e1e1, 1px 1px 0 #e3e1e1, 1px -1px 0 #e3e1e1, -1px -1px 0 #e3e1e1, -1px 1px 0 #e3e1e1, 1px 0px 0 #e3e1e1, 1px 0px 0 #e3e1e1, -1px 0px 0 #e3e1e1, -1px 0px 0 #e3e1e1, 0px 1px 0 #e3e1e1, 0px -1px 0 #e3e1e1, 0px -1px 0 #e3e1e1, 0px 1px 0 #e3e1e1, 0px 3px 0 #e3e1e1, 0px -3px 0 #e3e1e1, 0px -3px 0 #e3e1e1, 0px 3px 0 #e3e1e1, 0px 2px 0 #e3e1e1, 0px -2px 0 #e3e1e1, 0px -2px 0 #e3e1e1, 0px 2px 0 #e3e1e1, 0px 1px 0 #e3e1e1, 0px -1px 0 #e3e1e1, 0px -1px 0 #e3e1e1, 0px 1px 0 #e3e1e1;
}

.abou6 {
	padding: 8vw 0 10.4vw;
}

.abou6 .pubTit2 .tit {
	color: #ffffff;
	text-align: left;
}

.abou6 .pubTit2 .xian {
	background: #ffffff;
	width: 3.75vw;
	margin-left: 0;
}

.abou6 {
	padding-bottom: 10.4vw;
}

.abou6 .nrBox {
	position: relative;
}

.abou6 .nrBox .swiper-slide {
	align-items: flex-end;
	height: 18vw;
}

.abou6 .nrBox .time {
	font-size: 2vw;
	color: rgba(255, 255, 255, 0.38);
}

.abou6 .nrBox .time {
	font-weight: 700;
}

.abou6 .nrBox .time small {
	font-weight: 400;
	font-size: 1.04vw;
	color: rgba(255, 255, 255, 0.38);
}

.abou6 .nrBox .desc {
	font-size: 1.145vw;
	color: rgb(255, 255, 255);
	line-height: 2;
	/* height: 4.58vw; */
}

.abou6 .nrBox .xian {
	width: 2px;
	height: 2.7vw;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
	margin: 0 0 0 2.6vw;
}

/* .abou6 .nrBox .swiper-slide:nth-child(odd) .time{margin-top: 6.9vw;} */
.abou6 .nrBox .swiper-slide:nth-child(even) .xian {
	height: 9.7vw;
}

.abou6 .nrBox .dian {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 0.52vw;
	height: 0.52vw;
	margin: 0.42vw 0 0 2.4vw;
	position: relative;
	margin-bottom: 0.25vw;
}

.abou6 .nrBox .swiper-slide .dian:after {
	content: "";
	display: block;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 1.04vw;
	height: 1.04vw;
	position: absolute;
	left: -0.26vw;
	top: -0.26vw;
	opacity: 0;
	transition: all 0.3s;
}

.abou6 .nrBox .swiper-slide:hover .dian:after

/* ,
.abou6 .nrBox .swiper-slide-active .dian:after */
	{
	opacity: 1;
}

.abou6 .nrBox::after {
	content: "";
	display: block;
	width: calc(100% - 100px);
	height: 1px;
	background: #ffffff;
	margin-left: 2.6vw;
	margin-top: -0.5vw;
}

.abou6 .nrBox .swiper-button-prev {
	top: unset;
	bottom: -7.3vw;
	left: 9%;
	border: 1px solid #ffffff;
	width: 3.33vw;
	height: 3.33vw;
	border-radius: 50%;
}

.abou6 .nrBox .swiper-button-next {
	bottom: -7.3vw;
	left: unset;
	top: unset;
	right: 9%;
	border: 1px solid #ffffff;
	width: 3.33vw;
	height: 3.33vw;
	border-radius: 50%;
}

.abou6 .nrBox .swiper-button-prev:after,
.abou6 .nrBox .swiper-button-next:after {
	font-size: 1.66vw;
	color: #ffffff;
}

.abou7 {
	min-height: 100vh;
}

.abou7 .nrBox {
	width: 50%;
	margin-left: 50%;
}

.abou7 .pubTit2 {
	text-align: left;
}

.abou7 .pubTit2 .tit {
	text-align: left;
	color: #ffffff;
}

.abou7 .pubTit2 .xian {
	display: inline-block;
	background: #ffffff;
	width: 3.75vw;
	margin-top: 1.66vw;
}

.abou7 .nrBox {
	font-size: 1.04vw;
	color: rgb(255, 255, 255);
	line-height: 1.8;
}

.abou7 .swiper_gongyi {
	padding-bottom: 5vw;
}

.abou7 .swiper-pagination {
	text-align: left;
	padding-right: 10%;
}

.quandian .swiper-pagination-bullet {
	border: 2px solid rgba(255, 255, 255, 0);
	background: none;
	border-radius: 50%;
	width: 1.14vw;
	height: 1.14vw;
	opacity: 1;
	background: none;
	padding: 0.3vw;
}

.quandian .swiper-pagination-bullet:after {
	content: "";
	display: block;
	border-radius: 50%;
	background: #ffffff;
	width: 100%;
	height: 100%;
}

.quandian .swiper-pagination-bullet-active {
	border-color: rgba(255, 255, 255, 0.4);
}

.abou8 {
	color: #ffffff;
	min-height: 100vh;
}

.abou8 .pubTit2 .tit {
	color: #ffffff;
}

.abou8 .pubTit2 .xian {
	background: #ffffff;
	width: 3.75vw;
	margin-top: 1.66vw;
}

.abou8 .nrBox {
	width: 55%;
}

.abou8 .nrBox .name {
	font-size: 2.6vw;
	color: #454545;
	font-weight: bold;
}

.abou8 .nrBox .post {
	font-size: 1.66vw;
	color: #454545;
	margin: 0.83vw 0 0;
}

.abou8 .nrBox .xian {
	display: block;
	background-color: #454545;
	width: 3.75vw;
	height: 0.3vw;
	margin-top: 1.04vw;
}

.abou8 .nrBox .textBox {
	font-size: 1.25vw;
	color: #454545;
	line-height: 2;
	margin-top: 1.04vw;
}

.abou8 .nrBox .clickBox {
	justify-content: space-between;
	margin-top: 2.6vw;
}

.abou8 .nrBox .clickBox a {
	border-radius: 50%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1));
	width: 8vw;
	height: 8vw;
	color: #060f7c;
	transition: all 0.3s;
	font-size: 1.3vw;
	font-weight: 700;
}

.abou8 .nrBox .clickBox a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.abou9 {
	min-height: 100vh;
}

.abou9 .nrBox {
	width: 50%;
	margin-left: 50%;
}

.abou9 .pubTit2 {
	text-align: left;
}

.abou9 .pubTit2 .tit {
	text-align: left;
	color: #ffffff;
}

.abou9 .pubTit2 .xian {
	display: inline-block;
	background: #ffffff;
	width: 72px;
	margin-top: 32px;
}

.abou9 .nrBox {
	font-size: 1.04vw;
	color: rgb(255, 255, 255);
	line-height: 1.8;
}

.abou9 .swiper_pinpai {
	padding-bottom: 5vw;
}

.abou9 .swiper-pagination {
	text-align: left;
	padding-right: 10%;
}

@media (max-width:996px) {
	.bannergy {
		height: auto;
	}

	.bannerny .bgimg {
		height: auto;
		animation: unset
	}

	.bannergy .textBox .dazi {
		font-size: 40px;
	}

	.bannergy .textBox .xiaozi {
		font-size: 20px;
	}

	.aboutp {
		padding: 48px 0;
	}

	.pubTit2 .tit {
		font-size: 32px;
	}

	.pubTit2 .xian {
		width: 72px;
	}

	.abou1 .nrBox .numBox li {
		width: unset;
		margin: 0 8px;
	}

	.abou1 .nrBox .numBox .num {
		font-size: 24px;
	}

	.abou1 .nrBox .numBox .desc {
		font-size: 14px;
	}

	.abou2 .nrBox li {
		width: 25%;
		min-height: 280px;
	}

	.abou2 .nrBox .titzh {
		font-size: 24px;
	}

	.abou2 .nrBox .titzh::before {
		width: 3px;
	}

	.abou2 .nrBox .titen::after {
		width: 3px;
	}

	.abou2 .nrBox li:hover .titzh::before,
	.abou2 .nrBox li:hover .titen::after {
		height: 32px;
	}

	.abou3 .rightTit .tit:after {
		display: none;
	}

	.abou4 .nrBox li img {
		max-width: 100%;
	}

	.abou5 {
		padding: 0;
	}

	.abou5 .clickBox {
		padding: 24px 16px;
	}

	.abou5 .nrBox .textul {
		font-size: 14px;
		line-height: 1.8;
	}

	.abou5 .nrBox .daNum {
		bottom: 16px;
	}

	.abou6 {
		padding-bottom: 120px;
	}

	.abou6 .nrBox::after {
		width: 100%;
		margin-left: 0;
	}

	.abou1 .nrBox .textBox,
	.abou6 .nrBox .desc,
	.abou7 .nrBox,
	.abou9 .nrBox {
		font-size: 16px;
		line-height: 1.5;
	}

	.abou6 .nrBox .swiper-button-next,
	.abou6 .nrBox .swiper-button-prev {
		width: 40px;
		height: 40px;
		bottom: -72px;
	}

	.abou6 .nrBox .swiper-button-prev:after,
	.abou6 .nrBox .swiper-button-next:after {
		font-size: 24px;
	}

	.abou7 .nrBox {
		width: 100%;
	}

	.abou7 .pubTit2 .tit {
		text-align: center;
	}

	.abou7 .pubTit2 .xian {
		display: block;
		margin: 16px auto 0;
	}

	.abou8 {
		background-position: 72% bottom;
	}

	.abou8 .nrBox .name {
		font-size: 24px;
	}

	.abou8 .nrBox .post {
		font-size: 20px;
	}

	.abou8 .nrBox .xian {
		height: 3px;
	}

	.abou8 .nrBox .textBox {
		font-size: 16px;
	}

	.abou8 .nrBox .clickBox {
		margin-top: 16px;
		flex-wrap: wrap;
	}

	.abou8 .nrBox .clickBox a {
		margin: 0 4px 4px 0;
	}

	.abou9 .nrBox {
		width: 100%;
		margin-left: 0;
	}

	.quandian .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		padding: 3px;
	}
}

@media (max-width:768px) {
	.c_center {
		width: calc(100% - 30px);
	}

	.bannerny .bgimg.pc {
		display: none;
	}

	.bannerny .bgimg.wap {
		display: block;
		height: 300px;
		background: url() center no-repeat;
		background-size: cover;
	}

	.bannergy .textBox .dazi {
		font-size: 22px;
	}

	.bannergy .textBox .xiaozi {
		font-size: 15px;
		margin: 12px 0 0;
	}

	.abou1 {
		min-height: auto;
	}

	.abou1 .nrBox .numBox {
		margin-top: 16px;
		flex-wrap: wrap;
	}

	.abou1 .nrBox .numBox li {
		width: calc(100% / 3);
		margin: 0;
		text-align: center;
	}

	.abou1 .nrBox .numBox li:nth-last-child(-n+2) {
		width: calc(100% / 2);
	}

	.abou2 {
		padding: 0;
		height: unset;
	}

	.abou2 .nrBox li {
		width: 100%;
		background: url() center no-repeat;
		border-bottom: 1px solid #ffffff;
		position: relative;
		min-height: unset;
		overflow: hidden;
	}

	.abou2 .nrBox li .wapBox {
		display: block;
		width: 100%;
	}

	.abou2 .nrBox li .kuang {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.abou2 .bgBox {
		display: none;
	}

	.abou2 .nrBox li .titzh::before,
	.abou2 .nrBox li .titen::after,
	.abou2 .nrBox li:hover .titzh::before,
	.abou2 .nrBox li:hover .titen::after {
		display: none;
	}

	.abou2 .nrBox .titen::after,
	.abou2 .nrBox .titzh::before {
		display: none;
	}

	.abou2 .nrBox .titzh::before {
		content: "";
		display: block;
		width: 6px;
		height: 48px;
		background: #ffffff;
		margin: 0 auto 40px;
		height: 0;
		transition: all 0.3s;
	}
	.abou2 .nrBox .titen{font-size: 14px;}
	.abou2 .nrBox .titen::after {
		content: "";
		display: block;
		width: 6px;
		height: 48px;
		background: #ffffff;
		margin: 40px auto 0;
		height: 0;
		transition: all 0.3s;
	}

	.abou3 {
		height: auto;
	}

	.abou3 .nrBox {
		padding-top: 80px;
		position: relative;
		display: block;
	}

	.abou3 .rightTit {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
	}

	.pubTit2 .tit {
		font-size: 28px;
	}

	.abou3 .nrBox {
		padding-top: 48px;
	}

	.abou3 .leftUl .tit {
		font-size: 17px;
	}

	.abou3 .leftUl .desc {
		font-size: 15px;
	}

	.abou3 .rightTit .tit {
		font-size: 20px;
		display: inline-block;
		margin: 0 8px;
		border-bottom: 2px solid rgba(255, 255, 255, 0);
	}

	.abou3 .rightTit .tit.on {
		font-size: 20px;
		border-color: rgba(255, 255, 255, 1);
	}

	.abou3 .rightTit .desc {
		font-size: 20px;
	}

	.abou3 .leftUl li {
		padding-left: 16px;
	}

	.abou3 .leftUl li::before {
		width: 2px;
		height: 40px;
		top: calc(50% - 20px);
	}

	.abou4 {
		height: auto;
	}

	.abou4 .nrBox li {
		width: 50%;
	}

	.abou5 {
		display: block;
		padding: 0;
		height: auto;
	}

	.abou5 .clickBox {
		width: 100%;
		display: none;
	}

	.abou5 .nrBox {
		width: 100%;
		padding: 30px;
		margin: 0;
		height: auto;
	}

	.abou6 .nrBox .time,
	.abou6 .nrBox .swiper-slide:nth-child(odd) .time{
		font-size: 20px;
		margin-top: 0;
	}
	.abou6 .nrBox .time small {font-size: 16px;}
	.abou6 .nrBox .xian,
	.abou6 .nrBox .swiper-slide:nth-child(even) .xian{
		height: 24px;
		position: absolute;
		left: 1px;
		top: 12px;
		background: linear-gradient(rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 1) 80%);
		border-radius: 1px;
	}
	.abou6 .nrBox .swiper-slide:nth-child(even) .xian{height: 48px;}
	.abou6 .nrBox .swiper-slide{height: auto;display: block;padding-top: 34px;}
	.abou6 .nrBox .swiper-slide:nth-child(even){padding-top: 58px;}
	.abou6 .nrBox::after{position: absolute;left: 0;top: 6px;}
	.abou6 .nrBox .swiper-slide .dian{width: 6px;height: 6px;position: absolute;left: 0;top: 0px;}

	.abou7 {
		min-height: auto;
	}
	.abou7 .nrBox{margin-left: 0;}

	.abou7 .swiper_gongyi,
	.abou9 .swiper_pinpai {
		padding-bottom: 48px;
	}

	.abou9 .swiper-pagination,
	.abou7 .swiper-pagination {
		padding: 0;
		text-align: center;
	}

	.abou8 {
		min-height: unset;
	}

	.abou8 .nrBox {
		width: 68%;
	}

	.abou8 .nrBox .post,
	.abou8 .nrBox .xian {
		margin-top: 8px;
	}

	.abou8 .nrBox .name {
		font-size: 20px;
	}

	.abou8 .nrBox .post {
		font-size: 16px;
	}

	.abou8 .nrBox .textBox {
		line-height: 1.5;
	}

	.abou8 .nrBox .clickBox {
		justify-content: center;
	}

	.abou8 .nrBox .clickBox a {
		font-size: 12px;
		width: 72px;
		height: 72px;
	}

	.abou9 {
		min-height: unset;
	}

	.abou5 .nrBox .swiper-button-next,
	.abou5 .nrBox .swiper-button-prev {
		width: 32px;
		height: 32px;
	}

	.abou5 .nrBox .swiper-button-next:after,
	.abou5 .nrBox .swiper-button-prev:after {
		font-size: 18px;
	}
}


@keyframes zoombig {
	0% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes fadeup {
	0% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading-3 {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* 创始人 */
.bannerchshrp {
	color: #393939;
	position: relative;
}

.bannerchshrp .textBox {
	width: 100%;
	height: 100%;
}

.bannerchshrp .c_center {
	width: 77vw;
	height: 100%;
	justify-content: flex-start;
}

.bannerchshrp .font1 {
	font-size: 2.72vw;
	margin: 0;
	font-weight: 700;
}

.bannerchshrp .xian {
	background-color: #393939;
	width: 3.75vw;
	height: 0.3vw;
	margin: 1.8vw 0;
}

.bannerchshrp .font2 {
	font-size: 2vw;
	margin: 0;
	font-weight: 700;
}

.bannerchshrp .font3 {
	font-size: 1.45vw;
	margin: 1.56vw 0 0 0;
	font-weight: 400;
}

.chshrp1 {
	padding: 10.2vw 0 5vw;
	background: url() center top no-repeat #ffffff;
	background-size: 100% auto;
}

.chshrp1 .c_center {
	width: 78%;
}

.chshrp1 .textBox {
	font-size: 1vw;
	color: #242529;
	line-height: 1.5;
	text-align: center;
}

.chshrp1 .iconUl {
	margin: 6.4vw 0 0;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}

.chshrp1 .iconUl li {
	padding: 0;
	margin: 0 3.25vw;
}

.chshrp1 .iconUl img {
	max-width: 3.75vw;
}

.chshrp1 .iconUl .tit {
	font-size: 1.66vw;
	font-weight: bold;
	color: #000000;
	margin-top: 1.25vw;
}

.chshrp2 {
	padding: 6.25vw 0 8.95vw;
	color: #ffffff;
	background-position: center bottom;
	height: 45vw;
}

.chshrp2 .c_center {
	width: 86%;
}

.chshrp2 .leftBox {
	width: 50%;
	padding-right: 9%;
	padding-top: 2vw;
}

.chshrp2 .pubTit2 .tit {
	color: #ffffff;
	text-align: left;
}

.chshrp2 .pubTit2 .xian {
	background: #ffffff;
	margin-left: 0;
}

.chshrp2 .leftBox .desc {
	font-size: 1vw;
	line-height: 1.8;
}

.chshrp2 .rightBox {
	width: 50%;
	border-top: 1px solid #ffffff;
}

.chshrp2 .rightBox li {
	padding: 1.66vw 0;
	border-bottom: 1px solid #ffffff;
}

.chshrp2 .rightBox .zktit {
	font-size: 1.26vw;
	color: rgb(255, 255, 255);
	line-height: 1.6;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/iconjia.png) right center no-repeat;
	background-size: 1vw;
	cursor: pointer;
}

.chshrp2 .rightBox li.on .zktit {
	background-image: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/iconjian.png);
}

.chshrp2 .rightBox .zhshow {
	padding: 1.04vw 0;
	font-size: 1.04vw;
	color: rgb(255, 255, 255);
	line-height: 1.8;
	display: none;
}

.chshrp3 {
	padding: 4vw 0 3.75vw;
}

.chshrp3 .c_center {
	width: 78%;
}

.chshrp3 .nrBox {
	margin-top: 5.2vw;
}

.chshrp3 .nrBox .swiper_csrhonor {
	padding-bottom: 4.25vw;
}

.chshrp3 .nrBox .swiper-slide {}

.chshrp3 .nrBox ul {
	margin: -0.84vw;
}

.chshrp3 .nrBox li {
	padding: 0.84vw;
}

.chshrp3 .nrBox li .kuang {
	height: 100%;
	position: relative;
	background: #FFFFFF;
	border-radius: 0.4vw;
	padding: 1.66vw;
}

.chshrp3 .nrBox .num {
	font-size: 2.6vw;
	line-height: 1;
	font-family: "Impact";
	color: rgba(7, 45, 167, 0.271);
	-moz-transform: matrix(1.91591388184827, 0, 0, 2.06012245360028, 0, 0);
	-webkit-transform: matrix(1.91591388184827, 0, 0, 2.06012245360028, 0, 0);
	-ms-transform: matrix(1.91591388184827, 0, 0, 2.06012245360028, 0, 0);
	position: absolute;
	right: 16%;
	bottom: 10%;
	background: linear-gradient(180deg, #ffffff 0%, #c2cbe9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.4;
}

.chshrp3 .nrBox .time {
	font-size: 1.66vw;
	font-weight: bold;
	color: #242529;
}

.chshrp3 .nrBox .tit {
	font-size: 1vw;
	font-weight: 400;
	color: #737887;
}

.chshrp3 .nrBox .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	transition: all 0.3s;
}

.chshrp3 .nrBox .swiper-pagination-bullet-active {
	height: 4px;
	background: rgba(0, 0, 0, 0.8);
}

.chshrp4 {
	padding: 7.7vw 0 5vw;
}

.chshrp5 {
	padding: 5vw 0 7.7vw;
}

.chshrp4 .c_center,
.chshrp5 .c_center {
	width: 89%;
}

.chshrp4 .imgBox,
.chshrp5 .imgBox {
	width: 45.6%;
	border-radius: 0.83vw;
	overflow: hidden;
}

.chshrp4 .textBox,
.chshrp5 .textBox {
	width: 50%;
}

.chshrp4 .pubTit2,
.chshrp5 .pubTit2 {
	margin-bottom: 30px;
}

.chshrp4 .pubTit2 .tit,
.chshrp5 .pubTit2 .tit {
	text-align: left;
	font-size: 2.6vw;
}

.chshrp4 .pubTit2 .xian,
.chshrp5 .pubTit2 .xian {
	margin-left: 0;
	margin-top: 1.56vw;
}

.chshrp5 .textBox {
	width: 50%;
}

.chshrp4 .textBox .swiper,
.chshrp5 .textBox .swiper {
	font-size: 0.9vw;
	color: #737887;
	line-height: 1.5;
	padding-bottom: 5vw;
}

.chshrp4 .textBox .swiper b,
.chshrp5 .textBox .swiper b {
	color: #242529;
	font-weight: 700;
}

.chshrp4 .swiper-pagination {
	text-align: left;
}

.chshrp5 .swiper-pagination {
	text-align: right;
}

.chshrp4 .swiper-pagination-bullet,
.chshrp5 .swiper-pagination-bullet {
	width: 1.56vw;
	height: 1.56vw;
	border: 0.24vw solid rgba(7, 45, 167, 0);
	padding: 0.32vw;
}

.chshrp4 .swiper-pagination-bullet:after,
.chshrp5 .swiper-pagination-bullet:after {
	background: rgb(7, 45, 167);
}

.chshrp4 .swiper-pagination-bullet-active,
.chshrp5 .swiper-pagination-bullet-active {
	border-color: rgba(7, 45, 167, 0.4);
}

@media (max-width:768px) {

	.chshrp4 .swiper-pagination-bullet,
	.chshrp5 .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		padding: 3px;
		border-width: 2px;
	}

	.bannerchshrp .bgimg.pc {
		display: none;
	}

	.bannerchshrp .bgimg.wap {
		display: block;
		height: 300px;
		background: url() 72% bottom no-repeat;
		background-size: cover;
	}

	.bannerchshrp .xian {
		width: 40px;
		height: 2px;
		margin: 8px 0;
	}

	.bannerchshrp .kuang {
		width: 60%;
	}
	.chshrp1 .c_center{width: calc(100% - 30px);}
	.chshrp1 .iconUl li {
		width: 33.33%;
	}

	.chshrp1 .iconUl img {
		width: 32px;
		max-width: unset;
	}

	.chshrp2 {
		height: unset;
		background-attachment: fixed;
	}

	.chshrp2 .leftBox {
		margin-bottom: 16px;
	}

	.chshrp2 .rightBox .zktit {
		background-size: 12px;
		font-size: 16px;
	}
	.chshrp2 .leftBox .desc,
	.chshrp2 .rightBox .zhshow{font-size: 14px;}

	.chshrp3 .c_center {
		width: calc(100% - 30px);
	}

	.chshrp3 .nrBox ul {
		margin: -4px;
	}

	.chshrp3 .nrBox li {
		padding: 4px;
		/* width: 50%; */
	}

	.chshrp3 .nrBox li .kuang {
		border-radius: 5px;
	}

	.chshrp3 .nrBox .num {
		right: 10%;
	}

	.chshrp3 .nrBox .swiper_csrhonor {
		padding-bottom: 40px;
	}

	.chshrp4 .pubTit2,
	.chshrp5 .pubTit2 {
		margin: 0 0 16px;
	}

	.chshrp4 .pubTit2 .tit,
	.chshrp5 .pubTit2 .tit {
		margin: 16px 0 0;
		text-align: center;
	}

	.chshrp4 .pubTit2 .xian,
	.chshrp5 .pubTit2 .xian {
		width: 40px;
		height: 2px;
		margin: 8px auto 0;
	}

	.chshrp4 .textBox .swiper,
	.chshrp5 .textBox .swiper {
		padding-bottom: 40px;
	}

	.chshrp4 .swiper-pagination,
	.chshrp5 .swiper-pagination {
		text-align: center;
	}


	.chshrp1 {
		padding: 40px 0;
	}

	.chshrp2 {
		padding: 40px 0;
		background-size: cover;
	}

	.bannerchshrp .c_center {
		width: 92%;
	}

	.chshrp2 .leftBox,
	.chshrp2 .rightBox,
	.chshrp4 .imgBox,
	.chshrp5 .imgBox,
	.chshrp4 .textBox,
	.chshrp5 .textBox {
		width: 100%;
		float: none;
	}

	.chshrp4 .pubTit2 .tit,
	.chshrp5 .pubTit2 .tit {
		font-size: 20px;
	}

	.bannerchshrp .font1,
	.chshrp3 .nrBox .num {
		font-size: 20px;
	}

	.bannerchshrp .font2,
	.chshrp3 .nrBox .time {
		font-size: 16px;
	}

	.bannerchshrp .font3,
	.chshrp1 .iconUl .tit,
	.chshrp3 .nrBox .tit {
		font-size: 14px;
	}

	.chshrp1 .textBox,
	.chshrp4 .textBox .swiper,
	.chshrp5 .textBox .swiper {
		font-size: 14px;
		line-height: 1.5;
	}
}

/* bldme平台 */
.bannerpt {
	height: 42.7vw;
	overflow: unset;
}

.bannerpt .textBox {
	text-align: center;
}

.bannerpt .textBox .dazi {
	font-size: 3.75vw;
}

.bannerpt .textBox .xiaozi {
	font-size: 3vw;
}

.bannerpt .textBox .downBtn {
	display: inline-block;
	padding: 0 1.25vw;
	line-height: 2.5vw;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 1px rgba(21, 29, 125, 0.2), inset 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
	border-radius: 0.4vw;
	font-size: 0.93vw;
	color: #151D7D;
	margin-top: 3.2vw;
	font-weight: 700;
	vertical-align: middle;
	transition: all 0.3s;
}

.bannerpt .textBox .downBtn img {
	vertical-align: middle;
	margin-right: 8px;
}

.bannerpt .textBox .downBtn span {
	vertical-align: middle;
}

.bannerpt .textBox .downBtn:hover {
	box-shadow: 0px 2px 4px 1px rgba(32, 45, 191, 0.2), inset 0px 0px 4px 1px rgba(32, 45, 191, 0.6);
}

.bannerpt .downBtn {
	position: relative;
}

.bannerpt .xsewm {
	display: none;
	margin: 8px auto 0;
	width: 200px;
	position: absolute;
	top: 100%;
	left: calc(50% - 100px);
}
.bannerpt .textBox .downBtn .xsewm{
	z-index: 99;
	width: 200px;
	left: calc(50% - 100px);
}

.bannerpt .downBtn:hover .xsewm {
	display: block;
}



.pubTit2 .desc {
	font-size: 1.25vw;
	color: #242529;
	margin-top: 1.66vw;
	text-align: center;
	line-height: 1.8;
}

.bldmep1 {
	padding: 11vw 0 4vw;
	background: url() top center no-repeat;
	background-size: 100% auto;
}

.bldmep1 .nrBox img {
	width: 1.66vw;
	display: block;
	margin: 8px auto;
}

.bldmep1 .nrBox {
	font-size: 1.25vw;
	font-weight: 500;
	color: #151D7D;
	line-height: 1.5;
}

.bldmep1 .nrBox li {
	margin: 0 2.6vw;
}

.bldmep1 .nrBox li p {
	font-weight: 700;
}

.bldmep2 {
	padding: 4vw 0 3.125vw;
}

.bldmep2 .c_center {
	width: 90%;
}

.bldmep2 .nrBox {
	margin: -0.83vw;
}

.bldmep2 .nrBox li {
	padding: 0.83vw;
}

.bldmep2 .nrBox li:hover {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

.bldmep2 .nrBox .imgBox img {
	display: block;
}

.bldmep2 .nrBox .tit {
	font-size: 0.93vw;
	font-weight: 700;
	color: #242529;
	line-height: 1.5;
	margin: 0.8vw 0 0.4vw;
}

.bldmep2 .nrBox .desc {
	font-size: 0.83vw;
	color: #737887;
	line-height: 1.5;
}

.bldmep3 {
	padding: 3.125vw 0 4vw;
}

.bldmep3 .nrBox {
	margin: 4vw 0 0;
	width: 100%;
}

.bldmep3 .nrBox li {
	height: 31.25vw;
	padding: 6.8vw 4vw;
	color: #ffffff;
	align-items: flex-end;
	background: url() center no-repeat;
	background-size: cover;
}

.bldmep3 .nrBox .tit {
	font-size: 1.25vw;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 1.87vw;
	background: url() left center no-repeat;
	background-size: 1.18vw 1.3vw;
}

.bldmep3 .nrBox .desc {
	font-size: 0.83vw;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 0.4vw;
}

.bldmep3 .nrBox .viewMore {
	font-size: 0.83vw;
	font-weight: 500;
	color: #FFFFFF;
	display: inline-block;
	line-height: 2.2;
	border-radius: 0.4vw;
	border: 1px solid #FFFFFF;
	padding: 0 1vw 0 0.83vw;
	margin-top: 2.9vw;
	transition: all 0.3s;
}

.bldmep3 .nrBox .viewMore i {
	margin-left: 0.4vw;
}

.bldmep3 .nrBox .viewMore:hover {
	background: #ffffff;
	color: #151D7D;
}

/* .bldmep3 .nrBox .viewMore:after{
	content: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/jt2.png);
	margin-left: 0.4vw;
} */
.bgBoxb {
	background-position: bottom center;
}

.bldmep4 {
	padding: 4vw 0;
}

.bldmep4 .c_center {
	width: 93%;
}

.bldmep4 .pubTit2 {
	width: 80%;
	margin: 0 auto;
}

.bldmep4 .nrBox {
	margin: 3.33vw -2vw 0;
}

.bldmep4 .nrBox li {
	padding: 1.25vw 2vw;
	text-align: center;
}

.bldmep4 .nrBox li .imgBox {
	/* transition: all 2s; */
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.bldmep4 .nrBox li:hover .imgBox {
	/* transform: rotate(360deg); */
}

.bldmep4 .nrBox .tit {
	font-size: 1.25vw;
	font-weight: 700;
	color: #242529;
	margin: 1.25vw 0 0;
}

.bldmep5 {
	padding: 3.125vw 0 3.33vw;
}

.bldmep5 .nrBox {
	width: 100%;
	overflow: hidden;
}

.bldmep5 .swiper_bldme {
	width: 48vw;
	margin: 0 auto;
	overflow: visible;
}

.bldmep5 .swiper-slide {
	border-radius: 0.83vw;
	position: relative;
	overflow: hidden;
}

.bldmep5 .swiper-slide .imgBox img {
	width: 100%;
}

.bldmep5 .swiper-slide .textBox {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: ;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
	padding: 1vw;
	opacity: 0;
}

.bldmep5 .swiper-slide-active .textBox {
	opacity: 1;
}

.bldmep5 .swiper-slide .tit {
	font-size: 1vw;
	font-weight: 700;
	color: #FFFFFF;
}

.bldmep5 .swiper-slide .desc {
	font-size: 0.725vw;
	font-weight: 400;
	color: #FFFFFF;
}

.bldmep5 .swiper-button-prev {
	width: calc(26vw - 20px);
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0 0.83vw 0.83vw 0;
	top: 0;
	margin-top: 0;
	left: -26vw;
	justify-content: flex-end;
	padding-right: 2vw;
}

.bldmep5 .swiper-button-next {
	width: calc(26vw - 20px);
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 0.83vw 0 0 0.83vw;
	top: 0;
	margin-top: 0;
	right: -26vw;
	justify-content: flex-start;
	padding-left: 2vw;
}

.bldmep5 .swiper-button-prev:after,
.bldmep5 .swiper-button-next:after {
	color: #ffffff;
	font-size: 2.4vw;
	font-weight: 700;
}

.bldmep5 .swiper-pagination {
	display: none;
}

.bldmep5 .morehd {
	display: inline-block;
	padding: 0 1.25vw;
	line-height: 2.2vw;
	border-radius: 0.4vw;
	border: 1px solid #242529;
	font-size: 0.83vw;
	font-weight: 700;
	color: #242529;
	margin-top: 2.9vw;
	transition: all 0.3s;
}

.bldmep5 .morehd:hover {
	border-color: #151D7D;
	background: #151D7D;
	color: #ffffff;
}

.bldmep6 {
	padding: 11.4vw 0 8vw;
}

.bldmep6 .nrBox {
	margin: 4vw 0 0;
}

.bldmep6 .nrBox li {
	margin: 0 1.66vw;
}

.bldmep6 .nrBox .imgBox {
	width: 9.6vw;
	padding: 0.52vw;
	border: 1px solid #ffffff;
	border-radius: 0.8vw;
	margin: 0 auto;
}

.bldmep6 .nrBox .imgBox img {
	width: 100%;
	border-radius: 0.8vw;
}

.bldmep6 .nrBox .tit {
	font-size: 0.83vw;
	font-weight: 300;
	color: #242529;
	margin: 0.6vw auto 0;
	text-align: center;
}

.bannerhx .kuang {
	text-align: center;
	width: 46.25%;
}

.bannerhx .textBox .dazi {
	font-size: 3.33vw;
}

.bannerhx .textBox .xian {
	display: block;
	background-color: rgb(255, 255, 255);
	width: 5vw;
	height: 0.3vw;
	margin: 1.45vw auto 2.91vw;
}

.bannerhx .textBox .desc {
	font-size: 1.26vw;
	color: rgb(255, 255, 255);
}

.bannerhx .textBox .bmbtn {
	display: inline-block;
	margin: 2.5vw auto 0;
	font-size: 0.83vw;
	color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	line-height: 2vw;
	text-align: center;
	border-radius: 1vw;
	padding: 0 1.66vw;
	transition: all 0.3s;
}

.bannerhx .textBox .bmbtn:hover {
	background: #ffffff;
	color: rgb(7, 45, 167);
}

.bannermt .textBox .dazi {
	font-size: 2.88vw;
}

.newsP {
	padding: 4.58vw 0 5.2vw;
}

.newsP .sortBox {
	text-align: center;
	margin-bottom: 3.33vw;
}

.newsP .sortBox a {
	display: inline-block;
	font-size: 1.3vw;
	color: rgb(136, 135, 135);
	line-height: 2;
	margin: 0 1.5vw;
}

.newsP .sortBox a:after {
	content: "";
	display: block;
	background-color: rgba(7, 45, 167, 0);
	width: 1.64vw;
	height: 3px;
	margin: 0 auto;
	transition: all 0.3s;
}

.newsP .sortBox a.on:after {
	background-color: rgb(7, 45, 167);
}

.newsP .noNews {
	text-align: center;
	font-size: 2vw;
}

.newsList {
	margin: -3.125vw -2vw;
}

.newsList li {
	padding: 3.125vw 2vw;
}

.newsList .kuang {
	display: block;
	padding-bottom: 1.04vw;
	border-bottom: 1px solid rgba(37, 37, 37, 0);
	transition: all 0.3s;
}

.newsList li:hover .kuang {
	border-bottom: 1px solid rgb(37, 37, 37);
}

.newsList .imgBox {
	display: block;
	width: 100%;
	position: relative;
}

.newsList .imgBox img {
	display: block;
	width: 100%;
}

.newsList .imgBox .playBtn {
	display: block;
	width: 3.75vw;
	height: 2.81vw;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/video.png) center no-repeat;
	background-size: cover;
	position: absolute;
	left: calc(50% - 1.875vw);
	top: calc(50% - 1.405vw);
	z-index: 2;
}

.newsList .tit {
	font-size: 1.04vw;
	font-weight: 400;
	color: #242529;
	line-height: 1.8;
	margin-top: 1.25vw;
	transition: all 0.3s;
}

.newsList .desc {
	font-size: 0.725vw;
	font-weight: 300;
	color: #737887;
	line-height: 1.8;
	margin-top: 0.32vw;
}

.newsList .time {
	font-size: 1.04vw;
	font-weight: 400;
	color: #686868;
	line-height: 1.5;
	margin-top: 0.5vw;
	background-position: right center;
	transition: all 0.3s;
}

.newsList li:hover .tit,
.newsList li:hover .time {
	color: #151D7D;
	font-weight: 700;
}

.newsList li:hover .time {
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/jt3.png) right center no-repeat;
}

.pageNum {
	text-align: center;
	margin: 4vw 0 0;
}

.pageNum a,
.pageNum span {
	font-size: 0.93vw;
	font-weight: 400;
	color: #737887;
	margin: 0.4vw 0.9vw;
}

.pageNum .jtBtn,
.pageNum span {
	font-weight: 700;
}

.bannerhd .kuang {
	width: 78%;
}

.bannerhd .textBox .dazi {
	font-size: 2.91vw;
}

.huodongP {
	padding: 4vw 0;
	width: 86%;
}

.huodongList {
	margin: -1.25vw -1.145vw;
}

.huodongList li {
	padding: 1.25vw 1.145vw;
	box-sizing: border-box;
}

.huodongList .kuang {
	width: 100%;
}

.huodongList .imgBox img {
	width: 100%;
}

.huodongList .textBox .kb {
	width: 100%;
}

.huodongList .textBox {
	top: unset;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0.83vw;
	transition: all 0.3s;
	height: auto;
	justify-content: flex-start;
	height: 3.16vw;
}

.huodongList .textBox .tit {
	font-size: 1vw;
	color: rgb(255, 255, 255);
	line-height: 1.5;
}

.huodongList .textBox .desc {
	font-size: 0.83vw;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	height: 0;
	opacity: 0;
}

.huodongList .textBox .time {
	font-size: 0.83vw;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	height: 0;
	opacity: 0;
}

.huodongList li:hover .textBox {
	height: 100%;
}

.huodongList li:hover .textBox .desc {
	height: auto;
	opacity: 2;
	margin-top: 1.25vw;
}

.huodongList li:hover .textBox .time {
	height: auto;
	opacity: 2;
	margin-top: 1.25vw;
}

@media (min-width:768px) {
	.header2 {
		background: #ffffff;
		box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.01);
	}

	.header2 .rightDiv .menu>ul>li>a,
	.header2 .rightDiv .menu>ul>li:hover>a,
	.header2 .rightDiv .menu>ul>li:focus>a,
	.header2 .rightDiv .menu>ul>li.on>a,
	.header2 .rightDiv .menu>ul>li.active>a,
	.header2 .telDiv .tel,
	.header2 .telDiv .lang {
		color: #242529;
	}

	.header2 .telDiv .lang {
		border-color: #242529;
	}

	.header2 .telDiv .tel {
		background-image: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/tel2.png);
	}
}

.detailP {
	padding: 6vw 0;
	width: 81.25%;
}

.posi {
	font-size: 0.83vw;
	color: #737887;
	padding: 0.83vw 0;
}

.posi a {
	color: #737887;
}

.detailBox {
	padding: 2vw;
	width: 82%;
	margin: 0 auto;
}

.detailBox .pageTit {
	font-size: 1.66vw;
	font-weight: bold;
	color: #242529;
	text-align: center;
}

.detailBox .time {
	font-size: 0.83vw;
	font-weight: 300;
	color: #737887;
	text-align: center;
	margin: 0.83vw 0;
}

.detailBox .nrBox {
	font-size: 1vw;
	font-weight: 300;
	color: #242529;
	line-height: 1.5;
	padding: 2.4vw 0;
}

.detailBox .nrBox p {
	margin: revert;
}

.detailBox .nrBox video {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.detailBox .nrBox ul li{
	list-style: disc;
}

.detailBox .fujian {
	border: 1px solid #d9d9d9;
	margin: 0.8vw 0;
	padding: 0.8vw;
}

.detailBox .fujian a {
	text-decoration: underline;
}

.detailBox .fanye {
	border-top: 1px solid #E5E5E5;
	padding: 0.8vw 0;
	font-size: 1vw;
	color: #737887;
}

.detailBox .fanye a {
	display: block;
	color: #737887;
	width: 48%;
	transition: all 0.3s;
}

.detailBox .fanye a:hover {
	font-weight: 700;
	color: #151D7D;
}

.detailBox .fanye a:last-child {
	text-align: right;
}

/* 产业详情 */
.bannerPro .kuang {
	width: 77%;
}

.bannerPro .textBox .dazi {
	font-size: 2.91vw;
	font-weight: bold;
	color: #FFFFFF;
}

.bannerPro .textBox .nr {
	font-size: 0.93vw;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 2;
	margin-top: 1.6vw;
}

/* 汽车详情 */
.bannerqc .textBox .dazi {
	font-size: 2.5vw;
}

.bannerqc .textBox .desc {
	font-size: 1.87vw;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.8vw;
}

.pubTit3 {
	margin-bottom: 5.2vw;
}

.pubTit3 .tit {
	font-size: 1.87vw;
	font-weight: bold;
	color: #242529;
	margin: 0;
	text-align: center;
}

.pubTit3 .desc {
	font-size: 1.25vw;
	font-weight: 300;
	color: #242529;
	line-height: 2;
	text-align: center;
	margin-top: 2vw;
}

.qichep1 {
	padding: 10.8vw 0 4.8vw;
	background: url() top center no-repeat;
	background-size: 100% auto;
}

.qichep1 .c_center,
.qichep2 .c_center {
	width: 84%;
}

.qichep1 .nrBox {
	margin: -1.25vw;
}

.qichep1 .nrBox li {
	padding: 1.25vw;
	transition: all 0.3s;
}

.qichep1 .nrBox li:hover {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

.qichep1 .nrBox .imgBox img {
	width: 100%;
}

.qichep1 .nrBox .tit {
	font-size: 1.04vw;
	font-weight: bold;
	color: #242529;
	line-height: 1.5;
	margin: 1vw 0 0.4vw;
}

.qichep1 .nrBox .desc {
	font-size: 0.83vw;
	color: #737887;
	line-height: 1.5;
}

.morejt {
	display: block;
	width: 7.2vw;
	line-height: 2.5vw;
	border-radius: 0.4vw;
	opacity: 1;
	border: 1px solid #242529;
	font-size: 0.83vw;
	font-weight: 700;
	color: #242529;
	margin: 4.5vw auto 0;
	text-align: center;
	transition: all 0.3s;
}

.morejt:hover {
	border: 1px solid rgba(21, 29, 125, 0.6);
	background-image: linear-gradient(270deg, rgba(21, 29, 125, 0.6) 0%, #151D7D 100%);
	color: #ffffff;
}

.morejt i {
	margin-left: 0.4vw;
}

.qichep2 {
	padding: 4.8vw 0 3.75vw;
}

.qichep2 .leftImg {
	width: 40%;
	position: relative;
}

.qichep2 .leftImg .map {
	width: 33vw;
}

.qichep2 .leftImg .dian {
	width: 7.3vw;
	position: absolute;
	right: 3.3vw;
	top: 13vw;
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	/* Safari 和 Chrome */
	-webkit-animation: mymove 5s infinite;
	-webkit-animation-direction: alternate;
	/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

@keyframes mymove {
	0% {
		transform: scale(0.8);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(0.8);
	}

	75% {
		transform: scale(1.1);
	}
}

.qichep2 .leftImg .dian.shanghai {
	right: 3.3vw;
	top: 13vw;
}

.qichep2 .leftImg .dian.heilongjiang {
	right: 1.8vw;
	top: 2vw;
}

.qichep2 .leftImg .dian.jilin {
	right: 2.15vw;
	top: 3.5vw;
}

.qichep2 .leftImg .dian.liaoning {
	right: 2.75vw;
	top: 5.05vw;
}

.qichep2 .rightBox {
	width: calc(98% - 33vw);
	margin-left: 2%;
}

.qichep2 .rightBox .formBox {
	width: 100%;
	/* margin-left: 8%; */
	background: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 100%);
	box-shadow: 0px 2px 16px -4px rgba(0, 0, 0, 0.15);
	border-radius: 0.4vw;
	opacity: 1;
}

.qichep2 .rightBox .formBox .one {
	float: left;
	padding: 1.45vw;
	width: calc(50% - 3.9vw);
	line-height: 5vw;
	position: relative;
}

.qichep2 .rightBox .formBox .one:first-child:after {
	content: "";
	display: block;
	width: 1px;
	height: 2.1vw;
	background: #E5E5E5;
	position: absolute;
	right: 0;
	top: calc(50% - 1.05vw);
}

.qichep2 .rightBox .formBox select {
	width: 100%;
	height: 2.1vw;
	display: block;
	border: 0;
	background: none;
	outline: none;
	font-size: 1vw;
}

.qichep2 .rightBox .formBox .cxbtn {
	float: left;
	width: 7.8vw;
	height: 5vw;
	line-height: 5vw;
	font-size: 0.93vw;
	color: #ffffff;
	background: #151D7D;
	border: 0;
	cursor: pointer;
}

.qichep2 .rightBox .formBox .cxbtn i {
	margin-right: 0.4vw;
}

.qichep2 .rightBox .pinpaiUl {
	margin-top: 5vw;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.qichep2 .rightBox .pinpaiUl li {
	margin: 0 2vw 2vw 0;

}

.qichep2 .rightBox .pinpaiUl li img {
	max-height: 4vw;
}

.qichep3 {
	position: relative;
}

.qichep3 .bgBox {
	z-index: 1;
	position: relative;
}

.qichep3 .bgBox .swiper-slide {
	height: 44.8vw;
}

.qichep3 .conBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* padding: 3.75vw 0 2.5vw; */
	z-index: 2;
}

.qichep3 .pubTit2 .tit {
	color: #ffffff;
}

.qichep3 .nrBox {
	position: relative;
	margin-top: 8vw;
}

.qichep3 .nrBox .kuang {
	width: 31vw;
}

.qichep3 .dianUl li {
	background-image: linear-gradient(180deg, rgba(31, 43, 100, 0.8) 0%, rgba(31, 43, 100, 0) 100%);
	position: absolute;
	left: 825px;
	top: 175px;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.qichep3 .dianUl li.on {
	background-image: linear-gradient(180deg, rgba(31, 43, 100, 1) 0%, rgba(31, 43, 100, 0.6) 100%);
	font-weight: 700;
}

.qichep3 .dianUl li.loca1 {
	left: 9.6vw;
	top: -4.1vw;
	width: 8vw;
	height: 8vw;
}

.qichep3 .dianUl li.loca2 {
	left: 14.4vw;
	top: 4.8vw;
	width: 6.2vw;
	height: 6.2vw;
}

.qichep3 .dianUl li.loca3 {
	left: -3vw;
	top: 14.5vw;
	width: 6.45vw;
	height: 6.45vw;
}

.qichep3 .dianUl li.loca4 {
	left: 26vw;
	top: 10.4vw;
	width: 9vw;
	height: 9vw;
}

.qichep3 .dianUl li.loca5 {
	left: 6.57vw;
	top: 17.2vw;
	width: 7vw;
	height: 7vw;
}

.qichep3 .dianUl .tit {
	font-size: 1.145vw;
	color: #ffffff;
}

.qichep3 .dianUl .tit:after {
	content: "";
	display: block;
	background-color: rgb(255, 255, 255);
	width: 0.5vw;
	height: 0.5vw;
	border-radius: 50%;
	margin: 0.5vw auto 0;
}

.qichep4 {
	padding: 8vw 0 4vw;
}

.qichep4 .c_center {
	width: 87%;
}

.qichep4 .swiper_mdian {
	padding-bottom: 3.4vw;
}

.qichep4 .swiper-slide {
	position: relative;
}

.qichep4 .swiper-slide ul {
	margin: -0.8vw;
}

.qichep4 .swiper-slide li {
	padding: 0.8vw;
}

.qichep4 .imgBox img {
	width: 100%;
}

.qichep4 .textBox .kb {
	width: 100%;
}

.qichep4 .textBox {
	position: absolute;
	top: unset;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	padding: 0.8vw;
	transition: all 0.3s;
	height: auto;
	justify-content: flex-start;
	align-items: flex-end;
	height: 3.6vw;
}

.qichep4 .textBox .tit {
	font-size: 1.25vw;
	color: rgb(255, 255, 255);
	line-height: 2vw;
}

.qichep4 .textBox .desc {
	font-size: 0.9vw;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	height: 0;
	opacity: 0;
}

.qichep4 .swiper-slide li:hover .textBox {
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.qichep4 .swiper-slide li:hover .textBox .desc {
	height: auto;
	opacity: 2;
	margin-top: 1vw;
}

.qichep4 .swiper_mdian .swiper-pagination-bullet {
	width: 0.6vw;
	height: 0.2vw;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	opacity: 1;
	transition: all 0.3s;
}

.qichep4 .swiper_mdian .swiper-pagination-bullet-active {
	width: 1.25vw;
	background: rgba(0, 0, 0, 0.8);
}

.qichep5 {
	padding: 4vw 0 13vw;
	background: url() top center no-repeat;
	background-size: 100% auto;
}

.qichep5 .pubTit3 .tit {
	width: 83%;
	margin: 0 auto;
}

.hxpro3p .nrBox {
	width: 80%;
	justify-content: space-between;
}

.hxpro3p .linkBox a {
	padding: 1vw;
	border-radius: 1vw;
	background-color: rgba(255, 255, 255, 0.4);
	width: 11.25vw;
	display: block;
	margin-bottom: 1vw;
	text-align: center;
}

.hxpro3p .linkBox img {
	height: 2.5vw;
}

.hxpro3p .linkBox .tit {
	font-size: 0.93vw;
	color: rgb(255, 255, 255);
	color: #ffffff;
	font-weight: 700;
	margin-top: 0.8vw;
}

.hxpro3p .linkBox .more {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.5vw;
	text-align: center;
	line-height: 1;
}

.hxpro3p .jtBox {
	font-size: 1.25vw;
	color: rgb(255, 255, 255);
	font-weight: 700;
	text-align: center;
}

.hxpro3p .jtBox img {
	width: 3.75vw;
}

.hxpro3p .jtBox span {
	margin: 1vw;
}

.hxpro3p .rightJt img {
	transform: rotate(180deg);
}

.hxpro3p .centerimg {
	width: 16vw;
}

/* 产业-汽车 */
.prqp1 {
	padding: 8vw 0 5.2vw;
	background: url() top center no-repeat;
	background-size: 100% auto;
}

.prqp1 .c_center {
	width: 77%;
}

.prqp1 .nrBox {
	font-size: 0.83vw;
	font-weight: 300;
	color: #242529;
	line-height: 1.5;
	text-align: center;
}

.prqp1 .nrBox p {
	margin-bottom: 1vw;
}

.prqp1 .morejt {
	margin-top: 2.5vw;
	font-weight: 700;
	vertical-align: middle;
}

.prqp1 .morejt span {
	vertical-align: middle;
}

.prqp1 .morejt i {
	vertical-align: middle;
}

.prqp1 .numBox {
	margin: 4.6vw 4vw 0;
	justify-content: space-around;
	align-items: flex-start;
}

.prqp1 .numBox li {
	text-align: center;
	/* width: 25%; */
}

.prqp1 .numBox .icon img {
	max-width: 2.5vw;
}

.prqp1 .numBox .num {
	font-size: 2.5vw;
	font-weight: bold;
	background: linear-gradient(270deg, rgba(21, 29, 125, 0.6) 0%, #151D7D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.prqp1 .numBox .tit {
	font-size: 1.25vw;
	font-weight: 700;
	color: #242529;
}

.prqp2 {
	padding: 5.2vw 0 7.8vw;
}

.prqp2 .nrBox {
	margin-top: 5vw;
	background: none;
	/* height: 7.4vw !important; */
}

.prqp2 .nrBox:hover {
	background: none;
}

.prqp2 .nrBox a {
	margin-right: 2vw;
	display: inline-block;
}

.prqp2 .nrBox img {
	height: 7.4vw !important;
}

.prqp3 {
	padding: 7.8vw 0 5.2vw;
}

.prqp3 .c_center {
	width: 85.1%;
}

.prqp3 .imgBox {
	width: 47.85%;
}

.prqp3 .textBox {
	width: 47.73%;
	margin-left: 4.42%;
}

.prqp3 .textBox .tit {
	font-size: 2.5vw;
	font-weight: bold;
	color: #242529;
}

.prqp3 .textBox .tit2 {
	font-size: 1.4vw;
	font-weight: 500;
	color: #242529;
	margin-top: 0.8vw;
}

.prqp3 .textBox .nrBox {
	font-size: 0.83vw;
	font-weight: 300;
	color: #242529;
	line-height: 1.8;
	margin-top: 1.2vw;
}

.prqp3 .textBox .morejt {
	margin: 2.2vw 0 0 0;
	font-weight: 700;
	vertical-align: middle;
}

.prqp3 .textBox .morejt i,
.prqp3 .textBox .morejt span {
	vertical-align: middle;
}

.prqp4 {
	padding: 5.2vw 0 6.45vw;
}

@media (min-width:768px) {
	.prqp1 .pubTit2 {
		margin-bottom: 2.4vw;
	}

	.prqp .pubTit2 .tit {
		font-size: 2.88vw;
	}

	.prqp .pubTit2 .tit2 {
		font-size: 1.6vw;
		margin-top: 1.2vw;
	}
}

/* 加入我们 */
.jrp1 {
	padding: 8.3vw 0;
}

.jrp1 .pubTit2 {
	margin-bottom: 7.3vw;
}

.jrp1 .nrBox {
	margin: 0;
}

.jrp1 .nrBox li {
	text-align: center;
	padding: 0 8px;
}

.jrp1 .nrBox .imgBox {
	border-radius: 50%;
	overflow: hidden;
	width: 11.25vw;
	height: 11.25vw;
	position: relative;
	margin: 0 auto;
}

.jrp1 .nrBox .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 11.25vw;
	height: 11.25vw;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.56vw;
}

.jrp1 .nrBox .desc {
	color: #242529;
	font-size: 1.25vw;
	display: block;
	text-align: center;
	margin-top: 1.66vw;
}

.jrp2 {
	padding: 2.9vw 0 3.33vw;
}

.jrp2 .pubTit2 {
	margin-bottom: 3.2vw;
}

.jrp2 .swiper_sxy {
	padding-bottom: 6.25vw;
}

.jrp2 .daTit {
	width: 20vw;
	height: 20vw;
	font-size: 1.66vw;
	color: #ffffff;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/jr2bg.png) center no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 1.8;
	position: absolute;
	top: calc(50% - 10vw);
	left: calc(50% - 10vw);
}

.jrp2 .daTit big {
	font-size: 2.1vw;
	font-weight: 700;
}

.jrp2 ul {
	width: 57.3vw;
	margin: 0 auto;
}

.jrp2 li {
	width: 13.28vw;
	height: 13.28vw;
	font-size: 1.3vw;
	color: #151d7d;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/jr2bg2.png) center no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 1.8;
	float: left;
	margin: 2.7vw calc(50% - 13.28vw) 0 0;
}

.jrp2 .yanghsi1 li:nth-child(even) {
	float: right;
	margin: 2.7vw 0 0 calc(50% - 13.28vw);
}

.jrp2 .yanghsi1 li:nth-child(-n+2) {
	margin-top: 0;
}

.jrp2 .yangshi2 .daTit {
	top: 0;
}

.jrp2 .yangshi2 li,
.jrp2 .yangshi2 li:nth-child(2) {
	float: left;
	margin: 8.96vw calc(50% - 19.92vw) 0 0;
}

.jrp2 .yangshi2 li p {
	line-height: 1.5;
}

.jrp2 .yangshi2 li:nth-child(2) {
	margin-top: 20.6vw;
}

.jrp2 .yangshi2 li:last-child {
	margin-right: 0;
}

.jrp2 .swiper-pagination-bullet {
	width: 0.9vw;
	height: 0.9vw;
	padding: 0.2vw;
	border: 1px solid rgba(21, 29, 125, 0);
}

.jrp2 .swiper-pagination-bullet:after {
	background: #1722a4;
	width: 0.4vw;
	height: 0.4vw;
}

.jrp2 .swiper-pagination-bullet-active {
	border-color: rgb(21, 29, 125);
}

.jrp3 .centerBox {
	width: 17vw;
	height: 17vw;
	font-size: 1.66vw;
	color: #ffffff;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/jr2bg3.png) center no-repeat;
	/* background: url(../img/jr2bg3.png) center no-repeat; */
	background-size: cover;
	text-align: center;
	line-height: 1.8;
	position: absolute;
	top: calc(50% - 8.5vw);
	left: calc(50% - 8.5vw);
	z-index: 2;
}

.jrp3 .centerBox b {
	display: block;
}

.jrp3 .leftBox {
	width: 50%;
	float: left;
	z-index: 1;
}

.jrp3 .rightBox {
	width: 50%;
	float: right;
	z-index: 1;
}

.jrp3 .allk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* padding-top: 7.7vw; */
}

.jrp3 .kuang {
	position: relative;
	height: 80%;
	margin-top: 10%;
}

.jrp3 .btit {
	font-size: 1.66vw;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.jrp3 .btit:after {
	content: "";
	display: block;
	background: rgb(255, 255, 255);
	width: 7.2vw;
	height: 0.2vw;
	margin: 1vw auto 0;
}

.jrp3 .nrBox {
	height: calc(100% - 2.66vw);
}

.jrp3 .leftBox .nrBox img {
	width: 33.43vw;
}

.jrp3 .rightBox .nrBox img {
	width: 28.64vw;
}

.jrp4 {
	padding: 7.3vw 0 5.2vw;
}

.jrp4 .pubTit2 {
	margin-bottom: 6vw;
}

.jrp4 .pubTit2 .tit {
	font-size: 1.87vw;
	color: rgb(30, 30, 30);
	line-height: 1.6;
	font-weight: 400;
	background: linear-gradient(90deg, rgba(33, 41, 136, 1) 0%, rgba(33, 41, 136, 0.8) 50%, rgba(33, 41, 136, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jrp4 .nrBox {
	padding: 0 4vw;
	margin: 0;
	padding: 0;
}

.jrp4 .nrBox li {
	padding: 1.56vw;
	transition: all 0.3s;
}

.jrp4 .nrBox li:hover {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

.jrp4 .nrBox .imgBox img {
	width: 100%;
}

.jrp4 .nrBox .tit {
	font-size: 1.3vw;
	color: rgb(30, 30, 30);
	margin-top: 2vw;
	text-align: center;
	font-weight: 700;
}

.jrp5 {
	padding: 4.7vw 0 7vw;
}

.jrp5 .pubTit2 {
	margin-bottom: 6.5vw;
}

.jrp5 .nrBox li {
	float: left;
	padding: 0.3vw;
	width: 25%;
}

.jrp5 .nrBox li:first-child,
.jrp5 .nrBox li:nth-last-child(-n+2) {
	width: 50%;
}



/* 内页全屏banner */
@media (min-width:768px) {

	.bannerqp,
	.bannerhx,
	.bannerqc,
	.bannerPro {
		height: unset;
	}

	.bannerqp .bgimg.pc,
	.bannerPro .bgimg.pc,
	.bannerqc .bgimg.pc,
	.bannerhx .bgimg.pc {
		display: none;
	}

	.bannerqp .bgimg.wap,
	.bannerPro .bgimg.wap,
	.bannerqc .bgimg.wap,
	.bannerhx .bgimg.wap {
		display: block;
		height: 100vh;
		background: url() center no-repeat;
		background-size: cover;
	}

	.bannerqc .textBox .dazi {
		font-size: 3.75vw;
	}

	.bannerqc .textBox .desc {
		font-size: 3vw;
	}
}








@media (max-width:996px) {
	.bannerhx .kuang {
		width: 80%;
	}
}

.pcBox{display: block;}
.wapBox{display: none;}
@media (max-width:768px) {
	.pcBox{display: none;}
	.wapBox{display: block;}
	.bannerhx .kuang {
		width: 92%;
	}

	.bannerpt {
		height: unset;
	}
	.bannerpt .textBox .downBtn .xsewm{
		width: 140px;
		left: calc(50% - 70px);
	}

	.bannerpt .textBox .dazi,
	.bannerhx .textBox .dazi,
	.bannermt .textBox .dazi,
	.bannerhd .textBox .dazi,
	.bannerPro .textBox .dazi,
	.bannerqc .textBox .dazi {
		font-size: 22px;
	}

	.bannerny .textBox .xiaozi,
	.bannerqc .textBox .desc {
		font-size: 15px;
		margin: 12px 0
	}

	.bldmep1 .nrBox img {
		width: 28px;
	}

	.bldmep1 .nrBox {
		justify-content: space-between;
	}

	.bldmep1 .nrBox li {
		text-align: center;
		margin: 0 4px;
	}

	.bldmep2 .nrBox li {
		padding: 0;
	}

	.bldmep3 .nrBox li {
		height: unset;
		padding: 32px 24px;
	}

	.bldmep3 .nrBox .viewMore:after {
		margin-left: 8px;
	}

	.bldmep3 .nrBox .tit {
		padding-left: 26px;
		background-size: 16px;
	}

	.bldmep4 .nrBox {
		justify-content: center;
	}

	.bldmep4 .nrBox li {
		width: calc(100% / 3);
	}

	.bldmep4 .pubTit2 {
		width: 100%;
	}

	.bldmep5 .swiper_bldme {
		width: 92%;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.bldmep5 .swiper-slide .textBox {
		padding: 8px 12px;
	}

	.bldmep5 .swiper-pagination {
		display: block;
	}

	.swiper-pagination-bullet-active {
		background: #151D7D;
	}

	.bannergy .bgimg.wap {
		height: 360px;
	}

	.newsP .sortBox {
		margin-bottom: 16px;
	}

	.newsP .sortBox a {
		margin: 0 8px;
	}

	.newsP .sortBox a:after {
		width: 20px;
		height: 2px;
	}

	.newsList {
		margin: 0;
	}

	.newsList li {
		padding: 0;
		margin-bottom: 12px;
	}

	.newsList li:last-child {
		margin-bottom: 0;
	}

	.newsList .time {
		padding: 0;
	}

	.pageNum a,
	.pageNum span {
		margin: 4px 8px;
	}

	.newsList .imgBox .playBtn {
		width: 48px;
		height: 36px;
		top: calc(50% - 18px);
		left: calc(50% - 24px);
	}

	.huodongList {
		margin: 0;
	}

	.huodongList li {
		padding: 8px 0;
	}

	.huodongList .textBox {
		padding: 8px 12px;
		height: auto;
	}

	.huodongList .textBox .desc {
		height: auto;
		opacity: 1;
		-webkit-line-clamp: 1;
	}

	.huodongList .textBox .time {
		height: auto;
		opacity: 1;
	}

	.detailP {
		padding: 64px 0 40px;
	}

	.detailBox {
		width: 100%;
		padding: 16px 0;
	}

	.detailBox .time {
		margin: 8px 0;
	}

	.detailBox .nrBox {
		padding: 16px 0;
	}

	.detailBox .fanye {
		padding: 8px 0;
	}

	.detailBox .fanye a {
		width: 100%;
		float: none;
	}

	.bannerny .bgimg.wap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.bannerny .textBox {
		position: relative;
		left: unset;
		top: unset;
		padding: 80px 16px;
	}

	.bannerPro .kuang {
		width: 80%;
	}

	.qichep1 .nrBox li {
		width: 100%;
	}

	.qichep2 .nrBox {
		display: block;
	}

	.qichep2 .leftImg {
		width: 100%;
	}

	.qichep2 .leftImg .map {
		width: 100%;
	}

	.qichep2 .leftImg .dian {
		width: 62px;
		right: 47px;
		top: 164px;
	}

	.qichep2 .rightBox {
		width: 100%;
		margin: 16px 0 0;
	}

	.qichep2 .rightBox .formBox {
		width: 100%;
		margin: 0;
	}

	.qichep2 .rightBox .formBox .one {
		padding: 4px;
		height: 40px;
	}

	.qichep2 .rightBox .formBox select {
		height: 32px;
		font-size: 14px;
	}

	.qichep2 .rightBox .formBox .cxbtn {
		height: 40px;
		width: 100px;
	}

	.qichep2 .rightBox .formBox .one {
		width: calc(50% - 50px);
	}

	.qichep2 .rightBox .formBox .one:first-child:after {
		height: 32px;
		top: calc(50% - 16px);
	}

	.qichep2 .rightBox .pinpaiUl {
		justify-content: center;
	}

	.qichep2 .rightBox .pinpaiUl li img {
		max-height: 46px;
	}

	.pubTit3 {
		margin-bottom: 16px;
	}

	.qichep3 .nrBox {
		margin-top: 48px;
	}

	.qichep3 .nrBox .kuang {
		width: 80vw;
	}

	.qichep3 .bgBox .swiper-slide {
		height: 60vh;
		background: url() center no-repeat;
		background-size: cover;
	}

	.qichep3 .dianUl li {
		width: 18vw;
		height: 18vw;
	}
	.qichep3 .dianUl .tit{font-size: 12px;}
	.qichep3 .dianUl .tit:after {
		width: 4px;
		height: 4px;
	}

	.qichep3 .dianUl li.loca1 {
		left: 26.6vw;
		top: -9vw;
		width: 18vw;
		height: 18vw;
	}

	.qichep3 .dianUl li.loca2 {
		left: 36.6vw;
		top: 12vw;
		width: 18vw;
		height: 18vw;
	}

	.qichep3 .dianUl li.loca3 {
		left: -8.4vw;
		top: 37vw;
		width: 18vw;
		height: 18vw;
	}

	.qichep3 .dianUl li.loca4 {
		left: 69.6vw;
		top: 30vw;
		width: 18vw;
		height: 18vw;
	}

	.qichep3 .dianUl li.loca5 {
		left: 17.6vw;
		top: 45vw;
		width: 18vw;
		height: 18vw;
	}

	.qichep4 .textBox,
	.qichep4 .swiper-slide:hover .textBox {
		height: auto;
	}

	.qichep4 .textBox .desc {
		height: auto;
		opacity: 1;
	}

	.qichep4 .textBox {
		padding: 12px;
	}

	.hxpro3p .nrBox {
		display: block;
		width: 90%;
	}

	.hxpro3p .linkBox {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.hxpro3p .linkBox a {
		display: inline-block;
		width: auto;
		width: calc(50% - 8px);
		padding: 8px;
		margin: 4px;
	}

	.hxpro3p .rightLink a {
		width: calc(33.33% - 8px);
	}

	.hxpro3p .linkBox img {
		height: 24px;
	}

	.hxpro3p .linkBox .more {
		display: none;
	}

	.hxpro3p .jtBox span br {
		display: none;
	}

	.hxpro3p .jtBox span {
		font-size: 16px;
	}

	.hxpro3p .leftJt img {
		transform: rotate(90deg);
	}

	.hxpro3p .rightJt img {
		transform: rotate(-90deg);
	}

	.hxpro3p .centerimg {
		width: 100px;
		margin: 16px auto;
	}

	.hxpro3p .jtBox img,
	.prqp1 .numBox .icon img {
		width: 24px;
		max-width: 100%;
	}

	.prqp1 .numBox .num {
		font-size: 20px;
		margin: 4px 0 0;
	}
	.prqp2 .nrBox img{width: 160px;height: unset !important;}
	.prqp1 .morejt,
	.prqp1 .numBox {
		margin-top: 16px;
	}

	.prqp3 .c_center {
		display: block;
	}

	.prqp3 .imgBox {
		width: 100%;
		margin: 0;
	}

	.prqp3 .textBox {
		width: 100%;
		margin: 8px 0 0;
	}

	.prqp3 .textBox .tit,
	.prqp3 .textBox .tit2 {
		text-align: center;
	}

	.bldmep6 .nrBox li {
		margin: 0 16px;
	}

	.bldmep6 .nrBox .imgBox {
		width: 130px;
		padding: 6px;
	}

	.jrp1 .nrBox li {
		width: 50%;
	}

	.jrp1 .nrBox .imgBox {
		width: 120px;
		height: 120px;
	}

	.jrp1 .nrBox .tit,
	.jrp2 li {
		width: 120px;
		height: 120px;
		margin: 32px calc(50% - 120px) 0 0;
	}

	.jrp2 ul {
		width: 100%;
	}

	.jrp1 .nrBox li {
		margin-top: 16px;
	}

	.jrp1 .nrBox li:nth-child(-n+2) {
		margin-top: 0;
	}

	.jrp2 .yanghsi1 li:nth-child(even) {
		margin: 32px 0 0 calc(50% - 120px);
	}

	.jrp2 .yanghsi1 li:nth-child(-n+2) {
		margin-top: 0;
	}

	.jrp2 .daTit {
		width: 140px;
		height: 140px;
		top: calc(50% - 70px);
		left: calc(50% - 70px);
	}

	.jrp2 .yangshi2 li,
	.jrp2 .yangshi2 li:nth-child(2) {
		margin: 8.96vw calc(50% - 180px) 0 0;
		margin-top: 80px;
	}

	.jrp2 .yangshi2 li:nth-child(2) {
		margin-top: 160px;
	}

	.jrp2 .swiper_sxy {
		padding-bottom: 40px;
	}

	.jrp2 .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		padding: 3px;
	}

	.jrp2 .swiper-pagination-bullet:after {
		width: 6px;
		height: 6px;
	}

	.jrp3 .leftBox {
		width: 100%;
		float: none;
	}

	.jrp3 .rightBox {
		width: 100%;
		float: none;
	}

	.jrp3 .leftBox .allk {
		padding-bottom: 60px;
	}

	.jrp3 .rightBox .allk {
		padding-top: 60px;
	}

	.jrp3 .centerBox {
		width: 120px;
		height: 120px;
		left: calc(50% - 60px);
		top: calc(50% - 60px);
	}

	.jrp3 .btit,
	.jrp4 .pubTit2 .tit {
		font-size: 20px;
	}

	.jrp3 .btit:after {
		width: 32px;
		height: 2px;
		margin: 8px auto 0;
	}

	.jrp3 .nrBox {
		width: 80%;
		margin: 0 auto;
	}

	.jrp3 .leftBox .nrBox img,
	.jrp3 .rightBox .nrBox img {
		width: unset;
		max-width: 80%;
		max-height: 80%;
	}

	.jrp4 .nrBox {
		padding: 0;
	}

	.jrp4 .nrBox li {
		padding: 8px 0;
	}

	.jrp5 .nrBox li {
		width: 50%;
		padding: 4px;
	}

	.jrp5 .nrBox li:first-child,
	.jrp5 .nrBox li:nth-last-child(-n+2) {
		width: 100%;
	}


	.jrp1 .pubTit2,
	.jrp2 .pubTit2,
	.jrp3 .pubTit2,
	.jrp4 .pubTit2,
	.jrp5 .pubTit2 {
		margin-bottom: 16px;
	}


	.huodongP,
	.detailP,
	.qichep1 .c_center,
	.qichep2 .c_center,
	.prqp1 .c_center {
		width: calc(100% - 30px);
	}

	.bldmep1,
	.newsP,
	.qichep1,
	.qichep3,
	.prqp1,
	.jrp1,
	.jrp4 {
		padding: 40px 0;
	}

	.bldmep2,
	.bldmep3,
	.bldmep4,
	.bldmep5,
	.bldmep6,
	.qichep2,
	.prqp2,
	.prqp3,
	.jrp2,
	.jrp5 {
		padding: 0 0 40px;
	}

	.bannerpt .textBox .downBtn,
	.bldmep3 .nrBox .viewMore,
	.bldmep5 .morehd,
	.bannerhx .textBox .bmbtn,
	.morejt {
		font-size: 14px;
		line-height: 32px;
		padding: 0 16px;
		width: 150px;
		border-radius: 4px;
	}



	.pubTit3 .tit,
	.prqp3 .textBox .tit {
		font-size: 20px;
	}

	.detailBox .pageTit {
		font-size: 18px;
		line-height: 1.5;
	}

	.qichep1 .nrBox .tit,
	.qichep4 .textBox .tit {
		margin: 8px 0 4px;
	}


	.bldmep2 .nrBox .tit,
	.bldmep3 .nrBox .tit,
	.bldmep4 .nrBox .tit,
	.bldmep5 .swiper-slide .tit,
	.bldmep6 .nrBox .tit,
	.newsP .sortBox a,
	.newsList .tit,
	.huodongList .textBox .tit,
	.qichep1 .nrBox .tit,
	.qichep4 .textBox .tit,
	.pubTit2 .tit2,
	.prqp3 .textBox .tit2,
	.jrp1 .nrBox .tit,
	.jrp2 .daTit big,
	.jrp3 .centerBox {
		font-size: 16px;
		line-height: 1.5;
	}


	.pubTit2 .desc,
	.bldmep1 .nrBox,
	.bldmep2 .nrBox .desc,
	.bldmep3 .nrBox .desc,
	.bldmep5 .swiper-slide .desc,
	.bannerhx .textBox .desc,
	.newsList .time,
	.pageNum a,
	.pageNum span,
	.newsList .desc,
	.huodongList .textBox .desc,
	.huodongList .textBox .time,
	.posi,
	.detailBox .time,
	.detailBox .nrBox,
	.detailBox .fanye a,
	.bannerPro .textBox .nr,
	.qichep1 .nrBox .desc,
	.qichep4 .textBox .desc,
	.pubTit3 .desc,
	.hxpro3p .linkBox .tit,
	.prqp1 .nrBox,
	.prqp1 .numBox .tit,
	.prqp3 .textBox .nrBox,
	.jrp1 .nrBox .desc,
	.jrp2 .daTit,
	.jrp2 .daTit big,
	.jrp4 .nrBox .tit {
		font-size: 14px;
		line-height: 1.5;
	}

	.pubTit2 .desc,
	.bldmep2 .nrBox,
	.bldmep2 .nrBox li,
	.bldmep2 .nrBox .tit,
	.bldmep3 .nrBox .desc,
	.newsList .tit,
	.jrp1 .nrBox .desc,
	.jrp4 .nrBox .tit {
		margin-top: 8px;
	}

}





























.duibi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 999;
	/* display: none; */
}

.duibi img {
	width: 100%;
	opacity: 1;
}

.videoShow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.videoShow .yinying {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.videoShow .nrbox {
	width: 50%;
	position: relative;
}

.videoShow .nrbox video,
.videoShow .nrbox img {
	width: 100%;
}

.videoShow .nrbox i.close {
	width: 3vw;
	height: 3vw;
	position: absolute;
	right: -3vw;
	top: -3vw;
	background: url(https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/close.png) center no-repeat;
	background-size: cover;
	opacity: 1;
}

@media (max-width:768px) {
	.videoShow .nrbox {
		width: 88%;
	}

	.videoShow .nrbox i.close {
		right: 0;
		width: 32px;
		height: 32px;
		right: 0;
		top: -40px;
	}
}

.container-cont #myModal {
	overflow: hidden;
}

#myModal {
	color: #333;
}

.modal-backdrop {
	z-index: 1;
}

.modal-dialog {
	z-index: 2;
}

.modal-content {
	width: 8.6rem;
	margin: 0 auto;
	border-radius: 28px;
	overflow: hidden;
}

.modal-content .modal-header {
	margin: 0.7rem 0 0.38rem;
	border: none;
	display: flex;
	padding: 0 80px;
	align-items: flex-end;
}

.modal-content .modal-header .modal-title {
	text-align: left;
	padding-left: 0.2rem;
	font-size: 0.28rem;
}

.modal-content .modal-header .go-back-icon {
	font-size: 0.24rem;
	width: 1rem;
	height: 0.29rem;
	padding-left: 0.5rem;
	background: url("https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/go-back-icon.png") no-repeat left top;
	cursor: pointer;
}

.modal-header .close {
	float: none;
	position: absolute;
	right: 70px;
	top: 40px;
	opacity: 1;
}

.modal-header .landmark {
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	background: url("https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/landmark-icon.png") no-repeat center top;
	background-size: 100% 100%;
}

#myModal .modal-body {
	height: 3.2rem;
	overflow: hidden;
	min-height: 0.8rem;
	padding: 0 1.3rem 80px;
}

#myModal .modal-body .store-name {
	font-size: 0.22rem;
	margin-bottom: 30px;
	line-height: 0.4rem;
}

#myModal .modal-body .loa-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("https://bldme-website.oss-cn-hangzhou.aliyuncs.com/img/location-icon.png") no-repeat center center;
	background-size: 100%;
	margin-right: 16px;
}

#myModal .modal-body p {
	margin-bottom: 20px;
}

#myModal .modal-body ul {
	height: 100%;
	overflow-y: auto;
}

.modal-body ul::-webkit-scrollbar {
	width: 6px;
	/*height: 4px;*/
}

.modal-body ul::-webkit-scrollbar-thumb {
	display: block;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.7);
}

.modal-body ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

#myModal .modal-body ul li {
	height: 30px;
	font-size: 0.2rem;
	margin-bottom: 6px;
}

#myModal .modal-body ul li:hover {
	color: #002590;
}

@media (max-width:768px) {
	.modal-content {
		width: 90vw;
	}

	.modal-content .modal-header .modal-title {
		font-size: 16px;
	}

	.modal-content .modal-header {
		padding: 0 40px;
		margin: 20px 0;
	}

	.modal-header .landmark {
		width: 24px;
		height: 24px;
	}

	#myModal .modal-body {
		height: 40vh;
		padding-bottom: 35px;
		font-size: 14px;
	}

	#myModal .modal-body ul li {
		font-size: 14px;
	}

	.modal-content .modal-header .go-back-icon {
		width: 65px;
		height: 20px;
		padding-left: 32px;
		font-size: 14px;
		background-size: 20px 20px;
	}

	.modal-header .close {
		right: 32px;
		top: 27px;
	}

	#myModal .modal-body .store-name {
		font-size: 18px;
		margin-bottom: 40px;
	}

	#myModal .modal-body p {
		font-size: 16px;
	}
	.qichep4 .swiper_mdian{padding-bottom: 24px;}
	.qichep4 .swiper_mdian .swiper-pagination{bottom: 0;}
	.qichep4 .swiper_mdian .swiper-pagination-bullet{width: 12px;height: 4px;}
	.qichep4 .swiper_mdian .swiper-pagination-bullet-active{width: 15px;}
}
