/* 公共 */
body {
    background: rgba(245, 247, 250, 1);
    scroll-behavior: smooth;
}

.min {
    width: 1200px;
    margin: 0 auto;
    /* 清除浮动 */
    overflow: hidden;
}

.button {
    margin-top: 32px;
    background: #F0584D;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    background: #FC8679;
}

.public-title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 32px;
    line-height: 48px;
    text-align: center;
}

.hot {
    position: absolute;
    width: 54px;
    height: 22px;
    background: #F25041;
    border-radius: 8px 0px 8px 0px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    top: 0;
    left: 0;
}

/* 导航栏 */
.public-top {
    font-size: 0;
    min-width: 1200px;
    height: 60px;
    background: #FFFFFF;

}

.logo {
    float: left;
    height: 42px;
    margin: 9px 60px 9px 0
}

.public-tab {
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    margin: 18px 48px 18px 0;
    position: relative;
}

.last-public-tab {
    margin-right: 0;
}

.public-tab:hover {
    color: #E60012;
}

/* 下划线 */
.underline {
    color: #E60012;
}

.underline::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #E60012;
    border-radius: 1px;
    position: relative;
    margin: 0 auto;
    bottom: -16px;
}

.top-right {
    float: right;
    width: 183px;
    height: 38px;
    border-radius: 22px;
    border: 1px solid #E60012;
    margin: 11px 0;
    overflow: hidden;
}

.top-icon {
    float: left;
    width: 20px;
    height: 20px;
    margin: 9px 8px 9px 15px;
}

.top-phone {
    float: left;
    font-size: 18px;
    color: #E60012;
    font-weight: bold;
    line-height: 21px;
    margin: 9px 0;
}

/* banner */
.banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/fengxianpark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.center-park-banner {
    background-image: url(../../images/center_park/center_park_banner.png);
}

.jiaxing-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/jiaxing_banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.yangjiang-banner {
    background-image: url(../../images/yangjiangpark/banner.png);
}

.wuqing-banner {
    background-image: url(../../images/wuqingpark/banner.png);
}

.banner-title {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.banner-overview {
    font-size: 20px;
    color: #FFFFFF;
}

.banner-button {
    width: 136px;
    height: 40px;
    font-size: 0;
    overflow: hidden;
}

.banner-button-width200 {
    width: 200px;
    margin: 0 auto;
    margin-top: 32px;
}

.button-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin: 12px 8px 12px 24px;
}

.button-word {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    margin-top: 12px;
}


/* 高标厂房 */
.plant {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 64px;
}
.plant .public-title{
    margin-bottom: 8px;
}

.container {
    width: 282px;
    margin-right: 24px;
    margin-top: 24px;
    border-radius: 8px;
    background: #FFFFFF;
    float: left;
    position: relative;
}

.plant-container {
    height: 335px;
    box-shadow: 0px 2px 12px 0px rgba(215, 224, 230, 0.3);
}

.cs-plant-container {
    height: 360px;
}

#last-container {
    margin-right: 0;
}

#bottom-container {
    margin-bottom: 0;
}

.container:last-child {
    margin-right: 0;
}

.container-bg {
    width: 282px;
    height: 159px;
    cursor: pointer;
}

.container-zjg {
    width: 384px;
}

.container-title {
    font-size: 0;
    margin: 16px 16px 4px 16px;
    padding: 4px 0;
}

