.banner{
    width: 100%;
    height: 380px;
    background: url(/assets/index/images/add_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.banner .w-1200{
    position: relative;
}
.banner .banner-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-head .banner-le{
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #f4f4f4;
}
.banner-le img{
    width: 10px;
    height: 10px;
    margin: 25px;
}
.banner-head .banner-ri{
    width: auto;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
}
.banner-ri a{
    color: #333333;
}
.banner-ri span{
    color: #0065c0;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content .con-banner{
    width: 100%;
    height: 322px;
}
.content .add{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.add .add-head{
    width: 100%;
    height: 30px;
    border-left: 3px solid #0078ba;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 40px;
}
.add-head span{
    font-size: 16px;
    color: #aaaaaa;
}
.add .add-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.add-box .add-item{
    width: 560px;
    height: 320px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
}
.add-item:nth-of-type(n+2){
    margin-right: 0;
}
.add-item:last-child{
    width: 100%;
    margin-top: 30px;
    height: 366px;
}
.add-item .add-title{
    width: 100%;
    height: 76px;
    padding: 0 30px;
    box-sizing: border-box;
    background: url(/assets/index/images/add2.png) no-repeat center center / 100% 100%;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
}
.add-item:last-child .add-title{
    background: url(/assets/index/images/add3.png) no-repeat center center / 100% 100%;
}
.add-item .add-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
}
.add-con .add-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    margin-top: 5px;
}
.add-con .add-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #0078ba;
    line-height: 28px;
    margin-top: 20px;
}
.add-con .add-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    margin-top: 20px;
}


.fang{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fang .fang-head{
    width: 100%;
    height: 30px;
    border-left: 3px solid #0078ba;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 40px;
}
.fang-head span{
    font-size: 16px;
    color: #aaaaaa;
}
.fang .fang-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.fang-box .fang-le{
    width: 600px;
    height: 275px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-right: 0;
    box-sizing: border-box;
    padding: 0 30px;
}
.fang-le .fang-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fang-ul .fang-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 35px;
}
.fang-li .iconfont{
    font-size: 20px!important;
    color: #0078ba;
    font-weight: bold;
    line-height: 30px;
    margin-right: 10px;
}
.fang-le .fang-tip{
    width: 200px;
    height: 30px;
    background: #f8f8f8;
    border-radius: 50px;
    font-size: 12px;
    color: #0078ba;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.fang-box .fang-ri{
    width: 600px;
    height: 275px;
    background: #f8f8f8;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}
.fang-ri .fang-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-indent: 2em;
    margin-top: 50px;
}
.fang-ri .fang-last{
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
