* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: white;
}
body {
  min-width: 1000px;
}
.contain .all {
  width: 1100px;
  position: relative;
  left: 50%;
  margin-left: -550px;
}
.contain .all .title {
  width: 100%;
  height: 500px;
  background: url('../pic/banner.png') no-repeat;
  background-size: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.contain .all .title img {
  width: 100px;
  height: 100px;
  margin-left: 20%;
}
.contain .all .title ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 40px;
  margin-left: 20px;
}
.contain .all .title ul li {
  width: 80px;
  text-align: center;
  color: white;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.contain .all .title ul li:hover {
  background-color: #009a44;
}
.contain .all .title p {
  color: white;
  margin-left: -70px;
  margin-top: 5px;
  height: 20px;
  cursor: pointer;
}
.contain .all .entry {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.contain .all .entry img {
  width: 400px;
  height: 105px;
  cursor: pointer;
}
.contain .all .us {
  width: 100%;
  margin-top: 90px;
}
.contain .all .us > img {
  width: 1100px;
  height: auto;
}
.contain .all .us .func {
  width: 750px;
  height: 365px;
  margin-left: 180px;
  margin-top: 60px;
  margin-bottom: 120px;
  background: url('pic/新闻动态-背景图.png') no-repeat;
}
.contain .all .us .func .cc {
  position: relative;
  width: 1100px;
  left: -80px;
}
.contain .all .us .func .cc .pic1 {
  position: relative;
  top: 80px;
  left: 50px;
  z-index: 10;
}
.contain .all .us .func .cc .pic2 {
  position: relative;
  top: 40px;
  left: -90px;
  z-index: 20;
}
.contain .all .us .func .cc .pic3 {
  position: relative;
  top: 80px;
  left: -219px;
  z-index: 10;
}
.contain .all .us .func .cc .right {
  position: relative;
  left: -165px;
}
.contain .all .us .func .arrow {
  width: 50px;
  height: 90px;
  cursor: pointer;
}
.contain .all .us .func .pic {
  width: 318px;
  height: 361px;
}
.bottom3{
  height: 120px;
  background-color: #009a44;
  color: white;
  text-align: center;
  font-weight: 500;
  padding-top: 60px;
}
.bottom3 p:last-child{
  margin-top: 30px;
}
.bottom3 p:last-child span{
  cursor: pointer;

}