/* 菜单样式 */
body {
    background-color: #ebebeb;
}

.wrapper {
    width: var(--WidthDefault);
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    box-shadow: #aaa 0 0 10px;
    position: relative;
    z-index: 99;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
}


.tab-wrapper .zz {
    height: 17px;
    width: 100%;
    background-color: #fff;
    float: left;
    position: absolute;
    z-index: 99;
}

.tab-wrapper .tab {
    float: left;
    /*position: absolute;*/
    width: 20%;
    height: 100%;
    border-right: 1px solid #e6e6e6;
    background-color: white;
}

.tab .title {
    height: 70px;
    line-height: 70px;
    margin-left: 20px;
    font-size: 24px;
    color: var(--ColorDefaultLight);
}

/* tab */

.tab-wrapper .tab a:hover {
    color: var(--ColorDefaultLight);
    font-weight: bolder;
}

.tab-wrapper .tab li {
    position: relative;
    border-top: 1px solid #e6e6e6;
    margin-left: 20px;
    cursor: pointer;
}

.tab-wrapper .tab li:hover {
    /*background-color: var(--ColorHover);*/
    /*color: white;*/
}

.tab-wrapper .tab a {
    display: block;
    font-size: 16px;
    color: #444444;
    height: 57px;
    line-height: 57px;
    margin-left: 35px;
}

.tab-wrapper .tab .top-select {
    color: var(--ColorDefaultLight);
    font-weight: bolder;
}

.tab-wrapper .tab .selected {
    float: left;
    position: absolute;
    bottom: 0;
    height: 56px;
    width: 5px;
    background-color: var(--ColorDefaultLight);
}

/* 列表 */
.list-wrapper {
    float: left;
    width: 79%;
    /*position: relative;*/
    background-color: white;
    left: 21%;
}

.list-wrapper .navigation {
    float: left;
    height: 70px;
    line-height: 70px;
    width: 100%;
    font-size: var(--FonthDefault);
}

/* 面包屑 */

.navigation .top {
    font-weight: bolder;
    color: var(--ColorDefaultLight);
}

.navigation a {
    color: #979797;
}

.navigation a:hover {
    color: var(--ColorDefaultLight);
}

.list-wrapper .navigation li {
    float: left;
    margin-left: 15px;
}

/* 文本 */
.text-wrapper {
    float: left;
    position: relative;
    width: 95%;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    box-shadow: 0 0 1rem #e6e6e6;
    margin-bottom: 35px;
    height: 100px;
    margin-left: 2%;
}

.text-wrapper:hover {
    /*color: var(--ColorHover) !important;*/
    box-shadow: 0 0 1rem var(--ColorHover);
    cursor: pointer;
    /*background-color: var(--ColorHover) ;*/
}

.text-wrapper .text {
    float: left;
    font-size: var(--FonthDefault);
    margin-left: 20px;
    width: 70%;
}

