.introduce_container {
    max-width: 1612px;
    margin: 0 auto;
}

.c-duty {
    /* max-width: 1920px; */
    padding: 90px 0 103px 0;
    background-image: url("..//img/zheren_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*标题*/
.d-title {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    /* margin-left: 8%; */
}

/*内容*/
.d-content {
    padding: 0 92px;
    box-sizing: border-box;
    margin-top: 110px;
    display: flex;
    align-items: center;
}

.d-content>div {
    flex: 1;
}

/*左侧图片*/
.d-c-left {
    margin-right: 24px;
    position: relative;
}

.d-c-left>img {
    width: 100%;
    height: 100%;
}

.l-brief {
    position: absolute;
    bottom: 0;
    max-height: 40%;
    padding: 20px 13%;
    background: rgba(0, 0, 0, .3);
    color: #FFF;
}

.l-brief>div {
    font-size: 36px;
    font-weight: 400;
    text-align: justify;
}

.l-brief>p {
    font-size: 12px;
    text-indent: 25px;
    text-align: justify;
}

/*	右侧简介*/
.d-c-right {}

.d-c-right>ul {
    margin: 0;
    padding: 0;
    background: #FFF;
}

.d-c-right li {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #CCCCCC7F;
    cursor: pointer;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.d-c-right li::before {
    content: "";
    width:0;
    max-width: 85%;
    height: 1px;
    background-color: #0d4da1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease-in-out 500ms;
}
.animation>.r-text>div {
    color: #0d4da1;
}

.animation>.r-time {
    color: #0d4da1;
}

.animation::before {
    width: 100% !important;
}

.r-text {
    max-width: 70%;
}

.r-text>div {
    font-size: 34px;
    font-weight: 400;
    color: #000;
}

.r-text>p {
    margin-top: 15px;
    margin-bottom: 5px;
    min-width: 200px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-indent: 25px;
}

.r-time {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


/*	企业文化*/
.c-culture {
    padding-bottom: 143px;
    box-sizing: border-box;
    background-image: url("..//img/wenhua_bg.png");
}

/*标题*/
.c-title {}

.c-content {
    /* width: 87%; */
    margin: 0 auto;
}

.c-content>ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}

.li-box {
    /* width: 24%; */
    display: flex;
    width: 342px;
    margin: 60px 92px 0 103px;
    height: 195px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

/* .li-box:nth-of-type(3n + 2) {
    margin: 60px 14%;
} */
.li-box:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}
.line {
    width: 1px;
    height: 80px;
    margin: 58px 0;
    margin-left: 11%;
    margin-right: 6%;
    background: rgba(204, 204, 204, 1);
}

.li-text {
    margin-right: 11%;
    margin-top: 58px;
}

.li-text>div {
    font-size: 36px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.li-text>p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

/* 媒体关注 */
.attention_header {
    font-size: 48px;
    font-weight: 700;
    padding: 109px 0;
    box-sizing: border-box;
    color: #000;
}

.ty_overview {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-top {
    max-width: 844px;
    height: 500px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.swiper-slide {
    display: flex;
}

.owl-item {
    width: auto!important;
}
.communication_item {
    position: relative;
    width: 261px;
    height: 419px;
    padding-top: 50px;
    box-sizing: border-box;
    margin: 15px 30px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    /* background-color: red; */
}

.communication_item:hover .bg_row {
    background-image: url("..//img/blue_row.png");
}

.communication_item img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
}

.communication_item_content {
    padding: 18px;
    box-sizing: border-box;
    background-color: #fff;
}

.communication_item_content>h4 {
    font-size: 16px;
    color: #000;
}

.communication_item_content>p {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.swiper-buttons {
    position: absolute;
    top: 160px;
    z-index: 999;
}

.swiper-buttons>img {
    width: 46px;
    height: 86px;
}

.swiper-prev1 {
    width: 46px;
    height: 86px;
    background-image: url("..//img/row_left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 20px;
}
.swiper-prev1:hover {
    background-image: url("..//img/row_left_blue.png");
}
.swiper-next1:hover {
    background-image: url("..//img/row_right_blue.png");
}
.swiper-next1 {
    width: 46px;
    height: 86px;
    background-image: url("..//img/row_right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
}

.swiper_pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
}

.bg_row {
    display: inline-block;
    width: 36px;
    height: 13px;
    background-image: url("..//img/bg_row.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.communication_item_row {
    position: absolute;
    width: 100%;
    bottom: 44px;
    left: 0;
    text-align: center;
}
.attention{
    padding-bottom: 71px;
    box-sizing: border-box;
}
#owl-demo.owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 2px;
}
#owl-demo.owl-theme .owl-controls .owl-page.active span {
    background: rgba(2, 65, 153, 1);;
}
#owl-demo.owl-theme .owl-controls .owl-page:hover span {
    background: rgba(2, 65, 153, 1);
}
#owl-demo{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    /* background-color: green; */
}