#index {
  width: 100%;
}
#index .top {
  width: 100%;
  margin-top: -64px;
}
#index .about {
  width: 100%;
  padding: 0 0.4266666667rem;
  padding-top: 1.1733333333rem;
  flex-direction: column;
  overflow: hidden;
}
#index .about .about_tips {
  margin-top: 0.1333333333rem;
  font-size: 0.3733333333rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 0.5066666667rem;
}
#index .about .about_desc {
  width: 100%;
  margin-top: 0.1866666667rem;
  font-size: 0.3733333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333330;
  line-height: 0.56rem;
}
#index .about .about_desc p {
  margin-top: 0.24rem;
  text-indent: 0.7466666667rem;
}
#index .idea {
  width: 100%;
  height: 4.7733333333rem;
  margin-top: 0.6666666667rem;
  padding: 0 0.4266666667rem;
  flex-direction: column;
  background-image: url(../images/index/ideaBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
#index .idea .idea_title {
  width: 100%;
  position: relative;
}
#index .idea .idea_title .idea_title_ch {
  font-size: 0.64rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.96rem;
}
#index .idea .idea_title .idea_title_en {
  position: absolute;
  top: -0.5333333333rem;
  font-size: 0.8rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2rem;
  opacity: 0.2;
}
#index .idea .idea_text {
  width: 100%;
  margin-top: 0.44rem;
  flex-direction: column;
}
#index .idea .idea_text div {
  font-size: 0.4rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.6rem;
}
#index .developmentHistory {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#index .developmentHistory .developmentHistory_title {
  width: 100%;
  padding-left: 0.8rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
#index .mission {
  width: 100%;
}
#index .mission .mission_bg {
  width: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
#index .mission .mission_bg .mission_title {
  width: 100%;
  padding-right: 0.8666666667rem;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 1.04rem;
}
#index .mission .mission_bg .mission_title .mission_title_ch {
  font-size: 0.64rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
}
#index .mission .mission_bg .mission_title .mission_title_en {
  position: absolute;
  top: -0.4rem;
  font-size: 0.8rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2rem;
  opacity: 0.2;
}
#index .mission .mission_bg .mission_text {
  width: 100%;
  margin-top: 0.1866666667rem;
  padding-right: 0.8666666667rem;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 2;
}
#index .mission .mission_bg .mission_text .mission_text_item {
  justify-content: flex-end;
  font-size: 0.32rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5333333333rem;
}
#index .news {
  width: 100%;
  padding: 0 0.4266666667rem;
  padding-top: 0.9333333333rem;
  padding-bottom: 0.52rem;
}
#index .news .news_first {
  width: 100%;
  margin-top: 0.4933333333rem;
}
#index .news .news_first a {
  width: 100%;
  height: 100%;
  flex-direction: column;
}
#index .news .news_first .news_first_img {
  width: 100%;
}
#index .news .news_first .news_first_img img {
  width: 100%;
  height: auto;
}
#index .news .news_first .news_first_infos {
  width: 100%;
  margin-top: 1.0666666667rem;
}
#index .news .news_first .news_first_infos .news_first_desc {
  width: 100%;
  font-size: 0.3466666667rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.4933333333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index .news .news_first .news_first_infos .news_first_authors {
  width: 100%;
  margin-top: 0.32rem;
  justify-content: flex-end;
}
#index .news .news_first .news_first_infos .news_first_authors .news_first_time {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.44rem;
}
#index .news .news_first .news_first_infos .news_first_authors .news_first_author {
  margin-left: 0.32rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.44rem;
}
#index .news .news_list {
  width: 100%;
  margin-top: 0.4266666667rem;
  padding-top: 0.32rem;
  border-top: 1px solid #DCDCDC;
}
#index .news .news_list .news_item {
  width: 100%;
  margin-top: 0.4266666667rem;
}
#index .news .news_list .news_item a {
  width: 100%;
  height: 100%;
}
#index .news .news_list .news_item .news_item_img {
  width: 2.84rem;
  height: 1.8533333333rem;
  background: #D8D8D8;
  overflow: hidden;
}
#index .news .news_list .news_item .news_item_img img {
  width: 100%;
}
#index .news .news_list .news_item .news_item_left {
  width: 65%;
}
#index .news .news_list .news_item .news_item_left .news_item_title {
  width: 100%;
  font-size: 0.3733333333rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.5333333333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .news .news_list .news_item .news_item_left .news_item_time {
  width: 100%;
  margin-top: 0.3466666667rem;
  justify-content: flex-end;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
#index .news .news_list .news_item:first-child {
  margin-top: 0;
}
#index .brand {
  width: 100%;
  padding: 0 0.6666666667rem;
  padding-top: 1.64rem;
  padding-bottom: 0.8666666667rem;
  background-color: #fff;
}
#index .brand .brand_list {
  width: 100%;
}
#index .brand .brand_list .brand_item {
  width: 100%;
  margin-top: 1.1733333333rem;
  flex-direction: column;
}
#index .brand .brand_list .brand_item .brand_item_title {
  width: 1.76rem;
  height: 0.5333333333rem;
  position: relative;
  border: 1px solid #0f0f30;
}
#index .brand .brand_list .brand_item .brand_item_title .brand_item_title_left {
  width: 0.1733333333rem;
  height: 0.1733333333rem;
  position: absolute;
  left: -0.08rem;
  bottom: -0.08rem;
  background: #0f0f30;
}
#index .brand .brand_list .brand_item .brand_item_title .brand_item_title_right {
  width: 0.2533333333rem;
  height: 0.2533333333rem;
  position: absolute;
  right: -0.1066666667rem;
  top: -0.1066666667rem;
  background: #0f0f30;
}
#index .brand .brand_list .brand_item .brand_item_title span {
  font-size: 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0f0f30;
}
#index .brand .brand_list .brand_item .brand_item_img {
  width: 100%;
  margin-top: 0.2666666667rem;
}
#index .official {
  width: 100%;
  padding: 0.8666666667rem 0;
  padding-left: 0.4266666667rem;
  background: linear-gradient(135deg, #32397e 0%, #07156a 100%);
}
#index .official .official_imgs {
  width: 100%;
  margin-top: 1px;
  flex-wrap: wrap;
}
#index .official .official_imgs .official_item {
  width: 45%;
  margin-top: 0.4666666667rem;
  margin-right: 0.3333333333rem;
  flex-direction: column;
}
#index .official .official_imgs .official_item .official_item_img {
  width: 100%;
  height: 3.0666666667rem;
  overflow: hidden;
}
#index .official .official_imgs .official_item .official_item_img img {
  height: 3.0666666667rem;
}
#index .official .official_imgs .official_item .official_item_text {
  margin-top: 0.16rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.44rem;
}
#index .official .official_imgs .official_item_img:first-child {
  align-items: flex-start;
}
#index .publicPeople {
  width: 100%;
  padding: 0.6666666667rem 0;
  background: #d8d8d8;
}
#index .publicPeople .publicPeople_title {
  padding-left: 0.4266666667rem;
}
#index .publicPeople .publicPeople_imgs {
  width: 100%;
  margin-top: 0.3333333333rem;
}
#index .cooperation {
  width: 100%;
  padding: 0 0.4266666667rem;
  padding-top: 0.4666666667rem;
  padding-bottom: 0.1333333333rem;
  position: relative;
}
#index .cooperation .cooperation_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e4e4;
}
#index .cooperation .cooperation_imgs {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#index .cooperation .cooperation_imgs .cooperation_img {
  width: 30%;
  margin-right: 0.1333333333rem;
  margin-top: 0.1333333333rem;
}

