@charset "UTF-8";

*::-moz-selection {
	background-color: #3b3126;
	color: #fff;
}

::selection {
	background-color: #3b3126;
	color: #fff;
}
body {
	font-weight: 500;
	font-family: Verdana, sans-serif, Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #483521;
	background-color: #fff;
}

h1, h2, h3, h4, h5, p, span, a, i, b, ul, li, img {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
}

a, a:hover {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
	max-height: 90%;
	vertical-align: middle;
}

.clearfix {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.top {
	background: url('../images/topbg.jpg') repeat-x;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px solid #ddd;
}
.top ul{
	display: block;
}
.top li{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #3b3126;
	line-height: 35px;
	position: relative;
	vertical-align: top;
	margin-top: 5px;
}
.top img{
	vertical-align: top;
}
.searchinput{
	border: 1px solid #eee;
	line-height: 30px;
	margin: 5px 0;
	height: 30px;
	padding: 0 5px;
	background-color: #fff;
	color: #666;
}
.searchbtn{
	border: 0;
	padding: 0 10px;
	line-height: 28px;
	background-color: #3b3126;
	color: #fff;
}
.head {
	height: 100px;
}
.logo {
	margin: 8px 0;
}
.menu {
	*width: 690px;
	margin: 0;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 6;
	height: 100px;
	position: relative;
}
.menu ul li::after{
	position: absolute;
	right: 0;
	top: 42px;
	content: '';
	width: 1px;
	height: 14px;
	background-color: #ddd;
}
.menu ul li a {	
	display: inline-block;
	color: #572e00;
	padding: 0;
	font-size: 18px;
	line-height: 97px;
}
.menu ul li a:hover, .menu li.current a{
	border-bottom: 3px solid #3b3126;
}
.submenu {
	position: absolute;
	display: none;
	width: 150px;
	background-color: #3b3126;
	z-index: 5;
	left: 15px;
	top:100px;
}
.menu .submenu a {
	display: block;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	text-align: center;
}
.menu .submenu a:hover {	
	color: #fff;
}

/*banner*/
.banner {
	background: url(../images/banner.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	text-align: center;
	margin: 0 auto;
}
.carousel-control.right, .carousel-control.left {
	background: none;
	top: 170px;
}

.left.carousel-control, .right.carousel-control {
	filter: none;
}

/*product list*/
.block, .InnerBox {
	float: left;
	margin: 15px 0;
	width: 100%;
	padding: 0;
	position: relative;
}

.HomeTitle, .HomeFootTitle, .VinylTitle {
	display: inline-block;
	width: 100%;
	margin:10px 0;
	position: relative;
}

.HomeTitle h2, .HomeFootTitle h2, .VinylTitle h2 {
	display: block;
	text-align: center;
	margin: 0 0 4px 0;
	font-size: 30px;
	color: #3b3126;
	text-transform: uppercase;
	padding-bottom: 25px;
	background: url('../images/bolang.png') center bottom no-repeat
}
.HomeTitle a.fr,.HomeFootTitle a.fr{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	color: #8b8074;
}
.homePro ul {
	list-style: none;
	width: 100%;
	margin: 8px 0 0;
}
.homePro li {
	float: left;
	width: 23%;
	display: block;
	margin: 0 1%;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
.homePro li img, .HomeShowCase li img {
	width: 100%;
	background-color: #f8f8f8;
}
.homePro li:hover {
	border-color: #3b3126;
}
.homePro li:hover img,.HomeShowCase li:hover img {
	transform: scale(1.08);
	transition: transform 0.3s ease 0s;
}
.greybg{
	background: url('../images/footbg.jpg') center top no-repeat;
	height: 310px;
	padding: 25px 0 15px;
	margin-top: 20px;
}
.HomeFootTitle h2{
	background: none;
	padding-bottom: 10px;
}
.HomeShowCase ul {
	width: 100%;
	margin-right: -1%;
}
.HomeShowCase li {
	float: left;
	width: 19%;	 
	margin-right: 1%;
}
.HomeShowCase li img {
	width: 100%;
	height: 150px;
}
.HomeShowCase li:hover {
	border-color: #d0c1af;
}
.footer {
	width: 100%;
	background-color: #41372d;
	padding: 20px 0;
	color: #fff;
	float: left;
}
.footer .fl{
	line-height: 1.8;
}
.footer ul{
}
.footer li{
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height:40px;
	text-align: center;
	position: relative;
}
.footer li a{
	display: block;
	padding: 3px 0;
}
.toTop:hover{
	color: #fff;
}
.weixin{
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 3px;
    width: 160px;
    display: none;
}
.toTop{
	display: block;
	color: #fff;
	font-size: 20px;
	margin-top:8px;
	text-align: right;
}
.toTop::before{
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	margin-right: 15px;
}
/*about us*/
.product-b{
	display: block;
	background: url('../images/product-b1.jpg') center bottom no-repeat;
	height: 240px;
}
.about-b{
	display: block;
	background: url('../images/about-b.jpg') center bottom no-repeat;
	height: 240px;
}
.showcase-b{
	display: block;
	background: url('../images/showcase-b.jpg') center bottom no-repeat;
	height: 240px;
}
.feedback-b{
	display: block;
	background: url('../images/feedback-b.jpg') center bottom no-repeat;
	height: 240px;
}
.contact-b{
	display: block;
	background: url('../images/contact-b.jpg') center bottom no-repeat;
	height: 240px;
}
.position {
	display: block;
	border-bottom: 1px solid #eee;	
	height: 50px;
	font-size: 15px;
	line-height: 50px;
}
.position b{
	display: inline-block;
	text-align: center;
	width: 50px;
	padding-top: 12px;
	height: 50px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-right: 10px;
	vertical-align: top;
}
.position a {
	color: #483d21;
}
.category{
	float: right;
	width: 200px;
	margin-top: -50px;
	position: relative;
}
.category h4{
	display: block;
	background-color: #f8981c;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	padding-left: 15px;
}
.category h4::after{
	content: '';
	float: right;
	width: 24px;
	height: 24px;
	background: url('../images/arr.png') center no-repeat;
	margin:14px 10px;
}
.category > a {
	display: block;
	font-size: 18px;
	line-height: 45px;
	padding-left: 20px;
	color: #3b3126;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
}
.category a:hover, .category .current {
    color: #f8981c;
}
.subPro {	
	width: 100%;
	background-color: #fff;
	padding: 10px 10%;
	text-align: left;
}
.subPro a {
	display: block;
	color: #78724f;
	font-size: 14px;
	margin: 0 6px 8px;
	line-height: 30px;
}
.subPro a::before{
	content: '>';
	display: inline-block;
	padding-left: 5px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
.subPro a:hover,.subPro a.cur{
	color: #333;
	background-color: #f8981c;
}
.rightside{
	float:left;
	width: 82%;
	margin: 20px 0;
}

.product {
	width: 100%;
	margin: 8px 0 0;
}
.product li {
	float: left;
	width: 31.33%;
	text-align: center;
	margin: 0 1%;
	overflow: hidden;
}
.product li img {
	width: 100%;
	border: 2px solid #f8f8f8;
	background-color: #f8f8f8;
}
.product li a {
	display: block;
	color: #78724f;
	font-size: 18px;
	line-height: 2.5;
}
.product li:hover img {
	border: 2px solid #f8981c;
}

.product li:hover a {
	color: #fff;
	background-color: #f8981c;
}




.InnerBox {
	margin: 20px 0;
}
.InnerBox h1 {	 
	font-size: 22px;
	font-weight: bold;
	color: #483521;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 0 1%;
}
.text {
	display: block;
	line-height: 2;
}
.china,.english{
	width: 90%;
	margin-left: 10%;
}
.china ul {
	background: url(../images/china.jpg) left center no-repeat;
	padding: 0 0 0 260px;
	margin: 30px 0 0;
}
.companyName{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.english ul {
	background: url(../images/eng.jpg) left center no-repeat;
	padding: 0 0 0 260px;
	margin: 50px 0 0;
}
.china li, .english ul {
	line-height: 30px;
}
.Add, .Tel, .Fax, .Email, .Web {
	background: url(../images/icon.png) no-repeat;
	padding: 0 0 0 30px;
}

.Add {
	background-position: 2px 8px;
}
.Tel {
	background-position: 2px -26px;
}
.Fax {
	background-position: 2px -64px;
}
.Email {
	background-position: 2px -102px;
}
.Web {
	background-position: 2px -136px;
}

.Emap {
	width: 99%;
	padding: .9%;
	border: 1px solid #ddd;
	float: left;
	margin: 50px 0 0;
}

.psInfor {
	width: 80%;
	margin: 15px 10%;
	font-size: 16px;
	line-height: 1.5;
}

.feedback {
}
.feedback ul {
	list-style: none;
}
.feedback li {
	display: block;
	margin-bottom: 10px;
}
.feedback li span {
	width: 300px;
	margin-right: 9px;
	font-size: 18px;
	line-height: 50px;
	color: #6d6952;
	text-align: right;
	display: inline-block;
}
.feedback li b{
	color: #e00;
}
.feedback li input, .feedback li textarea,.upfile {
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #b5b2a0;
}
.feedback li textarea {
	vertical-align: text-top;
}
.feedback li input:focus, .feedback li textarea:focus {
	border: 1px solid #6d6952;
}
.nameInput {
	width: 510px;
	height: 40px;
}

.msgInput {
	width: 510px;
	height: 120px;
}

.codeInput {
	width: 120px;
	height: 30px;
}
.feedback-t{
	font-weight: bold;
	color: #3b3126;
	margin: 20px 0;
}
.submit,.subtdbg input {
	width: 160px;
	display: inline-block;
	border-radius: 4px;
	padding: 0;
	text-transform: uppercase;
	background: #3b3126;
	color: #fff;
	line-height: 36px;
	margin: 10px 0 30px 0;
	border: 0;
}

.textCenter {
	text-align: center;
}

.feedback li i {
	font-style: normal;
	font-size: 12px;
	color: #999;
}




.page {
	float: left;
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.page a,.page span{
	font-size: 14px;
	color: #7e7a62;
	padding: 8px 12px;
	margin: 0;
}
.page a:hover,.page span:hover,.page a.cur{
    background-color: #f8981c;
    color: #fff;
}

.Detail {
	float: left;
	width: 83%;
	margin: 0;
}
.Detail h1 {
	font-size: 22px;
	font-weight: bold;
	color: #3b3126;
	margin: 30px 0;
}
.proImg {
	width: 800px;
	margin: 0 auto 20px;
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #f8f8f8;
}
.proImg img {
	height: 500px;
}

.DetailTitle {
	text-align: left;
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	color: #3b3126;
	position: relative;
}
.DetailTitle b{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #3b3126;

}
.DetailText {
	text-align: left;
	margin:10px 0 30px;
	line-height: 2;
	color: #888678;
}
.Detail table {
	width: 95%;
	margin: 15px 0 30px;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	background-color: #f5f5f5;
	text-align: center;
}
.Detail table td,.Detail table th {
	border: 1px solid #e5e5e5;
	font-size: 15px;
	padding:12px 5px;
	line-height: 1.5;
	color: #111;
}
.Detail table th{
	color: #777;
	font-weight: 100;
}

.showcase, .vinyl {
	float: left;
	width: 100%;
	margin: 0;
}
.showcase ul, .vinyl ul {
	margin: 15px 0 0;
}
.showcase li, .vinyl li {
	width: 23%;
	margin: 0 1%;
	float: left;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.showcase li img {
	width: 100%;
	height: 210px;
}
.layui-layer-imgbar {
	bottom: 18px;
}
.layui-layer {
	padding: 10px;
	border: 1px solid #77766d;
	background: #fff;
}
.layui-layer-photos .layui-layer-phimg img{
	width: auto;
	height: 580px;
}
.layui-layer-photos .layui-layer-content {
	overflow: visible;
}
.layui-layer-photos {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s
}

.layui-layer-imgbar {
	background: none;
	height: 40px;
}

.layui-layer-imgtit a, .layui-layer-imgtit em {
	font-size: 18px;
	color: #77766d;
}

.searchResult{
	display: block;
}
.searchResult li{
	width: 31.33%;
	float: left;
	margin: 10px 1% ;
	border: 1px solid #eee;
	padding:10px 20px;
	background-color: #f8f8f8;
}
.searchResult li a{
	font-size: 16px;
	line-height: 2;
	display: block;
}
.searchResult li span{
	color: #999;
	font-size: 12px;
	display: block;
}
.searchResult .border{
	margin: 60px 0;
	color: #777;
}