/* 公共 */
.min {
    width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 30px;
    font-weight: bold;
    color: #1D2126;
    line-height: 42px;
    padding-bottom: 13px;
    border-bottom: 1px solid #E3E3E3;
    padding-top: 36px;
}

.title-line {
    width: 124px;
    height: 3px;
    background: #0065B6;
    margin-top: -2px;
}

/* 导航 */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1200px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 9;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.nav-title {
    float: left;
    font-size: 36px;
    font-weight: bold;
    color: #0065B6;
    line-height: 50px;
}

.nav-content {
    float: right;
    margin-top: 10px;
}

.nav-content a {
    float: left;
    margin-right: 26px;
}

.nav-content a:first-child {
    width: 76px;
    margin-right: 30px;
}

.nav-item {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
}

.nav-item div {
    display: none;
    width: 100%;
    height: 2px;
    background: #0065B6;
    margin-top: 8px;
}

.nav-item-active {
    color: #0065B6;
}

.nav-item-active div {
    display: block;
}

/* banner */
.banner {
    width: 100%;
    min-width: 1200px;
    height: 504px;
    background: url(/Modules/images/entity/banner_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 100px;
}
.banner-taizhou{
    width: 100%;
    min-width: 1200px;
    height: 504px;
    background: url(/Modules/images/entity/banner_taizhou_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 100px;
}
.banner-nx{
    width: 100%;
    min-width: 1200px;
    height: 504px;
    background: url(/Modules/images/entity/banner_nx_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 100px;
}
.banner-gc{
    width: 100%;
    min-width: 1200px;
    height: 504px;
    background: url(/Modules/images/entity/banner_gc_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.banner-park{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
}

.banner-title-box {
    text-align: center;
}

.banner-title {
    display: inline-block;
    padding-top: 34px;
}

.banner-title div {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.04);
}

.banner-title .banner-title-line {
    float: left;
    width: 1px;
    height: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.04);
    background: #FFFFFF;
    margin: 4px 27px 0 20px;
}

.banner-phones {
    width: 428px;
    height: 54px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    background: #BD1B2D;
    margin: 50px auto 0;
}

.banner-phone-num {
    margin-left: 16px;
}

.banner-form {
    width: 630px;
    margin: 40px auto 0;
    overflow: hidden;
}

.banner-form-input {
    position: relative;
    float: left;
    width: 442px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
}

.banner-form-input img {
    position: absolute;
    top: 10px;
    left: 8px;
    width: 28px;
    height: 28px;
}

.banner-form-input input {
    width: 406px;
    height: 50px;
    padding-left: 44px;
}

.banner-form-btn {
    float: left;
    width: 188px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    background: #BD1B2D;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
}

.banner-form-btn:hover {
    background: #A61727;
}

/* 园区概览 */
.overview {
    width: 1248px;
    min-width: 1200px;
    background: #FFFFFF;
    padding-top: 24px;
    margin: -235px auto 0;
}

.overview-content {
    overflow: hidden;
}

.overview-content img {
    float: left;
    width: 560px;
    height: 420px;
    margin-right: 48px;
}

.overview-content-right {
    position: relative;
    float: left;
    width: 592px;
}

.overview-content-more {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 16px;
    color: #0065B6;
    line-height: 24px;
    cursor: pointer;
}

.overview-content-title {
    font-size: 30px;
    font-weight: bold;
    color: #1D2126;
    line-height: 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E3E3;
}

.overview-title-line {
    width: 124px;
    height: 3px;
    background: #0065B6;
    margin-top: -2px;
    margin-bottom: 24px;
}

.overview-text {
    width: 592px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 8px;
}

.overview-text span {
    font-weight: bold;
}

/* 载体详情 */
.detail .overview-content img {
    margin-left: 42px;
    margin-right: 0;
}

.detail .overview-text span {
    color: #BD1B2D;
}

/* 营商环境 */
.environment {
    min-width: 1200px;
}

.environment-content {
    margin-top: 32px;
    overflow: hidden;
}

.environment-content-left {
    float: left;
    width: 918px;
    overflow: hidden;
}

.environment-content-item {
    float: left;
    width: 282px;
    height: 76px;
    margin-bottom: 24px;
    margin-right: 24px;
    overflow: hidden;
    cursor: pointer;
}

.environment-content-item img {
    float: left;
    width: 36px;
    height: 36px;
    margin: 21px 16px 0 67px;
    transition: all 0.3s;
}

.environment-content-item div {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 76px;
    transition: all 0.3s;
}

.environment-content-item .environment-content-next {
    display: none;
    width: 24px;
    height: 24px;
    margin-top: 26px;
    margin-left: 56px;
}

.environment-content-item1 {
    background: url(/Modules/images/entity/environment_img1@2x.png) center no-repeat;
    background-size: cover;
}

.environment-content-item2 {
    background: url(/Modules/images/entity/environment_img2@2x.png) center no-repeat;
    background-size: cover;
}

.environment-content-item3 {
    background: url(/Modules/images/entity/environment_img3@2x.png) center no-repeat;
    background-size: cover;
}

.environment-content-item4 {
    background: url(/Modules/images/entity/environment_img4@2x.png) center no-repeat;
    background-size: cover;
}

.environment-content-item5 {
    background: url(/Modules/images/entity/environment_img5@2x.png) center no-repeat;
    background-size: cover;
}

.environment-content-item6 {
    background: url(/Modules/images/entity/environment_img6@2x.png) center no-repeat;
    background-size: cover;
}

.environment-content-item:hover {
    background: linear-gradient(90deg, #0065B6 0%, #1F80DC 100%);
}

.environment-content-item:hover img {
    margin-left: 37px;
}

.environment-content-item:hover .environment-content-next {
    display: block;
    margin-left: 54px;
}

.environment-content-right {
    float: right;
    width: 282px;
    overflow: hidden;
}

.environment-right-item {
    float: left;
    width: 140px;
    height: 87px;
    background: #1F80DC;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.environment-right-lastitem {
    margin-right: 0;
}

.environment-right-item1 {
    background: #0065B6;
}

.environment-right-item img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 12px auto 0;
}

.environment-right-item div {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 5px;
    text-align: center;
}

.environment-right-item:hover {
    background: #1D78CF;
}

.environment-right-item1:hover {
    background: #005DA8;
}

/* 投资政策 */
.policy {
    min-width: 1200px;
}

.policy .title {
    padding-top: 12px;
}

.policy-content {
    margin-top: 24px;
    overflow: hidden;
}

.policy-content-item {
    position: relative;
    float: left;
    width: 584px;
    height: 226px;
    background: #F7F8FA;
    margin-bottom: 24px;
    overflow: hidden;
}

.policy-content-left {
    position: relative;
    float: left;
    width: 32px;
    height: 226px;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 226px;
    text-align: center;
    z-index: 2;
}

.policy-content-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 226px;
    background: url(/Modules/images/entity/blue_left@2x.png) center no-repeat;
    background-size: cover;
}

.policy-content-right {
    position: relative;
    float: left;
    height: 226px;
    margin-left: 32px;
}

.policy-content-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    padding-top: 24px;
}

.policy-content-text {
    width: 490px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    margin-top: 8px;
}

.policy-content-btn {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 152px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-top: 6px;
    cursor: pointer;
    overflow: hidden;
}

.policy-content-btn img {
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 6px;
    margin-left: 20px;
}

.policy-content-btn div {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #BD1B2D;
    line-height: 38px;
    margin-left: 8px;
}

.policy-content-item:hover {
    background: linear-gradient(7deg, #0065B6 0%, #1F80DC 100%);
}

.policy-content-item:hover .policy-content-img {
    display: none;
}

.policy-content-item:hover .policy-content-title,.policy-content-item:hover .policy-content-text {
    color: #FFFFFF;
}

.policy-content-lastitem {
    margin-left: 32px;
}

/* 工业载体 */
.carrier {
    min-width: 1200px;
}

.carrier-content {
    margin-top: 24px;
    overflow: hidden;
}

.carrier-content-item {
    position: relative;
    float: left;
    width: 384px;
    height: 178px;
    background: url(/Modules/images/entity/carrier_img1@2x.png) center no-repeat;
    background-size: cover;
}

.carrier-content-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 60px;
    height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    background: #BD1B2D;
    border-radius: 3px;
}

.carrier-content-btn {
    position: absolute;
    bottom: 36px;
    right: 12px;
    width: 152px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.carrier-content-btn img {
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 6px;
    margin-left: 20px;
}

.carrier-content-btn .wechat-hover {
    display: none;
}

.carrier-content-btn div {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #BD1B2D;
    line-height: 38px;
    margin-left: 8px;
}

.carrier-content-btn:hover {
    background: #BD1B2D;
}

.carrier-content-btn:hover div {
    color: #FFFFFF;
}

.carrier-content-btn:hover .wechat-hover {
    display: block;
}

.carrier-content-btn:hover .wechat-nohover {
    display: none;
}

.carrier-content-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    padding-top: 70px;
    margin-left: 16px;
}

.carrier-content-text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 12px;
    margin-left: 16px;
}

