.homeWrapper {
  margin: 0 auto;
  /* min-width: 1400px; */
  /* max-width: 1920px; */
}

.homeWrapper .divideLineWrap {
  position: relative;
  background-color: #F0F5F9;
}

.homeWrapper .divideLineWrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.homeWrapper .divideLineWrap .swiper {
  width: 100%;
  height: auto;
}

.homeWrapper .trends .trendsTitle {
  padding-top: 42px;
  font-size: 40px;
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: 2;
}

.homeWrapper .trends .trendsText {
  text-align: center;
}

.homeWrapper .trends .decorationImg {
  display: flex;
  justify-content: center;
}

.homeWrapper .trends .decorationImg .decoration {
  margin-top: 27px;
  width: 153px;
  height: 21px;
}

.homeWrapper .businessLearnMore {
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.homeWrapper .businessLearnMore .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background: #324C91 100%;
  transition: all 0.1s ease 0.1s;
}

.homeWrapper .businessLearnMore .btn:hover {
  box-shadow: 0px 3px 46px 0px rgba(12, 44, 127, 0.35);
}

.homeWrapper .scientificResearchTrends {
  background-color: #F0F5F9;
  margin: 0 auto;
  width: 100%;
  /* height: 985px; */
  /* height: 1045px; */
}

.homeWrapper .scientificResearchTrends .trendsWrapper {
  width: 1170px;
  margin: 0 auto;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap {
  margin-top: 60px;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap .trendsItem {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap .trendsItem img {
  width: 244px;
  height: 166px;
  margin-right: 60px;
  border: 2px solid transparent;
  transition: all 0.5s ease 0s;
  object-fit: cover;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap .trendsItem .itemTitle {
  font-size: 28px;
  font-weight: bold;
  font-family: Source Han Sans CN;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap .trendsItem .itemContent {
  line-height: 1.8;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  text-align: justify;
  font-family: Source Han Sans CN;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap .trendsItem:hover {
  color: #324C91;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap .trendsItem:hover .itemContent {
  color: #324C91;
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
}

.homeWrapper .scientificResearchTrends .trendsWrapper .trendsBusinessWrap .trendsItem:hover img {
  cursor: pointer;
  box-shadow: 0 10px 20px 12px rgba(50, 76, 145, 0.1);
  border: 2px solid #324C91;
  transform: scale(1.2);
}

.homeWrapper .expertStyle .exportContentImg {
  width: 1170px;
  margin: 76px auto 0;
  display: flex;
}

.homeWrapper .expertStyle .exportContentImg .cententImg {
  width: 476px;
  height: 541px;
  margin-right: 76px;
  transition: all 0.5s ease 0s;
  border: 2px solid transparent;
  border-radius: 20px;
}

.homeWrapper .expertStyle .exportContentImg:hover .cententImg {
  transform: scale(1.1);
}

.homeWrapper .expertStyle .zhaoHeader {
  color: #324C91;
  font-weight: bold;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 19px;
}

.homeWrapper .expertStyle .zhaoBlurb {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  width: 570px;
  height: 141px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.homeWrapper .expertStyle .zhaoText {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  width: 569px;
  line-height: 1.5;
  text-align: justify;
}

.homeWrapper .expertStyle .expertContent {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 60px auto 0;
}

.homeWrapper .expertStyle .expertContent .exportItem {
  width: 278px;
  height: 324px;
}

.homeWrapper .expertStyle .expertContent .exportItem .exportImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.homeWrapper .expertStyle .expertContent .iconBack {
  position: absolute;
  top: 50%;
  left: -75px;
  font-size: 140px;
  color: #999;
  transform: translate(-50%, -50%);
}

.homeWrapper .expertStyle .expertContent .nextStep {
  position: absolute;
  top: 50%;
  right: -190px;
  font-size: 140px;
  color: #999;
  transform: translate(-50%, -50%);
}

.homeWrapper .expertStyle .expertContent .exportItem:hover .exportImg {
  /* cursor: pointer; */
  object-fit: cover;
  transform: scale(1.1);
  box-shadow: 0 10px 20px 12px rgba(50, 76, 145, 0.1);
}

.homeWrapper .expertStyle .expertTitleWrap {
  background-color: #F0F5F9;
}

.homeWrapper .expertStyle .expertTitle {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.homeWrapper .expertStyle .expertTitle .exportTitle {
  height: 281px;
}

.homeWrapper .expertStyle .expertTitle .exportTitle .exportName {
  color: #324C91;
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 46px;
  font-weight: bold;
}

.homeWrapper .expertStyle .expertTitle .exportTitle .exportPosition {
  color: #999;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.homeWrapper .expertStyle .expertTitle .exportTitle .exportText {
  width: 272px;
  height: 147px;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

.homeWrapper .expertStyle .businessLearnMore {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.homeWrapper .expertStyle .businessLearnMore .btn {
  width: 216px;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background: #324C91 100%;
  transition: all 0.1s ease 0.1s;
}

.homeWrapper .expertStyle .businessLearnMore .btn:hover {
  box-shadow: 0px 3px 46px 0px rgba(12, 44, 127, 0.35);
}

.homeWrapper .mainTask {
  background-color: #324C91;
  height: 915px;
}

.homeWrapper .mainTask .trends .trendsTitle {
  padding-top: 62px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}

.homeWrapper .mainTask .trends .trendsText {
  text-align: center;
  color: #FFFFFF;
  opacity: 0.4;
}

.homeWrapper .mainTask .trends .decorationImg {
  display: flex;
  justify-content: center;
}

.homeWrapper .mainTask .trends .decorationImg .decoration {
  margin-top: 27px;
  width: 153px;
  height: 21px;
  filter: brightness(1000%);
}

.homeWrapper .mainTask .taskContent {
  margin: 82px auto 0;
  width: 1170px;
  display: flex;
  justify-content: space-between;
}

.homeWrapper .mainTask .taskContent .taskIcon {
  width: 207px;
}

.homeWrapper .mainTask .taskContent .taskIcon .iconTitleShift {
  width: 190px;
  height: 190px;
  transition: all 0.3s ease 0s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}

.homeWrapper .mainTask .taskContent .taskIcon .iconTitleShift:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #324C91;
}

.homeWrapper .mainTask .taskContent .taskIcon .iconTitleShift:hover .iconBox {
  background-color: rgba(255, 255, 255, 0.6);
}

.homeWrapper .mainTask .taskContent .taskIcon .iconTitleShift:hover .taskIconfont,
.homeWrapper .mainTask .taskContent .taskIcon .iconTitleShift:hover .taskfont,
.homeWrapper .mainTask .taskContent .taskIcon .iconTitleShift:hover .taskIconResear {
  color: #324C91;
}

.homeWrapper .mainTask .taskContent .taskIcon .iconBox {
  width: 190px;
  height: 190px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 17px;
  left: 17px;
}

.homeWrapper .mainTask .taskContent .taskIcon .iconBox .taskIconfont {
  position: relative;
  color: #fff;
  font-size: 60px;
  z-index: 100;
}

.homeWrapper .mainTask .taskContent .taskIcon .iconBox .taskfont {
  font-size: 140px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.homeWrapper .mainTask .taskContent .taskIcon .iconBox .taskIconResear {
  position: relative;
  left: -20px;
  color: #fff;
  font-size: 140px;
}

.homeWrapper .mainTask .taskContent .taskIcon .taskIconText {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.homeWrapper .mainTask .taskContent .taskIcon .taskIconText .iconTitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.homeWrapper .mainTask .taskContent .taskIcon .taskIconText .iconTitleEng {
  font-size: 14px;
}

.homeWrapper .lingUpWrap {
  height: 435px;
  background-color: #F0F5F9;
}

.homeWrapper .lingUpWrap .linkContent {
  width: 1170px;
  margin: 65px auto 0;
  display: flex;
}

.homeWrapper .lingUpWrap .linkContent .infoItem {
  flex: 1;
}

.homeWrapper .lingUpWrap .linkContent .labelText {
  color: #999;
  font-size: 14px;
  margin-bottom: 9px;
}

.homeWrapper .lingUpWrap .linkContent .hasBorderText {
  border: 1px solid #324C91;
  padding: 15px 0;
  text-indent: 40px;
  width: 300px;
  color: #999;
  margin-right: 39px;
}

.homeWrapper .lingUpWrap .linkContent .hasBorder {
  border: 1px solid #324C91;
  padding: 15px 0;
  text-indent: 40px;
  width: 571px;
  color: #999;
  transition: all 0.1s ease 0.1s;
}

.homeWrapper .lingUpWrap .linkContent .hasBorder:hover,
.homeWrapper .lingUpWrap .linkContent .hasBorderText:hover {
  color: #324C91;
  background-color: #fff;
}