@import "../iconfont/iconfont.css";

.wrap {
	width: 88%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.ver>* {
	display: inline-block;
	vertical-align: middle;
}

.hv-scale {
	overflow: hidden;
}

.hv-scale img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.hv-scale:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.tran3 {
	transition: 0.3s;
}

.table-cell {
	display: table;
	width: 100%;
}

.table-cell>* {
	display: table-cell;
	vertical-align: middle;
}

.row-pv0 {
	margin-left: 0;
	margin-right: 0;
}

.row-pv0>* {
	padding-left: 0;
	padding-right: 0;
}

.mv0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pv0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.bg-gray {
	background: #f5f5f5;
}

.c-base {
	color: #01b0ff;
}

.bg-base {
	background: #01b0ff;
}

.hv:hover {
	color: #01b0ff;
}

.hv-f:hover {
	color: #fff;
}

.coverbox {
	position: relative;
	display: block;
	overflow: hidden
}

.coverbox .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.coverbox .coverimg.cover {
	background-size: cover
}

.coverbox ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

@media (min-width: 993px) {
	.coverbox.scale:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.coverbox.scale:hover .coverimg {
		transform: scale(1.05, 1.05)
	}

	.coverbox.scale:hover .icon-bofang1 {
		font-size: .6rem
	}
}

.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 55
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.cover-tip .bgbox.blue {
	background-color: rgba(0, 161, 230, 0.8)
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.cover-tip .linet {
	top: 0
}

.cover-tip .lineb {
	bottom: 0
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}

body {
	font-family: "Helvetica Neue", '微软雅黑', '思源黑体', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
}

.swiper-container {
	--swiper-theme-color: #01b0ff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.6s !important;
}

.medium {
	font-family: medium;
}

.bggray {
	background: #f4f4f7
}

header {
	transition: .6s;
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	position: relative;
	background: #fff
}

header.active,
header.bgf {
	background: #fff !important
}

header.active .logo,
header.bgf .logo {
	background-image: url("../images/logo02.png")
}

header.active .header_nac,
header.bgf .header_nac {
	color: #333 !important
}

header.active .header_nac::after,
header.bgf .header_nac::after {
	background-color: #FE8F5D
}

header.active .nav_li:hover .header_nac::after,
header.bgf .nav_li:hover .header_nac::after,
header.active .nav_li.active .header_nac::after,
header.bgf .nav_li.active .header_nac::after {
	background-image: -webkit-linear-gradient(right, #146ab3, #0077FF);
}

@media (min-width:1200px) {
	header:hover {
		background: #fff
	}
}

header .arr {
	font-size: 13px !important
}

header .logo {
	flex: 1;
	height: 100%;
	background: url('../images/logo.png') no-repeat left center;
	background-size: contain;
	display: block;
	transition: .6s
}

header.transparent:not(.bgf) {
	background: transparent
}

header.transparent:not(.bgf) .header_nac {
	color: #fff
}

.head_wrap {
	padding: 0 60px;
	position: relative;
	transition: .6s;
	display: flex;
	align-items: center;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width:1440px) {
	.head_wrap {
		width: 88vw;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		height: 80px
	}
}

@media (max-width:992px) and (max-width:639px) {
	.head_wrap {
		width: 92vw
	}
}

@media (max-width:768px) {
	.head_wrap {
		height: 60px
	}
}

.head_wrap .nav_li {
	overflow: hidden;
	position: relative
}

.head_wrap .nav_li .header_nac {
	position: relative
}

.head_wrap .nav_li .header_nac::after {
	content: '';
	display: block;
	width: 80px;
	height: 4.5px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0;
	width: 0;
	transition: .6s
}

.head_wrap .nav_li.active .header_nac::after,
.head_wrap .nav_li:hover .header_nac::after {
	width: 80px
}

.head_wrap .nav_li:hover {
	overflow: visible
}

.head_wrap .nav_li:hover .drop {
	opacity: 1
}

.header_nav {
	transition: .6s;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.header_nav:hover {
	overflow: visible
}

.header_nav .header_inner {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

@media (min-width:1200px) {
	.header_nav .header_inner {
		margin-right: .5rem
	}
}

@media (min-width:1361px) {
	.header_nav .header_inner {
		position: relative
	}
}

.header_nav .nav_li {
	font-size: 18px
}

@media (max-width:1280px) {
	.header_nav .nav_li {
		font-size: 17px
	}
}

.header_nav .nav_li {
	margin-left: .64rem
}

@media (max-width:1360px) {
	.header_nav .nav_li {
		margin-left: .5rem
	}
}

.header_nav .nav_li:hover .pc-menu-drop,
.header_nav .nav_li.open .pc-menu-drop {
	opacity: 1;
	height: auto;
	top: 80px;
	z-index: 55;
	display: block
}

.header_nav .header_nac {
	height: 98px;
	line-height: 58px;
	padding: 20px 0;
	display: block;
	position: relative
}

@media (max-width:1440px) {
	.header_nav .header_nac {
		height: 78px;
		line-height: 38px;
	}
}

.header_nav .drop {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	transition: .6s;
	opacity: 0;
	background: #fff;
	white-space: nowrap;
	z-index: 55;
	font-size: 16px;
	padding: 20px 0;
	text-align: left;
	min-width: 1.8rem;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14)
}

.header_nav .drop a {
	overflow: hidden;
	display: block;
	line-height: 36px;
	padding: 0 20px;
	color: #666;
	white-space: nowrap;
	text-align: center
}

.header_nav .drop a:hover {
	color: #0071bc
}

header.bgf .header_nac,
header:hover .header_nac {
	color: #666
}

.header_links {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	font-size: 16px
}

@media (max-width:639px) {
	.header_links {
		display: none
	}
}

.header_links .iconfont {
	margin-right: 2px
}

.header_links a {
	display: block;
	padding: 0 12px;
	position: relative;
	transition: .6s
}

.header_links a>* {
	display: inline-block;
	vertical-align: middle
}

.header_links a em {
	padding: 0 2px
}

.header_links a:last-child {
	padding-right: 0
}

.header_links a:hover {
	color: #FE8F5D
}

.header_links a+a::before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	border-left: 1px dotted #999999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0
}

.header_btn {
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.header_btn .offer {
	margin-right: 34px;
	color: #fff
}

.header_btn .offer:hover {
	color: #FE8F5D
}

.header_btn .contact {
	background-color: #FE8F5D;
	color: #fff;
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.header_btn .contact .ac {
	color: #fff
}

@media (max-width:992px) {
	.header_btn .contact {
		height: 34px;
		width: 72px
	}

	.header_btn .contact span {
		height: 34px;
		line-height: 34px
	}
}

.header_language {
	margin-right: .4rem;
	font-size: 16px
}

@media (max-width:1199px) and (min-width:769px) {
	.header_language {
		font-size: 18px
	}
}

.header_language .tit {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	height: 1.1rem;
	cursor: pointer;
	z-index: 555
}

@media (max-width:768px) {
	.header_language .tit {
		height: 60px
	}
}

.header_language .tit em {
	padding: 0 8px 0 5px
}

@media (max-width:480px) {
	.header_language .tit em {
		padding: 0 5px 0 0;
		font-size: 18px
	}
}

.header_language .tit .arr {
	color: #339139;
	font-size: 12px;
	font-weight: bold
}

.header_language .drop {
	font-size: 16px
}

@media (max-width:992px) {
	.header_language .drop {
		min-width: 120px !important
	}

	.header_language .drop a {
		padding: 0 6px;
		line-height: 2
	}
}

.header_language:hover .tit {
	color: #339139
}

.header_language:hover .drop {
	display: block
}
.dropBox {
	position: relative
}

.drop:not(.drop_full) {
	padding: 16px 0 22px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5
}

.drop:not(.drop_full) a {
	display: none;
	display: block;
	line-height: 36px;
	padding: 0 .5rem;
	text-align: center;
	white-space: nowrap
}

.drop:not(.drop_full) a:hover {
	color: #339139
}
.header_search_tag {
	color: #fff;
	font-size: 24px !important;
	cursor: pointer
}

.header_search_tag._close::before {
	content: "\e661"
}

header.active .header_search_tag,
header.transparent.bgf .header_search_tag {
	color: #333
}

.header_search_xs {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	left: 0;
	z-index: 999;
	background: #fff;
	padding: .3rem 60px
}

@media (max-width:992px) {
	.header_search_xs {
		padding: .3rem 4vw
	}
}

.header_search_xs .inner {
	height: 60px;
	max-width: 500px;
	margin: 0 0 0 auto;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 55
}

.header_search_xs .form {
	position: relative;
	display: block;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.header_search_xs .del {
	display: block;
	padding: .2rem 0;
	text-align: center;
	font-size: 24px
}

.header_search_xs input {
	font-size: 18px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 46px;
	padding-left: 20px
}

@media (max-width:768px) {
	.header_search_xs input {
		font-size: 16px
	}
}

.header_search_xs .submit {
	margin-left: 20px;
	font-size: 18px;
	padding: .2rem 0;
	font-size: 24px;
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.m-menus {
	width: 100%;
	max-width: 640px;
	height: 100vh;
	position: fixed;
	top: 100px;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #dedede
}

@media (min-width:1200px) {
	.m-menus {
		display: none
	}
}

@media (max-width:992px) {
	.m-menus {
		top: 80px
	}
}

@media (max-width:768px) {
	.m-menus {
		top: 60px
	}
}

.m-menus .inner {
	height: calc((100vh - 85px));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}

@media (max-width:768px) {
	.m-menus {
		top: 60px
	}

	.m-menus .inner {
		height: calc((100vh - 60px))
	}
}

.m-menus a {
	display: block;
	color: #000
}

.m-menus.active {
	z-index: 999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dedede;
	text-align: left
}

.m-menus .item .tit {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item>a,
.m-menus .tit {
	display: block;
	line-height: 46px;
	position: relative;
	font-size: 16px
}

.m-menus .tit {
	position: relative
}

.m-menus .tit a {
	display: inline-block;
	min-width: 50vw
}

.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .xs-menu {
	display: none;
	text-align: left
}

.m-menus .xs-menu dd {
	line-height: 30px;
	font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit {
	color: #0071bc
}

.m-menus .active .tit a,
.m-menus .open .tit a {
	color: #0071bc
}

.m-menus .active .iconfont::before,
.m-menus .open .iconfont::before {
	content: "\e627"
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu {
	padding: 0px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.14)
}

.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
	padding: .1rem .3rem
}

.m-menus .head_links {
	display: flex !important;
	justify-content: center
}

.m-menus .head_links a {
	padding: 0 .2rem !important;
	display: block;
	flex: 1
}

.m-menus .head_links i {
	margin: 0 auto
}

.menu_btn_box {
	margin-left: 20px
}

.menu_btn {
	width: 50px;
	height: 50px;
	z-index: 101;
	cursor: pointer;
	transform-origin: center center;
	position: relative;
	display: block;
	top: -5px;
	left: 10px
}

.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	background: #000;
	left: 12px;
	display: block;
	transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
	top: 20px
}

.menu_btn i:nth-of-type(2) {
	top: 30px
}

.menu_btn i:nth-of-type(3) {
	top: 40px
}

.menu_btn.active i:nth-of-type(1) {
	transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
	opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
	transform: rotate(-225deg) translate(0, 0)
}

.transparent:not(.active):not(.bgf) .menu_btn i {
	background: #fff
}

footer {
	background: url('../images/foot_bg.jpg') no-repeat center center;
	background-size: cover;
}


footer .ft-topper {
	padding: .6rem 0 .6rem;
	position: relative;
	z-index: 55
}

@media (min-width: 1200px) {
	footer .ft-topper {
		display: flex;
		justify-content: space-between
	}
}

@media (max-width: 1199px) {
	footer .ft-topper {
		padding-bottom: .4rem
	}
}

@media (max-width: 640px) {
	footer .ft-topper {
		padding-top: .4rem
	}
}

footer .ft-bottom {
	padding: 0px 0 28px;
	color: #fff
}

@media (min-width: 1200px) {
	footer .ft-bottom {
		padding: 28px 0;
		border-top: 1px solid #dbdbde
	}
}

footer .ft-bottom a {
	color: #fff
}

footer .ft-bottom a:hover {
	color: #009fe8
}

@media (min-width: 1200px) {
	footer .ft-bottom {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

footer .ft-bottom .copyright {
	line-height: 1.8
}

footer .ft-bottom .copyright a {
	display: inline-block !important
}

@media (min-width: 1200px) {

	footer .ft-bottom .copyright span,
	footer .ft-bottom .copyright a {
		display: inline-block;
		margin-left: 10px
	}
}

footer .ft-bottom .copyright span,
footer .ft-bottom .copyright a {
	margin-right: 10px
}

@media (max-width: 480px) {
	footer .ft-bottom .copyright {
		font-size: 13px
	}
}

.ft-right {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font-size: .24rem;
	color: #fff;
}

.ft-right .tit {
	font-size: .24rem;
	font-weight: bold;
	padding-bottom: .2rem;
}

.ft-right .pd {
	padding-bottom: .2rem;
}

.ft-follow {
	position: relative;
}

@media (min-width: 1200px) {
	.ft-follow {
		width: 65%
	}
}

.ft-follow .logo {
	display: block;
	margin: 0 0 .6rem
}

.ft-follow p {
	color: #fff;
	font-size: .18rem;
	font-weight: bold;
}

@media (max-width: 1199px) {
	.ft-follow {
		margin-bottom: .5rem
	}
}

.ibanner-box {
	background-color: #ccc;
}

.vmore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.68rem;
	height: .54rem;
	line-height: .54rem;
	color: #fff;
	background: #0071bc;
	border-radius: 2rem;
	text-align: center;
	margin: 0 auto;
	font-size: .16rem;
}

.vmore:hover {
	color: #fff
}

@media (max-width: 1440px) {
	.vmore {
		width: 1.4rem;
		height: .45rem;
		line-height: .45rem;
	}
}

.vmore .arrow {
	width: 12px;
	height: 12px;
	background: url('../images/more.png') no-repeat center center;
	background-size: 12px 12px;
	margin-left: .1rem;
	position: relative;
	transition: .6s
}

@media (max-width: 480px) {
	.vmore .arrow {
		width: 10px;
		height: 10px;
		background-size: 10px 10px;
	}
}


.ihd {
	text-align: center;
	margin-top: .5rem;
}

.ihd h2 {
	color: rgba(0, 119, 255, 1);
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 20px;
}

.ihd2 h2 {
	color: #fff;
}

.ihd .en {
	font-size: 16px;
	color: rgba(56, 56, 56, 1);
	position: relative;
}

.ihd .en::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 33px;
	margin-left: -20px;
	display: block;
	width: 40px;
	height: 5px;
	background: #0077FF;
}

.ihd2 .en::after {
	background: #fff;
}

@media (max-width: 1440px) {
	.ihd {
		margin-top: .3rem;
	}

	.ihd h2 {
		font-size: 38px;
	}

	.ihd .en {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	.ihd h2 {
		font-size: 30px;
	}
}

@media (max-width: 992px) {
	.ihd {
		margin-top: .8rem;
	}

	.ihd h2 {
		font-size: 30px;
	}

	.ihd .en {
		font-size: 14px;
	}

	.ihd .en::after {
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.ihd {
		margin-top: 0;
	}

	.ihd h2 {
		font-size: 24px;
	}

	.ihd .en {
		font-size: 12px;
	}

	.ihd .en::after {
		bottom: 28px;
		height: 2px;
	}
}

.banner {
	position: relative;
	overflow: hidden
}

.banner .bg {
	background-position: center;
	background-size: cover;
	transition: transform 1s ease 0s;
	transform: scale(1.05);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.banner.animated .bg {
	transform: scale(1)
}

.banner .wrap {
	height: 7.2rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: .2rem;
	position: relative
}

@media (max-width: 992px) {
	.banner .wrap {
		height: 5rem
	}
}

@media (max-width: 480px) {
	.banner .wrap {
		height: 4.5rem
	}
}

.banner .wrap .crumbs {
	color: #fff;
	position: absolute;
	right: 0;
	bottom: .3rem
}

.banner .wrap .crumbs a {
	color: #fff
}

.banner .wrap .crumbs a:hover {
	color: #0071bc
}

.banner h2 {
	font-size: .54rem;
	font-weight: bold;
}

.banner .en {
	font-size: .24rem;
	font-family: dinpro
}

main {
	overflow-x: hidden;
}

.vbtn {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	padding: 0 40px;
	font-size: 16px;
	letter-spacing: .5px;
	position: relative;
	border-radius: 16px 0 16px 0;
	border: 1px solid #0071bc;
	overflow: hidden;
	color: #0071bc;
	transition: .6s
}

.vbtn em {
	position: relative;
	z-index: 55
}

.vbtn:hover {
	background-color: #0071bc;
	color: #fff
}

.vbtn.fill {
	background-color: #0071bc;
	color: #fff
}

.vbtn.fill:hover {
	background: #000;
	border-color: #000
}

@media (max-width: 1200px) {
	.vbtn {
		height: 44px;
		line-height: 44px;
		padding: 0 30px
	}
}

@media (max-width: 640px) {
	.vbtn {
		height: 40px;
		line-height: 40px;
		padding: 0 26px
	}
}

/*关于我们*/
.cg-introduce {
	padding: .3rem 0 1rem;
}

.cg-introduce .abouthd {
	margin-bottom: 0.6rem;
}

.cg-introduce .row {
	margin-top: .5rem;
}

.cg-introduce .content .ic {
	width: 0.87rem;
	height: 0.87rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-right: 0.3rem;
}

.cg-introduce .content .icon1 {
	background-image: url('../images/cg_ic_1.png');
}

.cg-introduce .content .icon2 {
	background-image: url('../images/cg_ic_2.png');
}

.cg-introduce .content .icon3 {
	background-image: url('../images/cg_ic_3.png');
}

.cg-introduce .content .icon4 {
	background-image: url('../images/cg_ic_4.png');
}

@media (min-width: 768px) {
	.cg-introduce .content li {
		display: flex;
		align-items: center;
	}
}

.cg-introduce .content li+li {
	margin-top: 0.6rem;
}

.cg-introduce .content dl {
	min-width: 0;
	flex: 1;
}

.cg-introduce .content dl .ic {
	display: none;
}

.cg-introduce .content dl dt {
	font-size: 18px;
	color: #01b0ff;
	margin-bottom: 0.2rem;
}

.cg-introduce .content dl dd {
	font-size: 16px;
	color: #666;
	line-height: 1.76;
}

@media (max-width: 1200px) {
	.cg-introduce .img {
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 992px) {
	.cg-introduce .ihd {
		margin-top: .3rem;
	}
}

@media (max-width: 640px) {
	.cg-introduce .row {
		margin-top: .3rem;
	}

	.cg-introduce .content li {
		flex-direction: column;
	}

	.cg-introduce .content .ic {
		margin-right: 0;
		margin-bottom: .3rem;
	}

	.cg-introduce .content dl dd {
		font-size: 14px;
	}

	.cg-introduce .img {
		margin: 0 auto;
	}
}

/*设备中心*/
.product_box {
	padding: .8rem 0 0;
	position: relative;
}

.product_box::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 3.4rem;
	background-image: -webkit-linear-gradient(right, #146ab3, #0077FF);
	top: 20%;
	left: 0;
	z-index: 1;
}

.product_box .img {
	width: 100%;
	margin: -.5rem auto 0;
	z-index: 2;
	position: relative;
}

.mc_pos_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.mc_a1t_li {
	position: absolute;
	z-index: 5;
}

.mc_a1t_li.act {
	z-index: 20;
}

.mc_a1t_li.act .mc_a1t_xl {
	pointer-events: all;
}

.mc_a1t_li.act .mc_a1t_xl::before {
	width: 100%;
	transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}

.mc_a1t_li.act .mc_a1t_xl span {
	opacity: 1;
	transition: all .36s .4s;
}


.mc_a1t_a {
	display: block;
	position: relative;
}

.mc_a1t_xl {
	position: absolute;
	left: 42px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 16px;
	padding: 0 23px;
	line-height: 45px;
	pointer-events: none;
}

.mc_a1t_xl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: rgba(0, 113, 188, 1);
	border-radius: 30px;
}

.mc_a1t_icon {
	font-size: 24px;
	color: #a1b8fd;
	margin-right: 20px;
	vertical-align: middle;
}

.mc_a1t_title {
	color: #fff;
	font-size: 16px;
	text-align: center;
	/* margin-right: 45px; */
	vertical-align: middle;
}


.mc_a1t_jiantou {
	font-size: 20px;
	color: #a1b8fd;
	vertical-align: middle;
}



.mc_a1t_dian {
	position: relative;
	animation: bordershow 3s infinite;
}

.mc_a1t_xl span {
	opacity: 0;
}

.mc_a1t_dian {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 7px solid #146ab3;
	/* background-image: -webkit-linear-gradient(right, #146ab3, #58bca5); */
	border-radius: 50%;
}

.mc_a1t_dian::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(0, 113, 188, 0.2);
}

.mc_a1t_dian::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(0, 113, 188, 0.2);
}

.mc_a1t_dian::before {
	animation: boderM 3s .75s infinite;
}

.mc_a1t_dian::after {
	animation: boderM 3s infinite;
}

@media screen and (min-width:1200px) {
	.mc_a1t_li:hover {
		z-index: 20;
	}

	.mc_a1t_li:hover .mc_a1t_xl {
		pointer-events: all;
	}

	.mc_a1t_li:hover .mc_a1t_xl::before {
		width: 100%;
		transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
	}

	.mc_a1t_li:hover .mc_a1t_xl span {
		opacity: 1;
		transition: all .36s .4s;
	}

}



@keyframes boderM {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	75% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0
	}

	100% {
		opacity: 0
	}

}

@keyframes bordershow {

	50% {
		box-shadow: 0px 0px 10px 0 #001eb4;
	}

}

.mc_a1t_xl {
	font-size: 10px;
}

.mc_a1t_xl::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 42px;
	height: 100%;
}

@media (max-width: 768px) {
	.mc_a1t_xl {
		left: 32px;
		line-height: 35px;
	}
}

.product_parameter {
	padding-bottom: .5rem;
}

.info_box {
	margin-top: .7rem;
}

.info_box .info_box_left .tit {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-left: .2rem;
	background: #58a;
	line-height: .8rem;
	background: linear-gradient(-125deg, transparent 55px, #58bca5 0, #146ab3);
}

.info_box .info_box_left .content {
	padding: .2rem 0 .2rem .2rem;
}

.info_box .info_box_left .content p {
	font-size: 16px;
	line-height: 32px;
	color: #4d4d4d;
}

.info_box .info_box_right .tit {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-left: 1rem;
	background: #58a;
	line-height: .8rem;
	background: linear-gradient(55deg, transparent 55px, #58bca5 0, #146ab3);
}

.info_box .info_box_right .content {
	padding: .2rem 0 .2rem 1rem
}

.info_box .info_box_right .content p {
	font-size: 16px;
	line-height: 32px;
	color: #4d4d4d;
}

@media (max-width: 768px) {
	.info_box {
		margin-top: .5rem;
	}

	.info_box .info_box_right .tit {
		padding-left: .2rem;
		background: linear-gradient(-125deg, transparent 55px, #58bca5 0, #146ab3);
	}

	.info_box .info_box_right .content {
		padding: .2rem 0 .2rem .2rem
	}

	.product_parameter .ihd .en::after {
		bottom: 28px;
	}
}

@media (max-width: 640px) {
	.product_parameter .ihd {
		margin-top: .8rem;
	}

	.info_box .info_box_left .tit {
		font-size: 20px;
	}

	.info_box .info_box_left .content p {
		font-size: 14px;
		line-height: 28px;
	}

	.info_box .info_box_right .tit {
		font-size: 20px;
	}

	.info_box .info_box_right .content p {
		font-size: 14px;
		line-height: 28px;
	}
}

.product_process {
	background: #f2f2f2;
	padding-bottom: 1.8rem;
	position: relative;
}

.product_process::after {
	content: '';
	width: 100%;
	height: .2rem;
	background-image: -webkit-linear-gradient(right, #146ab3, #0077FF);
	position: absolute;
	bottom: 1.8rem;
	left: 0;
}

.product_process .wrap {
	position: relative;
}

.product_process .wrap .bg {
	margin-top: -.3rem;
}

.product_process .wrap .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.product_process .wrap .content .img {
	width: 100%;
	text-align: center;
	z-index: 3;
}

.product_process .wrap .bottom {
	width: 100%;
	position: absolute;
	bottom: -1.3rem;
	left: 0;
}

.product_process .wrap .bottom h2 {
	font-size: .24rem;
	color: #009fe8;
	padding-bottom: .2rem;
	text-align: center;
}

.product_process .wrap .bottom p {
	font-size: .16rem;
	color: #4d4d4d;
	text-align: center;
}

@media (max-width: 768px) {
	.product_process .wrap .ihd {
		margin-top: 0rem;
	}

	.product_process .wrap .ihd .en::after {
		bottom: 28px;
	}
}

@media (max-width: 640px) {
	.product_process {
		padding-bottom: 3.5rem;
	}

	.product_process::after {
		bottom: 3.1rem;
		left: 0;
	}

	.product_process .wrap .bottom {
		bottom: -3rem;
	}
}

.product_items {
	padding: .8rem 0;
}

.product_items ul {
	margin-left: -0.17rem !important;
	margin-right: -0.17rem !important;
}

.product_items li {
	padding-left: .17rem !important;
	padding-right: .17rem !important;
	margin-bottom: .34rem
}

@media (max-width: 600px) {
	.product_items li {
		width: 100%
	}
}

.product_items .inner {
	background: #f2f2f2
}

.product_items .info {
	text-align: center;
	padding: .36rem 7%;
	position: relative;
	display: block
}

@media (max-width: 480px) {
	.product_items .info {
		padding: 24px 7%
	}
}

.product_items .info .tit {
	font-size: .24rem
}

@media (max-width: 992px) {
	.product_list .info .tit {
		font-size: 20px
	}
}

.product_items .info .desc {
	font-size: 16px;
	color: #666;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

@media (max-width: 640px) {
	.product_items .info .tit {
		font-size: 18px
	}

	.product_items .info .desc {
		font-size: 14px;
	}
}

.product_items .info .arr {
	width: .62rem;
	height: .62rem;
	line-height: .62rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0
}

.product_items .inner:hover .info {
	background-image: -webkit-linear-gradient(right, #146ab3, #0077FF);
	color: #fff;
	text-align: left
}

.product_items .inner:hover .info .desc {
	color: #fff;
	margin-right: .7rem
}

.product_items .inner:hover .arr {
	opacity: 1
}

/*资讯动态*/
.blog_main_box {}

.blog_lg_box {
	padding: .8rem 0
}

@media (min-width: 640px) {
	.blog_lg_box .wrap {
		display: flex;
		align-items: stretch
	}

	.blog_lg_box .img {
		max-width: 680px;
		width: 45%;
		margin-right: .7rem
	}

	.blog_lg_box .info {
		padding-top: .2rem;
		flex: 1
	}
}

@media (min-width: 640px) and (max-width:640px) {
	.blog_lg_box .img {
		margin-right: .4rem
	}
}

.blog_lg_box .img {
	border-radius: 0 20px 0 20px;
	overflow: hidden
}

@media (max-width: 639px) {
	.blog_lg_box .info {
		padding-top: .5rem
	}
}

.blog_lg_box .info .time {
	font-size: 18px;
	color: #999;
	margin-bottom: .2rem
}

.blog_lg_box .info .tit {
	font-size: .36rem;
	line-height: 1.3;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: block
}

.blog_lg_box .info .vmore {
	margin: 0;
}

@media (max-width: 768px) {
	.blog_lg_box .info .tit {
		font-size: 22px
	}
}

@media (max-width: 480px) {
	.blog_lg_box .info .tit {
		font-size: 20px
	}
}

.blog_lg_box .info .desc {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin: .16rem 0 .46rem
}

@media (max-width: 991px) {
	.blog_lg_box .info .tit {
		font-size: 20px;
		line-height: 1.5;
		max-height: 60px
	}

	.blog_lg_box .info .time {
		font-size: 16px
	}
}

@media (max-width: 640px) {
	.blog_lg_box .info .desc {
		font-size: 14px;
		max-height: 63px
	}

	.blog_lg_box .info .tit {
		font-size: 18px
	}
}

.blog_lg_box:hover .info .tit {
	color: #0071bc
}

.blog_xs_list {
	padding-bottom: 1.1rem;
	margin-bottom: .5rem
}

.blog_xs_list .item {
	border-bottom: 1px solid #e5e5e5;
	padding: .5rem 0 .6rem;
	position: relative
}

.blog_xs_list .item::after {
	content: '';
	width: 0;
	height: 1px;
	background-color: #0071bc;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: .6s
}

@media (min-width: 640px) {
	.blog_xs_list .item {
		display: flex
	}

	.blog_xs_list .item .date {
		margin-right: .9rem;
		text-align: center
	}
}

.blog_xs_list .item .date {
	line-height: 1;
	color: #969696;
	font-family: dinpro;
	width: 1.72rem;
	margin-right: .5rem;
	position: relative
}

@media (min-width: 640px) {
	.blog_xs_list .item .date::after {
		content: '';
		width: 1px;
		height: 90%;
		background-color: #e5e5e5;
		right: 0;
		position: absolute;
		top: 5%
	}
}

.blog_xs_list .item .date .day {
	font-size: .72rem;
	margin-bottom: .1rem
}

.blog_xs_list .item .date .year {
	font-size: 18px
}

.blog_xs_list .item .date-xs {
	display: none;
	color: #666;
	margin-bottom: .4rem
}

@media (max-width: 639px) {
	.blog_xs_list .item .date-lg {
		display: none
	}

	.blog_xs_list .item .date-xs {
		display: block
	}
}

.blog_xs_list .item .info {
	flex: 1
}

.blog_xs_list .item .info .tit {
	font-size: .3rem;
	line-height: 1.5;
	display: block
}

.blog_xs_list .item .info .desc {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	color: #666;
	margin: .12rem 0 0
}

.blog_xs_list .item .info .arr {
	width: 36px;
	height: 16px;
	background: url('../images/arr.png') no-repeat center center;
	display: block
}

@media (max-width: 992px) {
	.blog_xs_list .item .info .tit {
		font-size: 20px
	}
}

@media (max-width: 639px) {
	.blog_xs_list .item .info .tit {
		color: #0071bc;
		margin-bottom: .2rem;
		font-size: 18px
	}
}

.blog_xs_list .item:hover::after {
	width: 100%
}

.blog_xs_list .item:hover .tit {
	color: #0071bc
}

.blog_xs_list .item:hover .arr {
	background-image: url('../images/arr_on.png')
}

.news_info_main {
	padding: .8rem 0 1rem;
	max-width: 1040px
}

.news_info_main h1 {
	font-size: .36rem
}

@media (max-width: 768px) {
	.news_info_main h1 {
		font-size: 22px
	}
}

@media (max-width: 480px) {
	.news_info_main h1 {
		font-size: 20px
	}
}

@media (max-width: 480px) {
	.news_info_main h1 {
		font-size: 22px
	}
}

.news_info_main .data {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: .2rem 0;
	border-bottom: 1px solid #dedede;
	color: #999;
	font-size: 16px
}

.news_info_main .share {
	margin-top: 20px
}

.news_info_main .share .item {
	color: #c6c6c6;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	cursor: pointer
}

.news_info_main .share .item:hover {
	color: #0071bc
}

.news_info_main article {
	padding: .46rem 0 .8rem;
	border-bottom: 1px solid #dedede;
	margin-bottom: .3rem
}

.news_info_main article p {
	margin-bottom: 1.3em
}

article {
	font-size: 16px;
	line-height: 1.875;
	color: #666
}

.arc_pnext {
	font-size: 16px
}

.arc_pnext p {
	color: #0071bc
}

.arc_pnext p a:hover {
	color: #0071bc
}

@media (min-width: 640px) {
	.arc_pnext {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.arc_pnext p {
		width: 48%;
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center
	}

	.arc_pnext a {
		display: block;
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis
	}

	.arc_pnext .next {
		text-align: right
	}
}

@media (max-width: 640px) {
	.arc_pnext p {
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		margin-bottom: .2rem
	}

	.arc_pnext .iconfont {
		display: none
	}
}

/*加入我们*/
.join_box {
	padding: .3rem 0 1rem
}

.join_box .desc {
	margin: .3rem 0 .6rem;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #666
}

.recruit-box {
	overflow: hidden
}

.recruit-box .arrow {
	transition: .6s
}

.recruit-box .item {
	margin-bottom: 20px
}

.recruit-box .item-hd {
	background-color: #f7f7f7;
	padding: 0 22px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.8
}

.recruit-box .item-hd li {
	width: 50%;
	float: left;
	line-height: .8rem;
	position: relative
}

.recruit-box .item-hd .tit {
	padding-left: 42px;
	background: url('../images/ic_user.png') no-repeat 0 center
}

.recruit-box .active .item-hd {
	background-image: -webkit-linear-gradient(right, #146ab3, #0077FF);
	color: #fff
}

.recruit-box .active .item-hd .tit {
	background-image: url('../images/ic_user2.png')
}

.recruit-box .active .item-hd .arrow {
	color: #fff
}

.recruit-box .active .arrow {
	transform: rotate(180deg);
	display: inline-block
}

.recruit-box .arrow {
	float: right;
	font-size: 14px;
	color: #333
}

.recruit-box .item-bd {
	color: #666;
	display: none;
	padding: 20px 40px 30px;
	background: url('../images/team_bg.png') no-repeat right bottom;
	background-color: #f7f7f7
}

.recruit-box .item-bd dd {
	color: #666;
	line-height: 1.76
}

.recruit-box .item-bd dt {
	font-size: 16px;
	margin: 1.5em 0 1em
}

.recruit-box .item-bd dt .email {
	color: #0071bc
}
@media (max-width: 992px) {
	.join_box .ihd {
	    margin-top: .3rem;
	}
}
@media (max-width: 640px) {
	.recruit-box {
		border: 0;
		width: 100%
	}

	.recruit-box .item {
		width: 88vw;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto
	}

	.recruit-box .item-hd {
		padding: 10px 20px;
		font-size: 15px
	}

	.recruit-box .item-hd li {
		line-height: 30px;
		width: 100%;
		padding-left: 30px !important
	}

	.recruit-box .item-hd .tit {
		background-size: 15px;
		font-size: 17px
	}

	.recruit-box .item-bd {
		padding: 20px;
		color: #333
	}

	.recruit-box .item-bd dt {
		font-size: 16px
	}

	.recruit-box .item-bd dd {
		font-size: 16px
	}
}

@media (max-width: 640px) and (max-width:639px) {
	.recruit-box .item {
		width: 92vw
	}
}

/*联系我们*/
.contact_box {
	padding: .3rem 0 1rem
}

.contact_box .bd {
	margin-top: .5rem;
	border-radius: .8rem 0 .8rem 0;
	overflow: hidden
}

@media (min-width: 992px) {
	.contact_box .bd {
		display: flex;
		align-items: stretch
	}

	.contact_box .bd .content {
		width: 4.22rem;
		margin-right: 6px;
		min-height: 518px
	}

	.contact_box .bd .map {
		flex: 1
	}
}

.contact_box .content {
	background: #f4f4f7;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding: 106px 30px 40px
}

.contact_box .content .address {
	background: url('../images/ic_addr.png') no-repeat center 0;
	padding-top: 70px
}

.contact_box .content .code {
	margin-top: .6rem
}

.contact_box .content .code img {
	width: 128px;
	margin-bottom: 10px
}

@media (max-width: 992px) {
	.contact_box .ihd{
		margin-top: .3rem;
	}
	.contact_box .content {
		padding: 40px 20px
	}

	.contact_box .map {
		min-height: 7rem
	}
}

.contact_box .map {
	background: #fff
}

.BMap_cpyCtrl,
.anchorBL {
	display: none
}

#map label,
#map img {
	max-width: none;
	max-height: none
}

/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #0071bc;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #0071bc;
}

#pages li:hover a {
    color: #fff;
}

/* 公司简介 */

.gs_introduce {
	padding-top: 0.8rem;
	padding-bottom: 1rem
}

@media (max-width:1919px) and (min-width:1200px) {
	.vhd {
		font-size: 3vw
	}
}

@media (max-width:1200px) {
	.vhd {
		font-size: .5rem
	}
}
@media (min-width:1200px) {
	.gs_introduce .top {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.gs_introduce .top .content,
	.gs_introduce .top .img {
		width: 47%
	}
}

.gs_introduce .top h2 {
	margin-bottom: .3rem
}

.gs_introduce .top .txt {
	font-size: 16px;
	line-height: 2.1;
	color: #666
}

.gs_introduce .top .txt p+p {
	margin-top: 1em
}

@media (max-width:1360px) {
	.gs_introduce .top .txt {
		font-size: 14px;
		line-height: 1.8
	}
}

@media (max-width:1199px) {
	.gs_introduce .top .txt {
		margin-bottom: .5rem
	}
}

.gs_introduce .datas {
	display: flex;
	margin-top: .8rem;
	align-items: center
}

@media (min-width:640px) {
	.gs_introduce .datas {
		justify-content: space-between
	}

	.gs_introduce .datas .line {
		width: 1px;
		height: .76rem;
		background: #f8f8f8;
		display: block
	}
}

@media (max-width:639px) {
	.gs_introduce .datas {
		flex-wrap: wrap
	}

	.gs_introduce .datas .item {
		width: 48%;
		margin-bottom: .4rem
	}

	.gs_introduce .datas .item .val {
		margin-bottom: 4px
	}
}

.gs_introduce .datas .item .val {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	color: #d9251c;
	font-weight: bold;
	font-size: .4rem
}

.gs_introduce .datas .item .val em {
	font-size: .7rem
}

.gs_introduce .datas .item .val span {
	padding-left: 3px
}

.gs_introduce .datas .item .val * {
	display: block
}

.gs_introduce .datas .item .tit {
	font-size: 18px;
	padding-left: 4px
}

@media (max-width:640px) {
	.gs_introduce .datas .item .tit {
		font-size: 16px
	}
}

.gs_introduce .datas .item:nth-child(2) .tit,
.gs_introduce .datas .item:nth-child(3) .tit {
	padding-left: 10px
}


/* 企业理念 */
.gs_cultrue {
	background: url('../images/gsbg2.jpg') no-repeat center center;
	background-size: cover;
	color: #fff
}

@media (max-width:991px) {
	.gs_cultrue {
		padding: .8rem 0
	}

	.gs_cultrue h2 {
		margin-bottom: .6rem;
		text-align: center
	}
}

@media (min-width:992px) {
	.gs_cultrue h2 {
		margin-bottom: 1.2rem
	}

	.gs_cultrue .wrap {
		height: 7rem;
		position: relative;
		padding: 1rem 0 0
	}

	.gs_cultrue .bd {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 55
	}

	.gs_cultrue .bd .list {
		display: flex;
		align-items: flex-end;
		overflow: hidden
	}

	.gs_cultrue .item {
		flex: 1;
		border-left: 1px solid #fff;
		padding-left: .46rem;
		transition: .2s
	}

	.gs_cultrue .item * {
		transition: .2s
	}
}

@media (min-width:992px) {
	.gs_cultrue .item {
		padding-bottom: 1rem
	}
}

@media (max-width:991px) {
	.gs_cultrue .item {
		margin-bottom: .6rem
	}
}

.gs_cultrue .item h3 {
	font-size: .34rem;
	transition-delay: .1s
}

@media (max-width:992px) {
	.gs_cultrue .item h3 {
		font-size: 24px;
		margin-top: 7px
	}
}

@media (max-width:640px) {
	.gs_cultrue .item h3 {
		font-size: 18px
	}
}

.gs_cultrue .item .ic1 {
	background: url('../images/wx1.png') no-repeat center center
}

.gs_cultrue .item .ic2 {
	background: url('../images/wx2.png') no-repeat center center
}

.gs_cultrue .item .ic3 {
	background: url('../images/wx3.png') no-repeat center center
}

.gs_cultrue .item .icon {
	width: .74rem;
	height: .74rem;
	display: block;
	margin-bottom: .1rem;
	background-size: contain
}

.gs_cultrue .item .desc {
	font-size: 18px;
	line-height: 2.1;
	margin-top: .3rem
}

@media (min-width:992px) {
	.gs_cultrue .item .desc {
		width: 85%;
		transition-delay: .3s;
		max-width: 440px
	}
}

@media (min-width:992px) {
	.gs_cultrue .item .desc {
		height: 0;
		opacity: 0
	}
}

@media (max-width:768px) {
	.gs_cultrue .item .desc {
		font-size: 16px
	}
}

@media (max-width:480px) {
	.gs_cultrue .item .icon {
		width: 60px;
		height: 60px;
	}

	.gs_cultrue .item .desc {
		font-size: 14px
	}
}

@media (min-width:992px) {
	.gs_cultrue .active {
		flex: 1.5
	}

	.gs_cultrue .active .desc {
		opacity: 1;
		height: 1.2rem
	}
}

.gs_step {
	background: url(../images/fzbg.jpg) no-repeat center center;
	background-size: cover;
	padding: .8rem 0 1rem
}

.gs_step .bd {
	position: relative;
	z-index: 55
}

.gs_step .bd .pnext {
	position: absolute;
	width: .56rem;
	height: .56rem;
	border-radius: 50%;
	z-index: 555;
	margin-top: -0.6rem;
	background-color: rgba(0, 0, 0, 0.5)
}

.gs_step .bd .pnext::after {
	font-size: .18rem;
	color: #fff
}

.gs_step .bd .pnext:hover {
	background-color: #339139
}

.gs_step .bd .swiper-button-prev {
	left: -1rem
}

@media (max-width: 1920px) {
	.gs_step .bd .swiper-button-prev {
		left: -4vw
	}
}

@media (max-width: 480px) {
	.gs_step .bd .swiper-button-prev {
		left: -3vw
	}
}

.gs_step .bd .swiper-button-next {
	right: -1rem
}

@media (max-width: 1920px) {
	.gs_step .bd .swiper-button-next {
		right: -4vw
	}
}

@media (max-width: 480px) {
	.gs_step .bd .swiper-button-next {
		right: -3vw
	}
}

.swiper_step {
	text-align: center
}

.swiper_step li {
	min-height: 3.4rem;
	position: relative
}

.swiper_step .year {
	font-size: 3.4rem;
	line-height: 3.4rem;
	opacity: .4;
	color: #ccc;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 0;
	font-weight: bold;
	font-family: arial
}

@media (max-width: 640px) {
	.swiper_step .year {
		display: none
	}
}

.swiper_step .content {
	position: relative;
	z-index: 55;
	padding-top: .8rem
}

.swiper_step .content h5 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px
}

.swiper_step .content .txt {
	font-size: 16px;
	line-height: 30px;
	color: #666
}

.swiper_step .swiper-pagination {
    position: absolute;
    z-index: 10;
    bottom: 0;
    opacity: 0
}

.swiper_step_nav {
    width: 100%;
	border-top: 1px solid #eeeeee;
	margin-top: .5rem;
	font-size: 16px;
	position: relative;
	overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper_step_nav::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none
}

.swiper_step_nav::-webkit-scrollbar-thumb {
    background-color: #1c49e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none
}

.swiper_step_nav ul {
    display: flex;
}

.swiper_step_nav li {
    flex-shrink: 0;
	width: 11.1%;
	text-align: center;
	padding-top: 20px;
	cursor: pointer;
	color: #999;
	position: relative
}

.swiper_step_nav li::before {
	content: '';
	display: block;
	height: 2px;
	background-color: #339139;
	top: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 0;
	transition: .6s
}

@media (max-width: 768px) {
	.swiper_step_nav li {
		width: 80px
	}
}

.swiper_step_nav .active {
	color: #000
}

.swiper_step_nav .active::before {
	width: 70px
}

.gs_honor {
	padding: .8rem 0;
	/* background: #f9f9f9; */
}

.gs_honor .vhd {
	margin-bottom: .4rem
}

.gs_honor .swiper_honor {
	padding-bottom: .77rem;
	padding-top: 20px;
	position: relative;
	margin-left: -0.12rem;
	margin-right: -0.12rem
}

.gs_honor li {
	width: 25%
}

@media (max-width: 992px) {
	.gs_honor li {
		width: 33.33%
	}
}

@media (max-width: 991px) {
	.gs_honor li {
		width: 50%
	}
}

.gs_honor .inner {
	margin: 0 .12rem;
	background-color: #fbfbfb;
	padding: .42rem 12px 0;
	position: relative;
	transition: .6s
}

.gs_honor .inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #339139;
	transition: .6s;
	left: 0;
	bottom: 0
}

@media (min-width: 768px) {
	.gs_honor .inner:hover {
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transform: translateY(-10px)
	}

	.gs_honor .inner:hover::after {
		width: 100%
	}
}

.gs_honor .tit {
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin-top: .42rem;
	border-top: 1px solid #eeeeee
}

.gs_honor .tit span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

@media (max-width: 640px) {
	.gs_honor .tit {
		font-size: 14px;
		line-height: 50px
	}
}

.swiper_about_product {
	padding-bottom: .6rem;
	margin-left: -0.15rem;
	margin-right: -0.15rem;
	padding-top: .2rem;
	position: relative;
	margin-top: -0.2rem
}

@media (max-width:480px) {
	.swiper_about_product {
		margin-left: -0.1rem;
		margin-right: -0.1rem;
		padding-bottom: 40px
	}
}

.swiper_about_product li {
	width: 25%
}

.swiper_about_product li .product_inner {
	margin: 0 .15rem
}

@media (max-width:480px) {
	.swiper_about_product li .product_inner {
		margin: 0 .1rem
	}
}

@media (max-width:992px) {
	.swiper_about_product li {
		width: 33.33%
	}
}

@media (max-width:768px) {
	.swiper_about_product li {
		width: 50%
	}
}

.gs_responsibility{
	background: url('../images/zrbg.jpg') no-repeat center center;
	background-size: cover;
	padding: .5rem 0 
}

.gs_responsibility.odd{
	background: none;
}
.gs_responsibility .top {
	padding-bottom: .3rem
}

@media(min-width: 768px) {
	.gs_responsibility .top {
		display: flex;
		align-items: center;
	}

	.gs_responsibility .top .info {
		flex: 1
	}

	.gs_responsibility .top h2 {
		margin-right: .8rem
	}
}

.gs_responsibility .top h2 {
	font-size: .48rem;
	white-space: nowrap;
	margin-bottom: .3rem;
	font-family: medium;
	font-weight: 700
}
@media (max-width:1919px) and (min-width:1200px) {
	.gs_responsibility .top h2 {
		font-size: 3vw
	}
}

@media (max-width:1200px) {
	.gs_responsibility .top h2 {
		font-size: .4rem
	}
}

@media (max-width:480px) {
	.gs_responsibility .top h2 {
		font-size: 24px
	}
}

.gs_responsibility .top .info {
	line-height: 1.8
}

@media(min-width: 1280px) {
	.gs_responsibility .top .info {
		font-size: 16px
	}
}

@media(max-width: 1199px) {
	.gs_responsibility .top .info {
		line-height: 1.6
	}
}

.gs_responsibility .top .info p {
	margin-bottom: 1em
}

.gs_responsibility .bottom {
	display: flex;
	align-items: stretch
}

.gs_responsibility.odd .bottom{
	flex-direction: row-reverse;
}

.gs_responsibility .bottom .coverbox {
    width: 35%;
}


.gs_responsibility .bottom dl {
	flex: 1;
	margin-left: .3rem;
	margin-right: 0;
	background-color: #e9f7e8;
	padding: .5rem
}

.gs_responsibility.odd .bottom dl{
	margin-right: .3rem;
	margin-left: 0;
}

.gs_responsibility .bottom dl dt {
	font-size: .2rem;
	margin-bottom: .15rem
}

@media(max-width: 1680px) {
	.gs_responsibility .bottom dl {
		padding: .3rem
	}
}

@media(max-width: 1200px) {
	.gs_responsibility .bottom dl dt {
		font-size: 18px
	}
}

@media(max-width: 640px) {
	.gs_responsibility .bottom dl dt {
		font-size: 16px
	}
}

.gs_responsibility .bottom dl dd {
	line-height: 1.8;
	margin-bottom: .15rem;
}

@media(min-width: 1280px) {
	.gs_responsibility .bottom dl dd {
		font-size: 16px
	}
}

@media(max-width: 1199px) {
	.gs_responsibility .bottom dl dd {
		line-height: 1.6
	}
}

/* @media(max-width: 1360px) {
    .gs_responsibility .bottom .img {
        width:60%
    }
} */

@media(max-width: 768px) {
	.gs_responsibility .bottom {
		flex-direction: column;
	}
	.gs_responsibility.odd .bottom{
		flex-direction: column;
	}
    .gs_responsibility .bottom .coverbox {
        width:100%
    }
	.gs_responsibility .bottom dl {
		margin-left: 0
	}
	
	.gs_responsibility.odd .bottom dl{
		margin-right: 0;
	}
}

@media(max-width: 640px) {
	.gs_responsibility .top h2 {
		font-size: 24px;
	}

	
}