.index-title{
    text-align: center;
}
.index-title h3{
    font-size: 36px;
    margin-bottom: 10px;
}
.index-title .subhead{
    color: #999999;
}



.index-block{
    padding: 64px 0 127px;
    padding: 40px 0 60px;
}



.index-about .index-title{
    margin-bottom: 30px;
}
.index-about .about-content{
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}


.about-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}
.about-list .list-item{
    text-align: center;
}
.about-list .list-item .item-img{
    margin: 0 auto 30px;
}
.about-list .list-item .item-img img{
    height: 67px;
    margin: 0 auto;
}
.about-list .list-item .item-title{
    font-size: 30px;
    margin-bottom: 20px;
}
.about-list .list-item .item-cont{
    color: #666666;
}











.index-pro{
    background: url(../img/index_pro_bg.jpg) no-repeat center top;
}
.index-pro .index-title{
    color: #fff;
    margin-bottom: 64px;
}
.index-pro .index-title .subhead{
    color: #7db2e6;
}
.index-pro .index-pro-list{
    position: relative;
    height: 480px;
}
.index-pro .swiper-container{
    height: 100%;
}
.index-pro .index-pro-list .swiper-slide{
    text-align: center;
}
.index-pro .index-pro-list .swiper-slide .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    transition: all .3s ease;
}
.index-pro .index-pro-list .swiper-slide:hover .mask{
    background-color: rgba(255,255,255,.89);
}
.index-pro .index-pro-list .swiper-slide .title1{
    color: #fff;
    font-size: 24px;
    opacity: 1;
    transition: all .3s ease;
}
.index-pro .index-pro-list .swiper-slide .item-in{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #003ec3;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease;
}
.index-pro .index-pro-list .swiper-slide:hover .title1{
    opacity: 0;
}
.index-pro .index-pro-list .swiper-slide:hover .item-in{
    opacity: 1;
}
.index-pro .index-pro-list .swiper-slide .item-title{
    font-size: 24px;
    margin-bottom: 30px;
}
.index-pro .index-pro-list .swiper-slide .item-cont{
    width: 213px;
    line-height: 24px;
    margin-bottom: 22px;
}
.index-pro .index-pro-list .swiper-slide .item-btn{
    width: 120px;
    line-height: 40px;
    border: 1px solid #003ec3;
    border-radius: 4px;
    font-size: 16px;
    margin: 0 auto;
}
.index-pro .index-pro-list .swiper-slide .item-btn:hover{
    color: #fff;
    background-color: #003ec3;
}
.index-pro .index-pro-list .swiper-button{
    color: #0f49c7;
}
.index-pro .index-pro-list .swiper-button-disabled{
    color: #999999;
}
.index-pro .index-pro-list .swiper-button-prev,
.index-pro .index-pro-list .swiper-button-next{
    top: auto;
    margin: 0;
    bottom: 98px;
}
.index-pro .index-pro-list .swiper-button-prev{
    left: -64px;
}
.index-pro .index-pro-list .swiper-button-next{
    right: -64px;
}
@media screen and (max-width: 1460px) {
    .index-pro .index-pro-list .swiper-button-prev{
        left: 64px;
    }
    .index-pro .index-pro-list .swiper-button-next{
        right: 64px;
    }
}








.index-case{
    background: url(../img/index_case_bg.jpg) no-repeat center center / cover;
}
.index-case .index-title{
    margin-bottom: 64px;
}




