

/* banner开始 */ 
.banner{
    width:1200px;
    margin:0 auto;
    height:400px;
    position: relative;
    //overflow: hidden;
}
.imgList{
    height: 400px;
    width:1200px;
    /*position: absolute;*/
    /*left:50%;*/
    /*top:0;*/
    /*margin-left: -960px;*/
}
.imgList li{
    height: 400px;
    width: 1200px;
    position: absolute;
    left:0;
    top: 0;
    display: none;
    list-style: none;
}
.imgList li a{
    width:100%;
    height:100%;
    display: block;
    cursor:default;
}
.imgList li img{
    width: 1200px;
    height: 400px;
}

.btnList{
    position: absolute;
    left:50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.btnList li{
    width: 10px;
    height: 10px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    margin-right: 10px;
    float: left;
    text-align: center;
    line-height:20px;
    border: 1px solid #CCC;
    cursor: pointer;
    border-radius: 50%;
}
.btnList li.current{
    background: red;
}
.leftBtn,.rightBtn{
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    background: url(../images/icon/left.gif) no-repeat center center rgba(0,0,0,.65);
    display: none;
    cursor: pointer;
}
.leftBtn{
    left: 0;
}
.rightBtn{
    right: 0;
    background-image: url(../images/icon/right.gif);
}
.banner:hover .leftBtn,.banner:hover .rightBtn{
    display: block;
}
/* banner结束 */ 



/* 内容开始 */ 
.Recommend{
    background:#f4f4f4;
    padding-bottom: 100px;
}
.in-Recommend{
    width:1200px;
    margin:0 auto;
}
.in-Recommend  .one-Recommend{
    border-bottom: 1px solid #919191;
    line-height: 30px;
    overflow:hidden;
padding-top: 35px;
}
.in-Recommend  .one-Recommend h3{
    font-size: 18px;
    color:#333;
    float: left;
}
.in-Recommend  .one-Recommend a{
    float: right;
    font-size: 12px;
     color:#919191;
}
.in-Recommend .Area{
    overflow:hidden;
}
.in-Recommend .Area li{
    float: left;
    background:#ccc;
    width:285px;
    height:364px;
    margin-top: 20px;
    margin-right: 15px;
}
.in-Recommend .Area li i{
    width:285px;
    height:285px;
    display: block;
}
.in-Recommend .Area li  img{
        width:285px;
    height:285px;
}
.in-Recommend .Area .in-Area{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
}
.in-Recommend .Area .in-Area p{
    font-size: 12px;
    color:#333;
    line-height: 22px;
}











.in-Recommend .Areas{
    overflow:hidden;
}
.in-Recommend .Areas li{
    float: left;
    background:#ccc;
     width:220px;
    height:279px;
    margin-top: 20px;
    margin-right: 20px;
}
.in-Recommend .Areas li i{
    width:224px;
    height:220px;
    display: block;
}
.in-Recommend .Areas li  img{
        width:220px;
    height:220px;
}
.in-Recommend .Areas .in-Area{
    padding:0 10px;
    padding-top: 5px;
}
.in-Recommend .Areas .in-Area p{
    font-size: 12px;
    color:#333;
    line-height: 22px;
}
/* 内容结束 */ 

/*

分页
*/

.fenye{
    background: #fff;
    height:48px;
    text-align: center;

}
.fenye ul{
    margin:0 auto;
    overflow:hidden;
    display:inline-block;
    margin-top: 8px;
}
.fenye ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
    padding:3px 10px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;

}
.fenye ul li a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #505050;


}

.fenye ul li.xiala:hover{
    background: #fff;
}

.fenye ul li:hover{
    background: #f27b28;

}
.fenye ul li:hover a{
    color:#fff;
}
.fenye ul li.current{
    background: #f27b28;
}
.fenye ul li.current a{
    color:#fff;
}
