#navb li:first-child .zyflg .nav_t {
  color: #0071af;
  font-weight: bold;
}

/* banner-start */
.carousel {
  position: relative;
}

.ban_text {
  position: absolute;
  top: 53%;
  left: 5%;
  background: #0071afe0;
  padding: 30px;
  z-index: 9;
  width: 48%;
}

.ban_text h3 {
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.ban_text p {
  font-size: 24px;
  margin-top: 15px;
  color: #fff;
}

.ban_text span a {
  font-size: 90px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  color: rgba(0, 0, 0, 0);
}

.ban_more {
  width: 100%;
  overflow: hidden;
  margin-top: 12%;
  display: none;
}

.ban_more a:first-child {
  width: 170px;
  line-height: 48px;
  display: block;
  float: left;
  background: #fff;
  color: #333;
  text-align: center;
  margin-right: 15px;
  transition: all 0.6s;
}

.frist_more a:last-child {
  width: 170px;
  line-height: 44px;
  display: block;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  float: left;
  transition: all 0.6s;
}

.ban_more a:hover {
  background: #0071af;
  color: #fff;
}

/* banner-end */
/* 产品中心—start */
.product_box {
  width: 100%;
  overflow: hidden;
  padding: 0;
  box-shadow: 5px 5px 20px 0 rgba(51, 51, 51, .15);
  z-index: 9;
  position: relative;
}

.product_box .w {
  padding: 0px;
  /* max-width: 1440px; */
  width: 100%;
  display: flex;
}

.cp_box {
  padding: 120px 4%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  WIDTH: 50%;
  FLOAT: LEFT;
}

.product_box .w .prod_search {
  max-width: 72%;
  margin: auto;
  overflow: hidden;
}

.product_box .w .prod_search h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
  color: #0071af;
}

.product_box .w .prod_search form {
  display: flex;
}

.product_box .w .prod_search form input {
  width: 85%;
  height: 62px;
  padding: 0 15px;
  border: 2px solid #0071af;
  outline: none;
}

.product_box .w .prod_search form input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 20px;
  color: #666;
}

.product_box .w .prod_search form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 20px;
  color: #666;
}

.product_box .w .prod_search form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 20px;
  color: #666;
}

.product_box .w .prod_search form button {
  width: 15%;
  background: #0071af;
  color: #fff;
  border: none;
  outline: none;
  height: 62px;
  font-size: 24px;
}

.product_box .w .product {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.product_box .w .product .product_left {
  width: 25%;
}

.product_box .w .product .product_center {
  width: 61%;
  overflow: hidden;
  background: #0071af;
  display: flex;
  justify-content: space-between;
}

.product_box .w .product .product_center .product_text {
  width: 50%;
  padding: 30px 0 30px 25px;
}

.product_box .w .product .product_center .product_text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #ffff;
  margin: 0 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_box .w .product .product_center .product_text p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}

.product_box .w .product .product_center .product_text a {
  width: 160px;
  line-height: 42px;
  background: #fff;
  color: #0071af;
  text-align: center;
  margin-top: 25px;
  display: block;
  border-radius: 5px;
  transition: all 0.6s;
}

.product_box .w .product .product_center .product_text a:hover {
  background: #ffffffb8;
}

.product_box .w .product .product_center .product_img {
  width: 49%;
  overflow: hidden;
}

.product_box .w .product .product_center .product_img img {
  border-radius: 260px 0 0 0;
}

.product_box .w .product .product_right {
  padding: 30px 25px;
  width: 37%;
  overflow: hidden;
  background: #0071af;
  color: #fff;
}

.product_box .w .product .product_right p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.product_box .w .product .product_right a {
  width: 120px;
  line-height: 42px;
  background: #fff;
  color: #0071af;
  text-align: center;
  margin-top: 25px;
  display: block;
  border-radius: 5px;
  transition: all 0.6s;
}

.product_box .w .product .product_right a:hover {
  background: #ffffffb8;
}


.product_box .w .search_box {
  width: 100%;
  float: left;
}

.product_box .w .search_box h3 {
  font-size: 40px;
  margin: 30px 0px 40px;
  line-height: 50px;
}

.product_box .w .search_box p {
  font-size: 18px;
  line-height: 22px;
  color: #666;
}

