/* 公共 */
html,body {
    scroll-behavior:smooth
}
.min {
    width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

/* 导航 */

.allnav {
    width: 100%;
    height: 85px;
    background: #FFFFFF;
    box-shadow: 0px 8px 6px 0px rgba(62,62,62,0.09);
}
.nav-content{
    overflow: hidden;
}
.website-logo{
    float: left;
}
.website-logo img{
    float: left;
    width: 198px;
    margin-top: 16px;
    margin-right: 10px;
}
.nav-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 85px;
    float: left;
}

.nav-tag {
    font-size: 18px;
    color: #333333;
    line-height: 85px;
    margin-right: 30px;
    cursor: pointer;
    float: left;
}
.nav-tag-first{
    color: #D50000;
    margin-left: 166px;
}

.nav-tag:hover {
    color: #D50000;
}

.nav-phone {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-left: 8px;
    float: left;
}
.phone-right{
    float: left;
    margin-left: 10px;
}
.nav-right-all{
    border: 1px solid #D50000;
    border-radius: 20px;
    float: right;
    margin-top: 26px;
}
.nav-right {
    width: 176px;
    height: 32px;
    margin: 4px;
    background: linear-gradient( 270deg, #E96B34 0%, #E6462C 100%);
    border-radius: 20px;
}

.nav-num {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
}
.nav-text {
    width: 100%;
    font-size: 12px;
    color: #666666;
    text-align: justify;
}
.nav-text::after{
    content:"";
    display: inline-block;
    width:100%;
    overflow:hidden;
    height:0;
}
/* banner */
.banner {
    padding-top: 80px;
    height: 300px;
    background: url(../images/policy/banner_bg.jpg) center/cover no-repeat;
}

.banner-titles {
    font-size: 84px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 8px;
    text-shadow: 0px 2px 13px #004AA4;
    text-align: center;
}

.banner-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 22px;
}

.banner-text div {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-shadow: 0px 1px 0px #002B6F;
    margin: 0 19px;
}

.banner-text img {
    width: 122px;
    height: 34px;
}

.banner-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 26px;
}

.banner-content-item {
    width: 380px;
    height: 172px;
    background: rgba(255,255,255,0.64);
    box-shadow: 0px 2px 17px 0px rgba(160,160,160,0.16);
    border-radius: 17px;
    border: 1px solid #FFFFFF;
    margin-bottom: 22px;
    overflow: hidden;
}

.banner-content-item2 {
    width: 404px;
}

.banner-content-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 27px;
}