.carrier-content-item2 {
    background: url(/Modules/images/entity/carrier_img2@2x.png) center no-repeat;
    background-size: cover;
    margin: 0 24px;
}

.carrier-content-item3 {
    background: url(/Modules/images/entity/carrier_img3@2x.png) center no-repeat;
    background-size: cover;
}

.carrier-content-item3 .carrier-content-tag {
    background: #FF5500;
}

/* 主导产业 */
.industry {
    min-width: 1200px;
}

.industry-content {
    margin-top: 24px;
    overflow: hidden;
}

.industry-content-item {
    float: left;
    width: 178px;
    height: 138px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    overflow: hidden;
}

.industry-content-lastitem {
    margin-right: 0;
}

.industry-content-item img {
    display: block;
    width: 56px;
    height: 56px;
    margin: 24px auto 0;
}

.industry-content-item div {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-top: 18px;
}

.industry-content-item:hover div {
    color: #0065B6;
}

/* 热门问答 */
.answer {
    min-width: 1200px;
}

.answer-content {
    margin-top: 24px;
    overflow: hidden;
}

.answer-content-left {
    float: left;
    width: 598px;
}

.answer-content-right {
    float: right;
    width: 524px;
    margin-left: 74px;
}

.answer-content-item {
    overflow: hidden;
}

