@charset "utf-8";

/*2016-06-07*/


/*Clearfix ibw*/

.ad_closed {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #f00;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/*弹出广告*/

#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

#ad_shadow {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/*漂浮广告*/

#ad1 {
    position: absolute;
    z-index: 9999;
}


/*左侧门帘*/

#hangL {
    position: absolute;
    left: 0;
    z-index: 9999;
}


/*右侧门帘*/

#hangR {
    position: absolute;
    right: 0;
    z-index: 9999;
}


/*拉屏广告*/

#bigScreen {
    position: relative;
    left: 50%;
    top: 0;
    height: 0;
    overflow: hidden;
}

#bigScreen .ad_closed {
    top: 10px;
}

.pro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.proleft {
    width: 250px;
}

.proright {
    width: 900px;
}

.proleft h1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #b7140f;
    color: white;
}

.proleft ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}

.prodrop a {
    display: block;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.proright ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 20px;
}

.proright ul li {
    width: 31%;
    margin-bottom: 30px;
}

.proright ul li img {
    width: 100%;
    border: 1px solid #ccc;
}

.proright ul li p {
    padding: 10px 0;
    text-align: center;
    color: black;
    font-size: 15px;
}