* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html {
  width: 96rem;
  margin: 0 auto;
  max-width: 100%;
}
body {
  max-width: 100%;
  min-height: 100%;
}
@media screen and (max-device-width: 1600px) {
  * {
    max-width: unset !important;
  }
  html,
  .homeHeater,
  .home-banner,
  .tjCenter,
  .news,
  .homeFooter,
  .centerOverview-banner,
  .contactUs-banner,
  .newsPage-banner,
  .newsMain,
  .serviceItems-banner,
  .centerIntroduce-box,
  .home,
  body {
    max-width: unset !important;
  }
}
.home {
  width: 96rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.homeHeater {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 96rem;
  max-width: 100%;
  height: 6rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 8rem;
  align-items: center;
  z-index: 999;
}
.homeHeater .logo {
  display: block;
  width: 12.2rem;
  height: 2.95rem;
}
.navList {
  display: flex;
  align-items: center;
}
.navList .navBox {
  margin-right: 5rem;
}
.navList .navBox a {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 5.8rem;
  white-space: nowrap;
}
.navList .navBox a:hover {
  color: #257ee6;
}
.navList .active a {
  color: #257ee6;
}
.navList .navBox .heng {
  height: 0.15rem;
  background: #257ee6;
  display: none;
}
.navList .active .heng {
  display: block;
}
.navList .navBox:last-child {
  margin-right: 0;
}
.header-right {
  width: fit-content;
  height: 1.8rem;
  border: 0.05rem solid #257ee6;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  padding-left: 0.15rem;
  padding-right: 0.95rem;
}
.header-right img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.4rem;
}
.header-right span {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #257ee6;
  white-space: nowrap;
}
.home-banner {
  margin: 0 auto;
  margin-top: 6rem;
  width: 96rem;
  max-width: 100%;
  height: 33rem;
  position: relative;
}
.home-banner .swiper-pagination {
  left: 10rem;
  bottom: 3.5rem;
  width: fit-content;
}
.home-banner .swiper-slide img {
  display: block;
  width: 96rem;
  height: 33rem;
}
.home-banner .swiper-pagination-bullet {
  width: 1.8rem;
  height: 0.15rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
}
.home-banner .swiper-pagination-bullet-active {
  width: 1.8rem;
  height: 0.15rem;
  background: #ffffff;
}
.home .ggBox {
  position: absolute;
  right: 0;
  bottom: -3.6rem;
  width: 47.2rem;
  height: 9.4rem;
  background: linear-gradient(-90deg, #1ec3fd, #24a1f3, #257ae4);
  border-radius: 1rem 0rem 0rem 1rem;
  z-index: 9;
  padding: 1.4rem 0 1.55rem 2.25rem;
}
.home .ggBox .title {
  margin-bottom: 1.25rem;
}
.home .ggBox .title span {
  font-size: 1.1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.home .home-banner .ggBox .ggSwiper {
  height: 4rem;
}
.home .home-banner .ggBox .ggSwiper .swiper-slide span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.home .ggBox .ggSwiper .swiper-slide p {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.home .home-banner .ggBox .swiper-pagination {
  left: 0;
  bottom: 0;
  width: fit-content;
}
.home .home-banner .ggBox .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
  border: 0.05rem solid #ffffff;
  opacity: 1;
  border-radius: 0.25rem;
}
.home .home-banner .ggBox .swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
}
.tjCenter {
  width: 96rem;
  max-width: 100%;
  padding: 0 8rem;
  margin: 6.1rem auto 0;
}
.tjCenter-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
.tjCenter-top span {
  font-size: 2.3rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #212121;
}
.tjCenter-top a {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #696969;
}
.tjCenter-top a:hover {
  color: #257ee6;
}
.tjCenter-top a img {
  display: block;
  width: 0.25rem;
  height: 0.5rem;
  margin-left: 0.7rem;
}
.tjCenter .tjSwiper {
  height: 22rem;
}
.tjCenter .tjSwiper .swiper-slide {
  width: 15rem !important;
  height: 19rem;
  background: #f5f5f5;
  border: 0px solid #000000;
  border-radius: 0.4rem;
  padding: 0.95rem;
  position: relative;
}
.tjCenter .tjSwiper .swiper-slide .swiper-slideTop {
  width: 11.1rem;
  margin: 0 auto;
  border-bottom: 0.05rem solid #e9e9e9;
  padding-bottom: 0.8rem;
  margin-bottom: 0.95rem;
}
.swiper-slideTop span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #bcbcbc;
}
.tjCenter .tjSwiper .swiper-slide .swiper-slideText {
  width: fit-content;
  /* margin: 0 auto; */
  margin-bottom: 2.05rem;
  padding-left: 0.7rem;
  text-align: left;
}
.tjCenter .tjSwiper .swiper-slide .swiper-slideText span {
  font-size: 1.1rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #222222;
}
.tjCenter .tjSwiper .swiper-slide img {
  display: block;
  width: 13.1rem;
  height: 9.1rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0.95rem;
  bottom: 0.95rem;
}
.tjCenter .tjSwiper .swiper-slide:hover {
  background-color: #e9f4fc;
}
.tjCenter .tjSwiper .swiper-slide:hover .swiper-slideTop {
  border-bottom: 0.05rem solid #5397ec;
}
.tjCenter .tjSwiper .swiper-slide:hover .swiper-slideTop span {
  color: #5397ec;
}
.tjCenter .tjSwiper .swiper-slide:hover .swiper-slideText span {
  color: #5397ec;
}
.tjCenter .tjSwiper .swiper-pagination-bullet {
  width: 1rem;
  height: 0.25rem;
  background: #d9d9d9;
  border: 0px solid #000000;
  opacity: 0.6;
  border-radius: 0;
}
.tjCenter .tjSwiper .swiper-pagination-bullet-active {
  width: 1.8rem;
  height: 0.25rem;
  background: #257ee6;
  opacity: 1;
}
.news {
  width: 96rem;
  max-width: 100%;
  padding: 0 8rem;
  margin: 4rem auto 0;
}
.news-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.85rem;
}
.news-top span {
  font-size: 2.3rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #212121;
}
.news-top a {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #696969;
}
.news-top a:hover {
  color: #257ee6;
}
.news-top a img {
  display: block;
  width: 0.25rem;
  height: 0.5rem;
  margin-left: 0.7rem;
}
.news-main {
  display: flex;
}
.news-mainLeft {
  display: flex;
}
.newsCenterBox {
  width: 22.1rem;
  display: flex;
  flex-direction: column;
  margin-right: 1.9rem;
}
.newsCenterBox-top {
  margin-bottom: 1.65rem;
}
.newsCenterBox-top span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #111111;
}
.newsCenterBox-top .heng {
  width: 3.2rem;
  height: 0.1rem;
  background: #257ee6;
  margin-top: 0.25rem;
}
.newsCenterBox-bottom {
  display: flex;
  flex-direction: column;
}
.newsCenterBox-bottom .pic {
  display: block;
  width: 22.1rem;
  height: 14.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.45rem;
}
.newsCenterBox-bottom .title {
  display: block;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.newsCenterBox-bottom:hover .title {
  color: #257ee6;
}
.newsCenterBox-bottom p {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.dateBox {
  display: flex;
  align-items: center;
}
.dateBox img {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.7rem;
}
.dateBox span {
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.6rem;
  opacity: 0.8;
}
.news-mainRight {
  width: 31.9rem;
  display: flex;
  flex-direction: column;
}
.news-mainRightTop {
  margin-bottom: 1.65rem;
}
.news-mainRightTop span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #111111;
}
.news-mainRightTop .heng {
  width: 3.2rem;
  height: 0.1rem;
  background: #257ee6;
  margin-top: 0.25rem;
}
.newsListBox {
  display: flex;
  flex-direction: column;
  border-bottom: 0.05rem solid rgba(34, 34, 34, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1.75rem;
}
.newsListBox:last-child {
  margin-bottom: 0;
}
.newsListBox:hover {
  border-bottom: 0.05rem solid rgba(37, 126, 230, 1);
}
.newsListBox:hover .title {
  color: #257ee6;
}

.newsListBox .title {
  width: 27.8rem;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #111111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 0.6rem;
}

.newsListBox p {
  width: 27.8rem;
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 0.6rem;
}
.centerIntroduce-box {
  width: 96rem;
  max-width: 100%;
  margin: 4.25rem auto 0;
}
.centerIntroduce {
  width: 88rem;
  height: 34.8rem;
  background-image: url("../images/center-banner.png");
  background-size: 88rem 34.8rem;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 8.1rem;
  padding-left: 4.9rem;
}
.centerIntroduce-top {
  margin-bottom: 5rem;
}
.centerIntroduce-top p {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #257ee6;
  display: block;
  margin-bottom: 1.2rem;
}
.centerIntroduce-top span {
  font-size: 2.3rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #212121;
}
.centerIntroduce-item {
  display: flex;
  flex-wrap: wrap;
  width: 18.65rem;
}
.centerIntroduce-item .itemBox {
  font-size: 1.1rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  display: flex;
  margin-right: 5.4rem;
  margin-bottom: 2.35rem;
}
.centerIntroduce-item .itemBox:hover {
  color: #257ee6;
}

.centerIntroduce-item .itemBox:nth-child(2n) {
  margin-right: 0;
}
.centerIntroduce-item .itemBox img {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 1.1rem;
}
.homeFooter {
  width: 96rem;
  max-width: 100%;
  height: 19rem;
  background: #f3f3f3;
  background-image: url("../images/footer-banner.png");
  background-repeat: no-repeat;
  background-size: 96rem 19rem;
  margin: 3.2rem auto 0;
}
.homeFooter-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  border-top: 0.05rem solid #d4d4d4;
}
.homeFooter-bottom a {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 3.3rem;
  opacity: 0.5;
}
.homeFooter-bottom a:hover {
  color: #257ee6;
  opacity: 1;
}
.homeFooter-bottom .shu {
  width: 0.05rem;
  height: 0.7rem;
  background-color: #333333;
  opacity: 0.2;
  margin: 0 0.8rem;
}
.homeFooter-top {
  padding: 3rem 8rem 0;
}
.homeFooter-top .logoBox {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.homeFooter-top .logoBox .heng {
  width: 66rem;
  height: 0.05rem;
  background: #cccccc;
  opacity: 0.5;
  margin-right: 1.8rem;
}
.homeFooter-top .logoBox img {
  display: block;
  width: 12.2rem;
  height: 2.95rem;
}
.homeFooter-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeFooter-mainLeft {
  display: flex;
  flex-direction: column;
  /* width: 18.1rem; */
}
.homeFooter-mainLeft .titleBox {
  margin-bottom: 2.1rem;
}
.homeFooter-mainLeft .titleBox span {
  font-size: 0.95rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #010101;
}
.homeFooter-main {
  padding: 0 8rem 2rem;
}
.homeFooter-mainLeft .phoneBox {
  display: flex;
  justify-content: space-between;
}
.homeFooter-mainLeft .phoneBox span {
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.8rem;
}
.homeFooter-mainLeft .addressBox span {
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.8rem;
}
.homeFooter-mainCenter {
}
.homeFooter-mainCenter .titleBox {
  margin-bottom: 1.1rem;
}
.homeFooter-mainCenter .titleBox span {
  font-size: 0.95rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #010101;
}
.homeFooter-mainCenter .tel {
  font-size: 1.9rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #257ee6;
  /* line-height: 3.6rem; */
}
.homeFooter-mainCenter p {
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.8rem;
}
.homeFooter-mainRight {
}
.homeFooter-mainRight .mainRight-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.8rem;
}
.homeFooter-mainRight .mainRight-top a {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
}
.homeFooter-mainRight .mainRight-top a:hover {
  color: #257ee6;
}
.homeFooter-mainRight .mainRight-top .shu {
  width: 0.05rem;
  height: 0.6rem;
  background: #cacaca;
  margin: 0 1.2rem;
}
.homeFooter-mainRight .mainRight-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeFooter-mainRight span {
  font-size: 0.75rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9f9f9f;
}
.homeFooter-mainRight img {
  display: block;
  width: 1rem;
  height: 1.1rem;

  margin: 0 0.9rem;
}
