@charset "UTF-8";
/**
* 新疆维吾尔自治区一体化
* date:2022-10-10
* author: huangweiping
 */
/* banner */
.banner {
    height: 310px;
    background: url("../images/banner-img.jpg") no-repeat center;
}

.banner > div {
    width: 1200px;
    margin: 0 auto;
    padding: 1px;
}

.banner-title {
    width: 475px;
    height: 60px;
    background: url("../images/banner-title.png") no-repeat;
    margin: 85px auto 0;
}

.banner .search-box {
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(250, 118, 106, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(250, 118, 106, 0.15);
    width: 780px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    background-color: #fff;
    margin: 35px auto 0;
    box-sizing: border-box;
    padding-left: 25px;
    z-index: 2;
}

.banner .search-box::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.30196);
    top: -10px;
    left: -10px;
    border-radius: 40px;
    z-index: -1;
}

.banner .search-box > input {
    height: 60px;
    z-index: 3;
    width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 20px;
    outline: none;
}

.banner .search-box .search-btn {
    display: block;
    float: right;
    width: 110px;
    height: 50px;
    background-color: #bd1b2d;
    border-radius: 30px;
    margin: 5px 7px 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner .search-box .search-btn > span {
    padding-left: 50px;
    background: url("../images/search-icon.png") no-repeat 18px center;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.main-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main .area-box {
    position: relative;
}

.area-chose {
    font-size: 22px;
    font-weight: bold;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    padding-left: 28px;
    background: url("../images/area-icon.png") no-repeat left center;
}

.area-chose > span {
    font-size: 22px;
    font-weight: bold;
    padding-right: 28px;
    background: url("../images/arrow-b.png") no-repeat right 10px center;
}

.type-box {
    line-height: 60px;
}

.type-box > span {
    font-size: 16px;
    color: #999999;
    margin-right: 9px;
}

.type-box .chosen {
    width: 156px;
}

.chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    border-color: #dddddd;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-results li.highlighted {
    background: #fef1f1;
    color: #333;
}


.type-box > span > span {
    color: #bd1b2d;
    margin: 0 8px;
}
