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;
    height: 670px;
    background: url("../images/ip1-bg.jpg") no-repeat center;
}
.index-part1 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part1 .title{
    text-align: center;
}
.index-part1 .list{
    position: relative;
    width: 1200px;
    height: 200px;
}
.index-part1 .list li{
    position: absolute;
}
.index-part1 .list li:nth-child(1){
    left: 0;
    top: 0;
}
.index-part1 .list li:nth-child(2){
    right: 0;
    top: 0;
}
.index-part1 .list li:nth-child(3){
    left: 0;
    bottom: 0;
}
.index-part1 .list li:nth-child(4){
    right: 0;
    bottom: 0;
}
.index-part2{
    width: 100%;
    min-width: 1200px;
    background: url("../images/ip2-bg.jpg") no-repeat center top;
    height: 657px;
}
.index-part2 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part2 .title{
    text-align: center;
    padding: 35px 0 45px 0;
}
.index-part2 .list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-part2 .list li{
    text-align: center;
    cursor: pointer;
}
.index-part2 .list li p{
    font-size: 24px;
    line-height: 24px;
    color: #353535;
    margin-top: 20px;
}
.index-part2 .list li:hover img{
    -webkit-animation: aase 0.8s 1; -moz-animation: aase 0.8s 1; animation: aase 0.8s 1;
}
.index-part2 .btn{
    text-align: center;
    margin-top: 97px;
    position: relative;
    overflow: hidden;
}
.index-part2 .btn img{
    cursor: pointer;
}
.index-part2 .btn: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-part3{
    width: 100%;
    min-width: 1200px;
    height: 1000px;
}
.index-part3 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part3 .title{
    text-align: center;
    padding: 35px 0 60px 0;
}
.index-part3 .list{
    width: 1200px;
    height: 506px;
    position: relative;
}
.index-part3 .list img:nth-child(1){
    position: absolute;
    top: 37px;
    left: 0;
}
.index-part3 .list img:nth-child(2){
    position: absolute;
    top:0;
    right: 0;
}
.index-part3 .btn{
    text-align: center;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.index-part3 .btn: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-part3 .btn img{
    cursor: pointer;
}
.index-part4{
    width: 100%;
    min-width: 1200px;
    height: 890px;
    background: url("../images/ip4-bg.jpg") no-repeat center;
}
.index-part4 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part4 .title{
    text-align: center;
}
.index-part4 .video{
    width: 1180px;
    height: 480px;
    border: 10px solid #f64743;
    background-color: #000;
}
.index-part4 .video video{
    height: 100%;
    outline: none;
}
.index-part4 .btn-list{
    padding-top: 60px;
    display: flex;
    margin: 0 auto;
    width: 650px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-part4 .btn-list img{
    cursor: pointer;
}
.index-part4 .btn-list div{
    position: relative;
    overflow: hidden;
}
.index-part4 .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-part5{
    width: 100%;
    min-width: 1200px;
    height: 1085px;
}
.index-part5 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part5 .title{
    text-align: center;
    padding: 35px 0 40px 0;
}
.index-part5 .list{
    width: 1200px;
    height: 635px;
    background: url("../images/ip5-bg.png") no-repeat center bottom;
    position: relative;
}
.index-part5 .list img{
    position: absolute;
}
.index-part5 .list img:nth-child(1){
    left: 0;
    top: 0;
}
.index-part5 .list img:nth-child(2){
    right: 0;
    top: 0;
}
.index-part5 .list img:nth-child(3){
    left: 0;
    top: 183px;
}
.index-part5 .list img:nth-child(4){
    right: 0;
    top: 183px;
}
.index-part5 .list img:nth-child(5){
    left: 0;
    bottom:72px;
}
.index-part5 .list img:nth-child(6){
    right: 0;
    bottom: 72px;
}
.index-part5 .btn-list{
    text-align: center;
    padding-top: 100px;
    width: 650px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.index-part5 .btn-list img{
    cursor: pointer;
}
.index-part5 .btn-list div{
    position: relative;
}
.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;
    height: 780px;
}
.index-part6 .border{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.index-part6 .title{
    text-align: center;
    padding: 35px 0 40px 0;
}
.index-part6 .list{
    width: 1200px;
    height: 440px;
    background: url("../images/ip6-bg.png") no-repeat center;
    position: relative;
}
.index-part6 .list li{
    position: absolute;
}
.index-part6 .list li:nth-child(1){
    top: 140px;
    left: 344px;
}
.index-part6 .list li:nth-child(2){
    top: 146px;
    left: 582px;
}
.index-part6 .list li:nth-child(3){
    top: 142px;
    right: 285px;
}
.index-part6 .list li:nth-child(4){
    top: 160px;
    right: 35px;
}
.index-part6 .list li:nth-child(5){
    left: 347px;
    bottom: 37px;
}
.index-part6 .list li:nth-child(6){
    left: 605px;
    bottom: 25px;
}
.index-part6 .list li:nth-child(7){
    right: 298px;
    bottom: 30px;
}
.index-part6 .list li:nth-child(8){
    right: 38px;
    bottom: 30px;
}
.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-part7{
    width: 100%;
    min-width: 1200px;
    height: 875px;
    background: url("../images/ip7-bg.jpg") no-repeat center;
}
.index-part7 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part7 .title{
    text-align: center;
    padding: 40px 0 60px 0;
}
.index-part7 .list{
    position: relative;
    width: 1200px;
    height: 450px;
    overflow: hidden;
}
.index-part7 .list li{
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.index-part7 .list li img{
    object-fit: cover;
}
.index-part7 .list li:hover img{
    transform: scale(1.2, 1.2);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
}
.index-part7 .list li:nth-child(1){
    left: 0;
    top: 0;
    height: 450px;
}
.index-part7 .list li:nth-child(2){
    top: 0;
    right:298px;
    height: 224px;
}
.index-part7 .list li:nth-child(3){
    top: 0;
    right: 0;
    height: 224px;
}
.index-part7 .list li:nth-child(4){
    bottom: 0;
    right:298px;
    height: 224px;
}
.index-part7 .list li:nth-child(5){
    bottom: 0;
    right: 0;
    height: 224px;
}
.index-part7 .list li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.4);
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.index-part8{
    width: 100%;
    min-width: 1200px;
    height: 775px;
}
.index-part8 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part8 .title{
    text-align: center;
    padding: 40px 0 55px 0;
}
.index-part8 .list{
    width: 884px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-part8 .list a{
    text-decoration: none;
}
.index-part8 .list .l{
    width: 372px;
    height: 434px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.index-part8 .list .l:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url("../images/ip8-p.png") no-repeat center;
    top: 170px;
    right: -102px;
}
.index-part8 .list .l img{
    width: 370px;
    height: 350px;
    border: 1px solid #eeeeee;
}
.index-part8 .list .l p{
    width: 372px;
    height: 82px;
    line-height: 82px;
    background-color: #186ef0;
    color: #fff;
    font-size: 31px;
    text-align: center;
}
.index-part8 .list .r{
    width: 372px;
    height: 434px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.index-part8 .list .r img{
    width: 370px;
    height: 350px;
    border: 1px solid #eeeeee;
}
.index-part8 .list .r p{
    width: 372px;
    height: 82px;
    line-height: 82px;
    background-color: #186ef0;
    color: #fff;
    font-size: 31px;
    text-align: center;
}
.index-part8 .list a:hover img{
    border: 1px solid #186ef0;
}
.index-part9{
    width: 100%;
    min-width: 1200px;
    height: 594px;
    background-color: #f0f0f0;
    padding-top: 50px;
}
.index-part9 .border{
    background-color: #fff;
    width: 1200px;
    height: 540px;
    margin: 0 auto;
}
.index-part9 form{
    width: 1200px;
    height: 540px;
    background: url("../images/form-r.png") no-repeat right top;
}
.index-part9 form .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 120px 124px 54px 35px;
}
.index-part9 form .l{
    width: 605px;
    height: 284px;
}
.index-part9 form .l p{
    height: 62px;
    width: 80px;
    line-height: 62px;
    font-size: 24px;
    color: #353535;
    position: relative;
}
.index-part9 form .l p b{
    color: red;
    position: absolute;
}
.index-part9 form .l li{
    width: 605px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-part9 form .l input{
    width: 504px;
    height: 58px;
    margin-bottom: 24px;
}
.index-part9 form .l textarea{
    width: 506px;
    height: 110px;
    resize: none;
}
.index-part9 form .r{
    width: 335px;
    height: 284px;
    border-left: 2px solid #eeeeee;
    padding-left: 20px;
    overflow: hidden;
}
.index-part9 form .r li{
    width: 310px;
    /*height: 120px;*/
    border-bottom: 1px dotted #e9e9e9;
    position: relative;
    padding-bottom: 10px;
}
.index-part9 form .r li h2{
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    padding: 20px 0 15px 0;
}
.index-part9 form .r li h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
    padding-bottom: 10px;
}
.index-part9 form .r li p{
    font-size: 14px;
    line-height: 14px;
    color: #a6a6a6;
}
.index-part9 form .btn{
    text-align: center;
    position: relative;
    overflow: hidden;
}
/*.index-part9 form .btn: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-part9 form button{
    width: 140px;
    height: 38px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    border-radius: 15px;
    border: none;
    background-color: #186ef0;
    outline: none;
    cursor: pointer;
    /*position: relative;*/
    /*z-index: 1;*/
}



.tel_btn{
    position: absolute;
    bottom: 53px;
    left: 0;
}
.tel_btn div{
    width: 280px;
    height: 80px;
}









@keyframes btn {
    0%{
        transform:scale(0);
        opacity: 1;
    }
    100%{
        transform:scale(1);
        opacity: 0;
    }
}




@-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);}
}

