.fix_form {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background-color: #b0253ce3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
    z-index: 999;
}

.fix_form_m {
    margin: 0 auto;
    width: 1200px;
}

.fix_form .online_close {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/online_close.png);
    background-size: 15px 15px;
}

.fix_form_m .text {
    float: left;
    font-size: 20px;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(img/f_logo.png) no-repeat left center;
    background-size: 19px;
    padding-left: 28px;
}

.fix_form_r {
    width: auto;
    float: left;
}

.fix_form_r .txt {
    height: 34px;
    border: 0;
    width: 220px;
    margin: 8px 5px;
    padding-left: 6px;
}

.fix_form_r .k_btn {
    height: 35px;
    width: 140px;
    font-size: 16px;
    background: #00A0E8;
    color: #fff;
    border: 0;
    margin-top: 8px;
    margin-left: 5px;
}

.fix_form_r input,
.fix_form_r select {
    border-radius: 3px;
}

.fix_form_m .tel {
    float: left;
    margin-left: 18px;
    font-size: 20px;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(img/call.png) no-repeat left center;
    background-size: 19px;
    padding-left: 28px;
}

.yyst_sm {
    background: #e4e4e4;
    min-width: 1170px;
    padding: 55px 0;
    margin-top: 45px;
}

.yyst .yyst_sm dl {
    margin: 0 auto;
    padding: 0;
    border: none;
}

.yyst .yyst_sm dl dd {
    width: 850px;
    margin-left: 155px;
    padding: 0;
}

.speech {
    border: solid 1px #dedede;
    margin-top: 35px;
    padding-bottom: 35px;
}

.speech dt {
    font-size: 25px;
    color: #494949;
    background: #e4e4e4;
    padding: 15px 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.speech dt span {
    color: #fe6902;
}

.speech dt img {
    vertical-align: bottom;
}

.speech dd {
    padding: 0 25px;
}

.speech dd img {
    float: left;
}

.speech dd .table {
    float: right;
    width: 380px;
    background: #fff;
}

.speech dd .table h3 {
    font-size: 18px;
    background: #30323a;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    color: #fff;
}

.speech dd .table h3 b {
    color: #fe6902;
}

.speech dd .table form {
    padding: 15px 25px;
}

.speech dd .table li {
    margin-bottom: 10px;
    height: 35px;
}

.speech dd .table li span {
    vertical-align: top;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    float: left;
}

.speech dd .table li input {
    width: 233px;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    border: solid 1px #e4e4e4;
    float: left;
    vertical-align: top;
}

.speech dd .table .sbtn {
    width: 310px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #fe6902;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    _margin-top: 10px;
}

.speech dd .select {
    position: relative;
    display: inline-block;
    _display: inline;
}

.speech dd .select input {
    margin: 0 !important;
    cursor: pointer;
}

.speech dd .select div {
    position: absolute;
    background: #fff;
    width: 99%;
    border: solid 1px #e4e4e4;
    _width: 69%;
    display: none;
    left: 0;
    top: 35px;
}

.speech dd .select p {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #757575;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}