.case-list{
    display: flex;
    justify-content: space-between;
}
.case-list .list-item{
    width: 416px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.case-list .list-item .item-img{
    width: 400px;
    height: 225px;
    background: no-repeat center center / cover;
    margin-bottom: 22px;
}
.case-list .list-item .item-text{
    padding: 0 24px 18px;
}
.case-list .list-item .item-title{
    font-size: 18px;
    margin-bottom: 22px;
}
.case-list .list-item .item-cont{
    line-height: 24px;
    color: #666666;
    margin-bottom: 18px;
}
.case-list .list-item .item-btn{
    color: #999999;
    font-size: 16px;
}
.case-list .list-item:hover .item-title,
.case-list .list-item:hover .item-btn{
    color: #003ec3;
}
.index-case .check-more{
    display: block;
    text-align: center;
    margin-top: 64px;
}










.index-news .index-title{
    margin-bottom: 94px;
}
.index-news .index-news-content{
    display: flex;
    justify-content: space-between;
}
.index-news .cont-l{
    flex-shrink: 0;
    width: 640px;
}
.index-news .big-news{
    display: block;
    position: relative;
    margin-bottom: 24px;
}
.index-news .big-news .date{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    color: #003ec3;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    padding-bottom: 15px;
    border-bottom: 1px solid #003ec3;
}
.index-news .big-news .title{
    color: #666666;
    font-size: 20px;
    padding-top: 28px;
    margin-bottom: 14px;
}
.index-news .big-news .content{
    line-height: 30px;
    color: #666666;
    margin-bottom: 26px;
}
.index-news .big-news .img{
    height: 320px;
    background: no-repeat center center / cover;
}
.index-news .big-news:hover .title{
    color: #003ec3;
}
.index-news .check-more{
    display: block;
    color: #003ec3;
    font-size: 16px;
    text-align: right;
}
.index-news .list{
    flex-shrink: 0;
    width: 600px;
}
.index-news .list .list-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 170px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.index-news .list .list-item .item-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 0px;
    transition: all .3s ease;
}
.index-news .list .list-item .item-title h3{
    color: #666666;
    max-width: 480px;
}
.index-news .list .list-item .item-title .date{
    color: #999999;
}
.index-news .list .list-item .item-cont{
    height: 0;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    transition: all .3s ease;
}
.index-news .list .list-item:hover{
    border-color: #003ec3;
}
.index-news .list .list-item:hover .item-title{
    margin-bottom: 22px;
}
.index-news .list .list-item:hover .item-cont{
    height: 60px;
}










.page-top{
    background-color: #fff;
    box-shadow: 0 -2px 0 0 #f1f1f1 inset;
}
.page-top .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-top .title{
    color: #666666;
    font-size: 16px;
    padding: 32px 0;
}
.page-top .page-nav{
    display: flex;
    flex-wrap: wrap;
}
.page-top .page-nav a{
    color: #666666;
    font-size: 16px;
    padding: 32px 0;
    margin-right: 50px;
    border-bottom: 2px solid #f1f1f1;
}
.page-top .page-nav a.active{
    color: #003ec3;
    border-bottom-color: #003ec3;
}


.bread-crumb span,
.bread-crumb a{
    color: #999999;
}





.page-block{
    padding: 64px 0 127px;
}




.page-title{
    display: flex;
    align-items: flex-end;
}
.page-title h3{
    font-size: 30px;
    margin-right: 9px;
}
.page-title .en{
    color: #999999;
    font-style: italic;
}






.about-main1 .page-title{
    margin-bottom: 48px;
}
.about-main1 .main1-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.about-main1 .main1-content .cont-text{
    width: 642px;
    line-height: 30px;
    font-size: 16px;
}
.about-main1 .main1-content .cont-img{
    flex-shrink: 0;
    width: 610px;
}
.about-main1 .main1-content .cont-img img{
    max-width: 100%;
}







.about-main2{
    background: url(../img/about_main2_bg.jpg) no-repeat center center / cover;
}
.about-main2 .page-title{
    margin-bottom: 50px;
}
.about-main2 .main2-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-main2 .main2-list .list-item{
    position: relative;
    width: 300px;
    height: 150px;
    overflow: hidden;
}
.about-main2 .main2-list .list-item .item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-main2 .main2-list .list-item .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0,62,195,.9);
    display: flex;
    align-items: center;
    justify-content: center;
}






