@CHARSET "UTF-8";
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
@font-face {
	font-family: 'Kabel';
	src: url(../../../assets/fonts/Kabel.eot);
	src: url(../../../../assets/fonts/Kabel.eot?#iefix) format('embedded-opentype'), url(../../../../assets/fonts/Kabel.woff2) format('woff2'), url(../../../../assets/fonts/Kabel.woff) format('woff'), url(../../../../assets/fonts/Kabel.ttf) format('truetype'), url(../../../../assets/fonts/Kabel.svg#Kabel) format('svg')
}
p, a {
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
}
html {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.clear {
	clear: both;
	font-size: 0px;
}
body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr {
	margin: 0;
	padding: 0
}
a, a:link, a:visited {
	text-decoration: none
}
a:visited, a:link, a:active {
	text-decoration: none
}
button {
	font: inherit;
	vertical-align: middle;
	border: 0;
}
input, button, select, textarea {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 0 0
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin: 0 0 0 0
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
	margin: 0;
}
p {
	margin: 1em 0 0 0
}
p:first-child {
	margin: 0 0 0 0
}
ul li {
	font-size: 1em;
	list-style: none;
}
img {
	border: 0;
}
body {
	background: #4d2f22;
}
/******/
.content {
	width: 1024px;
	margin: 0 auto;
	background: #fffddd;
}
.top {
	width: 100%;
	height: 185px;
	background: #4d2e22;
	float: left;
}
.logo {
	width: 225px;
	height: 90px;
	float: left;
	margin: 20px 0 25px 400px;
}
#nav {
	width: 100%;
	float: left;
	height: 50px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background: #4d2f22;
}
#nav_fir {
	position: relative;
	width: 1024px;
	height: 50x;
	margin: 0 auto;
}
#nav_fir ul {
	list-style-type: none;
}
#nav_fir ul li {
	float: left;
	position: relative;
	padding: 13px 73px;
}
#nav_fir ul li:last-child{padding: 13px 0 13px 73px !important;}

