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
}
.bigger-1:hover img{
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    
}
.bigger:hover img{
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    box-shadow: 0 0 10px gray;
}
.bigger:hover {
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    box-shadow: 0 0 10px gray;
}
.hidden{
	display: none;
}




.main-con{
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.main-con img{
	max-width: 100%;
	height: auto;
}

.brand-1{	
	width: 100%;
	margin-top: -40px;
	position: relative;
}
.brand-1 > .brand-1-con{
	background-image: url(../images/brand-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	min-height: 610px;
	width: 100%
}
.brand-1  .main-con > img {
	margin-top: 100px;
	float: right;
}

.timer{
	display: none;
}
.ppln-con{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,103,37,0.8);
}
.ppln-con .main-con{
		font-size: 1.5rem;
	line-height: 2;
	text-align: left;
	padding: 15px;
	color: #fff;
}
.ppys-tit{
	width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
	min-height: 110px;
}
.ppys{
	width: 100%;
	height: 238px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.ppys-img{
	width: 34%;
	
	position: relative;
}
.img-cover{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}


.ppys:hover .ppys-con{
	color: #ddd;
}



.ppys-con{
	width: 66%;
	
	color: #fff;
	text-align: left;
	position: relative;
}
.ppys-color-1{
	background-color: #870000;
}
.ppys-color-2{
	background-color: #5c0000;
}
.ppys-con > h3 {
	width: 80%;
	margin-top: 7%;
	margin-left: 10%;

	font-size: 2.4rem;	
}
.ppys-con > h3 > img{
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 5px;
}
.ppys-con > p {
	font-size: 1.5rem;
	line-height: 1.8;
	width: 80%;
	margin: 0 10%
} 




.pphd-tit{
	width: 100%;
	min-height: 115px;
	margin: 100px auto 50px;
}
.pphd{
	width: 100%;
	height: 580px;
	margin-bottom: 40px;
}

.t-l{
	text-align: left;
}
.t-r{
	text-align: right;
}
.slider-nav {
    text-align: center;         
}
.slider div img{
    display:inline!important;
}
.slider-nav .slick-slide{
    width: 33.33333%!important;
}






.ppgg{
	width: 100%;
	height: 915px;
	background-image: url(../images/ppgg.jpg);
	margin-top: 150px;
}
.ppgg-tit{
	width: 100%;
	min-height: 102px;
	margin-top: 80px;
	margin-bottom: 70px;
}




.foot-1{
	width: 100%;
	background-color: #870000;
	height: 230px;
}
.footer{
	text-align: center;
	width:20%;
	float: left;
	
	margin-top:20px;
	color: #ddd;
}

.footer h3 {
	font-size: 1.58rem;
}
.footer > ul {
	list-style: none;
	
	padding-left: 0;
}
.footer > ul > li {
	line-height: 25px;
	height: 25px;
}
.footer a{
	color: #ddd;
}
.footer a:hover{
	color: #fff;
}
.foot-2{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #5C0000;
	padding-top: 10px;
}
.foot-2  p{
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
	color: #ddd;
}
.foot-link{
	margin-top: 15px;
}
.foot-links{
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	border-right: 1px solid #fff;

}
.foot-links:last-child{
	padding-right: 0;
	border-right: 0;
}