.header {
  height: 120px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .headtl {
  width: 300px;
  line-height: 120px;
  font-size: 32px;
}

.header .hendul {
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 120px;
}

.header .hendul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

.header .hendul li a {
  height: 120px;
  text-align: center;
  display: block;
  color: #000000;
}

.header .hendul li a:hover {
  background-color: #076ce0;
  color: #ffffff;
}

.header .hendul .active {
  background-color: #076ce0;
  color: #ffffff;
}

.swiper-container {
  overflow: visible;
  width: 100%;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

.ullmeasu {
  width: 1200px;
  height: 500px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ullmeasu .title {
  width: 600px;
  padding-top: 50px;
}

.ullmeasu .title h3 {
  font-size: 34px;
  padding: 0 10px;
  border-left: 6px solid #076ce0;
}

.ullmeasu .title h3 span {
  font-size: 14px;
  color: #999999;
}

.ullmeasu .title p {
  width: 578px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

.ullmeasu .title a {
  display: block;
  line-height: 52px;
  width: 170px;
  text-align: center;
  font-size: 14px;
  color: #076ce0;
  border: 1px solid #076ce0;
}

.ullmeasu .imgg {
  width: 500px;
  position: relative;
}

.ullmeasu .imgg .img1 {
  width: 482px;
  position: absolute;
  top: 0;
  left: 0;
}

.ullmeasu .imgg .img2 {
  width: 386px;
  top: 30px;
  left: 130px;
  position: absolute;
}

.three {
  width: 100%;
  height: 920px;
  margin-top: 300px;
  background: url("/public/static/index/image/three.jpg") no-repeat center;
}

.three .chang {
  width: 1200px;
  height: 100%;
  margin: 0px auto;
}

.three .chang h3 {
  padding: 100px 0;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.three .chang h3 p {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
}

.three .chang .threeul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.three .chang .threeul li {
  width: 216px;
}

.three .chang .threeul li .imgg {
  width: 100%;
}

.three .chang .threeul li .kaida {
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  position: relative;
}

.three .chang .threeul li .kaida .dichan {
  position: absolute;
  font-size: 24px;
  width: 100%;
  z-index: 1;
}

.three .chang .threeul li .kaida .dichan img {
  margin-left: 80px;
}

.three .chang .threeul li .kaida .shuzi {
  position: absolute;
  font-size: 60px;
  top: 0;
  color: rgba(55, 85, 128, 0.882);
}

.news {
  width: 1200px;
  margin: 50px auto;
}

.news h3 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin: 50px 0;
}

.news h3 p {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #999999;
}

.news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.news ul li {
  width: 378px;
  border: 1px solid #999999;
}

.news ul li a img {
  width: 100%;
}

.news ul li a p {
  margin: 15px 18px 19px;
  font-size: 16px;
  color: #666666;
}

.news ul li .lip {
  margin: 15px 18px 19px;
  color: #b2b2b2;
  font-size: 14px;
}
/*# sourceMappingURL=index.css.map */