@charset"utf-8";

/*banner*/
.swiper-pagination-bullet{width:16px;height: 16px;border-radius: 0;background:#c7e8fa;opacity: 1;}
.swiper-pagination-bullet-active{background:#5a7eca;}
/*.swiper-button-prev{left:3%;}*/
/*.swiper-button-next{right:3%;}*/
/*qq咨询*/

/*图片动画类*/
.bdbx img{
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity:0.9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bdbx img:hover{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}
/*关于我们*/
.about{
    width:100%;
    padding-top:1px;
    background: #dfeff8;
}
.aboutlist>li{
    width:346px;
    height:192px;
    margin: auto;
    float: left;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.aboutlist .li1{
    background: url("../images/index/about_1.jpg") no-repeat;
    background-position:-346px 0;
}
.aboutlist .li2{
    background: url("../images/index/about_2.jpg") no-repeat;
    background-position:-346px 0;
}
.aboutlist .li3{
    background: url("../images/index/about_3.jpg") no-repeat;
    background-position:-346px 0;
}
.aboutlist .li4{
    background: url("../images/index/about_4.jpg") no-repeat;
    background-position:-346px 0;
}
.aboutlist>li a{
    display: block;
    position: relative;
    top:0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.aboutlist>li a .bt{
    margin:132px 0 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #5a7eca;
}
.aboutlist>li a .js{
    margin:132px 5% 30px;
    font-size: 16px;
    text-align: center;
    color: #5a7eca;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
 }
.aboutlist>li:hover{
    background-position:0 0;
}
.aboutlist>li:hover a{
    top:-215px;

}
/*友情链接*/
.links{
    padding:2.5% 0;
}

.links .link_img a{
    margin-left:41px;
    display: inline-block;
    border: 1px solid #999;
}
.links .link_img a:hover{
    border: 1px solid #5a7eca;
}
.links h3{
    font-size: 22px;
    color: #999;
    margin-bottom: 35px;
}
/*新闻和案例*/
.newsdemo{
    background: #dfeff8;
    padding:4.5%;
}
/*新闻*/
.news_title{
    margin-bottom: 30px;
}
.news_title2 a{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    padding:0 10px;
    border-right: 1px dashed #999;
}
.news_title2 a:last-child{border: none;}
.news_title2 a span{
    color: #5a7eca;
}
.news_title2 a:hover{
    color: #5a7eca;
}
.news_imgtext{
    margin:25px 0;
    overflow: hidden;
}
.news_left{
    width:178px;
    padding: 0;
}
.news_left img{
    width:100%;
}
.news_right .text_bt1{
    font-size:18px;
    padding:5px 0;
    color: #666;
}
.news_right .text_inner{
    padding: 5px 0 20px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
}
.more{
    color: #666;
    position: relative;
    left:0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
 }
.newsitem:hover .more{
    color: #5a7eca;
    left:185px;
}
.newsitem:hover .news_right .text_bt1{
    color: #5a7eca;
}
.newslist>li{
    list-style: inside;
    list-style-image:url("../images/index/sj_right.png") ;
}
.newslist>li a{
    text-align: left;
    font-size: 14px;
    color:#666;
    line-height: 26px;
    display: inline-block;
    width:95%;
}
.newslist>li a span{
    color:#999;
    float: right;
}
.newslist>li a:hover{
    color: #5a7eca;
}
.newslist>li a:hover span{
    color: #5a7eca;
}
.demo .news_title2{
    margin-bottom:25px;
}
#swiper_1{
    margin:0 4%;
}

.swiper .swiper-slide img{
    width:234px;
    height:183px;
}
.swiper .swiper-slide .demo_name{
    line-height: 45px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.swiper .swiper-slide a:hover  .demo_name{
    color: #5a7eca;
}
.swiper{
    position: relative;
}
.swiper .swiper-button-prev2{
    cursor: pointer;
    width:24px;
    height:28px;
    position: absolute;
    left:-5px;
    top:40%;
    background-image:url("../images/index/demo_prev.png");
}
.swiper .swiper-button-next2{
    cursor: pointer;
    width:24px;
    height:28px;
    position: absolute;
    right:0;
    top:40%;
    background-image:url("../images/index/demo_next.png");
}
/*产品中心*/
.bgf0{background: #f0f0f0;}
.bgfff{background: #fff;color:#5a7eca;}
.bgfff b{
    transform: rotate(90deg);
}
.prolist{
 margin:0 3%;
}
.prolist li{
    padding:40px 0;
    line-height: 15px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.prolist li b{
    font-size: 22px;
    position: absolute;
    right: 10px;
    display: inline-block;
    transition: all .5s;

}
.swiper_2{
     margin:0 3%;
 }
.pro_swiper{
    position: relative;
    margin:50px 0;
}
.pro_swiper .swiper-slide>a>img{
    width:320px;
    height:357px;
}
.pro_swiper .swiper-button-prev{
    background-image:url("../images/index/pro_prev.png");
    left: 0;
    top:40%;
}
.pro_swiper .swiper-button-next{
    top:40%;
    background-image:url("../images/index/pro_next.png");
}
.pro_name {
    width: 97%;
    text-align: center;
}
.pro_name a{
    display: block;
    width:100%;
    background: url("../images/index/pro_name_bg.png") no-repeat;
    background-size:100%;
    height:147px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.pro_name span{
    position:relative;
    top:-37px;
}
.swiper-slide:hover .pro_name a{
    background: #5a7eca;
    color: #fff;
}
.pro_name h3{
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.pro_name p{
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width:80%;
    margin: auto;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#pro_tablist>li{
	display:none;
}
@media screen and (max-width: 980px) {
    .newsitem:hover .more{
        color: #5a7eca;
        left:0;
    }
    .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
        width:10px;height:3px;margin:0 3px;
    }
    .prolist li{
        padding: 15px;
        border-bottom: 1px solid #999;
    }
    .swiper-slide{
        text-align: center;
    }
    .pro_name{
        width: 320px;
        margin: auto;
    }
    .prolist{margin: 0;}
    .links .link_img{
       text-align: center;
    }
    .links .link_img a{
        margin:2%;
    }
    .pro_swiper{
        margin-bottom: 0;
    }
    .aboutlist>li{
        margin:2% ;
    }
}
@media screen and (max-width: 758px) {
    .aboutlist>li{
        float: none;
        margin: 3% auto;
    }
}