* {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.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: 0 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;
}

.foot {
  height: 290px;
  width: 100%;
  background-color: #222222;
  position: relative;
}

.foot .footer {
  width: 1200px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot .footer .lianxi {
  width: 400px;
}

.foot .footer .lianxi h3 {
  font-size: 30px;
  text-align: center;
  color: #e5e5e5;
}

.foot .footer .lianxi p {
  font-size: 14px;
  padding-top: 50px;
  text-align: center;
  line-height: 40px;
  color: #d9d9d9;
}

.foot .footer .lianxi h4 {
  font-size: 36px;
  color: #076ce0;
  text-align: center;
}

.foot .footer .long {
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot .footer .long .lonli {
  width: 90px;
}

.foot .footer .long .lonli .small li {
  line-height: 36px;
}

.foot .footer .long .lonli .small li a {
  color: #4f4f4f;
}

.foot .footer .long .lonli .small li:nth-of-type(1) a {
  color: #ffffff;
}

.foot .banquan {
  position: absolute;
  bottom:29%;
  right: 38%;
  height: 80px;
  color: #ffffff!important;
  /*background-color: #000;*/
}

.foot .banquan p {
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #ffffff!important;
}

.foot .banquan p span {
  color: #ffffff!important;
  font-size: 14px;
}
.foot .banquan p  a {
  color: #ffffff!important;
}
.foot .banquan p  a span{
  color: #ffffff!important;
}

.zhan {
  height: 470px;
  background: url(../img/foot.jpg) no-repeat center;
}

.zhan .lue {
  width: 1200px;
  margin: 0 auto;
}

.zhan .lue h3 {
  padding: 50px 0;
  font-size: 30px;
  color: #000000;
  text-align: center;
}

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

.zhan .lue .swiper-container1 {
  width: 100%;
  overflow: hidden;
}

.zhan .lue .swiper-container1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zhan .lue .swiper-container1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.zhan .lue .swiper-container1 .swiper-wrapper img {
  width: 180px;
  margin: 0 10px;
}

.btn {
  width: 100%;
}

.btn img {
  width: 100%;
}
/*# sourceMappingURL=gongg.css.map */