@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #de363a;
  text-decoration: none;
}

body {
  background-color: #f5f6f7;
  font-family: "MicrosoftYaHei";
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-show {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.header-tool-bar {
  background-color: #f2f7f3;
  font-size: 14px;
}
.header-tool-bar .container {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tool-bar .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tool-bar .left a {
  color: #000000;
  margin-right: 17.25px;
}
.header-tool-bar .left .mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}
.header-tool-bar .left .mail span {
  margin-right: 4px;
}
.header-tool-bar .right {
  color: #36393c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-banner {
  width: 100%;
  min-width: 1200px;
  height: 180px;
  background-color: #1b6eb4;
  background-repeat: no-repeat;
  background-size: 100% 180px;
  background-position: 0 0;
}
.header-banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-banner .search {
  width: 400px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #de363a;
}
.header-banner .search button[type="submit"] {
  width: 100px;
  height: 46px;
  border: none;
  outline: none;
  background-color: #de363a;
  color: #f9f9f9;
  font-size: 18px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.header-banner .search button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-radial-gradient(
    circle,
    #ccc 10%,
    transparent 10.1%
  );
  background-image: radial-gradient(circle, #ccc 10%, transparent 10.1%);
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header-banner .search button[type="submit"]:active::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.header-banner .search input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 18px;
}
.header-banner .search input[type="text"] ::-webkit-input-placeholder {
  color: #999999;
}
.header-banner .search input[type="text"] ::-moz-placeholder {
  color: #999999;
}
.header-banner .search input[type="text"] :-ms-input-placeholder {
  color: #999999;
}
.header-banner .search input[type="text"] ::-ms-input-placeholder {
  color: #999999;
}
.header-banner .search input[type="text"] ::placeholder {
  color: #999999;
}

.header-nav {
  min-width: 1200px;
  height: 56px;
  background-color: #de363a;
  margin-bottom: 20px;
}
.header-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav .item {
  display: block;
  color: #ffffff;
}
.header-nav .item span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
}
.header-nav .item.active span {
  background-color: #ffffff;
  color: #de363a;
}
.header-nav .close-box {
  display: none;
  width: 100%;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 26px;
}
.header-nav .close-box .menu-close {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 2px solid #ffffff;
  position: relative;
}
.header-nav .close-box .menu-close::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav .close-box .menu-close::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-nav .mobile-other {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.header-nav .mobile-other a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding: 6px 12px;
  border: 1px solid #fff;
}

.mobile-search {
  display: none;
  padding: 4px 5px;
  background-color: #fff;
}
.mobile-search button[type="submit"] {
  width: 52px;
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #999999;
  font-size: 16px;
}
.mobile-search button[type="submit"]::after {
  display: none;
}
.mobile-search button[type="submit"]:active::after {
  display: none;
}
.mobile-search input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
  padding-left: 28px;
  padding-right: 10px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #f6f6f6;
  background-image: url(../images/home/icon_search.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
.mobile-search input[type="text"] ::-webkit-input-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] ::-moz-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] :-ms-input-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] ::-ms-input-placeholder {
  color: #ccc;
}
.mobile-search input[type="text"] ::placeholder {
  color: #ccc;
}

.footer {
  width: 100%;
  min-width: 1200px;
  height: 287px;
  background-image: url("../images/home/png_bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer a {
  color: #ffffff;
}
.footer .container {
  padding-top: 32px;
}
.footer .website-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .website-ownership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .website-ownership .sydw-icon {
  display: block;
  margin-right: 40px;
}
.footer .website-ownership .sydw-icon img {
  display: block;
  width: 53px;
  height: 65px;
}
.footer .website-ownership ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .website-ownership ul li img {
  margin-left: 5px;
  vertical-align: text-top;
}
.footer .third-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .third-app li {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}
.footer .third-app li:last-child {
  margin-right: 0;
}
.footer .third-app li img {
  display: block;
  width: 84px;
  height: 84px;
  margin-bottom: 8px;
}
.footer .third-app li span {
  font-size: 12px;
  color: #ffffff;
}

#back-top {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 100px;
  cursor: pointer;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#back-top span {
  display: none;
}
#back-top img {
  display: block;
  width: 48px;
}

