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: #c00;
	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;
}

/******************
 * 顶栏
 *****************/
.lang-bar{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lang-bar a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #4d4d4d;
	padding-left: 25px;
	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;
	}
}

/******************
 * 导航   *
 *****************/
/**电脑端 **/
.nav-full-pc{
	display: none;
}

.search-wrap{
	width: 100%;
	height: 120px;
	background-color: #000;
	position: fixed;
	z-index: 999;
	top: -120px;
	left: 0;
	transition: all 0.2s;
}
#search-close{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	margin-top: 5px;
	position: absolute;
	top: 42px;
	right: 20px;
}
.search-overlay{
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	background: transparent;
	background: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	transition: all 0.5s;
}
.search-logo{
	display: inline-block;
	height: 61px;
	width: 145px;
	position: absolute;
	left: 30px;
	top: 30px;
}
.search-form{
	width: 180px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}
.search-form input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	border: none;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



@media (min-width:992px) {
	.nav-full-pc{
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 28px 0;
		background-color: #000302;
	}
	.navMain-pc{
		width: 990px;
		height: 61px;
		margin: 0 auto;
		position: relative;
	}
	.navbar-pc{
		display: inline-block;
	}
	.navbar-pc li{
		float: left;
		text-align: center;
		display: inline-block;
		margin: 0 18px;
	}
	.navbar-pc li a{
		color: #FFFFFF;
		font-size: 14px;
		line-height: 59px;
		display: inline-block;
		padding: 0 5px;
		border-bottom: 2px solid transparent;
		text-transform: uppercase;
	}
	.navbar-pc li a:hover,
	.navbar-pc li a.active{
		border-bottom-color: #FFFFFF;
	}
	.navbar-pc li.logo a{
		display: block;
		border-bottom: none;
		height: 61px;
	}
	#search-open{
		display: inline-block;
		width: 22px;
		height: 22px;
		text-align: center;
		line-height: 22px;
		color: #FFFFFF;
		font-size: 14px;
		position: absolute;
		top: 18px;
		right: 50px;
		cursor: pointer;
		z-index: 99;
	}
	.lg-pc{
		display: inline-block;
		width: 22px;
		height: 22px;
		text-align: center;
		line-height: 22px;
		color: #FFFFFF;
		font-size: 14px;
		text-transform: uppercase;
		position: absolute;
		top: 18px;
		right: 15px;
	}
	.lg-pc a{
		display: block;
		color: #FFFFFF;
	}
	.search-form{
		width: 400px;
	}
	.mega-row{
		width: 990px;
		padding: 15px;
		background-color: #FFFFFF;
		box-shadow: 0 3px 6px rgba(255,255,255,0.8);
		-webkit-box-shadow: 0 3px 6px rgba(255,255,255,0.8);
		position: absolute;
		top: 60px;
		left: 0;
		height: auto;
		overflow: hidden;
		z-index: 999;
		display: none;
	}
	.navbar-pc li:hover .mega-row{
		display: block;
	}
	.sub-nav-name{
		text-align: center;
		border-bottom: 1px solid #DDDDDD;
	}
	.sub-nav-name a{
		display: inline-block;
		color: #f15a26 !important;
		height: 34px !important;
		line-height: 30px !important;
		font-size: 16px !important;
	}
	.sub-nav-product-list{
		position: relative;
		overflow: hidden;
	}
	.sub-nav-product-list ul li{
		width: 9%;
		float: left;
		margin: 10px 0.5%;
	}
	.sub-nav-product-list ul li a{
		display: block;
		padding: 0 !important;
		margin: 0 !important;
	}
	.sub-nav-product-list ul li .item-nav-product{
		overflow: hidden;
		position: relative;
		border: 1px solid #DDDDDD;
	}
	.sub-nav-product-list ul li .item-nav-product img{
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.item-nav-product-title{
		margin-top: 5px;
		font-size: 12px !important;
		line-height: 15px !important;
		color: #000000;
		max-height: 30px;
		overflow: hidden;
	}
	.sub-nav-product-list ul li:hover .item-nav-product{
		border-color: #f15a26;
	}
	
	.navbar-pc li.about-pos{
		position: relative;
		z-index: 99;
	}
	.menu-about{
		width: 180px;
		position: absolute;
		left: 50%;
		margin-left: -90px;
		top: 60px;
		background-color: #fff;
		display: none;
	}
	.menu-about ul li{
		border-bottom: 1px solid #DDDDDD;
		margin: 0;
		display: block;
		float: none;
		text-align: left;
	}
	.menu-about ul li a{
		display: block;
		color: #555555;
		font-size: 14px;
		padding: 0 0 0 15px;
		border-bottom: none;
		line-height: 44px;
		text-transform: none;
	}
	.menu-about ul li a:hover{
		color: #f15a26;
	}
	.navbar-pc li.about-pos:hover .menu-about{
		display: block;
	}
}
@media (min-width:1200px) {
	.navbar-pc li{
		margin: 0 18px;
	}
	.navbar-pc li a{
		font-size: 16px;
	}
	#search-open{
		right: 0px;
	}
	.lg-pc{
		right: -35px;
	}
}

