@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.banjt,.flipto-prev,.flipto-next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    z-index: 5;
    left: 50px;
    cursor: pointer;
    color:#fff;
    font-size: 20px;
    font-family: "宋体";
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}
.swiper-button-prev,.flipto-next{
    right: 50px;
    left: auto;
}

/*pro*/
#pro{
    width: 100%;
}
#pro ul li{
    width:25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%;
    margin-bottom: 20px;
    overflow: hidden;
}
#pro ul li h3{
    background: #333333;
    border-left: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
}
#pro ul li img{
    width: 100%;
}
#pro ul li:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}


/*solution*/
.solution{
	margin-top:40px;
}
.solution .container{
    position: relative;
}
.solution .swiper-container2{
     width: 100%;
     overflow: hidden;
     background: #f5f5f5;
     position: relative;
}
.sol_nr{
    width: 92%;
    max-width: 1325px;
    float: left;
}
.solution .swiper-container2 .sol_pic{
    width: 56.605%;
}
.solution .swiper-container2 .sol_font{
    width:43.395%;
    padding-left: 4.395%;
}
.solution .swiper-container2 .swiper-slide{
    background: #f5f5f5;
}
.solution .sol_font h4{
    color: #333333;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
}
.solution .sol_font li a{
    color: #333333;
    font-size: 16px;
    line-height: 35px;
}
.solution .sol_font li:hover a{
    color: #134aa3;
}
.sol_jt{
    width: 10%;
    max-width: 125px;
    float: right;
    height: 100%;
    background: url(../images/solu_bg.jpg) no-repeat center top;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 0;
    text-align: center;
}
.sol_jt > div{
    width: 100%;
}
.sol_jt .sol_xjt{
    position: relative;
    width: 60%;
    height: auto;
    padding: 18% 0;
    background: #fff;
    display: block;
    margin:15px auto;
    cursor: pointer;
}
.swiper-pagination2{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40%;
    text-align: right;
    z-index: 99;
}
.swiper-pagination2 span{
    width: 5px;
    height: 5px;
    background: #134aa3;
    display: inline-block;
    margin: 0 2px;
    border-radius: 10px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.swiper-pagination2 span.swiper-pagination-bullet-active{
    width: 16px;
}

/*case*/
.case{
    margin: 70px 0;
    background: url(../images/case_bg.jpg) no-repeat center top;
    background-size: cover;
}
.case .ho_til{
    position: absolute;
}
.case_box ul{
    width: 100%;
}
.case_box ul li{
    width:20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:20%;
    overflow: hidden;
    text-align: center;
}
.case_box ul li:hover{
    background: rgba(0,0,0,0.3);
}
.case_box ul li a{
    padding: 260px 0 190px 0;
}
.case_box ul li h3{
    color: #ffffff;
    font-size: 28px;
    line-height: 45px;
    padding: 20px 0;
}
.case_box ul li h3 span{
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

/*news*/
.news{
    padding-bottom: 20px;
}
.news .news_hz{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}
.news .news_aq{
    width: 62%;   
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    -webkit-box-flex: 0;
}
.news_aq_box,.news_qy_box{
    padding: 0 10px;
}
.news_aq ul{
    margin: 0 -10px
}
.news_aq ul li{
    width: 50%;   
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.news_aq ul li a{
    display: block;
    padding: 0 10px;
}
.news_aq ul li .news_pic{
    overflow: hidden;
}
.news_aq ul li .news_pic img{
    width: 100%;
}
.news_aq ul li .news_font{
    width: 100%;
    background: #333333;
    padding: 20px;
}
.news_aq ul li .news_font h2{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_aq ul li .news_font span{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
}

.news .news_qy {
    width: 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    -webkit-box-flex: 0;
}
.news_qy ul{
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 20px;
}
.news_qy ul li{
    padding: 4% 0;
}
/* PB模板库：Www.PBku.Cn */
/* QQ：43171398 */
/* PBOOTCMS模板交流群号：183945698*/
/* 商龙PBootCMS模板下载  http://www.EcLong.com */
/* 八戒站长 http://www.BaJieZhan.Com  */
/* 站长源码城 整站模板下载网站 Www.CnYmc.Com */
/* 淘搜：Www.TaoSou.Net */
/* 素材海：Www.SuCaiHai.Com */
/* 模板齐：Www.MoBanQi.Com */
/* 开发堂模板网：Www.KaiFaTang.Com */

.news_qy li span{
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    display: block;
}
.news_qy li h4{
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin:8px 0;;
}
.news_qy li p{
    color: #777777;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}