@import "iconfont.css";

.fyc {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center;
}

.fwbet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrap {
	width: 88%;
	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: #fe0000;
}

.bgc {
	background-color: #fe0000;
}

.cf {
	color: #fff;
}

.hv:hover {
	color: #fe0000;
}

.hvf:hover {
	color: #fff;
}

.hvbg0:hover {
	background: #000;
	color: #fff;
}

.bghover {
	transition: .3s;
}

.bghover:Hover {
	background-color: #fe0000;
	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: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.cover-tip .bgbox.blue {
	background-color: rgba(0,161,230,0.8);
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff;
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff;
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s;
}

.cover-tip .linet {
	top: 0;
}

.cover-tip .lineb {
	bottom: 0;
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60);
}

.hv0:hover {
	color: #000;
}

.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: .8rem;
	padding-bottom: .8rem;
}

.w1440 {
	width: 88%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:640px) {
}

@media (min-width:1680px) {
	.w1440 {
		max-width: 1440px;
	}
}

.vtxt {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.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: #fe0000;
}

.swiper-pagination-bullet-active {
	background-color: #fe0000 !important;
}

.cItem:not(.active) {
	display: none;
}

.medium {
	font-family: medium;
}

.bsBox {
	box-sizing: content-box;
}

.bsBox>* {
	box-sizing: content-box;
}

.pagination {
	text-align: center;
	display: block;
	margin-top: .6rem;
}

.pagination li {
	margin: 0 2px;
}

@media (max-width:480px) {
	.pagination li {
		margin: 0 2px;
	}

	.pagination li>* {
		padding: 5px 12px !important;
	}
}

.pagination .active>a,.pagination .active>span,.pagination .active>a:hover,.pagination .active>span:hover,.pagination .active>a:focus,.pagination .active>span:focus {
	color: #fff;
	background-color: #fe0000;
}

.pagination li>a,.pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #666;
	border-radius: 0 !important;
	padding: 6px 12px;
	border: 1px solid #e5e5e5;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #010101;
}

.pagination .active>a,.pagination .active>span,.pagination .active>a:hover,.pagination .active>span:hover,.pagination .active>a:focus,.pagination .active>span:focus {
	color: #fff;
	background-color: #010101;
}

.pagination li>a,.pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #333;
	padding: 6px 12px;
}

#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: 50px;
	bottom: 50px;
	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: #fe0000;
	}
}

#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;
		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;
	width: 160px;
	height: 60px;
	background: url('../images/logo.png') no-repeat left center;
	background-size: contain;
}

@media (max-width:640px) {
	header .logo {
		width: 120px;
	}
}

@media (min-width:1200px) {
	header {
		position: relative;
	}

	header .head_wrap {
		height: 100vh;
		padding: .6rem 0 1rem .4rem;
	}

	header .logobox {
		height: 1.8rem; 
	}
	header .logobox img{
		 border:0px solid #F60;
		 max-height:80px;
	}
	
}

@media (max-width:1200px) and (min-width:1199px) {
	header .head_wrap {
		padding-left: .3rem;
	}
}

@media (max-width:1199px) {
	header {
		padding: 0px 6vw 0px 6vw;
		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.png') !important;
	}

	header.bg .menu_btn i {
		background: #000 !important;
	}



	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;
	}
}

@media (max-width:1199px) and (max-width:1199px) and (max-width:992px) {
	header.bg {
		background-color: #f8f8f8;
	}
}

@media (max-width:640px) {

	header .logobox img{
		 border:0px solid #F60;
		 max-height:50px;
		 margin-top:15px;
	}
	header .head_wrap {
		height: 80px;
	}

	header:not(.white)+main {
		padding-top: 80px;
	}
}

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 {
	text-transform: uppercase;
}

@media (min-width:1200px) {
	.header_nav_list li .tit {
		line-height: .6rem;
		font-size: 16px;
		color: #666;
	}

	.header_nav_list li .tit:hover {
		color: #000;
	}

	.header_nav_list .titbox .iconfont {
		display: none;
	}

	.header_nav_list .drop_box:hover .tit {
		color: #000;
	}

	.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: 220px;
		background-color: #f8f8f8;
		z-index: 555;
		transition: .3s;
		overflow: hidden;
		display: none;
		border-left: 1px solid #eeeeee;
	}

	.header_nav_list .drop dd {
		line-height: .6rem;
		padding: 0 .38rem;
		white-space: nowrap;
	}

	.header_nav_list .drop a {
		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: #ebebeb;
		left: -10px;
		bottom: -1px;
		width: 0;
		z-index: 1;
		transition: .3s;
	}

	.header_nav_list .drop a:hover {
		color: #000;
	}

	.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: #000;
		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: .7rem;
		left: .4rem;
		right: .4rem;
	}
}

