/*公司简介*/

.company,
.activity {
    padding-top: 100px;
    margin-bottom: 100px;
}

.company .top_bar,
.activity .top_bar {
    min-width: 1200px;
}

.company .top_bar img,
.activity .top_bar img {
    width: 100%;
}

.company .swiper-wrapper,
.company .topic,
.activity .content,
.companyIndex .company_detail {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.company .swiper-container {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
}

.company .topic,
.activity .topic {
    padding-top: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EBEBEB;
}

.company .topic .title,
.activity .topic .title {
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.company .topic .subTitle,
.activity .topic .subTitle {
    font-size: 14px;
    line-height: 14px;
    color: #888888;
}

.company .company_detail {
    padding-top: 50px;
}

.company .company_detail .videoBox {
    width: 100%;
}

.company .company_detail .videoBox video {
    width: 100%;
    object-fit: fill
}

.company .company_index {
    float: left;
    width: 480px;
    height: 280px;
    margin-right: 45px;
    padding-top: 40px;
}

.company .company_content {
    float: right;
    width: 675px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.company .company_content .text {
    margin-bottom: 20px;
}

.Next {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
    text-align: justify;
}


/*文化活动*/

.activity .fund_title {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}

.activity .fund_content {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.activity .fund_item {
    float: left;
    margin-right: 20px;
    width: 386px;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
}

.activity .fund_end {
    margin-right: 0px;
}

.activity .field_title {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.activity .field_header {
    /*margin-top:50px;*/
    margin-bottom: 50px;
}

.activity .field {
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

.activity .field_header .field_year {
    width: 33.33%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    background: #f8f8f8;
    float: left;
    cursor: pointer;
}

.activity .field_header .field_year:hover {
    color: #005abc;
    /*border-top:3px solid #005abc;*/
    box-sizing: border-box;
    /*background: #fff;*/
}

.activity .field_header .field_year_click {
    color: #005abc;
    border-top: 3px solid #005abc;
    box-sizing: border-box;
    background: #fff;
}

.activity .field_content .field_item {
    float: left;
    margin-right: 30px;
    width: 252px;
    height: 326px;
    overflow: hidden;
    cursor: pointer;
}

.activity .field_content {
    margin-bottom: 30px;
    height: 326px;
    box-sizing: border-box;
    padding-left: 50px;
    height: 326px;
    overflow: hidden;
}

@keyframes field {
    0% {
        margin-left: -1200px;
    }
    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes field {
    0% {
        margin-left: -1200px;
    }
    100% {
        margin-left: 0;
    }
}

.activity .mien_title {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.activity .mien_item {
    float: left;
    width: 400px;
    height: 240px;
    font-size: 18px;
    line-height: 240px;
    text-align: center;
    color: #010101;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
}

.activity .mien_item_img {
    overflow: hidden;
}

.activity .mien_content .mien_content_detail {
    width: 400px;
    height: 480px;
    float: left;
}

.activity .mien_content {
    margin-bottom: 100px;
    height: 480px;
}

.activity .field_btn {
    padding-bottom: 30px;
    height: 40px;
    border-bottom: 1px solid #EBEBEB;
    padding-right: 50px;
}

.activity .field_btn i {
    font-size: 30px;
    color: #fff;
}

.activity .field_btn .field_prev,
.activity .field_btn .field_next {
    float: right;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    background: rgba(0, 0, 0, 0.2);
}

.activity .field_btn .field_next:hover,
.activity .field_btn .field_prev:hover {
    background: #005abc;
}

.activity .mien_item {
    position: relative;
    cursor: pointer;
}

.activity .triangle {
    position: absolute;
    top: -19px;
    left: 190px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 12px solid #fff;
    opacity: 0;
}

.activity .triangle_middle {
    position: absolute;
    top: 238px;
    left: 190px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 12px solid #fff;
    z-index: 9;
}


/*荣誉资质*/

.honor .honor_item {
    width: 342px;
    float: left;
    margin-right: 22px;
}

.honor .honor_item img {
    width: 342px;
    height: 234px;
}

.honor .swiper-container {
    margin-top: 0px;
    height: auto;
    /*background: #000;*/
    height: 322px;
}

.honor .swiper-button-prev,
.honor .swiper-button-next {
    background-image: unset;
    background: rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    padding: 0;
    opacity: 0;
}

.honor .swiper-button-prev i,
.honor .swiper-button-next i {
    font-size: 20px;
    color: #fff;
}

.honor .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
}

.honor .swiper-pagination-bullet {
    border: 1px solid #999999;
    background: #fff !important;
    width: 15px;
    height: 15px;
}

.honor .swiper-pagination-bullet-active {
    background: #005abc!important;
}

.honor .swiper-slide {
    display: block;
    padding-left: 47px;
    box-sizing: border-box;
}

.honor .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px;
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
    top: 32%;
}

.honor .swiper-button-next:hover,
.honor .swiper-button-prev:hover {
    background: #005abc;
}

.honor .swiper-container:hover .swiper-button-next,
.honor .swiper-container:hover .swiper-button-prev {
    opacity: 1;
}


/*合作伙伴*/

.cooperate .honor_item img {
    width: 114px;
    height: 34px;
}

.cooperate .honor_item {
    width: 196px;
    float: left;
    margin-right: 20px;
}

.cooperate .honor_item .honer_img {
    width: 196px;
    height: 98px;
    padding-top: 32px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
}

.cooperate .honor_item .name {
    font-size: 14px;
    line-height: 14px;
    color: #888888;
}

.cooperate .swiper-container {
    height: 200px;
}

.cooperate .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 13px;
}

.cooperate .swiper-button-next,
.cooperate .swiper-button-prev {
    top: 25%;
}

.cooperate .swiper-slide {
    padding-left: 50px;
}


/*发展历程*/

.develop .honor_item {
    color: #666666;
    height: 460px;
    /* height: 400px; */
    width: 285px;
    margin-right: 0px;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.develop .honor_item .year {
    font-size: 24px;
    line-height: 300px;
    height: 176px;
}

.develop .honor_item .line {
    height: 1px;
    width: 300px;
    background: #EBEBEB;
}

.develop .honor_item .dot {
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top:170px;
    left: 136px;
}

.develop .honor_item .dot .dot_center {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    left: 4px;
    top: 4px;
}

.develop .honor_item:hover .dot_center {
    background: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
}

.develop .honor_item:hover {
    box-shadow: 0px 0px 20px #E6E6E6;
}

.develop .honor_item .substance {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    padding-left: 37px;
    padding-right: 37px;
    text-align: justify;
}

.develop .honor_item:hover .year {
    color: #000;
}

.develop .honor_item:hover .substance {
    margin-top: 22px;
    animation: mySubstance 0.5s;
    -webkit-animation: mySubstance 0.5s;
}

@keyframes mySubstance {
    0% {
        margin-top: 12px;
    }
    100% {
        margin-top: 21px;
    }
}

@-webkit-keyframes mySubstance {
    0% {
        margin-top: 12px;
    }
    100% {
        margin-top: 21px;
    }
}

@keyframes mySubstanceOut {
    0% {
        margin-top: 21px;
    }
    100% {
        margin-top: 12px;
    }
}

@-webkit-keyframes mySubstanceOut {
    0% {
        margin-top: 21px;
    }
    100% {
        margin-top: 12px;
    }
}

@keyframes myYear {
    0% {
        line-height: 300px
    }
    100% {
        line-height: 280px
    }
}

@-webkit-keyframes myYear {
    0% {
        line-height: 300px
    }
    100% {
        line-height: 280px
    }
}

@keyframes myYearOut {
    0% {
        line-height: 280px
    }
    100% {
        line-height: 300px
    }
}

@-webkit-keyframes myYearOut {
    0% {
        line-height: 280px
    }
    100% {
        line-height: 300px
    }
}

.develop {
    padding-top: 50px !important;
}

.develop .swiper-slide {
    background: none;
}

.company .longLine {
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    position: absolute;
    top: 678px;
}

.develop .swiper-container {
    /* height: 430px; */
    height: 490px;
}

.develop .swiper-slide {
    padding-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.develop .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -19px;
}

.develop-wrap .top_bar,
.develop-wrap .top_bar img {
    height: 200px;
}

.develop .swiper-button-next,
.develop .swiper-button-prev {
    top: 38%;
}

.develop .swiper-button-next {
    right: 0px;
}