/* 轮播 */

.rotation_banner {
    min-width: 1200px;
    /* position: absolute; */
    /* top: 0; */
    position: relative;
    height: 512px;
}

.rotation_banner .bd {
    position: relative;
    z-index: 0;
    height: 512px;
    margin: auto;
}

.rotation_banner .bd ul {
    width: 100% !important;
}

.rotation_banner .bd li {
    width: 100% !important;
    height: 512px;
}

.rotation_banner .bd li a {
    height: 512px;
    display: block;
}

.rotation_banner .hd {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    left: 50%;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

.rotation_banner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 12px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d9d9d9;
}

.rotation_banner .hd ul li.on {
    background-position: 0 0;
    background-color: #eb6d26;
}

.rotation_banner .search {
    position: absolute;
    padding-top: 28px;
    padding-left: 15px;
    z-index: 2;
    left: 200px;
    bottom: -45px;
    height: 67px;
    width: 930px;
    background-color: #fff;
    left: CALC(50% - 465px);
    border: 1px solid #979797;
    border-radius: 10px;
}


/*条件选择板块*/

.rotation_banner .search .search_select {
    float: left;
    width: 125px;
    height: 41px;
    margin-right: 30px;
    border-color: #cccccc;
    line-height: 41px;
    font-size: 16px;
}

.rotation_banner .search_input {
    width: 150px;
    float: left;
    border-bottom-style: solid;
    border-width: 1px;
    height: 40px;
    position: relative;
}

.rotation_banner .search_input>input {
    height: 50px;
    width: 100px;
    border: none;
    margin-left: 15px;
    background: none;
    line-height: 40px;
    font-size: 16px;
    outline: none;
}

.search>input[type=button] {
    width: 120px;
    height: 43px;
    margin-left: 25px;
    font-size: 20px;
    background-color: #f03726;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer
}


/* 简介 */

.home_brief {
    width: 1200px;
    margin: 100px auto 0;
    min-height: 240px;
    text-align: center;
}

.home_brief ul {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

.home_brief li {
    display: inline-block;
    position: relative;
    min-width: 85px;
    min-width: 250px;
}

.home_brief .icon-url+div {
    position: absolute;
    top: 130px;
    min-width: 250px;
    color: #000000;
    font-size: 14px;
}

.home_brief .icon-url~div:last-child {
    font-size: 20px;
    color: #eb6d26;
    position: absolute;
    top: 100px;
    min-width: 250px;
}


/* 首页推广 */

.h_recommed {
    width: 1200px;
    height: 500px;
    border: 1px solid #eeeeee;
    margin: 0 auto 50px;
}

.h_recommedboxshadow {
    box-shadow: 2px 2px 4px #696969;
}

.h_recommed__dis {
    width: 70px;
    height: 63px;
    background: #f03726;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px 0 0 15px;
    box-sizing: border-box;
}

.h_recommed__left {
    float: left;
    width: 315px;
    margin: 40px 0 0 70px;
}

.h_recommed__left .tl {
    font-size: 30px;
}

.h_recommed__left .address {
    margin: 10px 0 10px 0;
}

.h_recommed__left .dis {
    background: #ff0000;
    color: #ffffff;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 10px;
    width: fit-content;
}

.h_recommed__left .info {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 30px;
}

.h_recommed__left .unit {
    color: #fd3f31;
    margin: 30px 0 20px 0;
    font-size: 40px;
}

.h_recommed__left .see {
    text-decoration: none;
    color: #131313;
}

.h_recommed__left .see>div {
    background: #1b1b1b;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    width: 130px;
    text-align: center;
}

.h_recommed__right {
    position: relative;
    float: right;
}

.h_recommed__right img {
    height: 500px;
    width: 750px;
}

.h_recommed__right div {
    position: absolute;
    left: 318px;
    top: 193px;
}

.h_recommed:hover .icon-quanjin {
    display: block;
}


/* 联合办公 */

.home_column {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1px;
}

.listwraper {
    width: 1220px;
}

.listwraper_hd__tl {
    font-size: 24px;
}

.listwraper_hd__msg {
    font-size: 12px;
    display: block;
    padding-top: 10px;
}

.dpmorebut {
    display: inline-block;
    float: right;
    background: #f03726;
    color: #ffffff;
    width: 160px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 0 0 20px;
    line-height: 25px;
    margin: 10px 25px 0 0;
}


/* 联合办公 item */

.home_m__item {
    width: 590px;
    height: 241px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    float: left;
    margin: 20px 20px 0 0;
}

.home_m__item:hover {
    box-shadow: 2px 2px 4px #696969;
    transform: scale(1.04);
    transition: all .3s ease-in 0s
}

.home_m__item_left {
    float: left;
    position: absolute;
}

.home_m__item img {
    width: 320px;
}

.home_m__item_tags {
    position: absolute;
    float: left;
    margin: 6px 0 0 -6px;
    background: #fc5b4d;
    color: #ffffff;
    min-width: 90px;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 5px 0 15px;
}

.home_m__itemdisarrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #444;
    border-right: 3px solid #444;
    border-left: 3px solid transparent;
    border-bottom: 2px solid transparent;
    position: absolute;
    top: 25px;
    left: 0;
}

