.inside-banner {
  position: relative;
  overflow: hidden;
  height: 450px;
}

.inside-banner .page-name {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -23%);
  ;
  color: #fff;
}

.inside-banner .page-name .zn {
  font-size: 2.875rem;
  line-height: 2.875rem;
}

.inside-banner .page-name .en {
  font-size: 2rem;
}

.inside-banner img {
  position: relative;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 250px
}

.m-inside-subnav {
  background: #02A1C0
}

.channel-title {
  text-align: left;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.subnav {
  display: none
}

.subnav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.subnav li a {
  display: block;
  font-size: 16px;
  padding: 16px 0;
  color: #fff
}


.nszyzdsbacktop {
  right: 20px
}

.inside-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -o-pixelated;
  image-rendering: pixelated
}

.m-inside-subnav {
  padding-top: 0
}

.channel-title {
  display: none
}

.subnav {
  display: block;
  font-size: 0;
  text-align: center
}

.subnav li {
  display: inline-block;
  border-bottom: none
}

.subnav li a {
  padding: 24px 80px
}

.subnav li:hover,
.subnav li.cur {
  background: #043665;
  color: #fff
}

.prl40 {
  padding-left: 40px;
  padding-right: 40px
}

/* ----------------关于我们---------------- */


/* ----------------分页器---------------- */
#pageNav .page-item {
  margin: 0 5px
}

#pageNav .page-link {
  border: 1px solid #02A1C0;
  padding: 8px 14px
}

#pageNav span.page-link {
  background: #02A1C0;
  color: #fff
}

#pageNav a.page-link {
  color: #02A1C0
}

#pageNav .page-link:focus {
  box-shadow: none
}

/* ----------------分页器end---------------- */



/* --------------- 新闻资讯 ---------------*/
.news-page-nav {
  margin: 0 auto;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.news-page-nav a {
  display: block;
  font-size: 20px;
  color: #333;
  margin: 0 25px;
  position: relative;
  line-height: 80px;
}

.news-page-nav a::before {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  background: #02A1C0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.5s;
}

.news-page-nav a.on::before {
  width: 100%;
}

.news {
  padding: 40px 0 40px 0
}

.category-list .category-item {
  color: #333;
  font-size: 16px;
}

.category-list .category-item::after {
  content: "/";
  margin: 0 10px;
  color: #333;
}

.category-list .category-item:last-of-type::after {
  content: "";
}

.category-list .category-item.active {
  color: #02A1C0;
  font-weight: 700;
}

.news .news-bgc {
  background: url(../images/news_bgc.jpg) center center/cover no-repeat;
  z-index: -1;
  min-width: 1200px
}

.news .news-title {
  font-size: 3.1rem;
  color: #fff;
  margin-bottom: 2.5rem
}

.news .new-item-border {
  height: 2px;
  background: #333;
  transition: all .3s
}

.news .news-item {
  border-radius: 3px;
}

.news .news-item a {
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}

.news .news-item:hover {
  background: #02A1C0 url(../images/index/home-about-logo.png) 95% 80% no-repeat;
  background-size: 80px;
}

.news .news-item:hover a {
  color: #fff;
  border-bottom-color: #02A1C0;
}

.news .news-item:hover .news-item-title {
  color: #fff;
}

.news .news-item:hover .news-item-des {
  color: #fff;
}

.news .news-item .news-item-date {
  font-size: 16px;
  margin-bottom: 23px;
}

.news .news-item .title-box {
  height: 65px
}

.news .news-item .news-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  transition: all .3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline
}

.news .news-item .news-item-des {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
  color: #929292;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-btn {
  width: 210px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  box-sizing: border-box;
  background: rgb(255, 255, 255, .1);
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #fff
}

.news .news-btn:hover::after {
  transform: translateX(5px)
}

.news .news-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  box-sizing: border-box;
  border-left-color: #fff;
  margin-left: 10px;
  transition: all .2s
}

.topping {
  width: 1200px;
  margin: 80px auto 0;
  height: 400px;
}

.topping .topping-img img {
  object-fit: cover;
}

.topping .topping-news-excerpt {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5a5a5a;
}

.topping .topping-news-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topping .topping-btn {
  color: #333;
  transition: all .1s;
}

.topping .topping-btn:hover {
  color: #02A1C0;
}

.topping-bgc {
  height: 400px;
  background: #f5f5f5;
  z-index: -1;
  left: 0;
  bottom: -50px;
}

/* 新闻资讯end */



/* 文章页 */
.article-layer {
  padding: 45px 0 60px 0
}

