body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
body{
    font:12px/1.5em "Microsoft YaHei"!important;
}
ol, ul{
    margin: 0;
    padding: 0;
}
/*初始化结束*/

.banner{
    width: 100%;
    min-width: 1200px;
}
.banner img{
    width: 100%;
}

.index-part1{
    width: 100%;
    min-width: 1200px;
    padding: 60px 0;
}
.index-part1 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part1 .top{
    height: 550px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-part1 .title{
    padding: 46px 0 70px 78px;
}
.index-part1 li{
    padding-bottom: 20px;
    position: relative;
}
.index-part1 .r{
    position: relative;
}
.index-part1 .btn{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.index-part1 .btn img{
    cursor: pointer;
}
.index-part1 .btn:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    right: -330px;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
    background: #fff;
}
.index-part2{
    width: 100%;
    min-width: 1200px;
    height: 720px;
    background: url("../images/ip2-bg.jpg") no-repeat center;
}
.index-part2 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part2 .title{
    text-align: center;
    padding: 60px 0 40px 0;
}
.index-part2 .list{
    position: relative;
    width: 1200px;
    height: 480px;
}
.index-part2 .list li{
    position: absolute;
}
.index-part2 .list li:nth-child(1){
    left: 0;
    top: 345px;
}
.index-part2 .list li:nth-child(2){
    top: 145px;
    left: 60px;
}
.index-part2 .list li:nth-child(3){
    top: 0;
    left: 540px;
}
.index-part2 .list li:nth-child(4){
    right: 55px;
    top: 138px;
}
.index-part2 .list li:nth-child(5){
    bottom: 0;
    right: 0;
}
.index-part3{
    width: 100%;
    min-width: 1200px;
    background: url("../images/ip3-bg.jpg") no-repeat center;
    height: 260px;
}
.index-part3 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part3 .title{
    text-align: center;
    padding: 35px 0 0 0;
}
.index-part3 .title h2{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.index-part3 .title h3{
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
    padding: 24px 0;
}
.index-part3 .btn-list{
    width: 260px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.index-part3 .btn-list div{
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 38px;
    border-radius: 15px;
}
.index-part3 .btn-list div:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: -40px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
    background: #fff;
}

.index-part3 .tel{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto;
    width: 340px;
    padding-top: 25px;
}
.index-part3 .tel p{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.index-part3 .tel h2{
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -2px;
}

.index-part4{
    width: 100%;
    min-width: 1200px;
    height: 494px;
    border-bottom: 2px solid #d6d6d6;
}
.index-part4 .border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 55px;
}
.index-part4 .l{
    background: url("../images/ip4-bg.jpg") no-repeat center;
    width: 672px;
    height: 439px;
    position: relative;
}
.index-part4 .l .video{
    width: 496px;
    height: 310px;
    overflow: hidden;
    background-color: #000;
    position: absolute;
    top: 32px;
    left: 87px;
}
.index-part4 .l .video video{
    height: 100%;
}
.index-part4 .r{
    width: 460px;
}
.index-part4 .r ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 40px 0;
}
.index-part4 .r ul li{
    text-align: center;
}

.index-part4 .r ul li img{
    margin-bottom: 12px;
}
.index-part4 .r h2{
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 35px;
}
.index-part4 .r .content{
    font-size: 20px;
    line-height: 28px;
    color: #333;
}
.index-part4 .r .content b{
    color: #e9011d;
    font-size: 20px;
}
.index-part4 .r .tel{
    font-size: 20px;
    line-height: 24px;
    color: #e9011d;
}
.index-part4 .r .tel b{
    font-size: 28px;
    line-height: 24px;
    letter-spacing: -2px;
}
.index-part5{
    width: 100%;
    min-width: 1200px;
}
.index-part5 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part5 .title{
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-part5 .title img:nth-child(1){
    margin-bottom: 40px;
}
.index-part5 .list{
    width: 1200px;
    height: 659px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.index-part5 .list li{
    position: relative;
}
.index-part5 .btn-list{
    text-align: center;
    padding: 80px 0;
    width: 700px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.index-part5 .btn-list div{
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.index-part5 .btn-list div:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
    background: #fff;
}

.index-part6{
    width: 100%;
    min-width: 1200px;
    padding-bottom: 94px;
}
.index-part6 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part6 .title{
    text-align: center;
    padding: 60px 0 27px 0;
}
.index-part6 .list{
    position: relative;
    width: 996px;
    height: 320px;
    margin: 0 auto;
}
.index-part6 .list li{
    position: absolute;
}
.index-part6 .list li img{
    cursor: pointer;
}
.index-part6 .list li:hover img{
    -webkit-animation: aase 0.8s 1; -moz-animation: aase 0.8s 1; animation: aase 0.8s 1;
}
.index-part6 .list li:nth-child(1){
    top: 79px;
    left: 0;
}
.index-part6 .list li:nth-child(2){
    top: 0;
    left: 140px;
}
.index-part6 .list li:nth-child(3){
    bottom: 0;
    left: 140px;
}
.index-part6 .list li:nth-child(4){
    top: 79px;
    left: 278px;
}
.index-part6 .list li:nth-child(5){
    top: 0;
    left: 416px;
}
.index-part6 .list li:nth-child(6){
    bottom: 0;
    left: 416px;
}
.index-part6 .list li:nth-child(7){
    top: 79px;
    right: 278px;
}
.index-part6 .list li:nth-child(8){
    top: 0;
    right: 140px;
}
.index-part6 .list li:nth-child(9){
    bottom: 0;
    right: 140px;
}
.index-part6 .list li:nth-child(10){
    right: 0;
    top: 79px;
}

.index-part7{
    width: 100%;
    min-width: 1200px;
    padding-bottom: 100px;
}
.index-part7 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part7 .title{
    text-align: center;
    margin-bottom: -52px;
}
.index-part7 .title img{
    position: relative;
    z-index: 1;
}
.index-part7 .list{
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding-top: 49px;
    overflow: hidden;
    height: 440px;
}
.index-part7 .list li{
    height: 63px;
    line-height: 63px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.index-part7 .list p{
    font-size: 20px;
    width: 25%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-part8{
    width: 100%;
    min-width: 1200px;
    height: 377px;
    background: url("../images/ip8-bg.jpg") no-repeat center;
}
.index-part8 form{
    width: 1200px;
    margin: 0 auto;
}
.index-part8 .title{
    text-align: center;
    padding-bottom: 65px;
}
.index-part8 .title h2{
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    padding: 79px 0 25px 0;
}
.index-part8 .title p{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.index-part8 .list{
    display: flex;
    flex-direction: row;
}
.index-part8 .list input{
    width: 324px;
    height: 68px;
    background: none;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 22px;
    border-radius: 15px;
    outline: none;
    padding:0 27px;
}
.index-part8 .list input:nth-child(1){
    margin-right: 30px;
}
.index-part8 .list input::placeholder{
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
}

.index-part8 .list button{
    width: 226px;
    height: 68px;
    background: #ffffff;
    color: #005fcb;
    font-size: 26px;
    line-height: 68px;
    text-align: center;
    border-radius: 15px;
    margin-left: 60px;
    cursor: pointer;
    outline: none;
    border: none;
}
.index-part8 .list .btn{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.index-part8 .list .btn:after{
    /*content: "";*/
    /*position: absolute;*/
    /*width: 200px;*/
    /*height: 200px;*/
    /*left: 60px;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*opacity: 0;*/
    /*margin: auto;*/
    /*border-radius: 50%;*/
    /*transform: scale(1);*/
    /*animation: 1s btn ease-in-out infinite;*/
    /*background: #fff;*/
}

@-webkit-keyframes aase{
    0%{-webkit-transform: rotateY(0deg);}
    100%{-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes aase{
    0%{-moz-transform: rotateY(0deg);}
    100%{-moz-transform: rotateY(360deg);}
}
@keyframes aase{
    0%{transform: rotateY(0deg);}
    100%{transform: rotateY(360deg);}
}

@keyframes btn {
    0%{
        transform:scale(0);
        opacity: 1;
    }
    100%{
        transform:scale(1);
        opacity: 0;
    }
}

.an1{
    animation: an1 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an1{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an2{
    animation: an2 1.1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an2{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an3{
    animation: an3 1.2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an3{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an4{
    animation: an4 1.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an4{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an5{
    animation: an5 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an5{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.an6{
    animation: an6 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an6{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an7{
    animation: an7 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an7{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an8{
    animation: an8 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an8{
    from{
        opacity: 0;
        top: -100px;
    }
    to{
        opacity: 1;
        top: 0;
    }
}
.an9{
    animation: an9 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an9{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.an10{
    animation: an10 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an10{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.an11{
    animation: an11 0.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an11{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an12{
    animation: an12 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an12{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.an13{
    animation: an13 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an13{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an14{
    animation: an14 2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an14{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}

#LRdiv0{
    display: none!important;
}
.index-part4 .r .btn{
    display: none;
}
.mbanner_number{
    display: none;
}
@media only screen and (max-width: 768px){
    .banner{
        min-width: 100%;
        height: 17.3125rem;
    }
    .banner img{
        width: 100%;
        height: 17.3125rem;
        object-fit: cover;
    }
    .tel-one{
        display: none;
    }
    .index-part1{
        min-width: 100%;
        padding: 0;
    }
    .index-part1 .border{
        width: 100%;
        padding: 2.5rem 0;
    }
    .index-part1 .top{
        width: 100%;
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .index-part1 .top .l .list{
        display: none;
    }
    .index-part1 .title{
        padding: 0;
        width: 29.375rem;
        height: auto;
    }
    .index-part1 .r{
        padding: 1.25rem 0 1.875rem 0;
    }
    .index-part1 .r img{
        width: 30rem;
        height: auto;
    }
    .index-part1 .btn img{
        width: 30rem;
        height: auto;
    }
    .index-part2{
        min-width: 100%;
        height: auto;
        padding: 1rem 0 3.75rem 0;
        background-size: cover;
        background-position: center 0;
    }
    .index-part2 .border{
        width: 100%;
    }
    .index-part2 .title{
        padding: 0;
    }
    .index-part2 .title img{
        width: 29.0625rem;
        height: auto;
    }
    .index-part2 .list{
        width: 44.375rem;
        height: 25.375rem;
        margin: 0 auto;
    }
    .index-part2 .list li img{
        width: 15.25rem;
        height: auto;
    }
    .index-part2 .list li:nth-child(1){
        left: 0;
        top: auto;
        bottom: 0.6875rem;
    }
    .index-part2 .list li:nth-child(2) {
        top: 9.0625rem;
        left: 3.75rem;
    }
    .index-part2 .list li:nth-child(3){
        left: 18rem;
        padding-top: 0.875rem;
    }
    .index-part2 .list li:nth-child(3) img{
        width: 9.625rem;
        height: auto;
    }
    .index-part2 .list li:nth-child(4) {
        right: 3.4375rem;
        top: 8.625rem;
    }
    .index-part3{
        min-width: 100%;
        height: 16.25rem;
    }
    .index-part3 .border{
        width: 100%;
    }
    .index-part3 .title{
        padding: 2.1875rem 0 0 0;
    }
    .index-part3 .title h2{
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .index-part3 .title h3{
        font-size: 1.625rem;
        line-height: 1.625rem;
        padding: 1.5rem 0;
    }
    .index-part3 .tel p{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .index-part3 .tel h2{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .index-part3 .btn-list{
        width: 16.25rem;
    }
    .index-part3 .btn-list div{
        width: 7.25rem;
        height: 2.375rem;
    }
    .index-part3 .btn-list div img{
        width: 7.25rem;
        height: 2.375rem;
    }
    .index-part3 .tel{
        width: 21.25rem;
        padding-top: 1.5625rem;

    }
    .index-part4{
        min-width: 100%;
        height: auto;
    }
    .index-part4 .border{
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 2.5rem 0;
    }
    .index-part4 .l{
        background-size: cover;
        width: 42rem;
        height: 27.4375rem;
        margin-bottom: 1.875rem;
    }
    .index-part4 .l .video{
        width: 31rem;
        height: 19.375rem;
        top: 2rem;
        left: 5.4375rem;
    }
    .index-part4 .l .video video{
        width: 31rem;
        height: 19.375rem;
    }
    .index-part5{
        display: none;
    }
    .index-part4 .r{
        width: 44.375rem;
    }
    .index-part4 .r h2 {
        font-size: 1.875rem;
        line-height: 1.875rem;
        padding-bottom: 2.1875rem;
        display: none;
    }
    .index-part4 .r .content {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .index-part4 .r .content b{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .index-part4 .r ul{
        margin: 1.8125rem 0 2.4375rem 0;
    }
    .index-part4 .r ul li img{
        width: 6rem;
        height: 6rem;
        margin-bottom: 0.75rem;
    }
    .index-part4 .r ul li p{
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
    .index-part4 .r .tel{
        display: none;
    }
    .index-part4 .r .btn{
        position: relative;
        text-align: center;
    }
    .index-part4 .r .btn img{
        width: 30rem;
        height: auto;
    }
    .index-part4 .r .btn:after {
        content: "";
        position: absolute;
        width: 12.5rem;
        height: 12.5rem;
        left: 0;
        right: -20.625rem;
        top: 0;
        bottom: 0;
        opacity: 0;
        margin: auto;
        border-radius: 50%;
        transform: scale(1);
        animation: 1s btn ease-in-out infinite;
        background: #fff;
    }
    .new_number_border{
        display: none;
    }
    .mbanner_number{
        width: 100%;
        height: 14.625rem;
        background: url("../images/banner1m.jpg") no-repeat center;
        background-size: cover;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .mbanner_number .info{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-right: 1.25rem;
    }
    .mbanner_number .info p:nth-child(1){
        font-size: 1.75rem;
        line-height: 1.75rem;
        color: #fff;
        margin: 3.5rem 0 1.1875rem 0;
    }
    .mbanner_number .info p:nth-child(2){
        font-size: 1.375rem;
        line-height: 1.875rem;
        color: #fff;
        width: 23.125rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .mbanner_number .info p:nth-child(3){
        font-size: 1.125rem;
        line-height: 1.125rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        color: #fff;
        position: relative;
        padding-left: 2.5rem;
    }
    .mbanner_number .info p:nth-child(3) b{
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
    .mbanner_number .info p:nth-child(3):before{
        position: absolute;
        content: '';
        width: 1.8125rem;
        height: 1.8125rem;
        background: url("../images/m_icon_24.png") no-repeat center;
        background-size: cover;
        left: 0;
        bottom: 0;
    }
    .index-part6{
        min-width: 100%;
        padding: 2.5rem 0 3.75rem 0;
    }
    .index-part6 .border{
        width: 100%;
    }
    .index-part6 .title{
        padding: 0;
    }
    .index-part6 .title img{
        width: 25.5rem;
        height: auto;
    }
    .index-part6 .list{
        width: 44.375rem;
        height: 14rem;
        /*border: 0.0625rem solid red;
         */
        margin-top: 3.125rem;
    }
    .index-part6 .list li img{
        width: 7.5rem;
        height: 6.375rem;
    }
    .index-part6 .list li:nth-child(1){
        top: 3.875rem;
        left: 0;
    }
    .index-part6 .list li:nth-child(2){
        top: 0;
        left: 6.125rem;
    }
    .index-part6 .list li:nth-child(3){
        bottom: 0;
        left: 6.125rem;
    }
    .index-part6 .list li:nth-child(4){
        top: 3.875rem;
        left: 12.375rem;
    }
    .index-part6 .list li:nth-child(5){
        top: 0;
        left: 18.5rem
    }
    .index-part6 .list li:nth-child(6){
        bottom: 0;
        left:18.5rem
    }
    .index-part6 .list li:nth-child(7){
        top: 3.875rem;
        right: 12.25rem;
    }
    .index-part6 .list li:nth-child(8){
        top: 0;
        right: 6rem;
    }
    .index-part6 .list li:nth-child(9){
        bottom: 0;
        right: 6rem;
    }
    .index-part6 .list li:nth-child(10){
        right: 0;
        top: 3.875rem;
    }
    .index-part7{
        min-width: 100%;
        padding-bottom: 2.5rem;
    }
    .index-part7 .border{
        width: 100%;
    }
    .index-part7 .title{
        margin-bottom: -3.25rem;
    }
    .index-part7 .title img{
        width: 14.0625rem;
        height: 3rem;
    }
    .index-part7 .list{
        height: 23.875rem;
        padding-top: 2.75rem;
        margin-top: 0.75rem;
    }
    .index-part7 .list li{
        height: 3rem;
        line-height: 3rem;
    }
    .index-part7 .list p{
        font-size: 1.25rem;
    }
    .index-part8{
        min-width: 100%;
        height: 16.9375rem;
    }
    .index-part8 form{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 3.4375rem 0 3.75rem 0;
    }
    .index-part8 .title{
        padding: 0;
    }
    .index-part8 .title h2{
        font-size: 1.875rem;
        line-height: 1.875rem;
        padding: 0;
    }
    .index-part8 .title p{
        font-size: 1rem;
        line-height: 1rem;
        padding: 0.875rem 0 2.875rem 0;
    }
    .index-part8 .list{
        justify-content: space-between;
        align-items: center;
        width: 44.375rem;
    }
    .index-part8 .list input{
        width: 13.75rem;
        height: 3.0625rem;
        padding: 0 1.25rem;
        font-size: 1.25rem;
        line-height: 3.0625rem;
    }
    .index-part8 .list input::placeholder{
        font-size: 1.25rem;
    }
    .index-part8 .list input:nth-child(1){
        margin-right: 0;
    }
    .index-part8 .list button{
        width: 9.375rem;
        height: 3.0625rem;
        line-height: 3.0625rem;
        margin-left: 0;
        font-size: 1.5rem;
    }
}