﻿

/* 第一个 */
.index01{
    background: #f6f9fc;
    margin-top: -95px;
    padding-bottom: 70px;
}
.index01-container{
    width: 1400px;
    margin: 0 auto;
}
    .index01-container .hd ul{
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 10;
        margin-bottom: 50px;
    }
    .index01-container .hd ul li{
        display: inline-block;
        width: 170px;
        height: 180px;
        background: url(../img/index01-icon01.png) no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
        margin: 0 30px;
    }
    .index01-container .hd ul li:nth-child(2){
        background: url(../img/index01-icon02.png) no-repeat;
        background-size: 100% 100%;
    }
    .index01-container .hd ul li p{
        font-size: 20px;
        color: #666666;
        text-align: center;
        margin-top: 108px;
    }
    .index01-container .hd ul li:nth-child(1).on{
        background: url(../img/index01-icon01-h.png) no-repeat;
        background-size: 100% 100%;
    }
    .index01-container .hd ul li:nth-child(2).on{
        background: url(../img/index01-icon02-h.png) no-repeat;
        background-size: 100% 100%;
    }
    .index01-container .hd ul li.on p{
        color: #fff;
    }

    #index01-lbt1 .owl-item,#index01-lbt2 .owl-item{
       height: 510px;
       display: flex;
       width: 100%;
    }
    #index01-lbt1 .owl-item:nth-child(even),#index01-lbt2 .owl-item:nth-child(even) {
       align-items: flex-end;
    }
    #index01-lbt1 .item,#index01-lbt2 .item{
        width: 100%;
    }
    #index01-lbt1 .item .item-box,#index01-lbt2 .item .item-box{
        background: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        overflow: hidden;
        padding-bottom: 30px;
    }
    #index01-lbt1 .item-icon{
        text-align: center;
        margin-top: -16%;
        margin-bottom: 6%;
    }
    #index01-lbt1 .item-icon a img{
        display: inline-block;
        width: 33%;
    }
    #index01-lbt1 .item-txt{
        text-align: center;
    }
    #index01-lbt1 .item-txt a{
        display: inline-block;
        font-size: 26px;
        color: #000;
    }
  
    #index01-lbt1 .item-img,#index01-lbt2 .item-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 85.714%;
        position: relative;
    }
    #index01-lbt1 .item-img a,#index01-lbt2 .item-img a{
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #index01-lbt1 .item-img a img,#index01-lbt2 .item-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    #index01-lbt1 .item:hover .item-img img, #index01-lbt2 .item:hover .item-img img{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }
    #index01-lbt2 .item .item-txt{
        padding: 38px 50px 0;
    }

    #index01-lbt2 .item .item-txt h1 a{
        display: block;
        color: #000;
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    #index01-lbt2 .item .item-txt p a{
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }





/* 关于众恩 */
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
    .title h1{
        font-size: 30px;
        color: #28a9d6;
        font-weight: normal;
        display: inline-block;
    }
    .title  h1 span{
        font-size: 14px;
        color: #999;
        display: inline-block;
        margin-left: 10px;
    }
    .title p a{
        float: right;
        display: inline-block;
        width: 78px;
        line-height: 28px;
        text-align: center;
        border: 1px solid #28a9d6;
        font-size: 13px;
        color: #28a9d6;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .title p a:hover{
        color: #fff;
        background: #28a9d6;
    }