.horizontal-notices {
  height: 48px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.horizontal-notices .headlines-icon {
  width: 114px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 100%;
  background-image: url("../images/home/png_tt.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.horizontal-notices .notices-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.horizontal-notices .notices-list .notices-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  height: 100%;
  overflow: hidden;
}
.horizontal-notices .notices-list .notices-item {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 12px;
  margin-right: 43px;
  margin-left: 13px;
  background-image: url("../images/home/png_point01.png");
  background-repeat: no-repeat;
  background-position: 0 21px;
}
.horizontal-notices .notices-list .notices-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.9)),
    to(#ffffff)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.9) 0%,
    #ffffff 100%
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.horizontal-notices .notices-list .notices-more a {
  color: #333333;
}

.index-focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.index-focus a {
  display: block;
}

.index-focus-imgs {
  width: 793px;
}
.index-focus-imgs .item {
  display: none;
}
.index-focus-imgs .item img {
  display: block;
  width: 100%;
  height: 408px;
}
.index-focus-imgs .item.active {
  display: block;
}

.index-focus-titles {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index-focus-titles .item {
  height: 81.6px;
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #ebedee;
  padding: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-focus-titles .item span {
  height: 48px;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 2;
}
.index-focus-titles .item:last-child {
  border-bottom: none;
}
.index-focus-titles .item.active {
  color: #c31b1f;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fee4bb),
    to(#ffce91)
  );
  background: -webkit-linear-gradient(left, #fee4bb 0%, #ffce91 100%);
  background: linear-gradient(90deg, #fee4bb 0%, #ffce91 100%);
}

.focus-imgs-item {
  display: block;
  width: 100%;
  position: relative;
}
.focus-imgs-item img {
  display: block;
  width: 100%;
  height: 193px;
}
.focus-imgs-item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 100px;
  background-color: rgba(222, 54, 58, 0.8);
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.index-info-left {
  width: 793px;
  margin-right: 20px;
  background-color: #fff;
}

.index-info-right {
  width: 387px;
  background-color: #fff;
}

/* 公共样式 */
.module-tabs {
  width: 100%;
  padding-top: 27px;
}
.module-tabs .tabs-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-bottom: 40px;
}
.module-tabs .tabs-title .tab-title {
  display: block;
  line-height: 20px;
  color: #999999;
  font-size: 20px;
  font-weight: bold;
  margin-right: 48px;
  cursor: pointer;
  position: relative;
}
.module-tabs .tabs-title .tab-title:last-child {
  margin-right: 0;
}
.module-tabs .tabs-title .tab-title::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 30px;
  height: 7px;
  background-color: #de363a;
}
.module-tabs .tabs-title .tab-title.active {
  color: #333333;
}
.module-tabs .tabs-title .tab-title.active::after {
  display: block;
}
.module-tabs .tabs-panel .tab-panel {
  display: none;
}
.module-tabs .tabs-panel .tab-panel.active {
  display: block;
}

/* 公共样式 */
.info-list {
  padding-left: 20px;
  padding-right: 20px;
}
.info-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.info-list .item.rect {
  padding-left: 16px;
  background-image: url("../images/home/png_point_h.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.info-list .item.rect:hover {
  background-image: url("../images/home/png_point_g.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.info-list .item.icon1 {
  padding-left: 25px;
  background-image: url("../images/home/icon_bg.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.info-list .item .title {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list .item .time {
  display: block;
  color: #999999;
}
.info-list .item.no-time .title {
  width: 100%;
}
.info-list .item:hover {
  color: #de363a !important;
}
.info-list .item:visited {
  color: #999999;
}

/* 公共样式 */
.module-title {
  height: 72px;
  padding: 10px 0;
  background-image: url("../images/home/png_first.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-title .title {
  height: 35px;
  line-height: 35px;
}
.module-title .title b {
  color: #de363a;
}
.module-title .more {
  font-size: 16px;
  color: #333333;
  height: 21px;
  line-height: 21px;
  font-weight: normal;
}

.center-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
.center-box .center-item {
  width: 136px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}
.center-box .center-item:nth-child(2n) {
  margin-right: 0;
}
.center-box .center-item img {
  width: 88px;
  height: 88px;
  margin-bottom: 8px;
}
.center-box .center-item h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.accordion .accordion-item {
  width: 90px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.accordion .accordion-item .img {
  width: 100%;
  height: 270px;
  position: relative;
}
.accordion .accordion-item .img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(#000000)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    #000000 100%
  );
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  opacity: 0.9;
}
.accordion .accordion-item .img h3 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 270px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
}
.accordion .accordion-item .text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 480px;
  height: 128px;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 12px 20px;
}
.accordion .accordion-item .text h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
.accordion .accordion-item .text p {
  font-size: 16px;
  line-height: 25px;
  color: #ddd;
}
.accordion .accordion-item:first-child {
  width: 480px;
}
.accordion .accordion-item.active .img::before {
  display: none;
}
.accordion .accordion-item.active .img h3 {
  display: none;
}
.accordion .accordion-item.active .text {
  display: block;
}

.about-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}
.about-box .about-item {
  display: block;
  margin-bottom: 32px;
  margin-right: 38px;
}
.about-box .about-item:nth-child(2n) {
  margin-right: 0;
}
.about-box .about-item img {
  display: block;
  width: 117px;
  height: 117px;
}

.other-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-imgs a {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.other-imgs a:nth-child(4n) {
  margin-right: 0;
}
.other-imgs a img {
  display: block;
}

.service_promote {
  position: relative;
}
.service_promote .service_promote_text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 1px solid #ccc;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 14px;
}
.service_promote.banner {
  width: 100%;
  margin-right: 0;
}
.service_promote.banner img {
  width: 100%;
}

.about {
  background-color: #fff;
}

.leadership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 80px;
  margin-bottom: 40px;
}
.leadership img {
  max-height: 240px;
  display: block;
}
.leadership div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}
.leadership div h4 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333333;
}
.leadership div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.leadership div ul li b {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  width: 200px;
}
.leadership div ul li i {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-left: 24px;
}

/* 公共样式 */
.about-tabs {
  width: 100%;
  padding: 0 80px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.about-tabs .tabs-title {
  border-bottom: 1px solid #de363a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.about-tabs .tabs-title .tab-title {
  display: block;
  padding: 0 16px;
  height: 35px;
  line-height: 35px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.about-tabs .tabs-title .tab-title.active {
  background-color: #de363a;
  color: #ffffff;
}
.about-tabs .tabs-panel .tab-panel {
  display: none;
}
.about-tabs .tabs-panel .tab-panel.active {
  display: block;
}

.bl-title {
  border-left: 6px solid #de363a;
  padding-left: 8px;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

.article-p {
  line-height: 32px;
  font-size: 18px;
  text-indent: 36px;
  margin-bottom: 20px;
}

.article-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.news-module-dynamic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.news-module-dynamic .news-dynamic-list {
  width: 793px;
  margin-right: 20px;
  background-color: #fff;
}
.news-module-dynamic .news-dynamic-list .max-list-item img {
  width: 168px;
  height: 110px;
}
.news-module-dynamic .news-dynamic-side {
  width: 387px;
}
.news-module-dynamic .news-dynamic-side .module-title {
  background-color: #fff;
}
.news-module-dynamic .news-dynamic-side .top {
  background-color: #fff;
  padding: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-module-dynamic .news-dynamic-side .swiper {
  margin-bottom: 20px;
}
.news-module-dynamic .news-dynamic-side .info-list {
  padding: 0;
}
.news-module-dynamic .news-dynamic-side .info-list li .item h2 {
  width: 100%;
}
.news-module-dynamic .news-dynamic-side .info-list li:last-child .item {
  margin-bottom: 0;
}
.news-module-dynamic .news-dynamic-side .data-center-box {
  background-color: #fff;
}

.focus-item {
  display: block;
  width: 100%;
  position: relative;
}
.focus-item img {
  display: block;
  width: 100%;
  height: 218px;
}
.focus-item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding-left: 5px;
  padding-right: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 15px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 10px;
}
.swiper .swiper-pagination:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
}
.swiper.carousel-this-ind-rect
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
}
.swiper.carousel-all-primary .swiper-pagination .swiper-pagination-bullet {
  background: #de363a;
  opacity: 0.2;
}
.swiper.carousel-all-primary
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper.carousel-this-ind-primary .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper.carousel-this-ind-primary
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #de363a;
}

.pagination {
  text-align: center;
  padding: 40px 0;
}
.pagination .layui-laypage {
  margin: 0;
}
.pagination .layui-laypage a,
.pagination .layui-laypage span,
.pagination .layui-laypage .layui-laypage-curr {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 0 10px;
}
.pagination .layui-laypage a:hover,
.pagination .layui-laypage span:hover,
.pagination .layui-laypage .layui-laypage-curr:hover {
  color: #de363a;
}
.pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #de363a;
}
.pagination .layui-laypage .layui-laypage-skip .layui-laypage-btn {
  background-color: #de363a;
  color: #ffffff;
}

