.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.nav>li.disabled>a {
	color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

@media (min-width: 768px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {

	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #080808;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/*** Swiper 3.4.2* Most modern mobile touch slider and framework with hardware accelerated transitions** http://www.idangero.us/swiper/** Copyright 2017, Vladimir Kharlampidi* The iDangero.us* http://www.idangero.us/** Licensed under MIT** Released on: March 10, 2017*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	;
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none;
	left: 0px;
	right: auto;
}

.swiper-button-prev::before {
	content: "\e730";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
	right: 0px;
	left: auto;
}

.swiper-button-next::before {
	content: "\e731";
}

.swiper-button-next,
.swiper-button-prev {
	font-family: "iconfont";
	font-size: 18px;
	text-align: center;
	color: #333;
	z-index: 10;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #C6C6C6;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #C6C6C6;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	-o-transition: left .4s ease, -o-transform .4s ease;
	-moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	-moz-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	-moz-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
	display: block !important;
}

.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -webkit-calc(2% + 6px);
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(https://www.cone-x.com/themes/simplebootx/style/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-size: 1.2rem;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	.owl-theme .owl-controls .owl-pagination {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.owl-theme .owl-controls .owl-pagination {
		margin-top: 10px;
	}
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	vertical-align: top;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 0;
	border: solid 2px #fff;
}

@media screen and (max-width: 991px) {
	.owl-theme .owl-controls .owl-page span {
		margin: 0 4px;
		width: 12px;
		height: 12px;
	}
}

@media screen and (max-width: 767px) {
	.owl-theme .owl-controls .owl-page span {
		margin: 0 3px;
		width: 10px;
		height: 10px;
	}
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #fff;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(https://www.cone-x.com/themes/simplebootx/style/css/AjaxLoader.gif) no-repeat center center;
}

.cer-owl {
	position: relative;
	margin-left: -12px;
	margin-right: -12px;
	padding-bottom: 66px;
}

.cer-owl .owl-buttons {
	display: none !important;
}

.cer-owl .owl-btns {
	font-size: 0;
	letter-spacing: 0;
}

.cer-owl .owl-btns .owl-btn {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 31px;
	color: #666;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 33px;
	height: 33px;
	border: 1px solid #686868;
}

.cer-owl .owl-btns .owl-btn:hover {
	background: #252525;
	color: #fff;
	border-color: #252525;
}

.cer-owl .owl-btns .owl-btn.disabled {
	color: #666;
	cursor: auto;
}

.cer-owl .owl-btns .item-prev {
	left: 50%;
	transform: translateX(-120%);
}

@media screen and (max-width: 991px) {
	.cer-owl .owl-btns .item-prev {
		margin-right: 5px;
	}
}

.cer-owl .owl-btns .item-next {
	right: 50%;
	transform: translateX(120%);
}

.cer-owl .list-item {
	margin: 0 4%;
}

@media screen and (max-width: 1199px) {
	.cer-owl .list-item {
		margin: 0 5.17241%;
	}
}

.cer-owl .item-img img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.cer-owl .item-backdrop {
		display: none;
	}
}

.cer-owl .item-backdrop:before {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.cer-owl .item-backdrop .iconfont {
	font-size: 34px;
	color: #fff;
	position: relative;
}

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	font-family: "microsoft yahei";
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
	color: #333;
}

::selection {
	color: #fff;
	background: #0070BC;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
	margin: 0;
	padding: 0;
	list-style: none;
}

embed,
video,
iframe {
	max-width: 100%;
}