.product_box .w .search_box form {
  width: 100%;
  display: block;
  margin: 40px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_box .w .search_box form .sear_xh {
  width: 70%;
  display: flex;
}

.product_box .w .search_box form .sear_xh input {
  line-height: 49px;
  outline: none;
  padding: 0 10px;
  border: 2px solid #0071af;
  color: #666;
  height: 49px;
  border-radius: 0px;
}

.product_box .w .search_box form .sear_xh button {
  width: 70px;
  line-height: 44px;
  background: #0071af;
  color: #FFF;
  border: none;
  outline: none;
  font-size: 26px;
}

.product_box .w .search_box form .sear_cc {
  width: 60%;
  display: flex;
  display: none;
}

.product_box .w .search_box form .sear_cc input {
  width: 30%;
  line-height: 49px;
  outline: none;
  padding: 0 10px;
  border: 1px solid #0071af;
  color: #666;
  height: 49px;
  border-radius: 0;
  border-right: 0;
}

.product_box .w .search_box form .sear_cc button {
  width: 70px;
  line-height: 44px;
  background: #0071af;
  color: #FFF;
  border: none;
  outline: none;
  font-size: 26px;
}

.product_box .w .search_r {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.product_box .w .search_r .por_more {
  background: #0071af;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 300px;
  justify-content: space-around;
  float: left;
  line-height: 50px;
}

.product_box .w .search_r .por_more span {
  font-size: 26px;
}

.product_box .w .search_r .por_more:hover {
  background: #002b4b;
  transition: all 0.6s;
}

.cp_box_rimg {
  position: relative;
  width: 50%;
  background: url(/assets/image/cp.jpg) no-repeat 100% 50%;
}

.cp_box_rimg .text_box {
  position: absolute;
  bottom: 60px;
  left: 8%;
  width: 80%;
}

.cp_box_rimg .text_box h2 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
}

.cp_box_rimg .text_box p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}


/* 产品列表 */
.product_box .w ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
}

.product_box .w ul li {
  width: 24%;
  margin: 10px 0;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  border: 2px solid #e4f2ff;
  transition: all .6s;

}

.product_box .w ul li img {
  width: 100%;
  transition: all .6s;
}

.product_box .w ul li:hover img {
  transform: scale(1.05);
}

.product_box .w ul li p {
  position: relative;
  transition: all .6s;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
  margin: 0;
}

.product_box .w ul li span {
  font-size: 30px;
  float: left;
}

.product_box .w ul li:hover p {
  color: #0071af;
}

.product_box .w ul li:hover {
  box-shadow: 0 3px 25px rgba(0, 89, 157, .2);
  border: 2px solid #0071af;
  transition: all .6s;
}

/* 产品中心-end */

/* 介绍start */
.about_box {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background: #ebf3fc;
}

.about_box .w {
  padding: 0px 10px;
  max-width: 1440px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_box .w .ab_top {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  padding: 5%;
  align-content: flex-start;
}

.about_box .w .left {
  width: 100%;
}

.about_box .w .left h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0071af;
}

.about_box .w .left h3 {
  margin: 30px 0px;
  font-size: 40px;
}

.about_box .w .right {
  width: 100%;
}

.about_box .w .right p {
  line-height: 28px;
  margin: 0px;
  font-size: 18px;
  text-align: justify;
  color: #666;
}

.about_box .about_more {
  background: #0071af;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 250px;
  justify-content: space-around;
  float: left;
  line-height: 50px;
  margin-top: 40px;
  transition: all 0.6s;
}

.about_box .about_more span {
  font-size: 26px;
}

.about_box .about_more:hover {
  background: #002b4b;
  transition: all 0.6s;
  color: #fff;
}

.about_box .w .right_img {
  width: 50%;
  float: right;
  overflow: hidden;
}

.about_box .w .right_img .img_1 {
  width: 100%;
}

.about_box .w .right_img .img_1 img {
  width: 110%;
  min-height: 250px;
}

.about_box .w .right_img .img_2 {
  width: 100%;
  display: flex;
}

.about_box .w .right_img .img_2_l {
  width: 60%;
}

.about_box .w .right_img .img_2_l img {
  width: 110%;
  min-height: 250px;
}

.about_box .w .right_img .img_2_r {
  width: 40%;
  background-color: #0071af;
  padding: 5px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.about_box .w .right_img .img_2_r h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all 0.6s;
}

.about_box .w .right_img .img_2_r p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  transition: all 0.6s;
}

