



















.inGBox{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.inGTop{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inGList{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.inGItem{
    width: calc(33.3% - 40px);
    margin-right: 60px;
    margin-bottom: 15px;
}
.inGItem:nth-child(3n){
    margin-right: 0;
}
.inGItem p{
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 8px; */
    /* color: #666; */
}
.inGItem p i{
    font-size: 18px;
    color: #92e1c0;
    margin-left: 3px;
}
.inGItem2{
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 15px;
}
.inGItem2:nth-child(2n){
    margin-right: 0;
}
.inGItem2 p{
    font-size: 18px;
    font-weight: 500;
    /* color: #666; */
}
.inGItem2 p i{
    font-size: 16px;
    color: #92e1c0;
    margin-left: 3px;
}
.inGInp{
    width: 100%;
    height: 50px;
    background: #f1f2f3;
    position: relative;
    border-radius: 8px;
    font-size: 18px;
}
.inGInp input{
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 15px;
    font-size: 16px;
}
.inGInp input::placeholder{
    color: #ccc;
}
.inGSan{
    width: 10px;
    height: 10px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.inGtextarea{
    width: 100%;
    height: 100px;
    background: #f1f2f3;
    border-radius: 8px;
    margin: 10px 0;
}
.inGtextarea textarea{
    background: transparent; 
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    height: 100%;
}
.inGtextarea textarea::placeholder{
    color: #ccc;
}
.inGYBox{
    position: relative;
    margin-top: 20px;
}
.inGYItem{
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}
.inGYuan{
    width: 18px;
    height: 18px;
    background: #f1f2f3;
    border-radius: 2px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.48s;
}
.inGYItem.inGYItemAct .inGYuan{
    background: #6ad5a4;
}
.inGYuan img{
    width: 60%;
    height: 60%;
    object-fit: contain;
    opacity: 0;
    transition: all 0.48s;
}
.inGYItem.inGYItemAct .inGYuan img{
    opacity: 1;
}
.inGYItem p{
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 16px;
    color: #999;
}

.inGBoxBg {
    background: #f7f8f9;
}
.inGBoxBg .inGInp{
    background: #eeeeee;
}
.inGBoxBg .inGtextarea{
    background: #eeeeee;
}
.inGBoxBg .inGYuan{
    background: #eeeeee;
}
.inGYBtn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.inGYBtn a{
    width: 300px;
    height: 50px;
    background: #86dd7d;
    display: block;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}





@media(max-width:1440px){
    .inVTbox{
        padding: 30px;
    }
    .inVTit {
        font-size: 24px;
    }
.inVText {
font-size: 18px;}
}







/*  */
.inCBox {
    overflow: hidden;
    position: relative;
    background-image: url(../images/inCbg.png);
    background-repeat: no-repeat; 
    background-size: cover; 
    /* background-attachment: fixed; */
}
.inCTop{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
}
.inCTBox{
    margin-top: 30px;
    padding: 0 10%;
}
.inCInp{
    width: 75%;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    position: relative;
}
.inCInp input{
    width: 82%;
    height: 100%;
    padding:0 5%;
    font-size: 18px;
    background: transparent;
}
.inCBtn{
    width: 18%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #87dd7d, #2ba8e2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.inCItem{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.48s;
}
.inCYuan{
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 2px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.48s;
    border-radius: 2px;
}
.inCYuan img{
    width: 60%;
    height: 60%;
    object-fit: contain;
    opacity: 0;
    transition: all 0.48s;
}
.inCItem.inCItemAct .inCYuan{
    background: #6ad5a4;
    border: 1px solid #6ad5a4;
}
.inCItem.inCItemAct .inCYuan img{
   opacity: 1;
}
.inCItem p{
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
    width: 65%;
}
@media(max-width:1440px){
    .inCItem p{
    width: 80%;
}
}








/* 安全 */
.secBox{
    position: relative;
    margin: 50px 0;
}
.secBox .inner{
    display: flex;
    justify-content: space-between;
}
.secBox::before{
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #f7f8f9;
}
.secImg{
    width: 55%;
    padding-top: 50%;
    position: relative;
    border-radius: 0 8px 8px 0;
    background: #f7f8f9;
}
.secImg img{
    width: 70%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: contain;
}
.secIcon{
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 20px 20px 0 20px;
    background: #86dd7d;
    position: absolute;
    left: 0;
    top: 12%;
}
.secTbox{
    width: 42%;
    padding: 20px 0;
}
.secXh{
    display: inline-block;
font-size: 18px;
line-height: 1;
border: 1px solid rgba(0, 0, 0, .2);
color: #999;
padding: 10px 25px;
border-radius: 50px 50px 0 50px;
margin-bottom: 10px;
font-weight: 100;
}
.secRList{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.secRItem{
    font-size: 14px;
    background: #f7f8f9;
    line-height: 1;
    padding: 8px;
    color: #999;
    margin-right: 10px;
    border-radius: 4px;
}
.secSList{
    margin: 50px 0;
    position: relative;
}
.secSItem{
    display: flex;
    align-items: center;
    padding: 5px 0 5px 15px;
    position: relative;
}
.secSItem::after{
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #666;
}
.secSItem p{
    font-size: 18px;
    color: #333;
}
.secSItem span{
    font-size: 18px;
    color: #828181;
}
.secOTit{
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    background: -webkit-linear-gradient(90deg, #86dd7d, #2ba8e1);
    background: linear-gradient(90deg, #86dd7d, #2ba8e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.secJBox{
    padding: 40px;
    background: #f7f8f9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}
.secJItem{
    margin: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.secJSj{
    width: 55px;
    height: 50px;
    border-radius: 8px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    color: #666;
}
.secJItem p{
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    line-height: 1;
    text-transform: uppercase;
}
.secJD{
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #666;
}
.secBBox{
    margin-top: 20px;
    display: flex;
    align-items: center;
}













.busHBox {
    position: relative;
}

.busHTop {
    display: flex;
    align-items: center;
    justify-content: center
}

.busHTbox {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    background: #f7f8f9;
}

.busHImg {
    width: 50%;
    padding-top: 38%;
    position: relative;
}

.busHImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.busHRig {
    position: relative;
    padding: 50px;
    width: 50%;
}

.busHTit {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.busHTit p {
    font-size: 24px;
    font-weight: 500;
    width: calc(100% - 50px);
}



.busHRItem {
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.busHText {
    margin-top: 20px;
    display: none;
}

.busHText p span {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.busHText p {
    font-size: 18px;
    color: #666;
}

.busHJt {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8f9;
}

.busHJt svg {
    width: 60%;
    height: 60%;
}

.busHJt svg path {
    fill: #666;
}
.busHRItemAct .busHJt{
    background: linear-gradient(90deg, #86dd7d, #2ba8e1);
}
.busHRItemAct .busHJt svg path {
    fill: #fff;
}
@media(max-width:1680px) {
    .busHTbox {
        margin-top: 50px;
    }

    .busHRig {
        padding: 50px;
    }

    .busHTit p {
        font-size: 24px;
    }

    .busHText p span,
    .busHText p {
        font-size: 18px;
    }

    .busHRItem {
        padding: 25px;
        margin-bottom: 15px;
    }
}

@media(max-width:1368px) {
    .busHTit p {
        font-size: 22px;
    }

    .busHText p span,
    .busHText p {
        font-size: 16px;
    }

    .busHRig {
        padding: 35px;
    }
}

@media(max-width:1280px) {
    .busHTit p {
        font-size: 20px;
    }

    .busHText {
        margin-top: 10px;
    }
}

@media(max-width:1024px) {
    .busHTbox {
        flex-wrap: wrap;
    }

    .busHImg {
        width: 100%;
    }

    .busHRig {
        width: 100%;
        padding: 30px;
    }
}

@media(max-width:768px) {
    .busHRItem {
        padding: 20px;
        margin-bottom: 10px;
    }

    .busHRig {
        padding: 20px;
    }
    .busHTit p {
        font-size: 18px;
    }
}

@media(max-width:680px) {

    .busHText p span,
    .busHText p {
        font-size: 14px;
    }

    .busHTbox {
        margin-top: 30px;
    }
    .busHImg{
        padding-top: 65%;
    }
}

@media(max-width:500px) {
    .busHTit p {
        font-size: 16px;
    }
    .busHRig {
        padding: 12px;
    }
}