@charset "UTF-8";
/*banner*/
.bannerCont .swiper-slide img{
    width: 100%;
}
.bannerCont .swiper-button-next{
    background: url("../images/right.png") no-repeat;
    width: 48px;
    height: 48px;
}
.bannerCont .swiper-button-prev{
    background: url("../images/left.png") no-repeat;
    width: 48px;
    height: 48px;
}
.bannerCont .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    border-radius: 0;
}

.bannerCont .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 0;
    background: #007AFF;
}
/*banner*/
/*product*/
.product{
    padding: 30px 0;
}
.productTab{
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.productTabList{
    width: 1220px;
    margin: 0 auto;
    height: 40px;
}
.productTabItem{
    width: 151px;
    height: 100%;
    background: #e7e7e7;
    margin: 0 10px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
}
.productTabItemDefault{
    background: #007AFF;
    color: white;
}
.productTabItem:hover{
    background: #007AFF;
    color: white;
}
.productListContent{
    position: relative;
    width: 100%;
    height: 275px;
}
.productList{
    width: 1220px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 -610px;

}
.productListDefault{
    display: block;
}
.productItem{
    width: 283px;
    height: 230px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    float: left;
    position: relative;
    overflow: hidden;
}
.productItem img{
    width: 100%;
    height: 100%;
}
.productItemText{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(255,255,255,0.6);
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.productItem:hover .productItemText{
    bottom: 0;
}
.productItemText p{
    line-height: 40px;
}
.productItemText span{
    color: red;
}
.productMoreBtn{
    width: 148px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 34px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 -75px;
}
.productMoreBtn:hover{
    background: #ccc;
}
/*product*/
/*case*/
.case{
    /*background:url(/templates/default/images/timg.jpg)  center no-repeat;*/
    padding: 30px 0;
}
.case .title h3{
    font-size: 36px;
    color: black;
    font-weight: 900;
    text-align: center;
}
.case .title p{
    color: black;
}
.case h4{
    font-size: 28px;
    color: black;
    font-weight: 400;
    text-align: center;
}
.caseSwiper{
    padding: 60px 0;
}
.caseSwiper .swiper-slide{
    width: 600px;
    height: 400px;
}
.caseSwiper .swiper-slide img{
    width: 600px;
    height: 400px;
}
.caseSwiper .swiper-button-next{
    background: url("../images/right.png") no-repeat;
    width: 48px;
    height: 48px;
}
.caseSwiper .swiper-button-prev{
    background: url("../images/left.png") no-repeat;
    width: 48px;
    height: 48px;
}
/*case*/
/*news*/
.news{
    padding: 30px 0;
}
.newsList{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.newsItem{
    float: left;
    width: 600px;
    height: 120px;
    overflow: hidden;
    margin: 10px 0;
}
.time{
    width: 160px;
    padding: 33px 0;
    background: #ffffff;
    text-align: center;
    float: left;
}
.time p{
    font-size: 24px;
}
.time span{
    font-size: 16px;
}
.newsItem:hover .time{
    background: #007AFF;
    color: white;
}
.newsItemText{
    padding: 10px;
    float: left;
    width: 400px;
    height: 120px;
}
.newsItemText h6{
    font-weight: 400;
    font-size: 16px;
}
.newsItemText p{
    color: #666;
}
/*news*/
/*about*/
.about{
    padding: 30px 0;
   
}
.about .title h3{
    color: white;
}
.about .title p{
    color: white;
}
.aboutText{
    width: 1200px;
    margin: 30px auto;
}
.aboutText p{
    text-indent: 2em;
    color: white;
    margin: 10px 0;
}
/*about*/
