
/*广告CSS*/
.web_banner {
    height: 369px;
    clear: both;
}

/*推荐产品*/
.web_rec_prod {
    margin-top: 30px;
    clear: both;
}

.web_rec_prod ul li {
    width: 380px;
    cursor: pointer;
    border: #eeeeee 1px solid;

}

.web_rec_prod ul li h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    color: #333;
}

.web_rec_prod ul li .remark {
    color: #333;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: #eeeeee 1px solid;
}

.web_rec_prod ul li .conf {
    margin-top: 20px;
    text-align: center;
}

.web_rec_prod ul li .conf span {
    display: inline-block;
    font-size: 13px;
    width: 30%;
}

.web_rec_prod ul li .conf .conf_title {
    color: #999999;
}

.web_rec_prod ul li .conf i {
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
}

.web_rec_prod ul li .conf_view {
    margin-top: 20px;
    padding-left: 20px;
    color: #333333;
}

.web_rec_prod ul li .conf_view p {
    line-height: 35px;
    height: 35px;
}

.web_rec_prod ul li .conf_view p span {
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #666;
}

.web_rec_prod ul li .price {
    color: #f8823d;
    text-align: center;
    margin-top: 40px;
}

.web_rec_prod ul li .price span {
    font-weight: bold;
    font-size: 35px;
}

.web_rec_prod ul li .buy {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.web_rec_prod ul li .buy a {

    color: #333;
    font-size: 14px;
    background-color: #f9f9f9;
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: #eeeeee 1px solid;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.web_rec_prod ul li:hover {
    border-color: #F9AA79;
    box-shadow: 0 0 5px 5px rgba(249, 170, 121, 0.15);
    margin-top: -10px;
    cursor: pointer;
}

.web_rec_prod ul li:hover h1 {
    color: #f8823d;
}

.web_rec_prod ul li:hover .conf i {
    color: #f8823d;
}

.web_rec_prod ul li:hover .buy a {
    color: #fff;
    background-color: #f8823d;
    border: #f8823d 1px solid;
}

/*优势*/
.web_advantage {
    margin-top: 30px;
}

.web_advantage h1 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.web_advantage .box_line {
    border-bottom: #eeeeee 1px solid;

    margin-right: 146px;
    margin-left: 146px;
}
.web_advantage .line ul li{
    width: 292px;
    text-align: center;
}
.web_advantage .line ul li i{
    display: inline-block;
    height: 50px;
    border-left: #eeeeee 1px solid;
}

.web_advantage .advantage ul li {
    border: #eeeeee 1px solid;
    width: 292px;
    background-color: #fff;
}

.web_advantage .advantage ul li .ionc {
    text-align: center;
    margin-top: 20px;
}

.web_advantage .advantage ul li .ionc i {
    display: inline-block;
    font-style: normal;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    background: url(../images/adv_ionc.png) no-repeat;
    background-position: 0 0;
    transition: all .4s;
}

.web_advantage .advantage ul li .info {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #666;
    transition: all .4s;
}

.web_advantage .advantage ul li:hover .ionc i {
    background-position: 0 -64px;
    color: #fff;
}

.web_advantage .advantage ul li:hover .info {
    color: #f8823d;
}

/*多种管理方式*/
.web_manager{
    margin-top: 30px;
}

.web_manager h1 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.web_manager .web_cont{
    background-color: #fff;
    border-top: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
    margin-top: 20px;
}
.web_manager .web_cont ul li{
    width: 292px;
}
.web_manager .web_cont ul li .ionic{
    text-align: center;
    margin-top: 30px;
}
.web_manager .web_cont ul li .inoc1 i{
    display: inline-block;
    width: 72px;
    height: 70px;
    background: url(../images/manger_ionc.png) no-repeat;
    background-position: 0 0;

}
.web_manager .web_cont ul li .inoc2 i{
    display: inline-block;
    width: 59px;
    height: 70px;
    background: url(../images/manger_ionc.png) no-repeat;
    background-position: -72px 0;

}
.web_manager .web_cont ul li .inoc3 i{
    display: inline-block;
    width: 59px;
    height: 70px;
    background: url(../images/manger_ionc.png) no-repeat;
    background-position: -132px 0;

}
.web_manager .web_cont ul li .inoc4 i{
    display: inline-block;
    width: 72px;
    height: 70px;
    background: url(../images/manger_ionc.png) no-repeat;
    background-position: -192px 0;

}
.web_manager .web_cont ul li .info{
    margin-top: 25px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 30px;
}
.web_manager .web_cont ul li .more{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 30px;
}
.web_manager .web_cont ul li .more a{
    text-decoration: underline;
}
.web_manager .web_cont ul li .more a:hover{
    color: #f8823d;
}
/*首页新闻*/
.web_news{
    margin-top: 30px;
}

.web_news h1 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.web_news .news{
    margin-top: 20px;
}
.web_news .news ul li{
    width: 590px;
    background-color: #fff;
    border: #eeeeee 1px solid;
    padding-bottom: 10px;
}
.web_news .news ul li .title{
    margin-top: 10px;
    border-bottom: #eeeeee 1px solid;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 4px;
}
.web_news .news ul li .title span{
    font-size: 14px;
    font-weight: bold;
}
.web_news .news ul li .title a{
    float: right;
    font-style: normal;
    color: #666;
    font-size: 13px;
}
.web_news .news ul li .title a:hover{
    color: #f8823d;
    text-decoration: underline;
}
.web_news .news ul li .list{
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 20px;
}
.web_news .news ul li .list a{
    display: block;
    height: 40px;
    line-height: 40px;
}
.web_news .news ul li .list a:hover{
    color: #f8823d;
    text-decoration: underline;
}