@import url("font-awesome.css");

@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot') format('embedded-opentype'), url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#GothamBook') format('svg');
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#GothamBold') format('svg');
}

html {
	height: 100%;
	overflow-x: hidden;
}

body {
	height: 100%;
}

body {
	font-family: 'GothamBook', sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #e94043;
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

section {
	padding: 20px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1630px;
}

@media (min-width: 768px) {
	body>section {
		padding: 30px 0;
	}
}

@media (min-width: 992px) {
	body>section {
		padding: 35px 0;
	}
}

@media (min-width: 1200px) {
	body>section {
		padding: 45px 0;
	}
}

.scrollpoint {
	opacity: 0;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5s;
}

.scrollpoint.active {
	opacity: 1;
}

.my-transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/******************* 一键置顶*****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #e94043;
	z-index: 1005;
	display: none;
	border-radius: 5px;
}

.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}

.scrollToTop:hover {
	opacity: 0.7;
}

/******************* 顶栏*****************/
.full-top {
	background-color: #333;
}

.top-warn {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

.top-warn img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.lang-bar {
	float: right;
	position: relative;
	z-index: 200;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.lang-bar a {
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.lang-bar h5 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #131313;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 9px;
}

.lang-bar h5 i {
	display: inline-block;
	font-size: 24px;
}

.lang-bar ul {
	position: absolute;
	top: 100%;
	width: auto;
	min-width: 110px;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	border-radius: 0 0 5px 5px;
	display: none;
	overflow: hidden;
}

.lang-bar ul li {
	border-bottom: 1px solid #eee;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
	font-size: 14px;
}

.lang-bar ul li a {
	display: block;
	line-height: 22px;
	color: #333;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding: 10px 10px 10px 36px;
	background-size: 20px;
}

.lang-bar ul li a.en {
	background-image: url(../images/us2.png);
}

.lang-bar ul li a.ru {
	background-image: url(../images/ru.png);
}

.lang-bar ul li a.alb {
	background-image: url(../images/alb.png);
}

.lang-bar ul li a:hover {
	color: #e94043;
}

@media (min-width: 768px) {
	.top-warn {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.top-warn {
		font-size: 14px;
	}

	.lang-bar {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.top-warn {
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	.top-warn {
		font-size: 18px;
	}
}

/******************* 导航   ******************/
.header {
	background-color: #fff;
	height: 58px;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* .nav-flex{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: nowrap;} */
/* first level menu */
.navbar.navbar-default {
	margin: 0px;
	border: none;
	background-color: #fff;
	z-index: 111;
}

.navbar.navbar-default .navbar-nav {
	background-color: #fafafa;
}

/* first level menu items */
.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-size: 14px;
	color: #131313;
	z-index: 102;
}

.navbar-default .navbar-nav>li>a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #2d9ed9;
	background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav>.open>a,
.main-navigation .navbar-nav>.open>a:hover,
.main-navigation .navbar-nav>.open>a:focus {
	color: #2d9ed9;
	background-color: transparent;
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav>.open>a:active,
.main-navigation .navbar-nav>.open.active>a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33CC33;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.main-navigation .navbar-nav>.open>a:active+ul,
.main-navigation .navbar-nav>.open.active>a:active+ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	min-width: 150px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250, 250, 250, 0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}

/* second level menu items */
.dropdown-menu>li>a {
	padding: 8px 20px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu .menu>.active>a,
.dropdown-menu .menu>.active>a:hover,
.dropdown-menu .menu>.active>a:focus {
	color: #018fd7;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: 0px;
	left: 100% !important;
	padding-top: 0;
	margin-left: -1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	/* -webkit-animation-name: fadeInUpSmall;animation-name: fadeInUpSmall; */
}

.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	/* -webkit-animation-name: fadeInLeftSmall;animation-name: fadeInLeftSmall; */
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border: none;
	margin-top: 13px;
	margin-right: 5px;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #e94043;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #e94043;
}

.main-navigation .navbar-brand {
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto;
}

.main-navigation .navbar-brand img {
	height: 42px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav-flex {
	margin-left: -15px;
	margin-right: -15px;
}

.main-navigation .navbar-nav>li.mega-menu {
	position: static !important;
}

.dropdown-menu.product-menu {
	border-radius: 0;
	padding: 15px 0;
	width: 100%;
	box-shadow: none;
	border-top: 1px solid #eee;
}

.product-menu-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.product-menu-list .item {
	max-width: 120px;
	height: auto;
	overflow: hidden;
	margin: 0 5px;
}

.product-menu-list .item a {
	display: block;
}

.product-menu-list .item .pic {
	height: auto;
	overflow: hidden;
}

.product-menu-list .item .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.product-menu-list .item .title {
	text-align: center;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/**** animations **/
@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}

/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
		-ms-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.mb-flg {
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
	margin-top: 9px;
	margin-right: 10px;
	z-index: 201;
}

.mb-flg span {
	display: block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	color: #e94043;
	font-size: 26px;
	cursor: pointer;
}

.mb-flg ul {
	position: absolute;
	top: 45px;
	min-width: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 0 0 5px 5px;
	display: none;
	overflow: hidden;
}

.mb-flg ul li {
	border-bottom: 1px solid #eee;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
}

.mb-flg ul li a {
	display: block;
	line-height: 22px;
	color: #333;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding: 10px 10px 10px 36px;
	background-size: 22px;
}

.mb-flg ul li a.en {
	background-image: url(../images/us2.png);
}

.mb-flg ul li a.ru {
	background-image: url(../images/ru.png);
}

.mb-flg ul li a.alb {
	background-image: url(../images/alb.png);
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.header{
		height: 86px;
	}
	.navbar.navbar-default {
		/*background-color: transparent;border-color: transparent;*/
		border-radius: 0px;
		border: none;
	}

	.navbar.navbar-default .navbar-nav {
		float: none;
	}

	/*.navbar-collapse {padding-right: 0px;padding-left: 0px;}*/
	/*.main-navigation .navbar-right .dropdown-menu {right: auto;left: 0;}.main-navigation .navbar-right > li:last-child > .dropdown-menu {right: 0;left: auto;}.navbar-nav li.dropdown a:hover{background: none;}*/
	/*.main-navigation .navbar-nav {float: right;}*/
	.navbar-default .navbar-nav>li {
		float: none;
		display: block;
	}

	/*.navbar-default .navbar-nav > li:before,.navbar-default .navbar-nav > li:after{display: table;content: " ";}.navbar-default .navbar-nav > li:after{clear: both;}*/
	/*.navbar-default .navbar-nav > li > a{line-height: 40px;padding-left: 2px;padding-right: 2px;}.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a:hover{color: #33cc33;}*/
	.main-navigation .navbar-header {
		float: none !important;
	}

	/*.main-navigation .navbar-header .logo{float: left;}*/
	/*.main-navigation .navbar-brand{padding-top: 15px;padding-bottom: 15px;padding-left: 15px;height: 80px;}*/
	.main-navigation .navbar-brand img{height: 70px;}
	.main-navigation .navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.collapse.in {
		display: block !important;
	}
}

/* Medium desktop devices */
@media (min-width:992px) {
	.nav-flex {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.main-navigation .navbar-toggle {
		display: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
	}

	.navbar.navbar-default {
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}

	.navbar.navbar-default .navbar-nav {
		background-color: transparent;
		float: right;
		/*margin-top: 15px;*/
	}

	/* .navbar-collapse {padding-right: 0px;padding-left: 0px;} */
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	.main-navigation .navbar-right>li:last-child>.dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-nav li.dropdown a:hover {
		background: none;
	}

	.main-navigation .navbar-nav {
		float: right;
	}

	.navbar-default .navbar-nav>li {
		float: left;
	}

	.navbar-default .navbar-nav>li:before,
	.navbar-default .navbar-nav>li:after {
		display: table;
		content: " ";
	}

	.navbar-default .navbar-nav>li:after {
		clear: both;
	}

	.navbar-default .navbar-nav>li>a {
		color: #333;
		line-height: 40px;
		font-size: 14px;
		padding-top: 23px;
		padding-bottom: 23px;
		padding-left: 20px;
		padding-right: 20px;
		background-color: transparent !important;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		color: #e94043;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #e94043;
	}

	.main-navigation .navbar-nav>.open>a,
	.main-navigation .navbar-nav>.open>a:hover,
	.main-navigation .navbar-nav>.open>a:focus {
		color: #e94043;
	}

	/* .main-navigation .navbar-header{float: none !important;} */
	.main-navigation .navbar-header .logo {
		float: left;
	}

	.dropdown-menu {
		border: none;
		background-color: #fff;
		border-radius: 0 0 5px 5px;
		padding-top: 0;
		padding-bottom: 5px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	}

	.dropdown-menu>li>a {
		color: #555;
		font-size: 14px;
		border-bottom: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.dropdown-menu>li>a:hover {
		color: #e94043 !important;
	}

	.nav .open>a {
		background-color: #fff !important;
		color: #e94043;
	}

	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		background-color: #fff;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-nav>li {
		margin-left: 15px;
		margin-right: 15px;
	}

	.main-navigation .navbar-nav>li>a {
		font-size: 16px;
	}
}

@media (max-width:992px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav>li>a {
		border-bottom: 1px solid #f1f1f1;
		color: #333;
	}

	.navbar-default .navbar-nav>li:last-child>a {
		border-bottom: 1px solid transparent;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #2d9ed9;
	}

	.main-navigation .navbar-nav>.open>a,
	.main-navigation .navbar-nav>.open>a:hover,
	.main-navigation .navbar-nav>.open>a:focus {
		border-color: #2d9ed9;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #2d9ed9;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #2d9ed9 !important;
	}

	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #666666;
		border-color: #fafafa;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #2d9ed9;
	}

	.navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
		padding-left: 40px;
	}

	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
		padding-left: 60px;
	}

	.dropdown>a:before {
		right: 32px;
	}

	.dropdown .dropdown>a:before {
		right: 36px;
	}
}

.top-search {
	position: absolute;
	top: 5px;
	right: 130px;
}

.top-search>.btn {
	border: none;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0px;
	line-height: 40px;
	box-shadow: none;
}

.top-search>.btn>i {
	font-size: 30px;
	color: #333;
}

.top-search>.btn:focus {
	outline: none;
}

.top-search>.dropdown-menu {
	padding: 15px;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.top-search .dropdown-menu .form-group {
	margin-bottom: 0px;
}

.top-search .dropdown-menu .form-group .form-control-feedback {
	line-height: 34px !important;
	font-size: 24px;
}

.top-search .dropdown-menu .form-group .form-control:focus {
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6);
}

@media (min-width:768px) {
	.top-search {
		/* padding-top: 15px;padding-bottom: 15px; */		margin-top: 13px;
	}

	.top-search>.dropdown-menu {
		min-width: 260px;
	}

	.top-search .has-feedback .form-control {
		padding-right: 40px;
	}
}

@media (min-width:992px) {
	.top-search {
		position: relative;
		float: right;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 10px;
		padding-right: 10px;
		top: 0;
		right: 0;
	}

	.top-search>.btn>i {
		font-size: 30px;
	}
}

/******************* 幻灯样式   ******************/
.section-banner {
	padding: 0;
	position: relative;
}

/******************* 底部和版权*****************/
footer {
	display: block;
	padding: 30px 0;
	background-color: #333;
}

.foot-item-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-col {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.foot-wechat {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.foot-wechat img {
	max-width: 100%;
	height: auto;
}

.foot-col-2 {
	flex: 0 0 50%;
}

.foot-col-4 {
	flex: 0 0 50%;
}

.foot-wrap {
	margin-bottom: 5px;
}

.foot-title {
	color: #f9f9f9;
	font-size: 16px;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 200;
}

.foot-title i {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	cursor: pointer;
	font-size: 12px;
}

.foot-title i:before {
	content: "";
	width: 16px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
}

.col-item .foot-title i:after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}

.col-item.cur .foot-title i:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.foot-inner {
	height: auto;
	overflow: hidden;
	display: none;
	margin: 10px 0;
}

.foot-list {
	height: auto;
	overflow: hidden;
}

.foot-list li {
	font-size: 14px;
	line-height: 30px;
	font-weight: 200;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.foot-list li a {
	color: #fff;
}

.foot-list li a:hover {
	color: #fff;
}

.foot-social {
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.foot-social ul li {
	float: left;
	height: auto;
	overflow: hidden;
	margin: 5px;
}

.foot-social ul li a {
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	border-radius: 50%;
}

.foot-social ul li a:hover {
	color: #fff;
}

.foot-social ul li a i {
	font-size: 30px;
}

.foot-social ul li a.linkedin {
	background-color: #4376b1;
}

.foot-social ul li a.facebook {
	background-color: #3a5a98;
}

.foot-social ul li a.xing {
	background-color: #3498db;
}

.foot-social ul li a.youtube1 {
	background-color: #d42428;
}

.foot-social ul li a.instagram {
	background-color: #641baf;
}

.foot-social ul li a.pinterest {
	background-color: #c6131b;
}

.foot-contact-info {
	height: auto;
	overflow: hidden;
}

.foot-contact-info ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-contact-info ul li {
	flex: 0 0 100%;
	position: relative;
	padding-left: 36px;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	font-weight: 200;
	margin-bottom: 10px;
}

.foot-contact-info ul li.address {
	flex: 0 0 100%;
}

.foot-contact-info ul li a {
	color: #d0d0d0;
}

.foot-contact-info ul li a:hover {
	color: #fff;
}

.foot-contact-info i {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}

.full-copyright {
	background-color: #333;
	border-top: 1px solid #484848;
}

.copyright {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	padding: 15px 10px;
}

.copyright a {
	color: #999;
}

.copyright a:hover {
	color: #fff;
}

.news-letter-info {
	color: #999;
	font-size: 15px;
}

.foot-form {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.foot-form input {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: none;
	background-color: #444;
	padding-left: 15px;
	color: #999;
	font-size: 15px;
	padding-right: 110px;
}

.foot-form button {
	display: block;
	width: 100px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background-color: #e94043;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	text-transform: uppercase;
}

.rel-product {
	font-size: 20px;
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	padding-top: 15px;
}

.owl-rel-product .item .pic {
	border: 1px solid #ddd;
}

.owl-rel-product .item .title {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}

.owl-product {
	margin-top: 0;
}

.owl-product .item {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin: 10px;
}

.owl-product .item a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.owl-product .item a .pic {
	flex: 0 0 50%;
}

.owl-product .item a .cover1 {
	flex: 0 0 50%;
	padding: 15px 30px;
}

.owl-product .item a .cover1 .title {
	color: #333;
	font-size: 14px;
	font-family: 'GothamBold';
	text-transform: uppercase;
	line-height: 1.2;
}

.owl-product .item a .cover1 .more {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 20px;
}

.owl-product.owl-theme .owl-controls .owl-nav div {
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #999;
	color: #999;
	border-radius: 50% 50%;
	padding: 0;
	background-color: transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.owl-product.owl-theme .owl-controls .owl-nav div i {
	font-size: 20px;
}

.owl-product.owl-theme .owl-controls .owl-nav div:hover {
	color: #e94043;
	border-color: #e94043;
}

.foot-warn {
	color: #999;
	font-size: 14px;
	line-height: 2;
}

@media (min-width:768px) {
	footer {
		padding: 50px 0;
	}

	.foot-title {
		font-size: 14px;
		border-bottom: none;
	}

	.foot-title i {
		display: none;
	}

	.foot-inner {
		display: block !important;
	}

	.foot-col {
		height: auto;
		overflow: hidden;
	}

	.foot-contact-info ul li {
		flex: 0 0 100%;
	}

	.foot-col-1 {
		flex: 0 0 100%;
	}

	.foot-col-2 {
		flex: 0 0 30%;
	}

	.foot-col-3 {
		flex: 0 0 40%;
	}

	.foot-col-4 {
		flex: 0 0 auto;
	}

	.owl-product {
		padding: 0 60px;
	}

	.owl-product .item a .cover1 .title {
		font-size: 16px;
	}

	.owl-product .item a .cover1 .more {
		font-size: 14px;
	}

	.owl-product.owl-theme .owl-controls {
		margin-top: 0;
	}

	.owl-product.owl-theme .owl-controls .owl-nav div {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -21px;
		margin: 0;
	}

	.owl-product.owl-theme .owl-controls .owl-nav div.owl-next {
		left: auto;
		right: 0;
	}
}

@media (min-width:992px) {
	.foot-title {
		font-size: 14px;
	}

	.foot-contact-btm a {
		line-height: 68px;
		font-size: 18px;
	}

	.foot-col {
		width: auto;
		margin-bottom: 0;
	}

	.foot-col-1 {
		flex: 0 0 30%;
	}

	.foot-col-2 {
		flex: 0 0 16.875%;
	}

	.foot-col-3 {
		flex: 0 0 28.75%;
	}

	.rel-product {
		font-size: 24px;
	}

	.owl-product .item a .cover1 .title {
		font-size: 18px;
	}

	.owl-product .item a .cover1 .more {
		font-size: 14px;
	}
}

@media (min-width:1200px) {
	.foot-title {
		font-size: 16px;
	}

	.foot-col-1 {
		flex: 0 0 22%;
		width: 22%;
	}

	.foot-col-2 {
		flex: 0 0 16%;
		width: 16%;
	}

	.foot-col-3 {
		flex: 0 0 22%;
		width: 22%;
	}

	.foot-contact-info ul li {
		font-size: 12px;
	}

	.owl-product .item a .cover1 .title {
		font-size: 20px;
	}

	.owl-product .item a .cover1 .more {
		font-size: 16px;
	}

	.foot-list li {
		font-size: 16px;
	}
}

@media (min-width:1400px) {
	.foot-title {
		font-size: 16px;
	}

	.foot-contact-info ul li {
		font-size: 12px;
	}

	.foot-list li {
		font-size: 16px;
	}

	.owl-product .item a .cover1 .title {
		font-size: 24px;
	}

	.owl-product .item a .cover1 .more {
		font-size: 16px;
	}
}

@media (min-width:1600px) {
	.foot-title {
		font-size: 16px;
	}

	.foot-list li {
		font-size: 16px;
	}

	.foot-contact-info ul li {
		font-size: 14px;
	}

}

/******************* owl滚动*****************/
.my-owl {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.my-owl .item {
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 11;
}

.my-owl .item .pic {
	background-color: #fff;
	height: auto;
	overflow: hidden;
}

.my-owl .item .pic img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.my-owl .item .cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.my-owl .item .cover .title {
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.my-owl .item:hover .cover {
	opacity: 1;
	visibility: visible;
}

.my-owl .item:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.owl-news {
	margin-top: 0;
}

.owl-news .item .title {
	color: #000;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.owl-news .item .date {
	color: #999;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}

.owl-news .item .box {
	background-color: #fff;
	padding: 15px 15px;
}

.owl-news .item .intro {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.owl-news .item .box .more {
	text-decoration: underline;
	color: #131313;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.owl-news .item:hover .title,
.owl-news .item:hover .box .more {
	color: #e94043;
}

.owl-news.owl-theme .owl-controls {
	margin-top: 30px;
}

.owl-news.owl-theme .owl-controls .owl-nav div {
	margin: 0 1px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e94043;
	color: #e94043;
	background-color: #fff;
	width: 90px;
	line-height: 40px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.owl-news.owl-theme .owl-controls .owl-nav div i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
}

.owl-news.owl-theme .owl-controls .owl-nav div:hover {
	background-color: #e94043;
	color: #fff;
}

.owl-news.owl-theme .owl-dots .owl-dot span {
	border-radius: 50%;
	transform: scale(0.6);
}

.owl-news.owl-theme .owl-dots .owl-dot.active span {
	background-color: #e94043;
	transform: scale(1);
}

/******************* 首页代码*****************/
.section-video {
	padding: 0;
	margin-top: 0;
	position: relative;
}

.section-video img {
	width: 100%;
	height: auto;
}

.section-video video {
	width: 100%;
	height: auto;
	max-height: 800px;
	border: 0;
	margin: 0 auto;
	padding: 0;
	object-fit: cover;
}

.vdplay-btm {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 54px;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.section-beco {
	background-color: #f1f1f1;
}

.section-product {
	background-color: #fff;
}

.public-head {
	text-align: center;
	line-height: 1;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.public-head.white {
	color: #fff;
	margin-bottom: 25px;
}

.index-product-outer {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.index-product-outer .item {
	flex: 0 0 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.index-product-outer .item a {
	display: block;
}

.index-product-outer .item .pic {
	height: auto;
	overflow: hidden;
}

.index-product-outer .item .pic img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.index-product-outer .item .cover {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4%;
}

.index-product-outer .item .cover .title {
	color: #333;
	font-size: 16px;
	font-family: 'GothamBold';
}

.index-product-outer .item .cover .more {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
}

/* .index-product-outer .item:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);} */
.beco-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}

.beco-list .item {
	flex: 0 0 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.beco-list .item .pic {
	height: 100%;
	overflow: hidden;
}

.beco-list .item .pic img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.beco-list .item .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
}

.beco-list .item .cover .title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
}

.beco-list .item .cover .more {
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.beco-list .item .cover .more a {
	display: inline-block;
	color: #fff;
	background-color: #dc2525;
	line-height: 2;
	padding: 6px 10px;
}

.beco-list .item:hover .pic img {
	transform: scale(1.1);
}

.section-full-product {
	padding: 0;
}

.section-full-product img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.container-faq {
	max-width: 1200px;
}

.ver-head {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	font-family: 'GothamBold';
}

.ver-form {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	height: auto;
	overflow: hidden;
}

.ver-form input {
	display: block;
	width: 100%;
	line-height: 44px;
	border: 1px solid #888;
	padding: 0 15px;
	font-size: 16px;
	margin-bottom: 20px;
}

.ver-form button {
	display: block;
	width: 160px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	background-color: #e94043;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
}

@media (min-width:480px) {
	.beco-list .item {
		flex: 0 0 31.375%;
		position: relative;
	}
}

@media (min-width:768px) {
	.public-head {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.index-product-outer .item {
		flex: 0 0 50%;
	}

	.index-product-outer .item .cover .title {
		font-size: 18px;
	}

	.index-product-outer .item .cover .more {
		font-size: 16px;
	}

	.vdplay-btm {
		font-size: 64px;
	}

	.beco-list .item .cover .title {
		font-size: 20px;
	}

	.beco-list .item .cover .more {
		font-size: 16px;
		margin-top: 20px;
	}
}

@media (min-width:992px) {
	.public-head {
		font-size: 30px;
		margin-bottom: 35px;
	}

	.index-product-outer .item .cover .title {
		font-size: 24px;
	}

	.vdplay-btm {
		font-size: 80px;
	}

	.beco-list .item .cover .title {
		font-size: 24px;
	}

	.beco-list .item .cover .more {
		font-size: 16px;
		margin-top: 30px;
	}
}

@media (min-width:1200px) {
	.public-head {
		font-size: 30px;
		margin-bottom: 45px;
	}

	.beco-list .item .cover .title {
		font-size: 30px;
	}

	.beco-list .item .cover .more {
		font-size: 18px;
	}
}

.about-pic {
	height: auto;
	overflow: hidden;
}

.about-pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.section-case {
	padding: 30px 0;
	background-color: #FFFFFF;
}

.case-top {
	text-align: center;
	color: #e94043;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.case-top:after {
	width: 120px;
	height: 3px;
	background-color: #e94043;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -2px;
}

.case-box {
	margin-top: 20px;
}

.case-name {
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
}

.case-img {
	overflow: hidden;
}

.case-img img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.case-row.row {
	margin-left: -5px;
	margin-right: -5px;
}

.case-date {
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
	padding-bottom: 15px;
	border-bottom: 1px solid #b0b0b0;
}

.case-intro {
	text-align: center;
	color: #777777;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.case-top {
		font-size: 30px;
	}
}

@media (min-width: 992px) {}

.why-box {
	overflow: hidden;
	margin-top: 20px;
}

.why-box a {
	display: block;
}

.why-img {
	overflow: hidden;
	border: 1px solid #e7e7e7;
}

.why-name {
	text-align: center;
	color: #00A7E1;
	margin: 15px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.why-intro {
	text-align: center;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.85;
}

@media (min-width: 992px) {
	.why-row.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.why-row.row .col-sm-6,
	.why-row.row .col-md-3 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.part-sml {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #6b6b6b;
}

.part-list {
	overflow: hidden;
}

.part-list ul li {
	width: 50%;
	padding: 0 5px;
	float: left;
	margin-top: 20px;
}

.part-list ul li img {
	border: 1px solid #dadada;
}

.section-verify {
	background-color: #333;
	border-bottom: 1px solid #484848;
}

.ver-sml {
	color: #999;
	font-size: 14px;
	max-width: 1000px;
	margin: 0 auto;
}

.ver-form {
	height: auto;
	overflow: hidden;
	margin: 30px auto 0 auto;
}

.ver-input {
	height: auto;
	overflow: hidden;
	float: left;
	width: calc(100% - 130px);
}

.ver-input input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border: none;
	background-color: #fff;
	color: #999;
	font-size: 16px;
}

.ver-btms {
	width: 130px;
	height: auto;
	overflow: hidden;
	float: left;
}

.ver-btms button {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #e94043;
	font-size: 16px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.part-list ul li {
		width: 14.285714%;
	}

	.ver-form {
		max-width: 484px;
	}
}

@media (min-width: 992px) {
	.part-list ul li {
		width: 14.285714%;
	}

	.ver-sml {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.part-list ul li {
		width: 14.285714%;
	}
}

.full-link {
	width: 100%;
	padding: 10px 0;
	background-color: #e94043;
}

.frd-list {
	overflow: hidden;
}

.frd-list ul li {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}

.frd-list ul li.first {
	font-size: 18px;
	text-transform: uppercase;
}

.frd-list ul li.first i {
	margin-left: 10px;
}

.frd-list ul li.firstli {
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/j_08.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	font-size: 24px;
}

.frd-list ul li a {
	color: #FFFFFF;
	margin: 0 10px;
}

/** 首页分类 **/
.sort-wrap {
	overflow: hidden;
	margin: 15px 0;
}

.sort-wrap a {
	display: block;
}

.sort-name {
	text-align: center;
	color: #727272;
	font-size: 24px;
	margin-bottom: 15px;
}

.sort-intro {
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

.myinput-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.myinput-control:-ms-input-placeholder {
	color: #fff;
}

.myinput-control::-webkit-input-placeholder {
	color: #fff;
}

/** 首页产品列表 **/
.product-list {
	margin: 15px 0;
}

.product-wrap {
	overflow: hidden;
}

.product-wrap a {
	display: block;
}

.product-img {
	overflow: hidden;
}

.product-name {
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/******************* 内页代码*****************/
/* 内页Banner */
.inner-banner {
	width: 100%;
}

.inner-banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.section-inner {
	background-color: #fff;
}

/* 侧边导航 */
.min-nav {
	position: relative;
	background-color: #005aaa;
}

.mobile-head {
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}

.min-tabs {
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}

.min-tabs ul li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}

.min-tabs ul li a {
	display: block;
	background-color: #F5F5F5;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	position: relative;
}

.min-tabs ul li a:hover {
	color: #33cc33;
}

.min-tabs ul li a i {
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.min-tabs ul li a:hover i {
	padding-right: 15px;
}

.min-tabs ul li a.active {
	color: #33cc33;
}

.min-tabs>ul>li.dropdown>a::after {
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}

.min-tabs>ul>li.dropdown.open>a::after {
	content: "\f147";
}

.min-tabs .dropdown-menu {
	width: 100% !important;
	position: relative;
}

.min-tabs ul li a:focus {
	/*background-color: #323638;*/
}

.min-tabs>ul>li.dropdown.open>a {
	/*background-color: #323638;*/
}

.min-tabs>ul>li>ul>li {
	border-top: none;
	border-bottom: none;
}

.min-tabs>ul>li>ul>li a {
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}

.min-tabs>ul>li>ul>li a:hover {
	background-color: #fafafa;
	color: #CC0000;
}

.min-nav .icon-bar {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

@media (min-width:768px) {
	.mobile-head {
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.min-tabs.collapse {
		display: block !important;
		height: auto !important;
	}
}

/* 右边主体 */
.main-top {
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.main-top span {
	display: inline-block;
	float: left;
	color: #33cc33;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content {
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}

.content-body {
	color: #444444;
	font-size: 14px;
	line-height: 2;
}

.content-body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

@media (min-width:768px) {
	.main-top {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}

/** 联系我们 **/
.contact-form {
	margin-top: 25px;
}

.contact-form .btn-primary {
	font-size: 14px;
	background-color: #33cc33;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}

/*新闻列表*/
.news-list {
	background-color: #FFFFFF;
	margin-top: -15px;
}

.news-list ul li {
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}

.news-list ul li a {
	display: block;
}

.news-title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.new-brief {
	color: #999;
	font-size: 12px;
}

.news-pic {
	width: 100%;
}

.news-pic img {
	display: block;
	max-width: 100%;
}

@media (min-width:768px) {
	.news-title {
		margin-top: 0px;
		font-size: 16px;
	}
}

/* 新闻正文 */
.rel-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.rel-date {
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}

/*---------------*/
/**** product ****/
/*---------------*/
.pro-item {
	margin-bottom: 30px;
}

.pro-item a {
	display: block;
	border: 1px solid #D9D9D9;
}

.pro-pic {
	overflow: hidden;
}

.pro-pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.pro-title {
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pro-title i {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pro-info {
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}

.pro-in-title {
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}

.pro-in-info {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.75;
	color: #666666;
}

@media (min-width:768px) {
	.pro-in-title {
		margin-top: 0px;
	}
}

/** tabs codes* ==================================* **/
.tabs-wrap {
	margin-top: 20px;
}

.tabs-wrap .accordion-handle.active {
	background-color: #e94043;
}

.tabs-wrap .tabs-container {
	margin-top: 5;
}

.tabs-wrap .tab-content {
	color: #666666;
	line-height: 2;
	font-size: 14px;
}

.tabs-wrap .tab-content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.tabs-wrap .tabs-list li a i {
	padding-left: 10px;
	color: #f26522;
}

@media (min-width:768px) {
	.tabs-wrap .tabs-list li {
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}

	.tabs-wrap .tabs-list li a:hover {
		background-color: #e94043;
		color: #FFFFFF;
	}

	.tabs-wrap .tabs-list li.active a {
		background-color: #e94043;
	}

	.tabs-wrap .tabs-list li a:hover i {
		color: #FFFFFF;
	}
}

.quo-head {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}

.fm-wap label {
	font-size: 14px;
	color: #888;
}

.fm-wap .btn-primary {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #2a9bd5;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.fm-wap .btn-primary:hover {
	background-color: #e90202;
}

.shijian {
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head {
		font-size: 30px;
	}
}

@media (min-width: 992px) {

	/* index support */
	.spt-row.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.spt-row .col-md-4 {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* end */
	/* index contact */
	.index-cnt {
		font-size: 18px;
	}

	/* end */
	/* 路径导航 */
	.innerpath.breadcrumb {
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}

	.innerpath.breadcrumb li {
		font-size: 14px;
	}

	/* end */
}

@media (min-width: 1200px) {

	/* index support */
	.spt-row.row {
		margin-left: -40px;
		margin-right: -40px;
	}

	.spt-row .col-md-4 {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* end */
}

.download-list-outer {
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin-bottom: 25px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}

.download-list-outer:hover {
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	background-color: #fff;
}

.download-list-outer .pic {
	overflow: hidden;
	margin-bottom: 15px;
}

.download-list-outer .pic img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}

.download-list-outer:hover .pic img {
	opacity: 0.8;
}

.download-list-outer .intro {
	color: rgb(51, 51, 51);
	font-size: 14px;
	line-height: 1.5;
}

.download-list-outer .more {
	text-align: right;
	font-size: 14px;
	margin-top: 8px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}

.download-list-outer .more a {
	color: #666;
}

.download-list-outer .more i {
	font-size: 12px;
	padding-right: 5px;
}

.download-list-outer:hover .more a {
	color: #e94043;
}

/******************* 内页代码,宽屏代码*****************/
.full-path .breadcrumb {
	background-color: transparent;
	padding: 0px;
}

.full-path .breadcrumb li i {
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}

.full-main {
	background-color: #FFFFFF;
	padding: 20px;
}

.full-name {
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
}

.full-content {
	margin-top: 25px;
	line-height: 2;
}

.full-content img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}

.full-content video,
.full-content iframe,
.full-content embed {
	max-width: 100%;
	height: auto;
}

.photo-box {
	overflow: hidden;
}

.photo-box a {
	display: block;
}

.photo-pic {
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

.photo-pic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.photo-title {
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.xinwen-outer {
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 0;
}

.xinwen-outer a {
	display: block;
}

.xinwen-pic {
	border: 1px solid #ddd;
}

.xinwen-title {
	font-size: 16px;
}

.xinwen-intro {
	color: #777;
	font-size: 14px;
	margin-top: 10px;
}

.xinwen-time {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.full-news-list {
	overflow: hidden;
}

.full-news-list ul li {
	padding: 20px 0;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}

.full-news-list ul li:after {
	width: 0px;
	height: 2px;
	background-color: #33cc33;
	position: absolute;
	left: 0px;
	bottom: -2px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}

.full-news-list ul li:hover:after {
	width: 100%;
}

.full-news-list ul li a {
	display: block;
}

.full-news-pic {
	width: 220px;
	float: left;
}

.full-news-rt {
	margin-left: 240px;
}

.full-news-ttl {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}

.full-news-intro {
	margin-top: 5px;
	color: #666666;
}

.full-date {
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}

.full-date i {
	padding-right: 10px;
}

.full-news-title {
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}

.full-news-other {
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-top: 5px;
}

.full-product-item {
	position: relative;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

/*.full-product-item:hover{-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px);}*/
.full-product-pic {
	border: 1px solid #ddd;
}

.full-product-item a {
	display: block;
}

.full-product-name {
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	color: #e94043;
}

.full-product-brief {
	text-align: left;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}

.full-product-more {
	font-size: 14px;
	margin-top: 10px;
}

.full-product-more span {
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #e94043;
}

.full-product-more span i {
	margin-left: 5px;
	color: #e94043;
}

.full-product-sort {
	color: #e94043;
	font-size: 16px;
	margin-bottom: 20px;
}

.full-product-title {
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}

.full-product-intro {
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}

.product-to-buy {
	margin-top: 40px;
	font-size: 0;
}

.product-to-buy a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #ED1B24;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}

.full-video-content {
	margin-top: 20px;
}

.full-video-content iframe,
.full-video-content embed {
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}

.full-news-name {
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.full-news-brief {
	font-size: 12px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}

.full-news-time {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}

.full-news-time span {
	display: inline-block;
	vertical-align: initial;
}

.full-news-time span i {
	padding-right: 5px;
}

.full-news-time span.news-time-left {
	float: left;
}

.full-news-time span.clicks {
	float: right;
}

@media (min-width: 768px) {

	.full-video-content iframe,
	.full-video-content embed {
		height: 350px;
	}
}

@media (min-width: 768px) {

	.full-video-content iframe,
	.full-video-content embed {
		height: 400px;
	}
}

@media (min-width: 1200px) {

	.full-video-content iframe,
	.full-video-content embed {
		height: 500px;
	}
}

.full-sort {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}

.slide-head {
	line-height: 50px;
	color: #fff;
	background-color: #e94043;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.slide-head span {
	float: right;
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	display: block;
}

.full-sort-list {
	display: none;
	position: relative;
}

.full-sort-list ul li {
	height: auto;
	overflow: hidden;
	line-height: 46px;
	/*padding: 0 15px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;*/
}

.full-sort-list ul li a {
	display: block;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.full-sort-list ul li a i {
	margin-right: 5px;
}

.full-sort-list ul li a:hover,
.full-sort-list ul li.active a {
	color: #e94043
}

.full-sort-list ul li ul li a {
	display: block;
	color: #333 !important;
	background-color: #fff !important;
	border-bottom: 1px solid #eee !important;
}

.full-sort-list ul li ul li a:hover,
.full-sort-list ul li ul li a.active {
	color: #e94043 !important;
}

.white-box-wrap {
	background-color: #FFFFFF;
}

.full-sort-title {
	color: #e94043;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
}

.full-sort-title h5 {
	margin: 0;
	float: right;
	line-height: 24px;
	font-size: 16px;
}

.full-sort-title h5 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px;
}

.full-sort-title h5 a {
	color: #666;
}

.full-sort-title h5 a:hover {
	color: #e94043;
}

.full-line {
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 10px 0 25px 0;
}

.full-content {
	margin-top: 25px;
	line-height: 2;
}

.full-content img {
	max-width: 100%;
	height: auto;
}

.full-content-title {
	text-align: center;
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}

.full-content-icon {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}

.full-content-icon span {
	margin-right: 5px;
	margin-left: 15px;
	font-size: 18px;
	vertical-align: middle;
}

.full-contact-title {
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.full-contact-title:after {
	width: 30px;
	height: 1px;
	background-color: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}

.full-iframe {
	margin-bottom: 20px;
}

.full-iframe iframe {
	width: 100%;
	height: 450px;
	border: none;
}

.full-contact-content {
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}

.full-contact-content img {
	max-width: 100%;
	height: auto;
}

.section-soldeeee {
	padding: 30px 0;
	background-color: #FFFFFF;
}

.cmdb-wap {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.cmdb-wap a {
	display: block;
}

.cmdb-over {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 167, 225, 0);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5;
	opacity: 0;
}

.cmdb-tab {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}

.cmdb-tabcel {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cmdb-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #FAFAFA;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #e94043;
	font-size: 16px;
}

.cmdb-tabcel h4 {
	color: #FFFFFF;
	margin-top: 10px;
}

.cmdb-wap:hover .cmdb-over {
	opacity: 1;
	background-color: rgba(0, 167, 225, 0.5);
}

#cmdb.row {
	margin-left: -8px;
	margin-right: -8px;
}

.item-cmdb-1,
.item-cmdb-2 {
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	min-height: 1px;
	float: left;
}

.item-cmdb-1 {
	width: 100%;
}

.item-cmdb-2 {
	width: 100%;
}

@media (min-width: 768px) {
	.item-cmdb-1 {
		width: 56%;
	}

	.item-cmdb-2 {
		width: 44%;
	}
}

@media (min-width: 992px) {
	.full-sort-list {
		display: block !important;
	}

	.slide-head span {
		display: none !important;
	}
}

.zll-list {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}

.zll-list ul li.on a {
	color: #fff;
	background-color: #018FD7;
}

.zll-list ul li a {
	display: block;
	padding: 10px 30px;
}

.zll-list ul li {
	width: 100%;
	display: block;
	float: left;
	border-top: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	margin: 5px;
}

.zll-wrap {
	padding: 35px 20px;
	border: 1px solid #e1e1e1;
	border-top: none;
}

.yewu-names {
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}

.yewu-names:before {
	position: absolute;
	left: 0;
	height: 14px;
	width: 2px;
	top: 50%;
	margin-top: -7px;
	content: '';
	background-color: #284f91;
}

.yewu-demo-list {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.yewu-demo-list ul li {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
}

.yewu-demo-list ul li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 6px;
	top: 17px;
	content: '';
	background-color: #f09700;
}

.yewu-good {
	height: 144px;
	overflow: hidden;
	background-image: url(../images/j.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #eff0f2;
	margin-top: 20px;
}

.yewu-good dl dt {
	display: block;
	width: 23%;
	float: left;
	height: 144px;
	background-color: #E6151D;
	padding: 6px;
}

.yewu-good dl dt img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}

.yewu-good dl dt h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.yewu-good dl dd {
	width: 77%;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 25px 40px 25px 20px;
	line-height: 24px;
	font-size: 14px;
}

.ywcl-list {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ywcl-list ul li {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 10px;
}

.ywcl-list ul li img {
	max-width: 100%;
	height: auto;
}

.ywcl-list ul li h5 {
	text-align: center;
}

.ywfw-list {
	margin-top: 30px;
	margin-bottom: 20px;
}

.ywfw-list ul li {
	height: auto;
	position: relative;
	min-height: 70px;
}

.ywfw-list ul li span {
	display: inline-block;
	float: left;
	height: 44px;
	background-color: #E6161E;
	line-height: 44px;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	font-size: 16px;
	color: #fff;
	padding: 0 22px 0 16px;
	margin-left: 40px;
}

.ywfw-list ul li i {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 50px;
	text-align: center;
	border: solid 3px #E6161E;
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 28px;
	z-index: 1px;
	top: -6px;
	font-size: 30px;
	color: #E6161E;
	font-style: normal;
}

.yewu-value {
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}

.yewu-value ul li {
	padding: 10px;
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
}

.yewu-value ul li img {
	max-width: 100%;
	height: auto;
}

.yewu-value ul li h5 {
	text-align: center;
}

.lc-list {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.lc-list ul li {
	float: left;
	height: 70px;
	width: 172px;
	position: relative;
	margin: 12px 0;
	margin-right: 42px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.lc-list ul li:before {
	background: url(../images/bg2.png) no-repeat;
	width: 30px;
	height: 70px;
	position: absolute;
	right: -28px;
	top: 0;
	content: '';
}

.lc-list ul li span {
	display: block;
	float: right;
	background-color: #008dd7;
	height: 100%;
	line-height: 48px;
	width: 138px;
	margin-left: 40px;
	padding: 11px 0;
	padding-left: 10px;
}

.lc-list ul li.li2 span {
	line-height: 24px;
}

.lc-list ul li i {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border: solid 3px #0195d8;
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 28px;
	z-index: 1;
	top: 7px;
	font-size: 30px;
	color: #0195d8;
	font-style: normal;
}

.lc-picimg {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.lc-picimg img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.fwys-item {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.fwys-pic {
	height: auto;
	overflow: hidden;
}

.fwys-pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.fwys-title {
	font-size: 18px;
	line-height: 44px;
	color: #008dd7;
	position: relative;
	border-bottom: solid 1px #e1e1e1;
	margin-top: 10px;
}

.fwys-title span {
	display: inline-block;
	line-height: 44px;
	float: left;
	padding: 0 10px;
	position: relative;
}

.fwys-title span:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #008dd7;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.fwys-con {
	color: #666;
	padding-top: 12px;
	line-height: 24px;
	padding-left: 18px;
	position: relative;
}

.fwys-con:before {
	position: absolute;
	left: 0;
	top: 16px;
	background: url(../images/tb6.png) center center no-repeat;
	width: 14px;
	height: 14px;
}

.yewu-faq {
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.yewu-faq ul li {
	line-height: 32px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	height: auto;
	overflow: hidden;
}

.yewu-faq ul li span {
	display: block;
	width: calc(100% - 100px);
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.yewu-faq ul li a {
	width: 100px;
	display: inline-block;
	float: right;
	line-height: 32px;
	text-align: center;
	border: 1px solid #2487dd;
	color: #2487dd;
}

.yewu-faq ul li a:hover {
	color: #fff;
	background-color: #2487dd;
}

@media (min-width: 767px) {
	.ywcl-list ul li {
		width: 20%;
	}

	.yewu-value ul li {
		width: 20%;
	}

	.zll-list {
		padding-bottom: 0;
	}

	.zll-list ul li {
		border-left: none;
		border-bottom: none;
		margin: 0;
		width: auto;
	}
}

@media (min-width: 992px) {
	.zll-list ul li:first-child {
		border-left: 1px solid #e1e1e1;
	}

	.ywcl-list ul li {
		width: 20%;
	}
}

.form-group input[type='file'],
.form-group input[type="text"] {
	display: block;
	width: 100%;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #eee;
}

.form-group textarea {
	display: block;
	width: 100%;
	line-height: 25px;
	padding: 6px 15px;
	border: 1px solid #eee;
	height: 90px;
}

.form-group button {
	display: inline-block;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 50px;
	color: #fff;
	text-transform: uppercase;
	background-color: #e94043;
	border: none;
}

.service-bgc1 {
	background-color: #F9F9F9;
}

.service-bgc2 {
	background-color: #fff;
}

.service-head {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.partner-list {
	margin-bottom: 30px;
}

.partner-pic {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.partner-pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.faq-panel {
	height: auto;
	overflow: hidden;
}

.faq-panel .item {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.faq-panel .item .title {
	position: relative;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0 15px;
	line-height: 44px;
	font-size: 16px;
	cursor: pointer;
}

.faq-panel .item .title::before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 15px;
}

.faq-panel .item .title::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 24px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.faq-panel .item .title.on::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	opacity: 0;
	visibility: hidden;
}

.faq-panel .item .title.on {
	color: #e94043;
}

.faq-panel .item .intro {
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-top: 0;
	font-size: 14px;
	line-height: 2;
	display: none;
}

.down-wrap {
	border: 1px solid #ddd;
	padding: 15px 50px 15px 25px;
	background-color: #fff;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.down-wrap a {
	display: block;
}

.down-wrap .title {
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.down-wrap .intro {
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.down-wrap::after {
	font-family: 'iconfont';
	content: "\e6be";
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.down-wrap:hover {
	background-color: #e94043;
}

.down-wrap:hover .title,
.down-wrap:hover .intro {
	color: #fff;
}

.down-wrap:hover::after {
	color: #fff;
}

.aside-sort-list {
	display: none;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	border-top: none;
	border-bottom: none;
}

.aside-sort-list>ul>li {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.aside-sort-list>ul>li>h5 {
	margin: 0;
}

.aside-sort-list>ul>li>h5>a {
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 15px;
}

.aside-sort-list>ul>li>h5>i {
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-right: 0;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	font-size: 14px;
	width: 36px;
	text-align: center;
}

.aside-sort-list>ul>li.active>h5>i,
.aside-sort-list>ul>li.active>h5>a {
	color: #e94043;
}

.aside-sort-list .aside-submenu {
	height: auto;
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
	/* -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; */
}

.aside-sort-list .aside-submenu>li {
	height: auto;
	overflow: hidden;
	font-size: 12px;
}

.aside-sort-list .aside-submenu>li>a {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aside-sort-list .aside-submenu>li>a>i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	font-size: 24px;
}

.aside-sort-list>ul>li.active>.aside-submenu {
	display: block;
}

.aside-sort-list .aside-submenu>li.active a {
	color: #e94043;
}

@media (min-width: 992px) {
	.aside-sort-list {
		display: block !important;
	}
}

/** cookie **/
.warn-cover {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.warn-cover.on {
	opacity: 1;
	visibility: visible;
}

.warn-outer {
	width: 100%;
	max-width: 540px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
}

.warn-inner {
	height: auto;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 1);
	padding: 20px 25px;
	border-radius: 10px;
	position: relative;
}

.warn-logo {
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.warn-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 30px;
}

.warn-title {
	text-align: center;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
}

.warn-info {
	color: #555;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
	text-align: center;
}

.warn-btns {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.warn-btns a {
	display: inline-block;
	flex: 0 0 48%;
	border: 1px solid #fff;
	line-height: 42px;
	text-align: center;
	border-radius: 22px;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
}

.warn-btns a.minor {
	color: #fff;
	background-color: #000;
}

.warn-btns a.adult {
	background-color: #e94043;
	color: #fff;
}

.warn-close {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
}

/*-----蔡新增微调-------------*/
.top_zone {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

#top_zone1 {
	background: #f9f9f9;
}

#top_zone2 {
	color: #ccc;
}

#top_l a {
	/*用于多城市链接*/
	margin-left: 10px;
}

#top_zone2 a {
	color: #ccc;
}

#top_link {
	float: left;
	margin-right: 20px;
}

#top_link a {
	margin-left: 10px;
}

#top_link a i {
	font-size: 18px;
	margin-right: 10px;
}

#footer_lxxx img {
	max-width: 25px;
	height: auto;
	display: block;
	margin-bottom: 0 !important;
}

#footer_lxxx tr td {
	padding-bottom: 10px;
}

/*---分页--*/
.pagination {
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}

.pagination a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0 2px;
}

.pagination .current {
	background: #a9041b;
	border-color: #a9041b;
	color: #FFF;
	font-weight: 700;
}

.pro-relate {
	color: #0077ce;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.owl-dots {
	margin-top: 30px;
}

.owl-pro-inner .owl-controls .owl-nav div {
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	background: #333;
}

.maplist dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.maplist dl dt {
	display: block;
	line-height: 30px;
	background: #f0f0f0;
	font-size: 18px;
	text-indent: 25px;
	font-weight: normal;
}

.maplist dl dd {
	margin-top: 20px;
	padding-left: 30px;
}

.maplist dl dd a {
	margin-right: 30px;
}

.owl-inner-titles {
	margin-top: 10px;
	text-align: center;
}

.downloadlist li a {
	display: block;
}

.downloadlist li i {
	margin-right: 10px;
}

.downloadlist li:hover {
	background: #f0f0f0;
}

.downloadlist li:hover .badge {
	background: #0077ce;
}

.about-pic img {
	max-width: 100%;
	height: auto;
	display: block;
}

footer #footer_lxxx img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.shangxiapian {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed #c8c8c8;
}

.shangxiapian li {
	line-height: 30px;
}

.copyright a,
.websupport a {
	color: #999;
}

.biaoge {
	width: 100%;
	border-collapse: collapse;
}

.biaoge tr td,
.biaoge tr th {
	border: #ccc solid 1px;
	padding: 10px 0 10px 15px;
}

.biaoge tr th,
.biaoge .down_b {
	background: #fff;
}

.biaoge .fa-caret-right {
	margin-right: 10px;
}

.biaoge .fa-cloud-download {
	font-size: 30px;
	margin: 0px auto;
	display: block;
	text-align: center;
	margin-left: -15px;
}

.inproduct-scroll {
	width: 100%;
	height: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-position: top center;
	padding: 0;
}

.inproduct-scroll img {
	max-width: 100%;
	height: auto;
}

.inproduct-scroll video {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border: none;
	margin: 0 auto;
	padding: 0;
}

@media (max-width: 992px) {
	.inproduct-scroll {
		position: relative;
	}
}

.commcov {
	text-align: center;
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.full-product-pic2 {
	height: auto;
	overflow: hidden;
	position: relative;
}

.full-product-pic2 img {
	max-width: 100%;
	height: auto;
}

.full-product-pic2 i {
	display: block;
	position: absolute;
	font-size: 36px;
	z-index: 2;
	opacity: 0;
	background-size: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	top: 20%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
	z-index: 3;
	color: rgba(255, 255, 255, .8);
}

.full-product-item:hover .full-product-pic2 i {
	top: 50%;
	opacity: 1;
}

.full-news-name2 {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	height: 36px;
	margin-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.video-names {
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.video-names img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 50%;
}

.section-REVIEW {
	background-color: #111;
}

.vd-tabwrap {
	height: auto;
	overflow: hidden;
}

.public-head.bai {
	color: #fff;
}

.vd-tabwrap {
	max-width: 1260px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.video-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.video-content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

.video-show {
	display: none;
	position: relative;
}

.video-show.active {
	display: block;
}

.video-show .video-img {
	display: block;
	width: 100%;
	height: 568px;
	border: 1px solid #dc2525;
	background-size: cover;
	border-radius: 0px 3px 3px 3px;
	position: relative;
}

.video-show .video-img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	background: rgba(0, 0, 0, .2);
	z-index: 2;
}

.video-show .title {
	position: absolute;
	bottom: 0;
	bottom: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: 72px;
	background: rgba(0, 0, 0, .7);
	padding: 10px 16px;
	text-align: right;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}

.video-show .title-author {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.video-items {
	padding-left: 20px;
	width: 260px;
	overflow-y: hidden;
}

.video-items li {
	margin-bottom: 12px;
}

.video-items li:last-child {
	margin-bottom: 0;
}

.video-items .video-pic {
	display: block;
	width: 100%;
	height: 104px;
	border: 1px solid #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
	position: relative;
	transition: border .1s ease;
}

.video-items .video-pic:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 2;
}

.video-items .active .video-pic {
	border: 1px solid #dc2525;
}

.video-floor li {
	width: 33.33333%;
	padding: 0 20px;
	float: left;
	position: relative;
}

.video-floor li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.video-floor li a:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.video-floor .title {
	position: absolute;
	/* height: 76px; */
	padding: 10px 0;
	font-size: 26px;
	line-height: 32px;
}

.video-floor .title-author {
	font-weight: bold;
	color: #D8D8D8;
	line-height: 20px;
	font-size: 16px;
}

.video-floor li:last-child {
	margin: 0;
}

.video-floor li img {
	width: 100%;
	transform: scale(1, 1)
}

.video-floor li a:hover img {
	transform: scale(1.1, 1.1)
}

.video-floor li p {
	margin-top: 20px;
}

.video-lists {
	overflow-x: auto;
}

.play {
	position: absolute;
	font-size: 14px;
	z-index: 2;
	background-size: 100%;
	border: 6px solid rgba(255, 255, 255, .6);
	width: 76px;
	height: 76px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.play .icon-triangle {
	color: rgba(255, 255, 255, .8);
	display: block;
	margin-top: 22px;
	text-align: center;
	font-size: 32px;
}

.home-videobox .btn-row {
	text-align: center;
	margin-top: 64px;
}

.home-videobox .btn-row .btn {
	margin: 0 auto;
}

.icon-plays {
	display: inline-block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
	z-index: 3;
	transform: translate(-50%, -50%) scale(0.75);
}

@media (max-width:1023px) {
	.video-floor {
		margin-left: -10px;
		margin-right: -10px;
	}

	.video-floor li {
		padding: 0 10px;
	}

	.video-show .title {
		font-size: 20px;
	}
}

@media (max-width:768px) {
	.home-videobox {
		padding: 60px 0;
	}

	.home-videobox .title {
		margin-bottom: 30px;
	}

	.video-floor li {
		width: 100%;
		margin-bottom: 40px;
	}

	.home-videobox .btn-row {
		margin-top: 40px;
	}

	.video-box {
		display: block;
	}

	.video-items {
		padding-left: 0;
		white-space: nowrap;
		margin-top: 12px;
		width: 100%;
		font-size: 0;
	}

	.video-items li {
		font-size: 16px;
		display: inline-block;
		margin-bottom: 12px;
		margin-right: 4px;
		vertical-align: top;
		width: calc(100% / 3.5);
	}

	.video-show .video-img {
		height: 437px;
		border-radius: initial;
	}

	.video-items .video-pic {
		height: 104px;
	}

	.video-items .video-pic {
		border-radius: initial;
	}
}

@media (max-width: 767px) {
	.video-items li {
		width: calc(100% / 2.5);
		margin-bottom: 0;
	}

	.video-items .video-pic {
		height: 66px;
	}

	.video-show .title {
		font-size: 16px;
		line-height: 1.2;
		height: 52px;
	}

	.title-cons {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.video-show .title-author {
		font-size: 13px;
	}

	.video-show .video-img {
		height: 213px;
	}

	.video-items {
		margin-top: 4px;
	}

	.play {
		transform: translate(-50%, -50%) scale(0.6);
	}
}

.main-850 {
	max-width: 850px;
}

.bec-nobe {
	font-size: 14px;
	line-height: 1.5;
}

.bec-nobe img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.bec-nobe p {
	line-height: 22px;
	margin-bottom: 20px;
}

.bec-nobe b {
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-style-1 {
	margin-top: 32px;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	font-size: 14px;
	width: 100%;
}

.table-style-1 tbody td p span {
	text-decoration: underline;
}

.table-style-1 td {
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.table-style-1 tbody td {
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

.table-style-1 thead td,
.table-style-1 tbody:first-child td {
	height: 44px;
	background: #f0f0f0;
	font-weight: 700;
}

.table-style-1 tbody td li {
	list-style-type: disc;
	margin-left: 16px;
}

.main-1200 {
	max-width: 1300px;
}

.store-map {
	height: auto;
	overflow: hidden;
}

.store-map iframe {
	display: block;
	width: 100%;
	height: 250px !important;
	object-fit: cover;
}

.store-content {
	height: 250px;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.store-content h3 {
	width: 100%;
	font-size: 20px;
}
