
html{
	overflow-x:hidden;
}
.header{
    width: 100%;
    height: 100px;
}
 
.container{
    width: 100%;
    height: 20px;
    margin: 0 auto;
}
 
.header .logo{
    float: left;
    margin-top: 15px;
	margin-left:0px;
}
 
.logo a{
    display: block;
    width: 60px;
}
 .logos{
      float: left;
    margin-top: 30px;
	color:#0795A0;
	font-weight:bold;
 }
.header .list{
    width: 1400px;
    height: 50px;
	 display: block;
	 margin:10px  0px  0px 20%;
	 font-size:19px;
}
 
a{
    text-decoration: none;
	color:#000;
}
 
.header li{
    float: left;
    list-style: none;

}
 
.list li{
    padding: 0px 70px 10px 35px;
    display: block;
    position: relative;
    transition: 0.2s all linear;
    cursor: pointer;
}
.list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #54CCCD;
    transition: 0.2s all linear;
}

.list li:hover::before {
    width: 80%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #54CCCD;
    z-index: -1;
}

.list li:hover ~ li::before {
    left: 0;
}

.list li:active {
    color: #54CCCD;
}
.pd  a{
	color:#54CCCD;
}
.informationPng{
	background-image:url(../images/information.png);
	background-repeat: no-repeat;
   background-size:100% 100%;
height:500px;
}
.pictureThree{
   width:100%;
   height:600px;
   background-color:#D9D9D9;
   background-size:100% 100%;
}

.Xinwen{
  font-size:30px;
  margin:0PX 0px 0px 850px;
  width:300px;
  height:30px;
 display: block;
 font-weight:bold;
}
.Xinwenbr{
   font-size:30px;
  margin:0px 0px 0px 780px;
  width:400px;
  height:30px;
 display: block;
 font-weight:bold;
}
.XinwenXiangxi{
  height: 280px;
  width: 800px;
  border: 3px groove #D9D9D9;
  margin-left:540px;
}
.tou{
	position:relative;
	left:650px;
	font-size:25px;
	font-weight:bold;
	color:#696969;
}

.End{
  height: 100px;
  width: 100%;
  background-color:#D9D9D9;
  padding:20px 0px 0px 40px;
   border-top: 3px groove #D9D9D9;
}
.pictureZS1{
  margin:200px 0px 0px 30%;
 background: url(../images/9.png);
	background-repeat: no-repeat;
  height: 130px;
  width: 100%;
}
.number{
margin:0px  0px 0px 30%;
  height:30px;
 display: block;
  font-size:16px;
  position:relative;
}
.LogoEnd{
 background: url(../images/logos.png);
	background-repeat: no-repeat;
  width:33px;
  height:29px;
 display: block;
  background-color:#red;
  margin:10px 0px 0px 20px;
}
.logoEnds{
margin:-60px 0px 0px 60px;
 width:60px;
  height:15px;
 display: block;
  font-size:15px;
}
.BeiZhu{
margin:13px 0px 0px 20px;
	 width:200px;
  height:15px;
 display: block;
  font-size:15px;
}