body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑 Light";
    font-size: 14px;
    background-color: #ffffff;
}

/*===首页 start===*/
.index_top {
    width: 100%;
    height: 60px;
    background-color: #12944a;
}

.index_top img {
    width: 100%;
    height: 50px;
}

.index_top .form-inline {
    width: 80%;
    border-radius: 7px;
    margin: 0 auto;
    padding-top: 10px;
}

.tab {
    margin: 20px auto;
    text-align: center;
}

.tab img {
    height: 50px;
}

.line_banner {
    margin-left: 0;
    margin-right: 0;
    height: 10px;
    background-color: #EDEDED;
}

.line_white {
    width:100%;
    height: 1px;
    background-color: #ffffff;
}

.main_product {
    width: 100%;
    height: auto;
}

.main_product .main_pro_left {
    width: 49.5%;
    float: left;
}

.main_product .main_pro_left img {
    width: 100%;
    /*height:300px;*/
}

.main_product .main_pro_left span {
    color: red;
    position: absolute;
    top: 15px;
    left: 150px;
}

.main_product .main_pro_left .main_pro_left_sub {
    position: relative;
    /*height:50%;*/
}

.main_product .main_pro_right {
    width: 49.5%;
    float: right;
}

.main_product .main_pro_right img {
    width: 100%;
    /*height:200px;*/
}

.main_product .main_pro_right .main_pro_right_sub {
    position: relative;
    height: 33.33%;
}

.main_product .main_pro_right span {
    color: red;
    position: absolute;
    top: 15px;
    left: 150px;
}

.product_desc {
    width: 100%;
    /*height: 620px;*/
}

.product_desc .product_desc_sub {
    position: relative;
    width: 100%;
    height: 200px;
}

.product_desc .product_desc_sub img {
    position: relative;
    width: 100%;
    height: 200px;
}

.product_desc .product_desc_sub span {
    color: red;
    position: absolute;
    top: 15px;
    left: 330px;
}

/*===首页 end===*/

.clear {
    clear:both
}


.intro_banner {
    width:100%;
    height:50px;
    background-color: #fff;
}
.intro_banner label{
    font-size: 20px;
    height:50px;
    line-height:50px;
    margin-left:10%;
}

.sale_card {
    width:100%;
    height:auto;
}

.sale_card .sale_card_sub {
    position: relative;
    width: 100%;
    height: 200px;
}

.sale_card .sale_card_sub img {
    position: relative;
    width: 100%;
    height: 200px;
}
