@charset "UTF-8";

.swiper {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a{
    width: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet-active {
    background-color: #428bca;
    width: 18px;
    border-radius: 50px;
}

.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
}

.all-container {
    max-width: 1200px;
    margin: auto;
    overflow-x: hidden;
}

.big-title {
    position: relative;
    font-size: 30px;
    color: #686868;
    text-align: center;
    margin: 60px auto 30px;
    font-weight: bolder;
}
.big-title-shadow{
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -59px;
}
.big-title .big-title-text{
    margin: 0 15px;
}
.big-title-line-main{
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    background-color: #01A6FF;
    height: 3px;
    margin: -10px;
    border-radius: 50px;
}
.big-title-line-assistant{
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    background-color: #ccc;
    height: 1px;
}
.middle-module-title .background-color-center-title{

}
.background-color-center-title {
    color: white;
    background-color: #01A6FF;
    text-align: center;
    font-size: 18px;
    padding: 8px;
    font-weight: bold;
}

.border-content {
    position: relative;
    color: #333333;
    border: 1px solid #eaeaea;
    font-size: 14px;
    overflow-x: hidden;
}

.col-block {
    padding: 0;
}

.col-none-space {
    padding: 0;
}

.choose-types {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 20px;
    text-align: center;
}

.choose-types .choose-items {
    display: inline-block;
    color: #333333;
    padding: 0;
    font-weight: bold;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.choose-types .choose-items:hover{
    color: #01A6FF;
}

.choose-types .choose-items.active .item-icon:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background: #01A6FF;
    border-radius: 50%;
}
.choose-types .item-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #01A6FF;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    vertical-align: middle;
}

.look-more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;

}

 .look-more-button {
     display: inline-block;
    border: 1px solid #01A6FF;
    font-size: 12px;
    padding: 3px 10px;
     margin: auto;
     transform:scale(1);
     transition: all 0.6s;
     -moz-transition: all 0.6s;
     -webkit-transition: all 0.6s;
     -o-transition: all 0.6s;
}
.look-more-button:hover{
    transform:scale(1.1);
}
.look-more a {
    color: #01A6FF;
}

#index-activity .look-more{
    margin-top: 20px;
    position: relative;
    text-align: center;
    bottom: 0;
    right: 0;
    height: 40px;
}

.backdrop-filter{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.4);
    backdrop-filter:blur(2px);
    z-index: 2;
}
.backdrop-filter .tip{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    color: #01A6FF;
}

/*====================羊城资讯==============*/
#index-information {
    position: relative;
    transition: height 0.2s;
    -moz-transition: height 0.2s;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
}

#news-detail-big .news-left-item {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

#news-detail-big .news-left-item.active {
    display: block;
}

#news-detail-big .news-left-item .left-show-img {
    height: 240px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#news-detail-big .news-left-item .title {
    margin-top: -30px;
    height: 30px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 10px;
}

#news-detail-big .news-left-item a {
    color: white;

}

#news-list {
    padding: 0 0 30px;
}

#index-information .news-item {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
}

#index-information .news-item.active {
    display: block;
}

#index-information .news-item a {
    color: #333;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
#index-information .news-item a:hover{
    color: #01A6FF;
}

#index-information .news-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

#index-information .news-item .time {
    display: block;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

/*====================羊城视频招聘==============*/
.recruit-video-list{
    margin-top: 15px;
}
.recruit-video-items .cover-image{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 107px;
}

@keyframes wordsLoop {

    0% {

        transform: translateX(0);

        -webkit-transform: translateX(0);

    }

    100% {

        transform: translateX(-100%);

        -webkit-transform: translateX(-100%);

    }

}

@-webkit-keyframes wordsLoop {

    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    100% {

        transform: translateX(-100%);

        -webkit-transform: translateX(-100%);
    }

}
.recruit-video-items .recruit-video-title{
    width: 100%;
    overflow: hidden;
}
.recruit-video-items .recruit-video-title p{
    display: inline-block;
    white-space: nowrap;
    margin: 0;
}
.recruit-video-items:hover p,.recruit-video-items .recruit-video-title .mobile{
    animation: 10s wordsLoop linear infinite normal;
}


