/*header*/
.separator {
    color: #666;
    padding: 0 5px 0 8px;
}
.header {
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    min-width: 1200px;
}
.header .tool-bar {
    background-color: #f2f2f2;
    height: 40px;
    line-height: 40px;
}
.header .logo-bar {
    height: 130px;
}
.header .logo-bar img {
    width: 250px;
    margin-top: 16px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    float: left;
}
.header .logo-bar .city-info {
    float: left;
    margin: 21px 12px;
    text-align: center;
}
.header .nav-bar {
    background-color: #fa0b08;
    color: #fff;
    height: 44px;
    line-height: 44px;
    min-width: 1200px;
}
.header .area-bar {
    height: 38px;
    line-height: 38px;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
#plant,#land,#warehouse {
    position: relative;
}
.user-bar {

}
.user-bar a:hover {
    color: #ff9900
}
.nav-bar .nav-bar-link>li {
    float: left;
    position: relative;
    height: 44px;
    width: 100px;
    text-align: center;
    transition: all 0.1s;
}
.nav-bar .nav-bar-link>li:hover {
    background-color: #fa0b08;
}
.nav-bar .nav-bar-link>li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.nav-bar .nav-bar-link>li.active:after {
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: ' ';
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 42px;
}
.nav-drop-down {
    position: absolute;
    display: none;
    background-color: #fa0b08;
    z-index: 10;
}
.nav-drop-down li {
    width: 100px;
}
.nav-drop-down li {
    border-top: 1px solid #c9c9c9;
}
.nav-drop-down li:hover {
    background-color: #fa0b08;
}
.nav-drop-down li a {
    display: inline-block;
    width: 100%;
}
.area-bar {

}
.area-bar ul {
    height: 100%;
}
.area-bar ul li {
    float: left;
    width: 45px;
    /*text-align: center;*/
}
.area-bar ul li a {
    color: #999;
    display: inline-block;
    height: 100%;
}
.area-bar ul li a.active {
    color: #ff9934;
}
/*footer*/
.footer {
    width: 100%;
    min-width: 1200px;
}
.footer .footer-link {
    height: 46px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    background: #383a3f url(/gydc/index/image/footer_hr.jpg) repeat-x bottom;
}
.footer .footer-link span {
    color: #fff;
    line-height: 12px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 1px;
}
.footer .footer-link a {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}
.footer .footer-link a.active {
    color: #ff9934;
}
.footer .footer-link a:hover {
    color: #ff9934;
}
.footer .footer-copyright {
    padding: 20px 0;
    text-align: center;
    background-color: #383a3f;
}
.footer .footer-copyright div {
    color: #aaa;
    height: 30px;
    cursor: pointer;
}
/*body*/
.body {
    min-height: 570px;
    background-color: #f2f2f2;
    padding-bottom: 30px;
    min-width: 1200px;
}
.body .body-title {
    height: 48px;
    line-height: 48px;
    color: #aaa;
}
/*filter*/
.body .list-filter {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 200px;
}
.list-filter .filter-inline {
    margin-bottom: 15px;
}
.list-filter .filter-item {
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    transition: all 0.2s;
}
.list-filter .filter-item:hover {
    background-color: #ebebeb;
}
.list-filter .filter-name {
    float: left;
    border-radius: 3px;
    margin-right: 15px;
    padding: 5px 18px;
    background-color: #fa0b08;
}
.list-filter .filter-name span {
    color: #fff;
}
.list-filter .filter-item a {
    color: #000;
    display: inline-block;
    padding: 5px 15px;
}
.list-filter .filter-this {
    background-color: #ebebeb;
}
/**/
.body .list-info {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 12px;
    /*min-height: 500px;*/
}
.list-info .list-info-left {
    float: left;
    width: 925px;
}
.list-info-left .list-info-tabs {
    border-bottom: 2px solid #fa0b08;
}
.list-info-left .list-info-tabs li {
    float: left;
    margin-left: -1px;
}
.list-info-left .list-info-tabs li a {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    color: #aaa;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    transition: all 0.2s;
    box-sizing: border-box;
}
.list-info-left .list-info-tabs li a.active {
    background-color: #fa0b08;
    color: #fff;
}
.list-info-left .list-info-tabs li a:hover {
    background-color: #fa0b08;
    color: #fff;
}
.list-info-left .info-item-content {
    padding: 10px 0;
}
.list-info-left .info-item-content .info-item {
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
    transition: all 0.3s;
}
.list-info-left .info-item-content .info-item:hover {
    background-color: #f6f6f6;
}
.info-item img {
    width: 180px;
    height: 122px;
    float: left;
    border-radius:7px;
    border: 1px solid #eee;
}
.info-item .info-item-text {
    float: left;
    padding: 2px 20px 6px;
    width: 700px;
    overflow: hidden;
}
.info-item .info-item-title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.info-item .info-item-title a {
    color: #000;
    font-size: 16px;
}
.info-item .info-item-data {
    margin-top: 10px;
    height: 57px;
    overflow: hidden;
}
.info-item .item-data-desc {
    float: left;
    width: 450px;
    color: #666;
}
.info-item .info-item-other {
    float: right;
    min-width: 100px;
}
.info-item .item-data-inline {
    color: #ff9900;
}
.info-item .info-item-time {
    margin-top: 8px;
}
.list-info .list-info-right {
    float: right;
    width: 212px;
    /*min-height: 500px;*/
}
.list-info .home-list-info-right {
    width: 372px;
    /*max-height: 720px;*/
    /*overflow: hidden;*/
}
.list-info .home-list-info-right .list-side-title {
    height: 38px;
    line-height: inherit;
}
.side-user-info {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    height: 270px;
    margin-bottom: 20px;
    text-align: center;
}
.user-info {
    text-align: left;
}
.user-info .user-info-inline {
    padding-left: 54px;
    font-size: 18px;
    font-family: '幼圆';
    color: #aaa;
    height: 26px;
}
.user-info .user-info-inline img {
    width: 16px;
}
.side-user-info .img-head {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    box-shadow: 0 0 5px #888;
    margin: 22px auto;
}
/*新添加*/
.pub-info .img-head {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    box-shadow: 0 0 5px #888;
    display: table-cell;
    margin: 25px auto;
    overflow: hidden;
}

