/*.headerWrap{*/
/*	position: inherit !important;*/
/*    background: #FFFFFF !important;*/
/*	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);*/
/*    height: 1rem;*/
/*}*/
/*.header_top .level1_a{*/
/*	color: #000000 !important;*/
/*}*/
/*.header_top .level1_active .level1_a{*/
/*	color: #004EBE !important;*/
/*}*/
/*.level1_active .level1_a{*/
/*	border-color: #004EBE;*/
/*}*/
/*.header_search img:nth-of-type(2){*/
/*	opacity: 1 !important;*/
/*}*/
/*.header_search img:nth-of-type(1){*/
/*	opacity: 0 !important;*/
/*}*/
/*.header_logo a img:nth-of-type(2){*/
/*    opacity: 1 !important;*/
/*}*/
/*.header_logo a img:nth-of-type(1){*/
/*    opacity: 0 !important;*/
/*}*/
/*.level1_active .level1_a{*/
/*    border-bottom-color: #004EBE !important;*/
/*}*/


.n_contact{
    padding: 0.96rem 0 1.4rem;
}
.n_contact1{
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
}
.n_contact1_l{
    padding: 0.63rem 0.3rem 0.4rem 0.3rem;
    background: #013398;
    border-radius: 10px 0px 0px 10px;
    flex: 0 0 4.1rem;
    /* height: 7.54rem; */
    display: flex;
    flex-wrap: wrap;
}
.n_contact1_l .n_contact1_l_cont{
    width: 100%;
}
.n_contact1_l img{
    width: auto;
    height: 0.44rem;
    object-fit: contain;
}
.n_contact1_l h1{
    font-family: 'SC-Bold';
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
    margin: 0.15rem 0 0.33rem;
    margin-bottom: 0;
    width: 100%;
    line-height: 1;
}
.n_contact1_l_li{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0.17rem 0 0.11rem;
    justify-content: space-between;
    width: 100%;
}
.n_contact1_l_li p{
    font-family: 'SC-Bold';
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1;
    flex: 1;
    white-space: nowrap;
}
.n_contact1_l_li span{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1;
    flex: 1;
    white-space: nowrap;
}
.n_contact1_r{
    width: calc(100% - 4.1rem);
    height: auto;
    position: relative;
}
.n_contact1_r .pointer{
    position: absolute;
    width: .48rem;
    height: .48rem;
    top: .2rem;
    right: .2rem;
}
.ewm_cont{
    margin-top: 0.25rem;
    /*justify-content: space-between;*/
    width: 100%;
    column-gap: 0.3rem;
}
.ewm_li img{
    width: 1.44rem;
    height: 1.44rem;
    border-radius: 0.08rem;
}
.ewm_li p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.1rem;
    text-align: center;
}
.n_contact1_r img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.n_contact2{
    padding: 1.4rem 0 1.3rem;
}
.n_contact2 h1{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
}
.n_contact2_cont{
    flex-wrap: wrap !important;
    column-gap: 0.55rem;
    row-gap: 0.48rem;
    margin-top: 0.56rem;
    align-items: stretch;
}
.n_contact2_li{
    /* flex: 0 0 31%; */
    width: calc(33.33% - 0.36667rem);
    padding: 0.23rem 0.4rem 0.48rem;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #DBDBDB;
}
.n_contact2_li p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    margin-top: 0.27rem;
}
.n_contact2_li span{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #5D5D5D;
    margin-top: 0.12rem;
    display: block;
}
.n_contact3{
    padding: 1.02rem 0 1.35rem;
    background: url("../img/coo.png") no-repeat;
}

.solu_3{
    padding-top: 1.12rem;
}
.solu_tit{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    text-align: center;
}
.solu_dec{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #5A5A5A;
    margin-top: 0.3rem;
    text-align: center;
}
.form{
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.input_list{
    padding: 0.4rem 0 0.19rem;
    border-bottom: 1px solid #CECECE;
    flex: 0 0 48%;
}
.input_list input,textarea{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}
.input_list input::placeholder,textarea::placeholder{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #ACACAC;
}
.solu_3 textarea{
    width: 100%;
    height: 2.2rem;
    background: #F5F5F5;
    border-radius: 10px 10px 10px 10px;
    margin-top: 0.45rem;
    padding: 0.22rem 0.24rem;
}
.mm{
    margin-top: 0.25rem;
}
.mm p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 300;
    font-size: 0.16rem;
    color: #AAAAAA;
    margin-left: 0.1rem;
}
.solu_3 button{
    width: 1.6rem;
    height: 0.5rem;
    background: #D3D3D3;
    margin: 0.3rem auto 0;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.solu_3 button:hover{
    background: #013398;
    color: #fff;
}




@media screen and (max-width: 1043px) {
    .n_contact{
        padding: 40px 0 60px;
    }
    .n_contact1{
        
    }
    .n_contact1_l{
        width: 50%;
        flex: auto;
        padding: 20px;
    }
    .n_contact1_r{
        width: 50%;
    }
    .n_contact1_l img{
        height: 46px;
    }
    .n_contact1_l h1{
        font-size: 22px;
        margin: 15px 0 30px;
    }
    .n_contact1_l_li{
        padding: 15px 0 10px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .n_contact1_l_li p{
        font-size: 16px;
        width: 100%;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    .n_contact1_l_li span{
        font-size: 16px;
    }
    .ewm_cont{
        margin-top: 20px;
    }
    .ewm_li img{
        width: 120px;
        height: auto;
    }
    .ewm_li p{
        font-size: 16px;
    }
}

@media screen and (max-width: 769px) {
    .n_contact1{
        flex-wrap: wrap;
    }
    .n_contact1_l{
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .n_contact1_r{
        width: 100%;
    }
}