.about_box .w .right_img .img_2_r span {
  color: #fff;
  font-size: 26px;
  margin-top: 15px;
  transition: all 0.6s;
}

.about_box .w .right_img .img_2_r:hover h2 {
  color: #002b4b;
  transition: all 0.6s;
}

.about_box .w .right_img .img_2_r:hover p {
  color: #002b4b;
  transition: all 0.6s;
}

.about_box .w .right_img .img_2_r:hover span {
  color: #002b4b;
  transition: all 0.6s;
  margin-left: 5px;
}

/* 介绍end */


/* 服务 */
.service {
  width: 100%;
  overflow: hidden;
  padding: 80px 0px;
}

.service .w {
  padding: 0px 10px;
  max-width: 1440px;
}

.service .w .ab_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #0071af;
  border-bottom: 1px solid #0071af;
}

.service .w .left {
  width: 50%;
  border-right: 1px solid #0071af;
}

.service .w .left h3 {
  margin: 38px 0px;
  font-size: 40px;
}

.service .w .right {
  width: 50%;
}


.service .w .right p {
  line-height: 28px;
  margin: 0 30px;
  font-size: 18px;
  text-align: justify;
  color: #666;
}


.service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}

.service ul a {
  width: 33.333%;
  height: 425px;
}

.service ul a li {
  width: 100%;
  overflow: hidden;
  height: 425px;
}

.service ul a li img {
  width: 102%;
  transition: all 0.6s;
}

.service ul a li img:hover {
  transform: scale(1.05);
  transition: all 0.6s;
}

.service ul a li h4 {
  font-size: 28px;
  color: #fff;
  margin: 10px 30px;
  font-weight: bold;
  position: relative;
  margin-top: -110px;
  text-align: center;
}

.service ul a li p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 10px 30px;
  position: relative;
  margin-top: 15px;
  text-align: center;
}

/* 服务 */



/* 行业应用-start */
.application {
  width: 100%;
  padding: 90px 0px;
  background: url(/assets/image/appli.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  float: left;
}

.application_top {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.application_top .left {
  width: 65%;
}

.application_top .left h3 {
  margin: 15px 0px;
  font-size: 40px;
  color: #fff;
}

.application_top .left p {
  line-height: 26px;
  margin: 0px 0px 10px;
  font-size: 18px;
  text-align: justify;
  color: #fff;
}

.application_top .right {
  width: 30%;
}

.application_top .right .application_more {
  color: #0071af;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 250px;
  justify-content: space-around;
  line-height: 50px;
  transition: all 0.6s;
  margin: 10px auto;
  float: right;
}

.application_top .right .application_more span {
  font-size: 26px;
}

.application_top .right .application_more:hover {
  background: #002b4b;
  transition: all 0.6s;
  color: #fff;
}

.application .w ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0px 20px;
  width: 100%;
}

.application .w ul li {
  width: 19.3%;
  background-color: #fff;
}

.application .w ul li .application_img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #000;
}

.application .w ul li .application_img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  filter: brightness(80%);
  transition: all 0.6s;
  overflow: hidden;
}

.application .w ul li .application_img img:hover {
  transition: all 0.6s;
  transform: scale(1.05)
}

.application .w ul li h4 {
  width: 100%;
  font-size: 22px;
  line-height: 87px;
  text-align: center;
  font-weight: bold;
}



/* 行业应用-end */


/* 新闻资讯—start */
.news_box {
  width: 100%;
  overflow: hidden;
  margin: 80px 0px;
  float: left;
}

.news_box .w {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  max-width: 1440px;
}

.news_box .w .news {
  width: 100%;
  overflow: hidden;
}

.news_box .w .news .news_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.news_box .w .news .news_top .left {
  width: 65%;
}

.news_box .w .news .news_top .left h3 {
  margin: 20px 0px;
  font-size: 40px;
}

.news_box .w .news .news_top .left p {
  line-height: 28px;
  margin: 0px;
  font-size: 18px;
  color: #666;
}

.news_box .w .news .news_top .right {
  width: 30%;
}

.news_box .w .news .news_top .right .news_more {
  background: #0071af;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 250px;
  justify-content: space-around;
  float: right;
  line-height: 50px;
}

.news_box .w .news .news_top .right .news_more span {
  font-size: 26px;
}

.news_box .w .news .news_top .right .news_more:hover {
  background: #002b4b;
  transition: all 0.6s;
}

