/* 公共模块头部样式 */
.common-top{
    padding-bottom: 40px;
}
.common-text{
    opacity: 0.14;
    color: #9A9A9A;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.common-desc{
    color: #0A4DC7;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}
.common-row{
    width: 60px;
    height: 4px;
    margin: auto;
    background-color: #0A4DC7;
}


/* 导航栏 */
.nav{
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    *border: 1px solid #D7D7D7;
}
.nav .content{
    overflow: hidden;
}
.nav-top{
    border-bottom: 1px solid #D7D7D7;
}
.nav-top-left{
    float: left;
    font-size: 24px;
    color: #1847a7;
    line-height: 80px;
}
.dot{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1847a7;
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}
.nav-top-right{
    float: right;
    font-size: 16px;
    color: #939393;
    line-height: 80px;
}
.nav-top-right img{
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 10px;
    margin-top: 28px;
}
.nav-top-right span{
    float: left;
    color: #0A4DC7;
    font-size: 18px;
    font-weight: bold;
    padding: 31px 0;
}
.max1400{
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.nav-bottom{
    /*min-width: 1200px;*/
    padding: 20px 0;
}
.nav-bottom >.content1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.nav-bottom >.content1 .logo11{
    width: 90px;
    position: absolute;
    left: 15px;
    top: -10px;
}
.tbdhw{
    width: calc(100% - 80px);
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 80px;
}
.nav-bottom >.content1 .logo11 img{
    width: 100%;
}
.nav-bottom >.content1 li{
    width: 16.6666666%;
    text-align: center;
    position: relative;
    top: 0;
}
.nav-bottom >.content1 li:last-child:after{
    display: none;
}
.nav-bottom >.content1 li:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #666666;
    opacity: .3;
}
.nav-bottom >.content1 .tbrjxl{
    position: absolute;
    z-index: 999;
    left: 0;
    top: 28px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 10px;
    display: none;
}
.nav-bottom >.content1 .tbrjxln{
    /*height: 0;*/
    /*overflow: hidden;*/
    /*box-sizing: border-box;*/
    
}
.nav-bottom >.content1 .tbrjxl a{
    font-size: 16px;
}
.nav-bottom a{
    display: block;
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.currency .nav-row{
    margin: 5px 70px;
}
.nav-row{
    float: left;
    width: 1px;
    height: 18px;
    background-color: #D7D7D7;
    margin: 5px 73px;
}
.nav-bottom a:hover{
    color: #0A4DC7;
    font-weight: bold;
}

/* 走进开发区 */
.walk{
    width: 100%;
    margin: auto;
    padding: 4.7% 0;
}
.walk .content{
    overflow: hidden;
}
.walk-left{
    float: left;
    width: 41%;
    position: relative;
}
.walk-left div{
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: #0A4DC7;
}
.walk-left img{
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}
.walk-right{
    width: 52.5%;
    float: right;
}
.walk-top{
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.walk-row{
    float: left;
    width: 4px;
    height: 100%;
    background: #0A4DC7;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.walk-top-content{
    float: left;
    padding-left: 15px;
}
.walk-top-content p{
    color: #0A4DC7;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 12px;
}
.walk-top-content span{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
}
.walk-desc{
    width: 100%;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    text-align: justify;
}
.walk-detail1{
    float: right;
    width: 158px;
    height: 38px;
    color: #0A4DC7;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #0A4DC7;
}
.walk-detail1:hover{
    color: #FFFFFF;
    background-color: #0A4DC7;
    border: 1px solid #0A4DC7;
}
/* 招商载体 */
.carrier{
    width: 100%;
    margin: auto;
    padding: 60px 0;
    background: #F7F8FA;
}
.carrier ul{
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.carrier ul li{
    float: left;
    width: 23.2%;
    overflow: hidden;
    background-color: #FFFFFF;
}
.carrier ul li.carrier-li-start{
    margin-left: 0;
}
.carrier ul li img{
    float: left;
    width: 100%;
}
.carrier-content{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.carrier-content span{
    color:#1f6cdd;
    font-weight: bold;
}
.carrier-content a{
    color:#1f6cdd;
    font-weight: bold;
    cursor: pointer;
}
.carrier-desc{
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    background-color: #F7F8FB;
    padding: 20px 0 30px 0;
}
#carrier-jiaxing .carrier-p-start{
    font-weight: 400;
}
.carrier-desc p{
    float: left;
    min-width: 278px;
    margin-left: 29px;
    padding-top: 10px;
}
.carrier-desc p.carrier-p-start{
    font-weight: bold;
    margin-left: 0;
}

/* 主导产业 */
/*.industry{*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    padding: 60px 0;*/
/*    background:url(../../images/imgam/industry_bg.jpg) no-repeat center;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.industry .common-desc{*/
/*    color: #FFFFFF;*/
/*}*/
/*.industry .common-row{*/
/*    background-color: #FFFFFF;*/
/*}*/
/*.industry-tab{*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    *padding-left: 380px;*/
/*}*/
/*#industry-jinhua{*/
/*    width: 1178px;*/
/*    padding-left: 22px;*/
/*}*/
/*#industry-hangzhou{*/
/*    width: 1156px;*/
/*    padding-right: 44px;*/
/*}*/
/*#industry-wenzhou{*/
/*    width: 1112px;*/
/*    padding-right: 88px;*/
/*}*/
/*#industry-daxie{*/
/*    width: 1178px;*/
/*    padding-right: 22px;*/
/*}*/
/*#industry-daxie{*/
/*    width: 1178px;*/
/*    padding-right: 22px;*/
/*}*/
/*#currency-industry li{*/
/*    margin: 0 30px;*/
/*}*/
/*#industry-ningbo-jingji li{*/
/*    margin: 0 30px;*/
/*}*/
/*#industry-jinhua li{*/
/*    margin: 0 30px;*/
/*}*/
/*#industry-zhoushan li{*/
/*    margin: 0 30px;*/
/*}*/
/*#industry-wenzhou li{*/
/*    margin: 0 30px;*/
/*}*/
/*#industry-daxie li{*/
/*    margin: 0 30px;*/
/*}*/
/*.industry-tab li{*/
    /**float: left;*/
/*    display: inline-block;*/
/*    height: 40px;*/
/*    color: #FFFFFF;*/
/*    font-size: 22px;*/
/*    font-weight: 400;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/
/*.industry-tab li.industry-li-active{*/
/*    border-bottom: 4px solid #FF9420;*/
/*}*/
/*.industry-tab-middle{*/
/*    margin: 0 87px;*/
/*}*/
/*.industry-row{*/
/*    width: 1200px;*/
/*    height: 1px;*/
/*    margin-top: -2px;*/
/*    margin-bottom: 20px;*/
/*    background-color: #E0E5F2;*/
/*}*/
/*.industry-content{*/
    /*height: 500px;*/
/*    overflow: hidden;*/
/*}*/
/*.industry-content li{*/
/*    width: 100%;*/
/*    padding: 2.5% 3.3%;*/
/*    overflow: hidden;*/
/*    background-color: #FFFFFF;*/
/*}*/
/*.industry-top{*/
/*    overflow: hidden;*/
/*}*/
/*.industry-top img{*/
/*    float: left;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-right: 10px;*/
/*}*/
/*.industry-top span{*/
/*    float: left;*/
/*    color: #0B4EC8;*/
/*    font-size: 20px;*/
/*    line-height: 21px;*/
/*    font-weight: bold;*/
/*}*/
/*.industry-text{*/
    /*height: 90px;*/
/*    color: #666666;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 30px;*/
/*    margin-top: 10px;*/
/*}*/
/*.industry-bottom{*/
/*    overflow: hidden;*/
/*    margin-top: 24px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
/*.industry-left{*/
/*    width: 29%;*/
/*}*/
/*.industry-right{*/
/*   width: 67%;*/
/*}*/
/*.industry-left img{*/
/*    width: 100%;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.industry-submit{*/
/*    float: left;*/
/*    width: 300px;*/
/*    height: 40px;*/
/*    color: #FFFFFF;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*    background-color: #FF9420;*/
/*    cursor: pointer;*/
/*}*/
/*.industry-submit:hover{*/
/*    background-color: #f6860e;*/
/*}*/
/*.industry-common-submit{*/
/*    display: block;*/
/*    width: 300px;*/
/*    height: 40px;*/
/*    color: #FFFFFF;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*    margin: auto;*/
/*    background-color: #FF9420;*/
/*    cursor: pointer;*/
/*}*/
/*.industry-common-submit:hover{*/
/*    background-color: #f6860e;*/
/*    color: #fff;*/
/*}*/
/*.industry-tag{*/
/*    overflow: hidden;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 30px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-start;*/
/*}*/
/*.industry-tag div{*/
/*    float: left;*/
/*    width: 23.5%;*/
/*    margin-right: 2%;*/
/*    height: 28px;*/
/*    color: #0B4EC8;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*    border: 1px solid #E0E5F4;*/
/*}*/

/*.industry-tag div:nth-child(4n){*/
/*    margin-right: 0;*/
/*}*/
/*.industry-business{*/
/*    width: 718px;*/
/*    height: 48px;*/
/*    padding: 0 30px;*/
/*    line-height: 48px;*/
/*    margin-top: 22px;*/
/*    border: 1px solid #EBEBEB;*/
/*}*/
/*.industry-business span{*/
/*    float: left;*/
/*    color: #666666;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*}*/
/*.industry-business-middle{*/
/*    margin: 0 30px;*/
/*}*/


.industry {
    padding: 60px 0;
}

.industry-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    margin-top: 66px;
    justify-content: space-between;
}

.industry-content-img {
    position: relative;
    width: 13.84%;
    /*height: 188px;*/
}

.industry-content-last {
    justify-content: center;
    margin-top: 0;
}

.industry-content-last .industry-content-img {
    margin-right: 3.5%;
}

.industry-content-last .industry-content-img:last-child{
    margin-right: 0;
}
.industry-content-last .industry-content-lastimg {
    margin-right: 0;
}

.industry-content-img img {
    width: 100%;
    /*height: 188px;*/
}

.industry-content-img div {
    position: absolute;
    bottom: 23%;
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: center;
}

/*.industry-content-imgs div {*/
/*    left: 56px;*/
/*}*/

/**/
/* å…¬å…±éƒ¨åˆ† */
.fix-sobot-init{
    display: none;
}
.min {
    width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 48px;
    font-weight: bolder;
    color: rgba(0,0,0,0.85);
    text-align: center;
    padding-top: 60px;
}
/**/
/* 交通优势 */
.traffic{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
}
.traffic-content{
    overflow: hidden;
}
.traffic-left{
    float: left;
    width: 730px;
    height: 330px;
    margin-right: 40px;
}
.traffic-right{
    float: left;
    width: 430px;
}
.traffic-right ul{
    width: 100%;
    height: 330px;
}
.traffic ul li{
    overflow: hidden;
    margin-bottom: 15px;
}
.traffic ul li img{
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-top: 4px;
}
.traffic ul li span{
    float: left;
    width: 400px;
    color: #343434;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/* 投资咨询 */
.advisory{
    width: 100%;
    margin: auto;
    padding: 60px 0;
    background-size: 100% 100%;
}
.advisory.currency-advisory{
    background: #F7F8FA;
}
.advisory.currency-advisory .common-text{
    color: #9A9A9A;
}
.advisory.currency-advisory .common-desc{
    color: #0A4DC7;
}
.advisory.currency-advisory .common-row{
    background-color: #0A4DC7;
}
.advisory .common-text{
    color: #DADADA;
}
.advisory .common-desc{
    color: #FFFFFF;
}
.advisory .common-row{
    background-color: #FFFFFF;
}
.advisory.currency-advisory .advisory-contact{
    color: #666666;
}
.advisory-contact{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.advisory-content{
    max-width: 580px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advisory.currency-advisory input{
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
}
.advisory input{
    float: left;
    width: 264px;
    height: 38px;
    color: #C5D4FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    padding-left: 14px;
    margin-bottom: 20px;
    background-color:transparent;
    border: 1px solid #FFFFFF;
}

.advisory-submit{
    display: block;
    width: 280px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #FF9420;
    margin: auto;
    border: 0;
    *margin-top: 20px;
}
.advisory-submit:hover{
    background-color: #f6860e;
}

/* 提示模态框 */
.tip-modal{
    position: fixed;
    top: 237px;
    left: 50%;
    margin: 0 auto;
    margin-left: -100px;
    width: auto;
    line-height: 30px;
    padding: 8px 12px;
    display: none;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: #000;
    opacity: 0.65;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
    border-radius: 4px;
    z-index: 2147483585;
}


/* 智齿挂件 */
#zhichiBtnBox{
    z-index: 998!important;
}
.zsbridge {
    width: 190px;
    position: fixed;
    left: 15px;
    top: 40%;
    z-index: 990;
    text-align: left;
}
.zsbridge .brit {
    height: 80px;
    background: url(../../images/imgam/brig.png);
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
}
.zsbridge .brit .brt {
    /*height: 17px;*/
    font-size: 15px;
    color: #FFFFFF;
    font-weight: normal;
    padding: 19px 0 0 55px;
}
.zsbridge .brit .bre {
    height: 22px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 55px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-top: 4px;
}
.zsbridge .bricon {
    padding-top: 18px;
    width: 187.5px;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
    padding-bottom: 5px;
    background: #fff;
}
.zsbridge .bricon p {
    text-align: center;
    font-size: 18px;
    color: #666666;
    padding: 0;
    margin-top: 0;
    padding-top: 12px;
    margin-bottom: 13px;
}
.zsbridge .bricon li {
    list-style: none;
    width: 150px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 14px;
    border: 1px solid #1f6cdd;
    color: #1f6cdd;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 13px;
}
.zsbridge .bricon li a {
    width: 150px;
    height: 28px;
    display: block;
    cursor: pointer;
    color: #1f6cdd;
}
.zsbridge .bricon li:hover {
    background: #1f6cdd;
}
.zsbridge .bricon li:hover a {
    color: #fff;
}

/* 弹窗样式 */
.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(../image/modal_bg.png) left top;
    background-size: 100% 100%;
    display: none;
}
.modal-policy,.modal-industry{
    display: none;
    width: 400px;
    padding: 30px;
    background: #fff;
    margin: 10% auto 0;
    overflow: hidden;
    position: relative;
}
.modal-policy-title{
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.modal-policy-desc{
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
.js-modal-close{
    position: absolute;
    right: 40px;
    top: 40px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.modal-policy input{
    width: 370px;
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    box-sizing: content-box;
    margin-bottom: 20px;
}
.modal-policy-submit{
    width: 320px;
    height: 50px;
    line-height: 50px;
    background:  #1f6cdd;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
}
.modal-policy-submit:hover{
    background-color: #1d66cc;
}
/* 提交成功后 */
.form-success {
    display: none;
    position: relative;
    width: 310px;
    padding: 0 20px 30px 30px;
    background: #fff;
    margin: 20% auto 0;
    overflow: hidden;
}
.form-success-top {
    overflow: hidden;
}
.form-success-pic {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 32px;
    margin-left: 140px;
}
.form-success-text {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}
.form-success-title {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 1;
}

.address{
    float: left;
    margin-top: 15px;
    color: #666666;
}

.prevent-tork{
    color: #999999;
    font-size: 12px;
    text-align: center;
    padding-top: 50px;
    opacity: 0.2;
}
.content-bottom{
    padding-top: 60px;
}
/* 审核用的地区 */
.cate-list-nav{
    position: absolute;
    top: 36px;
    right: 0;
}
.cate-list-nav img{
    width: 8px;
}
.cate-list{
    position: fixed;
    top: 80px;
    right: 0;
    background: #fff;
    padding: 10px;
    display: none;
}
.cate-list li{
    overflow: hidden;
    margin-top: 10px;
    width: 280px;
}
.cate-list li p{
    width: 43px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #ededed;
    float: left;
    text-align: right;
    padding-right: 14px;
    margin-top: 8px;
}
.cate-right{
   overflow: hidden;
    width: 222px;
    float: left;
    font-size: 0;
}
.cate-right a{
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    margin-left: 16px;
    *margin-left: 15px;
    _margin-left: 15px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}
.hide-phone{
    display: none;
}
/*footer-slide*/
.fixedfoot {
    position: fixed;
    bottom: 0;
    left: 0;
    _zoom: 1;
    width: 100%;
    z-index: 800;
    height: 137px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 0)||0)-(parseInt(this.currentStyle.marginBottom, 0)||0)));
}

* html,
* html body {
    background-image: url(about:blank);
    background-attachment: fixed
}

* html .fixedfoot {
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft));
    top: expression(eval(document.documentElement.scrollTop))
}

* html .fixedfoot {
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 0)||0)-(parseInt(this.currentStyle.marginRight, 0)||0));
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 0)||0)-(parseInt(this.currentStyle.marginBottom, 0)||0)))
}

