@import url("font-awesome.css");

html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}

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: #62715a;
	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: 1620px;
}
@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.container-nav{
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		max-width: 1620px;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
}
.container-1200{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1230px;
}
.container-1620{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1620px;
}

.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: #62715a;
	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: #323436;
	height: auto;
	overflow: hidden;
}
.top-row{
	height: 40px;
	overflow: hidden;
}
.top-warn{
	float: left;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.top-warn a{
	color: #fff;
}
.top-yuyan{
	height: 40px;
	overflow: hidden;
	float: right;
}
.top-yuyan li{
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
}
.top-yuyan li.line{
	margin-left: 10px;
	margin-right: 10px;
}
.top-yuyan li a{
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.top-yuyan li a:hover{
	color: #ec0201;
}

.lang-wrap{
	height: auto;
	position: relative;
	float: right;
	padding: 10px 15px;
}
.open-lang{
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #62715a;
	border-radius: 50%;
	cursor: pointer;
}
.lang-outer{
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.5);
	display: none;
}
/******************
 * 导航   *
 *****************/
.header{
	background-color: rgba(0,0,0,.5);
}
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* first level menu */
.navbar.navbar-default {
	margin: 0px;
	border: none;
	background-color: transparent;
	z-index: 111;
}
.navbar.navbar-default .navbar-nav{
	background-color: transparent;
}
/* 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: auto;
	-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: 10px;
	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: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.main-navigation .navbar-brand{
	padding-top: 13px;
	padding-bottom: 13px;
	height: auto;
}
.main-navigation .navbar-brand img{
	height: 24px;
	-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;

}
/* .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;
}
/**** 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;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar.navbar-default{
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
@media (min-width:992px) {
	.main-navigation .navbar-header{
		float: left !important;
	}
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: block !important;
		float: right;
	}
	.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: left;
	}
	.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;
		margin: 0 5px;
	}
	.navbar-default .navbar-nav > li > a{
		color: #fff;
		line-height: 40px;
		font-size: 12px;
		padding-top: 7px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: transparent!important;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		border-top: 3px solid transparent;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #fff;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-image: url(../images/nav-bg.png);
		border-top-color: #a68768;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	    color: #fff;
		background-image: url(../images/nav-bg.png);
		border-top-color: #a68768;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
	    color: #fff;
		background-image: url(../images/nav-bg.png);
		border-top-color: #a68768;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.main-navigation .navbar-brand img{
		height: 20px;
	}

	.dropdown-menu{
		border: none;
		background-color: rgba(0,0,0,.5);
		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: #fff;
		font-size: 14px;
		border-bottom: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.dropdown-menu > li > a:hover{
		color: #fff !important;
		background-color: #42484E!important;
	}
	.nav .open > a{
		background-color: #fff!important;
		color: #fff;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
		background-color: #42484E;
	}
	

}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-brand {
	    padding-top: 28px;
	    padding-bottom: 28px;
	}
	.main-navigation .navbar-brand img{
		height: 24px;
	}
	.main-navigation .navbar-nav > li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.navbar-default .navbar-nav > li > a{
		padding-top: 17px;
		padding-bottom: 20px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li.line span{
		margin-top: 42px;
	}
}
@media (min-width:1400px) {
	.main-navigation .navbar-brand {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.main-navigation .navbar-brand img{
		height: 40px;
	}
	.main-navigation .navbar-nav > li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.flg-en .main-navigation .navbar-nav > li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.navbar-default .navbar-nav > li.line span{
		margin-top: 47px;
	}
}
@media (min-width:1500px) {
	.main-navigation .navbar-nav > li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
	
	}
}
@media (min-width:1600px) {
	.main-navigation .navbar-nav > li {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@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: #fff;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
		color: #fff;
	}
	.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: #fff;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #a68768;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
	}
	.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: #fff!important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #fff;
		border-color: #fafafa;
		background-color: rgba(0,0,0,.5);
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		
	}
	.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;
	}

}

/******************
 * header - search
 *****************/
.top-search{
	height: auto;
	position: relative;
}
.top-search::before{
	content: '';
	width: 1px;
	height: 12px;
	background-color: #838182;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.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: #fff;
}
.top-search > .btn:focus{
	outline: none;
}
.top-search > .dropdown-menu{
	padding: 15px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 6px 12px rgba(0,0,0,.2);
}
.top-search .search-form{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.top-search .search-form input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: none;
	font-size: 14px;
}
.top-search .search-form button{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #62715a;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.top-search .search-form button i{
	font-size: 30px;
}

.top-lang{
	float: left;
	position: relative;
	margin-right: 20px;
	margin-left: 10px;
}
.top-lang button{
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: none;
	padding: 0;
	background-color: transparent;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
}
.top-lang button i{
	font-size: 24px;
}
.lang-menu{
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
}
.lang-menu li{
	height: auto;
	overflow: hidden;
}
.lang-menu li a{
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #fff;
}
.lang-menu li a.en{
	background-image: url(../images/en2.png);
}
.lang-menu li a.cn{
	background-image: url(../images/cn2.png);
}

@media (min-width:768px) {
	.top-search{
		/* padding-top: 15px;
		padding-bottom: 15px; */
	}
	.top-search > .dropdown-menu{
		min-width: 360px;
	}
	.top-search .has-feedback .form-control{
		padding-right: 40px;
	}
}
@media (min-width:992px) {
	.top-search{
		float: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top-lang{
		padding: 10px 0;
	}
}
@media (min-width:1200px) {
	.top-search{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.top-lang{
		padding: 20px 0;
	}
}
@media (min-width:1400px) {
	.top-search{
		
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #62715a;
}
.foot-rows{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col-item{
	position: relative;
	min-height: 1px;
	width: 100%;
}
.foot-wrap{
	margin-bottom: 0;
}
.foot-title{
	color: #fff;
	font-size: 16px;
	line-height: 47px;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #565759;
	padding-left: 5px;
}
.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{
	overflow: hidden;
}
.foot-list li{
	font-size: 14px;
	line-height: 40px;
}
.foot-list li a{
	color: #c5c5c5;
}
.foot-list li a:hover{
	color: #fff;
}
.foot-contact-info{
	color: #bcbcbc;
	font-size: 15px;
	line-height: 2.5;
	margin-top: 15px;
}
.foot-contact-info a{
	color: #bcbcbc;
	margin-right: 15px;
}
.foot-contact-info a:hover{
	color: #fff;
}
.full-copyright{
	background-color: #222;
	padding: 15px 0;
}
.copyright{
	color: #f7f7f7;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 20px;
	padding: 15px 0;
}
.copyright a{
	color: #f7f7f7;
}
.copyright a:hover{
	color: #fff;
}
.foot-support{
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 2;
}
.foot-support a{
	color: #999;
}
.foot-support a:hover{
	color: #fff;
}
.foot-contact-wrap{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.foot-contact-box{
	width: 64.7%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}
.foot-tel{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.foot-tel a{
	display: inline-block;
	color: #fff;
}
.foot-link{
	height: auto;
	float: right;
	position: relative;
}
.foot-link h5{
	margin: 0;
	color: #fff;
	border: 1px solid #bcbcbc;
	line-height: 48px;
	padding: 0 15px;
	cursor: pointer;
}
.foot-link h5 i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 14px;
}
.foot-link ul{
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,.3);
	bottom: 100%;
	padding: 10px 10px;
	display: none;
}
.foot-link ul li{
	line-height: 30px;
}
.foot-hot-title{
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

.foot-partner{
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	background-color: #101214;
	border-top: 1px solid #404143;
	border-bottom: 1px solid #404143;
}
.foot-partner ul{
	max-width: 1530px;
	margin: 0 auto;
	padding: 0 15px;
}
.foot-partner ul li{
	float: left;
	margin-right: 30px;
}
.foot-partner ul li a{
	display: block;
}
.foot-partner ul li img{
	width: auto;
	height: 36px;
	-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;
}

.click-more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	line-height: 1;
	font-size: 15px;
}
.click-more a{
	color: #999;
}
.click-more a:hover{
	color: #fff;
}

.foot-contact-list{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.foot-contact-list li{
	height: auto;
	overflow: hidden;
	color: #c5c5c5;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding-left: 30px;
}
.foot-contact-list li a{
	color: #c5c5c5;
}
.foot-contact-list li a:hover{
	color: #fff;
}
.foot-contact-list li span{
	font-size: 20px;
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 0;
}
.foot-ali{
	height: auto;
	overflow: hidden;
}
.foot-ali li{
	float: left;
	margin-left: 15px;
}
.foot-ali li img{
	height: 50px;
	width: auto;
}

.foot-top-wrap{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-height: 40px;
}
.foot-wznav-list{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.foot-wznav-list li{
	float: left;
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	line-height: 30px;
}
.foot-wznav-list li a{
	color: #fff;
	font-size: 16px;
}
.foot-lines{
	height: 1px;
	background-color: rgba(255,255,255,.1);
	margin: 40px 0;
}

.foot-about{
	color: #fff;
	line-height: 2;
}

@media (min-width:992px) {
	.foot-title{
		font-size: 16px;
		border-bottom: none;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.foot-title i{
		display: none;
	}
	.foot-inner{
		display: block !important;
	}
	.copyright{
		margin-top: 40px;
		text-align: left;
		padding: 30px 0;
	}
	.foot-contact-wrap{
		margin-top: 0;
	}
	.foot-partner ul li{
		margin-right: 40px;
	}
	.foot-partner ul li img{
		height: 50px;
	}
	.col-item{
		width: auto;
		max-width: 50%;
	}
	
	.foot-ali{
		float: right;
	}
	.foot-contact-list{
		max-width: 360px;
		margin-top: 0;
	}
	
}
@media (min-width:1200px) {
	.foot-title{
		font-size: 18px;
	}
	.foot-partner ul li{
		margin-right: 60px;
	}
	.foot-partner ul li img{
		height: 80px;
	}
	.foot-list li{
		font-size: 16px;
	}
	.foot-top-wrap{
		align-items: center;
		justify-content: space-between;
	}
	.foot-wznav-list{
		margin-top: 0;
	}

}
@media (min-width:1400px) {
	footer{
		padding-top: 40px;
	}
	
}

/******************
 * owl滚动
 *****************/
.my-owl .item .pic{
	 height: auto;
	 overflow: hidden;
 }
.my-owl .item .pic img{
	-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:hover .pic img{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.my-owl .item a{
	display: block;
}

.news-owl-outer{
	padding: 0 2.6vw;
}
.owl-news{
	padding: 0;
	height: auto;
	overflow: hidden;
}
.owl-news .item{
	padding: 0 25px;
	border-right: 1px solid #e5e5e5;
}
.owl-news .item .title{
	color: #222;
	font-size: 16px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	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: #222;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.owl-news .item .box{
	background-color: #fff;
	padding: 15px 15px;
}
.owl-news .item .intro{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	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: #62715a;
}

.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 #62715a;
	color: #62715a;
	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: #62715a;
	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: #62715a;
	transform: scale(1);
}

.owl-relproduct .item .pic{
	border: 1px solid #ddd;
}
.owl-relproduct .item .title{
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}
.rel-product-head{
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	color: #62715a;
	font-weight: bold;
	margin-top: 20px;
}

.loop-case .item{
	height: auto;
	overflow: hidden;
	position: relative;
}
.loop-case .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.loop-case .item .pic{
	height: auto;
	overflow: hidden;
}
.loop-case .item .pic img{
	display: block;
	margin: 0 auto;
	max-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;
}
.owl-carousel.loop-case .owl-item .item .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	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;
}
.owl-carousel.loop-case .owl-item.center .item .cover,
.owl-carousel.loop-case .owl-item .item:hover .cover{
	opacity: 0;
	visibility: hidden;
}
.owl-carousel.loop-case .item:hover .pic img{
	transform: scale(1.1);
}
.owl-carousel.loop-case .owl-controls{
	margin-top: 20px;
}

@media (min-width: 768px) {
	.owl-news .item .title{
		font-size: 18px;
	}
	.owl-news .item .date{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.owl-news .item .title{
		font-size: 20px;
	}
	.owl-news .item .intro{
		font-size: 16px;
	}
	.owl-news .item .date{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	
}


/******************
 * 首页代码
 *****************/
 .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-image: url(../images/product-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.vapo-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.vapo-list li{
	height: auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 15px;
}
.vapo-list li .inner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vapo-list li .pic{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #b0b8ac;
	padding: 8px;
}
.vapo-list li .pic img{
	width: 130px;
	height: 130px;
	display: block;
	margin: 0 auto;
	border-radius: 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;
}
.vapo-list li .inner .cover{
	height: auto;
	overflow: hidden;
	flex: 1;
	padding-left: 30px;
}
.vapo-list li .inner .title{
	font-size: 16px;
	line-height: 1.5;
	height: auto;
	overflow: hidden;
	color: #000000;
}
.vapo-list li .inner .info{
	font-size: 14px;
	margin-top: 5px;
	color: #333;
}
.vapo-list li .inner:hover .pic img{
	transform: rotate(360deg);
}

.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;
}

.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: #62715a;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.section-service{
	background-image: url(../images/service-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.service-flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.service-pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}
.service-pic img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.service-head{
	position: relative;
	margin-bottom: 20px;
}
.service-head h5{
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #a0a0a0;
	text-transform: uppercase;
}
.service-head h2{
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
}
.service-head h3{
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.75;
}
.service-head.white h2,
.service-head.white h3,
.service-head.white h5{
	color: #fff;
}
.service-head.zhuanye h2{
	text-transform: capitalize;
}
.service-head h2 span{
	display: inline-block;
	position: relative;
	padding: 0 125px;
}
.service-head h2 span::before,
.service-head h2 span::after{
	content: '';
	width: 108px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top:50%;
	margin-top: -12px;
}
.service-head h2 span::before{
	background-image: url(../images/tu-l.png);
	left: 0;
}
.service-head h2 span::after{
	background-image: url(../images/tu-r.png);
	right: 0;
}

.support-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.support-list li{
	/* flex: 0 0 50%; */
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.support-list li .item{
	background-color: rgba(255,255,255,.4);
	padding: 30px 15px;
	text-align: center;
}
.support-list li .item .icon{
	height: auto;
	overflow: hidden;
	line-height: 1;
	margin-top: 10px;
}
.support-list li .item .icon i{
	font-size: 48px;
}
.support-list li .item .title{
	font-size: 15px;
	margin-top: 20px;
	text-transform: uppercase;
}
.support-list li .item .info{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.section-about{
	background-color: #fff;
}
.about-flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.about-flex li{
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.about-pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.about-outer{
	height: auto;
	overflow: hidden;
	position: relative;
}
.about-wbname{
	height: auto;
	overflow: hidden;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
}
.about-sml{
	color: #62715a;
	font-size: 14px;
	margin-bottom: 20px;
}
.about-wbname.white{
	color: #fff;
}
.about-intro{
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	font-weight: 200;
}
.about-intro.white{
	color: #fff;
}
.about-intro a{
	color: #333;
}
.about-intro a:hover{
	color: #333;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 15px;
}
.about-more a{
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #62715a;
	border-radius: 50%;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 0 25px;
}
.about-more a i{
	vertical-align: top;
	margin-left: 5px;
	font-size: 14px;
}
.about-more a:hover{
	background-color: #a68768;
}
.about-more.news a{
	color: #fff;
	background-color: #62715a;
}
.section-news{
	background-color: #F5F5F5;
}
.publick-small{
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.public-head{
	text-align: center;
	line-height: 1;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.index-product-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px;
}
.index-product-list li{
	max-width: 220px;
	width: 25%;
	padding: 5px;
}
.index-product-list li a{
	display: block;
}
.index-product-list li .pic{
	height: auto;
	overflow: hidden;
}
.index-product-list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.index-product-list li:hover .pic img{
	transform: scale(1.1);
}

@media (min-width:768px) {
	
	.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;
	}
		
	.vapo-list li .inner .cover{
		padding-left: 20px;
	}
	.vapo-list li .inner .title{
		font-size: 16px;
	}
	.vapo-list li .inner .info{
		font-size: 14px;
		margin-top: 5px;
	}
	.service-head{
		margin-bottom: 30px;
	}
	.service-head h2{
		font-size: 20px;
	}
	.service-head h3{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.service-head h5{
		margin-top: 5px;
	}
	.support-list li .item .info{
		font-size: 16px;
	}
	
	.about-wbname{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.public-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.about-sml{
		font-size: 16px;
	}
	
	

}
@media (min-width:992px) {
	
	.index-product-outer .item .cover .title{
		font-size: 24px;
	}
	.vdplay-btm{
		font-size: 80px;
	}
	
	.service-flex{
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	.service-pic{
		width: 40%;
		padding: 0;
	}
	.vapo-list{
		width: 60%;
		margin-top: 0;
		padding-right: 4vw;
		padding-left: 4vw;
	}
	.vapo-list li{
		margin: 10px 0;
	}
	.vapo-list li .inner .cover{
		padding-left: 25px;
	}
	.vapo-list li .inner .title{
		font-size: 18px;
	}
	.vapo-list li .inner .info{
		font-size: 14px;
		margin-top: 10px;
	}
	.vapo-list li .inner .more{
		font-size: 14px;
		margin-top: 10px;
	}
	.service-head h2{
		font-size: 24px;
	}
	.service-head h3{
		font-size: 18px;
	}
	.service-head h5{
		font-size: 16px;
	}
	.support-list li{
		/* flex: 0 0 25%; */
		width: 25%;
	}
	.about-flex li{
		width: 50%;
	}
	.about-wbname{
		font-size: 24px;
	}
	.about-intro{
		font-size: 14px;
	}
	.public-head{
		font-size: 30px;
		margin-bottom: 35px;
	}
	.about-sml{
		font-size: 20px;
	}

}
@media (min-width:1200px) {
	
	.vapo-list{
		padding-right: 4vw;
		padding-left: 4vw;
	}
	.vapo-list li {
		margin: 15px 0;
	}
	.vapo-list li .inner .cover{
		padding-left: 35px;
	}
	.vapo-list li .inner .title{
		font-size: 20px;
	}
	.vapo-list li .inner .info{
		font-size: 16px;
		margin-top: 10px;
	}
	.vapo-list li .inner .more{
		font-size: 16px;
		margin-top: 10px;
	}
	.service-head h2{
		font-size: 30px;
	}
	.service-head h3{
		font-size: 20px;
	}
	.about-wbname{
		font-size: 30px;
	}
	.about-intro{
		font-size: 16px;
	}
	.about-sml{
		font-size: 24px;
	}
}

@media (min-width:1400px) {
	.vapo-list li {
		margin: 30px 0;
	}
	.vapo-list li .inner .title{
		font-size: 28px;
	}
	.vapo-list li .inner .info{
		font-size: 16px;
	}
	.service-head h2{
		font-size: 36px;
	}
	.service-head h3{
		font-size: 22px;
	}
	.about-wbname{
		font-size: 36px;
	}
	.about-sml{
		font-size: 28px;
	}
	
}
@media (min-width:1600px) {
	.vapo-list{
		padding-right: 7.8125vw;
		padding-left: 4vw;
	}
}

.section-case{
	background-color: #fff;
}
.case-top{
	text-align: center;
	color: #62715a;
	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: #62715a;
	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: #62715a;
	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: #62715a;
}
.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: #62715a;
}
.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: #62715a;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #62715a;
	}
	.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: #62715a;
}

/******************
 * 内页代码,宽屏代码
 *****************/
.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;
	font-size: 16px;
}
.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;
	margin-bottom: 30px;
}
.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: #62715a;
}
.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 #62715a;
}
.full-product-more span i{
	margin-left: 5px;
	color: #62715a;
}
.full-product-sort{
	color: #62715a;
	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: 14px;
	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;
}

.xinwen-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
}
.xinwen-more span{
	display: inline-block;
	color: #fff;
	background-color: #62715a;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
	.xinwen-more{
		text-align: right;
	}
}
@media (min-width: 992px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
	.xinwen-title{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
	.xinwen-title{
		font-size: 20px;
	}
	.xinwen-intro{
		font-size: 16px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.slide-head{
	line-height: 50px;
	color: #fff;
	background-color: #62715a;
	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: #62715a
}
.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: #62715a !important;
}
.white-box-wrap{
	background-color: #FFFFFF;
}
.full-sort-title{
	color: #62715a;
	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: #62715a;
}
.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: #62715a;
	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%;
}
.full-map{
	height: 400px;
	overflow: hidden;
	margin-top: 30px;
}

.contact-team-name{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@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;
	}
	.full-contact-content{
		font-size: 16px;
	}
	.contact-team-name{
		font-size: 24px;
	}
}

.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: #62715a;
	border: none;
}
.service-bgc1{
	background-color: #F9F9F9;
}
.service-bgc2{
	background-color: #fff;
}

.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: #62715a;
}
.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: #62715a;
}
.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-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: #62715a;
}
.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: #62715a;
}
@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: #62715a;
	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;
}
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;
}
.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;
	-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-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-product-item:hover .full-product-pic2 img{
	transform: scale(1.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;
}
.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);
  }
  
}