.news_box .w .news ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news_box .w .news ul li {
  width: 49%;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ebf3fc;
}

.news_box .w .news ul li a {
  display: flex;
  align-items: center;
  transition: all 0.6s;
}

.news_box .w .news ul li .news_img {
  width: 34%;
  float: left;
  overflow: hidden;
  background: #000;
}

.news_box .w .news ul li .news_img img {
  width: 101%;
  height: 161px;
  filter: brightness(80%);
  transition: all 0.6s;
  overflow: hidden;
}

.news_box .w .news ul li .news_img img:hover {
  transition: all 0.6s;
  transform: scale(1.05)
}

.news_box .w .news ul li .news_r {
  width: 70%;
  float: right;
  padding: 0 30px;
}

.news_box .w .news ul li a:hover .news_r h3 {
  color: #002b4b;
  transition: all 0.6s;
}

.news_box .w .news ul li a:hover .news_r p {
  color: #002b4b;
  transition: all 0.6s;
}

.news_box .w .news ul li a:hover .news_r span {
  color: #002b4b;
  transition: all 0.6s;
  margin-left: 5px;
}

.news_box .w .news ul li .news_r p {
  color: #777;
  line-height: 36px;
  font-size: 14px;
  transition: all 0.6s;
}


.news_box .w .news ul li .news_r h3 {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.6s;
}

.news_box .w .news ul li .news_r span {
  font-size: 30px;
  float: left;
  color: #c1c1c1;
  transition: all 0.6s;
}

/* 新闻资讯-end */


@media(max-width:1024px) {

  .ban_text {
    position: absolute;
    top: 29%;
    left: 5%;
    padding: 30px;
  }

  .ban_text h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }

  .ban_text p {
    font-size: 22px;
    margin-top: 20px;
  }

}