/*.district-footer-slide{*/
/*position: absolute;*/
/*width: 100%;*/
/*left: 0;*/
/*bottom: 0;*/
/*height:100%;*/
/*z-index: -1;*/
/*}*/
.fixedfoot-info {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    z-index: 800;
    padding: 0 15px;
}

.fixedfoot-title {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 75px;
}

.fixedfoot .iconexit {
    float: right;
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
    z-index: 800 !important;
    width: 30px;
    height: 30px;
}

.fixedfoot .fixedfoot-content-box {
    width: 1180px;
}

.fixedfoot-content {
    width: 938px;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    *padding-bottom: 20px;
    /*overflow: hidden;*/
}

.fixedfoot-content li {
    float: left;
    margin-right: 32px;
    /*overflow: hidden;*/
    /*height: 32px;*/
    margin-bottom: 20px;
    position: relative;
}

.fixedfoot-content h6 {
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    width: 58px;
    margin-right: 10px;
    float: left;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}

.enterprise-demand {
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #707070;
    position: relative;
    float: left;
    /*background:rgba(0,0,0,0.9);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000, endcolorstr=#e5000000);
    background-color: #000000\9;
}

.enterprise-demand p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 800;
}

.footer-carrier-demand {
    position: absolute;
    left: 68px;
    bottom: 31px;
    /*top: 30px;*/
    /**top: 31px;*/
    /**bottom:auto;*/
    z-index: 800;
    display: none;
    /*max-height: 78px;*/
    _height: 78px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 160px;
    /* background-color: #ffffff; */
    border: 1px solid #ededed;
}

