html{
	font-size: 63%
}

body{
	margin: 0;
	background-image: url(../images/background.jpg);
	color: #898989;
	
	text-align: center;
	
}

a{
	color: #898989;
	text-decoration: none;
}
a:hover{
	color: #000;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear {
	DISPLAY: block; CLEAR: both; WIDTH: 100%; HEIGHT: 1px; OVERFLOW: hidden
}

.hidden{
	display: none;
}




.main-con{
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.brand-1{	
	width: 100%;
	margin-top: -80px;
	position: relative;
}
.brand-1 > .brand-1-con{
	background-image: url(../images/brand-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 180%;
	min-height: 200px;
	width: 100%
}
.brand-1  .main-con > img {
	margin-top: 30px;
	float: right;
	width: 50%;
}

.timer{
	display: none;
}
.ppln-con{
	width: 100%;
	position: relative;
	margin-top: 0;
	background-color: rgba(0,103,37,0.8);
}
.ppln-con .main-con{
		font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	padding: 15px;
	color: #fff;
}
.ppys-tit{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.ppys-tit img{
	width: 50%;
}
.ppys{
	width: 100%;
	padding: 5%;
	box-sizing:border-box;
	display: block;
	margin-bottom: 10px;
}
.ppys-img{
	width: 100%;
	float: left!important;
	text-align: left;	
	position: relative;
}
.ppys-img img{
	max-width: 100%;

}
.img-cover{
	display: none;
}


.ppys:hover .ppys-con{
	color: #ddd;
}



.ppys-con{
	width: 100%;
	text-align: justify;
	float: left!important;
	color: #fff;
	text-align: left;
	position: relative;
}
.ppys-color-1{
	background-color: #870000;
}
.ppys-color-2{
	background-color: #5c0000;
}
.ppys-con > h3 {
	
	font-size: 1.4rem;
	
	
}
.ppys-con > h3 img{
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}
.ppys-con > span{
	display: none;		
}
.ppys-con > p {
	font-size: 1.2rem;
	line-height: 1.5;	
} 









.ppgg{
	width: 100%;
	box-sizing:border-box;
	padding: 20px auto;
	background-image: url(../images/ppgg.jpg);
	margin: 20px auto;
}
.ppgg-tit{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ppgg-tit img{
	width: 50%;
}



.foot-1{
	display: none;
}

.foot-2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #5C0000;
	padding-top: 15px;
	text-align: center;
}
.foot-2  p{
	display: none;
}
.foot-link{
	display: inline-block;
	margin: 0 auto;
	float: none!important;
}
.foot-links{
	float: left;
	height: 20px;
	line-height: 20px;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.foot-links img{
	vertical-align: middle;
}
.foot-links:first-child{
	padding-left: 0;
	border-left: 0;
}
.foot-links:last-child{
	padding-right: 0;
	border-right: 0;
}