body, div, dl, dt, dd, del, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, menu {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.5 "HelveticaLight", Helvetica, sans-serif;
	background: #fff;
	color: #333;
}
a, a:visited {
	color: #333;
}
a:hover, a:focus {
	color: #793235;
	text-decoration: none;
}
ol, ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.page-wrap {
	background-color: #f7f7f7;
	padding-bottom: 20px;
}
.page-pad {
	padding-top: 48px;
}
.page-title {
	margin: 0 auto;
	text-align: center;
}
.page-title h3 {
	display: block;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	position: relative;
	color: #232323;
	font-family: "HelveticaLight", Helvetica, sans-serif;
	font-weight: 200;
	font-size: 36px;
}
.page-title h3:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	content: '';
	border-bottom: 1px solid #000;
	z-index: 20;
}
.page-title p {
	width: 80%;
	margin: 0 auto;
	padding: 15px 0 0;
	font-size: 16px;
	color: #232323;
	font-family: "HelveticaLight", Helvetica, sans-serif;
	font-weight: 200;
	font-size: 18px;
	text-align: center;
}
.page-more {
	display: block;
	width: 180px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #333;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 20px auto 0;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.page-more:hover, .page-more:active {
	background: #793235;
	color: #FFF;
	border: 1px solid #793235;
}
.page-img img {
	width: 100%;
}

/*通用头部*/
.header {
	height: 36px;
	line-height: 36px;
	width: 100%;
	overflow: hidden;
	background: #232323;
	color: #b5b5b5;
	font-size: 12px;
}
.header a {
	color: #b5b5b5;
}
.header i.fa {
	margin-right: 3px;
}
.header .hotline span {
	margin-right: 10px;
}
.header .hotline {
	float: left;
}
.header .language {
	float: right;
}
.header .language a {
	padding: 0 5px;
}

/*顶部导航*/
.navbar-header .logo {
	margin-right: 200px;
	display: block;
	padding: 20px 0;
}
.navbar-header .logo img {
	height: 50px;
}
.navbar-main {
	padding: 0;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0;
	background: #fff;
	border-bottom: solid 1px #e7e7e7;
}
.navbar-main .nav-justified {
	margin-right: -15px;
	width: auto;
}
.navbar-main .nav-justified>li>a {
	padding: 20px 0;
	line-height: 50px;
	min-height: auto;
	font-size: 14px;
	color: #000;
	position: relative;
	text-transform: uppercase;
	box-sizing: border-box;
}
.navbar-main .nav-justified>li>a:hover, .navbar-main .nav-justified>li>a:focus {
	background: transparent;
	color: #000;
}
.navbar-main .nav-justified>li>a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-main .nav-justified>li>a:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.navbar-main .nav-justified .open>a, .navbar-main .nav-justified .open>a:focus {
		background: #793235;
		color: #fff;		
}

.navbar-main .nav-justified .dropdown-menu {
	width: 100%;
	border-radius: 0px;	
}
.navbar-main .nav-justified .dropdown-menu>li>a {
	padding: 5px 0;
	text-align: center;
}

/*banner*/
.banner img {
	z-index: 9;
	display: block;
	width: 100%;
	height: auto;
}
.banner .owl-controls {
	position: absolute;
	z-index: 99;
	width: 100%;
	margin-top: -35px;
	text-align: center;
}
.banner .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.banner .owl-controls .owl-page span {
	z-index: 999;
	display: block;
	width: 54px;
	height: 3px;
	margin: 0 5px 0 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
}
.banner .owl-controls .owl-page.active span, .banner .owl-controls.clickable .owl-page:hover span {
	background-color: #000;
}

