/* 模块公共头部 */
.public-top{
    height: 50px;
    margin-bottom: 60px;
}
.public-english{
    color: #EDEDED;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.public-module{
    position: relative;
    height: 32px;
    margin: auto;
    margin-top: -14px;
    text-align: center;
}
.public-module h2{
    display: inline-block;
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    margin: 0 8px;
}
.public-row{
    display: inline-block;
    *display: none;
    width: 37px;
    height: 2px;
    margin: 10px 0;
    background-color: #333333;
}
.public-middle{
    margin: 0 40px;
}

/* 导航栏 */
.nav{
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 80px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
.nav .content{
    overflow: hidden;
}
.nav-text{
    float: left;
    color: #2B9259;
    font-size: 32px;
    font-weight: bold;
    padding: 24px 0;
}
.nav-ul{
    float: right;
}
.nav-ul a{
    float: left;
    margin: 0 0 0 30px;
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 400;
    padding: 31px 0;
}
.nav-ul a:hover{
    color: #2B9259;
}
.nav-ul a.nav-active{
    color: #2B9259 
}

/* banner */
.banner{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 520px;
    margin: auto;
    margin-top: 110px;
    background: url(../images/banner.png) no-repeat center;
}
.banner .content{
    position: relative;
}
.banner-frame{
    position: absolute;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    *left: 134px;
    width: 932px;
    height: 170px;
    margin: 0 auto 0 auto;
}
.banner-fram-both{
    width: 49px;
    height: 166px;
    border: 2px solid #FBFBFB;
}
.banner-frame-left{
    float: left;
    border-right: none;
}
.banner-frame-right{
    float: right;
    border-left: none;
}
.banner-frame-middle{
    position: absolute;
    top: 128px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto 0 auto;
    width: 830px;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.2);
}
.banner-top{
    width: 830px;
    height: 70px;
    margin: auto;
    padding-top: 80px;
}
.banner-row{
    float: left;
    width: 65px;
    height: 2px;
    margin: 30px 0 38px 0;
    background-color: #FBFBFB;
}
.banner h1{
    float: left;
    color: #FFFFFF;
    font-size: 70px;
    font-weight: bold;
}
.banner-text-english{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 68px 0;
}
.banner-title{
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.banner-phone-module{
    width: 290px;
    *width: 334px;
    height: 61px;
    margin: auto;
    padding: 0 45px;
    *padding: 0 0 0 45px;
    border-radius: 33px;
    border: 2px solid #FFFFFF;
    background-color: #FF8C10;
}
.banner-phone-module img{
    float: left;
    width: 34px;
    height: 34px;
    margin: 13.5px 15px 13.5px 0;
}
.banner-phone-module p{
    float: left;
    color: #FFFFFF;
    font-size: 34px;
    font-weight: bold;
    padding: 14px 0;
}

/* 泾川县情 */
.overview{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background-color: #FBFBFB;
}
.overview .public-top{
    margin-bottom: 20px;
}
.overview ul li{
    width: 1200px;
    height: 235px;
    margin-top: 40px;
    background-color: #FFFFFF;
}
.overview ul li:hover{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.overview ul li:hover .overview-title{
    color: #2B9259;
}
.overview ul li:hover .overview-desc{
    color: #333333;
}
.overview ul li:hover .overview-pic img{
    transform: scale(1.1);
}
.overview-text{
    float: right;
    width: 740px;
    height: 165px;
    padding: 40px 40px 30px 40px;
}
.overview-pic{
    float: left;
    width: 380px;
    height: 235px;
    overflow: hidden;
}
.overview-pic img{
    float: left;
    width: 380px;
    height: 235px;
    transition: all 1s linear;
}
/* 内容反转 */
.overview-reverse .overview-text{
    float: left;
    padding-top: 60px;
}
.overview-reverse .overview-pic{
    float: right;
}
.overview-reverse .overview-desc{
    width: 690px;
    margin: 14px 0 0 0;
}
.overview-title{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.overview-desc{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 15px 0 0 0;
}
.overview-look-more{
    float: right;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}
.overview-look-more:hover{
    color: #333333;
}

/* 区位优势 */
.area{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
}
.area-top{
    overflow: hidden;
}
.area-pic{
    float: left;
    width: 560px;
    height: 390px;
    overflow: hidden;
}
.area-pic img{
    float: left;
    width: 560px;
    height: 390px;
    transition: all 1s linear;
}
.area-pic:hover img{
    transform: scale(1.1);
}
.area-top-right{
    float: right;
    width: 600px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    margin: 139px 0;
    padding: 0 0 0 40px;
}

/* 园区概况 */
.park{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background-color: #FBFBFB;
}
.park-module{
    overflow: hidden;
}
.park-left{
    float: left;
    width: 600px;
}
.park-left p{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.park-text-middle{
    margin: 24px 0;
}
.park-right{
    float: right;
    width: 560px;
    height: 356px;
    overflow: hidden;
}
.park-right img{
    float: left;
    width: 560px;
    height: 356px;
    transition: all 1s linear;
}
.park-right img:hover{
    transform: scale(1.1);
}

/* 重点产业 */
.industry{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
}
.industry ul{
    overflow: hidden;
    margin-top: -350px;
}
.industry ul li{
    float: left;
    width: 270px;
    height: 350px;
    margin-right: 40px;
    overflow: hidden;
}
.industry ul li.industry-li-end{
    margin-right: 0;
}
.industry-li-bg{
    overflow: hidden;
}
.industry-li-bg img{
    float: left;
    width: 270px;
    height: 350px;
    margin-right: 40px;
}
.industry-li-bg img.industry-bg-end {
    margin-right: 0;
}
.industry-li-default{
    float: left;
    width: 270px;
    height: 250px;
    padding-top: 100px;
    transition: all ease 0.3s;
}
.industry-default-row{
    width: 88px;
    height: 1px;
    margin: 24px auto;
    background-color: #EDEDED;
}
.industry-default-title{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.industry-li-default img{
    display: block;
    width: 84px;
    height: 81px;
    margin: auto;
}
.industry-li-active{
    float: left;
    width: 190px;
    height: 290px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    padding: 60px 40px 0 40px;
}

/* 储备项目 */
.item{
    position: relative;
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background-color: #FBFBFB;
}
.item-ul{
    overflow: hidden;
}
.item-li{
    float: left;
    width: 373px;
    height: 370px;
}
.item-li-top{
    width: 373px;
    height: 100px;
    overflow: hidden;
}
.item-li-top img{
    float: left;
    width: 373px;
    height: 100px;
    transition: all 1s linear;
}
.item-li:hover .item-li-top img{
    transform: scale(1.1);
}
.item-li-bottom{
    width: 371px;
    height: 209px;
    padding: 30px 0;
    border: 1px solid #EDEDED;
    border-top: none;
}
.item-li-title{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 8px 45px;
}
.item-news{
    padding: 0 30px;
    overflow: hidden;
}
.item-news li{
    margin-top: 20px;
    overflow: hidden;
}
.item-news li span{
    float: left;
    width: 5px;
    height: 5px;
    margin: 5.5px 8px 5.5px 0;
    border-radius: 50%;
    background-color: #2B9259;
}
.item-news li a{
    float: left;
    max-width: 298px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item-news li:hover a{
    color: #2B9259;
}

/* 招商政策 */
.policy{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
}
.policy ul{
    overflow: hidden;
}
.policy ul li{
    float: left;
    width: 278px;
    height: 192px;
    cursor: pointer;
    margin-right: 29px;
}
.policy ul li.policy-li-end{
    margin-right: 0;
}
.policy-li-pic{
    float: left;
    width: 278px;
    height: 135px;
    overflow: hidden;
}
.policy-li-pic img{
    float: left;
    width: 278px;
    height: 135px;
    transition: all 1s linear;
}
.policy ul li:hover img{
    transform: scale(1.1);
}
.policy-li-text{
    float: left;
    width: 276px;
    height: 56px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    border: 1px solid #EEEEEE;
    border-top: none;
    background-color: #FFFFFF;
    cursor: pointer;
}
.policy ul li:hover .policy-li-text{
    color: #FFFFFF;
    background-color: #2B9259;
}