.about-main3 .page-title{
    margin-bottom: 48px;
}
.about-main3 .main3-content{
    background: no-repeat right center / 70% auto;
}
.about-main3 .main3-content .cont-in{
    padding: 48px;
    min-height: 360px;
    background-image: -webkit-linear-gradient(left, rgba(241,241,241,1) 50%, rgba(241,241,241,0) 100%);
}
.about-main3 .main3-content .intro{
    width: 50%;
    line-height: 36px;
    color: #666666;
    font-size: 16px;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(153,153,153,.2);
}
.about-main3 .main3-content .main3-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    padding: 0 18px;
}
.about-main3 .main3-content .main3-list .list-item{
    text-align: center;
}
.about-main3 .main3-content .main3-list .list-item .item-img{
    margin: 0 auto 18px;
}
.about-main3 .main3-content .main3-list .list-item .item-title{
    color: #666666;
    font-size: 16px;
}










.about2-main1 .page-title{
    margin-bottom: 48px;
}
.about2-main1 .time-shaft{
    background: no-repeat 109px top / 2px 100%;
    background-image: -webkit-linear-gradient(top, #f1f1f1, #f1f1f1);
}
.about2-main1 .time-shaft .shaft-item{
    position: relative;
    display: flex;
    padding: 64px 0;
}
.about2-main1 .time-shaft .shaft-item .item-year{
    color: #003ec3;
    font-size: 16px;
    font-style: italic;
    white-space: nowrap;
}
.about2-main1 .time-shaft .shaft-item .item-year b{
    font-size: 30px;
}
.about2-main1 .time-shaft .shaft-item .item-point{
    position: relative;
    padding-top: 12px;
    margin: 0 16px;
}
.about2-main1 .time-shaft .shaft-item .item-point::before{
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #f1f1f1;
}
.about2-main1 .time-shaft .shaft-item .item-point::after{
    content: '';
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 4px solid #003ec3;
    border-radius: 50%;
    box-sizing: border-box;
}
.about2-main1 .time-shaft .shaft-item .item-title{
    padding-top: 10px;

}









.about3-main1{
    padding-bottom: 79px;
}
.about3-main1 .page-title{
    margin-bottom: 48px;
}
.about3-main1 .honor-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about3-main1 .honor-list::after{
    content: '';
    width: 346px;
}
.about3-main1 .honor-list .list-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 346px;
    height: 448px;
    background: url(../img/honor_border.jpg) no-repeat center center / 100%;
    margin-bottom: 48px;
}
.about3-main1 .honor-list .list-item img{
    width: 269px;
    height: 381px;
}









.about4-main1 .page-title{
    margin-bottom: 48px;
}
.about4-main1 .main1-content{
    display: flex;
    padding: 8px 2px 8px 0px;
    background-color: #003ec3;
}
.about4-main1 .main1-content .cont-l{
    flex-shrink: 0;
    width: 248px;
    padding-top: 48px;
    text-align: center;
}
.about4-main1 .main1-content .cont-r{
    flex: 1;
    background-color: #fff;
}
.about4-main1 .main1-content .head{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 24px;
}
.about4-main1 .main1-content .position{
    color: #9cc8f3;
    font-size: 16px;
    margin-bottom: 16px;
}
.about4-main1 .main1-content .name{
    color: #fff;
    font-size: 30px;
}
.about4-main1 .main1-content .leader-oration{
    position: relative;
    line-height: 24px;
    color: #666666;
    padding: 45px 42px;
}
.about4-main1 .main1-content .leader-oration::before{
    content: '“';
    position: absolute;
    top: 17px;
    left: -15px;
    line-height: 1;
    font-size: 60px;
    pointer-events: none;
}
.about4-main1 .main1-content .leader-oration::after{
    content: '”';
    position: absolute;
    bottom: -16px;
    right: -26px;
    line-height: 1;
    font-size: 60px;
    pointer-events: none;
}







