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%;
}
.liangdian{
    width: 100%;
    min-width: 1200px;
    height: 1164px;
    background-image: url("../images/ld-bg.png");
    background-repeat: no-repeat;
    background-position: center;
}
.liangdian .border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.liangdian .title {
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    margin: 55px 0 33px 0;
}
.liangdian .title b{
    color: #0530a1;
    font-weight: normal;
}
.liangdian .m{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.liangdian .m #animate1{
    position: relative;
}
.liangdian .point-list{
    height: 748px;
    width: 750px;
    position: absolute;
    right: 0;
    top: 0;
}
.liangdian .point-list li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.liangdian .point-list li img{
    margin-right: 12px;
}
.liangdian .point-list li:nth-child(1){
    position: absolute;
    top: 23px;
    left: 20px;
}
.liangdian .point-list li:nth-child(1) p{
    width: 557px;
}
.liangdian .point-list li:nth-child(2){
    position: absolute;
    top: 178px;
    left: 175px;
}
.liangdian .point-list li:nth-child(2) p{
    width: 460px;
}
.liangdian .point-list li:nth-child(3){
    position: absolute;
    top: 400px;
    left: 195px;
}
.liangdian .point-list li:nth-child(3) p{
    width: 430px;
}
.liangdian .point-list li:nth-child(4){
    position: absolute;
    top: 590px;
    left: 100px;
}
.liangdian .point-list li:nth-child(4) p{
    width: 530px;
}
.liangdian .point-list li p{
    font-size: 22px;
    line-height: 30px;
    color: #1e1e1e;
}

