.index_tou {
  box-shadow: 0px 5px 4px 0px rgba(165, 201, 237, 0.17);
  border: 1px solid #F9F9F9;
  background: url(/yyast/2024/img/tou.png) left top no-repeat;
}
.headline-wrapper {
  float: left;
  text-align: center;
  width: calc(100% - 120px);
}
.headline-h3 {
  width: 83px;
  height: 83px;
  float: left;
  margin-right: 30px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-top: 0.5rem;
}
.headline-h3 a {
  color: white;
}
.headline-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 120%;
  overflow: hidden;
  color: #025889;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: .5rem;
}
.headline-title a {
  color: #025889;
}
.headline-title a:hover {
  color: #006eab;
}
.headline-description {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  margin-top: 0.8rem;
}
.headline-description span {
  width: 40%;
  padding: 0 1rem;
}
#mainCarousel {
  height: 530px;
}
#mainCarousel .carousel-inner {
  height: 100%;
}
#mainCarousel .carousel-item {
  height: 100%;
}
#mainCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
  bottom: 0;
}
#mainCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
  border-radius: 0;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 9rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
#mainNewsTab .news-list-wrapper .entry-wrapper {
  font-size: 1.125rem;
}
#mainNewsTab .more-tag i {
  font-size: 1.2rem;
  color: #006eab;
  padding-right: 1rem;
}
#mainTab {
  background-color: #0e61bb;
}
#mainTab .nav-item .nav-link {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
#mainTab .nav-item .nav-link.active {
  background-color: #003c70;
}
#mainTab .nav-item .nav-link .iconfont {
  font-size: 28px;
  margin-right: 8px;
  background-color: #fff;
  color: #0e61bb;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#mainTab .nav-item .nav-link .iconfont.active {
  color: #003c70;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-tab.tab-nav {
  flex: 1;
  align-items: center;
  flex-wrap: nowrap;
}
.news-tab.tab-nav .nav-item .nav-link {
  white-space: nowrap;
  font-size: 1.375rem;
  color: #333;
  padding: 5px 20px;
  border: 0;
  border-radius: 0;
  border-bottom: 4px solid transparent;
}
.news-tab.tab-nav .nav-item .nav-link.active {
  color: #fff;
  background: #006eab;
}
.news-tab.tab-nav .nav-item .nav-link.active a {
  color: #fff;
}
.tab-nav-wrapper {
  display: flex;
  align-items: baseline;
  background: #f9f9f9;
}
.tab-nav-wrapper .more-tag::before {
  margin-left: 5px;
  font-family: "iconfont";
  /*content: "\e64e";*/
}
.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 1rem;
  line-height: 2.7;
  color: #333;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #bbb;
  margin-right: 6px;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
}
.news-list-wrapper .entry-wrapper .title a {
  color: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
  color: #0e61bb;
}
.news-list-wrapper .entry-wrapper .date {
  color: #999;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
.news-tab.tab-nav {
  flex: 1;
}
.news-tab.tab-nav .nav-item {
  margin-right: .5rem;
}
.news-tab.tab-nav .nav-item .nav-link {
  white-space: nowrap;
  font-size: 1.22rem;
  color: #999;
  padding: .3rem 1.5rem;
  border: 0;
  border-radius: 0;
}
.news-tab.tab-nav .nav-item .nav-link.active {
  position: relative;
  font-weight: bold;
}
.news-tab.tab-nav .nav-item .nav-link.active a {
  color: #006eab;
}
.news-tab.tab-nav .nav-item .nav-link.active:before {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #006eab;
  width: 0;
  height: 0px;
  content: "";
}
.tab-nav-wrapper {
  display: flex;
  align-items: baseline;
}
.tab-content .news-list-wrapper {
  margin-top: 0 !important;
  display: block;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #bbb;
  margin-right: 6px;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1rem;
}
.news-list-wrapper .entry-wrapper .title a {
  color: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
  color: #006eab;
}
.news-list-wrapper .entry-wrapper .date {
  color: #999;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
.main-column .nav-column-title {
     flex: 1;
}
.main-column .nav-column-title .nav-item {
  float: left;
}
.main-column .nav-column-title .nav-link {
  font-size: 1.22rem;
  padding: 0 .6rem;
}
.main-column .nav-column-title .nav-link.active {
  color: #006eab;
  font-weight: bold;
  border-bottom: 4px solid #006eab;
  background-color: transparent;
}
.file-search-wrapper {
  padding: 2px 4px;
  border: 1px solid #f2f2f2;
  display: flex;
}
.file-search-wrapper .form-inline {
  width: 100%;
}
.file-search-wrapper .form-inline .file-select {
  border: 0;
  background-color: #76b0f2;
  color: #fff;
}
.file-search-wrapper .form-inline .file-input {
  flex: 1;
  border: 0;
}
.file-search-wrapper .form-inline .btn-file-search .iconfont {
  color: #0e61bb;
  font-size: 1.5rem;
}
.column-list-wrapper {
  border: 1px solid #0e61bb;
}
.column-list-wrapper .title {
  background-color: #0e61bb;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  padding: 6px 20px;
}
.column-list-wrapper .title .iconfont {
  font-size: 1.75rem;
  margin-right: 10px;
}
.column-list-wrapper .title .btn-collapse {
  color: #fff;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.column-list-wrapper .title .btn-collapse.collapsed {
  transform: rotate(0deg);
}
.column-list-wrapper .list-wrapper {
  padding: 15px 10px;
}
.column-list-wrapper .list-wrapper .entry {
  font-size: 1.125rem;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column-list-wrapper .list-wrapper .entry::before {
  content: "\2022";
}
.news-list-wrapper.column-news-list {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.news-list-wrapper.column-news-list .title a:hover {
  color: #0e61bb;
}
.image-list-entry img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.image-list-entry .title {
  background-color: #eee;
  padding: 4px 16px;
  text-align: center;
}
.service-btn-list {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  background: #f7f8fa;
  margin-top: 5px;
}
.service-btn-list .entry {
  flex: 1;
  padding: 10px;
}
.service-btn-list .entry .entry-link {
  padding: 10px 40px;
  background-color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
}
.service-btn-list .entry .entry-link .iconfont-fuwu {
  font-size: 2.6rem;
  color: #006eab;
  display: block;
}
.branch-btn-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.branch-btn-list .entry {
  flex-grow: 1;
  width: calc(100% / 3);
  padding: .25rem;
}
.branch-btn-list .entry .entry-link {
  text-align: left;
  padding: .5rem 1rem;
  background-color: #fafafa;
  display: block;
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.branch-btn-list .entry .entry-link .iconfont-fuwu {
  font-size: 2.6rem;
  color: #405a7a;
  display: block;
  margin: 0 auto 10px;
}
.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 1rem;
  line-height: 3rem;
  color: #333;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #bbb;
  margin-right: 6px;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
  color: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
  color: #0e61bb;
}
.news-list-wrapper .entry-wrapper .date {
  color: #d3d3d3;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
#mainTab {
  margin-left: -2%;
}
#mainTab .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
  color: #006eab;
  font-weight: bold;
  font-size: 1.88rem;
  border: 1px solid #c7e8fa;
  display: block;
  text-align: center;
  border-radius: 0rem 1.11rem 0rem 1.11rem;
  line-height: 5rem;
  height: 5rem;
  background: url(/yyast/2024/img/f3_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
#mainTab .nav-item .nav-link {
  padding: 0;
  color: #0b8ed7;
}
#mainTab .nav-item .nav-link i {
  font-size: 2.3rem;
  vertical-align: bottom;
  font-weight: 100;
  margin-right: 0.5rem;
}
#mainTab .nav-item .nav-link.active {
  background: url(/yyast/2024/img/f3_bg_on.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
#mainTab .nav-item .nav-link .iconfont.active {
  color: #fff;
}
.more-tag i {
  color: #006eab;
}
.column-title-wrapper {
  display: flex;
  background: #006eab;
  color: #fff;
  font-size: 26px;
  padding: 18px 8px;
  justify-content: center;
}
.column-title-wrapper .iconfont {
  font-size: 28px;
  margin-right: 8px;
}
.column-list-wrapper {
  background-color: #f9f9f9;
  padding: 0;
}
.column-list-wrapper .entry-wrapper {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
}
.column-list-wrapper .entry-wrapper a {
  color: #4d83d2;
}
.detail-title-wrapper {
  border-bottom: 1px solid #ccc;
}
.detail-title-wrapper .title {
  display: inline-block;
  padding: 14px 24px;
  font-size: 24px;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: -1px;
}
.card-wrapper {
  background: #f9f9f9;
  display: flex;
}
.photo-wrapper img {
  width: 185px;
}
.info-wrapper .entry-wrapper {
  min-width: 49%;
  display: inline-block;
  line-height: 32px;
}
.text-red {
  color: #c30d23;
}
.btn-mail {
  border-color: #006eab;
  color: #006eab;
}
.btn-mail:hover {
  border-color: #006eab;
  background-color: #006eab;
  color: #fff;
}
.column-wrapper .title-wrapper {
  border-bottom: 1px solid #e9e9e9;
}
.content-wrapper {
  margin: 0;
  padding: 0;
}
.content-wrapper p {
  margin: 0;
  color: #666666;
  line-height: 32px;
}
.column-wrapper .title-wrapper .title {
  padding: 0 12px;
  font-size: 18px;
  display: inline-block;
  color: #000;
  line-height: 50px;
  border-bottom: 2px solid #000;
  margin-bottom: -1px;
}
.news-list-entry {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.news-list-title {
  display: inline-block;
  max-width: calc(100% - 4rem) !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 2;
  overflow: hidden;
}
.news-list-title::before {
  content: "\2022";
  color: #6f6f6f;
  padding-right: 0.25rem;
}
.news-list-date {
  color: #bbb;
  flex: 0 0 7rem;
  text-align: right;
}
.news-list-wrapper.column-news-list.wen_list {
  border: none;
  padding: 0;
}
.list-column-container {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid #eee;
  border-radius: 4px;
}
.list-column-container .column-title {
  display: flex;
  padding-bottom: 15px;
}
.list-column-container .column-title .title {
  font-size: 1.375rem;
  color: #0070bf;
}
.list-column-container .column-title::before {
  content: "";
  background-color: #005197;
  width: 4px;
  height: 22px;
  margin-top: 7px;
  margin-right: 8px;
}
@media (max-width: 750px) {
  .gong_main .gb_topsearch .gb_searchul span {
    display: block;
    width: 100%;
    margin: 0;
  }
  .gong_main .gb_img img {
    width: 90%;
    margin: 0 5%;
  }
}
.index_1 .tab-nav-wrapper {
  background: none;
}
.index_1 .nav-column-title {
  margin-bottom: -4px;
}
.index_1 .tab-content {
  border: 1px solid #e7e7e7;
  border-top: 4px solid #efefef;
  padding: .5rem 1rem;
}
.index_1 .more-tag i {
  font-size: 1.22rem;
  color: #de0c0c;
}
.index_2 .title {
  display: flex;
  justify-content: space-between;
}
.index_2 .title a:first-child {
  background: #006eab;
  color: #fff;
  font-size: 1.22rem;
  padding: .2rem .8rem;
}
.index_2 .title i {
  font-size: 1.22rem;
  color: #de0c0c;
}
.index_2 .gallery-list {
  border: 1px solid #e7e7e7;
}
@media (max-width: 1350px) {
  .main-column .nav-column-title .nav-item {
    margin-right: .5rem;
  }
  .main-column .nav-column-title .nav-link {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .header_main .search-wrapper .search-outline {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  #mainCarousel {
    height: 250px;
  }
  .headline-h3 {
    width: 30px;
  }
  .headline-wrapper {
    width: calc(100% - 80px);
  }
  .carousel-indicators {
    bottom: .5rem;
  }
}
.about_1 .nav-column-title {
  margin-bottom: -2px;
}
.about_1 .tab-content {
  box-shadow: 0px 5px 4px 0px rgba(165, 201, 237, 0.17);
  border: 2px solid #F9F9F9;
  padding: 1.5rem;
}
.about_1 .tab-content p {
  font-size: 1rem;
  color: #666;
  text-indent: 2em;
}
.about_1 .tab-content p:nth-child(2) {
  padding-top: 1rem;
}
.about_1 .tab-content img {
  margin-right: 1.5rem;
}
.about_2 .tab-content p:nth-child(2) {
  padding-top: 0;
}
.about_2 .tab-content .tab-pane {
  min-height: 14rem;
  box-sizing: content-box;
  line-height: 2rem;
  display: flex !important;
  align-items: center;
}
.about_3 .title {
  border-bottom: 2px solid #e5e5e5;
  font-weight: bold;
  font-size: 1.22rem;
  padding-bottom: .3rem;
}
.about_3 .item {
  margin-left: -1.5%;
  margin-top: 1.5rem;
}
.about_3 .item a,
.about_3 .item span {
  border: 1px solid #e6e6e6;
  line-height: 2.6rem;
  border-radius: .3rem;
  display: block;
  width: calc(92.5% / 5);
  margin-left: 1.5%;
  text-align: center;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  padding: 0 .5rem;
}
.about_3 .item a:hover,
.about_3 .item span:hover {
  border: 1px solid #006eab;
}
.about_3 .item_2 a,
.about_3 .item_2 span {
  width: calc(86.5% / 9);
}
@media (max-width: 1400px) {
  .about_2 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_2 .tab-content .tab-pane {
    min-height: inherit;
  }
}
@media (max-width: 1200px) {
  .about_3 .item a,
  .about_3 .item span {
    width: 100%;
  }
  .about_3 .item_2 a,
  .about_3 .item_2 span {
    width: calc(95.5% / 3);
  }
}
@media (max-width: 750px) {
  .about_1 .tab-content img {
    margin-right: 0;
    float: none !important;
    text-align: center;
    display: block !important;
    margin: 0 auto;
    max-width: 100%;
  }
  .about_2 .tab-content .tab-pane {
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=index.css.map */
