@charset "utf-8";
/* 定义动画关键帧 */
@keyframes slide {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(300px);
  }
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.toplogo {
	width: 99%;
	height: 101px;
	background-image: url(images/xzlindex_01.jpg);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	display:flex;
	justify-content:flex-end;
}
.line {
	background-image: url(images/xzlindex_03.jpg);
	background-color: #FFF;
	width: 99%;
	height: 3px;
}
.mybody {
	width: 99%;
	height: 100%;
	background-image: url(images/xzl_05.jpg);
	display: flex;
	justify-content: center;
	animation: slide 1s ease-in-out;
}
.mybodyGuanyu {
	width: 99%;
	height: 100%;
	display: flex;
	justify-content: center;
	animation: slide 1s ease-in-out;
	font-size: 18px;
}

.mybodyChanpin {
	width: 99%;
	height: 100%;
	background-image: url(images/chanpin_02.jpg);
	display: flex;
	justify-content: center;
	animation: slide 1s ease-in-out;
}

.bot_lianxi {
	height: 150px;
	width: 99%;
	background-color: #057DAA;
	color: #FFF;
	line-height: 30px;
	display: flex;
	justify-content: left;
	padding-top: 20px;
	font-weight: bolder;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-color: #F00;
	border-top-style: solid;
	letter-spacing: 1px;
}
.bottom {
	height: 20px;
	width: 99%;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-color: #034A65;
	padding-top: 3px;
}
.mybody_left {
	margin: 0px;
	padding: 5px;
	width: 70%;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	animation: slide 1s ease-in-out; /* 动画持续2秒，循环往复 */
	font-weight: bolder;
}
.mybody_left_Guanyu {
	width: 70%;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	animation: slide 1s ease-in-out; /* 动画持续2秒，循环往复 */
	font-weight: bolder;
	background-color: #DEF2F3;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	background-image: url(images/chanpin_02.jpg);
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
}
.mybody_right_Guanyu {
	width: 30%;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	animation: slide 1s ease-in-out; /* 动画持续2秒，循环往复 */
	font-weight: bolder;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.mybody_left_cp {
	margin: 0px;
	width: 40%;
	font-weight: bolder;
	letter-spacing: 1px;
	animation: slide 1s ease-in-out; /* 动画持续2秒，循环往复 */
	font-size: 15px;
	padding-left: 5px;
}

.mybody_right {
	margin: 0px;
	padding: 20px;
	animation: slide 1s ease-in-out; /* 动画持续2秒，循环往复 */
	font-size: 14px;
}


.mybody_center {
	text-align: center;
	animation: slide 1s ease-in-out; /* 动画持续2秒，循环往复 */
}

.baner {
	height: 30%;
	width: 50%;
	margin-top: 64px;
}
.redfont {
	color: #F00;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
