.swiper-banner{
    z-index: 1;
}


/*卡片区域*/
.card-icon-ul{
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
    position: relative;
    z-index: 6;
}
.card-icon-ul li{
    width: 260px;
    height: 300px;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 1px 20px rgba(113, 113, 113, 0.16);
    text-align: center;
    transition: all .3s;
}
.card-img img{
    width: 55px;
    margin-top: 50px;
}
.card-icon-ul li h3{
    font-size: 22px;
    color: #787878;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}
.card-icon-ul li span{
    font-size: 14px;
    color: #787878;
}
.card-icon-ul .mt-40{
    margin-top: -40px;
}
.card-icon-ul .mt-80{
    margin-top: -80px;
}
.card-icon-ul li:hover{
    transform: translateY(-10px);
}

/*首页分类轮播*/
.swiper-container-icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.swiper-container-icon .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-container-icon .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.card-slide-item{
    width: 260px;
    min-height: 300px;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 1px 20px rgba(113, 113, 113, 0.16);
    text-align: center;
    transition: all .3s;
    padding: 0 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.card-slide-item .card-img img{
    width: 100px;
    height: 100px;
    margin-top: 30px;
    transition: all .3s;
}
.card-slide-item .card-img img:hover{
    transform: scale(1.2);
}
.card-slide-item h3{
    font-size: 20px;
    color: #787878;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}
.card-slide-item span{
    font-size: 14px;
    color: #787878;
}
.swiper-icon-yd{
    display: none;
}


/*公司简介*/
.introduce-l{
    width: 940px;
    position: relative;
}
.introduce-l img{
    width: 940px;
    height: 495px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.introduce-l img:hover{
    box-shadow: 0 1px 6px rgba(0,2,2,0.3);
    transform: translateY(-10px);
}
.introduce-con{
    background: rgba(240, 248, 247, 0.9);
    padding: 30px;
    position: relative;
    z-index: 2;
    margin-top: -70px;
    width: 800px;
    margin-left: 40px;
}
.introduce-con h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.introduce-con p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
    color: #5b5b5b;
}
.introduce-con a{
    font-weight: bold;
    font-size: 16px;
    color: #005ca2;
    margin-top: 20px;
    display: block;
}

.introduce-r{
    width: 412px;
}
.introduce-r-img{
    width: 412px;
    height: 282px;
    transition: all .3s;
}
.introduce-r-img:hover{
    box-shadow: 0 1px 6px rgba(0,2,2,0.3);
    transform: translateY(-10px);
}
.introduce-r-info{
    margin-top: 20px;
    width: 412px;
}
.introduce-r p{
    font-size: 16px;
    line-height: 35px;
    color: #5b5b5b;
}

/*标准化  专业化  国际化*/
.main1{
    margin-top: 100px;
}
.main1-l{
    width: 765px;
    height: 540px;
    background: rgba(240, 248, 247, 0.9);
    padding-top: 42px;
    text-align: center;
}
.main1-l h6{
    font-size: 18px;
    color: #878787;
    font-weight: 400;
}
.main1-l h3{
    font-size: 24px;
    color: #333;
    margin-top: 12px;
    margin-bottom: 30px;
}
.main1-l img{
    width: 95%;
}
.main1-l a{
    width: 208px;
    height: 42px;
    border-radius: 42px;
    border: 1px solid #0a62a5;
    color: #0a62a5;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.main1-r{
    width: 634px;
    height: 581px;
    background: url(../img/img4.jpg) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-size: cover;
}
.main1-r-icon{
    width: 76px;
    height: 76px;
}


/*最新动态*/
.main2{
    margin-top: 100px;
}
.main2 h3{
    font-size: 30px;
    color: #000;
    margin-bottom: 70px;
}
.main2-ul li{
    margin-bottom: 70px;
}
.main2-li-img{
    width: 683px;
    height: 365px;
    transition: all .3s;
}
.main2-li-img:hover{
    box-shadow: 0 1px 6px rgba(0,2,2,0.3);
    transform: translateY(-10px);
}
.main2-li-r{
    background: #F0F8F7;
    width: 677px;
    padding: 40px 20px;
    margin-top: 36px;
}
.main2-li-r h6{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.main2-li-r p{
    font-size: 16px;
    color: #777;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main2-li-ft a{
    font-weight: bold;
    font-size: 16px;
    color: #0a62a5;
    margin-top: 34px;
}
.date-d{
    font-weight: bold;
    font-size: 44px;
    color: #949494;
}
.date-m{
    font-size: 16px;
    color: #949494;
}











