.header {
    width: 100%;
    height: 47px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 99;
}

.header-box {
    width: 1500px;
    height: 47px;
    margin: 0 auto;
    display: flex;
}

.header-item-list {
    /*width: 550px;*/
    display: flex;
    /*justify-content: space-around;*/
}

.header-item {
    line-height: 40px;
    margin-right: 36px;
    cursor: pointer;
    transition: all 0.2s;
    color: #666666;
}
._header-item {
    line-height: 40px;

    cursor: pointer;
    transition: all 0.2s;
    color: #666666;
}
.header-item:hover {
    color: #3bc66f;
}

.active-item {
    color: #3bc66f;
    border-bottom: 2px solid #3bc66f;;
}

.header-sign-list {
    width: 150px;
    display: flex;
    justify-content: space-around;
    margin-left: 500px;
}

.information {
    position: absolute;
    top: 35px;
    right: 8%;
    width: 200px;
    min-height: 100px;
    background: #f3f3f3;
    border-radius: 5px;
    display: none;
}

.information-user {
    margin-left: 20px;
    width: 160px;
    display: flex;
    justify-content: space-between;
}

.information-name {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.information-yunbi {
    width: 160px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #3bc66f;
    margin-bottom: 20px;
}

.information-icon {
    color: #999999;
    font-size: 16px;
    width: 160px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.out {
    border-radius: 5px;
    margin-left: 20px;
    width: 160px;
    height: 30px;
    background: #3bc66f;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    transition: all 0.2s;
    cursor: pointer;
    margin-bottom: 20px;
}

.bg {
    width: 100%;
    background: #eeeeee;
    padding-top: 50px;
}

.box {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.item{
    margin-top: 10px;
    width: 345px;
    background: #ffffff;
    padding: 10px;
}
.item-title {
    color: #444444;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
.item-detail{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.item-img{
    width: 121px;
    height: 75px;
}
.item-txt{
    width: 210px;
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
}
.bottom {
    width: 100%;
    background: #333333;
    height: 300px;
}

.bottom-detail {
    width: 79%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #4b4b4b;
}

.bottom-text {

}

.bottom-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.bottom-li {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.bottom-li:hover {
    text-decoration: underline;
}

.last-title {
    font-size: 18px;
    color: #999;
    line-height: 60px;
}

.last-num {
    line-height: 60px;
    font-size: 28px;
    color: #999;
    font-weight: bold;
}

.beian {
    background: #333333;
}

.beian-text {
    margin: 0 auto;
    color: #999999;
    text-align: center;
    padding-bottom: 5px;
}

.beianhao {
    color: #999999;
}

.beianhao:hover {
    text-decoration: underline;
}
.floating_ck {
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 9999;
}

.floating_ck dl dd {
    position: relative;
    width: 60px;
    height: 70px;
    background-color: #646577;
    border-bottom: solid 1px #555666;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #e40231;
    border-bottom: solid 1px #a40324;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult, .words {
    background-image: url(../img/model/zxicon.png);
}

.quote {
    background-image: url(../img/model/kficon.png);
}

.chongzhi {
    background-image: url(../img/model/cz.png);
}

.qrcord {
    background-image: url(../img/model/erweima.png);
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 40px;
    font-size: 12px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 70px;
    background-color: #e40231;
    border-bottom: solid 1px #a40324;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 80px;
}

.floating_ewm {
    height: 240px;
    top: -170px;
}

.floating_ewm i {
    background-image: url(../img/model/weixin1.jpg);
    display: block;
    width: 120px;
    height: 115px;
    margin: auto;
    margin-top: 7px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 20px;
}

.floating_ewm .qrcord_p02 {
    font-size: 18px;
}