.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a{
    display: block;
    color: #666666;
    font-size: 16px;
    text-align: center;
    padding: 10px 16px;
    background-color: #eeeeee;
    margin: 0 8px;
}
.pagination span{
    display: block;
    padding: 10px 16px;
    margin: 0 8px;
}
.pagination a:hover,
.pagination a.active{
    color: #fff;
    background-color: #003ec3;
}







.pro-center .pro-tabs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.pro-center .pro-tabs .tab{
    width: 140px;
    line-height: 48px;
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    background-color: #eeeeee;
    margin-right: 24px;
}
.pro-center .pro-tabs .tab:hover,
.pro-center .pro-tabs .tab.active{
    color: #fff;
    background-color: #003ec3;
}
.pro-center .pro-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 56px;
}
.pro-center .pro-list::after{
    content: '';
    width: 380px;
}
.pro-center .pro-list .list-item{
    margin-bottom: 48px;
}
.pro-center .pro-list .list-item .item-img{
    width: 380px;
    height: 380px;
    background: no-repeat center center / cover;
    border: 1px solid #eeeeee;
    border-bottom-width: 0;
}
.pro-center .pro-list .list-item .item-title{
    line-height: 56px;
    font-size: 18px;
    background-color: #eeeeee;
    text-align: center;
}
.pro-center .pro-list .list-item:hover .item-title{
    color: #fff;
    background-color: #003ec3;
}








.pro-main1,
.pro-main2,
.pro-main3,
.pro-main4{
    padding-top: 64px;
}
.pro-main1 .page-title,
.pro-main2 .page-title,
.pro-main3 .page-title,
.pro-main4 .page-title{
    margin-bottom: 48px;
}
.pro-main1 .main-text,
.pro-main2 .main-text,
.pro-main3 .main-text,
.pro-main4 .main-text{
    line-height: 24px;
    margin-bottom: 23px;
}



.pro-main1 .main1-img,
.pro-main3 .main3-img,
.pro-main4 .main4-img .img-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-main1 .main1-img::after,
.pro-main3 .main3-img::after,
.pro-main4 .main4-img .img-list::after{
    content: '';
    width: 380px;
}
.pro-main1 .main1-img img,
.pro-main3 .main3-img img,
.pro-main4 .main4-img .img-list img{
    width: 380px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 24px;
}







.pro-main2 .main2-img{
    max-width: 100%;
    margin: 0 auto 24px;
}






.pro-main4{
    padding-bottom: 80px;
}
.pro-main4 .main4-img .img-title{
    font-size: 20px;
    margin-bottom: 24px;
}
.pro-main4 .main4-img .img-list{
    margin-bottom: 24px;
}








.pro-detail .detail-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 104px;
}
.pro-detail .detail-top .detail-img{
    width: 380px;
}
.pro-detail .detail-top .detail-img .gallery{
    width: 380px;
    height: 380px;
    border: 1px solid #eeeeee;
    margin-bottom: 24px;
}
.pro-detail .detail-top .detail-img .thumbs{
    height: 64px;
}
.pro-detail .detail-top .detail-img .thumbs .swiper-slide{
    border: 1px solid #eeeeee;
}
.pro-detail .detail-top .detail-img .gallery img,
.pro-detail .detail-top .detail-img .thumbs img{
    max-width: 100%;
    max-height: 100%;
}
.pro-detail .detail-top .detail-img .thumbs .swiper-slide-thumb-active{
    border-color: #003ec3;
}


.pro-detail .detail-top .top-text{
    width: 871px;
    padding-top: 40px;
}
.pro-detail .detail-top .top-text .detail-title{
    font-size: 24px;
    margin-bottom: 24px;
}
.pro-detail .detail-top .top-text .detail-intro{
    min-height: 180px;
    color: #666666;
    margin-bottom: 24px;
}
.pro-detail .detail-top .top-text .zixun{
    display: block;
    width: 120px;
    line-height: 38px;
    color: #003ec3;
    text-align: center;
    border: 1px solid #003ec3;
}
.pro-detail .detail-top .top-text .zixun:hover{
    color: #fff;
    background-color: #003ec3;
}


