@charset "utf-8";

.nav-business { border-bottom: 2px solid #0069B7; color: #0069B7;}


.project-wrap{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.project-box{
    width: 96%;
    float: left;
    padding: 35px 2%;
    background: #F6F6F6;
    margin-top: 30px;
}
.project-img{
    width: 360px;
    height: 235px;
    float: left;
    object-fit: cover;
}
.project-tbox{
    display: block;
    height: 200px;
    margin-left: 380px;
    margin-top: 20px;
}
.project-title{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-text{
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #9F9F9F;
    display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.project-more{
    width: 150px;
    height: 35px;
    float: left;
    border:1px solid #CBCBCB;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #989898;
    margin-top: 20px;
}
.project-box:hover .project-more{
    background: #0168B7;
    border:1px solid #0168B7;
    color: #fff;
}
.more-icon{
    width: 16px;
    height: 9px;
    display: inline-block;
    background: url(../images/project-icon1.png) no-repeat center center;
    background-size: 100%;
    margin-left: 5px;
}
.project-box:hover .more-icon{
    background: url(../images/project-icon2.png) no-repeat center center;
    background-size: 100%;
}
/**/
.project-d-box{
    width: 100%;
    float: left;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px;
    margin-top: 70px;
}
.project-d-title{
    width: 100%;
    float: left;
    font-size: 34px;
    color: #313131;
    margin-bottom: 15px;
}
.project-d-tbox{
    width: 100%;
    float: left;
    font-size: 34px;
    color: #636363;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.project-d-tbox i{color: #0863B2;}
.project-d-text{
    width:100%;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    text-indent: 28px;
}
.project-d-img{
    width: 48%;
    float: left;
    margin-right: 4%;
    height:330px;
    object-fit: cover;
    margin-top: 40px;
}
.project-d-img:nth-child(2n){margin-right: 0px;}



.c-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.business-page .conInner {
    overflow: hidden;
}
.business-page .navs {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}
.business-page .navs .item {
    width: 261px;
    text-align: center;
    height: 67px;
    line-height: 67px;
    background: #999999;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 40px;
}
.business-page .navs .item:last-child {
    margin-right: 0;
}
.business-page .navs .item.active {
    background: #0068B7;
}
.business-page .lists {
    padding-bottom: 120px;
}
.business-page .list {
    display: none;
}
.business-page .list.active {
    display: block;
}
.business-page01 .desc {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    margin: 57px 0 70px;
}
.business-page01 .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.business-page01 .content-box {
    padding: 0 28px;
    box-sizing: border-box;
    margin-top: 50px;
}
.business-page01 .item {
    width: 20%;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.business-page01 .item img {
    max-width: 100%;
}
.business-page01 .item::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #CCCCCC;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.business-page01 .item:nth-child(5n)::after {
    display: none;
}
.business-page02 .texts {
    color: #333333;
    font-size: 16px;
    padding: 60px 20px 0;
    box-sizing: border-box;
}
.business-page02 .texts img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.business-page03 .link {
    width: 20%;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.business-page03 .tit {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.business-page03 .text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.business-page03 .icon {
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;

}
.business-page03 .icon img {
    transition: all .3s;
    max-height: 58px;
}
.business-page03 .num {
    font-size: 44px;
    font-weight: bold;
    color: #C9C9C9;
}
.business-page03 .line {
    width: 52px;
    height: 3px;
    background: #0560AF;
    margin-top: 13px;
}
.business-page03 .texts {
    height: 226px;
    padding: 28px 15px 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.business-page03 .link:nth-child(2n-1) .texts {
    background: #0179D3;
}
.business-page03 .link:nth-child(2n-1) .icon {
    height: 124px;
}
.business-page03 .link:nth-child(2n-1) .othet {
    height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business-page03 .link:nth-child(2n-1) .othet .num {
    margin-top: 20px;
}
.business-page03 .link:nth-child(2n) .othet .num {
    margin-top: 30px;
}
.business-page03 .link:nth-child(2n) .icon {
    height: 98px;
}
.business-page03 .link:nth-child(2n) .othet {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business-page03 .link:nth-child(2n) .texts {
    background: #0560AF;
}
.business-page03 .link:nth-child(2n) {
    flex-direction: column-reverse;
    display: flex;
}
.business-page03 .content {
    margin-top: 75px;
}
@media only screen and (min-width: 960px) {
    .business-page03 .link:hover .icon img {
        transform: rotateY(180deg);
    }
    .business-page03 .link:hover .texts {
        background: #1a3c86;
    }
}
@media only screen and (max-width: 1200px) {
    .business-page .lists {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1024px) {
    .business-page .navs .item {
        width: 180px;
        text-align: center;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        color: #FFFFFF;
        margin-right: 20px;
    }
    .business-page01 .desc {
        padding: 0 15px;
        margin: 38px 0 50px;
    }
    .business-page .lists {
        padding-bottom: 80px;
    }
    .business-page01 .content-box {
        margin-top: 10px;
    }
    .business-page01 .content-box {
        padding: 0 15px;
    }
    .business-page02 .texts {
        padding: 38px 0 0;
    }
    .business-page03 .icon img {
        max-height: 45px;
    }
    .business-page03 .num {
        font-size: 36px;
    }
    .business-page03 .link {
        width: 33.33%;
    }
    .business-page03 .content {
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .business-page .conInner {
        width: 92%;
    }
    .business-page01 .content-box {
        padding: 0;
    }
    .business-page .navs .item {
        width: auto;
        padding: 0 6px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-right: 15px;
    }
    .business-page .navs {
        margin-top: 30px;
    }
    .business-page .lists {
        padding-bottom: 30px;
    }
    .business-page01 .desc {
        padding: 0;
        margin: 20px 0 30px;
        font-size: 14px;
    }
    .business-page01 .item {
        width: 33.33%;
    }
    .business-page01 .item:nth-child(5n):after {
        display: block;
    }
    .business-page01 .item:nth-child(3n):after {
        display: none;
    }
    .business-page02 .texts {
        font-size: 14px;
        line-height: 24px;
        padding: 25px 0 0;
    }
    .business-page03 .link {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .business-page03 .icon {
        display: none;
    }
    .business-page03 .link:nth-child(2n) .othet {
        height: auto;
    }
    .business-page03 .link:nth-child(2n-1) .othet {
        height: auto;
    }
    .business-page03 .num {
        font-size: 28px;
        margin-top: 20px;
    }
    .business-page03 .texts {
        height: auto;
    }
    .business-page03 .text {
        -webkit-line-clamp: initial;
    }
    .business-page03 .tit {
        -webkit-line-clamp: 1;
    }
    .business-page03 .link .othet {
        padding-bottom: 20px;
    }
    .business-page03 .line {
        margin-top: 5px;
    }

    .project-img {
        width: 100%;
        float: initial;
    }
    .project-tbox {
        height: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    .project-d-box{
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .project-d-img{
        margin-top: 20px;
    }
    .detail-page {
        width: 100%;
        margin: 30px 0px 0;
    }
}