@import "font.css";

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {
	display: block;
}
::-webkit-scrollbar-button:vertical:start:increment, 
::-webkit-scrollbar-button:vertical:end:decrement {
	display: none;
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal, 
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
	border-color: transparent;
	border-style: solid;
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
::-webkit-scrollbar-thumb {
	min-height: 28px;
	padding-top: 100px;
	background-color: rgba(0, 0, 0, .3);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
}
::-webkit-scrollbar-track:vertical, 
::-webkit-scrollbar-track:horizontal, 
::-webkit-scrollbar-thumb:vertical, 
::-webkit-scrollbar-thumb:horizontal {
	border-width: 0;
}
::-webkit-scrollbar-track:hover {
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-track:active {
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
.scrollbar-hover::-webkit-scrollbar, 
.scrollbar-hover::-webkit-scrollbar-button, 
.scrollbar-hover::-webkit-scrollbar-track, 
.scrollbar-hover::-webkit-scrollbar-thumb {
	visibility: hidden;
}
.scrollbar-hover:hover::-webkit-scrollbar, 
.scrollbar-hover:hover::-webkit-scrollbar-button, 
.scrollbar-hover:hover::-webkit-scrollbar-track, 
.scrollbar-hover:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

html, body {
	height: 100%
}
html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	font: 14px 'Inter', 'Roboto', 'Segoe UI', 'Source Han Sans SC', 'PingFang SC', 'Microsoft Yahei', 'Microsoft Jhenghei', 'Hiragino Sans GB', sans-serif;
	-webkit-font-smoothing: antialiased;
	/* -webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none; */
	overflow-x: hidden;
}
input::-webkit-search-cancel-button {
	display: none
}
button, input, select, textarea {
	vertical-align: middle;
	/* background: none; */
	border: none;
	margin: 0;
}
input[type=password], input[type=email], input[type=number], input[type=url], input[type=date], input[type=search], input[type=text], select, textarea, input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}
button, input[type=button], input[type=reset], input[type=submit], select {
	cursor: pointer;
}
input, textarea, select, button {
	outline: none;
}
button, input {
	line-height: normal;
}

select::-webkit-scrollbar {
	width: 8px;
}
select::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: rgba(0, 0, 0, .3);
}
select::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: yellow;
}
select {
	padding-right: 24px !important;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../images/arrow_down.svg") no-repeat right center;
	background-size: 15%;
	transition: all .3s ease-out;
}
textarea {
	resize: none;
}
button, input, select, textarea, body {
	font-size: 14px;
	color: #424242;
}
*, article, aside, audio, body, button, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul, video {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:focus {
	outline: none
}
*, :after, :before {
	box-sizing: border-box
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0
}
img::-moz-selection {
	background: 0 0
}
img::selection {
	background: 0 0
}
img::-moz-selection {
	background: 0 0
}
address, caption, cite, code, dfn, em, optgroup, th, var {
	font-style: inherit;
	font-weight: inherit
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-size: 100%;
	line-height: 1.4
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a, button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
	color: #333;
	text-decoration: none
}
a:hover, a:focus {
	color: #C21333;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
html {
	font-size: 100px !important;
	touch-action: none;
	touch-action: pan-y;
}
@media (max-width:1400px) {
	html {
		font-size: 90px !important
	}
}
@media (max-width:1200px) {
	html {
		font-size: 80px !important
	}
}
@media (max-width:992px) {
	html {
		font-size: 70px !important
	}
}
@media (max-width:768px) {
	html {
		font-size: 60px !important
	}
}
@media (max-width:480px) {
	html {
		font-size: 50px !important
	}
}
.cls:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.cls {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.b {
	font-weight: bold;
}
.iconfont {
	font-size: inherit;
}
.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
}
.fwbet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.wrap {
	width: 88%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto
}
.ver > * {
	display: inline-block;
	vertical-align: middle
}
.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
}
.bggray {
	background-color: #f8f8f8
}
.bgf {
	background: #fff
}
.c {
	color: #C21333
}
.bgc {
	background-color: #C21333
}
.cf {
	color: #fff
}
.hv:hover {
	color: #C21333
}
.hvf:hover {
	color: #fff
}
.hvbg0:hover {
	background: #101010;
	color: #fff
}
.bghover {
	transition: .3s
}
.bghover:Hover {
	background-color: #C21333;
	color: #fff
}
.l {
	border: 1px solid #dedede
}
.lb {
	border-bottom: 1px solid #dedede
}
.lt {
	border-top: 1px solid #dedede
}
.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: #101010;
	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)
}
.hv0:hover {
	color: #101010
}
.iconfont {
	font-size: inherit
}
@media (min-width:992px) {
	.coverbox._l .coverimg {
		width: 0%;
		transition: all .8s ease-in-out;
		background-position: 0 center;
		opacity: 0;
		background-position: left center;
		background-size: auto 100%
	}
	.coverbox._l.animated .coverimg {
		width: 100%;
		opacity: 1
	}
	.coverbox._r .coverimg {
		width: 0%;
		transition: all .8s ease-in-out;
		right: 0;
		left: auto;
		opacity: 0;
		background-position: right center;
		background-size: auto 100%
	}
	.coverbox._r.animated .coverimg {
		width: 100%;
		opacity: 1
	}
}
.cover-box ._bg {
	width: 100%
}
.uppercase {
	text-transform: uppercase !important
}
.vbox {
	padding-top: .6rem;
	padding-bottom: .6rem
}
.w1440 {
	width: 88%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width:640px) {
    .vbox {
        padding-top: .5rem;
        padding-bottom: .4rem;
    }
}
@media (min-width:1680px) {
	.w1440 {
		max-width: 1440px
	}
}
.bggray {
	background-color: #f8f8f8
}
.fadeIntop {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(30px)
}
.fadeIntop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	transition: all .3s ease 0s
}
.pt0 {
	padding-top: 0 !important
}
.c {
	color: #C21333
}
.swiper-pagination-bullet-active {
	background-color: #C21333 !important
}
.cItem:not(.active) {
	display: none
}
.bsBox {
	box-sizing: content-box
}
.bsBox > * {
	box-sizing: content-box
}
#totop {
	width: 50px;
	height: 50px;
	background: url("../images/top.png") no-repeat center center;
	background-color: #a8a8a8;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
	border-radius: 50%;
	transition: .3s;
	opacity: 0;
	transform: translateY(20px);
	z-index: 5555;
}
@media (max-width:640px) {
	#totop {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		background-size: 20px
	}
}
@media (min-width:768px) {
	#totop:hover {
		background-color: #C21333
	}
}
#totop.show {
	transform: translateY(0);
	opacity: 1
}
.layout {
	min-height: 100vh;
	position: relative
}
@media (min-width:1200px) {
	.layout header {
		width: 220px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		box-shadow: 5px 0 10px -5px rgb(0,0,0,0.05);
		z-index: 55
	}
	.layout main {
		margin-left: 220px
	}
}
@media (min-width:1200px) and (min-width:1680px) {
	.layout header {
		width: 260px
	}
}
@media (min-width:1200px) and (min-width:1680px) {
	.layout main {
		margin-left: 260px
	}
}
header .logo {
	display: block;
	height: 120px;
	background: url("../images/logo.svg") no-repeat center center;
	background-size: contain
}
@media (max-width:640px) {
	header.white .logo {
		width: 130px;
		height: 60px;
		background-image: url(../images/logo_w.svg) !important;
		margin-left: 12px;
	}
	header.white.bg {
		box-shadow: 0 1px 5px 0 rgb(0,0,0,0.15);
	}
	header.white.bg .logo, 
	header.white.open .logo, 
	header:not(.white) .logo {
		width: 130px;
		background-image: url(../images/logo_m.svg) !important;
	}
}
@media (min-width:1200px) {
	header {
		position: relative
	}
	header .head_wrap {
		height: 100vh;
		padding: .6rem 0 1rem
	}
	header .head_wrap .header_nav {	
		text-align: center;
	}
	header .head_wrap .header_nav .header_nav_list .drop_box .titbox {
		position: relative;
	}
	header .head_wrap .header_nav .drop_btn {
		cursor: pointer;
		padding-left: 8px;
	}
	header .logobox {
		height: 1.6rem
	}
}
@media (max-width:1200px) and (min-width:1199px) {
	header .head_wrap {
		padding-left: .3rem
	}
}
@media (max-width:1199px) {
	header {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		box-shadow: 0 1px 5px 0 rgb(0,0,0,0.15);
		padding: 0 5vw;
		z-index: 555;
	}
	header.white.bg {
		background: #fff;
	}
	header .head_wrap .logobox {
	    padding-left: 2%;
	}
	header.white:not(.open) .logo, header.white:not(.bg) .logo {
		background-image: url("../images/logo_m.svg")
	}
	header:not(.white) + main {
		padding-top: 120px
	}
	header .logo {
	    width: 170px;
	    height: 80px;
	    background-image: url("../images/logo_m.svg")
	}
	header.bg .logo {
		background-image: url("../images/logo_m.svg") !important
	}
	header.bg .menu_btn i {
		background: #101010 !important
	}
	header.white.open .logo, header.white.bg .logo {
		background-image: url("../images/logo.svg")
	}
	header .head_wrap {
		display: flex;
		height: 90px;
		justify-content: space-between;
		align-items: center;
		z-index: 555
	}
}
@media (max-width:1199px) and (max-width:1199px) and (max-width:992px) {
	header:not(.white) {
		background-color: #fff;
		box-shadow: 0 1px 5px 0 rgb(0, 0, 0, 0.15);
	}
}
@media (max-width:1199px) and (max-width:1199px) and (max-width:992px) {
	header.bg {
		background-color: #f8f8f8
	}
}
@media (max-width:640px) {
	header .head_wrap {
		height: 60px
	}
	header:not(.white) + main {
		padding-top: 60px
	}
}
header.open {
	background-color: #f8f8f8
}
header.open .header_nav {
	opacity: 1;
	left: 0
}
@media (max-width:1199px) {
	.header_nav {
		position: absolute;
		left: -100vw;
		top: 100%;
		width: 100vw;
		padding: 0 6vw;
		z-index: 555;
		overflow-y: auto;
		padding-bottom: 1rem;
		background-color: #f8f8f8;
		transition: .3s;
		opacity: 0;
		height: calc((100vh - 120px))
	}
}
@media (max-width:1199px) and (max-width:640px) {
	.header_nav {
		height: calc((100vh - 60px))
	}
}
.header_nav_list li.active .tit {
	color: #C21333;
}
@media (min-width:1200px) {
	.header_nav_list li .tit {
		line-height: .6rem;
		font-size: .17rem;
		font-weight: 400;
		color: #666
	}
	.header_nav_list li .tit:hover {
		color: #101010
	}
	.header_nav_list .drop_box:hover .tit {
		color: #101010
	}
	.header_nav_list .drop_box:hover .drop {
		display: block
	}
	.header_nav_list .drop {
		position: absolute;
		left: 100%;
		padding-top: 1.8rem;
		top: 0;
		bottom: 0;
		background: #fff;
		width: 120px;
		background-color: #f8f8f8;
		z-index: 555;
		transition: .3s;
		overflow: hidden;
		display: none;
		border-left: 1px solid #eee;
		box-shadow: 5px 0 10px -5px rgb(0,0,0,0.05);
	}
	.header_nav_list .drop dd {
		text-align: left;
		line-height: .6rem;
		padding: 0 .38rem;
		white-space: nowrap
	}
	.header_nav_list .drop a {
		font-size: 16px;
		color: #666;
		display: inline-block;
		line-height: 1.2;
		position: relative
	}
	.header_nav_list .drop a em {
		position: relative;
		z-index: 5
	}
	.header_nav_list .drop a::after {
		content: '';
		display: block;
		position: absolute;
		height: 6px;
		background-color: rgb(194,19,51,0.5);
		left: -10px;
		bottom: -1px;
		width: 0;
		z-index: 1;
		transition: .3s
	}
	.header_nav_list .drop a:hover {
		color: #101010
	}
	.header_nav_list .drop a:hover::after {
		width: calc((100% + 20px))
	}
}
@media (max-width:1199px) {
	.header_nav_list {
		padding-bottom: .5rem;
		padding-top: .5rem
	}
	.header_nav_list li {
		margin-bottom: 30px
	}
	.header_nav_list li.open .drop_btn::before {
		content: "\ec1f"
	}
	.header_nav_list .titbox {
		position: relative;
		display: flex;
		align-items: center
	}
	.header_nav_list .titbox .drop_btn {
		font-weight: bold;
		display: block
	}
	.header_nav_list .titbox a {
		flex: 1;
		margin-right: .2rem
	}
	.header_nav_list .tit {
		font-size: 16px;
		font-weight: bold
	}
	.header_nav_list dl {
		padding-left: .4rem;
		line-height: 2;
		margin-top: 10px;
		display: none
	}
	.header_nav_list dl a {
		font-size: 16px;
		padding: 8px 0 8px 20px;
		display: block;
		position: relative
	}
	.header_nav_list dl a::before {
		content: '';
		display: block;
		width: 6px;
		height: 2px;
		background: #101010;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		left: 0
	}
}
@media (max-width:1199px) and (max-width:480px) {
	.header_nav_list dl a {
		padding: 5px 0 5px 20px;
		font-size: 15px
	}
}
@media (min-width:1200px) {
	.head_bottom {
		position: absolute;
		bottom: .75rem;
		left: .4rem;
		right: .4rem
	}
}
@media (max-width:1200px) {
	.head_bottom {
		left: .3rem;
		right: .3rem
	}
}
@media (min-width:1200px) {
	.head_bottom .quote {
		font-size: 0.15rem;
		text-align: center;
		display: block;
		height: 44px;
		line-height: 44px;
		color: #fff;
		background-color: #C21333;
		margin-bottom: .3rem;
	}
	.head_bottom .quote:hover {
		background-color: #101010;
		color: #fff
	}
}
@media (max-width:1199px) {
	.head_bottom .quote {
		font-size: 0.32rem;
		font-weight: 600;
        text-align: center;
		display: block;
		text-transform: uppercase;
		line-height: 2;
		border-top: 1px solid #dedede;
		padding-top: .3rem;
		margin-bottom: .4rem
	}
}
/* .head_bottom .lang span {
	color: #999
}
.head_bottom .lang em {
	color: #999;
	display: inline-block;
	padding: 0 4px
}
.head_bottom .lang a {
	color: #101010
} */
.menu_btn {
	width: 50px;
	height: 50px;
	z-index: 101;
	cursor: pointer;
	transform-origin: center center;
	position: relative;
	display: block;
	top: -5px
}
.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	background: #101010;
	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)
}
header.white:not(.open) .menu_btn i {
	background: #fff
}
footer {
	background-color: #f8f8f8
}
footer .wrap {
	padding: .4rem 0 .35rem;
	color: #999
}
@media (min-width:992px) {
	footer .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
	}
	footer .wrap .txt {
		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;
		margin-right: 10%
	}
}
footer .wrap .txt a {
	color: #999;
	display: inline-block;
	padding: 0 10px
}
footer .wrap .txt a:hover {
	color: #101010
}
footer .txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7
}
footer .txt em {
	font-family: 'Roboto', 'Segoe UI';
	font-style:normal;
}
footer .txt img {
	width: 18px;
	height: 20px;
	margin-top: -5px;
	margin-right: -5px;
}
footer .icons .item {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #999;
	margin-left: 12px;
	border: 1px solid #c6c6c6;
	display: inline-block
}
footer .icons .item:first-child {
	margin-left: 0
}
footer .icons .item:hover {
	background: #101010;
	color: #fff;
	border-color: #101010
}
footer .icons .item:nth-child(1):hover {
	background: #F00;
	border-color: #F00;
}
footer .icons .item:nth-child(2):hover {
	background: #0866FF;
	border-color: #0866FF;
}
footer .icons .item:nth-child(3):hover {
	background: #1D9BF0;
	border-color: #1D9BF0;
}
@media (max-width:991px) {
	footer .icons {
		margin-top: .5rem
	}
}
@media (max-width:640px) {
    footer .icons {
		text-align: center;
        margin-top: .3rem;
    }
	footer .icons .item {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 16px;
        margin-left: 10px;
	}
	footer .txt img {
		display: none;
	}
}
.index-banner {
	text-align: center;
	background: #fff
}
.index-banner .content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative
}
.index-banner .content .txt {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	font-size: .43rem;
	width: 88%;
	line-height: 1.3;
	position: relative;
	z-index: 6
}
.index-banner .content .txt .paragraph {
	line-height: 1.3;
	margin-top: 4px;
	margin-bottom: 4px;
	text-shadow: 2px 2px 4px rgb(0,0,0,0.3);
}
@media (max-width:640px) {
    .index-banner {
        margin-top: -4px;
    }
	.index-banner .content {
	    background: url("../images/banner.jpg") no-repeat !important;
    }
	.index-banner .content .txt {
		font-size: 20px;
		line-height: 1.3
	}
}
.index-banner video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100vh;
	object-fit: cover;
	width: 100%;
	z-index: 5
}
.index-banner .bottom {
	width: 88%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto;
	padding: .66rem 0 .8rem
}
.index-banner .bottom .txt {
	font-size: 16px;
	margin-bottom: .38rem;
	line-height: 1.5
}
.index-banner .bottom .vbtn {
	padding: 0 30px
}
.vbtn {
	background-color: #C21333;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	height: 44px;
	line-height: 45px;
	min-width: 180px;
	padding: 0 32px;
}
.vbtn:hover {
	color: #fff;
	background-color: #101010
}
.vbtn.sendform {
    background-color: #101010;
}
.vbtn.sendform:hover {
    background-color: #C21333;
}
.vbtnl {
	display: inline-block;
    font-size: 0.14rem;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 25px;
    letter-spacing: 0.3px;
}
.vbtnl:hover {
	color: #fff;
    border: 1px solid #C21333;
	background-color: #C21333;
}
.hd36 {
	font-size: .36rem;
	line-height: 1
}
@media (max-width:1200px) {
	.hd36 {
		font-size: 26px
	}
}
@media (max-width:640px) {
	.hd36 {
		font-size: 24px
	}
}
.vhd {
	font-size: .32rem;
	line-height: 1.4;
    font-weight: 600;
	margin-bottom: .5rem;
}
@media (max-width:1200px) {
	.vhd {
		font-size: 24px
	}
}
@media (max-width:640px) {
	.vhd {
		font-size: 0.42rem;
	}
	.vbtn {
		font-size: 0.3rem;
        min-width: 150px;
		height: 0.8rem;
        line-height: 0.8rem;
	}
	.vbtnl {
		font-size: 0.26rem;
        height: 0.66rem;
        line-height: 0.66rem;
        padding: 0 0.3rem;
	}
	.index-banner .bottom {
	    padding: .5rem 0 .6rem;
	}
	.index-banner .bottom .txt {
	    font-size: 0.3rem;
        margin-bottom: .3rem;
	}
}
.index_product {
	padding: .7rem 0
}
.index_product .vhd {
	text-align: center
}
.index_product li .inner {
	background: #fff;
}
.index_product .vbtnl {
	max-width: 100%
}
@media (max-width:1680px) and (min-width:1200px) {
    .index_product .info .type {
        display: none;
    }
	.index_product .vbtnl {
		padding: 0 15px;
        height: .32rem;
        line-height: .3rem;
	}
}
@media (max-width:640px) {
	.index_product .vbtnl {
		font-size: 0.26rem;
        height: 0.66rem;
        line-height: 0.66rem;
		width: auto !important;
        padding: 0 0.3rem !important;
	}
}
.index_product .row {
	margin-left: -0.12rem !important;
	margin-right: -0.12rem !important
}
.index_product .row > * {
	padding-left: .12rem !important;
	padding-right: .12rem !important;
	margin-bottom: .24rem
}
@media (max-width:639px) {
	.index_product .row li {
		width: 100%
	}
}
.index_product .inner {
	padding: 0;
	display: flex;
	align-items: stretch;
    border: 1px solid #f1f2f3;
	justify-content: space-between;
	transition: .3s
}
.index_product .inner:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}
@media (max-width:1360px) and (min-width:1200px) {
	.index_product .inner {
		padding: .2rem;
	}
}
@media (max-width:992px) {
	.index_product .inner {
		padding: 0
	}
}
.index_product .info {
	position: relative;
    width: 40%;
    padding: 25px;
}
.index_product .info .tit {
	font-size: .18rem;
	font-weight: 500;
	/* text-transform: uppercase; */
    line-height: 1.3;
	margin-bottom: 15px;
}
.index_product .info .tit a:hover {
	color: #C21333;
}
.index_product .info .type {
	font-size: 13px;
    line-height: 1.6;
	color: #777;
}
.index_product .info .vbtnl {
    position: absolute;
    /* left: 0; */
    bottom: 25px;
    white-space: nowrap;
    width: 66%;
    padding: 0;
}
@media (max-width:992px) {
	.index_product .info .tit {
		font-size: 22px
	}
}
@media (max-width:640px) {
	.index_product .row > * {	
		margin-bottom: .3rem;
	}
	.index_product .info {
		width: 50%;
		font-size: 20px;
		padding: 15px;
	}
	.index_product .info .tit {
		font-size: 0.3rem;
		line-height: 1.3;
		letter-spacing: normal;
	}
	.index_product .info .type {
		display: none;
	}
	.index_product .info .vbtnl {
		bottom: 15px;
	}
}
.index_product .img {
	flex: 1
}
.index_product .coverimg {
	background-position: right bottom
}
.hvshadow {
	transition: .3s
}
.hvshadow:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}
.index_about {
	padding: .9rem 0
}
@media (min-width:992px) {
	.index_about .content {
		width: 100%;
		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
	}
	.index_about .lbox {
		width: 56%;
		padding: 0 6%
	}
	.index_about .rbox {
		width: 44%
	}
}
@media (max-width:991px) {
	.index_about .lbox {
		margin-bottom: .5rem
	}
}
.index_about .vhd {
	margin-bottom: .3rem
}
.index_about .vtxt {
	margin-bottom: .4rem
}
.index_about .vtxt p {
	margin-bottom: .2rem
}
.vtxt {
	font-size: 16px;
	color: #666;
	line-height: 1.9
}
.vtxt b {
	color: #404040;
	font-weight: 500 !important;
}
@media (max-width:1360px) {
	.index_about .vtxt {
		line-height: 25px;
		height: 200px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 8
	}
}
.index_about_datas {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 2px solid #101010;
	border-bottom: 2px solid #101010;
	margin-top: .8rem;
	padding: .4rem;
	text-align: center
}
@media (max-width:1280px) {
	.index_about_datas {
		padding: .4rem 0
	}
}
@media (max-width:991px) {
	.index_about_datas {
		flex-wrap: wrap;
		justify-content: flex-start
	}
	.index_about_datas li {
		width: 33.33%;
		padding: .3rem 0
	}
}
.index_about_datas .val {
	margin-bottom: .1rem
}
.index_about_datas .val b {
	font-size: .36rem;
	font-weight: normal;
}
.index_about_datas .val em {
	font-size: .3rem
}
.index_about_datas .unit {
	font-size: 16px;
	color: #666
}
@media (max-width:639px) {
    .index_about {
        padding: .56rem 0;
    }
	.index_about_datas li {
		width: 50%
	}
    .vtxt {
    	font-size: 0.3rem;
	    line-height: 1.6;
    }
}
/* Form */
.msgbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}
.msg-form {
	position: fixed;
	max-width: 800px;
	height: 500px;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	/* height: 80%; */
	overflow-x: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.m-msg-table {
	background: #F4F4F4;
	border-top: 5px solid #C21333;
	padding: 40px 50px 35px;
}
.formtitle {
	font-size: 24px;
	font-weight: 500;
	color: #333;
	padding-right: 60px;
	margin-bottom: 10px;
}
.form-text {
	font-size: 15px;
    line-height: 1.4;
	color: rgba(47, 47, 47, 0.7);
}
.msg-formtable {
	margin-top: 20px;
	border-top: 1px solid #D2D2D2;
	padding: 18px 0 0;
}
.input-item {
	position: relative;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 10px;
	color: #373737;
}
.name-tit em {
	font-style: normal;
	color: #d91921;
}
.quote-box {
	position: relative;
	background: #fff;
}
.quote-box span {
	position: absolute;
	width: 55px;
	top: 0;
	left: 0;
	height: 100%;
	background: #cacaca;
	text-align: center;
}
.quote-box span img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.quote-box input, .quote-box textarea, .quote-box select {
	font-size: 15px;
	height: 50px;
	width: 100%;
	padding: 10px 0;
	line-height: 1.4;
}
.quote-box textarea {
	height: 90px;
}
.quote-box select {
	background: url("../images/wicon20.png") right center no-repeat;
}
.sign-text {
	color: rgba(47, 47, 47, 0.7);
	font-size: 16px;
	padding-top: 20px;
}
.sign-text .check-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: -7px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #eee;
}
.sign-text.cur .check-icon {
	background: rgba(255, 255, 255, 0.8) url(../images/icon_star.png) 4px 3px no-repeat;
	background-size: 68%;
}
.contact-submit {
	margin-top: 28px;
	margin-bottom: 0;
}
.contact-submit input {
	display: block;
	width: 240px;
	height: 46px;
    line-height: 46px;
	font-size: 16px;
	color: #fff;
	background: #C21333; /* url("../images/titlebg.jpg") center 0 no-repeat */
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	letter-spacing: 1px;
}
.popclose-btn {
	width: 42px;
	height: 42px;
	background: #C21333;
	position: relative;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.popclose-btn:after, .popclose-btn:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 2px;
	left: 8px;
	top: 20px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popclose-btn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.request-quote h4 {
	height: 58px;
	background: #C21333;
	color: #fff;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
}
.request-quote .request-list {
	margin-top: 7px;
	background: #EEE;
	border-top: 5px solid #DB0F19;
}
.request-quote .request-list .reitem {
	position: relative;
	padding: 15px 40px 15px 50px;
	line-height: 24px;
	border-bottom: 1px solid #F4F4F4;
}
.request-quote .request-list .reitem:before {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #DB0F19;
	display: block;
	position: absolute;
	left: 25px;
	top: 28px;
}
.request-table {
	margin-top: 35px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #D7D7D7;
}
.request-table table {
	min-width: 640px;
	width: 100%;
}
.request-table thead tr {
	background: url("../images/wimg30.jpg") center 0 no-repeat;
	-moz-background-size: 100% 70px;
	-o-background-size: 100% 70px;
	background-size: 100% 70px;
	text-align: center;
}
.request-table thead tr td {
	height: 60px;
	color: #fff;
	font-size: 18px;
}
.request-table tbody tr td {
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 24px;
}
.formtitle {
	font-size: 26px;
	margin-bottom: 20px;
}
.msg-formtable ul li.li1 {
	margin: 0 -20px 18px;
}
.msg-formtable ul li.li1 .input-item {
	float: left;
	width: 50%;
	padding: 0 20px;
	margin-bottom: 0;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 15px;
}
.quote-box {
	padding-left: 75px;
}
.quote-box span {
	width: 60px;
}
.quote-box input, .quote-box textarea, .quote-box select {
	height: 50px;
}
.quote-box textarea {
	height: 88px;
}
@media (max-width:640px) {
	.index_about_datas .val b {
		font-size: 24px
	}
	.index_about_datas .unit {
		font-size: 14px
	}
	.msg-form {
		width: 99%;
		height: auto;
		padding: 25px 20px;
	}
	.m-msg-table {
		border-top: 4px solid #C21333;
	}
	.popclose-btn {
		width: 28px;
		height: 28px;
		right: 20px;
		top: 20px;
	}
	.popclose-btn:after, 
	.popclose-btn:before {
		width: 22px;
		left: 3px;
		top: 13px;
	}
	.formtitle {
		font-size: 0.42rem;
		margin-bottom: 15px;
	}
	.form-text {
		font-size: 0.27rem;
		line-height: 1.45;
	}
	.msg-formtable ul li:last-child {
		padding-top: 5px;
	}
	.msg-formtable ul li.li1 {
		margin: 0 -20px;
	}
	.msg-formtable ul li.li1 .input-item {
		width: 100%;
		padding: 5px 20px;
		margin-bottom: 5px;
	}
	.quote-box {
		padding-left: 50px;
	}
	.quote-box input, 
	.quote-box select {
		height: 40px;
	}
	.quote-box input, 
	.quote-box textarea, 
	.quote-box select {
		font-size: 0.28rem;
		line-height: 1.4;
	}
	.quote-box span {
		width: 40px;
	}
	.quote-box span img {
		width: 50%;
	}
	.sign-text {
		font-size: 0.28rem;
		padding-top: 15px;
	}
	.contact-submit {
		margin-top: 15px;
	}
	.contact-submit input {
		font-size: 0.28rem;
		width: 180px;
		height: 42px;
		line-height: 42px;
	}
}
.index_data {
	padding: 0.9rem 0 0.5rem;
	background: url("../images/earth.png") no-repeat left bottom;
	background-color: #f8f8f8;
	background-size: 35%
}
.index_data.npage {
	background: url("../images/earth.png") no-repeat left bottom;
	background-color: #fff;
	background-size: 35%
}
@media (max-width:991px) {
	.index_data {
		background-size: 80%
	}
}
@media (min-width:992px) {
	.index_data .wrap {
		display: flex
	}
	.index_data .titbox {
		width: 30%
	}
	.index_data ul {
		flex: 1
	}
	.index_data ul li {
		padding-left: 10%
	}
}
.index_data ul {
	display: flex;
	flex-wrap: wrap
}
.index_data ul li {
	width: 50%;
	margin-bottom: .7rem
}
.index_data ul li:nth-child(1) .icon {
	background: url('../images/earth_1.png') no-repeat;
	background-size: 100%;
}
.index_data ul li:nth-child(2) .icon {
	background: url('../images/earth_2.png') no-repeat;
	background-size: 100%;
}
.index_data ul li:nth-child(3) .icon {
	background: url('../images/earth_3.png') no-repeat;
	background-size: 100%;
}
.index_data ul li:nth-child(4) .icon {
	background: url('../images/earth_4.png') no-repeat;
	background-size: 100%;
}
.index_data ul .icon {
	width: 56px;
	height: 56px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}
.index_data ul .tit {
	font-weight: 500;
	font-size: 0.22rem;
	margin: 0.13rem 0 0.2rem ;
}
@media (max-width:991px) {
	.index_data ul {
		justify-content: space-between;
		padding-top: .5rem
	}
	.index_data ul .tit {
		font-size: 20px
	}
	.index_data ul li {
		width: 45%
	}
}
@media (max-width:480px) {
	.index_data {
		padding: 0.6rem 0;
	}
	.index_data ul {
		padding-top: 0;
	}
	.index_data ul li {
		width: 100%;		
		margin-bottom: .3rem;
	}
	.index_data ul .icon {
		float: left;
		width: 32px;
		height: 32px;
	}
	.index_data ul .tit {
		float: left;
		font-size: 18px;
		padding: 5px 10px;
		margin: 0;
	}
	.index_data ul li .vtxt {
		display: inline-block;
		padding-top: 10px;
		font-size: 15px;
		line-height: 1.7;
	}
}
.index_company {
	padding: 1rem 0
}
.base_list .vhd {
	margin-bottom: 0
}
@media (max-width:640px) {
	.base_list .item {
		margin-bottom: 0.5rem;
	}
	.base_list .item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width:768px) {
	.base_list .item {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
	.base_list .item .img {
		width: 50%
	}
	.base_list .item .info {
		width: 45%;
		padding-top: 0.5rem;
	}
	.base_list .item:first-child .info {
		padding-top: 0;
	}
	.base_list .item:nth-child(2n) .info {
		order: -1
	}
}
.base_list .info .txt {
	color: #666;
	line-height: 2;
	margin: .2rem 0;
}
.base_list .info .txt p {
	margin-bottom: 0.18rem;
}
@media (max-width:992px) {
	.base_list .info .txt {
		max-height: 132px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 6
	}
}
@media (max-width:768px) {
	.base_list .info .txt {
		max-height: 121px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 5;
		margin: .2rem 0 .3rem
	}
}
@media (max-width:767px) {
	.base_list .info {
		margin-top: .3rem
	}
}
.base_list h3 {
	position: relative;
	margin-bottom: 0
}
.base_list h3 span {
	position: relative;
	z-index: 5
}
.base_list h3 .id {
	color: #ebebeb;;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	font-size: 1.2rem;
	line-height: 1
}
@media (max-width:767px) {
	.base_list h3 .id {
		bottom: 1rem;
		left: .2rem
	}
}
.index_customer {
	padding: 1rem 0;
	background: url("../images/map.png") no-repeat center center;
	background-size: 80%;
	background-color: #f8f8f8
}
.index_customer .vhd {
	text-align: center
}
.index_customer_pic {
	padding: 20px 0;
	width: 218px
}
.index_customer_pic li {
	width: 100px
}
.index_customer_swiper {
	text-align: center
}
@media (max-width:640px) {
	.index_customer_swiper {
		padding-bottom: 1rem
	}
}
.index_customer_swiper .vtxt {
	max-width: 720px;
	margin: 0 auto;
	width: 70%
}
@media (max-width:640px) {
	.index_customer_swiper .vtxt {
		width: 100%
	}
}
.index_customer_swiper .rpnext {
	top: 0;
	margin-top: 10px
}
.index_customer_swiper .namebox {
	padding-top: 80px;
	margin-top: 46px;
	position: relative
}
.index_customer_swiper .namebox::before {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #101010;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 0
}
.index_customer_swiper .namebox .name {
	font-size: 20px;
	margin-bottom: 10px
}
.index_customer_swiper .namebox .site {
	font-size: 16px;
	color: #666
}
.index_partner {
	padding: 1rem 0;
	text-align: center
}
.index_partner .bd {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}
.index_partner .bd p {
	padding: .1rem .2rem
}
.index_partner .bd img {
	height: .8rem
}
.rpnext {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #333
}
.rpnext::after {
	display: none
}
.rpnext:hover {
	background: #101010;
	color: #fff
}
.index_contact {
	padding: 1rem 0;
	text-align: center;
	background: url("../images/contact.jpg") no-repeat center center;
	background-size: cover;
	color: #fff
}
.index_contact .txt {
	font-size: 0.26rem;
	font-weight: 300;
	margin: 0.3rem 0 0.6rem
}
.index_contact .vbtn {
	background: #C21333;
	color: #fff;
}
.index_contact .vbtn:hover {
	background-color: #fff;
	color: #101010
}
.crumbs {
	text-align: right;
	color: #999;
	letter-spacing: 0.5px;
    padding: .2rem 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dfdfdf;
}
.crumbs a {
	color: #999
}
.crumbs a:hover {
	color: #101010
}
.crumbs .iconfont {
	font-size: 12px
}
.product_main {
	padding-bottom: 0.8rem;
}
.product_main .head {
	margin-bottom: .42rem
}
@media (min-width:1200px) {
	.product_main .head {
		display: flex
	}
	.product_main .head .hd36 {
		margin-right: .6rem;
		white-space: nowrap
	}
	.product_main .head nav {
		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
	}
}
.product_main .head nav {
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	text-align: right
}
.product_main .head nav em {
	display: inline-block
}
.product_main .head nav a {
	color: #888;
	font-weight: 400;
	display: inline-block;
	margin: 0 .2rem
}
.product_main .head nav a:hover {
	color: #101010
}
.product_main .head nav em:last-child {
	display: none;
}
.product_main .head nav .ac {
	color: #101010;
	font-weight: 500;
}
@media (max-width:1680px) {
	.product_main .head nav a {
		margin: 0 .12rem
	}
}
@media (max-width:1199px) {
	.product_main .head nav {
		text-align: left;
		margin-top: .5rem
	}
	.product_main .head nav em {
		margin-right: .12rem
	}
	.product_main .head nav a {
		margin-left: 0
	}
}
@media (max-width:640px) {
    .product_main .head nav {
		font-size: 15px;
		margin-top: .25rem
	}
	.product_main .hd36 {
		padding-top: .5rem
	}
	.index_contact {
	    padding: 0.7rem 0 0.8rem;
	}
	.index_contact .txt {
		font-size: 14px;
	}
}
.product_list {
	margin-left: -0.125rem !important;
	margin-right: -0.125rem !important
}
.product_list > * {
	padding-left: .125rem !important;
	padding-right: .125rem !important;
	margin-bottom: .25rem
}
@media (min-width:992px) {
	.product_list li:nth-child(3n+1) {
		clear: both
	}
}
@media (max-width:991px) {
	.product_list li:nth-child(2n+1) {
		clear: both
	}
}
.product_list .item {
	margin-bottom: .5rem;
	text-align: center
}
.product_list .item .inner .coverbox:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}
.product_list .item .inner .info {
	padding-top: 5px;
}
.product_list .item .img {
	background: #fff;
	margin-bottom: .22rem;
}
.product_list .item .img .coverimg {
	width: 82%;
	height: 82%;
	left: 9%;
	top: 9%
}
.product_list .item .tit {
	font-size: .16rem;
	color: #666;
	line-height: 1.3
}
@media (max-width:1200px) {
	.product_list .item .tit {
		font-size: 16px
	}
}
@media (max-width:640px) {
    .product_main {
        padding-bottom: 0.6rem;
    }
    .product_list .item {
        margin-bottom: .3rem;
    }
    .product_list .item.repro:nth-child(3) {
        display: none;
    }
    .product_list .item .img {
        border: 1px solid #eee;
    }
	.product_list .item .tit {
        font-size: 0.28rem;
	}
    .product_list .item .inner .info {
        padding-top: 0 !important;
    }
}
@media (min-width:768px) {
	.banner {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-position: right center;
		position: relative
	}
	.banner ._bg {
		visibility: hidden
	}
	.banner .inner {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0
	}
	.banner .wrap {
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
		z-index: 5
	}
}
@media (max-width:767px) {
	.banner {
		padding: .35rem 0 .3rem;
	}
	.banner ._bg {
		display: none
	}
}
.banner h2 {
	color: #eee;
	font-size: .4rem;
	font-weight: 600;
}
@media (max-width:1200px) {
	.banner h2 {
		font-size: .4rem
	}
}
@media (max-width:640px) {
	.banner h2 {
		font-size: 22px;
		text-align: center;
	}
}
.banner .inner .wrap {
	text-transform: uppercase
}
@media (max-width:640px) {
	.banner .inner .wrap {
		font-size: .4rem
	}
	footer .txt {
	    font-size: 0.27rem;
	}
}
@media (max-width:767px) {
	.crumbs.hidden-xs + section {
		padding-top: .45rem
	}
}
.product_topper {
	padding-bottom: .6rem;
}
.product_topper .titbox.s1 {
	display: none;
	margin-bottom: .1rem
}
@media (max-width:1679px) and (min-width:769px) {
	.product_topper .titbox.s1 {
		display: block
	}
	.product_topper .titbox.s2 {
		display: none
	}
}
@media (min-width:992px) {
	.product_topper .content {
		display: flex;
		align-items: center
	}
	.product_topper .swiper {
		width: 50%;
		max-width: 700px
	}
	.product_topper .info_box {
		flex: 1;
		padding-left: 5%
	}
	.product_topper .swiper {
		position: relative
	}
}
@media (min-width:992px) and (max-width:1679px) {
	.product_topper .swiper {
		width: 40%
	}
}
@media (min-width:992px) and (min-width:1680px) {
	.product_topper .swiper {
		padding-left: 8%
	}
}
.product_topper .swiper-thumbs {
	max-width: 100px;
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0
}
@media (max-width:1679px) {
	.product_topper .swiper-thumbs {
		display: none
	}
}
.product_topper .swiper-thumbs li {
	height: 20%;
	opacity: .7;
	cursor: pointer;
}
.product_topper .swiper-thumbs .img {
	padding: 17%;
	background: #fff;
    border: 1px solid #eee;
}
.product_topper .swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1
}
.product_topper .swiper-img {
	text-align: center
}
@media (min-width:1680px) {
	.product_topper .swiper-img .swiper-pagination {
		display: none
	}
}
.product_topper .swiper-img li {
	background: #fff
}
.product_topper .swiper-img li img {
	width: 100%
}
@media (max-width:991px) {
	.product_topper .swiper-img {
		margin-bottom: .7rem
	}
}
.product_topper .titbox .desc {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: .1rem;
	margin-top: 10px
}
@media (min-width:1680px) {
	.product_topper .titbox.s2 .desc {
		min-height: 60px
	}
}
@media (max-width:1679px) {
	.product_topper .titbox .desc {
		line-height: 1.5;
		margin-bottom: .5rem
	}
}
.product_topper .info {
	font-size: 16px;
	line-height: 2;
	border-top: 1px solid #dfdfdf;
	padding-top: .3rem;
	margin-top: .4rem;
	margin-bottom: .6rem;
}
.product_topper .info_box .quote {
	width: 180px;
    float: left;
}
.product_topper .info_box .quote .vbtn {
	min-width: 160px;
	background: #c21333 url("../images/icon_quote.svg") no-repeat 30px 11px;
	background-size: 24px;
	letter-spacing: 0.5px;
    padding: 0 0 0 30px;
}
.product_topper .info_box .quote .vbtn:hover {
	background: #101010 url("../images/icon_quote.svg") no-repeat 30px 11px;
	background-size: 24px;
}
.product_topper .info_box .phone {
	display: inline-block;
	width: 200px;
    float: left;
}
.product_topper .info_box .phone .btn {
	background: #333 url("../images/icon_tel.svg") no-repeat 20px 10px;
	background-size: 24px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    height: 44px;
    line-height: 45px;
	letter-spacing: 0.5px;
    min-width: 180px;
	border-radius: 0;
    padding: 0 0 0 30px;
}
.product_topper .info_box .phone .btn:hover {
	background: #1B8755 url("../images/icon_tel.svg") no-repeat 20px 10px;
	background-size: 24px;
}
.product_topper dl {
	position: relative;
    font-size: 0.16rem;
    border-bottom: 1px dashed #ddd;
    padding: .16rem 0 0.15rem 2rem;
}
.product_topper dl dt {
	line-height: 2;
	letter-spacing: 0.3px;
	color: #999;
}
.product_topper dl dd {
    font-size: 0.15rem;
	line-height: 1.38;
	color: #666
}
.product_topper dl .tit {
	color: #999;
	width: 177px;
	display: inline-block
}
@media (min-width:640px) {
	.product_topper dl {
		padding-left: 1rem
	}
	.product_topper dl dt {
		position: absolute;
		left: 0;
		top: .1rem;
		font-weight: normal
	}
}
@media (max-width:1280px) {
	.product_topper dl {
		font-size: 14px;
		line-height: 1.3
	}
	.product_topper dl dd {
		line-height: 1.3
	}
	.product_topper dl .tit {
		width: 150px
	}
}
@media (max-width:1199px) {
    .product_topper .info  {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
}
@media (max-width:640px) {
    .product_topper .info {
        padding-bottom: 0;
        margin-top: .3rem;
        margin-bottom: .5rem;
    }
    .product_topper .quote {
        text-align: center;
    }
	.product_topper .info_box .quote {
		width: 145px;
		float: left;
	}
	.product_topper .info_box .quote .vbtn {
		font-size: 0.3rem;
		min-width: 130px;
		background: #c21333 url("../images/icon_quote.svg") no-repeat 23px 11px;
		background-size: 20px;
		letter-spacing: 0.5px;
		padding: 0 0 0 28px;
	}
	.product_topper .info_box .quote .vbtn:hover {
		background: #101010 url("../images/icon_quote.svg") no-repeat 23px 11px;
		background-size: 20px;
	}
	.product_topper .info_box .phone {
		display: inline-block;
		width: 130px;
		float: left;
	}
	.product_topper .info_box .phone .btn {
		background: #333 url("../images/icon_tel.svg") no-repeat 23px 10px;
		background-size: 20px;
		font-size: 0.3rem;
		height: 40px;
		line-height: 40px;
		padding: 0 0 0 30px;
	}
	.product_topper .info_box .phone .btn:hover {
		background: #1B8755 url("../images/icon_tel.svg") no-repeat 23px 10px;
		background-size: 20px;
	}
	.product_topper .swiper-img {
		text-align: center;
		margin-bottom: .5rem
	}
	.product_topper .content .titbox {
		text-align: center;
	}
	.product_topper dl {
		padding: 0.12rem 0 0.2rem;
	}
	.product_topper dl dt {
        font-size: 0.28rem;
        font-weight: 500;
    }
	.product_topper dl dd {
	    font-size: 0.28rem;
		line-height: 1.2;
	}
}
.production_main {
	color: #666;
	font-size: 0.16rem;
	line-height: 2;
    background: #fff;
    border: 1px solid #eee;
	padding: .5rem;
}
.production_main.base {
	margin-bottom: 0.7rem;
}
.production_main .text {
	margin-bottom: 0.5rem;
}
@media (min-width:992px) {
	.production_main .text {
		max-width: 1082px;
		width: 75%
	}
}
@media (max-width:640px) {
    .production_main {
        font-size: 0.28rem;
		line-height: 1.6;
		background: #fff;
		border: 1px solid #eee;
		padding: .3rem;
		margin-top: .7rem;
        clear: both;
	}
}
.base_list_box {
	padding-bottom: .5rem;
}
.question-box {
	padding: 0.1rem 0 0.7rem;
}
.question-box dl {
	margin-bottom: 14px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.question-box dl:hover {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.question-box dl dt {
	font-size: 0.22rem;
    font-weight: 500;
	padding: .3rem 40px .3rem .3rem;
	position: relative;
	line-height: 26px;
	cursor: pointer
}
.question-box dl dt .iconfont {
	position: absolute;
	right: .2rem;
	color: #999;
	font-size: 13px;
	transition: .3s;
	top: .3rem;
	width: 40px;
	text-align: center
}
.question-box dl dt.open .iconfont {
	transform: rotate(90deg)
}
.question-box dl dd {
	padding: 0 .3rem .3rem;
	font-size: 0.16rem;
	line-height: 2;
	color: #666;
	display: none
}
.question-box dl dd ol li {
	font-size: 0.16rem;
	list-style: initial;
    margin-left: 0.2rem;
}
@media (max-width:1200px) {
	.question-box dl dt {
		font-size: 16px
	}
}
@media (max-width:640px) {
	.question-box dl dd ol li {
	    font-size: 0.28rem;
	    line-height: 1.6;
	}
}
.download-box {
	padding: .3rem 0 1rem
}
.download-box .item {
	margin-bottom: 16px;
	line-height: 34px;
	background: #fff
}
.download-box .item a {
	padding: .3rem .3rem;
	display: block;
	position: relative;
	transition: background .3s;
	display: flex
}
.download-box .item a:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}
.download-box .item .tit {
	font-size: 18px;
	flex: 1;
	margin-right: .5rem
}
.download-box .item .pdf {
	width: .34rem;
	margin-right: .16rem;
	height: 34px;
	background: url("../images/pdf.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle
}
.download-box .item .download {
	font-size: 16px;
	padding-left: .34rem;
	display: inline-block;
	background: url("../images/download.png") no-repeat left 7px
}
@media (max-width:640px) {
	.download-box .item a {
		padding: .3rem
	}
	.download-box .item .tit {
		font-size: 16px
	}
	.download-box .item .download {
		font-size: 14px
	}
	.download-box .item .download em {
		display: none
	}
}
@media (max-width:480px) {
	.download-box .item .pdf {
		margin-right: 10px
	}
}
.news_list {
	margin-bottom: .5rem
}
@media (min-width:640px) {
	.news_list li {
		display: flex
	}
	.news_list .info {
		flex: 1;
		position: relative;
		padding-top: .2rem
	}
	.news_list .info .time {
		position: absolute;
		left: 0;
		bottom: .2rem
	}
	.news_list .img {
		width: 40%;
		max-width: 342px;
		margin-right: 24px
	}
}
@media (min-width:640px) and (max-width:768px) {
	.news_list .info .time {
		bottom: 0;
		font-size: 14px !important
	}
}
@media (min-width:640px) and (max-width:992px) {
	.news_list .info {
		width: 60%
	}
}
@media (min-width:640px) and (max-width:767px) {
	.news_list .img {
		width: 45%
	}
	.news_list .info {
		width: 55%
	}
}
.news_list li {
	padding: .36rem 0;
	border-bottom: 1px solid #dedede
}
.news_list .title {
	display: block;
	font-size: .24rem;
	position: relative;
	line-height: 30px
}
.news_list .title:hover {
	color: #C21333
}
@media (max-width:992px) {
	.news_list .title {
		font-size: 20px
	}
}
@media (max-width:640px) {
	.news_list .title {
		font-size: 17px;
		line-height: 26px
	}
}
@media (max-width:639px) {
	.news_list .info {
		padding-top: .3rem
	}
}
.news_list .info .time {
	font-size: 16px;
	color: #999
}
@media (max-width:480px) {
	.news_list .info .time {
		font-size: 14px
	}
}
.news_list .info .desc {
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	color: #666;
	margin: .16rem 0 .3rem
}
@media (max-width:992px) {
	.news_list .info .desc {
		-webkit-line-clamp: 2;
		height: 48px;
		font-size: 15px
	}
}
@media (max-width:639px) {
	.news_list .info .desc {
		-webkit-line-clamp: 3;
		height: 72px;
		margin-bottom: .4rem
	}
}
@media (max-width:639px) {
	.news_list li {
		margin-bottom: .4rem
	}
}
.news_main {
	padding: 0 0 1rem
}
.contact-box {
	padding-bottom: .9rem
}
.contact-box .wrap {
	background: #fff
}
@media (min-width:992px) {
	.contact-box .wrap {
		padding: .22rem;
		display: flex;
		align-items: stretch
	}
	.contact-box .wrap .item {
		width: 50%
	}
	.contact-box .wrap .codebox {
		display: inline-block
	}
}
.contact-box .content {
	padding: .4rem 4% .4rem 5%;
}
.contact-box .content h3 {
	font-size: .26rem;
	font-weight: 600
}
.contact-box .content i {
	color: #777;
    font-size: .18rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.75px;
    line-height: 1.5;
}
@media (max-width:1200px) {
	.contact-box .content h3 {
		font-size: 18px
	}
}
.contact-box .content .info {
	margin: .2rem 0 .5rem;
	font-size: 16px;
	line-height: 2
}
.contact-box .content .info p {
    position: relative;
    line-height: 1.6;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    padding-left: 80px;
}
.contact-box .content .info span {
    letter-spacing: 0;
}
.contact-box .content .info .tit {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
}
.contact-box .codebox {
	text-align: center;
	width: 125px;
}
.contact-box .codebox .tit {
	padding-top: 10px;
	font-size: 14px;
	color: #666
}
.contact_form {
	padding-top: .8rem;
	padding-bottom: .8rem;
	background: #fff
}
.contact_form .wrap {
	max-width: 1220px
}
.contact_form h2 {
	text-align: center;
    font-weight: 500;
	margin-bottom: .5rem
}
.contact_form ul li {
	margin-bottom: .2rem
}
.contact_form ul .layui-input {
	font-size: 15px;
    width: 100%;
	height: 50px;
	padding-left: 12px;
	border: 1px solid #ddd;
}
.contact_form .layui-textarea {
	font-size: 15px;
	line-height: 1.75;
    width: 100%;
	height: 180px;
	resize: none;
	padding: 10px;
	border: 1px solid #ddd;
}
.contact_form .submitbox {
	padding-top: .2rem;
	text-align: center
}
.room_swiper {
	padding-bottom: 1.6rem
}
@media (max-width:767px) {
	.room_swiper {
		padding-top: .5rem
	}
}
.room_swiper .swiper-thumbs {
	text-align: center
}
.room_swiper .swiper-thumbs li {
	width: 2.6rem;
	padding-right: .16rem
}
@media (max-width:767px) {
	.room_swiper .swiper-thumbs li {
		width: 2.2rem
	}
}
@media (max-width:480px) {
	.room_swiper .swiper-thumbs li {
		width: 2rem
	}
}
.room_swiper .swiper-thumbs .vcover {
	margin-bottom: .16rem;
	display: block;
	font-size: 16px;
	color: #666;
	background-size: cover
}
@media (max-width:767px) {
	.room_swiper .swiper-thumbs .tit {
		display: none
	}
}
.room_swiper .swiper-thumbs .swiper-slide-thumb-active .vcover {
	position: relative
}
.room_swiper .swiper-thumbs .swiper-slide-thumb-active .vcover::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #C21333
}
.room_swiper .swiper-img {
	text-align: center;
	margin-bottom: .3rem
}
.room_swiper .swiper-img ._bg {
	width: 100%
}
.room_swiper .swiper-img .swiper-pagination {
	display: none
}
@media (max-width:767px) {
	.room_swiper .swiper-img .rpnext {
		display: none
	}
}
.room_swiper .swiper-img .tit {
	padding: .2rem 0;
	display: none
}
@media (max-width:767px) {
	.room_swiper .swiper-img .tit {
		display: block
	}
}
.room_swiper .swiper-img .swiper-button-prev {
	left: .4rem
}
.room_swiper .swiper-img .swiper-button-next {
	right: .4rem
}
.vcover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.vcover ._bg {
	width: 100%;
	visibility: hidden
}
.video_main {
	padding-bottom: 1rem
}
@media (max-width:767px) {
	.video_main {
		padding-top: .5rem
	}
}
.video_main .video_list {
	margin-left: -0.13rem !important;
	margin-right: -0.13rem !important;
	margin-bottom: .5rem
}
.video_main .video_list > * {
	padding-left: .13rem !important;
	padding-right: .13rem !important;
	margin-bottom: .26rem
}
@media (min-width:992px) {
	.video_main .video_list li:nth-child(3n+1) {
		clear: both
	}
}
@media (max-width:991px) {
	.video_main .video_list li:nth-child(2n+1) {
		clear: both
	}
}
@media (max-width:480px) {
	.video_main .video_list li {
		width: 100%;
		margin-bottom: .4rem
	}
}
.video_main .coverbox {
	position: relative
}
.video_main .coverbox .play {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	z-index: 55
}
.video_main .tit {
	padding-top: 20px;
	font-size: 18px
}
@media (max-width:640px) {
	.video_main .tit {
		font-size: 16px
	}
}
.video_main .inner:hover .coverbox {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1)
}
.video_main .inner:hover .play {
	background-color: rgba(254, 0, 0, 0.7)
}
.show_news {
	background-color: #f8f8f8
}
.show_news .topper {
	padding: .2rem 0 .7rem;
	background-color: #f8f8f8
}
@media (max-width:991px) {
	.show_news .topper {
		padding-bottom: .5rem
	}
}
.show_news .topper h2 {
	font-size: .48rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2
}
.show_news .topper .date {
	font-size: 16px;
	color: #999
}
.show_news .layout {
	background: #fff;
	padding-bottom: 1rem
}
@media (max-width:991px) {
	.show_news .layout {
		padding-top: .5rem
	}
}
@media (min-width:992px) {
	.show_news .layout .wrap {
		padding-top: .6rem;
		background: #fff;
		display: flex
	}
	.show_news .show_news_info {
		flex: 1;
		padding-right: .46rem
	}
	.show_news .sub_news_news {
		max-width: 3.6rem;
		width: 30%
	}
}
.show_news_info {
	font-size: 16px;
	line-height: 1.76
}
@media (max-width:991px) {
	.show_news_info {
		padding-bottom: .5rem
	}
}
.show_news_info h3 {
	font-size: 24px;
	margin-bottom: 1em
}
@media (max-width:768px) {
	.show_news_info h3 {
		font-size: 20px
	}
}
@media (max-width:480px) {
	.show_news_info h3 {
		font-size: 18px
	}
}
.show_news_info p {
	margin-bottom: 1.5em
}
@media (max-width:991px) {
	.sub_news_news {
		padding-top: .5rem;
		border-top: 1px solid #dedede
	}
}
.sub_news_news h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold
}
.sub_news_news li {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px
}
.sub_news_news li a {
	padding-left: 20px;
	display: block;
	position: relative;
	color: #666
}
.sub_news_news li a::before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	background: #101010;
	left: 0;
	top: 14px
}
.sub_news_news li a:hover {
	color: #101010
}
.share-box {
	display: flex;
	align-items: center;
	font-size: 20px;
	padding-top: .8rem
}
.share-box .tit {
	margin-right: .1rem
}
.share-box .icons a {
	margin-left: 10px;
	cursor: pointer
}
.share-box .icons a:hover {
	color: #C21333
}
.about_intro {
	padding-bottom: .8rem
}
.about_intro .vhd {
	margin-bottom: .26rem
}
@media (min-width:992px) {
	.about_intro .content {
		margin-left: -0.3rem !important;
		margin-right: -0.3rem !important
	}
	.about_intro .content > * {
		padding-left: .3rem !important;
		padding-right: .3rem !important;
		margin-bottom: .6rem
	}
	.about_intro .content .item {
		margin-bottom: 0
	}
}
.about_intro .content {
	color: #666;
	line-height: 2
}
.about_intro .content p {
	font-size: 1.16em;
	line-height: 2;
	margin-bottom: 1em
}
.about_intro .content p strong {
	font-weight: 500 !important
}
.about_video {
	position: relative;
	cursor: pointer;
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 100vh
}
.about_video .bg {
	width: 100%;
	visibility: hidden
}
.about_video .play {
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 2em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	font-size: 16px;
	user-select: none;
	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
}
.about_video .play .iconfont {
	color: #C21333;
	font-size: 26px;
	margin-right: 10px
}
.about_video .play em {
	display: block
}

