/*列表页 开始*/
.new_list{
    box-sizing: border-box;
    width: 1000px;
    margin: 20px auto 20px;

}
.new_list h3{
    font-size: 24px;
    text-align: center;
    color: #1e50ae;
    font-weight: bolder;
    line-height: 48px;

}
.new_list ul li{
    font-size: 14px;
    padding: 20px 0;
}
.new_list ul li span{
    color: #0a77f3;
}
.new_list ul li a{
    margin-left: 20px;
    color: #666666;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: .01s;
    transition-delay: .01s;
}
.new_list ul li a:hover{
    color: #0a77f3;

}
.list_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #0a77f3;
    font-size: 16px;
}
.list{
    margin: 0 auto;
    width: 100%;
    padding:40px 20px 40px ;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: .01s;
    transition-delay: .01s;
}

.list:hover{
    -webkit-box-shadow: #ccc 0px 0px 20px;
    -moz-box-shadow: #ccc 0px 0px 20px;
    box-shadow: #ccc 0px 0px 20px;
}
.img_scale{
    float: left;
    width: 315px;
    height: 195px;
    background: #1b1e21;
    overflow: hidden;
    margin-right: 20px;
}
.img_scale img{
    float: left;
    cursor: pointer;
    transition: all 0.6s;
}
.list:hover img{
    transform: scale(1.2);

}
.list:hover a{
    color: #0c73f1;

}

.list_r{
    width: 65%;
    float: right;
}
.list_r p{
    width: 100%;
    font-size: 16px;
    margin: 10px 0;

}
.list_r p a{
    color: black;
}
.list_r p.p_intro{
    font-size: 14px;
    color: #666666;
}
.list_r p span{
    font-size: 16px;
    float: right;
    border: none;
    color: #999999;
}
.list_r span{
    font-size: 12px;
    padding: 5px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    color: #999999;
}
.list_line{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

/*联系我们 开始*/
.lxwm{
    width: 100%;
    margin-top: 20px;
}
.adr,.email,.telphone{
    float: left;
    text-align: center;
    width: 33%;
    padding-top: 50px;
    display: table-cell;
    vertical-align: middle;
}
.adr{
    background: url("/theme/default/zsc/images/lxwm_icon.png") no-repeat center top;
}
.email{
    background: url("/theme/default/zsc/images/lxwm_icon2.png") no-repeat center top;
}
.telphone{
    background: url("/theme/default/zsc/images/lxwm_icon3.png") no-repeat center top;
}

/*联系我们 结束*/


/*图片列表 开始*/
.img_list{
    width: 100%;
    height: auto;
    padding: 10px;
}
.img_area{
    padding: 10px;
    float: left;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-box-shadow: #e4e4e4 0px 0px 20px;
    -moz-box-shadow: #e4e4e4 0px 0px 20px;
    box-shadow: #e4e4e4 0px 0px 20px;
}
.img_area:nth-child(n+1){
    margin-right: 10px;
}
.img_area_scale{
    width: 300px;
    height: 210px;
    overflow: hidden;
}
.img_area img{
    cursor: pointer;
    transition: all 0.6s;
}
.img_area:hover img{
    transform: scale(1.1);
}
.img_area p{
    font-size: 14px;
}

/*图片类别 结束*/



/*列表页 结束*/


/* 列表页banner */
.list_banner{
    height: 310px;
}
.c-banner{
    width: 100%;
    position: relative;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.c-banner .banner ul li{
    position: absolute;
    display: none;
    opacity: 0;
    left: 50%;
    margin-left:-50% ;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{


}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}
/* 列表页banner  结束*/