@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Playfair Display';
	src: url(../fonts/playfairdisplay-italic-webfont.eot);
	src: url(../fontsplayfairdisplay-italic-webfont?#iefix) format('embedded-opentype'), url(../fonts/playfairdisplay-italic-webfont.woff2) format('woff2'), url(../fonts/playfairdisplay-italic-webfont.woff) format('woff'), url(../fonts/playfairdisplay-italic-webfont.ttf) format('truetype'), url(../fonts/playfairdisplay-italic-webfont.svg#fzcuqian) format('svg');
	font-weight: normal;
	font-style: normal;
}
.in-banner {
	background-size: 100%;
	background-repeat: no-repeat;
	height: 370px;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
.in-banner {
	background-size: cover;
	height: 270px;
	background-position: center;
}
}

@media (max-width:480px) {
.in-banner {
	height: 200px;
}
}
/***********************sidebar************************/
.sidebar {
	background: #fff;
}
.sidebar .pinned {
	margin: 0 -15px 0;
	padding: 0 15px 15px;
	background: #fff;
	left: auto !important;
	border: 1px #DEDEDE solid;
	border-top: none;
}
.sidebar header {
	position: relative;
	line-height: 1;
	text-align: center;
	width: 100%;
	border-bottom: 3px #E1E1E1 solid;
}
.sidebar header h6 {
	font-size: 22px;
	position: absolute;
	top: 14px;
	left: 50%;
	color: #6b2800;
}
.sidebar header span {
	font-family: 'Playfair Display';
	font-size: 30px;
}
.sidebar header b {
	font-size: 80px;
	font-weight: normal;
}
.breadcrumb-wrapper {
	background: url(../images/bg_off.png) bottom repeat-x;
}
.breadcrumbs {
	margin: 24px 0;
}
.breadcrumbs ul li {
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	color: #9e9e9e;
	margin: 0 0 0 5px;
}
.breadcrumbs ul li a {
	color: #898989;
	font-weight: 600;
}
.breadcrumbs ul li:first-child {
	margin-left: 2px !important;
}
.breadcrumbs ul li:nth-child(2):before, .breadcrumbs ul li:first-child:before {
	content: " ";
	margin: 0;
}
.breadcrumbs ul li:before {
	color: #9e9e9e;
	content: "\e609";
	font-family:'icomoon';
	font-size: 12px;
	margin: 0 9px 0 0;
}
.sidebar .line {
	height: 1px;
	background: #E1E1E1;
	margin-top: 2px;
}
.sidebar .pinneds {
	padding: 20px 0;
	width: 100%;
}
.sidebar .pinneds li {
	float: none;
	padding: 10px 0 10px 20%;
	margin-bottom: 2%;
	border-bottom: 1px #F8F8F8 solid;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sidebar .pinneds li:before {
	content: "\e609";
	font-family: 'icomoon';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding-right: 10px;
}
.sidebar .pinneds li:hover {
	padding-left: 21%;
	color: #6b2800;
	background: #F3F3F3;
}
.sidebar .pinneds li a {
	display: inline;
	padding: 0;
	font-size: 16px;
	position: static;
}
.sidebar .pinneds li a:hover, .sidebar ul li a:focus {
	background: none;
	color: #6b2800;
}
.sidebar .qr {
	width: 100%;
	text-align: center;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
.sidebar header {
	position: relative;
	line-height: 1;
	width: 100%;
}
.sidebar header h6 {
	position: static;
	font-size: 30px;
	margin: 0;
	display: inline-block;
	padding-left: 2%;
}
.sidebar header span {
	font-size: 40px;
}
.sidebar header b {
	font-size: 80px;
}
.sidebar .pinneds ul {
	text-align: center;
}
.sidebar .pinneds ul li {
	display: inline-block;
	width: 49%;
	padding: 10px 0;
}
.sidebar .pinneds ul li:hover {
	padding-left: 1%;
}
.breadcrumbs {
	margin: 10px 0;
}
}
/**********************content**************************/
.content {
	background: rgba(255,255,255,0.5);
	min-height: 500px;
	border-left: 1px solid rgb(233, 233, 233);
	border-right: 1px solid rgb(233, 233, 233);
}
.content article {
	font-size: 14px;
	padding: 20px;
	line-height: 1.6;
}

.content article img{
	width:100%;
}

@media (max-width: 767px) {
.content {
	background: rgba(255,255,255,1);
}
.content article {
	padding: 20px 0;
}
}
/************************pro-sidebar************************/
.pro-sidebar header {
}
.pro-sidebar header h6 {
	position: static;
	display: inline-block;
	padding-left: 1%;
	font-size: 30px;
}
.pro-sidebar header span {
	font-size: 50px;
}
.pro-sidebar header span b {
	font-size: 80px;
}
#options {
	padding: 25px 0 40px;
	text-align: center;
}
#options li {
	display: inline-block;
	margin: 4px 8px 4px 0;
}
#options li a {
	display: inline-block;
	background: #fff;
	color: #727272;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 20px;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
}
#options li a:hover, #options li a:focus {
	background: #9C7356;
	color: #fff;
	border: 1px solid #9C7356;
}
.pro-content {
	background: #fff;
}
.pro-list {
}
.pro-list ul {
	margin: 0;
}
.pro-list li {
	margin-bottom: 30px;
	
}
.pro-list li .pro-show{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform:scaleX(1) scaleY(1);
	-moz-transform:scaleX(1) scaleY(1);
	-ms-transform:scaleX(1) scaleY(1);
	-o-transform:scaleX(1) scaleY(1);
	transform:scaleX(1) scaleY(1);
	}
