.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

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

.clearfix {
  zoom: 1;
}

header {
  padding-top: 140px;
  background: url(/statics/gxdwztpx/images/header_background.png) no-repeat top center;
  background-size: 1920px 100%;
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 754px;
}

header .layout .title {
  margin-bottom: 55px;
  font-family: AlibabaPuHuiTiH;
  font-size: 61px;
  color: transparent;
  line-height: 96px;
  text-align: center;
}

header .layout .button {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

header .layout .button a {
  margin: 0 70px;
  display: block;
  width: fit-content;
  padding: 15px 46px;
  background: #B5E8F9;
  border-radius: 33px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFF !important;
}

header .layout .button a:hover {
  background: #2C9DC4;
}

.headline {
  margin: 0 auto 45px;
  width: fit-content;
  position: relative;
  z-index: 2;
}

.headline p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 40px;
  color: #2C9DC4;
}

.headline::before {
  content: "";
  position: absolute;
  left: -7px;
  bottom: 3px;
  width: 19px;
  height: 19px;
  background: #F3CDCC;
  opacity: 0.75;
  border-radius: 50%;
  z-index: -1;
}

.headline::after {
  content: "";
  position: absolute;
  right: -11px;
  top: -9px;
  width: 33px;
  height: 33px;
  background: #F3CDCC;
  opacity: 0.75;
  border-radius: 50%;
  z-index: -1;
}

.notification {
  margin-top: -75px;
  height: 177px;
}

.notification .layout {
  background: url(/statics/gxdwztpx/images/notification——background.png) no-repeat top center;
  background-size: 100% 100%;
  padding-left: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notification .layout .title {
  margin-bottom: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 26px;
  color: #3EAFDA;
}

.notification .layout .content {
  width: 832px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 29px;
  text-indent: 2em;
}

.notification .layout .content a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 29px;
}

.part1 {
  padding: 75px 0;
}

.part1 .layout {
  position: relative;
}

.part1 .layout .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.part1 .layout .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.part1 .layout .solution-slider .swiper-slide {
  width: 25%;
  height: 50%;
}

.part1 .layout .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.part1 .layout .solution-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.part1 .layout .solution-item .item-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all .5s ease .1s;
  transition: all 0.5s ease 0.1s;
}

.part1 .layout .solution-item .item-txt i img {
  vertical-align: top;
  max-width: 100%;
}

.part1 .layout .solution-item .item-txt .tit {
  margin-top: 4px;
  display: block;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 43px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.part1 .layout .solution-slider {
  overflow: visible;
}

.part1 .layout .solution-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: auto;
}

.part1 .layout .solution-slider .jdc-swiper-button-next,
.part1 .layout .solution-slider .jdc-swiper-button-prev {
  display: none;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
  box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
}

.part1 .layout .solution-slider .jdc-swiper-button-next:hover,
.part1 .layout .solution-slider .jdc-swiper-button-prev:hover {
  background: #fff;
  -webkit-box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
  box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
}

.part1 .layout .solution-slider .jdc-swiper-button-next i,
.part1 .layout .solution-slider .jdc-swiper-button-prev i {
  width: 26px;
  height: 14px;
  background-image: url(http://img1.jcloudcs.com/portal/index/v8/slider-arr.png);
  background-size: 26px 14px;
  position: absolute;
  left: 40%;
  top: 50%;
  margin: -7px auto 0;
  -webkit-animation: arrow 2s ease-in-out infinite;
  animation: arrow 2s ease-in-out infinite;
}

.part1 .layout .solution-slider .jdc-swiper-button-prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.part1 .layout .solution-slider .jdc-swiper-pagination {
  display: none;
}

.part1 .layout .solution-item {
  position: relative;
  height: 224px;
  background-color: #1a1b1f;
}

.part1 .layout .solution-item .item-img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.part1 .layout .solution-item .item-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all .5s ease .1s;
  transition: all 0.5s ease 0.1s;
}

.part1 .layout .solution-item .item-txt .item-txt-bd {
  position: relative;
  z-index: 2;
}

.part1 .layout .solution-item .item-txt .item-txt-bd .top-box {
  position: relative;
}

