@import "../iconfont/iconfont.css";

.fyc {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}

.wrap {
	width: 88vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

.ver>* {
	display: inline-block;
	vertical-align: middle
}

.t {
	transition: .4s
}

.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 {
	color: #00a1e6
}

.bgc {
	background: #00a1e6
}

.cf {
	color: #fff
}

.c-red {
	color: red
}

.bg-red {
	background: red
}

.hv:hover {
	color: #00a1e6
}

.hv-f:hover {
	color: #fff
}

.hv-red:hover {
	color: red;
	color: #00a1e6
}

.bghover {
	transition: .4s;
	transition: all .4s ease 0s
}

.bghover:Hover {
	background: #00a1e6;
	color: #fff
}

.line {
	border: 1px solid #eaeaea
}

.line-b {
	border-bottom: 1px solid #eaeaea
}

.line-t {
	border-top: 1px solid #eaeaea
}

.trans {
	transition: .5s
}

.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
	}
}

.red {
	color: red
}

.ver>* {
	display: inline-block;
	vertical-align: middle
}

.hv-scale {
	overflow: hidden
}

.hv-scale img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .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)
}

.t,
.tran3 {
	transition: all .4s ease 0s
}

.t5 {
	transition: all .5s ease 0s
}

.table-cell {
	display: table;
	width: 100%
}

.table-cell>* {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.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
}

.c {
	color: #00a1e6
}

.bgc {
	background: #00a1e6
}

.hv:hover {
	color: #00a1e6
}

.hv-f:hover {
	color: #fff
}

.cover-box {
	position: relative;
	display: block;
	overflow: hidden
}

.cover-box .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.cover-box ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

@media (min-width:993px) {
	.cover-box:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.cover-box:hover .coverimg {
		transform: scale(1.05, 1.05)
	}
}

.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: 3
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.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)
}

.c-red {
	color: #00a1e6
}

.cItem {
	display: none
}

.cItem.active {
	display: block
}

