html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-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;
	text-decoration: none;
}
a:hover {
	color: #146f3b;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 15px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
}

/******************
 * 加载
 *****************/
.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.loader {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/load.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -32px 0 0 -32px;
}

/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #33cc33;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}

/******************
 * 顶栏
 *****************/
.full-header{
	height: 36px;
	background-color: #131313;
}
.top-wel{
	float: left;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 14px;
}
.top-right{
	float: right;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #FFFFFF;
	text-align: right;
	font-size: 0;
}
.top-right a{
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.top-right a.tel{
	background-image: url(../images/tel.png);
}
.top-right a.email{
	background-image: url(../images/email.png);
}
.top-right a.cn2{
	background-image: url(../images/cn.png);
}
.top-right a.en2{
	background-image: url(../images/en.png);
}

.lang-bar{
	line-height: 20px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
.lang-bar a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #4d4d4d;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 5px;
}
.lang-bar a.en{
	background-image: url(../images/en.png);
}
.lang-bar a.cn{
	background-image: url(../images/cn.png);
}
@media (min-width:992px) {
	.lang-bar{
		text-align: right;
		margin-bottom: 0px;
	}
}

/******************
 * 导航   *
 *****************/
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.99);
}
/* first level menu */
.navbar.navbar-default {
	margin: 5px 0px;
	border: none;
	background-color: transparent;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 12px;
	color: #4f4f4f;
	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: #146f3b;
	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: #146f3b;
	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: 180px;
	-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: 12px;
	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: #146f3b;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	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;
}
/* 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: #146f3b;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #146f3b;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}
/**** 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{
		
		/*background-color: transparent;
		border-color: transparent;*/
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	/*.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}*/
	/*.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}*/
	/*.main-navigation .navbar-nav {
		float: right;
	}*/
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}
	
	/*.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}*/
	/*.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #33cc33;
	}*/
	.main-navigation .navbar-header{
		float: none !important;
	}
	/*.main-navigation .navbar-header .logo{
		float: left;
	}*/
	/*.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 80px;
	}*/
	/*.main-navigation .navbar-brand img{
		height: 50px;
	}*/
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
/* Medium desktop devices */
@media (min-width:992px) {
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: block !important;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent;
		float: right;
		margin-top: 15px;
	}
	header.fixed .navbar.navbar-default .navbar-nav{
		margin-top: 0;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right;
	}
	.navbar-default .navbar-nav > li{
		float: left;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-left: 6px;
		margin-right: 6px;
		color: #000000;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #146f3b;
	}
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand{
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 15px;
		height: 86px;
	}
	header.fixed .main-navigation .navbar-brand{
		height: 60px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.main-navigation .navbar-brand img{
		height: 60px;
	}
	.dropdown-menu{
		border: none;
		background-color: rgba(245,245,245,0.9);
	}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/*.main-navigation .navbar-brand{
		height: 86px;
	}*/
	.main-navigation .navbar-brand img{
		height: 60px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 8px;
		margin-right: 8px;
	}
}
@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: #146f3b;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #146f3b;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.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: #146f3b;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #666666;
		border-color: #fafafa;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #146f3b;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
}
/******************
 * 顶部弹出搜索表单
 *****************/