.pro-detail .detail-tabs{
    display: flex;
    background-color: #eeeeee;
}
.pro-detail .detail-tabs .tab{
    line-height: 52px;
    padding: 0 32px;
    border-top: 4px solid #eeeeee;
}
.pro-detail .detail-tabs .tab.active{
    color: #003ec3;
    background-color: #fff;
    border-color: #003ec3;
}


.pro-detail .detail-content{
    padding: 30px;
    border: 1px solid #eeeeee;
    border-top-width: 0;
}








.check-list-more{
    display: block;
    width: 160px;
    line-height: 46px;
    color: #666666;
    font-size: 18px;
    text-align: center;
    border: 1px solid #cccccc;
    margin: 0 auto;
}
.check-list-more[data-type="0"]::after{
    content: '加载更多';
}
.check-list-more[data-type="1"]::after{
    content: '加载中';
}
.check-list-more[data-type="2"]::after{
    content: '没有更多了';
}






.case{
    padding: 34px 0 128px;
}
.case .bread-crumb{
    text-align: right;
}
.case .page-title{
    margin-bottom: 48px;
}
.case .case-list{
    flex-wrap: wrap;
}
.case .case-list::after{
    content: '';
    width: 416px;
}
.case .case-list .list-item{
    margin-bottom: 64px;
}






.case-detail{
    padding: 34px 0 128px;
}
.case-detail .bread-crumb{
    text-align: right;
}
.case-detail .detail-title{
    font-size: 30px;
    margin-bottom: 16px;
}
.case-detail .detail-msg{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid #eeeeee;
}
.case-detail .detail-msg .msg{
    color: #999999;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 64px;
}
.case-detail .detail-content{
    line-height: 36px;
    color: #666666;
    padding: 32px 0;
    border-bottom: 1px solid #eeeeee;
}
.case-detail .detail-content img{
    display: inline-block;
    max-width: 100%;
}








.news-center .news-list .list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.news-center .news-list .list-item .item-img{
    flex-shrink: 0;
    width: 240px;
    height: 135px;
    background: no-repeat center center / cover;
}
.news-center .news-list .list-item .item-text{
    width: 1000px;
}
.news-center .news-list .list-item .item-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    transition: all .3s ease;
}
.news-center .news-list .list-item .item-title h3{
    max-width: 900px;
    color: #666666;
}
.news-center .news-list .list-item .item-title .date{
    color: #999999;
    font-weight: bold;
}
.news-center .news-list .list-item .item-cont{
    width: 600px;
    height: 0;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    transition: all .3s ease;
}
.news-center .news-list .list-item:hover{
    border-color: #003ec3;
}
.news-center .news-list .list-item:hover .item-title{
    margin-bottom: 24px;
}
.news-center .news-list .list-item:hover .item-title h3{
    color: #003ec3;
}
.news-center .news-list .list-item:hover .item-cont{
    height: 60px;
}
.news-center .check-list-more{
    margin-top: 64px;
}






.news-detail{
    padding: 34px 0 128px;
}
.news-detail .bread-crumb{
    text-align: right;
}
.news-detail .detail-title{
    font-size: 30px;
    margin-bottom: 16px;
}
.news-detail .detail-msg{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid #eeeeee;
}
.news-detail .detail-msg .msg{
    color: #999999;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 64px;
}
.news-detail .detail-content{
    line-height: 36px;
    color: #666666;
    padding: 32px 0;
}
.news-detail .detail-content img{
    display: inline-block;
    max-width: 100%;
}
.news-detail .detail-tools{
    display: flex;
}
.news-detail .detail-tools .tool{
    width: 50%;
    line-height: 64px;
    padding: 0 24px;
    background-color: #f1f1f1;
}
.news-detail .detail-tools .tool:last-child{
    text-align: right;
}
.news-detail .detail-tools .tool:hover{
    color: #fff;
    background-color: #003ec3;
}







