.geoe-footer {
    padding: 30px 40px 38px;
    position: relative;
    /* background: #F2F2F2;*/
    font-size: 14px;
}

.geoe-footer * {
    /*color: #747474;*/
    color: #333333;
}

.geoe-footer a {
    cursor: pointer;
}

.geoe-footer a:hover {
    color: #000;
    text-decoration: none;
}

.geoe-footer-all {
    padding: 0 0 0 20px;
}

.mini-mar-l85 {
    margin-left: 85px;
}

.mini-first {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}

.geoe-float-l {
    float: left;
}

.geoe-second {
    margin-top: 24px;
    width: 100%;
    font-size: 14px;
}

.geoe-footer hr {
    margin-top: 28px;
}

.geoe-num {
    float: right !important;
}

.mar-l18 {
    margin-left: 8px;
}
.mar-l20 {
    margin-left: 0px;
}
#chinaflag {
    margin-left: 35px;
    padding-left:9px;
    padding-right:9px;
}

.mini-first img {
    width: 32px;
}
.mar-l20{
    position: relative;
    overflow: hidden;
}
.mar-l20 .caidan{
    position: absolute;
    bottom:14px;
    /*     background-color: rgba(255,255,255,0.5);*/
    height:0px;
    width: 100%;
    left:0px;
    padding-left:9px;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    z-index: 1;

}
.click_caidan{
    height:195px !important;
}
.caidan ul li{
    margin-top:13px;
}
.caidan ul li img{
    width: 24px;
    margin-right: 2px;
}
.pcarrow{
    margin-left: 7px;
    width: 13px;
    position: relative;
    top: -1px;
    transition: all 0.6s ease-in-out;
}
.pcarrow_bian{
    -webkit-transform: rotate(180deg)
}

.carmanual_layer{
    width:482px;
    font-size: 20px;
    background: rgba(179,179,179,0.6);
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left:-241px;
    padding: 20px;
    display: none;
}
.carmanual_layer .carmanual_layer_title{
    float: left;
    font-size:25px;
    line-height: 40px;
}
.carmanual_layer .carmanual_layer_con{
    margin-left: 30px;
    background-color: #fff;
    width: 276px;
    float: left;
}
.carmanual_layer .carmanual_layer_con .carmanual_layer_con_slct{
    cursor: pointer;
    display: block;
    padding: 0 10px;
    border: 1px solid;
    height: 42px;
    line-height: 40px;
    position: relative;
}
.carmanual_layer .carmanual_layer_con .carmanual_layer_con_slct .selectarr{
    position: absolute;
    right:0;
    top:0;
}
.carmanual_layer_list{
    margin: 0;
    padding: 0 3px;
    display: none;
}
.carmanual_layer_list li{
    cursor: pointer;
    height:40px;
    line-height:40px;
    padding:0 10px;
}
.carmanual_layer_list li:hover{
    background: #8e8e8e;
    color: #fff;
}
.carmanual_layer_list li a{
    display: block;
    width:100%;
    height:100%;
}
