@charset "utf-8";
.layout,
.index-info-wrap .index-info {
	width: 100%
}

body,
.container {
	min-width: 100%;
}

.mobile-product-view {
	max-width: 600px;
	margin: 0 auto;
}

.index-sv-items,
.about-cont,
.product-slides-wrap {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.scrollsidebar {
	display: none;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.product-slides:hover .product-item {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.owl-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	margin: 0 4px;
	background: #fcc800;
}

.owl-dots .active {
	background: #000;
}

.head-social li a,
.head-social li img,
.head-search .search-ipt {
	-moz-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

img {
	max-width: 100%;
}

.block .title_block a,
.block h4 a {
	color: #000;
}

.block .title_block,
.block h4 {
	color: #000;
}

.topbar {
	display: none;
	overflow: hidden;
}

.head-wrapper {
	border-bottom: none;
}

.head-wrapper-fix .header {
	height: auto;
	position: static;
}

.head-wrapper-fix .logo {
	margin-bottom: 38px;
}

.head-wrapper-fix {
	position: relative;
}

.head-wrapper-fix .mobile-head-wrapper {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.head-wrapper-fix .nav-bar {}

.logo {
	float: none;
	text-align: center;
	padding: 0;
	margin: auto;
	padding: 20px 0;
	position: relative;
}

.logo img {
	min-width: 100px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	max-width: 182px;
	max-height: none;
}

.mobile-head-wrapper,
.mobile-serve .title-ico {
	background: -moz-linear-gradient(top, #f9f9f9, #d9d9d9);
	background: -webkit-linear-gradient(top, #f9f9f9, #d9d9d9);
	background: -ms-linear-gradient(top, #f9f9f9, #d9d9d9);
	background: -o-linear-gradient(top, #f9f9f9, #d9d9d9);
	background: linear-gradient(top, #f9f9f9, #d9d9d9);
}

.mobile-head-wrapper {
	position: relative;
	height: 38px;
	display: block;
	z-index: 9999;
}

.mobile-serve {
	width: 33.3%;
	float: left;
}

.mobile-nav-bar:after,
.mobile-head-hide:after,
.mobile-head-show:after,
.mobile-serve:after,
.nav-wrap:after,
.nav-wrap .nav:after,
.mobile-nav-bar .mobile-head-show .nav-wrap:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.mobile-nav-bar,
.mobile-head-hide,
.mobile-head-show,
.mobile-serve,
.nav-wrap,
.nav-wrap .nav,
.mobile-nav-bar .mobile-head-show .nav-wrap {
	*zoom: 1;
}

.title-ico {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	z-index: 9000;
}

.title-ico:before {
	content: '';
	display: block;
	height: 38px;
	background-image: url(../images/mobile_head_icons.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 38px auto;
}

.mobile-nav-bar {
	z-index: 1000;
}

.mobile-language {}

.mobile-head-search {}

.mobile-head-social {}

.mobile-nav-bar .title-ico:before {
	background-position: center 0;
}

.mobile-language .title-ico:before {
	background-position: center -76px;
}

.mobile-head-search .title-ico:before {
	background-position: center -38px;
}

.mobile-head-social .title-ico:before {
	background-position: center -114px;
}

.mobile-head-wrapper .mobile-left {
	width: 20%;
	display: block;
	float: left;
}

.mobile-head-wrapper .mobile-right {
	width: 20%;
	display: block;
	float: right;
}

.mobile-left .title-ico:before {
	background-position: center 0;
}

.mobile-right .title-ico:before {
	background-position: center -186px;
}

.mobile-serve .mobile-head-hide {
	position: absolute;
	left: 0;
	top: 38px;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	visibility: hidden;
}

.mobile-serve .mobile-head-show {
	display: block;
	opacity: 1;
	visibility: visible;
}

.mobile-serve .mobile-head-show .head-social {
	display: block;
}

.body-show-quick .head-wrapper {}

.body-show-quick:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

.body-show-quick-nav:before {
	display: none;
}

.body-show-quick-nav .mobile-nav-mask {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10002;
}

.mobile-serve.mobile-nav-bar .mobile-head-hide {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	height: 0;
	padding: 0;
}

.head-search-wrap {
	display: none;
	visibility: hidden;
}

.head-search {
	display: block;
	border: 0;
	padding: 20px 0;
	border-radius: 0;
	height: auto;
	box-shadow: none;
}

.head-search .search-ipt,
.head-search .search-btn {
	display: block;
	width: 100%;
	float: none;
	opacity: 1;
}

.head-search .search-ipt,
.head-search .search-ipt:focus {
	width: 100%;
	padding-left: 12px;
	height: auto;
	line-height: 30px;
	border: 2px solid #fcc800;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

.head-search .search-btn,
.head-search .search-btn:hover {
	float: none;
	cursor: pointer;
	background: #fcc800;
	color: #fff;
	text-align: center;
	border: none;
	height: 36px;
	line-height: 34px;
	padding: 0 10px;
	margin-top: 10px;
	text-indent: inherit;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	left: 0;
	background-image: url(../images/search-btn2.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
}

.head-social {
	float: none;
	text-align: center;
	line-height: 40px;
	padding: 15px 0;
	background: none;
	border: none;
}

.topbar .head-contact .head-phone:before,
.topbar .head-contact .head-email:before,
.transall:before,
.language:before,
.head-social li:before,
.topbar .head-contact .head-phone:after,
.topbar .head-contact .head-email:after,
.transall:after,
.language:after,
.head-social li:after,
.head-social:before,
.head-social:after {
	width: 0;
	display: none;
}

.head-social {
	margin-top: 0;
}

.head-social li {
	padding: 8px;
	background: none;
}

.head-social li a {
	border-color: none;
	padding: 6px;
	line-height: 18px;
}

.head-social li img {
	padding: 0;
	margin: 0;
}

.language {
	float: none;
	border: none;
}

.nav {
	margin-left: 0;
}

.nav-bar {
	height: 1px;
	overflow: hidden;
	background: none;
	border-bottom: 0;
}

.nav-wrap {
	margin-left: 0;
	padding: 1em 15px 10px;
	background: #fff;
	z-index: 10000;
	width: 70%;
	height: 100%;
	position: fixed;
	left: -85%;
	top: 0;
	display: block;
	z-index: 10009;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.nav ul:before {
	display: none;
}

.nav>li.nav-current {
	background-color: transparent;
}

.nav>li:before {
	display: none;
}

.nav>li>ul:before {
	display: none;
}

.nav-wrap .nav {
	left: auto;
	border: 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	overflow-y: scroll;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	line-height: 32px;
	float: none;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.nav-wrap .nav li,
.nav-wrap .nav li a {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: auto;
	line-height: 30px;
	color: #666;
}

.nav-wrap .nav li a.ico-home {
	height: 35px;
	background-image: url(../images/ico-home-gray.png);
}

.nav-wrap .nav li a:after {
	display: none;
	content: "";
}

.nav-wrap .nav li a:hover,
.nav-wrap .nav li a.hover,
.nav-wrap .nav li:hover {
	background: none;
}

.nav-wrap .nav li {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
	position: relative;
}

.nav-wrap .nav li .nav-ico-with-child {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 6px;
}

.nav-wrap .nav li .nav-ico-with-child:before,
.nav-wrap .nav li .nav-ico-with-child:after {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	top50%;
	margin-top: -1px;
	opacity: 0.6;
}

.nav-wrap .nav li .nav-ico-with-child:after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.nav-wrap .nav li ul {
	display: none;
	position: static;
	width: 100%;
	background: none;
	border: 0;
	padding: 0 0 5px;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
}

.nav-wrap .nav li ul ul {
	padding-left: 15px;
}

.nav-wrap .nav li ul a {
	display: block;
	position: relative;
	padding-left: 10px;
}

.nav-wrap .nav li li a {
	border-bottom: none;
}

.nav-wrap .nav li ul li {
	position: relative;
}

.nav-wrap .nav li ul li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background-color: #999;
	position: absolute;
	left: 0;
	top: 14px;
}

.nav-wrap .nav li li {
	padding: 0;
	border: 0;
}

.nav-wrap .nav li.show-nav-menu>ul {
	display: block;
}

.nav-wrap .nav li.show-nav-menu>.nav-ico-with-child:after {
	display: none;
}

.nav-wrap .nav li.with-sub-menu>a {
	display: block;
	margin-right: 40px;
}

.nav-wrap .nav li.show-nav-menu>a {
	font-weight: bold;
}

.nav-wrap .nav li li .nav-ico-with-child {
	top: 1px;
}

.nav-wrap .mobile-ico-close {
	display: block;
	left: auto;
	right: -31px;
	z-index: 20000;
}

.show-nav .mobile-ico-close {
	display: block;
	left: auto;
	right: -31px;
}

.mobile-fix-head .header {
	position: fixed;
	top: 0;
}

.mobile-fix-head .topbar {
	margin-bottom: 38px;
}

.mobile-nav-bar .mobile-head-show {
	left: 0;
	display: block;
}

.mobile-nav-bar .mobile-head-show .nav-wrap {
	left: 0;
	z-index: 10009;
	opacity: 1
}

.mobile-ico-close {
	display: none;
	width: 30px;
	height: 30px;
	background: #fff url(../images/mobile_close.png) center center no-repeat;
	background-size: 50% auto;
	position: absolute;
	left: -31px;
	top: 0;
}

.slide-banners-wrap {
	margin: 0 auto;
}

.slide-banners {
	width: 100%;
	height: auto;
}

.slide-banners .slide-item {
	height: auto;
	background: none;
}

.slide-banners .slide-item a {
	width: 100%;
	margin: 0;
	padding: 0;
	position: static;
}

.slide-banners-wrap .slide-banners .slide-item img {
	display: block;
	width: 100%;
}

.flex-control-nav {
	height: auto;
	line-height: 10px;
	bottom: 8px;
}

.flex-control-nav li {
	padding: 0 3px;
}

.flex-direction-nav {
	display: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
}

.flex-control-paging li a.flex-active {
	border: none;
	background-color: #499CCF;
}

.owl-carousel .owl-controls {
	height: auto;
}

.index-sv-items {
	padding: 0;
}

.index-sv-items .layout {
	padding: 3%;
}

.index-sv-items ul {
	width: 100%;
}

.index-sv-items .sv-item {
	width: 100%;
	margin: 0 auto 0;
	float: none;
	-webkit-animation: none;
	-moz-animation: none!important;
	animation: none!important;
	opacity: 1!important;
	text-align: center;
	outline: none;
}

.index-sv-items .sv-item:hover {
	outline: none;
	border-color: #eee;
}

.index-sv-items .sv-tit {
	font-size: 16px;
	text-align: center;
}

.index-sv-items .sv-item:hover .sv-ico {
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.index-sv-items .sv-ico {
	padding: 0;
	margin: 0 auto 15px;
	float: none;
}

.index-sv-items .sv-ico img {
	border: 0;
	max-height: none;
}

.index-sv-items .sv-tit,
.index-sv-items .sv-desc,
.index-sv-items .readmore {
	margin-left: 0;
	width: 100%;
	text-align: center;
}

.index-sv-items .sv-item:hover .sv-ico img {
	box-shadow: none;
}

.index-sv-items .readmore a:before {
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.index-tit-bar {
	text-align: center;
	padding: 0;
	margin: 0 auto 3%;
}

.index-arr-product .index-tit-bar {
	margin: 3% 0;
}

.index-tit-bar .title {
	font-size: 16px;
}

.index-tit-bar .title:after {
	margin-top: 10px;
}

.index-info-wrap .index-info ul {
	width: 100%;
	text-align: center;
	padding: 0 0 50px;
}

.index-info-wrap .index-info ul .index-info-list {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.index-info-wrap .index-info ul .index-info-list .info-pic {
	width: 60%;
	margin: 0 auto;
}

.index-info-wrap .index-info ul .index-info-list .info-pic {
	border-bottom-width: 3px;
}

.index-info-wrap .index-info ul .index-info-list .info-detail-wrap .info-title {
	padding: 10px 0 0;
	font-size: 14px;
}

.index-info-wrap .index-info ul .index-info-list .info-detail-wrap .info-detail {
	font-size: 12px;
	line-height: 20px;
}

.index-info-wrap .index-info ul .index-info-list .info-detail-wrap .info-more {
	font-size: 12px;
	margin: 10px 0;
}

.index-product .owl-carousel .owl-controls {}

.index-product .owl-dots {
	position: static;
	height: auto;
}

.index-product {
	padding: 0 0 20px 0;
}

.product-slides-wrap,
.product-slides-wrap .product-slides,
.product-slides .product-item,
.product-slides .arr-item,
.goods-items-wrap,
.goods-items-wrap.goods-items,
.goods-items .product-item {
	width: 100%;
}

.product-slides-wrap .product-slides,
.goods-items-wrap .goods-items {}

.product-slides .product-item .pd-img,
.product-slides .product-item .pd-img img,
.product-slides .product-item .pd-shadow {
	width: 100%;
}

.product-slides .arr-item .pd-img,
.product-slides .arr-item .pd-img img,
.product-slides .arr-item .pd-shadow {
	width: 100%;
	height: auto;
}

.product-slides .product-item .pd-shadow {
	top: 0;
	bottom: 0;
}

.product-slides .product-item .pd-shadow:before {
	width: 30px;
	height: 30px;
	margin-bottom: -17px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
	border-width: 2px;
}

.product-slides .product-item .pd-shadow:before,
.product-slides .product-item .pd-shadow:after {
	display: none;
}

.product-list {
	padding: 0;
	margin: 0 -5px;
}

.full-bg-banner {
	height: 100px;
}

.product-item .item-wrap {
	width: 100%;
	margin: 0 auto;
}

.main .product-item:nth-child(2n+1) {
	clear: left;
}

.index-layout {}

.index-about {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 3%;
	background: #fcc800;
}

.index-about .layout {
	padding: 0;
	background-color: transparent;
	border: 0;
	width: 100%;
}

.about-tit-bar,
.goods-tbar {
	text-align: center;
	padding-bottom: 0;
}

.about-tit-bar .title,
.goods-tbar .title {
	display: inline-block;
	z-index: 9;
	position: relative;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
	position: relative;
}

.about-banner li.slide-item,
.about-banner li.slide-item img {}

.about-more-info {
	margin: auto;
	margin-left: auto;
	float: none;
}

.about-tit-bar .title {
	line-height: 1.5;
	font-size: 22px;
	border-width: 2px;
	text-align: center;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 9;
}

.about-cont {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.about-banner {
	float: none;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 0 5px;
	top: 0;
	border: none;
}

.about-banner .slides:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.about-banner .flex-control-nav {
	position: static;
	padding: 15px 0;
}

.about-banner .flex-control-paging li {
	padding: 0 4px;
}

.about-banner .slides {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}

.about-detail {
	float: none;
	width: 100%;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

.about-detail p {
	text-align: center;
	line-height: 1.8;
}

.about-detail .about-more {
	height: auto;
	line-height: 30px;
	font-size: 14px;
	float: none;
	font-weight: bold;
	margin: auto;
	background: #fff;
	padding: 1% 5%;
}

.about-detail .about-more:after {
	display: none;
}

.index-arr-product {
	padding: 0 0 20px 0;
}

.index-arr-product .owl-dot {
	padding: 0;
}

.foot-wrapper {
	border-top-width: 0;
}

.foot-wrapper .foot-items {
	padding: 20px 10px 0;
	font-size: 12px;
	width: 100%;
	margin: 0 auto;
}

.foot-inquiry,
.foot-contact {
	width: 100%;
}

.foot-items .foot-item-hide {
	margin: 0 0 15px;
	border: 1px solid #3A4D5E;
	padding: 0 10px;
}

.foot-items .foot-item-hide .foot-cont {
	padding: 10px 0;
}

.foot-items .foot-item .foot-tit {
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
}

.foot-blog {
	text-align: center;
}

.foot-contact,
.foot-about,
.foot-blog {
	width: 100%;
	margin: 0;
}

.foot-items .foot-item-hide {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-item-hide .foot-cont {
	position: relative;
	display: none;
}

.foot-contact li {
	font-size: 12px;
	display: block;
	position: relative;
	min-height: inherit;
}

.foot-contact li p,
.foot-contact li:before {
	display: block;
	vertical-align: top;
}

.foot-contact li p {
	width: 100%;
	padding-left: 30px;
}

.foot-about .foot-cont a {
	width: 100%;
	padding-left: 30px;
}

.foot-blog a {
	width: 100%;
	padding-left: 30px;
	text-align: left;
}

.foot-contact li li:before {
	float: left;
}

.subscribe-form {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}

.foot-about .subscribe {
	padding-bottom: 8px;
}

.mobile-blog-slides {}

.blog-slides ul li {
	position: relative;
	display: block;
	overflow: hidden;
	width: 96%;
	padding: 0 2%;
	height: auto;
	text-align: center;
}

.foot-blog-item .blog-cont-time:before {
	display: none;
}

.foot-blog-item .blog-cont {
	padding-top: 15px;
	text-align: left;
}

.foot-blog-item .blog-cont .blog-cont-pic {
	width: 35%;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	*dispay: inline;
	*zoom: 1;
	margin-right: 0;
}

.foot-blog-item .blog-cont-detail {
	position: relative;
	display: block;
}

.foot-blog-item .blog-cont-time {
	margin-top: 10px;
}

.foot-blog-item .blog-cont-title {
	height: auto;
}

.blog-slides .owl-dots .owl-dot {
	background-color: rgba(255, 255, 255, 0.4);
	margin: 0 4px;
}

.blog-slides .owl-dots .active {
	background-color: rgba(255, 255, 255, 0.8);
}

.foot-btn-prev,
.foot-btn-next {
	display: none;
	visibility: hidden;
}

.foot-items .foot-item .foot-tit {
	margin-bottom: 0;
	text-align: left;
	padding: 0 5px;
}

.foot-items .foot-blog .foot-tit {
	padding: 0 15px;
}

.foot-items .foot-item-hide .foot-tit {
	position: relative;
	font-weight: normal;
	margin-bottom: 0;
}

.foot-items .foot-item .foot-tit:before {
	display: none;
}

.foot-items .foot-item-hide .foot-tit:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 11px;
	border-radius: 50%;
	background: url(../images/sprites1.png) 6px -14px no-repeat;
	opacity: 0.4;
}

.foot-logo {
	display: none;
}

.foot-items .service-show .foot-tit:after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.foot-contact li:before {
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	top: -4px;
}

.foot-items .service-show .foot-cont {
	display: block;
}

.footer .foot-nav {
	display: block;
}

.foot-nav li.current a {
	border: 0;
}

.footer {
	width: 100%;
	padding: 25px 10px 45px;
	text-align: center;
}

.footer .copyright {
	display: block;
	float: none;
}

.footer .foot-logo {
	display: none;
}
.foot-items .foot-item{
	width: 100% !important;	
}

.footer .foot-nav,
.footer .copyright {
	text-align: center;
}

.footer .foot-nav {
	text-transform: none;
	font-size: 11px;
	padding-top: 8px;
}

.footer .foot-nav li {
	padding: 0 7px;
	line-height: 1.8;
}

.mobile-foot-contact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	background: #000;
	z-index: 9999;
}

.mobile-foot-contact .head-phone,
.mobile-foot-contact .head-email {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	text-align: center;
	color: #FFF;
}

.mobile-foot-contact .head-phone {
	color: #000;
}

.mobile-foot-contact .head-phone {
	width: 50%;
	background-color: #fcc800;
}

.mobile-foot-contact .head-phone a,
.mobile-foot-contact .head-email a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.mobile-foot-contact .head-email {
	width: 50%;
}

.mobile-foot-contact .head-phone span,
.mobile-foot-contact .head-email span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
}

.mobile-foot-contact .head-phone span:before {
	content: '\e942';
	padding: 0 5px 0 0;
	font-size: 14px;
	vertical-align: middle;
}

.mobile-foot-contact .head-email span:before {
	content: '\e900';
	padding: 0 5px 0 0;
	font-size: 14px;
	vertical-align: middle;
}

.mobile-foot-contact .head-phone span:after,
.mobile-foot-contact .head-email span:after {
	content: attr(data-txt);
}

.mobile-foot-contact b {
	display: none;
}

.path-bar {
	height: auto;
	margin: 0 0 15px;
	padding: 5px 0;
}

.path-bar .path-nav {
	width: 96%;
	margin: 0 auto;
	font-size: 11px;
}

.path-bar li {
	padding-left: 4px;
}

.aside {
	width: 100%;
	float: none;
	padding: 0 10px;
}

.side-tit-bar {
	border: none;
	padding: 0;
	line-height: 20px;
	height: auto;
	padding: 10px;
}

.side-tit-bar .side-tit {
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
}

.side-tit-bar .side-tit-ico:before {
	display: inline;
	content: '\ea50';
	color: #666;
	position: absolute;
	top: 11px;
	right: 10px;
	font-size: 18px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.side-tit-bar .side-tit-ico-down:before {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.side-tit-bar:before,
.main-tit-bar:before {
	display: none;
}

.side-widget {
	border: 1px solid #eee;
	margin: 0 auto 20px;
	padding-top: 0;
}

.side-widget .side-hide {
	display: none;
	padding: 10px;
}

.side-cate ul li li {
	padding: 0 0 0 15px;
}

.side-cate ul li a {
	display: inline-block;
}

.side-cate ul li a,
.side-cate ul li li a {
	font-size: 12px;
	background: none;
}

.side-cate>ul>li>a:before {
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.side-cate ul li .icon-cate {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	right: -3px;
}

.side-cate>ul>li>ul>li a:before {
	display: inline-block;
	content: '';
	width: 3px;
	height: 3px;
	background-color: #999;
	vertical-align: middle;
	margin-right: 5px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.aside .side-bn {
	display: none;
}

.side-widget-show .side-tit-bar {
	border-bottom: 2px solid #61696b;
	background-color: #f8f8f8;
}

.side-widget-show .side-tit-bar .side-tit {
	font-weight: bold;
	color: #fcc800;
}

.side-widget-show .side-tit-bar .side-tit-ico:before {
	top: 15px;
}

.side-widget-show .side-cate {
	display: block;
}

.products-scroll-list-wrap {
	width: 100%;
	margin-top: 8px;
}

.products-scroll-list {
	width: 100%;
	margin-top: 0;
}

.products-scroll-list ul {
	margin: 0 -10px;
}

.products-scroll-list ul:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.products-scroll-list li {
	width: 50%;
	float: left;
	padding: 0 8px 15px;
}

.products-scroll-list li img {
	position: relative;
	width: 100%;
	float: none;
	margin: 0 auto;
	display: block;
	padding: 0;
}

.products-scroll-list li .pd-info {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 8px;
	text-align: left;
	line-height: 1.5em;
	max-height: 3em;
	overflow: hidden;
}

.products-scroll-list li:nth-child(2n+1) {
	clear: left;
}

.products-scroll-btn-prev,
.products-scroll-btn-next {
	display: none;
}

.main {
	width: 100%;
	float: none;
	padding: 0 10px;
}

.main-tit-bar {
	height: auto;
	padding: 0 0 8px;
	border-top: 0;
	border-bottom: 1px solid #dadada;
	margin: 0 -10px;
}

.main-tit-bar .title {
	font-size: 14px;
	padding: 0 0 0 10px;
	text-transform: none;
}

.main-banner {
	clear: both;
}

.main-banner .flex-control-nav {
	bottom: 5px;
}

.main-banner .slide-banners .flex-control-paging li a {
	width: 5px;
	height: 5px;
}

.goods-summary {
	position: relative;
	margin: 0 auto;
}

.product-list ul,
.certificate-list ul,
.video-list ul {
	width: 100%;
}

.product-list ul .product-item,
.video-list ul .product-item,
.certificate-list ul .product-item {
	width: 50%;
	margin: 0 0 10px;
	padding: 0 5px;
}

.product-item .pd-info .pd-name {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 12px;
}

.main .product-item {
	padding-bottom: 10px;
}

.main .product-item .pd-info .pd-name a {
	padding-top: 0;
	height: auto;
	max-height: 36px;
}

.main .product-item:nth-child(3n+1) {
	clear: none;
}

.main .product-item:nth-child(2n+1) {
	clear: left;
}

.download-list ul,
.faq-list ul {
	position: relative;
	width: 96%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.faq-list ul li .faq-title {
	height: auto;
}

.entry {
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inquiry-form {
	padding: 25px 7% 75px;
}

.inquiry-form .inquiry-form-ico {
	width: 40px;
	top: 20px;
}

.inquiry-form .form-input,
.inquiry-form input[type="text"] {
	width: 100%;
}

.inquiry-form .form-input.form-input-capcha,
.inquiry-form input[type="text"].form-input-capcha {
	width: 150px;
	background: none;
}

.inquiry-form .form-text,
.inquiry-form textarea {
	width: 100%;
	background: none;
	overflow: hidden;
}

.detail-wrap {
	padding: 0;
	border: 0;
	background: none;
}

.product-view {
	width: auto;
	float: none;
	padding: 0;
	margin: 0 -10px;
}

.product-view .product-img {
	display: none;
}

.product-view .small-img-wrap {
	display: none;
}

.mobile-product-view {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.mobile-product-view .mobile-img-item,
.mobile-product-view .mobile-img-item img {
	position: relative;
	width: 100%;
}

.mobile-product-view:after {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-intro {
	padding-bottom: 0;
}

.mobile-product-view .owl-dots {
	bottom: 5px;
	z-index: 11;
}

.mobile-product-view .owl-prev,
.mobile-product-view .owl-next {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-image: url(../images/mobile_gallery_arrows.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 60px 30px;
	text-indent: -9999em;
	overflow: hidden;
	opacity: 0.15;
}

.mobile-product-view .owl-prev {
	background-position: 0 0;
	left: 10px;
}

.mobile-product-view .owl-next {
	background-position: -30px 0;
	right: 10px;
}

.product-title {
	text-align: center;
	font-size: 16px;
	border-bottom: 0;
	padding: 10px 0 0;
}

.product-summary {
	width: 100%;
	float: none;
	margin: 20px auto 0;
}

.product-detail {
	padding: 0;
	margin: 0;
}

.product-detail .detail-tabs {
	display: none;
}

.detail-tabs {
	height: auto;
	border-bottom: 0;
}

.products-img img,
.entry img {
	max-width: 100%;
}

.entry th,
.entry td {
	padding: 0 8px;
}

.mobile-detail-items {
	margin: 30px 0 0;
}

.mobile-detail-item .tab {
	display: block;
	float: none;
	margin-bottom: 10px;
}

.mobile-detail-items h2 {
	display: block;
	float: none;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #ddd;
	line-height: 28px;
	position: relative;
	font-size: 12px;
}

.mobile-detail-items .current h2,
.mobile-detail-items .active h2 {
	margin-bottom: 0;
	background-color: #fff;
	padding: 8px 10px;
	margin-bottom: 0;
}

.mobile-detail-items .current h2,
.mobile-detail-items .current h2 a,
.mobile-detail-items h2,
.mobile-detail-items h2 a {
	color: #333;
}

.mobile-detail-items h2:after {
	content: "";
	display: block;
	width: 11px;
	height: 16px;
	background: url(../images/mobile_select_arrow.png) center center no-repeat;
	background-size: 80% auto;
	position: absolute;
	right: 10px;
	top: 15px;
}

.mobile-detail-items .active h2:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.product-detail .detail-panel {
	display: none;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 30px;
}

.mobile-detail-items .detail-panel {
	display: none;
}

.mobile-detail-items .current .detail-panel {
	display: none;
}

.mobile-detail-items .active .detail-panel {
	display: block;
}

.mobile-detail-items .current h2 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.mobile-detail-items .active h2 {
	border-bottom: 2px solid #61696b;
	background-color: #f8f8f8;
}

.goods-tbar {
	border-bottom: 0;
}

.goods-tbar .title {
	font-size: 16px;
}

.goods-may-like {
	margin: 0 auto 20px;
	padding: 15px 0 0;
}

.goods-items .product-item {
	margin: 0;
	padding: 0 5px;
}

.goods-may-like .owl-dots {
	position: static;
	padding: 10px 0 0;
}

.page-layout {
	padding: 0;
}

.pages a,
.pages span {
	height: auto;
	padding: 2px 8px;
	margin-bottom: 6px;
}

.blog-slides ul li {
	margin-bottom: 10px;
}

.blog-slides .owl-carousel .owl-controls {
	position: static;
}

.blog-slides .owl-dots {
	position: static;
	padding-bottom: 20px;
}

.blog-list {
	margin: 0 -10px;
}

.blog-list .blog-item {
	padding: 20px 15px;
}

.blog-list .blog-item:before {
	border-top-color: #000;
	border-bottom-color: #000;
}

.blog-list .blog-item .blog-img {
	width: 100%;
	float: none;
	margin: 0;
}

.blog-list .blog-item .blog-tit {
	padding-top: 8px;
}

.download-list ul li .download-cont {
	padding-right: 0;
}

.download-list ul li .download-cont .download-detail {
	display: inline;
	line-height: 1.4;
}

.download-list ul li .download-button a {
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 20px;
	background-position: center;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
}

.gotop {
	width: 36px;
	height: 36px;
	bottom: 50px;
	-webkit-background-size: auto 6px;
	background-size: auto 6px;
	background-position: center;
	border-width: 2px;
}

.mobile-left .title-ico-left {}


.news-name{
	font-size: 12px;
	/* height:50px; */
	line-height: 24px;
	padding: 0px 5px ;
}
.news-desc{
	font-size: 12px;
	text-indent:0;
}
.news-time{
	font-size: 12px;
}
.news-button{
	font-size: 12px;
	padding: 3px;
}
.news-info{
	width: 100%;
}
.news-img{
	width: 100%;
}
.news-wrap{
	justify-content: center;
	flex-wrap: wrap;
}
.news-item-wrap{
	flex-flow: column;
}

.news-item{
	width: 70%;
	display: inline-block;
	border: 1px #ccc solid;
	margin: 0px 15%;
	margin-bottom: 5px;
}
.news_wrap .slide-banners .flex-control-nav{
	bottom:-16px;
}
