@charset "utf-8";

 /* 搜索 */
 .search{
     margin:40px 0;
 }
 .search .search-box{
     width:400px;
     margin:0 auto;
     background:#ebebeb;
     height:50px;
     border-radius: 50px;
 }
 .search .search-box form{
     width:100%;
     height:100%;
 }
 .search .search-box input{
     border:none;
     background:none;
     height:100%;
     margin-left:20px;
 }
 .search .search-box button{
     border:none;
     background:none;
     float:right;
     line-height: 35px;
     padding-right: 20px;
 }
 .search .keywords{
     width:65%;
     margin:0 auto;
     margin-top:15px;
 }
 .search .keywords span{
     padding:0 5px;
 }
 .search .keywords span,.search .keywords a{
     color:#777;
 }

 @media (max-width: 992px){
    .search{
        margin:20px 0;
    }
    .search .search-box{
        width:325px;
        height:40px;
        border-radius: 40px;
    }
    .search .search-box button{
        line-height: 40px;
    }
    .search .keywords{
        width:100%;
    }
    .search .keywords span{
        padding:0 3px;
    }
}


/* 首页公共部分 */
.section{
    padding-top:100px;
}
.section .title{
    text-align: center;
}
.section .title h1{
    font-size: 40px;
    font-weight:bold;
    color:#0f63b5;
    margin:0;
}
.section .title1 h1{
    color:#fff;
}
.section .title span{
    display: inline-block;
    width:50px;
    height:2px;
    background:#66a337;
    margin:20px 0;
}

@media (max-width: 992px){
    .section{
        padding:30px 0;
    }
    .section .title h1{
        font-size: 20px;
    }
}
/* 产品中心 */
.product{
    background:url(../img/product-bg.jpg) no-repeat top;
    background-size: 100% 33%;
    background-color:#f7f7f7;
}
.product-part{
    margin-bottom:100px;
}
.product-content .pro{
    padding-left:25px;
    padding-right:25px;
    margin-bottom:30px;
}
.product-content .product-box{
    padding:10px;
    background:#fff;
    transition: all 0.5s;
}
.product-content .product-box:hover{
    transform: scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    box-shadow: 0 0 10px #ccc;
}
.product-content .product-box .product-img img{
    width:100%;
}
.product-content .product-box p{
    padding:15px 0;
    text-align: center;
    margin:0;
}

@media (max-width: 992px){
    .product-part{
        margin-bottom:20px;
    }
    .product-content .pro{
        padding-left:15px;
        padding-right:15px;
        margin-bottom:20px;
    }
}
.index-mes img{
    width:100%;
}
.pro-more-box{
    position: relative;
}
.pro-more-box .product-box p{
    color:#fff;
}
.pro-more-box .pro-more{
    color:#0f63b5;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    margin-left:-52px;
    top:45%;
    left:50%;
}

/* 应用案例 */
.case{
    background:url(../img/case-bg.jpg) no-repeat top;
    background-size: 100% 60%;
    background-color:#f7f7f7;
}
.common .title strong{
    font-size: 110px;
    color:#1e81cf;
    display: block;
}
.common .title h1{
    position: relative;
    top:-114px;
}
.common .title span{
    margin:0;
}