.answer-content-title {
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    cursor: pointer;
}

.answer-content-btn {
    float: right;
    overflow: hidden;
    cursor: pointer;
}

.answer-content-btn div {
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.answer-content-btn img {
    float: left;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    margin-top: 10px;
}

.answer-content-btn .answer-active-img {
    display: none;
}

.answer-content-title:hover {
    color: #0065B6;
}

.answer-content-btn:hover div {
   color: #BD1B2D;
}

.answer-content-btn:hover .answer-img {
    display: none;
}

.answer-content-btn:hover .answer-active-img {
    display: block;
}

/* 企业投资流程 */
.process {
    padding-bottom: 36px;
}

.process .title-line {
    width: 180px;
}

.process-nav {
    margin-top: 24px;
    font-size: 0;
    overflow: hidden;
}

.process-nav-item {
    display: inline-block;
    height: 50px;
    font-size: 24px;
    color: #333333;
    line-height: 50px;
    padding: 0 16px;
    background: #E6E8EB;
    margin-right: 8px;
    cursor: pointer;
}

.process-nav-activeitem {
    color: #FFFFFF;
    background: #0065B6;
}

.process-content {
    width: 1200px;
    height: 364px;
    background: #F7F8FA;
    margin-top: 8px;
    overflow: hidden;
}

.process-content-img {
    display: none;
    width: 1128px;
    height: 300px;
    margin: 32px  auto 0;
}

.process-content-activeimg {
    display: block;
}

.process-content-img3 {
    height: 286px;
}

/* bottom */
.bottom {
    min-width: 1200px;
    height: 152px;
    background: url(/Modules/images/entity/bottom_bg@2x.png) center no-repeat;
    background-size: cover;
}

.bottom-content {
    padding-top: 36px;
    margin-left: 8px;
    overflow: hidden;
}

.bottom-content img {
    float: left;
    width: 72px;
    height: 72px;
    margin-top: 3px;
    margin-left: 60px;
}

.bottom-content-text {
    float: left;
    font-size: 20px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 13px;
    margin-left: 24px;
}

.bottom-content-line {
    float: left;
    width: 2px;
    height: 78px;
    opacity: 0.2;
    background:  #FFFFFF;
    margin-left: 50px;
}

.bottom-content-line:last-child {
    margin-left: 60px;
}

/* 表单 */
.form {
    min-width: 1200px;
    width: 100%;
    height: 185px;
    background: url(/Modules/images/entity/form_bg@2x.png) center no-repeat;
}

.form-title {
    padding-top: 36px;
    overflow: hidden;
}

.form-title img {
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 3px;
}

.form-title-text {
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    margin-left: 4px;
}

.form-title-line {
    float: left;
    width: 1px;
    height: 24px;
    background: #C9CCD1;
    margin-left: 9px;
    margin-top: 10px;
}

.form-title-tag {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #5E6166;
    line-height: 28px;
    margin-top: 7px;
    margin-left: 7px;
}

.form-content {
    margin-top: 16px;
    overflow: hidden;
}

.form-content-input {
    float: left;
    width: 246px;
    height: 54px;
    font-size: 18px;
    color: #868A8F;
    line-height: 54px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding-left: 12px;
    margin-right: 12px;
    border-radius: 3px;
}

.form-content-select {
    position: relative;
    float: left;
    background: #FFFFFF;
}

.form-content-select img {
    position: absolute;
    top: 15px;
    right: 7px;
    width: 24px;
    height: 24px;
}

.form-content-select select {
    width: 258px;
    height: 54px;
    font-size: 18px;
    color: #868A8F;
    line-height: 54px;
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    outline:none;
}

select::-ms-expand { 
    display: none;
}

.form-content-btn {
    float: left;
    width: 189px;
    height: 54px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    background: #BD1B2D;
    margin-left: 12px;
    border-radius: 3px;
    cursor: pointer;
}

.form-content-btn:hover {
    background: #A61727;
}

.form .filings {
    text-align: center;
    margin-top: 10px;
    color: #a4a4a4;
}

.banner-phone-btn{
    position: relative;
    width: 314px;
    height: 60px;
    background: #BD1B2D;
    border-radius: 0px 3px 3px 0px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
}
.banner-phone-btn img{
    position: absolute;
    top: -4px;
    right: -12px;
    width: 82px;
    height: 82px;
}
.banner-phone{
    display: none;
    width: 518px;
    height: 60px;
    background: #FFFFFF;
    color: #BD1B2D;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 40px;
}
.banner-phone span{
    margin-right: 12px;
    font-weight: bold;
}

/* 智齿挂件 */
#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;
}