.home_m__item_right {
    float: left;
    position: absolute;
    margin-left: 350px;
    width: 240px;
}

.home_m__item_right .info {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

.home_m__item_right .info .info_tl {
    font-size: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_m__item_right .info>div {
    padding: 12px 0 20px 95px;
    font-size: 14px;
    color: #fd3f31;
}

.home_m__itemroomwrap .item {
    width: 96px;
    float: left;
    font-size: 14px;
    color: #656565;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin: 0 15px 10px 0;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}

.home_m__itemroomwrap .item>span {
    display: none;
    position: absolute;
    background: #ff0000;
    color: #ffffff;
    border-radius: 6px;
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    left: 8px;
    top: 38px;
    font-size: 12px;
    z-index: 999;
}

.home_m__itemroomwrap i {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 2;
    left: 32px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #ff0000;
    top: -7px;
}

.home_m__itemroomwrap .item:hover span {
    display: block;
}

.home_m__itemroomwrap .item:hover {
    color: #ffffff;
    background: #f03726;
}

.newButton {
    display: inline-block;
    width: 300px;
    height: 50px;
    margin: 10px auto;
    margin-left: 40%;
    margin-top: 30px;
    border: 1px solid #000000;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #000000;
    background: #ffffff;
    font-size: 16px;
}

.newButton:hover {
    border: 1px solid #fd3f31;
    color: #fd3f31;
}

.dpquanjinicon {
    position: absolute;
    left: 100px;
    top: 80px;
    transform: scale(0.7, 0.7);
}


/* 资讯中心 */

.home_m__news {
    width: 1200px;
    margin: 0 auto 30px;
}

.h_news__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.h_news__head .tl {
    font-size: 24px;
}

.h_news__head .msg {
    font-size: 12px;
}

.h_news__tab {
    padding: 0 0 30px 438px;
}

.h_news__tab .btn {
    display: inline-block;
    width: 187px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #eeeeee;
    color: #000000;
    font-size: 18px;
    box-sizing: border-box;
    margin-right: 10px;
}

.h_news__tab .btn.dpnewsbuthover {
    background: #f03726;
    color: #ffffff;
}

.dpnewsbutl {
    background: #f03726;
    color: #ffffff;
    font-size: 18px;
    box-sizing: border-box;
    margin-right: 10px;
}

.dpnewsbutunhover {
    background: #eeeeee;
    color: #000000;
}

.h_news__con {
    display: flex;
}

.h_newscon__left {
    width: 385px;
}

.h_newscon__left>.defaulta {
    display: flex;
    flex-direction: column;
}

.h_news__con img {
    width: 385px;
    height: 215px;
    margin: 10px 0 10px 0;
}

.h_newscon__left>.defaulta .tl {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.h_newscon__left>.defaulta .sum {
    color: #888888;
    display: inline-block;
    padding: 8px 0 8px 0px;
    overflow: hidden;
    height: 53px;
    box-sizing: border-box;
    line-height: 24px;
}

.h_newscon__left>.defaulta .link>a {
    display: inline-block;
    width: 118px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 2px solid #f03726;
    color: #f03726;
    font-size: 16px;
    margin-top: 15px;
}

.h_newscon__right {
    margin-left: 53px;
    width: calc(100% - 438px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.h_newscon__right a {
    font-size: 16px;
    display: block;
    width: 753px;
    height: 50px;
    line-height: 50px;
    border-bottom-style: dashed;
    border-bottom: 1px dashed #dddddd;
    display: flex;
    justify-content: space-between;
}