.index02{
    padding-top: 70px;
    padding-bottom: 70px;
}
    .index02-container{
        width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .index02-container .index02-left{
        display: inline-block;
        width: 700px;
    }


    .index02-video{
        width: 100%;
        border: none !important;
        vertical-align: top;
    }
    #myVideo{
        width: 100%;
        border: none !important;
outline: none;
    object-fit: fill;
    }
    .index02-video #myVideo video{
        outline: none;
        display: inline-block;
        width: 100%;
        background-size: cover;
        overflow: hidden !important;
    }
    .index02-video #myVideo video:focus{
        border: none !important;
        outline: none;
    }
    .video-txt p{
        margin-top: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .index02-right{
        display: inline-block;
        width: 620px;
    }

    .index02-news .news-top{
        display: flex;
        justify-content: space-between;
        padding-bottom: 29px;
        border-bottom: 1px solid #eaeaea;
    }
    .index02-news .news-top .news-img{
        display: inline-block;
        width: 240px;
    }
    .index02-news .news-top .news-img a{
        position: relative;
        display: inline-block;
        width: 100%;
        padding-bottom: 66.7%;
        overflow: hidden;
    }
    .index02-news .news-top .news-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .index02-news .news-top .news-img a img:hover{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }   
    .index02-news .news-txt{
        display: inline-block;
        width: 345px;
    }
    .index02-news .news-txt h1 a{
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 20px;
        color: #333;
        padding-right: 20px;
    }
    .index02-news .news-txt>a{
        display: inline-block;
        width: 100px;
        line-height: 40px;
        border:1px solid #28a9d6;
        color: #28a9d6;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 56px;
    }
    .index02-news .news-txt>a:hover{
        color: #fff;
        background: #28a9d6;
    }
    
    .index02-news .news-list ul{
        margin-top: 20px;
    }

    .index02-news .news-list ul li{
        padding-left: 16px;
        position: relative;
        margin-bottom: 30px;
    }
    .index02-news .news-list ul li:last-child{
        margin-bottom: 0;
    }
    .index02-news .news-list ul li::after{
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 2px;
        height: 2px;
        background: #333;
    }
    .index02-news .news-list ul li a{
        display: flex;
        justify-content: space-between;
    }
    .index02-news .news-list ul li a h1{
        display: block;
        width: 75%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 15px;
        color: #333;
        font-weight: normal;
    }
    .index02-news .news-list ul li a h1:hover{
        color: #28a9d6;
    }
    .index02-news .news-list ul li a span{
        font-size: 15px;
        color: #333;
    }


/* 经典案例 */ 
.index03{
    background: #f6f9fc;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
    .index03-container{
        width: 1400px;
        margin: 0 auto;
    }
    .index03-container .title{
        justify-content: center;
        padding-bottom: 0;
        border: none;
        margin-bottom: 66px;
    }

    #index03-lbt .item-box{
        box-sizing: border-box;
        border: 1px solid #eeeeee;
        width: 100%;
        padding-bottom: 90%;
        position: relative;
        margin-bottom: 20px;
    }
    #index03-lbt .item-box .item-img a{
        display: block;
        opacity: 1;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
}
    #index03-lbt .item-box .item-img a img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #index03-lbt .item-box .item-txt{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #eeeeee;
    }
    #index03-lbt .item-box .item-txt>div{
        padding: 36px 45px 0;
    }

    #index03-lbt .item-box .item-txt>div h1 a{
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 22px;
        font-weight: normal;
        color: #333;
        margin-bottom: 25px;
    }
    #index03-lbt .item-box .item-txt>div p a{
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        height: 95px;
        margin-bottom: 20px;
    }
    #index03-lbt .item-box .item-txt>div span a{
        float: right;
        font-size: 16px;
        color: #28a9d6;
    }

    #index03-lbt .item-box:hover .item-img a{
        opacity: 0;
    }

    .index03-lbt .owl-carousel{
        padding-bottom: 5%;
    }
    .index03-lbt .owl-carousel .owl-controls .owl-nav .owl-prev,
    .index03-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
        display: inline-block;
        width: 45px;
        height: 45px;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
    }
    .index03-lbt .owl-carousel .owl-controls .owl-nav .owl-prev{
        background: url(../img/people-arrow.png) no-repeat;
        background-size: 100% 100%;
        left: calc(49% - 45px);
    }
    .index03-lbt .owl-carousel .owl-controls .owl-nav .owl-next{
        background: url(../img/people-arrow.png) no-repeat;
        background-size: 100% 100%;
        right: calc(49% - 45px);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .index03-lbt .owl-carousel .owl-controls .owl-nav .owl-prev:hover{
        background: url(../img/people-arrow-h.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .index03-lbt .owl-carousel .owl-controls .owl-nav .owl-next:hover{
        background: url(../img/people-arrow-h.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

#index03-lbt .item-box .item-img{
width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
    #index03-lbt .item-box .item-img a {
    display: flex;
    opacity: 1;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    align-items: center;
    justify-content: center;
}

/* #index03-lbt .item-box .item-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
} */



/* 修改2021.01.25 */
.index01-container,.index02-container,.index03-container{
    width: 1100px;
}
.index02-container .index02-left{
    width: 50%;
}
.index02-container .index02-right{
    width: 44.5%;
}
.index02-news .news-top .news-img {
    display: inline-block;
    width: 48%;
}
.index02-news .news-txt {
    display: inline-block;
    width: 48%;
}
.index02-news .news-txt h1 a {
    font-size: 17px;
}
.index02-news .news-top {
    padding-bottom: 20px;
}
.index02-news .news-list ul li {
    padding-left: 14px;
    margin-bottom: 18px;
}
.index02-news .news-list ul li a h1,.index02-news .news-list ul li a span {
    font-size: 13px;
}
.index03-container .title {
    margin-bottom: 40px;
}