/** mobile css code **/

#secrch-open-ms{
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	top: 14px;
	left: 20px;
	cursor: pointer;
	z-index: 99;
}
.lg-mobile{
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	top: 14px;
	right: 60px;
}
.lg-mobile a{
	color: #FFFFFF;
}

.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* first level menu */
.main-navigation{
	background-color: #000302;
}
.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: #c00;
	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: #c00;
	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: #33cc33;
	border-bottom-color: #33CC33;
}
/* 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: #FFFFFF;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #FFFFFF;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	float: none;
	margin: 0 auto !important;
	display: block;
}
.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;
		margin-right: 0px;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
/* Medium desktop devices */
@media (min-width:992px) {
	.main-navigation{
		display: none;
	}
	.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;
	}
	.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: 3px;
		padding-right: 3px;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-left: 6px;
		margin-right: 6px;
		border-bottom: 1px solid transparent;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #33cc33;
		border-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: 100px;
	}
	.main-navigation .navbar-brand img{
		height: 70px;
	}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-brand{
		height: 100px;
	}
	.main-navigation .navbar-brand img{
		height: 70px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@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: #c00;
		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: #c00;
		-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: #c00;
	}
	.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: #c00;
	}
	.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: #282828;
}
.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-x2,
.col-foot-x3,
.col-foot-x6{
	width: 50%;
}
.col-foot-x4,
.col-foot-x5{
	width: 100%;
}
.foot-wrap{
	margin-bottom: 15px;
}
.foot-title{
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.foot-list{
	overflow: hidden;
}
.foot-list li{
	padding: 4px 0;
	font-size: 12px;
	line-height: 1.2;
}
.foot-list li a{
	color: #838383;
}
.foot-list li a:hover{
	color: #fff;
}
.foot-contact{
	overflow: hidden;
	position: relative;
}
.foot-contact-info{
	font-size: 12px;
	line-height: 1.75;
	color: #838383;
}
.foot-contact-info a{
	color: #838383;
}
.foot-contact-info a:hover {
	color: #FFFFFF;
}
.foot-social{
	margin-top: 15px;
}
.foot-social ul li{
	display: inline-block;
	float: left;
	font-size: 20px;
	margin-right: 6px;
	margin-top: 6px;
}
.foot-social ul li a{
	color: #7b7b7b;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.foot-social ul li a:hover{
	color: #FFFFFF;
}
.copyright{
	margin-top: 20px;
	padding-top: 15px;
	color: #616161;
	font-size: 15px;
	line-height: 1.45;
	text-align: center;
	border-top: 1px solid #3a3a3a;
}
.under-18age{
	text-align: center;
	margin-top: 15px;
}
.under-18age img{
	max-width: 100%;
	height: auto;
}
.web-support{
	text-align: right;
	font-size: 14px;
	line-height: 1.45;
}
.web-support a{
	color: #5c5c5c;
}
.web-support a:hover{
	color: #33cc33;
}
@media (min-width:768px) {
	footer{
		padding: 30px 0;
	}
	.col-foot-x1,
	.col-foot-x2,
	.col-foot-x3,
	.col-foot-x6{
		width: 25%;
	}
	.col-foot-x4,
	.col-foot-x5{
		width: 50%;
	}
	.foot-wrap{
		min-height: 170px;
	}
	.foot-title{
		font-size: 16px;
	}
	.foot-list li{
		font-size: 13px;
	}
}
@media (min-width:992px) {
	.col-foot-x1,
	.col-foot-x2,
	.col-foot-x3,
	.col-foot-x6{
		width: 18%;
	}
	.foot-wrap{
		margin-bottom: 0px;
	}
	.col-foot-x5{
		width: 28%;
	}
	.foot-line-has{
		background-image: url(../images/x_03.png);
	}
}
@media (min-width:1200px) {
	.col-foot-x1,
	.col-foot-x2,
	.col-foot-x3,
	.col-foot-x6{
		width: 11.25%;
	}
	.col-foot-x4{
		width: 25%;
		padding-right:5%;
	}
	.col-foot-x5{
		width: 30%;
	}
}
/******************
 * 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;
	}
}
/******************
 * 首页代码 
 *****************/

/** index css code of about and video **/
.section-about-video{
	background-color: #ffffff;
	color: #FFFFFF;
}
.index-about-head{
	color: #FFFFFF;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.index-about-brief{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2;
}
.index-about-honnor{
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 25px;
}
.index-about-honnor img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.index-video-outwrap{
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	z-index: 1;
}
.index-video-img{
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.index-video-img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.index-video-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.45);
	z-index: 3;
}
.index-video-play{
	width: 50px;
	height: 50px;
	position: relative;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
}
.index-video-play img{
	display: block;
	max-width: 100%;
	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) {
	.index-about-head{
		font-size: 24px;
	}
}
@media (min-width:992px) {
	.index-about-head{
		font-size: 30px;
	}
}

