/* 公共模块头部样式 */
.fix-sobot-init{
    display: none;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.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 a{
    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;
}
.nav-bottom{
    min-width: 1200px;
    padding: 20px 0;
}
.nav-bottom a{
    float: left;
    color: #666666;
    font-size: 20px;
    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%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 90px 0;
}
.walk .content{
    overflow: hidden;
}
.walk-left{
    float: left;
    margin-right: 80px;
}
.walk-left div{
    width: 480px;
    height: 300px;
    background-color: #0A4DC7;
}
.walk-left img{
    width: 480px;
    height: 330px;
    margin-top: -290px;
    margin-left: 10px;
}
.walk-right{
    float: left;
}
.walk-top{
    overflow: hidden;
    margin-bottom: 30px;
}
.walk-row{
    float: left;
    width: 4px;
    height: 56px;
    background: #0A4DC7;
    margin-right: 10px;
}
.walk-top-content{
    float: left;
}
.walk-top-content p{
    color: #0A4DC7;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 12px;
}
.walk-top-content span{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}
.walk-desc{
    width: 630px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.walk-detail{
    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-detail:hover{
    color: #FFFFFF;
    background-color: #0A4DC7;
    border: 1px solid #0A4DC7;
}
/* 招商载体 */
.carrier{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background: #F7F8FA;
}
.carrier ul{
    overflow: hidden;
    margin-bottom: 30px;
}
.carrier ul li{
    float: left;
    width: 278px;
    height: 156px;
    margin-left: 29px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.carrier ul li.carrier-li-start{
    margin-left: 0;
}
.carrier ul li img{
    float: left;
    width: 278px;
    height: 156px;
}
.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%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background:url(/Modules/images/bidding/industry_bg.jpg) no-repeat center;
    background-size: 2560px 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: 1120px;
    height: 440px;
    padding: 30px 40px;
    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;
}
.industry-left{
    float: left;
    width: 300px;
    margin-right: 40px;
}
.industry-right{
    float: left;
}
.industry-left img{
    float: left;
    width: 300px;
    height: 225px;
    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;
}
.industry-tag{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}
.industry-tag div{
    float: left;
    width: 178px;
    height: 28px;
    color: #0B4EC8;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #E0E5F4;
}
.industry-tag div.industry-tag-start{
    margin-left: 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;
}

/* 交通优势 */
.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%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background: url(/Modules/images/bidding/advisory_bg.jpg) no-repeat center;
    background-size: 2560px 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{
    width: 580px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
}
.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-input-right{
    margin-right: 20px;
}
.advisory-submit{
    width: 280px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #FF9420;
    margin: auto;
    *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(/Modules/images/bidding/brig.png);
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
}
.zsbridge .brit .brt {
    height: 17px;
    font-size: 15px;
    color: #FFFFFF;
    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(/Modules/images/bidding/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;
    z-index: 9;
}
.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 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 800;
}

.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;
}

.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;
}

.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(/Modules/images/bidding/left-footer.png?20191216) 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(/Modules/images/bidding/banner.png) center no-repeat;
    text-align: center;
    height: 300px;
}
.banner-taizhou{
    background: url(/Modules/images/bidding/banner_taizhou.png) center no-repeat;
    text-align: center;
    height: 300px;
}
h1{
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 40px;
}
.banner-tip-content{
    width: 580px;
    margin: 20px auto 0 auto;
    position: relative;
}
.banner-tip-content::after{
    display: block;
    content: "";
    clear: both;
}
.banner-welcome{
    margin-top: 15px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}
