@charset "UTF-8";
body {
  min-width: 1400px;
}

.main-wrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-width: 1400px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

img {
  display: block;
}

.sub-header {
  background: #fff;
  height: 70px;
}

.floor-content {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.g-doc {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.song {
  font-family: 宋体;
}

.bg {
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.absl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.screen {
  position: relative;
  overflow: hidden;
  background-size: 1920px auto !important;
}

body {
  width: 100%;
}

.main-wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 1466px;
  margin: auto;
  overflow: hidden;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.abst {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

@keyframes rotate-anim {
  0% {
    transform: rotateY(-20deg) translateY(-50%);
  }
  50% {
    transform: rotateY(20deg) translateY(-50%);
  }
  100% {
    transform: rotateY(-20deg) translateY(-50%);
  }
}
.sub-top {
  width: 1000px;
  font: 400 14px/45px "Microsoft YaHei";
  padding-top: 10px;
  overflow: hidden;
}

.sub-top li {
  float: left;
  height: 60px;
  padding-right: 30px;
}

.sub-top a {
  color: #262628;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
}

a {
  text-decoration: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.gui-flex-direction-nav .gui-flex-next {
  width: 53px;
  height: 53px;
  background: url(../images/next.png) center top no-repeat;
}

.gui-flex-direction-nav .gui-flex-prev {
  width: 53px;
  height: 53px;
  background: url(../images/prev.png) center top no-repeat;
}

.box-shadow {
  box-shadow: 3px 3px 12px 4px rgba(59, 121, 255, 0.3);
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.screen {
  position: relative;
}
.screen .swiper-pagination {
  width: 100%;
  text-align: right;
  bottom: 2px;
  right: 0;
  left: inherit;
  background: #ebfaff;
  max-width: 100px;
}
.screen .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #186dd6;
  opacity: 1;
}
.screen .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  height: 10px;
  border-radius: 5px;
  background: #186dd6;
}
.screen .swiper-pagination .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
}
.screen .swiper-button-prev,
.screen .swiper-button-next {
  width: 53px;
  height: 53px;
}
.screen .swiper-button-next {
  right: -64px;
}
.screen .swiper-button-prev {
  left: -64px;
}
.screen .swiper-button-prev {
  background: url(../images/prev.png) no-repeat;
}
.screen .swiper-button-next {
  background: url(../images/next.png) no-repeat;
}

.m-banner {
  position: relative;
  height: 388px;
  background: url(../images/banner.jpg) center top no-repeat;
}
.m-banner .g-doc {
  height: 100%;
  padding-top: 30px;
}
.m-banner .ul {
  width: 100%;
  padding: 0 30px;
  background: #fff;
  border-radius: 14px;
}
.m-banner .ul .li {
  display: block;
  float: left;
  width: 11.7%;
  height: 55px;
}
.m-banner .ul .li:nth-of-type(1), .m-banner .ul .li:nth-of-type(2) {
  width: 9%;
}
.m-banner .ul .li a {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  display: block;
  line-height: 55px;
  text-align: center;
  font-size: 28px;
  color: #186dd6;
  cursor: pointer;
}
.m-banner .ul .li:hover a, .m-banner .ul .li.active a {
  font-weight: bold;
  color: #fff;
  font-size: 31px;
  height: 60px;
  margin-top: -5px;
  background: url(../images/active.png) center top no-repeat;
  background-size: cover;
}
.m-banner .search {
  position: absolute;
  top: 220px;
  right: 40px;
  width: 288px;
  height: 48px;
  border-radius: 24px;
  background: #fff;
}
.m-banner .search p {
  position: absolute;
  top: 175%;
  font-size: 17px;
  width: 120%;
  color: #fff;
  text-align: center;
  margin-left: -10%;
}
.m-banner .search .sn {
  position: relative;
  width: 284px;
  height: 44px;
  border-radius: 22px;
  background: #fff;
  border: solid 2px #3780db;
  margin: 2px auto;
}
.m-banner .search .icon {
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.m-banner .search input {
  display: block;
  outline: none;
  border: none;
  box-shadow: none !important;
  margin: 2px 0 0 42px;
  width: 150px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #333;
}
.m-banner .search input::-moz-placeholder {
  color: #92c3ff;
  font-size: 18px;
  line-height: 38px;
}
.m-banner .search input::placeholder {
  color: #92c3ff;
  font-size: 18px;
  line-height: 38px;
}
.m-banner .search .btn {
  width: 78px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  position: absolute;
  display: block;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
  top: 2px;
  right: 2px;
  background: #0571ff;
}

.guanggao {
  margin: 40px auto 56px;
}
.guanggao .g-doc {
  width: 1200px;
}
.guanggao .g-doc .gg {
  display: block;
  float: left;
  width: 588px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.guanggao .g-doc .gg:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.guanggao .g-doc .gg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out;
}
.guanggao .g-doc .gg:nth-of-type(1) {
  margin-right: 24px;
}

.m-floor-1 .g-doc {
  width: 1314px;
  height: 734px;
  background: url(../images/page3.png) center top no-repeat;
}
.m-floor-1 .swiper-button-next {
  background: url(../images/a22.png) center center no-repeat;
  background-size: contain;
  right: 0;
}
.m-floor-1 .swiper-button-prev {
  background: url(../images/a11.png) center center no-repeat;
  background-size: contain;
  left: 0;
}
.m-floor-1 .title1 {
  position: absolute;
  top: 28px;
  left: 95px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.m-floor-1 .scroll-news-list {
  position: absolute;
  top: 35px;
  right: 90px;
  width: 930px;
  overflow: hidden;
  white-space: nowrap;
}
.m-floor-1 .scroll-news-list li {
  display: inline;
  margin-right: 40px;
}
.m-floor-1 .scroll-news-list li a {
  position: relative;
  padding-left: 22px;
  font-size: 22px;
  color: #186dd6;
}
.m-floor-1 .scroll-news-list li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #186dd6;
  border-radius: 50%;
}
.m-floor-1 .gui-flex-control-nav {
  position: static;
  margin-top: 22px;
  text-align: right;
  line-height: 1;
}
.m-floor-1 .gui-flex-control-nav li {
  margin: 0;
}
.m-floor-1 .gui-flex-control-nav li a {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #186dd6;
  margin: 0 7px;
}
.m-floor-1 .gui-flex-control-nav li a.gui-flex-active {
  width: 36px;
  background: #186dd6 !important;
}
.m-floor-1 .slider {
  width: 755px;
  height: 503px;
  position: absolute;
  top: 126px;
  left: 56px;
}
.m-floor-1 .slider .swiper-slide a {
  display: block;
  width: 755px;
}
.m-floor-1 .slider .swiper-slide a .pic {
  width: 100%;
  height: 503px;
}
.m-floor-1 .slider .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-floor-1 .slider .swiper-slide a span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  color: #333333;
  width: 646px;
}
.m-floor-1 .yaowen {
  position: absolute;
  top: 123px;
  right: 57px;
  width: 395px;
}
.m-floor-1 .yaowen .title2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 56px;
  padding: 0 50px 6px;
  display: block;
}
.m-floor-1 .yaowen .title2 span {
  float: right;
  font-size: 18px;
  font-weight: normal;
}
.m-floor-1 .yaowen .list {
  margin-top: 25px;
  position: relative;
  white-space: nowrap;      /* 强制文本不换行 */
    overflow: hidden;        /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    width: 100%;           /* 设置一个固定宽度（根据需要调整） */
    display: inline-block;  /* 如果是行内元素需要这个 */
}
.m-floor-1 .yaowen .list::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -15px;
  content: "";
  display: none;
  height: 100%;
  width: 8px;
  border-radius: 4px;
  background: #186dd6;
}
.m-floor-1 .yaowen .list a {
  position: relative;
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.m-floor-1 .yaowen .list:hover::after, .m-floor-1 .yaowen .list.active::after {
  display: block;
}
.m-floor-1 .yaowen .list:hover a, .m-floor-1 .yaowen .list.active a {
  font-size: 22px;
  color: #186dd6;
  font-weight: bold;
  max-height: 60px;
}

.m-floor-2 {
  margin-bottom: 86px;
}
.m-floor-2 .g-doc {
  width: 1200px;
}
.m-floor-2 .title {
  font-size: 30px;
  display: block;
  color: #fff;
  background: url(../images/t2.png) top left no-repeat;
  background-size: contain;
  line-height: 62px;
  padding-left: 35px;
  font-weight: bold;
  margin: 68px auto 35px;
}
.m-floor-2 .leftwrap .left {
  margin-right: 50px;
}
.m-floor-2 .rightwrap .right {
  margin-right: 50px;
}
.m-floor-2 .list-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}
.m-floor-2 .list-wrap:last-of-type {
  margin-bottom: 0;
}
.m-floor-2 .list-wrap .left, .m-floor-2 .list-wrap .right {
  float: left;
}
.m-floor-2 .list-wrap .left a {
  display: block;
}
.m-floor-2 .list-wrap .left a img {
  display: block;
  width: 430px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-floor-2 .list-wrap .right {
  width: 720px;
  padding-left: 28px;
}
.m-floor-2 .title1 {
  position: relative;
  font-size: 30px;
  font-weight: 100;
  color: #186dd6;
  border-bottom: solid 3px #186dd6;
  display: block;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 30px;
  font-weight: bold;
}
.m-floor-2 .title1::before {
  position: absolute;
  top: 0;
  left: -28px;
  content: "";
  display: block;
  width: 14px;
  height: 48px;
  border-radius: 7px;
  background: #ffa421;
}
.m-floor-2 .title1 span {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 18px;
  float: right;
}
.m-floor-2 .list {
  margin-bottom: 20px;
}
.m-floor-2 .list a {
  position: relative;
  font-size: 20px;
  color: #333333;
  padding-right: 70px;
  display: block;
}
.m-floor-2 .list a:hover {
  color: #186dd6;
}
.m-floor-2 .list a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  margin: auto;
  width: 19px;
  height: 19px;
  content: "";
  display: block;
  background: url(../images/tr.png) center center no-repeat;
  background-size: contain;
}
.m-floor-2 .list a i {
  display: block;
  font-style: normal;
  width: 100%;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-floor-2 .list a span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  font-size: 16px;
}

.m-floor-4 {
  margin-bottom: 86px;
}
.m-floor-4 .title {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.m-floor-4 .title i {
  font-style: normal;
  display: block;
  width: 204px;
  line-height: 64px;
  border-radius: 26px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #026df1;
}
.m-floor-4 .title span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #026df1;
  line-height: 1;
}
.m-floor-4 .g-doc {
  overflow: hidden;
  width: 1200px;
}
.m-floor-4 .left {
  width: 826px;
  float: left;
}
.m-floor-4 .left .swr {
  padding: 18px 18px 25px;
  background: #ebfaff;
}
.m-floor-4 .left .gallery-top {
  margin-bottom: 32px;
}
.m-floor-4 .left .gallery-top .swiper-slide a {
  width: 790px;
  height: 522px;
  display: block;
}
.m-floor-4 .left .gallery-top .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.m-floor-4 .left .gallery-top .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.m-floor-4 .left .gallery-top .swiper-slide span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}
.m-floor-4 .left .gallery-thumbs-wrap {
  position: relative;
}
.m-floor-4 .left .gallery-thumbs-wrap .swiper-button-prev {
  background: url(../images/a3.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 80px;
  left: -18px;
  margin-top: -40px;
}
.m-floor-4 .left .gallery-thumbs-wrap .swiper-button-next {
  background: url(../images/a4.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 80px;
  right: -18px;
  margin-top: -40px;
}
.m-floor-4 .left .gallery-thumbs {
  width: 760px;
  margin: 0 auto;
}
.m-floor-4 .left .gallery-thumbs .swiper-slide {
  cursor: pointer;
  width: 246px;
}
.m-floor-4 .left .gallery-thumbs .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 162px;
}
.m-floor-4 .left .gallery-thumbs .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-floor-4 .right {
  width: 328px;
  float: right;
}
.m-floor-4 .right .title i {
  width: 167px;
}
.m-floor-4 .right .list1 {
  margin-bottom: 18px;
}
.m-floor-4 .right .list1 img {
  width: 100%;
  height: 492px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-floor-4 .right .list1 a {
  font-size: 20px;
  color: #186dd6;
}
.m-floor-4 .right .list1 a:hover {
  font-weight: bold;
}
.m-floor-4 .right .list {
  margin-bottom: 18px;
}
.m-floor-4 .right .list a {
  position: relative;
  padding-left: 24px;
  display: block;
  font-size: 20px;
  color: #186dd6;
}
.m-floor-4 .right .list a:hover {
  font-weight: bold;
}
.m-floor-4 .right .list a::after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ar.png) center center no-repeat;
  background-size: contain;
}

