/* contact7页面 */
.page-wrap-left{
    display: none;
}
.page-position{
    display: none;
}
.contact7{

}
.c7-top{
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 60px;
}
/* .c7-top .top-tit{

} */
.c7-top .top-tit h3{
    line-height: 52px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.c7-top .top-tit p{
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.c7-top-show{
    position: relative;
    margin-top: 25px;
}
.c7-map{
    overflow: hidden;
    min-height: 550px;
    position: relative;
    /* z-index: 99; */
}
.c7-contact{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c7-con{
    width: 20%;
    margin-left: 80px;
    height: 85%;
    background-color: #e60012;
    padding: 40px 30px;
    color: #fff;
    position: relative;
    z-index: 999;
}
.c7-con h3{
    line-height: 44px;
    font-weight: bold;
    font-size: 20px;
}

.c7-con .con-text p{
    font-size: 14px;
    margin-top: 10px;
    /*padding-left: 35px;*/
    line-height: 20px;
}
/*.c7-con .con-text p:nth-child(1){*/
/*    background: url(//cdn.myxypt.com/2d901e13/22/04/369379704c8480d6ebfb1e6d81399b7d9bdd5a7b.png)no-repeat left center;*/
/*}*/
/*.c7-con .con-text p:nth-child(2){*/
/*    background: url(//cdn.myxypt.com/2d901e13/22/04/369379704c8480d6ebfb1e6d81399b7d9bdd5a7b.png)no-repeat left center;*/
/*}*/
/*.c7-con .con-text p:nth-child(3){*/
/*    background: url(//cdn.myxypt.com/2d901e13/22/04/57bca9d273b7d85c4a11f238920484e9c247c257.png)no-repeat left center;*/
/*}*/
/*.c7-con .con-text p:nth-child(4){*/
/*    background: url(//cdn.myxypt.com/2d901e13/22/04/6bef53b4fa65902abfdbe777eb53d24d1a0ef6b4.png)no-repeat left center;*/
/*}*/
.c7-con .con-ewm{
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}
.c7-con .con-ewm img{
    max-width: 110px;
}
.c7-con .con-ewm p{
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.c7-down{
    background: url(//cdn.myxypt.com/2d901e13/22/04/c3c2c30b5aa969c53361b27e48f90067fe02c78f.jpg)no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.c7-text{
    text-align: center;
    color: #fff;
}
.c7-text h3{
    font-size: 24px;
}
.c7-text p{
    font-size: 18px;
    padding-top: 10px;
}

.c7-down #x-form{
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.i-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.i-show .i-con{
    width: 32%;
    position: relative;
}
.i-show .i-con input{
    display: block;
    width: 100%;
    background: #fff;
    line-height: 40px;
    height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border: none;
    outline: none;
}

.i-text{
    width: 100%;
    margin-top: 15px;
    position: relative;
}
.i-text textarea{
    border: none;
    outline: none;
    height: 80px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;
    padding: 0;
}
.i-show .i-con .n-right{
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    font-size: 14px;
    display: block;
    color: #e60012;
}
.i-text .n-right{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px;
    font-size: 14px;
    display: block;
    color: #e60012;
}
.i-submit{
    position: absolute;
    width: 152px;
    top: -50px;
    right: 0;
}
.i-submit input{
    width: 100%;
    display: block;
    text-align: center;
    line-height: 38px;
    background-color: #e60012;
    font-size: 18px;
    color: #fff;
    border: none;
    outline: none;
}

/* contact7页面自适应 */
@media(max-width: 1429px){
    .c7-con{
        width: 28%;
    }
}
@media(max-width: 1199px){
    .c7-con{
        width: 30%;
    }
}
@media(max-width: 991px){
    .c7-contact{
        position: unset;
        display: block;
    }
    .c7-con{
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
    }
    .c7-con h3{
        width: 100%;
    }
    .c7-map{
        margin-top: 40px;
        min-height: unset;
        height: 300px;
    }
    .i-submit{
        position: unset;
        margin: 0 auto;
        margin-top: 15px;
    }
}
@media(max-width: 499px){
    .c7-down{
        padding: 40px 0;
    }
    
    .c7-text{
        text-align: left;
    }
    .c7-text h3{
        font-size: 22px;
        line-height: 34px;
    }
    .c7-text p{
        font-size: 16px;
    }
    .i-show .i-con{
        width: 100%;
    }
    .i-show .i-con:nth-child(-n+2){
        margin-bottom: 10px;
    }
    .i-submit input{
        font-size: 14spx;
    }
    .c7-top .top-tit h3{
        font-size: 24px;
    }
    .c7-con{
        padding: 40px 20px;
    }
}