﻿html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
ol,
ul,
li,
dl,
dd,
dt,
img,
a,
input,
select,
option ,
textarea{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:normal;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	display: inline-block;
	border: none;
}

body {
	color: #333333;
	font-size: 12px;
	font-family: "微软雅黑";
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none{
	display:none;
}

.block{
	display:block;
}

.w{
	width:1176px;
	margin:0 auto;
}

/*=========头部=========*/

.header{
	background:rgba(0,0,0,.7);
	/*position:absolute;*/
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10;
}

.head{
	width:1100px;
	margin:0 auto;
}

.logo{
	margin-top:9px;
	width:253px;
	height:83px;
}

.logo img{
	width:100%;
	height:100%;
}

.nav-ul{
	/*overflow: hidden;*/
}

.nav>ul>li{
	float:left;
	padding:26px 25px;
	border-right:1px solid #3e3c3d;
	color:#FFFFFF;
	font-size:15px;
	line-height:23px;
	cursor: pointer;
	text-align: center;
	width:114px;
	position:relative;
	z-index:1;
}

.nav>ul>li>a{
	color:#FFFFFF;
}

.nav>ul>.nav-on{
	background:#232323;
}

.nav>ul>li:hover{
	background:#232323;
}

.nav>ul>.nav-no{
	border-right:0;
}

.nav>ul>li .xian{
	position:absolute;
	bottom:-7px;
	left:0;
	height:0;
	width:113px;
	height:9px;
	z-index:999;
}

.nav>ul>li .xian img{
	width:100%;
	height:100%;
	display:block;
}

/*--下拉菜单--*/

.ohide .hide-ul{
	/*overflow: hidden;*/
	position:absolute;
	left:0;
	right:0;
	top:98px;
	background:rgba(0,0,0,.3);
	width:100%;
	display:none;
}

.ohide li{
	float:left;
	padding:17px 0;
	margin-right:48px;
	font-size:11px;
}

.ohide li a{
	color:#FFFFFF;
}

.ohide .pro-hide{
	padding-left:42%;
}
.ohide .sol-hide{
	padding-left:50.75%;
}
.ohide .anli-hide{
	/*padding-left:65%;*/
	padding-left:66%;
}
.ohide .news-hide{
	/*padding-left:71%;*/
	padding-left:72%;
}

.ohide .about-hide{
	padding-left:57%;
}



/*-------banner------*/

.fullSlide{ width:100%;  position:relative;  height:835px;}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:835px; overflow:hidden; text-align:center;  }

