@charset "utf-8";

html,
body {
  position: relative;
}

section {
  padding-top: 70px;
  padding-bottom: 90px;
}

section .title h1 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #000000;
}

section .title h2 {
  margin: 0;
  margin-bottom: 45px;
  font-weight: 200;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #808080;
}

/* banner */
.bannerSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bannerSlide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bannerSlide>img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}

.bannerText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bannerText h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 2;
  letter-spacing: 3.57394px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.bannerText span {
  display: block;
  width: 760px;
  height: 1px;
  background: #fff;
}

.bannerText h2 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.452525px;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.bannerText a img {
  width: 160px;
}
}

.bannerTextLeft {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.bannerpagination {
  bottom: 30px !important;
}

.bannerpagination span {
  width: 16px;
  height: 16px;
  margin: 0 15px !important;
  background: #8194b1;
  opacity: 1;
}

.bannerpagination span.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
}

/* end-banner */
/* box2 */
.section2 {
  background: #f6f7f9;
}

.section2 .item {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.ImgTextbox {
  position: relative;
  flex: 1;
  transition: .5s;
}

.box2_1 .ImgTextbox:hover {
  flex: 0 1 70%;
}

.box2_2 .ImgTextbox:hover {
  flex: 0 1 50%;
}

.section2 .item .ImgTextbox .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.section2 .item .ImgTextbox .img {
  position: relative;
  width: 100%;
  height: 400px
}

.section2 .item .ImgTextbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.section2 .item .ImgTextbox .text .txt {
  display: none;
  width: 100%;
  height: 100%;
}

.section2 .item .ImgTextbox:hover .text span {
  display: none;
}

.section2 .item .ImgTextbox:hover .text .txt {
  display: block;
}

.section2 .item .ImgTextbox .text span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 53px;
  background: linear-gradient(180deg, rgba(8, 8, 63, 0.721971) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.section2 .item .ImgTextbox .text span img {
  margin-top: 30px;
}

.section2 .item .ImgTextbox .text .top {
  height: 225px;
  padding: 40px 66px;
  background: linear-gradient(180deg, rgba(19, 39, 173, 0.721971) 0%, rgba(115, 127, 221, 0.666547) 100%);
  position: relative;
}

.section2 .item .ImgTextbox .text .top h1 {
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.section2 .item .ImgTextbox .text .top p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #FFFFFF;
}

.section2 .item .ImgTextbox .text .top a {
  position: absolute;
  right: 51px;
  top: 51px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}

.section2 .item .ImgTextbox .text .bottom {
  height: 175px;
  background: #fff;
  padding: 24px 66px;
  display: flex;
  flex-wrap: wrap;
}

.section2 .item .ImgTextbox .text .bottom h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  width: 100%;
}

.section2 .item .ImgTextbox .text .bottom p {
  margin: 15px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}

.ImgTextbox_1 .bottom p {
  width: 33.3333%;
}

.ImgTextbox_2 .bottom p {
  width: 25%;
}

.ImgTextbox_3 .bottom p {
  width: 50%;
}

.ImgTextbox_4 .bottom p {
  width: 20%;
}

.ImgTextbox_5 .bottom p {
  width: 50%;
}

/* end-box2 */
/* box3 */
.box3 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -28px;
}

.box3List {
  position: relative;
  width: calc((100% - 90px) / 4);
  margin-bottom: 28px;
  border-radius: 9px;
  overflow: hidden;
}

.box3List h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  font-style: normal;
  font-size: 26px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(19, 35, 77, 0.56);
}

.box3List h1:hover {
  background: rgba(20, 84, 244, 0.742748);
}

.box3List img {
  width: 100%;
  position: relative;
}

/* end-box3 */
/* box4 */
.section4 {
  background: url(../../images/section4.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section4 .container {
  overflow: hidden;
}

.section4 .box4 {
  position: relative;
}

.box4Swiper {
  width: 900px;
  padding: 75px 0;
}

.box4slide.swiper-slide-active {
  transform: scale(1.3);
  z-index: 5;
}

.box4slide.swiper-slide-active .box4img span {
  background: rgba(19, 39, 173, 0.72);
}

.box4slide {
  background: #fff;
}

.box4slide .box4img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box4slide .box4img .top {
  position: absolute;
  z-index: 3;
  width: auto;
  max-width: 50%;
  height: auto;
  max-height: 60%;
}

.box4slide .box4img span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(16, 25, 80, 0.463039) 0%, rgba(88, 98, 180, 0.666547) 100%);
  z-index: 2;
}

.box4slide .box4img .bottom {
  position: relative;
  width: 100%;
}

.box4slide .text {
  padding: 40px 36px;
}

.box4slide .text p {
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #333333;
}

.box4slide .text span {
  display: block;
  text-align: right;
}

.box4prev {
  width: 45px;
  height: 90px;
  top: calc(50% - 45px);
  left: -15px;
  background: url(../../images/4.png);
  background-size: 100% 100%;
}

.box4next {
  width: 45px;
  height: 90px;
  top: calc(50% - 45px);
  right: -15px;
  background: url(../../images/5.png);
  background-size: 100% 100%;
}

.box4prev:after,
.box4next:after {
  display: none;
}

.box4pagination.box4pagination {
  bottom: 0px;
}

.box4pagination.box4pagination span {
  width: 16px;
  height: 16px;
  margin: 0 2.5vw !important;
  background: #8194b1;
}

