
@media (min-width: 1500px) {
  .container {
    /* width: 1500px; */
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .container {
    /* width: 1300px; */
    padding: 0;
  }
}
.banner {
  background: url(../images/bg001.svg) no-repeat left top;
  background-size: 100%;
  padding: 40px 0 30px;
  /* height: 950px; */
  position: relative;
}
.banner .container::before,
.banner .container::after {
  /* width: 1350px; */
  display: none;
}
.banner .sectionL {
  /* position: relative; */
  width: 455px;
  flex: 0 0 455px;
}
.banner .sectionL::after {
  display: block;
  content: '';
  width: 71px;
  height: 75px;
  position: absolute;
  left: 40%;
  top: 180px;
  background: url(../images/star.svg) no-repeat center;
  background-size: contain;
}
.banner .sectionL .en {
  /* height: 80px; */
  width: 295px;
  display: block;
}
.banner .title {
  display: inline-block;
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: "Heiti SC"; */
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.2px;
}
.banner .title::after {
  display: block;
  content: '';
  background: var(--linear);
  width: 160px;
  height: 5px;
  border-radius: 10px;
  margin-top: 15px;
}
.banner .sub {
  color: #4C3F9D;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.04px;
  margin-top: 30px;
}
.banner .infos {
  color: #7C88A7;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
}
.banner .more {
  width: 140px;
  height: 46px;
  border-radius: 100px;
  background: var(--linear);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.30);
  text-align: center;
  line-height: 46px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.banner .videoPlay {
  padding-left: 55px;
  background: url(../images/play.svg) no-repeat center left;
  background-size: 46px;
  height: 46px;
  color: #3C67D3;
  font-size: 15px;
  font-weight: 500;
  line-height: 46px;
  cursor: pointer;
  margin-top: 30px;
}
.banner .thumb {
  width: 680px;
  flex: 0 0 680px;
}

.homeService {
  /* background: #F3F5F6; */
  padding-bottom: 20px;
  position: relative;
  margin-top: 40px;
}
.homeService::after {
  display: block;
  content: '';
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: #F3F5F6; */
  z-index: -1;
}
.homeService .row {
  background: var(--white);
  padding: 30px 0 40px;
  /* margin-top: -80px; */
  border-radius: 16px;
  box-shadow: 0px 12px 24px 12px rgba(174, 186, 217, 0.08);
}
.homeService .thumb {
  width: 140px;
  height: 140px;
}
.homeService .title {
  color: #102863;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1.25px;
  margin-top: 30px;
}
.homeService .text {
  color: #8A92A9;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.9px;
  text-align: justify;
  margin-top: 10px;
}
.homeService .item {
  position: relative;
  padding: 0 30px;
}
.homeService .item + .item::before {
  display: block;
  content: '';
  width: 1px;
  height: 320px;
  height: 220px;
  background: #ECECEC;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -160px;
  margin-top: -110px;
}

.homeProduct {
  background: #F3F5F6;
  padding-bottom: 20px;
}
.homeProduct .container {
  /* background: url(../images/nugabast1.svg) no-repeat top right; */
  background-size: auto 95px;
}
.homeProduct .thumb {
  width: 488px;
  flex: 0 0 488px;
}
.homeProduct .content {
  flex: 0 0 555px;
}
.homeProduct .seriesTitle {
  font-size: 36px;
  font-weight: 700;
  height: 40px;
  padding-left: 50px;
  background: url(../images/icon001.png) no-repeat center left;
  background-size: 40px;
}
.homeProduct .seriesTitle span {
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
}
.homeProduct .title {
  color: #102863;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-size: 32px;
  font-weight: 700;
  line-height: 60px; /* 170.213% */
  margin-top: 10px;
}
.homeProduct .infos {
  color: #7C88A7;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 178.571% */
}
.homeProduct .more {
  color: #102863;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
}
.homeProduct .more img {
  width: 20px;
  margin-left: 10px;
}

.homeProductList {
  margin: 40px 0 0px;
}
.homeProductList .container {
  /* overflow: hidden; */
}
@media (max-width: 1380px) {
  .homeProductList .container {
    overflow: hidden;
  }
}
.homeProductList .productList {
  overflow: hidden;
  padding: 0 30px 40px;
  margin: 0 -30px;
  position: relative;
}
.homeProductList .item {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 6px 16px 0px rgba(174, 186, 217, 0.16);
  padding: 15px 0 25px;
  text-align: center;
}
.homeProductList .item.swiper-slide-duplicate-prev + .item + .item,
.homeProductList .item.swiper-slide-prev {
  box-shadow: none;
}
.homeProductList .item .thumb {
  clear: both;
}
.homeProductList .item .title {
  margin: 16px;
  color: #102863;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.homeProductList .item .more {
  display: inline-block;
  text-align: center;
  margin: 0 20px 0;
  font-size: 16px;
}
.homeProductList .item .cate {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: url(../images/bg003.svg) no-repeat center;
  background-size: contain;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  float: right;
  margin-right: 15px;
}
.homeProductList .swiper-button-next::after, 
.homeProductList .swiper-button-prev::after {
  display: none;
}
.homeProductList .swiperBtnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  bottom: 0;
}
.homeProductList .swiper-button-prev {
  background: url(../images/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  margin: 0 20px;
  position: unset;
}
.homeProductList .swiper-button-next {
  background: url(../images/right.svg) no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  margin: 0 20px;
  position: unset;
}

.modilTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #102863;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px; /* 160% */
  letter-spacing: 3px;
  margin: 40px 0 40px;
}
.modilTitle span {
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
}
.modilTitle img {
  display: block;
  width: 50px;
  height: 50px;
}

