/*重置属性*/
dl,dt,dd,ul,ol,li,p,body,h1,h2,h3,h4,h5,h6,input{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666;
    font-size: 12px;
    font-family: "microsoft yahei";
}
img{
    display: block;
}
a{
    color: #666;
    text-decoration: none;
}
input{
    border: none;
    outline: none;
}
.nomar{
    margin-right: 0px!important;
}

/*头部部分 开始*/
.wrap_head{
    width: 100%;
    background: #f0f0f0;
}
.header{
    line-height: 30px;
    width: 1200px;
    margin: 0 auto;
}
.neck{
    width: 1200px;
    height: 60px;
    padding: 20px 0;
    margin: 0 auto
}
.neck h1{
    float: left;
}
.neck .search{
    float: left;
    margin: 20px 0 0 100px;
}
.neck .txt{
    width: 440px;
    height: 33px;
    border: solid 2px #e60013;
    border-right: none;
    float: left;
}
.neck .btn{
    height: 37px;
    width: 98px;
    float: left;
    background: #e60013;
    color: #ffffff;
    font-size: 14px;
}
.neck .tel{
    float: right;
    height: 21px;
    margin: 20px 0 0 40px;
    font-size: 16px;
    padding:20px 0 0 60px;
    background: url("../img/tel.png") no-repeat;
}
.wrap_nav{
    background: #403f3f;
    width: 100%;
}
.nav{
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
}
.nav ul{
    overflow: hidden;
}
.nav li{
    float: left;
    font-size: 16px;
    margin: 0 25px;
}
.nav li a{
    color: #ffffff;
}

/*banner部分 开始*/
.banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.banner li{
    position: absolute;
    left: 50%;
    margin: 0 0 0 -960px;
}