#footer-carrier-demand {
    _height: 38px;
}

.fixedfoot-content .footer-carrier-demand li {
    width: 278px;
    *width: 252px;
    height: 30px;
    padding-left: 11px;
    line-height: 30px;
    background-color: #ffffff;
    /*filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff,endcolorstr=#c8ffffff);*/
    font-size: 14px;
    color: #333333;
    margin: 0;
    float: none;
    overflow: visible;
    cursor: pointer;
    box-sizing: border-box;
}

.enterprise-demand img {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.fixedfoot-content input {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}

.verification-num {
    width: 93px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    height: 30px;
    background: none;
}

.verification-code {
    width: 87px;
    height: 32px;
    float: left;
    display: block;
    cursor: pointer;
}

.footer-input {
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    background: none;
}

.fixedfoot-content .send-email-button {
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left: 0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.fixedfoot-content .button {
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #0A4DC7;
    margin-left: 0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .fixedfoot-content .button {
        line-height: 30px;
    }

    .fixedfoot-content .footer-carrier-demand li {
        width: 252px;
    }
}

.fixedfoot-content .button:hover {
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}

.county-top {
    display: none;
}

.fixedfoot .iconexit img {
    width: 30px;
    height: 30px;
}

.footer-float-in {
    opacity: 1;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;
    /* Safari å’Œ Chrome */
    -o-transition: .8s ease-in-out;
    /* Opera */
    position: fixed;
    _position: relative;
    bottom: 0;
    left: 0;
    _zoom: 1;
    width: 100%;
    height: 137px;
    _position: absolute;
    /*_display:block;*/

}

.footer-float-out {
    opacity: 0;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;
    /* Safari å’Œ Chrome */
    -o-transition: .8s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 0;
    left: -100%;
    _position: absolute;
    /*_display:none;*/
}

.footer-float-in-shot {
    opacity: 1;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;
    /* Safari å’Œ Chrome */
    -o-transition: .6s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 100px;
    left: 0;
    /*_display:block;*/
}

.footer-float-out-shot {
    opacity: 0;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;
    /* Safari å’Œ Chrome */
    -o-transition: .6s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 100px;
    left: -100%;
    /*_display:none;*/
}

.left-footer {
    width: 280px;
    height: 60px;
    background: url(../image/left-footer.png) no-repeat 100%;
    position: fixed;
    bottom: 86px;
    z-index: 800;
    _position: absolute;
    _bottom: 86px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 49)||49)-(parseInt(this.currentStyle.marginBottom, 49)||49)));
}

