.topic-top-link {
  margin: 20px 0 40px;
  display: block;
}
.topic-top-link img {
  width: 100%;
}
.header.other-page .login-links {
  color: rgba(255, 255, 255, 0.7);
}
.topic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topic-list .item {
  margin-bottom: 60px;
  width: 48%;
}
.topic-list .topic-list-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #df1d13;
  font-size: 22px;
  border-bottom: 1px solid #dddddd;
}
.topic-list .topic-list-title strong {
  border-bottom: 3px solid currentColor;
  font-weight: bold;
  padding: 10px 0;
}
.topic-list .topic-list-title a {
  color: #9a9a9a;
  font-size: 14px;
}
.topic-links a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  padding: 10px 0;
}
.topic-links a:hover {
  color: #3a81b9;
}
.topic-links a:hover::before {
  background-color: currentColor;
}
.topic-links a::before {
  flex-shrink: 0;
  margin-right: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dedede;
}
.topic-links a p {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topic-links a span {
  margin-left: 10px;
}
.topic-focus {
  padding-bottom: 50px;
  display: flex;
  margin-top: 20px;
}
.topic-side {
  margin-right: 20px;
  padding: 0 10px 300px;
  width: 220px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  background: url(https://img.cddc2021.com/static/home/img/new-topic-bg.jpg) no-repeat;
  background-color: #fff;
  background-size: 100% auto;
  background-position: bottom center;
}
.topic-context {
  padding: 0 25px;
  flex: 1;
  min-width: 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.topic-side-title {
  padding: 20px 0 20px 45px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #232323;
  border-bottom: 1px solid #ddd;
}
.topic-side-list {
  font-size: 16px;
  color: #333;
}
.topic-side-list a {
  padding: 10px 20px 10px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topic-side-list a::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
}
.topic-side-list a.active,
.topic-side-list a:hover {
  background-color: #3c81b8;
  color: #fff;
}
.topic-side-list a.active::after,
.topic-side-list a:hover::after {
  border-left-color: currentColor;
}
.topic-context-title {
  margin-bottom: 20px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  color: #212121;
  font-size: 24px;
  font-weight: bold;
}
.topic-context-title::before {
  margin-right: 15px;
  content: "";
  height: 1em;
  width: 5px;
  background-color: #e11d11;
}
.topic-hr-list {
  padding: 10px 0;
  display: none;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 16px;
  width: 100%;
  overflow-x: auto;
  color: #333;
}
.topic-hr-list a {
  margin: 0 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.topic-hr-list a.active,
.topic-hr-list a:hover {
  background-color: #3c81b8;
  color: #fff;
}
.third-nav {
  position: relative;
  z-index: 1;
  background-color: initial;
  background: linear-gradient(rgba(49, 118, 173, 0.3), #3176ad);
}
.third-nav .container {
  margin-top: -60px;
}
.third-nav a:hover,
.third-nav a.active {
  background-color: initial;
  background: linear-gradient(rgba(111, 195, 180, 0.3), #6fc3b4);
}
.business .swiper-slide h3,
.business .swiper-slide h4 {
  font-weight: bold;
}
.h-banner .control {
  padding-bottom: 80px;
  background: url(https://img.cddc2021.com/static/home/img/side_bg.png) left calc(100% - 80px) no-repeat;
  background-color: rgba(20, 39, 53, 0.8);
}
.h-banner .control .dots {
  margin-bottom: 0;
}
.h-news {
  height: auto;
}
.h-news .news-head h3 {
  font-weight: bold;
}
.h-news .news-head h3 small {
  font-weight: normal;
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.h-news .news-list .news-desc {
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0.8));
}
.h-topic {
  background: url(https://img.cddc2021.com/static/home/img/h_topic_bg.jpg) no-repeat;
  background-size: 1920px auto;
  background-position: center;
}
.news-head {
  align-items: center;
}
.news-head-v2 a {
  height: auto !important;
}
.news-head-v2 h3 {
  color: #222222 !important;
}
.news-head-v2 h3 small {
  color: #999999 !important;
}
.news-head-v2 .news-tabs a:last-child {
  color: #999 !important;
  font-size: 14px !important;
}
.h-topic-swiper {
  overflow: initial;
}
.h-topic-swiper .swiper-button-prev,
.h-topic-swiper .swiper-button-next {
  display: block;
  background-size: 15px 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 1;
  bottom: -125px;
  top: initial;
}
.h-topic-swiper .swiper-button-prev {
  left: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.h-topic-swiper .swiper-button-next {
  right: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.h-topic-swiper .swiper-slide {
  display: flex;
}
.h-topic-swiper .swiper-slide img {
  margin-right: 30px;
  width: 630px;
  height: 400px;
}
.h-topic-swiper .desc {
  flex: 1;
  min-width: 0;
}
.h-topic-swiper .desc > a {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #e0e0e3;
}
.h-topic-swiper .desc h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.h-topic-swiper .desc h3 span {
  margin-right: 10px;
  flex-shrink: 0;
  color: #fff;
  font-size: 16px;
  background-color: #63cab8;
  border-radius: 0 10px 0 10px;
  padding: 5px 10px;
}
.h-topic-swiper .desc h3 div {
  font-size: 22px;
  color: #222222;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.h-topic-swiper .desc p {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
.h-topic-swiper .list {
  list-style: disc inside;
  color: #d9d3d3;
}
.h-topic-swiper .list a {
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: center;
  min-width: 0;
}
.h-topic-swiper .list a::before {
  margin-right: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d9d3d3;
  flex-shrink: 0;
}
.h-topic-swiper .list a:hover h4 {
  color: #3176ad;
}
.h-topic-swiper .list a h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #595959;
}
.h-topic-swiper .list a div {
  flex: 1;
}
.h-topic-swiper .list a span {
  margin-left: 10px;
  flex-shrink: 0;
  color: #999999;
}
.h-topic-swiper-thumbs {
  margin-top: 30px;
}
.h-topic-swiper-thumbs .swiper-slide {
  width: 220px;
  height: 150px;
  border: 5px solid transparent;
  cursor: pointer;
}
.h-topic-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #63cab8;
}
.h-topic-swiper-thumbs img {
  width: 100%;
  height: 100%;
}
.h-video {
  background: url(https://img.cddc2021.com/static/home/img/h_video_bg.jpg) no-repeat;
  background-size: 1920px auto;
  background-position: center bottom;
}
.h-video .h-video-wrap {
  display: flex;
}
.h-video .swiper-container {
  width: 630px;
  height: 475px;
}
.h-video .swiper-container .img-box {
  padding-bottom: 75%;
}
.h-video .swiper-pagination {
  display: flex;
  right: 10px;
  left: initial;
  bottom: 50px;
  justify-content: flex-end;
}
.h-video .swiper-pagination .swiper-pagination-bullet {
  background-color: #f1f1f1;
  border-radius: 10px;
}
.h-video .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 20px;
}
.h-video .swiper-slide .play_btn {
  left: 50% !important;
  width: 60px;
  height: 60px;
}
.h-video .play_btn {
  box-shadow: initial !important;
}
.h-video .h-desc {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.h-video .h-desc h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.h-video .h-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.h-video .list {
  margin-left: 20px;
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h-video .list .img-box {
  padding-bottom: 65.38461538%;
}
.h-video .list .play_btn {
  position: absolute;
  left: 130px;
  top: 85px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.h-video .list a {
  margin-bottom: 20px;
  position: relative;
  width: 48%;
}
.h-video .list a:hover h4 {
  color: #3176ad;
}
.h-video .list h4 {
  font-size: 16px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.h-borther .list > a > p::before {
  display: none;
}
.h-notice {
  padding-bottom: 10px;
  background: url(https://img.cddc2021.com/static/home/img/h_notice_bg.png) left 102% no-repeat;
  background-color: #fff;
  background-size: 100% auto;
}
.h-notice .notice-top .notice-main .notice-list a {
  margin: 22px 0;
}
.h-notice .notice-top .notice-main .notice-list a::before {
  display: none;
}
.h-notice .notice-top .notice-main .notice-list a span {
  margin-left: 20px;
}
.h-notice .notice-type a div img {
  margin-top: 50px;
  width: 20px;
  height: 20px;
  transform: initial;
}
.h-party {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
}
.h-party a {
  width: calc(50% - 10px);
}
.h-party a img {
  width: 100%;
}
.h-friend {
  padding: 30px 0;
  background-color: rgba(239, 239, 239, 0.5);
}
.footer {
  background: url(https://img.cddc2021.com/static/home/img/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.footer .contact {
  margin-right: 0;
  margin-left: 50px;
  display: block;
}
.footer .contact img {
  width: auto;
}
.footer .contact .addr {
  margin: 10px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
}
.footer .contact .contact-info {
  justify-content: flex-start;
}
.footer .contact .wechat {
  margin-top: 10px;
  text-align: center;
  width: 95px;
}
.footer .contact .wechat img {
  width: 95px;
  height: 95px;
  padding: 0;
}
.footer .contact .wechat p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.footer .bottom-nav > ul ul {
  color: rgba(255, 255, 255, 0.7);
}
.footer .bottom-nav > ul ul p {
  color: #fff;
  font-size: 18px;
}
.footer .wrap {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.footer .copy-right {
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
}
.footer .copy-right .links {
  display: none;
}
.other-banner {
  min-height: 500px;
}
.other-banner > div h2 {
  font-size: 48px;
}
.other-banner > div h3 {
  font-size: 24px;
}
.other-banner > img {
  min-height: 500px;
  max-height: 500px;
}
.title {
  display: none;
}
.third-wrap .third {
  padding-bottom: 30px;
}
.project-news .list a .desc {
  min-width: 0;
}
.project-news .list .img-box {
  flex-shrink: 0;
}
.news .list a {
  align-items: flex-start;
}
.news .list a .desc {
  margin-right: 20px;
  position: relative;
  padding-left: 100px;
  flex: 1;
  max-width: initial;
}
.news .list a .desc .time {
  position: absolute;
  left: 0;
  top: 15px;
}
.news .list a .desc h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .list a .img-box {
  width: 300px;
}
.news .list a .img-box::after {
  padding-bottom: 66.66666667%;
}
.innovate .list a {
  position: relative;
}
.innovate .list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #6fc3b4;
  transform: scaleX(0);
  transition: 0.3s linear;
  transform-origin: right;
}
.innovate .list a:hover::before {
  transform: scaleX(1);
}
.news .list a .is-topic {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  background-color: #63cab8;
  padding: 5px 10px;
  border-radius: 0 0 10px 0;
  z-index: 2;
}
.news-topic {
  padding: 140px 0 60px;
}
.news-topic .news-topic-cover {
  width: 100%;
  height: 530px;
  display: block;
  object-fit: cover;
}
.news-topic .topic-share {
  margin-top: 20px;
  display: flex;
  align-items: center;
  color: #999;
}
.news-topic .topic-share .share-icon {
  display: flex;
  margin-left: 20px;
  cursor: pointer;
}
.news-topic .topic-share .share-icon img {
  width: 80px;
}
.news-topic .news-topic-desc {
  padding: 30px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}
.news-topic .news-topic-desc .label {
  margin-right: 15px;
  display: inline-block;
  flex-shrink: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: #63cab8;
  border-radius: 0 10px 0 10px;
}
.news-topic .news-topic-desc > div {
  flex: 1;
}
.news-topic .news-topic-desc h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #222222;
  font-weight: bold;
}
.news-topic .news-topic-desc p {
  font-size: 14px;
  color: #666666;
}
.news-topic .news-topic-tabs {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-topic .news-topic-tabs .cate {
  display: flex;
  align-items: center;
  color: #3c81b8;
  font-size: 20px;
  font-weight: bold;
}
.news-topic .news-topic-tabs .cate::before {
  margin-right: 10px;
  content: "";
  width: 4px;
  height: 1em;
  background-color: #6fc3b4;
}
.news-topic .news-topic-tabs .items {
  display: flex;
  align-items: center;
  color: #666666;
}
.news-topic .news-topic-tabs .items .a {
  position: relative;
  margin-left: 20px;
  padding: 5px 15px;
  cursor: pointer;
}
.news-topic .news-topic-tabs .items .a::after {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  content: "";
  border: 5px solid transparent;
}
.news-topic .news-topic-tabs .items .a.active,
.news-topic .news-topic-tabs .items .a:hover {
  color: #fff;
  background-color: #63cab8;
  font-weight: bold;
}
.news-topic .news-topic-tabs .items .a.active::after,
.news-topic .news-topic-tabs .items .a:hover::after {
  border-top-color: #63cab8;
}
.news-topic .news-topic-items {
  padding: 0 30px 30px;
  background-color: #fff;
}
.news-topic .news-topic-items .item {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #f5f8fb;
}
.news-topic .news-topic-items .item:hover h3 {
  color: #3c81b8;
}
.news-topic .news-topic-items .item:hover .other span {
  padding: 0 20px;
  background-color: #3176ad;
  color: #fff;
}
.news-topic .news-topic-items .img-box {
  margin-right: 20px;
  width: 280px;
}
.news-topic .news-topic-items .img-box::after {
  padding-bottom: 67.85714286%;
}
.news-topic .news-topic-items .desc {
  padding-top: 5px;
  flex: 1;
  min-width: 0;
}
.news-topic .news-topic-items .desc h3 {
  margin-bottom: 10px;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-topic .news-topic-items .desc p {
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-topic .news-topic-items .desc span {
  padding: 10px 0;
  font-size: 11px;
  color: #999999;
}
.news-topic .news-topic-items .other {
  padding-top: 7px;
  margin-left: 50px;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.news-topic .news-topic-items .other div {
  font-size: 16px;
  color: #999999;
}
.news-topic .news-topic-items .other span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #3176ad;
  font-size: 14px;
  background-color: transparent;
  transition: 0.5s ease;
}
.news-topic .news-topic-items .other span::after {
  margin-left: 10px;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #6fc3b4;
  transition: all 0.3s linear;
}
.news-video-list {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-video-list .item {
  margin-bottom: 40px;
  width: 48.27586207%;
}
.news-video-list .item:hover .desc {
  background-color: #3c81b8;
}
.news-video-list .item:hover .desc h3 {
  color: #fff;
}
.news-video-list .item:hover .desc p {
  color: rgba(255, 255, 255, 0.7);
}
.news-video-list .item:hover .desc span {
  color: rgba(255, 255, 255, 0.5);
}
.news-video-list .item:hover .play-btn {
  opacity: 1 !important;
}
.news-video-list .img-box {
  width: 100%;
}
.news-video-list .img-box::after {
  padding-bottom: 62.5%;
}
.news-video-list .img-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
  opacity: 0;
  transition: 0.3s linear;
}
.news-video-list .desc {
  padding: 20px;
  background-color: #fff;
}
.news-video-list .desc h3 {
  color: #222222;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.news-video-list .desc p {
  margin: 10px 0;
  color: #777777;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.news-video-list .desc span {
  color: #999999;
  font-size: 14px;
}
.contact-wrap .us > div {
  width: 30%;
}
.leader {
  padding: 50px 0;
  display: flex;
}
.leader .leader-tabs {
  width: 150px;
  margin-right: 50px;
  flex-shrink: 0;
  font-size: 16px;
  color: #666;
}
.leader .leader-tabs div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.leader .leader-tabs div::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #6fc3b4;
  transition: 0.3s linear;
}
.leader .leader-tabs div.active {
  color: #6fc3b4;
}
.leader .leader-tabs div.active::before {
  margin-right: 10px;
  width: 3em;
}
.leader .list {
  margin-top: 0;
  flex: 1;
}
.leader .list > a:first-child {
  margin-left: 25%;
  margin-right: 25%;
}
.leader .list > a:first-child h5 {
  background-color: #6fc3b4;
  color: #fff;
}
.leader .list > a h5 {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(111, 195, 180, 0.1);
  color: #6fc3b4;
}
.leader .list > a h5::after {
  background-color: #6fc3b4 !important;
}
.news-info .back {
  opacity: 0;
  height: 1px;
}
.news-info .wrap .info {
  width: auto;
  flex: 1;
  margin-right: 30px;
  min-width: 0;
}
.info-side {
  position: absolute;
  left: -40px;
  top: -20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 80px;
  height: calc(60%);
}
.info-side .date {
  position: static !important;
  transform: initial !important;
  height: auto !important;
}
.info-share {
  text-align: center;
  color: #666666;
  font-size: 14px;
  padding: 20px 0;
}
.info-share .p {
  margin-bottom: 10px;
}
.info-share .social-share {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-share .social-share .social-share-icon {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}
.info-share .poster {
  margin-top: 20px;
  color: #6fc3b4;
  font-size: 14px;
  cursor: pointer;
}
.info-share .poster span {
  display: inline-block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 1px;
  background-color: #dadee1;
}
.group-start {
  background: url(https://img.cddc2021.com/static/home/img/start_bg.jpg) no-repeat;
  background-size: cover;
}
.group-start img {
  max-width: 100%;
}
.group-start .m {
  display: none;
  padding: 0 15%;
}
.group-start .m img {
  margin-bottom: 20px;
  display: block;
}
.news-info-video .social-share {
  top: 0;
}
.news-info-video .wrap {
  background-color: #fff;
  flex-wrap: wrap;
}
.news-info-video .wrap #xgplayer {
  height: 525px;
}
.news-info-video .wrap .info {
  margin-right: 0;
}
.news-info-video .wrap .info .info-title {
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.news-info-video .wrap .recommend {
  padding: 20px;
  padding-left: 0;
}
.news-info-video .wrap .recommend .list {
  margin-top: 15px;
}
.news-info-video .wrap .recommend .list a {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-info-video .wrap .recommend .list a .img-box {
  margin-right: 10px;
  flex-shrink: 0;
  width: 100px;
}
.news-info-video .wrap .recommend .list a .img-box::after {
  padding-bottom: 65%;
}
.news-info-video .wrap .recommend .list a .desc {
  flex: 1;
}
.news-info-video .wrap .recommend .list a .desc h5 {
  margin-bottom: 10px;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
}
.news-info-video .wrap .recommend .list a .desc p {
  color: #999999;
  font-size: 12px;
}
.news-info-video .wrap .share-icon {
  display: flex;
  align-items: center;
  font-size: 0;
  cursor: pointer;
}
.news-info-video .wrap .share-icon img {
  width: 80px;
}
.news-info-video .wrap .share-icon::before {
  margin: 0 20px;
  display: inline-block;
  content: "";
  height: 1rem;
  width: 1px;
  background-color: #dddddd;
}
.news-info-video .wrap .share {
  color: #999999 !important;
}
.news-info-video .wrap .share > img {
  margin-right: 5px;
}
.news-info-video .wrap .share > div {
  color: #999 !important;
}
#page {
  display: flex;
  justify-content: center;
}
.news-info .wrap .info .info-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-info .wrap .info .info-title .share > div {
  display: none;
}
.news-info .wrap .info .info-title .share > div.video-share {
  display: flex;
}
.news-info .wrap .info .info-title .date {
  padding-top: 13px;
}
.top-bar .top-bar-r .login-links img {
  width: 14px;
}
.top-bar .top-bar-r .search-box img {
  width: 14px;
}
.h-news .news-list .swiper-slide:hover .news-desc {
  background: #3176ad;
}
.h-news .news-list .news-desc p {
  height: 40px;
}
.top-bar .top-bar-l a {
  background: linear-gradient(to top, #3282b7, #69c3b2);
}
.contact-wrap .us .email > a > div h5 {
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  display: inline-flex;
}
.baby {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 20vh;
  z-index: 2;
  width: 100px;
  height: 189px;
}
.baby .open {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s all ease-out;
  transform: translateX(141px);
}
.baby .open img:nth-child(1) {
  width: 140px;
}
.baby .open img:nth-child(2) {
  position: absolute;
  right: 25px;
  top: 131px;
  width: 90px;
  height: 90px;
}
.baby .close {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  transition: 0.5s all ease-in 0.5s;
}
.baby:hover .close {
  right: -100px;
  transition: 0.5s all ease-out;
}
.baby:hover .open {
  transform: translateX(-30px);
  transition: 0.5s all ease-in 0.5s;
}
.go-top {
  right: 72px;
  bottom: 10vh;
}
.float-box {
  top: 200px;
}
.top-bar .top-bar-l a img {
  width: 16px;
}
.h-company {
  background-size: 1920px auto;
  background-position: center bottom;
  background-color: #f3f7fc;
}
.header.other-page .top-bar .top-bar-l a {
  background: #63cab8;
}
.phone-more {
  display: none;
}
.h-notice .notice-top .notice-main {
  padding: 0 10px;
}
.phone-links {
  position: relative;
}
.phone-links:hover .list {
  display: block;
}
.phone-links .list {
  display: none;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 130%;
  background-color: #5b5d5f;
}
.phone-links .list a {
  display: block;
  margin: 5px 0;
  padding: 5px 0 !important;
  white-space: nowrap;
}
.recruit .sec-5 .list img {
  width: 15%;
}
@media screen and (max-width: 1200px) {
  .baby {
    display: none;
  }
  .topic-focus {
    margin: 0;
    padding: 0;
  }
  .topic-list {
    flex-wrap: wrap;
  }
  .topic-list .item {
    width: 100%;
  }
  .topic-context {
    padding: 0 10px;
  }
  .topic-context-title {
    display: none;
  }
  .topic-side {
    display: none;
  }
  .topic-hr-list {
    display: flex;
  }
  .group-start .info > img {
    display: none;
  }
  .group-start .m {
    display: block;
  }
  .h-banner .control {
    padding: 0;
    background: transparent;
  }
  .h-news .news-head .news-tabs a:last-child {
    /* padding-bottom: 14px; */
  }
  .h-news .news-head.news-head-v2 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .h-news .news-head.news-head-v2 .news-tabs {
    display: none;
  }
  .h-news .news-head.news-head-v2 h3 {
    text-align: center !important;
  }
  .h-news .news-head h3 small {
    font-size: 14px;
  }
  .h-topic-swiper {
    overflow: initial;
  }
  .h-topic-swiper .swiper-button-prev,
  .h-topic-swiper .swiper-button-next {
    top: 110px;
    bottom: initial;
  }
  .h-topic-swiper .swiper-button-prev {
    left: -15px;
  }
  .h-topic-swiper .swiper-button-next {
    right: -15px;
  }
  .h-topic-swiper .swiper-slide {
    flex-direction: column;
  }
  .h-topic-swiper .swiper-slide .img-wrap {
    position: relative;
    --swiper-navigation-color: #fff;
  }
  .h-topic-swiper .swiper-slide img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .h-topic-swiper .swiper-slide .desc > a {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .h-topic-swiper .swiper-slide .desc > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2em;
    height: 2px;
    background-color: #fe7d3f;
  }
  .h-topic-swiper .swiper-slide .desc h3 span {
    font-size: 12px;
  }
  .h-topic-swiper .swiper-slide .desc h3 div {
    font-size: 17px;
  }
  .h-topic-swiper .swiper-slide .desc p {
    display: none;
  }
  .h-topic-swiper .swiper-slide .list a {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .h-topic-swiper .swiper-slide .list a::before {
    display: none;
  }
  .h-topic-swiper .swiper-slide .list a h4 {
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .h-topic-swiper .swiper-slide .list a span {
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
  }
  .h-topic-swiper-thumbs {
    display: none;
  }
  .h-video .swiper-container {
    display: none;
  }
  .h-video .list {
    margin-left: 0;
    padding: 0 15px;
  }
  .h-video .list h4 {
    font-size: 14px;
  }
  .h-video .list .poster {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .h-video .list .play_btn {
    left: 50%;
    top: 45px;
  }
  .h-video .list a {
    width: 48%;
  }
  .h-notice .notice-type {
    justify-content: space-between;
  }
  .h-notice .notice-type a {
    flex: 1;
  }
  .h-notice {
    padding: 0;
  }
  .h-party {
    flex-direction: column;
  }
  .h-party a {
    width: 100%;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .copy-right .links {
    font-size: 11px;
    display: flex;
    color: #d1d1d1;
    gap: 30px;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .footer .copy-right .links a {
    margin: 0 5px;
    border-right: none !important;
  }
  .footer .copy-right .cr {
    flex-direction: column;
  }
  .footer .copy-right .cr p {
    display: flex;
    align-items: center;
  }
  .footer .contact {
    margin-left: 0;
    width: 70%;
  }
  .footer .contact > img {
    max-width: 120px;
  }
  .footer .contact .addr {
    font-size: 12px;
  }
  .footer .contact .wechat {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .footer .contact .wechat p {
    font-size: 10px;
  }
  .footer .contact .wechat img {
    width: 60px;
    height: 60px;
  }
  .footer .wrap {
    padding-bottom: 0;
    position: relative;
  }
  .third-nav .container {
    margin-top: -45px;
  }
  .leader {
    padding: 20px 0;
    flex-direction: column;
  }
  .leader .leader-tabs {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .leader .leader-tabs div {
    margin: 0 10px;
  }
  .leader .leader-tabs div::before {
    display: none;
  }
  .leader .list > a {
    margin-bottom: 10px;
  }
  .leader .list .desc {
    padding: 10px;
  }
  .leader .list .desc h4 {
    margin-bottom: 10px;
  }
  .other-banner {
    min-height: 180px;
    height: 180px;
  }
  .other-banner img {
    height: 180px;
    min-height: 180px;
  }
  .news .list a .img-box {
    width: 100%;
  }
  .news .list a .desc {
    padding-left: 10px;
  }
  .news .list a .desc .time {
    display: none;
  }
  .news-video-list {
    padding: 0;
  }
  .news-video-list .item {
    margin-bottom: 20px;
    width: 100%;
  }
  .news-video-list .desc p {
    height: auto;
  }
  .contact-wrap .us {
    flex-direction: column;
  }
  .contact-wrap .us > div {
    width: 100%;
  }
  .news-topic {
    padding: 130px 0 30px;
  }
  .news-topic .news-topic-cover {
    height: auto;
  }
  .news-topic .news-topic-desc {
    display: block;
    padding: 15px 0;
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
  }
  .news-topic .news-topic-desc h3 {
    font-size: 18px;
  }
  .news-topic .news-topic-desc .label {
    padding: 2px 10px;
    float: left;
    font-size: 12px;
    border-radius: 0 5px 0 5px;
  }
  .news-topic .news-topic-tabs {
    padding: 0;
    background-color: transparent;
  }
  .news-topic .news-topic-tabs .cate {
    display: none;
  }
  .news-topic .news-topic-tabs .items {
    padding-bottom: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 14px;
  }
  .news-topic .news-topic-tabs .items .a {
    margin-left: 0;
    margin-right: 10px;
  }
  .news-topic .news-topic-items {
    padding: 0 0 10px;
    background-color: transparent;
  }
  .news-topic .news-topic-items .item {
    align-items: flex-start;
    padding: 20px 0;
  }
  .news-topic .news-topic-items .item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .news-topic .news-topic-items .other {
    display: none;
  }
  .news-topic .news-topic-items .img-box {
    margin-right: 10px;
    width: 120px;
  }
  .news-topic .news-topic-items .desc h3 {
    font-size: 14px;
  }
  .news-topic .news-topic-items .desc p {
    font-size: 12px;
  }
  .news-info .wrap .info {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  .social-share {
    top: 0;
  }
  .news-info .wrap .info .info-title .share {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-info .wrap .info .info-title .share > div {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .news-info .wrap .info .info-title .share .share-icon {
    margin-left: 10px;
    display: flex;
  }
  .news-info .wrap .info .info-title .share .share-icon img {
    width: 80px;
  }
  .news-info-video {
    padding-bottom: 30px;
  }
  .news-info-video .wrap {
    background: transparent;
  }
  .news-info-video .wrap .info {
    padding: 0;
    flex: initial;
    background: transparent;
  }
  .news-info-video .wrap .info .info-title {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom-color: #3176ad;
  }
  .news-info-video .wrap .phone-show {
    margin-top: 20px;
    display: block !important;
    background-color: transparent;
  }
  .news-info-video .wrap .share-icon {
    display: flex;
  }
  .news-info-video .wrap .share-icon img {
    width: 80px;
  }
  .news-info-video .wrap .share > img {
    display: none;
  }
  .news-info-video .wrap .share-icon::before {
    display: none;
  }
  .other-banner > div h2 {
    font-size: 24px;
  }
  .other-banner > div h3 {
    font-size: 12px;
  }
  .other-banner > div {
    padding-bottom: 20px;
  }
  .pc {
    display: block;
  }
  .top-bar .top-bar-r .search-box img {
    width: 16px;
  }
  .h-company {
    padding: 20px 0;
  }
  .h-company > .container > a {
    margin-bottom: 20px !important;
  }
  .h-company .intro-desc h4 {
    font-size: 20px;
  }
  .h-company .intro-desc h5 {
    font-size: 18px;
    font-weight: bold;
  }
  .h-news .container .news-head .news-tabs a {
    margin: 0 10px;
  }
  .h-news .container .news-list .news-desc {
    padding: 10px;
  }
  .go-top {
    right: 20px;
    bottom: 30px;
  }
  .h-landmark .current-landmark {
    background-color: #fff;
  }
  .phone-more {
    display: block;
    color: #999999;
    font-size: 12px;
    text-align: center;
  }
  .h-video-wrap {
    flex-direction: column;
  }
  .h-news {
    padding: 30px 0;
  }
  /*.container {*/
  /*  padding: 0 20px;*/
  /*}*/
  .h-notice .notice-top .notice-main .notice-list a::before {
    display: block;
  }
  .h-notice .notice-top .notice-main .notice-tabs a:last-child::before {
    border-width: 5px;
  }
  .h-notice .notice-top .notice-main .notice-tabs a:not(:last-child).active {
    border-bottom-width: 2px;
  }
  .h-recruit .wrap .recruit-info h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .h-notice .notice-type a div p:nth-child(1) {
    font-size: 13px;
  }
  .h-borther {
    display: none;
  }
  .h-party {
    padding: 0;
  }
  .h-friend {
    background-color: #fff;
  }
  .news-video-list .img-box .play-btn {
    opacity: 1;
  }
  .float-box {
    top: initial;
    bottom: 100px;
  }
  #loading {
    padding-left: 0 !important;
  }
  #loading #svg {
    width: 150px;
  }
  .float-box > div:hover {
    transform: translateX(0);
  }
  .notice-top {
    padding-top: 20px;
  }
  .innovate {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .other-banner > div .search > div img {
    min-height: 0;
    height: auto;
  }
  .recruit .sec-5 .list img {
    width: 30%;
  }
  .other-page:not(.info) .top-bar-r img {
    filter: contrast(0) !important;
  }
  .other-page.info .top-bar {
    background: transparent !important;
  }
}
.h-friend {
  text-align: center;
}
#loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 1200px) {
  .img-wrap{
    margin-right: 30px;
    width: 630px;
    height: 400px;
  }
  .h-topic-swiper .swiper-slide img{
    margin-right: 0 !important;
    width: auto !important;
    height: auto !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .h-topic-swiper-thumbs img{
    width: auto !important;
    height: 100% !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .h-topic-swiper-thumbs .swiper-slide{
    overflow: hidden !important;
  }
}