.load-more {
  display: none;
  width: 94%;
  line-height: 40px;
  padding: 20px 0;
  margin: 0 auto;
  color: #cccccc;
}
.load-more span {
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.middle-banners {
  background-color: #fff;
}
.middle-banners .middle-banners-center {
  padding: 20px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.middle-banners .middle-banners-center .banner {
  display: block;
  width: 100%;
}
.middle-banners .middle-banners-center .banner:first-child {
  margin-right: 20px;
}
.middle-banners .middle-banners-center .banner img {
  display: block;
  width: 100%;
}

.module-more {
  display: none;
  width: 94%;
  line-height: 40px;
  margin: 20px auto;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #cccccc;
}
.module-more.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.module-more.w-full {
  width: 100%;
}

.bread-crumbs {
  margin-bottom: 20px;
}
.bread-crumbs > * {
  color: #999999;
  display: inline-block;
}
.bread-crumbs .bread {
  position: relative;
  padding-right: 20px;
}
.bread-crumbs .bread::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.bread-crumbs .bread:last-child {
  padding-right: 0;
}
.bread-crumbs .bread:last-child::after {
  content: "";
}

.bg-white {
  background-color: #fff;
}

.tab-panel.article-detail {
  padding: 0;
}

.article-detail {
  padding: 40px 80px;
  position: relative;
}
.article-detail .article-detail-head {
  background-color: #eff2f6;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.article-detail .article-detail-head .article-detail-head-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.article-detail .article-detail-head .article-detail-head-title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.article-detail .article-detail-head .article-detail-head-title-info > * {
  display: block;
  color: #333333;
}
.article-detail .article-detail-head .article-detail-head-title-info1 {
  background-color: #eff2f6;
  padding: 12px;
}
.article-detail .article-detail-head .article-detail-head-title-info1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-detail
  .article-detail-head
  .article-detail-head-title-info1
  span:first-child {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 8px;
}
.article-detail .article-detail-head .article-detail-head-title-info1 span b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
  font-size: 12px;
}
.article-detail .article-detail-head .article-detail-head-title-info1 span b i {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-detail
  .article-detail-head
  .article-detail-head-title-info1
  span
  b
  i.num {
  color: #de363a;
}
.article-detail .article-detail-content {
  color: #333333;
}
.article-detail .article-detail-content p {
  line-height: 32px;
  font-size: 18px;
  text-indent: 36px;
  margin-bottom: 20px;
}
.article-detail .article-detail-content img {
  max-width: 100%;
  display: block;
  margin: 20px auto !important;
}
.article-detail .article-detail-content img.space {
  margin: 20px !important;
}
.article-detail .article-detail-content table {
  max-width: 100%;
  border: 1px solid #333;
  margin-bottom: 20px !important;
}
.article-detail .article-detail-content table td {
  border: 1px solid #333;
  text-align: center;
}
.article-detail .article-detail-content table p {
  margin-bottom: 0;
  text-align: center;
  text-indent: inherit;
}
.article-detail .article-detail-content .file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding-top: 20px;
}
.article-detail .article-detail-content .file-list > span {
  width: 100px;
}
.article-detail .article-detail-content .file-list ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.article-detail .article-detail-content .file-list li {
  margin-bottom: 20px;
}
.article-detail .article-detail-content .file-list a {
  color: #de363a;
  line-height: 22px;
}
.article-detail .article-detail-like {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-detail .article-detail-like .like-icon {
  display: block;
  margin-bottom: 7px;
  width: 64px;
  height: 64px;
  background-color: #eff2f6;
  border-radius: 50%;
  background-image: url("../images/detail/icon_no_d.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.article-detail .article-detail-like .like-icon.liked {
  background-image: url("../images/detail/icon_yes_d.png");
}
.article-detail .article-detail-like .like-num {
  display: block;
  font-size: 24px;
  color: #da2226;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.share span {
  display: block;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 14px;
  color: #333333;
}
.share span.icon {
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  border-radius: 50%;
}
.share span.icon.wechat {
  background-image: url("../images/detail/icon_wechat.png");
}
.share span.icon.pyq {
  background-image: url("../images/detail/icon_pyq.png");
}
.share span.icon.weibo {
  background-image: url("../images/detail/icon_web.png");
}

.max-list-item {
  padding: 0 20px;
}
.max-list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ebedee;
}
.max-list-item > a img {
  display: block;
  width: 168px;
  height: 110px;
}
.max-list-item > a .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 20px;
}
.max-list-item > a .content h2 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.max-list-item > a .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 2;
}
.max-list-item > a .content .tool {
  line-height: inherit;
}
.max-list-item > a .content .time {
  display: block;
  color: #999999;
}