.pro-list li:hover .pro-show{
	-webkit-transform:scaleX(1.1) scaleY(1.1)
	-moz-transform:scaleX(1.1) scaleY(1.1);
	-ms-transform:scaleX(1.1) scaleY(1.1);
	-o-transform:scaleX(1.1) scaleY(1.1);
	transform:scaleX(1.1) scaleY(1.1);
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 5px 1px rgba(0,0,0,0.15);
	box-shadow:0 0 5px 1px rgba(0,0,0,0.15);
	}
.pro-list li .pro-show {
	background: url("../images/bg_off.png") repeat;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #DDD;
	padding: 4px;
	overflow: hidden;
	display: block;
}
.pro-list li a.pro-pic {
	display: block;
	position: relative;
	overflow: hidden;
}
.pro-list li a.pro-pic::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pro-list li a.pro-pic:hover::before {
	opacity: 0.3;
}
.pro-list li a.pro-pic img {
	width: 100%;
}
.pro-list li a.pro-pic span {
	position: absolute;
	top: 40%;
	left: -100%;
	display: block;
	font-family: 'Playfair Display';
	font-size: 16px;
	color: #393939;
	background: #fff;
	padding: 6px 20px;
	border: 3px double #D0D0D0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pro-list li a.pro-pic:hover span {
	left: 50%;
	margin-left: -56px;
}
.pro-list li .pro-name {
	background: #fff;
	text-align: center;
	padding: 5px;
	line-height: 24px;
}
.pro-list li .pro-name h6 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.pro-list li .pro-name p {
	font-size: 12px;
}
/*********************page*************************/
nav.page {
	text-align: center;
}
.pagination {
	margin: 20px 0px 40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #FFF;
	cursor: default;
	background-color: #9C7356;
	border-color: #9C7356;
}
.pagination > li > a, .pagination > li > span {
	color: #9C7356;
	font-size: 14px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #9C7356;
	background-color: #eee;
	border-color: #ddd;
}
/***********************pro-show***********************/
.blog-divider {
	margin: 35px 0px;
	background: transparent url("../images/bg_off.png") repeat;
	content: "";
	height: 5px;
}
article.pro-show-de h6 {
	font-size: 20px;
	margin-bottom: 20px;
}
/***********************news-de**************************/
article.news-show-de {
}
article.news-show-de h6 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	color: #6b2800
}
.blog-entry-meta {
	font-size: 0;
	text-align: center;
	color: #777;
}
.blog-entry-meta a {
	color: #777;
}
.blog-entry-meta-author {
	display: none;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	vertical-align: top;
}
.blog-entry-meta-author, .blog-entry-meta-tags, .blog-entry-meta-comments {
	display: inline-block;
}
.blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments {
	font-size: 11px;
}
.blog-entry-meta-tags {
	display: none;
	margin-right: 25px;
	margin-bottom: 10px;
	font-size: 12px;
	vertical-align: top;
}
.blog-entry-meta-author, .blog-entry-meta-tags, .blog-entry-meta-comments {
	display: inline-block;
}
.blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments {
	font-size: 11px;
}
.blog-entry-meta-date {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	font-size: 12px;
	vertical-align: top;
}
.blog-entry-meta-comments {
	display: none;
	margin-bottom: 10px;
	font-size: 12px;
	vertical-align: top;
}
.blog-entry-meta-author, .blog-entry-meta-tags, .blog-entry-meta-comments {
	display: inline-block;
}
/**********************news-list*******************************/
.news-show-list{}
.news-show-list li{
	border: 1px #F3F3F3 solid;
	padding: 20px 0;
	box-shadow: 5px 5px 0 #F2F2F2;
	margin:0 0 40px;
	}
.news-show-list li .news-pic{
	overflow:hidden;
	}
.news-show-list li .news-pic img{
	-webkit-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	-ms-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
	-webkit-transform:scaleX(1) scaleY(1);
	-moz-transform:scaleX(1) scaleY(1);
	-ms-transform:scaleX(1) scaleY(1);
	-o-transform:scaleX(1) scaleY(1);
	transform:scaleX(1) scaleY(1);
	}
.news-show-list li .news-pic img:hover{
	-webkit-transform:scaleX(1.1) scaleY(1.1);
	-moz-transform:scaleX(1.1) scaleY(1.1);
	-ms-transform:scaleX(1.1) scaleY(1.1);
	-o-transform:scaleX(1.1) scaleY(1.1);
	transform:scaleX(1.1) scaleY(1.1);
	}
.post-header h6.content-title {
	text-align: left !important;
	margin-bottom: 15px;
	font-size: 22px;
	margin-top: 0;
}
.news-meta {
	font-size:12px;
	color:#979797;
}
.news-meta a{color:#979797; font-size:12px;}
.news-meta-date {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	vertical-align: top;
}
.news-meta-author {
	display: none;
	margin-right: 15px;
	margin-bottom: 10px;
	vertical-align: top;
	display: inline-block;
}
.news-meta-tags {
	display: none;
	margin-right: 25px;
	margin-bottom: 10px;
	vertical-align: top;
	display: inline-block;
}
.news-meta-comments {
	display: none;
	margin-bottom: 10px;
	vertical-align: top;
	display: inline-block;
}
.news-meta i {
	margin-right: 4px;
}
.post-date a.date {
	background: none repeat scroll 0 0 #fafafa;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 10px 0 0;
	text-align: center;
	text-decoration: none;
	width: 55px;
	border-radius: 2px;
}
.post-date a.date strong {
	color: #9C7356;
	display: block;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 10px;
}
.post-date a.date i {
	background-color: #9C7356;
	border-top: 1px solid #9C7356;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-style: normal;
}

.post-content{
	padding: 10px 0;
	font-size: 16px;
	line-height:1.6;}