/* 清除默认样式 */
*{
	/* background: url(../img/BG1.jpg) no-repeat;
	background-position: center top;
	 background-attachment: fixed;
	background-size: cover; */
	margin: 0;
	padding: 0;
}
/* header部分样式 */
.box>.headers{
	height: 500px;
	background:url(../img/xiaoyuan.jpg) no-repeat;
	/* background-position: center top;
	background-attachment: fixed; */
	background-size:100% 100%;
}
.headers>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headers>div>p{
	margin-bottom: 20px;
}
.headers>div>div>.img1 {
	width: 180px;
}
.headers>div>div>.img2 {
	margin-bottom: 50px;
	max-width: 400px;
}
.headers>div>div>p {
	width: 320px;
	height: 53px;
	line-height: 40px;
	letter-spacing: 3px;
	/* 	background-color: #fff; */
	font-size: 32px;
	color: #000000;
}
.headers>p{
	margin-top: 15px;
	margin-left: 1100px;
	font-size: 24px;
	color: #e31818;
	font-weight: bolder;
	text-shadow: 0 0 4px white;
}
.geyan {
	padding-right: 20px;
}
/* nav部分样式 */
.box>.navs{
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	background-color: #2a53a5;
}
.box>.navs>li :hover{
	line-height: 40px;
	height: 40px;
	background-color: #2e96ad;
}
.box>.navs>li>a{
	display: inline-block;
	text-decoration: none;
	color: aliceblue;
}
/* 正文内容部分样式起始点注释 */
.box>.Contents{
	margin: 40px auto;
	width: 1248px;
	/* background-color: blanchedalmond; */
}
/* 第一部分样式 */
.box>.Contents>.ContentsOne{
	/* background-color: brown; */
	height: 400px;
}
.box>.Contents>.ContentsOne>p{
	line-height: 28px;
	font-size: 20px;
	text-indent: 2em;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.box>.Contents>.ContentsOne>div{
	border-bottom: 2px solid #2a53a5;
	margin-bottom: 10px;
}
.box>.Contents>.ContentsOne>div>h1{
	text-align: center;
	width: 200px;
	color: white;
	background-color: #2a53a5;
	display: inline-block;
	align-items: center;
	
}
.Contents>.ContentsOne>ul{
	margin: 30px 0 0 0 ;
	padding: 0;
	overflow: hidden;
}
.Contents>.ContentsOne>ul>li{
	margin: 0 10px 0 0;
	text-align: center;
	width: 235px;
	height: 125px;
	float: left;
	list-style: none;
}
.Contents>.ContentsOne>ul>li>img{
	width: 230px;
	height: 120PX;
	transition: 0.4s;
}
.Contents>.ContentsOne>ul>li>img:hover{
	width: 240px;
	height:130px;
}
/* 第二部分样式 */
.box>.Contents>.ContentsTwo{
	/* background-color: palevioletred; */
	height: 400px;
}
.box>.Contents>.ContentsTwo>div{
	border-bottom: 2px solid #2a53a5;
	margin-bottom: 10px;
}
.box>.Contents>.ContentsTwo>p{
	line-height: 28px;
	font-size: 20px;
	text-indent: 2em;
	margin-bottom: 5px;
	letter-spacing: 2px;
	
}
.box>.Contents>.ContentsTwo>div>h1{
	background-color: #2a53a5;
	display: inline-block;
	align-items: center;
	text-align: center;
	width: 200px;
	color: white;
}
.Contents>.ContentsTwo>ul{
	margin: 20px 0 0 0 ;
	padding: 0;
	overflow: hidden;
}
.Contents>.ContentsTwo>ul>li{
	margin: 0 10px 0 0;
	text-align: center;
	width: 235px;
	height: 125px;
	float: left;
	list-style: none;
}
.Contents>.ContentsTwo>ul>li>img{
	width: 230px;
	height: 120PX;
	transition: 0.4s;
}
.Contents>.ContentsTwo>ul>li>img:hover{
	width: 240px;
	height:130px;
}
/* 第三部分样式 */
.box>.Contents>.ContentsThree{
	height: 550px;
}
.box>.Contents>.ContentsThree>div{
	border-bottom: 2px solid #2a53a5;
	margin-bottom: 10px;
}
.box>.Contents>.ContentsThree>p{
	line-height: 28px;
	font-size: 20px;
	text-indent: 2em;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.box>.Contents>.ContentsThree>div>h1{
	background-color: #2a53a5;
	display: inline-block;
	align-items: center;
	text-align: center;
	width: 200px;
	color: white;
}
.Contents>.ContentsThree>ul{
	margin: 20px 0 0 0 ;
	padding: 0;
	overflow: hidden;
}
.Contents>.ContentsThree>ul>li{
	margin: 0 10px 0 0;
	text-align: center;
	width: 235px;
	height: 125px;
	float: left;
	list-style: none;
}
.Contents>.ContentsThree>ul>li>img{
	width: 230px;
	height: 120PX;
	transition: 0.4s;
}
.Contents>.ContentsThree>ul>li>img:hover{
	width: 240px;
	height:130px;
}
/* 第四部分样式 */
.box>.Contents>.ContentsFour{
	height: 270px;
}
.box>.Contents>.ContentsFour>div{
	border-bottom: 2px solid #2a53a5;
	margin-bottom: 10px;
}
.box>.Contents>.ContentsFour>p{
	line-height: 28px;
	font-size: 20px;
	text-indent: 2em;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.box>.Contents>.ContentsFour>div>h1{
	background-color: #2a53a5;
	display: inline-block;
	align-items: center;
	text-align: center;
	width: 200px;
	color: white;
}
/* 第五部分样式 */
.box>.Contents>.ContentsFive{
	/* background-color: gold; */
	height: 500px;
}
.box>.Contents>.ContentsFive>div{
	border-bottom: 2px solid #2a53a5;
	margin-bottom: 10px;
}
.box>.Contents>.ContentsFive>p{
	line-height: 28px;
	font-size: 20px;
	text-indent: 2em;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.box>.Contents>.ContentsFive>div>h1{
	background-color: #2a53a5;
	display: inline-block;
	align-items: center;
	text-align: center;
	width: 200px;
	color: white;
}
/* 第六部分样式 */
.box>.Contents>.ContentsSix{
	background: url(../img/zhaosheng.jpg) no-repeat;
	background-size: 100% 100%;
	height: 800px;
}
/* 正文内容部分样式结束点注释 */

/* footer部分样式 */
.box>.footers{
	display: flex;
	justify-content: space-around;
	height: 200px;
	
	background-color: #2a53a5;
}

.box>.footers>div:first-child>h1{
	color: aliceblue;
	margin-bottom: 15px;
	text-align: center;
	align-items: center;
	padding-top: 0px;
}
.box>.footers>div:first-child>h1:nth-child(1){
	margin-top: 48px;
}

.box>.footers>div:last-child>div>img{
	margin-top: 10px;
	margin-right: 20px;
	width: 150px;
	height: 150px;
	/* width: 180px;
	background: url(../img/erweima.jpg) no-repeat;
	background-size: 100% 100%; */
}
.footers>ul{
	width: 320px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.footers p{
	color: white;
	margin-top: 5px;
	text-align: center;
	
}
.footers>ul img{
	width: 150px;
	height: 150px;
}





.tech-slideshow {
  height: 160px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  width: 1881px;
  background: url(../img/lunbo2.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 20s linear infinite;
}
/* .tech-slideshow:hover .mover-2 {
  opacity: 1;
} */

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-35%);  
  }
}



.tech-slideshows {
  height: 160px;
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshows > div {
  width: 4000px;
  background: url(../img/lunbo1.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshows .mover-1s {
  animation: moveSlideshows 25s linear infinite;
}
.tech-slideshows .mover-2s {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -18000px;
  animation: moveSlideshows 60s linear infinite;
}
/* .tech-slideshow:hover .mover-2 {
  opacity: 1;
} */

@keyframes moveSlideshows {
  100% { 
    transform: translateX(-68%);  
  }
}
