@font-face {
	font-family: Futura;
	src: url(fonts/Futura-Bold.otf);
}

@font-face {
	font-family: Hero;
	src: url(fonts/Hero.otf);
}
.head{
	box-shadow: 5px 3px 13px rgba(0,0,0,0.3);
	position: relative;
	z-index: 99;
}
.head .head-logo{
	margin: 16px auto 10px;
}
.head .head-nav li{
	float: left;
	padding: 40px 10px 20px;
	position: relative;
	display: block;
	font-size: 16px;
	margin: 0 15px;
}
.head .head-nav li:after{
	content: "";
	width: 0;
	height: 2px;
	background: #cfa972;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.head .head-nav li:hover:after{
	width: 100%;
}
.head .head-nav li a:hover{
	color: #cfa972;
}
.head .head-tel{
	margin-top: 30px;
}
.head .head-tel p{
	font-size: 20px;
	color:#231917 ;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 8px;
}


.title {
	margin: 60px auto 30px;
	float: left;
}
.title .title-tit{
	padding: 5px 10px;
}
.title .title-tit h1{
	font-size:48px;
	color: #333;
	font-weight: bold;
}
.title .title-tit p{
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.pro-more{
	float: right;
	margin-top: 90px;
}

.pro-more a{
	font-family: 18px;
	padding: 15px 30px;
	border: 1px solid #eee;
	border-radius: 50px;
	
}
.pro-more a:hover{
	background: #cfa972;
	color: #fff;
	
}
.pro-show .pro-1{
	position: relative;
	overflow: hidden;
	
}
.pro-show .pro-1 img,.pro-bot .pro-2 img{
	overflow: hidden;
	transition: all 0.6s;
}
.pro-show .pro-1 img:hover,.pro-bot .pro-2 img:hover{
	transform: scale(1.1);
}
.pro-show .pro-1 .pro-txt,.pro-bot .pro-2 .pro-txt{
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(255,255,255,0.6);
	padding: 20px;
}
.pro-show .pro-1:hover .pro-txt,.pro-bot .pro-2:hover .pro-txt{
	background: rgba(207,169,104,0.6);
}
.pro-show .pro-1 .pro-txt h3{
	text-transform: uppercase;
	font-family: hero;
	font-size:36px;
	
}
.pro-show .pro-1:hover .pro-txt h3,.pro-show .pro-1:hover .pro-txt h4,.pro-bot .pro-2:hover .pro-txt h4,.pro-bot .pro-2:hover .pro-txt h3{
	color: #fff;
}

.pro-show .pro-1 .pro-txt h4{
	font-size:36px;
	color: #333;
	font-weight: bold;
	
}
.pro-bot{
	margin:20px 0 !important;
}
.pro-bot .pro-2{
	position: relative;
	overflow: hidden;
}

.pro-bot .pro-2 .pro-txt h4{
	font-size:30px;
	color: #333;
	font-weight: bold;
}
.pro-bot .pro-2 .pro-txt h3{
	text-transform: uppercase;
	font-family: hero;
	font-size:30px;
}
.about{
	padding:0 !important;
	overflow: hidden;
}
.about-con{
	position: relative;
	
}

.about-con .about-show{
	background: #fff;
	box-shadow: 5px 3px 15px rgba(0,0,0,0.3);
	padding: 30px 20px;
	position: absolute;
	bottom: 30px;
	left: 16%;
	transition: all 0.6s;
}
.about-con .about-show:hover{
	transform: translateY(-10px);
}
.about-show .about-1{
	padding-left: 50px;
	border-right: 1px solid #ccc;
}
.about-show .about-1 img,.about-show .about-1 h4,.about-show .about-1 h3{
	transition: all 0.6s;
}
.about-show .about-1 img:hover,.about-show .about-1 h4:hover,.about-show .about-1 h3:hover{
	transform: translateY(-5px);
}
.about-show .about-1 h3{
	color: #846537;
	font-size:34px;
	line-height: 60px;
}
.about-show .about-1 h4{
	font-size:18px;
	color: #333;
	padding-bottom: 10px;
}
.about-show .about-2{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding:0 30px;
	transition: all 0.6s;
}
.about-show .about-2:hover{
	transform: translateY(-5px);
}
.about-tel{
	font-size:16px;
	color: #666;
	border: 1px #cfa972 solid;
	border-radius: 50px;
	padding: 10px 20px;
	margin-top:50px;
}
.about-tel p span{
	color: #cfa972;
	font-size: 24px;
	font-family: futura;
	padding-left:15px;
}
.adv-1{
	margin-top: 30px;
}
.adv-txt {
	margin-top:40px;
}
.adv-txt .adv-tit{
	background: url(../image/adv1.png) no-repeat left;
	padding: 30px 40px;
	
}
.adv-txt .adv-tit h3{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height:60px;
}
.adv-txt .adv-tit h4{
	font-size: 24px;
	font-weight: lighter;
	color: #333;
}
.adv-txt p{
	font-size: 16px;
	color: #666;
	line-height:40px;
	margin-top: 50px;
	padding-left: 15px;
}
.new{
	margin-top: 50px;
}
.new-con .new-1{
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
	padding: 30px 40px; 
	margin-top: 50px;
	transition: all 0.6s;
}
.new-con .new-1 h3{
	font-size: 20px;
	color: #000;
	line-height:30px;
	margin-bottom: 40px;
}
.new-con .new-1 .new-hr{
	content:"";
	height: 2px;
	width: 100px;
	background-color: #cfa972;
	margin-bottom: 20px;
}
.new-con .new-1 p{
	color: #666;
	line-height:30px;
	font-size: 16px;
}
.new-con .new-1 img{
	margin-top: 20px;
}
.new-con .new-1:hover{
	transform: translateY(-10px);
}

.foot{
	background:url(../image/footbj.jpg) no-repeat;
	padding: 50px 0;
	margin-top: 60px;
	overflow: hidden;
}
.link {
	font-size: 16px;
	padding: 10px 0 20px;
	color: #999;
}

.link h3 {
	float: left;
}

.link ul li a {
	float: left;
	font-size: 16px;
	padding-left: 25px;
	color: #999;
}
.foot-con{
	margin-top: 50px;
}
.foot-logo .foot-1{
	background: url(../image/tit4.png) no-repeat left;
	padding-left: 70px;
	margin-bottom: 30px;
}
.foot-logo .foot-1 h3{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}
.foot-logo .foot-1 h4{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.foot-logo p{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding-left: 20px;

}
.foot-con dt{
	font-size: 20px;
	color: #d2d2d2;
	line-height: 70px;
}
.foot-con dd a{
	color: #d2d2d2;
	font-size: 16px;
	line-height: 40px;
}
.foot-ewm{
	margin-top: 30px;
}
.foot-logo{
	margin-top: 20px;
}
.foot-bot {
	font-size: 15px;
	color: #999;
	margin: 20px auto;
	text-align: center;
}

.foot-bot a {
	color: #999;
	font-size: 15px;
}
.sjtitle{
	padding: 30px 0;
}
.sjtitle h3{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #333;
	line-height: 60px;
}
.sjtitle h4{
	font-size: 16px;
	text-align: center;
	color: #999;
}
.sjtitle .sjtitle-hr{
	content: "";
	height: 2px;
	width: 100px;
	margin:30px auto 5px;
	background-color: #cfa972;
}
.sjabout{
	background: url(../image/sjabout.jpg)no-repeat top;
	padding: 20px;
}
.sjabout-1{
	background: rgba(255,255,255,0.8);
	padding: 30px;
	margin-top:150px;
}
.sjabout-tit p{
	font-size: 16px;
	line-height: 35px;
	color: #666;
}
.sjfoot{
	background-color: #4b4b4b;
	padding: 20px;
}
.sjfoot p{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
@media only screen and (max-width: 767px) {
	
	.pro-show .pro-1 .pro-txt h4,.pro-show .pro-1 .pro-txt h3,.pro-bot .pro-2 .pro-txt h4,.pro-bot .pro-2 .pro-txt h3{
		font-size:24px;
		
		
	}
	.pro-show .pro-1 .pro-txt,.pro-bot .pro-2 .pro-txt{
	
		bottom: 20px;
		left: 5px;
		
	}
	.pro-show .pro-1 {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1400px){
	.about-con .about-show{
		left:2.3%;
	}
	.adv-txt{
		margin-top: 0 !important;
	}
	.adv-txt p{
		line-height: 30px;
		margin-top: 10px;
	}
	.adv-txt .adv-tit{
		padding: 26px 40px;
	}
	.adv-txt .adv-tit h4{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1500px) and (min-width:1400px){
	.about-con .about-show{
		left:5%;
	}
	.adv-txt p{
		line-height: 40px;
		margin-top: 10px;
	}
	.adv-txt{
		margin-top: 0 !important;
	}
	.adv-txt .adv-tit{
		padding: 26px 40px;
	}
}
@media only screen and (max-width: 1660px) and (min-width:1500px){
	.about-con .about-show{
		left:9%;
	}
	.adv-txt p{
		line-height: 40px;
		margin-top: 10px;
	}
	.adv-txt{
		margin-top: 0 !important;
	}
	.adv-txt .adv-tit{
		padding: 26px 40px;
	}
}
@media only screen and (max-width: 1690px) and (min-width:1660px){
	.about-con .about-show{
		left:11%;
	}
	.adv-txt p{
		line-height: 40px;
		margin-top: 10px;
	}
	.adv-txt{
		margin-top: 0 !important;
	}
	.adv-txt .adv-tit{
		padding: 26px 40px;
	}
}