.liangdian .btn-list{
    display: flex;
    margin: 33px 0 60px 0;
}
.liangdian .btn-list div{
    width: 300px;
    height: 80px;
    border-radius: 10px;
    font-size: 36px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    margin:0 70px;
    position: relative;
    overflow: hidden;
}
.liangdian .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;
}
.liangdian .btn-list div:nth-child(1){
    color: #fff;
    background-color: #ff0000;
}
.liangdian .btn-list div:nth-child(2){
    color: #000;
    background-color: #ffd42b;
}
.duibi{
    width: 100%;
    min-width: 1200px;
    height: 1036px;
    background-image: url("../images/duibi-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
}
.duibi .border{
    width: 1200px;
    margin: 0 auto;
}
.duibi .title{
    text-align: center;
}
.duibi .title h2{
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    padding: 50px 0 30px 0;
}
.duibi .title h3{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
}
.duibi .title h3 b{
    color: #ffcc04;
    font-weight: normal;
}
.duibi .title h4{
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    padding-top: 40px;
}
.duibi .title_btn{
    width: 873px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 30px 0;
}
.duibi .title_btn li{
    width: 200px;
    height: 46px;
    border-radius: 10px;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
}
.duibi .title_btn li:nth-child(1){
    border: 1px solid #fd0003;
    color: #fff;
    background-color: #fd0003;
}
.duibi .title_btn li:nth-child(2){
    border: 1px solid #e5e5e5;
    color: #999999;
}
.duibi .part{
    width: 1200px;
}
.duibi .part li{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.duibi .part li:last-child{
    margin-bottom: 0;
}
.duibi .part li .l{
    width: 526px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 128px;
    background-image: url("../images/duibi-part-bg1.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    position: relative;
}
.duibi .part li .l p{
    width: 378px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}
.duibi .part li .r{
    width: 526px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 128px;
    background-image: url("../images/duibi-part-bg2.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    position: relative;
}
.duibi .part li .r p{
    width: 378px;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}
.duibi .part li .r .btn{
    width: 36px;
    height: 128px;
    background-color: #e5e5e5;
    font-size: 24px;
    color: #444444;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    line-height: 24px;
    margin-left: 30px;
}

.index-tel{
    width: 100%;
    min-width: 1200px;
}
.index-tel .border{
    width: 704px;
    margin: 60px auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-tel p{
    font-size: 22px;
    line-height: 22px;
    margin: 0 10px;
}
.index-tel h2{
    font-size: 30px;
    line-height: 30px;
    color: #fd0003;
}
.index-tel .btn{
    font-size: 22px;
    color: #fff;
    width: 138px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fd0003;
    margin-left: 88px;
    cursor: pointer;
    cursor: pointer;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-fill-mode: both;
}
.index-question{
    width: 100%;
    min-width: 1200px;
    background-color: #e5e5e5;
    height: 720px;
    background-image: url("../images/q-bg.png");
    background-repeat: no-repeat;
    background-position: center 222px;
}
.index-question .border{
    width: 1200px;
    margin: 0 auto;
}
.index-question .title{
    text-align: center;
    padding: 74px 0 32px 0;
}
.index-question .title h2{
    font-size: 28px;
    color: #444444;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 15px;
}
.index-question .title h3{
    color: #fd0003;
    font-size: 36px;
    line-height: 36px;
}
.index-question .bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-question .bottom .l{
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.index-question .bottom .l li{
    width: 287px;
    height: 84px;
}
.index-question .bottom .l li h2{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 18px;
    background-image: url("../images/red-point.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.index-question .bottom .l li p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.index-question .bottom .r{
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.index-question .bottom .r li{
    width: 287px;
    height: 84px;
}
.index-question .bottom .r li h2{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 18px;
    background-image: url("../images/red-point.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.index-question .bottom .r li p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.index-swiper{
    width: 100%;
    min-width: 1200px;
    padding-bottom: 60px;
}
.index-swiper .title{
    text-align: center;
}
.index-swiper .title h2{
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    padding: 40px 0 20px 0;
}
.index-swiper .title h3{
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 70px;
}
.index-swiper .title h3 b{
    color: #fd0003;
}
.swiper-container {
    width: 1200px;
    height: 405px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    width: 1200px;
    height: 405px;
    cursor: pointer;
    margin-bottom: 20px!important;
}
.gallery-thumbs {
    width: 1030px;
    height: 60px;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide {
    width: calc(25% - 65px) !important;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 0!important;
    margin-left: -48px!important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 65px;
}
.gallery-thumbs .swiper-slide:nth-child(1){
    margin-left: 90px!important;
}
.gallery-thumbs .swiper-slide-thumb-active {
    background-image: url("../images/s-btn-active.png") !important;
}
.swiper-button-next{
    background-image: url("../images/s-right.png") !important;
}
.swiper-button-prev{
    background-image: url("../images/s-left.png") !important;
}
.gallery-thumbs .swiper-slide .l{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.gallery-thumbs .swiper-slide .r{

}
.gallery-thumbs .swiper-slide .r h2{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #fff;
}
.gallery-thumbs .swiper-slide .r p{
    font-size: 8px;
    line-height: 8px;
    color: #fff;
}

.index-hz{
    width: 100%;
    min-width: 1200px;
}
.index-hz .border{
    width: 1200px;
    margin: 0 auto;
    height: 835px;
    background-image: url("../images/he-bg.png");
    background-repeat: no-repeat;
    background-position: center 190px;
    background-size: 100%;
}
.index-hz .list{
    width: 1200px;
    height: 578px;
    position: relative;
}
.index-hz .list li{
    position: absolute;
    cursor: pointer;
}
.index-hz .list li:hover img{
    -webkit-animation: aase 0.8s 1; -moz-animation: aase 0.8s 1; animation: aase 0.8s 1;
}
.index-hz .list li:nth-child(1){
    top: 60px;
    left: 170px;
}
.index-hz .list li:nth-child(2){
    top: 110px;
    left: 450px;
}
.index-hz .list li:nth-child(3){
    top: 80px;
    left: 750px;
}
.index-hz .list li:nth-child(4){
    top: 275px;
    left: 640px;
}
.index-hz .list li:nth-child(5){
    top: 300px;
    left: 265px;
}
.index-hz .list li:nth-child(6){
    top: 370px;
    left: 1010px;
}
.index-hz .list li:nth-child(7){
    top: 470px;
    left: 60px;
}
.index-hz .list li:nth-child(8){
    top: 100px;
    left: 1000px;
}
.index-hz .list li:nth-child(9){
    top: 530px;
    left: 510px;
}
@-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);}
}

.index-hz .title{
    text-align: center;
}
.index-hz .title h2{
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: normal;
    padding: 60px 0 20px 0;
}
.index-hz .title h3{
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}
.index-hz .title h3 b{
    font-size: 40px;
    line-height: 40px;
    color: #fd0003;
}

.index-lo{
    width: 100%;
    min-width: 1200px;
    padding-top: 20px;
}
.index-lo .border{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-lo .top{
    width: 1200px;
    height: 68px;
    background-color: #073bc2;
    display: flex;
}
.index-lo .top p{
    font-size: 30px;
    width: 25%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.index-lo .list{
    border: 1px solid #e8e8e8;
    width: 1198px;
    height: 480px;
    overflow: hidden;
}
.index-lo .list li{
    height: 47px;
    width: 1198px;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.index-lo .list li p{
    width: 25%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #343434;
    font-size: 18px;
}

.index-lo .btn-list{
    display: flex;
    margin: 45px 0 60px 0;
}
.index-lo .btn-list div{
    width: 300px;
    height: 80px;
    border-radius: 10px;
    font-size: 36px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    margin:0 70px;
    position: relative;
    overflow: hidden;
}
.index-lo .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-lo .btn-list div:nth-child(1){
    color: #fff;
    background-color: #ff0000;
}
.index-lo .btn-list div:nth-child(2){
    color: #000;
    background-color: #ffd42b;
}

.index-liu{
    height: 560px;
    background-image: url("../images/liu-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.index-liu .border{
    width: 1200px;
    margin: 0 auto;
}
.index-liu .title{
    text-align: center;
}
.index-liu .title h2{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: lighter;
    padding: 60px 0 20px 0;
}
.index-liu .title h2 b{
    font-weight: normal;
}
.index-liu .title h3{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
}
.index-liu .list{
    display: flex;
    width: 1200px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.index-liu .list li{
    text-align: center;
    cursor: pointer;
}
.index-liu .list li img{
    margin-bottom: 20px;
}
.index-liu .list li:hover img{
    -webkit-animation: aase 0.8s 1; -moz-animation: aase 0.8s 1; animation: aase 0.8s 1;
}
.index-liu .list li p{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.index-liu .tel{
    width: 704px;
    margin: 90px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-liu .tel p{
    font-size: 22px;
    line-height: 22px;
    margin: 0 10px;
    color: #fff;
}
.index-liu .tel h2{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.index-liu .tel .btn{
    font-size: 22px;
    color: #fff;
    width: 138px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fd0003;
    margin-left: 88px;
    cursor: pointer;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-fill-mode: both;
}

.banner3{
    width: 100%;
    min-width: 1200px;
    height: 240px;
    background-image: url("../images/banner3.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.banner3 .border{
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.banner3 img{
    width: 406px;
    height: 227px;
}
.banner3 .list{
    margin-left: 40px;
}
.banner3 .list li:nth-child(1){
    padding: 0;
}
.banner3 .list li:nth-child(1) h2{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: normal;
}
.banner3 .list li:nth-child(1) h2 b{
    color: #ffba00;
}
.banner3 .list li:nth-child(2){
    padding: 20px 0 25px 0;
}
.banner3 .list li:nth-child(2) h3{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
}
.banner3 .list li:nth-child(3){
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.banner3 .list li:nth-child(3) p{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.banner3 .list li:nth-child(3) b{
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
}
.banner3 .list li:nth-child(3) .btn{
    width: 110px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #fd0003;
    cursor: pointer;
    margin-left: 80px;
    cursor: pointer;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-fill-mode: both;
}

.banner2{
    width: 100%;
    min-width: 1200px;
    background-image: url("../images/banner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 405px;
}
.banner2 .border{
    width: 1200px;
    margin: 0 auto;
}
.banner2 .swiper-b2-c{
    height: 240px;
    top: 165px;
}
/*.swiper-slide:not(.swiper-slide-active){*/
    /*transform: scale(0.8);*/
/*}*/

.banner2 img{
    width: 100%;
    cursor: pointer;
}

@keyframes btn {
    0%{
        transform:scale(0);
        opacity: 1;
    }
    100%{
        transform:scale(1);
        opacity: 0;
    }
}
@keyframes flash {
    from,
    to {
        opacity: 1; }
    25%,
    75% {
        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 2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an2{
    from{
        opacity: 0;
        left: 300px;
    }
    to{
        opacity: 1;
        left: 20px;
    }
}

.an3{
    animation: an3 3s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an3{
    from{
        opacity: 0;
        left: 400px;
    }
    to{
        opacity: 1;
        left: 175px;
    }
}

.an4{
    animation: an4 4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an4{
    from{
        opacity: 0;
        left: 400px;
    }
    to{
        opacity: 1;
        left: 195px;
    }
}

.an5{
    animation: an5 5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an5{
    from{
        opacity: 0;
        left: 300px;
    }
    to{
        opacity: 1;
        left: 100px;
    }
}

.an6{
    animation: an6 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an6{
    from{
        opacity: 0;
        left: -300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

.an7{
    animation: an7 1.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an7{
    from{
        opacity: 0;
        left: -300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an8{
    animation: an8 2s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an8{
    from{
        opacity: 0;
        left: -300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an9{
    animation: an9 2.5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an9{
    from{
        opacity: 0;
        left: -300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

.an10{
    animation: an10 1.1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an10{
    from{
        opacity: 0;
        left: 300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an11{
    animation: an11 1.6s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an11{
    from{
        opacity: 0;
        left: 300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an12{
    animation: an12 2.1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an12{
    from{
        opacity: 0;
        left: 300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}
.an13{
    animation: an13 2.1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes an13{
    from{
        opacity: 0;
        left: 300px;
    }
    to{
        opacity: 1;
        left: 0;
    }
}

#LRdiv0{
    display: none!important;
}

.index-liu .list2{
    display: none;
}

@media only screen and (max-width: 768px){
    .banner{
        min-width: 100%;
    }
    .banner img{
        width: 100%;
    }
    .tel-one{
        display: none;
    }
    .liangdian{
        min-width: 100%;
        height: auto;
    }
    .liangdian .border{
        width: 100%;
    }
    .liangdian .title{
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .liangdian .m{
        width: 100%;
        height: 31.5rem;
    }
    .liangdian .point-list li p{
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .liangdian .point-list li img{
        width: 4.25rem;
        height: 4.25rem;
        margin-right: 1.375rem;
    }
    .liangdian .point-list li:nth-child(1){
        left: 15.3125rem;
        top: 0;
    }
    .liangdian .point-list li:nth-child(1) p{
        width: 21.75rem;
    }
    .liangdian .point-list li:nth-child(2){
        left: 20.625rem;
        top: 6.6875rem;
    }
    .liangdian .point-list li:nth-child(2) p{
        width: 18.25rem;
    }
    .liangdian .point-list li:nth-child(3){
        left: 21.75rem;
        top: 13.875rem;
    }
    .liangdian .point-list li:nth-child(3) p{
        width: 16.5rem;
    }
    .liangdian .point-list li:nth-child(4){
        left: 15rem;
        top: 24.9375rem;
    }
    .liangdian .point-list li:nth-child(4) p{
        width: 21.875rem;
    }
    .liangdian .m #animate1{
        width: 26.125rem;
        height: auto;
    }
    .liangdian .point-list{
        width: 44.375rem;
        height: 31.375rem;
        right: 1.25rem;
    }
    @keyframes an2{
        from{
            opacity: 0;
            left: 18.75rem;
        }
        to{
            opacity: 1;
            left: 15.3125rem;
        }
    }
    @keyframes an3{
        from{
            opacity: 0;
            left: 25rem;
        }
        to{
            opacity: 1;
            left: 20.625rem;
        }
    }
    @keyframes an4{
        from{
            opacity: 0;
            left: 25rem;
        }
        to{
            opacity: 1;
            left: 21.75rem;
        }
    }
    @keyframes an5{
        from{
            opacity: 0;
            left: 18.75rem;
        }
        to{
            opacity: 1;
            left: 15rem;
        }
    }
    .liangdian .btn-list{
        margin: 2.5rem 0;
    }
    .liangdian .btn-list div{
        width: 11.75rem;
        height: 3.125rem;
        font-size: 1.75rem;
        line-height: 3.125rem;
        margin: 0 2.75rem;
    }
    .duibi{
        min-width: 100%;
        height: auto;
        background-size: 190% 27%;
    }
    .duibi .border{
        width: 100%;
    }
    .duibi .title h2{
        padding: 2.625rem 0 1.375rem 0;
        font-size: 2.375rem;
        line-height: 2.375rem;
    }
    .duibi .title h3{
        font-size: 2rem;
        line-height: 2rem;
    }
    .duibi .title h4{
        padding: 2.5rem 0 0 0;
        font-size: 4rem;
        line-height: 4rem;
    }
    .duibi .title_btn{
        width: 35.75rem;
        padding: 2.1875rem 0 1.875rem 0;
    }
    .duibi .title_btn li{
        width: 10.75rem;
        height: 2.625rem;
        line-height: 2.625rem;
        font-size: 1.5rem;
    }
    .duibi .part{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .duibi .part li{
        width: 44.375rem;
        position: relative;
    }
    .duibi .part li .l{
        width: 22.1875rem;
        height: 8rem;
        background-position: right center;
        border-left: 0.0625rem solid #eee;
    }
    .duibi .part li .l img{
        width: 5rem;
        height: 5rem;
    }
    .duibi .part li .l p{
        width: 14.625rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .duibi .part li .r{
        width: 22.1875rem;
        height: 8rem;
    }
    .duibi .part li .m{
        position: absolute;
        top: 1.625rem;
        left: 19.75rem;
        z-index: 1;
    }
    .duibi .part li .m img{
        width: 4.75rem;
        height: 4.75rem;
    }
    .duibi .part li .r .btn{
        width: 2.25rem;
        height: 8rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: 0;
    }
    .duibi .part li .r p{
        width: 16.0625rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .index-tel{
        min-width: 100%;
    }
    .index-tel .border{
        width: 37.875rem;
    }
    .index-tel .border img{
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .index-tel p{
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin: 0 0 0 0.625rem;
    }
    .index-tel h2{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .index-tel .btn{
        width: 7rem;
        height: 2.125rem;
        line-height: 2.125rem;
        font-size: 1.125rem;
        margin: 0 0 0 1.5rem;
    }
    .index-question{
        min-width: 100%;
        height: auto;
        padding-bottom: 2.875rem;
        background-size: 50%;
        background-position: center;
    }
    .index-question .border{
        width: 100%;
    }
    .index-question .title{
        padding: 2.75rem 0;
    }
    .index-question .title h2{
        font-size: 1.625rem;
        line-height: 1.625rem;
        margin-bottom: 0.5rem;
    }
    .index-question .title h3{
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .index-question .bottom{
        width: 44.375rem;
        margin: 0 auto;
    }
    .index-question .bottom .l{
        height: auto;
    }
    .index-question .bottom .l li{
        height: auto;
    }
    .index-question .bottom .l li:nth-child(1){
        width: 16.5rem;
        margin-bottom: 2.5rem;
    }
    .index-question .bottom .l li:nth-child(2){
        width: 16.375rem;
        margin-bottom: 4.375rem;
    }
    .index-question .bottom .l li:nth-child(3){
        width: 16.625rem;
        margin-left: 1.4375rem;
    }
    .index-question .bottom .l li h2{
        font-size: 1.625rem;
        line-height: 1.625rem;
        margin-bottom: 0.625rem;
        padding-left: 1.625rem;
        background-size: contain;
    }
    .index-question .bottom .l li p{
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #333333;
    }
    .index-question .bottom .r{
        height: auto;
    }
    .index-question .bottom .r li h2{
        font-size: 1.625rem;
        line-height: 1.625rem;
        margin-bottom: 0.625rem;
        padding-left: 1.625rem;
    }
    .index-question .bottom .r li p{
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #333333;
    }
    .index-question .bottom .r li{
        height: auto;
    }
    .index-question .bottom .r li:nth-child(1){
        width: 12.5rem;
        margin-bottom: 3.75rem;
    }
    .index-question .bottom .r li:nth-child(2){
        width: 12.5rem;
        margin-bottom: 4.375rem;
    }
    .index-question .bottom .r li:nth-child(3){
        width: 15.5rem;
    }


    .banner2{
        height: 21.625rem;
        min-width: 100%;
        background: url("../images/banner2m.jpg") no-repeat center;
        background-size: cover;
    }
    .banner2 .border{
        width: 44.375rem;
        margin: 0 auto;
    }
    .banner2 .swiper-b2-c{
        height: 9rem;
        width: 100%;
        top: 10.3125rem;
    }
    .banner2 .swiper-b2-c .swiper-slide{
        transform: scale(0.8);
    }
    .banner2 .swiper-b2-c .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(1);
    }


    .index-swiper{
        min-width: 100%;
        padding-bottom: 1.875rem;
    }
    .index-swiper .title h2{
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 2.5rem 0 0.75rem 0;
    }
    .index-swiper .title h3{
        font-size: 2.125rem;
        line-height: 2.125rem;
        margin-bottom: 1.875rem;
    }
    .gallery-top{
        width: 100%;
        height: 18.75rem;
    }
    .gallery-thumbs{
        width: 44.375rem;
    }
    .gallery-thumbs .swiper-slide .l{
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
    .gallery-thumbs .swiper-slide .r h2{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }
    .gallery-thumbs .swiper-slide .r p{
        display: none;
    }
    .gallery-thumbs .swiper-slide{
        width: 10.625rem!important;
        padding-left: 2.25rem;
        background-size: contain;
        margin-right: 0.625rem!important;
        margin-left: -3rem!important;
    }
    .gallery-thumbs .swiper-slide:nth-child(1){
        margin-left: 0!important;
    }
    .index-swiper .swiper-button-prev{
        display: none;
    }
    .index-swiper .swiper-button-next{
        display: none;
    }

    .banner3{
        min-width: 100%;
        height: 11rem;
    }
    .banner3 .border{
        width: 100%;
        height: 11rem;
    }
    .banner3 img{
        width: 16.875rem;
        height: 9.625rem;
    }
    .banner3 .list{
        margin-left: 0.4375rem;
    }
    .banner3 .list li:nth-child(1) h2{
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
    .banner3 .list li:nth-child(2){
        padding: 0.875rem 0;
    }
    .banner3 .list li:nth-child(2) h3{
        font-size: 1.375rem;
        line-height: 1.375rem;
    }
    .banner3 .list li:nth-child(3){
        flex-direction: column;
        align-items: flex-start;
    }
    .banner3 .list li:nth-child(3) p{
        font-size: 1.125rem;
        line-height: 1.125rem;
    }
    .banner3 .list li:nth-child(3) b{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .banner3 .list li:nth-child(3) .btn{
        width: 6.25rem;
        height: 1.875rem;
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-top: 1rem;
        margin-left: 1.25rem;
    }

    .index-hz{
        min-width: 100%;
    }
    .index-hz .title h2{
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 2.5rem 0 0.625rem 0;
    }
    .index-hz .title h3{
        font-size: 2.125rem;
        line-height: 2.125rem;
        padding-bottom: 2.375rem;
    }
    .index-hz .title h3 b{
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .index-hz .border{
        width: 100%;
        height: 36.25rem;
    }
    .index-hz .list{
        width: 44.375rem;
        height: 23.6875rem;
        /*border: 0.0625rem solid red;
         */
        margin: 0 auto;
    }
    .index-hz .list li img{
        width: 5.8125rem;
        height: 5.8125rem;
    }
    .index-hz .list li:nth-child(1){
        top: 0;
        left: 4.0625rem;
    }
    .index-hz .list li:nth-child(2){
        top: 1.75rem;
        left: 15.8125rem;
    }
    .index-hz .list li:nth-child(3){
        top: 0.75rem;
        left: 27.625rem;
    }
    .index-hz .list li:nth-child(8){
        top: 1.5rem;
        left: 37.875rem;
    }
    .index-hz .list li:nth-child(7){
        top: 15.625rem;
        left: 0;
    }
    .index-hz .list li:nth-child(5){
        top: 9.25rem;
        left: 8.125rem;
    }
    .index-hz .list li:nth-child(9){
        top: 17.625rem;
        left: 17.875rem;
    }
    .index-hz .list li:nth-child(4){
        top: 8.375rem;
        left: 23.125rem;
    }
    .index-hz .list li:nth-child(6){
        top: 11.875rem;
        left: 38.5rem;
    }
    .index-lo{
        min-width: 100%;
        padding-top: 0;
    }
    .index-lo .border{
        width: 100%;
    }
    .index-lo .top{
        width: 100%;
        height: 2.625rem;
    }
    .index-lo .top p{
        font-size: 1.5rem;
        line-height: 2.625rem;
        height: 2.625rem;
    }
    .index-lo .list{
        width: 100%;
    }
    .index-lo .list li{
        width: calc(100% - 2rem);
        height: 2.875rem;
        padding-left: 2rem;
    }
    .index-lo .list li p{
        width: auto;
        height: 2.875rem;
        line-height: 2.875rem;
        font-size: 1.25rem;
    }
    .index-lo .btn-list{
        margin: 2.625rem 0 3.75rem 0;
    }
    .index-lo .btn-list div{
        width: 11.625rem;
        height: 3.125rem;
        line-height: 3.125rem;
        font-size: 1.75rem;
        margin: 0 2.625rem;
    }
    .index-liu .list{
        display: none;
    }
    .index-liu{
        height: 47.625rem;
        background-size: cover;
    }
    .index-liu .title h2{
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .index-liu .title h3{
        font-size: 1rem;
        line-height: 1rem;
    }
    .index-liu .border{
        width: 100%;
    }
    .index-liu .title h2{
        padding: 2.875rem 0 1.375rem 0;
    }
    .index-liu .title h3{
        margin-bottom: 2.25rem;
    }

    .index-liu .list2{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 44.375rem;
        margin: 0 auto;
        padding-bottom: 0.625rem;
    }
    .index-liu .list2 li{
        margin-right: 3.75rem;
        margin-bottom: 2.5rem;
        position: relative;
    }
    .index-liu .list2 li:nth-child(1):after{
        position: absolute;
        content: '';
        width: 1.75rem;
        height: 1.4375rem;
        background: url(../images/liu-arrow4.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .index-liu .list2 li:nth-child(2):after{
        position: absolute;
        content: '';
        width: 1.75rem;
        height: 1.4375rem;
        background: url(../images/liu-arrow4.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .index-liu .list2 li:nth-child(3):after{
        position: absolute;
        content: '';
        width: 1.75rem;
        height: 1.4375rem;
        background: url(../images/liu-arrow4.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .index-liu .list2 li:nth-child(4):after{
        position: absolute;
        content: '';
        width: 1.375rem;
        height: 1.6875rem;
        background: url(../images/liu-arrow2.png) no-repeat center;
        right: 3.4375rem;
        bottom: -2.125rem;
        background-size: cover;
    }
    .index-liu .list2 li:nth-child(5):after{
        position: absolute;
        content: '';
        width: 1.6875rem;
        height: 1.375rem;
        background: url(../images/liu-arrow3.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .index-liu .list2 li:nth-child(6):after{
        position: absolute;
        content: '';
        width: 1.6875rem;
        height: 1.375rem;
        background: url(../images/liu-arrow3.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .index-liu .list2 li:nth-child(7):after{
        position: absolute;
        content: '';
        width: 1.6875rem;
        height: 1.375rem;
        background: url(../images/liu-arrow3.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .index-liu .list2 li:nth-child(4n){
        margin-right: 0;
    }
    .index-liu .list2 li img{
        width: 8.25rem;
        height: 8.25rem;
        display: block;
    }
    .index-liu .list2 li p{
        font-size: 1.75rem;
        line-height: 1.75rem;
        color: #fff;
        text-align: center;
        padding-top: 1.125rem;
    }

    .index-liu .tel{
        width: 37.875rem;
        margin: 3.125rem auto 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .index-liu .tel p{
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin: 0 0 0 0.625rem;
    }
    .index-liu .tel  img{
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .index-liu .tel h2{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .index-liu .tel .btn{
        width: 7rem;
        height: 2.125rem;
        line-height: 2.125rem;
        font-size: 1.125rem;
        margin: 0 0 0 1.5rem;
    }

}