.part1 .layout .solution-item .item-txt .item-txt-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
}

.part1 .layout .solution-item .item-txt i {
  float: left;
  display: block;
  margin-right: 9px;
  width: 35px;
  height: 35px;
}

.part1 .layout .solution-item .item-txt i img {
  vertical-align: top;
  max-width: 100%;
}

.part1 .layout .solution-item .item-txt .tit:after,
.part1 .layout .solution-item .item-txt .txt-link {
  opacity: 0;
  -webkit-transition: all .4s ease .1s;
  transition: all 0.4s ease 0.1s;
}

.part1 .layout .solution-item .item-txt .txt-link {
  height: auto;
  overflow: hidden;
  margin-top: 3px;
}

.part1 .layout .solution-item .item-txt .txt-link a {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  line-height: 29px;
}

.part1 .layout .solution-slider {
  z-index: auto;
}

.part1 .layout .solution-slider .solution-item:hover {
  z-index: 5;
}

.part1 .layout .solution-slider .solution-item:hover .item-txt {
  top: -30px;
  bottom: -30px;
  padding: 12px 27px;
}

.part1 .layout .solution-slider .solution-item:hover .item-txt .item-txt-bg {
  background: #80CEEB;
  -webkit-box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  z-index: 1;
}

.part1 .layout .solution-slider .solution-item:hover .item-txt i img {
  -webkit-filter: none;
  filter: none;
}

.part1 .layout .solution-slider .solution-item:hover .item-txt .tit {
  color: #ffffff;
}

.part1 .layout .solution-slider .solution-item:hover .item-txt .tit:after {
  opacity: 1;
}

.part1 .layout .solution-slider .solution-item:hover .txt-link {
  display: block;
  opacity: 1;
}

