@charset "UTF-8";
.mq-tag .tag-content {
 /* display: none;*/
 height: 0; overflow: hidden;
}
.index-news-center .news-content.active{ height: auto;}
.index-swiper .auto-swiper-slide {
  height: auto;
}

.index-banner {
  position: relative;
}

.index-banner .bannerIn {
  height: 100%;
}

.index-banner .bannerIn .arrow-left {
  background-image: url(../images/l.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 115px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 32px;
  z-index: 999;
  cursor: pointer;
}

.index-banner .bannerIn .arrow-right {
  background-image: url(../images/r.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  right: 115px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 32px;
  cursor: pointer;
  z-index: 999;
}

.index-banner .bannerIn:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: url(../images/down.png) no-repeat center center rgba(0, 0, 0, 0.6);
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 100%;
  animation: appearFromTB1 2s ease 1s infinite both;
}

.index-banner .swiper-container1 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.index-banner .swiper-container1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 563px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.index-banner .swiper-container1 .image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.index-banner .pagination {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent);
}

.index-banner .pagination .swiper-pagination-bullet {
  width: 80px;
  height: 2px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
}

.index-banner .pagination .swiper-pagination-bullet-active {
  background-color: #ed8119;
}

@-webkit-keyframes appearFromTB1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.index-section-title {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.index-section-title .en {
  font-size: 48px;
  color: #929292;
  line-height: 1;
  text-transform: uppercase;
}

.index-section-title .cn {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.index-section-title .section:after {
  content: "";
  height: 2px;
  width: 80px;
  display: block;
  background-color: #004898;
  margin-top: 20px;
}

.index-section-title .more {
  width: 158px;
  height: 48px;
  border-radius: 48px;
  background-color: #E5F1FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #767676;
}

.index-section-title .more:hover {
  color: #004898;
}

.index-section-title .more:after {
  content: "";
  width: 20px;
  height: 7px;
  display: block;
  background: url(../images/more-arrow.png) no-repeat center center;
}

.index-news-center {
  overflow: hidden;
  height: 100%;
  background: url(../images/news-center-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.index-news-center .layer-wrapper {
  height: 100%;
}

.index-news-center .layer-wrapper .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index-news-center .title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 70px;
}

.index-news-center .title-wrapper .news-tag {
  display: flex;
  align-items: center;
}

.index-news-center .title-wrapper .news-tag .tag-title {
  font-size: 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  cursor: pointer;
}

.index-news-center .title-wrapper .news-tag .tag-title.active {
  background-color: #2978D0;
  color: #fff;
}

.index-news-center .news-content {
  align-items: center;
}

.index-news-center .news-content .swiper-news {
  width: 50.2976%;
  overflow: hidden;
  position: relative;
}

.index-news-center .news-content .swiper-news .link {
  display: block;
  position: relative;
}

.index-news-center .news-content .swiper-news .link img {
  display: block;
}

.index-news-center .news-content .swiper-news .link .cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 75px;
  line-height: 75px;
}

.index-news-center .news-content .swiper-news .link .cont .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 95px;
  background-image: linear-gradient(180deg, #004898, #006AE1);
  border-top-right-radius: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}

.index-news-center .news-content .swiper-news .link .cont .date .day {
  font-size: 28px;
}

.index-news-center .news-content .swiper-news .link .cont .date .year {
  font-size: 16px;
}

.index-news-center .news-content .swiper-news .link .cont .title {
  padding-left: 150px;
  font-size: 24px;
  display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; white-space: normal; line-height: 130%;  position: relative; top: 50%; transform: translateY(-50%); padding-right: 100px;
	
}

.index-news-center .news-content .swiper-news .news-swiper-pagination {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 75px;
  display: flex;
  align-items: center;
  z-index: 999;
}

.index-news-center .news-content .swiper-news .news-swiper-pagination .news-swiper-prev:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.index-news-center .news-content .swiper-news .news-swiper-pagination .news-swiper-next:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.index-news-center .news-content .swiper-news .news-swiper-pagination .news-swiper-page {
  display: flex;
  align-items: center;
}

.index-news-center .news-content .swiper-news .news-swiper-pagination .news-swiper-page .swiper-pagination-bullet {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 1;
  margin: 0 5px;
}

.index-news-center .news-content .swiper-news .news-swiper-pagination .news-swiper-page .swiper-pagination-bullet-active {
  background-color: #006AE1;
}

.index-news-center .news-content .index-list-news {
  flex: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 5.0595%;
  overflow: hidden;
}

.index-news-center .news-content .index-list-news .item {
  display: flex;
  align-items: center;
  flex: 1;
}

.index-news-center .news-content .index-list-news .item .cont {
  flex: 1;
  overflow: hidden;
}

.index-news-center .news-content .index-list-news .item .cont .title {
  font-size: 24px;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news-center .news-content .index-list-news .item .cont .desc {
  font-size: 16px;
  line-height: 20px;
  color: #8E8E8E;
  margin-top: 5px;
}

.index-news-center .news-content .index-list-news .item .date {
  color: #595959;
  margin-left: 30px;
  text-align: right;
}

.index-news-center .news-content .index-list-news .item .date .day {
  font-size: 36px;
  line-height: 40px;
}

.index-news-center .news-content .index-list-news .item .date .year {
  font-size: 20px;
  line-height: 1;
}

.index-news-center .news-content .index-list-news .item + .item {
  border-top: 1px solid #eeeeee;
}

.index-news-center .news-content.active {
  display: flex;
}

.index-search {
  height: 130px;
  background: url(../images/search-bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 115px;
  width: 100%;
}

.index-search .form {
  display: block;
  overflow: hidden;
}

.index-search .btn {
  float: right;
  height: 50px;
  width: 130px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: #0068b7;
  font-size: 16px;
  border-radius: 3px;
  margin-left: 25px;
}

.index-search .control {
  float: none;
  overflow: hidden;
}

.index-search .control .inp {
  font-size: 16px;
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  outline: none;
  background: transparent;
}

.index-search .control .inp:focus {
  border-color: #fff;
}

.mode-banner .index-search {
  margin: 0;
  height: 100%;
  background: none;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.mode-banner .index-search .form {
  width: 100%;
}

.mode-banner .index-search .control {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.mode-banner .index-search .control .inp {
  color: #fff;
}

.search-list {
  overflow: hidden;
  margin-bottom: 60px;
}

.search-list .list .item {
  display: block;
  line-height: 65px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.search-list .list .item:hover .text {
  color: #0068b7;
}

.search-list .list .item .time {
  float: left;
  color: #999;
}

.search-list .list .item .text {
  float: none;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  padding-left: 20px;
}

.company-store {
  background: url(../images/indexbg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.company-store .layer-wrapper, .company-store .wrapper {
  height: 100%;
}

.company-store .wrapper {
  display: flex;
  align-items: center;
}

.company-store .company-store-cont {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.company-store .company-store-cont .index-section-title {
  margin-bottom: 35px;
}

.company-store .company-store-cont .video-box {
  width: 49.4047%;
  overflow: hidden;
}

.company-store .company-store-cont .video-box .video-player .box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.company-store .company-store-cont .video-box .video-player .box .player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  object-fit: cover;
}

.company-store .company-store-cont .video-box .video-others {
  margin-top: 15px;
}
.company-store .company-store-cont .video-box .video-others p{ font-size: 16px; line-height: 24px; padding-top: 10px; text-indent: 2rem;}
.company-store .company-store-cont .video-box .video-others .item {
  flex: 1;
}

.company-store .company-store-cont .video-box .video-others .item .pic {
  width: 100%;
  padding-top: 50%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.company-store .company-store-cont .video-box .video-others .item .pic img,.company-store .company-store-cont .video-box .video-others .item .pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.company-store .company-store-cont .video-box .video-others .item + .item {
  margin-left: 15px;
}

.company-store .company-store-cont .topic-box {
  width: 45.5357%;
  overflow: hidden;
}

.company-store .company-store-cont .topic-box .topic-list {
  margin-right: -25px;
  margin-bottom: -30px;
  overflow: hidden;
}

.company-store .company-store-cont .topic-box .topic-list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
  margin-bottom: 30px;
}

.company-store .company-store-cont .topic-box .topic-list .item .pic {
  width: 100%;
  padding-top: 45.5%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.company-store .company-store-cont .topic-box .topic-list .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.big-screen {
  width: 100%;
  height: 100%;
  position: relative;
}

.big-screen .big-screen-types {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  display: flex;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}

.big-screen .big-screen-types .big-screen-types-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.big-screen .big-screen-types .big-screen-types-item .box {
  display: flex;
  align-items: center;
}

.big-screen .big-screen-types .big-screen-types-item .box img {
  display: block;
  width: 54px;
  height: 54px;
}

.big-screen .big-screen-types .big-screen-types-item .box .text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-left: 25px;
}

.big-screen .big-screen-types .active {
  background-image: linear-gradient(270deg, #1971D3, #004493);
}

.big-screen .big-screen-types .big-screen-types-item + .big-screen-types-item {
  border-left: 1px solid #fff;
}

.big-screen .big-arrow-left {
  position: absolute;
  width: 33px;
  height: 77px;
  left: 70px;
  top: calc((100% - 150px)/2);
  transform: translateY(-50%);
  background: url(../images/l2.png) no-repeat center center;
  z-index: 999;
}

.big-screen .big-arrow-right {
  position: absolute;
  width: 33px;
  height: 77px;
  right: 70px;
  top: calc((100% - 150px)/2);
  transform: translateY(-50%);
  background: url(../images/r2.png) no-repeat center center;
  z-index: 999;
}

.big-screen .big-screen-swiper {
  width: 100%;
  height: 100%;
}

.big-screen .big-screen-inner-swiper {
  width: 100%;
  height: 100%;
}

.big-screen .swiper-slide {
  overflow: hidden;
  background-color: #fff;
}

.big-screen .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 100%;
}

.big-screen .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current-menu {
  color: #fff;
  line-height: 1;
}

.current-menu .en {
  font-size: 48px;
  text-transform: uppercase;
}

.current-menu .cn {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
}

.inner-sub-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.inner-sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E4E4E4;
}

.inner-sub-menu .menus {
  overflow: hidden;
}
.inner-sub-menu .menus li{ float: left;}
.inner-sub-menu .item {
  float: left;
  padding: 0 40px;
  position: relative;
}
.inner-sub-menu ul li .cur span{color: #1062bd;font-weight: bold;border-color: #004898;}
.inner-sub-menu .item span {
  display: block;
  padding: 30px 10px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  color: #5C5C5C;
  font-weight: 400;
}

.inner-sub-menu .item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inner-sub-menu .active span {
  border-color: #004898;
  font-weight: 700;
}

.news-center {
  margin-top: 100px;
}

.news-center .swiper-news-item {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  background-color: #F5F5F5;
  position: relative;
}

.news-center .swiper-news-item:after {
  content: "+";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  background-color: #004898;
	 display: none!important;
	
}

.news-center .swiper-news-item .pic {
  width: 55.7101%;
}

.news-center .swiper-news-item .pic .img {
  width: 100%;
  padding-top: 66.8856%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news-center .swiper-news-item .pic .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.news-center .swiper-news-item .cont {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 4.3923%;
}

.news-center .swiper-news-item .cont .title {
  font-size: 32px;
  line-height: 46px;
  position: relative;
  margin-bottom: 20px;
}

.news-center .swiper-news-item .cont .title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #004898;
}

.news-center .swiper-news-item .cont .desc {
  font-size: 18px;
  line-height: 32px;
}

.news-center .swiper-news-item .cont .date {
  font-size: 20px;
  color: #A4A4A4;
}

.news-center .swiper-news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 35px;
}

.news-center .swiper-news-pagination .prev-swiper {
  width: 18px;
  height: 18px;
  border-left: 3px solid #ACACAC;
  border-bottom: 3px solid #ACACAC;
  transform: rotate(45deg);
  box-sizing: border-box;
  cursor: pointer;
}

.news-center .swiper-news-pagination .next-swiper {
  width: 18px;
  height: 18px;
  border-top: 3px solid #ACACAC;
  border-right: 3px solid #ACACAC;
  transform: rotate(45deg);
  box-sizing: border-box;
  cursor: pointer;
}

.news-center .swiper-news-pagination .paginations {
  display: flex;
  align-items: center;
}

.news-center .swiper-news-pagination .paginations .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 13px;
}

.news-center .swiper-news-2 {
  position: relative;
}

.news-center .swiper-news-2 .swiper-news-pagination {
  all: initial;
  position: absolute;
  right: 22%;
  bottom: 20px;
  z-index: 999;
}

.news-center .swiper-news-2 .swiper-news-pagination .paginations .swiper-pagination-bullet {
  all: initial;
  width: 40px;
  height: 3px;
  background-color: #D9D9D9;
}

.news-center .swiper-news-2 .swiper-news-pagination .paginations .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.news-center .swiper-news-2 .swiper-news-pagination .paginations .swiper-pagination-bullet-active {
  background-color: #1062BD;
}

.news-center .tec-swiper-news .swiper-news-pagination {
  right: initial;
  left: 50%;
  transform: translateX(-50%);
}

.news-center .tec-swiper-news .swiper-news-item {
  all: initial;
  overflow: hidden;
}

.news-center .tec-swiper-news .swiper-news-item:after {
  display: none;
}

.news-center .tec-swiper-news .swiper-news-item .pic {
  width: 100%;
}

.news-center .tec-swiper-news .swiper-news-item .pic .img {
  width: 100%;
  padding-top: 56.0495%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news-center .tec-swiper-news .swiper-news-item .pic .img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.news-center .tec-swiper-news .swiper-news-item .cont {
  all: initial;
  position: absolute;
  bottom: 0;
  padding-bottom: 70px;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}

.news-center .tec-swiper-news .swiper-news-item .cont .title {
  font-size: 34px;
  line-height: 60px;
  margin: 0;
}

.news-center .tec-swiper-news .swiper-news-item .cont .title:after {
  display: none;
}

.news-center .tec-swiper-news .swiper-news-item .cont .desc {
  font-size: 20px;
  line-height: 28px;
}

.news-center .pic-text-list-news-2 {
  margin-top: 60px;
}

.video-swiper .item {
  width: 100%;
  display: block;
}

.video-swiper .item .pic {
  width: 100%;
  padding-top: 58.4615%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-swiper .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.video-swiper .item .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/frame.png) no-repeat center center;
  background-size: 60px 60px;
}

.video-swiper .item .title {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-swiper .swiper-news-pagination {
  margin: 30px 0 140px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-swiper .swiper-news-pagination .paginations2 .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background-color: #D9D9D9;
  opacity: 1;
}

.video-swiper .swiper-news-pagination .paginations2 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.video-swiper .swiper-news-pagination .paginations2 .swiper-pagination-bullet-active {
  background-color: #1062BD;
}

.pic-text-list-news {
  overflow: hidden;
}

.pic-text-list-news .item {
  display: flex;
  flex-direction: row-reverse;
  padding: 35px 0;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
}

.pic-text-list-news .pic {
  margin-left: 50px;
  width: 431px;
}

.pic-text-list-news .pic .img {
  width: 100%;
  padding-top: 50.8121%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.pic-text-list-news .pic .img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.pic-text-list-news .cont {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pic-text-list-news .cont .title {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 15px;
}

.pic-text-list-news .cont .title:hover {
  color: #004898;
}

.pic-text-list-news .cont .desc {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-text-list-news .cont .attr {
  overflow: hidden;
}

.pic-text-list-news .cont .attr li {
  float: left;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
  margin-right: 20px;
}

.pic-text-list-news .cont .attr li span {
  color: #444;
}

.pic-text-list-news-2 {
  overflow: hidden;
  margin-right: -40px;
}

.pic-text-list-news-2 .item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 40px;
}

.pic-text-list-news-2 .item .pic {
  width: 100%;
}

.pic-text-list-news-2 .item .pic .img {
  width: 100%;
  padding-top: 68.7793%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.pic-text-list-news-2 .item .pic .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.pic-text-list-news-2 .item .cont {
  margin-top: 40px;
}

.pic-text-list-news-2 .item .cont .title {
  font-size: 32px;
  line-height: 40px;
  height: 80px;
  font-weight: 700;
}

.pic-text-list-news-2 .item .cont .desc {
  font-size: 18px;
  line-height: 32px;
  height: 64px;
  margin-top: 10px;
line-clamp: 3;
    -webkit-line-clamp: 3;
}

.pic-text-list-news-2 .item .cont .attr {
  overflow: hidden;
  line-height: 34px;
  margin-top: 20px;
}

.pic-text-list-news-2 .item .cont .attr li {
  float: left;
  font-size: 16px;
  color: #888888;
  margin-right: 20px;
}

.pic-text-list-news-2 .item .cont .attr li span {
  color: #444;
}

.pic-text-list-news-2 .item .cont .attr .type {
  font-size: 14px;
  background-color: #EAF4FF;
  padding: 0 20px;
}

.pic-text-list-news-2 .item .cont .attr .type span {
  color: #1062BD;
}

.news-info {
  margin: 70px 0;
}

.news-info .news-info-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.news-info .news-info-header .title {
  font-size: 34px;
  line-height: 60px;
}

.news-info .news-info-header .attr {
  overflow: hidden;
}

.news-info .news-info-header .attr li {
  float: left;
  font-size: 16px;
  color: #888888;
  line-height: 36px;
  margin-right: 10px;
}

.news-info .news-info-header .attr li span {
  color: #444;
}

.news-info .news-info-bottom {
  font-size: 24px;
  line-height: 43px;
  margin-top: 25px;
}

.news-info .news-info-bottom .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-info .news-info-bottom .item a {
  color: #444;
}

.news-info .news-info-bottom .item + .item {
  margin-top: 20px;
}

.news-detail {
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}

.news-detail p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 1em;
}

.article-info .news-detail {
  border: none;
  padding: 0;
}

.article-info2 {
  margin: 0;
}

.inner-topic-list {
  margin-top: 70px;
}

.inner-topic-list .list {
  margin-right: -45px;
  overflow: hidden;
}

.inner-topic-list .list .item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 45px;
  margin-bottom: 40px;
}

.inner-topic-list .list .item .cont {
  display: block;
}

.inner-topic-list .list .item .cont .pic {
  width: 100%;
  padding-top: 51.3513%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.inner-topic-list .list .item .cont .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.inner-topic-list .list .item .cont .context {
  margin-top: 20px;
}

.inner-topic-list .list .item .cont .context .title {
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.inner-topic-list .list .item .cont .context .desc {
  font-size: 18px;
  line-height: 22px;
  color: #595959;
  height: 44px;
}

.inner-page-banner .mode-inner {
  display: block;
  position: static;
}

.inner-page-banner .mode-inner .banner-cnt {
  display: block;
  position: static;
}

.inner-page-banner .mode-inner img {
  max-width: 100%;
}

.inner-page-banner .context {
  background-image: linear-gradient(270deg, transparent, rgba(1, 30, 65, 0.3));
}

.news-text-list {
  margin-top: 70px;
}

.news-text-list .item {
  line-height: 60px;
  font-size: 18px;
  background-color: #F3F3F3;
  margin-bottom: 25px;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.news-text-list .item:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #004898;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.news-text-list .item .date {
  float: right;
  margin-left: 50px;
  color: #998787;
}

.news-text-list .item .text {
  float: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-text-list .item:hover .text {
  color: #004493;
}

.video-list {
  margin-top: 70px;
}

.video-list .list {
  margin-right: -40px;
  overflow: hidden;
}

.video-list .list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 40px;
}

.video-list .list .box {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.video-list .list .box .pic {
  width: 100%;
  padding-top: 56.0606%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-list .list .box .pic:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background: url(../images/frame.png) no-repeat center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-list .list .box .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

.video-list .list .box .title {
  font-size: 34px;
  line-height: 47px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  text-align: center;
}

.company-culture {
  margin-top: 70px;
}

.company-culture .types {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.company-culture .types .tag-title {
  width: 230px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 5px;
  background-color: #F5F5F5;
  color: #333;
}

.company-culture .types .tag-title.active {
  background-image: linear-gradient(270deg, #064FA3, #166CCC);
  color: #fff;
}

.company-culture .types .tag-title + .tag-title {
  margin-left: 40px;
}

.company-culture .culture-cont {
  display: none;
}

.company-culture .culture-cont.active {
  display: block;
}

.company-culture .slogin-title {
  font-size: 32px;
  line-height: 1;
}

.company-culture .slogin-title .cn {
  color: #444444;
  margin-top: 10px;
}

.company-culture .slogin-title .en {
  text-transform: capitalize;
  color: #000;
}

.company-culture .slogin-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #064FA3;
  margin-top: 15px;
}

.company-culture .culture-slogin {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(198, 239, 252, 0.6));
  padding-bottom: 150px;
}

.company-culture .culture-slogin .item {
  display: flex;
  background-color: #fff;
}

.company-culture .culture-slogin .item .pic {
  flex: 1;
  overflow: hidden;
}

.company-culture .culture-slogin .item .pic .img {
  width: 100%;
  padding-top: 69.5906%;
  position: relative;
}

.company-culture .culture-slogin .item .pic .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.company-culture .culture-slogin .item .context {
  flex: 1;
  overflow: hidden;
}

.company-culture .culture-slogin .item .context .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 8.3333%;
}

.company-culture .culture-slogin .item .context .desc {
  font-size: 26px;
  line-height: 42px;
  margin-top: 50px;
}

.company-culture .culture-slogin .item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.company-culture .culture-icons {
  padding: 190px 0;
  background: url(../images/culture-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.company-culture .culture-icons .wrapper {
  overflow: hidden;
}

.company-culture .culture-icons .item {
  float: left;
  width: 25%;
  text-align: center;
}

.company-culture .culture-icons .item .pic {
  width: 70%;
  padding-top: 70%;
  margin: 0 auto;
  position: relative;
}

.company-culture .culture-icons .item .pic .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #A4E7FF, #1A81F4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-culture .culture-icons .item .pic img {
  display: block;
  width: 44.8%;
  height: auto;
}

.company-culture .culture-icons .item .context {
  margin-top: 50px;
}

.company-culture .culture-icons .item .context .title {
  font-size: 32px;
  line-height: 60px;
}

.company-culture .culture-icons .item .context .desc {
  font-size: 18px;
  line-height: 26px;
}

.company-culture .promotion {
  position: relative;
  padding-left: var(--layerPadding);
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  margin: 150px 0;
}

.company-culture .promotion:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #ECFAFE;
  left: 0;
  top: 50px;
}

.company-culture .promotion .promotion-image {
  width: 61.6071%;
  position: relative;
}

.company-culture .promotion .promotion-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64.9275%;
  background: url(../images/image11.png) no-repeat center center;
  background-size: cover;
}

.company-culture .promotion .promotion-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  flex: 1;
  overflow: hidden;
}

.company-culture .promotion .promotion-text .desc {
  font-size: 24px;
  line-height: 36px;
  box-sizing: border-box;
  padding-right: 60px;
}

.view-list {
  margin: 70px 0;
}

.view-list .list {
  margin-right: -80px;
}

.view-list .list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 84px;
}

.view-list .list .item .box {
  width: 100%;
}

.view-list .list .item .box .pic {
  width: 100%;
  padding-top: 68.8783%;
  position: relative;
  overflow: hidden;
}

.view-list .list .item .box .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.view-list .list .item .box .title {
  font-size: 32px;
  line-height: 46px;
  height: 92px;
  margin-top: 20px;
}

.party-page {
  background: url(../images/party-bg2.png) no-repeat center bottom;
  padding: 70px 0;
}

.party-page .party-title {
  border-bottom: 1px solid #F4D5AB;
  position: relative;
}

.party-page .party-title .title {
  font-size: 40px;
  color: #5B060A;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding-bottom: 7px;
  font-family: '宋体';
  font-weight: bolder;
}

.party-page .party-title:before {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 15px;
  width: 100%;
  max-width: 528px;
  background-image: linear-gradient(90deg, #F1CE9B, #FFFFFF);
}

.party-page .ad {
  display: block;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
}

.party-page .ad img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.party-work {
  background: url(../images/party-bg1.png) no-repeat center bottom;
  padding-bottom: 80px;
}

.party-work .work-cont {
  margin-top: 80px;
  display: flex;
}

.party-work .work-cont .swiper-news {
  width: 49.2647%;
  overflow: hidden;
  position: relative;
}

.party-work .work-cont .swiper-news .link {
  display: block;
  width: 100%;
  padding-top: 66.915%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.party-work .work-cont .swiper-news .link img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.party-work .work-cont .swiper-news .swiper-page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 38px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.party-work .work-cont .swiper-news .swiper-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 100%;
  opacity: 1;
}

.party-work .work-cont .swiper-news .swiper-page .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.party-work .work-cont .swiper-news .swiper-page .swiper-pagination-bullet-active {
  background-color: #E5332F;
}

.party-work .work-cont .list {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-left: 1.5%;
}

.party-work .work-cont .list .item {
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.party-work .work-cont .list .item span {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  align-items: center;
  background-color: #FFF5D9;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 8%;
  padding-right: 4%;
  border-radius: 10px;
  position: relative;
}

.party-work .work-cont .list .item span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E5332F;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.party-work .work-cont .list .item + .item {
  margin-top: 15px;
}

.party-otherWork-list .ctable {
  display: flex;
  margin-bottom: 70px;
}

.party-otherWork-list .ctable .box {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.party-otherWork-list .ctable .box .news {
  margin-top: 60px;
  background-image: linear-gradient(0, #fff7ea, #ffe5d2);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  flex: 1;
  overflow: hidden;
}

.party-otherWork-list .ctable .box .news .pic {
  display: block;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}

.party-otherWork-list .ctable .box .news .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.party-otherWork-list .ctable .box .news .item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}

.party-otherWork-list .ctable .box .news .item span {
  flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.party-otherWork-list .ctable .box .news .item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e5332f;
  margin-right: 10px;
}

.party-otherWork-list .ctable .box .more {
  display: block;
  width: 40%;
  height: 60px;
  background-image: linear-gradient(0deg, #f46e4a, #e61318);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  margin-top: -30px;
}

.party-otherWork-list .ctable .box + .box {
  margin-left: 50px;
}

.company-profile {
  background: url(../images/aboutus-bg1.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-left: var(--layerPadding);
  display: flex;
}

.company-profile .image {
  width: 50.6097%;
  background: url(../images/aboutus-bg3.png) no-repeat right bottom;
  background-size: 100% auto;
}

.company-profile .context {
  flex: 1;
  overflow: hidden;
  padding-top: 4.2683%;
  padding-bottom: 7.9268%;
}

.company-profile .context .desc {
  margin-top: 50px;
}

.company-profile .context .desc p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 1em;
}

.company-profile .context .state {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.company-profile .context .state .item + .item {
  margin-left: 7.5%;
}

.company-profile .context .state .tit {
  font-size: 20px;
  color: #004898;
  font-weight: 700;
  line-height: 1;
}

.company-profile .context .state .num {
  font-size: 60px;
  color: #004898;
  font-weight: 700;
  display: flex;
  line-height: 1;
  align-items: baseline;
  margin: 15px 0;
}

.company-profile .context .state .num em {
  font-size: 16px;
  color: black;
  display: block;
  white-space: nowrap;
}

.company-profile .context .state .txt {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.company-capacity {
  padding: 70px 0;
  background-image: url(../images/aboutus-bg2.png), linear-gradient(0, white, #e1eeff);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.company-capacity .wrapper {
  overflow: hidden;
}

.company-capacity .wrapper .image {
  float: left;
  width: 49.7794%;
}

.company-capacity .wrapper .image img {
  display: block;
  width: 100%;
  height: auto;
}

.company-capacity .wrapper .context {
  float: none;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 8.8235%;
}

.company-capacity .wrapper .context .index-section-title {
  margin-top: 12.5%;
}

.company-capacity .wrapper .context .desc {
  margin-top: 12.5%;
}

.company-capacity .wrapper .context .desc p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 1em;
}

.develop-path {
  padding: 70px 0;
  background-image: linear-gradient(0, white, #e1eeff);
}

.develop-path .index-section-title {
  margin-bottom: 45px;
}

.develop-path .context {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 70px;
}

.develop-path .four-path {
  position: relative;
}

.develop-path .four-path:after {
  content: "";
  width: 23.1617%;
  padding-top: 23.1617%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../images/image19.png) no-repeat center center;
  background-size: contain;
}

.develop-path .paths {
  display: flex;
  margin-bottom: 54px;
}

.develop-path .paths .item {
  flex: 1;
  overflow: hidden;
}

.develop-path .paths .item:nth-child(1) {
  background-image: linear-gradient(90deg, white, #c9e1ff);
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px;
  padding: 15px 8% 15px 20px;
}

.develop-path .paths .item:nth-child(2) {
  background-image: linear-gradient(270deg, white, #c9e1ff);
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
  margin-left: 7.3529%;
  padding: 15px 20px 15px 8%;
}

.develop-path .paths .title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

.develop-path .paths .desc {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.report-eamil {
  padding: 130px  0 300px 0;
  background: url(../images/report-email-bg.png) no-repeat bottom center;
  background-size: 100% auto;
}

.report-eamil .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-eamil .icon {
  width: 124px;
  height: 124px;
  background: url(../images/email.png) no-repeat center center #bc2e2e;
  border-radius: 100%;
  background-size: 50% 50%;
}

.report-eamil .email {
  font-size: 40px;
  margin-top: 30px;
}

.job-ad {
  display: block;
  margin-top: 70px;
}

.job-ad img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.business-index .view-more {
  display: block;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  background-image: linear-gradient(270deg, #166ccc, #054da1);
  margin: 70px auto;
}

.business-area {
  padding: 6.6176% 0;
  background: url(../images/business-bg.png) no-repeat center bottom #e4e4e4;
  background-size: 100% 100%;
}

.business-area .wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.business-area .pic {
  width: 47.1323%;
  margin-right: 5.147%;
}

.business-area .pic .image {
  width: 100%;
  padding-top: 68.75%;
  position: relative;
}

.business-area .pic .image img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.business-area .context {
  flex: 1;
  overflow: hidden;
}

.business-area .context .title {
  font-size: 24px;
  margin-bottom: 30px;
}

.business-area .context .cont p {
  font-size: 16px;
/*  line-height: 26px;*/
	  line-height: 22px!important;
  color: #666666;
}
.business-area .context .cont p *{ line-height: 22px!important;}
.business-swiper {
  margin: 70px 0;
}

.business-swiper .gallery-top {
  position: relative;
}

.business-swiper .gallery-top .swiper-prev {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}

.business-swiper .gallery-top .swiper-prev:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.business-swiper .gallery-top .swiper-next {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}

.business-swiper .gallery-top .swiper-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.business-swiper .gallery-top .image {
  width: 100%;
  padding-top: 58.5724%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.business-swiper .gallery-top .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-swiper .gallery-top .context {
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #163f8e;
  padding: 20px 60px;
  color: #fff;
}

.business-swiper .gallery-top .context .title {
  font-size: 32px;
}

.business-swiper .gallery-top .context .desc {
  font-size: 20px;
}

.business-swiper .gallery-thumbs {
  margin-top: 20px;
}

.business-swiper .gallery-thumbs .image {
  width: 100%;
  padding-top: 58.5724%;
  position: relative;
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.business-swiper .gallery-thumbs .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.business-swiper .gallery-thumbs .swiper-slide-active .image img {
  opacity: 1;
}

.business-list {
  margin-right: -40px;
  overflow: hidden;
}

.business-list .item {
  float: left;
  box-sizing: border-box;
  width: 33.3333%;
  overflow: hidden;
  padding-right: 40px;
  margin-bottom: 50px;
}

.business-list .item .pic {
  width: 100%;
  margin-bottom: 20px;
}

.business-list .item .pic .image {
  width: 100%;
  padding-top: 67.3758%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.business-list .item .pic .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-list .item .context .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 24px;
  text-align: center;
}

.business-list .item .context .desc {
  font-size: 14px;
  line-height: 22px;
  max-height: 88px;
  color: #595959;
  margin-top: 15px;
}

.basic-info-page .stock {
  margin-top: 70px;
}

.basic-info-page .stock img {
  display: block;
  width: 100%;
  height: auto;
}

.basic-info-page .stock .tit {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}

.basic-info-page .stock-event {
  margin: 50px 0;
}

.basic-info-page .stock-event .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.basic-info-page .stock-event .item .date {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 8px solid #fff;
  box-sizing: border-box;
  line-height: 1;
  background-color: #1468c5;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}

.basic-info-page .stock-event .item .date .year {
  font-size: 24px;
  margin-bottom: 5px;
}

.basic-info-page .stock-event .item .date .day {
  font-size: 16px;
}

.basic-info-page .stock-event .item .desc {
  flex: 1;
  overflow: hidden;
  background-color: #f0f5f9;
  border-radius: 10px;
  padding: 30px 30px 30px 50px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.team-structure {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.team-structure .item {
  flex: 1;
  overflow: hidden;
}

.team-structure .item .chart {
  width: 80%;
  margin: 0 auto;
}

.team-structure .item .chart .circle {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.team-structure .item .chart .circle .box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.team-structure .item .chart .circle .echart {
  width: 100%;
  height: 100%;
}

.team-structure .item .chart .circle .pro-box:after {
  content: "";
  width: 45%;
  padding-top: 45%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/image26.png) no-repeat center center #fff;
  background-size: 41.9753% auto;
}

.team-structure .item .chart .circle .pos-box:after {
  content: "";
  width: 45%;
  padding-top: 45%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/image25.png) no-repeat center center #fff;
  background-size: 40% auto;
}

.team-structure .item .age .box {
  box-sizing: border-box;
  border-radius: 100%;
  overflow: hidden;
  border: 30px solid #3f88d8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}

.team-structure .item .age .box .num {
  font-size: 50px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-structure .item .age .box .txt {
  font-size: 20px;
  color: #666666;
}

.team-structure .item .context {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.team-structure .item .context .title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.team-structure .item .context .desc {
  font-size: 16px;
  line-height: 24px;
  color: #545454;
}

.gaokeji-humans, .gaojineng-humans {
  margin-top: 90px;
  color: #fff;
  background: url(../images/humanResources-bg.png) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}

.gaokeji-humans .c-title, .gaojineng-humans .c-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 100px;
}

.gaokeji-humans .c-title:after, .gaojineng-humans .c-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}

.gaokeji-humans .top, .gaojineng-humans .top {
  border-bottom: 1px solid #fff;
}

.gaokeji-humans .top ul li, .gaojineng-humans .top ul li {
  padding-bottom: 40px;
}

.gaokeji-humans .bottom ul li, .gaojineng-humans .bottom ul li {
  padding-top: 40px;
}

.gaokeji-humans ul, .gaojineng-humans ul {
  display: flex;
  padding: 0 var(--layerPadding);
}

.gaokeji-humans ul li, .gaojineng-humans ul li {
  flex: 1;
  overflow: hidden;
}

.gaokeji-humans ul li .text, .gaojineng-humans ul li .text {
  font-size: 20px;
  line-height: 36px;
  height: 72px;
}

.gaokeji-humans ul li .num, .gaojineng-humans ul li .num {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-top: 30px;
}

.gaokeji-humans ul li .num em, .gaojineng-humans ul li .num em {
  font-weight: normal;
  font-size: 16px;
}

.gaokeji-humans ul li + li, .gaojineng-humans ul li + li {
  border-left: 1px solid #fff;
  padding-left: 30px;
}

.gaojineng-humans {
  background: url(../images/humanResources-bg2.png) no-repeat center bottom;
  margin-top: 0;
  background-size: 100% auto;
  color: #000;
  padding-bottom: 200px;
}

.gaojineng-humans .c-title:after {
  background-color: #000;
}

.gaojineng-humans .top {
  border-color: rgba(0, 0, 0, 0.2);
}

.gaojineng-humans ul li .num {
  color: #166ccc;
}

.gaojineng-humans ul li + li {
  border-color: rgba(0, 0, 0, 0.2);
}

.qualifications-page {
  background: url(../images/culture-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 50px 0;
}

.qualifications-page .qualifications-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}

.qualifications-page .qualifications-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}

.qualifications-page .qualifications-list:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #a1bbc7;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
}

.qualifications-page .qualifications-list .item {
  flex: 1;
  overflow: hidden;
  padding-right: 7.3529%;
  box-sizing: border-box;
  text-align: right;
  position: relative;
}

.qualifications-page .qualifications-list .item:before {
  content: "";
  width: 12%;
  height: 2px;
  background-color: #a1bbc7;
  position: absolute;
  right: 0;
  top: 25px;
}

.qualifications-page .qualifications-list .item .title {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1;
}

.qualifications-page .qualifications-list .item .title em {
  font-weight: 700;
  font-size: 42px;
  color: #004898;
}

.qualifications-page .qualifications-list .item .list {
  font-size: 18px;
  line-height: 32px;
  color: #7f7f7f;
}

.qualifications-page .qualifications-list .item + .item {
  text-align: left;
  padding-right: 0;
  padding-left: 7.3529%;
}

.qualifications-page .qualifications-list .item + .item:before {
  right: initial;
  left: 0;
}

.qualifications-page .regional-layout .layout .title {
  width: 1000px;
  max-width: 100%;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top: 30px;
}

.qualifications-page .regional-layout .layout .title {
  background-color: #cd5d00;
}

.qualifications-page .regional-layout .layout .title2 {
  background-color: #004898;
}

.qualifications-page .regional-layout .layout .title3 {
  background-color: #d5ad13;
}

.qualifications-page .regional-layout .org-list {
  overflow: hidden;
  margin-top: 30px;
}

.qualifications-page .regional-layout .org-list li {
  float: left;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.qualifications-page .regional-layout .org-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #cd5d00;
  margin-right: 5px;
}

.qualifications-page .regional-layout .org-list.yellow li::before {
  background-color: #d5ad13;
}

.qualifications-page .regional-layout .base-list {
  margin-top: 30px;
}

.qualifications-page .regional-layout .base-list table {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}

.qualifications-page .regional-layout .base-list table td {
  padding: 10px 0;
}

.qualifications-page .regional-layout .base-list table .legend {
  width: 60px;
}

.qualifications-page .regional-layout .base-list table .legend .bar {
  width: 40px;
  height: 12px;
}

.qualifications-page .regional-layout .base-list table .legend .bar1 {
  background-color: #a98667;
}

.qualifications-page .regional-layout .base-list table .legend .bar2 {
  background-color: #c0cacf;
}

.qualifications-page .regional-layout .base-list table .legend .bar3 {
  background-color: #d9d3c5;
}

.qualifications-page .regional-layout .base-list table .legend .bar4 {
  background-color: #c6bda7;
}

.qualifications-page .regional-layout .base-list table .legend .bar5 {
  background-color: #bd98c1;
}

.qualifications-page .regional-layout .base-list table .legend .bar6 {
  background-color: #4db29d;
}

.qualifications-page .regional-layout .base-list table .legend .bar7 {
  background-color: #4db29d;
}

.qualifications-page .regional-layout .base-list table .legend .bar8 {
  background-color: #4db29d;
}

.qualifications-page .regional-layout .base-list table .legend .bar9 {
  background-color: #e4e8a5;
}

.qualifications-page .image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.qualifications-page .regional-layout-cnt {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-top: 30px;
}

.qualifications-page .regional-layout-cnt em {
  font-size: 28px;
  color: #1062bd;
}

.honor-page .honor-list {
  display: flex;
  justify-content: center;
  background: url(../images/honor-list-bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 70px 0;
}

.honor-page .honor-list .honor {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 70px 0;
}

.honor-page .honor-list .honor table {
  width: 100%;
}

.honor-page .honor-list .honor table .cell span {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}

.honor-page .honor-list .honor table .cell span:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 1px;
  width: calc(100vw/2  - 100vw*0.28);
  right: 0;
  background-image: linear-gradient(90deg, white, #4b8cd0);
}

.honor-page .honor-list .honor table .cell span:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #4b8cd0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.honor-page .honor-list .honor table .num {
  width: 1%;
  white-space: nowrap;
  font-size: 46px;
  font-weight: 700;
}

.honor-page .honor-list .honor table .num em {
  font-weight: normal;
  font-size: 14px;
}

.honor-page .honor-list .honor table .name {
  position: relative;
  font-size: 18px;
}

.honor-page .honor-list .honor table .name:before {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #bccfd7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.honor-page .honor-list .honor .left-table .name {
  text-align: right;
  padding-right: 20px;
}

.honor-page .honor-list .honor .left-table .name:before {
  right: 0;
}

.honor-page .honor-list .honor .left-table .num {
  padding-left: 30px;
}

.honor-page .honor-list .honor .right-table .cell span:after {
  right: initial;
  left: 0;
  background-image: linear-gradient(270deg, white, #4b8cd0);
}

.honor-page .honor-list .honor .right-table .cell span:before {
  right: initial;
  left: 0;
}

.honor-page .honor-list .honor .right-table .num {
  text-align: right;
  padding-right: 30px;
}

.honor-page .honor-list .honor .right-table .name {
  padding-left: 20px;
}

.honor-page .honor-list .honor .right-table .name:before {
  left: 0;
}

.honor-page .honor-list .honor-center {
  width: 22.0588%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  position: relative;
}

.honor-page .honor-list .honor-center .box {
  width: 100%;
  padding-top: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}

.honor-page .honor-list .honor-center .box .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 100%;
  border: 8px solid #fff;
}

.honor-page .honor-list .honor-center .box .circle span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-sizing: border-box;
  border: 20px solid #3f88d8;
  font-weight: 700;
  font-size: 50px;
  color: #1062bd;
  line-height: 1;
}

.honor-page .award-list {
  background-image: linear-gradient(0, white, #eff7ff);
  padding: 70px 0;
}

.honor-page .award-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(../images/shadow3.png);
  background-size: 100% 247px;
  padding-bottom: 247px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.honor-page .award-list .list .item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.honor-page .award-list .list .item .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.honor-page .award-list .list .item img {
  display: block;
  max-width: 100%;
  max-height: 430px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.honor-page .section-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}

.honor-page .section-title .cn {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.honor-page .section-title .en {
  font-size: 26px;
  color: #929292;
  text-transform: uppercase;
}

.honor-page .section-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #1062bd;
  margin: 0 auto;
  margin-top: 20px;
}

/*新闻列表*/
.news-text-list2{ margin-top: 50px;}
.news-text-list2 .item:nth-child(1){ border-top:none; }
.news-text-list2 .item{ padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid #d9d9d9;}
.news-text-list2 .dlinks{display: flex; align-items: center;}
.news-text-list2 .item .text{ flex:1;padding-left: 50px; border-left: 1px solid #d9d9d9;}
.news-text-list2 .tits{ display: block; font-size: 24px; font-weight: bold;}
.news-text-list2 .item .layer-wrapper2{ display: block;}

.news-text-list2  .descs{ display: block;line-height: 22px;margin-top: 15px;    font-size: 14px; color: #545454;}
.news-text-list2  .date{ display: flex;align-items: center; margin-right: 50px; }
.news-text-list2  .date cite{ font-family: "DIN-Medium"; font-size: 42px; font-style: normal;  font-weight: bold;}
.news-text-list2  .date .lines2{ color: #666; background:url("../images/line6.jpg") no-repeat; margin: 0 10px; width: 19px; height: 40px; display: block; font-size: 42px; display: block;  } 
.news-text-list2  .date .years{ font-size: 16px;font-family: "DIN-Medium";}
.news-text-list2  .date .years i{ display: block;}
.news-text-list2  .sources{ font-size: 16px; margin-top: 20px; display: block; color: #545454;}
.news-text-list2  .sources cite{  font-style: normal;color: #000;}
.news-text-list2 .item .text>*:hover,.news-text-list2 .item .text>*:hover cite{    color: #1062bd;}

@media screen and (max-width: 640px) {
.news-text-list2 .item .text{padding-left: 15px; /*border: none;*/}
/*	.news-text-list2 .dlinks{flex-direction:column; justify-content: flex-start; display: block;}*/
.news-text-list2 .date{  }
.news-text-list2 .date{   margin-right:15px;}	
.news-text-list2 .date{  flex-direction:column;}
.news-text-list2 .tits{ font-size: 20px;}
.news-text-list2 .date .lines2{ background: none; height: 1px; width: 100%;  background: #d9d9d9; margin-top:10px; margin-bottom:10px;}	
.news-text-list2 .descs{display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-text-list2 .sources{ font-size: 14px; margin-top: 5px;}
.news-text-list2 .sources{}
.news-text-list2 .item{    padding-bottom: 25px;margin-bottom: 25px;}
	.common-page ul li a{ white-space: nowrap;}	
}



@media screen and (max-width: 1440px) {
	
.inner-sub-menu .item {    padding: 0 20px;}
.qualifications-page .qualifications-list .item .title{    font-size: 24px;}	
.qualifications-page .qualifications-list .item .title em{font-size: 36px;}
	
	
  .index-section-title .section .cn {
    font-size: 20px;
  }
  .index-section-title .section .en {
    font-size: 26px;
  }
  .index-section-title .section:after {
    margin-top: 10px;
  }
  .index-section-title .more {
    font-size: 14px;
    width: 100px;
    height: 32px;
    border-radius: 32px;
  }
  .index-news-center .title-wrapper {
    margin-bottom: 30px;
  }
  .index-news-center .title-wrapper .news-tag .tag-title {
    font-size: 16px;
    height: 40px;
    padding: 0 15px;
  }
  .index-news-center .news-content .swiper-news .news-swiper-pagination {
    height: 40px;
  }
  .index-news-center .news-content .swiper-news .link .cont {
    line-height: 40px;
    height: 40px;
  }
  .index-news-center .news-content .swiper-news .link .cont .date {
    height: 55px;
    width: 70px;
    border-top-right-radius: 20px;
  }
  .index-news-center .news-content .swiper-news .link .cont .date .day {
    font-size: 18px;
  }
  .index-news-center .news-content .swiper-news .link .cont .date .year {
    font-size: 14px;
  }
  .index-news-center .news-content .swiper-news .link .cont .title {
    padding-left: 90px;
    font-size: 14px;
  }
  .index-news-center .news-content .index-list-news .item .cont .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index-news-center .news-content .index-list-news .item .cont .desc {
    font-size: 12px;
    line-height: 16px;
  }
  .index-news-center .news-content .index-list-news .item .date .day {
    font-size: 20px;
    line-height: 26px;
  }
  .index-news-center .news-content .index-list-news .item .date .year {
    font-size: 14px;
  }
  .company-store .company-store-cont .index-section-title {
    margin-bottom: 20px;
  }
  .company-store .company-store-cont .topic-box .topic-list {
    margin-bottom: -15px;
    margin-right: -15px;
  }
  .company-store .company-store-cont .topic-box .topic-list .item {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .big-screen .big-screen-types .big-screen-types-item {
    height: 100px;
  }
}


/*简介新闻文章详情,首行缩进2格*/
.news-detail p img{ display:block; margin:0 auto;}
/*.news-center .swiper-news-item .cont .desc,.pic-text-list-news .cont .desc,.news-detail p,.develop-path .paths .desc,.index-news-center .news-content .index-list-news .item .cont .desc,.ser-desc,.business-list .item .context .desc,.news-center .tec-swiper-news .swiper-news-item .cont .desc,.pic-text-list-news-2 .item .cont .desc{ text-indent: 2em;}*/














