.min {
    width: 1200px;
    margin: auto;
}
.common-module-default{
    display: block;
}
.common-module-active{
    display: none;
}

/* 公共标题 */
.common-module-header{
    margin-bottom: 24px;
}
.common-module-header h2{
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}
.common-module-line{
    width: 60px;
    height: 2px;
    overflow: hidden;
    margin: auto;
}
.common-line-d5000{
    float: left;
    width: 20px;
    height: 2px;
    background-color: #D50000;
}
.common-line-1F6CDD{
    float: left;
    width: 40px;
    height: 2px;
    background-color: #1F6CDD;
}

/* 公共tab切换 */
.common-header{
    overflow: hidden;
}
.common-tab{
    float: left;
}
.common-tab li{
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 60px;
    padding: 0 5px 8px 5px;
    border-bottom: 2px solid #FFFFFF;
    cursor: pointer;
}
.common-tab li.common-tab-active{
    color: #D50000;
    font-weight: bold;
    border-bottom: 2px solid #D50000;
}
.common-tab li:hover {
    color: #D50000;
}

/* 公共操作 */
.common-operate{
    float: right;
    height: 28px;
    padding: 0 6px 0 4px;
    border-radius: 2px;
    background-color: #D50000;
    cursor: pointer;
}
.common-operate img{
    float: left;
    width: 16px;
    height: 16px;
    margin: 6px 2px 6px 0;
}
.common-operate span{
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.common-operate:hover{
    background-color: #B60E0E;
}

/* 公共查看更多 */
.common-see-more{
    position: relative;
    display: block;
    width: 184px;
    height: 40px;
    color: #808695;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin: 24px auto 64px auto;
    border-radius: 2px;
    background-color: #EFF2F8;
    cursor: pointer;
}
.common-see-more:hover{
    color: #FFFFFF;
    background-color: #D50000;
}

/* 公共2/1布局 */
.common-double-content{
    margin-bottom: 16px;
}
.common-double-left{
    float: left;
    width: 846px;
    padding: 24px;
    border-radius: 2px;
    margin-right: 16px;
    background-color: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgba(215,224,230,0.3);
}
.common-double-header{
    overflow: hidden;
}
.common-double-header h2{
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.common-double-operate{
    float: right;
}
.common-double-operate span{
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.common-double-operate img{
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px 0 5px 2px;
}
.common-double-operate:hover span{
    color: #D50000;
}
.common-double-operate:hover .common-module-default{
    display: none;
}
.common-double-operate:hover .common-module-active{
    display: block;
}

.common-double-right{
    float: right;
    width: 242px;
    padding: 24px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgba(215,224,230,0.3);
}


/* 头部 */
.header{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    background-color: #FFFFFF;
    backdrop-filter: blur(11px);
}
.fill-header{
    position: fixed;
    top: 40px;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    height: 86px;
}
.js-fill-header{
    position: relative;
    top: unset;
}
.js-fixed-header{
    position: fixed;
    top: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
.header-content{
    overflow: hidden;
}

.header-website{
    float: left;
}
.website-logo{
    float: left;
    width: 350px;
    height: 66px;
    margin: 10px 0;
}
.website-logo img{
    /* display: block; */
    width: 66px;
    height: 66px;
}
.website-logo span {
  position:relative;
  top:-23px;
  font-size: 25px;
  font-weight: bold;
}
.change-website{
    float: left;
    margin: 30px 0 30px 16px;
    cursor: pointer;
}
.change-website.change-website-active{
    margin: 30px 0 0 0;
    padding: 0 0 30px 16px;
    cursor: pointer;
}
.change-website span{
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.change-website img{
    float: left;
    width: 10px;
    height: 10px;
    margin: 7.5px 0 7.5px 5px;
}
.change-website.change-website-active span{
    color: #1F6CDD;
}
.change-website.change-website-active .common-module-default{
    display: none;
}
.change-website.change-website-active .common-module-active{
    display: block;
}

.header-ul{
    float: right;
    margin: 0 0 0 auto;
}
.header-ul a{
    float: left;
    margin: 30px 0 30px 40px;
}
.header-ul a span{
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.header-ul a p{
    float: left;
    color: #1F6CDD;
    font-size: 14px;
    font-style: italic;
    font-family: -webkit-body;
    font-weight: normal;
    line-height: 26px;
    margin-left: 4px;
}
.header-ul a:hover span{
    color: #1F6CDD;
}
.header-ul a.header-fold-active{
    margin: 30px 0 0 40px;
    padding-bottom: 30px;
}
.header-carrier-fold:hover span{
    color: #333333;
}
.header-carrier-fold img{
    float: left;
    width: 8px;
    height: 8px;
    margin: 8px 0 8px 4px;
}
.header-carrier-fold.header-fold-active span{
    color: #D50000;
}
.header-carrier-fold.header-fold-active .common-module-default{
    display: none;
}
.header-carrier-fold.header-fold-active .common-module-active{
    display: block;
}


.header-contact{
    float: right;
    margin: 33px 0 33px 70px;
}
.header-contact img{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.header-contact span{
    /* float: left; */
    color: #FD5F00;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    /* margin-left: 8px; */
}

/* 站点切换 */
.website-ul{
    display: none;
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    width: 100%;
    height: 226px;
    padding: 40px 0;
    margin: 0 auto;
    background: #FFFFFF;
    background: rgba(255,255,255,0.98);
    box-shadow: 0px 10px 20px 0px rgba(156,176,203,0.1);
}
.website-li{
    position: relative;
    float: left;
    margin-right: 62px;
}
.website-li p{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 2px;
}
.website-ab{
    position: absolute;
    left: 0;
}
.website-ab a{
    display: block;
    width: max-content;
    margin-top: 14px;
    overflow: hidden;
}
.website-ab span{
    float: left;
    width: max-content;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.website-ab a:hover span{
    color: #D50000;
}
.website-ab a.current-site span{
    color: #D50000;
}
.website-ab img{
    float: left;
    width: 30px;
    height: 12px;
    margin: 4px 0 4px 4px;
}

/* 载体下拉 */
.website-carrier-ul{
    display: none;
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 24px 0;
    margin: 0 auto;
    background: #FFFFFF;
    background: rgba(255,255,255,0.98);
    box-shadow: 0px 10px 20px 0px rgba(156,176,203,0.1);
}
.website-carrier-fold{
    width: 500px;
    margin: 0 auto;
    padding-left: 252px;
    overflow: hidden;
}
.website-carrier-fold a{
    float: left;
    width: max-content;
    margin: 0 20px;
    overflow: hidden;
}
.website-carrier-fold span{
    float: left;
    width: max-content;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.website-carrier-fold a:hover span{
    color: #D50000;
}

/* banner */
.banner{
    position: relative;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto 20px auto;
    background-size: 100% 100%;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 400px;
    background: url(../images/index_banner.jpg) no-repeat center;
    background-size: 100% 100%;
}
.banner h1{
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    line-height: 84px;
    text-align: center;
    padding-top: 70px;
	text-shadow: 0 5px 6px #00277F;
	font-family: Microsoft Yahei;
}
.banner-tab{
    position: absolute;
    top: 180px;
    width: 520px;
    font-size: 0;
    text-align: center;
    margin: 0 0 0 290px;
    overflow: hidden;
    *left: 50%;
    *margin-left: -260px;
}
.banner-tab li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 34px;
    margin: 0 24px;
    cursor: pointer;
}
.banner-tab li span{
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-shadow: 0px 0px 1px #012A84;
}
.banner-tab li img{
    display: none;
    width: 8px;
    height: 8px;
    margin: auto;
}
.banner-tab li.banner-tab-active span{
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(1,42,132,0.73);
}
.banner-tab li.banner-tab-active img{
    display: block;
    *display:inline-block;
}

.banner-search{
    position: relative;
    top: 220px;
    width: 688px;
    margin: 0 auto;
    overflow: hidden;
}
.banner-search input{
    float: left;
    width: 668px;
    height: 46px;
    padding-left: 18px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(71,111,162,0.42);
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(15px);
}
.banner-search input::placeholder{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.banner-search-operate{
    position: absolute;
    right: 0;
    width: 102px;
    height: 48px;
    background-color: #3B94ED;
    border-radius: 0px 2px 2px 0px;
    cursor: pointer;
}
.banner-search-operate:hover{
    background-color: #1F6CDD;
}
.banner-search-operate img{
    display: block;
    width: 26px;
    height: 26px;
    margin: 11px auto;
}

/* banner数据 */
.banner-data{
    position: absolute;
    bottom: -114px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}
.banner-data-ul{
    position: relative;
    width: 1200px;
    padding: 16px 0 20px 0;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 2px 22px 0px rgba(156,176,203,0.44);
    background: #FFFFFF;
    background: linear-gradient(360deg, #FFFFFF 0%, #F3FAFF 100%);
    backdrop-filter: blur(10px);
}
.banner-data-ul::after{
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    content:"";
    width:1200px;
    height:110px;
    border-radius:3px;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}
.banner-data-li{
    float: left;
    width: 311px;
    text-align: center;
}
.banner-data-li.banner-data-both{
    width: 285px;
}
.banner-data-li span{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
}
.banner-data-li .unit{
    color: #333333;
    font-size: 20px;
}
.banner-data-li p{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
}
.banner-data-vertical{
    float: left;
    width: 2px;
    height: 45px;
    opacity: 0.4;
    margin: 13.5px 0;
    background-color: #BBC5D2;
}

/* banner滚动 */
.banner-scroll-ul{
    padding: 14px 24px;
    overflow: hidden;
    background-color: #F5F7FA;
    border-radius: 0px 0px 2px 2px;
}
.banner-scroll-li{
    float: left;
    width: 576px;
    height: 24px;
}
.banner-data-title{
    float: left;
    height: 16px;
    margin: 4px 0;
    margin-right: 16px;
}
.banner-scroll-li ul{
    float: left;
    height: 24px;
    overflow: hidden;
}
.banner-scroll-li ul li{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 选址项目对接 */
.dock-item{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
}
.dock-ul li{
    display: none;
    float: left;
}
.dock-ul li.active{
    display: block;
}
.dock-item-single{
    position: relative;
    float: left;
    width: 342px;
    height: 90px;
    margin: 16px 15px 0 0;
    padding: 24px;
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgba(215,224,230,0.3);
}
.dock-item-single.no-margin-right{
    margin: 16px 0 0 0;
 }

.dock-item-single .item-name{
    display: inline-block;
    max-width: 342px;
    height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.dock-item-single .item-name:hover{
    color: #D50000;
}
.dock-item-single .item-district{
    margin-top: 11px;
    overflow: hidden;
}
.dock-item-single .item-district span{
    float: left;
    width: 72px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.dock-item-single .item-district p{
    float: left;
    width: 270px;
    height: 14px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.item-user{
    margin-top: 18px;
    overflow: hidden;
}
.item-user-logo{
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin-right: 8px;
}
.item-user-logo img{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.item-user-logo span{
    display: block;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
}
.item-username{
    float: left;
    max-width: 78px;
    height: 24px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.item-operate{
    float: left;
    cursor: pointer;
}
.item-operate img{
    float: left;
    width: 18px;
    height: 18px;
    margin: 3px 0 3px 8px;
}
.item-operate:hover .common-module-default{
    display: none;
}
.item-operate:hover .common-module-active{
    display: block;
}
.item-operate:hover +.item-code{
    display: block;
}
.item-code{
    display: none;
    position: absolute;
    z-index: 1;
    top: -21px;
    right: 24px;
    padding: 10px;
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgb(215 224 230 / 30%);
}
.item-code img{
    display: block;
    width: 160px;
    height: 160px;
}
.item-area{
    float: right;
    color: #D50000;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.dock-item-more .common-see-more{
    display: none;
}
.dock-item-more .common-see-more.active{
    display: block;
}

/* 推荐招商载体 */
.carrier{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
}
.carrier-ul li{
    float: left;
    display: none;
}
.carrier-ul li.active{
    display: block;
}
.carrier-single{
    float: left;
    width: 288px;
    margin: 16px 16px 0 0;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgba(215,224,230,0.3);
}
.carrier-single.no-margin-right{
    margin: 16px 0 0 0;
}
.carrier-pic{
    display: block;
    width: 288px;
    height: 216px;
    overflow: hidden;
}
.carrier-pic img{
    display: block;
    width: 288px;
    height: 216px;
    transition: all 0.5s;
}
.carrier-info{
    padding: 20px 24px 24px 24px;
}
.carrier-title{
    display: inline-block;
    max-width: 242px;
    height: 26px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.carrier-title:hover{
    color: #D50000;
}
.carrier-district{
    margin-top: 8px;
    overflow: hidden;
}
.carrier-district img{
    float: left;
    width: 18px;
    height: 18px;
    margin: 1px 4px 1px 0;
}
.carrier-district span{
    float: left;
    width: 182px;
    height: 20px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.carrier-single:hover .carrier-pic img {
    transform: scale(1.2,1.2);
}
.carrier-see-more .common-see-more{
    display: none;
    margin: 24px auto 32px auto;
}
.carrier-see-more .common-see-more.active{
    display: block;
}

/* 观点 */
.viewpoint{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 32px auto 0 auto;
}
.viewpoint .common-double-left{
    height: 352px;
}
.viewpoint-policy-single{
    margin-top: 24px;
}
.viewpoint-policy-pic{
    float: left;
    width: 398px;
    height: 224px;
    margin-right: 22px;
    overflow: hidden;
}
.viewpoint-policy-pic img{
    float: left;
    width: 398px;
    height: 224px;
    transition: all 0.5s;
}
.viewpoint-policy-pic:hover img{
    transform: scale(1.2,1.2);
}
.viewpoint-policy-info {
    position: relative;
    float: left;
    width: 426px;
    margin-bottom: 36px;
}
.viewpoint-policy-info.no-margin-bottom{
    margin-bottom: 0;
}
.viewpoint-policy-title{
    overflow: hidden;
}
.viewpoint-policy-title a{
    float: left;
    max-width: 354px;
    height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.viewpoint-policy-title a:hover{
    color: #D50000;
}
.viewpoint-policy-title span{
    float: left;
    width: 64px;
    height: 20px;
    color: #808695;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 2px 0;
    border-radius: 2px;
    background-color: #F2F3F8;
}
.viewpoint-policy-desc{
    max-height: 66px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 4px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

.viewpoint-policy-ul{
    margin-top: 10px;
    overflow: hidden;
}
.viewpoint-policy-ul li{
    float: left;
    width: 412px;
    margin: 16px 22px 0 0;
}
.viewpoint-policy-ul li.no-margin-right{
    float: left;
    margin: 16px 0 0 0;
}
.viewpoint-policy-ul li span{
    float: left;
    width: 64px;
    height: 20px;
    color: #808695;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-right: 8px;
    border-radius: 2px;
    background-color: #F2F3F8;
}
.viewpoint-policy-ul li a{
    float: left;
    max-width: 340px;
    height: 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.viewpoint-policy-ul li a:hover{
    color: #D50000;
}
.viewpoint-right-ul{
    padding-top: 8px;
    overflow: hidden;
}
.viewpoint-right-ul a{
    float: left;
    width: 114px;
    margin: 16px 14px 0 0;
    padding: 20px 0 24px 0;
    border-radius: 2px;
    background-color: #F9FAFD;
}
.viewpoint-right-ul a:hover{
    background-color: #EFF2F8;
}
.viewpoint-right-ul a.no-margin-right{
    margin: 16px 0 0 0;
}
.viewpoint-right-ul a img{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 8px auto;
}
.viewpoint-right-ul a span{
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/* 招商课程 */
.course{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
}
.course .common-double-left{
    height: 278px;
}
.course-ul{
    overflow: hidden;
}
.course-ul li{
    float: left;
    width: 198px;
    margin: 24px 18px 0 0;
}
.course-ul li.no-margin-right{
    margin: 24px 0 0 0;
}
.course-pic{
    display: block;
    width: 198px;
    height: 112px;
    margin-bottom: 14px;
    overflow: hidden;
}
.course-pic img{
    display: block;
    width: 198px;
    height: 112px;
    transition: all 0.5s;
}
.course-pic:hover img{
    transform: scale(1.2,1.2);
}
.course-title{
    display: block;
    width: 198px;
    max-height: 52px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.course-title:hover{
    color: #D50000;
}
.course-desc{
    max-height: 44px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 6px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.course .common-double-right{
    position: relative;
    height: 278px;
}
.course .common-double-right img{
    display: block;
    width: 210px;
    height: 262px;
    margin: 10px auto 0 auto;
}
.course .common-double-right span{
    position: absolute;
    bottom: 33px;
    left: 50%;
    margin-left: -43px;
    display: block;
    width: 86px;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

/*活动邀请的弹窗*/
.invest-info{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    display: none;
}
.invest-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    min-height: 100%;
}
.invest-center{
    width: 350px;
    _margin-top: 100px;
    overflow: hidden;
    z-index: 999;
    padding: 23px 25px;
    background: url('../images/activity/invest_modal_bk.png');
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
}
.invest-center .close-img{
    float: right;
    width: 12px;
    margin-top: -20px;
    margin-right: -20px;
}
.invest-string{
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
}

.invest-btn{
    overflow: hidden;
    margin-top: 30px;
    margin-left: 10px;
}
.invest-btn div{
    width: 160px;
    height: 48px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    float: left;
    cursor: pointer;
    color: #D50000;
}
.invest-btn .invest-register{
    background: url('../images/activity/invest_modal_register.png');
    margin-right: 10px;
}
.invest-login{
    background: url('../images/activity/invest_modal_login.png');
}
.invest-close{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 25px;
    margin-left: -20px;
    cursor: pointer;
    z-index: 999;
}
.invest-close img{
    width: 40px;
    height: 40px;
}

/* 单位认证引导弹窗 */
.business-lead-model{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 2560px;
	min-width: 1200px;
	height: 100%;
	margin: auto;
	background: rgba(0, 0, 0, 0.6);
}
.business-lead-content{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 174px;
	margin:auto;
	padding: 20px 24px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 26px 0px rgba(0, 0, 0, 0.1);
}
.business-lead-close{
	position: absolute;
	top: 14px;
	right: 14px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.business-lead-close img{
	display: block;
	width: 12px;
	height: 12px;
}
.business-lead-title{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.business-lead-intro{
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin: 12px 0 30px 0;
}
.business-lead-content ul{
	overflow: hidden;
}
.business-lead-content ul li{
	width: 138px;
	height: 54px;
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
.business-lead-go{
	float: left;
	color: #FFFFFF;
	background-color: #D50000;
}
.business-lead-cancel{
	float: right;
	color: #AFAFAF;
	background-color: #EDEDED;
}

/* 底部变色 */
.index-footer{
    background: #202228;
}
.footer-substation-title,.footer-link span{
    color: #999;
}
.footer-top-link{
    display: none;
}
.footer-link a{
    color: #999;
}
.index-footer a:hover{
    color: #FFFFFF;
}
.pendant_login_phone,
.pendant_login_account,
.pendant_login_register,
.pendant_login_forget,
.existing_account_binding,
.existing_phone_binding,
.register_login_binding {
    background: #262727;
}


/* 竞价开始-地区分类 */
.district-module {}

.district-tab-ul {
    width: 100%;
    height: 38px;
    border-bottom: solid 1px #CADFF3;
}

.district-tab-li {
    float: left;
    color: #1379D7;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 40px;
    padding-bottom: 14px;
    border-bottom: 3px solid #1379D7;
    cursor: pointer;
}

/* 地区内容 */
.district-content-li {
    margin-top: 40px;
}

.district-content-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.district-content {
    overflow: hidden;
}

.district-content-single {
    position: relative;
    float: left;
    width: 1134px;
}

.district-content-single a {
    float: left;
    min-width: 32px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    margin-right: 30px;
    *display: inline;
    *zoom: 1;
}

.district-content-single a:hover {
    color: #1379D7;
}

/* 市区分类 */
.district-content-last{
    height: 388px;
    overflow: hidden;
}
.district-content-last .district-content-title {
    margin-bottom: 4px;
}

.district-content-last .district-content-lable {
    float: left;
    max-width: 66px;
    min-width: 66px;
    color: #666666;
    font-size: 16px;
    line-height: 46px;
}

.district-content-last .district-content-single {
    height: 46px;
    overflow: hidden;
}

.district-content-last .district-content-single a {
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 46px;
    margin-right: 30px;
    margin-top: 0;
}

.district-content-last .district-content-single a:hover {
    color: #1379D7;
}


.city-arrow{
    position: absolute;
    right: 0;
    top: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.city-arrow img{
    width: 16px;
    height: 16px;
}
.city-area-hover{
    display: none;
}
.city-arrow:hover .city-area-down{
    display: none;
}
.city-arrow:hover .city-area-hover{
    display: block;
}

.more-data {
    width: 1200px;
    height: 38px;
    color: #1379D7;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    background: #EDF6FF;
    border: solid 1px #EDF6FF;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
}

.more-data:hover {
    color: #2D84DC;
}

/* 移动端 */
	/* 手机 */
@media screen and (max-width: 760px) {
		body {
			font-size: 16px;
		}
		.containerMobile{
			position: relative;
			height: auto;
		} 
		.bannerMobile {
		    padding-top: 40px;
			height: 200px;
			background: url(../images/index_banner.jpg) no-repeat center;
			background-size: 100% 100%;
		}
		.bannerMobile-desc{
		    font-size: 32px;
			height: 100%;
		    font-weight: bold;
		    color: #FFFFFF;
		    line-height: 42px;
			text-align: center;
			padding-top: 9%;
			/* display: flex;
			justify-content: center;
			align-items: center ; */
			text-shadow: 0 4px 6px #00277F;
			font-family: Microsoft Yahei;
			
		}
		/* 搜索区域 */
		.search-box {
			margin: 0 auto;
			height: 110px;
			width: 80%;
			line-height: 50px;
			background: #FFFFFF;
			box-shadow: rgb(192, 196, 204) 0px 0px 15px; 
			border-radius: 3px;
			position: relative;
			top: -35px;
			left: 0;
			text-align: center;
			padding-top: 3%;
		
		}
	    .searchBtn {
			display: flex;
			width: 85%;
			margin: 0 auto;
			margin-top: 3%;
		}
		.searchBtn div {
			flex: 1;
			height: 35px;
			line-height: 35px;
			margin-left: 5%;
			margin-right: 5%;
			font-size: 16px;
			color: #fff;
			text-align: center;
			border-radius: 3px;
			background: #1F6CDD;
		}
		.searchBtn div img {
			height: 35px;
		}
		.menuMobile {
			padding: 10px 0 10px 0;
		}
        .menuMobile-ul li{
			float: left;
			width: 23%;
			margin-left: 1%;
			margin-bottom: 15px;
			line-height: 25px;
			text-align: center;
		}
		.menuMobile-ul li img{
		    width: 60px;
		    height: 60px;
			
		}
		.quickAcc {
			display: flex;
			clear: both;
			font-family: Microsoft Yahei;
		}
		.quickAcc div{
			flex: 1;
			padding: 1%;
			text-align: center;
		    position: relative;
		}
		.quickLeft {
			color: #3A73C7;
		}
		.quickLeft p ,.quickRight  p{
			position: absolute;
			top:43%;
			left: 15%;
			font-weight: bold;
			font-size: 23px;
		}
		.quickLeft span,.quickRight span {
			position: absolute;
			top:12%;
			right: 9%;
			color: #fff;
			font-size: 12px;
		}
		.quickRight {
			color: #D15858;
		}
		.quickAcc div img {
			width: 94%;
			vertical-align: middle;
		}
		.hotYuanqu {
			margin-top: 6%;
			height: auto;
			background: #F5F6FA;
		}
		.hotYuanquMain {
			width: 90%;
			margin: 0 auto;
		}
		.hotYuanquHeader {
			display: flex;
			
		}
		.hotYuanquTitle {
			padding-top: 6%;
			flex: 2;
			font-size: 22px;
			font-weight: bold;
			font-family: Microsoft Yahei;
			
		}
		.hotYuanquMore {
			padding-top: 8%;
			flex: 1;
			text-align: right;
			font-size: 13px;
			color:#505A6E;
		}
		.hotYuanquList {
			margin-top: 6%;
			height: auto;
			background: #fff;
			padding: 4%;
		}
		.hotYuanquList .hotParkName{
			font-size: 20px;
			font-weight: bold;
		}
		.hotYuanquList .hotParkArea {
			font-size: 14px;
			padding: 4%;
			color: #999999;
		}
		.hotYuanquList .hotParkInt {
			margin-top: 2%;
		}
		.hotYuanquList .hotParkTag {
			margin-right: 2%;
			margin-bottom: 2%;
		}
}


