@charset "utf-8";
.hh1ww1{
	text-align: center;
	padding-top: 10px;
	margin: auto;
	width: 1101px;
	font-size: 30px;
	height: 50px;
	line-height: 30px;
	background-image: url(xx1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #FFF;
}

.hh1ww2{
	height: 30px;
	text-align: center;
	margin: auto;
	width: 100%;
	font-size: 20px;
	color: #FFF;
	margin-top: 20px;
}

.hh1 a{color:#ccc;}



.hh2{height: 45px;}
.hh2 ul li{float: left;padding: 0 39px;height: 45px;line-height: 45px;}
.hh2 ul li a{font-size: 19px;color: #fff;}
.hh2 ul li a:hover{transform: translate(5px,0);}
.banner1 {height:600px;position:relative; width:100%; overflow:hidden;display:block}
.banner1 .hd {position:absolute;bottom:59px;text-align:center;z-index:99;width:100%;}
.banner1 .hd ul li {display:inline-block;margin:0 5px;width:47px;height:5px;background:#FFF;text-indent:-9999px;cursor:pointer;}
.banner1 .hd ul li.on {background:#db261d;}
.banner1 .bd {height:100%}
.banner1 .bd ul {height:100%}
.banner1 .bd ul li { height:600px; position:relative}
.banner1 .bd ul li div{height:600px;transition: transform 6s ease-in-out;}
.banner1 .bd ul li.on div{transform: scale(1.2,1.2);}
.banner1 .bd ul li p{
	opacity: 0;
	transition: transform 0.5s ease-in-out;
	transform: translate(-600px,0px);
	position: absolute;
	left: 0;
	top: 30%;
	text-align: center;
	width: 100%;
	height: 70px;
	margin-top: 2%;
}
.banner1 .bd ul li.on p{opacity:1;transform: translate(0px,0px);}

.info ul {
	margin: 10% 0 0 5%;
}

.info ul li {
	display: block;
	float: left;
	width: 47%;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 2%
}