﻿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: 0;
    z-index: 99999;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08)
}

    .message_olr_list ul {
        border: 1px solid #dbdbdb;
        background: #fff;
    }

        .message_olr_list ul li a {
            position: relative;
            display: block;
            width: 66px;
            height: 66px;
            text-align: center;
            color: #333333;
            /* 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 .son {
                position: absolute;
                top: 0;
                right: 67px;
            }

            .message_olr_list ul li a::after {
                position: absolute;
                left: 8px;
                bottom: 0;
                content: '';
                width: 50px;
                height: 1px;
                background: #dbdbdb;
            }

        .message_olr_list ul li.last a::after {
            height: 0;
        }

        .message_olr_list ul li a span {
            display: block;
            padding-top: 7px;
        }

        .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_img1 {
            display: inline-block;
        }

        .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: 68px; */
    background: #fff;
    /* border-top: 4px solid #3ea3ff; */
    width: 270px;
    height: 100px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
    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;
} */

.message_olr_list ul li .oll_tel1 {
    padding-top: 10px;
    color: #666666;
    padding-left: 16px;
    height: 50px;
    overflow: hidden;
}

    .message_olr_list ul li .oll_tel1 span {
        padding-top: 2px !important;
        float: left;
    }

        .message_olr_list ul li .oll_tel1 span img {
            padding-top: 7px;
        }

    .message_olr_list ul li .oll_tel1 p {
        float: left;
        font-size: 24px;
        padding-left: 8px;
        display: block !important;
    }

.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;
        color: #333333;
    }

    .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: 68px;
    background: #fff;
    /* border-top: 4px solid #3ea3ff; */
    width: 250px;
    height: 440px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
    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;
        color: #333333;
    }

    .oll_mes2 input {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        line-height: 26px;
        padding-left: 40px;
        color: #333333;
    }

    .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: 347px;
    right: 68px;
    background: #fff;
    width: 140px;
    /* height: 160px; */
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
    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: 283px;
    right: 68px;
    background: #fff;
    width: 140px;
    height: 160px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08);
    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: 415px;
    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 {
    /* background: url(../images/tc.jpg) no-repeat; */
    height: 300px;
    width: 480px;
    left: 50%;
    margin-left: -240px;
    top: 240px;
    position: fixed;
    z-index: 100000;
    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;
        color: #333333;
    }

    .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: 272px;
    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;
}

    .ol_zxly_left img {
        width: 146px;
    }

    .ol_zxly_left p {
        margin-left: 10px;
    }

    .ol_zxly_left .p1 {
        margin-left: 23px;
        margin-top: 27px;
        color: #fff;
        font-size: 14px;
    }

    .ol_zxly_left .p2 {
        margin-left: 21px;
        width: 132px;
        /* margin-top: 10px; */
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }

.ol_zxly_right {
    margin-right: 30px;
    float: right;
    width: 290px;
}

.ol_zxlytit {
    margin-top: 5px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}

.ol_zxly .clo {
    top: 8px;
    right: 8px;
    position: absolute;
    z-index: 9999;
}

.ol_dhzxcot {
    /* padding: 17px 15px 0px; */
}

    .ol_dhzxcot div {
        position: relative;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .ol_dhzxcot .btn-box {
        overflow: hidden;
    }

        .ol_dhzxcot .btn-box button {
            width: 48%;
            background: #808080 !important;
        }

            .ol_dhzxcot .btn-box button:first-child {
                float: left;
				background: #3ea3ff!important;
            }

            .ol_dhzxcot .btn-box button:last-child {
                float: right;
            }


    .ol_dhzxcot textarea {
        border: 1px solid #d9d9d9;
        width: 100%;
        padding: 2px 10px;
        height: 56px;
        color: #333333;
        background:#fff;
    }

    .ol_dhzxcot input {
        border: 1px solid #cccccc;
        width: 100%;
        height: 30px;
        padding-left: 10px;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
        color: #333333;
    }

.ol_dhzxcot_l {
    float: left;
    width: 140px;
}

.ol_dhzxcot_r {
    float: right;
    width: 140px;
}

.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: 8px;
}

.ol_dhzxcot button {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #808080;
    height: 32px;
    width: 100%;
    border: 0;
    margin-top: 0px;
    line-height: 32px;
}

@media(max-width: 767px) {

    .layui-layer.layui-layim-min {
        display: none;
    }

    .message_olr_list {
        top: 100px;
        right: 0;
    }

        .message_olr_list ul li a .son {
            right: 36px;
        }

        .message_olr_list ul li a {
            width: 36px;
            height: 36px;
        }

            .message_olr_list ul li a span {
                display: block;
                padding-top: 0;
            }

            .message_olr_list ul li a p {
                display: none !important;
                font-size: 12px;
                padding: 1px 0 0 0;
                margin: 0;
            }

            .message_olr_list ul li a::after {
                width: 26px;
                left: 5px;
            }

        .message_olr_list ul li:last a::after {
            height: 0;
        }

    .commontc,
    .ol_zxly {
        width: 300px;
        margin-left: -150px;
    }

    .ol_zxlytit {
        font-size: 20px;
        text-align: center;
    }

    .ol_zxly_left {
        display: none;
    }

    .ol_zxly_right {
        margin-right: 10px;
        width: 280px;
    }

    .ol_dhzxcot_l,
    .ol_dhzxcot_r {
        width: 48%;
    }

    #btnzixun {
        display: none;
    }

    .ol_dhzxcot .btn-box button {
        width: 100%;
		margin-bottom: 5px;
		
    }
}

/*弹窗*/
.ol_prompt {
    background: #fff;
    height: 230px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 255px;
    position: fixed;
    z-index: 100001;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #888888;
    display: block;
}

.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;
    }
}



#divmsginfoad {
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 999999;
    width: 70px;
}

#divmsginfoad ul li a {
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    text-align: center;
    margin: 0 auto;
}

    #divmsginfoad ul li a span {
        display: block;
    }

    #divmsginfoad ul li a .ol_ad_img1 {
        display: inline-block;
    }

#divmsginfoad img {
    max-width: 100%;
}

#divmsginfoad ul li a .ol_ad_mo {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 330px;
    height: 140px;
    display: none;
}

#divmsginfoad:hover .ol_ad_mo {
    display: block;
} 