/* 为了避免鼠标不在标题上就变hover和变色 */
.container-title>span {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.cs-plant-container .container-title>span {
    height: 42px;
    display: block;
}

.container-title>span:hover {
    color: #1F6CDD;
}

.container-info {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin: 0 16px;
    padding: 4px 0;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.container-tag-ul{
    height: 26px;
    padding: 0px 8px;
    overflow: hidden;
}

.container-tag {
    float: left;
    height: 22px;
    color: #1F6CDD;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    margin: 4px 4px 0 8px;
    padding: 0 4px;
    background: #F0F8FF;
}

.cs-plant-container .container-tag {
    margin-bottom: 5px;
}

.last-container-tag {
    margin-left: 8px;
}

.details {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #F25041;
    cursor: pointer;
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.details:hover {
    color: #FF7F6E;
}



/* 工业用地 */
.land-use {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 64px;
}

.land-use .public-title{
    margin-bottom: 8px;
}


.land-use-container {
    height: 333px;
    box-shadow: 0px 2px 12px 0px rgba(215, 224, 230, 0.3);
    margin-bottom: 0;
}

.gradient {
    position: absolute;
    top: 119px;
    left: 0;
    width: 282px;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.land-use-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 129px;
}

.land-use-address {
    position: absolute;
    left: 32px;
    top: 129px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 4px 0;
}

/* 清除浮动 */
.land-use-top {
    overflow: hidden;
    margin-bottom: 8px;
}

.land-use-title {
    float: left;
}

.land-use-tag {
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
    background: #F2F2F2;
    color: #666666;
}

.first-info {
    margin-bottom: 4px;
}

/* 招商政策 */
.policy {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 64px;
}

.policy-left {
    position: relative;
    float: left;
    width: 328px;
    height: 488px;
}

.policy-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 328px;
    height: 488px;
    cursor: pointer;
}

.policy-left-title {
    position: relative;
    margin-top: 32px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}

.policy-right {
    font-size: 0;
    float: left;
    width: 872px;
    height: 488px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(215, 224, 230, 0.3);
    border-radius: 0px 8px 8px 0px;
}

.policy-top {
    overflow: hidden;
}

.policy-title {
    float: left;
    margin-top: 32px;
    margin-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}

.policy-look-more {
    float: right;
    overflow: hidden;
    margin-right: 24px;
    margin-top: 41px;
    cursor: pointer;
}

.policy-more {
    float: right;
    margin-right: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    padding: 4px 0;
}

.policy-icon {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.policy-look-more:hover .policy-more {
    color: #1F6CDD;
}

.policy-look-more:hover .policy-icon {
    content: url(../../images/fengxianpark/public_arrow_blue@2x.png);
}

.policy-container {
    overflow: hidden;
}

.policy-tag {
    float: left;
    width: 64px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #1F6CDD;
    font-size: 12px;
    color: #FFFFFF;
    margin: 15px 12px 15px 24px;
    border-radius: 4px;
}

.policy-tag-green {
    background: #1EBEA0;
}

.policy-file {
    float: left;
    max-width: 587px;
    font-size: 0;
    margin: 14px 0;
}

.policy-file>span:first-child {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}

.policy-file>span:first-child:hover {
    color: #1F6CDD;
}

.policy-time {
    float: right;
    margin: 16px 24px 16px 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.policy-time-unique {
    margin: 28px 24px 28px 0;
}

.policy-new {
    display: inline-block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #F25041;
    border-radius: 8px;
    font-size: 10px;
    color: #FFFFFF;
    margin: 18px 0 18px 3px;
}

.policy-new-unique {
    margin: 0 0 3px 0;
    vertical-align: bottom;
}

/* 重点招引产业 */
.industry {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 64px;
}

.industry-container {
    float: left;
    width: 200px;
    height: 140px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.industry-container:hover .industry-bg {
    transform: scale(1.15);
}

.industry-bg {
    width: 200px;
    height: 140px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 1s linear;
}

.industry-six .industry-container,
.industry-six .industry-bg {
    width: 300px;
}

.industry-icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-top: 55px;
}

.industry-info {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 134px;
    padding: 3px 0;

}

.industry-info-center {
    top: 50%;
    transform: translateY(-50%);
}

/* 投资环境 */
.environment {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 64px;
}

.environment-container {
    height: 174px;
    cursor: pointer;
}

.environment-title {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 20px 0 16px 16px;
}

.environment-info {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin: 0 8px 0 16px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.learn-details-word {
    font-size: 12px;
    color: #1F6CDD;
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.environment-icon {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 15px;
    left: 68px;
}

.environment-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 88px;
}

.environment-container:hover {
    background: #1F6CDD;
}

.environment-container:hover .environment-title {
    color: #FFFFFF;
}

.environment-container:hover .environment-info {
    color: #FFFFFF;
}

.environment-container:hover .learn-details-word {
    color: #FFFFFF;
}

.environment-container:hover .environment-icon {
    content: url(../../images/fengxianpark/public_arrow_white@2x.png)
}

/* 企业服务 */
.service {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 64px;
}

.service-box {
    width: 1200px;
    height: 403px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(215, 224, 230, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.service-group {
    float: left;
    margin: 73px 51px 0 72px;
}

.service-title {
    text-align: right;
    margin-bottom: 8px;
    line-height: 24px;
}

/* 为了避免鼠标不在标题上就变hover和变色 */
.service-title>span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}

.service-title>span:hover {
    color: #1F6CDD;
}

.service-info {
    max-width: 232px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: right;
}

.service-bg {
    width: 474px;
    height: 278px;
    margin-top: 62px;
}

.service-group-right {
    float: right;
    margin: 73px 109px 0 30px;
}

.service-title-right {
    text-align: left;
}

.service-info-right {
    text-align: left;
}

.service-group-bottom {
    margin-top: -91px;
    margin-bottom: 0;
}

/* 招商信箱 */
.mailbox {
    min-width: 1200px;
    background-image: url(../../images/fengxianpark/mailbox_bg@2x.png);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.mailbox-title {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 64px;
}

.mailbox-info {
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
    margin-bottom: 32px;
}

.mailbox-container {
    margin: 0 auto;
    width: 832px;
    overflow: hidden;
}

.input {
    font-size: 14px;
    float: left;
    width: 410px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 12px;
    margin-right: 12px;
}

.input-right {
    margin-right: 0;
}

.bottom-input {
    width: 832px;
    margin-bottom: 33px;
    margin-right: 0;
}

.input-type {
    display: inline-block;
    color: #333333;
    margin-right: 12px;
    margin-left: 16px;
}

.input-text {
    width: 330px;
}

.input-text::placeholder {
    color: #999999;
}

.bottom-input-text {
    width: 750px;
}

.bottom-input-text::placeholder {
    color: #999999;
}

.mailbox-button {
    width: 190px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}


/* 政策 */
.policy-list {
    background: #F4F7F9;
}

.policy-list .policy-title {
    padding-top: 80px;
    margin-bottom: 40px;
    overflow: hidden;
}

.policy-list .policy-title img {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 24px;
    margin-top: 2px;
}

.policy-list .policy-title div {
    float: left;
    font-size: 36px;
    font-weight: bold;
    color: #1D78DE;
}

.policy-list .policy-content {
    overflow: hidden;
}

.policy-list .policy-content-item {
    float: left;
    width: 224px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
}

.policy-list .policy-content-lastitem {
    margin-right: 0;
}

.policy-list .policy-content-item:hover {
    background: #68B1EE;
    background: -webkit-gradient(linear, right top, left top, from(#68B1EE), to(#1D78DE));
    background: -webkit-linear-gradient(right, #68B1EE 0%, #1D78DE 100%);
    background: -moz-linear-gradient(right, #68B1EE 0%, #1D78DE 100%);
    background: -o-linear-gradient(right, #68B1EE 0%, #1D78DE 100%);
    background: linear-gradient(270deg, #68B1EE 0%, #1D78DE 100%);
}

.policy-list .policy-content-item:hover div {
    color: #F4F7F9;
}

.policy-list .policy-content-item img {
    display: block;
    width: 92px;
    height: 92px;
    margin: 32px auto 0;
}

.policy-list .policy-content-item div {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 24px;
}

.index-footer-current {
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
}

.footer-describe {
    margin-bottom: 10px;
}


/* 不影响之前页面样式 */
.changzhoupark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/changzhoupark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.gaochunpark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/gaochunpark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.hailingpark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/hailingpark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.huaianpark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/huaianpark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.huainanpark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/huainanpark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.huzhoupark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/huzhoupark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.jiangningpark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/jiangningpark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.pinghupark01-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/pinghupark01/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.suzhoupark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/suzhoupark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.taizhoupark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/taizhoupark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.wuhupark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/wuhupark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

.zhongloupark-banner {
    min-width: 1200px;
    height: 359px;
    background-image: url(../../images/zhongloupark/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 99px;
    box-sizing: border-box;
    margin-bottom: 64px;
}


.factory-module {
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto 64px auto;
}

.factory-module ul {
    height: 335px;
}

.factory-module ul li {
    position: relative;
    float: left;
    width: 282px;
    height: 335px;
    margin-right: 24px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(215, 224, 230, 0.3);
}

.factory-module ul.factory-module-center li {
    width: 384px;
}

.factory-module-center .gradient {
    width: 384px;
}

.factory-pic {
    display: block;
    width: 100%;
    height: 159px;
    cursor: pointer;
}
.park-bg-logo{
    position: relative;
    width: 100%;
    height: 159px;
    box-sizing: border-box;
    border:1px solid #ededed;
    background-color: #6fa5dc;
}
.park-text-green-box{
    position: relative;
    width: 100%;
    height: 159px;
    box-sizing: border-box;
    border:1px solid #ededed;
    background-color: #8dd1d8;
}
.park-bg-name{
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.factory-title {
    margin-top: 16px;
    padding: 4px 16px;
}

.factory-title span {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.factory-title span:hover {
    color: #1F6CDD;
}

.factory-desc {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
    padding: 4px 16px;
}

.factory-desc-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.factory-desc-rows{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.factory-tag {
    max-height: 52px;
    padding: 0 16px;
    overflow: hidden;
}

.factory-tag p {
    float: left;
    height: 22px;
    color: #1F6CDD;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background: #F0F8FF;
    margin: 4px 8px 0 0;
    padding: 0 8px;
    border-radius: 4px;
}

.factory-ask {
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #F25041;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
}

.factory-ask:hover {
    color: #FF7F6E;
}

.factory-module ul li.factory-li-end {
    margin-right: 0;
}

.more-click-ask {
    width: 172px;
    height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 44px;
    margin: 32px auto 0 auto;
    border-radius: 3px;
    background-color: #d50000;
    cursor: pointer;
}
.more-click-ask:hover{
    background-color: #b60e0e;
}

.industry-row{
    width: 800px;
    height: 140px;
    margin: 0 auto;
}
