.height100 {
    height: 100%;
}

.text_whitespace2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper {
    position: relative;
}

.boxShadow {
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.textoverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.padding15 {
    padding: 0 15px;
}

.max_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.small_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

html {
    width: 100%;
    height: auto;
}

body {
    overflow: auto;
    min-width: 1200px;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 144px;
    box-sizing: border-box;
    position: relative;


}

.header .header_top {
    width: 100%;
    height: 144px;
    background-image: url(../img/header_top.png);
    padding: 10px 10px;
    box-sizing: border-box;
}

.header .header_top .logo {
    float: left;
    width: 165px;
    height: 124px;
}

.header .header_top .logo img {
    width: 100%;
    height: 100%;
}

.header .header_top .city {
    position: relative;
    float: left;
    margin-left: 35px;
    margin-right: 130px;
    z-index: 99999;
}

.header .header_top .city p {
    display: flex;
    align-items: center;
}

.header .header_top .city span {
    font-size: 18px;
    color: #333;
    /*margin-right: 25px;*/
    line-height: 124px;
    cursor: pointer;
}

.header .header_top .city p i {
    /*font-size: 18px;*/
    /*color: #333;*/
    /*!*margin-right: 25px;*!*/
    /*line-height: 124px;*/
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}

.header .header_top .city .trigger {
    cursor: pointer;
    color: #666;
}

.header .header_top .city .addressBox {
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    background: #ccc;
    width: 400px;
    max-height: 600px;
    cursor: auto;
    z-index: 999;
}

.header .header_top .city .addressBox .address_btnBox {
    float: left;
    width: 100%;
    height: 41px;
    background: #fff;
}

.header .header_top .city .addressBox .address_btnBox .address_btn_parent {
    border: 1px solid #ccc;
    border-bottom: 0;
    float: left;
    height: 40px;
}


.header .header_top .city .addressBox .address_btnBox .address_btn_parent .addBtn {
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    float: left;
    background: #fff;
    padding: 0 7px;
    border: none;
}

.header .header_top .city .addressBox .address_btnBox .address_btn_parent .addBtn#qu {
    border-right: 1px solid #ccc;
}

.header .header_top .city .addressBox .address_btnBox .address_btn_parent .addBtn#street {
    border-bottom: 1px solid #ccc;
}

.header .header_top .city .addressBox .address_btnBox .address_btn_parent .addBtn[disabled="disabled"] {
    cursor: no-drop;
}

.header .header_top .city .addressBox .address_btnBox .address_flex {
    height: 100%;
    width: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transform: translateX(6px);
    -o-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -webkit-transform: translateX(6px);
}

.header .header_top .city .addressBox .address_btnBox .address_flex a {
    font-size: 12px;
    height: 25px;
    border-radius: 8px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    color: #eee;
    cursor: pointer;
}

.header .header_top .city .addressBox .address_btnBox .address_flex a#lubei {
    background-color: #1c3040;
}

.header .header_top .city .addressBox .address_btnBox .address_flex a#all {
    background-color: #cb2020;
}

.header .header_top .city .addressBox::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.header .header_top .city .addressBox .showAddressBox {
    width: 100%;
    background: #fff;
    float: left;
}

.header .header_top .city .addressBox .showAddressBox .addressItem {
    color: #333;
    padding: 10px 10px;
    float: left;
    cursor: pointer;
}

.header .header_top .city .addressBox .showAddressBox .addressItem:hover {
    /*color: #d1000f;*/
    background: rgba(212, 33, 21, 0.53);
    color: #000;
    border-radius: 20px;
}

.header .header_top .city .addressBox .showAddressBox .addressItem.select {
    background: #1c3040;
    color: #ffffff;
}

.header .header_top .city .addressBox .showAddressBox#streetBox {
    display: none;
}

.header .header_top .sreach {
    float: left;
    width: 434px;
    height: 47px;
    margin-top: 36px;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 6px;
    box-shadow: 0 5px 10px 1px #b3b2b2;
    box-sizing: border-box;
}

.header .header_top .sreach input {
    margin-top: 6px;
    float: left;
    width: 350px;
    height: 35px;
    display: inline-block;
    border: none;
    padding-left: 8px;
    font-size: 18px;
}

.header .header_top .sreach i {
    margin-top: 11px;
    margin-right: 11px;
    float: right;
    font-size: 25px;
    color: #333;
    display: inline-block;
}

.header .header_top .user {
    float: left;
    margin-top: 39px;
    margin-left: 80px;
    width: 140px;
    height: 47px;
}

.header .header_top .user i {
    float: left;
    margin-top: 11px;
    display: inline-block;
    font-size: 25px;
    margin-right: 5px;
}