.homeAdvant {
  position: relative;
  z-index: 1;
  /* min-height: 600px; */
  background: url(../images/bg006.svg) no-repeat left bottom;
  background-size: 50%;
}
@media (max-width: 1500px) {
  .homeAdvant {
    background-size: 60%;
  }
}
@media (max-width: 1300px) {
  .homeAdvant {
    background-size: 70%;
  }
}
.homeAdvant .sectionL {
  width: 520px;
  flex: 0 0 520px;
  margin-right: 20px;
  padding-top: 50px;
}
.homeAdvant .sectionL .en {
  color: #102863;
  /* font-family: "Heiti SC"; */
  font-size: 36px;
  font-weight: 700;
  line-height: 50px; /* 218.182% */
  letter-spacing: 2.2px;
}
.homeAdvant .sectionL .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px; /* 208.333% */
  background: var(--Linear, linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeAdvant .sectionL .infos {
  width: 405px;
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 216.667% */
  height: 96px;
}
.homeAdvant .sectionL .more {
  display: block;
  border-radius: 9999px;
  background: var(--Linear, linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%));
  /* 投影 */
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.30);
  width: 140px;
  height: 46px;
  line-height: 46px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
.homeAdvant .videoWrap {
  height: 380px;
  width: 70%;
  border-radius: 26px;
  overflow: hidden;
  background: var(--black);
}
.homeAdvant .videoWrap video {
  width: 100%;
  height: 100%;
  display: block;
  /* margin-top: -60px; */
}

