﻿/*******当前位置******/

.current-position {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #1a56a8;
}
.current-position > .w1220 {
    background: url(postion.png) no-repeat 20px center;
    padding-left: 45px;
}
.w1220 {
    width: 1220px;
    height: 100%;
    margin: 0 auto;
}


/*******中间区域代码******/

.title {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    margin: 30px 0 30px 0;
}

.cx {
    border-left: #333 3px solid;
    font-weight: 600;
    font-size: 22px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 25px;
}

.search_box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.search_item:nth-child(1) {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search_item:nth-child(2) {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    width: 140px;
}
.search_item:nth-child(2) input{
width:60px;
height:32px;
}
.Sleft_top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-weight: 600;
}

.Sleft_top div {
    width: 224px;
    margin-right: 30px;
}

.input_box input, select {
    border: 1px solid #D9D9D9;
    width: 224px;
    height: 32px;
    border-radius: 4px;
    margin-right: 26px;
    padding-left: 12px;
    font-size: 14px;
    outline: none;
}

select option {
    cursor: pointer;
}

button {
    width: 60px;
    height: 32px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
}

.submit {
    background: #1677FF;
    color: #FFFFFF;
    border: none;
}

.city_box {
    margin-top: 20px;
    overflow: hidden;
}

.city_box ul li {
    float: left;
    width: 145px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    background: #EEEEEE;
    border-radius: 1px;
    margin: 0 30px 20px 0;
    cursor: pointer;
}
.city_box ul li a{
    color: #333333;
}
.city_box ul li:nth-child(7n) {
    margin-right: 0;
}


.tips {
    font-weight: 400;
    font-size: 13px;
    color: #1956A7;
    margin-bottom: 30px;
}

.avtiveCity {
    background-color: #1677FF !important;
    color: #FFFFFF;
}