/* 公共 */
html,body {
    scroll-behavior: smooth;
}

.min {
    width: 1200px;
    margin: 0 auto;
}

.title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #1D2126;
    text-align: center;
    line-height: 54px;
}

.title img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1200px;
    height: 9px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* 导航 */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 70px;
    background: rgba(255,255,255,0.95);
    z-index: 9;
}

.nav-content {
    overflow: hidden;
}

.nav-item {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    padding-top: 24px;
    margin-right: 42px;
}

.nav-item div {
    display: none;
    width: 28px;
    height: 3px;
    background: #1F64DA;
    margin: 4px auto 0;
}

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

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

.nav-phone {
    float: right;
    overflow: hidden;
}

.nav-phone img {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 12px;
}

.nav-phone-white {
    display: none;
}

.nav-phone div {
    float: left;
    font-size: 26px;
    color: #D70C0C;
    line-height: 70px;
}

/* 蓝色导航 */
.blue-nav {
    background: rgba(20,92,217,0.95);
}

.blue-nav .nav-item {
    color: #FFFFFF;
}

.blue-nav .nav-item div {
    background: #FFFFFF;
}

.blue-nav .nav-phone-red {
    display: none;
}

.blue-nav .nav-phone-white {
    display: block;
}

.blue-nav .nav-phone div {
    color: #FFFFFF;
}

.nav-box {
    width: 100%;
    min-width: 1200px;
    height: 70px;
}

/* banner */
.banner {
    min-width: 1200px;
    height: 440px;
}

.banner1 {
    min-width: 1200px;
    height: 440px;
    background: url(/Modules/images/physical_park/banner_factory.jpg) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}

.banner2 {
    min-width: 1200px;
    height: 440px;
    background: url(/Modules/images/physical_park/banner_land.jpg) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}

.banner-title {
    font-size: 56px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 94px;
    text-shadow: 4px 6px 8px rgba(0,0,0,0.2);
    padding-top: 54px;
    text-align: center;
}

.bannner-tag {
    width: 756px;
    height: 112px;
    background: rgba(7,64,179,0.6);
    background: -webkit-gradient(linear, left top, right top, from(rgba(7,64,179,0)), color-stop(50%, rgba(7,64,179,0.6)), to(rgba(7,64,179,0)));
    background: -webkit-linear-gradient(left, rgba(7,64,179,0) 0%, rgba(7,64,179,0.6) 50%, rgba(7,64,179,0) 100%);
    background: -moz-linear-gradient(left, rgba(7,64,179,0) 0%, rgba(7,64,179,0.6) 50%, rgba(7,64,179,0) 100%);
    background: -o-linear-gradient(left, rgba(7,64,179,0) 0%, rgba(7,64,179,0.6) 50%, rgba(7,64,179,0) 100%);
    background: linear-gradient(90deg, rgba(7,64,179,0) 0%, rgba(7,64,179,0.6) 50%, rgba(7,64,179,0) 100%);
    margin: 12px auto 0;
    padding: 0 72px;
    overflow: hidden;
}

.bannner-tag-item {
    float: left;
    position: relative;
    width: 189px;
    height: 112px;
    border-radius: 8px;
}

.banner-item-line {
    position: absolute;
    right: 0;
    top: 31px;
    width: 1px;
    height: 50px;
    opacity: 0.56;
    background: #FFFFFF;
}

.bannner-tag-item img {
    display: block;
    width: 26px;
    height: 26px;
    padding-top: 14px;
    margin: 0 auto;
}

.bannner-tag-item .banner-item-hover {
    display: none;
}

.banner-item-title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-top: 4px;
}

.bannner-tag-item:hover {
    background: #FFFFFF;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.bannner-tag-item:hover .banner-item-title {
    color: #1D2126;
}

.bannner-tag-item:hover .banner-item-nohover {
    display: none;
}

.bannner-tag-item:hover .banner-item-line {
    display: none;
}

.bannner-tag-item:hover .banner-item-hover {
    display: block;
}