/** hot product **/
.section-hot-product{
	background-color: #FFFFFF;
}
.index-hot-product-head{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: capitalize;
}
.index-hot-product-small {
	text-align: center;
	color: #c8c8c8;
	font-size: 14px;
	margin-top: 5px;
}

.slideTxtBox{
	width: 90%;
	margin: 40px auto 0 auto; 
	position: relative;
}
.slideTxtBox .hd{
	position:relative;
	height: auto;
	overflow: hidden;
	display: none;
}
.slideTxtBox .hd ul li{
	color: #FFFFFF;
	font-size: 14px;
	width: 20%;
	float:left;
	cursor:pointer;
	text-align: center;
	line-height: 40px;
	border-bottom: 2px solid #c8c8c8;
	padding-bottom: 4px;
}
.slideTxtBox .hd ul li.on{
	color: #f9d536;
	border-bottom-color: #f9d536;
}

.slideTxtBox .bd{
	margin-top: 25px;
}
.index-hot-product-pic{
	min-height: 1px;
	position: relative;
	width: 100%;
	padding: 0 15px;
	float: left;
}
.index-hot-product-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.index-hot-product-pic a{
	display: block;
	height: inherit;
}
.index-hot-product-rightBox{
	min-height: 1px;
	position: relative;
	width: 100%;
	padding: 0 15px;
	float: left;
}
.index-hot-product-title{
	color: #DDDDDD;
	font-size: 24px;
	padding-top: 20px;
}
.index-hot-product-brief{
	color: #a3a3a3;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
	height: 90px;
	overflow: hidden;
}
.index-hot-product-more{
	margin-top: 15px;
}
.index-hot-product-more a{
	color: #F9D536;
	font-size: 14px;
	text-transform: capitalize;
}

.slideTxtBox a.next,
.slideTxtBox a.prev{
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #545756;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	position: absolute;
	top: 30%;
	z-index: 99;
}
.slideTxtBox a.next{
	left: -20px;
}
.slideTxtBox a.prev{
	right: -20px;
}
.slideTxtBox a.prev.prevStop{
	color: #888;
	cursor: default;
}
.slideTxtBox a.next.nextStop{
	color: #888;
	cursor: default;
}

@media (min-width:768px) {
	.index-hot-product-head{
		font-size: 24px;
	}
	.slideTxtBox{
		width: 750px;
	}
	.slideTxtBox .hd{
		display: block;
	}
	.index-hot-product-pic{
		width: 50%;
	}
	.index-hot-product-rightBox{
		width: 50%;
	}
	.index-hot-product-brief{
		height: 180px;
		margin-top: 40px;
	}
	.index-hot-product-more {
		margin-top: 40px;
	}
	.slideTxtBox a.next,
	.slideTxtBox a.prev{
		display: none;
	}
}
@media (min-width:992px) {
	.index-hot-product-head{
		font-size: 30px;
	}
	.slideTxtBox{
		width: 900px;
	}
}

