.proType_box {
    margin-top: -5%;
    background: #232323;
    padding-bottom: 60px;
}

.proType_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proType_li {
    padding: 40px 0 20px 20px;
    width: 49%;
    margin-bottom: 40px;
    background: #1C1C1C;
}

.proType_li_tit {
    padding-right: 20px;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #006ed0;
    max-width: 455px;
}

.proType_li_bot {
    margin-top: 2px;
    justify-content: space-between;
    align-items: flex-end;
}

.proType_li_bot_ul {
    flex: 1;
    margin-right: 12px;
}

.proType_li_bot_li {
    padding-left: 15px;
    position: relative;
}

.proType_li_bot_li::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 17px;
    background: #006ed0;
    position: absolute;
    left: 0;
    top: 7px;
}

.proType_li_bot_li a {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2em;
}

.proType_li_bot_li a:hover {
    color: #006ed0;
}

.proType_li_bot_btn {
    display: inline-block;
    line-height: 53px;
    border-radius: 4px;
    border: 1px solid #006ed0;
    text-align: center;
    padding: 0 12%;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #006ed0;
    margin-top: 30px;
}

.proType_li_bot_btn:hover {
    background: #006ed0;
    color: #FFFFFF;
}

.proType_li_bot_R {
    width: 36%;
}

.proType_li_bot_R .imgBox {
    padding-bottom: 92.7%;
}

.proType_desc {
    background: #1C1C1C;
    padding: 5% 0;
}

.proType_desc .layout {
    justify-content: space-between;
}

.proType_desc .layout::after {
    display: none;
}

.proType_desc_left {
    width: 48.2%;
}

.proType_desc_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
}

.proType_desc_text {
    margin-top: 15px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.proType_desc_right {
    width: 46.2%;
}

.proType_desc_right .imgBox {
    padding-bottom: 73.5%;
}

.proType_explore {
    padding: 5% 0;
    background: #232323;
}

.proType_explore .layout {
    align-items: flex-start;
    justify-content: space-between;
}

.proType_explore .layout::after {
    display: none;
}

.proType_explore_left {
    width: 28%;
}

.proType_explore_tit_box {
    align-items: flex-end;
    padding-right: 30px;
}

.proType_explore_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
}

.proType_explore_tit_b {
    width: 22px;
    flex-shrink: 0;
    display: inline-block;
    height: 22px;
    margin-bottom: 20px;
    background: url('img/titleIcon.webp') no-repeat;
    background-size: 100% 100%;
}

.proType_explore_ul {
    margin-top: 30px;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.proType_explore_ul li {
    padding: 0 20px;
    border-bottom: 1px solid #747373;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.proType_explore_ul li:hover {
    border-bottom: 3px solid #006ed0;
}

.proType_explore_right {
    width: 69%;
}

.proType_explore_right .imgBox {
    padding-bottom: 41.3%;
}

.proType_explore_right_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0;
}

.proType_explore_right_desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.8;
}

.proType_con {
    padding: 5% 0;
}

.proType_form {
    margin-top: 40px;
}

.proType_form ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proType_form ul li {
    width: calc((100% - 20px) / 3);
    height: 46px;
    background: #1C1C1C;
    border-radius: 5px;
    margin-bottom: 16px;
    padding: 5px 30px;
    position: relative;
}

.proType_form ul li:last-child {
    width: 100%;
    height: 136px;
}

.proType_form ul li input,
.proType_form ul li textarea {
    height: 100%;
    width: 100%;
    background: none;
    border-radius: 0;
    border: 0;
    font-family: DIN-Medium;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.proType_form ul li input::placeholder,
.proType_form ul li textarea::placeholder {
    font-family: DIN-Medium;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.proType_form ul li::after {
    content: '*';
    font-family: DIN-Medium;
    font-weight: 400;
    font-size: 16px;
    color: #FF0000;
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
}

.proType_form ul li:last-child:after {
    top: 6px;
}
.proType_form>form>div>div{
    text-align: center;
}
.proType_form .hover_btn {
    width: 226px;
    height: 52px;
    background: #006ed0;
    border-radius: 26px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #006ed0;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin: 10px auto 0;
    padding: 0;
}

.proType_form .hover_btn:hover{
    background: none;
    color: #006ed0;
}

@media only screen and (max-width: 950px) {
    .proType_li{
        width: 100%;
    }
    .proType_li_bot_R{
        width: 60%;
    }
    .proType_desc_tit,.proType_explore_tit{
        font-size: 30px;
    }
    .proType_desc .layout,.proType_explore .layout{
        flex-wrap: wrap;
    }
    .proType_desc_left,.proType_explore_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .proType_desc_right,.proType_explore_right{
        width: 100%;
    }
    .proType_box{
        padding-bottom: 0;
    }
    .proType_explore_tit_b{
        margin-bottom: 0;
        margin-left: 20px;
    }
    .proType_explore_tit_box{
        align-items: center;
    }
    .proType_form ul li{
        width: 100%;
    }
}