@media (max-width:1200px) {
	.head_bottom {
		left: .3rem;
		right: .3rem;
	}
}

@media (min-width:1200px) {
	.head_bottom .quote {
		background-color: #000;
		height: 44px;
		line-height: 44px;
		display: block;
		color: #fff;
		margin-bottom: .4rem;
		text-align: center;
	}

	.head_bottom .quote:hover {
		background-color: #fe0000;
		color: #fff;
	}
}

@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: #000;
}

.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: #000;
	left: 12px;
	display: block;
	transition: all .4s ease-in-out;
}

.menu_btn i:nth-of-type(1) {
	top: 20px;
}

.menu_btn i:nth-of-type(2) {
	top: 30px;
}

.menu_btn i:nth-of-type(3) {
	top: 40px;
}

.menu_btn.active i:nth-of-type(1) {
	transform: rotate(225deg) translate(-7px, -7px);
}

.menu_btn.active i:nth-of-type(3) {
	opacity: 0;
}

.menu_btn.active i:nth-of-type(2) {
	transform: rotate(-225deg) translate(0, 0);
}

header.white:not(.open) .menu_btn i {
	background: #fff;
}

footer {
	background-color: #f8f8f8;
}

footer .wrap {
	padding: .3rem 0;
	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 2px;
}

footer .wrap .txt a:hover {
	color: #000;
}

footer .txt {
	line-height: 1.7;
}

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: #000;
	color: #fff;
	border-color: #000;
}

@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: .48rem;
	width: 88%;
	line-height: 1.3;
	position: relative;
	z-index: 6;
}

@media (max-width:1200px) {
}

@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 {
	width: 88%;
	max-width: 1662px;
	margin-left: auto;
	margin-right: auto;
	padding: .66rem 0 .8rem;
}

@media (max-width:640px) {
}

.index-banner .bottom .txt {
	font-size: 16px;
	margin-bottom: .38rem;
	line-height: 1.5;
}

.index-banner .bottom .vbtn {
	padding: 0 30px;
}

.vbtn {
	background-color: #000;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	padding: 0 32px;
	min-width: 180px;
}

.vbtn:hover {
	color: #fff;
	background-color: #fe0000;
}

.vbtnl {
	border: 1px solid #000;
	text-align: center;
	color: #333;
	display: inline-block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	padding: 0 32px;
}

.vbtnl:hover {
	color: #fff;
	background-color: #000;
}

.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-size: .3rem;
	margin-bottom: .5rem;
	line-height: 1.2;
}

@media (max-width:1200px) {
	.vhd {
		font-size: 24px;
	}
}

@media (max-width:480px) {
	.vhd {
		font-size: 22px;
	}
}

.index_product {
	padding: .7rem 0;
}

.index_product .vhd {
	text-align: center;
}
.index_product .vpd {
	text-align: center; font-size:14px;
	margin-bottom:20px; line-height:22px; 
	padding:0px 10%;
}
.index_product li .inner {
	background: url('../images/cp_bg1.png') no-repeat center center;
	background-size: cover;
}
/*.index_product li:nth-child(1) .inner {
	background: url('../images/cp_bg1.png') no-repeat center center;
	background-size: cover;
}

.index_product li:nth-child(2) .inner {
	background: url('../images/cp_bg2.png') no-repeat center center;
	background-size: cover;
}

.index_product li:nth-child(3) .inner {
	background: url('../images/cp_bg3.png') no-repeat center center;
	background-size: cover;
}

.index_product li:nth-child(4) .inner {
	background: url('../images/cp_bg4.png') no-repeat center center;
	background-size: cover;
}

.index_product li:nth-child(5) .inner {
	background: url('../images/cp_bg5.png') no-repeat center center;
	background-size: cover;
}

.index_product li:nth-child(6) .inner {
	background: url('../images/cp_bg6.png') no-repeat center center;
	background-size: cover;
}
*/
.index_product .vbtnl {
	max-width: 100%;
}

@media (max-width:1680px) and (min-width:1200px) {
	.index_product .vbtnl {
		padding: 0 15px;
		height: .44rem;
		line-height: .44rem;
	}
}

@media (max-width:480px) {
	.index_product .vbtnl {
		height: 36px;
		line-height: 36px;
		padding: 0 .4rem !important;
		width: auto!important;
		font-size: 15px;
	}
}