.max-list .max-list-item:last-child > a {
  border-bottom: none;
}

.mb-40 {
  margin-bottom: 40px;
}

.index-search-num {
  color: #999999;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.index-search-num b {
  color: #da2226;
}

.index-search {
  padding: 40px;
  padding-bottom: 1px;
  margin-bottom: 40px;
}

.index-search-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.index-search-category .button {
  display: block;
  margin-right: 12px;
  padding: 0 10px;
  min-width: 88px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #cccccc;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.index-search-category .button.active {
  color: #ffffff;
  background-color: #de363a;
  border-color: #de363a;
}

.topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topic-list .topic-list-item {
  width: 49%;
  display: block;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
}
.topic-list .topic-list-item:nth-child(2n) {
  margin-right: 0;
}
.topic-list .topic-list-item div {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.topic-list .topic-list-item div img {
  display: block;
  width: 100%;
}
.topic-list .topic-list-item div h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(10, 177, 67, 0.8);
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topic-list .topic-list-item p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}

.theme-activity {
  padding: 60px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.theme-activity > div img {
  display: block;
  margin-bottom: 20px;
}
.theme-activity > div p {
  line-height: 32px;
  font-size: 18px;
  text-indent: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
}

.p-60-1 {
  padding: 60px 59px 60px 60px;
}

.theme-activity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.theme-activity-list li {
  width: 347px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.theme-activity-list li:nth-child(3n) {
  margin-right: 0;
}
.theme-activity-list li a {
  display: block;
}
.theme-activity-list li a img {
  display: block;
  width: 347px;
  height: 201px;
}
.theme-activity-list li a div {
  padding: 20px;
  background-color: #edf8ee;
}
.theme-activity-list li a h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.theme-activity-list li a p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}

.data-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-center .data-tabs {
  margin-right: 20px;
  width: 268px;
}
.data-center .data-tabs .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  background-color: #de363a;
  padding-left: 64px;
  letter-spacing: 2px;
}
.data-center .data-tabs .title + div {
  background-color: rgba(222, 54, 58, 0.05);
  margin-left: 12px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.data-center .data-tabs .data-tab {
  height: 56px;
  line-height: 56px;
  padding-left: 52px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.data-center .data-tabs .data-tab.active {
  padding-left: 46px;
  border-left: 6px solid #de363a;
  color: #de363a;
  font-weight: bold;
  position: relative;
}
.data-center .data-tabs .data-tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(222, 54, 58, 0.05)),
    to(#de363a)
  );
  background: -webkit-linear-gradient(
    right,
    rgba(222, 54, 58, 0.05) 0%,
    #de363a 100%
  );
  background: linear-gradient(270deg, rgba(222, 54, 58, 0.05) 0%, #de363a 100%);
  opacity: 0.3;
}
.data-center .data-content {
  width: 912px;
  min-height: 1000px;
  background-color: #fff;
}
.data-center .data-content .data-panel {
  display: none;
}
.data-center .data-content .data-panel.active {
  display: block;
}

.social-share .icon-wechat .wechat-qrcode {
  line-height: initial;
}

.mobile-nav {
  display: none;
  margin-bottom: 2px;
}
.mobile-nav .nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
  background-color: #fff;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.mobile-nav .nav::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.mobile-nav .nav > div {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.mobile-nav .nav .item {
  line-height: 44px;
  margin-left: 20px;
  font-size: 14px;
  color: #333333;
}
.mobile-nav .nav .item.active {
  font-size: 16px;
  font-weight: bold;
  color: #de363a;
  position: relative;
}
.mobile-nav .nav .item.active::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 3px;
  background-color: #de363a;
}
.mobile-nav .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 40px;
  height: 44px;
}
.mobile-nav .icon img {
  display: block;
}