/*首页产品*/
.home-product {
	padding: 48px 0 36px;
	background: #f5f5f5;
}
.home-product .item {
	margin: 0 20px;
	text-align: center;
	background-color: white;
	box-shadow: 0 0 2px 1px #ededed;
	-webkit-backface-visibility: hidden;
}
.home-product .item a {
	display: block;
	box-shadow: 2px 2px 5px 0px #aaa;
	-webkit-box-shadow: 2px 2px 5px 0px #aaa;
	-ms-box-shadow: 2px 2px 5px 0px #aaa;
	-moz-box-shadow: 2px 2px 5px 0px #aaa;
	-o-box-shadow: 2px 2px 5px 0px #aaa;
}
.home-product .item a .pic {
	overflow: hidden;
	max-height: 256px;
}
.home-product .item a .pic img {
	display: block;
	margin: 0 auto;
}
.home-product .item a .text {
	overflow: hidden;
	padding: 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.home-product .item a .text h4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
.home-product .item a:hover .pic, .home-product .item a:hover .text {
	color: #fff;
	background: #793235;
}
.home-product .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.home-product .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;    /*IE7 life-saver */
}
.home-product .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #c3c3c3;
}
.home-product .owl-controls .owl-page.active span, .home-product .owl-controls.clickable .owl-page:hover span {
	background: #000;
}

/*首页简介*/
.home-about {
	padding: 64px 0;
}
.home-about .summary {
	font-size: 24px;
	letter-spacing: -.7px;
	text-align: center;
}
.home-about .summary strong {
	font-weight: 300;
	color: #793235;
}