.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: 34px 20px 20px 20px;
	display: flex;
	align-items: stretch;
	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: .24rem 0 .2rem .24rem;
	}
}

@media (max-width:992px) {
	.index_product .inner {
		padding: 24px 0 20px 24px;
	}
}

.index_product .info {
	position: relative;
	width: 40%;
}

.index_product .info .tit {
	font-size: .24rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.index_product .info .type {
	text-transform: uppercase;
	font-size: 16px;
}

.index_product .info .vbtnl {
	position: absolute;
	left: 0;
	bottom: 14px;
	white-space: nowrap;
	width: 100%;
	max-width:130px;
	padding: 0;
}

@media (max-width:992px) {
	.index_product .info .tit {
		font-size: 22px;
	}
}

@media (max-width:480px) {
	.index_product .info {
		font-size: 20px;
	}
}

.index_product .img {
	flex: 1; border-radius:10px;
	margin:0px 0px 0px 12px;
}

.index_product .coverimg {
	background-position: right bottom;
}
.index_product .coverimg img{
border-radius:10px;
}

.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: 50%;
		padding: 0 6%;
	}

	.index_about .rbox {
		width: 50%;
	}
}

@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:16px;
}

@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 #000;
	border-bottom: 2px solid #000;
	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;
	}
}

@media (max-width:639px) {
	.index_about_datas li {
		width: 50%;
	}
}

.index_about_datas .val {
	margin-bottom: .1rem;
}

.index_about_datas .val b {
	font-size: .36rem;
	font-weight: normal;
	font-family: medium;
}

.index_about_datas .val em {
	font-size: .3rem;
}

.index_about_datas .unit {
	font-size: 16px;
	color: #666;
}

@media (max-width:640px) {
	.index_about_datas .val b {
		font-size: 24px;
	}

	.index_about_datas .unit {
		font-size: 14px;
	}
}

.index_data {
	padding: 1rem 0;
	background: url(../images/earth.png) no-repeat left bottom;
	background-color: #f8f8f8;
	background-size: 40%;
}

@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 .icon {
	width: 56px;
	height: 56px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.index_data ul .tit {
	margin: 13px 0 20px;
	font-size: 24px;
}

@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 ul li {
		width: 100%;
	}
}

.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;
	font-family: medium;
	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: #000;
	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: #000;
	color: #fff;
}

.index_contact {
	padding: 1rem 0 1rem;
	text-align: center;
	background: url('../images/contact.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
}

.index_contact .txt {
	font-size: 18px;
	margin: 30px auto 46px;
	max-width:800px;
}

.index_contact .vbtn {
	background: #fff;
	color: #000;
	padding: 0 50px;
}

.index_contact .vbtn:hover {
	background-color: #fe0000;
	color: #fff;
}

.crumbs {
	text-align: right;
	color: #999;
	padding: .24rem 0 .5rem;
}

.crumbs a {
	color: #999;
}

.crumbs a:hover {
	color: #000;
}

.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: .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: #999;
	display: inline-block;
	margin: 0 .18rem;
}

.product_main .head nav a:hover {
	color: #000;
}

@media (max-width:1680px) {
	.product_main .head nav a {
		margin: 0 .12rem;
	}
}

.product_main .head nav .ac {
	color: #000;
}

@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: 1.3rem;
}

@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(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;
}

@media (max-width:480px) {
}

.product_list .item .img {
	margin-bottom: .22rem;
	background: #fff;
}

.product_list .item .img .coverimg {
	width: 82%;
	height: 82%;
	left: 9%;
	top: 9%;
}

.product_list .item .tit {
	font-size: .2rem;
	color: #666;
	line-height: 1.5;
}

@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: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.banner .wrap {
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
		z-index: 5; color:#fff;
	}
}

@media (max-width:767px) {
	.banner {
/*		background: none!important;*/
		padding: .2rem 0;
		
	}
	.banner {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-position: right center;
		position: relative;
		padding: .8rem 0; color:#fff;
		margin-bottom:20px;
	}
	.banner ._bg {
		display: none;
	}
}

.banner h2 {
	font-size: .48rem;
	text-transform: uppercase;
}

@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: 1rem;
	border-bottom: 1px solid #dfdfdf;
}

.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: -20px;
}

@media (max-width:1679px) {
	.product_topper .swiper-thumbs {
		display: none;
	}
}

.product_topper .swiper-thumbs li {
	height: 20%;
	opacity: .7;
	padding-bottom: 20px;
}