/*主体内容部分 开始*/
.main{
    width: 1200px;
    margin: 10px auto 0;
}
.recommend_con .top,.all_con .top{
    border-bottom: solid 2px #cb0404;
    overflow: hidden;
}
.recommend_con .top li{
    width: 200px;
    float: left;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    text-align: center;
    background: #eeeeee;
    margin-right: 10px;
    cursor: pointer;
}
.recommend_con .top .active{
    background: #cb0404;
    color: #ffffff;
}
.recommend_con .btm{
    overflow: hidden;
    display: none;
}
.recommend_con .selected{
    display: block;
}
.recommend_con .btm ul{
    overflow: hidden;
    margin-top: 20px;
}
.recommend_con .btm li{
    float: left;
    width: 202px;
    height: 263px;
    padding: 10px;
    margin-right: 16px;
    border: solid 1px #eeeeee;
}
.recommend_con .btm li img
{
    position: relative;
    right: 62%;
}
.recommend_con .btm li:hover{
    border: solid 1px #e60013;
}
.recommend_con .btm li div{
    overflow: hidden;
}
/*所有网站部分 开始*/
.all_con{
    
}
.all_con .top div{
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
    background: #cb0404;
}
.all_con .crumbs{
    line-height: 60px;
    overflow: hidden;
    border-bottom: solid 1px #eeeeee;
}
.all_con .crumbs .crumbs_l{
    float: left;
}
.all_con .crumbs_l p{
    font-size: 16px;
    float: left;
}
.all_con .crumbs_l i{
    float: left;
    width: 30px;
    height: 60px;
    background: url("../img/arr.png") no-repeat center center;
}
.all_con .crumbs_l span{
    float: left;
    line-height: 22px;
    text-indent: 12px;
    margin-top: 17px;
    border: solid 1px #aaaaaa;
    background: url("../img/close.png") no-repeat right 5% center;
}
.all_con .crumbs_l span a{
    display: block;
    padding-right: 15px;
}
.all_con .crumbs_l span a:hover{
    color: #e60013;
}
.all_con .crumbs_l span:hover{
    border: solid 1px #e60013;
    background-image: url("../img/red_close.png");
}
.all_con .crumbs .crumbs_r{
    float: right;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
}
.all_con .crumbs .crumbs_r span{
    color: #e60013;
}
.all_con .type{
    border-bottom: solid 1px #eeeeee;
}
.all_con .type dl{
    overflow: hidden;
    margin: 20px 0;
}
.all_con .type dt{
    float: left;
    font-size: 14px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    color: #333;
}
.all_con .type dd{
    float: left;
    margin-left: 60px;
    width: 1040px;
    line-height: 40px;
}
.all_con .type dd a:hover{
    color: #e60013;
}
.all_con .type .special{
    line-height: 20px;
    height: 40px;
}
.all_con .con{
    margin-top: 40px;
}
.all_con .con ul{
    overflow: hidden;
}
.all_con .con li{
    width: 260px;
    height: 370px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    margin-left: 8px;
    margin-bottom: 10px;
    border: solid 1px #eeeeee;
}
.all_con .con .pic img
{
    height: 300px;
    position: relative;
    right: 55%;
}
.all_con .con li:hover{
    border: solid 1px #e60013;
}
.all_con .con li .pic{
    height: 300px;
    overflow: hidden;
}
.all_con .con li .txt{
    font-size: 16px;
    text-align: center;
}
.all_con .con li h6{
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.all_con .con li p{
    font-size: 16px;
    text-align: left;
    float: left;
    color: #e60013;
}
.all_con .con li span{
    float: right;
}
.all_con .con li span:hover{
    color: #e60013;
}
.all_con .con li span{
    font-size: 14px;
    padding-left: 26px;
    background: url("../img/look.png") no-repeat left center;
}

/*翻页分区 开始*/
.page{
    line-height: 40px;
    margin: 60px auto 0;
    width: 700px;
    overflow: hidden;
}
.page a{
    display: block;
    width: 40px;
    float: left;
    text-align: center;
    border: solid 1px #eeeeee;
    margin: 0 5px;
    font-size: 14px;
}
.page .current{
    background: #e60013;
    color: #ffffff;
}
.page .current:hover{
    border: solid 1px #eeeeee;
    color: #ffffff;
}
.page a:hover{
    border: solid #e60013 1px;
    color: #e60013;
}
.page span{
    float: left;
}
.page span input{
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 5px;
    border: solid 1px #eeeeee;
}
.page .page_ok{
    width: 60px;
    margin-left: 20px;
}
.page .page_arr{
    height: 40px;
    background: url("../img/page_arr.png") no-repeat center center;
}
.page .page_arr:hover{
    background-image: url("../img/red_arr.png");
}
.page .next a
{
    width: 80px;
}
.page .pre a
{
    width: 80px;
}
.page .first a
{
    width: 80px;
}
.page .end a
{
    width: 80px;
}
.page .end #lastspan
{
    float: none;
}
/*底部版权部分 开始*/
.wrap_footer{
    margin-top: 40px;
    width: 100%;
    border-top: solid 1px #eeeeee;
    background: #36383c;
}
.footer{
    width: 1200px;
    padding: 40px 0 40px 0;
    margin: 0 auto;
    overflow: hidden;
}
.footer .left{
    float: left;
    overflow: hidden;
}
.footer .right{
    float: right;
}
.footer .left .logo{
    overflow: hidden;
}
.footer .left img{
    float: left;
}
.footer .left span{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 20px;
}
.footer .left .xl{
    margin-left: 80px;
    margin-right: 10px;
    background: url("../img/icon01.jpg") no-repeat;
}
.footer .left .tx{
    background: url("../img/icon02.jpg") no-repeat;
}
.footer .left .txt{
    margin: 10px 0 0 0;
}
.footer .left p{
    color: #ffffff;
    line-height: 26px;
}
.footer .left .txt a{
    color: #ffffff;
}
.footer .left .txt a:hover{
    color: #e60013;
}
.footer .right p{
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
}
.footer .right span{
    height: 15px;
    padding-left: 20px;
    background: url("../img/sprite.png") no-repeat left top;
}
.footer .right .qq{
    background-position: left -15px;
}
