img {
	display: inline-block;
	vertical-align: middle
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

a,
body {
	color: #333
}

hr {
	height: 0;
	overflow: hidden
}

img {
	vertical-align: middle
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
textarea,
th,
ul {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
	text-decoration: none !important;
	outline: 0
}

img {
	border: none
}

li {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h4,
h5,
h6 {
	font-size: 100%
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

body {
	line-height: 1.6;
	color: rgba(0, 0, 0, .85);
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif
}

hr {
	line-height: 0;
	margin: 10px 0;
	padding: 0;
	border: none !important;
	border-bottom: 1px solid #eee !important;
	clear: both;
	background: 0 0
}

a {
	text-decoration: none
}

* {
	box-sizing: border-box;
}


.currency_title {
	width: 100%;
	text-align: center;
	margin-top: 3%;
}

.currency_title .title_text {
	width: 100%;
	/* height: 40px; */
	text-align: center;
	line-height: 2.4;
	color: #333;
	font-size: 40px;
	font-weight: 600;
	z-index: 1;
	margin-bottom: 3%;
}

.currency_title .title_line {
	width: 100%;
	margin: 15px auto 0;
	z-index: 1;
	text-align: center;
}

.currency_title .left-line,
.currency_title .right-line {
	width: 112px;
	height: 1px;
	background: #d2d2d2;
	margin-top: 9px;
	margin-top: 0px;
	display: inline-block;
	position: relative;
	top: -4px;
}

.currency_title .subhead {
	color: #b4b4b4;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: relative;
	padding: 0px 15px;
	padding: 0px 15px;
	display: inline-block;
}

/* 导航栏DIV */
#hjHeader {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 6px 10px 1px rgb(0 0 0 / 10%);
	height: 60px;
	width: 100%;
	min-width: 980px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}

#hjHeader .header-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

/* #hjHeader .header-wrap .logo {
	display: flex;
	width: 120px;
	height: 100%;
}

#hjHeader .header-wrap .logo a {
	display: block;
	position: absolute;
	top: 5px;
	left: 20px;
	z-index: 10001;
} */

#hjHeader .header-wrap .logo a img {
	width: 100px;
	height: auto;
}

#hjHeader .header-wrap .nav {
	display: flex;
	height: 100%;
	z-index: 9999;
	margin-left: 20px;
}

#hjHeader .header-wrap .nav ul {
	display: flex;
	width: 100%;
	height: 100%;
}

#hjHeader .header-wrap .nav ul li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 120px;
	height: 100%;
	text-align: center;
	position: relative;
}

#hjHeader .header-wrap .nav ul li:before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #0126b2;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
	transform: scale(0);
	-webkit-transform: scale(0);
	visibility: hidden\9;
}

#hjHeader .header-wrap .nav ul li.active1:before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#hjHeader .header-wrap .nav ul li.active span {
	color: #0126b2;
	transform: scale(1);
	font-weight: bolder;
}

#hjHeader .header-wrap .nav ul li.active:before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#hjHeader .header-wrap .nav ul li>a {
	line-height: 82px;
	/* height: 90px; */
	font-size: 15px;
	color: #666;
	display: block;
	padding: 0 13px;
	font-weight: 700;
	font-weight: normal;
	font-family: Microsoft YaHei, PingFang SC, tahoma, arial, Hiragino Sans GB, sans-serif !important;
}

#hjHeader .header-wrap .nav ul li.active1>a {
	font-weight: 700;
	color: #0126b2;
}

/* 鏂版敼瀵艰埅涓嬪垝 */
.nav li .xldiv {
	display: none;
	position: absolute;
	top: 60px;
	padding: 10px 0;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	background: #f7f7f7;
	text-align: center;
	z-index: 9999;
}

.nav li .liecss {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-left:-50vw;
	margin-top:60px;
	width: 110vw;
	height: 60vh;
	text-align: center;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 6px 10px 1px rgb(0 0 0 / 10%);
}

.nav li .xldiv a:first-child {
	border-top: 0 none;
}

.nav li .liecss a:first-child {
	border-top: 0 none;
}

.nav li .xldiv a {
	width: 95%;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 45px;
	position: relative;
	border-top: 1px solid #eee;
}

.nav li .liecss a {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 45px;
	position: relative;
	text-align: left;
	margin-left: 38%;
}

.nav li .liecss p {
	margin-left: 17%;
}

.nav li .xldiv a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-color: #0126b2;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: -1;
}

.nav li .liecss a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: -1;
}