/*====================羊城招聘==============*/
#recruit-detail-big .left-show-img{
    height: 300px;
    margin-top: 20px;
    background-size: cover;
    background-position:center;
}
#recruit-detail-big  .title {
    margin-top: -30px;
    height: 30px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 10px;
}

#recruit-choose-type{
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
}

#index-recruit .border-content .col-sm-7{

}
#index-recruit ul {
    /*padding-left: 15px;*/
    padding-bottom: 30px;
}

#index-recruit ul li {
    padding-bottom: 15px;
    padding-right: 15px;
}
#index-recruit .recruit-items{
    display: none;
}

#index-recruit .recruit-items.active{
    display: block;
}
#index-recruit .recruit-items .content{
    font-size: 14px;
    color: #333333;
    border: 1px solid #eaeaea;
    padding: 10px;
}

#index-recruit .recruit-items .content div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index-recruit .recruit-items .content .post-name {
    margin-bottom: 5px;
}

#index-recruit .recruit-items .content .company-name {
    color: #AAAAAA;
    font-size: 12px;
}

#index-recruit .recruit-items .content .salary {
    color: #01A6FF;
    text-align: right;
}

#index-recruit .recruit-items .content  .area {
    text-align: left;
    color: #AAAAAA;
    font-size: 12px;
}

/*====================业务系统==============*/
#index-system .system-background {
    position: relative;
    background-color: #eaeaea;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#index-system .system-button  {
    position: absolute;
    bottom: 8%;
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 0;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    transform:scale(1);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

#index-business-system:hover  .system-button,#index-oa-system:hover  .system-button{
    transform:scale(1.2);

}


/*====================合作伙伴==============*/
#index-cooperation-partners .border-content {
    position: relative;
    overflow: hidden;
}

@keyframes cooperate-warp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

#index-cooperation-partners .cooperate-warp {
    padding-top:259px;
    padding-bottom: 15px;
    text-align: center;
    animation: cooperate-warp 70s infinite linear;
    -webkit-animation: cooperate-warp 70s infinite linear;
}

#index-cooperation-partners .cooperate-warp:hover {
    animation-play-state: paused;
}

#index-cooperation-partners .cooperate-warp .item {
    height: 60px;
    line-height: 60px;
    margin: 10px;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
}

#index-cooperation-partners .cooperate-warp .item img {
    max-height: 100%;
    max-width: 100%;
}

#index-cooperation-partners .cooperate-warp .item .item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 0 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    display: none;
}

#index-cooperation-partners .cooperate-warp .item:hover {
    border: 1px solid #e2e1e1;
}

#index-cooperation-partners .cooperate-warp .item:hover .item-title {
    display: block;
}

/*==============产品服务==============*/

#product-list .border-content {
    padding: 15px 10px 50px;
}

#product-list .border-content .introduce {
    font-size: 14px;
    text-indent: 28px;
    line-height: 24px;
}

/*==============羊城活动==============*/
#index-activity .activity-container {
    padding: 0;
    font-size: 0;
    margin: 0;
}

#index-activity .activity-container > li {
    position: relative;
    height: 260px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

#index-activity .activity-container > li > .img {
    position: absolute;
    left: 7px;
    right: 8px;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



#index-activity .activity-container > li .detail {
    position: absolute;
    left: 7px;
    right: 0;
    bottom: 217px;
    background: rgba(1, 166, 255, 1);
    z-index: 200;

    height: 100%;
    padding: 10px;
    transition: bottom 0.6s;
    -moz-transition: bottom 0.6s;
    /* Firefox 4 */
    -webkit-transition: bottom 0.6s;
    /* Safari 和 Chrome */
    -o-transition: bottom 0.6s;
    /* Opera */
}

