/*****************************************************************banner-bread******************************************************************************/
.banner {
	width: 100%;
	height: 800px;
	background-image: url("/templets/omd2022/images/banner-omdgs.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#box {
	position: relative;
	width: 730px;
	height: 350px;
	margin: auto;
	top: 170px;
	border: none;
}

#box img {
	position: absolute;
}

#box img:nth-child(1) {
	/*left:-8px;*/

	left: -2000px;
}

#box img:nth-child(1).on {
	left: 10px;
	transition: 0.5s 0.8s;
}

#box img:nth-child(2) {
	/*left:163px;*/
	top: 190px;
	left: 2000px;
}

#box img:nth-child(2).on {
	left: 0;
	transition: 0.5s 1.2s;
}

#box img:nth-child(3) {
	left: 23.5px;
	top: 300px;
	animation: shake 0.8s linear;
}

@keyframes shake {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1.2);
	}

	40% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1.15);
	}

	60% {
		transform: scale(0.9);
	}

	70% {
		transform: scale(1.1);
	}

	80% {
		transform: scale(0.95);
	}

	90% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

#box img:nth-child(4) {
	/*left:510px;*/
	top: 21px;
	left: 1500px;
}

#box img:nth-child(4).on {
	left: 510px;
	transition: 0.5s 0.5s;
}


/*******************************banner结束********************************************/
.box1 {
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 115px;
}

.box1-body {
	width: 1200px;
	height: 480px;
	margin: auto;
	padding-top: 115px;
}

.box1-left {
	width: 470px;
	height: 480px;

}

.box1-left-1 {
	width: 400px;
	height: 52px;
	border-bottom: 1px solid #ececec;
	font-size: 29px;
	color: #DF1C4E;
	font-weight: 400;
	line-height: 52px;
}

.box1-left-1 span {
	color: #CDCDCD;
	padding-left: 20px;
}

.box1-left-2 {
	width: 470px;
	height: auto;
	margin-top: 40px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5e5e5e;
	line-height: 32px;

}

.box1-left-3 {
	width: 381px;
	height: 77px;
	margin-top: 50px;
}

.box1-right {
	width: 655px;
	height: 480px;

}

.box1-right .swiper-slide {
	width: 947px;
	height: 480px;
	padding-right: 120px;
}

/*******************************box1结束********************************************/

.box2 {
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-bottom: 115px;
}

.box2-jt {
	width: 54px;
	height: 54px;
	margin: auto;
	position: relative;
	top: -27px;
}

.box2-body {
	width: 1200px;
	height: 530px;
	margin: auto;

}

.box2-title {
	width: 500px;
	height: 46px;
	background: #e7e9e6;
	border-radius: 23px;
	text-align: center;
	color: #454545;
	position: relative;
	top: 150px;
}

.box2-title dt {
	width: 120px;
	height: 35px;
	margin-top: 5.5px;
	line-height: 35px;
	margin-left: 5.5px;
}

.box2-title dd {
	width: 120px;
	height: 35px;
	margin-top: 5.5px;
	line-height: 35px;
}

.box2-dj {
	background: linear-gradient(179deg, #FF748D, #D60F4A);
	border-radius: 18px;
	color: #fff;
}

.box2-1 {
	width: 519px;
	height: 54px;
	margin-top: 30px;
}

.box2-2 {
	width: 816px;
	height: 338px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 40px;
	margin-top: 80px;
}


.box2-3 {
	width: 495px;
	height: 280px;
	position: relative;
	bottom: 460px;
	left: 680px;
}

.box2-3 img {
	width: 495px;
	height: 280px;
}

.box2-next {
	width: 40px !important;
	height: 40px !important;
	background-image: url("https://cdn.cdomdmyxy.com/zt/xxjj/box2-next.png");
	background-size: 100% 100%;
	right: -60px;

}

.box2-zixun {
	width: 264px;
	height: 71px;
	background: #DF1C4E;
	border-radius: 35px;
	margin: auto;
	text-align: center;
	line-height: 71px;
	font-size: 22px;
	font-weight: 400;
	margin-top: 80px;
	transition-duration: 0.5s;
}

.box2-zixun a {
	color: #fff;
}

.box2-zixun:hover {
	width: 304px;
	font-size: 24px;
}

/*******************************box2结束********************************************/

.box3 {
	width: 100%;
	height: auto;
}





/*******************************box3结束********************************************/
.box4 {
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 115px;
}

.box4-body {
	width: 1200px;
	height: 660px;
	margin: auto;
	margin-top: 90px;

}






/*******************************box4结束********************************************/
.box5 {
	width: 100%;
	height: 460px;
}

.box5-bg {
	width: 100%;
	height: 460px;
	ackground-color: #000;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	overflow: hidden;
	position: relative;
	bottom: 465px;
}

.box5-bg1 {
	width: 647px;
	height: 135px;
	margin: auto;
	padding-top: 150px;
}

.box5-bg2 {
	width: 263px;
	height: 33px;
	margin: auto;
	padding-top: 120px;
}



/*******************************box5结束********************************************/


.box6 {
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 115px;
}

.box6-body {
	width: 1200px;
	height: 539px;
	margin: auto;
	margin-top: 90px;

}

.box6-2 {
	width: 1201px;
	height: 537px;
	margin: auto;
	margin-top: 90px;
}

/*******************************box6结束********************************************/

.box7 {
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-bottom: 80px;
}

.box8-ct {
	width: 1200px;
	height: 461px;
	margin: auto;
	padding-top: 80px;
}

.box8-left {
	width: 717px;
	height: 461px;
}

.box8-right {
	width: 465px;
	height: 461px;
}