.banner-content-title img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.banner-content-title div {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.banner-content-text {
    width: 328px;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    text-align: justify;
    margin: 10px auto 0;
}

.banner-tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.banner-tag div {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 41px;
    padding: 0 32px;
    border-radius: 21px;
    background: rgba(0,74,174,0.65);
    margin-right: 20px;
    cursor: pointer;
}

.banner-tag .banner-tag-last {
    margin-right: 0;
}

.banner-bottom-first{
    float: left;
    width: 287px;
    height: 90px;
    background: url(../images/policy/banner_bottom_bg.png) center/cover no-repeat;
    margin-top: 90px;
}
.banner-bottom-first div{
    width: 88px;
    height: 28px;
    background: linear-gradient( 270deg, #E96B34 0%, #E6462C 100%);
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.banner-bottom-first div:hover{
    background: linear-gradient( 270deg, #E6462C 0%, #E96B34 100%);
}

.banner-bottom-list{
    float: left;
    width: 285px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(42,60,88,0.05);
    border-radius: 8px;
    margin-top: 90px;
    margin-left: 19px;
    overflow: hidden;
    cursor: pointer;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear; /* Safari */
    -moz-transition:all 0.3s linear; /* Firefox  */
    -o-transition:all 0.3s linear; /* Opera  */
}
.banner-bottom-title{
    overflow: hidden;
    margin-left: 28px;
    margin-top: 18px;
}
.banner-bottom-title img{
    width: 22px;
    float: left;

}
.banner-bottom-title div{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    margin-left: 10px;
}
.banner-bottom-desc,.banner-bottom-desc-hide{
    margin-left: 28px;
    width: 220px;
    height: 24px;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.banner-bottom-desc-hide{
    display: none;
}
.banner-bottom-btn{
    width: 285px;
    height: 40px;
    background: #F3A650;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #fff;
    display: none;
}
.banner-bottom-list:hover {
    height: 152px;
    margin-top: 26px;
    background: linear-gradient( 270deg, #E96B34 0%, #E6462C 100%);
}
.banner-bottom-list:hover .banner-bottom-title div{
   color: #fff;
}
.banner-bottom-list:hover .banner-bottom-desc{

    display: none;
}
.banner-bottom-list:hover .banner-bottom-desc-hide{
    height: 48px;
    margin-bottom: 14px;
    color: #fff;
    display: block;
}
.banner-bottom-list:hover .banner-bottom-btn{
    display: block;
}

.info-title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

/*招商政策一览*/
.policy-info-bg{
    background: #F5F7FA;
}
.policy-info{
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 56px;
}
.policy-info-list{
    overflow: hidden;
    margin-top: 32px;
}
.policy-info-div{
    width: 548px;
    height: 124px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(29,33,38,0.05);
    border-radius: 8px;
    float: left;
    padding: 22px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.policy-info-div-right{
    margin-right: 0;
}
.policy-info-div-bottom{
    margin-bottom: 0;
    height: 152px;
}
.policy-info-title{
    overflow: hidden;
    margin-bottom: 8px;
}
.policy-info-title img{
    width: 32px;
    float: left;
}
.policy-info-title div{
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #1A1A1A;
    margin-left: 12px;
    float: left;
}
.policy-inf-desc{
    overflow: hidden;
}
.policy-inf-desc img{
    width: 16px;
    float: left;
    margin-top: 5px;
}
.policy-inf-desc div{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    float: left;
    margin-left: 12px;
}
.policy-info-button{
    width: 256px;
    height: 48px;
    background: linear-gradient( 270deg, #E96B34 0%, #E6462C 100%);
    box-shadow: 0 2px 8px 0 rgba(42,60,88,0.05);
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 32px;
    cursor: pointer;
}
.policy-info-button:hover{
    background: linear-gradient( 270deg, #E6462C 0%, #E96B34 100%);
}
/*重点行业扶持政策*/
.point-policy{
    padding-top: 56px;
    padding-bottom: 16px;
}
.point-policy-list{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 268px;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 32px;
}
.pain-items{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 268px;
    justify-content: space-between;
    overflow: hidden
}
.pain-item{
    animation-direction: normal;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-name: changeWidthSmall-365019d6;
    animation-timing-function: ease-in-out;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 268px;
    overflow: hidden;
    transition: all .5s linear;
    width: 168px;
    position: relative;
}
.pain-item-active{
    width: 461px;
}
.item-wrapper{
    width: 100%
}
.pain-item-card{

    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    cursor: pointer;
    height: 268px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transition: all .5s linear;
    width: 100%;
}
.pain-item-card1{
    background-image: url(../images/policy/point_bg1.png);
}
.pain-item-card2{
    background-image: url(../images/policy/point_bg2.png);
}
.pain-item-card3{
    background-image: url(../images/policy/point_bg3.png);
}
.pain-item-card4{
    background-image: url(../images/policy/point_bg4.png);
}
.pain-item-card5{
    background-image: url(../images/policy/point_bg5.png);
}
.pain-item-mask{
    background: linear-gradient( 180deg, rgba(60,91,111,0) 0%, #3D5A6F 100%);
    border-radius: 8px;
    width: 100%;
    height: 268px;
    position: absolute;
    top: 0;
    left: 0;
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear; /* Safari */
    -moz-transition:all 0.5s linear; /* Firefox  */
    -o-transition:all 0.5s linear; /* Opera  */
}
.pain-item-mask-hide{
    display: none;
}
.point-policy-big{
    display: none;
}
.point-policy-big-title{
    margin-left: 30px;
    margin-top: 30px;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: bold;
}
.point-policy-big-desc{
    width: 300px;
    margin-left: 30px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
}
.point-policy-big-desc span{
    color: #d50000;
}
.point-policy-big-btn{
    width: 104px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #D50000;
    color: #D50000;
    position: absolute;
    bottom: 38px;
    left: 30px;
}
.point-policy-big-btn:hover{
    background: #D50000;
    color: #fff;
}
.pain-item-active .point-policy-big{
    display: block;
}
.pain-item-active .point-policy-small{
    display: none;
}
.point-policy-small{
    color: #fff;
}
.point-policy-small-title{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    bottom: 74px;
    z-index: 9;
    left: 24px;
}
.point-policy-small-desc{
    width: 120px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: 24px;
    bottom: 18px;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2; //行数
}

    /*吸底底部*/
.index-footer{
    padding-bottom: 100px;
}
.policy-footer{
    width: 100%;
    height: 100px;
    background: linear-gradient( 270deg, #E96B34 0%, #E6462C 100%);
    box-shadow: 0px 2px 8px 0px rgba(42,60,88,0.05);
    position: fixed;
    z-index: 1;
    bottom: 0;
}
.policy-footer-img{
    width: 166px;
    margin-top: -34px;
    float: left;
}
.policy-footer-phone{
    float: left;
}
.policy-footer-phone-title{
    margin-top: 23px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.policy-footer-phone-info{
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-top: 4px;
    line-height: 32px;
}
.policy-footer-div{
    width: 278px;
    height: 78px;
    background: #FFFFFF;
    float: left;
    margin-left: 16px;
    margin-top: 10px;
}
.policy-footer-div1{
    background: url(../images/policy/policy_footer_div_bg.png);
    width: 294px;
    margin-left: -8px;
}
.policy-footer-div1 .policy-footer-div-left-desc,.policy-footer-div1  .policy-footer-div-left-title{
    margin-left: 40px;
}
.policy-footer-div2{
    width: 266px;
}
.policy-footer-div-left{
    float: left;
}
.policy-footer-div-left-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin-top: 14px;
    margin-left: 18px;
    line-height: 28px;
}
.policy-footer-div-left-desc{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-left: 18px;
}
.policy-footer-div-right{
    float: right;
    margin-right: 20px;
    width: 92px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: linear-gradient( 270deg, #E96B34 0%, #E6462C 100%);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 24px;
}
.policy-footer-div-right:hover{
    background: linear-gradient( 270deg, #E6462C 0%, #E96B34 100%);
}


    /* 案例 */
.case {
    padding-top: 40px;
    padding-bottom: 17px;
}
.title-line {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: 10px;
    overflow: hidden;
}

.title-line-red {
    width: 158px;
    height: 3px;
    background: #D50000;
    margin-right: 10px;
}

.title-line-grey {
    width: 1032px;
    height: 3px;
    background: #EDEDED;
}

.case-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.case-content-item {
    position: relative;
    width: 332px;
    height: 145px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    margin-bottom: 23px;
    overflow: hidden;
    cursor: pointer;
}

.case-content-item:hover {
    border: 1px solid #D50000;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

.case-content-item div {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 30px;
    position: absolute;
    z-index: 2;
}

.case-content-item div span {
    color: #D50000;
    font-weight: bold;
}

.case-content-item img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 152px;
    height: 76px;
}

.case-content-item2 img {
    width: 118px;
    height: 100px;
}

.case-content-item3 img {
    right: 15px;
    width: 118px;
    height: 100px;
}

.case-content-item4 img {
    width: 90px;
    height: 114px;
    right: 10px;
}

.case-content-right {
    position: relative;
    width: 487px;
    height: 316px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
}
 
.case-content-right:hover {
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.05);
}

.case-right-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 245px;
    height: 316px;
    z-index: -1;
}

.case-right-title {
    position: absolute;
    top: 42px;
    left: 30px;
    width: 118px;
    height: 56px;
}

.case-content-right input {
    width: 258px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #F2F3F5;
    text-indent: 25px;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-left: 197px;
}

.case-content-right .case-first-input {
    margin-top: 42px;
}

input::-webkit-input-placeholder {   
    color: #AFAFAF;   
}

.case-right-button {
    position: absolute;
    right: 30px;
    bottom: 36px;
    width: 260px;
    height: 36px;
    background: #D50000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.case-right-button:hover {
    background: #B60E0E;
}

/* 行业 */
.industry {
    height: 223px;
    background: #F5F5F6;
    padding-top: 40px;
}

.industry .title-line-red {
    width: 240px;
}

.industry .title-line-grey {
    width: 950px;
}

.industry-arrangement {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.industry-img {
    margin-top: 16px;
}

.industry-img img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.industry-text {
    margin-top: 4px;
}

.industry-text div {
    width: 100px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 28px;
}

/* 政策 */
.policy {
    padding-top: 40px;
}

.policy .title-line-red {
    width: 180px;
}

.policy .title-line-grey {
    width: 1010px;
}