/*
* @Author: BergTang
* @Date:   2020-06-11 10:29:55
* @Last Modified by:   BergTang
* @Last Modified time: 2020-06-11 10:43:47
*/


/* .company-honor-col .swiper-button-next { background: none; }
.company-honor-col .swiper-button-prev { background: none; } */

.col-lg-6,
.col-md-6,
.col-sm-6 {
    position: relative;
}


/* p { line-height: 30px; font-size: 16px; margin-bottom: 20px; **text-indent: 38px;** color: #333; } */

p .del {
    text-decoration: underline;
    font-weight: 700;
}

p .red {
    font-weight: 700;
    color: red;
}

.honor_sec2 .timeline-year {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: visible;
}

.honor_timeline-years__full-line {
    background-color: #333;
}

.honor-timeline-left {
    border: none;
    top: 45px;
    left: 115px;
    cursor: pointer;
}

.honor-timeline-right {
    border: none;
    top: 45px;
    right: 130px;
    cursor: pointer;
}

.honor_sec2 .timeline-years_year {
    color: #666;
    font-family: arial;
    letter-spacing: 1px;
    font-size: 15px;
    overflow: hidden;
}

.honor_sec2 .timeline-years_year.active {
    color: #2a6771;
}

.honor_sec2 .timeline-years__active-line {
    background-color: #8f7d59;
    bottom: 0;
    width: 5px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 1;
    border: 5px solid #ddd;
    border-radius: 50%;
}

.timeline-years_year {
    box-sizing: border-box;
    z-index: 99;
    font-family: 'webfontregular';
    color: #333;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    line-height: 40px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    margin-right: -8px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 18px;
    letter-spacing: 1px;
}

.timeline-years_year:hover {
    color: #0A2544;
    font-size: 30px;
    font-weight: bold;
    font-family: 'webfontregular';
}

.timeline-years_year:hover:before,
.timeline-years_year.active {
    color: #0A2544;
    font-size: 30px;
    font-weight: bold;
    font-family: 'webfontregular';
}

.timeline-years_year.active:before {
    background-color: #0A2544;
    border: 1px solid #0A2544;
    border-top: 20px solid #0A2544;
    position: relative;
    top: 3px;
    left: 56%;
}

.timeline-years_year:before {
    background-color: #999;
    bottom: -10px;
    z-index: 9;
    content: '';
    display: block;
    left: 56%;
    margin-left: -10px;
    position: relative;
    top: 3px;
    width: 1px;
    border: 1px solid #999;
    border-top: 20px solid #999;
}

