.menu{
	display: none;
}
.menu_down{
	display: none;
}
.nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
	height:100%;
}
.nav li{
	margin:0 20px;
}
.nav li a{
	font-size: 16px;
	color: #444444;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav li a:hover{
	color: #714b00;
}
.nav li.choose a{
	color: #714b00;
}
.phone{
	line-height:80px;
	font-size: 16px;
	font-weight: bold;
	color: #8f5b39;
}
.phone i{
	font-size:20px;
	font-weight:lighter;
	display: inline-block;
	vertical-align: middle;
}
.module_page1{
	width: 100%;
	height:588px;
	padding-top: 60px;
	background:url(../images/module_page1.jpg) no-repeat center center;
}
.module_page1 figcaption{
	width: 50%;
	padding-right: 90px;
	position: relative;
}
.module_page1 figcaption h3{
	font-size: 48px;
	color: #8f5b39;
	margin-bottom:90px;
}
.module_page1 figcaption aside.name{
	position: absolute;
	left:0;
	top:80px;
	z-index: 1;
	width: 650px;
	line-height:45px;
	background:#000000;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	letter-spacing:34px;
	padding-left:6%;
}
.module_page1 figure{
	width: 50%;
}
.module_page1 .about_editor{
	font-size: 15px;
	color: #666666;
	line-height:36px;
	text-align:left;
		overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
a.more{
	display: block;
	width: 215px;
	height: 38px;
	line-height:36px;
	border-radius:25px;
	border:1px solid #d2d2d2;
	font-size: 13px;
	color: #444444;
	position: relative;
	padding-left: 40px;
	margin-top:50px;
}
a.more::after{
	content:"";
	position: absolute;
	right:45px;
	top:calc(50% - 5px);
	width: 48px;
	height: 9px; 
	background:url(../images/right.png) no-repeat center center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.module_page2{
	width: 100%;
	height:796px;
	padding-top: 60px;
	background:url(../images/module_page2.jpg) no-repeat center center;
}
.title h3{
	font-size: 48px;
	color: #ffffff;
	text-align: center;
}
.inpro_body{
	margin-top:35px;
}
.inpro_body .left{
	width:calc(50% - 40px);
	position: relative;
}
.inpro_body .left figure{
	width:100%;
	height: 470px;
}
.inpro_body .left figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inpro_body .left figcaption{
	position: absolute;
	left:0;
	bottom:0;
	z-index:9;
	height:70px;
	width: 100%;
	overflow:hidden;
}
.inpro_body .left figcaption p{
	color: #ffffff;
	font-size: 18px;
	line-height:85px;
	padding-left: 20px;
}
.inpro_body .left figcaption p span{
	font-size: 42px;
	color: #fff;
	font-family:'Bennmo Wuyu'; 
	margin-right: 10px;
}
.inpro_body .left figcaption::after{
	content:"";
	position: absolute; 
	width: 110%;
	height:100px;
	background: #8f5b39;
	left:-10px;
	top:10px;
	z-index:-1;
	-webkit-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	transform:rotate(2deg);
}
.inpro_body .right{
	width:calc(50% + 20px);
}
.inpro_body .right li{
	position:relative;
	padding:0;
	width:calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.inpro_body .right li figure{
	width: 100%;
	height:225px;
}
.inpro_body .right li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inpro_body .right li:nth-child(2n){
	margin-right: 0;
}
.inpro_body .right li:nth-child(3){
	margin-bottom: 0;
}
.inpro_body .right li:nth-child(4){
	margin-bottom: 0;
}
.inpro_body .right li figcaption{
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index:9;
	position: absolute;
	background:rgba(143,91,57,0.67);
	padding:10px;
	opacity:0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.inpro_body .right li figcaption a{
	display: block;
	height: inherit;
}
.inpro_body .right li figcaption aside{
	border:2px solid #dbbf92;
	height:inherit;
	text-align: center;
	padding-top: 60px;
}
.inpro_body .right li figcaption aside i{
	color: #fff;
	font-size: 30px;
}
.inpro_body .right li figcaption aside p{
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
}
.module_page2 a.more{
	margin: 0 auto;
	margin-top:40px;
}
.inpro_body .right li:hover figcaption{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.module_page3{
	width: 100%;
	height:723px;
	padding-top: 60px;
	background:url(../images/module_page3.jpg) no-repeat center center;
}
.news_list{
	margin-top: 40px;
}
.news_list li{
	width:calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow:0px 0px 5px #ccc;
	height:130px;
	border:2px solid #fff/*9c6b4b*/;
	padding:0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background:#fff;
}
.news_list li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	align-items: center;
	height:inherit;
}
.news_list li:nth-child(2n){
	margin-right: 0;
}
.news_list li .time{
	width: 19%;
	text-align: center;
}
.news_list li .con{
	width: 79%;
}
.news_list li .time h3{
	font-size: 48px;
	font-weight: bold;
	color: #666666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list li .time p{
	font-size: 14px;
	color: #666666;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list li .con h3{
	font-size: 18px;
	color: #666666;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list li .con{
	padding-left: 30px;
	border-left:1px solid #eeeeee;
}
.news_list li .con p{
	font-size: 13px;
	line-height:24px;
	color: #999999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-right: 70px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list li:hover{
	border-color:#9c6b4b;
}
.news_list li:hover h3{
	color: #9c6b4b;
}
.news_list li:hover .time p{
	color: #9c6b4b;
}
.news_list li:hover .con p{
	color: #000;
}
.news_list a.more{
	margin: 0 auto;
	margin-top:30px;
}
.footer_top{
	height:630px;
	width: 100%;
	padding-top: 70px;
	background: url(../images/footer_img01.jpg) no-repeat center center;
}
.footer_con .left h3{
	font-size: 48px;
	color: #fff;
}
.footer_con .left p{
	font-size: 17px;
	color: #fff;
	padding-top: 10px;
}
.f_message{
	margin-top: 40px;
}
.f_message li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.f_message li input{
	width: 255px;
	line-height:40px;
	border-radius:20px;
	margin-right: 10px;
	padding-left: 12px;
	font-size: 16px;
	color: #333;
}
.f_message li input::-webkit-input-placeholder{
	font-size: 16px;
	color: #444444;
}
.f_message li input:nth-child(2){
	margin-right: 0;
}
.f_message li textarea{
	width:520px;
	height:200px;
	border-radius:20px;
	padding-left: 10px;
	padding-top: 10px;
}
.yzm{
	position: relative;
	overflow: hidden;
	border-radius:25px;
	margin-right: 20px;
}
.yzm img{
	position: absolute;
	right:1px;
	top:0;
	z-index:9;
}
.f_message li button{
	width: 235px;
	height:40px;
	line-height:40px;
	text-align: center;
	border-radius:20px;
	font-size: 16px;
	color: #fff;
	background: #8f5b39;
	cursor: pointer;
}
.footer_con .right{
	width: 50%;
	padding-left: 20px;
}
.contact_con h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.contact_con p{
	font-size: 16px;
	color: #fff;
	line-height:48px;
}
.ewm{
	margin-top:80px;
}
.ewm figure{
	border:7px solid #fff;
}
.ewm figcaption{
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
	text-align: center;
}
.detail_nav{
	height:46px;
	border-bottom: 1px solid #ccc;
}
.detail_nav .flex{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	height: inherit;
}
.detail_nav a{
	font-size: 15px;
	color: #666;
	margin:0 20px;
}
.detail_nav p{
	font-size: 15px;
	color: #999;
}
.detail_nav i{
	font-size: 14px;
	color: #999;
}
.detail_nav a:last-child{
	color: #8f5b39;
}
.detail_con{
	padding-top: 50px;
	padding-bottom: 60px;
	background:url(../images/about_page.jpg) no-repeat center top;
}
.inside_title h6{
	width: 118px;
	height: 30px;
	line-height:30px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #8f5b39;
	border-radius:20px;
}
.inside_title h3{
	text-align: center;
	font-size: 48px;
	color: #333333;
	margin-top: 10px;
}
.about_editor{
	text-align: center;
	line-height:40px;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.pro_nav{
	width:190px;
}
.pro_nav li{
	width: 100%;
	height:48px;
	border-left:4px solid #8f5b39;
	background: #999999;
	margin-bottom: 1px;
	position: relative;
}
.pro_nav li::after{
	content:"";
	position: absolute;
	width:0;
	height: 100%;
	background:#8f5b39;
	border-left:4px solid #fbbb92; 
	z-index:0;
	left:-4px;
	top:0;
	opacity:0;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.pro_nav li a{
	display: block;
	padding-left: 25px;
	font-size: 16px;
	color: #fff;
	line-height:48px;
	position:relative;
	z-index:9;
}
.pro_nav li:hover::after{
	width: 100%;
	opacity: 1;
}
.pro_nav li.choose::after{
	width: 100%;
	opacity: 1;
}
.pro_list{
	width: 960px;
}
.pro_list ul{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.pro_titel{
	border-bottom:1px solid #eeeeee;
}
.pro_titel h3{
	height:48px;
	line-height:38px;
	font-size: 28px;
	color: #8f5b39;
}
.pro_list .list{
	margin-top: 30px;
}
.pro_list .list li{
	border:1px solid #e5e5e5;
	padding:0;
	width:calc(33.33% - 20px);
	margin:0 10px 20px 10px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	height:204px;
	overflow:hidden;
}
.pro_list .list li:nth-child(3n){
	margin-right: 0;
}
.pro_list .list figcaption{
	border-bottom:4px solid #999999;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.pro_list .list figcaption p{
	line-height:20px;
	padding:20px 0 15px 0;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.pro_list .list li figure{
	padding:9px 9px 9px 9px;
	overflow:hidden;
	height:100%;
}
.pro_list .list li figure img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.pro_list .list li:hover{
	box-shadow:0px 0px 5px #ccc;
	border-color:#8f5b39;
}
.pro_list .list li:hover figcaption{
	border-color:#8f5b39;
}
.pro_list .next{
	margin-top:20px;
}
.pro_list .next ul{
	-webkit-justify-content: center;
	justify-content: center;
}
.pro_list .next ul li{
	width: 32px;
	height: 32px;
	border:1px solid #a0a0a0;
	border-radius:5px;
	margin:0 5px;
}
.pro_list .next ul li a{
	display: block;
	line-height: 30px;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.pro_list .next ul li.choose{
	background: #8f5b39;
	border-color:#8f5b39;
}
.pro_list .next ul li.choose a{
	color: #fff;
}
.pro_dea{
	width: 800px;
}
.pro_dea figure{
	width: 100%;
	height:600px;
}
.pro_dea figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_dea figcaption{
	font-size: 16px;
	color: #666666;
	line-height:48px;
	margin-top:30px;
}
.pro_dea h3.title{
	text-align: center;
	font-size: 24px;
	color: #8f5b39;
	margin-bottom: 30px;
}
.pro_a{
	width: 138px;
	height: 54px;
	margin-top: 330px;
}
.pro_a a{
	display: block;
	width: 100%;
	line-height:54px;
	padding-left: 12px;
	background:#999999;
	color: #fff;	
	font-size: 14px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_a a span{
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 15px;
	margin-right: 15px;
}
.pro_prev a span{
	background:url(../images/prev.png) no-repeat center center;
}
.pro_next a span{
	background:url(../images/next.png) no-repeat center center;
	margin-right: 0;
	margin-left: 15px;
}
.pro_a:hover a{
	background: #8f5b39;
}
.news_title p{
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.news_title h3{
	color: #8f5b39;
	font-size: 36px;
	text-align: center;
	padding-top: 5px;
}
.editor{
	margin-top:30px;
	padding-bottom:50px;
	border-bottom:1px solid #eee;
}
.news_editor{
	font-size: 16px;
	color: #444;
	line-height:48px;
	padding:0 60px;
}
a.more:hover::after{
	right:20px;
}
.news_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.news_nav li span.prev{
	width: 23px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background:url(../images/left.png) no-repeat center center;
}
.news_nav li span.next{
	width: 23px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background:url(../images/right3.png) no-repeat center center;
}
.news_nav li a{
	font-size: 15px;
	color: #999999;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	display: block;
	line-height:40px;
}
.news_nav li a i{
	display: inline-block;
	vertical-align: middle;
	font-size:36px;	
}
.news_nav{
	margin-top: 30px;
}
.news_nav li a:hover{
	color:#8f5b39;
}
.map{
	height:650px;
}
.map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.map #map{
	width: 100%;
	height:650px;
}
.copy{
	color: #fff;
}
.copy a{
	color: #fff;
}

.videopage{
	padding:20px 0;
	max-width:1200px;
	margin:0 auto;
	width:100%;
}