/*首页新闻*/
.home-news {
	padding: 48px 0;
	background: #fff;
}
.home-news .page-title {
	margin-bottom: 48px;
}
.home-news .col-md-6 {
	padding: 0;
}
.home-headline a {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 213px;
	background: #f9f9f9;
}
.home-headline a .text {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	padding: 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.home-headline a .text h4 {
	font-size: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	margin-bottom: 16px;
	font-weight: normal;
	color: #232323;
}
.home-headline a .text p, .home-headline a .text time {
	color: #666;
}
.home-headline a .text p {
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.home-headline a:hover {
	background: #793235;
}
.home-headline a:hover .text h4, .home-headline a:hover .text p, .home-headline a:hover .text time {
	color: #fff;
}
.home-headline a .pic {
	position: relative;
	overflow: hidden;
}
.home-headline a img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.home-headline a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/*子类导航*/
.cate-list {
	position: relative;
	margin-top: -30px;
	background: #fff;
	border: 1px #d8d8d8 solid;
	border-left: none;
}
.cate-list ul {
	overflow: hidden;
}
.cate-list li {
	line-height: 60px;
	text-align: center;
	border-left: 1px #d8d8d8 solid;
	margin-left: -1px;
}
.cate-list li a {
	display: block;
	height: 60px;
}
.cate-list li a:hover, .cate-list li.on a {
	color: #fff;
	background: #793235;
}

/*通用新闻*/
.headline {
	padding: 56px 0;
	position: relative;
	overflow: hidden;
}
.headline .pic {
	position: relative;
	overflow: hidden;
}
.headline .pic a img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.headline .pic a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.headline .pic .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 106px;
	height: 82px;
	background-color: #793235;
	color: #fff;
	text-align: center;
}
.headline .pic .date span {
	display: block;
}
.headline .pic .date .day {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
}
.headline .pic .date .year {
	font-size: 15px;
}
.headline .text .title {
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	margin: 20px 0;
}
.headline .text .desc {
	font-size: 14px;
	color: #747474;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}
.news-list {
	overflow: hidden;
	border-top: 1px dashed #ccc;
}
.news-list li {
	padding: 25px 0 30px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	width: 100%;
}
.news-list li a .date {
	font-family: Arial;
	border: 1px #ccc solid;
	width: 80px;
	margin-right: 2%;
	float: left;
}
.news-list li a .date span {
	display: block;
	text-align: center;
}
.news-list li a .date .day {
	font-size: 30px;
	font-weight: bold;
	background-color: #ccc;
	line-height: 45px;
	color: #fff;
}
.news-list li a:hover .date .day {
	background-color: #793235;
}
.news-list li a .date .month {
	font-size: 0.77em;
	color: #565656;
}
.news-list li a .title {
	font-size: 18px;
	margin-bottom: 5px;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list li a .desc {
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	color: #999;
}
.news-list li a:hover .title, .news-list li a:hover .desc {
	color: #793235
}

/*产品列表*/
.product-list {
	padding: 36px 0 0;
	position: relative;
	overflow: hidden;
}
.product-list li {
	margin: 24px 0;
}
.product-list li a {
	display: block;
	overflow: hidden;
	text-align: center;
}
.product-list li a .pic {
	overflow: hidden;
	min-height: 221px;
	max-height: 271px;
	position: relative;
}
.product-list li a .pic img {
	margin: 0 auto;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.product-list li a .title {
	color: #232323;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
}
.product-list li a:hover .title {
	background: #793235;
	color: #fff;
}
.product-list li a:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/*产品列表*/
.masonry-box {
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	padding: 48px 0;
}
.masonry-box .page-title h3 {
	font-size: 30px
}
.masonry {
	overflow: hidden;
	position: relative;
	padding-top: 48px;
}
.masonry .masonry-item {
	padding: 0 10px;
	text-align: center;
}
.masonry .masonry-item a {
	display: block;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-bottom: 20px;
	box-shadow: 2px 2px 5px 0px #aaa;
	-webkit-box-shadow: 2px 2px 5px 0px #aaa;
	-ms-box-shadow: 2px 2px 5px 0px #aaa;
	-moz-box-shadow: 2px 2px 5px 0px #aaa;
	-o-box-shadow: 2px 2px 5px 0px #aaa;
	background: #fff;
	padding-bottom: 10px;
}
.masonry .masonry-item a .title {
	color: #232323;
	font-size: 20px;
	font-weight: normal;
}
.masonry .masonry-item a .spec {
	color: #999;
	display: block;
}
.masonry .masonry-item a:hover {
	background: #793235;
}
.masonry .masonry-item a:hover .title, .masonry .masonry-item a:hover .spec {
	color: #fff;
}
.masonry .masonry-item a .pic {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.masonry .masonry-item a .pic img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.masonry .masonry-item a:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/*图片列表*/
.other-list {
	padding: 36px 0 0;
	position: relative;
	overflow: hidden;
}
.other-list li {
	margin: 24px 0;
}
.other-list li a {
	display: block;
	overflow: hidden;
	text-align: center;
}
.other-list li a .pic {
	overflow: hidden;
	height: 190px;
}
.other-list li a img {
	margin: 0 auto;
}
.other-list li a .title {
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	background: #f7f7f7;
}

/*当前位置*/
.crumbs {
	line-height: 56px;
	background: #f5f5f5;
	padding: 15px 0;
}
.crumbs h3 {
	line-height: 56px;
	font-weight: normal;
	text-transform: uppercase;
}
.crumbs a {
	margin: 0 3px;
	color: #626262;
}

/*通用详情*/
.content-body {
	font-size: 16px;
	line-height: 1.5;
	padding: 56px 0;
	position: relative;
	overflow: hidden;
}
.content-body p {
	padding: 5px 0 10px 0;
}
.content-body img {

	/*margin: 0 auto;
			max-width: 640px;*/
}
.content-title {
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
}
.content-time {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	margin-bottom: 16px;
	padding: 6px 0;
	text-align: center;
	color: #999;
}
.content-time span {
	padding: 0 10px;
}
.content-related {
	margin: 15px 0;
	padding-top: 15px;
	border-top: dashed 1px #ccc;
}
.content-related li {
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*产品详情*/
.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tb-pic a img {
	vertical-align: middle;
	width: 100%
}
.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
}
.tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
}
.tb-thumb li {
	float: left;
	height: auto;
	margin-left: 0%;
	margin-right: 1%;
	overflow: hidden;
	padding: 1px;
	width: 10%;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	cursor: pointer;
}
.tb-s310, .tb-s310 a {
	height: auto;
	width: 100%;
}
.tb-s310, .tb-s310 img {
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.tb-s310 a {
	*font-size: 271px;
}
.tb-s40 a {
	*font-size: 35px;
}
.tb-s40, .tb-s40 a {
	height: auto;
	width: 100%;
}
.tb-booth {
	position: relative;
	z-index: 1;
	border: solid 1px #ccc;
}
.tb-thumb .tb-selected {
	border: 1px solid #ccc
}
.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}
.detail-box {
	position: relative;
	padding: 48px 0;
}
.detail-img {
}
.detail-list {
	padding-left: 36px;
}
.detail-list dt, .detail-list dd {
	line-height: 24px
}
.detail-list dt {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0;
}
.detail-other {
	padding: 15px 0;
}
.detail-nav {
	line-height: 36px;
	position: relative;
	height: 36px;
	margin: 24px 0;
	border-bottom: 1px solid #ccc;
}
.detail-nav h3 {
	font-size: 16px;
	line-height: 36px;
	position: absolute;
	height: 36px;
	padding: 0 24px;
	border: solid 1px #d1d1d1;
	border-bottom: solid 1px #fff;
	background: #fff;
}
.related-list {
	margin: 0 -15px 0;
	text-align: center;
}
.related-list a {
	padding-bottom: 20px;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.related-list a:hover {
	box-shadow: 0px 0px 6px 0px #ccc;
}
.iw_poi_title {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
	color: #c52;
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}
#dituContent {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}
#dituContent img {
	max-width: none;
}

/*通用分页*/
.page-list {
	overflow: hidden;
	margin: 10px 0 30px 0;
	text-align: center;
}
.page-list span, .page-list a {
	line-height: 16px;
	display: inline-block;
	overflow: hidden;
	margin-right: 4px;
	padding: 3px 7px;
	border: 1px solid #ccc;
}
.page-list .current {
	font-weight: bold;
	color: #fff;
	border: 1px solid #793235;
	background: #793235;
}

/*通用底部*/
.footer {
	overflow: hidden;
	border-bottom: 1px solid #4d4d4d;
	background-color: #232323;
	padding: 30px 0;
	color: #999;
	text-align: center;
}
.footer a {
	color: #999;
	margin: 0 15px;
	text-transform: uppercase;
}
.footer i.fa {
	font-size: 20px;
	margin: 10px 5px;
}
/*
@media (max-width:992px) {
	.page-title p {
		width: 100%;
	}
	.navbar-header .logo {
		margin-right: 0px;
	}
	.navbar-main {
		padding: 10px 0;
	}
	.navbar-header .logo {
		padding: 0;
	}
	.navbar-header .logo img {
		height: 44px;
	}
	.navbar-toggle {
		padding: 15px 0px;
		margin: 0;
		background-color: transparent;
		background-image: none;
		border-radius: 0px;
		border-top: none;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-collapse {
		padding: 0;
		margin-top: 10px;
	}
	.navbar-main .nav-justified {
		border-top: solid 1px #000;
	}
	.navbar-main .nav-justified>li {
		display: block;
		width: 100%;
		clear: both;
	}
	.navbar-main .nav-justified>li>a {
		line-height: 48px;
		display: block;
		margin-bottom: 0;
		text-align: left;
		padding: 0 15px;
		border-bottom: solid 1px #000;
	}
	.navbar-main .nav-justified .open>a, .navbar-main .nav-justified .open>a:focus {
		background: #793235;
		color: #fff;
	}
	.navbar-main .nav-justified .dropdown-menu {
		padding: 0;
		position: static;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	.navbar-main .nav-justified .dropdown-menu>li>a {
		font-size: 16px;
		text-align: left;
		line-height: 48px;
		padding: 0 15px;
		border-bottom: 1px solid #ccc;
	}
	.home-headline a {
		max-height: 999px;
	}
	.content-body {
		min-height: auto
	}
	.product-list li a .pic {
		overflow: hidden;
		min-height: 160px;
		max-height: 260px;
	}
}
@media (max-width:640px) {
	.navbar-header .logo {
		margin-left: 15px;
	}
	.navbar-toggle {
		margin-right: 15px;
	}
	.banner .owl-controls {
		margin-top: -25px;
	}
	.banner .owl-controls .owl-page span {
		width: 20px;
	}
	.home-product .item {
		margin: 0;
	}
	.crumbs .pull-left {
		float: none !important;
		text-align: center;
	}
}
@media (max-width:320px) {
}*/