/*
* @Author: WuJie
* @Date:   2018-04-05 17:14:46
*/
.wrapper{
    width: 950px;
    margin: 0 auto;
}
.banner-box{
    margin-top: 20px;
}
.banner-box .img{
    width: 950px;
    height: 350px;
}
.button-group{
    margin-top: 25px;
    margin-bottom: 35px;
}
.button-group a{
    display: inline-block;
    width: 150px;
    height: 50px;
    margin-right: 15px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    background-color: #f08200;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
h1{
    font-size: 32px;
    margin-bottom: 30px;
}
.foreword{
    font-size: 16px;
}
.recommend-box{
    margin-top: 25px;
}
.recommend-box h2{
    font-size: 24px;
}
.product-box{
    width: 950px;
    padding-bottom: 30px;
    margin-top: 15px;
    border: 2px solid #f08200;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
}
.check-buttons{
    margin: 6px 0 20px 25px;
}
.check-buttons .check-button{
    display: inline-block;
    height: 40px;
    margin-right: 15px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    cursor:pointer;
    border: 2px solid #f08200;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.check-buttons .check-button:hover{
    background-color: #f08200;
    color: #ffffff;
}
.check-buttons .check-button.active{
    background-color: #f08200;
    color: #ffffff;
}
.product-group{
    float: left;
    display: none;
    margin-left: 25px;
    width: 900px;
}
.product-group.selected{
    display: block;
}
.product-detail{
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.product-detail img{
    width: 180px;
    height: 180px;
    float: left;
}
.product-description{
    position: absolute;
    left: 200px;
    top: 0;
}
.product-description a{
    color: #fb751c;
    font-size: 16px;
    font-weight: bold;
}
.product-description p{
    font-size: 14px;
}
.material .title{
    font-size: 18px;
    font-weight: bold;
}
.material ul{
    margin-left: 155px;
}
.material ul li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/pdf_bg2.png") center center no-repeat;
    background-size:cover;
    margin-right: 1px;
    margin-top:1px;
}
.material ul li a{
    font-size: 15px;
    font-weight: 550;
    color: #666666;
}
.hanon-introduce{
    margin-top: 25px;
    overflow: hidden;
}
.hanon-introduce ul li{
    float: left;
    margin-right: 60px;
}
.hanon-introduce ul li.mr0{
    margin-right: 10px;
}
.hanon-introduce .intro-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hanon-introduce  .intro-detail{
    width: 270px;
}
.hanon-introduce  .intro-detail a{
    display: block;
    color: #f08200;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;   
}
.hanon-introduce ul .erweima{
    width: 120px;
    height: 120px;
    margin-top: 26px;
    background: url("../images/erweima.jpg") center center no-repeat;
    background-size:cover;
}
.hanon-introduce ul li .erweima-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer{
    width: 100%;
    margin-top: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    background-color: #dddddd;
}