body{
	padding: 0;
	margin:0;
}
.main{
	background: url(ban.jpg)no-repeat;
	position: relative;
	height: 600px;
        width: 100%;
        object-fit: cover;
        background-position: center;
	background-size: cover;
}
h2{
	    position: absolute;
    top: 30%;
    left: 33%;
    font-size: 40px;
    color: #000;
    font-weight: bold;
}
h3{
	position: absolute;
	top: 40%;
	left: 36%;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}
p{
	    text-align: center;
    position: absolute;
    top: 50%;
    left: 14%;
    width: 1000px;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 19px;
    color: #000;
}
.scale-up-center {
    color: #d00000;
	-webkit-animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
	        animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*.scale-up-top {
	-webkit-animation: scale-up-top 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
	        animation: scale-up-top 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}*/