.header_nav {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    background: rgba(26, 29, 31, 1);
}

.header_nav .fl,
.header_nav .fr a {
    color: #fff;
    font-size: 14px;
}

.information_wrap .hot-main {
    float: left;
    width: 720px;
    margin-top: 16px;
}

.information_wrap .hot-main li {
    width: 350px;
    margin: 0;
}

.information_wrap .hot-main li:first-of-type {
    margin-right: 20px;
}

.information_text {
    margin-top: 16px;
    width: 400px;
}

.information_text li a {
    display: block;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
}

.information_text li a::before {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999999;
    margin-right: 10px;
}

/* 20181128产业园banner改版 */
.header_nav_list {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 7px 0px rgba(221, 226, 227, 1);
}

.header_nav_list .header_nav_list_wrap {
    margin-left: 100px;
}

.header_nav_list .header_nav_list_wrap li {
    float: left;
}

.header_nav_list .header_nav_list_wrap li a {
    font-size: 18px;
    color: rgba(26, 29, 31, 1);
    margin-right: 40px;
}

.header_nav_list .header_nav_list_wrap li a.on {
    color: rgba(226, 46, 50, 1);
}

.header_nav_list .header_nav_list_wrap li a:hover {
    color: rgba(226, 46, 50, 1);
}

.header_nav_list .free_btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: rgba(75, 143, 228, 1);
    border-radius: 2px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 40px;
}

.banner {
    height: 420px;
    background: #fff;
}

.banner .swiper-container {
    width: 100%;
    height: 420px;
    overflow: hidden;
    text-align: center;
}

.banner .swiper-container img {
    height: 100%;
}

.banner .banner_img {
    display: block;
    width: 100%;
    height: 420px;
}

.banner .swiper-pagination-fraction,
.swiper-pagination-custom,
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
    background-color: #c00 !important;
}

.banner {
    position: relative;
}

.banner .w1200 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.banner .form_wrap {
    position: absolute;
    top: 47px;
    left: 0;
    width: 413px;
    height: 246px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 111;
    padding: 40px;
}

.banner .form_wrap form {
    position: relative;
}

.banner #headSearch {
    width: 340px;
    height: 44px;
    padding: 0 60px 0 10px;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
    border: 0px;
}

.banner .icon-search {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 44px;
    background: rgba(226, 46, 50, 1);
    border-radius: 0px 4px 4px 0px;
    line-height: 44px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    margin: 0;

}

.banner .icon-off {
    position: absolute;
    top: 23px;
    right: 5px;
    font-size: 20px;
    color: #747474;
    margin: 10px;
    cursor: pointer;
}

.banner .w1200 h4 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(26, 29, 31, 1);
    margin-top: 20px;
}

.banner .w1200 ul {
    overflow: hidden;
    max-height: 64px;
    margin-top: 20px;
}

.banner .w1200 ul li {
    float: left;
    margin: 0 30px 0 0;
}

.banner .w1200 ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 32px;
}

.banner .w1200 ul li a:hover {
    color: #E22E32;
}

.banner .w1200 ul li a.active {
    color: #E22E32;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-pagination-fraction,
.swiper-pagination-custom,
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

/* 首页求租求购弹窗 */
.mask_sale {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
}

.mask_sale .sale_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    height: 480px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px 0px rgba(125, 125, 125, 0.6);
    border-radius: 10px;
    z-index: 2147483648;
}

.mask_sale .sale_main .close {
    position: absolute;
    right: 40px;
    top: 50px;
    cursor: pointer;
}

.mask_sale .sale_main .sale_title {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(26, 29, 31, 1);
    text-align: center;
    margin-top: 112px;
    line-height: 1;
}

.mask_sale .sale_main .sale_entrance {
    width: 400px;
    overflow: hidden;
    margin: 84px auto 0;
}

.mask_sale .sale_main .sale_entrance a {
    width: 120px;
    text-align: center;
    line-height: 1;
}

.mask_sale .sale_main .sale_entrance a span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(26, 29, 31, 1);
    line-height: 3;
}

.con_path {
    background-color: #fbfbfb;
}

.forms_wrap {
    box-sizing: border-box;
    padding: 50px 0 0 110px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 226, 227, 1);
}

.main .forms_wrap li .error {
    float: left;
    color: #E22E32;
    margin-left: 10px;
}

.forms_wrap li div {
    position: relative;
    margin-bottom: 25px;
    line-height: 40px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(26, 29, 31, 1);
}

.forms_wrap li div .area {
    padding-right: 40px;
}

.forms_wrap li div .area_unit {
    position: absolute;
    top: 0px;
    right: 10px;
}

.forms_wrap li div:first-child {
    width: 100px;
    text-align: right;
    color: rgba(102, 102, 102, 1);
    margin-right: 30px;
}

.forms_wrap li div:first-child span {
    display: inline-block;
    height: 10px;
    font-size: 16px;
    color: rgba(226, 46, 50, 1);
    transform: translateY(5px);
}

.forms_wrap li div label {
    margin-right: 30px;
}

.forms_wrap li div .num {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.forms_wrap li div label:last-child {
    margin-right: 0px;
}

.forms_wrap li div label input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    transform: translateY(3px);
}

.forms_wrap li div input {
    box-sizing: border-box;
    display: inline-block;
    width: 240px;
    height: 38px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 226, 227, 1);
}

.forms_wrap li div textarea {
    box-sizing: border-box;
    display: inline-block;
    width: 600px;
    height: 360px;
    padding: 20px 10px 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 226, 227, 1);
    overflow: hidden;
    line-height: 1.5;
}

.forms_wrap li div select {
    box-sizing: border-box;
    display: inline-block;
    width: 163px;
    height: 38px;
    padding: 0 0 0 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 226, 227, 1);
}

.forms_wrap li div .name {
    width: 600px;
}

.forms_wrap li div a {
    display: inline-block;
    width: 240px;
    height: 38px;
    background: rgba(226, 46, 50, 1);
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 90px;
}

.forms_wrap li div input.area,
.forms_wrap li div input.intention_park {
    width: 160px;
}

.info_main {
    height: 600px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 226, 227, 1);
    text-align: center;
}

.info_main img {
    margin-top: 100px
}

.info_main h3 {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(26, 29, 31, 1);
    margin: 28px 0 16px;
}

.info_main p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.info_main a {
    display: inline-block;
    margin: 50px 5px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: rgba(248, 248, 248, 1);
    border: 1px solid rgba(221, 226, 227, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(26, 29, 31, 1);
}

.info_main .blue_bg {
    background: rgba(75, 143, 228, 1);
    color: #fff;
    border: 1px solid rgba(75, 143, 228, 1);
}

ul.bottom_banner{
    list-style-type: none;
}

ul.bottom_banner li{
    float: left;
    width: 249px;
    height: 112px;
    margin-right: 30px;
}

ul.bottom_banner li a{
    display: block;
    width: 100%;
    height: 100%;
}

ul.bottom_banner li a img{
    width: 100%;
    height: 100%;
}