#index-activity .activity-container > li .detail p.activity-title {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index-activity .activity-container > li .detail p {
    color: #FFFFFF;
    line-height: 22px;
    font-size: 12px;
    margin: 0;
}

#index-activity .activity-container > li .detail .time-title, #index-activity .activity-container > li .detail .address-title {
    margin-top: 20px;
}

#index-activity .activity-container > li .detail .apply-btn {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    border: 1px #FFFFFF solid;
    margin: 20px auto 0;
}

#index-activity .activity-container > li .detail .apply-btn:hover {
    opacity: 0.94;
}

#index-activity .blue-bg-btn {
    margin-top: 28px;
    margin-bottom: 28px;
}

/*==============友情链接==============*/
#my-links {
    margin-top: -10px;
    margin-bottom: 40px;
    min-height: 105px;
    position: relative;
}
#links-list{
    text-align: center;
}
#my-links .links-item > a {
    display: inline-block;
    width: 18%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    padding: 0 10px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    overflow: hidden;
    background: transparent;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    transform:scale(1);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
#my-links .links-item > a:hover{
    transform:scale(1.1);
}
#my-links .links-item > a img {
    max-width: 100%;
}
/*============自适应=================*/


@media (min-width: 768px) {
    .middle-module {
        margin-top: 30px;
    }

    .left-module {
        padding: 0;
    }

    .right-module {
        padding: 0 8px;
    }

    #index-system {
        padding: 0 8px;
    }

    #index-business-system .system-background {
        height:146px;
    }
    #index-oa-system .system-background {
        margin-top: 6px;
        height:146px;
    }

    #index-cooperation-partners {
        padding: 0 7px;
    }

    #index-cooperation-partners .border-content {
        height: 260px;
    }

    #product-list .border-content .introduce {
        height: 260px;
    }

    #index-activity .activity-container > li:hover .detail {
        bottom: 0px;
        background: rgba(0, 0, 0, 0.6);
    }

    #index-activity .activity-container > li:hover .detail p.activity-title {
        position: relative;
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px) {

    .big-module {
        padding: 0;
    }

    .middle-module {
        margin-top: 45px;
        padding: 0;
    }

    .big-module + .big-module {
        padding-left: 15px;
    }

    #index-information .border-content {
        height: 275px;
        overflow: hidden;
    }

    #index-recruit .border-content {
        height: 340px;
        overflow: hidden;
    }

    #index-business-system {
        padding: 0;
    }

    #index-business-system .system-background {
        height: 150px;
    }

    #index-oa-system .system-background {
        margin-top: 17px;
        height: 150px;
    }

    #index-cooperation-partners {
        padding: 0;
    }

    #index-cooperation-partners .border-content {
        height: 338px;
    }

    #index-product .col-lg-3 {
        padding: 0 7px;
    }


}

@media (max-width: 1200px) {
    #product-list .col-lg-3 {
        margin-bottom: 15px;
    }

    #product-list .border-content .introduce {
        height: 145px;
    }
}

@media (max-width: 992px) {
    #product-list .border-content .introduce {
        height: 195px;
    }

}

