﻿@charset "utf-8";
/* CSS Document */

.mapBox {
	/*height: 497px;*/
}
.addrBox {
    /*border: 1px solid #B9B9B9;*/
    border-right: none;
    height: 578px;
    opacity: 0.95;
   /* position: absolute;
    right: 205px;
    top: 15px;*/
    width: 343px;
    background: #fff;
}
.mapControlBtn {
    /*background: url("../../img/bg/mapControlBtn-show_27x27.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    cursor: pointer;
    height: 27px;
    right: 423px;
    position: absolute;
    top: 70px;
    width: 27px;
    z-index: 55;
}
.dealerMap .on {
    /*background: url("../../img/bg/mapControlBtn_27x27.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.dealerMap .mapTlStyle {
}
.dealerMap .DorsettStyle, .dealerMap .GleagleStyle, .dealerMap .BritishStyle {
    color: #0067B2;
    font-family: "??????";
    font-size: 14px;
    font-weight: bold;
}
.dealerMap .DorsettStyle {
    /*background: url("../../img/sign01_32x21.jpg") no-repeat scroll 0 2px rgba(0, 0, 0, 0);*/
    padding-left: 40px;
    width: 190px;
}
.dealerMap .GleagleStyle {
    /*background: url("../../img/sign02_25x21.jpg") no-repeat scroll 0 1px rgba(0, 0, 0, 0);*/
    padding: 33px;
    width: 197px;
}
.dealerMap .BritishStyle {
    /*background: url("../../img/sign03_21x21.jpg") no-repeat scroll 0 1px rgba(0, 0, 0, 0);*/
    padding-left: 29px;
    width: 201px;
}
.dealerMap .contF {
    width: 236px;
}
.dealerMap .contF .mapBtn {
    margin-top: 9px;
}
.dealerMap .contF .mapBtn li {
    float: left;
    margin-right: 4px;
}
.dealerMap .contF .mapBtn li a {
    color: #FFFFFF;
    display: block;
    line-height: 23px;
    text-align: center;
}
.dealerMap .contF .mapBtn .btn_01 {
    /*background: url("../../img/bg/mapBtn_68x25.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 25px;
    width: 68px;
}
.dealerMap .contF .mapBtn .btn_01 a {
    height: 23px;
    width: 66px;
}
.dealerMap .contF .mapBtn .btn_02 {
    /*background: url("../../img/bg/mapBtn01_88x25.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 25px;
    width: 88px;
}
.dealerMap .contF .mapBtn .btn_02 a {
    height: 25px;
    width: 88px;
}
.mapMsgBox {
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 301px;
}
.mapMsgBox ul {
    position: absolute;
    top: 0;
    width: 220px;
}
.mapMsgBox li {
    width:301px;
	padding: 24px 0 ;
    border-top: 1px solid #cdcecf;
    cursor: pointer;
}
.mapMsgBox li.last{
    border-bottom:1px solid #cdcecf;
}
.mapMsgBox li .contF {
    background: url(img/mapicon.png) no-repeat left 0;
    padding-left: 40px;
}
.mapMsgBox li .contF h4 {
    font-size: 16px;
    /*line-height: 24px;*/
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 26px;
    font-weight: normal;
}
 .mapMsgBox li .contF .addr{
    font-size: 14px;
    color:#666;
 }
.mapMsgBox .msgSignBox {
    height: auto;
    width: auto;
}
.mapMsgBox .msgSign {
    position: relative;
}

.mapMsgBox .msgSign .msg-icon{
    background: url(img/mapicon.png) no-repeat;
    position: absolute;
    left:0;
    top:0;
    width:23px;
    height: 26px;
}
.addrBox .mapTopBtn, .addrBox .mapBottBtn {
    display: block;
    height: 48px;
    width: 301px;
    margin: 0 auto;
    overflow: hidden;
    /*background: url(../../img/mapScrollBtn.png) no-repeat center;*/
}
.addrBox .mapTopBtn {
   background: url(img/mapTopBtn.png) no-repeat center;
}
.addrBox .mapBottBtn {
    background: url(img/mapBottomBtn.png) no-repeat center;
}
.netmap{
    position: relative;
}

.netion-bg{
    height: 52px;
    /*background: url(../../img/map-bg.jpg) repeat-x center;*/
}
.inquirytit{
    height: 50px;
    /*background: url(../../img/bg_inquirytit.jpg) repeat-x;*/
}
.inquirytit span{
    margin-top: 12px;
}
.inquirytit span.padR16{
    margin-right: 16px;
    display: inline;
}
.inquirytit select{
    border: 1px solid #7f9db9;
    margin-left: 5px;
}
.netion-tit{
    line-height: 52px;
    font-size: 16px;
    color: #0261b1;
    font-weight: bold;
    margin-left: 15px;
}
.addrpobox{
    background: #fff;
    overflow: hidden;
}
.map-row{
    width: 27px;
    height: 27px;
    /*background: url(../../img/map-row.jpg) no-repeat center;*/
    cursor: pointer;
}
.contF a.reserve{
    display: inline-block;
    float: left;
    width: 62px;
    margin-top: 5px;
    border: 1px solid #000;
    line-height: 24px;
    color: #000;
    text-align: center;
}
.contF a.reserve:hover{
    color: #fff;
    background: #000;
    transition: color 500ms ease-in 0ms, background 500ms ease-in 0ms;
}
.contF a.reserve.out{
    color: #000;
    background: none;
    transition: color 500ms ease-in 0ms, background 500ms ease-in 0ms;
}