/* ========== */
/* = INDEX.HTML = */
/* ========== */
.banner img {
  width: 100%;
}
.index-text {
  margin-top: 75px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align: center;
}
.index-text a {
  color: #333333;
}

.index-point {
  margin-top: 155px;
}
.index-point li {
  float: left;
  width: 25%;
  text-align: center;
}
.index-point li div {
  display: inline-block;
  text-align: left;
}
.index-point li span {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.index-point li span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 2px;
  background: #35daf0;
}
.index-point li p {
  margin-top: 15px;
  font-size: 36px;
  color: #333333;
  font-family: 'dincondensedc';
  font-weight: bold;
}
.index-point li p em {
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  vertical-align: bottom;
}
.index-point li p i {
  font-style: normal;
  line-height: 54px;
  vertical-align: bottom;
}

.index-card {
  margin-top: 135px;
  position: relative;
}
.index-card .left {
  float: left;
  width: 66.6666%;
  background: #44c9eb;
  color: #ffffff;
  position: relative;
}
.index-card .left a {
  color: #ffffff;
}
.index-card .left .text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  text-align: center;
}
.index-card .left .text div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 25px;
}
.index-card .left .text i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.index-card .left .text span {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
}
.index-card .left .text span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ffffff;
}
.index-card .left .text p {
  margin-top: 30px;
  font-size: 27px;
  line-height: 42px;
  letter-spacing: 2px;
}
.index-card .left .img {
  float: right;
  width: 50%;
}
.index-card .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  max-width: 330px;
}
.index-card .right ul {
  display: inline-block;
  vertical-align: middle;
}
.index-card .right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.index-card .right li {
  margin-bottom: 35px;
}
.index-card .right li:last-child {
  margin-bottom: 0;
}
.index-card .right li img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.index-card .right li span {
  font-size: 18px;
  color: #44c9eb;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.index-card .right li p {
  margin-top: 5px;
  font-size: 12px;
  color: #333333;
}

.index-video {
  margin-top: 160px;
}
.index-video .theme {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
}
.index-video .content {
  margin: 60px -15px 0;
  position: relative;
}
.index-video .swiper-slide {
  text-align: center;
  padding: 0 8px;
}
.index-video .content .item {
  cursor: pointer;
  position: relative;
}
.index-video .content .item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/ico_play.png);
  background-size: cover;
}
.index-video .content .item img {
  width: 100%;
}
.index-video .content .line {
  margin: 50px auto 0;
  max-width: 800px;
  width: 90%;
  height: 2px;
  background: #e6e6e6;
  position: relative;
}
.index-video .content .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 114.285px;
  background: #35daf0;
}
.index-video .swiper-button-prev,
.index-video .swiper-button-next {
  height: 80px;
  width: 36px;
  margin-top: 71px;
  top: 0%;
}
.index-video .swiper-button-prev {
  left: 8px;
  background: url(../images/xz_video_prev.png) no-repeat;
}
.index-video .swiper-button-next {
  right: 8px;
  background: url(../images/xz_video_next.png) no-repeat;
}
.index-video .swiper-pagination {
  position: relative;
  margin: 50px auto 0;
  bottom: auto;
}
.index-video .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 114px;
  height: 2px;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.index-video .swiper-pagination .swiper-pagination-bullet-active {
  height: 4px;
  background: #35daf0;
}
.index-video-more {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 1;
}
.index-video-more:hover {
  color: #44c9eb;
}