#indexPc {
  width: 100%;
}
#indexPc .top {
  width: 100%;
}
#indexPc .top_bottom_arrow {
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #979797;
}
#indexPc .top_bottom_arrow span {
  transform: rotate(90deg);
}
#indexPc .about {
  width: 100%;
  height: 950px;
  padding: 0 130px;
  padding-top: 80px;
  align-items: flex-start;
  overflow: hidden;
}
#indexPc .about .about_left .about_tips {
  margin-top: 25px;
  font-size: 26px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #444444;
  line-height: 1;
}
#indexPc .about .about_left .about_desc {
  width: 570px;
  margin-top: 100px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #0f0f30;
  line-height: 28px;
}
#indexPc .about .about_left .about_desc p {
  text-indent: 32px;
}
#indexPc .about .about_right {
  width: 36%;
  margin-left: 60px;
  align-items: flex-start;
}
#indexPc .idea {
  width: 100%;
  height: 358px;
  margin-top: -300px;
  padding: 100px 0;
  flex-direction: column;
  background-image: url(../images/index/ideaBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
#indexPc .idea .idea_title {
  width: 100%;
  position: relative;
}
#indexPc .idea .idea_title .idea_title_ch {
  font-size: 48px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 72px;
}
#indexPc .idea .idea_title .idea_title_en {
  position: absolute;
  top: -40px;
  font-size: 60px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 90px;
  opacity: 0.2;
}
#indexPc .idea .idea_text {
  width: 100%;
  margin-top: 27px;
  flex-direction: column;
}
#indexPc .idea .idea_text div {
  font-size: 24px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
#indexPc .developmentHistory {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#indexPc .developmentHistory .developmentHistory_title {
  width: 100%;
  padding-left: 130px;
  position: absolute;
  top: 80px;
  left: 130px;
}
#indexPc .mission {
  width: 100%;
}
#indexPc .mission .mission_bg {
  width: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
#indexPc .mission .mission_bg .mission_title {
  width: 100%;
  padding-right: 130px;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 40%;
}
#indexPc .mission .mission_bg .mission_title .mission_title_ch {
  font-size: 48px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 72px;
}
#indexPc .mission .mission_bg .mission_title .mission_title_en {
  position: absolute;
  top: -30px;
  font-size: 60px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 90px;
  opacity: 0.2;
}
#indexPc .mission .mission_bg .mission_text {
  width: 100%;
  margin-top: 14px;
  padding-right: 130px;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