.header .header_top .user span {
    margin-top: 1px;
    float: left;
    width: 20px;
    height: 47px;
    line-height: 47px;
}

.header .header_bottom {
    width: 100%;
    height: 57px;
    position: absolute;
    top: 144px;
    left: 0;
    z-index: 99;
    background-image: url(../img/nav_bg.png);
}

.header .header_bottom .nav_list {
    height: 57px;
}

.header .header_bottom .nav_list .nav_item {
    float: left;
    width: 100px;
    height: 57px;
    text-align: center;
    position: relative;

}

.header .header_bottom .nav_list .nav_item a {
    line-height: 57px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}

.header .header_bottom .nav_list .nav_item .line {
    position: absolute;
    bottom: 0;
    left: 31.5px;
    width: 37px;
    height: 5px;
    background-color: #d8a867;
    border-radius: 2px;
    display: none;
}

.header .header_bottom .nav_list .nav_item .default {
    display: block;
}

.header .header_bottom .nav_list .nav_item .second_menu_list {
    z-index: 999;
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    background-color: #333;
}

.header .header_bottom .nav_list .nav_item .second_menu_list .second_menu_item {
    height: 57px;

}

.header .header_bottom .nav_list .nav_item .second_menu_list .second_menu_item a {
    color: #fff;
}

.header .header_bottom .nav_list .nav_item .second_menu_list .second_menu_item:hover a {
    color: #d8a867;
}

.header .header_bottom .nav_list .nav_item:hover a {
    color: #d8a867;
}

.header .header_bottom .nav_list .nav_item:hover .line {
    display: block;
}

.header .header_bottom .nav_list .nav_item:hover .second_menu_list {
    display: block;
}

.header .header_bottom .nav_list .active a {
    color: #d8a867;
}

.footer_com {
    bottom: 0;
    width: 100%;
}

.footer_box .pull_bottom_box {
    width: 100%;
    padding-bottom: 2px;
    background-image: url("/Cloud/WebUI/img/pull_bottom_02.jpg");
    background-size: 100% 100%;
}

/*底部下拉框*/
.footer_box .pull_bottom_box .bottom_select {
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: space-between;
    line-height: 72px;
}

.footer_box .bottom_font {
    text-align: center;
    padding-top: 10px;
    color: #fff;
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_box .bottom_font .code_box {
    float: right;
}

.footer_box .bottom_font .code_box p {
    margin-top: 5px;
}

.footer_box .bottom_font .code_box span {
    margin-left: 60px;
    display: inline-block;
    width: 88px;
    height: 88px;
}

.footer_box .bottom_font .code_box img {
    width: 100%;
    height: 100%;
}

.footer_box .bottom_font .record_left {
    float: left;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #ddd;
}

.footer_box .bottom_font .record_right {
    float: left;
}

.footer_box .bottom_font .record {
    text-align: left;
}

.footer_box .bottom_font .record p {
    margin-top: 10px;
}

.footer_box .bottom_font .record p a.ga {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/Cloud/WebUI/img/gongan.png");
}

.footer_box .bottom_font .record p.record_img a {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url("/Cloud/WebUI/img/red.png");
}

.footer_box .selected_box {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 249px;
    height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #7f7f7f;
    border: 1px #ddd solid;
}

.footer_box .select-head {
    overflow: hidden;
    position: relative;
    width: 249px;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 30px;
}

.footer_box .select-head .select-head-cont {
    float: left;
}

.footer_box .select-head .select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    content: '';
    border-top-color: #808080;
}

.footer_box .option {
    position: absolute;
    text-indent: 10px;
    margin-left: -1px;
    margin-top: 1px;
    width: 249px;
    color: #808080;
    background: #fff;
    line-height: 25px;
    border: 1px #cfcfcf solid;
    display: none;
    padding: 0;
    list-style: none;
}

.footer_box .option li {
    cursor: pointer;
}

.footer_box .option li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.footer_box .option-item:hover {
    background: #be4c4d;
}

.footer_box .option-item:hover a {
    color: #fff;
}

.list_item_box .item-list li {
    -webkit-box-shadow: rgba(64, 58, 58, 0.49) 1px 1px 2px;
    -moz-box-shadow: rgba(64, 58, 58, 0.49) 1px 1px 2px;
    box-shadow: rgba(64, 58, 58, 0.49) 1px 1px 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list_item_box .item-list li:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
    -moz-box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
    box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
}

.list_item_box .item-list li .img_box,
.list_item_box .item-list li .img-wrap {
    overflow: hidden;
}

.list_item_box .item-list li .img_box img,
.list_item_box .item-list li .img-wrap img {
    display: inline-block;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.list_item_box .item-list li:hover .img_box img,
.list_item_box .item-list li:hover .img-wrap img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