.homeHistory {
  margin-top: 50px;
  background: url(../images/bg004.svg) no-repeat center right;
}
.homeHistory .thumb {
  width: 470px;
  flex: 0 0 470px;
  margin-right: 55px;
}
.homeHistory .titleWrap .title {
  color: #102863;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px; /* 160% */
  /* letter-spacing: 3px; */
  display: flex;
  align-items: center;
}
.homeHistory .titleWrap .title span {
  background: linear-gradient(270deg, #3C67D3 0.08%, #DF2360 101.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  /* letter-spacing: 3px; */
}
.homeHistory .titleWrap img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.homeHistory .titleWrap .text {
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 222.222% */
  margin-top: 16px;
}
.homeHistory .list {
  margin-top: 16px;
}
.homeHistory .list .item {
  display: flex;
  align-items: center;
  /* margin: 40px 0 20px; */
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background: var(--white);
  padding: 15px 0;
}
.homeHistory .list .item + .item {
  margin-top: 18px;
}
.homeHistory .list .icon {
  width: 85px;
  height: 85px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.homeHistory .list .icon img {
  width: 50px;
  height: 50px;
}
.homeHistory .list .date {
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #102863;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  /* letter-spacing: 1.4px; */
  border-right: 1px #D9D9D9 solid;
}
.homeHistory .list .date span {
  display: block;
  color: #8A92A9;
  text-align: right;
  /* font-family: "Heiti SC"; */
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.homeHistory .list .content {
  padding-left: 30px;
}
.homeHistory .list .tit {
  color: #102863;
  font-size: 20px;
  font-weight: 700;
  /* letter-spacing: 1.1px; */
}
.homeHistory .list .txt {
  margin-top: 4px;
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  /* letter-spacing: 0.9px; */
}

.homeNews {
  /* background: #F3F5F6; */
  padding: 60px 0 35px;
  margin-top: 40px;
  margin-top: -40px;
}
.homeNews .swiperWrap {
  position: relative;
  margin: 40px -60px 0;
  padding: 0 60px;
}
.homeNews .list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
.homeNews .list .item {
  display: block;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0px 16px 20px 6px rgba(174, 186, 217, 0.08);
  padding: 10px;
}
.homeNews .list .thumb {
  border-radius: 10px;
  height: 210px;
  margin-bottom: 10px;
}
.homeNews .list .swiper-pagination {
  bottom: 0px;
}
.homeNews .list .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  opacity: 1;
}
.homeNews .list .swiper-pagination-bullet-active {
  width: 30px;
  background: #4E75D6;
  border-radius: 100px;
}
.homeNews .list .title {
  color: #102863;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 183.333% */
  height: 48px;
  overflow: hidden;
}
.homeNews .list .date {
  margin-top: 20px;
  color: #7C88A7;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.homeNews .list .date .iconfont {
  font-size: 24px;
  color: #8A92A9;
  line-height: 28px;
}
.homeNews .swiper-button-prev::after,
.homeNews .swiper-button-next::after {
  display: none;
}
.homeNews .swiper-button-prev {
  background: url(../images/left.svg) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  left: 0;
}
.homeNews .swiper-button-next {
  background: url(../images/right.svg) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  right: 0;
}
@media (max-width: 1340px) {
  .homeNews .swiperWrap {
    padding: 0;
    margin: 50px 0 0;
  }
}
.homeNews .modul1 {
  width: 100%;
  display: flex;
}

.homeNews .titleBox {
  flex: 0 0 290px;
}
.homeNews .en {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 375% */
  /* letter-spacing: 1.44px; */
  text-transform: uppercase;
}
.homeNews .en::after {
  display: block;
  content: '';
  height: 4px;
  border-radius: 6px;
  background: var(--linear);
  margin-top: 8px;
  width: 250px;
}
.homeNews .cn {
  margin-top: 15px;
  color: #102863;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px; /* 166.667% */
  letter-spacing: 2.1px;
}
.homeNews .dateTabs {
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 60px;
  border-left: 1px #979EB3 solid;
  padding-left: 20px;
}
.homeNews .dateTabs .tab {
  position: relative;
  cursor: pointer;
  color: #7C88A7;
  width: 120px;
  font-size: 16px;
  font-weight: 400;
}
.homeNews .dateTabs .tab::before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: var(--white);
  border-radius: 20px;
  filter: drop-shadow(0px 2px 6px rgba(88, 126, 225, 0.20));
  position: absolute;
  left: -29px;
  top: 50%;
  transform: translate(0, -50%);
}
.homeNews .dateTabs .tab::after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background: #8A92A9;
  border-radius: 20px;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translate(0, -50%);
}
.homeNews .dateTabs .tab.act {
  color: #3C67D3;
}
.homeNews .dateTabs .tab.act::after {
  background: #3C67D3;
}
.homeNews ul .item {
  display: flex;
}
.homeNews ul .item .thumb {
  width: 345px;
  height: 225px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 2px solid var(--white);
  box-shadow: 0px 16px 20px 6px rgba(174, 186, 217, 0.08);
  margin-right: 24px;
}
.homeNews ul .item .title {
  color: #102863;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* letter-spacing: 1.1px; */
}
.homeNews ul .item .title::after {
  display: block;
  content: '';
  width: 330px;
  height: 4px;
  background: var(--linear);
  border-radius: 10px;
  margin: 14px 0;
}
.homeNews ul .item .text {
  color: #7C88A7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 200% */
  /* letter-spacing: 0.9px; */
}
.homeNews ul .item .more {
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  margin-top: 30px;
  display: inline-block;
}


