/* 顶部轮播 */
.index-banner {
    width: 100%;
    height: 9.6rem;
    position: relative;
}

.indexBanner {
    height: 100%;
    width: 100%;
}

.indexBanner .swiper-slide {
    width: 100%;
    height: 100%;
}

.indexBanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner .swiper-pagination-bullet {
    border-radius: 0%;
    width: 0.7rem;
    height: 0.06rem;
}

.indexBanner .swiper-pagination-bullet-active {
    background: linear-gradient(to right, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) !important;
}

.indexBanner .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
}

.indexBanner .swiper-pagination {
    bottom: 1.19rem;
}

.lunbo-wenzi {
    position: absolute;
    top: 3rem;
    width: 100%;
}

.lunbo-wenzi-con1 {
    text-align: center;
    font-size: 0.54rem;
    font-family: Microsoft JhengHei-Bold, Microsoft JhengHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.54rem;
}

.lunbo-wenzi-con1 span {
    font-size: 0.54rem;
    font-family: Microsoft JhengHei-Bold, Microsoft JhengHei;
    font-weight: bold;
    background: linear-gradient(to bottom, #6EB929 0%, #0159AA 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.lunbo-wenzi-con2 {
    text-align: center;
    margin-top: 0.6rem;
    font-size: 0.24rem;
    font-family: Microsoft JhengHei-Regular, Microsoft JhengHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
}

/* 顶部轮播 end*/
/* 华晨产品 */
.index-productbg {
    padding: 1.2rem 0;
    background-image: url(../image/index/1.png);
    background-size: 100% 100%;
}

.index-product {
    margin: 0 auto;
}

.ip-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.18rem;
    margin-top: 0.4rem;
    text-align: center;
}

.ip-box {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ipb-k {
    cursor: pointer;
    margin-right: 0.2rem;
    padding: 0.1rem 0.09rem 0.25rem 0.11rem;
    width: 3.65rem;
    height: 3.35rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.18rem;
    text-align: center;
    background: #FFFFFF;
    border: 0.01rem solid;
    border-image: linear-gradient(180deg, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) 10;
}

.ipbk-img img {
    height: 2.6rem;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0.22rem;
}

.ipb-k:nth-child(4n) {
    margin-right: 0;
}

.ipb-k:hover {
    transition: .5s;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    font-weight: bold;
    color: #FFFFFF;
}

.ip-bottom {
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0.65rem;
    width: 1.5rem;
    height: 0.4rem;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
}

/* 华晨产品 end*/
/* 走进华晨 */
.index-aboutbg {
    background-image: url(../image/index/3.png);
    background-size: 100% 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.15rem;
}

.index-about {
    margin: 0 auto;
}

.ia-title {
    font-size: 0.48rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.48rem;
}

.ia-solid {
    margin-top: 0.48rem;
    width: 1.27rem;
    height: 0rem;
    border-bottom: 0.04rem solid;
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 10;
}

.ia-text {
    margin-top: 0.5rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.3rem;
}

.index-data-con {
    margin-top: 0.91rem;
}

.index-brief-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-brief {
    flex: 1;
    border-right: 3px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 5;
}

.index-brief:first-child {
    border-left: 3px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 5;
}

.index-brief-num span {
    font-size: 0.58rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.58rem;
    margin-right: 0.1rem;
}

.index-brief-num {
    text-align: center;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index-brief-p {
    margin-top: 0.3rem;
    text-align: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.18rem;
}

/* 走进华晨 end*/
/* 成功案例 */
.index-eg {
    margin: 0 auto;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}

.ie-box {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ieb-k img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.max {
    width: 7.6rem;
    height: 3.3rem;
}

.min {
    width: 3.6rem;
    height: 3.3rem;
}

.ieb-k {
    position: relative;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.ieb-k:nth-child(3n) {
    margin-right: 0;
}

.ieb-tc {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89deg, rgba(110, 185, 41, 0.6) 0%, rgba(1, 89, 170, 0.6) 100%);
    padding: 0.49rem 0.5rem;
}

.iebt-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.iebt-soil {
    margin-top: 0.21rem;
    width: 0.69rem;
    height: 0rem;
    border-bottom: 0.02rem solid;
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1)) 10;
}

.ieb-k:hover .ieb-tc {
    display: block;
}

/* 成功案例 end*/
/* 实力、资质、联系 */
.index-morebg {
    padding: 0.85rem 0;
    background-image: url(../image/index/10.png);
    background-size: 100% 100%;
}

.index-more {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.im-k {
    width: 3.7rem;
    height: 4.3rem;
    margin-right: 0.93rem;
    padding: 0.59rem 0.34rem;
}

.imk-img {
    width: 100%;
}

.imk-img img {
    margin: 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    object-fit: cover;
}

.imk-title {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
}

.imk-solid {
    margin: 0 auto;
    margin-top: .11rem;
    width: 0.54rem;
    height: 0rem;
    border-bottom: 0.02rem solid;
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 10;
}

.imk-text {
    width: 2.96rem;
    margin-top: 0.1rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.3rem;
}

.imk-moreh {
    display: none;
    margin-top: 0.46rem;
}

.imkm-h {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular,
        Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.imk-moreh img {
    margin-left: 0.12rem;
    width: 0.19rem;
    object-fit: cover;
    transition: .5s;
}

.imk-more {
    margin-top: 0.56rem;
    width: 100%;
}

.imk-more img {
    margin: 0 auto;
    width: 0.5rem;
    object-fit: cover;
}

.im-k:hover .imk-moreh {
    display: block;
}

.im-k:hover .imk-more {
    display: none;
}
.im-k:hover .imk-moreh img{
    transition: .5s;
    margin-right: -.7rem;
    margin-right: 0;
}
.im-k:hover {
    transition: .5s;
    margin-top: 8px;
    margin-bottom: -8px;
    background: linear-gradient(89deg, rgba(110, 185, 41, 0.6) 0%, rgba(1, 89, 170, 0.6) 100%);
}

/* 实力、资质、联系 end*/