@charset "utf-8";
/* CSS Document */

.mapBox {
	height: 745px;
    width: 70%;
}
.addrBox {
    height: 421px;
    opacity: 0.95;
    position: absolute;
    right: 8%;
    top: 30px;
    width: 19%;
    background: #fff;
}
.mapControlBtn {
    /*background: url(../img/bg/mapControlBtn-show_27x27.gif) no-repeat;*/
    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;
}
.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;
    padding-left: 40px;
    width: 190px;
}
.dealerMap .GleagleStyle {
    background: url(../img/sign02_25x21.jpg) no-repeat scroll 0 1px;
    padding: 33px;
    width: 197px;
}
.dealerMap .BritishStyle {
    background: url(../img/sign03_21x21.jpg) no-repeat scroll 0 1px;
    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;
    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;
    height: 25px;
    width: 88px;
}
.dealerMap .contF .mapBtn .btn_02 a {
    height: 25px;
    width: 88px;
}
.mapMsgBox {
    height: 520px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.mapMsgBox ul {
    position: absolute;
    top: 0;  
}
.mapMsgBox li {  
    padding: 10px 20px;
    width: 346px;
    cursor: pointer;
    margin: 10px;
}
.mapMsgBox li:hover{

    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.mapMsgBox li .contF {
    padding: 6px 5px;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}
.mapMsgBox li .contF h4, .mapMsgBox li .contF p {
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #656462;
}
.mapMsgBox li .contF h4 {
    color: #2A2A2A;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.mapMsgBox li .contF p{
	font-size: 12px;
	color: #999999;
    padding-left: 20px;
}
.mapMsgBox li .contF p.addr{
    background: url(../img/map_ic01.png) no-repeat left 6px;
}
.mapMsgBox li .contF p.tel{
    background: url(../img/map_ic02.png) no-repeat left 6px;
}
.mapMsgBox li .contF p.jc{
    background: url(../img/map_ic03.png) no-repeat left 6px;
}
.mapMsgBox li .contF p.web{
    background: url(../img/map_ic04.png) no-repeat left 6px;
}
.tl-name{
    font-size: 16px;
    color: #333333;
}
.contF span{
    color: #999;
    font-size: 12px;
}

.mapMsgBox .msgSignBox {
    height: auto;
    width: auto;
}
.mapMsgBox .msgSign {
    /*background: url(../img/bg/mapSign_19x28.gif) no-repeat scroll 0 8px;*/
}
.addrBox .mapTopBtn, .addrBox .mapBottBtn {
    display: block;
    height: 23px;
    width: 270px;
    overflow: hidden;
    background: url(../img/bg/mapScrollBtn.png) no-repeat;
    display: none;
}
.addrBox .mapTopBtn {
    background-position: center 0;
}
.addrBox .mapBottBtn {
    background-position: center -23px;
}

.partner-wrap{
  position: relative;
  height: 750px;
  width: 100%;
  overflow: hidden;
  margin-top: 3%;
}
.pcity-box{
  width: 100%;
  height: 40px;
}
.pcity select#sel_region{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    text-indent: 1em;
}

@media screen and (max-width: 1000px){
    .partner-wrap{height: auto;}
    .mapBox{width: 100%;height: 300px;}
    .addrBox{
        position: relative;
        right: 0;
        width: 90%;
        margin: 0 auto;
    }
}