﻿/*** Swiper 4.5.3* Most modern mobile touch slider and framework with hardware accelerated transitions* http://www.idangero.us/swiper/** Copyright 2014-2019 Vladimir Kharlampidi** Released under the MIT License**/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-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-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-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;
	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, right top, left 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: -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, left top, right 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: -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 bottom, left top, 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: -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 top, left bottom, 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: -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-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-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;
	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 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-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-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.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;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.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-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	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%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-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;
	-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-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.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-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none;
	left: 0px;
	right: auto;
}

.swiper-button-prev::before {
	content: "\e651";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
	right: 0px;
	left: auto;
}

.swiper-button-next::before {
	content: "\e652";
}

.swiper-button-next,
.swiper-button-prev {
	font-family: "iconfont";
	font-size: 18px;
	text-align: center;
	color: #333;
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

html {
	font-size: 62.5%;
	height: 100%
}

body {
	margin: 0 auto;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden
}

img {
	border: none;
}

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;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

a:hover,
button:hover {
	color: #B13C44;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

input,
textarea {
	border: none;
	background: none;
}

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:focus,
textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.fix {
	*zoom: 1;
}

.fix:after,
.fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

::selection {
	color: #fff;
	background: #B13C44;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.self-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.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-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-4 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.self-ellipsis-5 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.self-ellipsis-6 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.self-ellipsis-7 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.self-ellipsis-8 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.common-vc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.common-hc {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.common-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.nlazy {
	min-width: 20%;
}

::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.email {
	word-break: break-all;
}

.scale-big img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.scale-big: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);
}

.scale-small img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.scale-small:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

[class*="-item"] .item-pic,
[class*="-item"] .item-pics {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

[class*="-item"] .item-pic a,
[class*="-item"] .item-pics a {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

[class*="-item"] .item-title a {
	display: block;
	overflow: hidden;
}

[class*="-item"] .item-title a:hover {
	color: #B13C44;
}

[class*="-item"] .item-subt {
	overflow: hidden;
}

[class*="-item"] .item-subt a {
	display: block;
}

[class*="-item"] .item-subt a:hover {
	color: #B13C44 !important;
}

[class*="-item"] .item-desc {
	overflow: hidden;
	color: #666;
}

[class*="-item"] .item-desc a {
	display: block;
	color: #666;
}

[class*="-item"] .item-desc a:hover {
	color: #B13C44;
}

#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, .8);
	-webkit-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, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(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, .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, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

@media screen and (max-width: 999px) {
	.list-item .item-backdrop {
		display: none;
	}
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
	opacity: 1
}

.footer .f-form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #C0C3C8;
	opacity: 1
}

.footer .f-form :-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #C0C3C8;
	opacity: 1
}

.footer .f-form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #C0C3C8;
	opacity: 1
}

.footer .f-form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #C0C3C8;
	opacity: 1
}

.container {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.container {
		width: 1230px;
	}
}

@media (min-width:1460px) {
	.container {
		width: 1430px;
	}
}

.contain {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width:768px) {
	.contain {
		width: 750px;
	}
}

@media (min-width:992px) {
	.contain {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.contain {
		width: 1230px;
	}
}

.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;
}

.an-bd3 {
	position: relative;
}

