@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: 100;
	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;
}

.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: 90%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width:640px) {}
.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: #ffc01e
}
.bgc {
	background-color: #ffc01e
}
.cf {
	color: #fff
}
.hv:hover {
	color: #ffc01e
}
.hvf:hover {
	color: #fff
}
.hvbg0:hover {
	background: #101010;
	color: #fff
}
.bghover {
	transition: .3s
}
.bghover:Hover {
	background-color: #ffc01e;
	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: 90%;
	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: .3rem
}
.w1440 {
	width: 88%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width:640px) {}
@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: #ffc01e
}
.swiper-pagination-bullet-active {
	background-color: #ffc01e !important
}
.cItem:not(.active) {
	display: none
}
.medium {}
.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: 20px;
	bottom: 20px;
	z-index: 5555;
	cursor: pointer;
	border-radius: 50%;
	transition: .3s;
	opacity: 0;
	transform: translateY(20px)
}
@media (max-width:640px) {
	#totop {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		background-size: 20px
	}
}
@media (min-width:768px) {
	#totop:hover {
		background-color: #ffc01e
	}
}
#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-top: -4px;
		margin-left: 220px;
	}
}
@media (min-width:1200px) and (min-width:1680px) {
	.layout header {
		width: 240px
	}
	.layout main {
        margin-top: -4px;
		margin-left: 240px;
	}
}
header .logo {
	display: block;
	height: 100px;
	background: url("../images/logo.svg") no-repeat center center;
	background-size: contain
}
@media (max-width:640px) {
	header.white .logo {
		width: 133px;
		height: 40px;
		background-image: url(../images/logo_w_m.png) !important;
	}
	header.white.bg {
		box-shadow: 0 1px 5px 0 rgb(0,0,0,0.15);
	}
	header.white.bg .logo {	
		background-image: url(../images/logo_m.png) !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 .icon-arr {
		background: url(../images/icon_arr.svg) no-repeat;
        background-size: 90%;
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-left: 10px;
        margin-bottom: -4px;
	}
	header .logobox {
		height: 1.6rem
	}
}
@media (max-width:1200px) and (min-width:1199px) {
	header .head_wrap {
		padding-left: .3rem
	}
}
@media (max-width:1199px) {
	header {
		padding: 0 5vw;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 555
	}
	header.white:not(.open) .logo, header.white:not(.bg) .logo {
		background-image: url("../images/logo_f.png")
	}
	header:not(.white) + main {
		padding-top: 120px
	}
	header.bg .logo {
		background-image: url("../images/logo.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: 120px;
		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: #f8f8f8
	}
	header.bg {
		background-color: #f8f8f8
	}
}
@media (max-width:640px) {
	header .head_wrap {
		height: 64px
	}
	header:not(.white) + main {
		padding-top: 64px
	}
}
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 - 80px))
	}
}
.header_nav_list li .titbox.active .tit {
	color: #101010;
}
@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 .titbox {
	    text-align: right;
	    padding-right: 50px;
	}
	.header_nav_list li:first-child, .header_nav_list li:last-child {
	    text-align: right;
	    padding-right: 76px;
	}
	.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: 280px;
		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: .5rem;
		padding: 0 .4rem;
		white-space: nowrap
	}
	.header_nav_list .drop a {
		font-size: 15px;
		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(255,192,30,0.7);
		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 (max-width:1200px) {
	.head_bottom {
		left: .3rem;
		right: .3rem
	}
}
@media (min-width:1200px) {
	.head_bottom {
		position: absolute;
		bottom: .75rem;
		left: .5rem;
		right: .5rem
	}
	.head_bottom .quote {
		background-color: #101010;
		height: 44px;
		line-height: 44px;
		display: block;
		color: #fff;
		margin-bottom: .2rem;
		text-align: center;
	}
	.head_bottom .quote:hover {
		background-color: #ffc01e;
		color: #101010
	}
}
@media (max-width:1199px) {
	.head_bottom .quote {
		font-size: 16px;
		font-weight: bold;
		display: block;
		text-transform: uppercase;
		line-height: 2;
		border-top: 1px solid #dedede;
		padding-top: .2rem;
		margin-bottom: .3rem
	}
}
/* .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 15px
}
footer .wrap .txt a:hover {
	color: #101010
}
footer .txt {
	font-size: 14px;
	line-height: 1.6
}
footer .txt em {
	font-family: 'Roboto', 'Segoe UI';
	font-style:normal;
}
footer .icons .item {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #999;
	margin-left: 20px;
	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
}
@media (max-width:480px) {
	footer .icons .item {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 16px
	}
}
@media (max-width:991px) {
	footer .icons {
		margin-top: .5rem
	}
}
.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 {
    font-family: 'Roboto Condensed';
    font-weight: 600;
	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 .content .txt {
		font-size: 24px;
		line-height: 1.5
	}
}
@media (max-width:480px) {
	.index-banner .content .txt {
		font-size: 20px
	}
}
.index-banner video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100vh;
	object-fit: cover;
	width: 100%;
	z-index: 5
}
.index-banner .bottom {
    display: none;
	width: 88%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto;
	padding: .4rem 0
}
.index-banner .bottom .txt {
	font-size: 16px;
	margin-bottom: .25rem;
	line-height: 1.5
}
.index-banner .bottom .vbtn {
	padding: 0 30px
}
.vbtn {
	background-color: #101010;
	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: #101010;
	background-color: #ffc01e
}
.vbtnl {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	border: 1px solid #333;
	color: #333;
	height: 40px;
	line-height: 38px;
	padding: 0 30px
}
.vbtnl:hover {
	color: #101010;
	background-color: #ffc01e
}
.hd36 {
	font-size: .36rem;
	line-height: 1
}
@media (max-width:1200px) {
	.hd36 {
		font-size: 26px
	}
}
@media (max-width:480px) {
	.hd36 {
		font-size: 24px
	}
}
.vhd {
	font-family: 'Roboto Condensed';
	font-size: .32rem;
	line-height: 1.2;
    font-weight: 600;
	margin-bottom: .4rem;
}
@media (max-width:1200px) {
	.vhd {
		font-size: 24px
	}
}
@media (max-width:480px) {
	.vhd {
		font-size: 19px
	}
	.index_contact .txt {
		font-size: 14px;
	}
	.vbtnl {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding: 0 25px;
	}
}
.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 .vbtnl {
		padding: 0 15px;
		height: .4rem;
		line-height: .4rem
	}
	.vbtnl {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding: 0 20px;
	}
}
@media (max-width:480px) {
	.index_product .vbtnl {
		height: 36px;
		line-height: 36px;
		padding: 0 .4rem !important;
		width: auto !important;
		font-size: 14px
	}
}
.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: 0
	}
}
@media (max-width:992px) {
	.index_product .inner {
		padding: 0
	}
}
.index_product .info {
	position: relative;
    width: 40%;
    padding: 25px;
}
.index_product .info .tit {
    font-family: 'Roboto Condensed';
	font-size: .18rem;
	font-weight: 600;
	text-transform: uppercase;
    line-height: 1.2;
	margin-bottom: 15px;
}
.index_product .info .tit a:hover {
	color: #ffc01e;
}
.index_product .info .type {
	text-transform: uppercase;
	font-size: 16px
}
.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:480px) {
	.index_product .row > * {	
		margin-bottom: .3rem;
	}
	.index_product .info {
		font-size: 20px;
		padding: 15px;
	}
	.index_product .info .tit {
		font-size: 16px;
		line-height: 1.3;
	}
	.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: .72rem 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 4% 0 5%
	}
	.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: 15px;
	color: #666;
	line-height: 1.72
}
.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: 1px solid #101010;
	border-bottom: 1px solid #101010;
	margin-top: .7rem;
	padding: .3rem;
	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
	}
}
@media (max-width:639px) {
	.index_about_datas li {
		width: 50%
	}
}
.index_about_datas .val {
	margin-bottom: .1rem
}
.index_about_datas .val b {
    font-family: 'Roboto Condensed';
	font-size: .36rem;
	font-weight: 700;
}
.index_about_datas .val em {
	font-size: .3rem
}
.index_about_datas .unit {
	font-size: 15px;
	color: #777
}
/* Form */
.msgbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}
.msg-form {
	position: fixed;
	max-width: 800px;
	height: 520px;
	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 #ffc01e;
	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: #101010;
	background: #ffc01e; /* 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: 40px;
	height: 40px;
	background: #ffc01e;
	position: relative;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.popclose-btn:after, .popclose-btn:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 1px;
	left: 8px;
	top: 20px;
	background-color: #101010;
	-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: #ffc01e;
	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 #ffc01e;
	}
	.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: 20px;
		margin-bottom: 15px;
	}
	.form-text {
		font-size: 15px;
		line-height: 1.5;
	}
	.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: 64px;
	}
	.quote-box input, 
	.quote-box select {
		height: 46px;
	}
	.quote-box input, 
	.quote-box textarea, 
	.quote-box select {
		font-size: 15px;
		line-height: 1.5;
	}
	.quote-box span {
		width: 50px;
	}
	.quote-box span img {
		width: 50%;
	}
	.sign-text {
		font-size: 15px;
		padding-top: 15px;
	}
	.contact-submit {
		margin-top: 15px;
	}
	.contact-submit input {
		font-size: 15px;
		width: 180px;
		height: 42px;
		line-height: 42px;
	}
}
.index_data {
	padding: 1rem 0;
	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: 8%
	}
}
.index_data ul {
	display: flex;
	flex-wrap: wrap
}
.index_data ul li {
	width: 50%;
	margin-bottom: .5rem
}
.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-family: 'Roboto Condensed';
	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.8rem 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
}
.base_list .item {
	margin-bottom: 60px
}
@media (max-width:640px) {
	.base_list .item {
		margin-bottom: 40px
	}
}
@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: 42%
	}
	.base_list .item:nth-child(2n) .info {
		order: -1
	}
}
.base_list .info .txt {
	margin: 14px 0 .4rem;
	line-height: 24px;
	color: #666
}
@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: 1.2rem 0 1.3rem;
	text-align: center;
	background: url("../images/contact.jpg") no-repeat center center;
	background-size: cover;
	color: #fff
}
.index_contact .txt {
	font-size: 16px;
	margin: 20px 0 46px
}
.index_contact .vbtn {
	background: #fff;
	color: #101010;
	padding: 0 50px
}
.index_contact .vbtn:hover {
	background-color: #ffc01e;
	color: #101010
}
.crumbs {
	text-align: right;
	color: #999;
	letter-spacing: 0.5px;
    padding: .2rem 0;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #dfdfdf;
}
.crumbs a {
	color: #999
}
.crumbs a:hover {
	color: #101010
}
.crumbs .iconfont {
	font-size: 12px
}
.product_main .head {
	margin-bottom: .42rem
}
@media (min-width:1200px) {
	.product_main .head {
		display: flex
	}
	.product_main .head .hd36 {
		margin-right: 2rem;
		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: .15rem;
	color: #999;
	line-height: 1.5;
	text-align: right
}
.product_main .head nav em {
    font-size: 14px;
	display: inline-block;
}
.product_main .head nav a {
	color: #888;
	font-weight: 400;
	display: inline-block;
	margin: 0 .15rem
}
.product_main .head nav a:hover {
	color: #101010
}
.product_main .head nav em:last-child {
	display: none;
}
@media (max-width:1680px) {
    .product_main .head .hd36 {
        margin-right: .5rem;
    }
	.product_main .head nav a {
		margin: 0 .07rem 0 .05rem
	}
}
.product_main .head nav .ac {
	color: #101010;
	font-weight: 500;
}
@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:480px) {
	.product_main .head nav {
		font-size: 15px;
	}
}
.product_main {
	padding-bottom: 0.8rem;
}
@media (max-width:640px) {
	.product_main .hd36 {
		padding-top: .2rem
	}
}
.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(4n+1) {
		clear: both
	}
}
@media (max-width:991px) {
	.product_list li:nth-child(3n+1) {
		clear: both
	}
}
.product_list .item {
	text-align: center;
	margin-bottom: .3rem;
}
.product_list .item .inner:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}
.product_list .item .inner {
	background: #fff;
	border: 1px solid #eee;
}
.product_list .item .des {
    font-size: .13rem;
    line-height: 1.5;
    background-color: rgb(255, 192, 30, 0.72);
    padding: .1rem;
    margin-top: .2rem;
}
.product_list .item .img .coverimg {
	width: 100%;
    height: 80%;
    margin-top: 5%;
}
.product_list .item .tit {
    font-family: 'Roboto Condensed';
	font-size: .18rem;
	font-weight: 600;
	color: #555;
	line-height: 1.3
}
.product_list .item .tit:hover {
	color: #101010;
}
@media (max-width:1200px) {
	.product_list .item .tit {
		font-size: 16px
	}
}
@media (max-width:480px) {
	.product_list .item .tit {
		font-size: 15px
	}
}
@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: 40%;
		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 {
		background: none !important;
		padding: .2rem 0
	}
	.banner ._bg {
		display: none
	}
}
.banner h2 {
	color: #eee;
	font-size: .4rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: rgb(0, 0, 0, 0.3) 2px 0 5px;
}
@media (max-width:1200px) {
	.banner h2 {
		font-size: .4rem
	}
}
@media (max-width:640px) {
	.banner h2 {
		font-size: 22px
	}
}
.banner .inner .wrap {
	text-transform: uppercase
}
@media (max-width:640px) {
	.banner .inner .wrap {
		font-size: .4rem
	}
}
@media (max-width:767px) {
	.crumbs.hidden-xs + section {
		padding-top: .2rem
	}
}
.product_topper {
	padding-bottom: .6rem;
}
.product_topper .titbox.s1 {
	display: none;
	margin-bottom: .4rem
}
@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: 98px;
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: -24px
}
@media (max-width:1679px) {
	.product_topper .swiper-thumbs {
		display: none
	}
}
.product_topper .swiper-thumbs li {
	height: 20%;
	opacity: .7;
	cursor: pointer;
	padding-bottom: 20px
}
.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 {
    color: #666;
	font-size: 15px;
	line-height: 2;
	border-top: 1px solid #dfdfdf;
	padding-top: .3rem;
	padding-bottom: .3rem;
	margin-top: .4rem;
	margin-bottom: .5rem;
}
.product_topper dl {
	position: relative;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
	padding: .1rem 0 0.1rem 1.5rem;
}
@media (min-width:640px) {
	.product_topper dl {
		padding-left: 1.5rem
	}
	.product_topper dl dt {
		position: absolute;
		left: 0;
		top: .1rem;
		font-weight: normal
	}
}
.product_topper dl dt {
	font-family: 'Roboto Condensed';
	line-height: 34px;
	letter-spacing: 0.5px;
	color: #999;
}
.product_topper dl dd {
	line-height: 34px;
	color: #666
}
.product_topper dl .tit {
	color: #999;
	width: 177px;
	display: inline-block
}
@media (max-width:1280px) {
	.product_topper dl {
		font-size: 14px;
		line-height: 30px
	}
	.product_topper dl dd {
		line-height: 30px
	}
	.product_topper dl .tit {
		width: 150px
	}
}
.production_main {
	color: #666;
	font-size: 0.15rem;
	line-height: 1.6;
    background: #fff;
    border: 1px solid #eee;
	padding: .5rem;
}
.production_main .text {
	margin-bottom: 1rem;
}
.production_main img {
    max-width: 900px;
    margin: 15px 0;
}
.production_main table {
	width: 100%;
	overflow: auto;
	font-size: 0.14rem;
	line-height: 1.2;
	margin: 15px 0;
}
.production_main table tr th {
    color: #333;
    font-family: 'Roboto Condensed';
	font-size: .16rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #fff;
	padding: .13rem .08rem;
}
.production_main table tr td {
	background-color: #f9f9f9;
	border: 1px solid #f0f0f0;
	text-align: center;
	line-height: 1.2;
	padding: .12rem .08rem;
}
.production_main table tr:nth-child(2n) td {
	background-color: #fefefe
}
.production_main table tr td strong {
	font-weight: 600;
}
@media (min-width:992px) {
	.production_main .text {
		max-width: 1082px;
		width: 75%
	}
}
.factory_box {
	padding: .8rem 0 1.1rem;
	background-color: #f0f0f0
}
.factory_box .bd {
	text-align: center
}
@media (max-width:1200px) {
	.factory_box .bd {
		margin-top: .5rem
	}
	.factory_box .bd img {
		max-width: 60vw
	}
}
@media (max-width:480px) {
	.factory_box .bd img {
		max-width: 80vw
	}
}
.base_list_box {
	padding-bottom: .5rem
}
.question-box {
	padding: 0 0 .6rem
}
.question-box dl {
	margin-bottom: 14px;
	background: #fff
}
.question-box dl:hover {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
}
.question-box dl dt {
	font-size: 18px;
	padding: .3rem 40px .3rem .3rem;
	font-weight: normal;
	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: 14px;
	line-height: 1.8;
	color: #666;
	display: none
}
@media (max-width:1200px) {
	.question-box dl dt {
		font-size: 16px
	}
}
.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: .15rem 0 .18rem;
	border-bottom: 1px solid #dedede
}
.news_list .title {
    font-family: 'Roboto Condensed';
    font-weight: 500;
	display: block;
	font-size: .24rem;
	position: relative;
	line-height: 1.2
}
.news_list .title:hover {
	color: #101010
}
@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 {
    position: relative;
	font-size: 15px;
    line-height: 1.7;
	color: #999
}
@media (max-width:480px) {
	.news_list .info .time {
		font-size: 14px
	}
}
.news_list .info .desc {
	font-size: 16px;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	color: #666;
	margin: .15rem 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 .6rem
}
.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
	}
}
@media (max-width:991px) {
	.contact-box .map {
		height: 300px
	}
}
.contact-box .content {
	padding: .4rem 4% .4rem 5%;
}
.contact-box .content h3 {
	font-size: .24rem;
	font-weight: 500
}
@media (max-width:1200px) {
	.contact-box .content h3 {
		font-size: 18px
	}
}
.contact-box .content .info {
	margin: .2rem 0 .3rem;
	font-size: 16px;
	line-height: 2
}
.contact-box .content .info p {
	padding-left: 60px;
	position: relative
}
.contact-box .content .info .tit {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
}
@media (max-width:480px) {
	.contact-box .content .info {
		font-size: 15px
	}
	.contact-box .content .info p {
		padding-left: 50px
	}
}
.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;
	line-height: 50px;
	padding-left: 20px;
	border: 1px solid #ddd;
}
.contact_form .layui-textarea {
	font-size: 15px;
	line-height: 1.75;
    width: 100%;
	height: 180px;
	resize: none;
	padding: 10px 20px;
	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 #ffc01e
}
.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_blog {
	background-color: #f8f8f8
}
.show_blog .topper {
	padding: .2rem 0 .4rem;
	background-color: #f8f8f8
}
@media (max-width:991px) {
	.show_blog .topper {
		padding-bottom: .5rem
	}
}
.show_blog .topper h2 {
	font-size: .36rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.1
}
.show_blog .topper .date {
	font-size: 16px;
	color: #999
}
.show_blog .layout {
	background: #fff;
	padding-bottom: .6rem
}
@media (max-width:991px) {
	.show_blog .layout {
		padding-top: .5rem
	}
}
@media (min-width:992px) {
	.show_blog .layout .wrap {
		padding-top: .5rem;
		background: #fff;
		display: flex
	}
	.show_blog .show_blog_info {
		width: 100%;
	}
}
.show_blog_info {
	font-size: 16px;
	line-height: 1.7
}