.part1 .layout .arr-black {
  position: relative;
  color: #262626;
  padding-right: 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.part1 .layout .arr-black:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.part1 .layout .arr-black:hover {
  color: #e1251b;
}

.part1 .layout .arr-black:hover:after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23E1251B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.part1 .layout .arr-red {
  position: relative;
  color: #E1251B;
  padding-right: 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.part1 .layout .arr-red:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23E1251B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.part1 .layout .arr-red:hover:after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
}

.part1 .layout .arr-white {
  position: relative;
  color: #fff;
  padding-right: 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

.part1 .layout .arr-white i {
  width: 6px !important;
  height: 6px !important;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  margin-top: 13px;
}

.part1 .layout .arr-white:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.part1 .layout .arr-white:hover {
  color: #ffffff;
}

.part1 .layout .arr-white:hover:after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
}

.part1 .layout .px_btn a {
  display: block;
  width: 95px;
  height: 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
  margin-top: 28px;
}

.part1 .layout .solution-slider .swiper-slide:nth-last-child(1) .arr-white::after{
  display:none;
}

.part2 {
  min-width: 1200px;
  padding: 56px 0 76px;
  background: url(/statics/gxdwztpx/images/part2_background.png) no-repeat top center;
  background-size: 100% 100%;
}

.part2 .layout .box {
  display: flex;
}

.part2 .layout .box img {
  margin-right: 70px;
  display: block;
  width: 258px;
  height: 334px;
}

.part2 .layout .box .swiperbox {
  position: relative;
}

.part2 .layout .box .swiperbox .swiper {
  width: 825px;
  height: 334px;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item {
  margin-bottom: 20px;
  width: fit-content;
  padding: 15px;
  box-shadow: 0px 0px 5px 3px rgba(232, 232, 232, 0.5);
  background: #FFFFFF;  
  min-height: 154px;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item:nth-last-child(1) {
  margin-bottom: 0;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item .title {
  margin-bottom: 6px;
  width: 227px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item .status {
  margin-bottom: 6px;
  width: 69px;
  height: 20px;
  border-radius: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item .nostart {
  background: #80CEEB;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item .ing {
  background: #7ACABF;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item .over {
  background: #E88490;
}

.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item .time,
.part2 .layout .box .swiperbox .swiper .swiper-wrapper .swiper-slide .item .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.part2 .layout .box .swiperbox .swiper-button-next {
  right: -48px;
  color: #80CEEB;
}

.part2 .layout .box .swiperbox .swiper-button-prev {
  left: -48px;
  color: #80CEEB;
}

.part3 {
  padding: 73px 0 0;
}

.part3 .layout ul {
  display: flex;
  justify-content: space-between;
}

.part3 .layout ul li {
  position: relative;
  width: 589px;
  height: 261px;
  cursor: pointer;
}

.part3 .layout ul li:hover .content {
  background: #80CEEB;
}

.part3 .layout ul li:hover .content a {
  margin: 45px auto 0;
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  display: block;
}

.part3 .layout ul li .imgbox {
  width: 100%;
  height: 100%;
}

.part3 .layout ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part3 .layout ul li .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 589px;
  height: 261px;
  background: rgba(73, 120, 147, 0.49);
  transition: all .3s;
}

.part3 .layout ul li .content .title {
  width: 370px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 49px;
  text-align: center;
}

.part3 .layout ul li .content a {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0px auto 0;
  width: 157px;
  height: 45px;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  transition: all .3s;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF !important;
  line-height: 43px;
  text-align: center;
}

.part3 .layout .more {
  margin: 40px auto 0;
  display: block;
  width: fit-content;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.part4 {
  min-width: 1200px;
  padding: 174px 0 85px;
  background: url(/statics/gxdwztpx/images/part4_background.png) no-repeat top center;
  background-size: 100% 100%;
}

.part4 .layout {
  position: relative;
}

.part4 .layout .swiper {
  width: 100%;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide {
  display: flex;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide .classify {
  margin-right: 16px;
  display: block;
  width: 291px;
  height: 455px;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li {
  float: left;
  margin-right: 17px;
  margin-top: 30px;
  box-shadow: 0px 2px 4px 0px rgba(224, 224, 224, 0.5);
  border-radius: 0px 0px 8px 8px;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li:nth-child(1),
.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li:nth-child(2),
.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li:nth-child(3) {
  margin-top: 0;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li:nth-child(3n) {
  margin-right: 0;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li .imgbox {
  width: 286px;
  height: 159px;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li .detail {
  padding: 10px 10px 20px;
  background-color: #fff;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li .detail .title {
  width: 263px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li .detail .bottom {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li .detail .bottom p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide ul li .detail .bottom a {
  display: block;
  width: 63px;
  height: 17px;
  border-radius: 8px;
  border: 1px solid #979797;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 15px;
  text-align: center;
}

.part4 .layout .swiper .swiper-button::after {
  content: "";
}

.part4 .layout .swiper .swiper-button img {
  display: block;
  width: 40px;
  height: 40px;
}

.part4 .layout .swiper .swiper-button .on {
  display: none;
}

.part4 .layout .swiper .swiper-button:hover img {
  display: none;
}

.part4 .layout .swiper .swiper-button:hover .on {
  display: block;
}

.part4 .layout .swiper .swiper-button-prev {
  left: 90px;
  right: auto;
  top: auto;
  bottom: 0;
}

.part4 .layout .swiper .swiper-button-next {
  left: 160px;
  right: auto;
  top: auto;
  bottom: 0;
}

.part4 .layout .morebox,
.part1 .layout .morebox {
  position: absolute;
  top: 17px;
  right: 0;
}

.part4 .layout .morebox .more,
.part6 .layout .morebox .more,
.part1 .layout .morebox .more {
  display: none;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.part4 .layout .morebox .on,
.part6 .layout .morebox .on,
.part1 .layout .morebox .on {
  display: block;
}

.part5 {
  padding: 78px 0 108px;
}

.part5 .layout .pt8-top {
  width: 100%;
  height: 182px;
  background: url(/statics/gxdwztpx/images/pt8-bck1.png) no-repeat center top;
  background-size: cover;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}

.part5 .layout .pt8-top .pt8-box {
  width: 500px;
  margin: 125px auto 0;
  display: flex;
  justify-content: space-evenly;
}

.part5 .layout .pt8-top a {
  display: inline-block;
  background-color: #B5E8F9;
  color: #2C9DC4;
  border-radius: 30px;
  width: 114px;
  height: 36px;
  line-height: 38px;
  font-weight: 500;
  font-size: 16px;
}

.part5 .layout .pt8-top a:hover {
  background-color: #E6F9FF;
  color: #2C9DC4;
}

.part5 .layout .pt8-text-list {
  margin-top: 33px;
  position: relative;
}

.part5 .layout .pt8-lf-box {
  width: 470px;
  height: 252px;
  background: #B5DDEB;
  position: relative;
  z-index: 999;
  top: 14px;
}

.part5 .layout .pt8-lf-box a {
  width: 470px;
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part5 .layout .pt8-lf-box img {
  width: 443px;
  height: 225px;
  display: block;
}

.part5 .layout .pt8-c .pt8-c-img {
  width: 282px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.part5 .layout .pt8-rh-box {
  width: 876px;
  height: 281px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 52px 0 0 187px;
}

.part5 .layout .pt8-rh-box .pt8-tit img {
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.part5 .layout .pt8-rh-box .pt8-tit span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #2C9DC4;
  padding-left: 10px;
}

.part5 .layout .pt8-rh-box .pt8-detail {
  margin-top: 28px;
}

.part5 .layout .pt8-rh-box .pt8-detail p {
  display: inline-block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-indent: 2rem;
  line-height: 40px;
  padding-right: 50px;
}

.part5 .layout .pt8-rh-box .pt8-detail a {
  color: #2C9DC4;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
}

.part5 .layout .pt8-rh-box .pt8-detail a:hover {
  color: #2C9DC4;
}

.fixed {
  position: fixed;
  right: 50%;
  top: 40%;
  transform: translateX(800px);
  background: url(/statics/gxdwztpx/images/fixed_background.png) no-repeat top center;
  background-size: 100% 100%;
  width: 162px;
  height: 389px;
  z-index: 9;
}

.fixed ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
}

.fixed ul li {
  padding: 15px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #fff;
}

.fixed ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.fixed ul li a:hover {
  color: #3EAFDA !important;
}

.fixed ul li:nth-last-child(1) {
  border-bottom: 0;
}

@media (max-width: 1615px) {
  .fixed {
    right: 0;
    transform: translateX(0);
  }
}


.part6{  
    padding: 75px 0;
}
.part6 .swiper {
  width: 1200px;
  height: 400px;
    margin-top: 50px;
}
.part6 .swiper ul:nth-child(2n) li .imgbox {
  float: left;
}
.part6 .swiper ul:nth-child(2n) li .cont {
  float: left;
}
.part6 .swiper ul:nth-child(2n) li .cont .sanjiao {
  left: -20px;
  border-right: 20px solid #5D6FD9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.part6 .swiper ul:nth-child(2n-1) li .imgbox {
  float: right;
}
.part6 .swiper ul:nth-child(2n-1) li .cont {
  float: right;
}
.part6 .swiper ul:nth-child(2n-1) li .cont .sanjiao {
  right: -20px;
  border-left: 20px solid #5D6FD9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.part6 .swiper ul li {
  width: 400px;
  float: left;
  cursor: pointer;
}
.part6 .swiper ul li:hover .imgbox img {
  transform: scale(1.3);
}
.part6 .swiper ul li .imgbox {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.part6 .swiper ul li .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part6 .swiper ul li .cont {
  width: 200px;
  height: 200px;
  position: relative;
  background: #5D6FD9;
  padding: 36px 23px 0 25px;
}
.part6 .swiper ul li .cont .name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: 7px;
}
.part6 .swiper ul li .cont .smalltext {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 .swiper ul li .cont .sanjiao {
  position: absolute;
  top: 37px;
  width: 0;
  height: 0;
}
.part6 .layout .morebox{
  position: inherit;
    margin-left: 1125px;
    margin-top: -70px;
}


.fixed_left {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-930px);
  z-index: 999;
}
.fixed_left a {
  display: block;
}
.fixed_left a img {
  display: block;
  width: 242px;
  height: 415px;
}
@media (max-width: 1866px) {
  .fixed_left {
    left: 0;
    transform: translateX(0);
  }
}