body {
    position: relative;
    background: none;
    font-family: "微软雅黑";
}

.message_ol {
    z-index: 99999;
    line-height: normal;
}


iframe {
    position: relative;
    background: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td,
span,
b {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

.clear {
    clear: both;
}

.pleft {
    float: left;
}

.pright {
    float: right;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑" !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑" !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑" !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-size: 14px;
    font-family: "微软雅黑" !important;
}

.message_ol * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微软雅黑" !important;
    z-index: 99998;
}

.message_ol img {
    max-width: 100%;
}

.message_olr_list {
    position: fixed;
    top: 150px;
    right: 4px;
    z-index: 99999;
    width: 50px;
}

.message_olr_list ul li a {
    display: block;
    background: #3ea3ff;
    border-radius: 1px;
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    /* Firefox 4 */
    -webkit-transition: 0.2s;
    /* Safari 和 Chrome */
    -o-transition: 0.2s;
    /* Opera */
}

.message_olr_list ul li a img {
    width: 38px;
    height: 38px;
}

.message_olr_list ul li a span {
    display: block;
    padding-top: 5px;
    text-align: center;
}

.message_olr_list ul li a p {
    display: block;
    font-size: 12px;
    padding: 1px 0 0 0;
    margin: 0;
}

.message_olr_list ul li a.act {
    background: #fff;
    color: #8a9199;
}

.message_olr_list ul li a .ol_img2 {
    display: none;
}

.message_olr_list ul li a.act .ol_img1 {
    display: none;
}

.message_olr_list ul li a.act .ol_img2 {
    display: inline-block;
}

.oll_tel {
    position: fixed;
    top: 150px;
    right: 72px;
    background: #fff;
    border-top: 4px solid #3ea3ff;
    width: 270px;
    height: 100px;
    box-shadow: 0px 0px 3px #888888;
    display: none;
}

.oll_tel:after {
    position: absolute;
    display: inline-block;
    top: 28px;
    right: -5px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}

.oll_tel1 {
    padding-top: 16px;
    color: #3ea3ff;
    padding-left: 16px;
    height: 50px;
    overflow: hidden;
}

.oll_tel1 span {
    float: left;
}

.oll_tel1 span img {
    padding-top: 7px;
}

.oll_tel1 p {
    float: left;
    font-size: 24px;
    padding-left: 8px;
}

.oll_tel2 {
    padding-left: 16px;
    padding-top: 5px;
}

.oll_tel2 input {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 30px;
    width: 168px;
    float: left;
    padding-left: 8px;
    line-height: 26px
}

.oll_tel2 button {
    background: #3ea3ff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 72px;
    height: 30px;
    border: 0;
    color: #fff;
}

.oll_mes {
    position: fixed;
    top: 150px;
    right: 72px;
    background: #fff;
    border-top: 4px solid #3ea3ff;
    width: 250px;
    height: 440px;
    box-shadow: 0px 0px 3px #888888;
    display: none;
}

.oll_mes:after {
    position: absolute;
    display: inline-block;
    top: 77px;
    right: -5px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}

.oll_mes1 {
    padding-left: 16px;
    padding-top: 12px;
    font-size: 16px;
    color: #333333;
}

.oll_mes2 {
    padding: 10px 16px 0px;
}

.oll_mes2 div {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.oll_mes2 textarea {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 100%;
    padding: 10px 14px;
    height: 120px;
}

.oll_mes2 input {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    line-height: 26px;
    padding-left: 40px;
}

.oll_mes2 span {
    position: absolute;
    margin-left: 12px;
    margin-top: 10px;
}

.oll_mes2 .oll_mes_tel {
    position: absolute;
    margin-left: 12px;
    margin-top: 10px;
}

.oll_mes2 label {
    color: red;
    position: absolute;
    margin-left: -12px;
    margin-top: 11px;
}

.oll_mes2 button {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #3ea3ff;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 0;

}

.oll_ewm {
    position: fixed;
    top: 377px;
    right: 72px;
    background: #fff;
    width: 140px;
    height: 160px;
    box-shadow: 0px 0px 3px #888888;
    padding: 8px;
    display: none;
}

.oll_ewm:after {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: -5px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}

.oll_ewm p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 5px
}

.oll_xcx {
    position: fixed;
    top: 315px;
    right: 72px;
    background: #fff;
    width: 140px;
    height: 160px;
    box-shadow: 0px 0px 3px #888888;
    padding: 8px;
    display: none;
}

.oll_xcx:after {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: -5px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}

.oll_xcx p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 5px
}

