/*首页效果*/


/* 首页产品分类 */
.category{}

.category .category-icon .category-img img{
    max-width: 75px;
    margin: 0 auto;
}
.category .category-icon .category-img p{
    text-align: center;
    line-height: 20px;
    margin: 15px 0;
    color: #000;
    font-size: 18px;
}
.category .category-bigimg{}
.category .category-bigimg .category-list{
    position: relative;
    width: 100%;
}
.category .category-bigimg .category-list .more{
    position: absolute;
    bottom: 10%;
    left: 8%;
    font-size: 18px;
    line-height: 48px;
    background-color: #024997;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    color: #fff;
    padding: 0 24px;
    margin: 30px 0 50px;
    display: inline-block;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
}
.category .category-bigimg .category-list .more:hover {
    background-color: #e66109;
    /* background-color: transparent; */
    color: #fff;
}
@media screen and (max-width: 800px) {

    .category .category-bigimg .category-list .more{
        bottom: 1%;
        left: 8%;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0 1rem;
    }

}


/* 首页服务 */
.service-index{
    background:url("../img/index/service_bg.jpg") #1a5aa0 center top no-repeat;
}
.service-index .section-title{
    color: #fff;
    margin-bottom: 40px;
}
.service-index .service-list{
    padding: 30px 30px 10px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    
}
.service-index .service-list i{
    color: #fff;
    font-size: 55px;
}
.service-index .service-list h5{
    font-size: 26px;
    color: #fff;
    margin: 25px 0 20px 0;
}
.service-index .service-list p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 70px;
}
.service-index .service-list .more{
    border-top: 1px solid #ccc;
    overflow: auto;
    opacity: 0;
}
.service-index .service-list .more span{
    color: #024997;
    font-size: 18px;
    float: left;
    line-height: 3rem;
}
.service-index .service-list .more .iconfont{
    color: #024997;
    font-size: 18px;
    float: right;
    line-height: 3rem;
}
.service-index .service-list:hover{
    cursor: pointer;
    background:url("../img/index/service_list_bg.jpg") right bottom #fff no-repeat;
}
.service-index .service-list:hover i{
    color: #024997;
}
.service-index .service-list:hover h5{
    color: #000;
}
.service-index .service-list:hover p{
    color: #666;
}
.service-index .service-list:hover .more{
    opacity: 1;
}
@media screen and (max-width: 764px) {

    .service-index .service-list{
        margin-bottom:30px;
    }



}

/* 首页关于我们 */
.about-index{}
.about-index img{}
.about-index span{
    color:#024997;
    font-size:26px;
    line-height:40px;
}
.about-index h2{
    font-size:48px;
    line-height: 1em;
    font-weight: 500;
    margin: 20px 0 40px;
    color:#232527;
}
.about-index p{
    font-size:18px;
    color:#555;
}
.about-index .more{
    font-size:18px;
    line-height:48px;
    background-color:#024997;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    color: #fff;
    padding: 0 24px;
    margin:30px 0 50px;
    display: inline-block;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
}
.about-index .more:hover {
    background-color: #e66109;
}
/* ======= CountUp Numbers style ======= */
.numbers {
    background-attachment: fixed;
}
.numbers .item:hover .icon .front {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.numbers .item:hover .icon .back {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.numbers .item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.numbers .item .icon span,
.numbers .item .icon i {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 80px;
    border-radius: 50%;
    background: #024997;
}
.numbers .item .icon .back {
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    color: #024997;
}
.numbers .item h3 {
    font-weight: 700;
    font-size: 70px;
    width: 50%;
    float: left;
    text-align: right;
}
.numbers .item h6 {
    font-size: 18px;
    width: 50%;
    float: left;
    text-align: left;
    line-height: 1rem;
    font-weight: 400;
    padding-top:45px;
    padding-left:5px;
    position:relative;
}
.numbers .item h6 span {
    font-size: 30px;
    color: #000;
    margin-right: 10px;
    position:absolute;
    top:0;
    font-weight: bold;
}
/* 获得报价 */
.quote-index{
    max-height: 210px;
    background:url("../img/index/quote.jpg") center top no-repeat;
}
.quote-index .section-title{
    color: #fff;
    float: left;
    padding: 40px 0;
}

.quote-index .quote-btn{
    float: right;
    color: #424242;;
    background:#fff;
    display:block;
    height:60px;
    line-height:60px;
    font-size:18px;
    padding:0 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
    margin: 70px 0;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
}
.about-index .more:hover {
    background-color: #024997;
    color: #fff;
}

@media screen and (max-width: 991px) {

    .quote-index .section-title{
        float:none;
        text-align: center;
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .quote-index .quote-btn{
        float: none;
        text-align: center;
        margin: 0 auto 10px;
        max-width: 200px;
    }

}

/*首页案例*/
.case-index{}
.case-index .section-title{
    padding: 90px 0 50px;
    text-align: center;
}
.case-index .cont{
    padding: 20px 0;
    text-align: center;
}
.case-index .cont h5{
    margin: 0;
}
.case-index .cont p{
    color: #024997;
    text-align: center;
}
/*首页新闻*/
.news-index{}
.news-index .section-title{
    padding: 70px 0 50px;
    text-align: center;
}
.news-index .item{
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.news-index .item .time-icon{
    font-size:16px;
    font-weight: bold;
    color: #000;
}
.news-index .item .time-icon .iconfont{
    color:#024997;
    font-size: 20px;
    font-weight: 100;
}
.news-index .item h5{
    font-weight: 500;
    font-size:22px;
    margin: 45px 0 15px;
    line-height: 1.5rem;
}
.news-index .item p{
    
}
.news-index .item span{
    font-size:18px;
    font-weight: 500;
    color:#000;
}
.news-index .item:hover{
    background:url("../img/index/news_bg.jpg") #073274 right bottom no-repeat;
}
.news-index .item:hover .time-icon{
    color:#fff;
}
.news-index .item:hover h5{
    color:#fff;
}
.news-index .item:hover .time-icon .iconfont{
    color:#fff;
}
.news-index .item:hover p{
    color:rgb(255,255,255,.6);
}
.news-index .item:hover span{
    color:#fff;
}