.case-content  .gallery-top .swiper-slide{
    text-align: center;
}
.case-content  .gallery-top .swiper-slide img{
    width:80%;
}
.case-content  .gallery-thumbs{
    margin-top:20px;
}
.case-content  .gallery-thumbs .swiper-slide img{
    width:100%;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.gallery-thumbs .swiper-slide-thumb-active img{
    filter: grayscale(0) !important;
	filter: gray;
}

@media (max-width: 992px){
    .common .title strong{
        font-size: 45px;
    }
    .common .title h1{
        position: relative;
        top:-61px;
    }
    .case .swiper-button-next, .swiper-button-prev{
        background-size: 17px 32px;
    }
    .case .swiper-button-next{
        right:0;
    }
    .case .swiper-button-prev{
        left:0;
    }
}

/* 资质荣誉 */
.honor{
    background:#f7f7f7;
}
.honor .honor-content{
    position: relative;
}
.honor .honor-content .swiper-slide img{
    width:100%;
}
.honor .swiper-button-next{
    background-image:url(../img/next.png)!important;
    right:-40px;
}
.honor .swiper-button-prev{
    background-image:url(../img/prev.png) !important;
    left:-40px;
}

@media (max-width: 992px){
    .honor .swiper-button-next{
        right:-15px;
    }
    .honor .swiper-button-prev{
        left:-15px;
    }
    .honor .swiper-button-next, .honor .swiper-button-prev{
        background-size: 12px 25px;
    }
}

/* 他们选择了我们 */
.partner{
    background:#f7f7f7;
}
.partner .partner-content{
    background:#fff;
    padding:50px 0 70px 0;
}
.partner .partner-content .partner-box{
    text-align: center;
    margin-bottom:10px;
}
.partner .partner-content .partner-box img{
    height:55px;
}
.partner .partner-content .partner-box span{
    display: block;
    width:30px;
    height:2px;
    background:#0f63b5;
    margin:20px auto;
}
.partner .partner-content .partner-box p{
    margin:0;
}

/* 关于我们 */
.about{
    background:#f7f7f7;
    padding:50px 0 0 0;
}
.about .title strong{
    color:#fff;
}
.about .about-content{
    background:#fff;
    padding:50px 0;
}
.about .about-content .about-main{
    padding-right:20px;
}
.about .about-content .about-main h1{
    font-size: 35px;
    font-weight: bold;
    color:#66a337;
    margin:0;
}
.about .about-content .about-main>p{
    font-size: 20px;
    color:#66a337;
    padding-top:10px;
}
.about .about-content .about-main .about-text p{
    line-height: 30px;
}
.about .about-content .about-main .about-btn .about-more{
    padding:15px 40px;
    text-align: center;
    background:#0f63b5;
    border-radius: 5px;
    margin-right:20px;
}
.about .about-content .about-main .about-btn{
    margin-top:70px;
}
.about .about-content .about-main .about-btn .about-more a{
    color:#fff;
}
.about .about-content .about-main .about-btn .about-tel{
    padding:15px 40px;
    background:#f7f7f7;
    border-radius: 5px;
}
.about .about-content .about-main .about-btn .about-tel strong{
    color:#0f63b5;
}
.about .about-content .about-img{
    width:100%;
}
.about .about-content .about-img img{
    width:100%;
}
.about .about-content .about-img .about-small-img{
    margin-top:10px;
}
.about .about-content .about-img .about-small-img ul{
    width:102%;
}
.about .about-content .about-img .about-small-img ul li{
    width:23.9%;
    display: inline-block;
    position: relative;
}
.about .about-content .about-img .about-small-img ul li:last-child{
    padding:0;
}
.about .about-content .about-img .about-big-img{
    position: relative;
}
.about .about-content .about-img .about-mask{
    width:100%;
    height:100%;
    background:rgba(9,80,149,0.7);
    position: absolute;
    top:0;
    transition: all 0.5s;
}
.about .about-content .about-img .about-mask:hover {
    background:transparent;
}


@media (max-width: 992px){
    .about .about-content .about-main h1{
        font-size: 24px;
    }
    .about .about-content .about-main>p{
        font-size: 16px;
    }
    .about .about-content .about-main .about-btn .about-more{
        padding:15px 13px;
        margin-right:15px;
    }
    .about .about-content .about-main .about-btn .about-tel{
        padding:15px 13px;
    }
    .about .about-content .about-main .about-btn{
        margin-bottom:10px;
        margin-top:30px;
    }
}

/* 新闻中心 */
.news{
    background:#f7f7f7;
    padding:50px 0 0 0;
    padding-bottom:100px;
}
.news .title strong{
    color:#fff !important;
}

.news .news-content{
    background:url(../img/news-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.news .news-content .news-content-nav{
    margin-bottom:60px;
}
.news .news-content .news-content-nav ul{
    overflow: hidden;
}
.news .news-content .news-content-nav ul li{
    float:left;
    padding:15px 0;
    width:16%;
    background:#fff;
    text-indent: 3em;
}
.news .news-content .news-content-nav ul li:last-child{
    width:84%;
    float:right;
}
.news .news-content .news-content-nav ul li.active{
    background:transparent;
}
.news .news-content .news-content-nav ul li a{
    font-size: 24px;
    color:#0f63b5;
    font-weight: bold;
}
.news .news-content .news-content-nav ul li.active a{
    color:#fff;
}
.news .news-content .news-content-lists{
    padding:0 50px 50px 50px;
}
.news .news-content .news-content-lists .news-img{
    background:#fff;
    padding:10px;
}
.news .news-content .news-content-lists .news-img img{
    width:100%;
}
.news .news-content .news-content-lists .news-content-list{
    border-bottom:1px solid #2172c2;
    padding-left:20px;
    margin-bottom:10px;
}
.news .news-content .news-content-lists .news-content-list h1{
    font-size: 16px;
    color:#fff;
    position: relative;
    margin-top:10px;
}
.news .news-content .news-content-lists .news-content-list h1::before{
    content:'';
    display: block;
    width:15px;
    height:2px;
    background:#a6e773;
    position: absolute;
    left:-20px;
    top:8px;
}
.news .news-content .news-content-lists .news-content-list p{
    font-size: 14px;
    color:#a6e773;
}
.news .artical-list .news-more{
    padding: 0px 0px; 
    float: right;
    margin-top:10px;
}
.news .artical-list .news-more a{
    color: #a6e773;
}
@media (max-width: 992px){
    .news .news-content .news-content-nav ul li{
        width:50%;
        text-indent: 0;
        text-align: center;
    }
    .news .news-content .news-content-nav ul li:last-child{
        width:50%;
    }
    .news .news-content .news-content-lists .news-img{
        margin-bottom:10px;
    }
    .news .news-content .news-content-lists{
        padding:0 20px 20px 20px;
    }
}