.oll_wechat {
    position: fixed;
    top: 315px;
    right: 72px;
    background: #fff;
    width: 140px;
    height: 180px;
    box-shadow: 0px 0px 3px #888888;
    padding: 8px;
    display: none;
}

.oll_wechat:after {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: -5px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 1px #c3c3c3;
}

.oll_wechat p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 5px
}


.commontc {

    height: 282px;
    width: 480px;
    left: 50%;
    margin-left: -220px;
    top: 240px;
    position: fixed;
    z-index: 99998;
    border-radius: 3px;
    background: rgba(36, 38, 51, .8);
}

.commontc .clo {
    top: 8px;
    right: 8px;
    position: relative;
    z-index: 9999;
}

.tcan {
    padding-top: 186px;
    padding-left: 36px;
}

.tcan a {
    color: #fff;
    border: 1px solid #80d0fc;
    height: 40px;
    line-height: 38px;
    width: 100px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-right: 24px;
    background: #0098f7;
    transition: 0.2s;
    -moz-transition: 0.2s;
    /* Firefox 4 */
    -webkit-transition: 0.2s;
    /* Safari 和 Chrome */
    -o-transition: 0.2s;
    /* Opera */
}

.tcan a.dhzx {
    width: 120px;
}

.tcan a:hover {
    background: #fff;
    color: #2f3e57;
}

.ol_dhzx {
    background: url(../images/ol_dhzx.jpg) no-repeat;
    height: 240px;
    width: 440px;
    left: 50%;
    margin-left: -220px;
    top: 240px;
    position: fixed;
    z-index: 99999;
    border-radius: 3px;
    display: none;
}

.ol_dhzx .clo {
    top: 8px;
    right: 8px;
    position: relative;
    z-index: 9999;
}

.ol_dhzx .ol_dhzxtel {
    font-size: 23px;
    color: #fff;
    padding: 35px 0 0 192px;
    height: 72px;
    overflow: hidden;
}

.ol_dhzxtxt {
    padding: 112px 18px 0 18px;
}

.ol_dhzxtxt input {
    border-left: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    float: left;
    height: 44px;
    width: 70%;
    padding-left: 12px;
    line-height: 26px;
}