.cooperation{
    padding-top: 34px;
}
.cooperation .bread-crumb{
    text-align: right;
}
.cooperation .coop-main1{
    margin-bottom: 128px;
}
.cooperation .coop-main1 .page-title{
    margin-bottom: 48px;
}
.cooperation .coop-main1 .main1-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cooperation .coop-main1 .main1-content .cont-img img{
    width: 850px;
}
.cooperation .coop-main1 .main1-content .cont-text{
    line-height: 60px;
    font-size: 30px;
    text-align: right;
    margin-top: 290px;
}
.cooperation .coop-main1 .main1-content .cont-text i{
    color: #003ec3;
}
.cooperation .coop-main1 .main1-content .cont-text u{
    color: #666666;
    font-size: 18px;
}




.cooperation .coop-list{
    display: flex;
    flex-wrap: wrap;
}
.cooperation .coop-list .list-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 1px solid #eeeeee;
    margin-bottom: 32px;
    border-radius: 10px;
}
.cooperation .coop-list .list-item img{
    max-width: 80%;
    max-height: 80%;
}



.cooperation .coop-main2{
    margin-bottom: 96px;
}
.cooperation .coop-main2 .page-title{
    margin-bottom: 48px;
}
.cooperation .coop-main2 .main2-list1 .list-item{
    margin-right: 48px;
}
.cooperation .coop-main2 .main2-list1 .list-item:nth-child(8n){
    margin-right: 0px;
}
.cooperation .coop-main2 .main2-list2 .list-item{
    width: 140px;
    margin-right: 53px;
}
.cooperation .coop-main2 .main2-list2 .list-item:nth-child(7n){
    margin-right: 0px;
}





.cooperation .coop-main3{
    margin-bottom: 96px;
}
.cooperation .coop-main3 .page-title{
    margin-bottom: 48px;
}
.cooperation .coop-main3 .coop-list .list-item{
    width: 260px;
    height: 100px;
    margin-right: 86px;
}
.cooperation .coop-main3 .coop-list .list-item:nth-child(4n){
    margin-right: 0px;
}







.talent-base{
    padding: 48px 0 128px;
    overflow: hidden;
}
.talent-base .talent-main1 .title{
    color: #003ec3;
    font-size: 30px;
    margin-bottom: 48px;
}
.talent-base .talent-main1 .main1-title{
    margin-bottom: 48px;
}
.talent-base .talent-main1 .main1-title h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.talent-base .talent-main1 .main1-title .subhead{
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}
.talent-base .talent-main1 .main1-imgs{
    position: relative;
    margin-top: 128px;
}
.talent-base .talent-main1 .main1-imgs .swiper-container{
    width: 640px;
    margin: 0 auto;
    overflow: visible;
}
.talent-base .talent-main1 .main1-imgs .img{
    width: 640px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.talent-base .talent-main1 .main1-imgs .img img{
    width: 480px;
    height: 270px;
    object-fit: cover;
    opacity: 0.5;
    transition: all .3s ease;
}
.talent-base .talent-main1 .main1-imgs .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    transition: all .3s ease;
}
.talent-base .talent-main1 .main1-imgs .swiper-slide-active{
    z-index: 2;
}
.talent-base .talent-main1 .main1-imgs .swiper-slide-active .img img{
    width: 640px;
    height: 360px;
    opacity: 1;
}
.talent-base .talent-main1 .main1-imgs .swiper-slide-active .mask{
    background-color: rgba(255,255,255,0);
}
.talent-base .talent-main1 .main1-imgs .swiper-slide-prev .mask,
.talent-base .talent-main1 .main1-imgs .swiper-slide-next .mask{
    background-color: rgba(255,255,255,0.5);
}
.talent-base .talent-main1 .main1-imgs .swiper-pagination{
    left: 50%;
    transform: translate(-50%, 0);
}
.talent-base .talent-main1 .main1-imgs .swiper-pagination .swiper-pagination-bullet{
    width: 32px;
    height: 4px;
    border-radius: 20px;
    background-color: #eeeeee;
    margin: 0 8px;
    opacity: 1;
}
.talent-base .talent-main1 .main1-imgs .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #003ec3;
}
.talent-base .talent-main1 .main1-text{
    font-size: 24px;
    text-align: center;
    margin-top: 68px;
}









