﻿@charset "utf-8";

body {
    text-align: left;
}

.ContactMain {
    margin-top: 25px;
}

.Main_con {
    width: 1315px;
    margin: 0 auto;
}

.con_headbeijing {
    width: 100%;
    overflow: hidden;
}

    .con_headbeijing div {
        width: 100%;
    }

        .con_headbeijing div img {
            display: block;
            width: 100%;
        }

.tab_con {
    width: 1210px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 20px;
}

.tabcon_address {
    float: left;
}

    .tabcon_address .map {
        position: relative;
        width: 715px;
        height: 819px;
        margin: 0px auto;
        background: url(/images/map2.jpg) no-repeat;
        cursor: pointer;
    }

        .tabcon_address .map a {
            cursor: pointer;
        }

.citybg {
    position: absolute;
    z-index: 3;
    display: none;
}
/*联系我们*/
.tabcon_contact {
    margin-left: 20px;
    margin-top: 110px;
    overflow: hidden;
    position: relative;
}

.contact_right {
    width: 580px;
    float: right;
    height: 465px;
    overflow: hidden;
}

    .contact_right .chat_online {
        width: 100%;
        height: 140px;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
    }

    .contact_right .conright_tit {
        height: 20px;
        line-height: 20px;
        color: red;
    }

.chat_online .chatonline_con {
    width: 150px;
    float: left;
    font-size: 18px;
    font-family: 微软雅黑;
}

.con_tit {
    font-weight: 600;
}

.con_intro {
    font-size: 14px;
    color: #666;
}

.chatonline_click {
    width: 230px;
    height: 60px;
    line-height: 60px;
    float: right;
}

    .chatonline_click a {
        display: block;
        width: 228px;
        height: 60px;
        border: 1px solid #666;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        text-align: center;
        font-size: 18px;
    }

        .chatonline_click a:hover {
            background-color: #e01222;
            color: #fff;
        }

.contact_right .wechat_service {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.wechat_service .wechat_con {
    width: 150px;
    float: left;
    font-size: 18px;
    font-family: 微软雅黑;
    margin-top: 30px;
    display: inline;
}

.wechat_service .wechat_code {
    width: 180px;
    height: 140px;
    float: right;
}

.wechat_code img {
    width: 140px;
    height: 140px;
}

.contact_right .email_under {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.email_under .email_con {
    width: 320px;
    float: left;
    font-size: 18px;
    font-family: 微软雅黑;
    margin-top: 30px;
    display: inline;
}

.contact_right .email_link {
    width: 230px;
    height: 60px;
    line-height: 60px;
    float: right;
    margin-top: 35px;
}

.email_link a {
    display: block;
    width: 228px;
    height: 60px;
    border: 1px solid #666;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #0368b8;
}
/*服务中心*/
.servicecontent {
    width: 1120px;
    margin: 0 auto;
    margin-top: 30px
}

.stitle {
    background: #eb9090;
    height: 50px;
    float: left;
    width: 1090px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px
}

.scontent {
    width: 1120px
}

    .scontent dl {
        width: 558px;
        float: left;
        line-height: 44px;
        border: 1px solid #bfbfbf
    }

        .scontent dl dt {
            width: 528px;
            background: #eeeeee;
            height: 44px;
            float: left;
            font-size: 16px;
            font-weight: bold;
            padding-left: 30px
        }

        .scontent dl dd {
            width: 528px;
            background: #ffffff;
            height: 140px;
            float: left;
            font-size: 14px;
            padding-left: 30px;
            line-height: 25px;
            margin-top: 20px;
        }
