

/* 顶部大图 */

.tap_img{
    width: 100%;
    height: auto;
    animation: tap_img 1.5s 1
}
.tap_img a{display: block;}
.tap_img a img{max-width: 100%;height: auto;}
@keyframes tap_img{
    from{
        opacity: 0;
        transform: translateY(-200px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* 沪利环境 */

.h_public .h_tent .text1{
    align-items: center;
    animation: hu_li3 1s 1
}
.h_public .h_tent .text1 p{
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: 30px;
    margin: 30px 0;
    text-indent: 2rem;
}
.h_public .h_tent .text1 .text_click{
    display: flex;
}
.h_public .h_tent .text1 .text_click a{
    font-size: 16px;
    color: #1a88d0;
    padding: 8px 50px;
    border: 2px solid #1a88d0;
    border-radius: 60px;
}
.h_public .h_tent .text_ul{
    width: 100%;
    margin-top: 50px;
}
.h_public .h_tent .text_ul li{
    align-items: center;
    width: 25%;
    border-right: 1px dotted #bfbfbf;
}
.h_public .h_tent .text_ul li:nth-child(4){
    border-right: 1px dotted #bfbfbf00;
}
.h_public .h_tent .text_ul li .li_img{
    width: auto;
    height: auto;
}
.h_public .h_tent .text_ul li .li_img img{
    max-width: 100%;
    height: auto;
}
.h_public .h_tent .text_ul li .li_span{
    font-size: 13px;
    color: #666666;
    margin: 15px 25px;
}
.h_public .h_tent .text_ul li .li_p{
    font-size: 44px;
    color: #333333;
    font-weight: bold;
}
.h_public .h_tent .text_ul li .li_p span{
    font-size: 18px;
    color: #666666;
}

.h_public .h_tent .text_ul li:nth-child(1){
    animation: hu_li1 1s 1
}
.h_public .h_tent .text_ul li:nth-child(2){
    animation: hu_li1 .5s 1
}
.h_public .h_tent .text_ul li:nth-child(3){
    animation: hu_li2 .5s 1
}
.h_public .h_tent .text_ul li:nth-child(4){
    animation: hu_li2 1s 1
}
@keyframes hu_li1{
    from{
        opacity: 0;
        transform: translateX(-200px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes hu_li2{
    from{
        opacity: 0;
        transform: translateX(200px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes hu_li3{
    from{
        opacity: 0;
        transform: translateY(-200px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* 业务领域 */
.h_back{
    margin-top: 40px;
    background-image: url(../img/index4_02.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #eeeeee;
}

.h_back .h_tent .h_tit3 p{
    color: #fff;
}
.h_back .h_tent .text1 p{
    color: #fff;
}
.h_back .h_tent .tow{
    width: 100%;
    margin-top: 40px;
}
.h_back .h_tent .tow .left_ul{
    width: 50%;
    height: 520px;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fff;
    box-shadow: 2px 5px 16px 1px #dbdbdb;
    animation: hu_li1 1s 1
}
.h_back .h_tent .tow .left_ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}
.h_back .h_tent .tow .left_ul li p{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
}
.h_back .h_tent .tow .right_video{
    width: 50%;
    height: 520px;
    overflow: hidden;
    animation: hu_li2 1s 1
}
.h_back .h_tent .tow .right_video video{
    width: 100%;
    height: 100%;
}
.h_back .h_tent .tow .right_video iframe{
    width: 100%;
    height: 100%;
}

/* 经典案例 */

.bot_swiper .swiper-container {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.bot_swiper .swiper-slide {
    font-size: 18px;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.h_public .h_tent .h_tit2 span{color: #999999;}
.h_public .h_tent .bot_swiper{
    margin-top: 30px;
    position: relative;
}
.h_public .h_tent .bot_swiper .swiper-slide{
    transition: all .5s;
}
.h_public .h_tent .bot_swiper .swiper-slide .swiper_p{
    margin: 30px 0 20px;
    padding-left: 30px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}
.h_public .h_tent .bot_swiper .swiper-slide span{
    padding: 0 30px;
    color: #666666;
    font-size: 16px;
    text-align: left;
}
.h_public .h_tent .bot_swiper .swiper-slide .i{
    margin: 25px 0;
}
.h_public .h_tent .bot_swiper .swiper-slide .i .iconarrowRight{
    padding: 0 30px;
    float: right;
    color: #1a88d0;
    font-size: 22px;
}

.h_public .h_tent .bot_swiper .swiper-button-next{
    right: -80px;
    color: #676767;
    border: 1px solid #676767;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    --swiper-navigation-size: 26px;
}
.h_public .h_tent .bot_swiper .swiper-button-prev{
    left: -80px;
    color: #676767;
    border: 1px solid #676767;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    --swiper-navigation-size: 26px;
}
.h_public .h_tent .bot_swiper .swiper-slide:hover{
    margin-top: -10px;
    box-shadow: 0px 6px 6px 0px #dbdbdb;
}
.h_public .h_tent .bot_swiper .swiper-slide:hover .swiper_p{
    color: #1a88d0;
}


/* 新闻资讯 */
.h_xw{
    background-color:#fdfdfe;
    background-image: url(../img/首页4_04.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center bottom;
    padding: 10px 0 36px 0;
}
.h_public .h_tent .zy{
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}
.h_public .h_tent .zy .zy_left{
    width: 49%;
    animation: hu_li1 1.5s 1
}
.h_public .h_tent .zy .zy_left .left_img{
    width: 100%;
    height: auto;
}
.h_public .h_tent .zy .zy_left .left_img img{
    width: 100%;
    height: auto;
}
.h_public .h_tent .zy .title{
    padding: 24px 30px 30px 20px;
    background-color: #fff;
}
.h_public .h_tent .zy .title .title_num{
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #dbdbdb;
}
.h_public .h_tent .zy .title .title_num .num_p{
    color: #454545;
    font-size: 49px;
    font-weight: bold;
    margin-bottom: 5px;
}
.h_public .h_tent .zy .title .title_num .num_span{
    font-size: 18px;
    color: #666666;
}
.h_public .h_tent .zy .title .text .text_p{
    font-size: 16px;
    color: #333333;
}
.h_public .h_tent .zy .title .text .text_span{
    font-size: 14px;
    color: #777777;
}

.h_public .h_tent .zy .zy_right{
    width: 49%;
}
.h_public .h_tent .zy .zy_right .title:nth-child(2){
    margin: 12px 0;
}

.h_public .h_tent .zy .zy_right .title:nth-child(1){
    animation: hu_li2 .5s 1
}
.h_public .h_tent .zy .zy_right .title:nth-child(2){
    animation: hu_li2 1.5s 1
}
.h_public .h_tent .zy .zy_right .title:nth-child(3){
    animation: hu_li2 2.5s 1
}
@media (min-width:1200px){
    .h_public .h_tent .zy .zy_left .left_img{height:321px;overflow: hidden;}
}

@media (max-width:767px){
    /* .沪利环境 */
    .h_public .h_tent .text1 p {
        font-size: 14px;
        line-height: 24px;
    }
    .h_public .h_tent .text1 .text_click a {
        font-size: 14px;
        padding: 6px 40px;
    }
    .h_public .h_tent .text_ul{
        flex-wrap: wrap;
    }
    .h_public .h_tent .text_ul li {
        align-items: center;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .h_public .h_tent .text_ul li:nth-child(2n){
        margin-right: 0;
        border-right: 1px dotted #bfbfbf00;
    }
    .h_public .h_tent .text_ul li .li_p {
        font-size: 30px;
    }
    .h_public .h_tent .text_ul li .li_p span {
        font-size: 14px;
    }
    /* 业务领域 */
    .h_back {
        margin-top: 20px;
        background-size: auto 100%;
    }
    .h_back .h_tent .tow{
        flex-direction: column;
        margin-top: 0;
    }
    .h_back .h_tent .tow .left_ul {
        width: 100%;
        height: auto;
        padding: 30px 15px;
    }
    .h_back .h_tent .tow .left_ul li{
        margin-bottom: 20px;
    }
    .h_back .h_tent .tow .left_ul li .li_img{
        text-align: center;
    }
    .h_back .h_tent .tow .left_ul li .li_img img{
        max-width: 80%;
    }
    .h_back .h_tent .tow .left_ul li p {
        font-size: 14px;
    }
    .h_back .h_tent .tow .right_video {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    /* 经典案例 */
    .h_public .h_tent .bot_swiper .swiper-button-next,
    .h_public .h_tent .bot_swiper .swiper-button-prev{
        display: none;
    }
    /* 新闻资讯 */
    .h_public .h_tent .zy{
        flex-wrap: wrap;
    }
    .h_public .h_tent .zy .zy_left,
    .h_public .h_tent .zy .zy_right{
        width: 100%;
    }
    .h_public .h_tent .zy .title .title_num .num_p{
        font-size: 38px;
    }
    .h_public .h_tent .zy .title .title_num .num_span,
    .h_public .h_tent .zy .title .text .text_span {
        font-size: 12px;
    }
    .h_public .h_tent .zy .title .text .text_p {
        font-size: 14px;
    }
    .h_public .h_tent .zy .title {
        padding: 24px 0px 0 0px;
    }
    .h_public .h_tent .zy .zy_right .title:nth-child(2) {
        margin: 0 0;
    }

    /* 案例展示 */
    .h_public .h_tent .bot_swiper .swiper-slide .swiper_p{
        margin: 10px 0;
        font-size: 16px;
    }
    .h_public .h_tent .bot_swiper .swiper-slide span{
        font-size: 14px;
    }
    .h_public .h_tent .bot_swiper .swiper-slide .i {
        margin: 10px 0;
    }
}

@media (max-width:991px) and (min-width:768px){

    .h_back{
        background-size: auto auto;
    }
    .h_back .h_tent .tow .left_ul{
        height: auto;
        padding: 30px 15px;
    }
    .h_back .h_tent .tow .left_ul li p {
        font-size: 14px;
    }
    .h_back .h_tent .tow .left_ul li{
        margin-bottom: 30px;
    }
    .h_back .h_tent .tow .right_video{
        height: auto;
    }
    .h_xw{
        background-size: auto auto;
    }
    .h_public .h_tent .bot_swiper .swiper-button-next,
    .h_public .h_tent .bot_swiper .swiper-button-prev{
        display: none;
    }
    .h_xw .h_tent{
        padding: 0 15px;
    }
}

@media (min-width:992px) and (max-width:1024px){
    .h_public .h_tent {
        width: 100%;
        padding: 20px 15px;
    }
    .h_back{
        background-size: auto auto;
    }
    .h_xw{
        background-size: auto auto;
        padding: 10px 0 28px 0;
    }
    .h_public .h_tent .bot_swiper .swiper-slide .swiper_img img{
        width: 100%;
        height: auto;
    }
    .h_back .h_tent .tow .left_ul,
    .h_back .h_tent .tow .right_video{
        height: auto;
    }
    .h_back .h_tent .tow .left_ul li{
        margin-bottom: 30px;
    }
}
