.talent2-main1 table{
    width: 100%;
}
.talent2-main1 table th,
.talent2-main1 table td{
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}
.talent2-main1 table th{
    font-size: 24px;
    padding-bottom: 24px;
}
.talent2-main1 table td{
    padding: 33px 0;
}
.talent2-main1 table .top td{
    cursor: pointer;
}
.talent2-main1 table .content td{
    padding: 0;
    border-bottom-width: 0;
}
.talent2-main1 table .content .job-content{
    display: none;
    position: relative;
    color: #666666;
    text-align: left;
    padding: 23px 32px;
    background-color: #f8f8f8;
}
.talent2-main1 table .content .job-content .send-btn{
    position: absolute;
    top: 23px;
    right: 104px;
    width: 136px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #003ec3;
    cursor: pointer;
}
.talent2-main1 table .content .job-content .send-btn input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.talent2-main1 table .fold .top td{
    background-color: #f1f1f1;
}
.talent2-main1 table .fold .top td img{
    transform: rotate(180deg);
}
.talent2-main1 table .fold .content td{
    border-bottom-width: 1px;
}
.talent2-main1 table .fold .content .job-content{
    display: block;
}










.contact-us{
    padding: 34px 0 128px;
}
.contact-us .bread-crumb{
    text-align: right;
}
.contact-us .page-title{
    margin-bottom: 48px;
}
.contact-us .contact-title{
    margin-bottom: 48px;
}
.contact-us .contact-title h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-us .contact-content{
    display: flex;
    justify-content: space-between;
}
.contact-us .contact-content .message{
    margin-right: 20px;
}
.contact-us .contact-content .message .msg{
    font-size: 16px;
    margin-bottom: 32px;
}
.contact-us .contact-content .message .ewm{
    width: 160px;
    height: 160px;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin-top: 48px;
}
.contact-us .contact-content .message .ewm img{
    width: 100%;
    height: 100%;
}


.contact-us .contact-content form{
    display: block;
}
.contact-us .contact-content form .form-group{
    display: flex;
    margin-bottom: 32px;
}
.contact-us .contact-content form .form-group .form-item{
    margin-right: 55px;
    margin-bottom: 0;
}
.contact-us .contact-content form .form-group .form-item:last-child{
    margin-right: 0px;
}
.contact-us .contact-content form .form-item{
    margin-bottom: 32px;
}
.contact-us .contact-content form .form-item .item-title{
    color: #666666;
    font-size: 16px;
    margin-bottom: 16px;
}
.contact-us .contact-content form .form-item input{
    width: 220px;
    height: 48px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.contact-us .contact-content form .form-item textarea{
    width: 100%;
    height: 120px;
    padding: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.contact-us .contact-content form .submit{
    display: block;
    width: 140px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #003ec3;
    border-width: 0;
    cursor: pointer;
    margin-left: auto;
}
.contact-us .gaodeMap{
    height: 400px;
    margin-top: 64px;
}








.search-result{
    padding: 48px 0;
}
.search-result .search-box{
    margin-bottom: 24px;
}
.search-result .search-box input{
    display: block;
    width: 300px;
    height: 46px;
    padding-left: 16px;
    border: 1px solid #cccccc;
    margin-left: auto;
    border-radius: 200px;
}
.search-result .no-result{
    text-align: center;
    font-size: 18px;
    color: #999999;
    padding: 48px 0;
}
.search-result .no-result img{
    display: inline-block;
}
.search-result .pro-center .page-title,
.search-result .news-center .page-title{
    margin-bottom: 24px;
}