@charset "utf-8";

/* CSS Document */
/*-----------------------------------------------------------*/
/*--------// back-color / tab-s1 / tab-center STAT --------//*/
/*-----------------------------------------------------------*/
.bg-ebf4fa {
  background-color: transparent !important;
  /*background-color: #ededed !important;*/
  /*padding-bottom: 2rem !important;*/
}

.tab-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.back-color {
  background: #e5e5e5;
  /*background: transparent;*/
}

.tab-s1 {
  border-bottom: 1px solid #ddd
}

.tab-s1>li {
  float: left;
  margin-bottom: -1px;
  vertical-align: middle;
}

.tab-s1>li:last-child {
  border-right: 1px dashed transparent;
}

.tab-s1>li>a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.42857143;
  letter-spacing: .1em;
  margin-right: 2px;
  padding: 8px 15px;
}

.tab-s1>li>a:hover {
  color: #fff;
  background-color: #f79100;
}

.tab-s1>li.active>a, .tab-s1>li.active>a:focus, .tab-s1>li.active>a:hover {
  color: #fff;
  cursor: default;
  z-index: 1;
  background-color: #f16124;
  border-bottom-color: transparent;
}

.tab-s1>li.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 42.5%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f16124 transparent transparent transparent;
  line-height: 0px;
  _border-color: #c33c70 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.tab-center {
  width: 100%
}

.tab-center>li {
  float: none;
}

.tab-center>li>a {
  margin-bottom: 5px;
  text-align: center;
  color: #5a5a5a;
}

/*.tab-s1.tab-center > .active > a, .tab-s1.tab-center >.active > a:focus,.tab-s1.tab-center >.active > a:hover {
	border-bottom: 2px solid #ff0000;
}*/
.tab-s1.tab-center {
  width: 100%;
  border-bottom: 0;
  display: block;
}

.tab-s1.tab-center>li {
  float: none;
}

.tab-s1.tab-center>li>a {
  margin-right: 0;
  margin-bottom: 5px;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  /*border-right: 1px dashed #848484;*/
}

@media (min-width:768px) {
  .tab-s1.tab-center>li {
    display: table-cell;
    width: 1%;
  }

  .tab-s1.tab-center>li>a {
    margin-bottom: 0
  }

  .tab-center>li {
    display: table-cell;
    width: 1%
  }

  .tab-center>li>a {
    margin-bottom: 0
  }
}

@media (max-width:768px) {
  .tab-s1>li.active::after {
    display: none;
  }

  .tab-center>li>a {
    border-bottom: 1px solid #fff;
    /*border-bottom: 1px dashed #848484;*/
  }

  .tab-s1.tab-center>li>a {
    margin-bottom: 0px;
  }
}

@media (max-width:480px) {
  .tab-s1>li.active::after {
    display: none;
  }

  .tab-center>li>a {
    border-bottom: 1px dashed #848484;
  }

  .tab-s1.tab-center>li>a {
    margin-bottom: 0px;
  }
}

@media (max-width:320px) {
  .tab-s1>li.active::after {
    display: none;
  }

  .tab-center>li>a {
    border-bottom: 1px dashed #848484;
  }

  .tab-s1.tab-center>li>a {
    margin-bottom: 0px;
  }
}

/*--------------------------------------*/
/*--------// tab-content STAT --------//*/
/*--------------------------------------*/
.tab-content>.tab-pane {
  display: none;
}

@media (max-width:768px) {
  .pic_annc_box {
    position: relative;
    display: inline-block;
    width: 30%;
		vertical-align: middle;
  }

  .pic_annc_word {
    position: relative;
    display: inline-block;
    width: 60%;
		vertical-align: middle;
  }
}
@media (max-width:480px) {
  .pic_annc_box {
    width: 100%;
  }

  .pic_annc_word {
    width: 100%;
  }
}

.tab-content {
  position: relative;
  display: block;
  padding: 0px;
  margin-left: 15px;
  margin-right: 15px;
}

.tab-content>.active {
  position: relative;
  display: block;
}

.tab-content .pic_annc {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
}

.tab-content .pic_annc.col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.pic_annc .title_list a {
  font-weight: 800;
  color: #5a5a5a;
  font-size: 0.95rem;
}

.pic_annc .title_list a:hover {
  color: #00829a;
}

.more {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  float: right;
}
.links-bottom2rem {
  margin-bottom: 30px;
}
/*--了解更多--*/
.readmore {
  position: relative;
  display: block;
  margin-top: 20px;
}