/******************
 * slick css
 *****************/
.slick-product-outer{
	height: auto;
	overflow: hidden;
	position: relative;
}
.slick-product .slick-list{
	padding: 25px 0;
}
.slick-product .item{
	border: 1px solid #e7e7e7;
	background-color: #f7f7f7;
	height: auto;
	position: relative;
	overflow: visible;
	display: block!important;
	-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;
}
.slick-product .item a{
	display: block;
}
.slick-product .item .pic{
	height: auto;
	overflow: hidden;
}
.slick-product .item .pic img{
	display: block;
	margin: 0 auto;
	max-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;
}
.slick-product .item .title{
	line-height: 40px;
	text-align: center;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}
.slick-product .item span.more{
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	font-size: 30px;
	color: #fff;
	background-color: #62715a;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: 0;
	z-index: 888;
	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;
}
.slick-product .item:hover{
	background-color: #fff;
}
.slick-product .item:hover .pic img{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.slick-product .item:hover span.more{
	bottom: -25px;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 768px) {
	.slick-product .item .title{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.slick-product .item .title{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.slick-product .item .title{
		font-size: 20px;
	}
}
/******************
 * custom
 *****************/
.section-custom{
	background-color: #f9fafc;
	background-image: url(../images/custom-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.custom-outer{
	padding: 0 2.6vw;
}
.custom-list{
	margin-left: -8px;
	margin-left: -8px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.custom-list li{
	padding: 8px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 25%;
}
.custom-list li .item{
	background-color: #fff;
	overflow: hidden;
}
.custom-list li .item a{
	display: block;
}
.custom-list li .item img{
	display: block;
	margin: 0 auto;
	max-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;
}
.custom-list li .item:hover img{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
@media (min-width: 768px) {
	.custom-list li{
		width: 16.666666%;
	}
}
@media (min-width: 992px) {
	.custom-list li{
		width: 14.285714%;
	}
}
@media (min-width: 1200px) {
	.custom-list li{
		width: 14.285714%;
	}
}
/******************
 * contact
 *****************/
.section-contact{
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.contact-intro{
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
	font-size: 14px;
}
.contact-more{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	text-transform: capitalize;
}
.contact-more a{
	display: inline-block;
	color: #fff;
	background-color: #62715a;
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
}
@media (min-width: 768px) {
	.contact-intro{
		font-size: 16px;
	}
	.contact-more{
		margin-top: 20px;
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.contact-intro{
		font-size: 18px;
	}
	.contact-more{
		margin-top: 30px;
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.contact-intro{
		font-size: 20px;
	}
}
/******************
 * socials
 *****************/
.social-list{
	height: auto;
	overflow: hidden;
	padding-left: 30px;
	margin-top: 20px;
}
.social-list li{
	float: left;
	margin-right: 15px;
}
.social-list li a{
	color: #fff;
}
.social-list li span{
	display: inline-block;
	font-size: 30px;
}
/******************
 * in-about
 *****************/
.about-video{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about-video iframe,
.about-video video{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.in-about-wrap{
	height: auto;
	overflow: hidden;
}
.in-about-list{
	height: auto;
	overflow: hidden;
}
.in-about-list li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	align-items: center;
	padding: 10px 0;
	flex-wrap: wrap;
}
.in-about-list li .pic-wrap,
.in-about-list li .about-content-box{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-about-list li .pic-wrap .pic{
	height: auto;
	overflow: hidden;
}
.in-about-list li .pic-wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-about-list li .about-content-box .title{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
.in-about-list li .about-content-box .intro{
	font-size: 14px;
	line-height: 2;
	color: #666;
}

@media (min-width: 768px) {
	.in-about-list li .pic-wrap,
	.in-about-list li .about-content-box{
		width: 50%;
	}
	.in-about-list li:nth-child(2n) .about-content-box{
		order: -1;
	}
}
@media (min-width: 992px) {
	.in-about-list li .about-content-box .title{
		font-size: 20px;
	}
	.in-about-list li .about-content-box .intro{
		font-size: 16px;
	}
}
/******************
 * in-team
 *****************/
.in-team-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.in-team-list li{
	width: 50%;
	padding: 10px 15px;
}
.in-team-list li .item{
	height: auto;
	overflow: hidden;
}
.in-team-list li .item .pic{
	height: auto;
	overflow: hidden;
}
.in-team-list li .item .pic img{
	display: block;
	margin: 0 auto;
	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;
}
.in-team-list li .item .box{
	height: auto;
	overflow: hidden;
	padding: 10px 10px;
	background-color: #1a4be6;
	text-align: center;
	color: #fff;
}
.in-team-list li .item .box .title{
	font-size: 16px;
}
.in-team-list li .item .box .poster{
	font-size: 14px;
}
.in-team-list li .item .email{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
}
.in-team-list li .item .social{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.in-team-list li .item .social a{
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #1a4be6;
	border: 1px solid #1a4be6;
	border-radius: 50%;
	margin: 0 3px;
}
.in-team-list li .item .social a i{
	font-size: 20px;
	vertical-align: middle;
}
.in-team-list li .item:hover .pic img{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-news-tulist{
	height: auto;
	overflow: hidden;
}
.index-news-tulist li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.index-news-tulist li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	max-height: 235px;
	min-height: 150px;
}
.index-news-tulist li .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;
}
.index-news-tulist li .nw-rt{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ded8dc;
	padding-right: 76px;
	position: relative;
	padding-bottom: 20px;
}
.index-news-tulist li .nw-rt .more{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.index-news-tulist li .nw-rt .more a{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid #919b8b;
}
.index-news-tulist li .nw-rt .more a i{
	font-size: 24px;
}
.index-news-tulist li .nw-rt .title{
	color: #62715a;
	font-size: 18px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-news-tulist li .nw-rt .title a{
	color: #62715a;
}
.index-news-tulist li .nw-rt .intro{
	color: #444;
	font-size: 14px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
.index-news-tulist li .nw-rt .date{
	color: #666;
	font-size: 16px;
	margin-top: 15px;
}

.index-news-tulist li:hover .pic img{
	transform: scale(1.1);
}
.index-news-tulist li .nw-rt .more a:hover{
	color: #fff;
	background-color: #919b8b;
}

.section-link{
	padding: 15px 0;
	background-color: #f5f5f5;
}
.foot-links{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.foot-links li{
	height: auto;
	overflow: hidden;
	float: left;
	color: #333;
	margin-right: 10px;
}
.foot-links li a{
	color: #333;
}
.foot-links li img{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
}

@media (min-width: 768px) {
	.in-team-list li{
		width: 25%;
	}
	.index-news-tulist li{
		padding: 15px 0;
		justify-content: space-between;
	}
	.index-news-tulist li .pic{
		width: 40%;
	}
	.index-news-tulist li .nw-rt{
		width: 57%;
	}
	
	
}
@media (min-width: 992px) {
	.in-team-list li{
		width: 20%;
	}
	.in-team-list li .item .box .title{
	 	font-size: 18px;
	}
	.in-team-list li .item .box .poster{
	 	font-size: 14px;
	}
	.index-news-tulist li .nw-rt .title{
		font-size: 24px;
	}
	.index-news-tulist li .nw-rt .intro{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.in-team-list li{
		width: 16.666666%;
	}
	.index-news-tulist li{
		padding: 20px 0;
	}
	.index-news-tulist li .nw-rt .title{
		font-size: 28px;
	}
}