#confirm-leave {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#confirm-leave .box {
  width: 360px;
  height: 200px;
  background-image: url("../images/home/png1_bj.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#confirm-leave .box .title {
  width: 100%;
  height: 32px;
  padding: 0 13px 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #de363a;
  color: #fff;
  margin-bottom: 36px;
}
#confirm-leave .box .title .icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/home/icon_off.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#confirm-leave .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 48px;
  margin-bottom: 31px;
}
#confirm-leave .box .content img {
  margin-right: 24px;
}
#confirm-leave .box .content p {
  line-height: 21px;
  font-weight: bold;
}
#confirm-leave .box .leave-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#confirm-leave .box .leave-btn .btn {
  width: 112px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  background-color: #de363a;
  margin-right: 32px;
  cursor: pointer;
}
#confirm-leave .box .leave-btn .btn:last-child {
  margin-right: 0;
}

.mobile-ag-imgs-item {
  position: relative;
}
.mobile-ag-imgs-item img {
  display: block;
  width: 100%;
}

.mobile-drawer-imgs-item {
  position: relative;
  overflow: hidden;
}
.mobile-drawer-imgs-item .img {
  position: relative;
}
.mobile-drawer-imgs-item .img img {
  display: block;
  width: 100%;
}
.mobile-drawer-imgs-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mobile-drawer-imgs-item .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
.mobile-drawer-imgs-item .text p {
  font-size: 14px;
  line-height: 25px;
  color: #ddd;
}
