@import url(common.css);

/*Banner*/
.HomeBan{ height:635px; }
.HomeBan .BanList li a.bigImg{ height:635px;}
.tabList{ position:absolute; bottom:15px; width:100%;}
.tabList ul{ margin:0 auto;}
.tabList ul li{ float:left; list-style:none; width:35px; height:10px; margin:0 5px; cursor:pointer; background:#7A7B76; border-radius:5px;}
.tabList ul li:hover,.tabList ul li.on{ background:#FFF;}
@media (max-width: 768px){
	.HomeBan{ height:200px; }  
	.HomeBan .BanList li a.bigImg{ height:200px;}
	.tabList ul li{ width:25px; height:10px;}
    .tabList{ bottom:10px; }
}
@media (min-width: 768px) and (max-width: 1000px){
	.HomeBan{ height:300px; }   
	.HomeBan .BanList li a.bigImg{ height:300px;}
    .tabList{ bottom:10px; }
}
@media (min-width: 1000px) and (max-width: 1200px){
	.HomeBan{ height:400px; }   
	.HomeBan .BanList li a.bigImg{ height:400px;}
}


.bg_pro{
	padding:40px 0;
	overflow:hidden;
}
.bg_pro img{ max-width:100%;}
.bg_pro .fl{
	float:left;
	width:50%;
}
.bg_pro .fr{
	float:right;
	width:50%;
	position:relative;
}
.bg_pro .fr a{
	float:right;
	display:inline-block;
	margin-bottom:14px;
}
@media (max-width: 768px){
	.bg_pro{
		padding:30px 0;
	}
	.bg_pro .fr a{
		margin-bottom:0;
	}
	.bg_pro .fr a:first-child{
		padding-bottom:5px;
		background:#C5AE8C;
	}
}
@media (min-width: 768px) and (max-width: 1000px){
	.bg_pro .fr a{
		margin-bottom:0;
	}
	.bg_pro .fr a:first-child{
		padding-bottom:7px;
		background:#C5AE8C;
	}
}
@media (min-width: 1000px) and (max-width: 1200px){
	.bg_pro .fr a{
		margin-bottom:0;
	}
	.bg_pro .fr a:first-child{
		padding-bottom:9px;
		background:#C5AE8C;
	}
}


.bg-about{
	height:525px;
	background:url(/img/index4.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
}
.bg-about .container{
	position:relative;
	height:100%;
}
.aboutbtn{
	display:inline-block;
	position:absolute;
	text-align:right;
	right:110px;
	top:50%;
}
.aboutbtn h1{
	color:#FFF;
	font-size:35px;
	position:relative;
	padding-right:60px;
}
.aboutbtn span{
	display:inline-block;
	width:50px;
	height:50px;
	background:#9A4C00;
	border-radius:50%;
	text-align:center;
	color:#FFF;
	position:absolute;
	right:0;
	top:-3px;
}
.aboutbtn span:after{
	content: ">";
	display: block;
	font-size:35px;
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:0;
}
@media (max-width: 768px){
	.bg-about{
		height:230px;
	}
	.aboutbtn{
		right:20px;
		margin-top:-20px;
	}
	.aboutbtn h1{
		font-size:30px;
		padding-right:50px;
	}
	.aboutbtn span{
		width:40px;
		height:40px;
	}
	.aboutbtn span:after{
		font-size:30px;
		margin-left:-10px;
		margin-top:-2px;
	}
}
@media (min-width: 768px) and (max-width: 1000px){
	.bg-about{
		height:350px;
	}
	.aboutbtn{
		right:0;
		margin-top:-20px;
	}
	.aboutbtn h1{
		font-size:30px;
		padding-right:55px;
	}
	.aboutbtn span{
		width:45px;
		height:45px;
	}
	.aboutbtn span:after{
		font-size:30px;
		margin-left:-10px;
	}
}
@media (min-width: 1000px) and (max-width: 1200px){
	.bg-about{
		height:450px;
	}
	.aboutbtn{
		right:70px;
		margin-top:-20px;
	}
	.aboutbtn h1{
		font-size:30px;
		padding-bottom:5px;
	}
	.aboutbtn p{
		font-size:14px;
		padding-bottom:15px;
	}
	.aboutbtn span{
		width:45px;
		height:45px;
	}
	.aboutbtn span:after{
		font-size:30px;
		margin-left:-10px;
	}
}


.proshow{
	padding:50px 0;
	overflow:hidden;
}
.proshow .prolist{
	width:1260px;
	margin-left:-30px;
}
.proshow h1{
	text-align:center;
	font-size:30px;
	color:#000;
	padding-bottom:30px;
	border-bottom:1px solid #E9E9E9;
}
.proitem{
	position: relative;
	min-height: 1px;
	float:left;
	width:25%;
	text-align:center;
	margin:10px 0;
}
.itemshow {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 0px;
}
.itemshow img {
	width: 100%;
	vertical-align:middle;
	transition: all 0.3s;
	padding: 15px;
	background: #FFF;
	max-height:280px;
}
.itemshow img:hover {
	transform: scale(1.02);
}
.itemshow h3{
	text-align: center;
	font-weight:normal;
	margin:0;
	color: #000;
	font-size:16px;
}
@media (max-width: 768px){
	.proshow{
		padding:30px 0;
	}
	.proshow .prolist{
		width:100%;
		margin:0;
	}
	.proshow h1{
		font-size:20px;
		padding-bottom:10px;
	}
	.proitem{
		margin:5px 0;
		width:50%;
	}
	.itemshow {
		padding: 5px;
	}
	.itemshow img {
		padding: 5px;
	}
	.itemshow h3{
		font-size:14px;
	}
}
@media (min-width: 768px) and (max-width: 1000px){
	.proshow{
		padding:20px 0;
	}
	.proshow .prolist{
		width:100%;
		margin:0;
	}
	.proshow h1{
		font-size:25px;
		padding-bottom:15px;
	}
	.proitem{
		margin:5px 0;
	}
	.itemshow {
		padding: 10px;
	}
	.itemshow img {
		padding: 10px;
	}
	.itemshow h3{
		font-size:14px;
	}
}
@media (min-width: 1000px) and (max-width: 1200px){
	.proshow .prolist{
		width:100%;
		margin:0;
	}
	.proshow h1{
		font-size:25px;
		padding-bottom:15px;
	}
	.proitem{
		margin:5px 0;
	}
	.itemshow {
		padding: 10px;
	}
	.itemshow img {
		padding: 10px;
	}
	.itemshow h3{
		font-size:14px;
	}
}

