body {
  font-family: "Microsoft Yahei", "PingFang SC", Helvetica, Arial, "Hiragino Sans GB";
}

.navbar-default {
  margin-bottom: 0;
  background-color: #fff;
  border: none;
}

ul li{
  list-style: none;
}
.navbar-default .navbar-nav .link{
  cursor: pointer;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: #1a56c5;
  color: #fff;
}

.banner{
  padding-top: 50px;
}

.banner .banner-img {
  width: 100%;
  display: block;
}

.brier-wrap {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.brier-wrap .item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brier-wrap .item-wrap .icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 15px;
}

.brier-wrap .text-wrap .title {
  font-size: 30px;
}

.brier-wrap .text-wrap .desc {
  font-size: 18px;
  color: #999;
}


/* 客户服务区 */
.service{
  /* background-color: pink; */
  padding: 60px 0px 80px 0px;
}
.service .title-1{
  color: #222222;
  font-size: 45px;
  text-align: left;
}
.service .title-2{
  color: #999999;
  font-size: 25px;
  text-align: left;
  margin-bottom: 50px;
}
.service .title-3{
  color: #999999;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
  text-indent: 2em;
  line-height: 1.8;
}
/* .service .item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
} */



.service .item-wrap .icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  /* margin-right: 15px; */
  margin: 0px auto 25px;
  display: block;
  
}

.service .text-wrap .title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.service .text-wrap .desc {
  font-size: 16px;
  color: #999;
  text-align: center;
  height: 80px;
  line-height: 1.8;
  /* font-weight: 800; */
}


