﻿/* 公司简介 */
.index_company{
    padding: 130px 0 200px;
    background: url(../images/index_company_background.jpg) no-repeat;
    background-size: cover !important;
}
.index_company .content{
    width: 83.3%;
    margin: 0 auto;
}
.index_company .content .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.index_company .content .top h1{
    font-size: 36px;
    font-weight: normal;
    color: #999999;
    line-height: 30px;
    margin-bottom: 0;
}
.index_company .content .top h1 span{
    font-size: 36px;
    color: #0676ff;
    display: inline-block;
}
.index_company .content .top h1 p{
    font-size: 26px;
    display: inline-block;
    color: #999999;
    margin-bottom: 0;
}
.index_company .content .top .more a{
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 23px;
    color: #666666;
    font-size: 14px;
}
.index_company .content .top .more a:hover{
    background: #0676ff;
    border: 1px solid #0676ff;
    color: #ffffff;
}
.index_company .content .bottom{
    display: flex;
    justify-content: space-between;
}
.index_company .content .bottom .left{
    width: 50%;
}
.index_company .content .bottom .left .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 52.5%;
    overflow: hidden;
    cursor: pointer;
}
.index_company .content .bottom .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_company .content .bottom .left .list_img .img img{
    width: 100%;
    transition: all .5s linear;
}
.index_company .content .bottom .left .list_img:hover .img img{
    transform: scale(1.1);
}
.index_company .content .bottom .right{
    width: 45%;
}
.index_company .content .bottom .right p{
    margin-top: 30px;
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 40px;
}
.index_company .content .bottom .right .boxlist{
    display: flex;
    justify-content: space-around;
}
.index_company .content .bottom .right .boxlist .list{
    width: 16.6%;
}
.index_company .content .bottom .right .boxlist .list .list_img{
    width: 100%;
    padding-bottom: 98%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #000000;
}
.index_company .content .bottom .right .boxlist .list .list_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_company .content .bottom .right .boxlist .list .list_img a img{
    width: 100%;
    filter: invert(60%);
}
.index_company .content .bottom .right .boxlist .list:hover .list_img{
    background: #0676ff;
    border: 1px solid #0676ff;
}
.index_company .content .bottom .right .boxlist .list:hover .list_img a img{
    filter: invert(0%);
}
.index_company .content .bottom .right .boxlist .list .list_txt{
    text-align: center;
    margin-top: 10px;
}
.index_company .content .bottom .right .boxlist .list .list_txt a{
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    transition: all .5s linear;
}
.index_company .content .bottom .right .boxlist .list:hover .list_txt a{
    color: #0676ff;
}
@media (max-width:1800px){
    .index_company .content .bottom .right p{
        margin-top: 0px;
    }
}
@media (max-width:1600px){
    .index_company .content .bottom .right p{
        line-height: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width:1200px){
    .index_company .content{
        width: 95%;
        margin: 0 auto;
    }
    .index_company .content .top h1{
        font-size: 26px;
    }
    .index_company .content .top h1 span{
        font-size: 26px;
    }
    .index_company .content .top h1 p{
        font-size: 20px;
    }
    .index_company .content .bottom .right p{
        font-size: 14px;
    }
    .index_company .content .bottom .right .boxlist .list .list_txt a{
        font-size: 14px;
    }
}
@media (max-width:1000px){
    .index_company .content .bottom{
        flex-wrap: wrap;
    }
    .index_company .content .bottom .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .index_company .content .bottom .right{
        width: 100%;
    }
    .index_company{
        padding: 90px 0 150px;
    }
    .index_company .content .top .more a{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width:550px){
    .index_company .content .top h1 span{
        font-size: 20px;
    }
    .index_company .content .top h1{
        font-size: 20px;
    }
    .index_company .content .top h1 p{
        font-size: 16px;
    }
    .index_company .content .top .more a {
        width: 120px;
        height: 36px;
        line-height: 35px;
        font-size: 12px;
    }
    .index_company .content .top{
        margin-bottom: 20px;
    }
    .index_company .content .bottom .left{
        margin-bottom: 20px;
    }
    .index_company .content .bottom .right p{
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .index_company .content .bottom .right .boxlist .list .list_txt a{
        font-size: 12px;
        line-height: 20px;
    }
    .index_company{
        padding: 60px 0 60px;
    }
}

/* 产品中心 */
.index_product{
    padding: 90px 0 100px;
    background: url(../images/index_product_background.jpg) no-repeat right;
    background-size: cover !important;
}
.index_product .content{
    width: 83.3%;
    margin: 0 auto;
}
.index_product .content .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 66%;
}
.index_product .content .top h1{
    font-size: 36px;
    font-weight: normal;
    color: #999999;
    line-height: 30px;
    margin-bottom: 0;
}
.index_product .content .top h1 span{
    font-size: 36px;
    color: #0676ff;
    display: inline-block;
}
.index_product .content .top h1 p{
    font-size: 26px;
    display: inline-block;
    color: #999999;
    margin-bottom: 0;
}
.index_product .content .top .more a{
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 23px;
    color: #666666;
    font-size: 14px;
}
.index_product .content .top .more a:hover{
    background: #0676ff;
    border: 1px solid #0676ff;
    color: #ffffff;
}
.index_product .content .bottom{
    width: 66%;
}
.index_product .content .bottom .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.index_product .content .bottom .boxlist .list{
    width: 32.3%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
}
.index_product .content .bottom .boxlist .list:nth-child(3),
.index_product .content .bottom .boxlist .list:nth-child(6),
.index_product .content .bottom .boxlist .list:nth-child(9){
    margin-right: 0%;
}
.index_product .content .bottom .boxlist .list .list_img{
    width: 100%;
    padding-bottom: 55.8%;
    position: relative;
    transition: all .5s linear;
    box-shadow: 5px 5px 10px rgba(000, 000, 000, .2);
}
.index_product .content .bottom .boxlist .list .list_img > .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_product .content .bottom .boxlist .list .list_img > .img img{
    width: 100%;
    transition: all .5s linear;
}
.index_product .content .bottom .boxlist .list:hover .list_img{
    box-shadow: 9px 9px 21px rgba(000, 000, 000, .34);
}

.index_product .content .bottom .boxlist .list .list_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: rgba(000, 000, 000, .75);
    transform: scale(0);
}
.index_product .content .bottom .boxlist .list .list_img a .img{
    display: inline-block;
    width: 20%;
}
.index_product .content .bottom .boxlist .list .list_img a .img img{
    width: 100%;
}
.index_product .content .bottom .boxlist .list:hover .list_img a{
    transform: scale(1);
}
.index_product .content .bottom .boxlist .list .list_txt{
    text-align: center;
    margin-top: 5px;
}
.index_product .content .bottom .boxlist .list .list_txt a{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    transition: all .5s linear;
}
.index_product .content .bottom .boxlist .list:hover .list_txt a{
    color: #000000;
}
@media (max-width:1200px){
    .index_product .content .top h1{
        font-size: 26px;
    }
    .index_product .content .top h1 span{
        font-size: 26px;
    }
    .index_product .content .top h1 p {
        font-size: 20px;
    }
    .index_product .content{
        width: 95%;
        margin: 0 auto;
    }
    .index_product .content .top{
        width: 80%;
    }
    .index_product .content .bottom{
        width: 80%;
    }
}
@media (max-width:1000px){
    .index_product .content .top{
        width: 100%;
    }
    .index_product .content .bottom{
        width: 100%;
    }
    .index_product .content .top .more a{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width:760px){
    .index_product .content .bottom .boxlist{
        justify-content: space-between;
    }
    .index_product .content .bottom .boxlist .list{
        width: 48%;
        margin-right: 0;
    }
    .index_product{
        padding: 90px 0 100px;
        background: url(../images/index_product_background.jpg) no-repeat left;
        background-size: cover !important;
    }
}
@media (max-width:550px){
    .index_product .content .top h1{
        font-size: 20px;
    }
    .index_product .content .top h1 span{
        font-size: 20px;
    }
    .index_product .content .top h1 p{
        font-size: 16px;
    }
    .index_product .content .top .more a{
        width: 120px;
        height: 36px;
        line-height: 35px;
        font-size: 12px;
    }
    .index_product{
        padding: 60px 0;
    }
    .index_product .content .top{
        margin-bottom: 20px;
    }
    .index_product .content .bottom .boxlist .list .list_txt a{
        font-size: 12px;
    }
}

/* 应用解决方案 */
.index_solution{
    padding: 90px 0;
    position: relative;
    background: #f2f2f2;
    z-index: 1;
}
.index_solution .index_solution_background{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #05356b;
    z-index: 2;
}
.index_solution .index_solution_background img{
    width: 100%;
    opacity: .05;
}
.index_solution .content{
    width: 83.3%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.index_solution .content .top{
    margin-bottom: 80px;
    text-align: center;
}
.index_solution .content .top h1{
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 0;
}
.index_solution .content .top h1 span{
    font-size: 36px;
    color: #ffffff;
    display: inline-block;
}
.index_solution .content .top h1 p{
    font-size: 26px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
}
.index_solution .content .bottom{
    width: 100%;
    margin-bottom: 20px;
}
.index_solution .content .bottom .owl-carousel{
    width: 91%;
    margin: 0 auto;
    padding: 0 1%;
}
.index_solution .content .bottom .owl-carousel .owl-stage-outer{
    padding: 1% 0;
}
.index_solution .content .bottom .owl-carousel .owl-controls .owl-nav .owl-prev{
    position: absolute;
    left: -4.9%;
    top: 50%;
    width: 22px;
    height: 42px;
    background: url(../images/index_solution_left.png) no-repeat center center;
    background-size: 100%;
    transform: translateY(-50%);
}
.index_solution .content .bottom .owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    right: -4.9%;
    top: 50%;
    width: 22px;
    height: 42px;
    background: url(../images/index_solution_right.png) no-repeat center center;
    background-size: 100%;
    transform: translateY(-50%);
}
.index_solution .content .bottom .owl-carousel .item{
    box-shadow: 5px 5px 10px rgba(000, 000, 000, .15);
    transition: all .5s linear;
}
.index_solution .content .bottom .owl-carousel .item a{
    display: inline-block;
    width: 100%;
    padding: 30% 10% 10% 10%;
    background: #ffffff;
    transition: all .5s linear;
}
.index_solution .content .bottom .owl-carousel .item a h1{
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
}
.index_solution .content .bottom .owl-carousel .item a .item_img{
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
    margin-bottom: 20px;
}
.index_solution .content .bottom .owl-carousel .item a .item_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_solution .content .bottom .owl-carousel .item a .item_img .img img{
    width: 100%;
    transition: all .5s linear;
}
.index_solution .content .bottom .owl-carousel .item:hover a .item_img .img img{
    transform: scale(1.1);
}
.index_solution .content .bottom .owl-carousel .item a p{
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 0px;
    height: 128px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transition: all .5s linear;
}
.index_solution .content .bottom .owl-carousel .item:hover{
    box-shadow: none;
}
.index_solution .content .bottom .owl-carousel .item:hover a{
    box-shadow: none;
    background: #0676ff;
}
.index_solution .content .bottom .owl-carousel .item:hover a h1{
    color: #ffffff;
}
.index_solution .content .bottom .owl-carousel .item:hover a p{
    color: #ffffff;
}
.index_solution .content .more{
    text-align: center;
}
.index_solution .content .more a{
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 23px;
    color: #666666;
    font-size: 14px;
}
.index_solution .content .more a:hover{
    background: #0676ff;
    border: 1px solid #0676ff;
    color: #ffffff;
}
@media (max-width:1200px){
    .index_solution .content{
        width: 95%;
    }
    .index_solution .content .top h1{
        font-size: 26px;
    }
    .index_solution .content .top h1 span{
        font-size: 26px;
    }
    .index_solution .content .top h1 p{
        font-size: 20px;
    }
    .index_solution .content .top{
        margin-bottom: 60px;
    }
    .index_solution .content .bottom .owl-carousel .item a h1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index_solution .content .bottom .owl-carousel .item a p{
        font-size: 13px;
        line-height: 26px;
        height: 104px;
    }
    .index_solution .content .more a{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .index_solution .content .bottom .owl-carousel .owl-controls .owl-nav .owl-prev{
        width: 16px;
        height: 30px;
    }
    .index_solution .content .bottom .owl-carousel .owl-controls .owl-nav .owl-next{
        width: 16px;
        height: 30px;
    }
    .index_solution{
        padding: 80px 0;
    }
    .index_solution .content .bottom .owl-carousel .item a .item_img{
        margin-bottom: 10px;
    }
}
@media (max-width:550px){
    .index_solution{
        padding: 50px 0;
    }
    .index_solution .content .top h1{
        font-size: 20px;
    }
    .index_solution .content .top h1 span{
        font-size: 20px;
    }
    .index_solution .content .top h1 p{
        font-size: 16px;
    }
    .index_solution .content .top{
        margin-bottom: 40px;
    }
    .index_solution .content .more a{
        width: 120px;
        height: 36px;
        line-height: 35px;
        font-size: 12px;
    }
    .index_solution .content .bottom .owl-carousel .item a p{
        font-size: 12px;
        line-height: 22px;
        height: 88px;
    }
    .index_solution .content .bottom .owl-carousel .item a h1{
        font-size: 14px;
        margin-bottom: 5px;
    }
}

/* 新闻中心 */
.index_news{
    padding: 110px 0 120px;
}
.index_news .content{
    width: 83.3%;
    margin: 0 auto;
}
.index_news .content .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.index_news .content .top h1{
    font-size: 36px;
    font-weight: normal;
    color: #999999;
    line-height: 30px;
    margin-bottom: 0;
}
.index_news .content .top h1 span{
    font-size: 36px;
    color: #0676ff;
    display: inline-block;
}
.index_news .content .top h1 p{
    font-size: 26px;
    display: inline-block;
    color: #999999;
    margin-bottom: 0;
}
.index_news .content .top .more a{
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 23px;
    color: #666666;
    font-size: 14px;
}
.index_news .content .top .more a:hover{
    background: #0676ff;
    border: 1px solid #0676ff;
    color: #ffffff;
}
.index_news .content .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news .content .bottom .left{
    width: 37.5%;
}
.index_news .content .bottom .left .list_img{
    width: 100%;
}
.index_news .content .bottom .left .list_img .img{
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}
.index_news .content .bottom .left .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_news .content .bottom .left .img img{
    height:100%;
    transition: all .5s linear;
}
.index_news .content .bottom .left .img:hover img{
    transform: scale(1.1);
}
.index_news .content .bottom .left .list_txt{
    width: 100%;
    padding: 8% 10% 8% 8%;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}
.index_news .content .bottom .left .list_txt h3{
    margin-bottom: 6%;
}
.index_news .content .bottom .left .list_txt h3 a{
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index_news .content .bottom .left:hover .list_txt h3 a{
    color: #0676ff;
}
.index_news .content .bottom .left .list_txt p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-align: right;
    margin-bottom: 0;
}

.index_news .content .bottom .right{
    width: 56.25%;
}
.index_news .content .bottom .right .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .16);
    margin-bottom: 3.3%;
}
.index_news .content .bottom .right .list:last-child{
    margin-bottom: 0px;
}
.index_news .content .bottom .right .list .list_img{
    width: 27%;
}
.index_news .content .bottom .right .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 79.1%;
}
.index_news .content .bottom .right .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_news .content .bottom .right .list .list_img .img a img{
    hright: 100%;
    transition: all .5s linear;
}
.index_news .content .bottom .right .list:hover .list_img .img a img{
    transform: scale(1.1);
}
.index_news .content .bottom .right .list .list_txt{
    width: 73%;
    padding: 0 5%;
}
.index_news .content .bottom .right .list .list_txt h3{
    margin-bottom: 10px;
}
.index_news .content .bottom .right .list .list_txt h3 a{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s linear;
}
.index_news .content .bottom .right .list .list_txt span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 10px;
}
.index_news .content .bottom .right .list .list_txt p{
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}
.index_news .content .bottom .right .list:hover .list_txt h3 a{
    color: #0676ff;
}
@media (max-width:1400px){
    .index_news .content .bottom .right .list .list_txt h3{
        margin-bottom: 5px;
    }
    .index_news .content .bottom .right .list .list_txt h3 a{
        font-size: 16px;
    }
    .index_news .content .bottom .right .list .list_txt span{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .index_news .content .bottom .left .list_txt h3 a{
        font-size: 18px;
    }
}
@media (max-width:1200px){
    .index_news .content{
        width: 95%;
    }
    .index_news .content .bottom .right{
        width: 60%;
    }
    .index_news .content .top h1{
        font-size: 26px;
    }
    .index_news .content .top h1 span{
        font-size: 26px;
    }
    .index_news .content .top h1 p{
        font-size: 20px;
    }
}
@media (max-width:1000px){
    .index_news .content .top .more a{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .index_news .content .bottom{
        flex-wrap: wrap;
    }
    .index_news .content .bottom .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .index_news .content .bottom .right{
        width: 100%;
    }
    .index_news .content .bottom .left .list_txt{
        padding: 5% 5% 5% 5%;
    }
    .index_news .content .bottom .left .list_txt h3{
        margin-bottom: 3%;
    }
}
@media (max-width:550px){
    .index_news .content .bottom .left .list_txt h3{
        margin-bottom: 2%;
    }
    .index_news .content .bottom .left .list_txt h3 a{
        font-size: 14px;
        line-height: 30px;
    }
    .index_news .content .bottom .left .list_txt p{
        font-size: 12px;
        line-height: 20px;
    }
    .index_news .content .bottom .right .list .list_txt h3 a{
        font-size: 14px;
        line-height: 24px;
    }
    .index_news .content .bottom .right .list .list_txt h3{
        margin-bottom: 0px;
    }
    .index_news .content .bottom .right .list .list_txt span{
        font-size: 12px;
        margin-bottom: 0px;
    }
    .index_news .content .bottom .right .list .list_txt p{
        font-size: 12px;
    }
    .index_news{
        padding: 60px 0;
    }
    .index_news .content .top .more a{
        width: 120px;
        height: 36px;
        line-height: 35px;
        font-size: 12px;
    }
    .index_news .content .top h1{
        font-size: 20px;
    }
    .index_news .content .top h1 span{
        font-size: 20px;
    }
    .index_news .content .top h1 p{
        font-size: 16px;
    }
}