input[type="submit"],
textarea[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"],
textarea[type="checkbox"] {
	cursor: pointer;
}

input[type="radio"],
textarea[type="radio"] {
	cursor: pointer;
}

input,
textarea,
select {
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	outline: none;
	background: none;
	font-family: "microsoft yahei"
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

textarea {
	resize: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	cursor: pointer;
	display: inline-block;
}

a:hover,
a.active,
a:focus {
	color: #0070BC;
	text-decoration: none;
	transition: 0.5s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #0070BC;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a,
button {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-decoration: none;
	background-color: transparent;
	border: 0;
}

embed,
video,
iframe {
	max-width: 100%;
}

.mar0 {
	margin: 0 !important;
}

.padd0 {
	padding: 0 !important;
}

.iconfont {
	font-size: 20px;
	text-align: center;
	line-height: 1;
}

.flo-left {
	float: left;
}

.flo-right {
	float: right;
}

.clear {
	clear: both;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.fix {
	*zoom: 1;
}

.fix:after,
.fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.posi-rela {
	position: relative;
}

.posi-abso {
	position: absolute;
}

.posi-fix {
	position: fixed;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.contain {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.contain {
		width: 750px;
	}
}

@media (min-width:992px) {
	.contain {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.contain {
		width: 1230px;
	}
}

@media (min-width:1460px) {
	.contain {
		width: 1430px;
	}
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.container {
		width: 1230px;
	}
}

.flex {
	display: flex;
}

.block {
	display: block;
}

.inblock {
	display: inline-block;
}

.self-ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.self-ellipsis a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.self-ellipsis-2 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.self-ellipsis-2 a {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.self-ellipsis-3 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.self-ellipsis-3 a {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

a.pic {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.pic img {
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}

.pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.picimgs a {
	position: relative;
	display: block;
	overflow: hidden;
}

.picimgs:hover a::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}

.picimgs a::before,
.picimgs a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	transition: all 0.7s ease-in-out;
}

.picimgs:hover a::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}

.common-vc {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common-hc {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.common-center {
	position: absolute;
	top: 50%;
	left: 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%);
}

.item-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.item-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.item-backdrop .iconfont {
	font-size: 26px;
	color: #fff;
	position: relative;
}

/* .an-btn1 start */
.an-btn1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background 0.4s linear, color 0.3s linear;
	-o-transition: background 0.4s linear, color 0.3s linear;
	-moz-transition: background 0.4s linear, color 0.3s linear;
	transition: background 0.4s linear, color 0.3s linear;
}

.an-btn1:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: -1;
	content: '';
	background: #;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn1 .iconfont {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.an-btn1:hover {
	border-color: #51CB93 !important;
	background-color: #51CB93 \9;
	color: #fff !important;
}

.an-btn1:hover .iconfont {
	color: #fff !important;
}

.an-btn1:hover:before {
	height: 500%;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background 0.4s linear, color 0.3s linear;
	-o-transition: background 0.4s linear, color 0.3s linear;
	-moz-transition: background 0.4s linear, color 0.3s linear;
	transition: background 0.4s linear, color 0.3s linear;
}

.an-btn2:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: -1;
	content: '';
	background: #0070BC;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn2 .iconfont {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.an-btn2:hover {
	border-color: #0070BC !important;
	background-color: #0070BC \9;
	color: #fff !important;
}

.an-btn2:hover .iconfont {
	color: #fff !important;
}

.an-btn2:hover:before {
	height: 500%;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 end */
@media screen and (min-width: 992px) {
	.an-bd1 .item-backdrop {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0;
		right: 0;
		-webkit-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		transition: all 900ms ease;
		-webkit-transition: -webkit-transform 0.4s ease;
		transition: -webkit-transform 0.4s ease;
		-o-transition: -o-transform 0.4s ease;
		-moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
		transition: transform 0.4s ease;
		transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
		-webkit-transform: scale(0, 1);
		-moz-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		-o-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-ms-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center;
	}

	.an-bd1 .item-backdrop:before {
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		opacity: 0.51;
		filter: alpha(opacity=51);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
		background-color: #000;
	}
}

@media screen and (min-width: 992px) {
	.an-bd1:hover .item-backdrop {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-ms-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
}

.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.video-backdrop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	/* .item-videobox start */
	/* .item-videobox end */
}

.video-backdrop.active {
	display: block;
}

.video-backdrop .item-close {
	position: absolute;
	right: 2.60417%;
	top: 2.60417%;
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.video-backdrop .item-close {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

.video-backdrop .item-videobox {
	overflow: hidden;
	max-width: 1200px;
	-moz-border-radius: 0;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-backdrop .item-videobox .item-video {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

.video-backdrop .item-videobox .item-video iframe,
.video-backdrop .item-videobox .item-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-backdrop .item-videobox .item-video iframe body {
	margin: 0px !important;
}

@font-face {
	font-family: "iconfont";
	/* Project id 1768807 */
	src: url('../font/font-icon/iconfont.woff2=1634973307282.html') format('woff2'),
		url('../font/font-icon/iconfont.woff=1634973307282.html') format('woff'),
		url('../font/font-icon/iconfont.ttf=1634973307282.html') format('truetype');
}

@font-face {
	font-family: "iconfont";
	/* Project id 2894554 */
	src: url('../font/font-icon2/iconfont.woff2=1640920157649.html') format('woff2'),
		url('../font/font-icon2/iconfont.woff=1640920157649.html') format('woff'),
		url('../font/font-icon2/iconfont.ttf=1640920157649.html') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-xinxi:before {
	content: "\e6da";
}

.icon-wode:before {
	content: "\e6d8";
}

.icon-a-24gf-telephone2:before {
	content: "\e6d9";
}

.icon-kehujingli:before {
	content: "\e6ce";
}

.icon-bi:before {
	content: "\e6cf";
}

.icon-a-gongwenbaogongjuxiangshoutibaohanglibao:before {
	content: "\e6d0";
}

.icon-jichuxinxi:before {
	content: "\e6d1";
}

.icon-a-quanbu1:before {
	content: "\e6d2";
}

.icon-fanliguize:before {
	content: "\e6d3";
}

.icon-dizhi:before {
	content: "\e6d4";
}

.icon-shengyin:before {
	content: "\e6d5";
}

.icon-jishu1:before {
	content: "\e6d6";
}

.icon-a-zuanshi1:before {
	content: "\e6d7";
}

.icon-pinpai:before {
	content: "\e6ca";
}

.icon-jishu:before {
	content: "\e6cb";
}

.icon-zhaozhuanli:before {
	content: "\e6cc";
}

.icon-a-01zhushuju_chanpincengji:before {
	content: "\e6cd";
}

.icon-IE:before {
	content: "\e6c8";
}

.icon-a-24xiaoshi:before {
	content: "\e6c9";
}

.icon-laji:before {
	content: "\e6bc";
}

.icon-cuowu:before {
	content: "\e6ba";
}

.icon-gouwuche-xuanzhong:before {
	content: "\e6bb";
}

.icon-tianmao1:before {
	content: "\e6b8";
}

.icon-a-zhifujingdong:before {
	content: "\e6b9";
}

.icon-submit-o:before {
	content: "\e6af";
}

.icon-submit:before {
	content: "\e6b0";
}

.icon-shangchuan:before {
	content: "\e6b1";
}

.icon-message:before {
	content: "\e6b2";
}

.icon-a-xiazai1:before {
	content: "\e6b3";
}

.icon-a-08zhiliang-xianxing:before {
	content: "\e6ab";
}

.icon-shengchan:before {
	content: "\e6ad";
}

.icon-renzheng:before {
	content: "\e6a9";
}

.icon-daohang_zixun:before {
	content: "\e6a0";
}

.icon-a-dizhi1:before {
	content: "\e6a1";
}

.icon-xiangxidizhi:before {
	content: "\e6a2";
}

.icon-a-40youxiang:before {
	content: "\e6a3";
}

.icon-lianxiren:before {
	content: "\e6a4";
}

.icon-a-xiazai2:before {
	content: "\e6a5";
}

.icon-youshuangjiantou:before {
	content: "\e69e";
}

.icon-zuoshuangjiantou:before {
	content: "\e69f";
}

.icon-telephone:before {
	content: "\e699";
}

.icon-icon_tel:before {
	content: "\e69a";
}

.icon-Moblie:before {
	content: "\e69b";
}

.icon-a-dianhua1:before {
	content: "\e69c";
}

.icon-dianhua:before {
	content: "\e69d";
}

.icon-wx:before {
	content: "\e695";
}

.icon-a-qq1:before {
	content: "\e696";
}

.icon-up_s:before {
	content: "\e697";
}

.icon-a-weixin1:before {
	content: "\e698";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-vk:before {
	content: "\e735";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

/* mm-menu */
.mm-search-form {
	position: relative;
	background-color: #EFEFEF;
	border-radius: 20px;
	padding: 6px 0;
}

.mm-search {
	position: relative;
	padding: 0 15px;
}

.mm-search-form input {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	width: 100%;
}

.mm-search .search-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	border: 0;
}

.mm-search .side-mm-keyword {
	max-height: 32px;
	height: 32px;
	padding: 0 16px;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 2000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-moz-transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
}

@media (min-width:992px) {
	.m_nav.open {
		transform: translateX(100%);
	}
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	display: block;
	margin: 10px auto;
}

.m_nav .ul {
	margin-top: 30px;
	padding: 0 20px;
}

.m_nav .ul>li {
	padding: 3px 0px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul>li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

ul.topnav li {
	text-align: left;
	position: relative;
}

ul.topnav li a {
	padding: 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding-right: 50px;
	font-family: 'verdanabold';
}

ul.topnav ul {
	display: none;
}

ul.topnav ul li {
	clear: both;
	padding: 2px 0;
}

ul.topnav ul li a {
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
	outline: 0;
}

ul.topnav ul li a:hover {}

ul.topnav ul ul li a {
	padding-left: 40px;
}

ul.topnav ul ul ul li a {
	padding-left: 60px;
}

ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 6px;
	width: 24px;
	height: 24px;
	background: #333;
	cursor: pointer;
	border-radius: 5px;
}

ul.topnav span:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -1px;
}

ul.topnav span:after {
	content: "";
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(90deg);
	transition: 0.5s;
}

ul.topnav span.yizi:after {
	transform: rotate(0deg);
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1
}

:-o-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999;
	opacity: 1
}

.m-kf {
	position: fixed;
	z-index: 99;
	right: 0px;
	top: 50%;
}

.m-kf .kf-item {
	position: relative;
	display: block;
	font-size: 0;
	width: 56px;
	line-height: 56px;
	background: #F5F5F5;
	border-radius: 5px;
	margin-bottom: 1px;
	font-size: 28px;
	color: #0070BC;
	text-align: center;
}

.m-kf .iconfont {
	font-size: 28px;
	color: #0070BC;
}

.m-kf .icon-whatsapp1 {
	color: #3AC34C;
}

.m-kf .icon-wechat {
	color: #02b234;
}

.m-kf .kf-item:hover {
	color: #fff !important;
	background-color: #0070BC;
	right: 0px;
}

.m-kf .kf-item:hover .iconfont {
	color: #fff !important;
}

.m-kf .kf-item.active {
	background-color: #0070BC;
}

.m-kf .kf-wx {
	position: absolute;
	display: none;
	bottom: 0;
	right: 100%;
	width: 100px;
	font-size: 0;
	line-height: 0;
}

.m-kf .kf-wx img {
	width: 100%;
}

.m-kf .gotop {
	cursor: pointer;
}

/* .getop{cursor: pointer;width: 60px;height: 60px;background: #00CCCC;right: 0;text-align: center;align-items: center;justify-content: center;display: flex;right: 94px;bottom: -100px;transition: all 0.8s ease 0s;}
.getop .iconfont{ font-size: 30px; color: #fff;}
.getop.bottom{bottom: 200px;} */
/* @media screen and (max-width: 1400px){.getop{right: 0;}.getop.bottom{bottom: 120px;}} */
@media screen and (min-width: 801px) {
	/* .m-kf .gotop {display: none;} */
}

@media screen and (max-width: 800px) {
	.m-kf {
		right: 0;
		top: auto;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		background-color: #0070BC;
	}

	.m-kf .kf-item {
		width: 20%;
		text-align: center;
		line-height: 60px;
		font-size: 26px;
		background-color: #0070BC !important;
	}

	.m-kf .iconfont {
		color: #fff !important;
		font-size: 24px;
	}

	.m-kf .kf-item2 {
		position: relative;
	}

	.m-kf .kf-wx {
		bottom: 100%;
		right: auto;
		left: 0;
	}

	.m-kf .gotop {
		width: 20%;
		line-height: 60px;
		font-size: 20px;
		font-size: 2rem;
		color: #fff;
		text-align: center;
		display: block;
	}

	.g-ft {
		padding-bottom: 63px;
	}

	.footer {
		margin-bottom: 60px;
	}

	.getop {
		display: none;
	}
}

.form-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 260px;
	background: #f5f5f5;
	padding: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-radius: 10px;
}

.form-search.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.form-search input[type="search"] {
	font-size: 18px;
	background-color: #E5E5E5;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 10px;
	margin: 0;
	color: #333333;
	padding: 8px 10px;
	border: none;
	width: 90%;
	outline: none;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.form-search button {
	background: transparent;
	border: none;
	float: right;
	width: 10%;
	height: 46px;
	position: relative;
	z-index: 2;
}

.search-btn {
	position: absolute;
	right: 10px;
	top: 2px;
	border: 0;
	width: 20px;
	height: 20px;
	font-size: 16px;
	color: #333;
}

.search-btn .iconfont {
	color: #666;
}

.form-search input.search-input::-webkit-input-placeholder {
	color: #999;
}

.form-search input.search-input::-moz-input-placeholder {
	color: #999;
}

.form-search input.search-input::-ms-input-placeholder {
	color: #999;
}

.navbar-toggle {
	padding: 5px 6px;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-right: 0;
	border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
	width: 32px;
	height: 4px;
	border-radius: 2px;
	background-color: #0070BC;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px;
}

.navbar-default {
	border: 0;
	transition: all .5s;
	background: #fff;
}

.navbar-brand {
	padding: 19px 15px;
	min-height: 50px;
	height: auto;
}

.navbar-brand img {
	max-height: 100%;
}

.navbar-nav {
	margin: 0 !important;
	position: relative;
}

.navbar-collapse .navbar-nav>li {
	padding: 0 35px;
	position: relative;
}

.navbar-collapse .navbar-nav>li>a {
	padding: 30px 0;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	position: relative;
	display: block;
	color: #333;
}

.navbar-collapse .navbar-nav>li>a::before {
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background: transparent;
	position: absolute;
	bottom: 0;
}

.navbar-collapse .navbar-nav>li:hover>a,
.navbar-collapse .navbar-nav>li>a.active {
	color: #0070BC
}

.navbar-collapse .navbar-nav>li:hover>a::before,
.navbar-collapse .navbar-nav>li>a.active::before {
	background: #0070BC;
}

.navbar-collapse .navbar-nav>li.nav-search {
	position: relative;
	padding: 35px 1px;
	margin: 0;
	height: 100%;
}

.navbar-collapse .navbar-nav>li.nav-search a {
	display: block;
	border: 0;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

.navbar-collapse .navbar-nav>li.nav-search a::before {
	width: 0;
}

.navbar-collapse .navbar-nav>li.nav-search:hover>a,
.navbar-collapse .navbar-nav>li.nav-search>a.active {}

.nav-search .iconfont {
	font-size: 19px;
	color: #0070BC;
	font-weight: bold;
	line-height: 20px;
}

.dropdown {
	display: none;
	position: absolute;
	background-color: #ededed;
	min-width: 121px;
}

.Lev1:hover .menu2 {
	display: block;
}

.menu2 {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 115, 195, .9);
	width: 147px;
}

.Lev2:hover .menu3 {
	display: block;
}

.menu3 {
	left: 100%;
	top: 0;
}

.Lev3:hover .menu4 {
	display: block;
}

.menu4 {
	left: 100%;
	top: 0;
}

.dropdown>li {
	padding: 2px 0;
	position: relative;
}

.dropdown>li>a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding-left: 20px;
	color: #fff;
	position: relative;
}

.dropdown>li:hover>a {
	background: rgba(255, 255, 255, .9);
	color: #0073C3;
}

.dropdown>li>a .img1 {
	display: block;
}

.dropdown>li>a .img2 {
	display: none;
}

.pro-nav {
	width: 121px;
	text-align: center;
}

.pro-nav>li>a {
	padding: 0 10px;
}

.dropdown>li:hover>a .img2 {
	display: block;
}

.dropdown>li:hover>a .img1 {
	display: none;
}

.dropdown>li>a img {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.banner {
	margin-top: 90px;
	position: relative;
}

@media (min-width:992px) and (max-width:1259px) {
	.navbar-brand {
		padding: 15px;
		width: 230px;
		height: 78px;
	}

	.navbar-collapse .navbar-nav>li {
		padding: 0 25px;
	}

	.navbar-collapse .navbar-nav>li>a {
		padding: 24px 0;
		font-size: 16px;
		line-height: 30px;
	}

	.navbar-collapse .navbar-nav>li.nav-search {
		padding: 30px 1px;
	}

	.navbar-collapse .navbar-nav>li.nav-search a {
		width: 18px;
		height: 18px;
	}

	.nav-search .iconfont {
		font-size: 17px;
		line-height: 18px;
	}

	.banner {
		margin-top: 78px;
	}
}

@media (max-width:991px) {
	.navbar-brand {
		padding: 10px 0px;
		width: 182px;
		height: 64px;
		margin: 0 !important;
	}

	.navbar-collapse {
		display: none !important;
	}

	.navbar-default .navbar-toggle {
		display: block !important;
	}

	.container>.navbar-header {
		width: 100%;
		margin: 0 !important;
	}

	.banner {
		margin-top: 64px !important;
	}
}

@media (max-width:460px) {
	.navbar-brand {
		padding: 8px 0px;
		width: 176px;
		height: 60px;
	}

	.navbar-toggle {
		padding: 2px 6px;
		margin-top: 15px;
	}

	.banner {
		margin-top: 60px !important;
	}
}

.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative
}

.slide .slideItem .banner-img {
	width: 100%;
	cursor: pointer
}

.slide .carouse .slideItem {
	width: 100%;
	position: absolute
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%
}

.slide .dotList {
	text-align: center;
	margin-top: 20px
}

.slide .dotList ul li {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.slide .dotList ul li.active {
	background-position: 0 0
}

.slide .carousel-control {
	position: absolute;
	top: 45%;
	width: 30px;
	height: 30px;
	z-index: 999
}

.slide .carousel-control.left {
	left: 0;
	background-position: 0;
	cursor: pointer
}

.slide .carousel-control.right {
	right: 0;
	background-position: 0;
	cursor: pointer
}

.slide .slidedetail {
	display: none
}

.imgtoVideo img {
	width: 100%
}

.imgtoVideo>div {
	padding: 1px;
	position: relative;
	cursor: pointer;
	width: 49%;
	display: inline-block
}

.imgtoVideo>div:hover .imgtoVideoDetail {
	display: block
}

.imgtoVideo .imgtoVideoDetail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
	display: none
}

.imgtoVideo .imgtoVideoDetail>div {
	background: rgba(0, 98, 197, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
	width: 100%;
	height: 100%;
	text-align: center
}

.imgtoVideo .tovideo .imgtoVideoDetail {
	display: block
}

.imgtoVideo .tovideo .imgtoVideoDetail>div {
	background: #0c2d47;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 17%
}

.imgtoVideo .imgtoVideoDetail .fa-search {
	color: #fff;
	font-size: 25px;
	margin-top: 21%
}

.contentIV {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(20, 43, 73, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
	margin: 0 auto;
	z-index: -999;
	max-width: 1024px;
	display: none
}

#picturetoVideo .carouse .slideItem {
	display: table;
	height: 100%
}

#picturetoVideo .carouse .slideItem>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

#picturetoVideo .carouse .slideItem .banner-img {
	max-width: 100%;
	width: auto
}

.closeContentIV {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	z-index: 999
}

.slide .slide-count {
	display: none;
}

.banner {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.banner .carouse {
	max-height: 780px;
	overflow: hidden;
}

.banner .slideItem {
	position: relative;
}

.banner iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner video {
	position: absolute;
	display: block;
	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%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.banner .dotList {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 22px;
}

.banner .dotList ul {
	text-align: center;
}

.banner .dotList ul li {
	position: relative;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border: 2px solid #848484;
	border-radius: 50%;
}

.banner .dotList ul li.active {
	background: #0070BC;
	border-color: #0070BC;
}

.banner.hide {
	display: none;
}

.banner .carousel-control.left {
	left: 8px;
	font-family: "iconfont";
	font-size: 29px;
	color: #666;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
}

.banner .carousel-control.right {
	right: 8px;
	font-family: "iconfont";
	font-size: 29px;
	color: #666;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
}

.banner .carousel-control.left::before {
	content: "\e730";
}

.banner .carousel-control.right::before {
	content: "\e731";
}

@media screen and (max-width: 991px) {
	.banner {
		display: block;
	}

	.banner .dotList {
		bottom: 10px;
	}

	.banner .dotList ul li {
		margin: 0 5px;
		width: 10px;
		height: 10px;
	}

	.banner.hide {
		display: block;
	}

	.n-banner {
		display: none;
	}

	.banner .slideItem {
		overflow: hidden;
	}

	.banner video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.banner .carousel-control.left {
		left: 0px;
		font-size: 18px;
		width: 20px;
		height: 20px;
	}

	.banner .carousel-control.right {
		right: 0px;
		font-size: 18px;
		width: 20px;
		height: 20px;
	}
}

.section {
	position: relative;
}

.h1-text {
	font-size: 16px;
	line-height: 30px;
}

.h1-text a {
	display: block;
}

.h1-text p {
	min-height: 30px;
	line-height: 30px;
}

.h2-text {
	font-size: 16px;
	line-height: 28px;
}

.h2-text p {
	min-height: 28px;
	line-height: 28px;
}

.sec1 {
	padding-top: 75px;
	padding-bottom: 79px;
	background-color: #F9F9F9;
	background: url(../img/sec1-bgi.jpg) no-repeat center center;
	background-size: cover;
}

.sec-title {
	font-size: 44px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	text-align: center;
}

.sec1-text {
	text-align: center;
	color: #666;
	max-width: 920px;
	margin: 0 auto;
	padding-top: 28px;
}

.sec1-text a {
	color: #666;
	display: block;
}

.sec1-text a:hover {
	color: #0070BC;
}

.sec1-swiper {
	margin-top: 40px;
	position: relative;
	margin-left: -36px;
	margin-right: -36px;
}

.swiper-sec1 {
	position: relative;
	padding: 2px 4px;
	margin: 0 32px;
}

.sec1-swiper .swiper-button-next,
.sec1-swiper .swiper-button-prev {
	color: #666;
	font-size: 29px;
}

.sec1-swiper .swiper-button-next:hover,
.sec1-swiper .swiper-button-prev:hover {
	color: #0070BC;
}

@media (min-width: 1260px) {
	.swiper-sec1 .swiper-slide:hover {
		width: 432px !important;
	}
}

.swiper-slide-box {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 2px 1px 10px 0px rgba(4, 0, 0, 0.07);
	border-radius: 6px;
	position: relative;
	padding-bottom: 28px;
}

.sec1-item-img {
	position: absolute;
	right: 7px;
	bottom: 16px;
	width: 160px;
}

.sec1-item-info {
	padding: 33px 19px 0 31px;
}

.sec1-item-title {
	font-size: 22px;
	color: #333333;
	line-height: 26px;
	padding-bottom: 21px;
	border-bottom: 1px solid #E5E5E5;
}

.sec1-item-text {
	padding-top: 16px;
	height: 219px;
	padding-bottom: 7px;
	color: #666;
}

.sec1-item-text a {
	display: block;
}

.sec1-item-text a:hover {
	color: #0070BC;
}

.sec1-item-href {
	padding: 25px 19px 0 31px;
}

.sec1-item-href a {
	display: inline-block;
	width: 100px;
	height: 37px;
	border: 1px solid #999999;
	border-radius: 19px;
	font-size: 14px;
	text-align: center;
	color: #999999;
	line-height: 33px;
	padding: 2px;
}

.sec1-item-href a:hover {
	border-color: #0070BC;
	color: #0070BC;
}

.swiper-sec1 .swiper-slide {
	transition: all .5s;
}

.swiper-sec1 .swiper-slide:hover .sec1-item-info {
	background: linear-gradient(-10deg, #E1E1E1, #FFFFFF);
	border-radius: 12px 12px 0px 0px;
}

.swiper-sec1 .swiper-slide:hover .sec1-item-title a {
	color: #0070BC;
}

.swiper-sec1 .swiper-slide:hover .sec1-item-href a {
	border-color: #0070BC;
	color: #0070BC;
}

.swiper-sec1 .swiper-slide:hover .sec1-item-img {
	right: 27px;
}

.sec1-href {
	margin-top: 58px;
	text-align: center;
}

.sec1-href a {
	width: 210px;
	text-align: center;
	height: 47px;
	font-size: 18px;
	color: #0070BC;
	line-height: 45px;
	border: 1px solid #0070BC;
	border-radius: 6px;
	display: inline-block;
}

.sec1-href a:hover {
	background-color: #0070BC;
	color: #fff;
}

.sec2 {
	width: 100%;
	position: relative;
}

@keyframes changeImg {
	from {
		padding: 0;
		border: 1px solid #FFFFFF;
		border-radius: 50%;
	}

	50% {
		padding: 8px;
		border: 1px solid #FFFFFF;
		opacity: 0.3;
		border-radius: 50%;
	}

	100% {
		padding: 15px;
		border: 1px solid #FFFFFF;
		border-radius: 50%;
		opacity: 0.1;
	}
}

.bofang {
	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%);
	z-index: 10;
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	animation: changeImg 4s linear;
	animation-iteration-count: infinite;
}

.item-videobox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.sec2 .item-videobox .item-video {
	position: relative;
	overflow: hidden;
	padding-bottom: 41.666666666667%;
	height: 0;
}

.item-videobox .item-video iframe,
.item-videobox .item-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.sec3 {
	padding-top: 75px;
	padding-bottom: 81px;
}

.sec-tbody {
	margin-top: 41px;
	font-size: 0;
	letter-spacing: 0;
}

.sec-tbody-left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 30px;
}

.sec-tbody-right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 12px;
}

.sec-tbody-left-img {
	width: 100%;
	position: relative;
}

.sec-left-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0, 112, 188, .9);
	border-radius: 6px;
	padding: 11px 18px 7px;
}

.sec-left-name {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.sec-left-text a,
.sec-left-name a {
	color: #fff;
}

.sec-left-text {
	margin-top: 5px;
	color: #fff;
}

.sec-left-date {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 4px;
}

.sec-tbody-list {
	width: 100%;
	margin-bottom: -30px;
}

.sec-tbody-item {
	font-size: 0;
	letter-spacing: 0;
	background: #F5F5F5;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}

.sec-item-img {
	display: inline-block;
	vertical-align: middle;
	width: 28.2312925170068%;
}

.sec-item-info {
	display: inline-block;
	vertical-align: middle;
	width: 71.7687074829932%;
	padding: 8px 22px 0 32px;
}

.sec-item-text {
	color: #333;
	margin-bottom: 14px;
}

.sec-item-date {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

@media (min-width:992px) and (max-width:1259px) {
	.h1-text {
		font-size: 15px;
		line-height: 28px;
	}

	.h1-text p {
		min-height: 28px;
		line-height: 28px;
	}

	.h2-text {
		font-size: 15px;
		line-height: 26px;
	}

	.h2-text p {
		min-height: 26px;
		line-height: 26px;
	}

	.sec1 {
		padding-top: 64px;
		padding-bottom: 70px;
	}

	.sec-title {
		font-size: 40px;
		line-height: 58px;
	}

	.sec1-text {
		padding-top: 24px;
	}

	.sec1-swiper {
		margin-top: 32px;
		margin-left: -24px;
		margin-right: -24px;
	}

	.swiper-sec1 {
		position: relative;
		padding: 2px 4px;
		margin: 0 20px;
	}

	.swiper-slide-box {
		padding-bottom: 20px;
	}

	.sec1-item-img {
		right: 6px;
		bottom: 14px;
		width: 130px;
	}

	.sec1-item-info {
		padding: 26px 15px 0 24px;
	}

	.sec1-item-title {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 17px;
	}

	.sec1-item-text {
		padding-top: 14px;
		height: 200px;
		padding-bottom: 4px;
	}

	.sec1-item-href {
		padding: 20px 15px 0 24px;
	}

	.sec1-item-href a {
		width: 100px;
		height: 34px;
		border-radius: 17px;
		font-size: 14px;
		line-height: 30px;
		padding: 2px;
	}

	.swiper-sec1 .swiper-slide:hover .sec1-item-img {
		right: 6px;
	}

	.sec1-href {
		margin-top: 50px;
	}

	.sec1-href a {
		width: 200px;
		height: 44px;
		font-size: 18px;
		line-height: 42px;
	}

	.sec3 {
		padding-top: 64px;
		padding-bottom: 72px;
	}

	.sec-tbody {
		margin-top: 32px;
	}

	.sec-tbody-left {
		width: 50%;
		padding-right: 20px;
	}

	.sec-tbody-right {
		width: 50%;
		padding-left: 10px;
	}

	.sec-left-info {
		padding: 8px 14px 6px;
	}

	.sec-left-name {
		font-size: 18px;
		line-height: 30px;
	}

	.sec-left-text {
		margin-top: 4px;
	}

	.sec-left-date {
		font-size: 14px;
		cline-height: 24px;
		margin-top: 4px;
	}

	.sec-tbody-list {
		margin-bottom: -24px;
	}

	.sec-tbody-item {
		margin-bottom: 24px;
	}

	.sec-item-img {
		width: 28.6%;
	}

	.sec-item-info {
		width: 71.4%;
		padding: 8px 20px 0 30px;
	}

	.sec-item-text {
		margin-bottom: 14px;
	}

	.sec-item-date {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width:991px) {
	.h1-text {
		font-size: 14px;
		line-height: 26px;
	}

	.h1-text p {
		min-height: 26px;
		line-height: 26px;
	}

	.h2-text {
		font-size: 14px;
		line-height: 24px;
	}

	.h2-text p {
		min-height: 24px;
		line-height: 24px;
	}

	.sec1 {
		padding-top: 56px;
		padding-bottom: 60px;
	}

	.sec-title {
		font-size: 34px;
		line-height: 48px;
	}

	.sec1-text {
		padding-top: 20px;
	}

	.sec1-swiper {
		margin-top: 28px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.swiper-sec1 {
		position: relative;
		padding: 2px 4px;
		margin: 0 20px;
	}

	.swiper-slide-box {
		padding-bottom: 20px;
	}

	.sec1-item-img {
		right: 6px;
		bottom: 14px;
		width: 130px;
	}

	.sec1-item-info {
		padding: 20px 10px 0 18px;
	}

	.sec1-item-title {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 13px;
	}

	.sec1-item-text {
		padding-top: 12px;
		height: 188px;
		padding-bottom: 4px;
	}

	.sec1-item-href {
		padding: 16px 10px 0 18px;
	}

	.sec1-item-href a {
		width: 100px;
		height: 34px;
		border-radius: 17px;
		font-size: 14px;
		line-height: 30px;
		padding: 2px;
	}

	.swiper-sec1 .swiper-slide:hover .sec1-item-img {
		right: 6px;
	}

	.sec1-href {
		margin-top: 40px;
	}

	.sec1-href a {
		width: 180px;
		height: 40px;
		font-size: 16px;
		line-height: 38px;
	}

	.sec3 {
		padding-top: 56px;
		padding-bottom: 62px;
	}

	.sec-tbody {
		margin-top: 32px;
	}

	.sec-tbody-left {
		width: 50%;
		padding-right: 10px;
	}

	.sec-tbody-right {
		width: 50%;
		padding-left: 4px;
	}

	.sec-left-info {
		padding: 8px 10px 6px;
	}

	.sec-left-name {
		font-size: 16px;
		line-height: 28px;
	}

	.sec-left-text {
		margin-top: 2px;
	}

	.sec-left-date {
		font-size: 12px;
		cline-height: 20px;
		margin-top: 4px;
	}

	.sec-tbody-list {
		margin-bottom: -16px;
	}

	.sec-tbody-item {
		margin-bottom: 16px;
	}

	.sec-item-img {
		width: 30%;
	}

	.sec-item-info {
		width: 70%;
		padding: 2px 16px 0 24px;
	}

	.sec-item-text {
		margin-bottom: 8px;
	}

	.sec-item-date {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (max-width:720px) {
	.sec1 {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.sec-title {
		font-size: 30px;
		line-height: 42px;
	}

	.sec1-text {
		padding-top: 20px;
	}

	.sec1-swiper {
		margin-top: 28px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.sec1-href {
		margin-top: 40px;
	}

	.sec1-href a {
		width: 180px;
		height: 40px;
		font-size: 16px;
		line-height: 38px;
	}

	.sec3 {
		padding-top: 40px;
		padding-bottom: 52px;
	}

	.sec-tbody {
		margin-top: 32px;
	}

	.sec-tbody-left {
		width: 100%;
		padding-right: 0px;
		max-width: 570px;
		margin: 0 auto;
		display: block;
	}

	.sec-tbody-right {
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
}

@media (max-width:700px) {
	.sec1-item-img {
		width: 116px;
	}
}

@media (max-width:600px) {
	.sec1 {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.sec-title {
		font-size: 24px;
		line-height: 36px;
	}

	.sec1-text {
		padding-top: 20px;
	}

	.sec1-item-img {
		width: 100px;
	}

	.sec1-swiper {
		margin-top: 24px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.sec1-href {
		margin-top: 40px;
	}

	.sec1-href a {
		width: 160px;
		height: 36px;
		font-size: 14px;
		line-height: 34px;
	}

	.sec3 {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.sec-tbody {
		margin-top: 24px;
	}

	.sec-tbody-left {
		width: 100%;
		padding-right: 0px;
		max-width: 570px;
		margin: 0 auto;
		display: block;
	}

	.sec-tbody-right {
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}

	.sec-item-img {
		width: 33%;
	}

	.sec-item-info {
		width: 67%;
		padding: 2px 16px 0 20px;
	}

	.sec-item-text {
		margin-bottom: 8px;
	}

	.sec-item-date {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (max-width:420px) {
	.sec1-item-img {
		width: 120px;
	}
}

@media (max-width:420px) {
	.sec-item-img {
		width: 100%;
	}

	.sec-item-info {
		width: 100%;
		padding: 10px;
	}

	.sec-item-text {
		margin-bottom: 8px;
	}

	.sec-item-date {
		font-size: 12px;
		line-height: 18px;
	}
}

.footer {
	padding-top: 48px;
	background: #292929;
}

.foot {
	font-size: 0;
	letter-spacing: 0;
	min-height: 316px;
}

.fobiao {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
}

.fo1,
.fo2,
.fo3,
.fo4,
.fo5,
.fo6 {
	display: inline-block;
	vertical-align: top;
}

.fo1 {
	width: 25.5%;
}

.fo2 {
	width: 15.16666666666666%;
}

.fo3 {
	width: 13.16666666666667%;
}

.fo4 {
	width: 13.25%;
}

.fo5 {
	width: 13.75%;
}

.fo6 {
	width: 19.16666666666667%;
}

.folist {
	margin-top: 11px;
}

.folist-item {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	padding: 8px 0;
}

.shejiao {
	margin-top: 22px;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -13px;
	margin-right: -13px;
}

.shejiao a {
	width: 42px;
	height: 42px;
	background: #F8F8F8;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #292929;
	line-height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 10px;
}

.shejiao a img {
	width: 20px;
	margin: 11px;
}

.shejiao a img.sn2 {
	display: block;
}

.shejiao a img.sn {
	display: none;
}

.shejiao a:hover {
	background: #0070BC;
	color: #fff;
}

.shejiao a:hover img.sn {
	display: block;
}

.shejiao a:hover img.sn2 {
	display: none;
}

.fonav {
	margin-top: 17px;
}

.fonav a {
	padding: 2px 0;
	display: block;
	color: #999;
}

.fonav a:hover {
	color: #0070BC;
}

.fo-list {
	padding-top: 2px;
	margin-left: -15px;
	margin-right: -15px;
}

.fo-list-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 17px;
}

.fo-list-item img {
	background: #FFFFFF;
	border-radius: 4px;
}

.fo-list-item p {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-top: 4px;
}

.links {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 41px;
	padding-bottom: 12px;
}

.links a {
	display: inline-block;
	color: #999;
	margin-right: 15px;
}

.foot-bottom {
	border-top: 1px solid #3C3C3C;
	position: relative;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding: 16px 0 18px;
}

.foot-company-add {
	float: right;
	text-align: right;
	max-width: 58%;
}

.Keywords {
	float: left;
	text-align: left;
	max-width: 50%;
}

.foot-bottom a {
	display: inline;
	color: #999;
}

.links a:hover,
.foot-bottom a:hover {
	color: #0070BC;
}

@media (min-width:992px) and (max-width:1259px) {
	.footer {
		padding-top: 40px;
	}

	.foot {
		min-height: 280px;
	}

	.fobiao {
		font-size: 20px;
		line-height: 26px;
	}

	.fo1 {
		width: 25%;
	}

	.fo2 {
		width: 15%;
	}

	.fo3 {
		width: 13.5%;
	}

	.fo4 {
		width: 13.25%;
	}

	.fo5 {
		width: 13.75%;
	}

	.fo6 {
		width: 19.5%;
	}

	.folist {
		margin-top: 8px;
	}

	.folist-item {
		font-size: 18px;
		line-height: 30px;
		padding: 6px 0;
	}

	.shejiao {
		margin-top: 18px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.shejiao a {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
		margin: 0 10px 10px;
	}

	.shejiao a img {
		width: 18px;
		margin: 11px;
	}

	.fonav {
		margin-top: 10px;
	}

	.fonav a {
		padding: 2px 0;
	}

	.fo-list {
		padding-top: 0px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.fo-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 12px;
	}

	.fo-list-item p {
		font-size: 13px;
		line-height: 24px;
		margin-top: 4px;
	}

	.links {
		font-size: 13px;
		line-height: 24px;
		margin-top: 36px;
		padding-bottom: 10px;
	}

	.foot-bottom {
		font-size: 13px;
		line-height: 24px;
		padding: 14px 0 16px;
	}

	.foot-company-add {
		float: right;
		text-align: right;
		max-width: 70%;
	}

	.Keywords {
		float: left;
		text-align: left;
		max-width: 50%;
	}
}

@media (max-width:991px) {
	.footer {
		padding-top: 30px;
	}

	.foot {
		min-height: auto;
	}

	.fo-hidden {
		display: none;
	}

	.fobiao {
		font-size: 18px;
		line-height: 24px;
	}

	.fo1 {
		width: 100%;
	}

	/* .fo2{width: 15%;}.fo3{width: 13.5%;}.fo4{width: 13.25%;}.fo5{width: 13.75%;} */
	.fo6 {
		width: 100%;
		display: block;
		max-width: 520px;
		margin: 10px auto;
	}

	/* .folist{margin-top: 8px;}
	.folist-item{font-size: 18px;line-height: 30px;padding: 6px 0;} */
	.shejiao {
		margin-top: 4px;
		margin-left: -10px;
		margin-right: -10px;
		text-align: center;
	}

	.shejiao a {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
		margin: 0 10px 10px;
	}

	.shejiao a img {
		width: 18px;
		margin: 11px;
	}

	.fonav {
		margin-top: 10px;
	}

	.fonav a {
		padding: 2px 0;
	}

	.fo-list {
		padding-top: 0px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.fo-list-item {
		width: 25%;
		padding: 0 10px;
		margin-bottom: 12px;
	}

	.fo-list-item p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 4px;
	}

	.foot-bottom {
		font-size: 12px;
		line-height: 20px;
		padding: 12px 0 12px;
	}

	.foot-company-add {
		float: none;
		text-align: left;
		max-width: 100%;
		margin-bottom: 4px;
	}

	.Keywords {
		float: none;
		text-align: left;
		max-width: 100%;
	}
}

@media (max-width:460px) {
	.footer {
		padding-top: 20px;
	}

	.fo6 {
		width: 100%;
		display: block;
		max-width: 300px;
		margin: 10px auto;
	}

	.shejiao {
		margin-top: 4px;
		margin-left: -8px;
		margin-right: -8px;
		text-align: center;
	}

	.shejiao a {
		width: 36px;
		height: 36px;
		font-size: 18px;
		line-height: 36px;
		margin: 0 8px 10px;
	}

	.shejiao a img {
		width: 18px;
		margin: 9px;
	}

	.fo-list {
		padding-top: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.fo-list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 12px;
	}

	.fo-list-item p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 4px;
	}

	.foot-bottom {
		font-size: 12px;
		line-height: 20px;
		padding: 12px 0 12px;
	}

	.foot-company-add {
		float: none;
		text-align: left;
		max-width: 100%;
		margin-bottom: 4px;
	}

	.Keywords {
		float: none;
		text-align: left;
		max-width: 100%;
	}
}

.banner-address {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding-top: 18px;
	padding-bottom: 12px;
}

.banner-address a {
	display: inline;
	vertical-align: top;
	padding: 0 5px;
	color: #999;
}

.banner-address a:hover {
	color: #0070BC;
}

.banner-address a:nth-last-of-type(1) {
	color: #0070BC;
}

.sec-top {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2);
}

.sec-top-list {
	width: 100%;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.sec-top-item {
	margin: 0 10px;
	font-size: 18px;
	color: #333;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.sec-top-item a {
	display: block;
	padding: 18px 40px;
	position: relative;
}

.sec-top-item.active a,
.sec-top-item:hover a {
	background: #0070BC;
	color: #fff;
}

.sec-top-item.active::before,
.sec-top-item:hover::before {
	left: 0;
	right: 0;
	top: -1px;
	bottom: -1px;
	background: #0070BC;
	content: "";
	position: absolute;
}

.sec-top-item.active a::after,
.sec-top-item:hover a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 39px;
	background: url(../img/jiao.png) repeat center center;
	background-size: 100% 100%;
	height: 20px;
}

.about-tbody {
	padding-top: 88px;
	width: 100%;
	padding-bottom: 94px;
}

.about-tbody-right {
	width: 46.66666666666667%;
	float: right;
	position: relative;
}

.about-tbody-left {
	width: 45.5%;
	float: left;
	position: relative;
}

.swiper-about {
	width: 100%;
	position: relative;
	max-width: 560px;
	margin: 0 auto;
}

.swiper-about .swiper-slide {
	width: 100% !important;
}

.swiper-about>.swiper-pagination-bullets {
	top: 24px;
	text-align: right;
	bottom: auto;
	font-size: 0;
	letter-spacing: 0;
	padding-right: 19px;
}

.swiper-about .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 2px solid #0070BC;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	margin: 0 3px;
}

.swiper-about .swiper-pagination-bullet-active {
	background: #0070bc;
}

.about-tbody-title {
	font-size: 26px;
	color: #333333;
	line-height: 36px;
	padding-top: 25px;
	position: relative;
}

.about-tbody-title div {
	padding-bottom: 15px;
	position: relative;
	border-bottom: 3px solid #0070BC;
	display: inline-block;
	vertical-align: top;
}

.about-tbody-text {
	padding-top: 46px;
	color: #333;
}

.about-fl2 {
	width: 100%;
	background: #F8F8F8;
	padding-top: 72px;
	padding-bottom: 40px;
}

.about-fl2-list {
	font-size: 0;
	letter-spacing: 0;
}

.about-fl2-item {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 127px;
	margin-bottom: 10px;
}

.about-fl2-item1 {
	width: 26.58333333333333%;
}

.about-fl2-item2 {
	width: 29.16666666666667%;
}

.about-fl2-item3 {
	width: 27.91666666666667%;
}

.about-fl2-item4 {
	width: 16.33333333333333%;
	padding: 0;
}

.fl2-item-num {
	font-size: 40px;
	font-weight: bold;
	color: #0070BC;
	line-height: 42px;
	padding-bottom: 30px;
	position: relative;
}

.fl2-item-num::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	background: #0070BC;
}

.fl2-item-text {
	padding-top: 34px;
	color: #666;
	padding-bottom: 10px;
}

.about-fl3 {
	width: 100%;
	position: relative;
	margin: 0;
}

.about-fl3-list {
	font-size: 0;
	letter-spacing: 0;
}

.about-fl3-list .about-fl3-item:nth-of-type(odd) {
	background: #0070BC;
}

.about-fl3-list .about-fl3-item:nth-of-type(even) {
	background: rgba(0, 112, 188, .8);
}

.about-fl3-item {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 66px 10px 29px;
}

.fl3-item-text {
	text-align: center;
	color: #fff;
	margin-top: 29px;
	min-height: 60px;
}

.about-lichen {
	position: relative;
	width: 100%;
	padding-top: 80px;
	background: url(../img/lic-bgi.png) repeat center center;
	padding-bottom: 18px;
}

.about-lichen-title {
	font-size: 42px;
	position: relative;
	color: #333333;
	line-height: 46px;
	text-align: center;
	padding-bottom: 24px;
}

.about-lichen-title::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #0070BC;
}

.about-lichen-list {
	margin-top: 42px;
	position: relative;
	padding-top: 54px;
}

.about-lichen-list::before {
	content: "";
	width: 1px;
	height: 100%;
	max-height: 1291px;
	background: #D9D9D9;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.about-lichen-item::before {
	background: url(../img/yuan.png) no-repeat center center;
	background-size: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 1px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
}

.about-lichen-item {
	position: relative;
	width: 100%;
	margin-bottom: 77px;
}

.lc-item-img,
.lc-item-info {
	width: 50%;
	padding: 0 10px;
}

.lc-item-img>div {
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	border: 3px solid #F9F9F9;
	box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
	text-align: center;
}

.about-lichen-item:nth-of-type(odd) .lc-item-img {
	float: right;
	padding-left: 61px;
}

.about-lichen-item:nth-of-type(odd) .lc-item-info {
	text-align: right;
	padding-right: 40px;
}

.about-lichen-item:nth-of-type(even) .lc-item-img {
	padding-right: 80px;
	text-align: right;
	float: left;
}

.about-lichen-item:nth-of-type(even) .lc-item-info {
	float: right;
	padding-left: 61px;
	text-align: left;
}

.lc-item-year {
	font-size: 28px;
	margin-top: -3px;
	color: #0070BC;
	line-height: 28px;
}

.lc-item-text {
	margin-top: 21px;
	color: #666;
}

.about2-tbody {
	padding-top: 70px;
	position: relative;
	background: #F9F9F9;
	padding-bottom: 116px;
}

.about2-tbody-text {
	padding-top: 26px;
	text-align: center;
	color: #666;
}

@media (min-width:1260px) and (max-width:1459px) {
	.about-fl3-item {
		width: 25%;
		padding: 56px 10px 24px;
	}

	.fl3-item-text {
		margin-top: 24px;
		min-height: 60px;
	}

	.about-tbody {
		padding-top: 78px;
		padding-bottom: 84px;
	}

	.fl3-item-icon img {
		width: 60px;
	}
}

@media (min-width:992px) and (max-width:1259px) {
	.banner-address {
		font-size: 14px;
		line-height: 30px;
		padding-top: 18px;
		padding-bottom: 12px;
	}

	.sec-top-item {
		margin: 0 10px;
		font-size: 16px;
		line-height: 36px;
	}

	.sec-top-item a {
		padding: 16px 36px;
	}

	.sec-top-item.active a::after,
	.sec-top-item:hover a::after {
		width: 39px;
		height: 20px;
	}

	.about-tbody {
		padding-top: 70px;
		padding-bottom: 74px;
	}

	.about-tbody-right {
		width: 48%;
	}

	.about-tbody-left {
		width: 48%;
	}

	.swiper-about>.swiper-pagination-bullets {
		top: 20px;
		padding-right: 14px;
	}

	.swiper-about .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border: 1.5px solid #0070BC;
		margin: 0 3px;
	}

	.about-tbody-title {
		font-size: 22px;
		line-height: 32px;
		padding-top: 10px;
	}

	.about-tbody-title div {
		padding-bottom: 12px;
	}

	.about-tbody-text {
		padding-top: 20px;
	}

	.about-fl2 {
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.about-fl2-item {
		width: 25%;
		padding-right: 56px;
		margin-bottom: 10px;
	}

	.about-fl2-item1 {
		width: 26.8%;
	}

	.about-fl2-item2 {
		width: 29%;
	}

	.about-fl2-item3 {
		width: 27.5%;
	}

	.about-fl2-item4 {
		width: 16.7%;
		padding: 0;
	}

	.fl2-item-num {
		font-size: 36px;
		line-height: 40px;
		padding-bottom: 24px;
	}

	.fl2-item-num::before {
		width: 30px;
	}

	.fl2-item-text {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.about-fl3-item {
		width: 25%;
		padding: 36px 10px 16px;
	}

	.fl3-item-icon img {
		width: 54px;
	}

	.fl3-item-text {
		margin-top: 12px;
		min-height: 56px;
	}

	.about-lichen {
		padding-top: 60px;
		padding-bottom: 18px;
	}

	.about-lichen-title {
		font-size: 36px;
		line-height: 40px;
		padding-bottom: 20px;
	}

	.about-lichen-title::before {
		width: 66px;
		height: 3px;
	}

	.about-lichen-list {
		margin-top: 36px;
		padding-top: 48px;
	}

	.about-lichen-item::before {
		width: 18px;
		height: 18px;
	}

	.about-lichen-item {
		margin-bottom: 60px;
	}

	.about-lichen-item:nth-of-type(odd) .lc-item-img {
		float: right;
		padding-left: 61px;
	}

	.about-lichen-item:nth-of-type(odd) .lc-item-info {
		text-align: right;
		padding-right: 40px;
	}

	.about-lichen-item:nth-of-type(even) .lc-item-img {
		padding-right: 60px;
		text-align: right;
		float: left;
	}

	.about-lichen-item:nth-of-type(even) .lc-item-info {
		float: right;
		padding-left: 61px;
		text-align: left;
	}

	.lc-item-year {
		font-size: 24px;
		margin-top: -2px;
		line-height: 24px;
	}

	.lc-item-text {
		margin-top: 18px;
	}

	.about2-tbody {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.about2-tbody-text {
		padding-top: 24px;
	}
}

@media (max-width:991px) {
	.banner-address {
		font-size: 14px;
		line-height: 28px;
		padding-top: 16px;
		padding-bottom: 10px;
	}

	.sec-top-item {
		margin: 0 6px;
		font-size: 15px;
		line-height: 30px;
	}

	.sec-top-item a {
		padding: 10px 24px;
	}

	.sec-top-item.active a::after,
	.sec-top-item:hover a::after {
		width: 32px;
		height: 16px;
	}

	.about-tbody {
		padding-top: 50px;
		padding-bottom: 54px;
	}

	.about-tbody-right {
		width: 100%;
		text-align: center;
	}

	.about-tbody-left {
		width: 100%;
		margin-top: 20px;
	}

	.swiper-about>.swiper-pagination-bullets {
		top: 20px;
		padding-right: 14px;
	}

	.swiper-about .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border: 1.5px solid #0070BC;
		margin: 0 3px;
	}

	.about-tbody-title {
		font-size: 20px;
		line-height: 30px;
		padding-top: 10px;
	}

	.about-tbody-title div {
		padding-bottom: 10px;
	}

	.about-tbody-text {
		padding-top: 16px;
	}

	.about-fl2 {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.about-fl2-list {
		margin-left: -15px;
		margin-right: -15px;
	}

	.about-fl2-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 10px;
	}

	.fl2-item-num {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 16px;
	}

	.fl2-item-num::before {
		width: 28px;
	}

	.fl2-item-text {
		padding-top: 24px;
		padding-bottom: 10px;
	}

	.about-fl3-item {
		width: 50%;
		padding: 30px 10px 16px;
		margin-bottom: 10px;
	}

	.fl3-item-icon img {
		width: 54px;
	}

	.fl3-item-text {
		margin-top: 12px;
		min-height: 56px;
	}

	.about-lichen {
		padding-top: 60px;
		padding-bottom: 18px;
	}

	.about-lichen-title {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 20px;
	}

	.about-lichen-title::before {
		width: 66px;
		height: 3px;
	}

	.about-lichen-list {
		margin-top: 36px;
		padding-top: 48px;
	}

	.about-lichen-item::before {
		width: 18px;
		height: 18px;
	}

	.about-lichen-item {
		margin-bottom: 60px;
	}

	.about-lichen-item:nth-of-type(odd) .lc-item-img {
		float: right;
		padding-left: 40px;
	}

	.about-lichen-item:nth-of-type(odd) .lc-item-info {
		text-align: right;
		padding-right: 30px;
	}

	.about-lichen-item:nth-of-type(even) .lc-item-img {
		padding-right: 40px;
		text-align: right;
		float: left;
	}

	.about-lichen-item:nth-of-type(even) .lc-item-info {
		float: right;
		padding-left: 40px;
		text-align: left;
	}

	.lc-item-year {
		font-size: 20px;
		margin-top: -2px;
		line-height: 20px;
	}

	.lc-item-text {
		margin-top: 16px;
	}

	.about2-tbody {
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.about2-tbody-text {
		padding-top: 20px;
	}
}

@media (max-width:720px) {
	.sec-top-item {
		margin: 0 4px;
		font-size: 14px;
		line-height: 28px;
	}

	.sec-top-item a {
		padding: 6px 10px;
	}

	.about2-tbody {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.about2-tbody-text {
		padding-top: 18px;
	}
}

@media (max-width:520px) {
	.about-lichen-list::before {
		height: 100%;
	}

	.banner-address {
		font-size: 12px;
		line-height: 20px;
		padding-top: 16px;
		padding-bottom: 10px;
	}

	.sec-top-item {
		margin: 0 4px;
		font-size: 14px;
		line-height: 28px;
	}

	.sec-top-item a {
		padding: 6px 10px;
	}

	.sec-top-item.active a::after,
	.sec-top-item:hover a::after {
		width: 0px;
		height: 0px;
	}

	.about-tbody {
		padding-top: 40px;
		padding-bottom: 44px;
	}

	.fl2-item-num {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 12px;
	}

	.fl2-item-num::before {
		width: 28px;
	}

	.fl2-item-text {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.about-fl3-item {
		width: 50%;
		padding: 30px 10px 16px;
		margin-bottom: 10px;
	}

	.fl3-item-icon img {
		width: 44px;
	}

	.fl3-item-text {
		margin-top: 10px;
		min-height: 56px;
	}

	.about-lichen {
		padding-top: 40px;
		padding-bottom: 16px;
	}

	.about-lichen-title {
		font-size: 26px;
		line-height: 40px;
		padding-bottom: 20px;
	}

	.about-lichen-title::before {
		width: 60px;
		height: 2px;
	}

	.about-lichen-list {
		margin-top: 30px;
		padding-top: 40px;
	}

	.about-lichen-list::before {
		left: 10px;
		transform: translateX(-50%);
	}

	.about-lichen-item::before {
		width: 18px;
		height: 18px;
		left: 10px;
	}

	.about-lichen-item {
		margin-bottom: 60px;
	}

	.lc-item-img,
	.lc-item-info {
		width: 100%;
		padding: 0;
	}

	.about-lichen-item:nth-of-type(odd) .lc-item-img {
		float: none;
		padding-left: 30px;
	}

	.about-lichen-item:nth-of-type(odd) .lc-item-info {
		text-align: left;
		padding-left: 30px;
		padding-right: 0;
	}

	.about-lichen-item:nth-of-type(even) .lc-item-img {
		padding-right: 0px;
		text-align: left;
		float: none;
		padding-left: 30px;
	}

	.about-lichen-item:nth-of-type(even) .lc-item-info {
		float: none;
		padding-left: 30px;
		text-align: left;
	}

	.lc-item-year {
		font-size: 20px;
		margin-top: 12px;
		line-height: 20px;
	}

	.lc-item-text {
		margin-top: 16px;
	}

	.about2-tbody {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.about2-tbody-text {
		padding-top: 16px;
	}
}

@media (max-width:400px) {
	.about-fl2-item {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 10px;
	}

	.about-tbody {
		padding-top: 30px;
		padding-bottom: 34px;
	}

	.about-fl3-item {
		width: 100%;
		margin-bottom: 0;
	}

	.fl3-item-icon img {
		width: 40px;
	}

	.fl3-item-text {
		margin-top: 12px;
		min-height: 56px;
	}

	.about-lichen {
		padding-top: 40px;
		padding-bottom: 14px;
	}

	.about-lichen-title {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.about2-tbody {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.about2-tbody-text {
		padding-top: 14px;
	}
}

#box {
	position: relative;
	margin: 50px auto 0;
	max-width: 1200px;
}

#box .prev,
#box .next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	overflow: hidden;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 29px;
	z-index: 99;
	transition: 0.5s;
	padding: 0;
	border: 0;
	color: #666;
}

#box .prev:hover,
#box .next:hover {
	color: #0070BC;
}

#box .prev {
	left: 0px;
}

#box .next {
	right: 0px;
}

#box ul {
	position: relative;
	margin: auto;
	height: 462px;
}

#box li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	-moz-box-sizing: content-box;
	box-sizing: content-box !important;
}

#box li a {
	display: block;
	position: relative;
	background: #FFFFFF;
	text-align: center;
}

#box li a img {
	width: 100%;
	max-width: 624px;
	opacity: 1;
}

#box li>span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0px;
	top: 455px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

#copyright {
	padding-top: 10px;
	text-align: center;
}

/* .ab3zi{ font-size:16px; color: #666; line-height:28px; text-align:center; margin-top:14px;  transition:0.5s;font-family: arial;font-weight: 400;} */

/* #box li:nth-child(4) .ab3zi{margin-top: 21px;} */

@media screen and (max-width: 1259px) {
	#box {
		margin-top: 30px;
		width: auto;
	}

	#box li {
		position: relative;
		left: auto;
		top: auto;
		width: 0.32333% !important;
		height: auto !important;
		padding: 0px;
	}

	.img-scroll6 {
		position: relative;
		width: 100%;
		margin-top: 28px;
		z-index: 9;
	}

	#box .prev {
		left: 0px;
	}

	#box .prev,
	#box .next {
		font-size: 16px;
		margin-top: -25px;
		width: 28px;
		height: 50px;
		line-height: 50px;
	}

	#box .next {
		right: 0px;
	}

	.img-list6 {
		position: relative;
		overflow: hidden;
		z-index: 90;
	}

	.img-list6 ul {
		width: 10000% !important;
		height: auto !important;
	}

	.img-list6 li {
		float: left;
		display: inline;
		margin-right: 0.015% !important;
		margin-left: auto;
		opacity: 1;
	}

	.img-list6 li:after {
		content: "";
		clear: both;
		display: block;
	}

	.img-list6 li img {
		opacity: 1 !important
	}

	#box li a {
		box-shadow: none
	}

	#box li span {
		position: relative;
		top: auto;
	}
}

@media screen and (max-width: 589px) {
	#box {
		margin-top: 20px;
		width: auto;
	}

	#box li {
		width: 0.49% !important;
		margin-right: 0.02% !important;
	}
}

@media screen and (max-width: 499px) {
	#box li {
		width: 1% !important;
		margin-right: 0.02% !important;
	}
}

.about3-tbody {
	position: relative;
	padding-top: 78px;
	padding-bottom: 122px;
}

.about3-tbody-swiper {
	padding-bottom: 40px;
	border-bottom: 1px solid #E6E6E6;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}

.about3-tbody-swiper .swiper-button-next,
.about3-tbody-swiper .swiper-button-prev {
	font-size: 24px;
	color: rgba(0, 0, 0, .2);
}

.about3-tbody-swiper .swiper-button-next {
	right: -35px;
}

.about3-tbody-swiper .swiper-button-prev {
	left: -35px;
}

.about3-tbody-swiper .swiper-button-next:hover,
.about3-tbody-swiper .swiper-button-prev:hover {
	color: #0070BC;
}

.swiper-about3-img {
	width: 100%;
	text-align: center;
}

.swiper-about3-info {
	padding-top: 6px;
	padding-bottom: 10px;
	color: #666;
}

.div_ject1-box {
	padding-top: 78px;
	margin-left: -50px;
	margin-right: -50px;
}

.about3-box-left {
	float: left;
	width: 61.07692307692308%;
}

.about3-box-right {
	float: right;
	width: 37.30769230769231%;
}

.about3-box-right .div1 .p1 {
	width: 33%;
	float: left;
}

.about3-box-right .div1 .p1 select {
	border: 1px solid #ddd;
	line-height: 33px;
	height: 35px;
	width: 100%;
}

.about3-box-right .div1 .p2 {
	width: 25%;
	float: right;
}

.about3-box-right .div1 .p2 a {
	display: block;
	background: #0070BC;
	border-radius: 6px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

.about3-box-right .div2 {
	height: 520px;
	margin-left: -4px;
	margin-right: -3px;
	overflow: auto;
	margin-top: 35px;
}

.about3-box-right .div2 ul li {
	float: left;
	width: 46.4%;
	padding: 0 4px;
	margin-right: 3.6%;
	margin-bottom: 44px;
	min-height: 242px;
}

.about3-box-right .div2 ul li .p1 img {
	width: 100%;
}

.about3-box-right .div2 ul li .p2 {
	margin-top: 6px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.about3-box-right .div3 {
	height: 528px;
	overflow: auto;
	margin-top: 34px;
}

.about3-box-right .div3 ul li {
	width: 100%;
	margin-bottom: 31px;
	background: #F5F5F5;
	border-radius: 6px;
	padding: 12px 18px 10px;
}

.about3-box-right .div3 ul li .p2-text {
	margin-top: 3px;
	color: #666;
	font-size: 14px;
	line-height: 26px;
}

.contact2 {
	padding-top: 34px;
	padding-bottom: 123px;
}

@media (min-width:1260px) and (max-width:1300px) {
	.about3-tbody {
		padding-top: 66px;
		padding-bottom: 100px;
	}

	.about3-tbody-swiper {
		padding-bottom: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.about3-tbody-swiper .swiper-button-next,
	.about3-tbody-swiper .swiper-button-prev {
		font-size: 22px;
	}

	.about3-tbody-swiper .swiper-button-next {
		right: -15px;
	}

	.about3-tbody-swiper .swiper-button-prev {
		left: -15px;
	}

	.div_ject1-box {
		padding-top: 66px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.about3-box-left {
		float: left;
		width: 60%;
	}

	.about3-box-right {
		float: right;
		width: 39%;
	}

	.about3-box-right .div1 .p1 {
		width: 34%;
		float: left;
	}

	.about3-box-right .div1 .p2 {
		width: 28%;
		float: right;
	}

	.about3-box-right .div2 {
		height: 490px;
		margin-top: 30px;
	}

	.about3-box-right .div2 ul li {
		margin-bottom: 36px;
	}

	.about3-box-right .div2 ul li .p2 {
		margin-top: 6px;
		color: #666;
		font-size: 14px;
		line-height: 30px;
	}

	.about3-box-right .div3 {
		height: 500px;
		margin-top: 30px;
	}

	.about3-box-right .div3 ul li {
		margin-bottom: 28px;
		padding: 10px 14px 8px;
	}

	.about3-box-right .div3 ul li .p2-text {
		margin-top: 2px;
		font-size: 14px;
		line-height: 26px;
	}

	.contact2 {
		padding-top: 28px;
		padding-bottom: 100px;
	}
}

@media (min-width:992px) and (max-width:1259px) {
	.about3-tbody {
		padding-top: 54px;
		padding-bottom: 80px;
	}

	.about3-tbody-swiper {
		padding-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.about3-tbody-swiper .swiper-button-next,
	.about3-tbody-swiper .swiper-button-prev {
		font-size: 20px;
	}

	.about3-tbody-swiper .swiper-button-next {
		right: -15px;
	}

	.about3-tbody-swiper .swiper-button-prev {
		left: -15px;
	}

	.div_ject1-box {
		padding-top: 56px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.about3-box-left {
		float: left;
		width: 55%;
	}

	.about3-box-right {
		float: right;
		width: 44%;
	}

	.about3-box-right .div1 .p1 {
		width: 36%;
		float: left;
	}

	.about3-box-right .div1 .p2 {
		width: 30%;
		float: right;
	}

	.about3-box-right .div2 {
		height: 446px;
		margin-top: 28px;
	}

	.about3-box-right .div2 ul li {
		float: left;
		width: 47%;
		padding: 0 4px;
		margin-right: 3%;
		margin-bottom: 30px;
	}

	.about3-box-right .div2 ul li .p2 {
		margin-top: 4px;
		font-size: 13px;
		line-height: 28px;
	}

	.about3-box-right .div3 {
		height: 360px;
		margin-top: 26px;
	}

	.about3-box-right .div3 ul li {
		margin-bottom: 24px;
		padding: 8px 10px 6px;
	}

	.about3-box-right .div3 ul li .p2-text {
		margin-top: 2px;
		font-size: 14px;
		line-height: 24px;
	}

	.contact2 {
		padding-top: 24px;
		padding-bottom: 80px;
	}
}

@media (max-width:991px) {
	.about3-tbody {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.about3-tbody-swiper {
		padding-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.about3-tbody-swiper .swiper-button-next,
	.about3-tbody-swiper .swiper-button-prev {
		font-size: 20px;
	}

	.about3-tbody-swiper .swiper-button-next {
		right: -15px;
	}

	.about3-tbody-swiper .swiper-button-prev {
		left: -15px;
	}

	.div_ject1-box {
		padding-top: 36px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.about3-box-left {
		float: left;
		width: 100%;
	}

	.about3-box-right {
		float: right;
		width: 100%;
	}

	.about3-box-right .div1 .p1 {
		width: 36%;
		float: left;
	}

	.about3-box-right .div1 .p2 {
		width: 30%;
		float: right;
	}

	.about3-box-right .div2 {
		height: auto;
		margin-top: 28px;
	}

	.about3-box-right .div2 ul li {
		float: left;
		width: 47%;
		padding: 0 4px;
		margin: 0 1.5%;
		margin-bottom: 30px;
	}

	.about3-box-right .div2 ul li .p2 {
		margin-top: 4px;
		font-size: 12px;
		line-height: 24px;
	}

	.about3-box-right .div3 {
		height: auto;
		margin-top: 26px;
	}

	.about3-box-right .div3 ul li {
		margin-bottom: 24px;
		padding: 8px 10px 6px;
	}

	.about3-box-right .div3 ul li .p2-text {
		margin-top: 2px;
		font-size: 14px;
		line-height: 24px;
	}

	.contact2 {
		padding-top: 24px;
		padding-bottom: 30px;
	}
}

@media (max-width:420px) {
	.about3-tbody {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.div_ject1-box {
		padding-top: 20px;
	}

	.about3-box-right .div1 .p1 {
		width: 42%;
		float: left;
	}

	.about3-box-right .div1 .p2 {
		width: 40%;
		float: right;
	}
}

.about4-tbody {
	padding-top: 94px;
	position: relative;
	padding-bottom: 120px;
}

.about4-tbody-box {
	width: 100%;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	margin-bottom: 53px;
}

.about4-tbody-swiper {
	width: 60%;
	position: relative;
}

.swiper-about4 {
	width: 100%;
	height: 100%;
}

.swiper-about4 .swiper-slide {
	width: 100% !important;
}

.swiper-about4 .swiper-button-next,
.swiper-about4 .swiper-button-prev {
	font-size: 24px;
	color: rgba(0, 0, 0, .2);
	line-height: 44px;
}

.swiper-about4 .swiper-button-next:hover,
.swiper-about4 .swiper-button-prev:hover {
	color: #0070BC;
}

.about4-tbody-info {
	padding: 20px;
	padding-left: 80px;
}

.about4-tbody-text {
	color: #666;
	padding-bottom: 20px;
}

.about4-tbody-text p {
	padding: 3px 0;
}

.fanpian {
	padding-top: 16px;
	position: relative;
	border-top: 1px solid #E3E3E3;
	padding-bottom: 2px;
}

.fanpians {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.fanpians:hover {
	color: #0070BC;
}

.fanpianbtn {
	color: #666;
	margin-right: 5px;
}

.fanpianbtn img {
	width: 17px;
	margin-top: 7px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

@media (min-width:992px) and (max-width:1259px) {
	.about4-tbody {
		padding-top: 76px;
		padding-bottom: 100px;
	}

	.about4-tbody-box {
		margin-bottom: 40px;
	}

	.about4-tbody-swiper {
		width: 60%;
	}

	.swiper-about4 .swiper-button-next,
	.swiper-about4 .swiper-button-prev {
		font-size: 22px;
		line-height: 36px;
	}

	.about4-tbody-info {
		padding: 16px;
		padding-left: 60px;
	}

	.about4-tbody-text {
		padding-bottom: 16px;
	}

	.about4-tbody-text p {
		padding: 2px 0;
	}

	.fanpian {
		padding-top: 12px;
	}

	.fanpians {
		font-size: 14px;
		line-height: 30px;
	}

	.fanpianbtn img {
		width: 16px;
		margin-top: 7px;
	}
}

@media (max-width:991px) {
	.about4-tbody {
		padding-top: 54px;
		padding-bottom: 76px;
	}

	.about4-tbody-box {
		margin-bottom: 30px;
	}

	.about4-tbody-swiper {
		width: 60%;
	}

	.swiper-about4 .swiper-button-next,
	.swiper-about4 .swiper-button-prev {
		font-size: 20px;
		line-height: 32px;
	}

	.about4-tbody-info {
		padding: 14px;
		padding-left: 40px;
	}

	.about4-tbody-text {
		padding-bottom: 14px;
	}

	.about4-tbody-text p {
		padding: 2px 0;
	}

	.fanpian {
		padding-top: 10px;
	}

	.fanpians {
		font-size: 13px;
		line-height: 28px;
	}

	.fanpianbtn img {
		width: 16px;
		margin-top: 6px;
	}
}

@media (max-width:720px) {
	.about4-tbody {
		padding-top: 36px;
		padding-bottom: 50px;
	}

	.about4-tbody-box {
		margin-bottom: 20px;
		display: block;
	}

	.about4-tbody-swiper {
		width: 100%;
	}

	.swiper-about4 .swiper-button-next,
	.swiper-about4 .swiper-button-prev {
		font-size: 18px;
		line-height: 32px;
	}

	.about4-tbody-info {
		padding: 10px;
		padding-left: 30px;
	}

	.about4-tbody-text {
		padding-bottom: 10px;
	}

	.about4-tbody-text p {
		padding: 2px 0;
	}

	.fanpian {
		padding-top: 10px;
	}

	.fanpians {
		font-size: 13px;
		line-height: 26px;
	}

	.fanpianbtn img {
		width: 16px;
		margin-top: 6px;
	}
}

@media (max-width:600px) {
	.about4-tbody {
		padding-top: 16px;
		padding-bottom: 30px;
	}

	.about4-tbody-info {
		padding: 10px;
		padding-left: 10px;
	}

	.about4-tbody-text {
		padding-bottom: 10px;
	}

	.about4-tbody-text p {
		padding: 2px 0;
	}

	.fanpian {
		padding-top: 10px;
	}

	.fanpians {
		font-size: 12px;
		line-height: 24px;
	}

	.fanpianbtn img {
		width: 16px;
		margin-top: 4px;
	}
}

.about5-tbody {
	position: relative;
	padding-top: 68px;
	padding-bottom: 114px;
}

.about5-tbody-menu {
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.about5-tbody-item {
	font-size: 20px;
	color: #666;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	margin: 0 33px;
	position: relative;
	padding-bottom: 8px;
}

.about5-tbody-item::before {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	position: absolute;
	content: "";
	width: 80px;
	height: 3px;
	background: transparent;
}

.about5-tbody-item a {
	display: block;
	color: #666;
}

.about5-tbody-item:hover a,
.about5-tbody-item.active a {
	color: #0070BC;
}

.about5-tbody-item:hover::before,
.about5-tbody-item.active::before {
	background: #0070BC;
}

.faq-tbody {
	position: relative;
	padding-top: 30px;
	display: none;
}

.faq-tbody.active {
	display: block;
}

.faq-list {
	width: 100%;
	padding-top: 12px;
	position: relative;
	padding-bottom: 46px;
}

.faq-list-item {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.select-name {
	position: relative;
	padding: 10px 42px;
	background: #F5F5F5;
	border-radius: 6px;
	cursor: pointer;
}

.select-name .wen {
	position: absolute;
	width: 42px;
	text-align: center;
	left: 0;
	top: 10px;
}

.select-name .iconfont {
	position: absolute;
	width: 36px;
	text-align: left;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #0070BC;
}

.select-name:hover,
.select-name.active {
	background: #0070BC;
	color: #fff;
}

.select-name:hover .iconfont,
.select-name.active .iconfont {
	color: #fff;
}

.select-text>div {
	width: 100%;
	padding: 14px 46px 34px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	color: #666;
	position: relative;
}

.select-text {
	display: none;
	position: relative;
}

.select-text .da {
	position: absolute;
	width: 44px;
	text-align: center;
	left: 0;
	top: 14px;
}

.m-page {
	position: relative;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.m-page a {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #0073C3;
	margin: 0 7px 7px;
	font-size: 12px;
	color: #0073C3;
}

.m-page a:hover,
.m-page a.active {
	background: #0073C3;
	color: #fff;
}

.m-page .no:hover {
	background-color: #fff;
	color: #0073C3;
}

.m-page a.big {
	min-width: 67px;
	padding: 0 14px;
	width: auto;
	margin: 0 22px 7px;
}

.about5-tbody-text {
	color: #333;
	padding-top: 10px;
	padding-bottom: 16px;
}

.about5-tbody-text img {
	margin-top: 16px;
}

.about5-tbody-list {
	font-size: 0;
	letter-spacing: 0;
	margin-top: 15px;
	margin-bottom: 9px;
	overflow: hidden;
}

.about5-tbody-list>div {
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
}

.about5-list-item {
	width: 33.333333333333333333%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #E6E6E6;
	padding: 60px 28px 0px;
	min-height: 335px;
}

.about5-list-item-num {
	font-size: 54px;
	font-weight: bold;
	color: #0070BC;
	line-height: 60px;
	position: relative;
	padding-bottom: 17px;
}

.about5-list-item-num::before {
	width: 34px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #0070BC;
}

.about5-list-item-num small {
	font-size: 16px;
	font-weight: 400;
	color: #0070BC;
	line-height: 30px;
}

.about5-list-item-text {
	padding-top: 22px;
	color: #666;
}

@media (min-width:992px) and (max-width:1259px) {
	.about5-tbody {
		padding-top: 56px;
		padding-bottom: 100px;
	}

	.about5-tbody-item {
		font-size: 18px;
		line-height: 32px;
		margin: 0 28px;
		padding-bottom: 6px;
	}

	.about5-tbody-item::before {
		width: 100%;
		height: 3px;
	}

	.faq-tbody {
		padding-top: 25px;
	}

	.faq-list {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	.faq-list-item {
		margin-bottom: 18px;
	}

	.select-name {
		padding: 8px 38px;
	}

	.select-name .wen {
		width: 38px;
		top: 8px;
	}

	.select-text>div {
		padding: 12px 40px 28px;
	}

	.select-text .da {
		width: 40px;
		left: 0;
		top: 12px;
	}

	.m-page a {
		width: 32px;
		height: 28px;
		line-height: 26px;
		margin: 0 6px 6px;
		;
	}

	.m-page a.big {
		min-width: 64px;
		padding: 0 12px;
		width: auto;
		margin: 0 20px 6px;
	}

	.about5-tbody-text {
		padding-top: 8px;
		padding-bottom: 12px;
	}

	.about5-tbody-text img {
		margin-top: 12px;
	}

	.about5-tbody-list {
		margin-top: 12px;
		margin-bottom: 8px;
		overflow: hidden;
	}

	.about5-list-item {
		width: 33.333333333333333333%;
		padding: 40px 20px 0px;
		min-height: 300px;
	}

	.about5-list-item-num {
		font-size: 48px;
		line-height: 54px;
		padding-bottom: 14px;
	}

	.about5-list-item-num::before {
		width: 32px;
		height: 2px;
	}

	.about5-list-item-num small {
		font-size: 16px;
		line-height: 30px;
	}

	.about5-list-item-text {
		padding-top: 22px;
		color: #666;
	}
}

@media (max-width:991px) {
	.about5-tbody {
		padding-top: 48px;
		padding-bottom: 80px;
	}

	.about5-tbody-item {
		font-size: 18px;
		line-height: 30px;
		margin: 0 22px;
		padding-bottom: 6px;
	}

	.about5-tbody-item::before {
		width: 100%;
		height: 3px;
	}

	.faq-tbody {
		padding-top: 20px;
	}

	.faq-list {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.faq-list-item {
		margin-bottom: 15px;
	}

	.select-name {
		padding: 8px 36px;
	}

	.select-name .wen {
		width: 36px;
		top: 8px;
	}

	.select-text>div {
		padding: 12px 36px 20px;
	}

	.select-text .da {
		width: 36px;
		left: 0;
		top: 12px;
	}

	.m-page a {
		width: 32px;
		height: 28px;
		line-height: 26px;
		margin: 0 6px 6px;
		;
	}

	.m-page a.big {
		min-width: 64px;
		padding: 0 12px;
		width: auto;
		margin: 0 20px 6px;
	}

	.about5-tbody-text {
		padding-top: 8px;
		padding-bottom: 10px;
	}

	.about5-tbody-text img {
		margin-top: 10px;
	}

	.about5-tbody-list {
		margin-top: 10px;
		margin-bottom: 8px;
		overflow: hidden;
	}

	.about5-list-item {
		width: 50%;
		padding: 30px 20px 0px;
		min-height: 300px;
	}

	.about5-list-item-num {
		font-size: 44px;
		line-height: 50px;
		padding-bottom: 14px;
	}

	.about5-list-item-num::before {
		width: 32px;
		height: 2px;
	}

	.about5-list-item-num small {
		font-size: 16px;
		line-height: 30px;
	}

	.about5-list-item-text {
		padding-top: 20px;
	}
}

@media (max-width:420px) {
	.about5-tbody {
		padding-top: 48px;
		padding-bottom: 80px;
	}

	.about5-tbody-item {
		font-size: 16px;
		line-height: 28px;
		margin: 0 16px;
		padding-bottom: 6px;
	}

	.faq-list {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.faq-list-item {
		margin-bottom: 15px;
	}

	.select-name {
		padding: 8px 32px;
	}

	.select-name .wen {
		width: 32px;
		top: 8px;
	}

	.select-text>div {
		padding: 12px 32px 20px;
	}

	.select-text .da {
		width: 32px;
		left: 0;
		top: 12px;
	}

	.about5-tbody-list {
		margin-top: 10px;
		margin-bottom: 8px;
		overflow: hidden;
	}

	.about5-list-item {
		width: 100%;
		padding: 20px 10px 20px;
		min-height: auto;
	}

	.about5-list-item-num {
		font-size: 36px;
		line-height: 40px;
		padding-bottom: 14px;
	}

	.about5-list-item-num::before {
		width: 32px;
		height: 2px;
	}

	.about5-list-item-num small {
		font-size: 14px;
		line-height: 30px;
	}

	.about5-list-item-text {
		padding-top: 18px;
	}
}

.about6-tbody {
	position: relative;
	padding-top: 102px;
	padding-bottom: 95px;
}

.about6-tbody-list {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -22.5px;
	margin-right: -22.5px;
	padding-bottom: 19px;
}

.about6-tbody-item {
	width: 33.33333333333%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 38px;
	padding: 0 22.5px;
	position: relative;
}

.about6-tbody-item:nth-of-type(1) {
	width: 100%;
}

.item-video-name {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background: #F5F5F5;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.about6-tbody-item:nth-of-type(1) .item-video-name {
	padding: 17px 0 10px;
	font-size: 18px;
	line-height: 36px;
	background: transparent;
}

.about6-tbody-item .item-video {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

@media (min-width:992px) and (max-width:1259px) {
	.about6-tbody {
		padding-top: 84px;
		padding-bottom: 80px;
	}

	.about6-tbody-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 12px;
	}

	.about6-tbody-item {
		width: 33.33333333333%;
		margin-bottom: 32px;
		padding: 0 15px;
	}

	.about6-tbody-item:nth-of-type(1) {
		width: 100%;
	}

	.item-video-name {
		padding: 4px 0;
		font-size: 15px;
		line-height: 28px;
	}

	.about6-tbody-item:nth-of-type(1) .item-video-name {
		padding: 15px 0 8px;
		font-size: 17px;
		line-height: 34px;
	}
}

@media (max-width:991px) {
	.about6-tbody {
		padding-top: 68px;
		padding-bottom: 60px;
	}

	.about6-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 12px;
	}

	.about6-tbody-item {
		width: 33.33333333333%;
		margin-bottom: 28px;
		padding: 0 10px;
	}

	.about6-tbody-item:nth-of-type(1) {
		width: 100%;
	}

	.item-video-name {
		padding: 3px 0;
		font-size: 14px;
		line-height: 26px;
	}

	.about6-tbody-item:nth-of-type(1) .item-video-name {
		padding: 12px 0 5px;
		font-size: 16px;
		line-height: 32px;
	}
}

@media (max-width:720px) {
	.about6-tbody {
		padding-top: 50px;
		padding-bottom: 44px;
	}

	.about6-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 12px;
	}

	.about6-tbody-item {
		width: 50%;
		margin-bottom: 24px;
		padding: 0 10px;
	}

	.about6-tbody-item:nth-of-type(1) {
		width: 100%;
	}

	.item-video-name {
		padding: 3px 0;
		font-size: 13px;
		line-height: 24px;
	}

	.about6-tbody-item:nth-of-type(1) .item-video-name {
		padding: 12px 0 5px;
		font-size: 15px;
		line-height: 30px;
	}
}

@media (max-width:560px) {
	.about6-tbody {
		padding-top: 30px;
		padding-bottom: 24px;
	}

	.about6-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 10px;
	}

	.about6-tbody-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 6px;
	}

	.about6-tbody-item:nth-of-type(1) {
		width: 100%;
	}

	.item-video-name {
		padding: 3px 0;
		font-size: 12px;
		line-height: 22px;
	}

	.about6-tbody-item:nth-of-type(1) .item-video-name {
		padding: 4px 0;
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width:360px) {
	.about6-tbody {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.about6-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 10px;
	}

	.about6-tbody-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 6px;
	}

	.about6-tbody-item:nth-of-type(1) {
		width: 100%;
	}

	.item-video-name {
		padding: 3px 0;
		font-size: 12px;
		line-height: 22px;
	}

	.about6-tbody-item:nth-of-type(1) .item-video-name {
		padding: 3px 0;
		font-size: 12px;
		line-height: 22px;
	}
}

.pro-tbody {
	padding-top: 24px;
	padding-bottom: 111px;
	position: relative;
}

.pro-tbody-right {
	width: 74.16666666666667%;
	float: right;
}

.pro-tbody-left {
	width: 20%;
	float: left;
}

.pro-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 32px;
}

.pro-list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333333%;
	padding: 0 20px;
	margin-bottom: 28px;
}

.pro-list-item-box {
	width: 100%;
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.pro-list-item-box:hover {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.pro-item-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;        /* 固定高度，确保统一展示 */
	border-radius: 4px;
}

.xinping {
	background-color: rgba(0, 112, 188, .9);
	width: 50%;
	top: 10px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -14%;
	transform: rotateZ(-40deg);
}

.pro-item-info {
	position: relative;
	padding: 1px 18px 10px;
}

.pro-item-info-name {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 1px;
}

.pro-item-info-text {
	margin-top: 3px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.pro-item-info-text a {
	color: #666;
}

.pro-item-info-href {
	font-size: 14px;
	margin-top: 8px;
	color: #999999;
	line-height: 24px;
}

.pro-item-info-href a {
	color: #999;
}

.pro-item-info-text a:hover,
.pro-item-info-href a:hover {
	color: #0070BC;
}

.pro-list-item-box:hover .pro-item-info-href a,
.pro-list-item-box:hover .pro-item-info-title a {
	color: #0070BC;
}

.pl-title {
	font-size: 24px;
	color: #0070BC;
	line-height: 36px;
	margin-top: -6px;
	position: relative;
	border-bottom: 1px solid #0070BC;
	padding-bottom: 5px;
}

.pro-pryiji {
	padding-top: 11px;
	position: relative;
	width: 100%;
}

.pro-pryiji>li {
	position: relative;
	width: 100%;
}

.pro-pryiji>li>a {
	display: block;
	padding: 9px 0 8px;
	border-bottom: 1px solid #DADADA;
}

.pro-pryiji>li:hover>a,
.pro-pryiji>li.dangyi>a {
	color: #0070BC;
}

.pro-prerji {
	padding-top: 6px;
	position: relative;
}

.pro-prerji>li {
	position: relative;
	width: 100%;
}

.pro-prerji>li>a {
	display: block;
	padding: 3px 0;
}

@media (min-width:992px) and (max-width:1259px) {
	.pro-tbody {
		padding-top: 20px;
		padding-bottom: 98px;
	}

	.pro-tbody-right {
		width: 74%;
	}

	.pro-tbody-left {
		width: 22%;
	}

	.pro-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 26px;
	}

	.pro-list-item {
		width: 33.3333333333333%;
		padding: 0 10px;
		margin-bottom: 24px;
	}

	.xinping {
		top: 8px;
		font-size: 12px;
		line-height: 22px;
	}

	.pro-item-info {
		padding: 1px 14px 8px;
	}

	.pro-item-info-name {
		font-size: 13px;
		line-height: 22px;
		margin-top: 1px;
	}

	.pro-item-info-text {
		margin-top: 3px;
		font-size: 13px;
		line-height: 22px;
	}

	.pro-item-info-href {
		font-size: 13px;
		margin-top: 6px;
		line-height: 22px;
	}

	.pl-title {
		font-size: 22px;
		line-height: 32px;
		margin-top: -5px;
		padding-bottom: 4px;
	}

	.pro-pryiji {
		padding-top: 10px;
	}

	.pro-pryiji>li>a {
		padding: 7px 0 6px;
	}
}

@media (max-width:991px) {
	.pro-tbody {
		padding-top: 16px;
		padding-bottom: 74px;
	}

	.pro-tbody-right {
		width: 100%;
	}

	.pro-tbody-left {
		width: 100%;
	}

	.pro-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 20px;
	}

	.pro-list-item {
		width: 33.3333333333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.xinping {
		top: 8px;
		font-size: 12px;
		line-height: 20px;
	}

	.pro-item-info {
		padding: 1px 12px 8px;
	}

	.pro-item-info-name {
		font-size: 13px;
		line-height: 22px;
		margin-top: 1px;
	}

	.pl-title {
		font-size: 20px;
		line-height: 30px;
		margin-top: 15px;
		padding-bottom: 4px;
	}

	.pro-pryiji {
		padding-top: 8px;
	}

	.pro-pryiji>li>a {
		padding: 7px 0 6px;
	}
}

@media (max-width:660px) {
	.pro-tbody {
		padding-top: 12px;
		padding-bottom: 50px;
	}

	.pro-tbody-right {
		width: 100%;
	}

	.pro-tbody-left {
		width: 100%;
	}

	.pro-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 18px;
	}

	.pro-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 18px;
	}

	.pro-item-info {
		padding: 1px 10px 8px;
	}

	.xinping {
		top: 6px;
		font-size: 12px;
		line-height: 20px;
		left: -11%;
	}

	.pro-item-info-name {
		font-size: 12px;
		line-height: 20px;
		margin-top: 1px;
	}

	.pro-item-info-text {
		margin-top: 3px;
		font-size: 13px;
		line-height: 22px;
	}

	.pro-item-info-href {
		font-size: 13px;
		margin-top: 6px;
		line-height: 22px;
	}

	.pl-title {
		font-size: 18px;
		line-height: 24px;
		margin-top: 15px;
		padding-bottom: 5px;
	}

	.pro-pryiji {
		padding-top: 6px;
	}

	.pro-pryiji>li>a {
		padding: 5px 0 4px;
	}
}

@media (max-width:375px) {
	.pro-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 12px;
	}

	.pro-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 16px;
	}
}

@media (max-width:320px) {
	.xinping {
		top: 8px;
		font-size: 12px;
		line-height: 20px;
		left: -14%;
	}

	.pro-list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 16px;
	}
}

.pro-detail {
	padding-top: 23px;
	padding-bottom: 100px;
}

.pro2-box {
	padding-bottom: 54px;
}

.pro2-box .m-propic {
	margin: 0 auto;
	width: 615px;
	float: left;
	margin-right: 76px;
}

@media screen and (max-width: 1259px) {
	.pro2-box .m-propic {
		width: 560px;
		margin-right: 30px;
	}

	.pro-detail {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.pro2-box {
		padding-bottom: 48px;
	}
}

@media screen and (max-width: 991px) {
	.pro-detail {
		padding-top: 16px;
		padding-bottom: 60px;
	}

	.pro2-box {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 460px) {
	.pro-detail {
		padding-top: 12px;
		padding-bottom: 30px;
	}

	.pro2-box {
		padding-bottom: 20px;
	}
}

.pro2-box .m-propic .pic-big {
	position: relative;
	float: right;
	width: 500px;
}

@media screen and (max-width: 1259px) {
	.pro2-box .m-propic .pic-big {
		width: 470px;
	}
}

.pro2-box .m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
	border-radius: 0;
	background: #FFFFFF;
	position: relative;
	padding-bottom: 100%;
}

.pro2-box .m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pro2-box .m-propic .big-img .zoomPad img {
	border-radius: 0;
}

.pro2-box .m-propic .zoomWrapperImage img {
	max-width: 1200px;
}

.pro2-box .m-propic .pic-small {
	position: relative;
	float: left;
	width: 95px;
}

@media screen and (max-width: 1259px) {
	.pro2-box .m-propic .pic-small {
		width: 85px;
	}
}

.pro2-box .m-propic .pic-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	text-align: center;
	font-size: 23px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	color: #666;
	z-index: 3;
}

.pro2-box .m-propic .pic-btn .iconfont {
	font-size: 23px;
	line-height: 15px;
	color: #666;
}

.pro2-box .m-propic .pic-btn:hover .iconfont {
	color: #0070BC;
}

.pro2-box .m-propic .pic-btn:hover {
	color: #0070BC;
}

.pro2-box .m-propic .pic-btn.prev {
	top: 0;
}

.pro2-box .m-propic .pic-btn.next {
	bottom: 0;
}

.pro2-box .m-propic .pic-list {
	height: 500px;
	padding: 28px 0;
	overflow: hidden;
}

.pro2-box .m-propic .pic-list div {
	height: 100%;
	overflow: hidden;
}

.pro2-box .m-propic .pic-list ul {
	height: 2000px;
}

.pro2-box .m-propic .pic-list .list-item {
	margin-bottom: 21px;
	overflow: visible;
	padding-left: 0;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 1259px) {
	.pro2-box .m-propic .pic-list {
		height: 470px;
	}
}

.pro2-box .m-propic .pic-list .item-pics {
	display: block;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: calc(100% - 2px);
	background: #FFFFFF;
	border: 1px solid transparent;
}

.pro2-box .m-propic .pic-list .item-pics img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.pro2-box .m-propic .pic-list .item-pics:hover,
.pro2-box .m-propic .pic-list .item-pics.zoomThumbActive {
	border-color: #0070BC;
}

.pro2-box .m-propic2 {
	display: none;
}

@media screen and (max-width: 991px) {
	.pro2-box {
		/*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */
	}

	.pro2-box .zoomPad {
		cursor: default !important;
	}

	.pro2-box .zoomPup {
		display: none !important;
	}

	.pro2-box .zoomWindow {
		display: none !important;
	}

	.pro2-box .zoomPreload {
		display: none !important;
	}

	.pro2-box .m-propic {
		max-width: 100%;
		float: none;
		margin: 0 auto 30px;
	}

	.pro2-box .m-propic .pic-big {
		height: auto;
	}
}

.pro2-info {
	color: #666;
	min-height: 330px;
	min-height: 30px;
	line-height: 30px;
	font-size: 16px;
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	.pro2-box .m-propic1 {
		display: none;
	}

	.pro2-box .m-propic2 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.pro2-box .m-propic2 .box-btn {
		position: absolute;
		top: 50%;
		margin-top: -12px;
		display: block;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 24px;
		color: #666;
	}

	.pro2-box .m-propic2 .box-btn:hover {
		color: #B84143;
	}

	.pro2-box .m-propic2 .box-btn.prev {
		left: 0;
	}

	.pro2-box .m-propic2 .box-btn.next {
		right: 0;
	}

	.pro2-box .m-propic2 .box-list {
		overflow: hidden;
	}

	.pro2-box .m-propic2 .box-list ul {
		width: 1000%;
	}

	.pro2-box .m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 3.13%;
		border-radius: 0;
		border: 1px solid #D1D1D1;
		overflow: hidden;
	}

	.pro2-box .m-propic2 .list-item img {
		display: block;
	}
}

@media only screen and (max-width: 767px) and (max-width: 640px) {
	.pro2-box .m-propic2 .list-item {
		width: 4.8%;
	}
}

@media only screen and (max-width: 767px) and (max-width: 480px) {
	.pro2-box .m-propic2 .list-item {
		width: 9.8%;
	}
}

.pro2-info {
	overflow: hidden;
}

.pro2-info .item-title {
	margin-bottom: 18px;
	font-size: 26px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}

.pro2-info .item-title span {
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 26px;
	margin-left: 5px;
	color: #999;
}

.pro2-info .item-name {
	font-weight: bold;
	color: #666666;
	margin-top: 18px;
}

.pro2-info strong {
	font-weight: bold;
	color: #666666;
	margin-top: 18px;
}

.item-info-dec {
	margin-top: 15px;
	min-height: 330px;
	color: #666;
}

.item-info-dec-nody {
	width: 100%;
	margin-top: 16px;
}

.item-info-dec font {
	position: relative;
	padding-left: 10px;
	width: 50%;
	float: left;
}

.pro2-info em {
	position: relative;
	padding-left: 10px;
	width: 100%;
	float: left;
	font-style: normal;
}

.item-info-dec font::before {
	content: "";
	left: 0;
	top: 12px;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #0070BC;
	border-radius: 50%;
}

.pro2-info em::before {
	content: "";
	left: 0;
	top: 12px;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #0070BC;
	border-radius: 50%;
}

.pro-share {
	font-size: 0;
	letter-spacing: 0;
	margin-top: 14px;
}

.pro-item-btns {
	width: 180px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	margin-bottom: 4px;
}

.pro-item-btns a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0070BC;
	border-radius: 7px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}

.share-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	margin-right: 6px;
}

.share-pic {
	display: inline-block;
	vertical-align: middle;
	height: 26px;
}

.share-an {
	height: 100%;
}

@media screen and (max-width: 1259px) {
	.pro2-info .item-title {
		font-size: 24px;
		line-height: 36px;
	}

	.pro2-info .item-title span {
		font-size: 14px;
		line-height: 24px;
	}

	.pro2-info .item-name {
		margin-top: 16px;
	}

	.pro2-info strong {
		margin-top: 16px;
	}

	.item-info-dec {
		margin-top: 14px;
		min-height: 308px;
	}

	.item-info-dec-nody {
		margin-top: 15px;
	}

	.item-info-dec font {
		width: 50%;
	}

	.pro2-info em {
		width: 50%;
	}

	.item-info-dec font::before {
		top: 12px;
	}

	.pro2-info em::before {
		top: 12px;
	}

	.pro-share {
		margin-top: 12px;
	}

	.pro-item-btns {
		width: 160px;
		margin-right: 20px;
	}

	.pro-item-btns a {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}

	.share-title {
		font-size: 14px;
		line-height: 24px;
		margin-right: 4px;
	}

	.share-pic {
		height: 24px;
	}
}

@media screen and (max-width: 991px) {
	.pro2-info .item-title {
		font-size: 22px;
		line-height: 32px;
	}

	.pro2-info .item-title span {
		font-size: 14px;
		line-height: 24px;
	}

	.pro2-info .item-name {
		margin-top: 16px;
	}

	.pro2-info strong {
		margin-top: 16px;
	}

	.item-info-dec {
		margin-top: 10px;
		min-height: auto;
		padding-bottom: 10px;
	}

	.item-info-dec-nody {
		margin-top: 10px;
	}

	.item-info-dec font {
		width: 50%;
	}

	.pro2-info em {
		width: 50%;
	}

	.item-info-dec font::before {
		top: 10px;
	}

	.pro2-info em::before {
		top: 10px;
	}

	.pro-share {
		margin-top: 12px;
	}

	.pro-item-btns {
		width: 160px;
		margin-right: 20px;
	}

	.pro-item-btns a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.share-title {
		font-size: 14px;
		line-height: 24px;
		margin-right: 4px;
	}

	.share-pic {
		height: 24px;
	}
}

@media screen and (max-width: 660px) {
	.pro2-info .item-title {
		font-size: 18px;
		line-height: 24px;
	}

	.pro2-info .item-title span {
		font-size: 13px;
		line-height: 20px;
	}

	.pro2-info .item-name {
		margin-top: 12px;
	}

	.pro2-info strong {
		margin-top: 12px;
	}

	.pro-share {
		margin-top: 10px;
	}

	.pro-item-btns {
		width: 120px;
		margin-right: 10px;
	}

	.pro-item-btns a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.share-title {
		font-size: 12px;
		line-height: 22px;
	}

	.share-pic {
		height: 22px;
	}
}

.pro-detail-tbody {}

.pro-detail-title {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	border-top: 1px solid #E5E5E5;
	padding-top: 36px;
}

.pro-detail-list {
	padding-top: 38px;
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
	height: 1002px;
	overflow: hidden;
}

.pro-detail-item {
	width: 33.3333333333%;
	padding: 20px;
	padding-right: 16px;
	margin-bottom: 65px;
	display: inline-block;
	vertical-align: top;
	max-width: 410px;
}

.pro-detail-item-img {
	width: 100%;
	position: relative;
	text-align: center;
}

.pro-detail-item-info {
	margin-top: 20px;
}

.pro-detail-item-info-title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.pro-detail-item-info-text {
	margin-top: 16px;
}

.vimore,
.vimore2 {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 47px;
	border: 1px solid #0070BC;
	border-radius: 6px;
	line-height: 45px;
	font-size: 18px;
	color: #0070BC;
	margin-bottom: 57px;
	margin-top: 20px;
}

.pro-detail-list2 {
	font-size: 0;
	letter-spacing: 0;
	width: 100%;
	padding-bottom: 24px;
	height: 474px;
	overflow: hidden;
}

.pro-detail-list.on,
.pro-detail-list2.on {
	height: auto !important;
}

.pro-detail-list2-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-top: 34px;
	padding-bottom: 32px;
	margin-bottom: 14px;
}

.pro-xian {
	border-bottom: 1px solid #E5E5E5;
}

/*.pro-detail-list2-item:nth-child(2n){padding-left: 5px;}*/
.pro-list2-item-name {
	display: inline-block;
	vertical-align: top;
	width: 41%;
	font-size: 20px;
	line-height: 30px;
}

.pro-list2-item-text {
	min-height: 144px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.pro-list2-item-text p {
	padding: 3px 0;
}

.pro-down {
	padding-top: 14px;
	width: 100%;
	margin-bottom: 52px;
}

.pro-down-box {
	width: 100%;
	max-width: 350px;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	padding-left: 120px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 17px;
}

.pro-down-icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.pro-down-icon .iconfont {
	font-size: 36px;
	color: #0070BC;
}

.pro-down-name {
	font-size: 20px;
	font-weight: bold;
	color: #0070BC;
	line-height: 38px;
}

.pro-down-href {
	color: #999;
	margin-top: 8px;
}

.tagss-href {
	color: #999;
	margin-bottom: 20px;
}

.tagss-href a {
	display: inline-block;
	color: #999;
}

.tagss-href a:hover {
	color: #0070BC;
}

.related-products {
	padding-top: 36px;
}

.related-title {
	position: relative;
	text-align: center;
	font-size: 40px;
	color: #333333;
	line-height: 48px;
	padding-bottom: 20px;
}

.related-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 91px;
	height: 3px;
	background: #0070BC;
}

.related-list {
	padding-top: 42px;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
}

.related-list-item {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	margin-bottom: 21px;
}

@media (min-width:992px) and (max-width:1259px) {
	.pro-detail-title {
		font-size: 26px;
		line-height: 36px;
		padding-top: 30px;
	}

	.pro-detail-list {
		padding-top: 30px;
		margin-left: -16px;
		margin-right: -16px;
	}

	.pro-detail-item {
		width: 33.3333333333%;
		padding: 16px;
		padding-right: 12px;
		margin-bottom: 50px;
	}

	.pro-detail-item-info {
		margin-top: 16px;
	}

	.pro-detail-item-info-title {
		font-size: 18px;
		line-height: 28px;
	}

	.pro-detail-item-info-text {
		margin-top: 14px;
	}

	.vimore,
	.vimore2 {
		width: 200px;
		height: 44px;
		line-height: 42px;
		font-size: 18px;
		margin-bottom: 50px;
	}

	.pro-detail-list2 {
		padding-bottom: 20px;
	}

	.pro-detail-list {
		height: 895px;
	}

	.pro-detail-list2 {
		height: 406px;
	}

	.pro-detail-list2-item {
		width: 50%;
		padding-top: 28px;
		padding-bottom: 26px;
		margin-bottom: 10px;
	}

	.pro-list2-item-name {
		width: 40%;
		font-size: 18px;
		line-height: 28px;
	}

	.pro-list2-item-text {
		min-height: 128px;
		width: 60%;
	}

	.pro-list2-item-text p {
		padding: 2px 0;
	}

	.pro-down {
		padding-top: 12px;
		margin-bottom: 40px;
	}

	.pro-down-box {
		max-width: 320px;
		padding-left: 100px;
		padding-top: 18px;
		padding-bottom: 15px;
	}

	.pro-down-icon {
		width: 100px;
	}

	.pro-down-icon .iconfont {
		font-size: 32px;
	}

	.pro-down-name {
		font-size: 18px;
		line-height: 32px;
	}

	.pro-down-href {
		margin-top: 8px;
	}

	.tagss-href {
		margin-bottom: 20px;
	}

	.related-products {
		padding-top: 26px;
	}

	.related-title {
		font-size: 32px;
		line-height: 40px;
		padding-bottom: 20px;
	}

	.related-title::before {
		width: 80px;
	}

	.related-list {
		padding-top: 40px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.related-list-item {
		width: 25%;
		padding: 0 10px;
		margin-bottom: 18px;
	}
}

@media (max-width:991px) {
	.pro-detail-title {
		font-size: 22px;
		line-height: 32px;
		padding-top: 20px;
	}

	.pro-detail-list {
		padding-top: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.pro-detail-item {
		width: 50%;
		padding: 15px;
		margin-bottom: 30px;
	}

	.pro-detail-item-info {
		margin-top: 12px;
	}

	.pro-detail-item-info-title {
		font-size: 18px;
		line-height: 26px;
	}

	.pro-detail-item-info-text {
		margin-top: 10px;
	}

	.vimore,
	.vimore2 {
		width: 180px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		margin-bottom: 40px;
	}

	.pro-detail-list2 {
		padding-bottom: 20px;
	}

	.pro-detail-list {
		height: 814px;
	}

	.pro-detail-list2 {
		height: 370px;
	}

	.pro-detail-list2-item {
		width: 50%;
		padding-top: 20px;
		padding-bottom: 16px;
		margin-bottom: 10px;
	}

	.pro-list2-item-name {
		width: 40%;
		font-size: 17px;
		line-height: 28px;
	}

	.pro-list2-item-text {
		min-height: 128px;
		width: 60%;
	}

	.pro-list2-item-text p {
		padding: 2px 0;
	}

	.pro-down {
		padding-top: 12px;
		margin-bottom: 40px;
	}

	.pro-down-box {
		max-width: 320px;
		padding-left: 100px;
		padding-top: 18px;
		padding-bottom: 15px;
	}

	.pro-down-icon {
		width: 100px;
	}

	.pro-down-icon .iconfont {
		font-size: 32px;
	}

	.pro-down-name {
		font-size: 18px;
		line-height: 32px;
	}

	.pro-down-href {
		margin-top: 8px;
	}

	.tagss-href {
		margin-bottom: 20px;
	}

	.related-products {
		padding-top: 26px;
	}

	.related-title {
		font-size: 26px;
		line-height: 36px;
		padding-bottom: 16px;
	}

	.related-title::before {
		width: 70px;
	}

	.related-list {
		padding-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.related-list-item {
		width: 33.3333333333%;
		padding: 0 10px;
		margin-bottom: 18px;
	}
}

@media (max-width:767px) {
	.pro-detail-list {
		height: auto;
	}

	.pro-detail-list2 {
		height: auto;
	}
}

@media (max-width:720px) {
	.pro-detail-list2-item {
		width: 100%;
	}

	.related-list-item {
		width: 50%;
	}
}

@media (max-width:560px) {
	.pro-detail-title {
		font-size: 18px;
		line-height: 28px;
		padding-top: 16px;
	}

	.pro-detail-list {
		padding-top: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.pro-detail-item {
		width: 50%;
		padding: 10px;
		margin-bottom: 20px;
	}

	.pro-detail-item-info {
		margin-top: 10px;
	}

	.pro-detail-item-info-title {
		font-size: 16px;
		line-height: 24px;
	}

	.pro-detail-item-info-text {
		margin-top: 8px;
	}

	.vimore,
	.vimore2 {
		width: 180px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		margin-bottom: 40px;
	}

	.pro-detail-list2 {
		padding-bottom: 18px;
	}

	.pro-list2-item-name {
		width: 40%;
		font-size: 16px;
		line-height: 28px;
	}

	.pro-list2-item-text {
		min-height: 120px;
		width: 60%;
	}

	.pro-list2-item-text p {
		padding: 2px 0;
	}

	.pro-down {
		padding-top: 10px;
		margin-bottom: 30px;
	}

	.pro-down-box {
		max-width: 300px;
		padding-left: 100px;
		padding-top: 14px;
		padding-bottom: 12px;
	}

	.pro-down-icon {
		width: 100px;
	}

	.pro-down-icon .iconfont {
		font-size: 28px;
	}

	.pro-down-name {
		font-size: 16px;
		line-height: 30px;
	}

	.pro-down-href {
		margin-top: 8px;
	}

	.tagss-href {
		margin-bottom: 18px;
	}

	.related-products {
		padding-top: 20px;
	}

	.related-title {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 12px;
	}

	.related-title::before {
		width: 60px;
	}

	.related-list {
		padding-top: 30px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.related-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 12px;
	}
}

@media (max-width:360px) {

	.pro-detail-item,
	.related-list-item {
		width: 100%;
	}
}

.news-tbody {
	position: relative;
	padding-top: 23px;
	padding-bottom: 111px;
}

.news-tbody-list {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -30px;
	margin-right: -30px;
	padding-bottom: 12px;
}

.news-tbody-item {
	width: 33.33333333333333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	margin-bottom: 64px;
}

.news-tbody-item1 {
	width: 100%;
	margin-bottom: 61px;
}

.news-item-box {
	width: 100%;
	position: relative;
}

.news-tbody-item1 .news-item-box {
	background: #F5F5F5;
	display: flex;
	align-items: center;
}

.news-item-img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.news-item-info {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.news-item-date {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 4px;
}

.news-item-title {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.news-item-text {
	font-size: 14px;
	margin-top: 10px;
	color: #666666;
	line-height: 28px;
}

.news-item-text a {
	color: #666;
}

.news-item-text a:hover {
	color: #0070BC;
}

.news-tbody-item1 .news-item-img {
	width: 47.08333333333333%;
}

.news-tbody-item1 .news-item-info {
	width: 52.91666666666667%;
	padding: 10px 56px 0 60px;
}

.news-tbody-item1 .news-item-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}

.news-tbody-item1 .news-item-date {
	margin-top: 23px;
	margin-bottom: 0;
}

.news-tbody-item1 .news-item-text {
	margin-top: 26px;
	font-size: 16px;
}

@media (min-width:992px) and (max-width:1259px) {
	.news-tbody {
		padding-top: 20px;
		padding-bottom: 96px;
	}

	.news-tbody-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 10px;
	}

	.news-tbody-item {
		width: 33.33333333333333%;
		padding: 0 15px;
		margin-bottom: 50px;
	}

	.news-tbody-item1 {
		width: 100%;
		margin-bottom: 48px;
	}

	.news-item-info {
		padding-top: 10px;
	}

	.news-item-date {
		font-size: 14px;
		line-height: 28px;
	}

	.news-item-title {
		font-size: 15px;
		line-height: 26px;
	}

	.news-item-text {
		font-size: 14px;
		margin-top: 8px;
		line-height: 26px;
	}

	.news-tbody-item1 .news-item-img {
		width: 48%;
	}

	.news-tbody-item1 .news-item-info {
		width: 52%;
		padding: 8px 30px 0;
	}

	.news-tbody-item1 .news-item-title {
		font-size: 20px;
		line-height: 30px;
	}

	.news-tbody-item1 .news-item-date {
		margin-top: 20px;
	}

	.news-tbody-item1 .news-item-text {
		margin-top: 22px;
		font-size: 15px;
	}
}

@media (max-width:991px) {
	.news-tbody {
		padding-top: 16px;
		padding-bottom: 70px;
	}

	.news-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 10px;
	}

	.news-tbody-item {
		width: 33.33333333333333%;
		padding: 0 6px;
		margin-bottom: 36px;
	}

	.news-tbody-item1 {
		width: 100%;
		margin-bottom: 32px;
	}

	.news-item-info {
		padding-top: 10px;
	}

	.news-item-date {
		font-size: 13px;
		line-height: 26px;
	}

	.news-item-title {
		font-size: 15px;
		line-height: 24px;
	}

	.news-item-text {
		font-size: 13px;
		margin-top: 6px;
		line-height: 24px;
	}

	.news-tbody-item1 .news-item-box {
		display: block;
	}

	.news-tbody-item1 .news-item-img {
		width: 100%;
	}

	.news-tbody-item1 .news-item-info {
		width: 100%;
		padding: 20px 10px;
	}

	.news-tbody-item1 .news-item-title {
		font-size: 18px;
		line-height: 28px;
	}

	.news-tbody-item1 .news-item-date {
		margin-top: 16px;
	}

	.news-tbody-item1 .news-item-text {
		margin-top: 18px;
		font-size: 14px;
	}
}

@media (max-width:720px) {
	.news-tbody-item {
		width: 50%;
		margin-bottom: 28px;
	}

	.news-tbody-item1 {
		width: 100%;
		margin-bottom: 26px;
	}
}

@media (max-width:460px) {
	.news-tbody {
		padding-top: 12px;
		padding-bottom: 50px;
	}

	.news-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 10px;
	}

	.news-tbody-item {
		padding: 0 6px;
		width: 50%;
		margin-bottom: 28px;
	}

	.news-tbody-item1 {
		width: 100%;
		margin-bottom: 26px;
	}

	.news-item-info {
		padding-top: 10px;
	}

	.news-item-date {
		font-size: 13px;
		line-height: 24px;
	}

	.news-item-title {
		font-size: 15px;
		line-height: 24px;
	}

	.news-item-text {
		font-size: 13px;
		margin-top: 6px;
		line-height: 24px;
	}

	.news-tbody-item1 .news-item-box {
		display: block;
	}

	.news-tbody-item1 .news-item-img {
		width: 100%;
	}

	.news-tbody-item1 .news-item-info {
		width: 100%;
		padding: 20px 10px;
	}

	.news-tbody-item1 .news-item-title {
		font-size: 18px;
		line-height: 28px;
	}

	.news-tbody-item1 .news-item-date {
		margin-top: 10px;
	}

	.news-tbody-item1 .news-item-text {
		margin-top: 12px;
		font-size: 14px;
	}
}

@media (max-width:400px) {
	.news-tbody {
		padding-top: 8px;
		padding-bottom: 30px;
	}

	.news-tbody-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-tbody-item1 {
		width: 100%;
		margin-bottom: 20px;
	}
}

.news-tbody-left {
	float: left;
	width: 70.83333333333333%;
}

.news-tbody-right {
	float: right;
	width: 19.16666666666667%;
}

.news-detail {
	width: 100%;
	position: relative;
	margin-top: -6px;
}

.news-detail-title {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}

.news-share {
	font-size: 0;
	letter-spacing: 0;
	margin-top: 24px;
	line-height: 26px;
	margin-bottom: 27px;
}

.news-left-date {
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
}

.share2 {
	height: 26px;
	display: inline-block;
	vertical-align: top;
}

.news-detail-text {
	border-top: 1px solid #E6E6E6;
	padding-top: 31px;
	padding-bottom: 33px;
	color: #666;
}

.news-detail-text img {
	margin-top: 22px;
}

.news-detail-list {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.news-detail-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 26px;
}

.news-detail-item-img {
	width: 100%;
	border-radius: 6px;
}

.news-detail-item-info {
	padding-top: 10px;
}

.news-detail-item-date {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}

.news-detail-item-text {
	margin-top: 2px;
}

@media (min-width:992px) and (max-width:1259px) {
	.news-tbody-left {
		width: 70%;
	}

	.news-tbody-right {
		width: 24%;
	}

	.news-detail {
		margin-top: -4px;
	}

	.news-detail-title {
		font-size: 22px;
		line-height: 32px;
	}

	.news-share {
		margin-top: 20px;
		line-height: 24px;
		margin-bottom: 22px;
	}

	.news-left-date {
		font-size: 15px;
		line-height: 24px;
		margin-right: 12px;
	}

	.share2 {
		height: 24px;
	}

	.news-detail-text {
		padding-top: 26px;
		padding-bottom: 28px;
	}

	.news-detail-text img {
		margin-top: 18px;
	}

	.news-detail-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.news-detail-item {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 24px;
	}

	.news-detail-item-info {
		padding-top: 8px;
	}

	.news-detail-item-date {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width:991px) {
	.news-tbody-left {
		width: 100%;
	}

	.news-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.news-detail {
		margin-top: 0px;
	}

	.news-detail-title {
		font-size: 20px;
		line-height: 30px;
	}

	.news-share {
		margin-top: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.news-left-date {
		font-size: 14px;
		line-height: 24px;
		margin-right: 10px;
	}

	.share2 {
		height: 24px;
	}

	.news-detail-text {
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.news-detail-text img {
		margin-top: 12px;
	}

	.news-detail-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.news-detail-item {
		width: 33.3333333333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.news-detail-item-info {
		padding-top: 8px;
	}

	.news-detail-item-date {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width:520px) {
	.news-detail-title {
		font-size: 18px;
		line-height: 28px;
	}

	.news-share {
		margin-top: 12px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.news-left-date {
		font-size: 13px;
		line-height: 22px;
		margin-right: 10px;
	}

	.share2 {
		height: 22px;
	}

	.news-detail-text {
		padding-top: 18px;
		padding-bottom: 20px;
	}

	.news-detail-text img {
		margin-top: 10px;
	}

	.news-detail-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.news-detail-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 16px;
	}

	.news-detail-item-info {
		padding-top: 6px;
	}

	.news-detail-item-date {
		font-size: 13px;
		line-height: 22px;
	}
}

@media (max-width:360px) {
	.news-detail-item {
		width: 100%;
	}
}

.orders1 {
	position: relative;
	padding-top: 16px;
	padding-bottom: 60px;
}

.order-title {
	font-size: 42px;
	text-align: center;
	position: relative;
	color: #333333;
	line-height: 56px;
	padding-bottom: 20px;
}

.order-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: #0073C3;
}

.order-text {
	margin-top: 25px;
	color: #666;
	text-align: center;
}

.order1-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
}

.order1-list-item {
	max-width: 120px;
	text-align: center;
	width: 100%;
	margin-bottom: 13px;
}

.order1-list-item-icon {
	width: 100%;
	position: relative;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0073C3;
	border-radius: 50%;
}

.order1-list-item-icon .iconfont {
	font-size: 40px;
	color: #0073C3;
}

.order1-list-item-icon .icon-a-01zhushuju_chanpincengji {
	font-size: 50px;
}

.order1-list-item-name {
	margin-top: 22px;
	text-align: center;
}

.orders2 {
	padding-top: 53px;
	padding-bottom: 50px;
	background: #F5F5F5;
}

.orders21-body {
	background: url(../img/order-bgi.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 81px;
}

.orders2-body-title {
	text-align: center;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 50px;
}

.orders2-body-list {
	padding-top: 61px;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.orders2-list-item {
	text-align: center;
	width: 33.33333333333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 46px;
}

.orders2-item-name {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 18px;
}

.orders2-item-text {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 19px;
}

.orders3 {
	padding-top: 70px;
	padding-bottom: 122px;
}

.order-contact-box {
	width: 100%;
	background: #F2F2F2;
	margin-top: 44px;
}

.order-contact-box-top {
	width: 100%;
	padding: 47px 40px 31px;
	border-bottom: 1px solid #fff;
}

.order-con-inputs {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -22px;
	margin-right: -22px;
}

.order-item-input {
	width: calc(33.33333333333% - 44px);
	margin-bottom: 23px;
	margin-left: 22px;
	margin-right: 22px;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
	padding: 9px 0;
	border: 1px solid #DCDCDC;
	position: relative;
	padding-left: 104px;
	height: 50px;
}

.order-item-input .placeholder {
	position: absolute;
	left: 0;
	top: 8px;
	color: #666;
}

.iconfont {
	font-size: 16px;
	color: #0073C3;
	margin-left: 10px;
	margin-right: 5px;
}

.order-item-input input {
	font-size: 14px;
	width: 100%;
	height: 100%;
	color: #333;
	text-align: right;
	padding-right: 16px;
}

.order-item-input select {
	font-size: 14px;
	width: 100%;
	height: 100%;
	color: #999;
	text-align: right;
	padding-right: 16px;
}

.order-contact-box-bottom {
	padding: 24px 40px 50px;
}

.order-item-input1 {
	font-size: 0;
	letter-spacing: 0;
	width: 100%;
	margin-bottom: 37px;
}

.order-item-placeholder {
	color: #666;
	margin-bottom: 10px;
}

.order-item-placeholder .iconfont {
	font-size: 17px;
	color: #0073C3;
}

.order-item-input1 textarea {
	width: 100%;
	height: 254px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	line-height: 30px;
	padding: 12px 24px;
}

.order-item-input-btn {
	font-size: 0;
	letter-spacing: 0;
}

.order-item-input-btn input {
	width: 282px;
	height: 50px;
	margin-bottom: 8px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;
}

.order-item-input-btn input.submit {
	background: #0070BC;
	margin-right: 60px;
}

.order-item-input-btn input.reset {
	background: #999999;
	cursor: pointer
}

@media (min-width:992px) and (max-width:1259px) {
	.orders1 {
		padding-top: 12px;
		padding-bottom: 45px;
	}

	.order-title {
		font-size: 36px;
		line-height: 48px;
		padding-bottom: 16px;
	}

	.order-title::before {
		width: 70px;
		height: 3px;
	}

	.order-text {
		margin-top: 20px;
	}

	.order1-list {
		padding-top: 40px;
	}

	.order1-list-item {
		max-width: 120px;
		margin-bottom: 12px;
	}

	.order1-list-item-icon {
		height: 120px;
	}

	.order1-list-item-icon .iconfont {
		font-size: 36px;
	}

	.order1-list-item-icon .icon-a-01zhushuju_chanpincengji {
		font-size: 45px;
	}

	.order1-list-item-name {
		margin-top: 20px;
	}

	.orders2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.orders2-body {
		padding: 80px 0 64px;
	}

	.orders2-body-title {
		font-size: 34px;
		line-height: 44px;
	}

	.orders2-body-list {
		padding-top: 50px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.orders2-list-item {
		width: 33.33333333333%;
		padding: 0 10px;
		margin-bottom: 36px;
	}

	.orders2-item-name {
		font-size: 20px;
		line-height: 30px;
		margin-top: 16px;
	}

	.orders2-item-text {
		font-size: 14px;
		line-height: 28px;
		margin-top: 17px;
	}

	.orders3 {
		padding-top: 56px;
		padding-bottom: 100px;
	}

	.order-contact-box {
		margin-top: 40px;
	}

	.order-contact-box-top {
		padding: 40px 20px 26px;
	}

	.order-con-inputs {
		margin-left: -10px;
		margin-right: -10px;
	}

	.order-item-input {
		width: calc(33.33333333333% - 20px);
		margin: 0 10px 16px;
		padding: 7px 0;
		padding-left: 96px;
		height: 44px;
	}

	.order-item-input .placeholder {
		top: 8px;
	}

	.iconfont {
		font-size: 16px;
		margin-left: 10px;
		margin-right: 5px;
	}

	.order-item-input input {
		padding-right: 16px;
	}

	.order-contact-box-bottom {
		padding: 20px 20px 40px;
	}

	.order-item-input1 {
		margin-bottom: 30px;
	}

	.order-item-placeholder {
		margin-bottom: 10px;
	}

	.order-item-placeholder .iconfont {
		font-size: 15px;
	}

	.order-item-input1 textarea {
		height: 240px;
		font-size: 14px;
		line-height: 30px;
		padding: 10px 20px;
	}

	.order-item-input-btn input {
		width: 260px;
		height: 44px;
		font-size: 18px;
		line-height: 36px;
	}

	.order-item-input-btn input.submit {
		margin-right: 40px;
	}
}

@media (max-width:991px) {
	.orders1 {
		padding-top: 8px;
		padding-bottom: 30px;
	}

	.order-title {
		font-size: 30px;
		line-height: 42px;
		padding-bottom: 14px;
	}

	.order-title::before {
		width: 60px;
		height: 2px;
	}

	.order-text {
		margin-top: 20px;
	}

	.order1-list {
		padding-top: 30px;
	}

	.order1-list-item {
		max-width: 110px;
		margin-bottom: 10px;
	}

	.order1-list-item-icon {
		height: 100px;
		width: 100px;
		margin: 0 auto;
	}

	.order1-list-item-icon .iconfont {
		font-size: 36px;
	}

	.order1-list-item-icon .icon-a-01zhushuju_chanpincengji {
		font-size: 45px;
	}

	.order1-list-item-name {
		margin-top: 20px;
	}

	.orders2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.orders2-body {
		padding: 65px 0 52px;
	}

	.orders2-body-title {
		font-size: 28px;
		line-height: 40px;
	}

	.orders2-body-list {
		padding-top: 40px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.orders2-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 36px;
	}

	.orders2-item-name {
		font-size: 20px;
		line-height: 30px;
		margin-top: 14px;
	}

	.orders2-item-text {
		font-size: 14px;
		line-height: 28px;
		margin-top: 14px;
	}

	.orders3 {
		padding-top: 44px;
		padding-bottom: 80px;
	}

	.order-contact-box {
		margin-top: 30px;
	}

	.order-contact-box-top {
		padding: 20px 10px 16px;
	}

	.order-con-inputs {
		margin-left: -8px;
		margin-right: -8px;
	}

	.order-item-input {
		width: calc(50% - 16px);
		margin: 0 8px 12px;
		padding: 6px 0;
		padding-left: 92px;
		height: 40px;
	}

	.order-item-input .placeholder {
		top: 6px;
	}

	.iconfont {
		font-size: 16px;
		margin-left: 10px;
		margin-right: 5px;
	}

	.order-item-input input {
		padding-right: 16px;
	}

	.order-contact-box-bottom {
		padding: 14px 10px 30px;
	}

	.order-item-input1 {
		margin-bottom: 30px;
	}

	.order-item-placeholder {
		margin-bottom: 10px;
	}

	.order-item-placeholder .iconfont {
		font-size: 15px;
	}

	.order-item-input1 textarea {
		height: 240px;
		font-size: 14px;
		line-height: 30px;
		padding: 10px 20px;
	}

	.order-item-input-btn input {
		width: 220px;
		height: 40px;
		font-size: 18px;
		line-height: 36px;
	}

	.order-item-input-btn input.submit {
		margin-right: 40px;
	}
}

@media (max-width:660px) {
	.orders1 {
		padding-top: 8px;
		padding-bottom: 16px;
	}

	.order-title {
		font-size: 24px;
		line-height: 36px;
		padding-bottom: 14px;
	}

	.order-title::before {
		width: 48px;
		height: 2px;
	}

	.order-text {
		margin-top: 16px;
	}

	.order1-list {
		padding-top: 20px;
	}

	.order1-list-item {
		max-width: 100px;
		margin-bottom: 10px;
	}

	.order1-list-item-icon {
		height: 80px;
		width: 80px;
	}

	.order1-list-item-icon .iconfont {
		font-size: 36px;
	}

	.order1-list-item-name {
		margin-top: 16px;
	}

	.orders2 {
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.orders2-body {
		padding: 40px 0 32px;
	}

	.orders2-body-title {
		font-size: 22px;
		line-height: 36px;
	}

	.orders2-body-list {
		padding-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.orders2-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 36px;
	}

	.orders2-item-name {
		font-size: 18px;
		line-height: 30px;
		margin-top: 14px;
	}

	.orders2-item-text {
		font-size: 14px;
		line-height: 28px;
		margin-top: 14px;
	}

	.orders3 {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.order-contact-box {
		margin-top: 30px;
	}

	.order-contact-box-top {
		padding: 20px 10px 16px;
	}

	.order-con-inputs {
		margin-left: -8px;
		margin-right: -8px;
	}

	.order-item-input {
		width: calc(100% - 16px);
		margin: 0 8px 12px;
		padding: 6px 0;
		padding-left: 92px;
		height: 40px;
	}

	.order-item-input1 textarea {
		height: 220px;
		font-size: 14px;
		line-height: 30px;
		padding: 10px 20px;
	}

	.order-item-input-btn input {
		width: 190px;
		height: 40px;
		font-size: 16px;
		line-height: 32px;
	}

	.order-item-input-btn input.submit {
		margin-right: 30px;
	}
}

@media (max-width:460px) {
	.order-title {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 14px;
	}

	.order-title::before {
		width: 48px;
		height: 2px;
	}

	.order-text {
		margin-top: 12px;
	}

	.order1-list {
		padding-top: 18px;
		display: block;
		font-size: 0;
		letter-spacing: 0;
	}

	.order1-list-item {
		max-width: none;
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px;
	}

	.order1-list-item-icon {
		height: 70px;
		width: 70px;
	}

	.order1-list-item-icon .iconfont {
		font-size: 30px;
	}

	.order1-list-item-name {
		margin-top: 16px;
	}

	.orders2 {
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.orders2-body {
		padding: 30px 0 24px;
	}

	.orders2-body-title {
		font-size: 18px;
		line-height: 36px;
	}

	.orders3 {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.order-item-input-btn input {
		width: 160px;
		height: 36px;
		font-size: 16px;
		line-height: 32px;
	}

	.order-item-input-btn input.submit {
		margin-right: 24px;
	}
}


.con-top-box {
	margin-top: 81px;
	position: relative;
	background: #F5F5F5;
	padding: 50px 76px 4px;
}

.con-top-list {
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}

.con-top-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

.con-top-item1 {
	width: 38.16793893129771%;
}

.con-top-item2 {
	width: 39.12213740458015%;
}

.con-top-item3 {
	width: 22.70992366412214%;
}

.con-top-title {
	font-size: 20px;
	font-weight: bold;
	color: #0073C3;
	line-height: 32px;
}

.con-top-info {
	margin-top: 9px;
	max-width: 282px;
}

.con-top-info a {
	display: inline;
}

.map {
	margin-top: 53px;
	margin-bottom: 56px;
	position: relative;
}

@media (min-width:992px) and (max-width:1259px) {
	.con-top-box {
		margin-top: 66px;
		padding: 40px 30px 4px;
	}

	.con-top-item {
		margin-bottom: 40px;
	}

	.con-top-item1 {
		width: 37%;
	}

	.con-top-item2 {
		width: 37%;
	}

	.con-top-item3 {
		width: 26%;
	}

	.con-top-title {
		font-size: 19px;
		line-height: 30px;
	}

	.con-top-info {
		margin-top: 8px;
		max-width: 272px;
	}

	.map {
		margin-top: 40px;
		margin-bottom: 42px;
	}
}

@media (max-width:991px) {
	.con-top-box {
		margin-top: 52px;
		padding: 30px 20px 4px;
	}

	.con-top-item {
		margin-bottom: 24px;
		width: 50%;
		padding-right: 10px;
	}

	.con-top-title {
		font-size: 18px;
		line-height: 28px;
	}

	.con-top-info {
		margin-top: 8px;
		max-width: 272px;
	}

	.map {
		margin-top: 30px;
		margin-bottom: 32px;
	}
}

@media (max-width:560px) {
	.con-top-box {
		margin-top: 40px;
		padding: 20px 20px 0px;
	}

	.con-top-item {
		margin-bottom: 20px;
		width: 100%;
		padding-right: 10px;
	}

	.con-top-title {
		font-size: 18px;
		line-height: 26px;
	}

	.con-top-info {
		margin-top: 8px;
		max-width: none;
	}

	.map {
		margin-top: 20px;
		margin-bottom: 22px;
	}
}

.contact-box {
	padding-top: 26px;
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -13px;
	margin-right: -13px;
	padding-bottom: 100px;
}

.con-item-inputs {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 26px);
	margin: 0 13px 22px;
}

.con-item-inputs select {
	color: #999;
	width: 100%;
	height: 50px;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	line-height: 26px;
	padding: 4px 16px;
}

.con-item-input1 {
	width: calc(100% - 26px);
	font-size: 0;
	letter-spacing: 0;
}

.con-item-inputs .placeholder {
	font-size: 14px;
	color: #666666;
	padding-bottom: 8px;
	line-height: 26px;
	height: 26px;
}

.con-item-inputs .placeholder span {
	color: #f00;
}

.con-item-inputs input {
	width: 100%;
	height: 50px;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	line-height: 26px;
	padding: 4px 16px;
	display: inline-block;
	vertical-align: top;
}

.con-item-input1 textarea {
	width: 100%;
	height: 166px;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	line-height: 26px;
	padding: 10px 16px;
}

.con-item-input2 {
	width: calc(50% - 27px);
	margin-right: 14px;
}

.con-item-input-btn {
	width: calc(50% - 27px);
	margin-left: 14px;
}

.con-item-input2 input {
	width: 65.1877133105802%;
}

.con-item-input2 .con-item-img {
	display: inline-block;
	vertical-align: top;
	width: 31.74061433447099%;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	margin-left: 17px;
}

.con-item-img a {
	height: 100%;
}

.con-item-img a img {
	max-height: 100%;
}

.con-item-input-btn input {
	border: 0;
	background: #0073C3;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}

@media (min-width:992px) and (max-width:1259px) {
	.contact-box {
		padding-top: 20px;
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 80px;
	}

	.con-item-inputs {
		width: calc(25% - 16px);
		margin: 0 8px 16px;
	}

	.con-item-inputs select {
		height: 44px;
		padding: 4px 14px;
	}

	.con-item-input1 {
		width: calc(100% - 16px);
	}

	.con-item-inputs .placeholder {
		font-size: 14px;
		padding-bottom: 6px;
		line-height: 24px;
		height: 24px;
	}

	.con-item-inputs input {
		height: 44x;
		padding: 4px 14px;
	}

	.con-item-input1 textarea {
		height: 160px;
		padding: 8px 14px;
	}

	.con-item-input2 {
		width: calc(50% - 17px);
		margin-right: 9px;
	}

	.con-item-input-btn {
		width: calc(50% - 17px);
		margin-left: 9px;
	}

	.con-item-input2 input {
		width: 64%;
	}

	.con-item-input2 .con-item-img {
		width: 32%;
		height: 44px;
		margin-left: 3%;
	}
}

@media (max-width:991px) {
	.contact-box {
		padding-top: 14px;
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 60px;
	}

	.con-item-inputs {
		width: calc(50% - 16px);
		margin: 0 8px 16px;
	}

	.con-item-inputs select {
		height: 40px;
		padding: 4px 12px;
	}

	.con-item-input1 {
		width: calc(100% - 16px);
	}

	.con-item-inputs .placeholder {
		font-size: 14px;
		padding-bottom: 6px;
		line-height: 24px;
		height: 24px;
	}

	.con-item-inputs input {
		height: 40px;
		padding: 4px 12px;
	}

	.con-item-input1 textarea {
		height: 160px;
		padding: 8px 12px;
	}

	.con-item-input2 {
		width: calc(50% - 16px);
	}

	.con-item-input-btn {
		width: calc(50% - 16px);
	}

	.con-item-input2 input {
		width: 60%;
	}

	.con-item-input2 .con-item-img {
		width: 38%;
		height: 40px;
		margin-left: 2%;
	}
}

@media (max-width:560px) {
	.con-item-input2 {
		width: calc(100% - 16px);
	}

	.con-item-input-btn {
		width: calc(100% - 16px);
	}
}

@media (max-width:460px) {
	.contact-box {
		padding-top: 14px;
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 30px;
	}

	.con-item-inputs {
		width: calc(100% - 16px);
		margin: 0 8px 16px;
	}
}

@media (max-width:360px) {
	.con-item-input2 input {
		width: 52%;
	}

	.con-item-input2 .con-item-img {
		width: 46%;
		margin-left: 2%;
	}
}

.spec p {
	clear: both;
}

.pro-detail-list2 {
	height: auto;
}

.pro-detail-list2 p {
	font-size: 1.4rem;
	line-height: 24px;
}

.pro-detail-list2 table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

.pro-detail-list2 table {
	display: none;
}

.pro-detail-list2 table:nth-of-type(1) {
	display: table !important;
}

.pro-detail-list2 table:nth-of-type(2) {
	display: table !important;
}

.pro-detail-list2 table:nth-of-type(3) {
	display: table !important;
}

.pro-detail-list2 table:nth-of-type(4) {
	display: table !important;
}

.pro-detail-list2 table.active {
	display: table !important;
}

.pro-detail-list2 table tr td {
	padding: 4px 5px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}

@media screen and (max-width: 991px) {
	.pro-detail-list2 {
		width: 100%;
		overflow: scroll;
	}

	.pro-detail-list2 table {
		width: 900px;
		max-width: 900px;
	}

	.pro-detail-list2 table tr td {
		padding: 4px 5px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}
}

.pro-detail-list2 table {
	border-bottom: 1px solid #e5e5e5;
	;
}

.pro-detail-list2 table tr:nth-of-type(1) {
	border: 0 !important;
}

.pro-detail-list2 table tr.active {
	border-top: 1px solid #e5e5e5;
}

.pro-detail-list2 table tr td {
	width: 33.3333333333333%;
}


.pro-detail-list2 table tr:nth-of-type(1) td:nth-of-type(1) {
	font-size: 20px;
}

/*.pro-detail-list2 table tr td:nth-of-type(2){font-weight: bold;}*/
.pro-detail-list2 table {
	padding: 32px 0;
}

.pro-detail-list2 table tr {
	padding: 5px 0;
}

.about3-box-right .div1 .p2 input {
	display: block;
	background: #0070BC;
	border-radius: 6px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

.order-item-input select {
	text-align: left;
}

/*.order-item-input select option:nth-of-type(1){text-align: right;}*/
.order-item-input select option {
	height: 50px;
	line-height: 50px;
}


.navbar-collapse .navbar-nav {
	margin-right: 80px;
}

.language {
	position: absolute;
	bottom: 0;
	right: 15px;
	top: 0;
	height: 100%;
}

.lange {
	padding: 35px 0 42px;
	height: 100%;
	font-size: 0;
	letter-spacing: 0;
	color: #666666;
	cursor: pointer;
	;
}

.lange img {
	vertical-align: top;
	display: inline-block;
	max-width: 19px;
	max-height: 19px;
	margin-right: 8px;
}

.lange span {
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}

.lange .iconfont {
	font-size: 8px;
	color: #999;
	margin-left: 4px;
	display: inline-block;
	line-height: 18px;
}

.lange-xl {
	position: absolute;
	right: 0;
	top: 100%;
	width: 88px;
	background-color: #fff;
	padding: 10px 5px;
	border-radius: 5px;
	display: none;
}

.lange-xl .langes {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
}

@media (max-width:991px) {
	.language {
		right: 60px;
	}

	.lange {
		padding: 21px 0;
	}
}

.navbar-collapse .navbar-nav {
	margin-right: 80px !important;
}

@media (min-width:992px) and (max-width:1259px) {
	.navbar-brand {
		width: 210px;
	}

	.navbar-collapse .navbar-nav {
		margin-right: 75px !important;
	}

	.navbar-collapse .navbar-nav>li {
		padding: 0px 22px;
	}

	.lange {
		padding: 30px 0;
	}
}

.xiexie {
	font-size: 16px;
	font-size: 1.6rem;
	color: #0070BC;
}

.news-detail-text .shipin {
	position: relative;
	padding-bottom: 56.168%;
}

.news-detail-text iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}