/* 新闻区 */
.news {
  width: 100%;
  min-height: 1px;
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
.news .rq3 h4 {
  font-size:45px;
  color: #222222;
  margin-top: 50px;
}
.news .rq3 p {
  font-size: 25px;
  color: #999999;
}
.news .rq3 .title-3{
  color: #999999;
  font-size: 16px;
  text-align: left;
  margin: 30px 0;
  text-indent: 2em;
  line-height: 1.8;

}
/* .news .rq3 .aa {
  margin-bottom: 50px;
}
.news .rq3 .aa .teshu3 .img-box .top-box h5 {
  color: #222222;
  font-size: 28px;
  margin-top:30px;
}
.news .rq3 .aa .teshu3 .img-box .top-box p {
  font-size: 16px;
} */
.news .text-wrap .title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.news .pre{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.news .text-wrap .desc {
  font-size: 16px;
  color: #999;
  text-align: left;
  margin-top: 10px;
  line-height: 1.8;
  /* font-weight: 800; */
}


/* 活动区域 */
.activity{
  /* background-color: yellow; */
  padding: 80px 0px 120px;
}
.activity .container{
  margin-bottom: 50px;
}
.activity .container:last-child{
  margin-bottom: 0px;
}
.activity .container .price{
  margin: 5px 0;
}
.activity .title-1{
  color: #222222;
  font-size: 45px;
  text-align: center;
}
.activity .title-2{
  color: #999999;
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.activity .item-wrap .icon {
  width: 100%;
  margin-bottom: 50px;
}

.activity .text-wrap .title {
  font-size: 24px;
  /* text-align: center; */
  margin-bottom: 20px;
}

.activity .text-wrap .desc {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
  /* text-align: center; */
  /* font-weight: 800; */
}
.activity a{
  color: white;
  background-color: #1a56c5;
  width: 105px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  margin-top: 25px;
}

/* 联系我们区域 */
.contact{
  background: #f6f6f6;
  padding-top: 50px;
}
.contact .title-1{
  color: #222222;
  font-size: 40px;
  text-align: center;
}
.contact .title-2{
  color: #999999;
  font-size: 16px;
  text-align: center;
  /* margin-bottom: 100px; */
}
.contact .row{
  margin: 30px 0;
}
.contact .row img{
  width: 30%;
  border-radius: 50%;
  padding: 15px;
}
.contact .row .addr1{
  background-color: #1a56c5;
}
.contact .row .addr2{
  background-color: #333;
}
.contact .row .title{
  font-size: 24px;
  margin: 10px 0;
}

.contact .row .desc{
  margin: 10px 0;
  font-size: 16px;
  color: #999;
  height: 80px;
}
.contact .row .desc a{
  text-decoration: none;
  color: #999;
}
.contact .banner-img{
  width: 80%;
  margin:70px auto 90px;
}
.contact .banner-img img{
  width: 100%;
}

/* 底部 */
.fotter{
  background-color: #232323;
  
}
.fotter .hang p{
  color: white;
  margin-left: 40px;
  
}
.fotter .hang p strong{
  margin: 0 10px;
}
.fotter .hang p span{
  margin-left: 5px;
}
.fotter .hang p a{
  margin-left: 5px;
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 991px) {
  .brier-wrap .item-wrap .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .brier-wrap{
    padding: 10px 0;
  }
  .brier-wrap .item-wrap {
    justify-content: flex-start;
  }
  .brier-wrap .text-wrap .title {
    font-size: 20px;
  }
  
  .brier-wrap .text-wrap .desc {
    font-size: 14px;
    color: #999;
  }
  /* 客户服务区 */
  .service{
    /* background-color: pink; */
    padding: 40px 0px 60px 0px;
  }
  .service .title-1{
    color: #222222;
    font-size: 30px;
    text-align: center;
  }
  .service .title-2{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
  }
  .service .text-wrap .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .service .text-wrap .desc {
    font-size: 14px;
    color: #999;
    text-align: center;
    height: 80px;
    /* font-weight: 800; */
  }
  /* 新闻资讯 */
  .news .rq3 h4 {
    font-size:30px;
    color: #222222;
    margin-top: 50px;
  }
  .news .rq3 p {
    font-size: 14px;
    color: #999999;
  }
  .news .rq3 .aa .teshu{
    margin: 0px auto;
    width: 100%;
  }
  .news .rq3 .aa .teshu3 .img-box .top-box h5 {
    color: #222222;
    font-size: 24px;
    margin-top:30px;
  }
  .news .rq3 .aa .teshu3 .img-box .top-box p {
    font-size: 14px;
  }
  /* 活动区域 */
  .activity{
    /* background-color: yellow; */
    padding: 30px 0px 60px;
  }
  .activity a{
    color: white;
    background-color: #1a56c5;
    width: 105px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    
    margin: 25px auto 30px;
  }
  .activity .title-1{
    color: #222222;
    font-size: 30px;
    text-align: center;
  }
  .activity .title-2{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
  }
  .activity .text-wrap .title {
    font-size: 22px;
    /* text-align: center; */
    margin-bottom: 20px;
  }
  
  .activity .text-wrap .desc {
    font-size: 14px;
    color: #999;
    /* text-align: center; */
    /* font-weight: 800; */
  }
  .activity a{
    color: white;
    background-color: #1a56c5;
    width: 100px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 25px;
    font-size: 14px;
  }

  /* 联系我们区域 */
  .contact .title-1{
    color: #222222;
    font-size: 30px;
    text-align: center;
  }
  .contact .title-2{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-bottom: 60px;
  }

  /* 底部 */
  .fotter .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .fotter .hang{
    padding-right: 0px;
    padding-left: 0px;
    
  }
  .fotter .row .hang p{
    margin: 0 5px;
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width:750px) {
  .service{
    padding: 20px 0px 0px;
  }
  .service .title-1{
    text-align: left;
  }
  .service .title-2{
    margin-bottom: 20px;
    text-align: left;
  }
  .news .rq3 h4{
    margin-top: 20px;
  }
  .news .rq3 .title-3{
    margin: 20px 0;
  }
  .news .rq3 .desc{
    margin-bottom: 20px;
  }
  .activity{
    padding: 20px 0;
  }
  .activity .container{
    margin-bottom: 10px;
  }
  .activity .title-2{
    margin-bottom: 30px;
  }
  .activity .item-wrap .icon {
    margin-bottom: 10px;
  }
  .activity .item-wrap .text-wrap{
    margin-bottom: 30px;
  }
  .contact{
    padding-top: 20px;
  }
  .contact .title-2{
    margin-bottom: 20px;
  }
  .contact .row .title{
    font-size: 10px;
  }
  .contact .row .desc{
    font-size: 10px;
    margin-bottom: 0px;
  }
  .contact .banner-img{
    margin: 20px auto 20px;
  }
  .fotter .row .hang p {
    font-size: 10px;
  }
  .fotter .row .hang{
    margin-top: 5px;
  }
  .fotter .row .hang p a{
    margin-left: 0px;
  }
}