#indexPc .mission .mission_bg .mission_text .mission_text_item {
  justify-content: flex-end;
  font-size: 24px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 41px;
}
#indexPc .news {
  width: 100%;
  padding: 0 120px;
  padding-top: 109px;
  padding-bottom: 66px;
  background-color: #fff;
  border-bottom: 8px solid #f6f6f6;
}
#indexPc .news .news_first {
  width: 100%;
  margin-top: 90px;
}
#indexPc .news .news_first a {
  width: 100%;
  height: 100%;
  padding: 25px 56px;
  padding-right: 48px;
}
#indexPc .news .news_first .news_first_img {
  width: 453px;
  height: 308px;
  overflow: hidden;
  flex-shrink: 0;
}
#indexPc .news .news_first .news_first_img img {
  width: 100%;
}
#indexPc .news .news_first .news_first_infos {
  width: 75%;
  margin-left: 66px;
  flex-shrink: 0;
}
#indexPc .news .news_first .news_first_infos .news_first_title {
  width: 100%;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#indexPc .news .news_first .news_first_infos .news_first_info {
  width: 100%;
  height: 220px;
  margin-top: 8px;
  margin-left: -96px;
  padding: 24px 72px;
  background-color: #1B1F81;
}
#indexPc .news .news_first .news_first_infos .news_first_info .news_first_authors {
  width: 100%;
}
#indexPc .news .news_first .news_first_infos .news_first_info .news_first_authors .news_first_time {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
#indexPc .news .news_first .news_first_infos .news_first_info .news_first_authors .news_first_author {
  margin-left: 48px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
#indexPc .news .news_first .news_first_infos .news_first_info .news_first_desc {
  width: 100%;
  margin-top: 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#indexPc .news .news_list {
  width: 100%;
  margin-top: 24px;
  background-color: #F4F8FB;
}
#indexPc .news .news_list .news_item {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
#indexPc .news .news_list .news_item a {
  width: 100%;
  height: 100%;
  padding: 25px 56px;
  padding-right: 48px;
}
#indexPc .news .news_list .news_item .news_item_left {
  width: 80%;
}
#indexPc .news .news_list .news_item .news_item_left .news_item_title {
  width: 100%;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1B1F81;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#indexPc .news .news_list .news_item .news_item_left .news_item_time {
  width: 100%;
  margin-top: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
#indexPc .news .news_list .news_item .news_item_img {
  width: 140px;
  height: 89px;
  background: #D8D8D8;
  overflow: hidden;
}
#indexPc .news .news_list .news_item .news_item_img img {
  width: 100%;
}
#indexPc .news .news_list .news_item:last-child {
  border-bottom: none;
}
#indexPc .brand {
  width: 100%;
  padding: 0 130px;
  padding-top: 123px;
  background-color: #fff;
}
#indexPc .brand .brand_list {
  width: 100%;
}
#indexPc .brand .brand_list .brand_item {
  width: 100%;
  margin-top: 46px;
}
#indexPc .brand .brand_list .brand_item .brand_item_title {
  width: 132px;
  height: 40px;
  position: relative;
  border: 1px solid #0f0f30;
}
#indexPc .brand .brand_list .brand_item .brand_item_title .brand_item_title_left {
  width: 13px;
  height: 13px;
  position: absolute;
  left: -6px;
  bottom: -6px;
  background: #0f0f30;
}
#indexPc .brand .brand_list .brand_item .brand_item_title .brand_item_title_right {
  width: 19px;
  height: 19px;
  position: absolute;
  right: -8px;
  top: -8px;
  background: #0f0f30;
}
#indexPc .brand .brand_list .brand_item .brand_item_title span {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0f0f30;
}
#indexPc .brand .brand_list .brand_item .brand_item_img {
  width: 100%;
  margin-top: 12px;
}
#indexPc .official {
  width: 100%;
  padding: 80px 0;
  padding-left: 130px;
  background: linear-gradient(135deg, #32397e 0%, #07156a 100%);
}
#indexPc .official .official_imgs {
  width: 100%;
  margin-top: 1px;
  flex-wrap: wrap;
}
#indexPc .official .official_imgs .official_item {
  width: 27%;
  margin-top: 46px;
  margin-right: 100px;
  flex-direction: column;
}
#indexPc .official .official_imgs .official_item .official_item_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#indexPc .official .official_imgs .official_item .official_item_text {
  margin-top: 15px;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 27px;
}
#indexPc .official .official_imgs .official_item_img:first-child {
  align-items: flex-start;
}
#indexPc .publicPeople {
  width: 100%;
  padding: 80px 130px;
  padding-bottom: 60px;
  background: #d8d8d8;
}
#indexPc .publicPeople .publicPeople_imgs {
  width: 100%;
  margin-top: 19px;
}
#indexPc .cooperation {
  width: 100%;
  margin-top: 40px;
  padding: 0 130px;
  padding-top: 80px;
  padding-bottom: 10px;
  position: relative;
}
#indexPc .cooperation .cooperation_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e4e4;
}
#indexPc .cooperation .cooperation_imgs {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#indexPc .cooperation .cooperation_imgs .cooperation_img {
  width: 23%;
  margin-right: 20px;
  margin-top: 20px;
}/*# sourceMappingURL=index.css.map */