﻿/*<!--pc端banner区域-->*/
.bannerBox{
    display: block;
    overflow: hidden;
    width: 100%;
}
.bannerBox .swiper-wrapper a{
    display: block;
    overflow: hidden;
}

.banner{
    padding: 0;
}
.banner .swiper-button-white{
    width: 60px;
    height: 60px;
    background-size: 12px;
    background-color: rgba(0,0,0,0.25);
}
.banner .swiper-pagination{
    width: 100%;
    height: 76px;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    line-height: 118px;
}
.banner .swiper-pagination-bullet{
    width: 150px;
    height: 46px;
    display: inline-block;
    border-radius: 0;
    background-color:transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/*手机端的banner*/
.bannerBoxMobile .swiper-button-white{
    width: 34px;
    height: 34px;
    background-size: 12px;
    background-color: rgba(0,0,0,0.25);
}
.bannerBoxMobile .swiper-pagination-bullet-active{
    background: rgba(0,0,0,0.5);
}
.bannerBoxMobile .homeNav {
    /*background-color: #d8d8d8;
    padding: 2px 2px;*/
    padding: 0;
    overflow: hidden;
}
.bannerBoxMobile .homeNav a {
    background-size: 100%;
    position: relative;
    float: left;
    height: 50px;
    line-height: 23px;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background:#8DC24C;
}
.bannerBoxMobile .homeNav a:nth-child(2) {
    background:#1D88E6;

    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}




/*<!--图文区域-->*/
#textMun{
    padding: 90px 0;
}
#textMun .left{
    padding: 0 70px;
}
#textMun .left h2{
    font-size: 30px;
    color: rgb(63, 63, 63);
    color: rgb(63, 63, 63);
    font-weight: 100;
    margin: 27px 0 10px 0;
    padding: 0 230px 0 0;
    box-sizing: border-box;
}
#textMun .left div>p{
    font-size: 12px;
    color: rgb(127, 127, 127);
    line-height: 24px;
    margin: 0 ;
}
#textMun .left>p{
font-size: 16px;
    color: rgb(0, 0, 0);
    margin: 40px 0;
    line-height: 37px;
}
}

#textMun .right{
    position: relative;
}







.title{
    margin: 20px 0;
    line-height: 40px;
    display: block;
    text-align: center;
}
.title p {
    font-size: 30px;
    color: rgb(63, 63, 63);
    margin:  0;
    line-height: 24px;
    display: inline-block;
    text-align: center;

}
.title p span{
    display: block;
    font-size: 12px;
    color: rgb(191, 191, 191);

    margin: 5px 0 0 0;
    display: block;
}

.minTitle{
    margin: 4px 0 10px 0;
    line-height: 20px;
    display: block;
    text-align: left;
}
.minTitle p {
    font-size: 16px;
    color: rgb(63, 63, 63);
    margin:  0;
    line-height: 16px;
    display: inline-block;


}
.minTitle p span{
    display: block;
    font-size: 12px;
    color: rgb(191, 191, 191);
    margin: 5px 0 0 0;
    display: block;
}







/*项目*/
#product{
    margin-top: 40px;
    background: url(../picture/indexBG.jpg) no-repeat top left;
    background-size: 100% 100%;
    padding: 27px 0;
}
#product ul{
    /*margin-top: 30px ;*/
    padding: 0;
}
#product ul li{
    padding: 0 12px;
    position: relative;
    overflow: hidden;
    margin: 0 0 24px 0;
}
#product ul li a{
    display: block;
    overflow: hidden;
    position: relative;
}
#product ul li i{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;

}
#product ul li img.productIMG{
     width: 100%;
     display: inline-block;
    transition: all 0.3s;
}
#product ul:hover li img.productIMG {
    transform: scale(0.95);
}


#product ul:hover li i{
    transform: scale(0.95);
    opacity: 1.0;
}
#product ul li:hover img.productIMG {
    transform: scale(1.0);
}
#product ul li:hover  i{
    /*transform: scale(1.0);*/
    opacity: 0;
}


