/* 头部轮播图 */
.banner {
    overflow: hidden;
}

.banner .swiper-container {
    /* width: 100%; */
    max-width: 1200px;
    height: 400px;
    overflow: unset;
}

.banner .swiper-container .swiper-button-prev {
    background: rgba(0, 0, 0, .5);
    margin-top: 0;
    top: 0;
    left: -100%;
    right: unset;
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-button-next {
    background: rgba(0, 0, 0, .5);
    margin-top: 0;
    top: 0;
    right: -100%;
    left: unset;
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide>a {
    display: block;
    width: 70%;
    height: 100%;
    background: center / cover no-repeat;
}


.banner .swiper-container .swiper-wrapper .swiper-slide .layout a {
    display: inline-block;
    width: 30%;
    height: 100%;
    padding: 70px 25px;
    text-align: center;
    color: #fff;
    background: #7f1313;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    box-sizing: border-box;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .layout a h3 {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.5em;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .layout a p {
    font-size: 14px;
    line-height: 1.5em;
}

.banner .swiper-container .swiper-pagination {
    bottom: 60px;
    /* bottom: 35px; */
    width: 1920px;
    right: 41%;
    left: unset;
    margin-right: -1275px;
    text-align: center;
    z-index: 1;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fca311;
}

@media screen and (max-width: 1220px) {
    .banner .swiper-container {
        height: 500px;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide>a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide .layout a {
        display: inline-block;
        width: 682px;
        height: 72px;
        line-height: 72px;
        padding: 0;
        padding-right: 1em;
        font-size: 26px;
        color: #fff;
        text-indent: 2em;
        background: rgba(41, 41, 41, 0.7);
        position: absolute;
        left: 20px;
        bottom: 40px;
        z-index: 20;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide .layout a h3 {
        margin-bottom: 0;
        line-height: 72px;
        text-align: left;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide .layout a p {
        display: none;
    }

    .banner .swiper-container .swiper-pagination {
        width: 100%;
        left: unset;
        right: 20px;
        bottom: 35px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-right: 0;
        text-align: right;
    }
}

@media screen and (max-width: 850px) {
    .banner .swiper-container {
        height: 300px;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide .layout a {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .banner .swiper-container .swiper-pagination {
        width: 100%;
        left: 50%;
        right: unset;
        bottom: 10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .banner .swiper-container .swiper-wrapper .swiper-slide .layout a {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide .layout a h3 {
        width: 100%;
        font-size: 16px;
        line-height: 50px;
    }
}

/* 标题 */
.title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7f1313;
}

.title>img {
    margin-left: 16px;
    margin-top: 16px;
}

.title h3 {
    display: inline;
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    margin-left: 12px;
}

.title a {
    float: right;
    color: #fff;
    line-height: 60px;
    margin-right: 15px;
}

.title a img {
    margin-left: 8px;
    margin-top: -3px;
}

@media screen and (max-width: 768px) {
    .title h3 {
        font-size: 20px;
    }
}

/* 签约轮播图 */
.sign {
    margin-top: 53px;
    margin-bottom: 56px;
    /* 签约瞬间 */
}

.sign .sign_left {
    width: 585px;
}

.sign .sign_left .swiper-container .swiper-wrapper .swiper-slide>a {
    display: block;
    width: 585px;
    height:379px;
    overflow: hidden;
}

.sign .sign_left .swiper-container .swiper-wrapper .swiper-slide>a img {
    width: 100%;
    height: 100%;
}

.sign .sign_left .swiper-container .swiper-wrapper .swiper-slide .content {
    height: 61px;
    line-height: 61px;
    padding-left: 24px;
    background: #212121;
}

.sign .sign_left .swiper-container .swiper-wrapper .swiper-slide .content a {
    color: #fff;
}

.sign .sign_left .swiper-container .swiper-wrapper .swiper-slide .content a p {
    display: inline-block;
    width: 440px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sign .sign_left .swiper-container .swiper-pagination {
    width: 132px;
    left: unset;
    right: 0;
    bottom: 20px;
}

.sign .sign_left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #212121;
    border: 1px solid #fff;
    opacity: 1;
}

.sign .sign_left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.sign .sign_right {
    width: 585px;
    margin-left: 30px;
}

.sign .sign_right .sign_list {
    margin-top: 24px;
}

.sign .sign_right .sign_list .sign_item {
    height: 70px;
    line-height: 70px;
   
    border-bottom: 1px dotted;
   
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sign .sign_right .sign_list .sign_item p {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sign .sign_right .sign_list .sign_item span {
    color: #999;
}

.sign .sign_right .sign_list .sign_item:hover p {
    color: #7f1313;
}

@media screen and (max-width: 1220px) {
    .sign {
        width: 94%;
        padding: 0 3%;
    }

    .sign .sign_left {
        width: 46%;
    }

    .sign .sign_left .swiper-container .swiper-wrapper .swiper-slide>a {
        width: 100%;
    }

    .sign .sign_left .swiper-container .swiper-wrapper .swiper-slide .content {
        padding-right: 130px;
    }

    .sign .sign_left .swiper-container .swiper-wrapper .swiper-slide .content a p {
        width: 100%;
    }

    .sign .sign_left .swiper-container .swiper-pagination {
        right: 0;
    }

    .sign .sign_right {
        width: 51%;
        margin-left: 3%;
    }

    .sign .sign_right .sign_list .sign_item {
        position: relative;
    }

    .sign .sign_right .sign_list .sign_item p {
        float: none;
        padding-right: 95px;
    }

    .sign .sign_right .sign_list .sign_item span {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .sign {
        width: 90%;
        padding: 0 5%;
        margin: 30px 0;
    }

    .sign .sign_left {
        width: 100%;
        float: none;
    }

    .sign .sign_left .swiper-container .swiper-wrapper .swiper-slide>a {
        width: 100%;
    }

    .sign .sign_left .swiper-container .swiper-wrapper .swiper-slide .content {
        padding-right: 100px;
    }

    .sign .sign_right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        float: none;
    }

    .sign .sign_right .sign_list {
        margin-top: 10px;
    }

    .sign .sign_right .sign_list .sign_item {
        padding-left: 20px;
    }

    .sign .sign_right .sign_list .sign_item p {
        padding-right: 80px;
    }

    .sign .sign_right .sign_list .sign_item span {
        font-size: 14px;
    }
}

/* 动态信息 */
.information {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 46px;
    background: #f0f2f4;
}

.information .information_container {
    width:585px;
}

.information .information_container .information_list {
    padding-top: 25px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
}

.information .information_container .information_list .information_item {
   
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    border-bottom: 1px dotted;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.information .information_container .information_list .information_item img {
    margin-top: 15px;
    padding: 0 12px;
}

.information .information_container .information_list .information_item p {
    float: none;
    padding-right: 100px;
    font-size: 18px;
    color: #333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.information .information_container .information_list .information_item span {
    color: #999;
    /* margin-right: 10px; */
    position: absolute;
    right: 10px;
    top: 0;
}

.information .information_container .information_list .information_item:hover {
    background: #f6f6f6;
}

.information .information_container .information_list .information_item:hover p {
    color: #7f1313;
}

.information .service {
    width: 585px;
    height: auto;
    margin-left: 30px;
      }

.information .service p {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.information .service p:first-of-type {
    margin-top: 110px;
    margin-bottom: 32px;
}

.information .service p:first-of-type+p {
    /* width: 240px; */
    width: 230px;
    line-height: 70px;
    margin: 0 auto 72px;
    background-color: rgba(4, 60, 124, 0.9);
}

.information .service a {
    display: block;
   
    font-size: 18px;
    color: #fff;
    text-align: center;
  
}

.information .service a img {
    margin-top: -2px;
    margin-left: 8px;
}

@media screen and (max-width: 1220px) {
    .information {
        width: 94%;
        padding: 0 3%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .information .information_container {
        width: 63%;
    }

    .information .information_container .information_list .information_item {
        width: 92%;
        position: relative;
    }

    .information .information_container .information_list .information_item p {
        float: none;
        padding-right: 100px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .information .information_container .information_list .information_item span {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .information .service {
        width: 32%;
        margin-left: 5%;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .information {
        width: 90%;
        padding: 30px 5%;
        background-size: cover;
    }

    .information .information_container {
        width: 100%;
    }

    .information .information_container .information_list .information_item {
        width: 92%;
        position: relative;
    }

    .information .information_container .information_list .information_item img {
        padding: 0 5px;
    }

    .information .information_container .information_list .information_item p {
        float: none;
        padding-right: 80px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .information .information_container .information_list .information_item span {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
        font-size: 14px;
    }

    .information .service {
        width: 100%;
        height: 300px;
        margin-left: 0;
        margin-top: 20px;
    }

    .information .service p {
        font-size: 30px;
    }

    .information .service p:first-of-type {
        margin-top: 30px;
    }

    .information .service p:first-of-type+p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .information .service {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .information .service p {
        display: inline-block;
        line-height: 70px;
    }

    .information .service p:first-of-type {
        margin-top: 30px;
        font-size: 24px;
    }

    .information .service p:first-of-type+p {
        width: auto;
        padding: 0 20px;
        margin-bottom: 0;
        font-size: 24px;
    }

    .information .service a {
        margin-bottom: 30px;
    }
}

/* 重要平台 */
.platform {
    margin-top: 48px;
    margin-bottom: 72px;
}

.platform .platform_container {
    position: relative;
    overflow: hidden;
}

.platform .platform_container .platform_list {
    margin-top: 32px;
}

.platform .platform_container .platform_list .platform_item a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.platform .platform_container .platform_list .platform_item a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.platform .platform_container .platform_list .platform_item p {
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #f1f1f1;
}

.platform .platform_container .platform_list .platform_item:first-of-type {
    margin-left: 0;
}

.platform .platform_container .platform_list .platform_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.platform .platform_container .platform_list .platform_item:hover p {
    background: #7f1313;
    color: #fff;
}

.platform .platform_container .swiper-button-prev {
    width: 29px;
    height: 47px;
    background-color: #333;
    background-image: url(../images/left.png);
    background-size: unset;
    opacity: 1;
    z-index: 20;
    left: 0;
}

.platform .platform_container .swiper-button-next {
    width: 29px;
    height: 47px;
    background-color: #333;
    background-image: url(../images/right.png);
    background-size: unset;
    opacity: 1;
    z-index: 20;
    right: 0;
}

@media screen and (max-width: 1220px) {
    .platform {
        width: 94%;
        padding: 0 3%;
        margin: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .platform {
        width: 90%;
        padding: 0 5%;
        margin: 30px 0;
    }
}

/* 人物风采 */
.personage {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 67px;
    background: url(../images/personage_bg.png) no-repeat center;
}

.personage .personage_container {
    position: relative;
    overflow: hidden;
}

.personage .personage_container .personage_list {
    margin-top: 36px;
}

.work .personage_container .personage_list  {
    display: flex;
    flex-wrap: wrap;
}
.personage .personage_container .personage_list .swiper-slide {
    position: relative;
}

.personage .personage_container .personage_list .swiper-slide:first-of-type {
    margin-left: 0;
}

.personage .personage_container .personage_list .swiper-slide:hover .introduction {
    display: block;
}

.personage .personage_container .personage_list .swiper-slide>a {
    display: block;
    width: 100%;
    height: 213px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.personage .personage_container .personage_list .swiper-slide>a p {
    width: 90%;
    height: 56px;
    line-height: 56px;
    padding: 0 5%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personage .personage_container .personage_list .swiper-slide .introduction {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(54, 97, 166, 0.97);
    color: #fff;
    text-align: center;
    display: none;
}

.personage .personage_container .personage_list .swiper-slide .introduction h3 {
    display: inline-block;
    line-height: 55px;
    margin-top: 12px;
    font-size: 22px;
    border-bottom: 2px solid #b0c1db;
}

.personage .personage_container .personage_list .swiper-slide .introduction a {
    line-height: 30px;
    margin-top: 20px;
    padding: 0 23px;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 95px;
}

.personage .personage_container .swiper-button-prev {
    width: 29px;
    height: 47px;
    background-color: #333;
    background-image: url(../images/left.png);
    background-size: unset;
    opacity: 1;
    z-index: 20;
    left: 0;
}

.personage .personage_container .swiper-button-next {
    width: 29px;
    height: 47px;
    background-color: #333;
    background-image: url(../images/right.png);
    background-size: unset;
    opacity: 1;
    z-index: 20;
    right: 0;
}

@media screen and (max-width: 1220px) {
    .personage {
        width: 94%;
        padding: 30px 3%;
    }

    .personage .personage_container .personage_list {
        margin-top: 30px;
    }

    .personage .personage_container .personage_list .swiper-slide>a {
        background-size: cover;
    }

    .personage .personage_container .personage_list .swiper-slide>a p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .personage {
        width: 90%;
        padding: 30px 5%;
    }
}
/* 签约企业 */
.work {
   background: none;
}
.work .work_con 
{
height: 759.256px;
}
.work .work_con .original{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    float: left;
display:none;
}
.work .work_con .original h3 {
    height: 40px;
    line-height: 40px;
}
.work .work_con .original img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work .work_con  .originnal-msg {
    height: calc(100% + 40px);
}
.work .work_con  .originnal-msg div{
    height: 100%;
}
.work .work_con  .originnal-msg .personage_container .personage_list{
    align-content: space-between;
    height: 100%;
    /*border-left: 1px dotted;*/
    padding-left: 15px;
}
.work .personage_container {
      overflow: visible;
}
.work  .personage_container .personage_list .swiper-slide {
    padding: 5px 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 18.4%;
    height: 9%;
    margin-right:  2%;
    margin-bottom:  15px;
    overflow: hidden;
    transition: all 0.3s;

}
.work  .personage_container .personage_list .swiper-slide:hover {
    border-color: transparent;
    box-shadow: 0 0 8px #ccc;
} 
.work  .personage_container .personage_list .swiper-slide:nth-of-type(5n) {
    margin-right:  0;
}

.work  .personage_container .personage_list .swiper-slide>a {
    background-size: contain;
   height: 100%;
    transition: all 0.5s;
}
.work  .personage_container .personage_list .swiper-slide:hover>a {
    transform: scale(1.1);
}
@media screen and (max-width: 900px) {
   .work  .personage_container .personage_list .swiper-slide:nth-of-type(6n) {
      margin-right:  2%;
   }
   .work  .personage_container .personage_list .swiper-slide {
      width: 18.4%;
   }
   .work  .personage_container .personage_list .swiper-slide:nth-of-type(5n) {
      margin-right:  0;
   }
}
@media screen and (max-width: 900px) {
   .work  .personage_container .personage_list .swiper-slide:nth-of-type(5n) {
      margin-right:  2.6%;
   }
   .work  .personage_container .personage_list .swiper-slide {
      width: 23%;
      margin-right:  2.6%;
   }
   .work  .personage_container .personage_list .swiper-slide:nth-of-type(4n) {
      margin-right:  0;
   }
}


.slick-slide .image {
  padding: 10px;
}
.slick-slide img {
  border: 5px solid #fff;
  display: block;
  width: 100%;
}
.slick-slide img.slick-loading {
  border: 0;
}
.slick-slider {
  margin: 30px auto 50px;
}


.service h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}