.banner-img{
    width: 770px;
}
.banner-tip{
    width: 170px;
    height: 36px;
    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;
}
.banner-service{
    text-align: center;
    margin-top: 14px;
}
.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;
}
.resource-container{
    overflow: hidden;
    margin-top: 50px;
}
.resource-left{
    width: 580px;
    height: 150px;
    float: left;
    background: url(/Modules/images/bidding/resource_left.jpg) center no-repeat;
    background-size: 580px 150px;
}
.resource-right{
    width: 580px;
    height: 150px;
    float: right;
    background: url(/Modules/images/bidding/resource_right.jpg) center no-repeat;
    background-size: 580px 150px;
}
.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;
    margin-top: 80px;
    cursor: pointer;
    margin-left: 30px;
}
.resource-service img{
    width: 16px;
    position: relative;
    top: 2px;
}
.resource-content{
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    background: #FF9B02;
    position: relative;
}
.resource-content div{
    font-size: 30px;
    position: absolute;
}
.resource1{
    top: 13px;
    left: 120px;
}
.resource2{
    bottom: 7px;
    right: 80px;
}
/* 招商政策 */
.policy{
    padding: 50px 0;
}
.policy-container{
    margin-top: 50px;
}
.policy-container::after{
    display: block;
    content: "";
    clear: both;
}
.policy-left{
    float: left;
    overflow: hidden;
    width: 795px;
}
.policy-item{
    width: 250px;
    height: 142px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.policy-item img{
    width: 250px;
    position: absolute;
    transition: all .5s;
}
.policy-item div{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;font-size: 20px;
    color: #FFFFFF;
}
.policy-item:hover img{
    transform: scale(1.2);
}
.policy-item-last{
    margin-right: 0;
}
.policy-right{
    width: 380px;
    height: 304px;
    float: left;
    margin-left: 25px;
    overflow: hidden;
}
.banner-pointer{
    cursor: pointer;
}
.policy-title{
    position: relative;
    padding-top: 20px;
    left: -10px;
    height: 58px;
}
.policy-title img{
    width: 368px;
    position: absolute;
}
.policy-title div{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    text-indent: 20px;
    top: 30px;
}
.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;
    height: 24px;
    background: #FFFFFF;
    margin-right: 10px;
    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{
    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;
}

.good-msg-item {
    width: 224px;
    height: 327px;
    float: left;
    margin-right: 20px;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.good-msg-item.total {
    background: url(/Modules/images/bidding/index_good_1.jpg) no-repeat center;
    width: 224px;
    height: 327px;
}

.good-msg-item.basics {
    background: url(/Modules/images/bidding/index_good_2.jpg) no-repeat center;
    width: 224px;
    height: 327px;
}

.good-msg-item.develop {
    background: url(/Modules/images/bidding/index_good_3.jpg) no-repeat center;
    width: 224px;
    height: 327px;
}

.good-msg-item.industry-good {
    background: url(/Modules/images/bidding/index_good_4.jpg) no-repeat center;
    width: 224px;
    height: 327px;
}

.good-msg-item.investment {
    background: url(/Modules/images/bidding/index_good_5.jpg) no-repeat center;
    width: 224px;
    height: 327px;
}

.good-msg-item.investment {
    margin-right: 0
}

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

.good-msg-item p {
    padding-top: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    *margin: 0;
}

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

.good-line {
    width: 97px;
    height: 1px;
    background: #EDEDED;
    margin-left: 64px;
    *margin-left: 0px;
}

/* 流程 */
.process{
    padding: 50px 0;
}
.process-container{
    position: relative;
    margin-top: 80px;
    text-align: center;
}
.process-container img{
    width: 938px;
}
.process-item{
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.process-item1{
    bottom: 0;
    left: 0;
}
.process-item2{
    bottom: 0;
    left: 196px;
}
.process-item3{
    top: 27px;
    left: 144px;
}
.process-item4 {
    top: 46px;
    left: 379px;
}
.process-item5{
    top: -20px;
    left: 423px;
}
.process-item6{
    left: 539px;
    top: 30px;
}
.process-item7 {
    right: 437px;
    top: -20px;
}
.process-item8{
    right: 352px;
    top: 48px;
}
.process-item9{
    top: 10px;
    right: 224px;
}
.process-item10{
    bottom: 13px;
    right: 234px;
}
.process-item11{
    right: 10px;
    bottom: 30px;
}
/* 滑动的底部 */
.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(/Modules/images/bidding/left-footer.png?20191216) 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;
}
.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;
}
.banner-hand{
    width: 120px;
    position: absolute;
    right: 0;
}