.text-wrapper .text li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-wrapper .text .title {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 日期 */
.text-wrapper .date {
    width: 20%;
    float: right;
    margin-right: 40px;
    width: 100px;
    height: 100px;
    background-color: var(--ColorHover);
    color: white;
    text-align: center;
}

.date .rq {
    font-size: 24px;
    margin-top: 20px;
}

.date .nian {
    font-size: var(--FonthDefault);
    margin-top: 5px;
}


.text-wrapper-new {
    float: left;
    position: relative;
    width: 95%;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    box-shadow: 0 0 1rem #e6e6e6;
    margin-bottom: 35px;
    height: 240px;
    margin-left: 2%;
}

.text-wrapper-new:hover {
    /*color: var(--ColorHover) !important;*/
    box-shadow: 0 0 1rem var(--ColorHover);
    cursor: pointer;
    /*background-color: var(--ColorHover);*/
    /*transform: scale(1.1);*/
}

.text-wrapper-new .text {
    float: left;
    font-size: var(--FonthDefault);
    margin-left: 20px;
    width: 50%;
}

.text-wrapper-new .text li {
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-wrapper-new .text .title {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-wrapper-new .text .content {
    line-height: 30px;
    max-height: 90px;
}

.text-wrapper-new .text li:first-child {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 图片 */
.text-wrapper-new .img {
    float: left;
    margin-right: 40px;
    width: 35%;
    height: 100%;
    background-color: var(--ColorHover);
    color: white;
    text-align: center;
}

.text-wrapper-new .img img {
    width: 100%;
    height: 100%;
}


/* 翻页 */
.dataTables_info {
    float: right;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 30px;
}

.pagination {
    float: right;
    margin: 40px 0 40px 0;
}

.pagination li {
    display: block;
    float: left;
    margin: 0 5px;
    border: #e9e9e9 1px solid;
    height: 38px;
    width: 52px;
    text-align: center;
    line-height: 38px;
}

.pagination li a {
    display: block;
    font-size: var(--FonthDefault);
    color: #888;
}

.pagination .number {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 38px;
}

.pagination .number_top {
    display: block;
    font-size: 16px;
    width: 38px;
    text-align: center;
    background-color: var(--ColorDefaultLight);
}

.pagination .number_top a {
    color: #fff;
}

.pagination li:hover,
.pagination a:hover {
    background-color: var(--ColorDefaultLight);
    color: #fff;
}

/* card */
.card-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-list .card-item {
    width: 30%;
    margin: 30px 0;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 1rem #EBEBEB;
    overflow: hidden;
    border-radius: 25px 0px 25px 0px
}

.card-list .card-item .card-img {
    height: calc(100% - 130px);
}

.card-list .card-item .card-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: none;
    vertical-align: middle;
    height: 40vh;
}

.card-list .card-item .card-text {
    height: 100px;
    padding-top: 30px;
}

.card-list .card-item .card-text p {
    height: 64px;
    line-height: 32px;
    font-size: 20px;
    color: #171924;
    text-align: left;
    margin-left: 22px;
    margin-right: 22px;
}

.card-list .card-item .card-text div {
    display: flex;
    height: 20px;
    font-size: 1rem;
}

.card-list .card-item .card-text span:nth-of-type(1) {
    width: 50px;
    height: 4px;
    background-color: var(--ColorDefaultLight);
    margin-left: 22px;
    margin-top: 15px;
    display: block;
}

.card-list .card-item .card-text span:nth-of-type(2) {
    width: 150px;
    color: var(--ColorDefaultLight);
    margin-left: 2px;
    margin-top: 5px;
    display: block;
}

.card-list .card-item .card-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: var(--ColorHover);*/
    background: linear-gradient(111deg, var(--ColorDefaultLight), var(--ColorDefault));
    overflow: hidden;
    display: none;
    position: absolute;
}

.card-list .card-item .card-box div {
    margin: 0 auto;
    color: #fff;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
}

@media screen and (max-device-width: 1800px) {
    .card-list .card-item .card-box div {
        width: 85%;
        padding: 25px 10px 30px 10px;
        line-height: 31px;
        font-size: 1rem;
    }
}

@media screen and (min-device-width: 1801px) {
    .card-list .card-item .card-box div {
        width: 70%;
        padding: 80px 25px 30px 25px;
        line-height: 50px;
        font-size: 1.1rem;
    }
}


.card-list .card-item .card-box-hover {
    display: block;
    -webkit-animation: fadeInUp .3s linear;
    animation: fadeInUp .3s linear;
}

.card-category {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    height: 50px;
    line-height: 50px;
    letter-spacing: 3px;
    padding-top: 50px;
}

.card-category-en {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
}

/* service */
.ab-service {
    width: 100%;
    background: url('../images/service/360server-line.png') no-repeat center 125px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 2.6%;
    margin-top: 60px;
}

.ab-service li {
    width: 30.8%;
    min-width: 162px;
    height: 162px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 106px;
    font-size: var(--FonthDefault);
    color: #656d73;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: -0.1%
}

.ab-service li.tserver-list1 {
    background: url('../images/service/360server-icon1.png') no-repeat center top
}

.ab-service li.tserver-list2 {
    background: url('../images/service/360server-icon2.png') no-repeat center top
}

.ab-service li.tserver-list3 {
    background: url('../images/service/360server-icon3.png') no-repeat center top
}

.ab-service li.tserver-list4 {
    background: url('../images/service/360server-icon4.png') no-repeat center top
}

.ab-service li.tserver-list5 {
    background: url('../images/service/360server-icon5.png') no-repeat center top
}

.ab-service li.tserver-list6 {
    background: url('../images/service/360server-icon6.png') no-repeat center top
}

.ab-service li.tserver-list7 {
    background: url('../images/service/360server-icon7.png') no-repeat center top
}

.ab-service li p {
    width: 162px;
    height: 162px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -81px;
    border-radius: 81px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: left;
    font-size: var(--FonthDefault);
    line-height: 22px;
    background: linear-gradient(111deg, var(--ColorDefaultLight), var(--ColorDefault));
    display: none
}

.ab-service li p a {
    color: #fff
}

.ab-service li p.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

.ab-service li:hover p {
    display: block
}

.ab-service-ad {
    width: 100%;
    margin-top: 60px;
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0
}

.ab-service-ad li {
    display: inline-block;
    color: #abb0b4;
    font-size: 16px;
    padding: 0 3%
}

.ab-service-ad li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.ab-service-ad li + li {
    border-left: 1px solid #e2e3e4
}

.zoomin {
    animation-name: zoomin
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

.service-list {
    width: 100%;
    margin: 50px auto;
    border-top: 3px solid var(--ColorDefault);
    padding: 50px 0 0 0;
}

@media screen and (max-device-width: 1800px) {
    .service-item {
        width: 85%;
        margin: 0 auto;
        padding: 40px 0 40px 0;
        display: flex;
        align-items: center;
    }

    .service-text {
        width: 50%;
        float: left;
        font-size: 1rem;
    }

}

@media screen and (min-device-width: 1801px) {
    .service-item {
        width: 65%;
        margin: 0 auto;
        padding: 40px 0 40px 0;
        line-height: 35px;
        display: flex;
        align-items: center;
    }

    .service-text {
        width: 50%;
        float: left;
        font-size: 1.3rem;
    }

}

.service-item-title {
    text-align: left;
    font-size: 2rem;
    color: var(--ColorDefaultLight);
    padding: 10px 10px 30px 10px;
}

.service-item-content {
    padding: 0 20px 0 10px;
}

.service-img {
    width: 50%;
    float: left;
}

.service-item .service-left {
    text-align: left;
}

.service-item .service-right {
    text-align: right;
}

.service-img img {
    box-shadow: 0 0 1rem grey;
    width: 70%;
}

/* ABOUT US*/


.about-item-title {
    text-align: left;
    font-size: 2rem;
    color: var(--ColorDefaultLight);
    padding: 10px;
}


@media screen and (max-device-width: 1800px) {
    .about-item {
        width: 90%;
        margin: 0 auto;
        padding: 80px 0 100px 0;
    }

    .about-item-content {
        padding: 0 20px 0 10px;
    }

    .about-text {
        width: 46%;
        float: left;
        font-size: 1rem;
        border: 2px solid #F1F3F4;
        border-radius: 25px;
        margin-left: -3%;
        background: white;
        box-shadow: 0 0 1rem grey;
        margin-top: -30px;
        padding: 30px 10px 30px 10px;
        z-index: 999;
        position: relative;
    }
}

@media screen and (min-device-width: 1801px) {
    .about-item {
        width: 90%;
        margin: 0 auto;
        padding: 80px 0 40px 0;
    }

    .about-item-content {
        padding: 0 20px 0 10px;
        line-height: 30px;
        font-size: 1.2rem;
    }

    .about-text {
        width: 46%;
        float: left;
        font-size: 1rem;
        border: 2px solid #F1F3F4;
        border-radius: 25px;
        margin-left: -3%;
        background: white;
        box-shadow: 0 0 1rem grey;
        margin-top: -30px;
        padding: 30px 20px 30px 20px;
        z-index: 999;
        position: relative;
    }
}


.about-img {
    width: 50%;
    float: left;
    position: relative;
    height: 0;
    padding-bottom: 30%;
}

.about-item .about-left {
    text-align: left;
}

.about-item .about-right {
    text-align: right;
}

.about-img img {
    box-shadow: 0 0 1rem grey;
    border: 2px solid #F1F3F4;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.about-item-honor {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

.honor-img {
    width: 23%;
    margin: 0 5% 0 5%;
    float: left;
    box-shadow: 0 0 1rem grey;
    /*height: 20rem;*/
    height: 0;
    padding-bottom: 20%;
    position: relative;
}

.honor-img-2 {
    width: 40%;
    margin: 0 5% 0 5%;
    float: left;
    box-shadow: 0 0 1rem grey;
    /*height: 20rem;*/
    height: 0;
    padding-bottom: 20%;
    position: relative;
}

.honor-img img {
    /*height: 20rem;*/
    width: 100%;
    height: 100%;
    position: absolute;
}

.honor-img-2 img {
    /*height: 20rem;*/
    width: 100%;
    height: 100%;
    position: absolute;
}