.timeline-years_year:after {
    z-index: 9;
    content: '';
    display: block;
    left: 80%;
    position: absolute;
    top: 6px;
    width: 30%;
    height: 15px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.timeline-years_year:last-child:after {
    display: none;
}

.about_sec5 {
    background: #f5f5f5;
    padding: 80px 0 150px;
    overflow: hidden;
}

.about_sec5 .common_tit {
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.about_sec5.active .common_tit {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.about_sec5_box {
    /* width: 80%;
		margin: 120px 10% 0; */
    position: relative;
    /*overflow: hidden;*/
}

.about_sec5_left {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    -webkit-transform: translateX(1600px);
    -moz-transform: translateX(1600px);
    -ms-transform: translateX(1600px);
    -o-transform: translateX(1600px);
    transform: translateX(1600px);
}

.about_sec5.active .about_sec5_left,
.about_sec5.active .about_sec5_right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.about_sec5_right {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    -webkit-transform: translateX(-1600px);
    -moz-transform: translateX(-1600px);
    -ms-transform: translateX(-1600px);
    -o-transform: translateX(-1600px);
    transform: translateX(-1600px);
}

.about_sec5_right .about5-swiper .swiper-pagination {
    display: none;
}

.about_sec5_left {
    /* position: relative; */
    left: 0;
    top: 0;
}

.about_sec5_text {
    position: absolute;
    top: 8%;
    left: 0;
    display: none;
    padding: 0 10% 0 26%;
    width: 100%;
    height: 100%;
}

.about_sec5_text .line {
    position: absolute;
    bottom: -8%;
    left: -104%;
}

.timeline-years {
    position: relative;
    /* width: 98%; */
    margin: auto;
}

.timeline-years {
    position: relative;
}

.timeline-years__full-line {
    -webkit-transition: width 2s;
    -moz-transition: width 2s;
    -ms-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;
    width: 100%;
}

.timeline-years__full-line {
    background-color: #000;
    height: 1px;
    left: -20px;
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 100%;
}

.relative {
    position: relative;
    top: 60px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.timeline-years__active-line {
    background-color: #8f7d59;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: width 1s;
    transition: width 1s;
    width: 0;
    z-index: 1;
}

.timeline-years__year:hover,
.timeline-years__year.active {
    color: #8f7d59;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.timeline-years__year {
    box-sizing: border-box;
    z-index: 99;
    font-family: 'webfontregular';
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    line-height: 40px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    margin-right: -8px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 14px;
}

.timeline-years__year:hover:after,
.timeline-years__year.active:after {
    background-color: #8f7d59;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: 98;
}

.timeline-years__year:after {
    background-color: #fff;
    bottom: -8px;
    content: '';
    display: none;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    z-index: 999;
}

.timeline-years__year:hover:before,
.timeline-years__year.active:before {
    background-color: #8f7d59;
    height: 25px;
}

.timeline-years__year:before {
    background-color: #fff;
    bottom: -10px;
    z-index: 9;
    content: '';
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -0.5px;
    position: absolute;
    width: 1px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_sec5_text .text_bg {
    font-size: 280px;
    color: #00646c;
    font-weight: bold;
    opacity: .05;
    filter: alpha(opacity=5);
    position: absolute;
    left: 0;
    top: -30px;
}

.about_sec5_text_con {
    position: absolute;
    top: 0;
    left: 20%;
    width: 70%;
}

.about_sec5_text_con h5 {
    font-size: 14px;
    color: #2a6771;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    transform: rotateZ(180deg);
    position: absolute;
    left: -50px;
    bottom: 0%;
}

.about_sec5_text h2 {
    font-size: 114px;
    font-style: italic;
    color: #2a6771;
    margin-top: 40px;
    font-family: arial;
    letter-spacing: 5px;
}

.about_sec5_text h4 {
    font-size: 22px;
    color: #333;
    margin-top: 20px;
    font-family: 'ralewaythin';
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.about_sec5_text h6 {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 0;
}

.about_sec5_btn {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0px;
}

.about_sec5_textImgBox {
    margin-top: 40px;
    text-align: right;
}

.about_sec5_textImgBox img {
    margin-left: 30px;
    width: 30px;
}

.about_sec5_btn>div {
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    /*background: #fff;*/
    text-align: center;
    font-size: 50px;
    color: #999;
}

.about_sec5_btn>div i {
    line-height: 40px;
}

.about_sec5_btn>div.active i {
    color: #00646c;
}

.about_sec5_btn .about_sec5_prev {
    float: left;
    position: relative;
    left: -1%;
    cursor: pointer;
    z-index: 999;
}

.about_sec5_btn .about_sec5_next {
    float: right;
    position: relative;
    right: 1%;
    cursor: pointer;
    z-index: 999;
}


/*.swiper-slide{
  width: calc(100%) !important;
}*/

.about_sec5_img {
    width: 100%;
}

.about_sec5_img img {
    width: 100%;
}

.about_sec5_box {
    margin: 150px 0;
}

.about_sec5_box .dec {
    display: none;
}

.about_sec5_box .dec.active {
    display: block;
}

.about_sec5_box .dec .image {
    width: 50%;
    display: inline-block;
}

.about_sec5_box .dec .desc-left {
    display: inline-block;
    width: calc(50% - 50px);
    vertical-align: top;
    padding-left: 50px;
}

.about_sec5_box .dec .desc-left .year {
    font-size: 60px;
    font-style: italic;
    font-weight: 700
}

.about_sec5_box .dec .desc-left .desc {
    color: #666;
    font-size: 16px
}

@media screen and ( max-width:768px) {
    p {
        margin: .5rem .8rem 1.5rem;
    }
    .company-main h5 span {
        width: auto;
    }
    .about_sec5_box {
        margin: 1rem .6rem;
    }
    .about_sec5_box .dec .desc-left {
        padding-left: 1rem;
    }
    .about_sec5_box .dec .desc-left .year {
        font-size: 1.2rem;
    }
    .about_sec5_box .dec .desc-left .desc {
        font-size: 1rem;
    }
    .timeline-years_year:hover:before,
    .timeline-years_year {
        font-size: .6rem;
    }
    .timeline-years_year:hover:before,
    .timeline-years_year.active {
        font-size: 1rem;
    }
    .company-main h5 {
        padding-bottom: 0;
    }
    .video {
        width: 100%;
    }
    .video video {
        width: 100%;
    }
}