.section-breadcrumb .breadcrumb{
  font-size: 14px;
  background-color: inherit;
  border-bottom: 1px solid #e3e3e3;
}
.theme-btn-default{
    color: #333;
    background: none;
    border-color: #666;
    padding: 6px 25px 6px;
    border-radius: 20px;
}
.theme-btn-default .iconfont{
    font-size: 12px;
}
.theme-btn-default:hover {
    color: #fff;
    background-color: #0098e8!important;
    border-color: #0098e8!important;
}
.inside-banner-about {
    height: auto;
    background-color: #a7b0be;
    overflow: visible;
}
.inside-banner-about .slogan {
    z-index: 2;
}
.inside-banner-about .slogan .text {
    font-size: 32px;
    line-height: 45px;
    color: #333;
}
.inside-banner-about .slogan .text p{
    margin:0 0 10px;
}
.inside-banner-about .slogan button {
    margin-top: 10px;
}
.inside-banner-about .image-wrap {
    height: 320px;
}
.inside-banner-about .image-wrap img {
    margin-left: -125px;
    margin-top: 108px;
}
@media(max-width: 767px){
.inside-banner-about .image-wrap {height: 400px;}
.inside-banner-about .slogan .text{text-align: center}
.inside-banner-about .slogan {margin: 30px 15px 0;text-align: center;}
.inside-banner-about .slogan .text {line-height: 40px;}
.inside-banner-about .image-wrap img {margin-left: -140px;}
}
@media(max-width: 480px){
.inside-banner-about .image-wrap {height: 200px;}
.inside-banner-about .slogan .text {font-size: 22px;line-height: 26px;}
.inside-banner-about .image-wrap img {
    width: 800px;
    margin-left: -55px;
    margin-top: 55px;}
}
@media (min-width: 768px){
.inside-banner-about .slogan {
    height: 320px;
}
.inside-banner-about .slogan > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inside-banner-about .slogan button {margin-top: 10px;}
}



.tabs-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}
.panels-box{
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.panel-content{
  min-height: 500px;
  background: #fff;
  padding: 40px 50px;
  border-right: #ddd solid 1px;
}
.tabs-list{
  margin-top: 50px;
  min-width: 110px;
}
.tabs-list li a{
  height: 50px;
  line-height: 50px;
  display: block;
  padding:0 20px;
  color:#666;
  position: relative;
  border-bottom:1px solid #e3e3e3;
}
.tabs-list li:first-child a{
  border-top:1px solid #e3e3e3; 
}
.tabs-list .active a{
  color: #008cd6;
  font-weight: 700;
  background: #fff;

}
.tabs-list .active a::before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #008cd6;
}
@media(max-width: 767px){
  .tabs-wrapper{
    display: block;
    padding-top: 4vw;
  }
  .tabs-box{
    display: block;
  }
  .panels-box{
    display: block;
  }
  .tabs-list{
    border-bottom: 1px solid #e3e3e3;
    margin:0;
  }
  .tabs-list li{
    float: left;
    margin-bottom:-1px;
  }
  .tabs-list li:first-child{
    margin-left: 15px;
  }
  .tabs-list li:first-child a{
    border: 1px solid transparent;
  }
  .tabs-list li a{
    border: 1px solid transparent;
    padding:0 15px;
    height: 36px;
    line-height: 36px;
  }
  .tabs-list .active a{
    border: 1px solid #e3e3e3!important;
    border-bottom-color: transparent!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .tabs-list .active a::before{
    display: none;
  }
  .panel-content{
    border-right: none;
    padding:15px;
  }
}















.timeline-container{
    position: relative;
}
.timeline-line{
    position: absolute;
    left: 50%;
    margin-left: 0;
    height: 100%;
    border-right: 1px solid #d0d0d0;
    z-index: 0;
    width: 1px;
}
.timeline-line span:first-child {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #008cd6;
    position: absolute;
    left: -4px;
}
.timeline-line span:last-child {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #008cd6;
    position: absolute;
    bottom: 0;
    left: -4px;
}
.timeline-box{
    width: calc(50% - 19px);
    position: relative;
    display: block;
    border-radius: 4px;
    background: #fcfcfc;
    border: 1px solid #d0d0d0;
    table-layout: fixed;
    padding:15px;
}
.timeline-box .timeline-dot {
    width: 1px;
    height: 1px;
    border: 4px solid #fff;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    top: 32px;
    display: block;
    padding: 3px;
    background-color: #008cd6;
}
.timeline-box:nth-of-type(odd) .timeline-dot {
    right: -28px;
}
.timeline-box .timeline-arrow{
    position: absolute;
    height: 0;
    width: 1px;
    top: 30px;
    right: -1px;
}
.timeline-box .timeline-arrow s,.timeline-box .timeline-arrow l{
    border-color: rgba(255,255,255,0) #d0d0d0;
    border-style: solid;
    display: block;
    position: relative;
    top: 0;
    border-width: 9px 0 9px 10px;
    
}
.timeline-box .timeline-arrow s{
    border-color: rgba(255, 255, 255, 0) rgb(208, 208, 208);
}
.timeline-box .timeline-arrow l{
    border-left-color: rgb(246, 247, 248);
    right: 1px;
    top: -16px;
}
.timeline-box:nth-of-type(even){
    margin-left: calc(50% + 19px);
}
.timeline-box:nth-of-type(even) .timeline-arrow{
    left: -10px;
    right: auto;
}
.timeline-box:nth-of-type(even) .timeline-arrow s,.timeline-box:nth-of-type(even) .timeline-arrow l{
    border-width: 9px 10px 9px 0;
    border-color: rgba(255,255,255,0) #d0d0d0;
}
.timeline-box:nth-of-type(even) .timeline-arrow s{
    border-color: rgba(255, 255, 255, 0) rgb(208, 208, 208);
}
.timeline-box:nth-of-type(even) .timeline-arrow l{
    border-right-color: rgb(246, 247, 248);
    right: auto;
    left: 1px;
}
.timeline-box:nth-of-type(even) .timeline-dot{
    left: -26px;
}
.timeline-box .timeline-title{
    font-weight: bold;
    color: #0098e8;
    font-size: 32px;
    margin:0 0 7px;
}
.timeline-box .timeline-img-box img{
    width: 100%;
    height: auto;
}
.timeline-box .timeline-description{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 7px;
}

@media(max-width: 767px){
    .timeline-box{
        width: 100%;
        margin:20px 0;
    }
    .timeline-box:nth-of-type(even){
        margin-left:0;
    }
    .timeline-dot,.timeline-arrow{
        display: none;
    }
    .timeline-box .timeline-title{
        text-align: center;
        font-size: 4.5vw
    }
}

.article-wrapper p{
  font-size:15px;
  line-height:1.6;
}
.article-wrapper img{
  margin-bottom:10px;
}
.article-wrapper ol,.article-wrapper li{
  font-size:15px;
  line-height:1.6;
}