/* 新闻开始 */
.liaojiebg {
    width: 100%;
}
.liaojie {
    max-width: 1450px;
    margin: 0 auto;
}
.liaojie1 {
    background-color: #0172b7;
}
.liaojie1 ul {
    max-width: 1450px;
    margin: 0 auto;
}
.liaojie1 ul li {
    float: left;
    width: 140px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #348ec5;
}
.liaojie1 ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.liaojie1 ul li a:hover {
    background-color: #ffffff;
    color: #0172b7;
}
.liaojie2 {
    max-width: 1450px;
    margin: 60px auto 0;
}
.liaojie2-left {
    float: left;
    width: 48%;
}
.liaojie2-left h2 {
    font-size: 24px;
    color: #333333;
}
.liaojie2-left h3 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}
.liaojie2-left p {
    color: #333333;
    font-size: 16px;
}
.liaojie2-right {
    float: right;
    width: 50%;
}
.xiezhen {
    width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .liaojie3 {
      margin-top: 40px;
      background: url(..//images/liaojie1.jpg)no-repeat;
      padding-top: 83px;
      background-attachment:fixed;
  }
  .liaojie3 h2 {
      font-size: 42px;
      color: #ffffff;
      text-align: center;
      font-weight: normal;
  }
  .liaojie3 h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.liaojie3 p {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
}
.liaojie4 {
    max-width: 1450px;
    margin: 0 auto;
    padding: 40px 0;
}
.liaojie4-left {
    float: left;
    width: 100%;
    /*overflow: hidden;*/
}
.liaojie4-left img {
    width: 100%;
}
.liaojie4-left:hover img {
    transform: scale(1.1);
    transition: all 1s ease;
}
.liaojie4-right {
    float: right;
    width: 48%;
    padding-top: 77px;
}
.lx {
    float: left;
    width: 46%;
    text-align: center;
}
.lx h2 {
    color: #000000;
    font-size: 28px;
}
.lx h3 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
}
.lx p {
    font-size: 14px;
    color: #333333;
}
.td {
    float: right;
    width: 46%;
    text-align: center;
}
.td h2 {
    font-size: 28px;
    color: #333333;
}
.td h3 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}
.td img {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}
.td span {
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}






@media only screen and (max-width: 980px) {
    /* 了解我们开始 */
    .liaojie1 ul li {
        width: 50%;
    }
    .liaojie2 {
        margin-top: 20px;
    }
    .liaojie2-left {
        width: 96%;
        margin: 0px 2% 30px 2%;
    }
    .liaojie2-right {
        width: 96%;
        margin: 0px 2% 0px 2%;
    }
    .liaojie4-left {
        width: 100%;
    }
    .liaojie4-right {
        width: 96%;
        margin: 0px 2% 0px 2%;
    }
    .lx {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: left;
        padding-left: 10px;
    }
    .td {
        width: 60%;
        float: none;
        margin: 0 auto;
    }
}