.img-float {
    float: left;
    margin-left: 3px;
}
.list-side .list-side-title {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e0e0e0;
}
.list-side-title span {
    padding-left: 10px;
    border-left: 2px solid #fa0b08;
    color: #555;
}
.list-side .list-side-content {

}
.list-side-content .side-first {
    position: relative;
    height: 145px;
    margin-top: 3px;
}
.list-side-content .side-first img {
    width: 100%;
    height: 100%;
    float: left;
}
.list-side-content .side-first-content {
    position: absolute;
    float: left;
    bottom: 0;
    left: 0;
    width: 100%;
}
.side-first-content .side-first-title {
    background-color: #fa0b08;
    height: 22px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
}
.side-first-content .side-first-title a {
    font-size: 12px;
    color: #fff;
}
.side-first-content .side-first-des {
    color: #aaa;
    max-height: 57px;
    overflow: hidden;
}
.list-side-content .side-item {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.list-side-content .side-item+.side-item {
    border-top: 1px dashed #e0e0e0;
}
.list-side-content .side-item a {
    color: #666;
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*筛选input*/
.filter-input {
    float: left;
    margin-top: 5px;
}
.filter-input input {
    width: 45px;
    height: 20px;
    border: 1px solid #dedede;
    padding-left: 5px;
    color: #888;
}
.filter-input .filter-submit {
    border: 1px solid #fa0b08;
    color: #fa0b08;
    background-color: #fff;
    border-radius: 5px;
    width: 55px;
}
.filter-search-box {

}
.filter-search-box input {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 200px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #cacaca;
    transition: all 0.3s;
}
.filter-search-box input:focus {
    border: 1px solid #787878;
}
.filter-search-box button {
    background-color: #fa0b08;
    color: #fff;
    float: left;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
/*detail*/
.detail-info {
    padding-bottom: 42px;
}
.detail-info .detail-info-content {
    padding-left: 30px;
    float: left;
    width: 455px;
}
.detail-info-qrcode {
    float: left;
    padding: 100px;
}
.detail-info-content .detail-title {
    margin-bottom: 10px;
    font-size: 24px;
    max-height: 62px;
    overflow: hidden;
}
.detail-info-content .detail-handle {
    float: right;
}
.detail-handle .handle-collect {
    float: right;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    border: 1px dashed #ddd;
}
.detail-handle .handle-collect:hover {
    background-color: #e6e6e6;
}
.detail-handle .handle-collect span {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
}
.detail-handle .handle-collect .layui-icon {
    font-size: 24px;
    color: #ff0000;
}
.info-normal .heart.ed {
    background-color: #fa0b08;
    color: #fff;
}
.info-normal .heart.ed span {
    color: #fff;
}
.detail-info-content .detail-time {
    font-size: 16px;
    color: #666;
    height: 40px;
    line-height: 44px;
    overflow: hidden;
}
.detail-info-content .detail-inline {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 15px;
}
.detail-info-content .detail-inline span {
    color: #999;
    font-size: 15px;
}
.detail-info-content .detail-price {
    height: 25px;
    line-height: 22px;
}
.detail-info-tabs {
    border-bottom: 2px solid #fa0b08;
    width: 925px;
    z-index: 10;
    background-color: #fff;
}
.detail-info-tabs li {
    float: left;
    display: inline-block;
    width: 88px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    box-sizing: border-box;
    cursor: pointer;
}
.detail-info-tabs li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}
.detail-info-tabs li.active {
    border: 1px solid #fa0b08;
}
.detail-info-tabs li.active a {
    background-color: #fa0b08;
    color: #fff;
}
.detail-info-tabs li:hover a {
    background-color: #fa0b08;
    color: #fff;
}
.detail-tabs-content {
    min-height: 600px;
}
.detail-tabs-content .detail-table {
    margin-bottom: 30px;
}
.detail-tabs-content .detail-table .table-tr {
    height: 24px;
    line-height: 24px;
}
.detail-tabs-content .detail-table .table-td {
    float: left;
    width: 50%;
    font-size: 15px;
}
.detail-tabs-content .detail-table span {
    color: #999;
}
.detail-tabs-content .detail-info-des {
    font-size: 15px;
    line-height: 24px;
    width: 98%;
}
.detail-tabs-content .detail-tabs-two img {
    width: 456px;
    height: 330px;
    float: left;
    cursor: pointer;
    /*margin: 0 8px 12px 0;*/
    /*cursor: pointer;*/
}
.detail-tabs-content .detail-tabs-two img+img:nth-child(2n) {
    /*width: 412px;*/
    /*height: 255px;*/
    margin: 0 0 12px 12px;
    /*cursor: pointer;*/
}
.detail-tabs-content .detail-tabs-three {
    height: 350px;
    width: 100%;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 5px;
}
.detail-tabs-title {
    height: 35px;
    line-height: 35px;
    padding-top: 30px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #cecece;*/
}
.detail-tabs-title span {
    padding-bottom: 7px;
    font-size: 18px;
    height: 34px;
    color: #fa0b08;
    border-bottom: solid 2px #fa0b08;
}
/*home*/
.search-banner {
    /*width: 100%;*/
    margin: 14px 0;
}
.search-banner .search-box,
.search-banner .banner-box {
    width: 595px;
    height: 240px;
    box-sizing: border-box;
}
.search-banner .search-box {
    float: left;
}
.search-box .search-box-t {
    height: 125px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 26px 20px 0;
}
.search-box .search-box-t ul {

}
.search-box .search-box-t ul li {
    width: 78px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #aaa;
    background-color: #f4f4f4;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}
.search-box-content {

}
.search-box-content input {
    height: 42px;
    outline: none;
    border: 2px solid #fa0b08;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
    width: 450px;
}
.search-box-submit {
    float: left;
    height: 42px;
    line-height: 42px;
    width: 102px;
    text-align: center;
    background-color: #fa0b08;
    color: #fff;
    border: none;
    font-size: 16px;
}
.search-box .search-box-t ul li.active {
    color: #fff;
    background-color: #fa0b08;
}
.search-box .search-box-b {
    height: 105px;
    margin-top: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}
.search-box-b ul {
    padding: 22px 36px 0;
}
.search-box-b ul li {
    float: left;
    width: 60px;
    margin-right: 55px
}
.search-box-b ul li:hover span {
    color: #fa0b08;
}
.search-box-b ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.search-box-b ul li .fac-nav-item {
    display: inline-block;
    height: 45px;
    width: 50px;
    margin: 0 auto;
    background-size: 529px 70px;
}
.nav-item-one {
    background: url('/gydc/imgs/icon-fac-nav.png') no-repeat -13px -10px;
}
.nav-item-two {
    background: url('/gydc/imgs/icon-fac-nav.png') no-repeat -127px -10px;
}
.nav-item-three {
    background: url('/gydc/imgs/icon-fac-nav.png') no-repeat -242px -10px;
}
.nav-item-four {
    background: url('/gydc/imgs/icon-fac-nav.png') no-repeat -356px -10px;
}
.nav-item-five {
    background: url('/gydc/imgs/icon-fac-nav.png') no-repeat -470px -10px;
}
.search-banner .banner-box {
    float: right;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.banner-box img {
    width: 100%;
    height: 100%;
}
.home-list {
    width: 768px;
}
.home-list .home-list-title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.home-list-title ul li {
    margin-left: 30px;
    font-size: 15px;
    color: #555;
    float: left;
    cursor: pointer;
    padding-bottom: 18px;
    transition: all 0.15s;
}
.home-list-title ul li:hover,
.home-list-title ul li.active {
    color: #ff9934;
    border-bottom: 1px solid;
}
.home-list-info-inline {
    min-height: 187px;
}
.home-list-info-inline .home-list-info-item {
    margin: 0 16px 20px 0;
}
/*.home-list-info-inline .home-list-info-item:last-child {*/
    /*margin-right: 0;*/
/*}*/
.home-list-info .home-list-info-t {
    border-bottom: 1px dashed #e0e0e0;
    padding: 20px 0 0;
}
.home-list-info-t .home-list-info-item {
    float: left;
    width: 180px;
    height: 167px;
    margin: 0 16px 20px 0;
    overflow: hidden;
}
.home-list-info-t a:last-child .home-list-info-item {
    margin-right: 0;
}
.home-list-info-item img {
    width: 180px;
    height: 124px;
    margin-bottom: 5px;
    border: 1px solid #ededed;
    box-sizing: border-box;
}
.home-list-info-item a {
    display: inline-block;
    height: 38px;
    overflow: hidden;
}
.home-list-info .home-list-info-b {
    margin-top: 10px;
}
.home-list-info-b .list-info-text-block {
    width: 100%;
    overflow: hidden;
    float: left;
}
.list-info-text-block .list-info-text-item {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 49%;
    margin-right: 1%;
    overflow: hidden;
    list-style: circle inside;
}
.list-info-text-item a {
    color: #555;
}
.home-banner {
    width: 100%;
    height: 80px;
    /*margin: 12px 0;*/
    background: url("/gydc/imgs/home-banner.jpg") no-repeat center center;
    background-size: 100% 80px;
}
.home-banner .banner-text {
    text-align: right;
    line-height: 80px;
    padding-right: 50px;
    font-size: 28px;
    color: #00b8d9;
    font-weight: bold;
    font-family: "仿宋";
}
#indexBanner {

}
.home-loading {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.25) url("/gydc/imgs/loading.gif") no-repeat 50% 50%/35px 35px;
}
.rent-and-sell {
    height: 450px;
}
.borrow-and-buy {
    height: 205px;
}
.list-delete {
    border: 1px solid #ddd;
    height: 34px;
    line-height: 34px;
    width: 60px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    color: #666;
    background-color: rgb(245,245,245);
    margin-top: 10px;
}
.list-delete:hover {
    color: #ff9900;
}
.layui-form-checkbox[lay-skin="primary"] {
    float: left;
    margin-right: 10px;
}
.verify-content {
    padding: 25px;
}
#verifySubmit {
    margin-bottom: 15px;
}
/*筛选-街道*/
.street-content .filter-item {
    margin-bottom: 15px;
}
/*slider*/
.slider {
    width: 430px;
    position: relative;
    float: left;
}
.slider .gallery-top {
    width: 100%;
    height: 340px;
}
.slider .swiper-slide {
    background-size: 100% 100%;
}
.slider .gallery-thumbs {
    width: 100%;
    height: 112px;
    margin-top: 10px;
}
.slider .swiper-button-white {
    /*background-color: rgba(2,174,41,0.5);*/
    transition: all 0.3s;
    padding: 10px 5px;
}
.slider .swiper-button-white:hover {
    background-color: rgba(2,174,41,0.5);
}
/*list-info-top*/
.list-info-top {
    margin-bottom: 10px;
}
.list-info-top .info-t-l {
    height: 90px;
    line-height: 90px;
    float: left;
}
.list-info-top .info-t-l a {
    color: #333;
}
.list-info-top .info-t-c {
    margin-top: 25px;
    float: right;
}
.list-info-top .info-t-c .detail-search {
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 5px;
}
.list-info-top .info-t-c .detail-search select {
    border: none;
    height: 100%;
    float: left;
    color: #b1a7a7;
}
.list-info-top .info-t-c .detail-search input {
    height: 100%;
    border: none;
    float: left;
}
.list-info-top .info-t-c .detail-search input::-webkit-input-placeholder {
    color: #888;
}
.list-info-top .info-t-c .detail-search button {
    height: 24px;
    border: none;
    background-color: #fff;
    margin-bottom: 1px;
    position: relative;
    top: -1px;
    right: 5px;
}
.list-info-top .info-t-c .detail-search button img {
    height: 100%;
}
.list-info-top .info-t-r {
    height: 90px;
    line-height: 90px;
    margin-left: 50px;
    float: right;
}
.list-info-top .info-t-r a {
    color: #fa0b08;
    margin-right: 15px;
    font-size: 20px;
}
.list-info-top .info-t-r img {
    width: 30px;
    height: 30px;
}
/*detail-info-r*/
.detail-info-r {
    width: 465px;
    float: right;
}
.detail-info-r .info-normal {
    height: 35px;
    line-height: 35px;
    margin-top: 3px;
}
.detail-info-r .info-half {
    display: inline-block;
    width: 49%;
    height: 100%;
    overflow: hidden;
}
.detail-info-r .info-title {
    font-size: 26px;
    /*height: 30px;*/
    line-height: 30px;
    overflow: hidden;
}
.detail-info-r .info-time {

}
.detail-info-r span {
    font-size: 14px;
    color: #666;
}
.info-normal .price {
    color: #fa0b08;
    font-size: 30px;
}
.info-normal .area {
    display: inline-block;
    position: relative;
    top: 8px;
}
.info-normal .area li {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-right: none;
}
.info-normal .area li:last-child {
    border-right: 1px solid #ddd;
}
.info-normal .tag {
    padding: 0 15px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fa0b08;
    border-radius: 25px;
    margin-right: 5px;
}
.info-tags {
    padding: 10px 0 5px;
}
.detail-info-r .info-tel {
    height: 50px;
    line-height: 50px;
}
.info-tel {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}
.info-tel>img {
    width: 25px;
    height: 25px;
    position: relative;
    top: -2px;
}
.info-tel .name {
    font-size: 18px;
    color: #434343;
    position: relative;
}
.info-tel .phone {
    color: #fa0b08;
    font-size: 30px;
    position: relative;
    top: 2px;
}
.info-tel .info-cfrom{
    background-color: #fa0b08;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    padding: 5px;
    margin-left: 10px;
}
.info-normal .handle {
    display: inline-block;
    margin-right: 15px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    padding: 0 8px 0 5px;
    cursor: pointer;
}
.info-normal .handle img {
    width: 20px;
}
.info-normal .msg {
    background-color: #fa0b08;
    color: #fff;
}
.info-normal .heart {
    background-color: #eee;
    color: #707070;
}
.info-handle {
    padding-top: 15px;
}
.side-info {
    width: 100%;
    margin-bottom: 20px;
}
.side-info .park {
    margin-bottom: 10px;
}
.side-info .park .park-text,
.side-info .publisher .pub-link {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fa0b08;
    font-size: 20px;
    color: #fff;
    transition: all .25s;
}
.side-info .park .park-link {
    border: 1px solid #e0e0e0;
    border-top: none;
}
.side-info .park .park-link a,
.side-info .publisher .pub-link a {
    display: inline-block;
    width: 100%;
    color: #666;
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: all .25s;
}
.side-info .park .park-link a:hover {
    opacity: 0.8;
    background-color: #eee;
}
.side-info .publisher .pub-link a {
    color: #fff;
    line-height: inherit;
    height: inherit;
}
.side-info .publisher .pub-link:hover {
    opacity: 0.9;
}
.side-info .publisher .pub-text {
    height: 50px;
    line-height: 50px;
    border: 1px solid #e0e0e0;
    font-size: 24px;
    text-align: center;
    color: #fa0b08;
}
.side-info .publisher .pub-text img {
    width: 30px;
}
.side-info .publisher .pub-info {
    padding: 5px 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.side-info .publisher .pub-info .inline {
    height: 28px;
    line-height: 28px;
    color: #666;
}
.detail-tabs-four ul {
    padding: 10px 0;
}
.detail-tabs-four ul li {
    float: left;
    text-align: center;
    margin-bottom: 15px;
    width: 84px;
}
.detail-tabs-four ul li .text {
    margin-top: 10px;
}
.other-wrapper {
    float: left;
    width: 289px;
    margin-right: 29px;
    margin-bottom: 20px;
}
.other-wrapper img {
    width: 100%;
    height: 200px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.other-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.other-wrapper .title {
    height: 52px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.other-wrapper .title:hover {
    color: #e42411;
}
.other-wrapper .title .other-tag {
    display: inline-block;
    background-color: #fa0b08;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 3px 0 0;
}
.other-wrapper:nth-child(3n) {
    margin-right: 0;
}
.other-wrapper .main-info {
    margin-top: 10px;
}
.other-wrapper .main-info .area {
    float: left;
    color: #666;
}
.other-wrapper .main-info .price {
    float: right;
    color: #e42411;
    font-weight: bold;
    font-size: 15px;
}
/*搜索框*/
/*.search-box {*/
    /*width: 500px;*/
    /*height: 32px;*/
    /*border: 2px solid #fa0b08;*/
/*}*/
/*.search-box form .text input {*/
    /*width: 300px;*/
    /*height: 32px;*/
    /*vertical-align:middle;*/
    /*border: none;*/
    /*font: 12px/22px "宋体";*/
    /*outline:none;*/
    /*padding-left: 10px;*/
    /*float: left;*/
/*}*/
/*.search-box form .text input::-webkit-input-placeholder {*/
    /*color: #c4c4c4;*/
/*}*/
/*.search-box form .search-btn {*/
    /*width: 90px;*/
    /*height: 32px;*/
    /*text-align: center;*/
    /*font: bold 16px/32px "幼圆";*/
    /*color: #fff;*/
    /*border: none;*/
    /*cursor: pointer;*/
    /*background-color: #fa0b08;*/
/*}*/
/*.layout-search {*/
    /*float: right;*/
    /*padding: 22px 50px;*/
/*}*/
/*搜索下拉*/
.search-select {
    position: relative;
    float: left;
    width: 100px;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-select .first {
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.15s;
}

.search-select .drop-down {
    background-color: #fff;
    position: absolute;
    width: 100%;
    display: none;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.15s;
    z-index: 10;
    border: 1px solid #e9e9e9;;
}

.search-select .drop-down li {
    background-color: #fff;
    color: #666;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.15s;
}

.search-select .drop-down li+li {
    border-top: 1px solid #e9e9e9;
}

.search-select .drop-down li:hover {
    background-color: #e9e9e9;
}

.search-select .first:hover {
    color: #222;
}

.search-select .drop-down.active {
    display: block;
}

.search-select:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: ' ';
    width: 1px;
    background-color: #dadada;
    height: 22px;
}

.main-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.search {
    height: 140px;
    padding-top: 15px;
}
.search .search-l {
    float: left;
}
.search .search-l .logo {
    float: left;
}
.search .search-l .logo .icon-logo {
    width: 248px;
    margin: 0 50px;
}
.search .search-l .word {
    float: left;
    margin-top: 20px;
}
.search .search-l .word .word-t {
    font-size: 28px;
}
.search .search-l .word .word-b .change {
    display: block;
    height: 24px;
    width: 90px;
    line-height: 24px;
    margin: 15px auto;
    padding: 0 5px;
    box-sizing: border-box;
    color: #c21d19;
    border: 1px solid #c21d19;
    border-radius: 24px;
}
.search .search-l .word .word-b .change .icon-local {
    position: relative;
    top: 1px;
    float: left;
    width: 20px;
}
.search .search-l .word .word-b .change .icon-arrow-down {
    position: relative;
    top: 4px;
    float: right;
}
.search .search-l .word .word-b .change span {
    position: relative;
    top: -1px;
    float: left;
    font-size: 13px;
}
.search .search-r {
    float: right;
    padding-top: 35px;
}
.search .search-r .search-box {
    position: relative;
    float: left;
    width: 430px;
}
.search .search-r .search-box .search-tab {
    position: absolute;
    left: 0;
    top: -22px;
    margin: 0;
    padding: 0;
}
.search .search-r .search-box .search-tab li {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    padding: 0 10px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    background-color: #ffeee6;
    cursor: pointer;
}
.search .search-r .search-box .search-tab li:hover {
    opacity: 0.8;
}
.search .search-r .search-box .search-tab li.on {
    color: #fff;
    background-color: #fa0b08;
}
.search .search-r .search-box .form-style {
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border: 2px solid #fa0b08;
}
.search .search-r .search-box .icon-search {
    float: left;
    width: 20px;
    margin: 10px;
}
.search .search-r .search-box input {
    float: left;
    width: 294px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
}
.search .search-r .search-box button {
    float: left;
    height: 100%;
    width: 92px;
    background-color: #fa0b08;
    color: #fff;
    outline: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.search .search-r .search-box .about-word {
    padding: 2px 8px;
}
.search .search-r .search-box .about-word a {
    float: left;
    margin-right: 15px;
    color: #fa0b08;
    font-weight: bold;
    font-size: 14px;
}
.search .search-r .search-one {
    float: left;
    width: 60px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.search .search-r .search-map {
    float: left;
    height: 44px;
    line-height: 44px;
    width: 138px;
    text-align: center;
    background-color: #fa0b08;
    color: #fff;
    outline: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 2px;
}
.sub-nav .nav-bar {
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    background-color: #fa0b08;
    font-size: 16px;
}
.sub-nav .nav-bar .sub-nav-l {
    float: left;
    margin: 0;
}
.sub-nav .nav-bar .sub-nav-l li {
    position: relative;
    float: left;
    min-width: 100px;
    padding: 0 20px;
    box-sizing: border-box;
}
.sub-nav .nav-bar .sub-nav-l li > a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.sub-nav .nav-bar .sub-nav-l li:hover {
    background-color: #d20b08;
}
.sub-nav .nav-bar .sub-nav-l li .drop-list {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.sub-nav .nav-bar .sub-nav-l li .drop-list .item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fa0b08;
    color: #fff;
}
.sub-nav .nav-bar .sub-nav-l li .drop-list .item:hover {
    background-color: #d20b08;
}
.sub-nav .nav-bar .sub-nav-l li.on .drop-list {
    display: block;
}
.sub-nav .nav-bar .sub-nav-l li.active {
    background-color: #d20b08;
}
.sub-nav .nav-bar .sub-nav-l li.active:after {
    position: absolute;
    content: ' ';
    display: inline-block;
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.sub-nav .nav-bar .sub-nav-r {
    float: right;
}
.sub-nav .nav-bar .sub-nav-r a {
    color: #fff;
    margin-left: 25px;
}
.sub-nav .nav-bar .sub-nav-r a.y {
    color: #fbfa0a;
}
.sub-nav .area-choose {
    height: 36px;
    line-height: 36px;
    /*border-bottom: 3px solid #747275;*/
}
.sub-nav .area-choose .city {
    margin-left: 70px;
}
.sub-nav .area-choose a {
    margin-left: 18px;
    color: #fa0b08;
}
.Banner {
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-top: 1px solid #dbdbe6;
}
.Banner .title {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}
.Banner .title .main {
    font-size: 17px;
    margin-right: 10px;
    font-weight: bold;
}
.Banner .title .sub {
    color: #a7919d;
}
.Banner ul li {
    float: left;
    width: 232px;
    height: 164px;
    margin-right: 10px;
    text-align: center;
    background-color: #777777;
}
.Banner ul li:last-child {
    margin-right: 0;
}
.Banner ul li .item-title {
    color: #fff;
}

/*顶部*/
.nav {
    position: fixed;
    height: 56px;
    line-height: 56px;
    width: 100%;
    border-bottom: 1px solid #000;
    background-color: #fff;
    overflow: visible;
    z-index: 100;
}
.nav .nav-l {
    float: left;
}
.nav .nav-l .l-title {
    float: left;
    margin-right: 40px;
}
.nav .nav-l .l-location {
    float: left;
}
.nav .nav-l .l-location a.local {
    margin-right: 12px;
}
.nav .nav-l .l-location .change {
    display: block;
    float: right;
    height: 24px;
    width: 90px;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 18px;
    padding: 0 5px;
    box-sizing: border-box;
    color: #c21d19;
    border: 1px solid #c21d19;
    border-radius: 24px;
}
.nav .nav-l .l-location .change .icon-local {
    position: relative;
    top: 1px;
    float: left;
    width: 20px;
}
.nav .nav-l .l-location .change .icon-arrow-down {
    position: relative;
    top: 4px;
    float: right;
}
.nav .nav-l .l-location .change span {
    position: relative;
    top: -1px;
    float: left;
    font-size: 13px;
}
.nav .nav-r {
    float: right;
}
.nav .nav-r .r-create {
    float: left;
    height: 38px;
    width: 128px;
    line-height: 36px;
    margin-top: 9px;
    margin-right: 15px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #fa0b08;
    border-radius: 10px;
}
.nav .nav-r .r-tel {
    float: left;
}
.nav .nav-r .r-tel .icon-phone {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.nav-p {
    height: 56px;
}