.an-bd3 .item-backdrop {
	content: '';
	background-color: #343A48;
	background: rgba(52, 58, 72, .5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 992px) {
	.an-bd3 .item-backdrop {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@media screen and (min-width: 992px) {
	.an-bd3:hover .item-backdrop {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.item-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.item-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/*  head  */
.head {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99;
	background: #343A48;
}

.logo {
	display: block;
	float: left;
	width: 240px;
	font-size: 0px;
	letter-spacing: 0;
}

.head-logo {
	display: block;
	float: left;
	height: 80px;
	font-size: 0px;
	text-align: center;
}

.head-logo img {
	display: block;
	max-height: 80px;
	max-width: 240px;
	margin: auto;
}

.yvn {
	position: relative;
	width: 140px;
	padding: 7px 0;
	margin: 13px 0;
	margin-left: 10px;
}

.yvzhonga {
	display: block;
	position: relative;
	width: 100%;
	background: #FFFFFF;
	padding: 8px 0;
	padding-left: 42px;
	padding-right: 24px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	word-break: break-all;
	z-index: 9;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yvzhonga:before {
	content: "\e533";
	font-family: iconfont;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	line-height: 24px;
	color: #666;
}

.yvn i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.yvul {
	min-width: 140px;
	position: absolute;
	top: 100%;
	left: 0px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 8px 2px;
}

.yvul a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	position: relative;
	padding-left: 40px;
	color: #333;
}

.yvul a i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.yvul a:hover {
	color: #B13C44;
}

/*  sousuo  */
.sousuo {
	float: right;
	position: relative;
	z-index: 9;
	padding: 20px 0;
	margin-left: 20px;
}

.sou2 {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px !important;
	text-align: center;
	background: #B13C44;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	z-index: 99990;
}

.sousuo form {
	position: absolute;
	right: -2px;
	top: 101%;
	height: 0px;
	width: 200px;
	padding-right: 38px;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	overflow: hidden;
	color: #333;
	transition: 0.5s;
	z-index: 99999
}

.sou {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	padding: 0 12px;
}

.suo {
	width: 38px;
	height: 30px;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999999;
	cursor: pointer;
}

.sou1 {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 30px;
	line-height: 30px;
	font-size: 18px !important;
	text-align: center;
	color: #111;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99990
}

.sousuof form {
	height: 30px;
}

/*  ynav  */
.ynav .dangqiandao>a {
	color: #343A48 !important;
	font-family: Roboto-Bold;
}

.ynav {
	float: right;
	padding: 26px 0;
	margin-left: 52px;
	position: relative;
	cursor: pointer;
}

.yvnava {
	position: relative;
	width: 28px;
	height: 28px;
	background: transparent;
}

.yvnava img {
	width: 100%;
}

.ysp1 {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 3px;
	top: 6px;
}

.ysp2 {
	display: block;
	width: 22px;
	height: 2px;
	background: #ddd;
	border-radius: 2px;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}

.ysp3 {
	display: block;
	width: 22px;
	height: 2px;
	background: #bbb;
	border-radius: 2px;
	position: absolute;
	left: 3px;
	bottom: 6px;
}

.yyiji {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -9999px;
	width: 140px;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #B13C44;
	padding: 9px 0;
	z-index: 99;
}

.yerji {
	position: absolute;
	left: 100%;
	top: -9999px;
	width: 144px;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #B13C44;
	padding: 8px 0;
	z-index: 88;
}

.yyiji li {
	position: relative;
	width: 100%;
	word-break: break-word;
	padding: 5px 20px;
}

.yyiji li a {
	position: relative;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 0px;
	color: #666;
	z-index: 22;
	padding-right: 10px;
}

.yyiji li a .iconfont {
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

.yyiji li a:hover {
	display: block;
	color: #343A48;
	font-family: Roboto-Bold;
}

.yyiji li a:hover .iconfont,
.yyiji li:hover a .iconfont {
	color: #B13C44;
}

.ynav:hover .yyiji {
	top: 100%;
}

.ynav:hover .yyiji>li>a {
	line-height: 30px;
}

.yyiji li:hover .yerji {
	top: 0px;
}

.yyiji li:hover .yerji>li>a {
	line-height: 30px
}

.daoz {
	float: right;
	position: relative;
	padding-top: 26px;
	min-width: 786px;
}

.daohang {
	max-width: 860px;
	width: 100%;
	position: relative;
}

.daohang>li {
	float: left;
	position: relative;
	margin-right: 48px;
	padding-bottom: 26px;
	transition: all .5s;
}

.daohang>li:nth-last-of-type(1) {
	margin-right: 0 !important;
}

.daohang>li>a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 28px;
}

.daohang>li:hover>a {
	text-shadow: 0 0 #fff;
}

.dangqiandao>a {
	font-family: Roboto-Bold;
}

.yijiw {
	position: absolute;
	width: 224px;
	top: -99999px;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #B13C44;
	padding: 10px 0;
	text-align: left;
	z-index: 9;
}

.yiji li {
	position: relative;
	transition: 0.5s;
	padding: 5px 20px;
}

.yiji li a {
	position: relative;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 0px;
	color: #666;
	padding-right: 10px;
}

.yiji li a .iconfont {
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

.yiji li:hover>a {
	display: block;
	color: #343A48;
	font-family: Roboto-Bold;
}

.yiji li a:hover>.iconfont,
.yiji li:hover>a>.iconfont {
	color: #B13C44;
}

.erji {
	position: absolute;
	width: 224px;
	top: -9999px;
	left: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #B13C44;
	padding: 10px 0;
}

.sanji {
	position: absolute;
	width: 224px;
	top: -9999px;
	left: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #B13C44;
	padding: 10px 0;
}

.daohang>li:hover .yijiw {
	top: 100%;
}

.daohang>li:hover .yiji>li>a {
	line-height: 30px;
}

.yiji>li:hover .erji {
	top: 0px;
}

.yiji>li:hover .erji>li>a {
	line-height: 30px;
}

.erji>li:hover .sanji {
	top: 0px;
}

.erji>li:hover .sanji>li>a {
	line-height: 30px;
}

.matn {
	margin-top: auto !important;
}

.xnav {
	display: none
}

/*  banner  */
.banner {
	position: relative;
	padding-top: 80px;
}

.slideshow {
	position: relative;
	z-index: 1
}

.slideshow .wp {
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px;
}

.slideshow .wp img {
	max-width: 100%;
	max-height: 80%;
}

.slideshow .item a img {
	width: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
	width: 100%;
}

@media screen and (max-width:1600px) {
	.slick-dots {
		bottom: 36px;
	}
}

@media screen and (max-width:1400px) {
	.slick-dots {
		bottom: 30px;
	}
}

@media screen and (max-width:1200px) {
	.slick-dots {
		bottom: 24px;
	}
}

@media screen and (max-width:991px) {
	.slick-dots {
		bottom: 20px;
	}
}

@media screen and (max-width:720px) {
	.slick-dots {
		bottom: 16px;
	}
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 13px;
}

.slick-dots li button {
	border: none;
	outline: none;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0;
	transition: 0.5s;
	position: relative;
	box-sizing: border-box;
	font-size: 0;
}

.slick-dots li button::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 31px;
	height: 31px;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	display: none;
	border: 1px solid #FFFFFF;
}

.slick-dots li.slick-active button::before {
	display: block;
}

@media screen and (max-width:1660px) {
	.slick-dots li {
		margin: 0 12px;
	}

	.slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.slick-dots li button::before {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:1460px) {
	.slick-dots li {
		margin: 0 10px;
	}

	.slick-dots li button {
		width: 8px;
		height: 8px;
	}

	.slick-dots li button::before {
		width: 27px;
		height: 27px;
	}
}

@media screen and (max-width:1260px) {
	.slick-dots li {
		margin: 0 9px;
	}

	.slick-dots li button {
		width: 8px;
		height: 8px;
	}

	.slick-dots li button::before {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:991px) {
	.slick-dots li {
		margin: 0 7px;
	}

	.slick-dots li button {
		width: 6px;
		height: 6px;
	}

	.slick-dots li button::before {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width: 580px) {
	.slick-dots li {
		margin: 0 5px;
	}

	.slick-dots li button {
		width: 6px;
		height: 6px;
	}

	.slick-dots li button::before {
		width: 16px;
		height: 16px;
	}
}

.slick-prev,
.slick-next {
	border: 0;
	background: #B13C44;
	font-size: 0px;
	cursor: pointer;
	transition: 0.5s;
	width: 43px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 999;
}

.slick-prev:hover,
.slick-next:hover {
	background: #B13C44;
}

.slick-prev::before {
	content: "\e651";
	font-family: "iconfont";
	font-size: 22px;
}

.slick-next::before {
	content: "\e652";
	font-family: "iconfont";
	font-size: 22px;
}

.slick-prev {
	left: 40px;
}

.slick-next {
	right: 40px;
}

@media screen and (max-width:1459px) {
	.slick-prev {
		left: 32px;
	}

	.slick-next {
		right: 32px;
	}

	.slick-prev::before {
		font-size: 20px;
	}

	.slick-next::before {
		font-size: 20px;
	}
}

@media screen and (max-width:1259px) {
	.slick-prev {
		left: 24px;
	}

	.slick-next {
		right: 24px;
	}

	.slick-prev::before {
		font-size: 18px;
	}

	.slick-next::before {
		font-size: 18px;
	}
}

@media screen and (max-width:991px) {
	.slick-prev {
		left: 16px;
	}

	.slick-next {
		right: 16px;
	}
}

.slideshow .item.slick-active.item_one 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);
}

.slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slideshow .item {
	position: relative;
}

.slideshow .item iframe,
.slideshow .item video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	border: none;
}

@media screen and (max-width:1459px) {
	.logo {
		width: 210px;
	}

	.head-logo {
		height: 70px;
	}

	.head-logo img {
		max-height: 70px;
		max-width: 210px;
	}

	.yvn {
		width: 130px;
		padding: 7px 0;
		margin: 10px 0;
		margin-left: 10px;
	}

	.yvzhonga {
		padding: 6px 0;
		padding-left: 40px;
		padding-right: 20px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.yvzhonga:before {
		right: 8px;
		font-size: 10px;
		line-height: 24px;
	}

	.yvn i {
		left: 8px;
	}

	/*  sousuo  */
	.sousuo {
		padding: 17px 0;
		margin-left: 16px;
	}

	.sou2 {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 18px !important;
	}

	.ynav {
		padding: 21px 0;
		margin-left: 40px;
	}

	.yvnava {
		width: 28px;
		height: 28px;
	}

	.ysp1 {
		width: 22px;
		height: 2px;
		left: 3px;
		top: 6px;
	}

	.ysp2 {
		width: 22px;
		height: 2px;
		left: 3px;
	}

	.ysp3 {
		width: 22px;
		height: 2px;
		left: 3px;
		bottom: 6px;
	}

	.yyiji {
		width: 140px;
		padding: 9px 0;
	}

	.yerji {
		width: 144px;
		padding: 8px 0;
	}

	.yyiji li {
		padding: 5px 18px;
	}

	.yyiji li a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.yyiji li a .iconfont {
		font-size: 12px;
		line-height: 20px;
	}

	.ynav:hover .yyiji>li>a {
		line-height: 28px;
	}

	.yyiji li:hover .yerji>li>a {
		line-height: 28px
	}

	.daoz {
		padding-top: 21px;
		min-width: 660px;
	}

	.daohang {
		max-width: 720px;
	}

	.daohang>li {
		margin-right: 42px;
		padding-bottom: 21px;
	}

	.daohang>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.yijiw {
		width: 210px;
		padding: 8px 0;
	}

	.yiji li {
		padding: 4px 18px;
	}

	.yiji li a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.erji {
		width: 210px;
		padding: 8px 0;
	}

	.sanji {
		width: 210px;
		padding: 8px 0;
	}

	.daohang>li:hover .yiji>li>a {
		line-height: 28px;
	}

	.yiji>li:hover .erji>li>a {
		line-height: 28px;
	}

	.erji>li:hover .sanji>li>a {
		line-height: 28px;
	}

	.banner {
		padding-top: 70px;
	}
}

@media screen and (max-width:1259px) {
	.logo {
		width: 180px;
	}

	.head-logo {
		height: 60px;
	}

	.head-logo img {
		max-height: 60px;
		max-width: 180px;
	}

	.yvn {
		width: 124px;
		padding: 6px 0;
		margin: 8px 0;
		margin-left: 8px;
	}

	.yvzhonga {
		padding: 5px 0;
		padding-left: 36px;
		padding-right: 16px;
		line-height: 22px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.yvzhonga:before {
		right: 6px;
		font-size: 10px;
		line-height: 22px;
	}

	.yvn i {
		left: 4px;
	}

	.sousuo {
		padding: 14px 0;
		margin-left: 12px;
	}

	.sou2 {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 16px !important;
	}

	.ynav {
		padding: 18px 0;
		margin-left: 20px;
	}

	.yvnava {
		width: 24px;
		height: 24px;
	}

	.ysp1 {
		width: 20px;
		height: 2px;
		left: 2px;
		top: 5px;
	}

	.ysp2 {
		width: 20px;
		height: 2px;
		left: 2px;
	}

	.ysp3 {
		width: 20px;
		height: 2px;
		left: 2px;
		bottom: 5px;
	}

	.yyiji {
		width: 128px;
		padding: 8px 0;
	}

	.yerji {
		width: 128px;
		padding: 7px 0;
	}

	.yyiji li {
		padding: 4px 16px;
	}

	.yyiji li a {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.yyiji li a .iconfont {
		font-size: 12px;
		line-height: 20px;
	}

	.ynav:hover .yyiji>li>a {
		line-height: 26px;
	}

	.yyiji li:hover .yerji>li>a {
		line-height: 26px
	}

	.daoz {
		padding-top: 18px;
		min-width: unset;
	}

	.daohang {
		max-width: 550px;
	}

	.daohang>li {
		margin-right: 24px;
		padding-bottom: 18px;
	}

	.daohang>li>a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.yijiw {
		width: 210px;
		padding: 8px 0;
	}

	.yiji li {
		padding: 4px 18px;
	}

	.yiji li a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.erji {
		width: 210px;
		padding: 8px 0;
	}

	.sanji {
		width: 210px;
		padding: 8px 0;
	}

	.daohang>li:hover .yiji>li>a {
		line-height: 28px;
	}

	.yiji>li:hover .erji>li>a {
		line-height: 28px;
	}

	.erji>li:hover .sanji>li>a {
		line-height: 28px;
	}

	.banner {
		padding-top: 60px;
	}
}

@media screen and (min-width:992px) {

	.carousel,
	.nav,
	.clear3 {
		display: none
	}
}

@media screen and (max-width:991px) {
	.head {
		position: relative;
	}

	.logo {
		width: 150px;
	}

	.head-logo {
		height: 50px;
	}

	.head-logo img {
		max-height: 50px;
		max-width: 150px;
	}

	.banner {
		padding-top: 0px !important;
	}

	.yvn {
		width: 100px;
		padding: 4px 0;
		margin: 5px 0;
		margin-left: 0px;
		margin-right: 36px;
	}

	.yvzhonga {
		padding: 5px 0;
		padding-left: 32px;
		padding-right: 12px;
		line-height: 22px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.yvzhonga:before {
		right: 4px;
		font-size: 10px;
		line-height: 22px;
	}

	.yvn i {
		left: 4px;
	}

	.het {
		padding: 0px;
	}

	.daoz,
	.yijiw,
	.yiji2,
	.htag,
	.hexin,
	.shejiao,
	.sousuo {
		display: none
	}

	.clear3 {
		clear: both;
	}

	.head-right {
		width: calc(100% - 140px);
		padding: 0 15px;
	}

	.ynav {
		display: none
	}

	.banner {
		margin-top: 0;
	}

	.xnav {
		display: block
	}

	.nav {
		position: fixed;
		width: 30px;
		height: 24px;
		background: #B13C44;
		right: 10px;
		top: 13px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999
	}

	.nav span {
		display: block;
		width: 20px;
		height: 3px;
		background: #fff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.5s;
		z-index: 99999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -7px;
	}

	.nav .nav3 {
		margin-top: 5px;
	}

	.nav:hover .nav1 {
		width: 25px;
	}

	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	.navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	.navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	.smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: #000;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9999999;
		transition: 0.5s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	ul.topnav li {
		text-align: left;
		position: relative;
	}

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
	}

	ul.topnav ul {
		display: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		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: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 26px;
		line-height: 26px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 10px;
		top: 5px;
	}
}

.footer {
	position: relative;
	overflow: hidden;
	background: #343A48;
	font-family: Roboto-Regular;
}

@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 60px;
	}
}

.footer .fo-bot {
	background: #101010;
}

.footer,
.footer a {
	color: #C0C3C8;
}

.footer .footer-title {
	color: #FFFFFF;
}

.footer .fo-bot,
.footer .fo-bot a {
	color: #666;
}

.footer a:hover,
.footer .fo-bot a:hover {
	color: #fff;
}

.footer .fo-top {
	font-size: 0;
	letter-spacing: 0;
	position: relative;
	width: 100%;
	padding-top: 96px;
	padding-bottom: 38px;
}

.footer .flist1 {
	width: 496px;
	padding-right: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist2 {
	width: 272px;
	padding-right: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist3 {
	width: 272px;
	padding-right: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist4 {
	width: 360px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1459px) {
	.footer .fo-top {
		padding-top: 82px;
		padding-bottom: 32px;
	}

	.footer .flist1 {
		width: 364px;
		padding-right: 24px;
	}

	.footer .flist2 {
		width: 248px;
		padding-right: 24px;
	}

	.footer .flist3 {
		width: 248px;
		padding-right: 24px;
	}

	.footer .flist4 {
		width: 340px;
	}
}

@media (max-width: 1259px) {
	.footer .fo-top {
		padding-top: 68px;
		padding-bottom: 26px;
	}

	.footer .flist1 {
		width: 250px;
		padding-right: 16px;
	}

	.footer .flist2 {
		width: 200px;
		padding-right: 16px;
	}

	.footer .flist3 {
		width: 200px;
		padding-right: 16px;
	}

	.footer .flist4 {
		width: 300px;
	}
}

@media (max-width: 991px) {
	.footer .fo-top {
		padding-top: 48px;
		padding-bottom: 20px;
	}

	.footer .flist1 {
		width: 50%;
		padding-right: 16px;
	}

	.footer .flist2 {
		width: 50%;
		padding-right: 0;
	}

	.footer .flist3 {
		width: 50%;
		padding-right: 16px;
	}

	.footer .flist4 {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.footer .fo-top {
		padding-top: 28px;
		padding-bottom: 10px;
	}

	.footer .flist1 {
		width: 100%;
		padding-right: 0px;
	}

	.footer .flist2 {
		width: 100%;
		padding-right: 0;
	}

	.footer .flist3 {
		width: 100%;
		padding-right: 0px;
	}

	.footer .flist4 {
		width: 100%;
	}
}

.footer .footer-title {
	position: relative;
	font-size: 18px;
	font-family: Roboto-Bold;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 20px;
}

.footer .foot-list {
	font-size: 16px;
	line-height: 34px;
}

.footer .foot-nav {
	font-size: 16px;
	line-height: 34px;
}

.fo-top-down {
	position: relative;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: 14px;
	color: #C0C3C8;
	line-height: 30px;
	padding: 28px 0 43px;
}

.footer .fo-bot {
	position: relative;
	padding: 15px 0;
}

.footer .fo-bot .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.footer .fo-bot .fo-bot-left {
	position: relative;
	width: 65%;
	font-size: 14px;
	line-height: 30px;
	padding: 15px 0;
}

.footer .fo-bot .fo-bot-right {
	position: relative;
	width: auto;
}

.footer .f-follow {
	font-size: 0;
	letter-spacing: 0;
	position: relative;
	margin-top: 10px;
}

.footer .f-follow a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	line-height: 41px;
	width: 41px;
	height: 41px;
	margin-right: 10px;
	margin-bottom: 9px;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background: rgba(255, 255, 255, .1);
}

.footer .f-follow a:last-child {
	margin-right: 0 !important;
}

.footer .f-follow .iconfont {
	font-size: 26px;
	font-size: 2.6rem;
	position: relative;
	display: block;
	color: rgba(255, 255, 255, .3);
}

.footer .f-follow img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.footer .f-follow a:hover .iconfont {
	color: #fff;
}

.footer .f-form {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	margin-top: -10px;
}

.footer .f-form .item-input {
	position: relative;
	width: 100%;
	height: 52px;
	margin-bottom: 5px;
}

.footer .f-form .item-input1 {
	height: 78px;
	width: 100%;
}

.footer .f-form .item-code {
	position: relative;
	width: 100%;
	padding-right: 100px;
	margin-bottom: 30px;
}

.footer .f-form .item-input.star::before {
	position: absolute;
	content: "*";
	left: 0px;
	top: 0;
	font-size: 18px;
	font-family: Arial;
	color: #FF0000;
	line-height: 50px;
}

.footer .f-form .item-input input,
.footer .f-form .item-input1 textarea,
.footer .f-form .item-code input {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 8px 18px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .f-form .item-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 96px;
	height: 42px;
	font-size: 0;
	cursor: pointer;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .f-form .item-img img {
	height: 100%;
	vertical-align: middle;
}

.footer .f-form .item-btn {
	width: 100%;
	height: 42px;
	position: relative;
}

.footer .f-form .item-btn input {
	cursor: pointer;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background: #B13C44;
	border-radius: 1px;
	color: #fff;
	font-family: Roboto-Bold;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.footer .f-form .item-btn input:hover {
	background: #fff;
	color: #B13C44;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 18px;
	}

	.footer .foot-list {
		font-size: 16px;
		line-height: 30px;
	}

	.footer .foot-nav {
		font-size: 16px;
		line-height: 30px;
	}

	.fo-top-down {
		font-size: 14px;
		line-height: 28px;
		padding: 24px 0 36px;
	}

	.footer .fo-bot {
		padding: 12px 0;
	}

	.footer .fo-bot .fo-bot-left {
		width: 65%;
		font-size: 14px;
		line-height: 28px;
		padding: 14px 0;
	}

	.footer .f-follow {
		margin-top: 10px;
	}

	.footer .f-follow a {
		line-height: 36px;
		width: 36px;
		height: 36px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.footer .f-follow .iconfont {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.footer .f-form {
		margin-top: -6px;
	}

	.footer .f-form .item-input {
		height: 48px;
		margin-bottom: 5px;
	}

	.footer .f-form .item-input1 {
		height: 72px;
	}

	.footer .f-form .item-code {
		padding-right: 96px;
		margin-bottom: 24px;
	}

	.footer .f-form .item-input.star::before {
		font-size: 18px;
		line-height: 46px;
	}

	.footer .f-form .item-input input,
	.footer .f-form .item-input1 textarea,
	.footer .f-form .item-code input {
		padding: 4px 16px;
		font-size: 14px;
		line-height: 28px;
	}

	.footer .f-form .item-img {
		width: 92px;
		height: 40px;
	}

	.footer .f-form .item-img img {
		max-height: 40px;
	}

	.footer .f-form .item-btn {
		height: 40px;
	}

	.footer .f-form .item-btn input {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 1259px) {
	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.footer .foot-list {
		font-size: 16px;
		line-height: 28px;
	}

	.footer .foot-nav {
		font-size: 16px;
		line-height: 28px;
	}

	.fo-top-down {
		font-size: 14px;
		line-height: 24px;
		padding: 20px 0 30px;
	}

	.footer .fo-bot {
		padding: 10px 0;
	}

	.footer .fo-bot .fo-bot-left {
		width: 65%;
		font-size: 14px;
		line-height: 24px;
		padding: 12px 0;
	}

	.footer .f-follow {
		margin-top: 8px;
	}

	.footer .f-follow a {
		line-height: 32px;
		width: 32px;
		height: 32px;
		margin-right: 8px;
		margin-bottom: 8px;
	}

	.footer .f-follow .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.footer .f-form {
		margin-top: -6px;
	}

	.footer .f-form .item-input {
		height: 45px;
		margin-bottom: 5px;
	}

	.footer .f-form .item-input1 {
		height: 68px;
	}

	.footer .f-form .item-code {
		padding-right: 92px;
		margin-bottom: 18px;
	}

	.footer .f-form .item-input.star::before {
		font-size: 16px;
		line-height: 44px;
	}

	.footer .f-form .item-input input,
	.footer .f-form .item-input1 textarea,
	.footer .f-form .item-code input {
		padding: 4px 14px;
		font-size: 14px;
		line-height: 26px;
	}

	.footer .f-form .item-img {
		width: 88px;
		height: 38px;
	}

	.footer .f-form .item-img img {
		max-height: 38px;
	}

	.footer .f-form .item-btn {
		height: 36px;
	}

	.footer .f-form .item-btn input {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 991px) {
	.footer .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.footer .foot-list {
		font-size: 15px;
		line-height: 26px;
	}

	.footer .foot-nav {
		font-size: 15px;
		line-height: 26px;
	}

	.fo-top-down {
		font-size: 14px;
		line-height: 24px;
		padding: 16px 0 20px;
	}

	.footer .fo-bot {
		padding: 10px 0;
	}

	.footer .fo-bot .fo-bot-left {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		padding: 10px 0;
		text-align: center;
	}

	.footer .fo-bot .fo-bot-right {
		position: relative;
		width: 100%;
	}

	.footer .f-follow {
		margin-top: 8px;
		width: 100%;
		text-align: center;
	}

	.footer .f-follow a {
		line-height: 32px;
		width: 32px;
		height: 32px;
		margin-right: 8px;
		margin-bottom: 8px;
	}

	.footer .f-follow .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.footer .f-form {
		margin-top: 0px;
	}

	.footer .f-form .item-input {
		height: 45px;
		margin-bottom: 5px;
	}

	.footer .f-form .item-input1 {
		height: 68px;
	}

	.footer .f-form .item-code {
		padding-right: 92px;
		margin-bottom: 18px;
	}

	.footer .f-form .item-input.star::before {
		font-size: 16px;
		line-height: 44px;
	}

	.footer .f-form .item-input input,
	.footer .f-form .item-input1 textarea,
	.footer .f-form .item-code input {
		padding: 4px 14px;
		font-size: 14px;
		line-height: 26px;
	}

	.footer .f-form .item-img {
		width: 88px;
		height: 38px;
	}

	.footer .f-form .item-img img {
		max-height: 38px;
	}

	.footer .f-form .item-btn {
		height: 36px;
	}

	.footer .f-form .item-btn input {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	.footer .footer-title {
		position: relative;
		padding-right: 32px
	}

	.footer .footer-title::after {
		position: absolute;
		right: 2px;
		top: 50%;
		transform: translateY(-50%);
		font-family: iconfont;
		content: "\e731";
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .foot-list {
		display: none;
	}

	.footer .foot-nav {
		display: none;
	}

	.footer .f-form {
		display: none;
	}

	.footer .fo-bot {
		padding: 8px 0;
	}

	.footer .fo-bot .fo-bot-left {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}

	.footer .fo-bot .fo-bot-right {
		width: 100%;
		text-align: center;
	}

	.footer .f-follow {
		margin-top: 8px;
	}

	.footer .f-follow a {
		width: 30px;
		line-height: 30px;
		height: 30px;
		margin-right: 8px;
		margin-bottom: 8px;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/*.footer .links{display: none;}*/
}

.pro-item {
	position: relative;
}

.pro-item .item-box {
	position: relative;
	width: 100%;
}

.pro-item .item-pic {
	position: relative;
	width: 100%;
	background: #F5F5F5;
}

.pro-item .item-pic img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.pro-item .item-body {
	position: relative;
	width: 100%;
	padding-top: 16px;
	text-align: center;
}

.pro-item .item-body .item-title {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.pro-item .item-body .item-btn {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-top: 10px;
}

.pro-item .item-btn input {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.07));
	box-shadow: 0px 2px 0px 0px #FFFFFF;
	border-radius: 4px;
	border: 1px solid #B5B5B5;
	margin-top: 3px;
	margin-right: 12px;
}

.pro-item .item-btn a,
.pro-item .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	font-family: Roboto-Regular;
	text-transform: uppercase;
}

.pro-item .item-btn a:hover,
.pro-item .item-btn a.btnn:hover {
	font-family: Roboto-Bold;
	color: #343A48;
}

.pro-item .item-box:hover .item-body .item-title,
.pro-item .item-box:hover .item-body .item-title a {
	color: #B13C44;
}

.pro-item .item-box:hover .item-btn a,
.pro-item .item-box:hover .item-btn .btnn {
	font-family: Roboto-Bold;
	color: #343A48;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-item .item-body {
		padding-top: 14px;
	}

	.pro-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-item .item-btn input {
		width: 18px;
		height: 18px;
		margin-top: 3px;
		margin-right: 10px;
	}

	.pro-item .item-btn a,
	.pro-item .item-btn .btnn {
		line-height: 26px;
		font-size: 14px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-item .item-body {
		padding-top: 12px;
	}

	.pro-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 8px;
	}

	.pro-item .item-btn input {
		width: 16px;
		height: 16px;
		margin-top: 3px;
		margin-right: 10px;
	}

	.pro-item .item-btn a,
	.pro-item .item-btn .btnn {
		line-height: 24px;
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.pro-item .item-body {
		padding-top: 12px;
	}

	.pro-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 8px;
	}

	.pro-item .item-btn input {
		width: 14px;
		height: 14px;
		margin-top: 3px;
		margin-right: 8px;
	}

	.pro-item .item-btn a,
	.pro-item .item-btn .btnn {
		line-height: 22px;
		font-size: 14px;
	}
}

.section {
	position: relative;
	width: 100%;
}

.secs-top {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	z-index: 11;
}

.sec-title {
	position: relative;
	font-size: 48px;
	font-family: Roboto-Bold;
	color: #343A48;
	line-height: 60px;
	text-transform: uppercase;
}

.sec-title a {
	display: inline-block;
	vertical-align: top;
}

.sec-title.white,
.sec-title.white a {
	color: #fff;
}

.sec-title a:hover {
	color: #B13C44;
}

.sec-title.white a:hover {
	color: #bdbdbd;
}

.sec-text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.sec-text a {
	color: #666666;
}

.sec-text.white,
.sec-text.white a {
	color: #fff;
}

.sec-text a:hover {
	color: #B13C44;
}

.sec-text.white a:hover {
	color: #bdbdbd;
}

.sec-top-btn .btnn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	min-width: 151px;
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #343A48;
	line-height: 31px;
	padding: 9px 16px;
	border: 1px solid #343A48;
	text-transform: uppercase;
}

.sec-top-btn a.btnn:hover {
	background: #343A48;
	color: #fff;
}

.secs-top.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.secs-top-left {
	position: relative;
	width: 60%;
}

.secs-top-right {
	position: relative;
	width: 35%;
	text-align: right;
}

.secs-top-left .sec-text {
	margin-top: 8px;
}

@media screen and (max-width: 1459px) {
	.sec-title {
		font-size: 42px;
		line-height: 54px;
	}

	.sec-text {
		font-size: 16px;
		line-height: 28px;
	}

	.sec-top-btn .btnn {
		min-width: 142px;
		font-size: 16px;
		line-height: 30px;
		padding: 8px 14px;
	}

	.secs-top-left {
		width: 60%;
	}

	.secs-top-right {
		width: 35%;
	}

	.secs-top-left .sec-text {
		margin-top: 6px;
	}
}

@media screen and (max-width: 1259px) {
	.sec-title {
		font-size: 36px;
		line-height: 48px;
	}

	.sec-text {
		font-size: 15px;
		line-height: 26px;
	}

	.sec-top-btn .btnn {
		min-width: 130px;
		font-size: 15px;
		line-height: 28px;
		padding: 7px 12px;
	}

	.secs-top-left {
		width: 60%;
	}

	.secs-top-right {
		width: 35%;
	}

	.secs-top-left .sec-text {
		margin-top: 6px;
	}
}

@media screen and (max-width: 991px) {
	.sec-title {
		font-size: 30px;
		line-height: 42px;
	}

	.sec-text {
		font-size: 14px;
		line-height: 24px;
	}

	.sec-top-btn .btnn {
		min-width: 120px;
		font-size: 14px;
		line-height: 26px;
		padding: 6px 10px;
	}

	.secs-top.flex {
		flex-wrap: wrap;
	}

	.secs-top-left {
		width: 60%;
	}

	.secs-top-right {
		width: 30%;
	}

	.secs-top-left .sec-text {
		margin-top: 6px;
	}
}

@media screen and (max-width: 720px) {
	.sec-title {
		font-size: 24px;
		line-height: 36px;
	}

	.sec-text {
		font-size: 14px;
		line-height: 24px;
	}

	.sec-top-btn .btnn {
		min-width: 120px;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 10px;
	}

	.secs-top.flex {
		flex-wrap: wrap;
	}

	.secs-top-left {
		width: 100%;
		text-align: center;
	}

	.secs-top-right {
		width: 100%;
		margin-top: 16px;
		text-align: center;
	}

	.secs-top-left .sec-text {
		margin-top: 6px;
	}
}

@media screen and (max-width: 560px) {
	.sec-title {
		font-size: 20px;
		line-height: 32px;
	}

	.sec-text {
		font-size: 14px;
		line-height: 24px;
	}

	.sec-top-btn .btnn {
		min-width: 120px;
		font-size: 14px;
		line-height: 24px;
		padding: 4px 10px;
	}

	.secs-top.flex {
		flex-wrap: wrap;
	}

	.secs-top-left {
		width: 100%;
	}

	.secs-top-right {
		width: 100%;
		margin-top: 16px;
	}

	.secs-top-left .sec-text {
		margin-top: 4px;
	}
}

/* ****************************    index    ********************************* */
.sec1 {
	position: relative;
	width: 100%;
	padding: 72px 0 56px;
}

.sec1-tbody {
	position: relative;
	width: 100%;
	padding-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec1-tbody-left {
	position: relative;
	width: 300px;
	margin-top: -26px;
}

.sec1-tbody-right {
	position: relative;
	width: 1000px;
}

.sec1-left-menu {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}

.sec1-menu-item {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.sec1-menu-item.active {
	border-color: #333;
}

.sec1-menu-item .item-name {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	display: block;
	padding: 16px 0 20px;
	font-family: Roboto-Bold;
}

.sec1-menu-item.active .item-name,
.sec1-menu-item:hover .item-name {
	color: #B13C44;
}

.sec1-right-content {
	position: relative;
	width: 100%;
}

.sec1-content-item {
	position: relative;
	width: 100%;
	display: none;
}

.sec1-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.sec1-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	padding: 0 10px;
	margin-bottom: 45px;
}

@media screen and (max-width: 1459px) {
	.sec1 {
		padding: 60px 0 48px;
	}

	.sec1-tbody {
		padding-top: 40px;
	}

	.sec1-tbody-left {
		width: 280px;
		margin-top: -22px;
	}

	.sec1-tbody-right {
		width: 880px;
	}

	.sec1-menu-item .item-name {
		font-size: 18px;
		line-height: 32px;
		padding: 16px 0 20px;
	}

	.sec1-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec1-list-item {
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 36px;
	}
}

@media screen and (max-width: 1259px) {
	.sec1 {
		padding: 48px 0 40px;
	}

	.sec1-tbody {
		padding-top: 34px;
	}

	.sec1-tbody-left {
		width: 260px;
		margin-top: -18px;
	}

	.sec1-tbody-right {
		width: 660px;
	}

	.sec1-menu-item .item-name {
		font-size: 16px;
		line-height: 30px;
		padding: 12px 0 16px;
	}

	.sec1-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 991px) {
	.sec1 {
		padding: 36px 0 32px;
	}

	.sec1-tbody {
		padding-top: 28px;
	}

	.sec1-tbody-left {
		width: 100%;
		margin-top: 0;
	}

	.sec1-tbody-right {
		width: 100%;
	}

	.sec1-left-menu {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec1-menu-item {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 33.3333%;
		border-bottom: 0;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.sec1-menu-item .item-name {
		font-size: 15px;
		line-height: 26px;
		padding: 10px 0;
		text-align: center;
	}

	.sec1-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec1-list-item {
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 720px) {
	.sec1 {
		padding: 24px 0 24px;
	}

	.sec1-tbody {
		padding-top: 20px;
	}

	.sec1-tbody-left {
		width: 100%;
		margin-top: 0;
	}

	.sec1-tbody-right {
		width: 100%;
	}

	.sec1-left-menu {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec1-menu-item {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		border-bottom: 0;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.sec1-menu-item .item-name {
		font-size: 14px;
		line-height: 24px;
		padding: 6px 0;
		text-align: center;
	}

	.sec1-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 560px) {
	.sec1 {
		padding: 20px 0 20px;
	}

	.sec1-tbody {
		padding-top: 16px;
	}

	.sec1-tbody-left {
		width: 100%;
		margin-top: 0;
	}

	.sec1-tbody-right {
		width: 100%;
	}

	.sec1-left-menu {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec1-menu-item {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		border-bottom: 0;
		padding: 0 6px;
		margin-bottom: 8px;
	}

	.sec1-menu-item .item-name {
		font-size: 14px;
		line-height: 24px;
		padding: 4px 0;
		text-align: center;
	}

	.sec1-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 420px) {
	.sec1 {
		padding: 20px 0 20px;
	}

	.sec1-tbody {
		padding-top: 16px;
	}

	.sec1-tbody-left {
		width: 100%;
		margin-top: 0;
	}

	.sec1-tbody-right {
		width: 100%;
	}

	.sec1-left-menu {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec1-menu-item {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		border-bottom: 0;
		padding: 0 10px;
		margin-bottom: 8px;
	}

	.sec1-menu-item .item-name {
		font-size: 14px;
		line-height: 24px;
		padding: 2px 0;
		text-align: center;
	}

	.sec1-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}
}

.sec2 {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}

.sec2-tbody {
	position: relative;
	width: 100%;
	background: url(img/sec2-bgi.png) no-repeat right center;
	background-color: #343A48;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.sec2-tbody-left {
	position: relative;
	width: 50%;
}

.sec2-tbody-right {
	position: relative;
	width: 50%;
}

.sec2-tbody-left .sec2-tbody-img {
	position: relative;
	width: 100%;
}

.sec2-tbody-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 62.5%;
	z-index: 22;
	overflow: hidden;
}

.sec2-tbody-img .item-pic .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec2-tbody-img .item-pic .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .85);
}

.sec2-tbody-img .item-pic .video-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #333;
}

.sec2-right-box {
	position: relative;
	max-width: 100%;
	width: 700px;
	padding-left: 90px;
	padding-bottom: 20px;
}

.sec2-tbody-text {
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 28px;
}

.sec2-tbody-text a {
	color: #FFFFFF;
}

.sec2-tbody-text a:hover {
	color: #bdbdbd;
}

.sec2-tbody-btn {
	position: relative;
	width: 100%;
	margin-top: 54px;
	font-size: 0;
	letter-spacing: 0;
}

.sec2-tbody-btn .btnn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	font-size: 16px;
	font-family: Roboto-Bold;
	line-height: 30px;
	padding: 10px 20px;
	padding-right: 30px;
	color: #FFFFFF;
	background: #B13C44;
	text-transform: uppercase;
}

.sec2-tbody-btn .btnn .iconfont {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.sec2-tbody-btn .btnn:nth-of-type(2) {
	background: #fff;
	color: #343A48;
}

.sec2-tbody-btn .btnn:nth-of-type(1):hover {
	background: #fff;
	color: #343A48;
}

.sec2-tbody-btn .btnn:nth-of-type(2):hover {
	color: #FFFFFF;
	background: #B13C44;
}

.sec2-bottom {
	position: relative;
	width: 100%;
	margin-top: 60px;
}

.sec2-bottom-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.sec2-list-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.sec2-list-item+.sec2-list-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 69px;
	background: #CCCCCC;
	border-radius: 1px;
}

.sec2-list-item .item-box {
	position: relative;
	width: 100%;
}

.sec2-list-item .item-box .item-body {
	position: relative;
	width: 100%;
	text-align: center;
}

.sec2-list-item .item-box .item-num {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 56px;
	color: #333;
	font-family: Roboto-Bold;
}

.sec2-list-item .item-box .item-name {
	font-size: 18px;
	color: #343A48;
	line-height: 26px;
	margin-top: 0px;
	font-family: Roboto-Bold;
}

.sec2-list-item .item-box .item-name a {
	color: #343A48;
}

.sec2-list-item .item-box .item-name a:hover {
	color: #B13C44;
}

@media screen and (max-width: 1459px) {
	.sec2 {
		padding-bottom: 28px;
	}

	.sec2-tbody-left {
		width: 50%;
	}

	.sec2-tbody-right {
		width: 50%;
	}

	.sec2-right-box {
		width: 600px;
		padding-left: 72px;
		padding-bottom: 16px;
	}

	.sec2-tbody-text {
		font-size: 16px;
		line-height: 28px;
		margin-top: 24px;
	}

	.sec2-tbody-btn {
		margin-top: 44px;
	}

	.sec2-tbody-btn .btnn {
		min-width: 180px;
		font-size: 16px;
		line-height: 28px;
		padding: 9px 16px;
		padding-right: 28px;
	}

	.sec2-tbody-btn .btnn .iconfont {
		right: 14px;
		font-size: 14px;
	}

	.sec2-bottom {
		margin-top: 52px;
	}

	.sec2-bottom-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.sec2-list-item {
		width: 25%;
		padding: 0 12px;
		margin-bottom: 20px;
	}

	.sec2-list-item+.sec2-list-item::before {
		height: 62px;
	}

	.sec2-list-item .item-box .item-num {
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 50px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 17px;
		line-height: 26px;
	}
}

@media screen and (max-width: 1259px) {
	.sec2 {
		padding-bottom: 24px;
	}

	.sec2-tbody-left {
		width: 50%;
	}

	.sec2-tbody-right {
		width: 50%;
	}

	.sec2-right-box {
		width: 475px;
		padding-left: 48px;
		padding-bottom: 12px;
	}

	.sec2-tbody-text {
		font-size: 15px;
		line-height: 26px;
		margin-top: 20px;
	}

	.sec2-tbody-btn {
		margin-top: 32px;
	}

	.sec2-tbody-btn .btnn {
		min-width: 160px;
		font-size: 15px;
		line-height: 26px;
		padding: 7px 14px;
		padding-right: 26px;
	}

	.sec2-tbody-btn .btnn .iconfont {
		right: 12px;
		font-size: 14px;
	}

	.sec2-bottom {
		margin-top: 44px;
	}

	.sec2-bottom-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec2-list-item {
		width: 25%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.sec2-list-item+.sec2-list-item::before {
		height: 56px;
	}

	.sec2-list-item .item-box .item-num {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 44px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 991px) {
	.sec2 {
		padding-bottom: 20px;
	}

	.sec2-tbody {
		background-size: 100%;
	}

	.sec2-tbody-left {
		width: 100%;
	}

	.sec2-tbody-right {
		width: 100%;
		background: url(img/sec2-bgi.png) no-repeat right center;
		background-color: #343A48;
		background-size: cover;
	}

	.sec2-right-box {
		width: 750px;
		padding: 20px 15px;
		margin: 0 auto;
	}

	.sec2-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 12px;
	}

	.sec2-tbody-btn {
		margin-top: 24px;
	}

	.sec2-tbody-btn .btnn {
		min-width: 160px;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 14px;
		padding-right: 26px;
	}

	.sec2-tbody-btn .btnn .iconfont {
		right: 12px;
		font-size: 14px;
	}

	.sec2-bottom {
		margin-top: 36px;
	}

	.sec2-bottom-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec2-list-item {
		width: 33.333333%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.sec2-list-item+.sec2-list-item::before {
		display: none;
	}

	.sec2-list-item .item-box .item-num {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 40px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 750px) {
	.sec2 {
		padding-bottom: 20px;
	}

	.sec2-tbody-left {
		width: 100%;
	}

	.sec2-tbody-right {
		width: 100%;
	}

	.sec2-right-box {
		width: 100%;
		padding: 20px 15px;
		margin: 0 auto;
	}

	.sec2-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.sec2-tbody-btn {
		margin-top: 20px;
	}

	.sec2-tbody-btn .btnn {
		min-width: 140px;
		font-size: 14px;
		line-height: 24px;
		padding: 5px 12px;
		padding-right: 24px;
	}

	.sec2-tbody-btn .btnn .iconfont {
		right: 10px;
		font-size: 12px;
	}

	.sec2-bottom {
		margin-top: 30px;
	}

	.sec2-bottom-list {
		margin-left: -16px;
		margin-right: -16px;
	}

	.sec2-list-item {
		width: 50%;
		padding: 0 16px;
		margin-bottom: 18px;
	}

	.sec2-list-item+.sec2-list-item::before {
		display: none;
	}

	.sec2-list-item .item-box .item-num {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 36px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 15px;
		line-height: 24px;
	}
}

@media screen and (max-width: 560px) {
	.sec2 {
		padding-bottom: 20px;
	}

	.sec2-tbody-left {
		width: 100%;
	}

	.sec2-tbody-right {
		width: 100%;
	}

	.sec2-right-box {
		width: 100%;
		padding: 20px 15px;
		margin: 0 auto;
	}

	.sec2-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.sec2-tbody-btn {
		margin-top: 20px;
	}

	.sec2-tbody-btn .btnn {
		min-width: 130px;
		font-size: 14px;
		line-height: 24px;
		padding: 5px 12px;
		padding-right: 24px;
	}

	.sec2-tbody-btn .btnn .iconfont {
		right: 10px;
		font-size: 12px;
	}

	.sec2-bottom {
		margin-top: 30px;
	}

	.sec2-bottom-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec2-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.sec2-list-item+.sec2-list-item::before {
		display: none;
	}

	.sec2-list-item .item-box .item-num {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 32px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 14px;
		line-height: 22px;
	}
}

.sec3 {
	position: relative;
	width: 100%;
	padding: 36px 0 99px;
}

.sec3-top {
	position: relative;
	width: 100%;
}

.sec3-top .secs-top-left {
	position: relative;
	width: 310px;
}

.sec3-top .secs-top-center {
	position: relative;
	width: calc(100% - 566px);
}

.sec3-top .secs-top-right {
	position: relative;
	width: 156px;
}

.sec3-tbody {
	position: relative;
	width: 100%;
	padding-top: 62px;
}

.sec3-tbody-swiper {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}

.sec3-tbody-swiper .swiper-button {
	top: auto;
	margin-top: 0;
	bottom: 0;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	background: #EEEEEE;
	border-radius: 50%;
}

.sec3-tbody-swiper .swiper-button:hover {
	background: #B13C44;
	color: #fff;
}

.sec3-tbody-swiper .swiper-button-prev {
	left: 50%;
	transform: translateX(-120%);
}

.sec3-tbody-swiper .swiper-button-next {
	right: 50%;
	transform: translateX(120%);
}

.swiper-sec3 {
	position: relative;
	width: 100%;
}

.sec3-tbody-item {
	position: relative;
	width: 100%;
}

.sec3-tbody-item .item-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.sec3-tbody-item .item-box .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #000;
}

.sec3-tbody-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	opacity: .7;
	transition: all .5s;
}

.sec3-tbody-item .item-box:hover .item-pic img {
	opacity: .3;
}

.sec3-tbody-item .item-box .item-body {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	padding: 25px 39px;
	transition: all .5s;
}

.sec3-tbody-item .item-box:hover .item-body {
	width: 100%;
	top: 39px;
}

.sec3-tbody-item .item-body .item-title {
	position: relative;
	font-size: 20px;
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 17px;
}

.sec3-tbody-item .item-body .item-title::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 35px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 3px;
}

.sec3-tbody-item .item-body .item-title a {
	color: #fff;
}

.sec3-tbody-item .item-body .item-hover {
	display: none;
	position: relative;
	width: 100%;
}

.sec3-tbody-item .item-box:hover .item-body .item-hover {
	display: block;
}

.sec3-tbody-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFEFE;
	line-height: 30px;
	margin-top: 16px;
}

.sec3-tbody-item .item-body .item-desc a {
	color: #FFFEFE;
}

.sec3-tbody-item .item-body .item-title a:hover,
.sec3-tbody-item .item-body .item-desc a:hover {
	color: #cdcdcd;
}

.sec3-tbody-item .item-body .item-btn {
	position: relative;
	margin-top: 12px;
}

.sec3-tbody-item .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	font-family: Roboto-Bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 30px;
}

.sec3-tbody-item .item-body .item-btn .btnn .iconfont {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 4px;
}

.sec3-tbody-item .item-body .item-btn a.btnn:hover {
	color: #bdbdbd;
}

@media screen and (max-width: 1459px) {
	.sec3 {
		padding: 32px 0 84px;
	}

	.sec3-top .secs-top-left {
		width: 300px;
	}

	.sec3-top .secs-top-center {
		width: calc(100% - 500px);
	}

	.sec3-top .secs-top-right {
		width: 148px;
	}

	.sec3-tbody {
		padding-top: 54px;
	}

	.sec3-tbody-swiper {
		padding-bottom: 90px;
	}

	.sec3-tbody-swiper .swiper-button {
		width: 54px;
		height: 54px;
		line-height: 54px;
		font-size: 18px;
	}

	.sec3-tbody-item .item-box .item-body {
		width: 50%;
		padding: 20px 30px;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		width: 100%;
		top: 30px;
	}

	.sec3-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.sec3-tbody-item .item-body .item-title::before {
		width: 32px;
		height: 4px;
		border-radius: 2px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 14px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 4px;
	}
}

@media screen and (max-width: 1259px) {
	.sec3 {
		padding: 28px 0 68px;
	}

	.sec3-top .secs-top-left {
		width: 240px;
	}

	.sec3-top .secs-top-center {
		width: calc(100% - 420px);
	}

	.sec3-top .secs-top-right {
		width: 140px;
	}

	.sec3-tbody {
		padding-top: 46px;
	}

	.sec3-tbody-swiper {
		padding-bottom: 80px;
	}

	.sec3-tbody-swiper .swiper-button {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}

	.sec3-tbody-item .item-box .item-body {
		width: 70%;
		padding: 18px 24px;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		width: 100%;
		top: 24px;
	}

	.sec3-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.sec3-tbody-item .item-body .item-title::before {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 12px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 2px;
	}
}

@media screen and (max-width: 991px) {
	.sec3 {
		padding: 24px 0 52px;
	}

	.sec3-top .secs-top-left {
		width: 100%;
		text-align: center;
	}

	.sec3-top .secs-top-center {
		width: 100%;
		margin-top: 8px;
		text-align: center;
	}

	.sec3-top .secs-top-right {
		width: 100%;
		margin-top: 12px;
		text-align: center;
	}

	.sec3-tbody {
		padding-top: 32px;
	}

	.sec3-tbody-swiper {
		padding-bottom: 60px;
	}

	.sec3-tbody-swiper .swiper-button {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.sec3-tbody-item .item-box .item-pic img {
		opacity: 1 !important;
	}

	.sec3-tbody-item .item-box .item-body {
		width: 100%;
		padding: 16px 15px;
		position: relative;
		background: #000;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		width: 100%;
		top: 0;
	}

	.sec3-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.sec3-tbody-item .item-body .item-title::before {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}

	.sec3-tbody-item .item-body .item-hover {
		display: block;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
		overflow: hidden;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn .iconfont {
		font-size: 13px;
		font-size: 1.2rem;
		margin-left: 2px;
	}
}

@media screen and (max-width: 720px) {
	.sec3 {
		padding: 20px 0 36px;
	}

	.sec3-top .secs-top-left {
		width: 100%;
		text-align: center;
	}

	.sec3-top .secs-top-center {
		width: 100%;
		margin-top: 8px;
		text-align: center;
	}

	.sec3-top .secs-top-right {
		width: 100%;
		margin-top: 12px;
		text-align: center;
	}

	.sec3-tbody {
		padding-top: 24px;
	}

	.sec3-tbody-swiper {
		padding-bottom: 60px;
	}

	.sec3-tbody-swiper .swiper-button {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.sec3-tbody-item .item-box .item-pic img {
		opacity: 1 !important;
	}

	.sec3-tbody-item .item-box .item-body {
		width: 100%;
		padding: 16px 15px;
		position: relative;
		background: #000;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		width: 100%;
		top: 0;
	}

	.sec3-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.sec3-tbody-item .item-body .item-title::before {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}

	.sec3-tbody-item .item-body .item-hover {
		display: block;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
		overflow: hidden;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn .iconfont {
		font-size: 13px;
		font-size: 1.2rem;
		margin-left: 2px;
	}
}

.sec-page {
	position: relative;
	width: 100%;
	background: #B13C44;
	padding: 58px 0;
}

.sec-page-tbody {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec-page-left {
	position: relative;
	width: 53%;
}

.sec-page-right {
	position: relative;
	width: 40%;
}

.sec-page-title {
	position: relative;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 48px;
	font-family: Roboto-Bold;
}

.sec-page-text {
	position: relative;
	margin-top: 28px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.sec-page-title a,
.sec-page-text a {
	color: #fff;
}

.sec-page-title a:hover,
.sec-page-text a:hover {
	color: #cbcbcb;
}

.sec-page-btn {
	position: relative;
	text-align: right;
}

.sec-page-btn .btnn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 276px;
	padding: 16px 36px;
	font-size: 18px;
	line-height: 32px;
	font-family: Roboto-Bold;
	text-transform: uppercase;
	border: 1px solid #343A48;
	background: #343A48;
	color: #fff;
}

.sec-page-btn .btnn:hover {
	background: #FFFFFF;
	color: #343A48;
}

@media screen and (max-width: 1459px) {
	.sec-page {
		padding: 50px 0;
	}

	.sec-page-left {
		width: 54%;
	}

	.sec-page-right {
		width: 40%;
	}

	.sec-page-title {
		font-size: 32px;
		line-height: 44px;
	}

	.sec-page-text {
		margin-top: 24px;
		font-size: 17px;
		line-height: 30px;
	}

	.sec-page-btn .btnn {
		min-width: 264px;
		padding: 15px 32px;
		font-size: 17px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1259px) {
	.sec-page {
		padding: 42px 0;
	}

	.sec-page-left {
		width: 56%;
	}

	.sec-page-right {
		width: 36%;
	}

	.sec-page-title {
		font-size: 28px;
		line-height: 40px;
	}

	.sec-page-text {
		margin-top: 20px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec-page-btn .btnn {
		min-width: 248px;
		padding: 12px 26px;
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width: 991px) {
	.sec-page {
		padding: 34px 0;
	}

	.sec-page-left {
		width: 100%;
		text-align: center;
	}

	.sec-page-right {
		width: 100%;
	}

	.sec-page-title {
		font-size: 24px;
		line-height: 36px;
	}

	.sec-page-text {
		margin-top: 16px;
		font-size: 15px;
		line-height: 26px;
	}

	.sec-page-btn .btnn {
		min-width: 230px;
		padding: 12px 20px;
		font-size: 15px;
		line-height: 26px;
	}

	.sec-page-btn {
		margin-top: 16px;
		text-align: center;
	}
}

@media screen and (max-width: 720px) {
	.sec-page {
		padding: 26px 0;
	}

	.sec-page-left {
		width: 100%;
		text-align: center;
	}

	.sec-page-right {
		width: 100%;
	}

	.sec-page-title {
		font-size: 20px;
		line-height: 32px;
	}

	.sec-page-text {
		margin-top: 16px;
		font-size: 14px;
		line-height: 24px;
	}

	.sec-page-btn .btnn {
		min-width: 200px;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 24px;
	}

	.sec-page-btn {
		margin-top: 16px;
		text-align: center;
	}
}

.sec4 {
	position: relative;
	width: 100%;
	padding-top: 84px;
	padding-bottom: 52px;
	background: #F5F5F5;
}

.sec4-tbody {
	position: relative;
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec4-tbody-left {
	position: relative;
	width: 230px;
}

.sec4-tbody-right {
	width: calc(100% - 240px);
}

.sec4-tbody-left .sec-title {
	position: relative;
	padding-bottom: 36px;
}

.sec4-tbody-left .sec-title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	width: 60px;
	height: 5px;
	background: #B13C44;
	border-radius: 3px;
}

.sec4-tbody-swiper {
	position: relative;
	width: 100%;
}

.sec4-tbody-swiper .swiper-sec4 {
	position: relative;
	width: 100%;
	padding-bottom: 68px;
}

.swiper-sec4 .swiper-pagination {
	bottom: 0;
	left: auto;
	right: 0;
	text-align: center;
	width: 1400px;
}

.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	display: inline-block;
	border-radius: 0;
	margin: 0;
	background: #000;
	opacity: .1;
}

.swiper-sec4 .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #B13C44;
	border-radius: 3px;
}

.sec4-tbody-item {
	position: relative;
	width: 100%;
}

.sec4-tbody-item .item-box {
	position: relative;
	width: 100%;
}

.sec4-tbody-item .item-box .item-date {
	position: relative;
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 18px;
}

.sec4-tbody-item .item-box .item-date span {
	display: inline-block;
	vertical-align: baseline;
	font-family: Roboto-Bold;
	font-size: 30px;
	color: #333333;
	line-height: 40px;
}

.sec4-tbody-item .item-box .item-title {
	font-size: 18px;
	font-family: Roboto-Bold;
	color: #333;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.sec4-tbody-item .item-box .item-desc {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-top: 8px;
	height: 56px;
	overflow: hidden;
}

.sec4-tbody-item .item-box .item-btn {
	margin-top: 18px;
}

.sec4-tbody-item .item-box .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	color: #333;
	border: 1px solid #333333;
}

.sec4-tbody-item .item-box .item-btn a.btnn:hover,
.sec4-tbody-item .item-box:hover .item-btn .btnn {
	background: #B13C44;
	color: #fff;
	border-color: #B13C44;
}

@media screen and (max-width: 1459px) {
	.sec4 {
		padding-top: 70px;
		padding-bottom: 46px;
	}

	.sec4-tbody-left {
		width: 220px;
	}

	.sec4-tbody-right {
		width: calc(100% - 230px);
	}

	.sec4-tbody-left .sec-title {
		padding-bottom: 30px;
	}

	.sec4-tbody-left .sec-title::before {
		width: 52px;
		height: 5px;
		border-radius: 3px;
	}

	.sec4-tbody-swiper .swiper-sec4 {
		padding-bottom: 60px;
	}

	.swiper-sec4 .swiper-pagination {
		width: 1200px;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		width: 44px;
		height: 5px;
	}

	.sec4-tbody-item .item-box .item-date {
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 12px;
		margin-bottom: 16px;
	}

	.sec4-tbody-item .item-box .item-date span {
		font-size: 28px;
		line-height: 38px;
	}

	.sec4-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}

	.sec4-tbody-item .item-box .item-desc {
		font-size: 16px;
		line-height: 26px;
		margin-top: 8px;
		height: 52px;
	}

	.sec4-tbody-item .item-box .item-btn {
		margin-top: 16px;
	}

	.sec4-tbody-item .item-box .item-btn .btnn {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 16px;
	}
}

@media screen and (max-width: 1259px) {
	.sec4 {
		padding-top: 56px;
		padding-bottom: 40px;
	}

	.sec4-tbody-left {
		width: 240px;
	}

	.sec4-tbody-right {
		width: calc(100% - 260px);
	}

	.sec4-tbody-left .sec-title {
		padding-bottom: 24px;
	}

	.sec4-tbody-left .sec-title::before {
		width: 46px;
		height: 5px;
		border-radius: 3px;
	}

	.sec4-tbody-swiper .swiper-sec4 {
		padding-bottom: 54px;
	}

	.swiper-sec4 .swiper-pagination {
		width: 950px;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		width: 40px;
		height: 4px;
	}

	.sec4-tbody-item .item-box .item-date {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}

	.sec4-tbody-item .item-box .item-date span {
		font-size: 24px;
		line-height: 34px;
	}

	.sec4-tbody-item .item-box .item-title {
		font-size: 17px;
		line-height: 28px;
		height: 56px;
	}

	.sec4-tbody-item .item-box .item-desc {
		font-size: 15px;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
	}

	.sec4-tbody-item .item-box .item-btn {
		margin-top: 14px;
	}

	.sec4-tbody-item .item-box .item-btn .btnn {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.sec4 {
		padding-top: 42px;
		padding-bottom: 32px;
	}

	.sec4-tbody-left {
		width: 100%;
	}

	.sec4-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec4-tbody-left .sec-title {
		padding-bottom: 16px;
	}

	.sec4-tbody-left .sec-title::before {
		width: 40px;
		height: 4px;
		border-radius: 2px;
	}

	.sec4-tbody-swiper .swiper-sec4 {
		padding-bottom: 42px;
	}

	.swiper-sec4 .swiper-pagination {
		width: 100%;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		width: 40px;
		height: 4px;
	}

	.sec4-tbody-item .item-box .item-date {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-bottom: 14px;
	}

	.sec4-tbody-item .item-box .item-date span {
		font-size: 20px;
		line-height: 30px;
	}

	.sec4-tbody-item .item-box .item-title {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.sec4-tbody-item .item-box .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.sec4-tbody-item .item-box .item-btn {
		margin-top: 12px;
	}

	.sec4-tbody-item .item-box .item-btn .btnn {
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}
}

@media screen and (max-width: 720px) {
	.sec4 {
		padding-top: 28px;
		padding-bottom: 24px;
	}

	.sec4-tbody-left {
		width: 100%;
	}

	.sec4-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec4-tbody-left .sec-title {
		padding-bottom: 12px;
	}

	.sec4-tbody-left .sec-title::before {
		width: 36px;
		height: 4px;
		border-radius: 2px;
	}

	.sec4-tbody-swiper .swiper-sec4 {
		padding-bottom: 42px;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		width: 36px;
		height: 4px;
	}

	.sec4-tbody-item .item-box .item-date {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-bottom: 14px;
	}

	.sec4-tbody-item .item-box .item-date span {
		font-size: 18px;
		line-height: 30px;
	}

	.sec4-tbody-item .item-box .item-title {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.sec4-tbody-item .item-box .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.sec4-tbody-item .item-box .item-btn {
		margin-top: 12px;
	}

	.sec4-tbody-item .item-box .item-btn .btnn {
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}
}

.sec5 {
	position: relative;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 52px;
}

.sec5::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 60%;
	background: #F5F5F5;
}

.sec5-tbody {
	position: relative;
	width: 100%;
	margin-top: 36px;
}

.sec5-tbody-img {
	position: relative;
	width: 100%;
}

.sec5-tbody-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 56.286%;
	z-index: 22;
	overflow: hidden;
	border-radius: 20px;
}

.sec5-tbody-img .item-pic .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec5-tbody-img .item-pic .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .85);
}

.sec5-tbody-img .item-pic .video-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #333;
}

@media screen and (max-width: 1459px) {
	.sec5 {
		padding-top: 30px;
		padding-bottom: 44px;
	}

	.sec5-tbody {
		margin-top: 32px;
	}
}

@media screen and (max-width: 1259px) {
	.sec5 {
		padding-top: 26px;
		padding-bottom: 36px;
	}

	.sec5-tbody {
		margin-top: 28px;
	}
}

@media screen and (max-width: 991px) {
	.sec5 {
		padding-top: 22px;
		padding-bottom: 28px;
	}

	.sec5-tbody {
		margin-top: 24px;
	}
}

@media screen and (max-width: 720px) {
	.sec5 {
		padding-top: 18px;
		padding-bottom: 20px;
	}

	.sec5-tbody {
		margin-top: 20px;
	}
}

.sec6 {
	position: relative;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 99px;
}

.sec6-top {
	position: relative;
	width: 100%;
}

.sec6-top .secs-top-left {
	position: relative;
	min-width: 126px;
	width: auto;
}

.sec6-top .secs-top-text {
	position: relative;
	width: auto;
	margin-left: 10px;
	max-width: calc(100% - 136px);
	padding-top: 10px;
}

.sec6-tbody {
	position: relative;
	width: 100%;
	padding-top: 40px;
}

.sec6-tbody-list {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 49px;
}

.sec6-tbody-item {
	position: relative;
	width: 100%;
	margin-bottom: 17px;
}

.sec6-tbody-item .item-box {
	position: relative;
	width: 100%;
	background: #F5F5F5;
	padding: 4px 0 8px;
}

.sec6-tbody-item .item-title {
	position: relative;
	width: 100%;
	padding: 12px 26px;
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	line-height: 32px;
	padding-right: 62px;
	background: #F2F5F7;
	cursor: pointer;
}

.sec6-tbody-item .item-title:before {
	content: "\e620";
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #343A48;
	font-family: "iconfont";
	text-align: center;
	display: block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	box-sizing: border-box;
}

.sec6-tbody-item .item-title:hover::before,
.sec6-tbody-item .item-title.active:before {
	content: "\e810";
	color: #B13C44;
}

.sec6-tbody-item .item-text {
	position: relative;
	width: 100%;
	display: none;
}

.sec6-tbody-item .item-text .text {
	padding: 2px 26px 18px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.sec6-tbody-btn {
	position: relative;
	width: 100%;
	text-align: center;
}

.sec6-tbody-btn .btnn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	min-width: 151px;
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #343A48;
	line-height: 31px;
	padding: 9px 16px;
	border: 1px solid #343A48;
	text-transform: uppercase;
}

.sec6-tbody-btn a.btnn:hover {
	background: #343A48;
	color: #fff;
}

@media screen and (max-width: 1459px) {
	.sec6 {
		padding-top: 32px;
		padding-bottom: 84px;
	}

	.sec6-top .secs-top-left {
		min-width: 124px;
	}

	.sec6-top .secs-top-text {
		margin-left: 10px;
		max-width: calc(100% - 134px);
		padding-top: 8px;
	}

	.sec6-tbody {
		padding-top: 36px;
	}

	.sec6-tbody-list {
		padding-bottom: 42px;
	}

	.sec6-tbody-item {
		margin-bottom: 16px;
	}

	.sec6-tbody-item .item-box {
		padding: 4px 0 8px;
	}

	.sec6-tbody-item .item-title {
		padding: 10px 24px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		padding-right: 56px;
	}

	.sec6-tbody-item .item-title:before {
		right: 32px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.sec6-tbody-item .item-text .text {
		padding: 2px 24px 14px;
		font-size: 16px;
		line-height: 24px;
	}

	.sec6-tbody-btn .btnn {
		min-width: 142px;
		font-size: 16px;
		line-height: 30px;
		padding: 8px 14px;
	}
}

@media screen and (max-width: 1259px) {
	.sec6 {
		padding-top: 28px;
		padding-bottom: 68px;
	}

	.sec6-top .secs-top-left {
		min-width: 120px;
	}

	.sec6-top .secs-top-text {
		margin-left: 10px;
		max-width: calc(100% - 130px);
		padding-top: 6px;
	}

	.sec6-tbody {
		padding-top: 32px;
	}

	.sec6-tbody-list {
		padding-bottom: 36px;
	}

	.sec6-tbody-item {
		margin-bottom: 16px;
	}

	.sec6-tbody-item .item-box {
		padding: 4px 0 6px;
	}

	.sec6-tbody-item .item-title {
		padding: 8px 20px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-right: 50px;
	}

	.sec6-tbody-item .item-title:before {
		right: 24px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.sec6-tbody-item .item-text .text {
		padding: 0px 20px 12px;
		font-size: 15px;
		line-height: 24px;
	}

	.sec6-tbody-btn .btnn {
		min-width: 134px;
		font-size: 16px;
		line-height: 28px;
		padding: 6px 12px;
	}
}

@media screen and (max-width: 991px) {
	.sec6 {
		padding-top: 24px;
		padding-bottom: 52px;
	}

	.sec6-top .secs-top-left {
		min-width: auto;
		width: 100%;
		text-align: center;
	}

	.sec6-top .secs-top-text {
		margin-left: 0px;
		max-width: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.sec6-tbody {
		padding-top: 24px;
	}

	.sec6-tbody-list {
		padding-bottom: 30px;
	}

	.sec6-tbody-item {
		margin-bottom: 16px;
	}

	.sec6-tbody-item .item-box {
		padding: 4px 0 6px;
	}

	.sec6-tbody-item .item-title {
		padding: 6px 15px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-right: 40px;
	}

	.sec6-tbody-item .item-title:before {
		right: 20px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.sec6-tbody-item .item-text .text {
		padding: 0px 15px 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.sec6-tbody-btn .btnn {
		min-width: 126px;
		font-size: 15px;
		line-height: 26px;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 720px) {
	.sec6 {
		padding-top: 20px;
		padding-bottom: 36px;
	}

	.sec6-top .secs-top-left {
		min-width: auto;
		width: 100%;
		text-align: center;
	}

	.sec6-top .secs-top-text {
		margin-left: 0px;
		max-width: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.sec6-tbody {
		padding-top: 20px;
	}

	.sec6-tbody-list {
		padding-bottom: 20px;
	}

	.sec6-tbody-item {
		margin-bottom: 16px;
	}

	.sec6-tbody-item .item-box {
		padding: 4px 0 6px;
	}

	.sec6-tbody-item .item-title {
		padding: 5px 12px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding-right: 36px;
	}

	.sec6-tbody-item .item-title:before {
		right: 12px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.sec6-tbody-item .item-text .text {
		padding: 0px 12px 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.sec6-tbody-btn .btnn {
		min-width: 120px;
		font-size: 14px;
		line-height: 24px;
		padding: 5px 8px;
	}
}

.sec7 {
	position: relative;
	width: 100%;
	padding: 88px 0 90px;
	background: #EEEEEE;
}

.sec7 .sec-text,
.sec7 .sec-text a {
	color: #999;
}

.sec7 .sec-text a:hover {
	color: #343A48;
}

.sec7-tbody {
	position: relative;
	margin-left: -110px;
	margin-right: -110px;
	padding: 0 110px;
	padding-top: 44px;
}

.sec7-tbody .swiper-button {
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	color: #666;
	background: #fff;
	border-radius: 50%;
	margin-top: 0;
}

.sec7-tbody .swiper-button:hover {
	background: #B13C44;
	color: #fff;
}

.swiper-sec7 {
	position: relative;
	width: 100%;
}

.swiper-sec7 .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.swiper-sec7 .list-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}

.swiper-sec7 .list-item .item-pics {
	position: relative;
	padding-bottom: 100%;
}

.swiper-sec7 .list-item .item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.swiper-sec7 .list-item .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.swiper-sec7 .list-item .item-backdrop .iconfont {
	font-size: 42px;
	font-size: 4.2rem;
	color: #fff;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.swiper-sec7 .list-item .item-body {
	position: relative;
	width: 100%;
	padding-top: 14px;
}

.swiper-sec7 .list-item .item-body .item-name {
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

@media screen and (max-width: 1659px) {
	.sec7-tbody {
		margin-left: -60px;
		margin-right: -60px;
		padding: 0 70px;
		padding-top: 42px;
	}

	.sec7-tbody .swiper-button {
		width: 54px;
		height: 54px;
		line-height: 36px;
		padding: 9px;
		font-size: 18px;
	}
}

@media screen and (max-width: 1559px) {
	.sec7-tbody {
		margin-left: -30px;
		margin-right: -30px;
		padding: 0 50px;
		padding-top: 40px;
	}

	.sec7-tbody .swiper-button {
		width: 48px;
		height: 48px;
		line-height: 32px;
		padding: 8px;
		font-size: 18px;
	}
}

@media screen and (max-width: 1459px) {
	.sec7 {
		padding: 74px 0 76px;
	}

	.sec7-tbody {
		margin-left: -24px;
		margin-right: -24px;
		padding: 0 48px;
		padding-top: 36px;
	}

	.sec7-tbody .swiper-button {
		width: 42px;
		height: 42px;
		line-height: 30px;
		padding: 6px;
		font-size: 16px;
	}

	.swiper-sec7 .swiper-slide {
		width: 25%;
	}

	.swiper-sec7 .list-item .item-backdrop .iconfont {
		font-size: 36px;
		font-size: 3.6rem;
		width: 42px;
		height: 42px;
		line-height: 42px;
	}

	.swiper-sec7 .list-item .item-body {
		padding-top: 12px;
	}

	.swiper-sec7 .list-item .item-body .item-name {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1259px) {
	.sec7 {
		padding: 60px 0 62px;
	}

	.sec7-tbody {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 40px;
		padding-top: 32px;
	}

	.sec7-tbody .swiper-button {
		width: 36px;
		height: 36px;
		line-height: 28px;
		padding: 4px;
		font-size: 16px;
	}

	.swiper-sec7 .swiper-slide {
		width: 25%;
	}

	.swiper-sec7 .list-item .item-backdrop .iconfont {
		font-size: 30px;
		font-size: 3rem;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.swiper-sec7 .list-item .item-body {
		padding-top: 10px;
	}

	.swiper-sec7 .list-item .item-body .item-name {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 991px) {
	.sec7 {
		padding: 46px 0 48px;
	}

	.sec7-tbody {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 36px;
		padding-top: 28px;
	}

	.sec7-tbody .swiper-button {
		width: 32px;
		height: 32px;
		line-height: 28px;
		padding: 2px;
		font-size: 16px;
	}

	.swiper-sec7 .swiper-slide {
		width: 33.33333333%;
	}

	.swiper-sec7 .list-item .item-backdrop .iconfont {
		font-size: 24px;
		font-size: 2.4rem;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.swiper-sec7 .list-item .item-body {
		padding-top: 10px;
	}

	.swiper-sec7 .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 720px) {
	.sec7 {
		padding: 32px 0 34px;
	}

	.sec7-tbody {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 32px;
		padding-top: 24px;
	}

	.sec7-tbody .swiper-button {
		width: 28px;
		height: 28px;
		line-height: 28px;
		padding: 0;
		font-size: 16px;
	}

	.swiper-sec7 .swiper-slide {
		width: 50%;
	}

	.swiper-sec7 .list-item .item-backdrop .iconfont {
		font-size: 24px;
		font-size: 2.4rem;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.swiper-sec7 .list-item .item-body {
		padding-top: 8px;
	}

	.swiper-sec7 .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

.sec8 {
	position: relative;
	width: 100%;
	padding: 100px 0 102px;
}

.sec8-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.sec8-tbody-left {
	position: relative;
	width: 50%;
}

.sec8-tbody-right {
	position: relative;
	width: 45.5%;
}

.sec8-tbody-img {
	position: relative;
	width: 100%;
}

.sec8-tbody-img .item-pic {
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.sec8-tbody-img .item-pic .pic {
	display: block;
	width: 100%;
}

.sec8-tbody-img .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sec8-tbody-right .sec-text {
	margin-top: 6px;
}

.sec8-tbody-list {
	position: relative;
	width: 100%;
	padding-top: 38px;
	margin-bottom: -16px;
}

.sec8-tbody-item {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.sec8-tbody-item .item-box {
	position: relative;
	width: 100%;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 16px 26px;
}

.sec8-tbody-item .item-box .item-title {
	font-size: 20px;
	width: calc(100% - 36px);
	color: #333;
	line-height: 36px;
}

.sec8-tbody-item .item-box .item-btn {
	position: relative;
	width: 24px;
	text-align: center;
}

.sec8-tbody-item .item-box .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	text-align: center;
	line-height: 36px;
	color: #343A48;
}

.sec8-tbody-item .item-box .item-btn .iconfont {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

.sec8-tbody-item .item-box:hover .item-btn .btnn,
.sec8-tbody-item .item-box .item-btn a.btnn:hover {
	color: #B13C44;
}

@media screen and (max-width: 1459px) {
	.sec8 {
		padding: 84px 0 86px;
	}

	.sec8-tbody-left {
		width: 50%;
	}

	.sec8-tbody-right {
		width: 45.5%;
	}

	.sec8-tbody-right .sec-text {
		margin-top: 6px;
	}

	.sec8-tbody-list {
		padding-top: 32px;
		margin-bottom: -12px;
	}

	.sec8-tbody-item {
		margin-bottom: 18px;
	}

	.sec8-tbody-item .item-box {
		padding: 14px 22px;
	}

	.sec8-tbody-item .item-box .item-title {
		font-size: 20px;
		width: calc(100% - 36px);
		line-height: 34px;
	}

	.sec8-tbody-item .item-box .item-btn {
		width: 24px;
	}

	.sec8-tbody-item .item-box .item-btn .btnn {
		width: 24px;
		line-height: 34px;
	}

	.sec8-tbody-item .item-box .item-btn .iconfont {
		font-size: 18px;
	}
}

@media screen and (max-width: 1259px) {
	.sec8 {
		padding: 68px 0 70px;
	}

	.sec8-tbody-left {
		width: 50%;
	}

	.sec8-tbody-right {
		width: 46%;
	}

	.sec8-tbody-right .sec-text {
		margin-top: 6px;
	}

	.sec8-tbody-list {
		padding-top: 24px;
		margin-bottom: -8px;
	}

	.sec8-tbody-item {
		margin-bottom: 16px;
	}

	.sec8-tbody-item .item-box {
		padding: 10px 18px;
	}

	.sec8-tbody-item .item-box .item-title {
		font-size: 18px;
		width: calc(100% - 34px);
		line-height: 32px;
	}

	.sec8-tbody-item .item-box .item-btn {
		width: 24px;
	}

	.sec8-tbody-item .item-box .item-btn .btnn {
		width: 24px;
		line-height: 32px;
	}

	.sec8-tbody-item .item-box .item-btn .iconfont {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.sec8 {
		padding: 52px 0 54px;
	}

	.sec8-tbody-left {
		width: 100%;
	}

	.sec8-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec8-tbody-right .sec-text {
		margin-top: 4px;
	}

	.sec8-tbody-list {
		padding-top: 16px;
		margin-bottom: 0px;
	}

	.sec8-tbody-item {
		margin-bottom: 16px;
	}

	.sec8-tbody-item .item-box {
		padding: 8px 16px;
	}

	.sec8-tbody-item .item-box .item-title {
		font-size: 16px;
		width: calc(100% - 32px);
		line-height: 30px;
	}

	.sec8-tbody-item .item-box .item-btn {
		width: 24px;
	}

	.sec8-tbody-item .item-box .item-btn .btnn {
		width: 24px;
		line-height: 30px;
	}

	.sec8-tbody-item .item-box .item-btn .iconfont {
		font-size: 17px;
	}
}

@media screen and (max-width: 720px) {
	.sec8 {
		padding: 36px 0 36px;
	}

	.sec8-tbody-left {
		width: 100%;
	}

	.sec8-tbody-right {
		width: 100%;
		margin-top: 18px;
	}

	.sec8-tbody-right .sec-text {
		margin-top: 4px;
	}

	.sec8-tbody-list {
		padding-top: 16px;
		margin-bottom: 0px;
	}

	.sec8-tbody-item {
		margin-bottom: 16px;
	}

	.sec8-tbody-item .item-box {
		padding: 6px 14px;
	}

	.sec8-tbody-item .item-box .item-title {
		font-size: 16px;
		width: calc(100% - 32px);
		line-height: 30px;
	}

	.sec8-tbody-item .item-box .item-btn {
		width: 22px;
	}

	.sec8-tbody-item .item-box .item-btn .btnn {
		width: 22px;
		line-height: 30px;
	}

	.sec8-tbody-item .item-box .item-btn .iconfont {
		font-size: 17px;
	}
}

/* ****************************    bread    ********************************* */
.bread,
.page {
	position: relative;
	width: 100%;
}

.bread {
	background: linear-gradient(-90deg, rgba(177, 180, 187, .8), rgba(177, 180, 187, .2), rgba(177, 180, 187, .8));
	padding: 40px 0 32px;
}

.bread-title {
	font-size: 36px;
	line-height: 44px;
	font-family: Roboto-Bold;
	color: #343A48;
	text-transform: uppercase;
}

.bread-href {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-top: 12px;
	font-family: Roboto-Regular;
}

.bread a {
	color: #999;
}

.bread a:hover,
.bread a.bread-active {
	color: #343A48;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.bread {
		padding: 36px 0 28px;
	}

	.bread-title {
		font-size: 32px;
		line-height: 40px;
	}

	.bread-href {
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.bread {
		padding: 30px 0 24px;
	}

	.bread-title {
		font-size: 28px;
		line-height: 36px;
	}

	.bread-href {
		font-size: 16px;
		line-height: 28px;
		margin-top: 8px;
	}
}

@media (max-width: 991px) {
	.bread {
		padding: 24px 0 20px;
	}

	.bread-title {
		font-size: 24px;
		line-height: 32px;
	}

	.bread-href {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.bread {
		padding: 18px 0 16px;
	}

	.bread-title {
		font-size: 20px;
		line-height: 30px;
	}

	.bread-href {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}
}

@media (max-width: 560px) {
	.bread {
		padding: 14px 0 12px;
	}

	.bread-title {
		font-size: 18px;
		line-height: 28px;
	}

	.bread-href {
		font-size: 13px;
		line-height: 22px;
		margin-top: 6px;
	}
}

.page-con-top {
	position: relative;
	width: 100%;
	margin-bottom: 46px;
}

.boxs-titles {
	font-size: 36px;
	font-family: Roboto-Bold;
	color: #333;
	line-height: 48px;
	text-transform: uppercase;
}

.page-con-top .przhan {
	position: relative;
	overflow: hidden;
	max-height: 90px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-top: 6px;
	margin-bottom: 16px;
	word-wrap: break-word;
	background: linear-gradient(to bottom, #666, #777, #aaa, #ddd);
	-webkit-background-clip: text;
	color: transparent;
}

.page-con-top .przhan a {
	color: #B13C44;
}

.page-con-top .przhan a:hover {
	color: #333;
}

.page-con-top .przhanh {
	max-height: none !important;
	color: #666666;
}

.page-con-top .more {
	position: relative;
	width: 100%;
}

.page-con-top .more .zhankai {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #343A48;
	text-transform: uppercase;
	cursor: pointer;
}

.page-con-top .more .zhankai:hover {
	color: #B13C44;
}

.page-bottom {
	position: relative;
	width: 100%;
	background: #B13C44;
}

.page-bottom-box {
	position: relative;
	width: 100%;
	padding: 75px 0 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-bottom-box .page-bottom-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 75%;
	font-size: 36px;
	font-family: Roboto-Bold;
	color: #fff;
	line-height: 48px;
}

.page-bottom-box .page-bottom-title a {
	color: #fff;
}

.page-bottom-box .page-bottom-title a:hover {
	color: #ededed;
}

.page-bottom-box .page-bottom-btn {
	position: relative;
	width: auto;
	text-align: right;
}

.page-bottom-box .page-bottom-btn .btnn {
	position: relative;
	z-index: 22;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 181px;
	padding: 9px 20px;
	font-size: 16px;
	color: #fff;
	background: #343A48;
	font-family: Roboto-Bold;
	border: 1px solid #343A48;
	line-height: 31px;
}

.page-bottom-box .page-bottom-btn a:hover {
	color: #343A48;
	background: #fff;
}

@media screen and (max-width: 1459px) {
	.page-con-top {
		margin-bottom: 38px;
	}

	.boxs-titles {
		font-size: 32px;
		line-height: 44px;
	}

	.page-con-top .przhan {
		max-height: 84px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 6px;
		margin-bottom: 16px;
	}

	.page-con-top .more .zhankai {
		font-size: 16px;
		line-height: 28px;
	}

	.page-bottom-box {
		padding: 68px 0;
	}

	.page-bottom-box .page-bottom-title {
		width: 75%;
		font-size: 32px;
		line-height: 44px;
	}

	.page-bottom-box .page-bottom-btn {
		width: auto;
		text-align: right;
	}

	.page-bottom-box .page-bottom-btn .btnn {
		min-width: 168px;
		padding: 8px 18px;
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1259px) {
	.page-con-top {
		margin-bottom: 32px;
	}

	.boxs-titles {
		font-size: 28px;
		line-height: 40px;
	}

	.page-con-top .przhan {
		max-height: 78px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 6px;
		margin-bottom: 14px;
	}

	.page-con-top .more .zhankai {
		font-size: 15px;
		line-height: 26px;
	}

	.page-bottom-box {
		padding: 56px 0;
	}

	.page-bottom-box .page-bottom-title {
		width: 75%;
		font-size: 28px;
		line-height: 40px;
	}

	.page-bottom-box .page-bottom-btn {
		width: auto;
		text-align: right;
	}

	.page-bottom-box .page-bottom-btn .btnn {
		min-width: 156px;
		padding: 7px 16px;
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 991px) {
	.page-con-top {
		margin-bottom: 26px;
	}

	.boxs-titles {
		font-size: 24px;
		line-height: 36px;
	}

	.page-con-top .przhan {
		max-height: 72px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 6px;
		margin-bottom: 12px;
	}

	.page-con-top .more .zhankai {
		font-size: 14px;
		line-height: 24px;
	}

	.page-bottom-box {
		padding: 44px 0;
	}

	.page-bottom-box .page-bottom-title {
		width: 65%;
		font-size: 24px;
		line-height: 36px;
	}

	.page-bottom-box .page-bottom-btn {
		width: auto;
		text-align: right;
	}

	.page-bottom-box .page-bottom-btn .btnn {
		min-width: 144px;
		padding: 6px 14px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 720px) {
	.page-con-top {
		margin-bottom: 20px;
	}

	.boxs-titles {
		font-size: 20px;
		line-height: 32px;
	}

	.page-con-top .przhan {
		max-height: 72px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 6px;
		margin-bottom: 10px;
	}

	.page-con-top .more .zhankai {
		font-size: 14px;
		line-height: 24px;
	}

	.page-bottom-box {
		padding: 24px 0;
		text-align: center;
	}

	.page-bottom-box .page-bottom-title {
		width: 100%;
		font-size: 20px;
		line-height: 32px;
	}

	.page-bottom-box .page-bottom-btn {
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}

	.page-bottom-box .page-bottom-btn .btnn {
		min-width: 132px;
		padding: 5px 12px;
		font-size: 14px;
		line-height: 24px;
	}
}

.cer-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 21px;
}

.cer-list .list-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 20px;
	margin-bottom: 44px;
}

.cer-list .list-item .item-pics {
	position: relative;
	padding-bottom: 100%;
}

.cer-list .list-item .item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.cer-list .list-item .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.cer-list .list-item .item-backdrop .iconfont {
	font-size: 42px;
	font-size: 4.2rem;
	color: #fff;
	position: relative;
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
	line-height: 48px;
	text-align: center;
}

.cer-list .list-item .item-body {
	padding-top: 14px;
	text-align: center;
	position: relative;
}

.cer-list .list-item .item-body .item-name {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

@media screen and (max-width: 1459px) {
	.cer-list {
		margin-left: -14px;
		margin-right: -14px;
		padding-bottom: 18px;
	}

	.cer-list .list-item {
		width: 25%;
		padding: 0 14px;
		margin-bottom: 36px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 36px;
		font-size: 3.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 12px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1259px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 16px;
	}

	.cer-list .list-item {
		width: 25%;
		padding: 0 6px;
		margin-bottom: 28px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 30px;
		font-size: 3rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 991px) {
	.cer-list {
		margin-left: -12px;
		margin-right: -12px;
		padding-bottom: 16px;
	}

	.cer-list .list-item {
		width: 33.333333%;
		padding: 0 12px;
		margin-bottom: 20px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 700px) {
	.cer-list {
		margin-left: -12px;
		margin-right: -12px;
		padding-bottom: 16px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 18px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 560px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 14px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 360px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 10px;
	}

	.cer-list .list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.cer-list .list-item .item-body {
		padding-top: 8px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 13px;
		line-height: 22px;
	}
}

.about {
	position: relative;
	padding-top: 74px;
}

.about-top {
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}

.about-name {
	position: relative;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: Roboto-Bold;
	color: #333333;
	line-height: 48px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.about-top-text {
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.about-top-text a {
	color: #B13C44;
}

.about-top-text a:hover {
	color: #333;
}

.about-top-text img {
	display: inline-block;
	vertical-align: top;
}

.contact-top-list {
	position: relative;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.contact-top-list a {
	color: #666;
}

.contact-top-list a:hover {
	color: #B13C44;
}

.about-form {
	position: relative;
	width: 100%;
	background: #F5F5F5;
	padding: 70px 0 101px;
}

.about-form .xunbiao {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: Roboto-Bold;
	color: #333333;
	line-height: 48px;
	position: relative;
	text-transform: uppercase;
}

.about-form-box {
	position: relative;
	width: 100%;
	margin-top: 39px;
}

.about-form form {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 15px;
}

.about-form .item-input {
	position: relative;
	width: 46.94%;
	margin-bottom: 19px;
	height: 51px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
}

.about-form .item-input:hover {
	border-color: #333;
}

.about-form .item-input1 {
	width: 100%;
	height: 201px;
}

.about-form .item-code {
	position: relative;
	padding-right: 130px;
	margin-bottom: 0;
}

.about-form .attachment {
	width: 100%;
	cursor: pointer;
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	height: auto !important;
	border: 0 !important;
	margin-bottom: 24px;
	background: transparent !important;
}

.about-form .item-input.star::before {
	position: absolute;
	left: -16px;
	top: 14px;
	content: "*";
	font-size: 22px;
	color: #FF0000;
	line-height: 22px;
}

.about-form .item-input input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 8px 20px;
	display: block;
}

.about-form .item-input1 textarea {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	padding: 10px 20px;
	display: block;
}

.attachment .file-group {
	width: 100%;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.attachment .file-group .file-btn {
	width: 140px;
	max-width: 100%;
	height: 100%;
	background: #F6F6F6;
	color: #FE0000;
	font-size: 16px;
	font-size: 1.6rem;
	transition: 0.5s;
}

.attachment .file-group .file-single {
	width: 140px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
}

.about-form .item-code-img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 120px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-form .item-code-img .yanzheng {
	text-align: center;
	height: 100%;
	max-height: 49px;
}

.about-form .item-input-btn {
	width: 46.94%;
	height: 51px;
	position: relative;
}

.about-form .item-input-btn .item-btn {
	max-width: 100%;
	height: 100%;
	width: 100%;
	border: 1px solid #B13C44;
	background: #B13C44;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.about-form .item-input-btn .item-btn:hover {
	background: #fff;
	color: #B13C44;
}

.map {
	display: block;
	width: 100%;
	position: relative;
}

.map img {
	display: block;
	width: 100%;
}

.map iframe {
	display: block;
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 1459px) {
	.about {
		padding-top: 62px;
	}

	.about-top {
		margin-bottom: 38px;
	}

	.about-name {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
		margin-bottom: 22px;
	}

	.about-top-text {
		font-size: 16px;
		line-height: 28px;
	}

	.contact-top-list {
		font-size: 16px;
		line-height: 28px;
	}

	.about-form {
		padding: 58px 0 86px;
	}

	.about-form .xunbiao {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
	}

	.about-form-box {
		margin-top: 32px;
	}

	.about-form form {
		padding-left: 14px;
	}

	.about-form .item-input {
		width: 47%;
		height: 48px;
		margin-bottom: 18px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 196px;
		margin-bottom: 20px;
	}

	.about-form .item-input2 {
		width: 100%;
	}

	.about-form .item-code {
		padding-right: 130px;
		margin-bottom: 0px;
	}

	.about-form .attachment {
		width: 100%;
	}

	.about-form .item-input.star::before {
		left: -15px;
		top: 20px;
		font-size: 18px;
		line-height: 18px;
	}

	.about-form .item-input input {
		font-size: 16px;
		line-height: 30px;
		padding: 8px 22px;
	}

	.about-form .item-input1 textarea {
		font-size: 16px;
		line-height: 30px;
		padding: 10px 23px;
	}

	.attachment .file-group {
		height: 48px;
	}

	.attachment .file-group .file-btn {
		width: 140px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.attachment .file-group .file-single {
		width: 140px;
	}

	.about-form .item-code-img {
		width: 120px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 46px;
	}

	.about-form .item-input-btn {
		width: 47%;
		height: 48px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 18px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.about {
		padding-top: 50px;
	}

	.about-top {
		margin-bottom: 32px;
	}

	.about-name {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.about-top-text {
		font-size: 15px;
		line-height: 26px;
	}

	.contact-top-list {
		font-size: 15px;
		line-height: 26px;
	}

	.about-form {
		padding: 46px 0 70px;
	}

	.about-form .xunbiao {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.about-form-box {
		margin-top: 28px;
	}

	.about-form form {
		padding-left: 12px;
	}

	.about-form .item-input {
		width: 47%;
		height: 44px;
		margin-bottom: 16px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 168px;
		margin-bottom: 18px;
	}

	.about-form .item-input2 {
		width: 100%;
	}

	.about-form .item-code {
		padding-right: 120px;
		margin-bottom: 0px;
	}

	.about-form .attachment {
		width: 100%;
	}

	.about-form .item-input.star::before {
		left: -12px;
		top: 16px;
		font-size: 14px;
		line-height: 16px;
	}

	.about-form .item-input input {
		font-size: 14px;
		line-height: 28px;
		padding: 6px 15px;
	}

	.about-form .item-input1 textarea {
		font-size: 14px;
		line-height: 28px;
		padding: 8px 15px;
	}

	.attachment .file-group {
		height: 42px;
	}

	.attachment .file-group .file-btn {
		width: 130px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.attachment .file-group .file-single {
		width: 130px;
	}

	.about-form .item-code-img {
		width: 110px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 42px;
	}

	.about-form .item-input-btn {
		width: 47%;
		height: 44px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.about {
		padding-top: 38px;
	}

	.about-top {
		margin-bottom: 26px;
	}

	.about-name {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
		margin-bottom: 18px;
	}

	.about-top-text {
		font-size: 15px;
		line-height: 26px;
	}

	.contact-top-list {
		font-size: 15px;
		line-height: 26px;
	}

	.about-form {
		padding: 34px 0 54px;
	}

	.about-form .xunbiao {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.about-form-box {
		margin-top: 24px;
	}

	.about-form form {
		padding-left: 12px;
	}

	.about-form .item-input {
		width: 47%;
		height: 44px;
		margin-bottom: 16px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 168px;
		margin-bottom: 18px;
	}

	.about-form .item-input2 {
		width: 100%;
	}

	.about-form .item-code {
		padding-right: 120px;
		margin-bottom: 0px;
	}

	.about-form .attachment {
		width: 100%;
	}

	.about-form .item-input.star::before {
		left: -12px;
		top: 16px;
		font-size: 14px;
		line-height: 16px;
	}

	.about-form .item-input input {
		font-size: 14px;
		line-height: 28px;
		padding: 6px 15px;
	}

	.about-form .item-input1 textarea {
		font-size: 14px;
		line-height: 28px;
		padding: 8px 15px;
	}

	.attachment .file-group {
		height: 42px;
	}

	.attachment .file-group .file-btn {
		width: 130px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.attachment .file-group .file-single {
		width: 130px;
	}

	.about-form .item-code-img {
		width: 110px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 42px;
	}

	.about-form .item-input-btn {
		width: 47%;
		height: 44px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 18px;
	}
}

@media (max-width: 720px) {
	.about {
		padding-top: 26px;
	}

	.about-top {
		margin-bottom: 20px;
	}

	.about-name {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		margin-bottom: 16px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 24px;
	}

	.contact-top-list {
		font-size: 14px;
		line-height: 24px;
	}

	.about-form {
		padding: 22px 0 36px;
	}

	.about-form .xunbiao {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.about-form-box {
		margin-top: 20px;
	}

	.about-form form {
		padding-left: 12px;
	}

	.about-form .item-input {
		width: 100%;
		height: 44px;
		margin-bottom: 16px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 168px;
		margin-bottom: 18px;
	}

	.about-form .item-input2 {
		width: 100%;
	}

	.about-form .item-code {
		padding-right: 120px;
		margin-bottom: 16px;
	}

	.about-form .attachment {
		width: 100%;
	}

	.about-form .item-input.star::before {
		left: -12px;
		top: 16px;
		font-size: 14px;
		line-height: 16px;
	}

	.about-form .item-input input {
		font-size: 14px;
		line-height: 28px;
		padding: 6px 15px;
	}

	.about-form .item-input1 textarea {
		font-size: 14px;
		line-height: 28px;
		padding: 8px 15px;
	}

	.attachment .file-group {
		height: 42px;
	}

	.attachment .file-group .file-btn {
		width: 130px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.attachment .file-group .file-single {
		width: 130px;
	}

	.about-form .item-code-img {
		width: 110px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 42px;
	}

	.about-form .item-input-btn {
		width: 100%;
		height: 44px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 18px;
	}
}

@media (max-width: 560px) {
	.about {
		padding-top: 20px;
	}

	.about-top {
		margin-bottom: 20px;
	}

	.about-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		margin-bottom: 16px;
	}

	.about-top-text {
		font-size: 14px;
		line-height: 24px;
	}

	.contact-top-list {
		font-size: 14px;
		line-height: 24px;
	}

	.about-form {
		padding: 20px 0 30px;
	}

	.about-form .xunbiao {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.about-form-box {
		margin-top: 16px;
	}
}

/**************** product *****************/
.product {
	position: relative;
	width: 100%;
	padding-top: 62px;
}

.pro-contain {
	width: 100%;
	position: relative;
}

.pro-contain .pro-main {
	float: right;
	width: 995px;
}

.pro-contain .pro-slide {
	float: left;
	width: 300px;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.product {
		padding-top: 54px;
	}

	.pro-contain .pro-main {
		width: 860px;
	}

	.pro-contain .pro-slide {
		width: 290px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.product {
		padding-top: 44px;
	}

	.pro-contain .pro-main {
		width: 640px;
	}

	.pro-contain .pro-slide {
		width: 280px;
	}
}

@media (max-width: 991px) {
	.product {
		padding-top: 34px;
	}

	.pro-contain .pro-main {
		float: none;
		width: 100%;
	}

	.pro-contain .pro-slide {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 720px) {
	.product {
		padding-top: 24px;
	}

	.pro-contain .pro-main {
		float: none;
		width: 100%;
	}

	.pro-contain .pro-slide {
		float: none;
		width: 100%;
		margin-top: 16px;
	}
}

.pro-main-tbody {
	position: relative;
	width: 100%;
	margin-bottom: -5px;
	margin-top: 5px;
}

.pro-tbody-title {
	position: relative;
	font-family: Roboto-Bold;
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	line-height: 36px;
}

.pro-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 16px;
}

.pro-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 23px;
}

.pro-list-item .item-box {
	position: relative;
	width: 100%;
	background: #F5F5F5;
	padding: 23px 20px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro-list-item .item-box .item-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: center;
	background: #fff;
	overflow: hidden;
}

.pro-list-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	opacity: 1;
}

.pro-list-item .item-box .item-body {
	position: relative;
	width: calc(100% - 224px);
}

.pro-list-item .item-body .item-title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #343A48;
	line-height: 30px;
}

.pro-list-item .item-body .item-title a {
	color: #343A48;
}

.pro-list-item .item-box:hover .item-body .item-title,
.pro-list-item .item-box:hover .item-body .item-title a,
.pro-list-item .item-body .item-title a:hover {
	color: #B13C44;
}

.pro-list-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 24px;
	margin-top: 14px;
}

.pro-list-item .item-body .item-btn {
	position: relative;
	margin-top: 18px;
}

.pro-list-item .item-body .item-btn .btnn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 131px;
	line-height: 41px;
	font-size: 16px;
	color: #343A48;
	padding: 0 15px;
	border: 1px solid #343A48;
	text-transform: uppercase;
}

.pro-list-item .item-box:hover .item-body .item-btn .btnn,
.pro-list-item .item-body .item-btn a.btnn:hover {
	color: #fff;
	background: #B13C44;
	border-color: #B13C44;
}

.pro-form {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 92px;
}

.pro-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	transition: 0.5s;
	padding-bottom: 23px;
	margin-left: -10px;
	margin-right: -10px;
}

.pro-list .pro-item {
	width: 33.33333%;
	padding: 0 10px;
	margin-bottom: 35px;
	display: inline-block;
	vertical-align: top;
	transition: 0.5s;
}

.fenye {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.fenyen {
	display: inline-block;
	vertical-align: top;
}

.fenyen a {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	min-width: 31px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	line-height: 29px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	margin-right: 9px;
	margin-bottom: 10px;
}

.fenyen a:hover,
.fenyen a.active {
	background: #B13C44;
	color: #fff;
	border-color: transparent;
}

.fenyen a.iconfont {
	border-color: transparent;
}

.fenyen a.iconfont:hover {
	color: #B13C44;
	background: transparent;
}

.fuxuan {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}

.fuxuan>div {
	display: inline-block;
	vertical-align: top;
	background: url(img/jian.png) no-repeat right center;
	padding-right: 24px;
	margin-bottom: 10px;
}

.fuxuan input {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.fuxuan>div input {
	margin-bottom: 0 !important;
}

.fuxuan input:hover {
	background: #B13C44;
	color: #fff;
}

.tag {
	width: 100%;
	position: relative;
	padding-top: 24px;
}

.tag-list {
	position: relative;
	margin-bottom: 10px;
	font-size: 0;
	letter-spacing: 0;
}

.tag-list span {
	display: inline-block;
	vertical-align: top;
	font-family: Roboto-Bold;
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	margin-right: 8px;
	line-height: 30px;
}

.tag-list a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-right: 2px;
	color: #666;
}

.tag-list a:hover {
	color: #B13C44;
}

.tag .prtag {
	position: relative;
	max-height: 90px;
	overflow: hidden;
}

.tag .prtagh {
	max-height: none !important;
}

.tag .mores .zhankais {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #343A48;
	text-transform: uppercase;
}

.tag .mores .zhankais:hover {
	color: #B13C44;
	cursor: pointer;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-main-tbody {
		margin-bottom: -5px;
		margin-top: 5px;
	}

	.pro-tbody-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.pro-tbody-list {
		padding-top: 14px;
	}

	.pro-list-item {
		margin-bottom: 20px;
	}

	.pro-list-item .item-box {
		padding: 20px 18px;
	}

	.pro-list-item .item-box .item-pic {
		width: 200px;
	}

	.pro-list-item .item-box .item-body {
		width: calc(100% - 220px);
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
		margin-top: 12px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 16px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		min-width: 128px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 14px;
	}

	.pro-form {
		padding-bottom: 78px;
	}

	.pro-list {
		padding-bottom: 20px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.pro-list .pro-item {
		width: 33.33333%;
		padding: 0 6px;
		margin-bottom: 30px;
	}

	.fenyen a {
		min-width: 30px;
		line-height: 28px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 8px;
	}

	.fuxuan>div {
		padding-right: 24px;
	}

	.fuxuan input {
		padding: 0 8px;
		line-height: 30px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.tag {
		padding-top: 20px;
	}

	.tag-list {
		margin-bottom: 8px;
	}

	.tag-list span {
		font-size: 18px;
		line-height: 28px;
	}

	.tag-list a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.tag .prtag {
		max-height: 84px;
	}

	.tag .mores .zhankais {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-main-tbody {
		margin-bottom: -5px;
		margin-top: 5px;
	}

	.pro-tbody-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.pro-tbody-list {
		padding-top: 12px;
	}

	.pro-list-item {
		margin-bottom: 18px;
	}

	.pro-list-item .item-box {
		padding: 18px 16px;
	}

	.pro-list-item .item-box .item-pic {
		width: 200px;
	}

	.pro-list-item .item-box .item-body {
		width: calc(100% - 220px);
	}

	.pro-list-item .item-body .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 24px;
		margin-top: 12px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 16px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		min-width: 120px;
		line-height: 36px;
		font-size: 15px;
		padding: 0 12px;
	}

	.pro-form {
		padding-bottom: 64px;
	}

	.pro-list {
		padding-bottom: 18px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.pro-list .pro-item {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 24px;
	}

	.fenyen a {
		min-width: 28px;
		line-height: 26px;
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 8px;
	}

	.fuxuan>div {
		padding-right: 24px;
	}

	.fuxuan input {
		padding: 0 8px;
		line-height: 28px;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.tag {
		padding-top: 16px;
	}

	.tag-list {
		margin-bottom: 8px;
	}

	.tag-list span {
		font-size: 17px;
		line-height: 26px;
	}

	.tag-list a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.tag .prtag {
		max-height: 78px;
	}

	.tag .mores .zhankais {
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 991px) {
	.pro-main-tbody {
		margin-bottom: -5px;
		margin-top: 5px;
	}

	.pro-tbody-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.pro-tbody-list {
		padding-top: 10px;
	}

	.pro-list-item {
		margin-bottom: 16px;
	}

	.pro-list-item .item-box {
		padding: 15px 12px;
	}

	.pro-list-item .item-box .item-pic {
		width: 180px;
	}

	.pro-list-item .item-box .item-body {
		width: calc(100% - 200px);
	}

	.pro-list-item .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 22px;
		margin-top: 10px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 14px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		min-width: 110px;
		line-height: 32px;
		font-size: 14px;
		padding: 0 10px;
	}

	.pro-form {
		padding-bottom: 50px;
	}

	.pro-list {
		padding-bottom: 16px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.pro-list .pro-item {
		width: 33.333333%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.fenyen a {
		min-width: 26px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 8px;
	}

	.fuxuan>div {
		padding-right: 24px;
	}

	.fuxuan input {
		padding: 0 8px;
		line-height: 26px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.tag {
		padding-top: 12px;
	}

	.tag-list {
		margin-bottom: 8px;
	}

	.tag-list span {
		font-size: 16px;
		line-height: 24px;
	}

	.tag-list a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.tag .prtag {
		max-height: 72px;
	}

	.tag .mores .zhankais {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 680px) {
	.pro-main-tbody {
		margin-bottom: -5px;
		margin-top: 5px;
	}

	.pro-tbody-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.pro-tbody-list {
		padding-top: 10px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.pro-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.pro-list-item .item-box {
		padding: 10px 12px;
	}

	.pro-list-item .item-box .item-pic {
		width: 100%;
	}

	.pro-list-item .item-box .item-body {
		width: 100%;
		padding-top: 14px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 22px;
		margin-top: 10px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 14px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		min-width: 110px;
		line-height: 28px;
		font-size: 14px;
		padding: 0 10px;
	}

	.pro-form {
		padding-bottom: 36px;
	}

	.pro-list {
		padding-bottom: 16px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.pro-list .pro-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.fenyen a {
		min-width: 26px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 8px;
	}

	.fuxuan>div {
		padding-right: 24px;
	}

	.fuxuan input {
		padding: 0 8px;
		line-height: 26px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.tag {
		padding-top: 12px;
	}

	.tag-list {
		margin-bottom: 8px;
	}

	.tag-list span {
		font-size: 16px;
		line-height: 24px;
	}

	.tag-list a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.tag .prtag {
		max-height: 72px;
	}

	.tag .mores .zhankais {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 370px) {
	.pro-list .pro-item {
		width: 100%;
	}

	.pro-list-item {
		width: 100%;
		margin: 0;
		margin-bottom: 16px;
	}
}

.j-nextshow {
	position: relative;
}

.proslide_menubtn {
	display: none;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.proslide_menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #B13C44;
}

@media screen and (max-width: 991px) {
	.proslide_menubtn {
		display: block;
	}
}

.pro-slide-title {
	position: relative;
	font-size: 30px;
	font-size: 3rem;
	font-family: Roboto-Bold;
	color: #343A48;
	line-height: 42px;
}

.pryiji {
	width: 100%;
	position: relative;
}

.pryiji>li {
	position: relative;
	transition: 0.5s;
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 8px;
}

.pryiji>li>a {
	position: relative;
	display: block;
	padding: 7px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	color: #333;
	font-family: Roboto-Bold;
	padding-right: 18px;
}

.pryiji>li>a:hover {
	color: #343A48;
}

.pryiji>li>.iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	width: 12px;
	font-size: 12px;
	top: 18px;
	line-height: 30px;
	transition: 0.5s;
	cursor: pointer;
}

.pryiji>li>a .iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	width: 12px;
	font-size: 12px;
	top: 18px;
	line-height: 30px;
	transition: 0.5s;
}

.pryiji>li>a span {
	transition: 0.5s;
	position: relative;
}

/* .pryiji>li:hover>.iconfont{ transform: rotate(180deg);color:#343A48;}
.pryiji>li:hover>a .iconfont{ transform: rotate(180deg);color:#343A48;} */
.prerji {
	padding: 2px 0;
	padding-left: 10px;
}

.prerji>li {
	position: relative;
	transition: 0.5s;
}

.prerji>li>a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	padding: 9px 0;
	position: relative;
	color: #666;
}

.prerji>li>a:hover {
	color: #343A48;
}

.prerji>li>.iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	height: 30px;
	width: 12px;
	font-size: 12px;
	top: 9px;
	line-height: 30px;
	transition: 0.5s;
	cursor: pointer;
}

.prerji>li>a .iconfont {
	position: absolute;
	z-index: 8;
	right: 0;
	height: 30px;
	width: 12px;
	font-size: 12px;
	top: 9px;
	line-height: 30px;
	transition: 0.5s;
}

/* .prerji>li:hover>.iconfont{ color:#343A48; transform:rotate(180deg);opacity: 1;}
.prerji>li:hover>a .iconfont{ color:#343A48;transform:rotate(180deg);opacity: 1;} */
.prsanji {
	padding-left: 10px;
}

.prsanji>li>a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #767676;
	line-height: 30px;
	padding: 9px 0;
	position: relative;
}

.prsanji>li>a:hover {
	color: #343A48;
}

a.prbiao:hover {
	color: #343A48;
}

.dangpryi {
	border-color: #333 !important;
}

.dangpryi>a {
	color: #343A48 !important;
}

.dangpryi>.iconfont {
	color: #343A48 !important;
	transform: rotate(180deg);
}

.dangpryi>a .iconfont {
	color: #343A48 !important;
	transform: rotate(180deg);
}

.pryiji>li.dangpryi>a::before {
	display: block;
}

/* .dangpryi>.iconfont::before, .dangpryi>a .iconfont::before {content: "\e600" !important;} */
/* .dangpryi>a i{ transform:rotate(180deg) !important; color:#fff !important} */
.dangprer>a {
	color: #323A48 !important;
}

.dangprer>a::before {
	display: block !important;
}

.dangprsan>a {
	color: #343A48 !important;
}

.dangprer>.iconfont {
	color: #343A48 !important;
	transform: rotate(180deg);
	opacity: 1 !important;
}

.dangprer>a .iconfont {
	color: #343A48 !important;
	transform: rotate(180deg);
	opacity: 1 !important;
}

/* .dangprer>.iconfont::before, .dangprer>a .iconfont::before {content: "\e600" !important;} */
.attribute {
	margin-top: 30px;
}

.attribute .name {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	margin-top: 10px;
	position: relative;
	padding-right: 24px;
	word-wrap: break-word;
	word-break: break-word;
	font-family: Roboto-Bold;
}

.attribute .name i {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

.attribute .name i:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #333;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -1px;
}

.attribute .name i:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #333;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -1px;
	transform: rotate(90deg);
}

.attribute .name.active,
.attribute .name:hover {
	color: #B13C44;
	cursor: pointer;
}

/* .attribute .name:hover i:before, .attribute .name:hover i:after{background: #fff;}
.attribute .name.active span{color: #fff;} */
.attribute .name.active i:after {
	transform: rotate(180deg);
	/* background: #fff; */
}

.attribute .item-box {
	box-sizing: border-box;
	max-height: 180px;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	padding-top: 8px;
}

.attribute .item-box label {
	display: inline-block;
	cursor: pointer;
}

.attribute .item-box>div {
	color: #333;
	display: block;
	vertical-align: top;
	margin-bottom: 6px;
	margin-right: 10px;
	position: relative;
	min-width: 64px;
}

.attribute .item-box p input {}

.attribute .item-box div span {
	overflow-y: hidden;
	display: inline-block;
	vertical-align: middle;
	max-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 26px;
}

.attribute .check-box-div {
	display: inline-block;
	vertical-align: middle;
}

.attribute .check-box-div .icon {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.attribute .item-box.active {
	display: block
}

.prtags {
	position: relative;
	margin-top: 42px;
	border-top: 1px solid #E5E5E5;
	padding-top: 36px;
}

.prtags-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-top: 10px;
	max-height: 360px;
	overflow: auto;
}

.prtags-list a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 36px;
	margin-right: 5px;
	color: #666;
}

.prtags-list a:hover {
	color: #B13C44;
}

/* .prnews{position: relative;margin-top: 54px;}
.pro-news-list{margin-top: 13px;width: 100%;background: rgba(238, 238, 238, .4);border: 1px solid #CCCCCC;}
.pro-news-item{width: 100%;padding: 24px 20px;border-bottom: 1px solid #ccc;}
.pro-news-item .item-title{font-size: 16px;color: #333333;line-height: 26px;position: relative;padding-left: 26px;}
.pro-news-item .item-title .iconfont{font-size: 18px;line-height: 26px;color: #2452C7;width: 18px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.pro-news-item .item-desc{font-size: 16px;color: #666666;line-height: 24px;margin-top: 10px;} */
@media (min-width:1260px) and (max-width: 1459px) {
	.pro-slide-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.pryiji>li {
		padding: 9px 0;
		margin-bottom: 8px;
	}

	.pryiji>li>a {
		padding: 6px 0;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pryiji>li>.iconfont {
		top: 15px;
		line-height: 28px;
	}

	.pryiji>li>a .iconfont {
		top: 15px;
		line-height: 28px;
	}

	.prerji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 7px 0;
	}

	.prerji>li>.iconfont {
		height: 28px;
		top: 7px;
		line-height: 28px;
	}

	.prerji>li>a .iconfont {
		height: 28px;
		top: 7px;
		line-height: 28px;
	}

	.prsanji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 7px 0;
	}

	.attribute {
		margin-top: 24px;
	}

	.prtags {
		margin-top: 36px;
		padding-top: 30px;
	}

	.prtags-list {
		margin-top: 10px;
	}

	.prtags-list a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 32px;
		margin-right: 5px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-slide-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.pryiji>li {
		padding: 7px 0;
		margin-bottom: 8px;
	}

	.pryiji>li>a {
		padding: 5px 0;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pryiji>li>.iconfont {
		top: 12px;
		line-height: 28px;
	}

	.pryiji>li>a .iconfont {
		top: 12px;
		line-height: 28px;
	}

	.prerji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 6px 0;
	}

	.prerji>li>.iconfont {
		height: 28px;
		top: 6px;
		line-height: 28px;
	}

	.prerji>li>a .iconfont {
		height: 28px;
		top: 6px;
		line-height: 28px;
	}

	.prsanji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 6px 0;
	}

	.attribute {
		margin-top: 20px;
	}

	.prtags {
		margin-top: 30px;
		padding-top: 24px;
	}

	.prtags-list {
		margin-top: 10px;
	}

	.prtags-list a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		margin-right: 5px;
	}

	.prnews {
		margin-top: 40px;
	}

	.pro-news-list {
		margin-top: 12px;
	}

	.pro-news-item {
		padding: 18px 16px;
	}

	.pro-news-item .item-title {
		font-size: 15px;
		line-height: 24px;
		padding-left: 24px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 16px;
		line-height: 24px;
		width: 16px;
	}

	.pro-news-item .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
	}
}

@media (max-width: 991px) {
	.pro-slide-title {
		font-size: 20px;
		font-size: 2em;
		line-height: 32px;
	}

	.pryiji {
		display: none;
	}

	.pryiji>li {
		padding: 6px 0;
		margin-bottom: 8px;
	}

	.pryiji>li>a {
		padding: 4px 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.pryiji>li>.iconfont {
		top: 10px;
		line-height: 28px;
	}

	.pryiji>li>a .iconfont {
		top: 10px;
		line-height: 28px;
	}

	.prerji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 6px 0;
	}

	.prerji>li>.iconfont {
		height: 26px;
		top: 6px;
		line-height: 26px;
	}

	.prerji>li>a .iconfont {
		height: 26px;
		top: 6px;
		line-height: 26px;
	}

	.prsanji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 6px 0;
	}

	.attribute {
		margin-top: 20px;
	}

	.prtags {
		margin-top: 24px;
		padding-top: 18px;
	}

	.prtags-list {
		margin-top: 10px;
	}

	.prtags-list a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 28px;
		margin-right: 5px;
	}

	.prnews {
		margin-top: 32px;
	}

	.pro-news-list {
		margin-top: 12px;
	}

	.pro-news-item {
		padding: 16px 12px;
	}

	.pro-news-item .item-title {
		font-size: 14px;
		line-height: 24px;
		padding-left: 24px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 16px;
		line-height: 24px;
		width: 16px;
	}

	.pro-news-item .item-desc {
		font-size: 13px;
		line-height: 22px;
		margin-top: 8px;
	}
}

.pro-related {
	position: relative;
	width: 100%;
	padding: 66px 0 95px;
}

.news-related {
	position: relative;
	width: 100%;
	padding: 60px 0 86px;
	background: #F5F5F5;
}

.app-related {
	position: relative;
	width: 100%;
	padding: 90px 0 44px;
}

.faq-related {
	position: relative;
	width: 100%;
	padding: 44px 0 82px;
}

.related-title {
	position: relative;
	font-size: 48px;
	font-size: 4.8rem;
	font-family: Roboto-Bold;
	color: #333;
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

.related-title a {
	color: #333;
}

.related-title a:hover {
	color: #B13C44;
}

.pro-related .related-swiper {
	padding-top: 46px;
}

.app-related .related-swiper {
	padding-top: 44px;
}

.faq-related .related-swiper {
	padding-top: 46px;
}

.related-swiper {
	position: relative;
	width: 100%;
}

.related-swiper .swiper-related {
	position: relative;
	width: 100%;
}

.related-swiper .swiper-button {
	top: 0px;
	margin-top: 0px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #666;
	border-radius: 50%;
	transform: translateY(-100%);
	background: #EEEEEE;
}

.related-swiper .swiper-button-prev {
	right: 80px;
	left: auto;
}

.related-swiper .swiper-button:hover {
	color: #FFFFFF;
	background: #B13C44;
}

.related-swiper .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.related-swiper .app-list-item {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.related-swiper .faq-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-related {
		padding: 54px 0 80px;
	}

	.news-related {
		padding: 50px 0 74px;
	}

	.app-related {
		padding: 76px 0 38px;
	}

	.faq-related {
		padding: 38px 0 70px;
	}

	.related-title {
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 54px;
	}

	.pro-related .related-swiper {
		padding-top: 42px;
	}

	.app-related .related-swiper {
		padding-top: 40px;
	}

	.faq-related .related-swiper {
		padding-top: 42px;
	}

	.related-swiper .swiper-button {
		width: 54px;
		height: 54px;
		line-height: 54px;
		font-size: 18px;
	}

	.related-swiper .swiper-button-prev {
		right: 72px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-related {
		padding: 44px 0 64px;
	}

	.news-related {
		padding: 40px 0 60px;
	}

	.app-related {
		padding: 62px 0 32px;
	}

	.faq-related {
		padding: 32px 0 56px;
	}

	.related-title {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 48px;
	}

	.pro-related .related-swiper {
		padding-top: 36px;
	}

	.app-related .related-swiper {
		padding-top: 34px;
	}

	.faq-related .related-swiper {
		padding-top: 36px;
	}

	.related-swiper .swiper-button {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}

	.related-swiper .swiper-button-prev {
		right: 64px;
	}
}

@media (max-width: 991px) {
	.pro-related {
		padding: 32px 0 48px;
	}

	.news-related {
		padding: 30px 0 44px;
	}

	.app-related {
		padding: 48px 0 26px;
	}

	.faq-related {
		padding: 26px 0 42px;
	}

	.related-title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 42px;
	}

	.pro-related .related-swiper {
		padding-top: 32px;
	}

	.app-related .related-swiper {
		padding-top: 30px;
	}

	.faq-related .related-swiper {
		padding-top: 32px;
	}

	.related-swiper .swiper-button {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}

	.related-swiper .swiper-button-prev {
		right: 58px;
	}
}

@media (max-width: 700px) {
	.pro-related {
		padding: 20px 0 34px;
	}

	.news-related {
		padding: 20px 0 32px;
	}

	.app-related {
		padding: 32px 0 20px;
	}

	.faq-related {
		padding: 20px 0 28px;
	}

	.related-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.pro-related .related-swiper {
		padding-top: 28px;
	}

	.app-related .related-swiper {
		padding-top: 26px;
	}

	.faq-related .related-swiper {
		padding-top: 28px;
	}

	.related-swiper .swiper-button {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.related-swiper .swiper-button-prev {
		right: 50px;
	}
}

@media (max-width: 560px) {
	.pro-related {
		padding: 18px 0 28px;
	}

	.news-related {
		padding: 18px 0 28px;
	}

	.app-related {
		padding: 24px 0 16px;
	}

	.faq-related {
		padding: 16px 0 20px;
	}

	.related-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.pro-related .related-swiper {
		padding-top: 24px;
	}

	.app-related .related-swiper {
		padding-top: 22px;
	}

	.faq-related .related-swiper {
		padding-top: 24px;
	}

	.related-swiper .swiper-button {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

	.related-swiper .swiper-button-prev {
		right: 46px;
	}
}

.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(img/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.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;
	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 #ccc;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	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;
}

.m-prob {
	position: relative;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 14px;
}

.m-propic {
	margin: 0 auto;
	width: 442px;
	float: left;
}

.m-propic .pic-big {
	width: 358px;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9
}

.m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
	background: #F5F5F5;
}

.m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.m-propic .zoomWrapperImage img {
	max-width: 1920px;
	z-index: 99
}

.m-propic .pic-small {
	position: relative;
	float: right;
	width: 76px;
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: hidden;
	z-index: 1
}

.m-propic .pic-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: block;
	width: 76px;
	font-size: 16px;
	line-height: 16px;
	color: #343A48;
	cursor: pointer;
	z-index: 9
}

.m-propic .pic-btn.prev {
	top: 0px;
}

.m-propic .pic-btn.next {
	bottom: 0px;
}

.m-propic .pic-btn:hover {
	color: #B13C44;
}

.m-propic .pic-list {
	width: 100%;
	height: 326px;
	overflow: hidden;
}

.m-propic .pic-list ul {
	height: 50000px;
}

.m-propic .list-item {
	width: 100%;
	margin-bottom: 7px;
	position: relative;
	display: block;
}

.m-propic .item-pics,
.m-propic .pic-list .item-video {
	display: block;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	position: relative;
}

.m-propic .item-pics img,
.m-propic .pic-list .item-video img {
	width: 100%;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.m-propic .item-pics:hover {}

.m-propic .item-pics.zoomThumbActive {
	border: 1px solid #B13C44;
}

.m-propic .item-pics.zoomThumbActive:before,
.m-propic .item-video.active:before {
	left: -8px;
}

.m-propic2 {
	display: none;
}

.m-propic .provideo-box {
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.m-propic .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	height: 0;
}

.m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.m-propic .provideo-box .provideo iframe body {
	margin: 0px !important;
}

.m-propic .item-pics:hover,
.m-propic .item-pics.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
	border-color: #B13C44;
}

.m-propic .item-video .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .85);
}

.m-propic .item-video .video-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #333;
}

@media screen and (max-width:1459px) {
	.m-prob {
		padding-bottom: 48px;
		padding-top: 10px;
	}

	.m-propic {
		width: 400px;
	}

	.m-propic .pic-big {
		width: 324px;
	}

	.m-propic .pic-small {
		width: 68px;
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.m-propic .pic-btn {
		width: 68px;
		font-size: 16px;
		line-height: 16px;
	}

	.m-propic .pic-list {
		height: 292px;
	}

	.m-propic .list-item {
		margin-bottom: 6px;
	}
}

@media screen and (max-width:1259px) {
	.m-prob {
		padding-bottom: 36px;
		padding-top: 6px;
	}

	.m-propic {
		width: 540px;
		float: none;
		margin: 0 auto;
	}

	.m-propic .pic-big {
		width: 428px;
	}

	.m-propic .pic-small {
		width: 92px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.m-propic .pic-btn {
		width: 92px;
		font-size: 16px;
		line-height: 18px;
	}

	.m-propic .pic-list {
		height: 392px;
	}

	.m-propic .list-item {
		margin-bottom: 8px;
	}
}

@media screen and (max-width:999px) {
	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.prob-pic {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width:991px) {
	.m-prob {
		padding-bottom: 28px;
		padding-top: 0px;
	}

	.m-propic1 {
		display: none;
	}

	.m-propic2 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
	}

	.m-propic2 .box-btn {
		position: absolute;
		top: 50%;
		margin-top: -12px;
		display: block;
		width: 17px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		color: #333;
		font-size: 18px;
		line-height: 32px;
	}

	.m-propic2 .box-btn.prev {
		left: 0;
	}

	.m-propic2 .box-btn.next {
		right: 0;
		;
	}

	.m-propic2 .box-btn.prev:hover {
		color: #2452C7;
	}

	.m-propic2 .box-btn.next:hover {
		color: #2452C7;
	}

	.m-propic2 .box-list {
		overflow: hidden;
	}

	.m-propic2 .box-list ul {
		width: 1000%;
	}

	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 3.13%;
		padding: 0px;
	}
}

@media only screen and (max-width:500px) {
	.m-prob {
		padding-bottom: 20px;
	}

	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 4.8%;
	}
}

@media only screen and (max-width:350px) {
	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 9.8%;
	}
}

.prob-info {
	width: 518px;
	float: right;
	margin-top: 0px;
}

.jianjie h1 {
	font-size: 30px;
	font-size: 3rem;
	font-family: Roboto-Bold;
	color: #343A48;
	line-height: 42px;
}

.jiann {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 26px;
}

.jiann p,
.jiann span,
.jiann li,
.jiann strong {
	color: #999;
}

.jiann a {
	color: #B13C44;
}

.jiann a:hover {
	color: #333;
}

.sharen {
	display: inline-block;
	padding: 0 20px;
}

.share1 {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	vertical-align: middle;
	color: #999;
}

.share2 {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.share2 img {
	display: inline-block;
	vertical-align: top;
}

.jianjie .prpdf {
	background: #F5F5F5;
	position: relative;
	width: 100%;
	padding: 15px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	color: #343A48;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 38px;
}

.jianjie .prpdf .iconfont {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	line-height: 30px;
	text-shadow: 0 0 #333;
}

.jianjie .prpdf>* {
	display: inline-block;
	vertical-align: top;
}

.jianjie .prpdf:hover {
	color: #B13C44;
}

.jianjie .prpdf:hover .iconfont {
	text-shadow: 0 0 #B13C44;
}

.inno {
	letter-spacing: 0;
	font-size: 0px;
	margin-top: 18px;
}

.inno a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 160px;
	padding: 10px 16px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	color: #343A48;
	margin-bottom: 10px;
	margin-right: 18px;
	text-transform: uppercase;
	border: 1px solid #343A48;
}

.inno a:nth-last-of-type(1) {
	margin-right: 0 !important;
}

.inno a:hover {
	color: #fff;
	background: #343A48;
}

.inno a:nth-last-of-type(1):hover {
	color: #fff;
	background: #B13C44;
}

@media screen and (max-width:1459px) {
	.prob-info {
		width: 424px;
	}

	.jianjie h1 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.jiann {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 8px;
		margin-bottom: 22px;
	}

	.share1 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.jianjie .prpdf {
		padding: 12px 24px;
		font-size: 16px;
		ine-height: 28px;
		margin-top: 24px;
	}

	.jianjie .prpdf .iconfont {
		font-size: 28px;
		line-height: 28px;
	}

	.inno {
		margin-top: 12px;
	}

	.inno a {
		min-width: 132px;
		padding: 8px 12px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1259px) {
	.prob-info {
		width: 100%;
		float: none;
		padding-top: 20px;
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.jiann {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 8px;
		margin-bottom: 16px;
	}

	.share1 {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.jianjie .prpdf {
		padding: 10px 20px;
		font-size: 15px;
		ine-height: 26px;
		margin-top: 20px;
	}

	.jianjie .prpdf .iconfont {
		font-size: 24px;
		line-height: 26px;
	}

	.inno {
		margin-top: 12px;
	}

	.inno a {
		min-width: 124px;
		padding: 7px 12px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 10px;
		margin-right: 12px;
	}
}

@media screen and (max-width:991px) {
	.prob-info {
		width: 100%;
		float: none;
		padding-top: 20px;
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.jiann {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 8px;
		margin-bottom: 16px;
	}

	.share1 {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.jianjie .prpdf {
		padding: 10px 20px;
		font-size: 15px;
		ine-height: 26px;
		margin-top: 20px;
	}

	.jianjie .prpdf .iconfont {
		font-size: 24px;
		line-height: 26px;
	}

	.inno {
		margin-top: 12px;
	}

	.inno a {
		min-width: 124px;
		padding: 7px 12px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 10px;
		margin-right: 12px;
	}
}

@media screen and (max-width:720px) {
	.prob-info {
		width: 100%;
		float: none;
		padding-top: 20px;
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		margin-bottom: 12px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.jianjie .prpdf {
		padding: 8px 18px;
		font-size: 14px;
		ine-height: 24px;
		margin-top: 16px;
	}

	.jianjie .prpdf .iconfont {
		font-size: 22px;
		line-height: 24px;
	}

	.inno {
		margin-top: 12px;
	}

	.inno a {
		min-width: 118px;
		padding: 6px 10px;
		line-height: 24px;
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 10px;
		margin-right: 12px;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 24px;
}

.table table tr td {
	padding: 5px;
	border: 1px solid #eaeaea;
	/*font-size:14px; font-size:1.4rem;*/
	color: #333;
}

.pro-title {
	position: relative;
	font-size: 30px;
	font-size: 3rem;
	font-family: Roboto-Bold;
	color: #333;
	line-height: 42px;
	margin-bottom: 14px;
}

.product-attribute {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}

.patitem {
	position: relative;
	width: 100%;
}

.patitem span {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-right: 18px;
}

.patitem-name {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-right: 10px;
	font-family: Roboto-Bold;
}

.product-detail {
	position: relative;
	z-index: 1;
}

.prodetails-desc {
	position: relative;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-bottom: 8px;
	padding-top: 6px;
}

.prodetails-desc a {
	color: #B13C44;
}

.prodetails-desc a:hover {
	color: #333;
}

@media screen and (max-width:1459px) {
	.pro-title {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 38px;
		margin-bottom: 14px;
	}

	.product-attribute {
		margin-bottom: 22px;
	}

	.patitem span {
		font-size: 16px;
		line-height: 28px;
		margin-right: 12px;
	}

	.patitem-name {
		min-width: 50px;
		font-size: 18px;
		line-height: 28px;
		margin-right: 10px;
	}

	.prodetails-desc {
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 8px;
		padding-top: 6px;
	}
}

@media screen and (max-width:1259px) {
	.pro-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
		margin-bottom: 12px;
	}

	.product-attribute {
		margin-bottom: 18px;
	}

	.patitem span {
		font-size: 16px;
		line-height: 28px;
		margin-right: 10px;
	}

	.patitem-name {
		min-width: 48px;
		font-size: 16px;
		line-height: 28px;
		margin-right: 10px;
	}

	.prodetails-desc {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 6px;
		padding-top: 4px;
	}
}

@media screen and (max-width:991px) {
	.pro-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}

	.product-attribute {
		margin-bottom: 28px;
	}

	.patitem span {
		font-size: 15px;
		line-height: 26px;
		margin-right: 12px;
	}

	.patitem-name {
		min-width: 48px;
		font-size: 16px;
		line-height: 26px;
		margin-right: 10px;
	}

	.prodetails-desc {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 6px;
		padding-top: 4px;
	}
}

@media screen and (max-width:600px) {
	.pro-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}

	.product-attribute {
		margin-bottom: 24px;
	}

	.patitem span {
		font-size: 14px;
		line-height: 24px;
		margin-right: 8px;
	}

	.patitem-name {
		min-width: 56px;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.prodetails-desc {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 6px;
		padding-top: 4px;
	}
}

.news {
	position: relative;
	padding: 72px 0 92px;
}

.news-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 17px;
	margin-left: -20px;
	margin-right: -20px;
}

.news-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	margin-bottom: 62px;
	padding: 0 20px;
}

.new-item-box {
	position: relative;
	width: 100%;
}

.new-item-box .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.new-item-box .item-pic img {
	display: block;
	width: 100%;
}

.new-item-box .item-body {
	position: relative;
	width: 100%;
	padding-top: 26px;
}

.new-item-box .item-body .item-date {
	position: relative;
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 18px;
}

.new-item-box .item-body .item-date span {
	display: inline-block;
	vertical-align: baseline;
	font-family: Roboto-Bold;
	font-size: 30px;
	color: #333333;
	line-height: 40px;
}

.new-item-box .item-body .item-title {
	font-size: 18px;
	font-family: Roboto-Bold;
	color: #333;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.new-item-box .item-body .item-desc {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-top: 8px;
	height: 56px;
	overflow: hidden;
}

.new-item-box .item-body .item-btn {
	margin-top: 18px;
}

.new-item-box .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	color: #333;
	border: 1px solid #333333;
}

.new-item-box .item-body .item-btn a.btnn:hover,
.new-item-box .item-body:hover .item-btn .btnn {
	background: #B13C44;
	color: #fff;
	border-color: #B13C44;
}

@media screen and (max-width: 1459px) {
	.news {
		padding: 60px 0 76px;
	}

	.news-list {
		padding-bottom: 16px;
		margin-left: -14px;
		margin-right: -14px;
	}

	.news-list-item {
		width: 33.33333%;
		margin-bottom: 50px;
		padding: 0 14px;
	}

	.new-item-box .item-body {
		padding-top: 22px;
	}

	.new-item-box .item-body .item-date {
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 12px;
		margin-bottom: 16px;
	}

	.new-item-box .item-body .item-date span {
		font-size: 28px;
		line-height: 38px;
	}

	.new-item-box .item-body .item-title {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 16px;
		line-height: 26px;
		margin-top: 8px;
		height: 52px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 16px;
	}

	.new-item-box .item-body .item-btn .btnn {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 16px;
	}
}

@media screen and (max-width: 1259px) {
	.news {
		padding: 48px 0 60px;
	}

	.news-list {
		padding-bottom: 16px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.news-list-item {
		width: 33.33333%;
		margin-bottom: 38px;
		padding: 0 6px;
	}

	.new-item-box .item-body {
		padding-top: 18px;
	}

	.new-item-box .item-body .item-date {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}

	.new-item-box .item-body .item-date span {
		font-size: 24px;
		line-height: 34px;
	}

	.new-item-box .item-body .item-title {
		font-size: 17px;
		line-height: 28px;
		height: 56px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 14px;
	}

	.new-item-box .item-body .item-btn .btnn {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.news {
		padding: 36px 0 44px;
	}

	.news-list {
		padding-bottom: 16px;
		margin-left: -16px;
		margin-right: -16px;
	}

	.news-list-item {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 16px;
	}

	.new-item-box .item-body {
		padding-top: 18px;
	}

	.new-item-box .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-bottom: 14px;
	}

	.new-item-box .item-body .item-date span {
		font-size: 20px;
		line-height: 30px;
	}

	.new-item-box .item-body .item-title {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 12px;
	}

	.new-item-box .item-body .item-btn .btnn {
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}
}

@media screen and (max-width: 720px) {
	.news {
		padding: 24px 0 28px;
	}

	.news-list {
		padding-bottom: 16px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.news-list-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 8px;
	}

	.new-item-box .item-body {
		padding-top: 16px;
	}

	.new-item-box .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
		margin-bottom: 14px;
	}

	.new-item-box .item-body .item-date span {
		font-size: 18px;
		line-height: 30px;
	}

	.new-item-box .item-body .item-title {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 12px;
	}

	.new-item-box .item-body .item-btn .btnn {
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}
}

@media screen and (max-width: 540px) {
	.news {
		padding: 20px 0 20px;
	}

	.news-list {
		padding-bottom: 16px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.news-list-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 6px;
	}

	.new-item-box .item-body {
		padding-top: 16px;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 22px;
		padding-bottom: 8px;
		margin-bottom: 12px;
	}

	.new-item-box .item-body .item-date span {
		font-size: 18px;
		line-height: 28px;
	}

	.new-item-box .item-body .item-title {
		font-size: 15px;
		line-height: 24px;
		height: 48px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 13px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 12px;
	}

	.new-item-box .item-body .item-btn .btnn {
		width: 24px;
		height: 24px;
		line-height: 22px;
		font-size: 14px;
	}
}

.new-contain {
	width: 100%;
	position: relative;
	padding-top: 6px;
}

.news-title {
	font-size: 30px;
	font-size: 3rem;
	font-family: Roboto-Bold;
	color: #333;
	line-height: 42px;
}

.new-contain .share {
	margin-top: 24px;
	padding-bottom: 26px
}

.new-contain .share>div {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	color: #999;
}

.new-contain .share .date {
	font-size: 16px;
	font-size: 1.6rem;
	color: #999;
	line-height: 20px;
	margin-right: 42px;
}

.news-text {
	position: relative;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 25px;
}

.news-text a {
	color: #B13C44;
}

.news-text a:hover {
	color: #333;
}

.news-text img {
	display: inline-block;
	vertical-align: top;
}

.fanpian {
	position: relative;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 23px 0 30px;
}

.fanpian li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
	position: relative;
	margin-bottom: 2px;
}

.fanpian li .name {
	margin-right: 2px;
}

.fanpian li span,
.fanpian li a {
	color: #666;
	display: inline-block;
	vertical-align: top;
}

.fanpian li span.no {
	color: #999;
}

.fanpian li a:hover {
	color: #343A48;
}

.news .related-box {
	padding-top: 91px;
}

.news .pro-related {
	padding: 0;
}

.news .news-related {
	padding-top: 0;
	padding-bottom: 79px;
	background: transparent;
}

.news-related-tbody {
	position: relative;
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-related-left {
	position: relative;
	width: 230px;
}

.news-related-right {
	width: calc(100% - 240px);
}

.news-related-left .related-title {
	position: relative;
	padding-bottom: 36px;
}

.news-related-left .related-title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	width: 60px;
	height: 5px;
	background: #B13C44;
	border-radius: 3px;
}

.news-related-right .related-news-list .swiper-related-news {
	padding-bottom: 68px;
}

.swiper-related-news .swiper-pagination {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.swiper-related-news .swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	display: inline-block;
	border-radius: 0;
	margin: 0;
	background: #000;
	opacity: .1;
}

.swiper-related-news .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #B13C44;
	border-radius: 3px;
}

@media screen and (max-width:1459px) {
	.new-contain {
		padding-top: 6px;
	}

	.news-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.new-contain .share {
		margin-top: 22px;
		padding-bottom: 24px
	}

	.new-contain .share>div {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.new-contain .share .date {
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 36px;
	}

	.news-text {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.fanpian {
		padding: 20px 0 26px;
	}

	.fanpian li {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.news .related-box {
		padding-top: 78px;
	}

	.news .news-related {
		padding-bottom: 68px;
	}

	.news-related-left {
		width: 210px;
	}

	.news-related-right {
		width: calc(100% - 220px);
	}

	.news-related-left .related-title {
		padding-bottom: 32px;
	}

	.news-related-left .related-title::before {
		width: 52px;
		height: 5px;
	}

	.news-related-right .related-news-list .swiper-related-news {
		padding-bottom: 60px;
	}

	.swiper-related-news .swiper-pagination .swiper-pagination-bullet {
		width: 48px;
		height: 5px;
	}
}

@media screen and (max-width:1259px) {
	.new-contain {
		padding-top: 4px;
	}

	.news-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.new-contain .share {
		margin-top: 20px;
		padding-bottom: 20px
	}

	.new-contain .share>div {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.new-contain .share .date {
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 30px;
	}

	.news-text {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 16px;
	}

	.fanpian {
		padding: 18px 0 22px;
	}

	.fanpian li {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.news .related-box {
		padding-top: 64px;
	}

	.news .news-related {
		padding-bottom: 54px;
	}

	.news-related-left {
		width: 186px;
	}

	.news-related-right {
		width: calc(100% - 200px);
	}

	.news-related-left .related-title {
		padding-bottom: 28px;
	}

	.news-related-left .related-title::before {
		width: 44px;
		height: 4px;
	}

	.news-related-right .related-news-list .swiper-related-news {
		padding-bottom: 48px;
	}

	.swiper-related-news .swiper-pagination .swiper-pagination-bullet {
		width: 42px;
		height: 4px;
	}
}

@media screen and (max-width:991px) {
	.new-contain {
		padding-top: 4px;
	}

	.news-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.new-contain .share {
		margin-top: 16px;
		padding-bottom: 18px
	}

	.new-contain .share>div {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.new-contain .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 24px;
	}

	.news-text {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 16px;
	}

	.fanpian {
		padding: 16px 0 20px;
	}

	.fanpian li {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.news .related-box {
		padding-top: 50px;
	}

	.news .news-related {
		padding-bottom: 40px;
	}

	.news-related-left {
		width: 100%;
		text-align: left;
	}

	.news-related-right {
		width: 100%;
	}

	.news-related-left .related-title {
		padding-bottom: 0;
	}

	.news-related-left .related-title::before {
		display: none;
	}

	.news-related-right .related-news-list .swiper-related-news {
		padding-bottom: 40px;
	}

	.swiper-related-news .swiper-pagination .swiper-pagination-bullet {
		width: 36px;
		height: 4px;
	}
}

@media screen and (max-width:720px) {
	.new-contain {
		padding-top: 0px;
	}

	.news-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.new-contain .share {
		margin-top: 14px;
		padding-bottom: 16px
	}

	.new-contain .share>div {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.new-contain .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 20px;
	}

	.news-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.fanpian {
		padding: 12px 0 16px;
	}

	.fanpian li {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.news .related-box {
		padding-top: 36px;
	}

	.news .news-related {
		padding-bottom: 28px;
	}

	.news-related-left {
		width: 100%;
		text-align: left;
	}

	.news-related-right {
		width: 100%;
	}

	.news-related-left .related-title {
		padding-bottom: 0;
	}

	.news-related-left .related-title::before {
		display: none;
	}

	.news-related-right .related-news-list .swiper-related-news {
		padding-bottom: 32px;
	}

	.swiper-related-news .swiper-pagination .swiper-pagination-bullet {
		width: 32px;
		height: 4px;
	}
}

@media screen and (max-width:540px) {
	.new-contain {
		padding-top: 0px;
	}

	.news-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.new-contain .share {
		margin-top: 12px;
		padding-bottom: 14px
	}

	.new-contain .share>div {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.new-contain .share .date {
		font-size: 13px;
		font-size: 1.3rem;
		margin-right: 16px;
	}

	.news-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.fanpian {
		padding: 10px 0;
	}

	.fanpian li {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.news .related-box {
		padding-top: 24px;
	}

	.news .news-related {
		padding-bottom: 20px;
	}

	.news-related-left {
		width: 100%;
		text-align: left;
	}

	.news-related-right {
		width: 100%;
	}

	.news-related-left .related-title {
		padding-bottom: 0;
	}

	.news-related-left .related-title::before {
		display: none;
	}

	.news-related-right .related-news-list .swiper-related-news {
		padding-bottom: 28px;
	}

	.swiper-related-news .swiper-pagination .swiper-pagination-bullet {
		width: 30px;
		height: 4px;
	}
}

.downs {
	position: relative;
	padding: 72px 0 93px;
}

.down-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 54px;
}

.down-list-item {
	position: relative;
	width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.down-list-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	padding: 15px 26px 17px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.down-list-item .item-box .item-title {
	font-size: 20px;
	width: calc(100% - 36px);
	color: #333;
	line-height: 36px;
}

.down-list-item .item-box .item-btn {
	position: relative;
	width: 24px;
	text-align: center;
}

.down-list-item .item-box .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	text-align: center;
	line-height: 36px;
	color: #343A48;
}

.down-list-item .item-box .item-btn .iconfont {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

.down-list-item .item-box:hover .item-btn .btnn,
.down-list-item .item-box .item-btn a.btnn:hover {
	color: #B13C44;
}

@media screen and (max-width: 1459px) {
	.downs {
		padding: 60px 0 80px;
	}

	.down-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 48px;
	}

	.down-list-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.down-list-item .item-box {
		padding: 14px 22px;
	}

	.down-list-item .item-box .item-title {
		font-size: 20px;
		width: calc(100% - 36px);
		line-height: 34px;
	}

	.down-list-item .item-box .item-btn {
		width: 24px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 24px;
		line-height: 34px;
	}

	.down-list-item .item-box .item-btn .iconfont {
		font-size: 18px;
	}
}

@media screen and (max-width: 1259px) {
	.downs {
		padding: 48px 0 68px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 40px;
	}

	.down-list-item {
		width: 50%;
		margin-bottom: 18px;
		padding: 0 6px;
	}

	.down-list-item .item-box {
		padding: 10px 18px;
	}

	.down-list-item .item-box .item-title {
		font-size: 18px;
		width: calc(100% - 34px);
		line-height: 32px;
	}

	.down-list-item .item-box .item-btn {
		width: 24px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 24px;
		line-height: 32px;
	}

	.down-list-item .item-box .item-btn .iconfont {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.downs {
		padding: 36px 0 54px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 32px;
	}

	.down-list-item {
		width: 100%;
		margin-bottom: 18px;
		padding: 0 6px;
	}

	.down-list-item .item-box {
		padding: 8px 16px;
	}

	.down-list-item .item-box .item-title {
		font-size: 16px;
		width: calc(100% - 32px);
		line-height: 30px;
	}

	.down-list-item .item-box .item-btn {
		width: 24px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 24px;
		line-height: 30px;
	}

	.down-list-item .item-box .item-btn .iconfont {
		font-size: 17px;
	}
}

@media screen and (max-width: 720px) {
	.downs {
		padding: 24px 0 40px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 24px;
	}

	.down-list-item {
		width: 100%;
		margin-bottom: 16px;
		padding: 0 6px;
	}

	.down-list-item .item-box {
		padding: 6px 14px;
	}

	.down-list-item .item-box .item-title {
		font-size: 16px;
		width: calc(100% - 32px);
		line-height: 30px;
	}

	.down-list-item .item-box .item-btn {
		width: 22px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 22px;
		line-height: 30px;
	}

	.down-list-item .item-box .item-btn .iconfont {
		font-size: 17px;
	}
}

@media screen and (max-width: 560px) {
	.downs {
		padding: 18px 0 24px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 20px;
	}

	.down-list-item {
		width: 100%;
		margin-bottom: 16px;
		padding: 0 6px;
	}

	.down-list-item .item-box {
		padding: 6px 14px;
	}

	.down-list-item .item-box .item-title {
		font-size: 16px;
		width: calc(100% - 32px);
		line-height: 30px;
	}

	.down-list-item .item-box .item-btn {
		width: 22px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 22px;
		line-height: 30px;
	}

	.down-list-item .item-box .item-btn .iconfont {
		font-size: 17px;
	}
}

.video-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 29px;
	padding-top: 8px;
}

.video-list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	padding: 0 20px;
	margin-bottom: 46px;
}

.video-list-item .video-item-box {
	width: 100%;
	position: relative;
	height: 100%;
}

.video-item-pic {
	position: relative;
	width: 100%;
}

.video-item-pic .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.video-item-pic .item-pic .video-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.video-item-pic .item-pic .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .85);
}

.video-item-pic .item-pic .video-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #333;
}

.video-list-item .item-body {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 20px;
}

.video-list-item .item-body .item-title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	line-height: 28px;
	font-family: Roboto-Bold;
	height: 56px;
	overflow: hidden;
}

.video-list-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 8px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.faq-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 56px;
}

.faq-list .faq-item {
	position: relative;
	width: 100%;
	margin-bottom: 19px;
}

.faq-item .item-box {
	position: relative;
	width: 100%;
	padding: 4px 0 8px;
	background: #F5F5F5;
}

.faq-item-name {
	position: relative;
	width: 100%;
	padding: 12px 26px;
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	line-height: 32px;
	padding-right: 62px;
	background: #F2F5F7;
	cursor: pointer;
}

.faq-item-name::before {
	content: "\e620";
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #343A48;
	font-family: "iconfont";
	text-align: center;
	display: block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	box-sizing: border-box;
}

.faq-item-name:hover::before,
.faq-item-name.active:before {
	content: "\e810";
	color: #B13C44;
}

.faq-item-text {
	position: relative;
	width: 100%;
	display: none;
}

.faq-item-text .text {
	padding: 2px 26px 18px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.video-list {
		margin-left: -12px;
		margin-right: -12px;
		padding-bottom: 24px;
		padding-top: 6px;
	}

	.video-list-item {
		width: 33.333333%;
		padding: 0 12px;
		margin-bottom: 36px;
	}

	.video-list-item .item-body {
		padding-top: 18px;
	}

	.video-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		height: 56px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 8px;
		line-height: 26px;
		height: 52px;
	}

	.faq-list {
		padding-bottom: 48px;
	}

	.faq-list .faq-item {
		margin-bottom: 18px;
	}

	.faq-item .item-box {
		padding: 4px 0 8px;
	}

	.faq-item-name {
		padding: 10px 24px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		padding-right: 56px;
	}

	.faq-item-name::before {
		right: 32px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.faq-item-text .text {
		padding: 2px 24px 14px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.video-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 20px;
		padding-top: 6px;
	}

	.video-list-item {
		width: 33.333333%;
		padding: 0 6px;
		margin-bottom: 28px;
	}

	.video-list-item .item-body {
		padding-top: 16px;
	}

	.video-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		height: 56px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 8px;
		line-height: 24px;
		height: 48px;
	}

	.faq-list {
		padding-bottom: 40px;
	}

	.faq-list .faq-item {
		margin-bottom: 16px;
	}

	.faq-item .item-box {
		padding: 4px 0 6px;
	}

	.faq-item-name {
		padding: 8px 20px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-right: 50px;
	}

	.faq-item-name:before {
		right: 24px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.faq-item-text .text {
		padding: 0px 20px 12px;
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 991px) {
	.video-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 16px;
		padding-top: 4px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 24px;
	}

	.video-list-item .item-body {
		padding-top: 14px;
	}

	.video-list-item .item-body .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 28px;
		height: 56px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 8px;
		line-height: 22px;
		height: 44px;
	}

	.faq-list {
		padding-bottom: 32px;
	}

	.faq-list .faq-item {
		margin-bottom: 16px;
	}

	.faq-item .item-box {
		padding: 10px 0;
	}

	.faq-item .item-box {
		padding: 4px 0 6px;
	}

	.faq-item-name {
		padding: 6px 15px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-right: 40px;
	}

	.faq-item-name:before {
		right: 20px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.faq-item-text .text {
		padding: 0px 15px 10px;
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 660px) {
	.video-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 16px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.video-list-item .item-body {
		padding-top: 12px;
	}

	.video-list-item .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		height: 52px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 6px;
		line-height: 22px;
		height: 44px;
	}

	.faq-list {
		padding-bottom: 24px;
	}

	.faq-list .faq-item {
		margin-bottom: 16px;
	}

	.faq-item .item-box {
		padding: 4px 0 6px;
	}

	.faq-item-name {
		padding: 5px 12px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding-right: 36px;
	}

	.faq-item-name:before {
		right: 12px;
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}

	.faq-item-text .text {
		padding: 0px 12px 10px;
		font-size: 14px;
		line-height: 22px;
	}
}

.page-app {
	position: relative;
	padding: 72px 0 93px;
}

.app-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	transition: all .5s;
	padding-bottom: 29px;
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
	flex-wrap: wrap;
}

.app-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	margin-bottom: 46px;
	padding: 0 20px;
}

.app-list-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.app-list-item .item-box .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #000;
}

.app-list-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	opacity: .7;
	transition: all .5s;
}

.app-list-item .item-box:hover .item-pic img {
	opacity: .3;
}

.app-list-item .item-box .item-body {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	padding: 25px 39px;
	transition: all .5s;
}

.app-list-item .item-box:hover .item-body {
	width: 100%;
	top: 39px;
}

.app-list-item .item-body .item-title {
	position: relative;
	font-size: 20px;
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 17px;
}

.app-list-item .item-body .item-title::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 35px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 3px;
}

.app-list-item .item-body .item-title a {
	color: #fff;
}

.app-list-item .item-body .item-hover {
	display: none;
	position: relative;
	width: 100%;
}

.app-list-item .item-box:hover .item-body .item-hover {
	display: block;
}

.app-list-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFEFE;
	line-height: 30px;
	margin-top: 16px;
}

.app-list-item .item-body .item-desc a {
	color: #FFFEFE;
}

.app-list-item .item-body .item-title a:hover,
.app-list-item .item-body .item-desc a:hover {
	color: #cdcdcd;
}

.app-list-item .item-body .item-btn {
	position: relative;
	margin-top: 12px;
}

.app-list-item .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	font-family: Roboto-Bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 30px;
}

.app-list-item .item-body .item-btn .btnn .iconfont {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 4px;
}

.app-list-item .item-body .item-btn a.btnn:hover {
	color: #bdbdbd;
}

@media screen and (max-width: 1459px) {
	.page-app {
		padding: 60px 0 78px;
	}

	.app-list {
		padding-bottom: 26px;
		margin-left: -14px;
		margin-right: -14px;
	}

	.app-list-item {
		width: 33.33333%;
		margin-bottom: 40px;
		padding: 0 14px;
	}

	.app-list-item .item-box .item-body {
		width: 50%;
		padding: 20px 28px;
	}

	.app-list-item .item-box:hover .item-body {
		width: 100%;
		top: 28px;
	}

	.app-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.app-list-item .item-body .item-title::before {
		width: 32px;
		height: 4px;
		border-radius: 2px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 14px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.app-list-item .item-body .item-btn .btnn .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 4px;
	}
}

@media screen and (max-width: 1259px) {
	.page-app {
		padding: 48px 0 62px;
	}

	.app-list {
		padding-bottom: 22px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.app-list-item {
		width: 33.33333%;
		margin-bottom: 40px;
		padding: 0 6px;
	}

	.app-list-item .item-box .item-body {
		width: 70%;
		padding: 18px 20px;
	}

	.app-list-item .item-box:hover .item-body {
		width: 100%;
		top: 24px;
	}

	.app-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.app-list-item .item-body .item-title::before {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 12px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.app-list-item .item-body .item-btn .btnn .iconfont {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 2px;
	}
}

@media screen and (max-width: 991px) {
	.page-app {
		padding: 36px 0 46px;
	}

	.app-list {
		padding-bottom: 18px;
		margin-left: -16px;
		margin-right: -16px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 32px;
		padding: 0 16px;
	}

	.app-list-item .item-box .item-pic img {
		opacity: 1 !important;
	}

	.app-list-item .item-box .item-body {
		width: 100%;
		padding: 16px 15px;
		position: relative;
		background: #000;
	}

	.app-list-item .item-box:hover .item-body {
		width: 100%;
		top: 0;
	}

	.app-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.app-list-item .item-body .item-title::before {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}

	.app-list-item .item-body .item-hover {
		display: block;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
		overflow: hidden;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.app-list-item .item-body .item-btn .btnn .iconfont {
		font-size: 13px;
		font-size: 1.2rem;
		margin-left: 2px;
	}
}

@media screen and (max-width: 720px) {
	.page-app {
		padding: 24px 0 30px;
	}

	.app-list {
		padding-bottom: 18px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 28px;
		padding: 0 10px;
	}

	.app-list-item .item-box .item-pic img {
		opacity: 1 !important;
	}

	.app-list-item .item-box .item-body {
		width: 100%;
		padding: 16px 15px;
		position: relative;
		background: #000;
	}

	.app-list-item .item-box:hover .item-body {
		width: 100%;
		top: 0;
	}

	.app-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-top: 16px;
	}

	.app-list-item .item-body .item-title::before {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}

	.app-list-item .item-body .item-hover {
		display: block;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
		overflow: hidden;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.app-list-item .item-body .item-btn .btnn .iconfont {
		font-size: 13px;
		font-size: 1.2rem;
		margin-left: 2px;
	}
}

@media screen and (max-width: 560px) {
	.page-app {
		padding: 20px 0 24px;
	}

	.app-list {
		padding-bottom: 16px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 28px;
		padding: 0 6px;
	}
}

.tankaung {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.top {
	width: 45px;
	height: 45px;
	margin: auto;
	background: #B13C44;
	border-radius: 16px 0px 16px 0px;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: -100px;
	color: #fff;
	font-size: 20px !important;
	text-align: center;
	line-height: 45px;
	transition: 0.9s;
	z-index: 999;
	-webkit-animation-name: top;
	animation-name: top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.bottom {
	bottom: 80px;
}

.top:hover {
	border-radius: 0px 16px 0px 16px;
}

@media screen and (max-width:767px) {
	.top {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 10px 0px 10px 0px;
		right: 10px;
		bottom: 80px;
	}

	.fotag {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 15%;
		right: 5%;
		bottom: 15%;
	}
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('img/Roboto-Bold.eot');
	src: url('img/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('img/Roboto-Bold.woff2') format('woff2'),
		url('img/Roboto-Bold.woff') format('woff'),
		url('img/Roboto-Bold.ttf') format('truetype'),
		url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('img/Roboto-Regular.eot');
	src: url('img/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('img/Roboto-Regular.woff2') format('woff2'),
		url('img/Roboto-Regular.woff') format('woff'),
		url('img/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "iconfont";
	/* Project id 1768807 */
	src: url('img/iconfont.woff2?t=1691982039822') format('woff2'),
		url('img/iconfont.woff?t=1691982039822') format('woff'),
		url('img/iconfont.ttf?t=1691982039822') format('truetype');
}

@font-face {
	font-family: "iconfont";
	/* Project id 4262293 */
	src: url('img/iconfont01.woff2?t=1709696570564') format('woff2'),
		url('img/iconfont01.woff?t=1709696570564') format('woff'),
		url('img/iconfont01.ttf?t=1709696570564') format('truetype'),
		url('img/iconfont.svg?t=1709696570564#iconfont') format('svg');
		
}
@font-face {
  font-family: 'iconfont';  /* Project id 4767789 */
  src: url('//at.alicdn.com/t/c/font_4767789_6ocdxyu1j44.woff2?t=1733161334682') format('woff2'),
       url('//at.alicdn.com/t/c/font_4767789_6ocdxyu1j44.woff?t=1733161334682') format('woff'),
       url('//at.alicdn.com/t/c/font_4767789_6ocdxyu1j44.ttf?t=1733161334682') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-xiajiantou:before {
	content: "\e533";
}

.icon-lianjielink:before {
	content: "\e532";
}

.icon-xiangzuo:before {
	content: "\e531";
}

.icon-xiangxia:before {
	content: "\e530";
}

.icon-xiangshang:before {
	content: "\e52f";
}

.icon-sanjiaoshang:before {
	content: "\e52e";
}

.icon-sanjiao-jinru:before {
	content: "\e52d";
}

.icon-a-fenlei1:before {
	content: "\e52c";
}

.icon-fenlei:before {
	content: "\e52b";
}

.icon-a-youjianyouxiang_jurassic:before {
	content: "\e52a";
}

.icon-a-youtube1:before {
	content: "\e529";
}

.icon-a-dianhua11:before {
	content: "\e528";
}

.icon-jiantou_youxia:before {
	content: "\e527";
}

.icon-notepad:before {
	content: "\e526";
}

.icon-a-dianhua1:before {
	content: "\e525";
}

.icon-rili:before {
	content: "\e524";
}

.icon-dianhua1:before {
	content: "\e523";
}

.icon-a-youxiang1:before {
	content: "\e522";
}

.icon-yunxiazai_o:before {
	content: "\e521";
}

.icon-a-danjiantouchangjiantouzuo:before {
	content: "\e519";
}

.icon-changjiantou:before {
	content: "\e520";
}

.icon-a-danjiantouchangjiantouyou:before {
	content: "\e518";
}

.icon-xiazai:before {
	content: "\e517";
}

.icon-a-xiazai1:before {
	content: "\e516";
}

.icon-weibo:before {
	content: "\e515";
}

.icon-yuyan:before {
	content: "\e514";
}

.icon-duoqiyingxiang:before {
	content: "\e513";
}

.icon-a-weibo1:before {
	content: "\e512";
}

.icon-upload-cloud-2-line:before {
	content: "\e511";
}

.icon-a-lianjie1:before {
	content: "\e510";
}

.icon-daohang:before {
	content: "\e509";
}

.icon-a-rightlinefill-line:before {
	content: "\e508";
}

.icon-lianjie:before {
	content: "\e507";
}

.icon-send-plane-line:before {
	content: "\e506";
}

.icon-b2b-close:before {
	content: "\e505";
}

.icon-jiantou_youshang:before {
	content: "\e504";
}

.icon-dianhua:before {
	content: "\e501";
}

.icon-tik_tok:before {
	content: "\e502";
}

.icon-phone-Fill:before {
	content: "\e862";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-top2:before {
	content: "\e637";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e66d";
}

.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: "\e88f";
}

.icon-vk:before {
	content: "\e735";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-home:before {
	content: "\e624";
}
.icon-yf-email:before {
	content: "\e638";
}
.icon-yf-whatsapp:before {
	content: "\e635";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e73d";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e652";
}

.icon-up1:before {
	content: "\e63f";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e601";
}

.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";
}

.lang-img {
	background: url(img/lang.png) no-repeat;
}

.en {
	height: 16px;
	width: 24px;
	background-position: 0 -848px;
}

.disnone {
	display: none
}

.zanwu {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px
}

.xunpanlb {
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
	width: 100%;
}

.xunpanlb .table .thead {
	font-size: 0;
	letter-spacing: 0;
	border: 1px solid #dcdcdc;
	background: #B13C44;
}

.xunpanlb .table .thead p {
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	line-height: 40px;
	width: 33.3333%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
	font-size: 0;
	letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
	height: 100%;
	text-align: center;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 40px;
	width: 33.3333%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody .td img {
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
}

.xunpanlb .table .tbody .td a {
	color: #B13C44;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.xunpanlb .table .tbody .td a:hover {
	color: #B13C44;
}

@media screen and (max-width: 520px) {
	.xunpanlb .table {
		border-top: 1px solid #dcdcdc;
	}

	.xunpanlb .table .thead {
		display: none;
	}

	.xunpanlb .table .tbody .td {
		width: 100% !important;
	}

	.xunpanlb .table .tbody .tread .td:nth-child(2) {
		border: 0 !important;
	}
}

.fenyen .pages-btn a.active {
	cursor: default !important;
}

.attachment-upload-result span {
	font-size: 14px;
	color: #333;
}

.attachment-upload-result .iconfontggg.icon-yf-shanchu {
	color: #333;
}

.attachment-upload-result .iconfontggg.icon-yf-shanchu:hover {
	cursor: pointer;
	color: #B13C44;
}

.yiji li .xuanzhong-child-nav {
	display: block;
	color: #343A48;
	font-family: Roboto-Bold;
}

.yyiji li .xuanzhong-child-nav {
	display: block;
	color: #343A48;
	font-family: Roboto-Bold;
}