.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/**/
.carousel-item-img {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_bannerData {
    height: 98px;
    line-height: 98px;
    /*position: absolute;*/
    bottom: 0px;
    left: 0px;
    /*background: rgba(000, 000, 000, 0.2);*/
    z-index: 20;
    width: 100%;
    box-shadow: 0px 2px 5px #e3e3e3;
}

.home_dataSide {
    width: 100%;
    height: 98px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.home_dataSide li {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    width: 399px;
    text-align: center;
    height: 100%;
    text-align: center;
}

.home_dataSide li img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
}

.home_dataDetail {
    overflow: hidden;
    display: inline-block;
    margin-top: 23px;
}

.home_dataDetail span {
    display: block;
    color: #777777;
    text-align: left;
}

.home_dataDetail_title {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 9px;
}

.home_dataDetail_number {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #777;
}

/*banner start*/

.layui-carouselBanner {
    width: 820px;
    display: inline-block;
    /*float: left;*/
}

.layui-carousel > [carousel-item] > *, .layui-carousel {
    background: transparent !important;
}

.layui-carousel > [carousel-item]:before {
    font-size: 0px !important;
}

.home_projectPrice {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.home_projectPrice > div {
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.home_modeTitle {
    color: #262626;
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    margin-top: 34px;
}

.home_label {
    font-size: 24px;
    color: #036eb8;
    display: block;
    padding-bottom: 11px;
    width: 132px;
    border-bottom: 6px solid #729fde;
    cursor: pointer;
    float: left;
}

.home_newestList {
    background: #f4f5f7;
    overflow: hidden;
}

/*项目询报价 end */

/*安装通集采云 start */
.home_cloud {
    padding-bottom: 48px;
    overflow: hidden;
}

.home_cloudTitle {
    font-size: 16px;
    color: #999;
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
    margin-top: 10px;
}

.home_cloudList {
    width: 100%;
    overflow: hidden;
}

.home_cloudList li {
    width: 280px;
    height: 410px;
    float: left;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 0px 20px #dbdbdb;
    -moz-box-shadow: 0px 0px 20px #dbdbdb;
    -webkit-box-shadow: 0px 0px 20px #dbdbdb;

}

.home_cloudList li > div {
    width: 100%;
    height: 100%;
    text-align: center;
}

.home_cloudProcurement {
    background: url("/static/index/images/cloud1_bj2.png") 50% 50% no-repeat;
}

/*.home_cloudProcurement:hover{*/
/*background: url("/static/index/images/cloud1_bj.png") 50% 50% no-repeat;*/
/*}*/

button {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}

.home_cloudProcurement img {
    width: 76px;
    height: 84px;
}

.home_cloudOrganization {
    background: url("/static/index/images/cloud2_bj.png") 50% 50% no-repeat;
}

.home_cloudOrganization:hover {
    background: url("/static/index/images/cloud2_bj2.png") 50% 50% no-repeat;
}

.home_cloudOrganization img {
    width: 85px;
    height: 85px;
}

.home_cloudProduct {
    background: url("/static/index/images/cloud3_bj.png") 50% 50% no-repeat;
}

.home_cloudProduct:hover {
    background: url("/static/index/images/cloud3_bj2.png") 50% 50% no-repeat;
}

.home_cloudProduct img {
    width: 83px;
    height: 86px;
}

.home_cloudFinance {
    background: url("/static/index/images/cloud4_bj.png") 50% 50% no-repeat;
}

.home_cloudFinance:hover {
    background: url("/static/index/images/cloud4_bj2.png") 50% 50% no-repeat;
}

.home_cloudFinance img {
    width: 93px;
    height: 82px;
}

.home_cloudList li > div > span {
    display: block;
    width: 30px;
    border: 3px solid #036eb8;
    margin-left: 123px;
}

.home_cloudList li > div > p {
    font-size: 18px;
}

.home_cloudDefault > p {
    color: #262626;
}

.home_cloud1_2 {
    margin-top: 104px;
}

.home_cloud2_2 {
    margin-top: 104px;
}

.home_cloud3_2 {
    margin-top: 102px;
}

.home_cloud4_2 {
    margin-top: 106px;
}

.home_cloudDefault > span {
    margin-top: 15px;
}

.home_cloudDefault > p {
    margin-top: 15px;
}

.home_cloudList li:hover {
    box-shadow: 0px 0px 0px #bababa;
    -moz-box-shadow: 0px 0px 0px #bababa;
    -webkit-box-shadow: 0px 0px 0px #bababa;
}

.home_cloudDefault {
    display: block;
}

.home_cloudList li:hover .home_cloudDefault {
    display: none;
}

.home_cloudList li:hover .home_cloudHover {
    display: block;
}

.home_cloudHover {
    display: none;
    position: relative;
}

.home_cloudHover > span {
    border: 3px solid #fff !important;
    margin-top: 15px;
    margin-bottom: 20px;
}

.home_cloudHover > p {
    color: #fff;
    margin-top: 15px;

}

.home_cloudHover > p:not(:first-of-type) {
    font-size: 16px !important;
    height: 16px;
    line-height: 16px;
    margin-top: 12px;
}

.home_cloudProcurement .home_cloudHover {
    display: block;
}

.home_cloud1_1 {
    margin-top: 40px;
}

.home_cloud2_1 {
    margin-top: 40px;
}

.home_cloud3_1 {
    margin-top: 40px;
}

.home_cloud4_1 {
    margin-top: 40px;
}

.home_cloudHover > a {
    width: 120px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 48px;
    left: 78px;
}

.home_cloudHover > a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.home_newestListMore {
    float: right;
    font-size: 16px;
    color: #9a9a9a;
    display: block;
    padding-right: 20px;
    background: url("/static/index/images/10.png") center right no-repeat;
}

.home_newestListMore:hover {
    color: #9a9a9a;
}

/*安装通集采云 end*/

/*金牌供应商 start*/

.home_supplier {
    width: 100%;
    height: 560px;
    background: url("/static/index/images/supplier_1.png") 50% 50% no-repeat;
    overflow: hidden;
}

.home_supplierTitle {
    color: #fff;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

.home_supplierData {
    width: 400px;
    overflow: hidden;
    margin-top: 83px;
    float: left;
}

.home_supplierData li {
    float: left;
    width: 160px;
    margin-bottom: 90px;
}

.home_supplierData li:nth-child(odd) {
    margin-right: 80px;
}

.home_supplierData li img {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 10px;
}

.home_supplierData li p {
    float: left;
    margin-top: 3px;
    font-size: 18px;
    color: #999;
}

.home_supplierData li span {
    font-size: 34px;
    color: #ee8f36;
    padding-right: 31px;
    margin-top: 15px;
}

.home_supplierData100 {
    padding-right: 0px !important;
}

.home_supplierAdd {
    background: url("/static/index/images/supplier_2.png") right 50% no-repeat;
}

.home_supplierSub {
    background: url("/static/index/images/supplier_7.png") right 50% no-repeat;
}

.home_supplierDes {
    overflow: hidden;
    float: left;
    margin-top: 49px;
    margin-left: 75px;
}

.home_supplierAbout {
    font-weight: 600;
    font-size: 28px;
    color: #ee8f36;
}

.home_supplierLine {
    display: block;
    border-top: solid #ee8f36 6px;
    width: 73px;
    margin-bottom: 28px;
}

.home_supplierIntro {
    width: 580px;
    height: 77px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 31px;
}

.home_supplierDes > a {
    width: 158px;
    height: 36px;
    text-align: center;
    line-height: 38px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-top: 48px;
    border-radius: 2px;
}

.home_supplierDes > a:hover {
    border: 1px solid #ee8f36;
    color: #ee8f36;
}

/*金牌供应商 end */

/*战略合作伙伴 start */
.home_teamwork {
    background: #f4f5f7;
    padding-bottom: 19px;
    overflow: hidden;
}

.home_teamworkTitle, .home_teamworkSubhead {
    width: 100%;
    text-align: center;
}

.home_teamworkTitle {
    margin-top: 37px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    color: #262626;
}

.home_teamworkSubhead {
    font-size: 15px;
    color: #999;
    height: 15px;
    line-height: 15px;
    margin-top: 15px;
}

.home_teamworkArticle {
    background: #f5f3ef;
    overflow: hidden;
    margin-top: 28px;
    width: 100%;
}

.home_teamworkLabel {
    background: url("/static/index/images/teamwork_1.png") 50% 50% no-repeat;
    width: 100%;
    height: 76px;
    overflow: hidden;
}

.home_teamworkLabel img {
    float: left;
    margin-left: 18px;
    margin-top: 10px;
    margin-right: 12px;
}

.home_teamworkLabelSlogan {
    margin-top: 10px;
    font-size: 20px;
    color: #444;
}

.home_teamworkLabelSlogan + p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    height: 14px;
    line-height: 14px;
}

.home_teamworkList {
    width: 100%;
    overflow: hidden;
}

.home_teamworkList li {
    float: left;
    width: 240px;
    text-align: center;
    height: 87px;
    line-height: 87px;
    outline: 1px solid #e6e6e6;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

.home_teamworkList li img {
    width: 180px;
    height: 60px;
    margin-top: 14px;
}

/*战略合作伙伴 edn*/

/*安装咨询 start */
.home_news {
    overflow: hidden;
    padding-bottom: 50px;
}

.home_newsInfo {
    margin-bottom: 67px;
}

.home_newsInfoList {
    width: 370px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 55px;
}

.home_newsInfoList > div {
    background: rgba(3, 110, 184, 0.7);
    width: 120px;
    height: 120px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home_newsInfoList > div > span {
    font-size: 20px;
    color: #fff;
}

.home_newsInfoList > img {
    margin: 10px auto;
    width: 370px;
    height: 100px;
}

.home_newsInfoList ul {
    margin-top: 25px;
}

.home_newsInfoList ul, .home_newsInfoList ul li {
    overflow: hidden;
    width: 100%;
}

.home_newsInfoList ul li + li {
    margin-top: 14px;
}

.home_newsInfoList ul li span {
    float: left;
    margin-right: 10px;
}

.home_newsInfoList ul li p {
    float: left;
    width: 290px;
}

.home_newsBanner {
    width: 350px;
    height: 260px;
    float: left;
}

/*安装咨询 end */

/*邀请注册 start*/
.home_register {
    background: url("/static/index/images/register_1.png") 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home_register > div {
    overflow: hidden;
    text-align: center;
}

.home_registerSlogan {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 57px;
    color: #fff;
}

.home_registerBtn {
    width: 148px;
    text-align: center;
    line-height: 38px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    margin: 25px 0px 32px;
    letter-spacing: 2px;
    font-size: 20px;
}

.home_registerBtn:hover {
    background: #fff;
    color: #0168c1;
}

/*邀请注册 end*/

/*-----------------最新询价------------------------*/
.index-enquiry-new *, .index-enquiry-new :after, .index-enquiry-new :before {
    box-sizing: border-box;
}

.index-enquiry-new-title {

}

.index-enquiry-new-title .enqid {
    color: #adadad;
    font-size: 12px;
    margin-top: 8px;
}

.index-enquiry-new-title .enqid span {
    color: #333;
}

.index-enquiry-new-title-text {
    font-size: 14px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
}

.index-enquiry-new-title-text > a {
    color: #333;
}

.index-enquiry-new-title-text .key-enqname {
    width: 100%;
}

.index-enquiry-new-title-text a:hover {
    text-decoration: none;
}

.index-enquiry-new-title-bottom {
    margin: 0;
    padding: 8px 10px 0px 0;
}

.index-enquiry-new-title-bottom span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 12px;
    margin-right: 0;
}

.index-enquiry-new-title-bottom span em {
    color: #E7502D;
    font-weight: bold;
    padding: 0 4px;
    font-size: 13px;
    font-style: normal;
}

.index-enquiry-new-materials {
    padding: 8px 0 8px 0;
    border-bottom: 1px rgba(38, 44, 49, .1) solid;
}

.index-enquiry-new-materials-container {
    color: #666;
    height: 27px;
    overflow: hidden;
}

.index-enquiry-new-materials-container a {
    margin: 0 2px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 27px;
    height: 27px;
}

.index-enquiry-new-props {
}

.index-enquiry-new-props-container {
    height: 66px;
}

.index-enquiry-new-props-container > p {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #666;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.index-enquiry-new-props-container > p > span.key {
    color: #999;
    font-size: 12px;
}

.index-enquiry-new-props-company-wrap {
    padding: 10px 0px;
}

.index-enquiry-new-props-company-wrap .company-warp {
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.index-enquiry-new-action {
    display: none;
    position: absolute;
    bottom: 14px;
    z-index: 3;
    right: 10px;
}

.index-enquiry-new-action > a {
    color: #01AAED;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #ebecec;
}

.index-enquiry-new-action > a:hover {
    color: #FF5722;
}

.index-enquiry-new {
    box-sizing: border-box;
    width: 286px;
    height: 280px;
    border: 1px solid #EBECEC;
    padding: 12px 16px 0;
    position: relative;
    background: #FFF;

}

.index-enquiry-new:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .45);
}

.index-enquiry-new:hover .index-enquiry-new-action {
    display: block;
}

.index-enquiry-new-list-item {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

.index-enquiry-new-wrap {
    box-sizing: border-box;
    padding: 15px 0;
}

/*轮播图*/
.my-carousel .layui-carousel-ind ul {
    background: none;
}

.my-carousel .layui-carousel-arrow:hover, .layui-carousel-ind ul:hover {
    background: none;
}

.my-carousel .layui-carousel-ind li {
    border-radius: unset;
    width: 32px;
    height: 5px;
    background-color: #70aff6;
    transition-duration: 0s;
}

.my-carousel .layui-carousel-ind li.layui-this {
    border-radius: unset;
    width: 32px;
    height: 8px;
    background-color: white;
}

/*最新成交*/
.new-order-wrap {
    background-color: #11264d;
    padding: 15px;
    color: white;
    font-size: 14px;
    height: 539px;
}

.new-order-wrap .order-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.new-order-wrap .order-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.new-order-wrap .order-list-title {
    background-color: #729fde;
    padding: 5px;
    margin: 5px 0px;
}

.new-order-wrap .order-ul-wrap {
    color: #a2acbb;
}

.new-order-wrap .order-ul-wrap ul li {
    padding: 5px;
}

.new-order-wrap .order-enq-name {
    width: 160px;
}

.new-order-wrap .order-enq-time {
    float: right;
}

.new-order-wrap .order-bootom {
    position: absolute;
    background-image: url("/static/index/images/order/order-bottom.jpg");
    width: 250px;
    bottom: 18px;
    height: 250px;
    background-size: cover;
}

.order-bootom .order-bootom-title {
    color: #ee8f36;
    font-size: 16px;
}

.order-bootom .order-bottom-block {
    background-color: #ee8f36;
    width: 100px;
    height: 1px;
    display: inline-block;
    margin: 4px;
}

.order-bootom .order-bootom-title {
    color: #ee8f36;
    font-size: 18px;
}

.order-bootom-font {
    color: #ee8f36;
}

.order-bootom .order-bootom-right {
    padding-left: 70px;
}

.order-bootom .order-bootom-right div {
    padding: 8px;
}

/*推荐企业*/
.mingqi {
    background-image: url("/static/index/images/company/bac.png");
    padding: 0 0 35px 0;
}

.mingqi .card {
    position: relative;
    float: left;
    width: 400px;
    height: 150px;
    /*cursor: pointer;*/
}

.floor {
    background-color: white;
}

.floor .company {
    display: inline-block;
}

.floor .company .logo-wrap {
    height: 150px;
    width: 400px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
}

.floor .company .company-logo {
    left: 50%;
    top: 50%;
    padding: 10px;
    width: 400px;
    max-height: 150px;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.floor .gray-mask {
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 150px;
    z-index: 0;
}

.floor .company-content {
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 150px;
}

.floor .company .company-content .mask {
    opacity: 0;
    z-index: 1;
    transition: opacity .2s ease-in-out;
    background-image: url(https://img.alicdn.com/tfs/TB1lIQMoF67gK0jSZPfXXahhFXa-200-150.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 150px;
}

.floor .company .company-content .content {
    z-index: 2;
    opacity: 0;
    position: absolute;
    width: 200px;
    height: 150px;
    transition: opacity .3 ease-in-out;
    text-align: center;
}

.floor .floor1 .card:nth-child(2n-1) {
    background-color: #d5d8de61;
}

.floor .floor2 .card:nth-child(2n) {
    background-color: #d5d8de61;
}

.floor .floor3 .card:nth-child(2n-1) {
    background-color: #d5d8de61;
}

.floor .company:hover .company-content .mask {
    opacity: 1;
}

.floor .company:hover .company-content .content {
    opacity: 1;
}

.floor .company .line.decoration-line {
    position: relative;
    border: none;
    width: 47px;
    top: 75px;
    left: 0;
    box-sizing: border-box;
}

.floor .company .line.decoration-line:after {
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 1px;
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
}

.floor .company .company-content .content .label {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
}

.floor .company .company-content .content .value {
    font-size: 48px;
    color: #fff;
    box-sizing: border-box;
}

.floor .company .company-content .content .unit {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
}


