/*背景颜色*/

.item_wrap {
	background-color: #faf4ed;
}
.demo .col-md-4  {
	margin-bottom: 30px;
}
.demo .col-md-4  p{
	padding: 10px 0px;
}
.demo {
    padding: 2em 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.demo .pb_sys_style1 .p_no_d {
	    border: 1px solid #58290C;
    background-color: #79350B;
}
.demo .pb_sys_common {
	width: 100%;
	    margin: 10px 0 30px;
    text-align: center;
    overflow: hidden;
}
.col-md-4 img {
	width: 360px;
	height: 180px;
	transition: all 0.5s ease 0s;
	
}
.product-grid {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
}

.product-grid:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product-grid .product-image {
	overflow: hidden;
}

.product-grid .product-image a {
	display: block;
}

.product-grid .product-image img {
    width: 360px;
    height: 180px;
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image img {
	transform: scale(1.1);
}

.product-grid .product-content {
	padding: 12px 12px 15px 12px;
	transition: all 0.5s ease 0s;
}


/*.product-grid:hover .product-content{ opacity: 0; }*/

.product-grid .title {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all 0.3s ease 0s;
}

.product-grid .title a {
	color: #000;
}

.product-grid .title a:hover {
	color: #B93805;
}

.product-grid .price {
	font-size: 14px;
	line-height: 24px;
	/*font-weight: 600;*/
	color: #7B5740;
}

.product-grid .price span {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 7px;
	display: inline-block;
}

.product-grid .social {
	background-color: #333;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	bottom: -50%;
	left: 50%;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.product-grid:hover .social {
	opacity: 1;
	bottom: 20px;
}

.product-grid .social li {
	display: inline-block;
}

.product-grid .social li a {
	color: #909090;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	height: 45px;
	width: 45px;
	margin: 0 7px;
	border: 1px solid #909090;
	border-radius: 50px;
	display: block;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.product-grid .social li a:hover {
	color: #fff;
	background-color: #2e86de;
	width: 80px;
}

.product-grid .social li a:before,
.product-grid .social li a:after {
	content: attr(data-tip);
	color: #fff;
	background-color: #2e86de;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 1px 5px;
	border-radius: 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px;
}

.product-grid .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -20px;
	z-index: -1;
}

.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after {
	opacity: 1;
}

@media only screen and (max-width:990px) {
	.product-grid {
		margin-bottom: 30px;
	}
}


/*头部*/

.header-wrapper {
	width: 100%;
	height: 33px;
	background-image: url(../img/index-img20.png);
	overflow: hidden;
	clear: both;
}

.header-content {
	width: 1200px;
	height: 33px;
	margin: 0 auto;
}

.welcome {
	float: left;
}

.welcome p {
	line-height: 33px;
	color: #7d4427;
	font-size: 12px;
}

.english {
	float: right;
}

.english ul {
	list-style: none;
	overflow: hidden;
	width: 446px;
}

.english ul li {
	float: left;
	width: 75px;
	line-height: 33px;
	text-decoration: none;
}

.english ul li a {
	color: #7d4427;
	font-size: 12px;
}


/*轮播*/

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner .banner_artical {
	position: absolute;
	left: 20%;
	top: 5%;
}
.banner  img {
	width: 100%;
}

/*底部*/

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #361907;
}

.footer-content {
	width: 1200px;
	margin: 0 auto;
}

.serive {
	width: 1200px;
	height: 40px;
	padding-top: 20px;
}

.serive h6 {
	font-size: 12px;
	color: #f2efee;
}

.serive ul {
	list-style: none;
}

.serive ul li {
	float: left;
	margin-left: 5px;
}

.serive ul li a {
	font-size: 12px;
	color: #ffe3d7;
}

.footer-tele {
	width: 1200px;
	height: 80px;
	/*background-color: red;*/
	margin-top: 50px;
	border-top: 1px solid #653e2e;
}

.footer-tele ul {
	padding-top: 25px;
	list-style: none;
}

.footer-tele li {
	width: 350px;
	float: left;
	height: 60px;
}

.footer-tele li:nth-child(2) {
	width: 500px;
	font-size: 12px;
	color: #89482d;
	line-height: 20px;
}

.footer-tele li:last-child {
	padding-left: 120px;
}


/*页码*/

.demo .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #c3610a;
	border-color: #FAF4ED;
}

.demo .pagination>li>a,
.pagination>li>span {
	color: #361907;
}

.demo .pagination>li>input {
	height: 36px;
}

.demo .pagination {
	padding-left: 25%;
}
.banner .banner_artical img {
	width: 100%;
}