.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 999;
}
.pop .content + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.pop .content {
  max-width: 720px;
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.pop .content .border {
  display: inline-block;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.pop .content video {
  max-width: 100%;
}
.pop .close {
  position: absolute;
  cursor: pointer;
  top: -22px;
  right: -16px;
  width: 37px;
  height: 37px;
  background-image: url(../images/close.png);
  background-size: cover;
}

.picture {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 999;
}

.picture .wrapper {
  width: 375px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.picture .content {
  max-height: 600px;
  overflow: auto;
  overscroll-behavior: contain;
}

.picture .close {
  position: absolute;
  cursor: pointer;
  top: -19px;
  right: -19px;
  width: 38px;
  height: 38px;
  background-image: url(../images/close.png);
  background-size: cover;
}

.index-news {
  margin-top: 165px;
}
.index-news .theme {
  float: left;
}
.index-news .theme span {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 25px;
}
.index-news .theme span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background: #44c9eb;
}
.index-news .content {
  margin-left: 200px;
}
.index-news li {
  margin-bottom: 45px;
}
.index-news li:last-child {
  margin-bottom: 40px;
}
.index-news li a {
  position: relative;
  display: block;
  padding-right: 200px;
  color: #999999;
}
.index-news li div {
  line-height: 20px;
  height: 20px;
  font-size: 18px;
  color: #333333;
}
.index-news li p {
  margin-top: 15px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index-news li span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.index-news li a:hover div {
  color: #44c9eb;
}
.index-news .more {
  display: block;
  color: #44c9eb;
  border: 1px solid #44c9eb;
  width: 120px;
  height: 38px;
  line-height: 36px;
  text-align: center;
}
.index-news .more:hover {
  background: #44c9eb;
  color: #ffffff;
}

.index-safe {
  margin-top: 145px;
}
.index-safe .theme {
  float: left;
  padding-top: 110px;
}
.index-safe .theme span {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 25px;
}
.index-safe .theme span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background: #44c9eb;
}
.index-safe .content {
  margin-left: 200px;
  padding: 60px 0;
  position: relative;
}
.index-safe .content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100px;
  width: 250%;
  height: 100%;
  background: #44c9eb;
}
.index-safe .content ul {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.index-safe .content li {
  float: left;
  width: 30.333333%;
  margin-right: 3%;
  background: #ffffff;
  padding: 50px 24px 20px;
  border-radius: 5px;
  -o-box-shadow: 0 0 25px rgba(0, 158, 199, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 158, 199, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 158, 199, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 158, 199, 0.1);
  box-shadow: 0 0 25px rgba(0, 158, 199, 0.1);
}
.index-safe .content li .tit {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
}
.index-safe .content li .tit img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.index-safe .content li .tit span {
  display: inline-block;
  vertical-align: middle;
}
.index-safe .content li .des {
  margin-top: 20px;
  line-height: 24px;
  min-height: 176px;
  color: #999999;
}

.index-safe-tip {
  margin: 110px 0 75px;
  text-align: center;
  line-height: 24px;
}
.index-safe-tip b {
  padding-left: 24px;
  display: inline-block;
  background: url(../images/tip_ico.png) no-repeat left;
}

/* ========== */
/* = product = */
/* ========== */
.ny-banner img {
  width: 100%;
}
.product-sub {
  padding: 25px 0 30px;
  border-bottom: 1px solid #e6e6e6;
}
.product-sub li {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.product-sub li a {
  display: inline-block;
}
.product-sub li .default {
  display: block;
}
.product-sub li .hover {
  display: none;
}
.product-sub li p {
  margin-top: 3px;
  font-size: 16px;
}
.product-sub li.current .default {
  display: none;
}
.product-sub li.current .hover {
  display: block;
}

.product {
  padding: 68px 0 115px;
  max-width: 800px;
  margin: 0 auto;
}
.product .img {
  float: left;
  width: 264px;
}
.product .text {
  float: right;
  width: 400px;
  text-align: center;
  padding-top: 30px;
}
.product .text .des {
  line-height: 30px;
  text-align: center;
}
.product .text ul {
  margin-top: 40px;
  width: 100%;
}
.product .text li {
  float: left;
  width: 33.3333333%;
}
.product .text li p {
  margin-top: 15px;
}
.product .text .erweima {
  margin-top: 50px;
}

@media (max-width: 999px) {
  .product-sub {
    padding: 10px 0;
  }
  .product-sub li img {
    width: 1rem;
  }
  .product-sub li p {
    font-size: 14px;
  }
  .product {
    padding: 50px 0;
  }
  .product .img {
    float: none;
    width: 100%;
  }
  .product .img img {
    max-width: 45%;
  }
  .product .text {
    float: none;
    width: 100%;
  }
  .product .text li img {
    max-width: 1.2rem;
  }
  .product .text .erweima img {
    max-width: 40%;
  }
}

/* ========== */
/* = ny = */
/* ========== */
.bread {
  padding-top: 30px;
  padding-bottom: 40px;
  color: #999999;
}
.bread em {
  font-style: normal;
  margin: 0 4px;
}
.bread a {
  color: #999999;
}
.bread a:hover {
  color: #44c9eb;
}

.page {
  font-size: 12px;
  line-height: 24px;
}
.page span {
  margin-right: 20px;
}
.page em a {
  margin: 0 15px;
}
.page a {
  display: inline-block;
  margin: 0 8px;
}
.page a:hover,
.page a.active {
  color: #44c9eb;
}

.line {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

/* ========== */
/* = news = */
/* ========== */
.news {
  padding-bottom: 100px;
}
.news-left {
  float: left;
  width: 160px;
  max-width: 15%;
  text-align: center;
}
.news-left a {
  margin-bottom: 10px;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 18px;
  color: #999999;
}
.news-left i {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
}
.news-left .ico_01 {
  background-image: url(../images/mobile/ico_news_01.png);
}
.news-left .ico_02 {
  background-image: url(../images/mobile/ico_news_02.png);
}
.news-left .ico_03 {
  background-image: url(../images/mobile/ico_news_03.png);
}
.news-left .ico_04 {
  background-image: url(../images/mobile/ico_news_04.png);
}
.news-left span {
  display: inline-block;
  vertical-align: middle;
}
.news-left a.current {
  background: #44c9eb;
  color: #ffffff;
}
.news-left a.current .ico_01 {
  background-image: url(../images/mobile/ico_news_01h.png);
}
.news-left a.current .ico_02 {
  background-image: url(../images/mobile/ico_news_02h.png);
}
.news-left a.current .ico_03 {
  background-image: url(../images/mobile/ico_news_03h.png);
}
.news-left a.current .ico_04 {
  background-image: url(../images/mobile/ico_news_04h.png);
}
.news-right {
  float: right;
  width: 82%;
  max-width: 980px;
}
.news-list li {
  margin-bottom: 72px;
}
.news-list li .tit {
  font-size: 18px;
  color: #333333;
}
.news-list li .des {
  margin-top: 15px;
  color: #999999;
}
.news-list li .des span {
  display: inline-block;
  margin-right: 20px;
}
.news-list li p {
  margin-top: 15px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.video-fl {
  padding-top: 15px;
  margin-bottom: 55px;
  text-align: center;
}
.video-fl a {
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  padding-left: 40px;
  color: #666666;
  position: relative;
}
.video-fl a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 27px;
  background-image: url(../images/mobile/video_list_ico2.png);
  background-size: cover;
}
.video-fl a.active:before {
  background-image: url(../images/mobile/video_list_ico1.png);
}
.video-list {
  margin: 0 -5px;
}
.video-list li {
  margin-bottom: 40px;
  float: left;
  width: 33.3333333333%;
  padding: 0 5px;
}
.video-list li .item {
  cursor: pointer;
}
.video-list li .img img {
  width: 100%;
}
.video-list li .text {
  padding: 0 20px;
  background: #f5f5f5;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #333333;
}
.video-list li:nth-child(3n + 1) {
  clear: both;
}

/* ========== */
/* = NEWS-DETAIL= */
/* ========== */
.news-detail-title {
  padding: 20px 0;
  color: #333333;
  font-size: 27px;
  line-height: 32px;
  max-width: 73%;
  font-weight: bold;
}
.news-detail {
  padding-bottom: 115px;
}
.news-detail-left {
  float: left;
  width: 73%;
}
.news-detail-right {
  float: right;
  width: 22%;
}

.news-tip {
  line-height: 44px;
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
}
.news-tip span {
  display: inline-block;
  color: #999999;
  margin-right: 18px;
}
.news-tip a {
  color: #999999;
}
.news-tip a:hover {
  color: #666666;
}
.news-article {
  padding: 50px 0 92px;
  line-height: 24px;
}
.flip {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  font-size: 12px;
}
.flip a {
  display: inline-block;
  margin-right: 35px;
}
.flip a:hover {
  color: #44c9eb;
}

.news-right-box {
  margin-bottom: 50px;
}
.news-right-box:last-child {
  margin-bottom: 0;
}
.news-right-box .tit {
  line-height: 44px;
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  color: #333333;
}
.news-right-box ul {
  margin-top: 5px;
}
.news-right-box li a {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #333333;
}
.news-right-box li a:hover {
  color: #44c9eb;
}

/* ========== */
/* = INFORMATIONT= */
/* ========== */
.information {
  padding-top: 50px;
}
.information .information-left {
  max-width: 850px;
}
.information .information-add {
  margin-bottom: 35px;
}
.inform-box {
  margin-bottom: 35px;
  float: left;
  width: 47%;
  margin-right: 6%;
}
.inform-box:nth-child(2n) {
  margin-right: 0;
}
.inform-box .tit {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px solid #e6e6e6;
}
.inform-box .tit span {
  float: left;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 16px;
}
.inform-box .tit span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 4px;
  height: 22px;
  margin-top: -11px;
  background: #44c9eb;
}
.inform-box .tit a {
  float: right;
  color: #44c9eb;
}
.inform-box .tit a:hover {
  text-decoration: underline !important;
}
.inform-box ul {
  margin-top: 5px;
}
.inform-box li a {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #333333;
}
.inform-box li a:hover {
  color: #44c9eb;
}

.inform-box2 {
  width: 100%;
  margin-bottom: 0;
}
.inform-box2 .img {
  margin-top: 20px;
  float: left;
  width: 47%;
}
.inform-box2 ul {
  margin-top: 20px;
  float: right;
  width: 47%;
}

/* ========== */
/* = INFORMATION_LIST= */
/* ========== */
.information-left {
  float: left;
  width: 72.5%;
}
.information-right {
  float: right;
  width: 20%;
}
.information-left .news-list {
  padding-top: 20px;
}
.news-right-box .text {
  margin-top: 20px;
  line-height: 26px;
  color: #333333;
}
.news-right-box .text img {
  margin-bottom: 20px;
  width: 100%;
}

/* ========== */
/* = ABOUT = */
/* ========== */
/*.about-text{ padding: 75px 0; line-height: 24px; color: #333333;} */
.about-text .text {
  max-width: 790px;
  margin: 0 auto;
}
.about-text {
  padding: 75px 0;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align: center;
}

.team {
  padding: 104px 0 85px;
  background: #f7f8fc;
}
.team .tit {
  float: left;
  padding-bottom: 25px;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.team .tit:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 2px;
  background: #44c9eb;
}
.team .content {
  height: 360px;
  overflow: hidden;
}
.team .box {
  float: left;
  position: relative;
  width: 20%;
  height: 360px;
  overflow: hidden;
}
.team .box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.team .box .item img {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 250px;
  max-width: 250px;
}
.team .box .item .name {
  position: absolute;
  left: 45px;
  top: 25px;
  width: 24px;
  font-size: 22px;
  line-height: 24px;
}
/*.team .box .item .des{ position: absolute; left:20px; top:25px; width: 14px; line-height: 16px;} */
.team .box .item .text {
  position: absolute;
  left: 0;
  top: 145px;
  width: 100%;
  line-height: 20px;
  opacity: 0;
  padding-right: 10px;
}
.team .box .item .text p {
  margin-bottom: 10px;
}
.team .box.box1 {
  width: 50%;
}
.team .box.box1 img {
  left: 0;
}
.team .box.box1 .text {
  opacity: 1;
}
.team .box.box2 {
  width: 12%;
}
.team .box.box2 img {
  left: -18%;
}
.team .box.box2 .text {
  opacity: 0;
}

/*修改0724.team .box .item .des{ position: absolute; left:20px; top:25px; width: 14px; line-height: 16px;} */
.team .box .item .depp {
  position: absolute;
  left: 20px;
  top: 25px;
  width: 14px;
  line-height: 16px;
}
.team .box .item .depp .aa {
  width: auto;
  line-height: 16px;
}
.team .box .item .depp .bb p {
  line-height: 16px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.history {
  margin: 115px 0;
}
.history .tit {
  float: left;
  padding-bottom: 25px;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.history .tit:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 2px;
  background: #44c9eb;
}
.history .content {
  margin-left: 247px;
  position: relative;
  padding-top: 26px;
}
.history .content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 154px;
  width: 3px;
  height: 100%;
  background: #44c9eb;
}
.history .content li {
  padding-bottom: 55px;
}
.history .content li .date {
  float: left;
  display: block;
  font-size: 42px;
  line-height: 36px;
  color: #44c9eb;
  padding-left: 30px;
  position: relative;
  font-family: 'dincondensedc';
}
.history .content li .text {
  margin-left: 145px;
}
.history .content li .item {
  padding-bottom: 55px;
  padding-left: 46px;
  position: relative;
  padding-top: 7px;
  line-height: 24px;
}
.history .content li .item:last-child {
  padding-bottom: 0;
}
.history .content li .item i {
  position: absolute;
  top: 6px;
  left: 0px;
  border: 5px solid rgba(68, 201, 235, 0.2);
  border-radius: 50%;
}
.history .content li .item em {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #44c9eb;
}
.history .content li .item span {
  position: absolute;
  left: 45px;
  top: 5px;
  font-size: 27px;
  line-height: 27px;
  color: #44c9eb;
  font-family: 'dincondensedc';
}

.certification {
  margin-top: 130px;
}
.certification .tit {
  float: left;
  padding: 25px 0;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.certification .tit:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 2px;
  background: #44c9eb;
}
.certification ul {
  margin-left: 210px;
  max-width: 927px;
}
.certification li {
  float: left;
  width: 33.333%;
  padding: 0 30px;
}
.certification li img {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 1px solid #e6e6e6;
}
.certification li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.partner {
  margin-top: 75px;
}
.partner2 {
  padding-bottom: 150px;
}
.partner .tit {
  float: left;
  padding: 25px 0;
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.partner .tit:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 2px;
  background: #44c9eb;
}
.partner ul {
  margin-left: 240px;
  max-width: 927px;
}
.partner ul li {
  margin-bottom: 10px;
  float: left;
  padding: 0 15px;
}
.partner .ul-02 li {
  width: 20%;
  padding: 0;
}

/* ========== */
/* = HELP = */
/* ========== */
.help {
  padding: 30px 0 90px;
  background: #f7f8fc;
}
.help-left {
  float: left;
  width: 200px;
}
.help-right {
  margin-left: 220px;
  background: #ffffff;
  padding: 0 35px 75px;
}
.help-right .tit {
  line-height: 82px;
  height: 82px;
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.help-right .safe {
  padding-top: 20px;
}

.help-tab {
  background: #ffffff;
}
.help-tab li a {
  display: block;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  border-left: 5px solid #ffffff;
  position: relative;
}
.help-tab li a i {
  display: none;
  position: absolute;
  top: 22px;
  right: 40px;
  color: #ffffff;
  width: 36px;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  background: #ea6420;
  font-size: 12px;
  font-style: normal;
}
.help-tab li:hover a {
  color: #333333;
}
.help-tab li.active a {
  color: #333333;
  border-left: 5px solid #44c9eb;
}
.help-tab li:first-child a i {
  display: block;
}

.left-erweima {
  margin-top: 10px;
  padding: 20px;
  background: #ffffff;
  text-align: center;
}
.left-erweima div {
  font-size: 16px;
}
.left-erweima img {
  margin: 15px auto;
}

.help-list {
  margin-bottom: 50px;
}
.help-list li {
  padding: 25px 60px;
  border-bottom: 1px dashed #e7e7e7;
  cursor: pointer;
}
.help-list li .ques {
  position: relative;
  line-height: 26px;
  font-size: 16px;
}
.help-list li .ques i {
  position: absolute;
  top: 1px;
  left: -45px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/ico_jia.png);
  background-size: cover;
}
.help-list li .ans {
  display: none;
  margin-top: 35px;
  line-height: 24px;
}
.help-list li.active .ques i {
  background-image: url(../images/ico_jian.png);
}

@media (max-width: 780px) {
  .page {
    text-align: center;
  }
  .page span {
    display: block;
  }

  /* ========== */
  /* = news= */
  /* ========== */
  .news {
    padding-bottom: 50px;
  }
  .news-left {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .news-left a {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #dedede;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
  }
  .news-left a:nth-child(4n) {
    margin-right: 0;
  }
  .news-left a i {
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }
  .news-left a.current {
    border: 1px solid #44c9eb;
  }
  .news-right {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .news-list li {
    margin-bottom: 35px;
  }
  .news-list li .tit {
    font-size: 16px;
  }
  .news-list li .des {
    margin-top: 8px;
  }
  .news-list li p {
    margin-top: 8px;
  }

  .video-fl {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .video-fl a {
    margin: 0 12px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
  }
  .video-fl a:before {
    width: 20px;
    height: 18px;
  }
  .video-list {
    margin: 0 -5px;
  }
  .video-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .video-list li .text {
    padding: 0 10px;
    font-size: 12px;
  }
  .video-list li:nth-child(3n + 1) {
    clear: initial;
  }
  .video-list li:nth-child(2n + 1) {
    clear: both;
  }

  /* ========== */
  /* = NEWS-DETAIL= */
  /* ========== */
  .news-detail-title {
    padding-top: 0;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }
  .news-detail {
    padding-bottom: 50px;
  }
  .news-detail-left {
    width: 100%;
  }
  .news-detail-right {
    margin-top: 50px;
    width: 100%;
  }

  .news-tip {
    text-align: center;
  }
  .news-article {
    padding: 30px 0;
  }

  /* ========== */
  /* = INFORMATIONT= */
  /* ========== */
  .inform-box {
    width: 100%;
  }
  .inform-box2 {
    width: 100%;
  }
  .inform-box2 .img {
    width: 100%;
  }
  .inform-box2 ul {
    width: 100%;
  }

  /* ========== */
  /* = INFORMATION_LIST= */
  /* ========== */
  .information-left {
    width: 100%;
  }
  .information-right {
    margin-top: 30px;
    width: 100%;
  }
  .information-left .news-list {
    padding-top: 0;
  }

  /* ========== */
  /* = ABOUT = */
  /* ========== */
  .about-text {
    padding: 50px 0;
  }
  .about-text .inner-wrap {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    text-align: center;
  }

  .team {
    padding: 50px 0;
  }
  .team .tit {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
  }
  .team .tit:before {
    left: 50%;
    margin-left: -29px;
  }
  .team .content {
    margin-top: 20px;
    margin-left: 0px;
    height: auto;
  }
  .team .box {
    margin-top: 10px;
    width: 100%;
    height: 230px;
  }
  .team .box .item {
    padding: 20px;
  }
  .team .box .item img {
    width: 54%;
    max-width: 54%;
    left: auto;
    right: -6%;
  }
  .team .box .item .name {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  /*.team .box .item .des{ position: relative; top:auto; left:auto; width: 100%;} */
  .team .box .item .text {
    margin-top: 50px;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding-left: 0;
    opacity: 1;
    line-height: 18px;
    text-align: left;
  }
  .team .box.box1 {
    width: 100%;
  }
  .team .box.box1 img {
    left: 0;
  }
  .team .box.box1 .text {
    opacity: 1;
  }
  .team .box.box2 {
    width: 100%;
  }
  .team .box.box2 img {
    left: 0;
  }
  .team .box.box2 .text {
    opacity: 1;
  }
  /*修改0724*/
  .team .box .item .depp {
    position: absolute;
    top: 50px;
    left: 20px;
    width: auto;
  }
  .team .box .item .depp {
    float: left;
  }
  .team .box .item .depp .aa {
    float: left;
    font-size: 12px;
  }
  .team .box .item .depp .bb {
    float: right;
  }
  .team .box .item .depp .bb p {
    margin-top: auto;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .team .box .item img {
    left: auto;
    right: 0;
    max-width: 200px;
  }
  .team .box.box1 {
    width: 100%;
  }
  .team .box.box1 img {
    left: auto;
    right: 0;
    max-width: 200px;
  }
  .team .box.box1 .text {
    opacity: 1;
  }
  .team .box.box2 {
    width: 100%;
  }
  .team .box.box2 img {
    left: auto;
    right: 0;
    max-width: 200px;
  }
  .team .box.box2 .text {
    opacity: 1;
  }

  .history {
    margin: 50px 0;
  }
  .history .tit {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
  }
  .history .tit:before {
    left: 50%;
    margin-left: -29px;
  }
  .history .content {
    margin-top: 20px;
    margin-left: 0px;
  }
  .history .content:after {
    left: 88px;
  }
  .history .content li {
    padding-bottom: 25px;
  }
  .history .content li .date {
    float: left;
    font-size: 22px;
    line-height: 24px;
    padding-right: 12px;
    padding-left: 16px;
  }
  .history .content li .text {
    margin-left: 80px;
  }
  .history .content li .item {
    padding-bottom: 25px;
    padding-top: 0;
    padding-left: 46px;
  }
  .history .content li .item:last-child {
    padding-bottom: 0;
  }
  .history .content li .item i {
    top: 2px;
  }
  .history .content li .item span {
    left: 35px;
    top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .certification {
    margin-top: 40px;
  }
  .certification .tit {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
  }
  .certification .tit:before {
    left: 50%;
    margin-left: -29px;
  }
  .certification ul {
    margin-top: 20px;
    margin-left: 0;
  }
  .certification li {
    padding: 0 5px;
  }

  .partner {
    margin-top: 40px;
  }
  .partner2 {
    padding-bottom: 50px;
  }
  .partner .tit {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
  }
  .partner .tit:before {
    left: 50%;
    margin-left: -29px;
  }
  .partner ul {
    margin-top: 20px;
    margin-left: 0;
  }
  .partner ul li {
    padding: 0;
  }

  /* ========== */
  /* = HELP = */
  /* ========== */
  .help {
    padding: 30px 0 50px;
  }
  .help-left {
    float: none;
    width: 100%;
  }
  .help-right {
    margin-top: 30px;
    margin-left: 0;
    padding: 0 20px 40px;
  }
  .help-right .tit {
    font-size: 20px;
  }

  .help-tab {
    background: none;
  }
  .help-tab li {
    float: left;
    width: 24%;
    margin-bottom: 4px;
    margin-right: 1.3333%;
  }
  .help-tab li:nth-child(4n) {
    margin-right: 0;
  }
  .help-tab li a {
    line-height: 40px;
    height: 40px;
    border-left: none;
    background: #ffffff;
    font-size: 14px;
  }
  .help-tab li.active a {
    background: #44c9eb;
    color: #ffffff;
    border-left: none;
  }
  .help-tab li a i {
    top: -10px;
    right: 4px;
  }
  .left-erweima {
    display: none;
  }

  .help-list li {
    padding: 15px 30px;
  }
  .help-list li .ques i {
    top: 5px;
    left: -25px;
    width: 15px;
    height: 15px;
  }
  .help-list li .ans {
    margin-top: 20px;
  }
}

/* ========== */
/* = DOWN= */
/* ========== */
.down-header {
  padding: 18px 5%;
}
.down-header .logo {
  float: left;
  color: #666666;
  font-size: 0;
}
.down-header .logo img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.down-header .logo span {
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #333333;
}
.down-header .logo em {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #666666;
}

.down {
  padding-bottom: 190px;
  background-image: url(../images/down_bg.png);
  color: #ffffff;
}
.down a {
  color: #ffffff;
}
.down .content {
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}
.down .left {
  float: left;
  padding-top: 83px;
  font-size: 18px;
}
.down .left img {
  margin: 0;
  display: inline-block;
}
.down .left .text {
  margin-top: 20px;
}
.down .left .img {
  margin-top: 20px;
  text-align: center;
  max-width: 260px;
}
.down .left .img span {
  margin-top: 15px;
  font-size: 20px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  border-radius: 18px;
  background: #3acbeb;
}
.down .left .img p {
  margin-top: 10px;
}
.down .right {
  float: right;
  padding-top: 47px;
}
.down .des {
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
}

.down-footer {
  padding: 15px 5%;
  background: #1a1a1a;
  color: #999999;
}
.down-footer .left {
  float: left;
}
.down-footer .left a {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
}
.down-footer .right {
  float: right;
  line-height: 30px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .down-header {
    padding: 18px 30px;
  }
  .down-footer {
    padding: 15px 30px;
  }
  .down-footer .left a {
    margin: 0 3px;
  }
}
@media (max-width: 999px) {
  .down-page {
    position: relative;
    padding-top: 1.333333rem;
  }
}
@media (max-width: 780px) {
  .down-header {
    padding: 10px 10px;
  }
  .down-header .logo img {
    width: 30px;
  }
  .down-header .logo span {
    margin: 0 10px;
    font-size: 18px;
  }
  .down-header .logo em {
    font-size: 14px;
  }

  .down {
    padding-bottom: 40px;
  }
  .down .left {
    padding-top: 30px;
    width: 100%;
    font-size: 12px;
  }
  .down .left img {
    margin: 0;
  }
  .down .left .tit {
    max-width: 50%;
  }
  .down .left .text {
    margin-top: 20px;
  }
  .down .left .img {
    max-width: 100%;
    text-align: center;
  }
  .down .left .img img {
    width: 120px;
    margin: 0 auto;
  }
  .down .left .img span {
    padding: 0 12px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
  }
  .down .right {
    padding-top: 20px;
    width: 100%;
  }
  .down .right img {
    width: 50%;
    margin: 0 auto;
  }
  .down .des {
    margin-top: 25px;
    font-size: 12px;
    line-height: 24px;
  }

  .down-footer {
    padding: 15px 10px;
  }
  .down-footer .left {
    width: 100%;
  }
  .down-footer .left img {
    height: 20px;
    width: 53px;
  }
  .down-footer .right {
    width: 100%;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
  }
}

/* ========== */
/* = NOTICE= */
/* ========== */
.notice {
  width: 100%;
  padding: 10px 0;
  background: #fff3e4;
}
.notice .notice_active {
  padding-left: 45px;
  height: 30px;
  background: url(../images/notice_ico.png) no-repeat left;
  overflow: hidden;
}
.notice ul {
  width: 100%;
}
.notice li {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.notice li a {
  display: block;
}

/* ========== */
/* = CONVERGE= */
/* ========== */
.converge-left {
  margin-bottom: 60px;
  padding-left: 200px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.converge-left .tit {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 27px;
  color: #333333;
  padding-bottom: 20px;
}
.converge-left .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background: #5dd9ec;
}
.converge-left .con {
  line-height: 30px;
}
.converge-right-img img {
  width: 100%;
}
.converge-right-box {
  margin-top: 30px;
}
.converge-right-box .tit {
  line-height: 44px;
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 17px;
}
.converge-right-box .tit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 4px;
  height: 22px;
  background: #44c9eb;
}
.converge-right-box ul {
  margin-top: 5px;
}
.converge-right-box li a {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #333333;
}
.converge-right-box li a:hover {
  color: #44c9eb;
}
@media (max-width: 780px) {
  .converge-left {
    margin-bottom: 40px;
    padding-left: 0;
    padding-bottom: 40px;
  }
  .converge-left .tit {
    margin-bottom: 20px;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    font-size: 18px;
  }
  .converge-left .tit:after {
    width: 40px;
    margin-left: -20px;
    left: 50%;
  }
  .converge-left .con {
    line-height: 28px;
  }
  .page span {
    margin-right: 0;
  }
}

.pc-government {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1594px;
  background: linear-gradient(to bottom, #E1F8FA 0%, #9BECF2 18.92%, #00C3D2 47.3%, #00C3D2 100%);
  padding: 0 160px;
}

.pc-government .fiexd-link {
  position: fixed;
  top: 50%;
  right: 108px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 100;
  transform: translateY(-50%);
}

.pc-government .pc-close-button {
  position: absolute;
  top: -14px;
  right: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.pc-government .pc-huanbei-logo {
  width: 370px;
  height: 49px;
  margin-top: 26px;
}

.pc-government .youhuashuo {
  width: 674px;
  height: 182px;
  margin-top: 26px;
}

.pc-government .organization {
  width: 960px;
  height: 52px;
  margin-top: 26px;
}

.pc-government .tabs {
  width: 960px;
  margin-top: 42px;
}

.pc-government .tab-header {
  display: flex;
  border-radius: 24px 24px 0 0;
  background-color: #E5F9FA;
  font-family: Source Han Sans,
      PingFang SC,
      Microsoft YaHei;
}

.pc-government .tab-item {
  position: relative;
  top: 0;
  width: 33.33%;
  height: 93px;
  color: #13ACBC;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 93px;
  cursor: pointer;
}

.pc-government .current-tab-header {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  color: #FF5A32;
  font-size: 28px;
}

.pc-government .current-tab-header .divider {
  display: block;
}

.pc-government .divider {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 6px;
  background-color: #FF5A32;
  transform: translateX(-50%);
}

.pc-government .divider-right {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 2px;
  height: 24px;
  border-radius: 1px;
  background: #13ACBC;
}

.pc-government .tab-content {
  position: relative;
  top: 0;
  height: 958px;
}

.pc-government .tab-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 958px;
  border-radius: 0 0 24px 24px;
  background: #FFF;
  padding: 0 54px 30px 54px;
}

.pc-government .body-title {
  text-align: center;
  height: 138px;
  font-family: Source Han Sans,
      PingFang SC,
      Microsoft YaHei;
}

.pc-government .corperation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-government .corperation img {
  margin: 0;
  width: 15px;
  height: 29px;
}

.pc-government .corperation-text {
  color: #13ACBC;
  font-size: 18px;
  font-weight: 400;
}

.pc-government .body-top {
  position: relative;
  top: 0;
  height: 404px;
}

.pc-government .body-top img {
  width: 100%;
}

.pc-government .verctor {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 11;
}

.pc-government .verctor img {
  width: 302px;
  height: 70px;
}

.pc-government .body-footer img {
  width: 100%;
  height: 126px;
}

.pc-government-banner {
  border-radius: 24px;
}

.pc-government-banner > .swiper-pagination-bullets {
  bottom: 26px;
}

.pc-government-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #D1EFF4;
}

.pc-government-banner .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  border-radius: 4px;
  background: #4AC8DC;
}

.pc-government .body-bottom img {
  height: 260px;
}

.pc-government .pc-government-footer {
  width: 742px;
  margin-top: 30px;
  padding: 0 54px;
}

.mb-government {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1494px;
  background: linear-gradient(to bottom, #E1F8FA 0%, #9BECF2 9.9%, #00C3D2 24.76%, #00C3D2 100%);
  padding: 0 12px;
}

.mb-government .fiexd-link {
  position: fixed;
  top: 50%;
  right: 14px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 100;
  transform: translateY(-50%);
}

.mb-government .mb-close-button {
  position: absolute;
  top: -14px;
  right: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.mb-government .huanbei-logo {
  width: 351px;
  height: 242px;
  margin-top: 26px;
}

.mb-government .tabs {
  width: 351px;
  margin-top: 18px;
}

.mb-government .tab-header {
  display: flex;
  border-radius: 12px 12px 0 0;
  background-color: #E5F9FA;
  font-family: Source Han Sans,
      PingFang SC,
      Microsoft YaHei;
}

.mb-government .tab-item {
  position: relative;
  top: 0;
  width: 33.33%;
  height: 44px;
  color: #13ACBC;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.mb-government .current-tab-header {
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  color: #FF5A32;
  font-size: 14px;
}

.mb-government .current-tab-header .divider {
  display: block;
}

.mb-government .divider {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 56px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #FF5A32;
  ;
}

.mb-government .divider-right {
  display: none;
  position: absolute;
  right: 0;
  top: 17px;
  width: 1px;
  height: 10px;
  border-radius: 1px;
  background: #13ACBC;
}

.mb-government .tab-content {
  position: relative;
  top: 0;
  height: 1030px;
}

.mb-government .tab-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1030px;
  border-radius: 0 0 12px 12px;
  background: #FFF;
  padding: 0 12px;
}

.mb-government .body-title {
  text-align: center;
  height: 124px;
  padding-top: 18px;
  padding-bottom: 22px;
  font-family: Source Han Sans,
      PingFang SC,
      Microsoft YaHei;
}

.mb-government .corperation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb-government .corperation img {
  margin: 0;
  width: 11px;
  height: 20px;
}

.mb-government .corperation-text {
  color: #13ACBC;
  font-size: 12px;
  font-weight: 400;
}

.mb-government .info {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
}

.mb-government .body-top {
  position: relative;
  top: 0;
  height: 476px;
}

.mb-government .body-top img {
  width: 100%;
}

.mb-government-banner {
  border-radius: 12px;
}

.mb-government-banner>.swiper-pagination-bullets {
  bottom: 14.5px;
}

.mb-government-banner .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #D1EFF4;
}

.mb-government-banner .swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  border-radius: 2.5px;
  background: #4AC8DC;
}

.mb-government .verctor {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 11;
}

.mb-government .verctor img {
  width: 206px;
  height: 47px;
}

.mb-government .body-bottom img {
  width: 100%;
  height: 310px;
}

.mb-government .body-footer {
  width: 100%;
  height: 120px;
}

.mb-government .mb-government-footer {
  width: 100%;
}

.mb-government .mb-government-footer img {
  width: 351px;
  height: 90px;
  margin-top: 14px;
}
