body{
  width: 100%;
  height: 100%;
}
.title-part {
  position: relative;
  top: 70px;
  margin-bottom: 70px;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* 标签页 */
.nav-part {
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
  padding-top: 30px;
}
.nav-part .nav-tabs {
  width: 70%;
  border: 0;
  margin: 0 auto;
}
.nav-part .nav-tabs li a {
  color: #333333;
}
.nav-part .nav-tabs li.active a {
  border: none;
  border-bottom: 2px solid #0d45b8;
}
/* 分页 */
.pagination-part {
  width: 70%;
  margin: 0 auto;
}
.pagination-part .pagination {
  float: right;
}
/* 联系我们 */
.title-part.contactus-title {
  background-image: url("../img/contactus_01.png");
}
/* 联系电话 */
.contactus-phones {
  width: 100%;
  padding: 30px 0;
}
.contactus-phones-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contactus-phones-box .phone-num-box {
  width: 30%;
  box-shadow: -3px 3px 6px 2px #eeeeee;
  padding: 30px 20px;
  position: relative;
}
.contactus-phones-box .phone-num-box .up {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #0d45b8;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.contactus-phones-box .phone-num-box .up .phone-num {
  font-size: 12px;
}
.contactus-phones-box .phone-num-box .down {
  font-size: 12px;
}
.contactus-phones-box .phone-num-box .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url("../img/logo.png") no-repeat center;
  background-size: contain;
}