.fullSlide .hd{ width:100%; height:10px; position:absolute; left:0px; bottom:15px; text-align:center;}
.fullSlide .hd ul li{display:inline-block; margin:0px 5px; width:10px; height:10px; background:#fff; border-radius:10px;-webkit-border-radius:10px;}
.fullSlide .hd ul li.on{background:#b79e75;}


/*==========底部========*/

.footer1{
	background:#b79e75;
	height:72px;
}

.foot1{
	width:1009px;
	margin:0 auto;
	position:relative;
}

.f-wechat{
	position:absolute;
	top:-7px;
	left:0;
	z-index:99;
}

.f-tel{
	position:absolute;
	top:0;
	right:0;
}

.footer2{
	background:url(../img/i-8.jpg) repeat 0;
	background-size:100% 100%;
	padding:45px 0 46px;
}

.foot2{
	width:1136px;
	margin:0 auto;
}

.foot21{
	width:359px;
	margin-right:35px;
}

.foot21 h2{
	font-weight:bold;
	font-size:23px;
	color:#FFFFFF;
	margin-bottom: 11px;
}

.foot21 input,.foot21 textarea{
	background:url(../img/i-8.jpg) repeat 0;
	width:359px;
	border:1px solid #585858;
	padding:11px;
	margin-bottom:10px;
	color:#585858;
}

.foot21 textarea{
	min-height:95px;
	_height:95px;
}

.foot21 .f-btn{
	width:110px;
	line-height:30px;
	color:#ba9d75;
	background:#333333;
	padding:0;
	text-align: center;
	font-size:15px;
}

.foot22{
	width:591px;
	padding-top:35px;
}

.foot22 div{
	font-size:15px;
	margin-bottom: 21px;
	color:#e4c49e;
}

.foot22 div a{
	margin:0 20px;
	color:#e4c49e;
}

.foot22 div em{
	font-style:normal;
}

.foot22 p{
	line-height:26px;
	color:#e2c49e;
	margin-bottom: 14px;
	padding-left:20px;
}

.foot22 p img{
	width:27px;
	height:auto;
	vertical-align:middle;
	margin-right:24px;
}

.foot23{
	width:135px;
}

.foot23 img{
	width:100%;
}

.foot23 img:nth-child(1){
	margin-bottom: 17px;
}

/*内页main的统一样式*/
.ny-main{
	width:1190px;
	margin:0 auto;
	padding:60px 0 173px;
	background:#FFFFFF;
}

.ny-m1{
	width:225px;
}

.ny-m2{
	width:926px;
}

/*内页导航*/
.pro-m1-title{
	background:url(../img/ny-nav.jpg) no-repeat 0;
	background-size:100% 100%;
	padding:27px 0 23px;
	width:100%;
	text-align: center;
}

.pro-m1-title h1{
	color:#ecddb2;
	font-size:18px;
	/*font-weight:bold;*/
	margin-bottom: 10px;
}

.pro-m1-title h2{
	color:#ecddb2;
	font-size:16px;
	font-weight:bold;
}

.pro-m1-nav{
	margin-top:12px;
}

.pro-m1-nav li{
	padding:25px 0 26px 15px;
/*	height: 66px;
	padding-left:15px;*/
	font-size:15px;
	background-color:#eddcb1;
	margin-bottom: 10px;
}

.pro-m1-nav li a{
	color:#333333;
}

.pro-m1-nav .pro-m1-nav-on,.pro-m1-nav li:hover {
	background:url(../img/ny-nav.jpg) no-repeat 0;
	background-size:100% 100%;
}

.pro-m1-nav .pro-m1-nav-on a,.pro-m1-nav li:hover a{
	color:#FFFFFF;
}


/*==========首页===========*/

.i-m4{
	background:url(../img/i-11.jpg) no-repeat 0;
	background-size:100% 100%;
	padding:69px 0 87px;
}

.i-m4-m{
	width:1198px;
	margin:0 auto;
	text-align: center;
}

.i-m4-m>h3,.i-m3-m>h3{ 
	font-size:23px;
	color:#c7a066;
	margin-bottom: 23px;
}

.i-m4-m>p,.i-m3-m>p{ 
	font-size:16px;
	color:#FFFFFF;
	margin-bottom: 43px;
}

.i-m4-m-d{
	overflow: hidden;
	font-size:16px;
}

.i-m4-m-d1{
	width:594px;
	background:#FFFFFF;	
}

.i-m4-m-d1 img{
	width:100%;
	height:281px;	
}

.i-m4-m-d11{
	padding:27px 55px 36px 32px ;
	text-align: left;
}

.i-m4-m-d11:hover p,
.i-m4-m-d11:hover p a{
	color:#b79e74;
	cursor: pointer;
}

.i-m4-m-d11 p{
	line-height:47px;
	text-align: justify;
}

.i-m4-m-d11 p a{
	color:#333333;
}

/*.i-m4-m-d11 p a:hover{
	color:#b79e74;
}*/

.i-m4-m-d11 div{
	line-height:36px;
}


.i-m4-m-d2{
	width:592px;
}

.i-m4-m-d2 li{
	overflow:hidden;
	background:#FFFFFF;
	margin-bottom: 13px;
	padding:19px 65px 19px 17px;
}

.i-m4-m-d2 li:hover .i-m4-m-d2-m p,.i-m4-m-d2 li:hover .i-m4-m-d2-m div{
	color:#b79e74;
}

.i-m4-m-d2 .i-m4-m-d2-no{
	margin-bottom: 0;
}

.i-m4-m-d2-m{
	width:324px;
	text-align: left;
}

.i-m4-m-d2-m p{
	font-size:17px;
	line-height:29px;
	margin-bottom:10px;
	color:#060606;
}

.i-m4-m-d2-m div{
	font-size:15px;
	line-height:30px;
	color:#060606;
}

.i-m3{
	background:#f5f5f5;
	padding:69px 0 40px;
}

.i-m3-m{
	width:1195px;
	margin:0 auto;
	text-align: center;
	overflow:hidden;
}

.i-m3-m>p{ 
	color:#282828;
}

.i-m3-m ul{
	float:left;
}

.i-m3-m ul li{
	background:#d5d3d1;
}

.i-m3-m ul li:hover,.i-m3-m ul li:hover p{
	background:#d5b079;
	color:#674610;
}

.i-m3-m ul li img{
	width:100%;
}

.i-m3-m ul li p{
	padding:10px 0 9px;
	color:#060606;
	font-size:18px;
}

.i-m3-m .i-m3-m-u1{
	width:220px;
}

.i-m3-m .i-m3-m-u1 li{
	margin-bottom: 22px;
}

.i-m3-m .i-m3-m-u1 .i-m3-m-u1-no{
	margin-bottom: 0;
}

.i-m3-m .i-m3-m-u2{
	width:464px;
	margin:0 23px;
}

.i-m3-m .i-m3-m-u2 li img{
	height:460px;
}

.i-m3-m .i-m3-m-u3{
	width:464px;
	overflow: hidden;
}

.i-m3-m .i-m3-m-u3 li{
	float:left;
	width:220px;
	margin-right:24px;
	margin-bottom: 22px;
}

.i-m3-m .i-m3-m-u3 .i-m3-m-u3-no{
	margin-right:0;
}

.i-m3-m .i-m3-m-u3 li:nth-child(3){
	width:464px;
}

.i-m3-m .i-m3-m-u3 li:nth-child(3) img{
	height:196px;
}

.i-m1{
	background:#ffffff;
	padding:64px 0 106px;
}

.i-m1-m{
	width:1073px;
	margin: 0 auto;
	overflow:hidden;
}

.i-m1-m1{
	width:343px;
	height:418px;
}

.i-m1-m1 img{
	width:100%;
	height:100%;
}

.i-m1-m2{
	width:375px;
	height:418px;
	margin:0 30px 0 23px;
	border:1px solid #d2d2d2;
	/*padding:44px 52px 54px 35px; */
	padding:44px 52px 0 35px;
}

.i-m1-m2 h1{
	font-size:23px;
	color:#744a1e;
	margin-bottom: 22px;
}

.i-m1-m2 h2{
	height:1px;
	width:160px;
	background:#d5b079;
	margin-bottom: 14px;
}

.i-m1-m2 div{
	line-height:36px;
	color:#212020;
	font-size:13px;
}

.i-m1-m3{
	width:302px
}

.i-m1-m3 li{
	position:relative;
	margin-left:94px;
	border:1px solid #cccaca;	
	text-align: center;
	padding:34px 0;
	height:130px;
	cursor: pointer;
	margin-bottom: 10px;
}

.i-m1-m3 .i-m1-m3-no{
	margin-bottom: 0;
}

.i-m1-m3 li>div:nth-child(1) h2{
	color:#664711;
	font-size:23px;
	margin-bottom: 20px;
}

.i-m1-m3 li>div:nth-child(1) p{
	color:#868686;
	font-size:14px;
}



.i-m1-m3 li>div:nth-child(2){
	width:131px;
	height:131px;
	position:absolute;
	top:2px;
	left:-94px;
	padding:2px;
	border:2px solid #cccaca;	
	border-radius: 100% 100%;
	-webkit-border-radius: 100% 100%;
	overflow: hidden;
	background:#FFFFFF;
}

.i-m1-m3 li>div>div{	
	width:100%;
	height:100%;
	border-radius: 100% 100%;
	-webkit-border-radius: 100% 100%;
}

.i-m1-m3 li:hover{
	background:#d5b079;
	border-color: #d5b079;
}

.i-m1-m3 li:hover div h2,.i-m1-m3 li:hover div p{
	color:#FFFFFF;
}

.i-m2{
	background:url(../img/i-8.jpg) no-repeat center;
	padding:49px 0 82px;
}

.i-m2-m{
	width:1326px;
	margin:0 auto;
}

.i-m2-m1{
	margin-bottom:47px ;
	/*width:534px;
	margin:0 auto;*/
}
.i-m2-m1 ul{
	margin: 0px auto; width: 700px;}
.i-m2-m1 li{
	float:left;
	margin-bottom:47px ;
	position:relative;
	border:1px solid #d5b07b;
	margin:0 40px;
	padding:22px 18px;
	font-size:25px;
}

.i-m2-m1 li a{
	color:#d5b177;
}

.i-m2-m1 li:hover{
	background:url(../img/i-12.jpg) repeat-x 0;
	background-size:100% 100%;
}

.i-m2-m1 li:hover a{
	color:#523400;
}

/*.i-m2-m1 li:nth-child(1){
	background:url(../img/i-12.jpg) repeat-x 0;
	background-size:100% 100%;
}

.i-m2-m1 li:nth-child(1) a{
	color:#523400;
}*/

.i-m2-m1 li:nth-child(2){
}

.i-m2-m1 li div{
	width:51px;
	height:106px;
	position:absolute;
	top:-20px;
	right:-50px;
}

 
.i-m2-m1 li div img{
	width:100%;
	height:100%;
}

.i-m2-m2{
	border:1px dashed #a1a1a1;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	text-align: center;
	width:1050px;
	margin:0 auto 54px;
	padding:24px 0; 
}

.i-m2-m2 p{
	color:#c7a065;
	font-size:23px;
	margin-bottom: 24px;
}

.i-m2-m2 div{
	color:#FFFFFF;
	font-size:15px;
}

.i-m2-m3{
	width:1326px;
	margin:0 auto;
	position:relative;
}

.swiper-container3{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}

.swiper-slide{
	width:286px;
	border:1px solid #75725f;
	text-align: center;
	margin-right:17px;
}

.swiper-slide img{
	width:100%;
	height:382px;
}

.swiper-slide div{
	padding:21px 0 17px;
	color:#6a4711;
	background: #d5b079;
	font-size:15px;
}

.swiper-button-prev,.swiper-button-next{
	width:43px;
	height:85px;
}

.swiper-button-next{
	background:url(../img/right.jpg) no-repeat 0;
}

.swiper-button-prev{
	background:url(../img/left.jpg) no-repeat 0;
}



/*产品轮播*/
.scroll-outer{height:435px}
#scroll{width:1200px;margin:0 auto;}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:287px;height:435px;margin:0 auto;overflow:hidden;}
#scroll .item img{width:100%;height:100%;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.15);}
#scroll .shd a{display:block;width:100%;height:100%;}
#scroll .txt{position:absolute;left:0;bottom:0;right:0;text-align: center;padding:20px 0 17px;background-color:#d5b079;font-size:16px;color:#66450f;}
.owl-theme .owl-controls .owl-buttons div{position:absolute;top:180px;width:43px;height:85px;margin:0;padding:0;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-65px;background:url(../img/left.jpg) no-repeat 0;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-65px;background:url(../img/right.jpg) no-repeat 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{
}
.owl-theme .owl-controls .owl-buttons .owl-next:before{}


.owl-wrapper .owl-item .item:hover{
	-webkit-box-shadow:0px 0px 20px #605F5D;
	-moz-box-shadow:0px 0px 20px #605F5D;
	box-shadow:0px 0px 20px #605F5D;
}




/*======产品中心=======*/
.pro-m21{
	overflow: hidden;
	padding:8px 0 13px;
	border-bottom: 1px solid #e6e6e6;
	color:#676767;
}

.pro-m211{
	font-size:17px;
}

.pro-m212{
	margin:5px 27px 0 0;
}

.pro-m212 a{
	color:#676767;
}

.pro-22{
	margin-top:70px;
	overflow:hidden;
}

.pro-22 li{
	float:left;
	margin-right: 70px;
	width:262px;
	text-align: center;
	margin-bottom: 38px;
}

.pro-22 li img{
	display: block;
	width:100%;
	height:265px;
}

.pro-22 .pro-22-no{
	margin-right:0;
}

.pro-22 li div{
	padding:24px 0 12px;
	line-height:25px;
	color:#333333;
}

.pro-22 li:hover{
	background:#f9f7f8;
}

/*======产品详情=====*/
.pro1-m21{
	padding:3px 0 22px;
	border-bottom: 1px solid #dbd7d8;
	text-align: center;
}

.pro1-m21 h2{
	font-size:18px;
	color:#333333;
	margin-bottom: 22px;
}

.pro1-m21 p{
	color:#6d6d6d;
}

.pro1-m22{
	margin-bottom: 38px;
	padding-bottom: 26px;
	border-bottom:2px solid #e7e7e7;
}

.pro1-m22-img{
	text-align: center;
	margin:19px 0 35px;
}

.pro1-m22-img img{
	width:321px;
	height:430px;
}

.pro1-m22 ul{
	color:#333333;
	line-height:24px;
}

.pro1-m23 a{
	color:#333333;
	margin-right:104px;
}

/*===========新闻页=========*/

.news-m{
	padding-top: 24px;
}

.news-m li{
	overflow:hidden;
	margin-bottom: 40px;
}

.news-m li:hover div{
	color:#999999;
}

.news-m1{
	width:250px;
	height:150px;
}

.news-m1 img{
	width:100%;
	height:100%;
}

.news-m2{
	width:630px;
	padding:14px 42px 53px 0;
	color:#484848;
	border-bottom: 1px solid #bbbbbb;
}

.news-m2 p{
	font-size:19px;
	margin-bottom:16px;
}

.news-m2 div{
	line-height:24px;
}

/*=======新闻详情页======*/
.news1-m-title{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbd7d8;
}

.news1-m-title h1{
	margin-bottom: 14px;
	font-size:23px;
}

.news1-m-main{
	line-height:25px;
}

/*============关于我们==========*/

.about-nav li{
	padding:16px 0 16px 15px;
}

.about-m-main{
	margin:20px 0 40px;
	font-size:15px;
	line-height:28px;
}

.about-m-img{
	text-align: center;
}

















