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;
}
/*初始化结束*/


@-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;
    }
}

.banner{
    width: 100%;
    min-width: 1200px;
}
.banner img{
    width: 100%;
}
.index-part1{
    width: 100%;
    min-width: 1200px;
    height: 657px;
}
.index-part1 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part1 .title{
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.index-part1 .title:after{
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #a40000;
    bottom: 30px;
    left: 550px;
}
.index-part1 .title h2{
    font-size: 35px;
    line-height: 35px;
    font-weight: normal;
    padding: 55px 0 15px 0;
}

.index-part1 .title p{
    font-size: 28px;
    line-height: 28px;
    color: #919191;
    padding-bottom: 35px;
}
.index-part1 img{
    position: relative;
}
.index-part1 #animate2b{
    display: none;
}

.index-part2{
    width: 100%;
    min-width: 1200px;
    height: 593px;
    background-image: url("../images/banner-bg1.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.index-part2 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part2 .title{
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 45px 0 60px 0;
}
.index-part2 .list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-part2 .btn{
    width: 290px;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
    background-color: #a40000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    margin: 50px auto 0 auto;
}
.index-part2 .list img{
    position: relative;
    top: 0;
    transition: all 500ms;
    cursor: pointer;
}
.index-part2 .list img:hover{
    top: -20px;
}
.index-part3{
    width: 100%;
    min-width: 1200px;
    height: 474px;
}
.index-part3 .border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-part3 .l .bt2{
    font-size: 47px;
    line-height: 47px;
    color: #010402;
    padding: 50px 0 25px 0;
}
.index-part3 .l .bt3{
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #010402;
    padding-bottom: 30px;
}
.index-part3 .l .list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 410px;
}
.index-part3 .l .list li{
    text-align: center;
}
.index-part3 .l .list p{
    font-size: 23px;
    line-height: 23px;;
    color: #4c4848;
    margin-top: 15px;
}
.index-part3 .l .tel{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.index-part3 .l .tel img{
    width: 64px;
    height: 64px;
    margin-right: 15px;
}
.index-part3 .l .tel h2{
    font-size: 36px;
    line-height: 36px;
    color: #4c4848;
}
.index-part3 .l .tel p{
    font-size: 20px;
    line-height: 20px;
    color: #4c4848;
    margin-bottom: 9px;
}
.index-part3 .l .btn{
    width: 173px;
    height: 46px;
    background-color: #a40000;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 25px;
    border-radius: 30px;
    margin-left: 80px;
    position: relative;
    cursor: pointer;
}
.index-part3 .l .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 .r{
    position: relative;
    margin-top: 40px;
}
.index-part3 video{
    border-radius: 15px;
    background-color: #000;
    outline: none;
}
.index-part3 .r:after{
    position: absolute;
    bottom:-18px;
    content: '';
    width: 530px;
    height: 19px;
    background-image: url("../images/video-bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}

.index-part4{
    width: 100%;
    min-width: 1200px;
    height: 880px;
    background: url("../images/banner-bg2.jpg") no-repeat center;
}
.index-part4 .border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-part4 .t-title{
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    padding: 85px 0 60px 0;
}
.index-part4 .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 673px;
    padding-bottom: 45px;
}
.index-part4 .top h2{
    font-size: 35px;
    line-height: 35px;
    color: #fefd26;
}
.index-part4 .top .r{
    color: #fff;
}
.index-part4 .bottom li{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.index-part4 .bottom li .l{
    width: 460px;
    height: 52px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.index-part4 .bottom li .r{
    width: 480px;
    height: 52px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.index-part4 .bottom li .m{
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight:bold;
    color: #fff;
    border: 3px solid #fff;

}
.index-part5{
    width: 100%;
    min-width: 1200px;
    height: 1172px;
}
.index-part5 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part5 .top{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 55px 0 36px 176px;
}
.index-part5 .top .r{
    /*margin-left: 50px;*/
}
.index-part5 .top .r h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}
.index-part5 .top .r h3{
    font-size: 40px;
    line-height: 40px;
    margin: 35px 0 18px 78px;
}
.index-part5 .top .r h3 b{
    color: #da0000;
}
.index-part5 .top .r h3 b:hover{
    cursor: pointer;
}
.index-part5 .top .r p{
    font-size: 18px;
    line-height: 18px;
    color: #787676;
    margin-left: 78px;
}
.index-part5 .title{
    font-size: 46px;
    line-height: 46px;
   text-align: center;
    position: relative;
}
.index-part5 .title:before{
    position: absolute;
    content: '';
    width: 343px;
    height: 1px;
    background-color: #31322d;
    left: 0;
    top: 28px;
}
.index-part5 .title:after{
    position: absolute;
    content: '';
    width: 343px;
    height: 1px;
    background-color: #31322d;
    right: 0;
    top: 28px;
}
.index-part5 .list{
    position: relative;
    width: 1200px;
    height: 612px;
    margin-top: 90px;
}
.index-part5 .list li{
    position: absolute;
    cursor: pointer;
}
.index-part5 .list li:hover img{
    -webkit-animation: aase 0.8s 1; -moz-animation: aase 0.8s 1; animation: aase 0.8s 1;
}
.index-part5 .list li:nth-child(1){
    top: 0;
    left: 155px;
}
.index-part5 .list li:nth-child(2){
    top: 0;
    left: 460px;
}
.index-part5 .list li:nth-child(3){
    top: 0;
    left: 760px;
}
.index-part5 .list li:nth-child(4){
    top: 165px;
    left:0;
}
.index-part5 .list li:nth-child(5){
    top: 165px;
    left:310px;
}
.index-part5 .list li:nth-child(6){
    top: 165px;
    left:610px;
}
.index-part5 .list li:nth-child(7){
    top: 165px;
    left:910px;
}
.index-part5 .list li:nth-child(8){
    bottom:0;
    left:155px;
}
.index-part5 .list li:nth-child(9){
    bottom:0;
    left:460px;
}
.index-part5 .list li:nth-child(10){
    bottom:0;
    left:760px;
}
.new_tel{
    display: none;
}
.index-part6{
    width: 100%;
    min-width: 1200px;
}
.index-part6 .border{
    width: 1200px;
    margin: 0 auto;
}
.index-part6 .title{
    font-size: 45px;
    line-height: 45px;
    color: #222;
    text-align: center;
    padding: 55px 0 70px 0;
}
.index-part6 .list{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-part6 .list li{
    width: 389px;
    height: 456px;
    border: 1px solid #dcdcdc;
    box-shadow: 2px 2px 2px #eee;
    transition: all 300ms;
    position: relative;
    top: 0;
    cursor: pointer;
}
.index-part6 .list li:hover{
    background-color: #0768DB;
    color: #fff;
    top: -50px;
}
.index-part6 .list .bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-part6 .list .bottom h2{
    font-size: 25px;
    line-height: 25px;
    padding: 19px 0 26px 0;
}
.index-part6 .list .btn-list{
    width: 296px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-part6 .list .btn-list div{
    width: 140px;
    height: 31px;
    border-radius: 15px;
    text-align: center;
    line-height: 31px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
.index-part6 .list .btn-list div:nth-child(1){
    background-color: #efefef;
}
.index-part6 .list .btn-list div:nth-child(2){
    background-color: #ba2828;
    color: #fff;
}
.index-btn{
    padding: 55px 0 70px 0;
    text-align: center;
    position: relative;
}
.index-btn img{
    cursor: pointer;
}
.index-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;
}
.btnlist{
    display: none;
}

.index_part6{
    width: 100%;
    min-width: 1200px;
    background-color: #f7f7f7;
    padding: 70px 0 80px 0;
}
.index_part6 .border{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
}
.index_part6 .top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index_part6 .top_text{
    width: 938px;
}
.index_part6 .top_text h2{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    padding: 80px 0 30px 0;
}
.index_part6 .top_text h3{
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}
.index_part6 .top_text h3 b{
    font-size: 24px;
    color: #049249;
    line-height: 24px;
}
.index_part6 .top_text p{
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 20px;
}
.index_part6 .top_text p:nth-child(3){
    padding-bottom: 10px;
}
.index_part6 .top_text p b{
    font-size: 28px;
    color: #049249;
    line-height: 28px;
    margin: 0 10px;
}
.index_part6 .top_text .btn{
    width: 64px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    background-color: #049249;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 0 10px;
    position: relative;
}
.index_part6 .top_text .btn img{
    position: absolute;
    bottom: -30px;
    right: 0;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.index_part6 .bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /*padding-top: 20px;*/
    height: 478px;
}
.index_part6 .bottom .right{
    width: 523px;
    /*height: 313px;*/
    margin-top: 70px;
}
.index_part6 .bottom .right li{
    margin-bottom: 20px;
}
.index_part6 .bottom .right li:nth-child(3){
    margin-bottom: 10px;
}
.index_part6 .bottom .right .btn{
    text-align: center;
}
.index_part6 .bottom input {
    height: 46px;
    line-height: 46px;
    width: 100%;
    color: #666;
    font-size: 15px;
    background-color: #fff;
    border: #bcbcbc 1px solid;
    border-radius: 8px;
    text-indent: 35px;
    box-sizing: border-box;
    outline: none;
}
.index_part6 .bottom .tex_user{
    background: url(../images/lytb1.png) no-repeat 10px center #fff;
}
.index_part6 .bottom .tex_tel{
    background: url(../images/lytb2.png) no-repeat 12px center #fff
}
.index_part6 .bottom textarea{
    background: url(../images/lytb3.png) no-repeat 10px 17px #fff;
    padding: 15px 0 0;
    text-indent: 35px;
    width: 100%;
    border: #bcbcbc 1px solid;
    border-radius: 8px;
    height: 100px;
    line-height: 20px;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    resize:none;
    outline: none;
}
.index_part6 .bottom .right h2{
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: normal;
    padding-bottom: 9px;
}
.index_part6 .bottom .right b{
    color: #009610;
}
.index_part6 .bottom .right button{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: none;
    background: linear-gradient(#ffcb01, #ffde5c);
    margin: 0 auto;
}
.index_part6 .bottom .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 480px;
    margin-top: 70px;
    padding-left: 65px;
    padding-right: 85px;
    /*height: 305px;*/
    /*margin: 0 90px 0 222px;*/
}
.index_part6 .bottom .left h2{
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.index_part6 .bottom .left p{
    font-size: 14px;
}
.index_part6 .bottom .left p:nth-child(1){
    width: 84px;
}
.index_part6 .bottom .left p:nth-child(2){
    width: 228px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_part6 .bottom .left ul{
    width: 480px;
    height: 285px;
    overflow: hidden;
}
.index_part6 .bottom .left li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 480px;
    margin-bottom: 18px;
    position: relative;
    top: 0;
    height: 20px!important;
}



.an1{
    animation: an1 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an1{
    from{
        opacity: 0;
        top: -100px;
    }
    to{
        opacity: 1;
        top: 0;
    }
}
.an2{
    animation: an2 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an2{
    from{
        opacity: 0;
        top: 100px;
    }
    to{
        opacity: 1;
        top: 0;
    }
}
.an3{
    animation: an3 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an3{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an4{
    animation: an4 1.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an4{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

.an5{
    animation: an5 2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an5{
    from{
        opacity: 0;
        left: -100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

.an6{
    animation: an6 2.5s;
    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 1.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an8{
    from{
        opacity: 0;
        left: 100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

.an9{
    animation: an9 2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an9{
    from{
        opacity: 0;
        left: 100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

.an10{
    animation: an10 2.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an10{
    from{
        opacity: 0;
        left: 100px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

#LRdiv0{
    display: none!important;
}

@media only screen and (max-width: 768px){
    .banner{
        min-width: 100%;
    }
    .banner img{
        display: block;
    }
    .tel-one{
        display: none;
    }
    .index-part1{
        min-width: 100%;
        height: auto;
        padding-bottom: 2.5rem;
    }
    .index-part1 .border{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .index-part1 .title{
        padding: 0;
        margin-bottom: 2rem;
    }
    .index-part1 .title h2{
        font-size: 2rem;
        line-height: 2rem;
        padding: 2.5rem 0 0.75rem 0;
    }
    .index-part1 .title p{
        font-size: 1.375rem;
        line-height: 1.375rem;
        padding-bottom: 1.25rem;
    }
    .index-part1 .title:after{
        bottom: 0;
        left: 16.375rem;
        width: 3.3125rem;
        height: 0.125rem;
    }
    .index-part1 #animate2{
        display: none;
    }
    .index-part1 #animate2b{
        display: block;
    }
    .index-part1 img{
        width: 44.375rem;
    }
    .index-part2{
        min-width: 100%;
        height: auto;
        padding-bottom: 2.5rem;
    }
    .index-part2 .border{
        width: 100%;
    }
    .index-part2 .list{
        width: 100%;
        justify-content: space-around;
    }
    .index-part2 .title{
        font-size: 2rem;
        line-height: 2rem;
        padding: 1.875rem 0 2.5rem 0;
    }
    .index-part2 .list img{
        width: 7.625rem;
        height: 13.1875rem;
    }
    .index-part2 .btn{
        width: 15.25rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.625rem;
        margin: 2.875rem auto 0 auto;
    }
    .index-part3{
        min-width: 100%;
        height: 24.125rem;
    }
    .index-part3 .border{
        width: 44.375rem;
        padding-top: 2.5rem;
    }
    .index-part3 .l .bt2{
        font-size: 1.75rem;
        line-height: 1.75rem;
        padding: 0;
    }
    .index-part3 .l .bt3{
        font-size: 1.375rem;
        line-height: 1.375rem;
        padding: 1.125rem 0 1.625rem 0;
    }
    .index-part3 .l .tel{
        position: absolute;
        width: 31.25rem;
        margin-top: 3.125rem;
        align-items: flex-end;
    }
    .index-part3 .l .tel img{
        width: 3.125rem;
        height: 3.125rem;
        margin-right: 1.1875rem;
    }
    .index-part3 .l .tel p{
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-bottom: 0.375rem;
    }
    .index-part3 .l .tel h2{
        font-size: 1.875rem;
        line-height: 1.875rem;
        color: #a40000;
    }
    .index-part3 .l .btn{
        width: 8.9375rem;
        height: 2.375rem;
        font-size: 1.375rem;
        line-height: 2.375rem;
        color: #4c4848;
        border: 0.0625rem solid #a40000;
        background: none;
        border-radius: 0.3125rem;
        margin-left: 2.25rem;
    }
    .index-part3 .l .btn:after{
        display: none;
    }
    .index-part3 .l .list{
        width: 23.25rem;
    }
    .index-part3 .l .list li img{
        width: 4.5625rem;
        height: 4.5625rem;
    }
    .index-part3 .l .list p{
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-top: 0.5rem;
    }
    .index-part3 .r{
        margin: 0;
    }
    .index-part3 video{
        width: 19.625rem;
        height: 13.3125rem;
    }
    .index-part3 .r:after{
        width: 19.625rem;
        height: 0.625rem;
        background-size: cover;
    }
    .index-part4{
        min-width: 100%;
        height: auto;
    }
    .index-part4 .border{
        width: 100%;
    }
    .index-part4 .top{
        width: 26.125rem;
        padding-bottom: 1.5rem;
    }
    .index-part4 .t-title{
        font-size: 2.25rem;
        line-height: 2.25rem;
        padding: 3.125rem 0 2.125rem 0;
    }
    .index-part4 .top h2{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .index-part4 .bottom{
        width: 44.375rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .index-part4 .bottom li{
        width: 100%;
        margin-bottom: 5rem;
    }
    .index-part4 .bottom li .l{
        font-size: 1.375rem;
        line-height: 1.875rem;
        width: 18rem;
        height: 3.25rem;
    }
    .index-part4 .bottom li .r{
        width: 18rem;
        font-size: 1.375rem;
        line-height: 1.875rem;
        height: 3.25rem;
    }
    .index-part4 .bottom li .m{
        width: 5.625rem;
        height: 1.875rem;
        border: 0.0625rem solid #fff;
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .index-part5{
        min-width: 100%;
        height: auto;
    }
    .index-part5 .border{
        width: 100%;
    }
    .index-part5 .top{
        width: 44.375rem;
        padding: 0;
        justify-content: space-between;
        margin: 2.5rem auto 2.25rem auto;
    }
    .index-part5 .top img{
        width: 9.875rem;
        height: 9.875rem;
    }
    .index-part5 .top .r{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .index-part5 .top .r h2{
        font-size: 2.125rem;
        line-height: 2.125rem;
        padding-right: 12.75rem;
    }
    .index-part5 .top .r h3{
        font-size: 2.125rem;
        line-height: 2.125rem;
        margin: 0.75rem 0 1rem 0;
    }
    .index-part5 .top .r p{
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-left: 0;
    }
    .index-part5 .title{
        font-size: 2rem;
        line-height: 2rem;
        width: 44.375rem;
        margin: 0 auto;
    }
    .index-part5 .title:before{
        width: 12.625rem;
        top: 1.125rem;
    }
    .index-part5 .title:after{
        width: 12.625rem;
        top: 1.125rem;
    }
    .index-part5 .list{
        width: 44.375rem;
        margin: 3.125rem auto 0 auto;
        height: 24.75rem;
    }
    .index-part5 .list li img{
        width: 10.375rem;
        height: 10.375rem;
    }
    .index-part5 .list li:nth-child(1){
        left: 5.5625rem;
    }
    .index-part5 .list li:nth-child(2){
        left: 16.875rem;
    }
    .index-part5 .list li:nth-child(3){
        left: 28.125rem;
    }
    .index-part5 .list li:nth-child(4){
        top: 5.875rem;
    }
    .index-part5 .list li:nth-child(5){
        top: 5.875rem;
        left: 11.25rem;
    }
    .index-part5 .list li:nth-child(6){
        top: 5.875rem;
        left: 22.5rem;
    }
    .index-part5 .list li:nth-child(7){
        top: 5.875rem;
        left: 33.75rem;
    }
    .index-part5 .list li:nth-child(8){
        top: 11.75rem;
        left: 5.5625rem;
    }
    .index-part5 .list li:nth-child(9){
        top: 11.75rem;
        left: 16.875rem;
    }
    .index-part5 .list li:nth-child(10){
        top: 11.75rem;
        left: 28.125rem;
    }
    .new_tel{
        width: 100%;
        background: url("../images/banner-bg3b.jpg") no-repeat center;
        background-size: cover;
        height: 11rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .new_tel .title{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        margin: 1.75rem 0;
    }
    .new_tel .title b{
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #fff;
    }
    .new_tel .title p{
        font-size: 2.875rem;
        line-height: 2.875rem;
        color: #fff;
    }
    .new_tel .btn{
        width: 31.875rem;
        height: 2.625rem;
        font-size: 1.5rem;
        line-height: 2.625rem;
        text-align: center;
        background: #fff;
        border-radius: 1.875rem;
        color: #ff0000;
    }
    .new_number_border3{
        display: none;
    }
    .index-part6{
        min-width: 100%;
    }
    .index-part6 .border{
        width: 100%;
    }
    .index-part6 .title{
        font-size: 2rem;
        line-height: 2rem;
        padding: 2.5rem 0 1.5rem 0;
    }
    .index-part6 .list{
        width: 44.375rem;
        justify-content: center;
        margin: 0 auto;
    }
    .index-part6 .list li{
        width: 18.0625rem;
        height: 21.125rem;
        margin: 0 1.4375rem;
    }
    .index-part6 .list li:last-child{
        display: none;
    }
    .index-part6 .list li img{
        width: 18.0625rem;
        height: 13.4375rem;
        display: block;
    }
    .index-part6 .list .bottom h2{
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 1.25rem 0 1rem 0;
    }
    .index-part6 .list .btn-list{
        width: 16.6875rem;
    }
    .index-part6 .list .btn-list div{
        width: 7.8125rem;
        height: 2.3125rem;
        font-size: 1.5rem;
        line-height: 2.3125rem;
        border-radius: 0.375rem;
    }
    .index-part6 .list .btn-list div:nth-child(1){
        color: #fff;
        background: #292728;
    }
    .index-btn{
        display: none;
    }
    .btnlist{
        width: 32.8125rem;
        height: 2.8125rem;
        background:#ba2828;
        background-size: cover;
        border-radius: 1.875rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 1.875rem auto 2.5rem auto;
    }
    .btnlist div{
        font-size: 1.375rem;
        line-height: 1.375rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
    }
    .btnlist div:nth-child(1) img{
        width: 1.625rem;
        height: 1.625rem;
        margin-right: 0.5rem;
    }
    .btnlist div:nth-child(3) img{
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
    }
    .index_part6{
        min-width: 100%;
        padding: 4.375rem 0 5rem 0;
    }
    .index_part6 .border{
        width: 100%;
    }
    .index_part6 .bottom{
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .index_part6 .bottom .left{
        width: 40.25rem;
        padding: 0;
        margin: 0;
    }
    .index_part6 .bottom .left h2{
        font-size: 2rem;
        line-height: 2rem;
        margin: 1.875rem 0;
    }
    .index_part6 .bottom .left p{
        font-size: 1.375rem;
        line-height: 1.375rem;
        color: #666666;
    }
    .index_part6 .bottom .left p:nth-child(1){
        width: 9.375rem;
    }
    .index_part6 .bottom .left p:nth-child(2){
        width: auto;
    }
    .index_part6 .bottom .left ul{
        width: 40.25rem;
        height: 17.75rem;
    }
    .index_part6 .bottom .left li{
        justify-content: flex-start;
        width: 40.25rem;
        margin-bottom: 0.875rem;
        height: auto!important;
    }
    .index_part6 .bottom .right{
        width: 39.75rem;
        margin-top: 1.25rem;
    }
    .index_part6 .bottom input{
        width: 39.75rem;
        height: 3.625rem;
    }
    .index_part6 .bottom textarea{
        width: 39.75rem;
        height: 11rem;
    }
    .index_part6 .bottom .right h2{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .index_part6 .bottom .right li{
        margin-bottom: 1.875rem;
    }
    .index_part6 .bottom .right button{
        width: 9.375rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.125rem;
    }

}