.box4pagination.box4pagination span.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
}

/* end-box4 */
/*  box5  */
.section5 {
  height: 14vw;
  margin: 54px 0;
  padding: 0;
  position: relative;
}

.section5::after {
  content: "";
  display: block;
  position: absolute;
  width: 25vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.25) 100%);
}

.section5::before {
  content: "";
  display: block;
  position: absolute;
  width: 25vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.25) 100%);
}

.box5Swiper {
  width: 100%;
  height: 14vw;
}

.box5slide {
  height: 50%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #00000026;
  transform: scale(0.9);
}

.box5slide img {
  transform: scale(1.09);
}

@media (max-width: 1024px) {
  .box5Swiper {
    height: 16vw;
  }
}
@media (max-width: 768px) {
  .box5Swiper {
    height: 31vw;
  }
}
/*  end-box5  */
/*  box6  */
.section6 {
  background: #f6f7f9;
  padding-bottom: 60px;
}

.box6Swiper {
  position: relative;
  padding-bottom: 60px;
}

.box6slide {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.box6slide .img {
  border-radius: 10px;
  overflow: hidden;
}

.box6slide .text {
  padding: 0 60px 0 15px;
  position: relative;
}

.box6slide .text::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 45px;
  height: 45px;
  background: url(../../images/6.png);
}

.box6slide h1 {
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  color: rgba(54, 61, 77, 0.88);
  margin: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.box6slide span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #808080;
}

.box6pagination span {
  width: 16px;
  height: 16px;
  margin: 0 15px !important;
  background: #8194b1;
}

.box6pagination span.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
}

/*  end-box6  */
/*  box7  */
.section7 {
  background: url(../../images/7.png) no-repeat center;
  background-size: cover;
}

.box7 {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
}

.box7 .left {
  padding-right: 90px;
  position: relative;
  padding-right: 90px;
  width: 50%;
}

.box7 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.box7 .left::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 80px);
  width: 1px;
  height: 160px;
  background: rgba(72, 128, 240, 0.4);
}

.box7 .name {
  width: 560px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(44, 15, 143, 0.0850608);
  border-radius: 32px;
  margin-bottom: 45px;
  padding: 0 45px;
}

.messbtn {
  position: relative;
}

.messbtn .tel {
  position: relative;
  width: 560px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(44, 15, 143, 0.0850608);
  border-radius: 32px;
  padding: 0 45px;
}

.messbtn #regBtn {
  position: absolute;
  right: 0;
  width: 240px;
  height: 64px;
  border-radius: 32px;
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
  font-style: normal;
  font-weight: 290;
  font-size: 26px;
  line-height: 35px;
  text-align: left;
  color: #FFFFFF;
  padding-left: 50px;
}

.messbtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 46px;
  height: 46px;
  background: url(../../images/9.png);
  background-size: 100% 100%;
}

.box7 .right .top {
  display: flex;
  align-items: center;
}

.box7 .right .top img {
  margin-right: 15px;
}

.box7 .right .top .text h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  text-align: left;
  color: #808080;
}

.box7 .right .top .text span {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 53px;
  text-align: left;
  color: rgba(54, 61, 77, 0.88);
  background: #0000;
  display: block;
}

.box7 .right a {
  display: block;
  width: 260px;
  height: 54px;
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
  border-radius: 32px;
  font-style: normal;
  font-weight: 290;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-top: 30px;
}

.box7 .right a img {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 44px;
}

/*  end-box7  */
/* x询盘 */
.MessageBox_1 {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.MessageBox_1 .MessageMore {
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 50px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.MessageBox_1 .MessageMore img {
  width: 35px;
}

.MessageBox_1.MessageBox .messlist.messages_1 {
  position: relative;
  display: flex;
}

.MessageBox_1.MessageBox .messlist.messages_1 input {
  box-shadow: 0px 13px 23px rgba(0, 0, 0, 0.05);
  height: 60px;
  border: 0px;
  border-radius: 50px;
  padding: 0 30px;
}

.MessageBox_1.MessageBox .messages-title {
  display: none;
}

.MessageBox_1.MessageBox .top {
  display: none;
}

.MessageBox .messlist {
  display: none;
}

.MessageBox.open {
  z-index: 999;
}

.MessageBox.open .top {
  display: block;
}

.MessageBox.open .messages-title {
  display: block;
}

.MessageBox.open .MessageMore {
  display: none;
}

.MessageBox.open .messlist {
  display: flex;
}

.MessageBox.open {
  position: fixed;
  top: 25vh;
  left: 25vw;
  height: 50vh;
  width: 50vw;
  background: #fff;
  padding: 5vh 3vw;
  border-radius: 1vw;
}

.MessageBox h1 {
  font-size: 24px;
  font-weight: 700;
  color: #4B79FA;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.messlist {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.messages-title {
  width: 80px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
}

.messlist input {
  width: calc(44vw - 80px);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
}

.messlist #regBtn {
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
  width: 25vw;
  height: 45px;
  border-radius: 15px;
  border: 0px;
  color: #fff;
}

.MessageBox .closed {
  position: absolute;
  top: 3vw;
  right: 5vh;
}

.header .navbar_nav .nav_1 {
  color: rgba(255, 255, 255);
}

.header.on .navbar_nav .nav_1 {
  color: rgb(0 0 0);
}