@charset "utf-8";
/* title */
h2.green_line_tit{
    background-image: url(../img/contact/tit_ico.png);
    background-repeat: no-repeat;
}

h2.icoa{
    background-position: 15px 0;
}
h2.icob{
    background-position: 15px -52px;
}
h2.icoc{
    background-position: 15px -104px;
}

/* 联系方式 */
.contact_item{
    background: #ebebca;
    border-radius: 6px;
    float: left;
    width: 160px;
    margin-right: 29px;
}
.contact_item h3{
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    background-color: #007b38;
}
.contact_item .inner{
    padding: 15px;
    height: 121px;
    overflow: hidden;
}
.contact_item .inner ul{
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
}
.contact_item .inner ul li{
    line-height: 33px;
    text-indent: 3em;
    background: url(../img/contact/q_ico.jpg) no-repeat 5px center;
}
.contact_item .inner ul li a{
    color: #757343;
}
.contact_item .inner .free{
    border: 1px solid #c8c8ac;
    padding: 10px;
    background-color: #f0f7eb;
}
.contact_item .inner .free h4{
    color: #3c8755;
    line-height: 2em;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
}
.contact_item .inner .free input{
    height: 18px;
    padding: 2px;
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    display: block;
    width: 102px;
}
.contact_item .inner .free .green_btn{
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}
.contact_item .qr-code-img{
    display: none;
    width: 132px;
    height: 121px;
    border-radius: 4px;
}
.hover .qr-code-img{
    display: block;
}
.hover a{
    display: none;
}

/* 接待 */
.introduce{
    color: #777045;
    text-indent: 2em;
    line-height: 2.2em;
    margin-bottom: 10px;
}
.guide_li{
    height: 383px;
}
.select_guide ul li{
    background: #f9faf5;
    width: 170px;
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #6b992d;
    border-radius: 6px;
}
.select_guide ul li p.name{
    height: 34px;
    line-height: 34px;
    color: #6b992d;
    text-align: center;
    font-size: 16px;
}
.select_guide ul li a.choose,
.select_guide ul li a.online,
.select_guide ul li a.wechat_link{
    display: block;
    width: 163px;
    height: 32px;
    margin: 0 auto 7px;
    text-indent: -9999px;
    background-image: url(../img/contact/gbtns.png)
}
.select_guide ul li a.choose{
    background-position: 0 top;
}
.select_guide ul li a.online{
    background-position: 0 bottom;
    margin-bottom: 0px;
}
.select_guide ul li a.wechat_link{
    background-image: none;
    color: #6b992d;
    font-size: 16px;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    margin: 0 auto 8px;
}
.select_guide ul li span.qrcode{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    padding: 12px 0;
    text-align: center;
}
.select_guide ul li img{
    width: 100%;
}
.select_guide ul li .qrcode img{
    width: auto;
}

/* 交通 */
.line_item h3{
    line-height: 2em;
    color: #757343;
    font-size: 16px;
    margin-top: 10px;
}
.line_item .inner{
    border: 1px solid #bfa78d;
    border-radius: 12px;
    background-color: #f3efe6;
    box-shadow: 0 3px 3px rgba(191, 167, 141, .5) inset;
    padding: 10px;
}
.line_item .inner .qr_code{
    position: absolute;
    right: 20px;
    top: 165px;
}
.close-qr-btn{
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 5px;
    width: 20px;
    cursor: pointer;
    color: #8e8f91;
}
.line_item .inner p{
    color: #757343;
    font-size: 16px;
    line-height: 1.8em;
    padding: 0 8px 10px;
}
.line_item .inner p a,
.line_item .inner p span{
    color: #f93b08;
}

.line_item .inner table{
    border: 1px solid #757343;
}
.line_item .inner table th,
.line_item .inner table td{
    color: #757343;
    text-align: center;
    line-height: 1.5em;
    padding: 5px 8px;
}

/* 百度地图发送到手机 */
.BMapLib_ap th,
.BMapLib_ap td{
    padding: 2px !important;
    text-align: left !important;
    line-height: 1.2em !important;
    color: #333 !important;
}

.BMapLib_sms_input_l{
    border: 1px solid #a5acb2;
}

#pnl_phone_left input[type="button"] {
    background-color: #17974c;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    padding: 3px;
}
#pnl_phone_left input[type="button"]:hover{
    background-color: #fea00c;
}
#pnl_phone_left input[type="button"]:active{
    background-color: #90be56;
}