@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 62.5%;
    font-family: "Microsoft Yahei";
    line-height: 1.75;
    color: #444;
}

ol, ul {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #c9060e;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

input {
    border: none;
    font-family: "Microsoft Yahei";
}

input[type="button"] {
    cursor: pointer;
}

.red {
    color: #c9060e;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: none;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 3px;
    background-color: none;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    background-color: #CECDCD;
}

/* content */
/*.section3 { background:url(../images/bigbg2/03.jpg) no-repeat center center; background-size:100% 100%;}*/

.cont1 {
    height: 100%;
    margin: 40px auto 0px;
}

.map_con {
    width: 100%;
    height: 100%;
    background: rgba(209, 190, 158, .35);
    border: 1px solid #CBCDCA;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
}

.map_con > img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 424px;
}

.map_location {
    position: absolute;
    top: 4.38%;
    left: 44.73%;
    width: 280px;
    height: 155px;
    box-sizing: border-box;
    padding: 15px 25px 20px;
    background: url(../images/map_location.png) no-repeat;
    background-size: 100% 100%;
}

.map_location a {
    display: block;
}

.map_location h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid rgba(216, 203, 181, .35);
}

.map_location p {
    color: #787878;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.85;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.map_location a:hover p {
    color: #b90b13;
}

.map_location a:hover h {
    border-bottom: 1px solid rgba(216, 203, 181, .55);
}

/*.map_search{ display:block; width:100%; height:100%; padding:0 15px; box-sizing: border-box; border-radius:20px; background:url(../images/map_search.png) #efe4cd right 10px center no-repeat; background-size:auto 69%; outline: none; color:#755621;}*/
.map_search {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 20px;
    outline: none;
    color: #755621;
    background-color: #efe4cd;
}

.map_search_btn {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 19px;
    height: 20px;
    background: url(../images/map_search.png) top center no-repeat;
    background-size: auto 69%;
    outline: none;
    color: #755621;
    cursor: pointer;
}

/*mapList*/
.map_cgList {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
}

#floatDivBoxs {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #D6D5D5;
    line-height: 45px;
    background: #E3E2E1;
    opacity: .85;
    background-size: 100% 100%;
    color: #666666;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.floatShadow {
    padding: 0 15px;
    height: 85%;
    overflow-y: scroll;
}

#floatDivBoxs dl {
    border-bottom: 1px solid #d2c1a4;
    padding: 20px 0;
}

#floatDivBoxs dl:last-child {
    border: none;
}

#floatDivBoxs dl:hover dt, #floatDivBoxs dl:hover dd {
    color: #b90b13;
}

#floatDivBoxs dt {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
    color: #755621;
}

#floatDivBoxs dt img {
    display: inline-block;
    float: left;
    line-height: 18px;
    padding: 2px 5px 0 0;
}

#floatDivBoxs dd {
    font-size: 12px;
    line-height: 1.5;
    color: #b3a187;
}

#rightArrow {
    width: 45px;
    height: 45px;
    background: url(../img/right-btn.jpg) no-repeat;
    position: absolute;
    top: -1px;
    right: -44px;
    z-index: 999;
    transform: rotate(180deg);
}

#rightArrow a {
    display: block;
    height: 100%;
    cursor: pointer;
    font-size: 0;
}

.select-btn {
    border-bottom: 1px solid #E3E2E1;
    font-size: 1.9rem;
    text-align: center;
}

.right-btn {
    position: absolute;
    right: 12.5%;
    top: 14.5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 2.5rem;
    text-align: center;
}

.left-btn {
    transform: rotate(0deg) !important;
}

.down-btn {
    transform: rotate(90deg) !important;
}

.select-item {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    opacity: .8;
    display: none;
}

.select-item li {
    border-bottom: 1px solid #D6D5D5;
    height: 42px;
    background: #E3E2E1;
    font-size: 1.9rem;
    cursor: pointer;
}

.select-item li:hover {
    background: #fff;
    color: #000;
}

/*.select-item li:nth-of-type(1){border-top: 1px solid #D6D5D5;}*/
.select-item li .select-txt {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
}

.select-item li .type1box{
    position: relative;
}
.select-item li .type1box ul.type1ul,
.select-item li .type1box ul.type1ul li .type2box ul.type2ul{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: none;
    background: #E3E2E1;
    opacity: 1;
}
.select-item li .type1box ul.type1ul{
    width: 50%;
    top: -400%;
}
.select-item li .type1box ul.type1ul li .type2box ul.type2ul{
    width: 100%;
    top: -200%;
}
.select-item li .type1box:hover ul.type1ul{
    display: block;
}
.select-item li .type1box ul.type1ul li .type2box{
    position: relative;
}
.select-item li .type1box ul.type1ul li .type2box:hover ul.type2ul{
    display: block;
    max-height: 200px;
    overflow: auto;
}