.wrap{
    width: 1200px;
}
.left-bar {
    width: 260px;
    border:1px solid #ededed;
    color: #fff;
    float: left;
    padding-bottom: 7px;
}

.left-bar .left-bar-title {
    width: 100%;
    float: left;
    background: #b81c25;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}

.left-bar .left-bar-title .cn {
    width: 240px;
    margin: 0 10px;
    float: left;
}

.left-bar .left-bar-cate {
    width: 100%;
    background-color: #fff;
    float: left;
}

.left-bar .left-bar-cate a {
    display: block;
    float: left;
    clear: both;
    width: 226px;
    padding:0 10px;
    margin: 7px 7px 0 7px;
    line-height: 45px;
    background: #f0f0f0;
}
.left-bar .left-bar-cate a:hover{
    background:#ffae00;
    color:#fff;
}
.left-contact {
    width: 195px;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    float: left;
    color: gray;
    font-size: 12px;
    line-height: 30px;
}
.left-contact .tel{
    width: 145px;
    height: 45px;
    background:url(../images/i-tel2.png) no-repeat left center;
    padding-left:65px;
    margin-bottom: 20px;
}
.left-contact .p1{
    color:#5e5e5e;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.left-contact .p2{
    color:#e2c17d;
    font-family: impact;
    font-size: 22px;
}
.left-bar-cate div.cc2-wrap {
    display: none;
}
.left-news p{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 230px;
    margin:0 15px;
    border-bottom:1px solid #e5e5e5;
}
.left-news a:last-child p{
    border-bottom:0;
}

.pages {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.pages .fl a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.pages .fl a:hover, .pages .fl a.current {
    background-color: #BDBDBD;
    border: 1px solid #BDBDBD;
    color: #fff;
}

.pages .fr img {
    float: left;
}

.main-left{
    width: 265px;
    float: left;
    margin-top:40px;
}
.main-right{
    margin-top:40px;
    width: 900px;
    float: right;
}
.pro-list{
    width:900px;
    float: left;
}

.pro-list a {
    color: #fff;
}

.pro-list  li {
    width: 280px;
    height: 280px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

.pro-list li img {
    width: 100%;
    height: 230px;
    float: left;
}

.pro-list li .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    float: left;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-list li:hover{
    border-color:#b81c25;
    color:#b81c25;
}

.pro-flash {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    float: left;
}

.pro-flash .pro-flash-list {
    float: left;
    height: 100%;
}

.pro-flash .pro-flash-list li {
    height: 100%;
    float: left;
    cursor: pointer;
}

.pro-flash .pro-flash-btn {
    z-index: 9999;
    position: absolute;
    width: 100%;
    float: left;
    bottom: 20px;
    text-align: center;
}

.pro-flash .pro-flash-btn a {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    margin: 5px;
    overflow: hidden;
}

.pro-flash .pro-flash-btn a span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    border-radius: 50%;
    background-color: #dcdcdc;
}

.pro-flash .pro-flash-btn a.on,
.pro-flash .pro-flash-btn a.on span {
    background-color: #535353;
}

.pro-flash .pro-flash-btn-left {
    display: none;
    position: absolute;
    width: 49px;
    height: 78px;
    margin-top: -39px;
    background: url('../images/flash-left.png') left no-repeat;
    z-index: 99;
    top: 50%;
    left: 0px;
}

.pro-flash .pro-flash-btn-right {
    display: none;
    position: absolute;
    width: 49px;
    height: 78px;
    background: url('../images/flash-right.png') right no-repeat;
    z-index: 99;
    margin-top: -39px;
    top: 50%;
    right: 0px;
}

.pro-flash:hover .pro-flash-btn-right,
.pro-flash:hover .pro-flash-btn-left {
    display: block;
}