.nav li .xldiv a:hover {
	color: #fff;
}

/* .nav li .liecss a:hover {
	color: #fff;
} */


.nav li .xldiv a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
}

.nav li .liecss a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
}

#hjHeader .header-wrap .header-contact {
	width: 250px;
	float: right;
	overflow: hidden;
	height: 100%;
	padding: 5px 30px;
	background: #0126b2;
}

#hjHeader .header-wrap .header-contact .icon {
	width: 28px;
	margin-top: 20px;
	height: 28px;
	float: left;
}

#hjHeader .header-wrap .header-contact .icon img {
	display: block;
	width: 100%;
	height: 100%;
}

#hjHeader .header-wrap .header-contact .num {
	float: left;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 15px;
}

/* banner */
.banner {
	display: flex;
	margin-top: 60px;
	height: 100%;
	width: 100%;
}

#banner .swiper-slide img {
	width: 100%;
	height: auto;
}

#banner .swiper-slide.swiper-slide-active img {
	-webkit-animation: scaleUpDown 4.2s .1s ease both;
	animation: scaleUpDown 4.2s .1s ease both;
}


.xilie {
	width: 100%;
	/* height: 700px; */
}

#xilie .swiper-slide img {
	width: 100%;
	height: auto;
}

#xilie .swiper-slide.swiper-slide-active img {
	-webkit-animation: scaleUpDown 4.2s .1s ease both;
	animation: scaleUpDown 4.2s .1s ease both;
}

@-webkit-keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


.swiper-pagination-bullet {
	width: 1.5vw !important;
	height: 5px !important;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.duliji_img_p {
	font-size: 0.75vw !important;
	text-align: center;
}

.duliji_slide_txt img {
	width: 3vw;
}

.nav_img {
	display: none;
}

.nav_back {
	display: none;
}

@media screen and (max-width: 768px) {
	#hjHeader .header-wrap .nav {
		height: initial;
		float: left;
		z-index: 9999;
		background-color: #5e5e5e;
		position: fixed;
		right: -45%;
		width: 45%;
		transition: 0.2s all;
		top: 0;
	}

	#hjHeader .header-wrap .nav ul li {
		height: initial;
		float: none;
	}

	#hjHeader .header-wrap .nav ul li>a {
		color: #fff;
		line-height: 5;
		font-size: 3.5vw;
		height: initial;
	}

	.currency_title .title_text {
		font-size: 5.5vw;
		line-height: 1.1;
	}

	#hjHeader .header-wrap {
		width: 100%;
	}

	#hjHeader {
		min-width: initial;
		height: initial;
		padding: 2% 0;
	}

	#hjHeader .header-wrap .nav ul li.active1>a {
		color: #999;
	}

	#hjHeader .header-wrap .nav ul li:before {
		background-color: #777;
	}

	#hjHeader .header-wrap .nav ul li {
		margin-left: 0;
	}

	.nav li .xldiv {
		position: initial;
		background: #777777;
		width: 100%;
		margin-left: 0;
	}

	.nav li .liecss {
		position: initial;
		background: #777777;
		width: 100%;
		margin-left: 0;
	}

	.nav li .xldiv a {
		font-size: 2.5vw;
		color: #fff;
		line-height: 5;
	}

	.nav li .liecss a {
		font-size: 2.5vw;
		color: #fff;
		line-height: 5;
	}

	.nav_back {
		display: none;
		background-color: transparent;
		z-index: 999;
		position: fixed;
		left: 0;
		top: 0;
	}

	.nav_img {
		display: block;
		float: right;
		width: 9%;
		position: relative;
		right: 7%;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 5px !important;
	}

	#hjHeader .header-wrap .logo a {
		position: initial;
	}

	#hjHeader .header-wrap .logo {
		width: 22%;
		left: 7%;
	}

	.nav_img img {
		width: 100%;
	}

	.currency_title .left-line,
	.currency_title .right-line {
		display: none;
	}

	.currency_title .subhead {
		letter-spacing: 1px;
		font-size: 3vw;
	}

	.equipmenti_slide_box_title {
		font-size: 3.5vw !important;
	}

	.equipmenti_slide_box_title_line {
		height: 3px !important;
		top: -4px !important;
		width: 15% !important;
	}

	.slide_control_box ul li p {
		border: 0 !important;
	}

	.indexthree li .fuzi {
		font-size: 4.4vw !important;
		margin-top: -14vh !important;
		padding: 24px 12% !important;
	}

}