* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
}

.content {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.relative {
	position: relative;
	width: 100%;
}

.s20 {
	width: 20%;
}

.s30 {
	width: 30%;
}

.s40 {
	width: 40%;
}

.s50 {
	width: 50%;
}

.s60 {
	width: 60%;
}

.s70 {
	width: 70%;
}

.s80 {
	width: 80%;
}

.s90 {
	width: 90%;
}

.s100 {
	width: 100%;
}

.auto {
	margin: 0 auto;
}

.paddingbottom20 {
	padding-bottom: 20px;
}

/* 2P */
.absolute {
	position: absolute;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p2_img {
	bottom: 0px;
}

.p2-text {
	top: 30px;
	color: white;
	flex-direction: column;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
@media only screen and (min-width: 1400px) {
	.p2-text {
		top: 80px;
		color: white;
		flex-direction: column;
		font-size: 18px;
		text-align: center;
		line-height: 40px;
	}
}
/* p3 */
.p3 {
	background: #011b1d;
}

.p3-a {
	background: #012224;
}

.p3-b {
	background: #022729;
}

.p3-c {
	/* background: #012224; */
	/* width: 80%; */
	margin: 0 auto;
}

.p4 {
	background: #011b1d;
}

.p3-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.wenzi3 {
	height: 150px;
	display: flex;
	align-items: center;
}

.text {
	width: 80%;
	margin: 0 auto;
	background: #0f3b38;
}

.text p {
	width: 50%;
	margin: 0 auto;
	color: white;
	text-align: center;
	height: 80px;
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: 10px 0;
}

.p3-img {
	justify-content: space-around !important;
}

.Hood3-img {
	width: 80%;
	margin: 20px auto;
}


/* P4 */
.p4-a {
	width: 80%;
	margin: 0 auto;
}

.p4-text1 {
	height: 100px;
}

.p4-bj {
	background: #082b2b;
	margin: 40px 0;
}

.p4-b {
	width: 100%;
	/* height: 400px; */
	background: #082b2b;
}
.p4-b-text{
	width: 80%;
	text-align: left;
	color: white;
	margin: 10px 0;
	font-size: 16px;
}
/* 5p */
.p5 {
	background: #021c1d;
}

.p5-a {
	width: 100%;
	background: linear-gradient(#04575c, #011d1f);
}

.p5-b,
.p5-c {
	width: 80%;
	margin: 15px auto;
}

.p5-b-nr {
	height: 150px;
}

.p5-b-title {
	height: 120px;
}

.p5-c-nr {
	background: #0f3c39;
}

/* p6 */
.p6,
.p7 {
	background: #011b1d;
}

.p6-a,
.p7-a {
	width: 100%;
	background: #022124;
}

.p6-b,
.p6-c {
	width: 80%;
	margin: 15px auto;
}

.p6-b-nr {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.p6-text {
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	right: 0;
}

/* p7 */

.p7-b {
	width: 80%;
	margin: 0 auto;
}

.p7-b-title {
	padding: 40px 0;
}

.p7-b-text3 {
	height: 100%;
	background: #082b2b;
}

.p7-c {
	width: 100%;
	/* height: 150px; */
	background: #082b2b;
}
.p7-c div{
	padding: 20px 0;
	text-align: left;
	color: white;
	font-size: 12px;
}
.p7-c div p{
	margin: 5px 0;
}

.p2_bj2{
	display: none;
}

.Animation{
	opacity: 0;
	/* right: -500px; */
}
.p33{
	background: #011b1d;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	padding: 50px 0;
}
.p33 p{
	width: 70%;
	text-align: center;
	padding: 40px 0;
	letter-spacing: 5px;
}

@media only screen and (max-width: 768px) {
	.p33{
		padding: 20px 0;
	}
	.p33 img{
		width: 80%;
	}
	.p33 p{
		width: 80%;
		font-size: 12px;
		padding: 10px 0;
	}
	.Animation{
		opacity: 1;
	}
	.p2_bj2{
		display: block;
	}
	.p2_bj{
		display: none;
	}
	.column {
		display: flex;
		flex-direction: column;
		align-items: center;

	}
	.p6-a{
		flex-direction: column-reverse;
	}
	.margin {
		margin: 20px 0;
	}

	.p3-a .s40{
		width: 100%;
	}

	.p3-b img {
		width: 100%;
	}
	.p3-b .s50{
		width: 100%;
		background: #0f3b38;
	}
	.p3-text {
		margin: 20px 0;
	}
	.p3-text img{
		width: 80%;
	}
	.wenzi3 {
		height: 80px;
	}

	.text p {
		width: 80%;
		font-size: 12px;
	}

	.p3-img img {
		width: 70%;
		margin: 10px 0;
	}

	.Hood3-img {
		flex-direction: column-reverse;
	}

	.Hood3-img img {
		width: 100%;
		margin-bottom: 10px;
	}

	.p4-text1 {
		height: 80px;
	}

	.p4-bj {
		background: #082b2b;
		margin: 0 0;
		margin-bottom: 20px;
	}

	.p4-bj img {
		width: 90%;
		margin: 10px 0;
	}

	.p4-bj div {
		width: 100%;
	}

	.p4-b {
		/* height: 150px; */
	}
	.p4-b-text{
		font-size: 12px;
	}
	.p5-a .s50 img {
		width: 80%;
	}

	.p5-a .s50 {
		width: 100%;
	}

	.p5-a .flex {
		width: 100%;
		margin: 20px 0;
	}

	.p5-b-nr {
		height: 100px;
		justify-content: space-around;
	}

	.p5-b-nr .s50 {
		width: 100%;
	}
	.p5-b-nr .s50 img{
		width: 90%;
	}
	.p5-b-title {
		height: 50px;
	}

	.p5-c-nr .flex {
		width: 100%;
		margin: 10px 0;
	}
	.p5-c-nr .flex img{
		width: 90%;
		}
	.p5-c-nr .s40 {
		width: 100%;
		margin: 10px 0;
	}

	.p6-a .s50 {
		width: 100%;
		margin: 20px 0;
	}
	
	.p6-a .flex img {
		width: 80%;
	}

	.p6-b-nr .s60 {
		width: 100%;
	}

	.p6-text {
		position: inherit;
		width: 100%;
		height: 200px;
	}

	.p6-b-nr .s40 {
		width: 100%;
		margin: 10px 0;
	}

	.p7-a .s40 {
		width: 100%;
	}

	.p7-a .s60 {
		width: 100%;
	}

	.p7-a .s60 img {
		width: 90%;
		margin: 20px 0;
	}

	.p7-b .s40 {
		width: 100%;
	}

	.p7-b .s60 {
		width: 100%;
	}

	.p7-b .s60 img {
		width: 90%;
		margin: 10px 0;
	}

	.p7-b-title {
		padding: 20px 0;
	}

	.p7-c {
		/* height: 80px; */
	}

	.p2_img {
		bottom: -22px;
	}
	.p2-text {
		width: 90%;
		margin: 0 auto;
		top: 40px;
		color: white;
		flex-direction: column;
		font-size: 12px;
		text-align: center;
		line-height: 20px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 768px) {
	.column {
		display: flex;
		flex-direction: inherit;
		align-items: center;
		justify-content: space-between;
	}
}






.fadeInRight {
  -webkit-animation: fadeInRight 1.5s forwards;
  animation: fadeInRight 1.5s forwards;
}
.fadeInLeft {
  -webkit-animation: fadeInLeft 1.5s forwards;
  animation: fadeInLeft 1.5s forwards;
}
.zoomIn {
  -webkit-animation: zoomIn 1.5s forwards;
  animation: zoomIn 1.5s forwards;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

 100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 1;
  }
}