.product_topper .swiper-thumbs .img {
	padding: 17%;
	background: #fff;
}

.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 {
	padding-bottom: .2rem;
	margin-bottom: .46rem;
}

@media (min-width:992px) {
	.product_topper .info {
		border-bottom: 1px solid #dfdfdf;
	}
}

.product_topper dl {
	border-top: 1px solid #dfdfdf;
	position: relative;
	font-size: 16px;
	padding: .1rem 0;
}

@media (min-width:640px) {
	.product_topper dl {
		padding-left: 1.2rem;
	}

	.product_topper dl dt {
		position: absolute;
		left: 0;
		top: .1rem;
		font-weight: normal;
	}
}

.product_topper dl dt {
	line-height: 34px;
	font-weight: normal;
}

.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 {
	padding-top: .3rem;
}

.production_main .text {
	margin-bottom: 1rem;
}

@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: .3rem 0 1rem;
}

.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: .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: #fe0000;
}

@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: 60%;
	}

	.contact-box .wrap .codebox {
		display: inline-block;
	}
}

@media (max-width:991px) {
	.contact-box .map {
		height: 300px;
	}
}

.contact-box .content {
	padding: .4rem 3% .2rem 3%;
}

.contact-box .content h3 {
	font-size: .24rem;
	font-weight: bold;
}

@media (max-width:1200px) {
	.contact-box .content h3 {
		font-size: 18px;
	}
}

.contact-box .content .info {
	margin: .2rem 0 .2rem;
	font-size: 16px;
	line-height: 2.2;
}

.contact-box .content .info p {
	padding-left: 0px;
	position: relative;
}

.contact-box .content .info .tit {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}

@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;
}

.contact-box .codebox .tit {
	padding-top: 10px;
	font-size: 16px;
	color: #666;
}

.contact_form {
	padding-top: .8rem;
	padding-bottom: .8rem;
	background: #fff;
}

.contact_form .wrap {
	max-width: 1220px;
}

.contact_form h2 {
	text-align: center;
	margin-bottom: .7rem;
}

.contact_form ul li {
	margin-bottom: .3rem;
}

.contact_form ul .layui-input {
	height: 50px;
	padding-left: 20px;
}

.contact_form .layui-textarea {
	padding: 10px 20px;
	height: 180px;
	resize: none;
}

.contact_form .submitbox {
	padding-top: .3rem;
	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 #fe0000;
}

.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 .7rem;
	background-color: #f8f8f8;
}

@media (max-width:991px) {
	.show_blog .topper {
		padding-bottom: .5rem;
	}
}

.show_blog .topper h2 {
	font-size: .48rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}

.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: .6rem;
		background: #fff;
		display: flex;
	}

	.show_blog .show_blog_info {
		flex: 1;
		padding-right: .46rem;
	}

	.show_blog .sub_blog_news {
		max-width: 3.6rem;
		width: 30%;
	}
}

.show_blog_info {
	font-size: 16px;
	line-height:24px;
}

@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: 1em;
}

@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: #000;
	left: 0;
	top: 14px;
}

.sub_blog_news li a:hover {
	color: #000;
}

.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: #fe0000;
}

.about_intro {
	padding-bottom: 1rem;
}

.about_intro .vhd {
	margin-bottom: .16rem; text-transform:uppercase;
}
.about_intro hr{
	width:80px;margin:0px 0px 20px 0px;border:none;border-top:2px  solid #0a60a5;
}
@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: #444;
	line-height: 1.76;
}

.about_intro .content p {
	margin-bottom: 1em; font-size:16px;
}

.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: #fe0000;
	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;
}

.coverbox._product .coverimg {
	width: 82%!important;
	height: 82%!important;
	left: 9%!important;
	top: 9%!important;
}
/*·ÖÒ³*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 10px 20px;
	margin:0px 4px;
	line-height: 1.25;
	color: #444;
	background-color: #fff;
	border: 0px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;background-color: #1470b9;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #1470b9;
	border-color: #1470b9; 
}
.page-num-current:hover {
	color: #fff;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  justify-content:center;
  list-style: none;
  border-radius:6px;
  padding-bottom:40px;
  margin-top:30px; 
  border:0px solid #F60; text-align:center;
}

.page-link {
  position: relative;
  display: block;
  padding: 10px 20pxpx;
  margin: 0px 4px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 0px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #1470b9;
  border-color: #1470b9;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #333;
  border-color: #333;
  margin:0px 4px;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #fd5e16;
}

.pagination-lg .page-link {
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