/** new product **/
.section-new-product{
	background-color: #FFFFFF;
}
.index-new-product-head{
	text-align: center;
	color: #333;
	font-size: 20px;
	text-transform: capitalize;
}
.index-new-product-small{
	text-align: center;
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}
.index-new-product-wrap{
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.index-new-product-wrap a{
	display: block;
	height: inherit;
}
.index-new-product-img{
	overflow: hidden;
	position: relative;
}
.index-new-product-img img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.index-new-product-title{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
}
.index-new-product-brief{
	margin-top: 10px;
	color: #696969;
	font-size: 14px;
	text-align: center;
}
.index-new-product-more{
	margin-top: 10px;
	text-align: center;
	color: #5f5f5f;
	font-size: 14px;
	text-transform: capitalize;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.index-new-product-wrap:hover .index-new-product-more{
	color: #FFFFFF;
}

@media (min-width:768px) {
	.index-new-product-head{
		font-size: 24px;
	}
	.index-new-product-title{
		font-size: 16px;
	}
}
@media (min-width:992px) {
	.index-new-product-head {
		font-size: 30px;
	}
	.index-new-product-title{
		font-size: 18px;
	}
}

/** finished product **/
.section-finshed-product{
	background-color: #000302;
}
.index-finished-head{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: capitalize;
}
.index-finished-small{
	text-align: center;
	color: #c8c8c8;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.row-finshed{
	overflow: hidden;
	position: relative;
	margin-bottom: 1px;
}
.finished-item{
	height: 220px;
	overflow: hidden;
	position: relative;
	float: left;
	border-right: 1px solid #000302;
}
.finished-item a{
	display: block;
	height: inherit;
}
.finished-item1,
.finished-item2,
.finished-item3,
.finished-item4,
.finished-item5,
.finished-item6,
.finished-item7{
	width: 100%;
}
.finished-item-pic{
	overflow: hidden;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 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;
	transition: all 0.5s ease-in-out;
}
.finished-item:hover .finished-item-pic{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.finished-item-bottom{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.35);
	z-index: 4;
}
.finished-item-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,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;
	transition: all 0.5s ease-in-out;
}
.finished-item:hover .finished-item-cover{
	background-color: rgba(0,0,0,0.5);
}

@media (min-width:768px) {
	.index-finished-head{
		font-size: 24px;
	}
	.finished-item1{
		width: 33.333333%;
	}
	.finished-item2{
		width: 39.166667%;
	}
	.finished-item3{
		width: 27.5%;
	}
	
	.finished-item4{
		width: 24.166667%;
	}
	.finished-item5{
		width: 32.5%;
	}
	.finished-item6{
		width: 24.166667%;;
	}
	.finished-item7{
		width: 19.166666%;
	}
}
@media (min-width:992px) {
	.index-finished-head{
		font-size: 30px;
	}
}
/** 首页新闻 **/
.section-index-news{
	background-color: #000302;
}
.index-news-head{
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
}
.index-news-smallText{
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
}
.index-news-item{
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.index-news-item-img{
	overflow: hidden;
	position: relative;
}
.index-news-item-img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.index-news-item-title{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
}
.index-news-item-brief{
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}
.index-news-item-date{
	color: #ddd;
	font-size: 11px;
	margin-top: 10px;
}
.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;
}
.icon-img1{
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.index-news-head{
		font-size: 24px;
	}
	.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) {
	.index-news-head{
		font-size: 30px;	
	}
	
	
	.news-ttl{
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	.index-news-head{
		font-size: 36px;	
	}
}
/** 首页产品列表 **/
.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%;
}
@media (min-width:768px) {
	.video-top{
		font-size: 30px;
	}
}

/*** 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%;
}
.section-inner{
	background-color: #f8f9fa;
	padding-top: 0;
	padding-bottom: 0;
}

.article-wrap{
	padding: 20px 20px;
	background-color: #FFFFFF;
}
.article-title{
	color: #555555;
	font-size: 30px;
	letter-spacing: 2px;
}
.social-share{
	margin-top: 10px;
	border-bottom: 1px solid #EEEEEE;
}
.social-share ul li{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.social-share ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 16px;
}
.social-share ul li a.twitter{
	background-color: #1da1f2;
}
.social-share ul li a.facebook{
	background-color: #3664a2;
}
.social-share ul li a.googleplus{
	background-color: #dd5044;
}
.social-share ul li a.envelope{
	background-color: #4fd095;
}
.article-bigname{
	text-align: center;
	font-size: 24px;
	color: #000000;
	margin-top: 30px;
}
.article-content{
	padding-top: 40px;
	padding-bottom: 30px;
	color: #666666;
	font-size: 16px;
	line-height: 2;
}
.article-content img{
	max-width: 100%;
	height: auto;
}
.article-content embed,
.article-content video{
	width: 100%;
	height: 200px;
}
@media (min-width:768px) {
	.article-wrap{
		padding: 40px 40px;
	}
	.article-content embed,
	.article-content video{
		height: 320px;
	}
}
@media (min-width:992px) {
	.article-wrap{
		padding: 40px 50px;
	}
	.article-content embed,
	.article-content video{
		height: 450px;
	}
}
@media (min-width:1200px) {
	.article-wrap{
		padding: 40px 80px;
	}
}

.section-inner-news{
	background-color: #FFFFFF;
	padding: 50px 0;
}
.news-head{
	text-align: center;
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
}
.news-item-title{
	color: #444444;
	font-size: 16px;
	margin-top: 15px;
}
.news-item-brief{
	color: #777;
	font-size: 12px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.news-item-date{
	color: #aaa;
	font-size: 11px;
	margin-top: 10px;
}
.sortname-title{
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
}
@media (min-width:768px) {
	.news-head{
		font-size: 30px;
	}
	.sortname-title{
		font-size: 30px;
	}
}
.ft-nav{
	text-align: center;
	margin-top: 30px;
}

.section-products{
	background: #f8f9fa;
	padding: 40px 0;
}

.sotr-product{
	text-align: center;
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.item-product{
	position: relative;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 25px;
}
.item-product a{
	display: block;
	height: inherit;
}
.item-product-pic{
	overflow: hidden;
	position: relative;
}
.item-product-pic img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.item-product-title{
	text-align: center;
	font-size: 15px;
	padding: 15px 5px 10px 5px;
	border-top: 1px solid #EEEEEE;
	margin-top: 10px;
}
.item-product:hover{
	box-shadow: 0 0 8px #eee;
	-webkit-box-shadow: 0 0 8px #eee;
}
.content-product-title{
	text-align: left;
	font-size: 20px;
	color: #000000;
	padding: 20px 0;
}
.content-product-title a{
	display: inline-block;
	float: right;
	font-size: 16px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #000302;
	padding: 5px 25px;
}
.content-product-info{
	color: #444444;
	font-size: 15px;
	line-height: 2;
}
.content-product-info img{
	max-width: 100%;
	height: auto;
}
.content-product-info p{
	padding: 20px 20px;
}

.video-forplay{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFFFFF;
	font-size: 12px;
}

@media (min-width:768px) {
	.sotr-product{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.content-product-info p{
		padding: 20px 100px;
	}
}




/* 侧边导航 */
.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: #e67817;
}
.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: #e67817;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #e67817;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
}