.top-search > .btn{
	border: none;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0px;
	line-height: 40px;
	box-shadow: none;
}
.top-search > .btn:focus{
	outline: none;
}
.top-search > .dropdown-menu{
	padding: 15px;
	background-color: #fcfcfc !important;
}
.top-search .dropdown-menu .form-group{
	margin-bottom: 0px;
}
.top-search .dropdown-menu .form-group .form-control-feedback{
	line-height: 34px !important;
}
.top-search .dropdown-menu .form-group .form-control:focus{
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}
@media (min-width:768px) {
	.top-search{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.top-search > .dropdown-menu{
		min-width: 260px;
	}
	.top-search .has-feedback .form-control{
		padding-right: 40px;
	}
}
@media (min-width:992px) {
	.top-search{
		padding-top: 5px;
		padding-bottom: 10px;
	}
}
@media (min-width:1200px) {
	.top-search{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权 
 *****************/
footer{
	display: block;
	padding: 15px 0;
	background-color: #e9e9e9;
	border-top: 1px solid #a8a8a8;
}
.sign-top{
	text-align: left;
	color: #424242;
	font-size: 14px;
	text-transform: uppercase;
}
.col-foot-x1,
.col-foot-x2,
.col-foot-x3,
.col-foot-x4,
.col-foot-x5,
.col-foot-x6{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-foot-x1,
.col-foot-x3{
	width: 50%;
}
.col-foot-x4,
.col-foot-x6{
	width: 50%;
}

.foot-wrap{
	margin-bottom: 15px;
}
.foot-title{
	color: #1f1f1f;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.foot-list{
	overflow: hidden;
}
.foot-list li{
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.2;
}
.foot-list li a{
	color: #323232;
}
.foot-list li a:hover{
	color: #146f3b;
}
.foot-contact-info{
	font-size: 14px;
	line-height: 1.75;
	color: #636363;
	word-break: break-all;
}
.foot-social{
	margin-top: 0px;
}
.foot-social ul li{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.foot-social ul li a{
	color: #7f7f7f;
}
.foot-social ul li a:hover{
	color: #146f3b;
}
.foot-social ul li i{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #3c9261;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: 5px;
}
/*.foot-social ul li.facebook a{
	background-color: #5679bd;
}
.foot-social ul li.twitter a{
	background-color: #7ec5db;
}
.foot-social ul li.youtube a{
	background-color: #f25824;
}
.foot-social ul li.googleplus a{
	background-color: #e35040;
}
.foot-social ul li.linkedin a{
	background-color: #457d9e;
}
.foot-social ul li.instagram a{
	background-color: #cbb891;
}*/
.full-copyright{
	background-color: #FFFFFF;
	padding: 12px 0;
}
.copyright{
	color: #7c7c7c;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
	margin-top: 25px;
}
.web-support{
	text-align: right;
	font-size: 14px;
	line-height: 1.45;
}
.web-support a{
	color: #5c5c5c;
}
.web-support a:hover{
	color: #33cc33;
}
.sign-wrap{
	overflow: hidden;
}
.sign-form{
	width: 100%;
	margin: 10px auto;
	position: relative;
	margin-top: 10px;
}
.sign-form input{
	display: block;
	width: 100%;
	padding: 0 10px 0 30px;
	height: 32px;
	line-height: 32px;
	border: none;
	background-color: #FFFFFF;
	font-size: 12px;
	border: none;
	color: #ADADAD;
}
.sign-form button{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #33CC33;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0;
	width: 100px;
	margin-top: 10px;
}
.sign-form button:hover,
.sign-form button:focus{
	color: #FFFFFF;
}
.sign-mail{
	color: #146f3b;
	font-size: 16px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.sign-tel{
	color: #424242;
	font-size: 16px;
}
@media (min-width:768px) {
	footer{
		padding: 30px 0;
	}
	.sign-top{
		font-size: 16px;
	}
	.sign-tel{
		font-size: 30px;
	}
	.col-foot-x1{
		width: 33.333%;
	}
	.col-foot-x2{
		width: 25%;
	}
	.col-foot-x3{
		width: 33.333%;
	}
	.col-foot-x4{
		width: 33.333%;
	}
	/*.col-foot-x5{
		width: 12%;
	}*/
	.col-foot-x6{
		width: 100%;
	}
	
	.foot-title{
		font-size: 16px;
	}
	.foot-list li{
		font-size: 13px;
	}
	.foot-wechat{
		width: 80px;
		float: left;
	}
	.foot-wechat img{
		border: 1px solid #EEEEEE;
	}
	.foot-contact-wrap{
		margin-left: 90px;
	}
}
@media (min-width:992px) {
	.col-foot-x1{
		width: 14%;
	}
	.col-foot-x2{
		width: 18%;
	}
	.col-foot-x3{
		width: 16%;
	}
	.col-foot-x4{
		width: 14%;
	}
	.col-foot-x5{
		width: 12%;
	}
	.col-foot-x6{
		width: 26%;
	}
	.foot-line-has{
		background-image: url(../images/x_03.png);
	}
	.copyright{
		text-align: left;
	}
	.sign-tel{
		font-size: 30px;
	}
}
@media (min-width:1200px) {
	.col-foot-x1{
		width: 17.5%;
	}
	.col-foot-x2{
		width: 18%;
	}
	.col-foot-x3{
		width: 17.5%;
	}
	.col-foot-x4{
		width: 17.5%;
	}
	.col-foot-x5{
		width: 17.5%;
	}
	.col-foot-x6{
		width: 30%;
	}
	.foot-wechat{
		width: 120px;
	}
	.foot-contact-wrap{
		margin-left: 130px;
	}
	.sign-tel{
		font-size: 30px;
	}
}
/******************
 * owl滚动 
 *****************/
.owl-wrap{
	overflow: hidden;
}
.owl-wrap a{
	display: block;
}
.owl-pic{
	overflow: hidden;
}
.owl-title{
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 16px;
}
.owl-carousel .owl-stage-outer{
	z-index: 15;
}
.owl-zs .owl-controls{
	position: relative;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.owl-zs.owl-theme .owl-controls .owl-nav div{
	width: 20px;
	height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0px;
	background-color: #939393;
	text-align: center;
	line-height: 30px;
	margin: 0px;
	position: absolute;
	top: 0;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/prev.png);
	left: 50%;
	margin-left: -25px;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/next.png);
	right: 50%;
	margin-right: -25px;
}
@media (min-width:768px) {
	.owl-zs .owl-controls{
		width: 100%;
		position: absolute;
		left: 0px;
		top: 40%;
		margin-top: -15px;
		z-index: 10;
	}
	.owl-zs.owl-theme .owl-controls .owl-nav div.owl-prev{
		left: -30px;
	}
	.owl-zs.owl-theme .owl-controls .owl-nav div.owl-next{
		right: -30px;
	}
}
/******************
 * 首页代码 
 *****************/
.new-pro-top{
	text-align: center;
	color: #00a7e1;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.new-pro-top:after{
	width: 120px;
	height: 3px;
	background-color: #00A7E1;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -2px;
}
.new-pro-sml{
	text-align: center;
	color: #000000;
	font-size: 12px;
	margin-bottom: 30px;
}
.pro-box{
	margin-bottom: 30px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	padding: 20px;
	margin-top: 20px;
}
.pro-box a{
	display: block;
}
.pro-img{
	overflow: hidden;
}
.pro-box: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:translate3d(0, -5px, 0);
	-moz-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);;
	transform:translate3d(0, -5px, 0);
}
.pro-name{
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
.pro-intro{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
	overflow: hidden;
	max-height: 60px;
}
.cate-box{
	overflow: hidden;
	margin-top: 20px;
}
.cate-name{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
@media (min-width:768px) {
	.new-pro-top{
		font-size: 30px;
	}
	.new-pro-sml{
		font-size: 16px;
	}
	.cate-name{
		font-size: 18px;
	}
	.pro-name{
		font-size: 16px;
	}
	.pro-intro{
		font-size: 14px;
	}
}

.full-about{
	padding: 30px 0;
	background-color: #f8f8f8;
}
.about-top{
	text-align: center;
	color: #00a7e1;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.about-top:after{
	width: 120px;
	height: 3px;
	background-color: #00a7e1;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -2px;
}
.about-sml{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 15px;
	text-transform: uppercase;
}
.about-intro{
	margin-top: 15px;
	color: #585858;
	font-size: 12px;
	line-height: 1.75;
}
.about-more{
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.about-more a{
	display: inline-block;
	color: #656565;
	padding: 8px 20px;
	border: 1px solid #8e8e8e;
}
.about-more a:hover{
	color: #FFFFFF;
	background-color: #00a7e1;
	border-color: #00a7e1;
	padding-left: 30px;
	padding-right: 30px;
}
.about-img{
	overflow: hidden;
	margin-bottom: 20px;
}
.about-wbname{
	color: #000000;
	font-size: 16px;
}
@media (min-width: 768px ) {
	.about-top{
		font-size: 36px;
	}
	.about-sml{
		font-size: 18px;
	}
	.about-intro{
		font-size: 16px;
	}
	.about-wbname{
		font-size: 24px;
	}
}
.section-case{
	padding: 30px 0;
	background-color: #FFFFFF;
}
.case-top{
	text-align: center;
	color: #00a7e1;
	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: #00a7e1;
	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;
	}
}
.full-newsmg{
	padding: 40px 0;
	background-color: #2a5286;
	margin-top: 15px;
	background-image: url(../images/j_50.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.news-rights{
	padding: 15px;
	background-color: rgba(0,0,0,.4);
}
@media (min-width: 992px){
	.news-rights{
		width: 60%;
		float: right;
		padding: 25px 30px;
		
	}
}

.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;
}
@media (min-width: 768px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 992px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 1200px){
	.part-list ul li{
		width: 14.285714%;
	}
}
.full-link{
	width: 100%;
	padding: 10px 0;
	background-color: #00a7e1;
}
.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;
}

.section-gray{
	background-color: #f1eff0;
}
/** 首页分类 **/
.tboxab{
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 15px 0;
}
.tboxab a{
	display: block;
}
.kjdimgs{
	height: auto;
	overflow: hidden;
}
.kjdimgs img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.kdjaoe{
	display: inline-block;
	position: absolute;
	top: 30%;
	right: 0;
	background-color: rgba(20,111,59,0.7);
	padding: 15px 30px 15px 15px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.kdjaoe span{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
}
.kdjaoe p{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 0;
}
.tboxab:hover .kdjaoe{
	padding-right: 80px;
}

.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;
}
/** 首页新闻 **/
.news-big{
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
}
.news-smls{
	color: #FFFFFF;
	font-size: 12px;
}
.news-top{
	color: #414141;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 20px;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.news-top:before,
.news-top:after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
}
.news-top:before{
	background-color: #bebebe;
	bottom: 1px;
}
.news-top:after{
	background-color: #FFFFFF;
	bottom: 0px;
}
.news-index-list{
	overflow: hidden;
	margin-top: 20px;
}
.news-index-list ul li{
	margin-bottom: 15px;
	background-color: transparent;
	padding: 10px;
}
.all-date{
	display: inline-block;
	float: left;
	width: 100px;
	height: 90px;
	background-color: transparent;
	border-right: 1px solid #FFFFFF;
}
.all-day{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 1;
	margin-top: 10px;
}
.all-year-month{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 5px;
	line-height: 1;
}
.news-list-rt{
	overflow: hidden;
}
.news-list-rt a{
	display: block;
}
.news-ttl{
	font-size: 14px;
	color: #FFFFFF;
}
.news-intro{
	color: #EEEEEE;
	font-size: 12px;
	max-height: 60px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.icon-img1{
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.news-big{
		font-size: 40px;
	}
	.news-smls{
		font-size: 18px;
	}
	.news-top{
		font-size: 30px;
	}
	.news-list-rt{
		margin-left: 120px;
	}
	.news-ttl{
		font-size: 14px;
	}
	.icon-img1{
		margin-bottom: 0px;
	}
}
@media (min-width:992px) {
	.news-ttl{
		font-size: 18px;
	}
}
/** 首页产品列表 **/
.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;
}
/** 首页视频 **/
.video-top{
	text-align: center;
	color: #2c2c2c;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 20px;
	position: relative;
	padding-bottom: 10px;
}
.video-top:after{
	width: 60px;
	height: 2px;
	background-color: #909090;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0px;
}
.video-wrap{
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.video-wrap a{
	display: block;
	color: #999999;
}
.video-wrap a:hover{
	color: #E67817;
}
.video-pic{
	overflow: hidden;
	position: relative;
}
.video-name{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 15px;
}
.video-over{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
}
.video-table{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.video-tabcel{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.video-tabcel i{
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.section-video{
	padding-bottom: 30px;
}
.video-index-play{
	overflow: hidden;
	position: relative;
	background-image: url(../images/d_07.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 200px;
}
.vd-play-top{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 20px;
}
.vd-play-sml{
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 10px;
	padding: 0 30px;
}
.vd-play-open{
	text-align: center;
	color: #00A7E1;
	font-size: 14px;
	margin-top: 30px;
}
.vd-play-open span{
	display: inline-block;
	padding: 8px 20px;
	border: 2px solid #00A7E1;
	cursor: pointer;
}
.index-video-toplay{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 4;
}
@media (min-width:768px) {
	.video-top{
		font-size: 30px;
	}
	.video-index-play{
		height: 300px;
	}
	.vd-play-top{
		font-size: 24px;
		padding-top: 20px;
	}
}
@media (min-width:992px) {
	.video-index-play{
		height: 400px;
	}
	.vd-play-top{
		font-size: 30px;
		padding-top: 30px;
	}
}
@media (min-width:1200px) {
	.video-index-play{
		height: 450px;
	}
	.vd-play-top{
		font-size: 36px;
		padding-top: 40px;
	}
}

/*** grid css ***/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em; 
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */

/******************
 * 内页代码 
 *****************/
/* 内页Banner */
.inner-banner{
	width: 100%;
}
.inner-banner img {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 1s ease;
    cursor: pointer;
}
.section-inner{
	background-color: #f5f5f5;
	padding:30px 0;
}
/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #146f3b;
}
.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: #F9F9F9;
	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: #3c9261;
}
.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: #3c9261;
}
.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: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px 0;
	background-color: #FFFFFF;
}
.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: #146f3b;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
	padding: 15px 0;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 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: #146f3b;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #146f3b;
	}
	.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 */
}

.photo-box{
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-pic{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.photo-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.photo-title{
	text-align: center;
	height: 45px;
	line-height: 45px;
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}

.full-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: 30px;
	padding: 10px;
	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;
  	border: 1px solid #EEEEEE;
  	padding: 10px;
}
.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-item a{
	display: block;
}
.full-product-name{
	text-align: left;
	font-size: 20px;
	padding-top: 5px;
}
.full-product-brief{
	text-align: left;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	line-height: 24px;
}
.full-product-sort{
	color: #E67817;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.full-product-intro{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.product-to-buy{
	margin-top: 40px;
	font-size: 0;
}
.product-to-buy a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #ED1B24;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
.full-news-name{
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-brief{
	font-size: 12px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}
.full-news-time{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}
.full-news-time span{
	display: inline-block;
}
.full-news-time span i{
	padding-right: 5px;
}
.full-news-time span.news-time-left{
	float: left;
}
.full-news-time span.clicks{
	float: right;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.full-sort-list{
	position: relative;
}
.full-sort-list ul li{
	float: left;
	display: inline-block;
	margin: 5px 15px 5px 0;
}
.full-sort-list ul li a{
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 10px 30px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FFFFFF;
	background-color: #ed1b24;
	border-color: #ED1B24;
}
.white-box-wrap{
	background-color: #FFFFFF;
}
.full-sort-title{
	color: #000000;
	font-size: 30px;
	text-align: center;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 40px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.full-content-title{
	text-align: center;
	color: #333;
	font-size: 20px;
}
.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;
}

.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: #00a7e1;
	font-size: 16px;
}
.cmdb-tabcel h4{
	color: #FFFFFF;
	margin-top: 10px;
}
.cmdb-wap:hover .cmdb-over{
	opacity: 1;
	background-color: rgba(0,167,225,0.5);
}
#cmdb.row{
	margin-left: -8px;
	margin-right: -8px;
}
.item-cmdb-1,
.item-cmdb-2{
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-cmdb-1{
	width: 100%;
}
.item-cmdb-2{
	width: 100%;
}
@media (min-width: 768px) {
	.item-cmdb-1{
		width: 56%;
	}
	.item-cmdb-2{
		width: 44%;
	}
}


.faq-list{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.faq-list ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;
}
.faq-list ul li i{
	padding-right: 10px;
}

.content-tiakee{
	text-align: center;
	color: #333333;
	font-size: 24px;
}
.xinwesj{
	text-align: center;
	color: #666666;
	font-size: 12px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 25px;
	padding-bottom: 20px;
	margin-top: 5px;
}

 /*---分页--*/
.pages-num{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#3c9261;
	border-color:#3c9261;
	color:#FFF;
	font-weight:700;
}
.sigle-content *:before,.sigle-content *:after{
	display:inline!important;
}
.about-img img,.foot-wechat img{
	max-width:100%;
	height:auto;
	display:block;

}


.xxxxmmmm{
background-color:#fff;
padding:20px;
}

.lg-en{
	display: inline-block;
	float: right;
	height: 30px;
	line-height: 30px;
	margin-top: 28px;
	margin-left: 5px;
}
.lg-en a{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.lg-en a.en{
	
}
.lg-en a.cn{
	
}

.in-case-list{
	height: auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 25px;
}
.in-case-list li{
	width: 50%;
	height: auto;
	overflow: hidden;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.in-case-list li .wrap{
	height: auto;
	overflow: hidden;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-case-list li .wrap a{
	display: block;
	width: 100%;
	height: 100%;
}
.in-case-list li .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.in-case-list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.in-case-list li .title{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.in-case-list li .brief{
	color: #555;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	line-height: 25px;
	max-height: 75px;
}

@media (min-width: 992px) {
	.lg-en{
		margin-top: 25px;
	}
	header.fixed .lg-en{
		margin-top: 10px;
	}
	.in-case-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-case-list li{
		width: 33.333333%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.in-case-list li .title{
		font-size: 16px;
	}
	.in-case-list li .brief{
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.lg-en{
		margin-top: 28px;
	}
	header.fixed .lg-en{
		margin-top: 15px;
	}
}

.full-product-item-xin{
	height: auto;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
}
.full-product-item-xin a{
	display: block;
}