#layui-layer1 {
    border-radius: 4px;
}
#slider2 {
    margin-left: 20px;
}
.bz {
    width: 100%;
    height: 46px;
    border-bottom: 2px solid #e6e6e6;

}
.bz ul {
    display: block;
    width: 670px;
}
.bz ul li {
    position: relative;
    float: left;
    list-style-type: none;
    line-height: 46px;
    width: 180px;
    margin-left: 30px;
    font-size: 16px;
}
.bz ul li span {
    /*display: inline-block;*/
    background-color: #ccc;
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}
.bz ul .active span {
    background-color:#c49c52

}
.bz ul .active:before {
    position: absolute;
    left: -30px;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 90px solid #c49c52;
    border-right: 90px solid #c49c52;
    border-top: 1px solid #c49c52;
    border-bottom: 1px solid #c49c52;
}
.one {
    margin-top: 50px;
}
.one ul li {
    list-style-type: none;
}
.one  .title {
    float: left;
    width: 40%;
    padding-right: 20px;
    line-height: 40px;
    font-size: 18px;
    color: #777;
}
.val {
    float: left;
    width: 60%;

}
.val input {
    margin-top: 0px;
    margin-left: 20px;
    border: none;
    border-bottom: 1px solid #bbb;
    background: #fff;
    height: 30px;
    color: #555;
    width: 280px;
}
.val input:focus {
    outline: none;
    background-color: #f2f2f2;
    border-bottom: 1px solid #c49c52;
}

.aabox {padding:30px 20px;}
.aa1 {float: left;width: 30%;font-size: 16px;line-height: 30px;}
.aa2 {float: left;width: 60%;padding-left: 30px;line-height: 30px;}
.aa3 {float: left;width: 30%;margin-top: 30px;font-size: 16px;line-height: 40px}
.aa4 {float: left;width: 60%;padding-left: 30px;margin-top: 32px;line-height: 40px;}
.input-group-addon1 {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
}
.input-group-addon1:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.two {
    margin-top: 50px;
    display: none;
}
.two ul li {
    list-style-type: none;
}
.two  .title {
    float: left;
    width: 40%;
    padding-right: 20px;
    line-height: 40px;
    font-size: 18px;
    color: #777;
}
.tag {
    position: relative;

}
.tag>.tag-img {
    position: absolute;
    left: -122px;
    top: -1px;
    z-index: 9;
}
.tag .logo {
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 9;
}
.layui-layer-btn- {
    background-color: #fff;
    margin-top: -5px;
    text-align: center !important; 
}