#product ul li img.lookIMG{
    width: 32px;
    height: 32px;
    padding: 6px;
    box-sizing: border-box;
    position: absolute;
    top: 40%;
    left:50%;
    margin: 0 0 0 -16px;
    z-index: 1000;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s;
}
#product ul li a:hover img.lookIMG {
    opacity: 1;
}

#product ul li a>h2{
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 5px 0;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/*新闻区域*/
#new{
    margin: 80px auto 50px auto;
}
#new .minTitle p{
	font-size:17px;
}


#new .left .imgBox{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 0 34px 0;
    border-bottom: 1px #e4e3e3 solid;
    margin: 0px 0 8px 0;
}
#new .left .imgBox p{
       text-indent: 2em;
    font-size: 14px;
    margin: 16px 0 0 0;
    line-height: 28px;
    color: rgb(0, 0, 0);
    padding: 0 10px;
    box-sizing: border-box;
}
#new .left ul li a{
    font-size: 15px;
    color: #000;
    line-height: 48px;
    padding: 0 85px 0 0;
    border-bottom: 1px rgb(198, 161, 90) dashed;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}
#new .left ul li a span{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;

}
#new .left ul li a:hover{
    border-bottom: 1px rgb(198, 161, 90) solid;
}


#new .right .newG{
    padding: 0  0 0 15px;
}

#new .right .tempWrap{
    height: 170px !important;
}
#new .right .tempWrap li{
    line-height: 32px;
    height: 32px !important;
    padding: 0 90px 0 0 ;
    position: relative;

    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}

#new .right .tempWrap li a{
	color:#000000;
}


#new .right .tempWrap li span{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
    color: #999;
}
#new .right .maginT32{
    margin: 32px 0 10px 0;
}
#new .right .maginB32{
    margin: 0px 0 20px 0;
}

#new .right .bottom  ul li a{
    font-size: 15px;
    color: #000;
    line-height: 48px;
    padding: 0 85px 0 0;
    border-bottom: 1px rgb(222, 222, 222) dashed;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}
#new .right .bottom ul li a span{
    position: absolute;
    top: 0;
    right: 10px;
    color: #666;
    font-size: 12px;

}
#new .right .bottom ul li a:hover{
    border-bottom: 1px rgb(222, 222, 222) solid;
    color: rgb(13, 106, 189);
    background:  rgb(245, 245, 245);;
}
#new .right .bottom ul li a:hover span{
    color: #666;

}










/*设置手机端的css*/
@media screen and (max-width: 1000px){


    #textMun {
        padding: 30px 0 20px 0;
    }
    #textMun .left {
        padding: 0 18px;
    }
    #textMun .left h2 {
        font-size: 26px;
		padding:0;
        margin: 0 0 7px 0;
    }
    #textMun .left p {
        margin: 10px 0 26px 0;
		
		font-size: 13px;
    
    line-height: 32px;
		
    }
    .title {
         margin: 12px 0;
         line-height: normal;
    }

    #product {
        margin-top: 0;
    }
    .main .mainMoive button.moiveBtn{
        width: 32px;
        height:32px;
        margin: -16px 0 0 -16px;
    }
    #new {
        margin: 34px auto 30px auto;
    }
    #new .left,
    #new .right{
        padding: 0;
    }
    #new .left .imgBox {
        padding: 0 0 12px 0;
    }
    #new .row .right{
        margin-top: 40px;
    }
    #new .row .right .top img{
        width: 100%;
    }
    #new .right .top>div{
        padding: 0;
    }
    #new .right .newG{
        padding: 0 15px;
        margin-top: 20px;
    }


    #product ul li {
        padding: 0 6px;
        margin: 0 0 14px 0;
    }
    #product ul li a>h2 {
      font-size: 14px;
    text-align: left;
    margin: 6px 0 5px 0;
    line-height: 16px;
    }
	
	
	#new .left .imgBox p {
   
    margin: 10px 0 0 0;

    padding: 0;
     
    }

}





