@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.clear{
	clear: both;
}
.main{
	width: 100%;
}
a{
	text-decoration:none;
}
p{
	font-family: "宋体";
}
/*banner部分*/
.banner{
	width: 100%;
	height: 836px;
	background: url(../images/bg.jpg) no-repeat center;
}
.ban_01{
	width: 177px;
	height: 176px;
	left: 58%;
	bottom: 86px;
}
/*con_01*/
.con_01{
	width: 100%;
	height: 795px;
	background: url(../images/bg_01.jpg) no-repeat center;
}
.ul_01{
	width: 966px;
	height: 154px;
	display: block;
	margin: 0 auto;
}
.ul_01 li{
	width: 300px;
	height: 154px;
	background-color: #1b1b1b;
	border-radius: 20px;
	float: left;
	text-align: center;
	color: #ffffff;	
	margin: 0 11px;
}
.p1{
	font-size: 40px;
	font-weight: bold;
	margin-top: 48px;
	margin-bottom: 10px;
}
.blk_h1{
	width: 100%;
	height: 581px;
}
.con_02{
	width: 100%;
	height: 665px;
	background: url(../images/bg_02.jpg) no-repeat center;
}
.blk_h2{
	width: 100%;
	height: 495px;
}
.btn_01{
	width: 352px;
	height: 54px;
	display: block;
	background-color: #000362;
	border-radius: 27px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin-left: 51.5%;
	animation: moves 2s linear infinite;
}
.con_03{
	padding-top: 65px;
	padding-bottom: 75px;
}
.tit_01{
	width: 460px;
	height: 91px;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.ul_02{
	width: 1074px;
	height: 444px;
	display: block;
	margin: 0 auto;
}
.ul_02 li{
	float: left;
}
.con_04{
	width: 100%;
	height: 854px;
	background: url(../images/bg_03.png) no-repeat center;
}
.floats{
	width: 250px;
	height: 278px;
}
.float_01{
	left: 25.4%;
	top: 26%;
	animation: moves 2s ease-in-out infinite;
}
.float_02{
	left: 61.4%;
	top: 26%;
	animation: moves 1.5s linear infinite;
}
.float_03{
	left: 19.9%;
	top: 60%;
	animation: moves 2.7s ease-in infinite;
}
.float_04{
	left: 66.9%;
	top: 60%;
	animation: moves 3.3s linear infinite;
}
.con_05{
	width: 100%;
	height: 721px;
	background: url(../images/bg_04.jpg) no-repeat center;
}
.blk_h3{
	width: 100%;
	height: 231px;
}
.ul_03{
	width: 588px;
	height: 430px;
	margin-left: 23.2%;
}
.ul_03 li{
	float: left;
	margin: 10px;
}
.con_06{
	width: 100%;
	height: 1057px;
	background: url(../images/bg_05.png) no-repeat center;
}
.blk_h4{
	width: 100%;
	height: 186px;
}


@keyframes moves {
      0%,100% {
          transform: translateY(0);
      }
      20%,70% {
          transform: translateY(-5px);
      }
      40%,80% {
          transform: translateY(0);
      }
  }
@-moz-keyframes moves /* Firefox */
{
0%,100% {
          transform: translateY(0);
      }
      20%,70% {
          transform: translateY(-5px);
      }
      40%,80% {
          transform: translateY(0);
      }
}

@-webkit-keyframes moves /* Safari and Chrome */
{
0%,100% {
          transform: translateY(0);
      }
      20%,70% {
          transform: translateY(-5px);
      }
      40%,80% {
          transform: translateY(0);
      }
}

@-o-keyframes moves /* Opera */
{
0%,100% {
          transform: translateY(0);
      }
      20%,70% {
          transform: translateY(-5px);
      }
      40%,80% {
          transform: translateY(0);
      }
}