@media(max-width:768px) {

  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img,
  .img-responsive,
  .thumbnail a>img,
  .thumbnail>img {
    display: block;
    max-width: 170% !important;
    height: auto;
  }

  .ban_text {
    position: absolute;
    top: 39%;
    left: 5%;
    padding: 15px;
    width: 90%;
  }

  .ban_text h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }

  .ban_text p {
    font-size: 16px;
    margin-top: 10px;
  }

  .carousel {
    position: relative;
  }

  /* 产品 */

  .product_box {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .product_box .w {
    padding: 0px;
    /* max-width: 1440px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cp_box {
    padding: 0px 4%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    WIDTH: 100%;
    FLOAT: LEFT;
    margin-bottom: 30px;
  }

  .cp_box_rimg .text_box {
    position: absolute;
    bottom: 60px;
    left: 4%;
    width: 90%;
  }

  .cp_box_rimg .text_box h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
  }

  .cp_box_rimg .text_box p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
  }

  .cp_box_rimg {
    position: relative;
    width: 100%;
    background: url(/assets/image/cp.jpg) no-repeat 100% 50%;
    height: 570px;
  }

  .product_box .w .search_box {
    width: 100%;
    float: left;
  }

  .product_box .w .search_box h3 {
    font-size: 26px;
    line-height: 35px;
    margin: 25px 0px;
  }

  .product_box .w .search_box p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
  }

  .product_box .w .search_box form .sear_xh {
    width: 100%;
    display: flex;
  }

  .product_box .w .search_r {
    width: 70%;
    float: left;
    text-align: right;
    margin: 0;
  }

  .product_box .w .search_r .por_more {
    background: #0071af;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    float: right;
    line-height: 42px;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .product_box .w ul li {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    border: 2px solid #e4f2ff;
    transition: all .6s;
  }

  .product_box .w ul li p {
    position: relative;
    transition: all .6s;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
    margin: 0;
  }

  .product_box .w ul li span {
    font-size: 24px;
    float: left;
  }

  /* 介绍 */
  .about_box {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background: #ebf3fc;
  }

  .about_box .w .ab_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 5%;
    align-content: flex-start;
  }

  .about_box .w .left {
    width: 100%;
    border-right: none;
  }

  .about_box .w .left h3 {
    margin: 30px 0px;
    font-size: 26px;
  }

  .about_box .w .right {
    width: 100%;
  }

  .about_box .w .right p {
    line-height: 24px;
    margin: 0px 0px 25px;
    font-size: 16px;
    text-align: justify;
    color: #666;
  }

  .about_box .about_more {
    background: #0071af;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 70%;
    justify-content: space-around;
    float: left;
    line-height: 42px;
    margin-top: 11px;
    transition: all 0.6s;
    margin-bottom: 50px;
  }

  .about_box .w .right_img {
    width: 100%;
    float: right;
    overflow: hidden;
  }

  .about_box .w .right_img .img_1 img {
    width: 115%;
    min-height: 200px;
  }

  .about_box .w .right_img .img_2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .about_box .w .right_img .img_2_l {
    width: 100%;
  }

  .about_box .w .right_img .img_2_l img {
    width: 101%;
    height: 241px;
  }

  .about_box .w .right_img .img_2_r {
    width: 100%;
    background-color: #0071af;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }

  /* 服务 */
  .service {
    width: 100%;
    overflow: hidden;
    padding: 40px 0px;
  }

  .service .w .left {
    width: 100%;
    border-right: none;
  }

  .service .w .left h3 {
    margin: 30px 0px;
    font-size: 26px;
  }

  .service .w .right {
    width: 100%;
  }

  .service ul a li h4 {
    font-size: 26px;
    color: #fff;
    margin: 10px 30px;
    font-weight: bold;
    position: relative;
    margin-top: -110px;
    text-align: center;
  }

  .service ul a li p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 10px;
    position: relative;
    margin-top: 15px;
    text-align: center;
  }

  .service .w .right p {
    line-height: 24px;
    margin: 0px 0px 25px;
    font-size: 16px;
    text-align: justify;
    color: #666;
  }

  .service ul a {
    width: 100%;
    height: 316px;
  }

  .service ul a li {
    width: 100%;
    overflow: hidden;
    height: 316px;
  }

  .application_top .right .application_more {
    color: #0071af;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    justify-content: space-around;
    line-height: 42px;
    transition: all 0.6s;
    margin: 10px auto;
    float: left;
  }

  /* 应用 */
  .application {
    width: 100%;
    padding: 40px 0;
    background: #0071af;
  }

  .application_top .left {
    width: 100%;
  }

  .application_top .left h3 {
    margin: 15px 0px;
    font-size: 26px;
    color: #fff;
  }

  .application_top .left p {
    line-height: 26px;
    margin: 0px 0px 10px;
    font-size: 16px;
    text-align: justify;
    color: #fff;
  }

  .application_top .right {
    width: 70%;
    float: left;
    text-align: right;
  }

  .application .w ul li {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .application .w ul li .application_img {
    width: 100%;
    height: 265px;
    overflow: hidden;
    background: #000;
  }

  .application .w ul li h4 {
    width: 100%;
    font-size: 22px;
    line-height: 47px;
    text-align: center;
    font-weight: bold;
  }

  /* 新闻 */
  .news_box {
    width: 100%;
    overflow: hidden;
    margin: 40px 0px;
  }

  .news_box .w .news .news_top .left {
    width: 100%;
  }

  .news_box .w .news .news_top .left h3 {
    margin: 20px 0px;
    font-size: 26px;
    font-family: 'Heebo', sans-serif;
  }

  .news_box .w .news .news_top .left p {
    line-height: 20px;
    margin: 0px;
    font-size: 16px;
    color: #666;
  }

  .news_box .w .news .news_top .right {
    width: 80%;
    margin-top: 20px;
  }

  .news_box .w .news .news_top .right .news_more {
    background: #0071af;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    float: left;
    line-height: 42px;
  }

  .news_box .w .news ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 26px;
    background: #ebf3fc;
  }

  .news_box .w .news ul li a {
    display: flex;
    align-items: center;
    transition: all 0.6s;
    flex-wrap: wrap;
  }

  .news_box .w .news ul li .news_img {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #000;
  }

  .news_box .w .news ul li .news_img img {
    width: 100%;
    height: 170px;
    filter: brightness(80%);
    transition: all 0.6s;
    overflow: hidden;
  }

  .news_box .w .news ul li .news_r {
    width: 100%;
    float: left;
    padding: 10px 10px;
  }

  .news_box .w .news ul li .news_r p {
    color: #777;
    line-height: 24px;
    font-size: 14px;
    transition: all 0.6s;
  }

  .news_box .w .news ul li .news_r h3 {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.6s;
  }

  .news_box .w .news ul li .news_r span {
    font-size: 24px;
    float: left;
    color: #c1c1c1;
    transition: all 0.6s;
  }

}