@media (max-width: 768px) {
    .background-color-center-title {
        font-size: 16px;
        padding: 5px 0;
    }

    .all-container {
        background-color: #e9f2f4;
    }

    .middle-module {
        margin-bottom: 15px;
        background-color: white;
    }

    .left-module {
        padding: 0;
    }

    .right-module {
        padding: 0;
    }

    .right-module .middle-module {
        padding: 0;
    }

    #index-business-system .system-background {
        padding-bottom: 75%;
    }

    .recruit-video-items .cover-image{
        height: 200px;

    }



    #index-cooperation-partners .border-content {
        height: 300px;
    }

    #product-list{
        margin-top: 20px;
    }

    #product-list .border-content .introduce {
        height: auto;
    }


    #index-activity {
        position: relative;
        background: #FFFFFF;
    }

    #index-activity .carousel-indicators {
        width: auto;
        right: 0;
        height: 45px;
        line-height: 45px;
        top: 150px;
        text-align: right;
        padding-right: 15px;
    }

    #index-activity .carousel-indicators li {
        margin-left: 5px;
    }

    #index-activity .activity-container > li.item {
        display: none;
        height: 226px;
    }

    #index-activity .activity-container > li.item img {
        max-height: 100%;
    }

    #index-activity .activity-container > li.item .detail {
        bottom: 183px;
    }

    #index-activity .activity-container > li.item .detail .activity-title {
        height: 45px;
        line-height: 45px;
        text-align: left;
        font-size: 14px;
    }

    #index-activity .activity-container > li.item.active {
        display: inline-block;
    }

    .activity-list {
        background: #FFFFFF;
    }

    .activity-list #index-activity {
        padding: 0 15px;
        margin-top: 15px;
    }

    .activity-list #index-activity .activity-container > li.item {
        display: block;
        padding: 0;
    }

    .activity-list #index-activity .activity-container > li.item img {
        width: 100%;
        max-width: none;
    }
    #index-activity .activity-container > li > .img{
        left: 0px
    }
    #index-activity .activity-container > li .detail{
        left:0;
    }
}

/*============旧=================*/

.m-index-types {
    padding-top: 12.5px;
}

.m-index-types .title {
    color: #444444;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 7.5px;
    margin-bottom: 15px;
    padding-left: 7px;
    border-left: 4px solid #01A6FF;
}

.m-index-types .item {
    text-align: center;
    margin-bottom: 12.5px;
    color: #444444;
}

.m-index-types .item .img {
    display: inline-block;
    width: 45px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.m-index-types .item .img img {
    max-width: 100%;
}

.m-index-types .item p {
    margin-top: 5px;
    margin-bottom: 0;
}

.m-index-types.yc-index-types .item .img {
    width: 45px;
    height: 45px;
    line-height: 35px;
    margin-bottom: 10px;
}

.activity-detail {
    background: #FFFFFF;
}

.activity-detail .detail-section .img {
    margin: 15px 0;
}

.activity-detail .detail-section .img img {
    max-width: 100%;
}

.activity-detail .detail-section .detail .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/*媒体查询*/
@media only screen and (max-width: 768px) {
    .apply-from .apply-user table tr td .table-input, .apply-from .apply-user table tr th .table-input {
        min-width: 1%;
    }

    .section-item {
        background: #FFFFFF;
    }

    .yc-index-types {
        margin-top: 15px;
        margin-bottom: 15px;
    }

}

.apply-from .apply-item {
    margin-bottom: 10px;
}

.apply-from .apply-item .apply-title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    min-width: 120px;
    max-width: 40%;
}

.apply-from .apply-item .apply-title i {
    color: #FF4B4B;
}

.apply-from .apply-item .apply-input {
    width: 300px;
    max-width: 59%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dfdfdf;
    padding-left: 6px;
}

.apply-from .apply-btn-div .apply-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #01A6FF;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.apply-from .tip {
    margin: 10px 0;
    color: #FF4B4B;
}

.apply-from .apply-user {
    padding: 0;
    margin: 10px 0;
}

.apply-from .apply-user table {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.apply-from .apply-user table tr {
    border-bottom: 1px solid #dfdfdf;
}

.apply-from .apply-user table tr td, .apply-from .apply-user table tr th {
    text-align: center;
    height: 34px;
    border-right: 1px solid #dfdfdf;
}

.apply-from .apply-user table tr td:last-child, .apply-from .apply-user table tr th:last-child {
    border: 0;
}

.apply-from .apply-user table tr td .table-input, .apply-from .apply-user table tr th .table-input {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 60px;
    max-width: 100%;
    border: 0;
    margin: 0;
}

.apply-from .apply-user .table-icon {
    color: #999999;
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px 10px;
    border: 1px solid #dfdfdf;
}

/*# sourceMappingURL=index.css.map */