.contactUs {
  width: 1200px;
  margin: auto;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.30);
  display: flex;
  margin-bottom: -125px;
  z-index: 9;
  position: relative;
}
.contactUs .map {
  width: 585px;
  flex: 0 0 585px;
  height: 430px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  margin-right: 60px;
}
.contactUs .content {
  padding: 25px 25px 25px 0;
}
.contactUs .name {
  color: #102863;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 36px;
}
.contactUs ul li {
  color: #7C88A7;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px; /* 222.222% */
}
.contactUs .msg {
  margin-top: 30px;
}
.contactUs .msg .item {
  display: flex;
}
.contactUs .msg .iconfont {
  font-size: 22px;
  color: #102863;
  line-height: 36px;
}
.contactUs .msg span {
  display: block;
  color: #7C88A7;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px; /* 266.667% */
}
.footer {
  /* padding-top: 170px; */
  margin-top: 80px;
}

.homeTitleWrap {
  margin-bottom: 30px;
}
.homeTitleWrap .title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
  color: #102863;
}
.homeTitleWrap .title span {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
}


/*弹窗浮动窗口*/
.scroll-pane {
  width: 100%;
  overflow: auto;
  margin: 45px 0 0;
}
.scroll-pane img {
  max-width: 100%;
}
.popBtn{width:18px; height:18px; cursor:pointer; float:right; margin-left:1px; margin-top:12px; display:inline; background: url(../images/buttons.png) no-repeat;}
.popClose{margin-right:10px; width:15px; background-position:-39px 0}
.popClose:hover{background-position:-39px -20px}
.popShow{background-position:0px 0}
.popShow:hover{background-position:0px -20px}
.popHide{background-position:-19px 0}
.popHide:hover{background-position:-19px -20px}
/*#lmt {width:444px; height:332px; padding:3px; overflow:hidden; background: url(images/bg_open.png) no-repeat;}*/
/*#lmt {width:400px; height:650px; padding:3px; overflow:hidden; background: url(images/bg_open.png) no-repeat;background-size: cover;}*/
.lmt {width:400px;height:600px;padding:3px;overflow:hidden;background: url(../images/bg_open.png?v=1) no-repeat;background-size: auto;background-color:#f2f2f2;margin-top: 5px;}
.lmt img {
	display: block;
}
.mini {
	width: 226px !important;
	position: fixed;
	bottom: 0;
	right: 0;
}
.lmt-text{
	font-size:14px;
	margin:30px 20px;
}
.lmt-text h5{
	text-align:center;
	font-size:20px;
	line-height:36px;
	margin-bottom:10px;
}
.lmt-text p{
	font-size:14px;
	line-height:26px;
	 color:#fff;
}
.cl:before, .cl:after {
  content: " ";
  display: table;
}
/*弹窗浮动窗口结束*/