.banner-btn {
    width: 468px;
    height: 70px;
    background: url(/Modules/images/physical_park/banner_button@2x.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
    margin: 38px auto 0;
    cursor: pointer;
    overflow: hidden;
    animation: amplify 0.6s infinite 0s alternate;
    -webkit-animation: amplify 0.6s infinite 0s alternate;
    -moz-animation: amplify 0.6s infinite 0s alternate;
    -o-animation: amplify 0.6s infinite 0s alternate;
}

@-webkit-keyframes amplify {
    0% {
        -webkit-transform: scale(1,1);
                transform: scale(1,1);
    }
    100% {
        -webkit-transform: scale(1.1,1.1);
                transform: scale(1.1,1.1);
    }
}

@-moz-keyframes amplify {
    0% {
        -moz-transform: scale(1,1);
             transform: scale(1,1);
    }
    100% {
        -moz-transform: scale(1.1,1.1);
             transform: scale(1.1,1.1);
    }
}

@-o-keyframes amplify {
    0% {
        -o-transform: scale(1,1);
           transform: scale(1,1);
    }
    100% {
        -o-transform: scale(1.1,1.1);
           transform: scale(1.1,1.1);
    }
}

@keyframes amplify {
    0% {
        -webkit-transform: scale(1,1);
           -moz-transform: scale(1,1);
             -o-transform: scale(1,1);
                transform: scale(1,1);
    }
    100% {
        -webkit-transform: scale(1.1,1.1);
           -moz-transform: scale(1.1,1.1);
             -o-transform: scale(1.1,1.1);
                transform: scale(1.1,1.1);
    }
}

.banner-btn div {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
    margin-left: 34px;
}

.banner-btn img {
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 17px;
    margin-left: 2px;
}

.banner .swiper-pagination-bullet-active {
    width: 22px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
}

.banner .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
}

/* 产业 */
.industry {
    min-width: 1200px;
    height: 426px;
    background: #F7F8FB;
    padding-top: 60px;
}

.industry-content {
    margin-top: 50px;
}

.industry-content-item {
    position: relative;
    float: left;
    width: 200px;
    height: 140px;
    -webkit-transition: height 0.4s, margin-top 0.4s;
    -o-transition: height 0.4s, margin-top 0.4s;
    -moz-transition: height 0.4s, margin-top 0.4s;
    transition: height 0.4s, margin-top 0.4s;
    cursor: pointer;
}

.industry-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 140px;
}