@keyframes downico {
	0% {
		left: 0;
		opacity: 1
	}

	35% {
		left: 50%;
		opacity: 0
	}

	65% {
		left: -50%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@keyframes downico2 {
	0% {
		left: 0;
		opacity: 1
	}

	35% {
		left: 50%;
		opacity: 0
	}

	65% {
		left: -50%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

.v-link {
	background: #00a1e6;
	border-radius: 2em;
	padding: .12rem .3rem;
	line-height: 1.2;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transition: all .4s ease 0s
}

@media (max-width:768px) {
	.v-link {
		padding: .2rem .5rem
	}
}

.v-link .ic-arr {
	width: 28px;
	height: 7px;
	display: inline-block;
	margin-left: 5px;
	position: relative
}

.v-link .ic-arr i {
	width: 28px;
	height: 7px;
	position: absolute;
	background-image: url('../images/arr.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	left: 0
}

@media (max-width:992px) {
	.v-link .ic-arr i {
		animation: downico 1.5s ease-out infinite
	}
}

.v-link:hover {
	color: #fff
}

.v-link:hover .ic-arr i {
	animation: downico 1.5s ease-out infinite
}

.v-link-line {
	border: 1px solid #fff;
	border-radius: 2em;
	padding: .15rem .3rem;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transition: all .4s ease 0s
}

@media (max-width:768px) {
	.v-link-line {
		padding: .2rem .5rem
	}
}

@media (max-width:480px) {
	.v-link-line {
		padding: .14rem .3rem;
		font-size: 12px
	}
}

.v-link-line .ic-arr {
	width: 28px;
	height: 7px;
	display: inline-block;
	margin-left: .1rem;
	position: relative
}

.v-link-line .ic-arr i {
	width: 28px;
	height: 7px;
	position: absolute;
	background-image: url('../images/arr.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
}

@media (max-width:992px) {
	.v-link-line .ic-arr i {
		animation: downico 1.5s ease-out infinite
	}
}

.v-link-line:hover {
	color: #fff;
	background: #00a1e6;
	border-color: #00a1e6
}

.v-link-line:hover .ic-arr i {
	animation: downico 1.5s ease-out infinite
}

.rbtn {
	width: .5rem;
	height: .5rem;
	transition: all .4s ease 0s;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.rbtn i {
	width: 28px;
	height: 100%;
	position: absolute;
	background-image: url('../images/arr.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	animation: downico 1.5s ease-out infinite
}

.rbtn2 {
	width: .48rem;
	height: .48rem;
	transition: all .4s ease 0s;
	border: 1px solid #00a1e6;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.rbtn2 i {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../images/arr3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-size: 28px
}

.rbtn2:hover {
	background: #00a1e6
}

.rbtn2:hover i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

@media (max-width:768px) {
	.rbtn2 {
		width: 30px;
		height: 30px
	}

	.rbtn2 i {
		left: 0;
		background-size: 60% auto
	}
}

.rbtn2.on {
	background: #00a1e6
}

.rbtn2.on i {
	animation: downico 1.5s ease-out infinite;
	background-image: url('../images/arr.png')
}

.medium {
	font-family: medium
}

.swiper-container {
	--swiper-theme-color: #1156A6
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .6s !important
}

.iconfont {
	color: inherit
}

.medium {
	font-family: medium
}

footer {
	background: #1156A6;
	position: relative;
	z-index: 55
}

footer a {
	color: #999;
	transition: all .4s ease 0s
}

footer a:hover {
	color: #00a1e6
}

footer a:hover {
	transform: translateX(5px)
}

footer .ft-head {
	padding: .3rem 0 .2rem;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

footer .ft-head img {
	width: 2.6rem;
	height: .8rem;
}

@media (max-width:1200px) {
	footer .ftnavs {
		padding: .64rem 0 .5rem
	}
}

@media (min-width:1200px) {
	footer .ft-top {
		display: flex;
		justify-content: space-between;
		padding: .6rem 0 1.1rem
	}
}

@media (min-width:992px) {
	footer .ftnavs {
		display: flex;
		justify-content: space-between;
	}
}

footer .navitem {
	line-height: 30px;
	padding-right: .8rem
}

@media (max-width:992px) {
	footer .navitem {
		padding-right: 0
	}
}

footer .navitem h4 {
	position: relative;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

footer .navitem .icon-jia {
	float: right;
	transition: .3s;
	display: none;
	margin-right: 10px
}

footer .navitem .info a {
	display: block;
	color: #fff;
	line-height: 30px
}

footer .ft-top .logo {
	width: 1.7rem;
	height: .56rem;
	background-image: url('../images/ft_logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
	margin-bottom: .42rem
}

.ft_contactitem h4 {
	position: relative;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.ft_contactitem .info p {
	color: #fff;
	line-height: 32px;
	padding-left: 30px;
	position: relative;
}

.ft_contactitem .info i {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 6px
}

.ft_contactitem .info .ic-addr {
	background-image: url('../images/ic_lx_1.png')
}

.ft_contactitem .info .ic-phone {
	background-image: url('../images/ic_lx_2.png')
}

.ft_contactitem .info .ic-email {
	background-image: url('../images/ic_lx_3.png')
}

.ft_contactitem .info .ic-tel {
	background-image: url('../images/ic_lx_4.png')
}

@media (max-width: 1200px) {
	.ft_contactitem {
		margin-bottom: .5rem;
	}
}

footer .ft-bottom {
	padding: 15px 0;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .3);
	font-size: 12px;
	line-height: 1.76
}

footer .ft-bottom a {
	color: #fff
}

footer .ft-bottom a:hover {
	color: #00a1e6
}

footer .ft-bottom .copyright>*>* {
	display: inline-block;
	vertical-align: middle
}

footer .ft-bottom .beian {
	margin-left: 5px;
	color: #fff
}

footer .ft-bottom .beian:hover {
	color: #00a1e6
}

@media (min-width:993px) {
	footer .ft-bottom .wrap {
		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
	}
}

@media (max-width:992px) {
	footer .ft-bottom {
		text-align: center;
		padding: .2rem 0
	}
}

@media (max-width:640px) {
	footer .ft-bottom .copyright {
		line-height: 1.8
	}

	footer .ft-bottom .copyright a {
		display: inline-block
	}
}

@media (max-width:992px) {
	footer .navitem {
		float: none;
		width: 100%
	}

	footer .navitem .icon-jia {
		display: block;
		color: #999
	}

	footer .navitem h4 {
		position: relative;
		border-bottom: 1px solid #e4e8ea;
		height: 46px;
		line-height: 46px;
		margin: 0
	}

	footer .navitem .info {
		display: none;
		padding: 10px 30px;
		line-height: 2
	}

	footer .navitem.active .iconfont {
		transform: rotate(135deg)
	}
}

.menu_btn_wrap {
	height: 80px;
	position: relative;
	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
}

@media (max-width:768px) {
	.menu_btn_wrap {
		height: 60px
	}
}

.menu_btn {
	width: 50px;
	height: 60px;
	z-index: 101;
	cursor: pointer;
	left: 50%;
	top: 50%;
	position: absolute;
	transform-origin: center center;
	transform: translateY(-50%) translateX(-50%) scale(.8);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(.8);
	-moz-transform: translateY(-50%) translateX(-50%) scale(.8);
	-ms-transform: translateY(-50%) translateX(-50%) scale(.8);
	-o-transform: translateY(-50%) translateX(-50%) scale(.8)
}

.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	background: #666;
	left: 12px;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-o-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;
	width: 14px
}

.menu_btn.active i:nth-of-type(1) {
	-webkit-transform: rotate(225deg) translate(-7px, -7px);
	-moz-transform: rotate(225deg) translate(-7px, -7px);
	-ms-transform: rotate(225deg) translate(-7px, -7px);
	-o-transform: rotate(225deg) translate(-7px, -7px);
	transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
	opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
	-webkit-transform: rotate(-225deg) translate(0, 0);
	-moz-transform: rotate(-225deg) translate(0, 0);
	-ms-transform: rotate(-225deg) translate(0, 0);
	-o-transform: rotate(-225deg) translate(0, 0);
	transform: rotate(-225deg) translate(0, 0)
}

.menu_btn:hover i:nth-of-type(3) {
	width: 28px
}

.header {
	background: #fff;
	transition: all .4s ease 0s;
	width: 100%;
	z-index: 9999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.header.transparent {
	box-shadow: none
}

.header .hdinner {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
	z-index: 999;
	min-height: 80px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

@media (max-width:480px) {
	.header .hdinner {
		width: 92%
	}
}

.header .logo {
	display: block;
	width: 190px;
	height: 80px;
	background: url('../images/logo.png') no-repeat 0 center
}

@media (max-width:992px) {
	.header .hdinner {
		height: 80px
	}

	.header .logo {
		height: 80px
	}
}

@media (max-width:768px) {

	.header .hd-tool,
	.header .hdinner {
		min-height: auto;
		height: 60px
	}

	.header .logo {
		height: 60px;
		background-size: 80%
	}
}

@media (max-width:480px) {
	.header .logo {
		width: 160px
	}
}

.header.transparent:not(:hover) {
	background: url(../images/banner_cover.png) repeat-x 0 0;
	background-size: contain
}

.header.transparent:not(:hover) .menu_btn i {
	background: #fff
}

.header.transparent:not(:hover) .logo {
	background-image: url('../images/logo_f.png')
}

.header.transparent:not(:hover) .pc-menus .tit {
	color: #fff
}

.header.transparent:not(:hover) .hd-tool {
	color: #fff
}

.header.transparent:not(:hover) .hd-tool a {
	color: #fff
}

.header.transparent:not(:hover) .hd-tool .iconfont {
	color: inherit
}

.header:not(.transparent)+main {
	margin-top: 80px
}

@media (max-width:768px) {
	.header:not(.transparent)+main {
		margin-top: 60px
	}
}

.hd-tool {
	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: 80px;
	line-height: 80px;
	color: #333
}

.hd-tool .icon-down,
.hd-tool .txt {
	font-size: 14px;
	text-transform: uppercase
}

.hd-tool .item {
	display: inline-block;
	padding: 0 .1rem;
	cursor: pointer;
	vertical-align: middle
}

.hd-tool .item .iconfont {
	padding: 0 1px
}

.hd-tool .item:hover {
	color: #00a1e6
}

.hd-tool .item:hover .iconfont {
	color: #00a1e6
}

@media (max-width:768px) {
	.hd-tool {
		height: 60px;
		line-height: 60px
	}

	.hd-tool .item {
		padding: 0 4px
	}
}

.pc-menus {
	max-width: 850px;
	margin: 0 .8rem;
	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;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	text-align: left
}

.pc-menus li {
	text-align: center;
	transition: all .4s ease 0s;
	position: relative;
}

.pc-menus .tit {
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	display: block;
	transition: all .4s ease 0s;
	line-height: 80px;
	height: 80px;
	position: relative;
	text-transform: uppercase
}

.pc-menus .tit>.iconfont {
	font-size: 12px;
	margin-left: 5px
}

.pc-menus .tit::after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border: 0 solid transparent;
	border-bottom-color: #2497cc;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .4s ease 0s
}

.pc-menus .tit.active {
	color: #2497cc !important
}

.pc-menus li:hover .tit {
	color: #2497cc
}

.pc-menus li:hover .tit::after {
	border-width: .15rem
}

.pc-menus .tit-home.active::after,
.pc-menus li:hover .tit-home::after {
	width: 100%
}

@media (max-width:1400px) {
	.pc-menus .tit {
		font-size: 16px
	}
}

.hd-dropinfo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 100%;
	top: 100%;
	z-index: 555;
	background: #fff;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .4s ease 0s;
	min-width: 220px
}

.hd-dropinfo .inners {
	position: relative;
	z-index: 222;
	font-size: 16px;
	display: table;
	width: 100%;
	border-top: 4px solid #2497cc;
	height: 100%;
	transition: all .4s ease 0s;
	background: #fff
}

.hd-dropinfo .inners>* {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.hd-dropinfo .inners .navs,
.hd-dropinfo .inners .infobox {
	vertical-align: top
}

.hd-dropinfo .inners .navs {
	padding: .2rem 0;
	width: 196px;
	background-color: #f6f6f6
}

.hd-dropinfo .infobox {
	padding: .3rem;
	transition: all .4s ease 0s;
	text-align: left
}

.hd-dropinfo .infobox .title {
	font-size: .28rem;
	margin-bottom: .2rem;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.hd-dropinfo .infobox .title:hover {
	color: #2497cc
}

.hd-dropinfo .infobox .title .icon {
	width: .3rem;
	height: .3rem;
	display: block;
	margin-right: 12px
}

.hd-dropinfo .infobox .txt {
	color: #666;
	line-height: 22px;
	height: 66px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-align: left
}

.hd-dropinfo .infobox .v-link {
	margin-top: .5rem
}

.hd-dropinfo .sub-nav {
	padding-top: .2rem
}

.hd-dropinfo .sub-nav a {
	display: block;
	text-align: left;
	padding-left: 20px;
	position: relative;
	margin-bottom: .1rem;
	transition: all .4s ease 0s;
	color: #2497cc
}

.hd-dropinfo .sub-nav a::before {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #2497cc;
	position: absolute;
	top: 50%;
	z-index: 5;
	left: 0
}

.hd-dropinfo .inners .sub-nav a:hover em {
	border-bottom: 1px solid #2497cc
}

.hd-dropinfo .inners .sub-nav+.v-link {
	margin-top: .3rem
}

.hd-dropinfo .navs .item {
	line-height: 1.5;
	padding: 10px 0;
	margin-bottom: 10px;
	opacity: 1;
	transition: all .4s ease 0s;
	text-align: center;
	position: relative;
	display: block;
	white-space: nowrap;
	cursor: pointer;
}

.hd-dropinfo .navs .iconfont {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.hd-dropinfo .navs .item.active,
.hd-dropinfo .navs .item:hover {
	background: #fff;
	color: #2497cc;
	border-left-color: #2497cc
}

.pc-menus li:hover .hd-dropinfo {
	height: auto;
	overflow: visible;
	opacity: 1;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}

@media (max-width:1300px) {
	.pc-menus li:hover .navs .item {
		width: 100% !important;
		float: left !important
	}
}

.coverimg {
	position: relative;
	overflow: hidden
}

.coverimg ._bg {
	visibility: hidden;
	display: block;
	width: 100%
}

.coverimg .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .4s ease 0s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.coverimg:hover .cover {
	transform: scale(1.05)
}

.coverimg.contain {
	background-size: contain
}

main {
	overflow: hidden
}

.m-menus {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 60px;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 40px;
	font-size: 15px;
	z-index: 999;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

@media (min-width:768px) {
	.m-menus {
		top: 80px
	}
}

.m-menus .inner {
	height: calc(100vh - 50px);
	overflow-y: auto;
	border-top: 1px solid #e3e3e3;
	padding-bottom: 30px
}

.m-menus .hd-tel {
	text-align: center;
	display: block;
	margin: 50px 0 0
}

.m-menus .hd-tel .iconfont {
	font-size: 30px;
	margin-right: 10px;
	color: #000
}

.m-menus a {
	color: #333
}

.m-menus.active {
	right: 0
}

.m-menus ul {
	overflow-y: auto;
	border-bottom: 1px solid #e3e3e3
}

.m-menus .item:not(:first-child) {
	border-top: 1px solid #e3e3e3
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	position: relative
}

.m-menus .item .iconfont {
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color: #999;
	font-weight: bold;
	transition: .3s
}

.m-menus .item>a,
.m-menus h5 {
	display: block;
	padding: 0 8%;
	line-height: 54px;
	color: #333;
	position: relative;
	font-size: 16px
}

.m-menus h5 {
	text-transform: uppercase
}

.m-menus h5.active>* {
	color: #00a1e6
}

.m-menus .xs-dropinfo {
	display: none;
	background: rgba(0, 0, 0, 0.05);
	padding: 15px 9%;
	font-size: 14px
}

.m-menus .xs-dropinfo a {
	color: #666;
	display: block;
	line-height: 40px
}

.m-menus .trans {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.m-menus .open h5 {
	background: #00a1e6;
	border-top: 0
}

.m-menus .open h5 .iconfont {
	color: #fff
}

.m-menus .open h5 .iconfont::before {
	content: "\e625"
}

.m-menus .open h5>a,
.m-menus .open h5 p {
	font-weight: bold;
	color: #fff !important
}

.m-menus .xs-dropinfo dl.br {
	border-right: 1px solid #ccc
}

.m-menus .hd-tel {
	font-size: 26px;
	font-family: medium;
	color: #666
}

.hd-search-box {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px 5%;
	display: none;
	border-top: 4px solid #00a1e6
}

.hd-search-box .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;
	-webkit-box-pack: end;
	box-pack: end;
	-webkit-justify-content: end;
	justify-content: end
}

.hd-search-box form {
	border: 1px solid #00a1e6;
	max-width: 500px;
	display: block;
	position: relative;
	border-radius: 3px;
	width: 80%;
	min-width: 500px
}

.hd-search-box .key {
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	display: block
}

.hd-search-box .submit {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px solid #00a1e6;
	text-align: center;
	width: 50px;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	color: #00a1e6
}

.hd-search-box .submit .iconfont {
	font-size: 20px
}

.hd-search-box .submit:hover {
	background: #00a1e6;
	color: #fff
}

.hd-search-box .close {
	float: right;
	height: 40px;
	line-height: 42px;
	width: 60px;
	text-align: center;
	font-size: 20px;
	color: #333 !important
}

.hd-search-box .close:hover {
	color: #00a1e6
}

@media (min-width:993px) {
	.hd-search-box {
		top: 80px
	}
}

@media (max-width:768px) {
	.hd-search-box {
		top: 50px
	}

	.hd-search-box .inner {
		float: none;
		width: 100%
	}

	.hd-search-box form {
		min-width: auto;
		width: 90%
	}

	.hd-search-box .close {
		position: relative
	}
}

@media (max-width:480px) {
	.hd-search-box {
		bottom: 0;
		height: auto
	}
}

.pagination {
	text-align: center;
	margin-top: .3rem;
	display: block
}

.pagination.s2 li span,
.pagination.s2 li a {
	border: 1px solid #dedede;
	border-radius: 2px !important
}

.pagination.s2 .active span {
	border: 1px solid #00a1e6 !important
}

.pagination li {
	margin: 0 5px
}

@media (max-width:480px) {
	.pagination li {
		margin: 0 2px
	}

	.pagination li>* {
		padding: 5px 12px
	}
}

.pagination .active>a,
.pagination .active>span,
.pagination .active>a:hover,
.pagination .active>span:hover,
.pagination .active>a:focus,
.pagination .active>span:focus {
	background: #00a1e6;
	color: #fff;
	border: 0
}

.pagination li>a,
.pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #333;
	border-radius: 0 !important;
	border: 0;
	background: #fdfdfd;
	padding: 10px 15px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999
}


.pnext-box .swiper-button-prev,
.pnext-box .swiper-button-next {
	top: 0;
	margin-top: 0
}

.vcrumbs {
	padding: .3rem 0 !important
}

.index_banner {
	position: relative;
	overflow: hidden;
	height: 9rem;
	width: 100vw;
	max-height: calc((100vh - 80px))
}

@media (max-width: 480px) {
	.index_banner {
		height: 45vh
	}
}

.index_banner .swiper-pagination {
	bottom: .4rem
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: .06rem;
	height: .06rem;
	margin: 0 .16rem;
	position: relative
}

.index_banner .swiper-pagination .swiper-pagination-bullet::after {
	content: "";
	width: .06rem;
	height: .06rem;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: .6s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff !important
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active::after {
	width: .3rem;
	height: .3rem
}

.index_banner li {
	position: relative;
	width: 100vw;
	overflow: hidden
}

.index_banner li .link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6
}

.index_banner video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 5
}

.index_banner .bg {
	display: block;
	height: 100%;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100vw
}

.index_banner .bg img {
	visibility: hidden
}

.index_banner .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 55;
	top: 52%;
	width: 88vw;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
	color: #fff;
	text-align: center
}

@media (max-width: 639px) {
	.index_banner .content {
		width: 92vw
	}
}

@media (min-width: 768px) {}

.index_banner .content .inner {
	max-width: 1200px;
	margin: 0 auto
}

.index_banner .content h3 {
	font-size: .55rem;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-bottom: .15rem
}

.index_banner .content .en {
	font-size: .28rem
}

@media (max-width: 768px) {
	.index_banner .content h3 {
		font-size: .42rem
	}

	.index_banner .content .en {
		font-size: .24rem
	}
}

.index_banner video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.index_banner .swiper-slide-active .bg {
	transform: scale(1)
}

.iabout {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	background: url(../images/bg_1.jpg) no-repeat center #fff;
	background-size: cover;
	position: relative
}

.iabout .wrap {
	position: relative;
	z-index: 5
}

.iabout .top {
	margin-left: -0.55rem;
	margin-right: -0.55rem
}

.iabout .top>* {
	padding-left: .55rem;
	padding-right: .55rem
}

.iabout .videobox {
	position: relative;
	width: 100%;
	text-align: left
}

.iabout .videobox .bg {
	width: 100%;
	display: block
}

.iabout .videobox video {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover
}

.iabout .videobox .ic-play {
	width: 100%;
	height: 100%;
	background-image: url('../images/play2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.02rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 55;
	cursor: pointer;
	transition: all .4s ease 0s
}

.iabout .videobox .ic-play:hover {
	background-image: url('../images/play2.png')
}

.iabout h2 {
	margin-bottom: .36rem
}

.iabout .info {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-bottom: .4rem
}

@media (max-width: 992px) {
	.iabout .videobox {
		margin-top: .5rem;
	}
}

.cdata {
	margin-top: .8rem
}

.cdata li {
	position: relative;
	width: 20%;
	padding-right: .5rem
}

.cdata b {
	font-size: .6rem;
	line-height: 1.2;
	color: #1156A6;
	position: relative;
}

.cdata span {
	font-size: .3rem;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: -.25rem;
}

.cdata .desc {
	font-size: 16px;
	color: #1156A6
}

@media (min-width: 769px) {
	.cdata {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (max-width: 1200px) {
	.cdata li {
		text-align: center;
	}

	.cdata b {
		font-size: .5rem
	}
}

@media (max-width: 768px) {
	.iabout {
		padding-bottom: .5rem;
	}

	.cdata {
		overflow: hidden
	}

	.cdata li {
		width: 25%;
		float: left;
		margin-bottom: .5rem
	}

	.cdata li b {
		font-size: 36px;
		display: block;
		margin-bottom: 5px
	}

	.cdata span {
		font-size: 24px;
		right: .5rem;
	}

	.cdata li .desc {
		font-size: 14px
	}

}

@media (max-width: 480px) {
	.iabout .info {
		font-size: 14px;
	}

	.cdata li {
		width: 50%;
	}

	.cdata li:nth-child(2n+1) {
		clear: both
	}
}

.vhd {
	margin-bottom: .36rem;
	color: #1156A6;
}

.vhd .en {
	font-size: .5rem;
	text-transform: uppercase;
	line-height: .6rem;
	font-weight: bold;
	position: relative;
	display: inline-block
}

.vhd h2 {
	font-size: .5rem;
	font-weight: bold;
}

.vhd._white * {
	color: #fff
}

@media (max-width: 480px) {
	.vhd .en {
		font-size: 26px
	}

	.vhd h2 {
		font-size: 22px
	}
}

.iproducts {
	/* padding: 1rem 0; */
	position: relative;
}

.iproducts .subTit {
	position: absolute;
	width: 14.4rem;
	height: 1.05rem;
	left: 25%;
	top: .5rem;
	z-index: 1;
}

@media (max-width: 1440px) {
	.iproducts .subTit {
		width: 11.4rem;
		height: .83rem;
	}
}

.iproducts .bd {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}

.iproducts .bd .item {
	margin: .1rem .1rem 0 0;
	position: relative
}

.iproducts .bd .lbox .top {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}

.iproducts .bd .lbox .bottom {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}

.iproducts .bd .rbox .item {
	margin-right: 0;
}

.iproducts .info {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 55;
	color: #fff;
	background-color: rgba(17, 86, 166, .6);
	padding: .1rem .2rem;
	display: flex;
	align-items: center;
}

.iproducts .info .title {
	font-size: 24px;
	color: #fff;
	flex: 1;
}

.iproducts .info .more {
	margin-top: 0px;
	color: #fff;
	overflow: hidden
}

@media (max-width: 767px) {
	.iproducts .info .more {
		display: none
	}
}



@media (max-width: 768px) {
	.iproducts .bd {
		flex-direction: column;
	}

	.iproducts .info .title {
		font-size: 18px
	}
}


@media (max-width: 480px) {
	.iproducts .info .title {
		font-size: 14px;
	}
}

@media (min-width: 768px) {

	.iproducts .item:hover .coverimg {
		transform: scale(1.15)
	}
}

.inhonors {
	padding: 1rem 0
}

.inhonors-swiper .hd {
	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;
	margin-bottom: .6rem
}

.inhonors-swiper .vhd {
	margin-bottom: 0;
}

.inhonors-swiper .pnext-box {
	position: relative;
	width: 1.1rem;
	height: .5rem
}

.inhonors-swiper .pnext-box i {
	font-style: normal;
	width: .5rem;
	height: .5rem;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #1156A6;
	transition: all .4s ease 0s
}

.inhonors-swiper .pnext-box i::after {
	font-size: 20px;
}

.inhonors-swiper .pnext-box i:hover {
	background: #1156A6;
	color: #fff;
}

.inhonors-swiper .pnext-box .swiper-button-prev {
	left: 0
}

.inhonors-swiper .pnext-box .swiper-button-next {
	right: 0
}

.inhonors-swiper ul {
	margin-left: -0.1rem;
	margin-right: -0.1rem
}

.inhonors-swiper li {
	width: 16.66%
}

@media (max-width: 1360px) {
	.inhonors-swiper li {
		width: 100%
	}
}

.inhonors-swiper .inner {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin: 0 .1rem
}

@media (max-width: 640px) {
	.pnext-box *:after {
		font-size: 14px !important
	}
}

.inmarket {
	height: 8.14rem;
	background: url(../images/market.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 1rem 0;
	position: relative;
}

/* .inmarket .img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
} */

.inmarket .vhd {
	margin-bottom: 1rem;
}

.inmarket .bd {
	display: flex;
}

.inmarket .bd .item {
	font-size: 16px;
	color: #3A3A3A;
	line-height: 32px;
	margin-right: .28rem;
}

@media (max-width: 640px) {
	.inmarket .bd .item {
		font-size: 14px;
		line-height: 28px;
	}
}

.ihd {
    font-size: .32rem;
    position: relative;
    padding-bottom: .16rem;
    font-weight: bold
}

.ihd.upper {
    text-transform: uppercase
}

.ihd::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 3px;
    background: #1156A6;
    bottom: 0;
    left: 0;
    transition: all .4s ease 0s
}

.ihd:hover::after {
    width: 2rem
}

@media (max-width: 640px) {
    .ihd {
        font-size:22px
    }
}

.ihd.center {
    text-align: center
}

.ihd.center::after {
    left: 50%;
    transform: translateX(-50%)
}

.banner {
	position: relative;
	height: 5rem;
	max-height: 100vh;
	overflow: hidden
}

.banner.good2 .textbox {
	text-align: center;
	width: 100%
}

.banner ._bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
	left: 0;
	top: 0;
	transition: 3s ease-in-out
}

.banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	position: absolute
}

.banner ._bg.animated {
	transform: scale(1)
}

.banner .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	width: 88vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	max-width: 1600px;
	z-index: 55
}

.banner .textbox {
	color: #fff;
	text-align: center;
	max-width: 100%
}


.banner h5 {
	font-size: .6rem;
	font-weight: bold;
	line-height: 1.1;
	padding-bottom: .2rem;
	display: inline-block;
	text-transform: uppercase;
	-webkit-filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.25))
}

.banner .en {
	font-size: 24px;
	line-height: 1.3
}

@media (max-width:1200px) {
	.banner h5 {
		font-size: .56rem
	}
}

@media (max-width:640px) {
	.banner {
		height: 260px
	}

	.banner .textbox {
		padding: .3rem .1rem;
		line-height: 34px
	}

	.banner .textbox .en {
		font-size: 16px
	}

	.banner .textbox h5 {
		font-size: 30px
	}
}

.crumbs-box {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	font-size: 16px;
	position: relative;
	z-index: 5
}

.crumbs-box .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;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative
}

.crumbs-box .inner::before {
	content: '';
	display: block;
	position: absolute;
	width: 40vw;
	right: 100%;
	background: #1156A6;
	height: 100%;
	top: 0
}

.crumbs-box nav {
	position: relative;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.crumbs-box nav h2 {
	height: .8rem;
	line-height: .8rem;
	text-transform: uppercase;
	background: #1156A6;
	color: #fff;
	margin-right: .3rem;
	position: relative;
	padding-right: 1rem;
	cursor: pointer
}

@media (max-width:640px) {
	.crumbs-box nav h2 {
		height: 1rem;
		padding-right: .5rem;
		padding-left: 0;
		margin-right: .1rem
	}
}

.crumbs-box nav h2 i {
	font-size: 12px;
	position: absolute;
	right: .2rem;
	top: 50%;
	transform: translateY(-50%);
	color: #fff
}

.crumbs-box h2 {
	line-height: 1.4 !important;
	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
}

.crumbs-box nav h4 {
	color: #1156A6
}

@media (max-width:768px) {
	.crumbs-box nav h4 {
		font-size: 14px
	}
}

.crumbs-box .dropinfo {
	background: #1156A6;
	padding: 20px 0;
	color: #fff;
	display: none
}

.crumbs-box .dropinfo a {
	color: #fff;
	display: inline-block;
	margin-right: .3rem;
	font-size: 16px;
	position: relative;
	padding: 5px 0
}

.crumbs-box .dropinfo a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 0;
	transition: all .4s ease 0s;
	opacity: .8
}

.crumbs-box .dropinfo a:hover::after,
.crumbs-box .dropinfo .active::after {
	width: 100%
}

@media (max-width:768px) {
	.crumbs-box .dropinfo a {
		margin-bottom: 5px
	}
}

.crumbs {
	color: #999
}

.crumbs .icon-shouye {
	color: #1156A6;
	font-size: 18px
}

.crumbs a {
	color: #999
}

.crumbs a:hover {
	color: #1156A6
}

.crumbs .icon-right {
	font-size: 14px;
	padding: 0 5px
}

.crumbs.s2 {
	height: auto;
	line-height: 1.5;
	padding: .26rem 0
}

.company_box {
    padding-bottom: 1.2rem;
    background: url(../images/logobg.png) no-repeat right bottom;
    background-size: 5.26rem
}

@media (max-width: 991px) {
    .company_box {
        padding-top:.9rem
    }
}

@media (min-width: 992px) {
    .company_box .content {
        display:flex;
        justify-content: space-between;
        padding: 1rem 0
    }

    .company_box .content .info,.company_box .content .img {
        width: 48%
    }

    .company_box .info {
        position: relative;
        overflow-y: auto
    }

    .company_box .info::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .company_box .info::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #1156A6
    }

    .company_box .info::-webkit-scrollbar-track {
        border-radius: 5px;
        background: rgba(0,0,0,0.05)
    }

    .company_box .info .inner {
        position: absolute;
        width: 96%;
        height: 100%;
        left: 0;
        top: 0
    }
}

@media (max-width: 991px) {
    .company_box .info {
        margin:.5rem 0 1rem
    }

    .company_box .info h2 {
        text-align: center
    }

    .company_box .info .more {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

.company_box .info h2 {
    font-size: .36rem;
    font-weight: bold
}

@media (max-width: 768px) {
    .company_box .info h2 {
        font-size:24px
    }
}

@media (max-width: 640px) {
    .company_box .info h2 {
        font-size:22px
    }
}

.company_box .info .txt {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin: .3rem 0
}

@media (max-width: 1360px) and (min-width:992px) {
    .company_box .info .txt {
        font-size:14px
    }
}

.company_box .info .txt p {
    margin-bottom: 1em
}

@media (max-width: 640px) {
	.company_box .info .txt {
	    font-size:14px
	}
}

.company_box .info .more {
    color: #1156A6;
    display: inline-block;
    padding: 4px 0;
    border-bottom: 2px solid #1156A6
}

.company_box .info .more:hover {
    color: #000;
    border-bottom-color: #000
}

.company_box .info .more i {
    font-size: 60%
}

.company_box .img {
    position: relative
}

.company_box .img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4)
}

.company_box .img .ic-play {
    width: .6rem;
    height: .6rem;
    background-image: url('../images/play.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    z-index: 55;
    cursor: pointer;
}

.company_box .datas {
    display: flex;
    flex-wrap: wrap
}

.company_box .datas dd {
    width: 25%;
    text-align: center;
    position: relative
}

.company_box .datas dd::before {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background-color: #eeeeee;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.company_box .datas dd:first-child:before {
    display: none
}

@media (max-width: 640px) {
    .company_box .datas dd {
        width:50%;
        margin-bottom: .5rem
    }

    .company_box .datas dd:nth-child(3)::before {
        display: none
    }

    .company_box .datas dd .val {
        font-size: 36px
    }

    .company_box .datas dd .tit {
        font-size: 15px
    }
}

.company_box .datas .val {
    color: #1156A6;
    font-size: .48rem
}

.company_box .datas .tit {
    font-size: 16px
}

.company_honor {
    padding: .5rem 0;
	background: #f9f9f9;
}

@media (max-width: 480px) {
    .company_honor .wrap {
        width:100vw
    }
	.company_honor .ihd {
	    margin-left: 6vw;
	}
}

.company_honor .swiper_honor {
    padding: .4rem 0 1.1rem
}

@media (max-width: 768px) {
    .company_honor .swiper_honor {
        padding-bottom:1.5rem
    }
}

.company_honor .swiper_honor li {
    width: 20%
}

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

@media (max-width: 480px) {
    .company_honor .swiper_honor li {
        width:60%
    }

    .company_honor .swiper_honor li .inner {
        margin: 0 10px
    }
}

.company_honor .swiper-slide-active .inner,.company_honor .swiper-slide-prev .inner,.company_honor .swiper-slide-next .inner {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 5
}

.company_honor .inner {
    background: #eee;
    text-align: center;
    position: relative;
    transition: .6s;
    padding: 0 0 .2rem
}

.company_honor .inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #1156A6;
    left: 0;
    bottom: 0;
    transition: .6s
}

.company_honor .inner .imgbox {
    padding: .6rem;
    display: block
}

@media (max-width: 1360px) {
    .company_honor .inner .imgbox {
        padding:.4rem
    }
}

.company_honor .inner .tit {
    line-height: .6rem;
    font-size: 16px;
    border-top: 1px solid #eeeeee;
    margin: 0 .2rem
}

@media (max-width: 1200px) {
    .company_honor .inner .tit {
        font-size:14px
    }
}

.company_honor .swiper-slide-active .inner {
    background: #fff;
    position: relative;
    z-index: 555
}

@media (min-width: 640px) {
    .company_honor .swiper-slide-active .inner {
        transform:scale(1.1)
    }
}

.company_honor .swiper-slide-active .inner::after {
    width: 100%
}

.company_honor .pnexts {
    width: 1.24rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 0;
    height: .6rem
}

@media (max-width: 640px) {
    .company_honor .pnexts {
        width:70px
    }

    .company_honor .pnexts .pnext {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

.company_honor .pnexts .swiper-button-prev {
    left: 0
}

.company_honor .pnexts .swiper-button-next {
    right: 0
}

.company_honor .pnext {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    z-index: 555;
    background-color: #eee;
    font-size: 14px;
    color: #333;
    font-weight: bold
}

.company_honor .pnext::after {
    font-size: inherit
}

.company_honor .pnext:hover {
    background-color: #1156A6;
    color: #fff
}

.product_box{
	padding: 1rem 0;
}
.product_list {
    margin-left: -0.15rem !important;
    margin-right: -0.15rem !important;
    padding-bottom: .4rem
}

.product_list>* {
    padding-left: .15rem !important;
    padding-right: .15rem !important;
    margin-bottom: .3rem
}

@media (max-width: 480px) {
    .product_list {
        margin-left:-0.1rem !important;
        margin-right: -0.1rem !important
    }

    .product_list>* {
        padding-left: .1rem !important;
        padding-right: .1rem !important;
        margin-bottom: .2rem
    }
}

.product_list._bgf .product_inner {
    background: #fff
}

.product_inner {
    background: #f8f8f8;
    text-align: center;
    padding: .5rem 16px;
    transition: .6s
}

@media (max-width: 480px) {
    .product_inner {
        padding:.5rem 8px
    }
}

@media (min-width: 1200px) {
    .product_inner:hover {
        box-shadow:0 6px 25px rgba(17,86,166,0.3);
        background: #fff
    }

    .product_inner:hover .more {
        background-color: #1156A6;
        color: #fff
    }

    .product_inner:hover .tit {
        color: #1156A6
    }
}

.product_inner .tit {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 16px 0 12px;
    font-size: 20px
}

@media (max-width: 1200px) {
    .product_inner .tit {
        font-size:18px
    }
}

@media (max-width: 480px) {
    .product_inner .tit {
        font-size:16px;
        margin: 14px 0 8px
    }
}

.product_inner .type {
    color: #999;
    margin-bottom: .36rem
}

.product_inner .more {
    border-radius: 2em;
    background-color: #ebebeb;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block
}

@media (max-width: 640px) {
    .product_inner .more {
        width:120px;
        height: 36px;
        line-height: 36px;
        text-align: center
    }
}

.product_top_box {
    padding: .66rem 0 .9rem
}

.product_crumbs {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product_crumbs .return {
    line-height: .6rem;
    border-radius: 2em;
    border: 1px solid #1156A6;
    color: #1156A6;
    width: 1.76rem;
    text-align: center
}

@media (min-width: 768px) {
    .product_crumbs .return {
        font-size:16px
    }
}

.product_crumbs .return:hover {
    background-color: #1156A6;
    color: #fff
}

@media (min-width: 1200px) {
    .product_top {
        display:flex;
        align-items: flex-start
    }

    .product_top .imgbox {
        width: 50%;
        margin-right: 7%
    }

    .product_top .content {
        flex: 1
    }
}

@media (min-width: 1200px) and (max-width:1360px) {
    .product_top .imgbox {
        width:45%;
        margin-right: 5%
    }
}

@media (max-width: 1199px) {
    .product_top .imgbox {
        max-width:700px;
        margin: 0 auto .6rem
    }
}

.product_top .imgbox {
    background: #fff;
    padding: .4rem;
	position: relative
}


.product_top .imgbox .ic-play {
    width: .6rem;
    height: .6rem;
    background-image: url('../images/play.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 55;
    cursor: pointer;
}

.product_top .content h1 {
    font-size: .32rem;
    font-weight: bold
}

@media (min-width: 1200px) and (max-width:1919px) {
    .product_top .content h1 {
        font-size:2.5vw
    }
}

@media (max-width: 1199px) {
    .product_top .content h1 {
        font-size:28px
    }
}

@media (max-width: 992px) {
    .product_top .content h1 {
        font-size:26px
    }
}

@media (max-width: 640px) {
    .product_top .content h1 {
        font-size:24px
    }
}

@media (max-width: 480px) {
    .product_top .content h1 {
        font-size:22px
    }
}

.product_top .content .desc {
    line-height: 2;
    font-size: 16px;
    color: #666;
    margin: .2rem 0 .4rem
}

@media (max-width: 480px) {
    .product_top .content .desc {
        font-size:15px
    }
}

.product_top dl {
    padding: .36rem 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: .76rem
}

.product_top dl dt {
    font-size: 18px;
    margin-bottom: .2rem
}

.product_top dl dd {
    display: flex;
    flex-wrap: wrap
}

.product_top dl dd p {
	font-size: .3rem;
    color: #1156A6;
    padding-left: .4rem;
    position: relative;
    margin-bottom: .1rem
}

.product_top dl dd p::before {
    content: '';
    display: block;
    width: .3rem;
    height: .3rem;
    background-image: url('../images/tel.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0
}

@media (max-width: 1360px) {
    .product_top .desc {
        margin-bottom:.2rem
    }

    .product_top dl {
        padding: .26rem 0;
        margin-bottom: .4rem
    }
}

.product_top .btns a {
    display: inline-block;
    width: 1.86rem;
    height: .63rem;
    line-height: .63rem;
    text-align: center;
    border-radius: 2em;
    font-size: 16px;
    font-weight: bold;
    background-color: #e5e5e5
}

@media (max-width: 992px) {
    .product_top .btns a {
        width:140px;
        height: 46px;
        line-height: 46px;
        text-align: center
    }
}

.product_top .btns .quote {
    /* margin-left: .2rem; */
    background-color: #1156A6;
    color: #fff
}

.product_top .btns a:hover {
    background: #000;
    color: #fff
}

.product_info_nav {
    border-bottom: 1px solid #eeeeee
}

.product_info_nav .wrap {
    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;
    font-size: 20px
}

.product_info_nav .wrap .item {
    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;
    line-height: 1rem
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    .product_info_nav .wrap .item {
        font-size:18px
    }
}

.product_info_nav .wrap a {
    display: inline-block;
    position: relative;
    text-align: center
}

.product_info_nav .wrap a::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #1156A6;
    left: 0;
    bottom: -1px
}

.product_info_nav .wrap a:hover {
    color: #1156A6
}

.product_info_nav .wrap a .ic1 {
    background: url('../images/cpnav1.png') no-repeat center center
}

.product_info_nav .wrap a .ic2 {
    background: url('../images/cpnav2.png') no-repeat center center
}

.product_info_nav .wrap a .ic3 {
    background: url('../images/cpnav3.png') no-repeat center center
}

.product_info_nav .wrap a .ic4 {
    background: url('../images/cpnav4.png') no-repeat center center
}

.product_info_nav .wrap a .ic5 {
    background: url('../images/cpnav5.png') no-repeat center center
}

.product_info_nav .wrap a .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    background-size: contain
}

.product_info_nav .wrap .active a::after {
    width: 100%
}

.product_info_nav .wrap .active a,.product_info_nav .wrap .item:hover a {
    color: #1156A6
}

.product_info_nav .wrap .active a .ic1,.product_info_nav .wrap .item:hover a .ic1 {
    background: url('../images/cpnavc1.png') no-repeat center center
}

.product_info_nav .wrap .active a .ic2,.product_info_nav .wrap .item:hover a .ic2 {
    background: url('../images/cpnavc2.png') no-repeat center center
}

.product_info_nav .wrap .active a .ic3,.product_info_nav .wrap .item:hover a .ic3 {
    background: url('../images/cpnavc3.png') no-repeat center center
}

.product_info_nav .wrap .active a .ic4,.product_info_nav .wrap .item:hover a .ic4 {
    background: url('../images/cpnavc4.png') no-repeat center center
}

.product_info_nav .wrap .active a .ic5,.product_info_nav .wrap .item:hover a .ic5 {
    background: url('../images/cpnavc5.png') no-repeat center center
}

.product_info_nav .wrap .active a .icon,.product_info_nav .wrap .item:hover a .icon {
    background-size: contain
}

.product_info_rec {
    padding: 1rem 0 1.1rem
}

.product_info_rec .info{
	font-size: 20px;
	line-height: 1.5;
	margin-top: .5rem;
}
@media (max-width: 480px) {
    .product_info_rec .info {
        font-size:15px
    }
}

.product_info_skill {
    padding: .8rem 0 .7rem
}

.product_info_skill .hd {
    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;
    margin-bottom: .36rem
}

.product_info_skill .hd h2 {
    margin-bottom: 0
}

.product_info_skill .tabNav {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
}

.product_info_skill .tabNav .item {
    background-color: #e5e5e5;
    line-height: .62rem;
    width: 1.88rem;
    font-size: 18px;
    text-align: center;
    cursor: pointer
}

@media (max-width: 768px) {
    .product_info_skill .tabNav .item {
        line-height:42px;
        font-size: 17px
    }
}

@media (max-width: 480px) {
    .product_info_skill .tabNav .item {
        line-height:38px;
        font-size: 16px
    }
}

.product_info_skill .tabNav .active {
    background-color: #d9251c;
    color: #fff
}

.product_info_skill table {
    width: 100%!important
}

.product_info_skill table td {
    font-size: 20px;
    padding: .3rem .5rem
}

@media (max-width: 1200px) {
    .product_info_skill table td {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .product_info_skill table td {
        font-size:16px;
        padding: .3rem
    }
}

@media (max-width: 480px) {
    .product_info_skill table td {
        font-size:15px;
        padding: .3rem .2rem
    }
}

.product_info_skill table tr:nth-child(2n+1) {
    background: #fff
}

.product_info_download {
    padding-top: .9rem
}

.product_info_download h2 {
    margin-bottom: .4rem
}

@media (min-width: 769px) {
    .download_list {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .download_list li {
        width: 48%
    }
}

.download_list li {
    background: #f8f8f8;
    margin-bottom: .5rem;
    font-size: 20px;
    line-height: 40px
}

@media (max-width: 1200px) {
    .download_list li {
        font-size:18px
    }
}

@media (max-width: 640px) {
    .download_list li {
        font-size:16px
    }
}

.download_list li a {
    padding: .27rem .3rem;
    display: flex;
    align-items: start
}

.download_list li a:hover {
    color: #d9251c
}

.download_list li .icon {
    color: #d9251c;
    margin-right: 10px;
    font-size: 120%
}

.download_list li .tit {
    flex: 1;
    display: block;
    margin-right: .2rem
}

.download_list li .download {
    font-size: 120%
}

.product_info_trade {
    padding: .4rem 0 1rem
}

.product_info_trade h2 {
    margin-bottom: .44rem
}

.application_product {
	padding-top: .5rem;
    padding-bottom: 1rem
}

.application_product .tc {
    padding-top: .3rem
}

.application_product .return {
    border-radius: 2em;
    border: 1px solid #d9251c;
    color: #d9251c;
    display: inline-block;
    width: 1.78rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: 16px
}

.application_product .return:hover {
    background-color: #d9251c;
    color: #fff
}

@media (max-width: 992px) {
    .application_product .return {
        width:150px;
        height: 46px;
        line-height: 46px;
        text-align: center
    }
}

@media (max-width: 480px) {
    .application_product .return {
        width:136px;
        height: 42px;
        line-height: 42px;
        text-align: center
    }
}

.swiper_about_product {
    padding-bottom: .6rem;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    padding-top: .8rem;
    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%
    }
}

/*新闻中心*/
.press-list-box {
    padding: 1rem 0 1.5rem
}

.press-list-box .ihd {
    margin-bottom: .38rem
}

.press-list {
    margin-left: -0.24rem/2;
    margin-right: -0.24rem/2
}

.press-list>* {
    padding-left: .24rem/2;
    padding-right: .24rem/2
}

.press-list.s2 {
    margin-left: -0.6rem/2;
    margin-right: -0.6rem/2
}

.press-list.s2>* {
    padding-left: .6rem/2;
    padding-right: .6rem/2
}

@media (max-width: 1200px) {
    .press-list.s2 {
        margin-left:-0.24rem/2;
        margin-right: -0.24rem/2
    }

    .press-list.s2>* {
        padding-left: .24rem/2;
        padding-right: .24rem/2
    }
}

.press-list li {
    margin-bottom: .3rem
}

@media (max-width: 992px) {
}

.press-item {
    margin-bottom: .24rem
}

.press-item .inner {
    border: 1px solid #e5e5e5;
    background: #fff
}

.press-item .inner:hover {
    box-shadow: 0 .1rem .1rem rgba(0,0,0,0.1)
}

.press-item .inner:hover .rbtn2 {
    background: #00a1e6
}

.press-item .inner:hover .rbtn2 i {
    animation: downico 1.5s ease-out infinite;
    background-image: url('../images/arr.png')
}

.press-item .info {
    padding: .3rem .24rem;
    height: 227px;
    position: relative
}

@media (max-width: 1200px) {
    .press-item .info {
        height:180px
    }
}

@media (max-width: 768px) {
    .press-item .info {
        height:auto;
        padding-bottom: .5rem
    }
}

.press-item .info .title {
    font-size: 24px;
    line-height: 26px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 52px;
    margin-bottom: 20px
}

.press-item .info .title:hover {
    color: #1156A6
}

@media (max-width: 1200px) {
    .press-item .info .title {
        font-size:20px;
        line-height: 24px;
        max-height: 48px
    }
}

.press-item .info .data .time {
    color: #999;
    text-transform: uppercase
}

.press-item .info .data .tag {
    color: #1156A6;
    display: inline-block;
    padding-right: .1rem
}

.press-item .rbtn2 {
    position: absolute;
    right: .24rem;
    bottom: .3rem
}

.hy-artile .arc-top {
    text-align: center;
    padding-bottom: .46rem;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    max-width: 1100px
}

.hy-artile .arc-top h1 {
    font-size: .36rem;
    margin: 0 0 .26rem;
    line-height: 1.3
}

.hy-artile .arc-top .data {
    color: #999
}

.hy-artile .arc-top .data .time {
    text-transform: uppercase
}

.hy-artile .arc-top .data .tag {
    color: #1156A6;
    padding-right: .1rem
}

@media (max-width: 640px) {
    .hy-artile .arc-top {
        padding-bottom:.4rem
    }
}

.hy-artile .wrap {
    position: relative;
    padding: .5rem 0 .9rem
}

.hy-artile .arc-bd {
    background: #fff;
    font-size: 16px;
    color: #666;
    position: relative
}

@media (max-width: 480px) {
    .hy-artile .arc-bd {
        font-size: 14px;
    }
}

.hy-artile .arc-content {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

@media (max-width: 768px) {
    .hy-artile .arc-content {
        width:100%
    }
}

.hy-artile article {
    line-height: 1.76
}

.hy-artile article p {
    margin-bottom: .3rem
}

.hy-artile article img {
    display: block;
    width: 100%
}

.hy-artile article video {
    width: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: .3rem
}

.arc-pnext {
    padding-top: .3rem;
    border-top: 1px solid #b2e3f7;
    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;
    line-height: 30px;
    font-size: 16px
}

.arc-pnext a {
    display: block
}

.arc-pnext a:hover {
    color: #1156A6
}

.arc-pnext a .ic-arr {
    width: 28px;
    height: 7px;
    background-image: url('../images/arr3.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    filter: grayscale(100%)
}

.arc-pnext a:hover .ic-arr {
    filter: grayscale(0%)
}

.arc-pnext .prev .ic-arr {
    transform: rotate(180deg)
}

.arc-pnext .list {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden
}

.arc-pnext .list .icon {
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: block;
    background-size: 24px
}

.arc-pnext .list:hover .icon {
    filter: drop-shadow(36px 0 #1156A6);
    position: relative;
    left: -36px
}

.contact_box{
	padding: 1rem 0;
}
.contact_box .bd {
	margin-top: .5rem;
}

@media (min-width: 992px) {
    .contact_box .bd {
        display:flex;
        align-items: stretch
    }

    .contact_box .bd .map {
        flex: 1
    }

    .contact_box .bd .content {
        width: 6.26rem
    }
}

.contact_box .bd .map {
    background: #000
}

@media (max-width: 991px) {
    .contact_box .bd .map {
        height:6rem
    }
}

.contact_box .bd .content {
    background: #1156A6;
    color: #fff;
    padding: .9rem .6rem 1.2rem .8rem
}

@media (max-width: 1200px) {
    .contact_box .bd .content {
        padding:.9rem .4rem 1rem .6rem
    }
}

.contact_box .bd .content dt {
    font-size: .36rem;
    margin-bottom: .5rem
}

@media (max-width: 768px) {
    .contact_box .bd .content dt {
        font-size:24px
    }
}

@media (max-width: 640px) {
    .contact_box .bd .content dt {
        font-size:22px
    }
}

.contact_box .bd .content .ic1 {
    background: url('../images/lx01.png') no-repeat center center
}

.contact_box .bd .content .ic2 {
    background: url('../images/lx02.png') no-repeat center center
}

.contact_box .bd .content .ic3 {
    background: url('../images/lx03.png') no-repeat center center
}

.contact_box .bd .content .ic4 {
    background: url('../images/lx04.png') no-repeat center center
}

.contact_box .bd .content .ic5 {
    background: url('../images/lx05.png') no-repeat center center
}

.contact_box .bd .content .ic6 {
    background: url('../images/lx06.png') no-repeat center center
}

.contact_box .bd .content .ic7 {
    background: url('../images/lx07.png') no-repeat center center
}

.contact_box .bd .content .icon {
    width: 24px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0
}

.contact_box .bd .content dd {
    margin-bottom: .2rem;
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    line-height: 30px
}



@media (max-width: 1200px) {
    .contact_box .bd .content dd {
        font-size:15px
    }
}

@media (max-width: 640px) {
    .contact_box .bd .content dd {
        padding-left:30px;
        font-size: 14px
    }

    .contact_box .bd .content dd .icon {
        width: 20px;
        height: 30px
    }
}

.form_box{
	padding: 0 0 1rem;
}

.form_box .row {
    margin-left: -0.19rem !important;
    margin-right: -0.19rem !important;
    padding-bottom: .3rem;
	padding-top: .5rem;
}

.form_box .row>* {
    padding-left: .19rem !important;
    padding-right: .19rem !important;
    margin-bottom: .38rem
}

.form_box .row li {
    margin-bottom: .3rem
}

.form_box input,.form_box textarea {
    background: #f8f8f8;
    border: 0;
    margin-bottom: 0;
    font-size: 16px
}

.form_box input {
    background: #f8f8f8;
    height: .68rem;
    padding-left: 20px
}

@media (max-width: 992px) {
    .form_box input {
        height:48px
    }
}

.form_box textarea {
    padding: 20px;
    height: 3.1rem
}

@media (max-width: 640px) {
    .form_box textarea {
        height:5rem
    }
}

.form_box .submit {
    width: 178px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 2em;
    background-color: #1156A6;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
    user-select: none
}

.form_box .submit:hover {
    opacity: .8
}

@media (max-width: 640px) {
    .form_box .submit {
        width:160px;
        height: 46px;
        line-height: 46px;
        text-align: center
    }
}

/*分页*/
#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: #1156A6;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #1156A6;
}

#pages li:hover a {
    color: #fff;
}
