﻿@charset "utf-8";

/* CSS Document */


/*2025.9.4*/

.box {
    overflow: hidden;
}

body {
    background: #fff;
}

.container {
    max-width: 1660px;
    width: 92%;
    padding: 0;
}


.index-con {
    min-height: 1000px;
}

    .index-con::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #f5f5f5;
    }

    .index-con .pos {
        z-index: 11;
    }

.logo {
    padding: 43px 0;
    border-bottom: 1px solid #333;
}

.in-left {
    padding-right: 100px;
}

.in-right {
    padding-left: 100px;
    padding-bottom: 80px;
}

.in-ab {
    padding: 38px 0;
    border-bottom: 1px solid #333;
}

    .in-ab p {
        font-size: 24px;
        color: #000;
    }

    .in-ab h2 {
        margin-top: 38px;
        font-size: 72px;
        font-weight: bold;
        color: #ed1c24;
        line-height: 1.3;
    }

.faq {
    padding: 45px 0;
}

    .faq ul {
        padding: 0;
        margin: 0;
    }

        .faq ul li {
            margin-bottom: 35px;
            padding-left: 25px;
            background: url(../../images/hei1.png) no-repeat left 12px;
        }

            .faq ul li a {
                font-size: 20px;
                color: #333;
                line-height: 32px;
            }
/*in-right*/
.in-right {
    padding-top: 43px;
}

    .in-right h3 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
        border-top: 1px solid #333;
        padding-top: 30px;
    }

.form-two {
    display: flex;
    flex-wrap: wrap;
}

    .form-two .form-group:nth-child(odd) {
        margin-right: 4%;
    }

    .form-two .form-group {
        width: 48%;
        margin-bottom: 24px;
    }

        .form-two .form-group label {
            font-size: 18px;
            color: #333;
        }

            .form-two .form-group label i {
                color: #f00;
                font-style: normal;
            }

        .form-two .form-group input {
            border-radius: 0;
            border: 1px solid #bbb;
            line-height: 50px;
            height: 50px;
            padding: 0 10px;
        }

.form-two2 .form-group:last-child {
    width: 100%;
    margin-right: 0;
}

    .form-two2 .form-group:last-child textarea {
        width: 100%;
        margin-right: 0;
        border: 1px solid #ccc;
    }

.in-rcon {
}

    .in-rcon h4 {
        font-size: 18px;
        color: #333;
    }

        .in-rcon h4 i {
            color: #f00;
            font-style: normal;
        }

.in-type {
    border: 1px dashed #ddd;
    padding: 30px 15px;
    margin: 20px 0;
}

    .in-type ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 20%;
    }

        .in-type ul li {
            display: inline-block;
            padding: 10px;
            text-align: center;
            position: relative;
        }

            .in-type ul li.active {
                background: linear-gradient(0, #dddddd, #f5f5f5);
                border-radius: 10px;
                color: #ed1c24;
            }

            .in-type ul li img {
                max-width: 60%;
            }

            .in-type ul li svg {
                position: absolute;
                left: 10px;
                top: 10px;
                display: none;
            }

            .in-type ul li.active svg {
                display: block;
                color: #ed1c24;
            }

            .in-type ul li p {
                margin: 5px 0 0;
            }

.form-two .form-group button {
    border-radius: 0;
    border: 1px solid #ed1c24;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    background: #ed1c24;
    color: #fff;
    font-size: 18px;
}

.in-rone {
    margin-top: 15px;
}

.form-three .form-group {
    display: flex;
    padding: 20px 0;
}

    .form-three .form-group .control-label {
        padding: 0;
    }

    .form-three .form-group .con-rr {
    }

        .form-three .form-group .con-rr label {
            padding: 0 10px;
        }

.form-four {
}

.form-four {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .form-four .form-group label {
        font-size: 16px;
    }

    .form-four .form-group .radio-inline {
        padding-right: 10px;
    }

        .form-four .form-group .radio-inline input {
            margin-right: 5px;
        }

    .form-four .form-group input {
        height: auto;
        line-height: 40px;
    }

    .form-four .form-group:first-child {
        width: 100%;
        margin-right: 0;
        display: flex;
        padding: 0;
    }

    .form-four .form-group:nth-child(odd) {
        margin-right: 0;
    }

    .form-four .form-group:nth-child(even) {
        margin-right: 4%;
    }

    .form-four .form-group .control-label {
        padding: 0;
    }

    .form-four .form-group .con-rr label {
        padding: 0 10px;
    }


.total {
}

    .total span {
        font-size: 15px;
        color: #333;
    }

    .total .tocon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .total .tocon i {
            font-size: 57px;
            color: #ed1c24;
            font-style: normal;
            display: inline-block;
            padding-right: 10px;
        }

        .total .tocon b {
            font-weight: normal;
            font-size: 26px;
            color: #333;
            padding-left: 10px;
        }

        .total .tocon button {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            border: none;
            background: #ed1c24;
            line-height: 76px;
            padding: 0 37px;
            display: block;
        }

.in-rcon4 {
    margin: 30px 0;
}

    .in-rcon4 ul {
        padding: 0;
        margin: 0;
    }

        .in-rcon4 ul li {
            display: inline-block;
            width: 194px;
            padding: 15px 0;
            background: #fff;
            border: 3px solid #ccc;
            text-align: center;
            margin-right: 35px;
        }

            .in-rcon4 ul li.active, .in-rcon4 ul li.active:hover {
                border: 3px solid #f00;
            }

            .in-rcon4 ul li:hover {
                border: 3px solid rgba(255,0,0,0.35)               
            }






.zhi-con {
    margin-top: 20%;
}

    .zhi-con p {
        font-size: 24px;
    }

        .zhi-con p strong {
            color: #ed1c24;
            font-weight: normal;
        }

    .zhi-con h4 {
        font-size: 32px;
        font-weight: bold;
        color: #000;
    }






/*footer*/
.footer {
    background: #333;
    padding: 36px 0;
}

    .footer .row {
        align-content: flex-end;
        align-items: flex-end;
    }

.foot-left {
}

    .foot-left p {
        font-size: 16px;
        color: #999;
    }







@media (max-width: 1440px) {
    .in-ab h2 {
        font-size: 60px;
    }

    .in-right {
        padding-left: 50px;
    }

    .in-left {
        padding-right: 50px;
    }
}

@media (max-width: 1400px) {
}

@media (max-width: 1300px) {
}