.industry-content-redbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 140px;
    background: rgba(213,0,0,0.95);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.industry-content-top {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.industry-content-top img {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 19px;
}

.industry-content-top div {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 7px;
}

.industry-content-line {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 3px;
    background: #FFFFFF;
    margin-left: 22px;
    margin-top: 10px;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.industry-content-text {
    position: relative;
    z-index: 2;
    width: 174px;
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.industry-content-text div {
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}

.industry-content-text img {
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    margin-left: 4px;
}

.industry-content-item:hover .industry-content-redbg {
    top: -25px;
    height: 190px;
    opacity: 1;
}

.industry-content-item:hover .industry-content-bg {
    display: none;
}

.industry-content-item:hover .industry-content-top {
    padding-top: 25px;
}

.industry-content-item:hover .industry-content-line {
    opacity: 0.4;
}

.industry-content-item:hover .industry-content-text {
    opacity: 1;
}

/* 载体类型 */
.carrier {
    padding: 60px 0;
}

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

.carrier-content-item {
    position: relative;
    float: left;
    width: 276px;
    height: 196px;
    background: #FFFFFF;
    background: -webkit-linear-gradient(269deg, rgba(255,255,255,0.3) 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(269deg, rgba(255,255,255,0.3) 0%, #FFFFFF 100%);
    background: -o-linear-gradient(269deg, rgba(255,255,255,0.3) 0%, #FFFFFF 100%);
    background: linear-gradient(181deg, rgba(255,255,255,0.3) 0%, #FFFFFF 100%);
    border: 1px solid #E7E9F2;
    margin-right: 28px;
    margin-bottom: 30px;
}

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

.carrier-content-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 276px;
    height: 117px;
}

.carrier-content-title {
    position: relative;
    z-index: 1;
    padding-top: 23px;
    margin-left: 24px;
    overflow: hidden;
}

.carrier-content-title img {
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 7px;
}

.carrier-content-title div {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #1D2126;
    line-height: 26px;
}

.carrier-content-text {
    position: relative;
    z-index: 1;
    width: 245px;
    font-size: 16px;
    color: #5E6166;
    line-height: 24px;
    margin-top: 12px;
    margin-left: 24px;
}

.carrier-content-btn {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 142px;
    height: 34px;
    border: 1px solid #D50000;
    overflow: hidden;
    cursor: pointer;
}

.carrier-content-btn div {
    float: left;
    font-size: 16px;
    color: #D50000;
    line-height: 34px;
    margin-left: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.carrier-content-btn img {
    display: none;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-left: 8px;
}

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

.carrier-content-btn:hover div {
    color: #FFFFFF;
    margin-left: 32px;
}

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

/* 产业配套 */
.assort {
    min-width: 1200px;
    background: url(/Modules/images/physical_park/assort_bg.jpg) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
    padding: 60px 0;
}

.assort .title {
    color: #FFFFFF;
}

.assort-content {
    margin-top: 50px;
    overflow: hidden;
}

.assort-content-item {
    position: relative;
    float: left;
    width: 278px;
    height: 286px;
    background: #FFFFFF;
    margin-right: 29px;
}

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

.assort-content-img {
    width: 278px;
    height: 108px;
}

.assort-content-title {
    font-size: 22px;
    font-weight: bold;
    color: #1D2126;
    margin-top: 24px;
    margin-left: 24px;
}

.assort-content-text {
    width: 233px;
    font-size: 18px;
    color: #1D2126;
    line-height: 24px;
    margin-top: 16px;
    margin-left: 24px;
}

.assort-content-btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.assort-content-btn div {
    float: left;
    font-size: 16px;
    color: #D50000;
}

.assort-content-btn img {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.assort-content-btn:hover {
    left: 30px;
}

/* 招商政策 */
.policy {
    padding: 60px 0 40px;
}

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

.policy-content-item {
    position: relative;
    float: left;
    width: 585px;
    height: 96px;
    background: url(/Modules/images/physical_park/policy_bg@2x.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
    margin-bottom: 21px;
}

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

.policy-content-title {
    font-size: 22px;
    font-weight: bold;
    color: #1D2126;
    padding-top: 24px;
    margin-left: 30px;
}

.policy-content-text {
    font-size: 16px;
    color: #1D2126;
    margin-top: 11px;
    margin-left: 30px;
}

.policy-img {
    position: absolute;
    top: 16px;
    right: 31px;
    width: 64px;
    height: 64px;
}

/* 招商服务 */
.service {
    min-width: 1200px;
    background: #F7F8FB;
    padding: 60px 0 140px;
}

.service-content {
    margin-top: 50px;
    overflow: hidden;
}

.service-content-item {
    position: relative;
    float: left;
    width: 380px;
    height: 219px;
}

.service-content-item1 {
    background: #2D7BCD;
    background: -webkit-gradient(linear, left top, left bottom, from(#72A4DD), to(#2D7BCD));
    background: -webkit-linear-gradient(top, #72A4DD 0%, #2D7BCD 100%);
    background: -moz-linear-gradient(top, #72A4DD 0%, #2D7BCD 100%);
    background: -o-linear-gradient(top, #72A4DD 0%, #2D7BCD 100%);
    background: linear-gradient(180deg, #72A4DD 0%, #2D7BCD 100%);
}

.service-content-item2 {
    margin: 0 30px;
    background: #3CABAB;
    background: -webkit-linear-gradient(301deg, #7CCEBA 0%, #3CABAB 100%);
    background: -moz-linear-gradient(301deg, #7CCEBA 0%, #3CABAB 100%);
    background: -o-linear-gradient(301deg, #7CCEBA 0%, #3CABAB 100%);
    background: linear-gradient(149deg, #7CCEBA 0%, #3CABAB 100%);
}

.service-content-item3 {
    background: #D95E3D;
    background: -webkit-linear-gradient(310deg, #EF9273 0%, #D95E3D 100%);
    background: -moz-linear-gradient(310deg, #EF9273 0%, #D95E3D 100%);
    background: -o-linear-gradient(310deg, #EF9273 0%, #D95E3D 100%);
    background: linear-gradient(140deg, #EF9273 0%, #D95E3D 100%);
}

.service-content-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 90px;
    height: 90px;
}

.service-content-title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 24px;
    margin-left: 24px;
}

.service-content-line {
    width: 332px;
    height: 2px;
    opacity: 0.5;
    background: #FFFFFF;
    margin-top: 15px;
    margin-left: 24px;
}

.service-content-text {
    width: 340px;
    height: 136px;
    margin-top: 10px;
    margin-left: 24px;
    overflow: hidden;
}

.service-content-text .swiper-container-service {
    height: 136px;
}

.service-content-text .swiper-slide {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}

.menu-logo{
    float: left;
    width: 198px;
    margin-top: 10px;
    margin-right: 10px;
}

.about-us-content {
    position: relative;
}

.about-us-text {
    width: 1007px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 28px auto 0;
}

.about-us-content img {
    position: absolute;
    width: 36px;
    height: 36px;
}

.about-us-content .about-us-left {
    top: -16px;
    left: 34px;
}

.about-us-content .about-us-right {
    bottom: -4px;
    right: 56px;
}