.left-footer div {
    font-size: 15px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
}

.left-footer p {
    padding-top: 9px;
    font-family: arial;
    color: #fff;
    font-size: 17px;
    padding-left: 20px;
}

.foot-button {
    width: 40px;
    _width: 80px;
    height: 60px;
    _height: 120px;
    position: absolute;
    right: 12px;
    top: 0;
    _top: -30px;
    cursor: pointer;
    z-index: 800;
}

.footer-bottom {
    width: 100%;
    height: 137px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000, endcolorstr=#e5000000);
    _background-color: #000000;
}

.bottom-tip {
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #999;
    margin-top: 30px;
}

/* 页面修改 */
/* 横幅 */
.min{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    background: url(../image/banner.png) center no-repeat;
    text-align: center;
    height: 300px;
}
.banner h1{
    font-size: 2.9166666vw;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 40px;
    line-height: 1;
}
.banner-tip-content{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0 auto;
}
.banner-welcome{
    margin-top: 15px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}
.banner-img{
    width: 770px;
}
.banner-tip{
    /*width: 170px;*/
    height: 36px;
    padding: 0 20px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    color: #0A4DC7;
    line-height: 36px;
    float: left;
    margin-right: 10px;
}
.banner-tip1{
    border-radius: 0px 0px 0px 18px;
}
.banner-tip3{
    /*width: 200px;*/
    border-radius: 0px 18px 0px 0px;
    margin-right: 0;
}
.banner-service{
    text-align: center;
    margin-top: 20px;
    line-height: 1;
}
.banner-service{
    font-size: 30px;
    color: #FF9B02;
}
.banner-service span{
    font-weight: bold;
}
.banner-service img{
    width: 24px;
    position: relative;
    top: 2px;
}
.banner-welcome{
    font-size: 24px;
    color: #FFFFFF;
}