/* 联系地址 */
.contactus-address {
  width: 100%;
  height: 340px;
  background: url("../img/contactus_02.png") no-repeat center;
  background-size: cover;
}
.contactus-address .address-box {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.contactus-address .address-box .address-content {
  font-size: 12px;
  position: absolute;
  top: 30px;
}
.contactus-address .address-box .address-content .address {
  color: #1081e0;
}

/* 联系我们 */
.contact-us {
  width: 100%;
  padding: 30px 0;
}
.contact-us .contact-us-box {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  box-shadow: -3px 3px 6px 5px #eeeeee;
}
.contact-us .contact-us-box .left {
  width: 45%;
}
.contact-us .contact-us-box .left .en {
  font-size: 12px;
  color: #0d45b8;
  margin-bottom: 10px;
}
.contact-us .contact-us-box .left .cont {
  font-size: 12px;
}
.contact-us .contact-us-box .right {
  width: 45%;
}
.contact-us .contact-us-box .right .form-part {
  margin-top: 10px;
  width: 100%;
}
.contact-us .contact-us-box .right .form-part .part {
  float: left;
  width: 49%;
}
.contact-us .contact-us-box .right .form-part .part.phone-part {
  margin-left: 2%;
}
.contact-us .contact-us-box .right .form-part .labels {
  font-size: 12px;
}
.contact-us .contact-us-box .right .form-part .search {
  border: 0;
  outline: none;
  border-bottom: 1px solid #4ba4ef;
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
}
.contact-us .contact-us-box .right .btn {
  background-color: #0d45b8;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 30px;
  border-radius: 0;
  margin-top: 20px;
}

/* 业绩展示 */
.title-part.achievement-title {
  background-image: url("../img/achievement_01.png");
}
/* 业绩区域 */
.achievement-main {
  width: 100%;
}
.achievement-content {
  width: 100%;
}
.achievement-content .achievement-part {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
}
.achievement-content .achievement-part:nth-child(even) {
  background-color: #f2f2f2;
}
.achievement-content .achievement-part .achievement-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.achievement-content .achievement-part .achievement-box .left {
  width: 270px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.achievement-content .achievement-part .achievement-box .right {
  width: calc(100% - 270px);
  /* height: 180px; */
  color: #666666;
  font-size: 12px;
  box-sizing: border-box;
  padding-left: 20px;
}
.achievement-content .achievement-part .achievement-box .right .title {
  font-size: 14px;
  font-weight: bold;
}
.achievement-content .achievement-part .achievement-box .right .detail {
  margin: 10px 0 0px;
  height: 80px;
}
.achievement-content .achievement-part .achievement-box .right .icons {
  display: flex;
  justify-content: space-between;
  width: 250px;
}
.achievement-content .achievement-part .achievement-box .right .icons .icon-part {
  width: 50px;
  height: 80px;
  line-height: 30px;
}
.achievement-content .achievement-part .achievement-box .right .icons .icon-part .icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 新闻中心 */
.title-part.news-center-title {
  background-image: url("../img/news_center_01.png");
}
.news-center-box {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  padding-bottom: 50px;
}
.news-center-box .newest-box {
  display: flex;
  justify-content: space-between;
}
.news-center-box .newest-box li {
  width: 32%;
  background-color: #f2f2f2;
}
.news-center-box .newest-box li .image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-center-box .newest-box li .desc {
  margin-top: 15px;
}
.news-center-box .newest-box li .desc .date-box {
  float: left;
  width: 80px;
  height: 80px;
  background-color: #aaaaaa;
  color: #ffffff;
  font-size: 10px;
  padding: 5px;
  text-align: center;
  transform: scale(0.7);
}
.news-center-box .newest-box li .desc .date-box div {
  font-size: 10px;
  line-height: 30px;
}
.news-center-box .newest-box li .desc .date-box div.day {
  font-size: 18px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 6px;
  height: 39px;
  line-height: 39px;
}
.news-center-box .newest-box li .desc .detail {
  float: right;
  width: calc(100% - 80px);
  margin-top: 10px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #666666;
  height: 70px;
  overflow: hidden;
}
.news-center-box .newest-box li .know-more {
  font-size: 12px;
  background-color: #0d45b8;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.news-center-box .newest-box li .know-more a {
  color: #ffffff;
}
.news-center-box .news-list {
  width: 100%;
}
.news-center-box .news-list li {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  line-height: 85px;
  font-size: 12px;
}
.news-center-box .news-list li:nth-child(even) {
  background-color: #f2f2f2;
}
.news-center-box .news-list li .icon {
  width: 5px;
  height: 5px;
  background: url("../img/news_center_02.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 40px;
}
.news-center-box .news-list li .detail {
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  width: calc(100% - 100px);
}
.news-center-box .news-list li .detail a:hover {
  text-decoration: underline;
}
.news-center-box .news-list li .date {
  /* padding-right: 20px; */
  color: #c2c2c2;
  width: 90px;
}
.news-center-box .pagination.pagination-lg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-center-box .pagination.pagination-lg span.disabled {
  padding: 6px 12px;
  border: 1px solid #ddd;
  float: left;
  color: #999;
  cursor: not-allowed;
}
.news-center-box .pagination.pagination-lg a {
  padding: 6px 12px;
  border: 1px solid #ddd;
  float: left;
}
.news-center-box .pagination.pagination-lg>:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.news-center-box .pagination.pagination-lg>:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* 政策法规 */
.title-part.policy-title {
  background-image: url("../img/policy_01.png");
}
ul.policy-box {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
ul.policy-box li {
  width: 100%;
  height: 90px;
  font-size: 13px;
}
ul.policy-box li:nth-child(even) {
  background-color: #f2f2f2;
}
ul.policy-box li .date-box {
  float: left;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  background-color: #aaaaaa;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
ul.policy-box li .date-box .day {
  font-size: 18px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 5px;
}
ul.policy-box li .detail {
  float: right;
  width: calc(100% - 80px);
  line-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.policy-box li .detail a {
  color: #666666;
}
ul.policy-box li .detail a:hover {
  text-decoration: underline;
}

/* 政策法规详情 */
.policy-detail-main {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #f2f2f2;
  padding: 20px;
}
.policy-detail-main .title {
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin: 10px 0 20px;
}
.policy-detail-main .content {
  font-size: 12px;
  color: #666666;
  line-height: 26px;
}
.policy-detail-main .content img {
  width: 100%;
  height: auto;
}

@media  screen  and (max-width: 970px) {
  .contactus-phones {
    padding: 0;
  }
  .contactus-phones-box {
    width: 100%;
    display: block;
  }
  .contactus-phones-box .phone-num-box {
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 2px 1px #eeeeee;
  }
  .contactus-address .address-box {
    width: 100%;
  }
  .contactus-address .address-box .address-content {
    top: 15px;
    left: 10px;
  }
  .contact-us {
    padding: 0;
  }
  .contact-us .contact-us-box {
    width: 100%;
    display: block;
  }
  .contact-us .contact-us-box .left {
    width: 100%;
  }
  .contact-us .contact-us-box .right {
    width: 100%;
  }
  .nav-part .nav-tabs {
    width: 90%;
  }
  .achievement-content .achievement-part .achievement-box {
    display: block;
    width: 80%;
  }
  .achievement-content .achievement-part .achievement-box .left {
    width: 100%;
    height: 220px;
  }
  .achievement-content .achievement-part .achievement-box .right {
    width: 100%;
    padding: 0;
  }
  .achievement-content .achievement-part .achievement-box .right .detail {
    height: auto;
  }
  .achievement-content .achievement-part .achievement-box .right .icons {
    width: 100%;
  }
  .news-center-box {
    width: 90%;
  }
  .news-center-box .newest-box {
    display: block;
  }
  .news-center-box .newest-box li {
    width: 100%;
  }
  ul.policy-box {
    width: 90%;
  }
  .policy-detail-main {
    width: 100%;
  }
}