.ol_dhzxtxt button {
    border-right: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #3ea3ff;
    float: left;
    color: #fff;
    height: 44px;
    width: 30%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.ol_zxly {
    background: #fff;
    height: 285px;
    width: 480px;
    left: 50%;
    margin-left: -240px;
    top: 240px;
    position: fixed;
    z-index: 99999;
    border-radius: 5px;
    display: none;
}



.ol_zxly_left {
    float: left;
    margin-top: 24px;
    margin-left: 5px;
    text-align: center;
}

.ol_zxly_left img {
    width: 115px;
    height: 237px;
}

.ol_zxly_left p {
    line-height: 20px;
}

.ol_zxly_left .p1 {

    margin-top: -48px;
    color: rgba(36, 38, 51, .8);
    font-size: 14px;
}

.ol_zxly_left .p2 {

    width: 132px;
    /* margin-top: 10px; */
    color: rgba(36, 38, 51, .8);
    font-size: 16px;

}

.ol_zxly_left .p3 {

    margin-top: -28px;
    color: rgba(36, 38, 51, .8);
    font-size: 14px;

}

.ol_zxly_right {
    margin-right: 30px;
    float: right;
    width: 290px;
}


.ol_zxlytit {
    /*background: #3ea3ff; */
    height: 40px;
    width: 100%;
    line-height: 32px;
    color: #fff;
    padding: 0 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
}

.ol_zxly .clo {
    top: 8px;
    right: 8px;
    position: relative;
    z-index: 9999;
}

.ol_dhzxcot {

    /*padding: 17px 15px 0px;	 */

}

.ol_dhzxcot div {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.ol_dhzxcot textarea {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 95%;
    padding: 5px 5px;
    height: 50px;
    background: white !important;
}

.ol_dhzxcot input {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 90%;
    height: 32px;
    padding-left: 10px;
    line-height: 26px !important;
    background: white !important;
}

.ol_dhzxcot_l {
    float: left;
    width: 48%;
}

.ol_dhzxcot_r {
    float: right;
    width: 48%;
}

.ol_dhzxcot span {
    position: absolute;
    margin-left: 12px;
    margin-top: 10px;
}

.ol_dhzxcot .oll_mes_tel {
    position: absolute;
    margin-left: 12px;
    margin-top: 10px;
}

.ol_dhzxcot label {
    color: red;
    position: absolute;
    margin-left: -12px;
    margin-top: 9px;
}

.ol_dhzxcot button {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #3ea3ff;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 0;
    margin-top: 0px;
}

@media(max-width: 767px) {
    .message_olr_list {
        top: 100px;
        right: 4px;
    }

    .message_olr_list ul li a {
        width: 36px;
        height: 36px;
    }

    .message_olr_list ul li a span {
        display: block;
        padding-top: 0px;
    }

    .message_olr_list ul li a span img {
        width: 35px;
        height: 35px;
    }

    .message_olr_list ul li a p {
        display: none !important;
        font-size: 12px;
        padding: 1px 0 0 0;
        margin: 0;
    }

    .oll_tel {
        top: 100px;
        right: 49px;
    }

    .oll_tel:after {
        top: 10px;
        right: -5px;
    }

    .oll_mes {
        top: 30px;
        right: 49px;
    }

    .oll_mes:after {
        top: 120px;
        right: -5px;
    }

    .oll_ewm {
        top: 226px;
        right: 49px;
    }

    .oll_ewm:after {
        top: 10px;
        right: -5px;
    }

    .oll_xcx {
        top: 226px;
        right: 49px;
    }

    .oll_xcx:after {
        top: 10px;
        right: -5px;
    }

    .oll_wechat {
        top: 226px;
        right: 49px;
    }

    .oll_wechat:after {
        top: 10px;
        right: -5px;
    }

    .commontc {
        width: 280px;

        height: 400px;
        top: 100px;
        background-size: 100% 100%;
        left: 50%;
        margin-left: -140px;

        box-sizing: border-box;
    }

    .tcan {
        padding-top: 123px;
        padding-left: 11px;
    }

    .tcan a {
        height: 34px;
        line-height: 32px;
        width: 75px;
        font-size: 12px;
        margin-right: 12px;
    }

    .tcan a.dhzx {
        width: 102px;
    }

    .ol_dhzx {
        height: 164px;
        width: 300px;
        background-size: 100% 100%;
        left: 50%;
        margin-left: -150px;
        display: none;
    }

    .ol_dhzx .ol_dhzxtel {
        font-size: 15px;
        padding: 24px 0 0 129px;
        height: 47px;
        overflow: hidden;
    }

    .ol_dhzxtxt {
        padding: 76px 12px 0 12px;
    }

    .ol_dhzxtxt input {
        height: 34px;
    }

    .ol_dhzxtxt button {
        height: 34px;
        line-height: 30px;
        font-size: 12px;
    }

    .ol_zxly {
        height: 392px;
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 13%;
        position: fixed;
    }

    .ol_zxlytit {
        /*background: #3ea3ff;*/
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: #fff;
        padding: 0 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .ol_dhzxcot {
        padding: 0px 20px 0px;


    }

    .ol_dhzxcot div {
        position: relative;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .ol_dhzxcot textarea {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        width: 95%;
        padding: 5px 5px;
        height: 70px;
    }

    .ol_dhzxcot input {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        width: 95%;
        height: 32px;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .ol_dhzxcot_l {
        float: left;
        width: 100%;
    }

    .ol_dhzxcot_r {
        float: left;
        width: 100%;
    }

    .ol_dhzxcot span {
        position: absolute;
        margin-left: 12px;
        margin-top: 10px;
    }

    .ol_dhzxcot .oll_mes_tel {
        position: absolute;
        margin-left: 12px;
        margin-top: 12px;
    }

    .ol_dhzxcot label {
        color: red;
        position: absolute;
        margin-left: -12px;
        margin-top: 9px;
    }

    .ol_dhzxcot button {
        color: #fff;
        font-size: 14px;
        text-align: center;
        background: #3ea3ff;
        height: 40px;
        width: 100%;
        border-radius: 5px;
        border: 0;
        margin-top: 0px;
    }
}

/*弹窗*/
.ol_prompt {
    background: #fff;
    height: 230px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 255px;
    position: fixed;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #888888;
    display: none;
}

.ol_prompt_top {
    height: 180px;
    text-align: center;
    padding-top: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ol_prompt_top img {
    display: inline-block;
}

.ol_prompt_top h3 {
    font-size: 24px;
    color: #4c4c4c;
    padding-top: 10px;
    font-weight: bold;
}

.ol_prompt_top h4 {
    font-size: 18px;
    color: #999999;
    padding-top: 6px;
    font-weight: 500;
}

.ol_prompt_bot {}

.ol_prompt_bot button {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #3ea3ff;
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-size: 16px;
}

@media(max-width: 767px) {
    .ol_prompt {
        width: 320px;
        margin-left: -160px;
        top: 200px;
    }
}