.article-layer .post-article {
  padding: 40px 48px 24px 48px;
  box-shadow: 0px 2px 4px 0px rgba(194, 194, 194, 0.35) !important
}

.post-article .article-border-top {
  border-bottom: 1px solid #e6e6e6
}

.post-article .post-title {
  font-size: 2rem;
  color: #333
}

.post-article .post-subtitle a {
  font-size: 14px;
  color: #999
}

.post-article .post-content {
  border-bottom: 1px solid #e6e6e6
}

.post-article .post-content p {
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  line-height: 2
}

.post-article .next-prev {
  margin-top: 24px
}

.post-article .next-prev a {
  color: #333;
  margin: 5px 0
}

.post-article .next-prev a:hover {
  color: #02A1C0
}

/* 文章页end */

/* 联系我们 */
.contact.contact-pd {
  padding: 80px 0 40px 0
}

.contact .contact-item-info {
  background: #02A1C0;
  color: #fff;
  border-radius: 5px 0 0 5px;
  padding: 24px
}

.contact .contact-item-info h4 {
  font-size: 24px;
  margin-bottom: 28px
}

.contact .contact-item-info a {
  color: #fff;
  font-size: 16px;
  padding-left: 34px;
  line-height: 30px;
}

.contact .map-box {
  border-radius: 0 5px 5px 0
}

.contact .phone {
  background: url(../images/dianhua2.png) left center/24px no-repeat
}

.contact .email {
  background: url(../images/youxiang.png) left center/24px no-repeat
}

.contact .wx {
  background: url(../images/wx.png) left center/24px no-repeat
}

.contact .address {
  background: url(../images/dizhi.png) left 4px/24px no-repeat
}

.contact input {
  height: 45px;
  padding-left: 10px;
  border: none;
  border-radius: 4px
}

.contact input:focus-visible {
  outline: none
}

.contact .form-name-phone input {
  width: 47%;
  height: 45px
}

.contact .contact-form {
  padding: 24px;
  height: auto;
  background: #f5f5f5
}

.contact .contact-form .form-wel {
  margin-bottom: 28px;
  font-size: 24px
}

.contact .contact-form textarea {
  height: 140px;
  padding-left: 10px;
  padding-top: 7px;
  border: none;
  border-radius: 4px;
  resize: none
}

.contact .contact-form textarea:focus-visible {
  outline: none
}

.contact #form_btn {
  height: 45px;
  line-height: 45px;
  background: #f5f5f5;
  color: #333;
  border-radius: 4px;
  transition: all .2s;
  background: #02A1C0;
  color: #fff
}


.address-btn-list {
  margin: 0 0 20px 0;
  top: 10px;
  right: 10px
}

.address-btn-list .address-itme {
  margin: 10px 0
}

.address-btn-list .address-itme a {
  color: #02A1C0;
  font-size: 14px;
  background: #f8f8f8;
  padding: 6px 13px;
  margin: 0 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 0px #6f6f6f;
  transition: all .3s;
  border: 1px solid #a0a0a0;
  box-sizing: border-box
}

.address-btn-list .address-itme a.active {
  background: #02A1C0;
  color: #fff;
  border: 1px solid #02A1C0
}

/* 联系我们end */


/* 业务领域 --- 功能模块 */
.business {
  padding: 80px 0 28px 0
}

.business-banner {
  height: 450px
}

.buss-list {
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .05) !important
}

.buss-list .buss-item-title a {
  background: #02A1C0;
  padding: 25px 20px 20px 48px;
  color: #fff;
  font-size: 18px
}

.buss-list .buss-item a {
  color: #333;
  font-size: 16px;
  padding: 15px 20px 15px 48px
}

.buss-list .buss-item .active {
  background: #f5f5f5
}

.buss-list .buss-item a:hover {
  background: #f5f5f5
}

.business-name {
  color: #fff
}

.business-name .zh {
  font-size: 2.875rem;
  line-height: 2.875rem
}

.business-name .en {
  font-size: 2rem
}

.business .category-content {
  word-break: break-all;
  /* border-left: 1px solid #02A1C0; */
  /* box-shadow: 0px 2px 4px 0px rgba(194, 194, 194, 0.35) !important */
}

.ability-item-title {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1;
  padding-top: 0.75rem;
}

.ability-item .ability-item-img {
  height: 270px;
}

.ability-item .ability-item-img img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.ability-item:hover .ability-item-img img {
  transform: scale(1.05);
}

.ability-item:hover .ability-item-title {
  color: #02A1C0;
}

/* 业务领域 --- 功能模块  end*/