/* 载体资源 */
.resource{
    background: #F7F8FA;
    padding: 50px 0;
}
.resource-container{
    overflow: hidden;
    margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resource-left{
    width: 24%;
    float: left;
    position: relative;
}
.resource-left img{
    width: 100%;
}
.resource-right{
    width: 24%;
    float: right;
    position: relative;
}
.resource-right img{
    width: 100%;
}
.resource-service{
    width: 138px;
    height: 36px;
    background: linear-gradient(119deg, #FEDA75 0%, #FDAD0A 100%);
    border-radius: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-indent: 24px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 5%;
    bottom: 20%;
}
.resource-service1{
    display: block;
    margin: 20px auto 0;
    width: 138px;
    height: 36px;
    background: linear-gradient(119deg, #FEDA75 0%, #FDAD0A 100%);
    border-radius: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.resource-service1:hover{
    color: #333333;
}
.resource-service:hover{
    color: #333333;
}
.resource-service img{
    width: 16px;
    position: relative;
    top: 2px;
}
.resource-content{
    text-align: center;
    margin-top: 20px;
    padding: 20px 6%;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.8;
    background: #FF9B02;
    position: relative;
}
.resource-content div{
    font-size: 30px;
    position: absolute;
}
.resource1{
    top: 13px;
    left: 5%;
}
.resource2{
    bottom: 7px;
    right: 5%;
}
/* 招商政策 */
.policy{
    padding: 50px 0;
}
.policy-container{
    margin-top: 50px;
}
/*.policy-container::after{*/
/*    display: block;*/
/*    content: "";*/
/*    clear: both;*/
/*}*/
.policy-left{
    float: left;
    overflow: hidden;
    width: 66.25%;
}
.policy-item{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.policy-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.policy-item:nth-last-child(-n+3){
    margin-bottom: 0;
}
.policy-item:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    z-index: 3;
}
.policy-item:nth-child(3n){
    margin-right: 0;
}
.policy-item img{
    width: 100%;
    transition: all .5s;
    display: block;
}
.policy-item div{
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;font-size: 20px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.policy-item:hover img{
    transform: scale(1.2);
}
.policy-item-last{
    margin-right: 0;
}
.policy-right{
    width: 32%;
    /*height: 304px;*/
    float: right;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.policy-right form{
    padding-bottom: 10px;
}
.banner-pointer{
    cursor: pointer;
}
.policy-title{
    position: relative;
    /*padding-top: 20px;*/
    left: -10px;
    height: 58px;
    overflow: hidden;
}
.policy-title img{
    width: 100%;
    position: absolute;
}
.policy-title div{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    text-indent: 20px;
    top: 18px;
}
.policy-input{
    margin-left: 25px;
}
.policy-input span{
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    margin-right: 20px;
}
.policy-input input{
    width: 240px;
    height: 36px;
    background: #FFFFFF;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-indent: 10px;
}
.policy-input input::placeholder{
    color: #b3b3b3;
}
.your-type-box{
    overflow: hidden;
    margin-left: 25px;
}
.your-title{
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    float: left;
}
.type-item{
    /*width: 52px;*/
    padding: 0 5px;
    height: 24px;
    background: #FFFFFF;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    float: left;
    margin-top: 12px;
    cursor: pointer;
}
.type-item-active{
    background: #607294;
    color: #fff;
}
.type-first{
    margin-left: 24px;
}
.get-button{
    display: block;
    width: 290px;
    height: 42px;
    background: #0B4EC7;
    border-radius: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    /*text-indent: 30px;*/
    margin: 20px auto 0 auto;
    cursor: pointer;
    animation: butttonsc 1s infinite;
}
@keyframes butttonsc{
    0%{
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.get-button:hover{
    color: #FFD22C;
}
.get-button img{
    width: 16px;
    position: relative;
    top: 2px;
}
.poliy-before-img{
    display: inline;
}
.poliy-after-img {
    display: none;
}
.get-button:hover .poliy-before-img{
    display: none;
}
.get-button:hover .poliy-after-img {
    display: inline;
}
/* 园区优势 */
.advantage{
    padding: 50px 0;
    background: #F7F8FA;
}
.advantage-container{
    margin-top: 46px;
}
.advantage-item{
    float: left;
    margin-right: 20px;
}
.good-msg {
    padding-top: 33px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.good-msg-item {
    width: 16%;
	margin: 5px 0;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    padding-bottom: 5%;
    padding-top: 6.5%;
}
.good-msg-item:nth-child(5n){
    margin-right: 0;
}



.good-msg-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    position: relative;
}

.good-msg-item p {
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.good-msg-item:hover img {
    top: -10px;
}

.good-line {
    width: 97px;
    height: 1px;
    background: #EDEDED;
    margin:0 auto;
    position: relative;
}
.good-msg-item:hover .good-line{
    top: -10px;
}

.good-msg-item:hover p {
    top: -10px;
}

/* 流程 */
/*.process{*/
/*    padding: 50px 0 80px;*/
/*}*/
/*.process-container{*/
/*    position: relative;*/
/*    margin-top: 30px;*/
/*    text-align: center;*/
/*}*/
/*.process-container img{*/
/*    width: 938px;*/
/*}*/
/*.process-container .lct1{*/
/*    width: 100%;*/
/*}*/
/*.process-container .lct2{*/
/*    width: 100%;*/
/*    display: none;*/
/*}*/
/*.process-item{*/
/*    position: absolute;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    color: #333333;*/
/*}*/
/*.process-item1{*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
/*.process-item2{*/
/*    bottom: 15px;*/
/*    left: 16%;*/
/*}*/
/*.process-item3{*/
/*    top: 27px;*/
/*    left: 12%;*/
/*}*/
/*.process-item4 {*/
/*    top: 46px;*/
/*    left: 31%;*/
/*}*/
/*.process-item5{*/
/*    top: -3px;*/
/*    left: 35%;*/
/*}*/
/*.process-item6{*/
/*    left: 44%;*/
/*    top: 30px;*/
/*}*/
/*.process-item7 {*/
/*    right: 36%;*/
/*    top: -26px;*/
/*}*/
/*.process-item8{*/
/*    right: 29%;*/
/*    top: 48px;*/
/*}*/
/*.process-item9{*/
/*    top: -58px;*/
/*    right: 18%;*/
/*}*/
/*.process-item10{*/
/*    bottom: -12px;*/
/*    right: 19%;*/
/*}*/
/*.process-item11{*/
/*    right: 10px;*/
/*    bottom: 17px;*/
/*}*/
.process {
    position: relative;
    padding: 60px 0;
}

.process-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
}

.process-nav-item {
    height: 40px;
}

.process-nav-title {
    font-size: 20px;
    font-weight: bolder;
    color: rgba(0,0,0,0.85);
    cursor: pointer;
}

.land-process-nav .process-nav-title {
    color: #1F6CDD;
}

.land-process-nav .process-line {
    display: block;
}

.process-line {
    display: none;
    width: 28px;
    height: 2px;
    background: #1F6CDD;
    margin-top: 15px;
    margin-left: 27px;
}


.favoured-policy-content,.company-registration-content,.plant-leasing-content{
    display: none;
}

.land-process,.favoured-policy, .plant-leasing {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 25px;
}

.land-process-item {
    width: 9%;
    padding-bottom: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px 0px #DDECFF;
    border: 1px solid #fff;
    border-top: 2px solid #1F6CDD;
    margin-top: 5px;
    margin-bottom: 5px;
}

.land-process-title {
    margin-top: 60px;
    position: relative;
}

.process-num {
    font-size: 31px;
    font-family: ArialMT;
    color: rgba(0,0,0,0.85);
    margin:0 auto;
    text-align: center;
    margin-right: 10px;
}

.land-process-title img {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 38px;
}

.land-process-title .process-active {
    display: none;
}

.land-process-text {
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    writing-mode: tb-rl;
    padding-top: 26px;
    /*margin-left: 44px;*/
    margin: 0 auto;
}

.land-process-items {
    width: 32%;
}

.land-process-items .land-process-text {
    width: 90%;
    writing-mode: horizontal-tb;
    text-align: left;
    line-height: 28px;
    
}
.land-process-items .process-num{
    width: 90%;
    text-align: left;
    margin: 0 auto;
    
}
.land-process-items .land-process-title img{
    left: 5%;
    transform: translateX(0%);
}

.land-process-complete {
    position: relative;
    width: 9%;
    padding-bottom: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px 0px #DDECFF;
    border: 1px solid #fff;
    border-top: 2px solid #1F6CDD;
    min-height: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.land-process-complete .land-process-text {
    margin: 0 auto;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    text-align: center;
    writing-mode: tb-rl;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #2a67f6;
    transition: all 1.5s ease;
}

.company-registration {
    width: 100%;
    margin-top: 25px;
}

.process-bg {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -915px;
    width: 1830px;
    height: 450px;
    z-index: -1;
}

/* é¢œè‰²æ”¹å˜ */
.land-process-active {
    background: #F6FAFF;
    border: 1px solid #1F6CDD;
    border-top: 2px solid #1F6CDD;
    transition: all 0.5s;
}

.land-process-active .process-num {
    color: #1F6CDD;
}

.land-process-active .land-process-text {
    color: #1F6CDD;
}
/* 滑动的底部 */
.fixedfoot-content .send-email-button {
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left: 0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.fixedfoot-content .button {
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left: 0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .fixedfoot-content .button {
        line-height: 30px;
    }

    .fixedfoot-content .footer-carrier-demand li {
        width: 252px;
    }
}

.fixedfoot-content .button:hover {
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}

.county-top {
    display: none;
}

.fixedfoot .iconexit img {
    width: 30px;
    height: 30px;
}

.footer-float-in {
    opacity: 1;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .8s ease-in-out;
    /* Opera */
    position: fixed;
    _position: relative;
    bottom: 0;
    left: 0;
    _zoom: 1;
    width: 100%;
    height: 137px;
    _position: absolute;
    /*_display:block;*/

}

.footer-float-out {
    opacity: 0;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .8s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 0;
    left: -100%;
    _position: absolute;
    /*_display:none;*/
}

.footer-float-in-shot {
    opacity: 1;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .6s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 100px;
    left: 0;
    /*_display:block;*/
}

.footer-float-out-shot {
    opacity: 0;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .6s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 100px;
    left: -100%;
    /*_display:none;*/
}

.left-footer {
    width: 280px;
    height: 60px;
    background: url(../../images/imgam/left-footer.png) no-repeat 100%;
    position: fixed;
    bottom: 86px;
    z-index: 800;
    _position: absolute;
    _bottom: 86px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 49)||49)-(parseInt(this.currentStyle.marginBottom, 49)||49)));
}

.left-footer div {
    font-size: 15px;
    color: #fff;
    padding-top: 10px;
    line-height: 1;
    padding-left: 20px;
}

.left-footer p {
    padding-top: 9px;
    font-family: arial;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    padding-left: 20px;
}

.foot-button {
    width: 40px;
    _width: 80px;
    height: 60px;
    _height: 120px;
    position: absolute;
    right: 12px;
    top: 0;
    _top: -30px;
    cursor: pointer;
    z-index: 800;
}

.footer-bottom {
    width: 100%;
    height: 137px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000, endcolorstr=#e5000000);
    _background-color: #000000;
}
.foot-font{
    font-size: 18px;
    color: #ffffff;
    float: left;
    line-height: 32px;
    margin-right: 20px;
    margin-left: 276px;
}
.zsbridge .brit .bidding-blue{
    padding-top: 34px;
}
.question-item{
    overflow: hidden;
}
.question-tip{
    font-size: 15px;
    color: #fff;
    padding: 2px;
    background: #d50000;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.question-font{
    float: left;
    width: 250px;
    margin-left: 14px;
}
.question-top{
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}
.answer{
    color: #666;
    font-size: 13px;
    margin-top: 6px;
    line-height: 20px;
    overflow: hidden;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.question-button{
    font-size: 14px;
    text-align: center;
    float: left;
    margin-top: 36px;
    padding: 5px 6px;
    background: #d50000;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}
.policy-right-title{
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.xymob-head{
    display: none;
}
.footer3{
    display: none;
}
/**/
.img22{
    display:none;
}
@media(max-width:1180px){
    .policy-title div{
        font-size: 18px;
    }
}
@media(max-width:1120px){
    .industry-content-img div{
        font-size: 16px;
    }
}
@media(max-width:991px){
   .xymob-head{
        display: block;
    } 
    .nav{
        display: none;
    }
    body{
        padding-top: 60px;
    }
    .zsbridge{
        display: none;
    }
    .abc{
        display: none!important;
    }
}
@media(max-width:768px){
    .footer3{
        display: block;
    }
}
/*首页*/
@media(max-width:991px){
    /*banner*/
    .banner{
        height: 220px;
    }
    .banner-tip{
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .banner-welcome{
        font-size: 18px;
    }
    .banner-service{
         font-size: 18px;
    }
    /*关于*/
   .walk-top{
       margin-bottom: 10px;
   }
    .walk-top-content p{
        font-size: 24px;
    }
    .walk-top-content span{
        font-size: 14px;
    }
    .walk-desc{
        font-size: 14px;
    }
    .walk-detail1{
        width: 135px;
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        float: left;
    }
    /*载体资源*/
    .resource{
        padding: 30px 0;
    }
    .common-top{
        padding-bottom: 10px;
    }
    .resource-container{
        margin-top: 20px;
    }
    .common-desc{
        font-size: 24px;
        margin-top: -14px;
        margin-bottom: 10px;
    }
    .common-text{
        font-size: 16px;
    }
    .resource-content{
        font-size: 16px;
    }
    .resource-service{
        width: 115px;
        font-size: 16px;
        line-height: 28px;
        height: 28px;
    }
    /*招商政策*/
    .policy{
        padding: 30px 0;
    }
    .policy-left{
        width: 100%;
    }
    .policy-right{
        width: 100%;
		margin-top: 15px;
    }
    .policy-container{
        margin-top: 20px;
    }
    .policy-title{
        left: 0;
    }
     /*优势*/
    .advantage{
        padding:30px 0;
    }
	.good-msg-item{
		width:32%;
	}
    .good-msg-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .good-msg-item p{
        font-size: 16px;
    }
    /*入驻流程*/
    .process{
        padding: 30px 0 80px;
    }
    /*招商载体*/
    .carrier{
        padding: 30px 0;
    }
    .carrier ul{
        margin-bottom: 15px;
    }
    .carrier-content{
        font-size: 16px;
        line-height: 24px;
    }
    /*主导产业*/
    .industry{
        padding: 30px 0;
    }
    .industry-tab{
        margin-top: 10px;
    }
    .industry-tab li{
        font-size: 18px;
        height: 36px;
    }
    .industry-top span{
        font-size: 18px;
    }
    .industry-left img{
        margin-bottom: 20px;
    }
    .industry-tag{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .industry-tag div{
        font-size: 14px;
        width: 32%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .industry-tag div:nth-child(4n){
        margin-right: 2%;
    }
    .industry-tag div:nth-child(3n){
        margin-right: 0;
    }
    /*投资咨询*/
    .advisory{
        padding: 30px 0;
    }
    .prevent-tork{
        padding-top: 20px;
    }
    /*主导产业*/
    .industry-content-img{
        width: 32%;
    }
    .industry-content-last .industry-content-img{
        margin-right: 0;
    }
    .industry-content{
        margin-top: 40px;
    }
    /*流程*/
    .land-process-item{
        width: 28%;
        margin: 5px 0;
    }
    .land-process-complete{
        width: 28%;
        margin: 5px 0;
    }
    .land-process-items{
        width: 40%;
    }
    .img22{
        display:block;
    }
    .img11{
        display:none;
    }
}
@media(max-width:768px){
    .banner {
        height: auto;
        padding-bottom: 20px;
    }
    .banner h1{
        font-size: 24px;
    }
    /*关于*/
     .walk-left{
        width: 100%;
    }
    .walk-right{
        width: 100%;
        margin-top: 15px;
    }
    /*载体资源*/
    .resource-left{
        width: 49%;
        margin: 3px 0;
    }
    .resource-right{
        width: 49%;
        margin: 3px 0;
    }
    .resource-content div{
        font-size: 18px;
    }
    .resource1{
        left:2%;
    }
    .resource2{
        right:2%;
    }
    .resource-content {
        font-size: 14px;
        margin-top: 10px;
        padding: 20px 4%;
    }
    /*招商政策*/
    .policy-item{
        width: 49%;
        margin-right: 2%;
		margin-bottom: 10px;
    }
    .policy-item:nth-child(3n) {
        margin-right: 2%;
    }
    .policy-item:nth-child(2n) {
        margin-right: 0;
    }
    .policy-title{
        height: 40px;
    }
    .policy-title div{
        font-size: 18px;
        top: 10px;
    }
    .get-button{
        width: 250px;
        height: 36px;
        line-height: 36px;
        text-indent: 0;
        text-align: center;
        font-size: 16px;
    }
    /*优势*/
    .good-msg-item{
        width: 31%;
        margin: 5px 0;
    }
    .good-msg{
        padding-top: 10px;
    }
    /*入驻流程*/
    /*入驻流程*/
    .process{
        padding: 30px 0;
    }
    .process-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 10px;
    }
    .process-container .lct1{
        display: none;
    }
    .process-container .lct2{
        display: block;
    }
    .process-item{
        position: static;
        width: 48%;
        margin: 5px 0;
        text-align: left;
    }
    /*招商载体*/
    .carrier ul li{
        width: 49%;
        margin: 5px 0;
    }
    .carrier-content{
        font-size: 14px;
    }
    /*主导产业*/
    .industry-tab{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .industry-content li{
        padding: 20px;
    }
    #currency-industry li{
        margin: 0;
    }
    .industry-tab li{
        width: 32%;
        
    }
    .industry-left{
        width: 100%;
    }
    .industry-right{
        width: 100%;
    }
    .industry-tag div{
        font-size: 13px;
    }
    .industry-common-submit {
        width: 240px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
    }
    /*投资咨询*/
    .advisory input{
        width: 46%;
    }
    /*主导产业*/
    .industry-content-img div{
        font-size: 14px;
    }
    .industry-content{
        margin-top: 20px;
    }
    /*流程*/
    .process-nav-title{
        font-size: 16px;
    }
    .land-process-text{
        font-size: 16px;
    }
}
@media(max-width:468px){
    .banner-tip{
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        padding: 0 8px;
    }
    .banner h1{
        font-size: 16px;
		line-height: 1.2;
    }
    .banner-welcome{
        font-size: 16px;
    }
    .banner-service{
         font-size: 16px;
    }
    /*关于*/
    .walk{
        padding: 25px 0;
    }
    .walk-top-content p{
        font-size: 20px;
    }
    .walk-top-content span{
        font-size: 14px;
    }
    /*载体资源*/
    .resource {
        padding: 25px 0;
    }
    /*招商政策*/
    .policy{
        padding: 25px 0;
    }
    .policy-input{
        margin-left:0;
    }
    .policy-item div{
        font-size: 16px;
    }
    .your-type-box{
        margin-left:0;
    }
    .policy-input span{
        font-size: 14px;
        line-height: 36px;
         margin-right: 10px;
    }
    .your-title{
        font-size: 14px;
        line-height: 36px;
    }
    .policy-input input{
        width: calc(100% - 80px);
    }
    .type-first{
        margin-left: 10px;
    }
    .type-item{
        margin-right: 3px;
        margin-top: 6px;
    }
    /*优势*/
    .advantage{
        padding: 25px 0;
    }
	.good-msg-item{
		width:48%;
	}
    .good-msg-item{
        padding: 25px 0;
    }
    .good-msg-item img {
        width: 40px;
        height: 40px;
    }
    .good-msg-item p{
        font-size: 14px;
        line-height: 24px;
    }
    .good-line{
        width: 65px;
    }
    /*入驻流程*/
    .process{
        padding: 25px 0;
    }
    .process-item{
        font-size: 14px;
    }
    /*招商载体*/
    .carrier{
        padding: 25px 0;
    }
    /*主导产业*/
    .industry{
        padding: 25px 0;
    }
    .industry-tab li{
        width: 48%;
        font-size: 16px;
    }
    .industry-text{
        font-size: 14px;
        line-height: 26px;
    }
    .industry-tag div{
        width: 49%;
        font-size: 14px;
    }
    .industry-tag div:nth-child(3n) {
        margin-right: 2%;
    }
    .industry-tag div:nth-child(2n) {
        margin-right: 0;
    }
    /*投资咨询*/
    .advisory{
        padding: 25px 0;
    }
    .advisory-contact{
        font-size: 16px;
    }
     .advisory input{
        width: 100%;
        margin-bottom: 10px;
    }
    /*主导产业*/
    .industry-content-img{
        width: 48%;
    }
}