.quo-head{
	color: #000000;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.fm-wap label{
	font-size: 14px;
	color: #888;
	font-weight: normal;
}
.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 */
}

/******************
 * 内页代码,宽屏代码
 *****************/
.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-top: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
.full-product-item:hover{
	
  	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
  	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-sort{
	color: #E67817;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #E67817;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.full-product-intro{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
@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;
	}
}



/*---分页--*/
.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:#666;
	border-color:#666;
	color:#FFF;
	font-weight:700;
}

/** 动态弹窗 **/
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.warn_box_01{
	width: 100%;
	height:100%;
	filter:alpha(opacity:80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	background-color: #000;
	top: 0px;
	left: 0px;
	right: 0px;
}
.warn_box_02{
	width:500px;
	height:350px;
	display:none;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -175px;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
	background-color:#fff;
	text-align:center;
	
	box-shadow:0px 0px 8px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 8px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 8px rgba(255,255,255,1);
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
}
.warn_g{
	background-color:#fff;
	text-align:center;
	padding:15px;
	border-bottom:1px solid #eee;
	line-height:40px;
	font-size:24px;
	color:#000;
	text-transform:uppercase;
	
	display:flex;
    align-items: center;
    justify-content: center;
}
.warn_g img{
	display:inline-block;
	vertical-align:middle;
	height:40px;
	margin-right:6px;
}
.warn_text{
	text-align:center;
	padding: 20px 15px;
	font-family:'open_sansregular';
	color:#333;
	font-size:24px;
	text-transform:uppercase;
	line-height:36px;
}
.warn_btms{
	height:auto;
	overflow:hidden;
	position:relative;
	font-size:0;
	text-align:center;
	padding:2px;
}
.warn_btms a{
	font-family:'open_sansregular';
	font-size:16px;
	color:#000;
	border:2px solid #ddd;
	padding:8px 30px;
	display:inline-block;
	margin:5px 10px;
	text-transform: capitalize;
}
.warn_btms a.default{
	color:#999;
}
.warn_cert{
	border-top:1px solid #eee;
	margin-top:20px;
	padding:20px 15px;
	text-align:center;
	color:#000;
	font-size:20px;
	text-transform:uppercase;
	line-height:36px;
}

#biaodan{
	margin-top:1em;
}
#biaodan .form-control{
	background:#616161;
	border-color:#616161;
}
#biaodan .input-group-addon{
	background:#F9D536;
	padding:0;
}
#biaodan .anniu{
	background:none;
	border:none;
	outline:none;
}