.m-floor-5,
.m-floor-6 {
  margin-bottom: 90px;
}
.m-floor-5 .slider,
.m-floor-6 .slider {
  width: 1230px;
  margin-left: -15px;
  overflow: hidden;
}
.m-floor-5 .title,
.m-floor-6 .title {
  position: relative;
  width: 1200px;
  background: url(../images/t1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  max-width: inherit;
  text-indent: 38px;
  margin: 0 auto 11px;
}
.m-floor-5 .title span,
.m-floor-6 .title span {
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  right: 18px;
  top: 20px;
  line-height: 18px;
}
.m-floor-5 .swiper-container,
.m-floor-6 .swiper-container {
  padding: 14px;
}
.m-floor-5 .swiper-button-prev,
.m-floor-6 .swiper-button-prev {
  background: url(../images/a1.png) center center no-repeat;
  background-size: contain;
  left: -60px;
}
.m-floor-5 .swiper-button-next,
.m-floor-6 .swiper-button-next {
  background: url(../images/a2.png) center center no-repeat;
  background-size: contain;
  right: -60px;
}
.m-floor-5 .swiper-button-next,
.m-floor-5 .swiper-button-prev,
.m-floor-6 .swiper-button-next,
.m-floor-6 .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 0;
}
.m-floor-5 .news-info2,
.m-floor-6 .news-info2 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.m-floor-5 .news-info2 .swiper-slide,
.m-floor-6 .news-info2 .swiper-slide {
  padding: 6px;
  background: #ebfaff;
  box-shadow: 0px 2px 14px 0px rgba(59, 121, 255, 0.3);
}
.m-floor-5 .news-info2 .swiper-slide:hover .text,
.m-floor-6 .news-info2 .swiper-slide:hover .text {
  color: #186dd6;
}
.m-floor-5 .news-info2 .swiper-slide .pic,
.m-floor-6 .news-info2 .swiper-slide .pic {
  height: 210px;
}
.m-floor-5 .news-info2 .swiper-slide .pic img,
.m-floor-6 .news-info2 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-floor-5 .news-info2 .swiper-slide .text,
.m-floor-6 .news-info2 .swiper-slide .text {
  height: 178px;
  padding: 15px 20px;
  color: #333;
}
.m-floor-5 .news-info2 .swiper-slide .text .title1,
.m-floor-6 .news-info2 .swiper-slide .text .title1 {
  font-size: 22px;
  font-weight: bold;
  max-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.m-floor-5 .news-info2 .swiper-slide .text .des,
.m-floor-6 .news-info2 .swiper-slide .text .des {
  font-size: 20px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.m-floor-6 {
  margin-bottom: 87px;
}
.m-floor-6 .title {
  margin-bottom: 25px;
}
.m-floor-6 .slider {
  width: 100%;
  margin: auto;
}
.m-floor-6 .swiper-container {
  padding: 0;
}
.m-floor-6 .swiper-slide {
  padding: 0 !important;
  box-shadow: none !important;
}
.m-floor-6 .swiper-slide .pic {
  height: 130px !important;
}

.m-footer {
  width: 100%;
  height: 140px;
  background: url(../images/footer.jpg) center top no-repeat;
}
.m-footer a,
.m-footer span,
.m-footer p {
  color: #fff !important;
}
.m-footer img {
  display: inline;
}
.m-footer .inter-info {
  text-align: center;
  padding-top: 100px;
}

.m-floor-3 .list a {
  overflow: hidden;
}
.m-floor-3 .list a img {
  transition: all 0.3s;
}
.m-floor-3 .list a:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=layout.css.map */