@charset "utf-8";
/*other*/
body {
	background: url(../images/bg.jpg) no-repeat top center #fff8ee;
	background-size: 100% auto;
}
.yellow,.yellow a:link, .yellow a:visited, .yellow a:hover {
    color: #ffeea2;
}
.main {
	width: 100%;

}
.w1080 {
	width: 1080px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* top */
.Aus-top {
	width: 100%;
	position: relative;
	height: 48.3vw;
}
.Aus-top .text {
	position: absolute;
	width: 290px;
	height: 116px;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-top: 8vh;
}
.Aus-top .text li {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	line-height: 160%;
}
.Aus-top .title {
	position: absolute;
	top: 14vw;
	left: 50%;
	transform: translate(-50%, 0);
}
.Aus-top .title img {
	width: 60%;
	height: auto;
	animation: bounceIn 2s .2s ease both;
}
@keyframes bounceIn{
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/* p1 */
.Aus-p1 .tit1 {
	background: url(../images/titbg.png) no-repeat bottom;
	height: 85px;
	text-align: left;
}
.Aus-p1 .tit1 h3 {
	font: 600 36px/45px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	color: #febe00;
	padding-left: 40px;
}
.Aus-p1 .pic1 {
	margin-bottom: 40px;
}
.Aus-p1 .pic1 li {
	float: left;
	margin-left: 16px;
	width: 347px;
	margin-top: 34px;
}
.Aus-p1 .pic1 li:nth-child(3n+1) {
	float: left;
	margin-left: 0;
}
.Aus-p1 .pic1 li b {
	background: url(../images/titbg2.png) no-repeat;
	height: 57px;
	line-height: 57px;
	text-align: center;
	display: block;
	font-size: 20px;
}
.Aus-p1 .pic1 li b,
.Aus-p1 .pic1 li b a {
	color: #ffc58d;
}
.Aus-p1 .pic1 li img {
	background: #f0182a;
	padding: 5px;
	margin-top: 32px;
}
/* plan */
.Aus-plan {
	text-align: center;
	font-size: 20px;
	color: #c5a680;
}
/* copyright */
#copyright {
	color: #c5a680;
	padding: 50px 0 30px 0;
}
@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px){
	.w1080 {
		width: 100%;
	}
	.Aus-top .text {
		height: 96px;
		margin-top: 2vh;
	}
	.Aus-p1 .tit1 {
		background-size: 95% auto;
	}
	.Aus-p1 .tit1 h3 {
		padding-left: 55px;
	}
	.Aus-p1 .pic1 {
		margin-bottom: 20px;
	}
	.Aus-p1 .pic1 li {
		margin-left: -31.5px;
		transform: scale(0.9);
		margin-top: 24px;
	}
}