#nav_fir ul li a {
	text-decoration: none;
 text- align:center;
	color: #fffddd;
	padding: 13px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Kabel';
}
#nav_fir ul li a:hover, #nav_fir ul li a.current {
	color: #f18700;
	border-bottom: 3px solid #f18700;
}
#nav_fir ul li ul {
	display: none;
	background: #4d2f22;
}
#nav_fir ul li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	min-width: 100px;
	left: 60px;
	z-index: 99999999999999999;
}
#nav_fir ul li:hover ul li {
	padding: 8px 0 8px 15px!important;
}
#nav_fir ul li:hover ul li a {
	display: block;
	color: #fffddd;
	min-width: 100px;
	padding: 0;
	font-size: 15px;
	border-right: none;
	font-family: 'Kabel';
}
#nav_fir ul li:hover ul li a:hover {
	color: #f18700;
	border-bottom: none;
}
.con_txt {
	width: 100%;
	float: left;
	background: #fff;
}
.about {
	width: 86%;
	float: left;
	padding-left: 7%;
	margin-top: 10px;
	min-height: 700px;
}
.ab_left {
	width: 45%;
	float: left;
}
.ab_left p {
	font-size: 18px;
	line-height: 36px;
	margin-top: 15px;
	color: #4d2f22;
	text-align: justify;
	font-family: 'Kabel';
}
.ab_left p b {
	font-size: 20px;
}
.ab_right {
	width: 50%;
	float: left;
	margin-left: 5%;
	margin-top: 70px;
}
.ab_right img {
	width: 100%;
}
.ab_all {
	width: 100%;
	float: left;
}
.ab_all p {
	font-size: 18px;
	line-height: 36px;
	margin-top: 15px;
	color: #4d2f22;
	text-align: justify;
	font-family: 'Kabel';
}
.bottom {
	width: 100%;
	float: left;
	background: #4d2f22
}
.bottom p {
	font-size: 14px;
	color: #fffddd;
	text-align: center;
	line-height: 40px;
	font-family: 'Kabel';
}
.bottom p span {
	padding: 0 7px;
}
.bottom p span img {
	width: 7px;
	height: 7px;
}
.client {
	width: 878px;
	padding-bottom: 30px;
	margin-left: 73px;
	float: left;
	min-height: 700px;
}
#client_icon {
	width: 878px;
}
#client_icon ul li {
	list-style: none;
	height: 150px;
	width: 200px;
	float: left;
	margin: 20px 18px 10px 0;
	position: relative;
}
#client_icon ul li:before {
	content: "";
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
}
#client_icon ul li:after {
	content: "";
	transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
}
#client_icon ul li img {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2;
	position: absolute;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	width: 110px;
	height: 110px;/*** border-radius:50%; background:#fff;***/
}
#client_icon ul li p {
	width: 100%;
	position: absolute;
	top: 135px;
	text-align: center;
	font-size: 15px;
	color: #4d2f22;
}
#client_icon ul li img:hover {
	-webkit-transform: rotate(360deg) scale(1.2);
	-moz-transform: rotate(360deg) scale(1.2);
	-ms-transform: rotate(360deg) scale(1.2);
	-o-transform: rotate(360deg) scale(1.2);
}
.client_pic {
	width: 920px;
	float: left;
}
.client_pic ul li {
	margin: 0 32px 20px 0
}
/**

.client_icon {
	width: 100%;
	float: left;
}
.client_icon ul li {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	float: left;
	margin-right: 90px;
	margin-top: 40px;
	background: #4d2f22;
}**/
.products {
	width: 878px;
	float: left;
	margin-left: 70px;
	margin-top: 30px;
	min-height: 700px;
}
.products_left {
	width: 200px;
	float: left;
	margin-bottom: 40px;
}
.p_title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #4d2f22;
}
.p_title p {
	font-size: 18px;
	padding: 0 0 10px 0px;
	color: #4d2f22;
	font-weight: 400;
}
.p_title p a {
	color: #4d2f22;
}
.p_title p a:hover {
	color: #f18700;
}
.p_list {
	width: 100%;
	float: left;
}
.p_list ul li {
	width: 100%;
	list-style: none;
	float: left;
	margin-top: 15px;
}
.p_list ul li a {
	color: #4d2f22;
	line-height: 15px;
	font-size: 12px;
}
.p_list ul li a:hover, .p_list ul li a.current {
	color: #f18700;
}
.products_right {
	width: 660px;
	float: right;
	margin-top: 5px;
	position: relative;
}
.wish {
	position: absolute;
	top: 0px;
	right: 0;
}
.wish a {
	color: #4d2f22;
	font-size: 14px;
}
.wish a:hover {
	color: #f18700;
}
/* gallery */
.zoomed > .gallery {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.gallery {
	width: 100%;
	height: 848px;
	margin: 30px auto;
}
.gallery li {
	float: left;
	margin: 0 0 20px 15px;
	width: 150px;
}
.gallery li img {
	width: 150px;
	height: 150px;
}
.gallery li:nth-child(6n) {
	padding-right: 0;
}
.gallery li a, .gallery li img {
	float: left;
}
.gallery ul li p {
	width: 150px;
	height: 30px;
	float: left;
	color: #4d2f22;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}
/* gallery */


.contact {
	width: 90%;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
	min-height: 700px;
	margin-left: 5%;
}
.con_title {
	width: 95%;
	height: 40px;
	float: left;
	padding-left: 2%;
}
.con_title p {
	font-size: 18px;
	color: #4d2f22;
	border-bottom: 1px dashed #4d2f22;
	line-height: 40px;
	font-weight: 500;
}
.contact_left {
	width: 43%;
	float: left;
	margin-left: 20px
}
.c_left {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	float: left;
}
.c_left p {
	font-size: 17px;
	color: #f18700;
	line-height: 40px;
	font-weight: 500;
}
.name {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #999;
	height: 50px;
	margin-top: 5px;
}
.name p {
	font-size: 13px;
	color: #4d2f22;
	font-weight: 600;
	line-height: 10px;
}
.map {
	width: 400px;
	height: 300px;
	float: left;
}
.address {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.address p {
	font-size: 12px;
	color: #4d2f22;
}
.address a {
	color: #4d2f22;
}
.address a:hover {
	color: #f18700
}
.address span {
	width: 140px;
	float: left;
}
.map_left {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.map_left img {
	width: 100%;
}
.contact_right {
	width: 50%;
	height: 540px;
	float: right;
}
.map_pic {
	width: 100%;
	float: left;
	margin: 55px 0 0 20px;
}
.r_title {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.r_title p {
	font-size: 17px;
	color: #f18700;
	line-height: 40px;
	font-weight: 500;
	padding-left: 30px;
}
.s_table {
	width: 100%;
	float: left;
}
.table_more tr td p {
}
.tab_Name {
	width: 95%;
	float: left;
	margin-left: 30px;
}
.tab_Name p {
	width: 90%;
	float: left;
	line-height: 30px;
	font-size: 15px;
	color: #4d2f22;
	font-family: Verdana, Geneva, sans-serif !important;
}
.tab_Name p span {
	color: #F00;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif !important;
}
.tab_con {
	width: 89%;
	height: 150px;
	border: 1px solid #999;
}
.keyword {
	width: 90%;
	height: 30px;
	float: left;
	background: #FFF;
	border: 1px solid #999;
	line-height: 30px;
}
.srk {
	width: 100%;
	height: 28px;
	border: 1px solid #999;
	line-height: 30px;
}
.refresh {
	width: 24px;
	height: 26px;
	float: left;
	margin: 2px 0;
	cursor: pointer;
}
.send_button {
	width: 87px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.gradient {
	width: 87px;
	height: 30px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	color: #fffddd;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	background: #4d2f22;
	border: 0;
	cursor: pointer;
	margin-bottom: 10px;
}
.home_page {
	width: 1024px;
	height: 581px;
	float: left;
	background: url(../../../assets/img/front/bg.jpg) repeat-x;
	position: relative;
}
.index_logo {
	width: 235px;
	height: 94px;
	position: absolute;
	top: 264px;
	left: 115px;
}
.index_pic01 {
	width: 243px;
	height: 191px;
	position: absolute;
	top: 0;
	left: 286px;
}
.index_pic01 img {
	width: 243px;
	height: 191px;
}
.index_pic02 {
	width: 133px;
	height: 63px;
	position: absolute;
	top: 0;
	left: 464px;
}
.index_pic02 img {
	width: 133px;
	height: 63px;
}
.index_pic03 {
	width: 243px;
	height: 191px;
	position: absolute;
	top: 0;
	left: 534px;
}
.index_pic03 img {
	width: 243px;
	height: 191px;
}
.index_pic04 {
	width: 124px;
	height: 63px;
	position: absolute;
	top: 0;
	left: 716px;
}
.index_pic04 img {
	width: 124px;
	height: 63px;
}
.index_pic05 {
	width: 243px;
	height: 191px;
	position: absolute;
	top: 0;
	left: 779px;
}
.index_pic05 img {
	width: 243px;
	height: 191px;
}
.index_pic06 {
	width: 65px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
}
.index_pic06 img {
	width: 65px;
	height: 64px;
}
.index_pic07 {
	width: 243px;
	height: 243px;
	position: absolute;
	top: 73px;
	left: 410px;
}
.index_pic07 img {
	width: 243px;
	height: 243px;
}
.index_pic08 {
	width: 243px;
	height: 243px;
	position: absolute;
	top: 73px;
	left: 658px;
}
.index_pic08 img {
	width: 243px;
	height: 243px;
}
.index_pic09 {
	width: 120px;
	height: 243px;
	position: absolute;
	top: 73px;
	right: 0;
}
.index_pic09 img {
	width: 120px;
	height: 243px;
}
.index_pic10 {
	width: 243px;
	height: 243px;
	position: absolute;
	top: 198px;
	left: 534px;
}
.index_pic10 img {
	width: 243px;
	height: 243px;
}
.index_pic11 {
	width: 243px;
	height: 243px;
	position: absolute;
	top: 198px;
	left: 782px;
}
.index_pic11 img {
	width: 243px;
	height: 243px;
}
.index_pic12 {
	width: 243px;
	height: 243px;
	position: absolute;
	top: 323px;
	left: 410px;
}
.index_pic12 img {
	width: 243px;
	height: 243px;
}
.index_pic13 {
	width: 243px;
	height: 243px;
	position: absolute;
	top: 323px;
	left: 659px;
}
.index_pic13 img {
	width: 243px;
	height: 243px;
}
.index_pic14 {
	width: 120px;
	height: 240px;
	position: absolute;
	top: 325px;
	right: 0;
}
.index_pic14 img {
	width: 120px;
	height: 240px;
}
.index_pic15 {
	width: 243px;
	height: 132px;
	position: absolute;
	top: 449px;
	left: 286px;
}
.index_pic15 img {
	width: 243px;
	height: 132px;
}
.index_pic16 {
	width: 243px;
	height: 132px;
	position: absolute;
	top: 449px;
	left: 535px;
}
.index_pic16 img {
	width: 243px;
	height: 132px;
}
.index_pic17 {
	width: 243px;
	height: 132px;
	position: absolute;
	top: 449px;
	left: 782px;
}
.index_pic17 img {
	width: 243px;
	height: 132px;
}
.index_pic10 {
	z-index: 99999
}
.index_pic02, .index_pic04, .index_pic07, .index_pic08 {
	z-index: 999
}
.index_pic01, .index_pic03, .index_pic05, .index_pic11, .index_pic12, .index_pic13 {
	z-index: 9
}
.pro_more {
	width: 100%;
	float: left;
}
.pro_title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #999;
}
.pro_title p {
	font-size: 15px;
	line-height: 40px;
	color: #4d2f22;
}
.pro_title p span {
	width: 16px;
	height: 12px;
	float: right;
}
.big_pic {
	width: 100%;
	float: left;
}
.add {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.add_btn {
	width: 200px;
	height: 40px;
	float: left;
	margin-left: 38.6%;
	color: #fffddd;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	background: #4d2f22;
	border: 0;
	cursor: pointer;
}
.table_more {
	width: 100%;
	float: left;
	margin-top: 10px;
}
table tr td p {
	color: #4d2f22;
	line-height: 40px;
}
.Email {
	width: 400px;
	height: 30px;
}
.mess {
	width: 400px;
	height: 300px;
}
.send_list {
	width: 100%;
	float: left;
}
.send_list p {
	font-size: 16px;
	color: #4d2f22;
	line-height: 32px;
}
.tab02 {
	width: 100%;
	float: left;
	margin: 10px 0 30px 0;
}
.tab02 table td p {
	color: #4d2f22;
	text-align: center;
}
.send_btn {
	width: 100px;
	height: 35px;
	float: left;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fffddd;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	background: #4d2f22;
	border: 0;
	cursor: pointer;
}
.last_txt {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.last_txt p {
	text-align: center;
	color: #4d2f22;
	font-size: 15px;
}
.last_txt p a {
	color: #4d2f22;
}
.last_txt p a:hover {
	color: #f18700;
}
.pro_return {
	width: 100%;
	float: left;
}
.pro_return img {
	float: right;
	margin-top: 20px;
}
.gallery {
	margin-bottom: 0!important
}
.page {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.pagenav {
	width: 100%;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif !important;
}
.pagenav ul li {
	float: left;
	margin-right: 3px;
	border: 1px solid #e3e3e3;
	text-align: center;
	display: block;
}
.pagenav ul .prev {
	margin-right: 10px;
	width: 80px;
}
.pagenav ul li a {
	color: #3d3d3d;
	font-size: 12px;
	display: block;
	padding: 5px 10px;
}
.pagenav ul li:hover {
	border: 1px solid #4d2f22;
	border-right: 1px solid #4d2f22;
}
.pagenav ul .active a {
	background: #4d2f22;
	color: #FFFDDD;
}
.pagenav ul .next {
	margin-left: 10px;
	width: 80px;
}
.pagenav .tpage {
	margin-left: 10px;
}
.pagenav .tpage, .pagenav .nowp {
	color: #999;
	font-size: 12px;
}
.pagenav .topage, .pagenav .tocommpage, .pagenav .tocollpage, .toviewpage {
	padding: 3px 6px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #FFF;
	margin-left: 10px;
}
.pagenav .topage:hover, .pagenav .tocommpage:hover, .pagenav .tocollpage:hover, .toviewpage:hover {
	color: #4d2f22;
	border: 1px solid #4d2f22;
	cursor: pointer;
}
.pagenav .npage {
	width: 36px;
	padding: 2px;
	margin: 0px 3px;
}
