@charset "utf-8";
*{margin: 0; padding: 0;}
/*公共样式*/
body{ padding:0px; margin:0px auto; font-size:14px; line-height:24px; color:#666666; font-family:"微软雅黑"; background:#F5F7FA;}
ul,li,form, dl,dt,dd, div,aside,figcaption,article,h1,h2,h3,h4,h5,h6,p,i,fieldset,em{ font-style:normal;padding: 0px; margin: 0px;list-style:none; border:0px; font-style:normal;}
figcaption,nav,article,header,aside,footer,time,section,marquee { display:block; margin:0px;}
select,input,textarea,button{ font-family:"微软雅黑"; color:#5A5A5A; border:0px; font-size:14px; vertical-align:middle;}
td{ background:#fff;}
select{ border:1px solid #cccccc;}
button{ border:0px; cursor:pointer; vertical-align:middle;}
h1,h2,h3,h4{ margin:0px;}
img{ border:none; border:0;}
a{ text-decoration:none; color:#4c4c4c;}
:focus{outline:none;}
a:focus,button:focus{outline:none; -moz-outline:none;}
::-moz-focus-inner{border:0px;outline:none;}
a:hover{ color:#eb1f03; text-decoration:none;}
.fl{ float:left;}.fr{ float:right;}.fn{ float:none;}
.tl{ text-align:left;}.tc{ text-align:center;}.tr{ text-align:right;}
.clear{ clear:both;}.clearfix{overflow:hidden;_zoom:1;}
.icon-small {width: 16px; height: 16px;}
.icon-middle {width: 32px; height: 32px;}
.icon-big {width: 48px; height: 48px;}

/*margin*/
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}

.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mr-90 {
    margin-right: 90px !important;
}
.mr-100 {
    margin-right: 100px !important;
}



.top-box, .misc-box {
    display: flex;
    flex-direction: column;
    min-width: 1200px;
    width: 100%;
    align-items: center;
}
.misc-box {
    background-color: #1CA0B9;
    height: 38px;
    color: #FFFFFF;
    font-size: 12px;
}
.misc-box a {
    color: #FFFFFF;
    font-size: 12px;
}
.misc-box .misc-content {
    display: flex;
    flex-direction: row;
    width: 1200px;
    justify-content: space-between;
}
.misc-box .misc-content .location-box, .misc-box .misc-content .operation-box {
    display: flex;
    flex-direction: row;
    height: 38px;
    align-items: center;
    position: relative;
}
.misc-box .misc-content .operation-box .service-box, .misc-box .misc-content .operation-box .user-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.misc-box .misc-content .location-box .location {
    background-image: url(../../web/images/location.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.misc-box .misc-content .location-box .location-name {
    margin-left: 5px;
}
.misc-box .misc-content .location-box .change-btn {
    margin-left: 5px;
    cursor: pointer;
}
.misc-box .misc-content .location-box .city-alert-box {
    display: none;
    flex-direction: column;
    width: 325px;
    min-height: 80px;
    color: #969799;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 100;
    padding: 10px 10px;
}
.misc-box .misc-content .location-box .city-alert-box .title {
    color: #646566;
}
.misc-box .misc-content .location-box .city-alert-box .city-list {
    display: block;

}
.misc-box .misc-content .location-box .city-alert-box .city-close {
    width: 20px;
    height: 20px;
    background-image: url("../images/close-gray.png");
    background-size: 20px 20px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}
.misc-box .misc-content .location-box .city-alert-box .city-list {
    display: block;
}
.misc-box .misc-content .location-box .city-alert-box .city-list li {
    float: left;
    min-width: 70px;
    text-align: center;
}
.misc-box .misc-content .location-box .city-alert-box .city-list li a {
    color: #969799;
}
.misc-box .misc-content .operation-box .split {
    margin-right: 15px;
    margin-left: 15px;
}
.misc-box .misc-content .operation-box .user-box .split {
    margin-right: 5px;
    margin-left: 5px;
}
.misc-box .misc-content .operation-box .user-box .notify {
    background-image: url(../../web/images/notify.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.misc-box .misc-content .operation-box .service-box .phone {
    background-image: url(../../web/images/index-top-phone.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.nav-area {
    display: flex;
    position: relative;
    min-width: 1200px;
    min-height: 60px;
}
.nav-area .nav-box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    height: 60px;
    min-width: 1200px;
    flex-direction: row;
    justify-content: center;
    background: linear-gradient(103deg, #1EBDC8 0%, #1C9EB9 40%, #1A71BF 100%);
    height: 60px;
    z-index: 10;
}
.nav-area .nav-box.nobg {
    background: rgba(0, 0, 0, 0.1) !important;
}
.nav-area .nav-box .content-box {
    display: flex;
    width: 1200px;
    height: 60px;
    box-sizing: border-box;
}
.nav-area .nav-box .content-box {
    width: 1200px;
    margin: auto;
    display: flex;
    line-height: 60px;
}
.nav-area .nav-box .content-box .content-left{
    flex-grow: 1;
    display: flex;
    align-items: center;

}
.nav-area .nav-box .content-box .content-left .left-incon{
    width: 106px;
    height: 30px;
    background-size: cover;
    margin-right: 10px;

}
.nav-area .nav-box .content-box .content-left .left-incon img {
    width: 106px;
    height: 30px;
}
.nav-area .nav-box .content-box .content-left  .left-text1{
    font-size: 12px;
    color: #ffffff;
    margin-right: 5px;
}
.nav-area .nav-box .content-box .content-left .left-text2{
    font-size: 12px;
    color: #ffffff;
}
.nav-area .nav-box .content-box .content-right{
    display: flex;
    align-items: center;

}
.nav-area .nav-box .content-box .content-right .nav-item {
    display: flex;
    position: relative;
    cursor: pointer;
    height: 60px;
    flex-direction: column;
    margin-left: 42px;
    box-sizing: border-box;
}
.nav-area .nav-box .content-box .content-right .nav-item .child-list {
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
    position: absolute;
    top: 60px;
    width: 120px;
    text-align: center;
    left: -40px;
}
.nav-area .nav-box .content-box .content-right .nav-item .child-list li {
    display: block;
    line-height: 25px;
}
.nav-area .nav-box .content-box .content-right .nav-item .child-list li a {
    color: #FFFFFF;
}
.nav-area .nav-box .content-box .content-right .nav-item .child-list li a:hover {
    color: #55CBC4;
}
.nav-area .nav-box .content-box .content-right .nav-item::after {
    content: "";
    width: 0;
    height: 4px;
    background: #55CBC4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
}
.nav-area .nav-box .content-box .content-right .nav-item.current {
    box-sizing: border-box;
    border-bottom: 4px solid #55CBC4;
    transition: all 0.5s;
}
.nav-area .nav-box .content-box .content-right .nav-item:hover::after {
    left: 0;
    width: 100%;
}
.nav-area .nav-box .content-box .content-right .nav-item.current:hover {
    border-bottom: none !important;
}

.nav-area .nav-box .content-box .content-right a{
    text-decoration: none;
}
.nav-area .nav-box .content-box .content-right .right-text{
    color: #ffffff;
}
.nav-area .nav-box .content-box .content-right a.current {
}
.nav-area .nav-box .content-box .content-right a:hover {
    color: #FFFFFF;
}
.nav-area .check-box {
    width: 100%;
    height: 500px;
    background-image: url(../images/nav-top-bg-index.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.nav-area .nav-box .content-box{
    width: 1200px;
    margin: auto;
    display: flex;
    line-height: 60px;
}
.nav-area .nav-box .content-box-left{
    flex-grow: 1;
    display: flex;
    align-items: center;

}
.nav-area .nav-box .content-box-left-img{
    background-image: url(../images/logo.png);
    width: 106px;
    height: 30px;
    background-size: cover;
    margin-right: 10px;

}
.nav-area .nav-box .content-box-left-text1{
    font-size: 12px;
    color: #ffffff;
    margin-right: 5px;
}
.nav-area .nav-box .content-box-left-text2{
    font-size: 12px;
    color: #ffffff;
}
.nav-area .nav-box .content-box-right{
    display: flex;
    align-items: center;

}
.nav-area .nav-box .content-box-right a{
    text-decoration: none;
}
.nav-area .nav-box .content-box-right-text-1{
    padding-left: 42px;
    font-size: 14px;
    color: #ffffff;
}

.foot{
    width: 100%;
    min-width: 1200px;
    height: 520px;
    background: #3A3A3A;
}
.foot-box{
    padding-top: 60px;
    width: 1200px;
    margin: auto;
    height: 520px;
    background: #3A3A3A;
    box-sizing: border-box;
}
.foot-box a{
    text-decoration: none;
}
.foot-box a:hover {
    color: #c8c9cc;
}
.foot-contact{
    display: flex;
    align-items:center;
}
.foot-contact-img{
    background-image: url(../images/logo.png);
    background-size: 146px 42px;
    width: 146px;
    height: 42px;
}
.foot-contact-title,.foot-contact-tel{
    padding-left: 10px;
    font-size: 18px;
    color: #FFFFFF;
}

.foot-nav{
    display: flex;
    align-items:center;
}
.foot-nav-title{
    padding: 30px 0;
}
.foot-nav-title-1,.foot-nav-title-2,.foot-nav-title-3,.foot-nav-title-4{
    margin-right: 88px;
    font-size: 14px;
    color: #c8c9cc;

}
.foot-nav-title-5{
    margin-right:355px;
}
.foot-nav-title-5,.foot-nav-title-6{
    font-size: 14px;
    color: #c8c9cc;
}

.foot-content{

}
.foot-content-information{
    display: flex;

}
.foot-content-information-1{
    display: flex;
    flex-direction: column;
}
.one{
    margin-right: 128px;
}
.two{
    margin-right: 100px;
}
.three{
    margin-right: 98px;
}
.four{
    margin-right: 95px;
}
.five a:last-child{
    width: 240px;
    display: flex;
    flex-wrap: wrap;
}
.foot-content-information-1 a{
    font-size: 12px;
    color: #c8c9cc;
    line-height: 20px;
}
.foot-content-code{
    display: flex;
    margin-left: 60px;
}
.foot-content-code-1{
    background-image: url(../images/code.png);
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 30px;
}
.foot-content-code-2{
    background-image: url(../images/sub_code.png);
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
}
.text-box{
    margin-top: 30px;
}
.text{
    text-align: center;
    color: #C8C9CC;
    font-size: 13px;
    line-height: 22px;
}
.text a{
    color: #C8C9CC;
}

.common-card {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.color-55CBC4 {
    color: #55CBC4;
}
.bg-55CBC4 {
    background: #55CBC4;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 15px 6px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    color: #515a6e;
    background-color: #fff;
    border-color: #dcdee2;
}
.btn:active, .btn:focus {
    outline: 0;
}

.btn-nomarl {
    color: #fff;
    background-color: #55CBC4;
    border-color: #55CBC4;
}

.banner-sold {
    min-width: 1200px;
    box-sizing: border-box;
    margin: auto;
    height: 100px;
    line-height: 100px;
    background: url(../images/nav2.png) no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.radio .check-control {
    width: 16px;
    height: 16px;
    border: 1px solid #C8C9CC;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.radio.check .check-control {
    background: #55CBC4;
    background-image: url("../images/select.png");
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: 3px 5px;
    border: none;
}

.radio label {
    margin-left: 5px;
    cursor: pointer;
}

.btnav-column-wrap a {
    line-height: 27px !important;
}

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

.ellipsis-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ellipsis-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ellipsis-four{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    top: 15px !important;
}

/* --------分页栏---------------*/
.page-box{
    display: flex;
    align-items: center;
    justify-content:center;

}
.page-box .page-panel{
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.page-box .page-panel a{
    display: inline-block;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #F0F3F4;
    font-size: 12px;
    color: #969799;
    margin-right: 5px;
}
.page-box .page-panel a:hover{
    background: #55CBC4;
    color: #fff;
}
.page-box .page-panel a.current{
     background: #55CBC4;
     color: #fff;
 }
.page-box .page-panel .prePage,.page-box .page-panel .nextPage{
    width: 56px;
    height: 28px;
    background: #F0F3F4;
    border-radius: 3px;
    font-size: 12px;
    color: #646566;
}



/* 查看更多按钮 */
.look-btn{
    margin-top: 30px;
    width: 114px;
    height: 40px;
    background: #55CBC4;
    border-radius: 3px;
    margin-left: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.look-btn div:first-child{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.look-btn div:last-child{
    margin-left: 5px;
    background: url(../../../static/web/images/go.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}