.show_blog_info .prevnext {
	border-top: 1px solid #ddd;
	padding-top: .25rem;
}
@media (max-width:991px) {
	.show_blog_info {
		padding-bottom: .5rem
	}
}
.show_blog_info h3 {
	font-size: 24px;
	margin-bottom: 1em
}
@media (max-width:768px) {
	.show_blog_info h3 {
		font-size: 20px
	}
}
@media (max-width:480px) {
	.show_blog_info h3 {
		font-size: 18px
	}
}
.show_blog_info p {
	margin-bottom: 1.5em
}
.show_blog_info img {
	margin: 15px 0;
}
@media (max-width:991px) {
	.sub_blog_news {
		padding-top: .5rem;
		border-top: 1px solid #dedede
	}
}
.sub_blog_news h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold
}
.sub_blog_news li {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px
}
.sub_blog_news li a {
	padding-left: 20px;
	display: block;
	position: relative;
	color: #666
}
.sub_blog_news li a::before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	background: #101010;
	left: 0;
	top: 14px
}
.sub_blog_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: #ffc01e
}
.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: 1.8
}
.about_intro .content p {
	font-size: 1.1em;
	line-height: 1.6;
}
.about_intro .content p strong {
	font-weight: 400 !important
}
.about_intro .content h3.tit {
    position: relative;
    font-size: 20px;
    padding-bottom: 5px;
    z-index: 9;
}
.about_intro .content h3.tit:after {
    content: "";
    width: 50px;
    height: 10px;
    background: rgb(255, 192, 30, .6);
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.about_intro .content .video {
    margin: 20px auto;
}
.about_intro .content img {
    text-align: center;
    max-width: 1024px;
    margin: 10px auto;
}
.about_intro .content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
}
.about_intro .content ul.row-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
}
.about_intro .content ul.row-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 30px;
}
.about_intro .content ul.row-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px 30px;
}
.about_intro .content ul li {
    font-size: 15px;
    line-height: 1.7;
}
.about_intro .content ul li img {
    width: 100%;
    height: auto;
}
.about_intro .content h2.entm-field_title {
    font-size: 24px;
    letter-spacing: 0.5px;
    width: 100%;
    line-height: 52px;
    color: rgb(16, 16, 16);
    padding: 10px 0 0;
}
.about_intro .content ul li .text {
    width: 100%;
    padding-top: 10px;
}
.about_intro .content ul li .text h3 {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.about_intro .content ul li p {
    font-size: 1em;
	margin-bottom: .5em
}
.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: #ffc01e;
	font-size: 26px;
	margin-right: 10px
}
.about_video .play em {
	display: block
}
@media (max-width:640px) {
	.about_video .play {
		width: 160px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 15px
	}
}
.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-family: 'Roboto Condensed';
    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: "";
    width: 50px;
    height: 5px;
    background: #ffc01e;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.enter_chart_content15 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    color: #999
}
.enter_chart_content15 .marg-lg-b30 {
    margin-bottom: 30px
}
.enter_chart_content15 .marg-lg-b30:last-child {
    margin-bottom: 0;
}
.enter_chart_content15 .row {
    margin-left: -17px;
    margin-right: -17px
}
.enter_chart_content15 .row::after {
    content: "";
    display: table;
    clear: both
}
.enter_chart_content15 *, ::after, ::before {
    box-sizing: inherit
}
.enter_chart_content15 .plr-16 {
    padding: 0 6px
}
.enter_chart_content15 .steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.enter_chart_content15 .step:last-of-type {
    margin-bottom: 0
}
.enter_chart_content15 .step {
    width: 100%;
    position: relative;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 25px 50px 25px 60px
}
.enter_chart_content15 .step__title {
    color: #333;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.enter_chart_content15 .step__content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0
}
.enter_chart_content15 .step__number {
    font-family: 'Roboto Condensed';
    position: absolute;
    background-color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 58px;
    width: 60px;
    height: 60px;
    top: 30px;
    left: -30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 2px 10px rgba(0, 0, 0, .15);
    border-top: 3px solid #fec303;
    transition: all .1s ease-out
}
.enter_chart_content15 .step__number {
    border-top: 3px solid #fec303
}
.enter_chart_content15 .step__number::before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 0;
    height: 3px;
    background-color: #ccc;
    transition: all .2s ease-out
}
.enter_chart_content15 .step:hover .step__number {
    color: #333
}
.enter_chart_content15 .step:hover .step__number::before {
    width: 100%;
    background-color: #FFBE00 !important
}
.enter_chart_content15 .font-color3 {
    color: #333
}
.lang {
	position: absolute;
	width: 100%;
	margin: 0;
}
#translate > .translateSelectLanguage {
    width: 100%;
    padding: 10px 12px 8px;
    border: 1px solid #999;
}
#translate > .translateSelectLanguage option {
    color: #666;
}