@media (max-width:640px) {
	.contact-box .content .info {
		font-size: 0.28rem
	}
	.contact-box .content .info .tit {
	    width: 72px;
	}
	.contact-box .content .info p {
		padding-left: 75px
	}
	.contact_form {
        padding-top: .6rem;
        padding-bottom: .7rem;
	}
    .about_intro .content p {
        font-size: 1.05em;
        line-height: 1.6;
    }
	.about_video .play {
		width: 160px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 15px
	}
	.about_intro {
        padding-bottom: .4rem;
    }
}
.about_culture .img {
	margin: 0 auto;
	display: block
}
.about_culture .wrap {
	padding: .8rem 0
}
@media (min-width:992px) {
	.about_culture .wrap .vhd {
		float: left;
		white-space: nowrap
	}
	.about_culture .wrap .info {
		margin-left: 40%
	}
}
.about_culture dl {
	padding: .24rem 0;
	border-bottom: 1px solid #dedede
}
.about_culture dl:first-child {
	border-top: 1px solid #dedede
}
.about_culture dl dt {
	font-size: 16px;
	margin-bottom: 6px
}
.about_culture dl dd {
	font-size: 16px;
	line-height: 1.8
}
.honor_box {
	padding: .5rem 0 1.2rem
}
.honor_box .hd {
	margin-bottom: .36rem;
	position: relative
}
.honor_box .hd .vhd {
	margin-bottom: 0
}
.honor_box .hd .pnextbox {
	width: 120px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%)
}
@media (max-width:640px) {
	.honor_box .honor_swiper {
		padding-bottom: 1rem
	}
}
.honor_box li {
	text-align: center
}
@media (min-width:1360px) {
	.honor_box li {
		width: calc((100% - 66px)/4);
		margin-right: 22px
	}
}
@media (max-width:1359px) {
	.honor_box li {
		width: calc((100% - 40px)/3);
		margin-right: 20px
	}
}
@media (max-width:640px) {
	.honor_box li {
		width: calc((100% - 10px)/2);
		margin-right: 10px
	}
}
.honor_box li .inner {
	background: #fff;
	padding: .2rem .2rem .3rem
}
.honor_box li .tit {
	margin-top: .4rem;
	font-size: 16px;
	color: #666;
	line-height: 20px;
	min-height: 40px
}
.coverbox._product {
	background: #fff;
	border: 1px solid #eee;
    box-sizing: border-box;
}
.coverbox._product .coverimg {
	width: 86% !important;
    height: 86% !important;
    left: 7% !important;
    top: 7% !important;
}
.about_intro .content .bline {
    font-size: 1.5em !important;
    font-weight: 600;
    color: #333;
    position: relative;
    padding: 5px 0 10px;
    margin-bottom: 20px;
}
.about_intro .content .bline:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #C21333;
    position: absolute;
    bottom: 0;
    left: 0;
}
.map {
	position: relative;
    margin-bottom: 10px;
}
#map {
	width: 100%;
	height: 550px;
}
@media (max-width:640px) {
	.map {
		margin-bottom: 0;
	}
	.map .BMap_Marker img {
		width: 123px !important;
		height: 91.5px !important;
	}
	#map {
		height: 320px;
	}
}
.lang {
	position: absolute;
	margin: 0;
}
#translate > .translateSelectLanguage {
    width: 100%;
    padding: 10px 12px 8px;
    border: 1px solid #999;
}
#translate > .translateSelectLanguage option {
    color: #666;
}
@media (max-width:640px) {
	.lang {
        position: relative;
		width: 60%;
        margin: 0 auto;
	}
	#translate > .translateSelectLanguage {
        padding: 7px 10px;
	}
}