/*数字经济*/
.page-wrap{
    padding-bottom: 0;
}

.dig-part1{
    padding: 5vh 0 10vh;
}
.dig-tt1{
    color: #333333;
    font: 600 48px/66px "Microsoft yahei";
    text-align: center;
}
.dig-tt1 span{
    display: block;
    color: #888888;
    font: 400 18px/44px "Microsoft yahei";
}
.dig-tt1.white{
    color: #fff;
}
.dig-part1-list li{
    list-style-type: none;
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 6vh;
}
.dig-part1-list li .img{
    padding: 20px;
    text-align: center;
    width: 120px;
    margin: 0 auto;
}
.dig-part1-list li .img img{
    max-width: 100%;
    height: auto;
}
.dig-part1-list li .img img:first-child{
    display: block;
}
.dig-part1-list li .img img:last-child{
    display: none;
}
.dig-part1-list li .text h3{
    color: #333333;
    font: 400 22px/40px "Microsoft yahei";
}
.dig-part1-list li .text p{
    color: #666666;
    font: 400 16px/20px "Microsoft yahei";
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.dig-part1-list li:hover .img img:first-child{
    display: none;
}
.dig-part1-list li:hover .img img:last-child{
    display: block;
}
.dig-part1-list li:hover h3{
    color: #1f6cdd;
}
.dig-part2{
    background: url(../../../../a5ff3f51/22/06/1c3f1063e94a6b4d90b98fad442366c75cb0e799.jpg) no-repeat center;
    padding: 6vh 0 8vh;
}

.n-w1600{
    width: 1600px;
    margin: 0 auto;
}
@media (max-width: 1600px) {
    .n-w1600{
        width: 1440px;
    }
}
@media (max-width: 1440px) {
    .n-w1600{
        width: calc(100% - 30px);
    }
}
.n-apply-list{
    margin-top: 6vh;
}
.n-apply-list li .img{
    overflow: hidden;
}
.n-apply-list li .img img{
    transition: all 0.8s;    
    max-width: 100%;
}
.n-apply-list li .liwz{
    background-color: #fff;
    padding: 30px 30px 40px;
}
.n-apply-list li .liwz h3{
    color: #333333;
    font: 400 24px/36px "Microsoft yahei";
    margin-bottom: 2vh;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.n-apply-list li .liwz p{
    color: #666666;
    font: 400 16px/30px "Microsoft yahei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.n-apply-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.n-apply-list li:hover .liwz{
    background-color: #1f6cdd;
}
.n-apply-list li:hover .liwz h3{
    color: #fff;
}
.n-apply-list li:hover .liwz p{
    color: #fff;
}

/* 值得信赖的选择 */
.dig-part3{
    padding: 7vh 0 8vh;
}
.dig-part3-list{
    margin-top: 5vh;
}
.dig-part3-list li{
    float: left;
    width: calc(16.66% - 5px);
    list-style-type: none;
}
.dig-part3-list li .img img{
    max-width: 100%;
}
.dig-part3-list li + li{
    margin-left: 6px;
}
.dig-part3-list li:nth-child(7){
    margin-left: 0;
}
a.dig-part3-more{
    color: #1f6cdd;
    text-align: center;
    font: 400 18px/36px "Microsoft yahei";
    margin-top: 6vh;
    display: block;
}

/*新闻动态*/
.dig-part4{
    background-color: #f3f4f5;
    padding: 7vh 0 8vh;
}
.dig-part4 .dig-tt1{
    margin-bottom: 5vh;
}
.dig-part4-con{
    display: flex;
    justify-content: space-between;
}
.dig-part4-list{
    width: 65%;
}
.dig-part4-list li .img{
    overflow: hidden;
}
.dig-part4-list li .img img{
    transition: all 0.8s;
}
.dig-part4-list li .text{
    position: relative;
    background-color: #fff;
    padding: 22px;
    padding-bottom: 33px;
}
.dig-part4-list li .text h3{
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
    margin-bottom: 2vh;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.dig-part4-list li .text p{
    color: #888888;
    font: 400 14px/28px "Microsoft yahei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dig-part4-list li .text .more{
    color: #333333;
    font: 400 14px/50px "Microsoft yahei";
    width: 136px;
    text-align: center;
    margin-top: 4vh;
    border:1px solid #333333;
    border-radius: 25px;
}
.dig-part4-list li .text .date{
    position: absolute;
    bottom: 5vh;
    right: 23px;
    color: #888888;
    font: 400 14px/20px "Microsoft yahei";
}
.dig-part4-list li .text .date span{
    font: 400 18px/20px "Microsoft yahei";
}
.dig-part4-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);  
}
.dig-part4-list li:hover .text h3{
    color: #1f6cdd;
}
.dig-part4-r{
    width: 30%;
    background-color: #fff;
    padding: 40px;
}
.dig-part4-r li + li{
    margin-top: 20px;
}
.dig-part4-r li .date{
    color: #888888;
    font: 400 14px/20px "Microsoft yahei";
}
.dig-part4-r li .date span{
    font: 400 18px/20px "Microsoft yahei";
}
.dig-part4-r li h3{
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.dig-part4-r li:hover h3{
    color: #1f6cdd;
}

@media (max-width: 1660px) {
    .dig-part4-r{
        width: calc(35% - 60px);
    }
    .dig-part4-r li h3{
        margin-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1440px) {
    .dig-part4-r{
        width: calc(35% - 30px);
    }
    .dig-part4-r li h3{
        font: 400 18px/32px "Microsoft yahei";
    }
}
@media (max-width: 1200px) {
    .xypg-banner-wz{
        padding-top: 7vh;
        padding-bottom: 7vh;
    }
    .xypg-banner-wz .wz-line{
        margin-top: 2vh;
    }
    .xypg-banner-wz h3{
        font: 600 30px/52px "Microsoft yahei" !important;
    }
    .xypg-banner-wz h4{
        font: 400 26px/40px "Microsoft yahei" !important;
    }
    .dig-tt1{
        font: 600 30px/52px "Microsoft yahei" !important;
    }
    .dig-tt1 span{
        font: 400 16px/30px "Microsoft yahei" !important;
    }
    .n-apply-list li .liwz{
        padding: 15px;
    }
    .n-apply-list li .liwz h3{
        font: 400 20px/36px "Microsoft yahei";
        margin-bottom: 0vh;
    }
    .dig-part4-r{
        padding: 20px;
    }
    .dig-part4-r li h3{
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .xypg-banner-wz{
        display: none;
    }
    .dig-part1-list li .text h3{
        font: 400 20px/40px "Microsoft yahei";
    }
    .dig-part4-list{
        width: 100%;
    }
}
@media (max-width: 992px) {
    .dig-part1-list li{
        width: 49%;
    }
    .dig-part1-list li:nth-child(2n){
        float: right;
    }
}
@media (max-width: 768px) {
    
     .dig-part3-list li{
        width: calc(50% - 3px);
    }
    .dig-part3-list li + li{
        margin-left: 0;
    }
    .dig-part3-list li:nth-child(2n){
        float: right;
    }
    .dig-part4-list li .text{
        padding: 15px;
    }
}

/*专题页-投融资*/
.inves-part1{
    padding: 7vh 0 8vh;
}
.inves-part1-list li{
    list-style-type: none;
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 6vh;
}
.inves-part1-list li .img{
    padding: 20px;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    background-color: #00b9ff;
    border-radius: 70px;
}
.inves-part1-list li .img img{
    max-width: 100%;
    height: auto;
}
.inves-part1-list li .text h3{
    color: #333333;
    font: 400 22px/52px "Microsoft yahei";
}
.inves-part1-list li .text p{
    color: #666666;
    font: 400 16px/20px "Microsoft yahei";
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}

.inves-part1-list li:hover h3{
    color: #1f6cdd;
}

.inves-part2{
    background: url(../../../../a5ff3f51/22/06/05be8d2c4bd640a07ab3e4eca00b3b7e1c14a642.jpg) no-repeat center top;
    padding: 7vh 0 8vh;
}
.inves-part2-con{
    position: relative;
    width: 1420px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .inves-part2-con{
        width: calc(100% - 30px);
    }
}
.inves-part2-list{
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.inves-part2-list li{
    width: 140px;
    position: absolute;
}
.inves-part2-list li:nth-child(1){
    left: 0;
    bottom: 8.9%;
}
.inves-part2-list li:nth-child(2){
    left: 26.338%;
    bottom: 40.50179%;
}
.inves-part2-list li:nth-child(3){
    left: 47.5%;
    bottom: 5%;
}
.inves-part2-list li:nth-child(4){
    width: 166px;
    left: 68.02816%;
    bottom: 53.7634%;
}
.inves-part2-list li:nth-child(5){
    right: 0;
    bottom: 0;
}
.inves-part2-list li .img{
    text-align: center;
}
.inves-part2-list li h3{
    color: #ffffff;
    font: 400 24px/26px "Microsoft yahei";
    text-align: center;
    margin-top: 6px;
}
.m-inves-part2-list li{
    list-style-type: none;
    margin-bottom: 10px;
}
.m-inves-part2-list li .img{
    float: left;
    margin-right: 10px;
}
.m-inves-part2-list li .img img{
    max-width: 100%;
}
.m-inves-part2-list li h3{
    color: #fff;
    font: 400 18px/66px "Microsoft yahei";
}
.inves-part2-con .imgbg{
    position: relative;
    z-index: 0;
    margin-top: 5vh;
}
.inves-part2-con .imgbg img{
    max-width: 100%;
}
.inves-part3{
    padding: 7vh 0 8vh;
}
.inves-part3-list {
    margin-top: 7.7vh;
}
.inves-part3-list li{
    list-style-type: none;
}
.inves-part3-list li .img{
    position: relative;
    overflow: hidden;
}
.inves-part3-list li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.inves-part3-list li .img h3{
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    font: 400 16px/40px "Microsoft yahei";
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
}
.inves-part3-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
a.inves-part3-more{
    color: #19a6db;
    text-align: center;
    font: 400 18px/36px "Microsoft yahei";
    margin-top: 6vh;
    display: block;
}
.inves-part4{
    padding: 7vh 0 8vh;
    background-color: #f9f9f9;
}
.inves-part4-con{
    margin-top: 7vh;
}
.inves-part4-list li .img{
    overflow: hidden;
}
.inves-part4-list li .img img{
    max-width: 100%;
}
.inves-part4-list li .text{
    background-color: #fff;
    padding: 30px;
}
.inves-part4-list li .text h3{
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
    margin-bottom: 1.5vh;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.inves-part4-list li .text p{
    color: #777777;
    font: 400 14px/28px "Microsoft yahei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inves-part4-list li .text .more{
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";
    margin-top: 3.6vh;
}
.inves-part4-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.inves-part4-list li:hover .text h3{
    color: #19a6db;
}

@media (max-width: 1200px) {
    .inves-part1-list li{

    }
    .inves-part3-list{
        margin-top: 2vh;
    }
    .inves-part4-con{
        margin-top: 2vh;
    }
    a.inves-part3-more{
        margin-top: 2vh;
    }
}
@media (max-width: 992px) {
    .inves-part1-list li{
        width: 50%;
    }
    .inves-part1-list li .img img{
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .xypg-banner{
        height: 60px !important;
        overflow: hidden;
    }
}

/*谷川联行招商优势*/
.w-cooper-1{
    padding: 8vh 0;
}
.w-cooper-title h3{
    text-align: center;
    font-size: 32px;
    color: #333333;
}
.w-cooper-con1{
    margin-top: 5vh;
}
.w-cooper-con1 li{
    float: left;
    list-style-type: none;
    width: 25%;
}
.w-cooper-con1 li h4{
    color: #1f6cdd;
    font-size: 40px;
    font-weight: bolder;
    position: relative;
    top: 2px;
    text-align: center;
}
.w-cooper-con1 li h4 span{
    font-size: 20px;
}
.w-cooper-con1 li h5{
        font-size: 22px;
    color: #333333;
    text-align: center;
    margin-top: 14px;
}
.w-cooper-2{
    background-color: #f8f8f8;
    padding: 8vh 0;
}
.w-cooper-con2{
    display: flex;
    justify-content: space-between;
}
.w-cooper-con2 li{
    width: calc(25% - 25px);
    text-align: center;
}
.w-cooper-con2 li .img img{
    width: 100%;
    height: auto;
    filter:grayscale(90%);
}
.w-cooper-con2 li .img img{
    display: block;
}
.w-cooper-con2 li .text{
    border: 1px solid #eee;
    padding: 20px 30px;
}
.w-cooper-con2 li .text h3{
    font-size: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.w-cooper-con2 li .text p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    text-align: center;
}
.w-cooper-con2 li:hover .img img{
    filter:grayscale(0);
}
.w-cooper-3{
    background: url(../../../../a5ff3f51/22/09/6b2d5e5161c60fb3c2fab119488b5e1c953a4eb4.jpg) no-repeat center;
    padding: 6.6vh 0 50px;
    position: relative;
}
.w-cooper-3 .line{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 192px;
    height: 2px;
    background-color: rgba(255, 255, 255, .3);
}
.w-cooper-title.wirte h3{
    color: #fff;
}
.w-cooper-con3{
    display: flex;
    justify-content: space-between;
    margin-top: 5vh;
}
.w-cooper-con3 li{
    list-style-type: none;
    
}
.w-cooper-con3 li .img{
    height: 200px;
}
.w-cooper-con3 li .img img{
    width: auto;
    max-height: 100%;
}
.w-cooper-con3 li h3{
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    margin-top: 15px;
}
.w-cooper-con3 li h4{
    display: none;
}
@media (max-width: 766px) {
    .w-cooper-title h3{
        font-size: 30px;
    }
    .w-cooper-con1 li{
        width: 50%;
        margin-bottom: 10px;
    }
    .w-cooper-con1 li h4{
        font-size: 30px;
    }
    .w-cooper-con1 li h4 span{
        font-size: 17px;
    }
    .w-cooper-con1 li h5{
        font-size: 15px;
    }
    .w-cooper-con2{
        display: block;
    }
    .w-cooper-con2 li{
        width: 100%;
    }
    .w-cooper-con3{
        
    }
    .w-cooper-con3 li h3{
        font-size: 16px;
    }
    .w-cooper-3 .line{
        display: none;
    }
    .w-cooper-con3 li .img{
        height: 60px;
    }
    .w-cooper-con2 li .text h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width: 380px) {
    .w-cooper-con3 li .img{
        height: 50px;
    }
    .w-cooper-con3 li h3{
        display: none;
    }
    .w-cooper-con3 li h4{
        display: block;
        margin-top: 8px;
        color: #fff;
        text-align: center;
        font: 400 15px/22px "Microsoft yahei";
    }
}


.w-cooper-4{
    padding: 8vh 0;
    /* background-color: #f8f8f8; */
}
.w-cooper-title h4{
    color: #555;
    font: 400 16px/40px "Microsoft yahei";
    text-align: center;
}
.w-cooper-con4{
    width: 40%;
    margin: 0 auto;
    margin-top: 4vh;
}
.w-cooper-con4 .form-control{
    height: 40px;
}
.w-cooper-con4 #message-form #checkcode{
    width: calc(100% - 120px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 1400px) {
    .w-cooper-con4{
        width: 66%;
    }
}
@media (max-width: 992px) {
    .w-cooper-con4{
        width: calc(100% - 30px);
    }
    .w-cooper-con4 .form-group div[class^='col-']{
        margin-bottom: 10px;
    }
    .w-cooper-con4 #message-form .form-group{
        margin-bottom: 0;
    }
}