body a:hover {
    text-decoration: none;
    /* color: #fff; */
}

/* .index-case{
    background-color: #fff;
} */
.card {
    padding: 60px;
    height: 183px;
}

.card .item-card {
    margin-bottom: 30px;
}

.card .item-card:hover .con {
    border-bottom: 1px solid #dd0000;
}

.card .item-card .con {
    display: block;
    width: 180px;
    height: 183px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
}

.card .item-card .con .item-src {
    align-self: center;
    width: 100%;
    height: 88px;
    margin-bottom: 10px;
    transition: all 10s ease-in-out;
}

.card .item-card .con:hover .item-src {
    animation: moves 0.3s forwards;
}
.card a:hover{
    color: #000;
}

@keyframes moves {
    from {
        position: relative;
        top: 0px;
    }

    to {
        position: relative;
        top: -20px;
    }
}

.card .item-card .con p {
    font-size: 14px;
}

.card .item-card .con p span {
    font-size: 18px;
    color: #dd0000;
}



/* 服务 */
.service-item {
    margin-top: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
    .service-item-left {
        display: none;
    }
}

.service-item-left .con {
    text-decoration: none;
}

.service-item-left .con .more {
    position: absolute;
    bottom:60px;
    left: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.service-item-left .con .more .btnm {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: #cd131f;
    position: relative;
    left: 35px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s;
}


.service-item-left .con .more .btnm:hover {
    box-shadow: 0 0 5px #fff inset;
}

.service-item-left .con .btnm:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    transition: all .3s;
    z-index: -1;
}

.service-item-left .con .btnm:hover:after {
    animation: ibig 1s;
}

@keyframes ibig {
    0% {
        opacity: .6;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.service-item-left .con .service-src-left {
    /* height: 514px; */
}

.service-item-right {
    /* margin-bottom: 10px; */
}

.service-item-right .con {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 10px;
}

.service-item-right .con .service-src-right {
    width: 100%;
    transition: all 0.3s;
}
.service-item-right:hover .con .service-src-right{
     
    transform: scale(1.05) !important;
    
}

.service-item-right .con h4 {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 4px;
    margin-bottom: 0;
}

.service-item-right .con p {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}


.build-nav {}

.build-nav .item-nav {}

.build-nav .item-nav .item-src {}

.league {
    /* margin-top: 30px; */
    width: 100%;
    background: url("https://qzycmc.oss-cn-guangzhou.aliyuncs.com/uploads/allimg/20220501/about_bkcak.jpeg") no-repeat;
    background-size: 100% 100%;
    height: 810px;
    padding-bottom: 840px;
}
@media (max-width: 768px) {
    .league {
        background: none;
        height: auto;
        padding-bottom: 60px;
    }

}

.inner {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.contsl {
    padding: 35px 0;
    text-align: center;
    color: #00a8bb !important;
    margin-bottom: 30px;
}

.contlyz {
    font-size: 45px;
    font-family: 宋体;
    line-height: 50px;
}

.contlzw {
    font-size: 32px;
    text-align: center;
    line-height: 50px;
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}

.contlzw:before {
    left: 0;
    right: 72%;
    margin-left: 47px;
}

.contlzw:after {
    right: 0;
    left: 72%;
    margin-right: 47px;
}

.contlzw:after,
.contlzw:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 4px;
    background: #00a8bb;
    margin-top: -2px;
}

.contlxz {
    font-size: 16px;
    color: #666;
}

.cl {
    clear: both;
}

.norekec {
    text-align: center;
    font-size: 30px;
    line-height: 44px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.norekec a {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    width: 160px;
    height: 50px;
    background: #00a8bb;
    margin: 0 auto;
}

.poster-list li .bofang {
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, 0.6) url("../images/index/bobtn.png") no-repeat;
    background-position: center;
    background-size: 80px 80px;
    cursor: pointer;
}

.poster-list li .title_bofang {
    position: absolute !important;
    z-index: 100;
    display: none;
    top: 300px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}

.mobile-main {
    margin-top: 50px;
    display: none;
    flex-direction: row;
    justify-content: center;

}

@media (max-width: 1100px) {
    .caroursel {
        display: none;
    }

    .mobile-main {
        display: flex;
    }
}

.swiper-video {
    width: 80%;
}



/* 案例 */
.index-case .main-anli li .txt {
    padding-top: 20px;
}

.index-case .main-anli li .txt h4 {
    padding-bottom: 30px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

/* new */

.index-new-nav {
    padding-bottom: 30px;
    text-align: center;
    height: 76px;
}

.index-new-nav a {
    display: inline-block;
    padding: 10px 0px;
    /* margin: 0 10px; */
    color: #000;
    font-size: 16px;
    background: #fff;
    transition: all 0.3s;
    position: relative;
    width: 90px;
    text-align: center;
    
    
}
 

.index-new-nav .line-active {
    color: #cc0e19;
    border-bottom: 3px solid #cc0e19;
}

.index-new-nav a:hover {
    color: #cc0e19;
}

[class*=am-u-]+[class*=am-u-]:last-child {
    float: left;
}

.am-text-truncate a {
    color: #000;
}

.am-text-truncate a:hover {
    color: #000;
}

.index-news .right li {
    height: 135px;
}

.index-news .right li .txt .p {
    height: 75px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.index-news .right li .txt {
    padding-top: 0;
}



/* 友情链接 */

.partner_box {
    /* min-height: 610px;
    background: url("https://qzycmc.oss-cn-guangzhou.aliyuncs.com/uploads/allimg/20220501/partner_bg.jpg") no-repeat bottom center;
    background-size: 100%; */
}

.partner_box .title_box {
    padding-top: 40px;
}

.title_box {
    text-align: center;
    padding: 80px 0 20px;
}

.partner_box .title_box h2 {
    color: rgba(255, 255, 255, 0.1);
}

.title_box h2 {
    font-size: 32px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: rgba(52, 9, 4, 0.1);
}

.partner_box .title_box h1 {
    color: #fff;
}

.title_box h1 {
    position: relative;
    z-index: 2;
    top: -5px;
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 20px;
    color: #340904;
}