.an1{
    animation: an1 0.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an1{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an2{
    animation: an2 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an2{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.an3{
    animation: an3 1.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an3{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an4{
    animation: an4 2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an4{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}

.an5{
    animation: an5 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an5{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an6{
    animation: an6 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an6{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 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 1.1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an8{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.an9{
    animation: an9 1.2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an9{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an10{
    animation: an10 1.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an10{
    from{
        opacity: 0;
        right: -100px;
    }
    to{
        opacity: 1;
        right: 0;
    }
}
.an11{
    animation: an11 1.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an11{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an12{
    animation: an12 1.6s;
    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;
        top: -100px;
    }
    to{
        opacity: 1;
        top: 0;
    }
}
.an14{
    animation: an14 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an14{
    from{
        opacity: 0;
        bottom: -100px;
    }
    to{
        opacity: 1;
        bottom: 0;
    }
}

#LRdiv0{
    display: none!important;
}
.index-part1 .title p{
    display: none;
}
.index-part2 .title p{
    display: none;
}
.index-part3 .title p{
    display: none;
}
.index-part4 .title p{
    display: none;
}
.index-part5 .title p{
    display: none;
}
.index-part6 .title p{
    display: none;
}
.index-part7 .title p {
    display: none;
}
.index-part8 .title p{
    display: none;
}
.index-part2 .btn2{
    display: none;
}
.new_number4{
    position: absolute;
    color: #fff;
    bottom: 21px;
    right: 44px;
    font-size: 22px;
}
.new_number3{
    position: absolute;
    top: 20px;
    left: 38%;
    z-index: 223;
    font-size: 32px;
}
.new_number_border2 {
    position: relative;
}
.new_number_border2 .new_number{
    position: absolute;
    bottom: 4vw;
    right: 40vw;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
}
@media only screen and (max-width: 768px){
    .banner{
        min-width: 100%;
    }
    .tel-one{
        display: none;
    }
    .index-part1{
        min-width: 100%;
        height: 10.4375rem;
        background-size: cover;
    }
    .index-part1 .border{
        width: 100%;
    }
    .index-part1 .title{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part1 .title img{
        display: none;
    }
    .index-part1 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 1.25rem 0 1.375rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part1 .title p:after{
        content: '';
        width: 1.5625rem;
        height: 0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 0.9375rem;
        left: 4.6875rem;
    }
    .index-part1 .list{
        width: 100%;
        height: 5rem;
    }
    .index-part1 .list li img{
        display: none;
    }
    .index-part1 .list li p{
        font-size: 0.75rem;
        line-height: 0.9375rem;
        position: relative;
    }
    .index-part1 .list li p:after{
        position: absolute;
        width: 1.09375rem;
        height: 0.9375rem;
        content: '！';
        /*clip-path: polygon(0 50%,0 80%,20% 100%,80% 100%,100% 80%,100% 20%,80% 0,20% 0);
         */
        clip-path: polygon(0 50%,20% 100%,80% 100%,100% 50%,80% 0,20% 0);
        background: #f64743;
        text-align: right;
        line-height: 0.9375rem;
        color: #fff;
    }
    .index-part1 .list li:nth-child(1) p{
        width: 7.625rem;
        height: 1.8125rem;
    }
    .index-part1 .list li:nth-child(1) p:after{
        right: -1.3125rem;
        top: 0.0625rem;
    }
    .index-part1 .list li:nth-child(2) p{
        width: 8.1875rem;
        height: 1.8125rem;
    }
    .index-part1 .list li:nth-child(2) p:after{
        left: -1.3125rem;
        top: 0.0625rem;
    }
    .index-part1 .list li:nth-child(3) p{
        width: 7.5625rem;
        height: 1.8125rem;
    }
    .index-part1 .list li:nth-child(3) p:after{
        right: -1.3125rem;
        top: 0.0625rem;
    }
    .index-part1 .list li:nth-child(4) p{
        width: 6.8125rem;
        height: 1.8125rem;
    }
    .index-part1 .list li:nth-child(4) p:after{
        left: -1.3125rem;
        top: 0.0625rem;
    }
    .index-part2{
        min-width: 100%;
        height: 11.375rem;
        background-size: cover;
    }
    .index-part2 .border{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part2 .title{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
    }
    .index-part2 .title img{
        display: none;
    }
    .index-part2 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 0.84375rem 0 1.625rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part2 .title b{
        color: #f64743;
    }
    .index-part2 .title p:after{
        content: '';
        width: 1.5625rem;
        height: 0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 1.25rem;
        left: 6.0625rem;
    }
    .index-part2 .list li img{
        width: 2.40625rem;
        height: 2.40625rem;
    }
    .index-part2 .list li p{
        margin-top: 0.5rem;
        font-size: 0.12rem;
        line-height: 0.12rem;
    }
    .index-part2 .list{
        justify-content: space-around;
        width: 21.09375rem;
    }
    .index-part2 .btn2{
        width: 16.40625rem;
        height: 1.40625rem;
        background: linear-gradient(#ffde5c, #ffcb01);
        border-radius: 0.46875rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .index-part2 .btn2 div{
        font-size: 0.6875rem;
        line-height: 0.6875rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part2 .btn2 div:nth-child(1) img{
        width: 0.8125rem;
        height: 0.8125rem;
        margin-right: 0.25rem;
    }
    .index-part2 .btn2 div:nth-child(3) img{
        width: 0.6875rem;
        height: 0.6875rem;
        margin-right: 0.25rem;
    }
    .index-part2 a{
        text-decoration: none;
    }
    .index-part2 .btn{
        display: none;
    }
    .index-part2 .btna{
        margin: 1.25rem 0 0 0;
    }
    .index-part3{
        min-width: 100%;
        height: auto;
    }
    .index-part3 .border{
        width: 100%;
    }
    .index-part3 .title{
        padding: 0;
    }
    .index-part3 .title img{
        display: none;
    }
    .index-part3 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 0.84375rem 0 1.625rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part3 .title b{
        color: #f64743;
    }
    .index-part3 .title p:after{
        content: '';
        width: 1.5625rem;
        height: 0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 1.25rem;
        left: 11.375rem;
    }
    .index-part3 .list{
        width: 100%;
        height: 11.4375rem;
        overflow: hidden;
    }
    .index-part3 .list img:nth-child(1){
        width: 14.03125rem;
        height: 9.9375rem;
        animation-fill-mode:none;
        left: -2.0625rem;
    }
    .index-part3 .list img:nth-child(2){
        width: 15.15625rem;
        height: 11.4375rem;
        right: -1.8125rem;
        animation-fill-mode:none;
    }
    @keyframes an5{
        from{
            opacity: 0;
            left: -3.125rem;
        }
        to{
            opacity: 1;
            left: -2.0625rem;
        }
    }
    @keyframes an6{
        from{
            opacity: 0;
            right: -3.125rem;
        }
        to{
            opacity: 1;
            right: -1.8125rem;
        }
    }
    .index-part3 .btn{
        margin: 1.25rem 0;
    }
    .index-part3 .btn img{
        width: 5.625rem;
        height: 1.375rem;
    }
    .new_number_border2{
        display: none;
    }
    .index-part4{
        min-width: 100%;
        height: auto;
    }
    .index-part4 .border{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part4 .title{
        padding: 0;
    }
    .index-part4 .title img{
        display: none;
    }
    .index-part4 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 0.84375rem 0 1.625rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part4 .title b{
        color: #f64743;
    }
    .index-part4 .title p:after{
        content: '';
        width: 1.5625rem;
        height: 0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 1.25rem;
        left: 3.125rem;
    }
    .index-part4 .video{
        width: 22.1875rem;
        height: 9.3125rem;
    }
    .index-part4 .video video{
        width: 22.1875rem;
        height: 9.3125rem;
    }
    .index-part4 .btn-list{
        width: 11.625rem;
        margin: 1.1875rem 0 0.75rem 0;
        padding: 0;
    }
    .index-part4 .btn-list img{
        width: 5.375rem;
        height: 1.3125rem;
    }
    .index-part5{
        min-width: 100%;
        height: auto;
    }
    .index-part5 .border{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part5 .title{
        padding: 0;
    }
    .index-part5 .title img{
        display: none;
    }
    .index-part5 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 0.84375rem 0 1.625rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part5 .title b{
        color: #f64743;
    }
    .index-part5 .title p:after{
        content: '';
        width: 1.5625rem;
        height: 0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 0.625rem;
        left: 5rem;
    }
    .index-part5 .btn-list{
        width: 11.625rem;
        margin: 1.1875rem 0 0.75rem 0;
        padding: 0;
    }
    .index-part5 .btn-list img{
        width: 5.375rem;
        height: 1.3125rem;
    }
    .index-part5 .list{
        width: 22.1875rem;
        height: 26.71875rem;
        background-position: center top;
        background-size: 50%;
    }
    .index-part5 .list img{
        width: 40%;
        /*animation-fill-mode:none;
         */
    }
    .index-part5 .list img:nth-child(1){
        top: 11.375rem;
    }
    .index-part5 .list img:nth-child(2){
        top: 11.375rem;
    }
    .index-part5 .list img:nth-child(3){
        top: 16.875rem;
    }
    .index-part5 .list img:nth-child(4){
        top: 16.875rem;
    }
    .index-part5 .list img:nth-child(5){
        bottom: 0;
    }
    .index-part5 .list img:nth-child(6){
        bottom:0;
    }
    .index-part6{
        min-width: 100%;
        height: auto;
    }
    .index-part6 .border{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part6 .title{
        padding: 0;
    }
    .index-part6 .title img{
        display: none;
    }
    .index-part6 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 0.84375rem 0 1.625rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part6 .title b{
        color: #f64743;
    }
    .index-part6 .title p:after{
        content: '';
        width: 1.5625rem;
        height: 0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 0.9375rem;
        left: 2.34375rem;
    }
    .index-part6 .list{
        width: 100%;
        height: 9.28125rem;
        background-size: contain;
    }
    .index-part6 .list li{
        width: 13%
    }
    .index-part6 .list li img{
        width: 100%;
    }
    .index-part6 .list li:nth-child(1) {
        top: 2.4375rem;
        left: 5.9375rem;
    }
    .index-part6 .list li:nth-child(2) {
        top: 2.59375rem;
        left: 10.40625rem;
    }
    .index-part6 .list li:nth-child(3) {
        top: 2.5rem;
        right: 5.8125rem;
        width: 10%;
    }
    .index-part6 .list li:nth-child(4) {
        top: 2.9375rem;
        right: 1.125rem;
    }
    .index-part6 .list li:nth-child(5) {
        left: 6.0625rem;
        bottom: 0.625rem;
    }
    .index-part6 .list li:nth-child(6) {
        left: 10.9375rem;
        bottom: 1rem;
        width: 10%;
    }
    .index-part6 .list li:nth-child(7) {
        right: 5.90625rem;
        bottom: 0.6875rem;
        width: 10%;
    }
    .index-part6 .list li:nth-child(8) {
        right: 1.375rem;
        bottom: 0.625rem;
    }
    .tel_btn{
        bottom: 0;
        left: 0;
    }
    .tel_btn div{
        width: 5.46875rem;
        height: 2.6875rem;
    }
    .new_number4{
        bottom: 0.34375rem;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        width: 3.125rem;
        right: 1.03125rem;
    }

    .index-part7{
        min-width: 100%;
        padding-bottom: 1.25rem;
        height: auto;
    }
    .index-part7 .border{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part7 .title{
        padding: 0;
    }
    .index-part7 .title img{
        display: none;
    }
    .index-part7 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 0.84375rem 0 1.625rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part7 .title b{
        color: #f64743;
    }
    .index-part7 .title p:after{
        content: '';
        width: 1.5625rem;
        height:0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 0.9375rem;
        left: 1.84375rem;
    }
    .index-part7 .list{
        width:22.1875rem;
        height: 8.5625rem;
    }
    .index-part7 .list li:nth-child(1){
        width: 10.875rem;
        height: 8.5rem;
    }
    .index-part7 .list li:nth-child(2){
        width: 5.5625rem;
        height: 4.25rem;
        right: 5.625rem;
    }
    .index-part7 .list li:nth-child(3){
        width: 5.5625rem;
        height: 4.25rem;
    }
    .index-part7 .list li:nth-child(4){
        width: 5.5625rem;
        height: 4.25rem;
        right: 5.625rem;
    }
    .index-part7 .list li:nth-child(5){
        width: 5.5625rem;
        height: 4.25rem;
    }
    .index-part8{
        min-width: 100%;
        width: 100%;
        height: auto;
        padding-bottom: 2.8125rem;
    }
    .index-part8 .border{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part8 .title{
        padding: 0;
    }
    .index-part8 .title img{
        display: none;
    }
    .index-part8 .title p{
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #353535;
        position: relative;
        padding: 0.84375rem 0 1.625rem 0;
        font-weight: bold;
        display: block;
    }
    .index-part8 .title b{
        color: #f64743;
    }
    .index-part8 .title p:after{
        content: '';
        width: 1.5625rem;
        height: 0.0625rem;
        background: #f64743;
        position: absolute;
        bottom: 0.9375rem;
        left: 3.84375rem;
    }
    .index-part8 .list{
        width: 22.1875rem;
    }
    .index-part8 .list .l{
        width: 9.28125rem;
        height: 10.84375rem;
    }
    .index-part8 .list .r{
        width: 9.28125rem;
        height: 10.84375rem;
    }
    .index-part8 .list .l p{
        width: 9.28125rem;
        height: 2.0625rem;
        font-size: 0.875rem;
        line-height: 2.0625rem;
    }
    .index-part8 .list .l img{
        width: 9.28125rem;
        height: 8.78125rem;
        display: block;
        object-fit: cover;
    }
    .index-part8 .list .r p{
        width: 9.28125rem;
        height: 2.0625rem;
        font-size: 0.875rem;
        line-height: 2.0625rem;
    }
    .index-part8 .list .r img{
        width: 9.28125rem;
        height: 8.78125rem;
        display: block;
        object-fit: cover;
    }
    .index-part8 .list .l:after{
        width: 1.5rem;
        height: 1.5rem;
        background-size: cover;
        top: 3.75rem;
        right: -2.8125rem;
    }
    .index-part9{
        min-width: 100%;
        height: auto;
        padding: 0.9375rem 0;
    }
    .index-part9 .border{
        width: 22.1875rem;
        height: auto;
        padding-bottom: 0.625rem;
    }
    .index-part9 form{
        width: 100%;
        height: auto;
    }
    .index-part9 form .top{
        align-items: flex-start;
        padding: 1.875rem 0.625rem 0.53125rem 0.625rem;
    }
    .index-part9 form .l{
        width: 11.96875rem;
        height: auto;
    }
    .index-part9 form .l li{
        width: 11.96875rem;
        margin-bottom: 0.4375rem;
    }
    .index-part9 form .l p{
        width: 2.375rem;
        height: 1.15625rem;
        line-height: 1.15625rem;
        font-size: 0.625rem;
    }
    .index-part9 form .l input{
        width: 9.625rem;
        height: 1.15625rem;
        margin-bottom: 0;
    }
    .index-part9 form .l textarea{
        width: 9.625rem;
        height: 2.0625rem;
    }
    .index-part9 form .r{
        width: 7.8125rem;
        height: 5.5625rem;
    }
    .index-part9 form .r li{
        width: 7.8125rem;
    }
    .index-part9 form .r li h2{
        padding: 0 0 0.21875rem 0;
        font-size: 0.6875rem ;
        line-height: 0.6875rem ;
    }
    .index-part9 form .r li h3{
        font-size: 0.5625rem;
        line-height: 0.625rem;
        padding-bottom: 0.3125rem;
    }
    .index-part9 form .r li p{
        font-size: 0.4375rem;
        line-height: 0.4375rem;

    }
    .index-part9 form button{
        width: 4.375rem;
        height: 1.1875rem;
        font-size: 0.625rem;
        line-height: 1.1875rem;
    }

}