/* 初始化 */
.m1000{width: 1000px;margin: auto;position: relative;}
.swiper-container {width: 100%;height: 100%;}
.pcnone{display: none !important;}
.pcblock{display: block !important;}
.pcflex{display: none !important;}
select::-ms-expand { display: none; } 
span.br{height: 0px;}
.btn_53{width: 100px;}
.oy_53Btn{cursor: pointer;}
@font-face {
    font-family: "FZCHYJW";
    src: url('../FZCHYJW.TTF');
}
/* 导航置顶 */
.navFixed{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);}
@media (max-width:1000px){
    .navFixed{position: relative;left: auto;top: auto;}
}
/* 导航置顶结束 */
@media(max-width:1000px){
    .pcblock{display: none !important;}
    .pcnone{display: block !important;}
    .pcflex{display: flex !important;}

}
/* 结束 */
/* banner */
.banner{height: 670px;background: url('../images/banner_01.jpg') no-repeat center top;}
.banner .m1000{padding-top: 38px;}
.banner .header_title{position: absolute;left: 149px;top: 112px;}
.banner .logo{display: block;margin:0 0 410px 0;width: 260px;}
.banner .title{margin-bottom: 10px;}
.banner .cretCont{ width: 700px; height: 30px;padding: 0 17px;display: flex;justify-content: space-between;
    align-items: center;box-sizing: border-box;
     background: #fff; border-radius:15px ; -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; }
.banner .boxLine p{font-size: 14px;color: #f05824;margin: 0 5px;line-height: 1;padding: 1px 0 0;box-sizing: border-box;}
.banner .boxLine{display: flex;justify-content: start;align-items: center;}
.banner .buttonCbox{width: 325px; height: 65px;margin: auto;padding-top: 10px;cursor: pointer;}
.banner .phone_button{ width: 325px; height: 55px;background: url('../images/button.png') no-repeat;
      border: 2px solid rgba(255,255,255,0.6);box-shadow: 10px 6px 0px #fc5e16;
     animation-delay: 1s;cursor: pointer;position: relative;
     display: flex;justify-content: start;align-items: center;padding-left: 25px;box-sizing: border-box;
      border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px;
}
.banner .phone_button img:nth-child(2){margin:0 23px 0 17px;}
.banner .phone_button p{font-size: 26px;color: #fff;font-weight: bold;}
.banner .buttonCbox:hover .phone_button{ box-shadow: 0 0 0 #fff; transform:translate(10px,6px) !important ; -webkit-transform:translate(10px,6px) !important ; -moz-transform:translate(10px,6px) !important ; -ms-transform:translate(10px,6px) !important ; -o-transform:translate(10px,6px) !important ; }

/* nav */
.navCont{height: 60px;}
.nav{height: 60px;background: #f4f4f4;width: 100%;}
.nav .m1000{display: flex;justify-content: space-between;height: 100%;}
.nav a{width: 14.2%;display: block;height: 100%;font-size: 18px;color: #666666;text-align: center;line-height: 60px;
cursor: pointer;background: url('../images/icon2.png') no-repeat right center;}
.nav a:last-child{background: none;}
.nav a.active{font-size: 18px;color: #fff;font-weight: bold;background: url('../images/button1.png') no-repeat;}

/* page1 */
.page1 .m1000{padding-top: 70px;box-sizing: border-box;padding-bottom: 75px;}
.sliPageTit{text-align: center;margin-bottom: 30px;}
.sliPageTit .p1{font-size: 40px;color: #403f3f;line-height: 1;margin-bottom: 16px;text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);}
.sliPageTit .p2{ font-size: 18px; color: #ff550a; background: #fff7f3;display: inline-block;padding: 0 23px;
    height: 30px;line-height: 30px;   
     border-radius:15px ; -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; }
.sliPageTit .p2 span{display: inline-block;margin: 0 10px;}
.page1 .flexContainer{display: flex;justify-content: space-between;padding: 0 10px ;box-sizing: border-box;align-items: center;margin-bottom: 0.32rem;}
.page1 .slideBox{width: 220px; height: 220px;display: flex;justify-content: center;align-items: center;}
.page1 .slide{ border-radius:50% ; width: 220px; height: 220px; padding-top: 126px; box-sizing: border-box; transition:0.3s ; -webkit-transition:0.3s ; -moz-transition:0.3s ; -ms-transition:0.3s ; -o-transition:0.3s ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ;
}
.page1 .slide1{background: url('../images/2_slide1.png') no-repeat center center;}
.page1 .slide2{background: url('../images/2_slide2.png') no-repeat center center;}
.page1 .slide3{background: url('../images/2_slide3.png') no-repeat center center;}
.page1 .slide4{background: url('../images/2_slide4.png') no-repeat center center;}
.page1 .font_1{font-size: 16px;line-height: 22px;text-align: center;color: #fff;}
.page1 .font_1 span{font-weight: bold;}
.page1 .font_1 span.yellow{font-weight: bold;color: #fff336;}
.page1 .slideBox:hover .slide{width: 182px;height: 182px;padding-top: 108px;}

/* button */
.btn_ac{
    width: 280px;
    height: 50px;cursor: pointer;
    background: url('../images/button2.png') no-repeat center top;
    display: block;
    margin: auto;
    border-radius:25px ;line-height: 1;
    -webkit-border-radius:25px ;
    -moz-border-radius:25px ;
    -ms-border-radius:25px ;
    -o-border-radius:25px ;font-size: 18px;color: #fff;
    display: flex;justify-content: center;align-items: center;
    position: relative;
    box-shadow: 0 6px 8px rgba(255,124,11,0.3);overflow: hidden;
}
.btn_ac:hover{color: #fff;box-shadow: 0 0 0 #fff;}
.btn_active::after{
    content: '';
    display: block;
    width: 14%;
    height: 280%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(35deg);
    position: absolute;
    left: -20%;
    top: -120%;
    animation: leftTransiform ease-in-out 0.5s forwards;
    -webkit-animation: leftTransiform ease-in-out 0.5s forwards;
}
/* .btn_active:hover::after{left: 110%;} */
@keyframes leftTransiform{
    0%{left: -20%;}
    100%{left: 110%;}
}

/* page2 */
.page2{height: 570px;background: url('../images/3bg.png') no-repeat;}
.page2 .m1000{padding-top: 73px;padding-bottom: 93px;box-sizing: border-box;}
.page2 .sliPageTit{margin-bottom: 46px;}
.page2 .disflex{display: flex;justify-content: space-between;padding: 0 0 40px;}
.page2 .slide{ width: 308px; height: 230px; padding-top: 145px; box-sizing: border-box; transition:0.5s transform ; -webkit-transition:0.5s transform ; -moz-transition:0.5s transform ; -ms-transition:0.5s transform ; -o-transition:0.5s transform ; }
.page2 .slide1{background: url('../images/3_1.png') no-repeat center top;}
.page2 .slide2{background: url('../images/3_2.png') no-repeat center top;}
.page2 .slide3{background: url('../images/3_3.png') no-repeat center top;}
.page2 .threeButton{height: 88px;width: 304px;background: url('../images/3_button.png') no-repeat;margin-left: 3px;
display: flex;justify-content:center;align-items: center;flex-wrap: wrap;padding: 12px 0 22px;box-sizing: border-box;}
.page2 .font_1{font-size: 20px;color: #fff;width: 100%;text-align: center;}
.page2 .font_2{font-size: 18px;color: #fff;width: 100%;text-align: center;}
.page2 .slide:hover{ transform:translateY(-12px) ; -webkit-transform:translateY(-12px) ; -moz-transform:translateY(-12px) ; -ms-transform:translateY(-12px) ; -o-transform:translateY(-12px) ; }

/* page3 */
.page3{}
.page3 .m1000{padding-top: 76px;padding-bottom: 90px;}
.page3 .timebox{padding-left: 59px;box-sizing: border-box;background: url('../images/4_1.png') no-repeat left top;padding-bottom: 49px;}
.page3 .ptop{color: #333;font-size: 20px;font-weight: bold;line-height: 1;margin-bottom: 8px;}
.page3 .pSecont{color: #555555;font-size: 16px;line-height: 1;margin-bottom: 8px;}
.page3 .pSecont span{color: #ff7415;}
.page3 .pSecont span.fw{font-weight: bold;}
.page3 .disflex{display: flex;justify-content: space-between;padding: 0 0 67px;width: 100%;}
.page3 .titBack{
    width: 300px;
    height: 180px;
    padding: 46px 26px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
    transition: 0.5s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.page3 .tit{
    width: 140px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    display:flex;
    justify-content: center;
    align-items: center;position: absolute;left: 0;top: -18px;
    border-radius:4px 20px 0 0  ;
    -webkit-border-radius:4px 20px 0 0  ;
    -moz-border-radius:4px 20px 0 0  ;
    -ms-border-radius:4px 20px 0 0  ;
    -o-border-radius:4px 20px 0 0  ;
    line-height: 1;
}
.page3 .tit span{margin: 0 7px;}
.page3 .t1{background: #ff7353;}
.page3 .t2{background: #a5cb42;}
.page3 .t3{background: #2ec4e4;}

.page3 .li span:nth-child(2){width:138px;display: inline-block;}
.page3 .li {vertical-align: top;font-size: 16px;color: #666666;line-height: 22px;
    padding-left: 27px;box-sizing: border-box;margin-bottom: 12px;}
.page3 .li span{vertical-align: top;}

.page3 .titBack:nth-child(1){background: url(../images/d1.png) no-repeat center top;background-position: -16px -15px;}
.page3 .titBack:nth-child(2){background: url(../images/d2.png) no-repeat center top;background-position: -16px -15px;}
.page3 .titBack:nth-child(3){background: url(../images/d3.png) no-repeat center top;background-position: -16px -15px;}

.page3 .titBack:nth-child(1) .li{background: url('../images/4_2.png') no-repeat left top;background-position: 0 2px;}
.page3 .titBack:nth-child(2) .li{background: url('../images/4_3.png') no-repeat left top;background-position: 0 2px;}
.page3 .titBack:nth-child(3) .li{background: url('../images/4_4.png') no-repeat left top;background-position: 0 2px;}
.page3 .titBack:hover{ transform:translateY(-10px) ; -webkit-transform:translateY(-10px) ; -moz-transform:translateY(-10px) ; -ms-transform:translateY(-10px) ; -o-transform:translateY(-10px) ; }

.page3 .btn_ac{margin: 0 auto 28px;}
.page3 .xrList{padding-left: 59px;background: url('../images/4_5.png') no-repeat left top;height: 53px;}
.page3 .fontsecont{color: #333;font-size: 20px;font-weight: bold;line-height: 1;padding-top: 6px;}
.page3 .modelNav{ width: 180px; border-radius:20px 0 0 20px ;overflow: hidden;display: inline-block;vertical-align: top;
     -webkit-border-radius:20px 0 0 20px ; -moz-border-radius:20px 0 0 20px ; -ms-border-radius:20px 0 0 20px ; -o-border-radius:20px 0 0 20px ; }
.page3 .modelNav .lit{width: 100%;height: 46px;text-align: center;line-height: 46px;font-size: 18px;color: #666666;
    background: #f7f7f7;border-bottom: 1px solid #fff;cursor: pointer;}
.page3 .modelNav .lit.active{background:red url('../images/4_6.png') no-repeat -20px -10px;position: relative;z-index: 9;
    background-size: 166% 166%;font-weight: bold;color: #fff;box-shadow:0 0 5px #ff550a;border: none;}
.page3 .rBox{
     width: 815px;
     height: 400px;
     display: inline-block;
     background:url('../images/3_cont.png') no-repeat;
     background-position: -21px -16px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
     border-radius:0 20px 20px 20px;
     -webkit-border-radius:0 20px 20px 20px;
     -moz-border-radius:0 20px 20px 20px;
     -ms-border-radius:0 20px 20px 20px;
     -o-border-radius:0 20px 20px 20px;
}
.page3 .contBig{font-size: 0;vertical-align: top;}
.page3 .trSlide{width: 100%;height: 100%;padding: 40px 40px 0;box-sizing: border-box;}
.page3 .oneDiv{ width: 170px; height: 320px;border: 1px solid #f4f4f4;box-sizing: border-box;
     border-radius:19px ; -webkit-border-radius:19px ;padding-top: 87px;
      -moz-border-radius:19px ; -ms-border-radius:19px ; -o-border-radius:19px ; }
.page3 .trSlideFlex{display: flex;justify-content: space-between;}      
.page3 .oneDiv1{background:#fafafa url('../images/4_7.png') no-repeat center top;}
.page3 .oneDiv2{background:#fafafa url('../images/4_9.png') no-repeat center top;}
.page3 .oneDiv3{background:#fafafa url('../images/4_10.png') no-repeat center top;}
.page3 .oneDiv4{background:#fafafa url('../images/4_11.png') no-repeat center top;}
.page3 .h_tit{font-size: 16px;font-weight: bold;color: #333333;text-align: center;line-height: 1;margin-bottom: 7px;}
.page3 .h_img{display: block;margin:0 auto 3px;}
.page3 .h_cont{font-size: 14px;color: #666666;line-height: 22px;padding: 0 20px;box-sizing: border-box;
text-align: justify;}
.page3 .oneDiv:hover{box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);}
.page3 .icon_tit{font-size: 16px;color: #333;font-weight: bold; height: 16px;line-height: 16px;padding-left: 15px;box-sizing: border-box;
background: url('../images/y.png') no-repeat left center;margin-bottom: 22px;}
.page3 .icon_tit2{font-size:14px;line-height:22px;color: #666;padding-left: 15px;width: 100%;box-sizing: border-box;}
.page3 .icon_tit2 span{color: #ff7353;font-weight: bold;}
.page3 .padding59{padding: 40px 59px;box-sizing: border-box;}
.page3 table{ width: 100%; border-radius:20px ;overflow: hidden;margin-bottom: 23px;
     -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; }
.page3 th{font-size: 14px;color: #ff7353;font-weight: bold;background: #fff4f1;height: 40px;}
.page3 th,td{border: 2px solid #fff;}
.page3 td{font-size: 14px;color: #666666;padding: 5px 0;background: #f6f6f6;text-align: center;}
.page3 thead th:nth-child(1){width: 260px;}
.page3 table span{margin-left: 40px;}
.page3 .miButton{ width: 180px; height: 32px; display: block; border-radius:16px ;line-height: 32px;text-align: center;
    margin: auto;
     background: #fff3ed; border: 1px solid #ff5c0a; color: #ff550a; font-size: 14px; -webkit-border-radius:16px ; -moz-border-radius:16px ; -ms-border-radius:16px ; -o-border-radius:16px ;
}
.page3 th:hover{background: rgba(255, 244, 241, 0.69);}
.page3 td:hover{background: rgba(246, 246, 246, 0.71);}
.page3 .miButton:hover{background: #ff550a;color: #fff;}
.page3 .spanTit{font-size: 12px;color: #666;line-height: 1;margin-top: -15px;}
/* page4 */
.page4{height: 912px;background: url('../images/page4.png') no-repeat center top;}
.page4 .m1000{padding: 70px 0 88px;box-sizing: border-box;}
.page4 .sliPageTit{margin-bottom: 39px;}
.page4 .listNav{ height: 46px; display: flex; justify-content: start;width: max-content;
     border-radius:20px 20px 0 0 ;overflow-x: hidden; -webkit-border-radius:20px 20px 0 0 ; -moz-border-radius:20px 20px 0 0 ; -ms-border-radius:20px 20px 0 0 ; -o-border-radius:20px 20px 0 0 ; }
.page4 .listNav .li{width: 210px;height: 100%;margin-right: 1px;background: #f0f0f0;line-height: 46px;
    font-size: 18px;text-align: center;color: #666666;cursor: pointer;}
.page4 .listNav .li:last-child{margin-right: 0;}
.page4 .listNav .li.active{background: url('../images/button1.png') no-repeat;background-size: 100% 100%;
font-size: 18px;color: #fff;font-weight: bold;box-shadow: 0 2px 5px #ff550a;position: relative;z-index: 9;}
.page4 .contWite{ width: 100%; height: 480px; border-radius:0 20px 20px 20px ;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    background: #fff;box-sizing:border-box;margin-bottom: 52px;
     -webkit-border-radius:0 20px 20px 20px ; -moz-border-radius:0 20px 20px 20px ; -ms-border-radius:0 20px 20px 20px ; -o-border-radius:0 20px 20px 20px ; }
.page4 .maxDiv{padding: 36px 50px 0;box-sizing: border-box;}
     .page4 .top{display: flex;justify-content: start;justify-content: left;height: 228px;}
.page4 .top .img{ width: 162px; height: 200px; border-radius:20px ;overflow: hidden; -webkit-border-radius:10px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; }
.page4 .rebase{margin-left: 26px;}
.page4 .first{padding-bottom: 24px;}
.page4 .first_tit{font-size: 16px;font-weight: bold;color: #ff7353;margin-bottom: 12px;
    line-height: 1;display: flex;justify-content: start;align-items: center;}
.page4 .first_tit::before{content: '';width: 4px;height: 14px;background: #ff7353; margin-right: 10px;display: inline-block;}
.page4 .first_cot{font-size: 14px;color: #666666;line-height: 25px;padding-left: 14px;box-sizing: border-box;width: 700px;}
.page4 .first_cot span.fw{font-weight: bold;color: #ff7c5e;}
.page4 .first_cot span.co{color: #ff7c5e;}

    .page4 .bottom{}
    .page4 .minwidth{ width: 884px; height: 132px; overflow: hidden;margin: auto;background: #f9f9f9;display: flex;
     border: 1px solid #f2f2f2;justify-content: start;
     border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
    .page4 .some{ width: 100px;margin-right: 1px;
        transition: 0.6s;overflow: hidden;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s; }
    .page4 .some:last-child{margin-right: 0;}
    .page4 .iconImg{width: 100px;height: 100%;display: inline-block;}

    .page4 .iconImg div{color: #666666;font-size: 20px;line-height: 22px;writing-mode:vertical-rl;letter-spacing: 4px;
        text-indent: 4px;
         -webkit-writing-mode:vertical-rl; -ms-writing-mode:vertical-rl;font-family:"FZCHYJW",'FZCuHuoYi-M25S',"Microsoft YaHei";
         width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
    .page4 .iconImg1{background: url('../images/911.png') no-repeat;}  
    .page4 .iconImg2{background: url('../images/922.png') no-repeat;}  
    .page4 .iconImg3{background: url('../images/933.png') no-repeat;}  
    .page4 .iconImg4{background: url('../images/944.png') no-repeat;}  
    .page4 .iconMont{
        width: 480px;
        padding: 0 22px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        height: 100%;display: flex; justify-content:start; align-items: center;
}


    .page4 .active .iconImg div{color: #fff;}/*background: rgba(255, 115, 83, 0.8);*/
    .page4 .active{ width: 580px; }
    .page4 .active .iconImg1{background: url('../images/91.png') no-repeat;}
    .page4 .active .iconImg2{background: url('../images/92.png') no-repeat;}
    .page4 .active .iconImg3{background: url('../images/93.png') no-repeat;}
    .page4 .active .iconImg4{background: url('../images/94.png') no-repeat;}
    .page4 .width120{width: 580px;height: 100%;display: flex;}
    .page4 .mb19{margin-bottom: 19px;}

    .page4 .changePding{padding: 61px 58px 0 46px;box-sizing: border-box;width: 100%;height: 100%;}


    .page4 .swiper-pagination-bullets{line-height: 1;}
    .page4 .swiper-pagination-bullets .swiper-pagination-bullet{ transition:0.3s ; width: 28px; height: 6px; background: #cdcdcd; border-radius:3px ; opacity: 1; -webkit-border-radius:3px ; -moz-border-radius:3px ; -ms-border-radius:3px ; -o-border-radius:3px ; -webkit-transition:0.3s ; -moz-transition:0.3s ; -ms-transition:0.3s ; -o-transition:0.3s ;}
    .page4 .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #ff700b;width: 48px;}
    .page4 .fuck_you{width: 100%;height: 100%;position: relative;}
    .page4 .yuan{width: 304px;height: 300px;background: url('../images/yuan.png') no-repeat;box-sizing: border-box;
        position: relative;
        padding: 60px 85px 60px 39px;}
    .page4 .yuan .width{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;flex-wrap: wrap;}
    .page4 .width p{font-size: 22px;font-weight: bold;color: #fff;width: 100%;text-align: center;line-height: 28px;}
    .page4 .width p span{display: block;}
    .page4 .olustp{font-size: 16px;font-weight: bold;color: #ff7353;line-height: 1;width: 100%;}
    .page4 .olustPosition1{position: absolute;left:240px;top:5px;}
    .page4 .olustPosition2{position: absolute;left:332px;top:142px;}
    .page4 .olustPosition3{position: absolute;left:242px;top:280px;}
    .page4 .details{ font-size: 14px; color: #666666;text-align: justify;
         line-height: 26px; background: #fffaf7;padding: 17px 22px 17px 28px;box-sizing: border-box;
         border-radius:8px ; -webkit-border-radius:8px ; -moz-border-radius:8px ; -ms-border-radius:8px ; -o-border-radius:8px ; }
    .page4 .d1{position: absolute;left:319px;top:-35px;width: 578px;}
    .page4 .d2{position: absolute;left:419px;top:110px;width: 480px;padding: 11px 38px 11px 38px;box-sizing: border-box;}
    .page4 .d3{position: absolute;left:320px;top:240px;width: 578px;}
    .page4 .paddongZero{padding: 0;height: 100%;}
    .page4 .details:hover{background: #ffd7ba;}
    .page4 .green .yuan{background:url('../images/green.png') no-repeat;}
    .page4 .green .olustp{color: #a5cb42;}
    .page4 .green .details{background: #fcfff6;}
    .page4 .green .d1{padding-right: 0;width: 615px;}
    .page4 .green .details:hover{background: #eaf7d3;}


    /* page5 */
    .page5{}
    .page5 .m1000{padding-top: 69px;padding-bottom: 82px;}
    .page5 .sliPageTit{margin-bottom: 48px;}
    .page5 .table{line-height: 1; width: 991px;height: 354px;background: url('../images/table_03.png') no-repeat;margin: 0 auto 50px;position: relative;}
    .page5 .fl{display: flex;justify-content: center;align-items: center;}

    .page5 .d{font-size: 14px;color: #fff;width: 138px;height: 40px;cursor: pointer;}
    .page5 .d1{position: absolute;left: 0;bottom:177px;}
    .page5 .d2{position: absolute;left: 0;bottom:133px;}
    .page5 .d3{position: absolute;left: 0;bottom:89px;}
    .page5 .d4{position: absolute;left: 0;bottom:45px;}
    .page5 .d5{position: absolute;left: 0;bottom:0;}

    .page5 .b{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 138px;
    text-align: center;
    cursor: pointer;
    border-radius:15px 15px 0 0;
    -webkit-border-radius:15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;
    -ms-border-radius:15px 15px 0 0;
    -o-border-radius:15px 15px 0 0;
}    
    .page5 .b1{position: absolute;left:142px;top:99px;top: 82px;height: 52px;padding-top:17px;box-sizing: border-box;}    
    .page5 .b2{position: absolute;left:284px;top:92px;top: 65px;height: 69px;padding-top: 27px;box-sizing: border-box;}    
    .page5 .b3{position: absolute;left:426px;top:84px;top: 49px;height: 85px;padding-top: 35px;box-sizing: border-box;}    
    .page5 .b4{position: absolute;left:568px;top:75px;top: 31px;height: 103px;padding-top: 44px;box-sizing: border-box;}    
    .page5 .b5{position: absolute;left:710px;top:68px;top: 16px;height: 118px;padding-top: 50px;box-sizing: border-box;}    
    .page5 .b6{position: absolute;left:852px;top:60px;    top: 0px;height: 134px;padding-top: 60px;box-sizing: border-box;}    

    .page5 .c{font-size: 14px;color: #666666;width: 138px;height: 40px;}    
    .page5 .c1{position: absolute;left:142px;top:138px;}
    .page5 .c2{position: absolute;left:284px;top:138px;}
    .page5 .c3{position: absolute;left:426px;top:138px;}
    .page5 .c4{position: absolute;left:568px;top:138px;}
    .page5 .c5{position: absolute;left:710px;top:138px;}
    .page5 .c6{position: absolute;left:852px;top:138px;}

    .page5 .a{font-size: 14px;color: #ff6f4c;width: 138px;height: 40px;}    
    .page5 .a1{position: absolute;left:494px;top:182px;font-weight: bold;}
    .page5 .a2{position: absolute;left:637px;top:182px;font-weight: bold;}
    .page5 .a3{position: absolute;left:780px;top:182px;width: 69px;font-weight: bold;}

    .page5 .e{font-size: 14px;color: #666666;width: 138px;height: 40px;}    
    .page5 .e1{position: absolute;left:494px;top:226px;}
    .page5 .e2{position: absolute;left:637px;top:226px;}
    .page5 .e3{position: absolute;left:780px;top:226px;width: 69px;}

    .page5 .f{font-size: 14px;color: #666666;width: 138px;height: 40px;}    
    .page5 .f1{position: absolute;left:493px;top:270px;width: 211px;}
    .page5 .f2{position: absolute;left:710px;top:270px;}

    .page5 .w{font-size: 14px;color: #666666;width: 138px;height: 40px;}    
    .page5 .w1{position: absolute;left:142px;bottom: 0;}
    .page5 .w2{position: absolute;left:284px;bottom: 0;}
    .page5 .w3{position: absolute;left:426px;bottom: 0;}
    .page5 .w4{position: absolute;left:568px;bottom: 0;}
    .page5 .w5{position: absolute;left:710px;bottom: 0;}
    .page5 .w6{position: absolute;left:852px;bottom: 0;}
/* 加动画 */

    /* .page5 .d1{background: url('../images/table_03.png') no-repeat 0 -138px;}
    .page5 .d2{background: url('../images/table_03.png') no-repeat 0 -138px;}
    .page5 .d3{background: url('../images/table_03.png') no-repeat 0 -138px;}
    .page5 .d4{background: url('../images/table_03.png') no-repeat 0 -138px;}
    .page5 .d5{background: url('../images/table_03.png') no-repeat 0 -138px;} */





/* page6 */
.page6{background: #f9f9f9;height: 759px;}
.page6 .m1000{height: 100%;padding-top: 69px;box-sizing: border-box;}
.page6 .people{position: absolute;bottom: 0;right: -6px;pointer-events: none;}
.page6 .content{margin-left: 20px;margin-bottom: 32px;width: 600px;}
.page6 .ted{ font-size: 16px; color: #fff; width: 180px; height: 34px; background: #ff7353 url('../images/1.png') no-repeat;
    background-position: 4px 4px;padding-left: 50px;box-sizing: border-box;line-height: 34px;position: relative;z-index: 9;
    border-radius:17px 17px 17px 0 ; -webkit-border-radius:17px 17px 17px 0 ; -moz-border-radius:17px 17px 17px 0 ; -ms-border-radius:17px 17px 17px 0 ; -o-border-radius:17px 17px 17px 0 ; }
.page6 .tul{ width: 600px; height: 100px; background: #fff; border-radius:0 30px 30px 30px ;background: #fff;
    display: flex;justify-content: start;align-items: center;position: relative;
    z-index: 1;
     -webkit-border-radius:0 30px 30px 30px ; -moz-border-radius:0 30px 30px 30px ; -ms-border-radius:0 30px 30px 30px ; -o-border-radius:0 30px 30px 30px ; }
.page6 .li{font-size: 16px;line-height: 26px;
    font-weight: bold;color: #666666;display: inline-block;padding: 0 53px 0 42px;}
.page6 .yuan{ width: 50px; height: 50px; background: #ff7353; border-radius:50% ;font-size: 20px;font-weight: bold;
    display: flex;justify-content: center;align-items: center;line-height: 1;color: #fff;margin-right: 20px;
     -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; }
.page6 .li2{font-size: 14px;line-height: 22px;color:#666666; display: inline-block;
    padding: 4px 0px 0 0;box-sizing: border-box;width: 133px;}
.page6 .lid{ margin-bottom: 12px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
.page6 .lid:hover{ transform:translateY(-10px) ; -webkit-transform:translateY(-10px) ; -moz-transform:translateY(-10px) ; -ms-transform:translateY(-10px) ; -o-transform:translateY(-10px) ; }
.page6 .green .ted{background: #a5cb42 url('../images/2.png') no-repeat 4px 4px;}
.page6 .green .yuan{background: #a5cb42;}
.page6 .blue .ted{background: #2ec4e4 url('../images/3.png') no-repeat 4px 4px;}
.page6 .blue .yuan{background: #2ec4e4;}
.page6 .tul:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);}
/* .page6 .lid:hover{
     transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
} */
.page6 .btn_ac{margin-left: 160px;}

/* page7 */
.page7{}
.page7 .m1000{padding-top: 70px;padding-bottom: 66px;}
.page7 .sliPageTit{margin-bottom: 41px;}
.page7 .content{display: flex;justify-content: space-between;margin-bottom: 39px;}
.page7 .boxImg{position: relative; width: 280px; height: 300px; overflow: hidden; border-radius:15px ; -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; }
.page7 .boxImg img{ transition:0.5s ; -webkit-transition:0.5s ; -moz-transition:0.5s ; -ms-transition:0.5s ; -o-transition:0.5s ; }
.page7 .boxImg:hover img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.page7 .rCome{ width: 700px; border-radius:15px ;overflow: hidden;background: #fbfbfb;height: 309px;
     -webkit-border-radius:15px ; -moz-border-radius:15px ; -ms-border-radius:15px ; -o-border-radius:15px ; }
.page7 .li{
    border: 1px solid #e3e3e3;
    height: 36px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    transition:height 0.5s;
    -webkit-transition:height 0.5s;
    -moz-transition:height 0.5s;
    -ms-transition:height 0.5s;
    -o-transition:height 0.5s;
}
.page7 .tit{height: 36px;line-height: 36px;background: #f1f1f1;padding-left: 38px;cursor: pointer;
    box-sizing: border-box;font-size: 14px;color: #333333;}
.page7 .tCont{font-size: 12px;line-height: 26px;color: #666666;height: 158px;display: flex; 
    justify-content: start;align-items: center;padding: 0 32px 0 42px;box-sizing: border-box;}
.page7 .tCont div span{display: inline-block;vertical-align: top;}
.page7 .tCont div span:nth-child(2){display: inline-block;width: 600px;}
.page7 .li:nth-child(4) .tCont{ border-bottom: 1px solid #e3e3e3; border-radius:0 0 15px 15px ; -webkit-border-radius:0 0 15px 15px ; -moz-border-radius:0 0 15px 15px ; -ms-border-radius:0 0 15px 15px ; -o-border-radius:0 0 15px 15px ; }
/* .page7 .tCont{display: none;} */
.page7 .active .tCont{border-left: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3;box-sizing: border-box;
vertical-align: top;}
.page7 .active{height: 195px;border:none;}
.page7 .active .tit{background: #ff760b;color: #fff;font-weight: bold;}

.page7 .rCome .li:first-child{ border-radius:15px 15px 0 0 ; -webkit-border-radius:15px 15px 0 0 ;
     -moz-border-radius:15px 15px 0 0 ; -ms-border-radius:15px 15px 0 0 ; -o-border-radius:15px 15px 0 0 ; }
.page7 .rCome .li:last-child{ border-radius:0px 0px 15px 15px ; -webkit-border-radius:0px 0px 15px 15px ; -moz-border-radius:0px 0px 15px 15px ; -ms-border-radius:0px 0px 15px 15px ; -o-border-radius:0px 0px 15px 15px ; }
.page7 .visi{visibility: hidden;}

.footget{background: #000 !important;color: #fff !important;}
.footget a{color: #fff !important;}



@media (max-width:1000px){

    .m1000{width: 100%;}

    .banner{width: 7.5rem;margin: auto;height: 6rem;background: url('../images/images/banner_02.jpg') no-repeat center top;
            background-size: 100% 100%;}
    .banner .m1000{padding-top:4.48rem;}
    .banner .logo1{position: absolute;left:0.36rem;top:0.33rem;width: 3.15rem;}
    .banner .header_title{display: none;}
    .banner .phone_button{width: 3.56rem;height: 0.55rem;margin: auto;box-shadow: 0.06rem 0.07rem 0px #fc5e16;
        border: 0.02rem solid rgba(255,255,255,0.6);background-size: 100% 100%;padding-left: 0.31rem;}
    .banner .phone_button img:nth-child(1){width: 0.39rem;}
    .banner .phone_button img:nth-child(2){width: 0.02rem;height: 0.28rem;margin:0 0.29rem 0 0.18rem;}
    .banner .phone_button p{line-height: 1;font-size: 0.28rem;}

    .navCont{width: 7.5rem;margin: auto;height: 0.7rem;}
    .nav{height: 0.7rem;}
    .nav a{line-height: 1;display: flex;justify-content: center;align-items: center;background-size:100% 100% ;font-size: 0.2rem;
    background: none;padding-top: 0.015rem;width: 16.6%;}
    .nav a.active{font-size: 0.2rem;background-size: 100% 100%;}
    .nav .pagea2{display: none;}


    .page1{width: 7.5rem;margin: auto;}    
    .page1 .m1000{padding: 0.7rem 0 0.67rem;}


    .sliPageTit{margin-bottom: 0.22rem;}
    .sliPageTit .p1{display: inline-block;font-size: 0.38rem;font-weight: bold;position: relative;z-index: 99;margin-bottom: 0.1rem;text-shadow: 0.03rem 0.03rem 0px rgb(0 0 0 / 12%);}
    .sliPageTit .p1::before{content: '';width: 0.24rem;height: 0.24rem;background: url('../images/images/1.png') no-repeat;
        background-size: 100% 100%;position: absolute;left: -0.11rem;top: -0.12rem;z-index: -3;}
    .sliPageTit .p1::after{content: '';width: 0.26rem;height: 0.26rem;background: url('../images/images/2.png') no-repeat;
        background-size: 100% 100%;position: absolute;right: -0.13rem;top: -0.15rem;z-index: -3;}
    .sliPageTit .p2{
        display: block;
        width: 4.25rem;
        margin: auto;
        font-size: 0.2rem;
        height: 0.34rem;
        line-height: 0.34rem;
        box-sizing: border-box;
        border-radius: 0.17rem;
        -webkit-border-radius: 0.17rem;
        -moz-border-radius: 0.17rem;
        -ms-border-radius: 0.17rem;
        -o-border-radius: 0.17rem;
        padding: 0 0.36rem;
        box-shadow: 0 0 0 #fff;
    }
    .sliPageTit .p2 span{margin: 0 0.1rem;}
    .page1 .flexContainer{width: 6.5rem;margin: auto;flex-wrap: wrap;padding: 0 0 0.5rem 0;}
    .page1 .slideBox{width: 3.1rem;height: 3.1rem;}
    .page1 .slide{width: 100%;height: 100%;padding-top: 1.82rem;background-size: 100% 100%;}
    .page1 .slideBox:hover .slide{width: 100%;height: 100%;padding-top: 1.82rem;}
    .page1 .font_1{font-size: 0.22rem;line-height: 0.3rem;}

    .btn_ac{ width: 4rem; height: 0.7rem; font-size: 0.26rem; border-radius:0.35rem ; box-shadow: 0 0.06rem 0.08rem rgb(255 124 11 / 30%); background-size: 200% 200%; -webkit-border-radius:0.35rem ; -moz-border-radius:0.35rem ; -ms-border-radius:0.35rem ; -o-border-radius:0.35rem ;
}

    #page2{display: none;}
 
    .page3 .m1000{padding:0.7rem 0 0.74rem;}
    .page3{width: 7.5rem;margin: auto;background: #f7f7f7 url('../images/images/page3_02.jpg') no-repeat center bottom;background-size: 100% auto;}
    .page3 .timebox{margin-left: 0.39rem;box-sizing: border-box;background-size: 0.48rem auto;padding: 0 0.64rem 0.37rem 0.6rem;}
    .page3 .ptop{font-size: 0.26rem;margin-bottom: 0.14rem;}
    .page3 .pSecont{font-size: 0.2rem;line-height: 0.3rem;margin-bottom: 0;}
    .page3 .disflex{display: none;}
    .page3 .sixCont{ width: 6.1rem; margin:0 auto 0.4rem; display: flex; justify-content: space-between; background: #fff;overflow: hidden;
        box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.08);
         border-radius:20px ; -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; }
    .page3 .sixCont .lex{width: 1.4rem;}
    .page3 .sixCont .lex div{width: 100%;height: 0.6rem;display: flex;background: #eeeeee;
        justify-content: center;align-items: center;font-size: 0.22rem;color: #666666;border-bottom: 0.02rem solid #f7f7f7;box-sizing:border-box;}
    .page3 .sixCont .lex div.active{color: #fff;font-weight: bold;background: #ff7353;}
    .page3 .sixCont .lex div:last-child{border: none;}
    .page3 .sixCont .lex div span{margin: 0 0.08rem;}
    .page3 .sixCont .rex{width: 4.7rem;height:1.8rem;box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.08);position: relative;display: flex;justify-content: left;align-items: center;}
    .page3 .sixCont .rex::before{content: '';width: 0.06rem;height: 100%;background: #ff7353;position: absolute;right: 0;top: 0;}
    .page3 .flexR li{font-size: 0.2rem;color: #666;line-height: 1;display: flex;justify-content: left;padding-left: 0.2rem;
        align-items: center;margin-bottom: 0.22rem;}
    .page3 .flexR li img{width: 0.21rem;margin-right: 0.1rem;}
    .page3 .flexR li:last-child{margin-bottom: 0;}
    .page3 .flexR{display: none;}
    .page3 .flexR.active{display: block;}
    .page3 .btn_ac{margin:0 auto 0.39rem;}
    .page3 .modelNav{display: none;}
    .page3 .xrList{background-size: 0.48rem;margin-left:0.39rem;background: #f7f7f7 url('../images/4_5.png') no-repeat left top;
        padding: 0 0.64rem 0.37rem 0.6rem;height: 0.67rem;background-size: 0.48rem auto;}
    .page3 .fontsecont{font-size: 0.26rem;padding-top: 0.04rem;}
    .page3 .rBox{width: 6.52rem;height: auto;display: block;margin: auto;background: none;box-shadow:0 0 0 #fff;}
    .page3 .trSlide{padding: 0;flex-wrap: wrap;}
    .page3 .oneDiv{ width: 3.15rem; height: 3.5rem; border-radius:0.19rem ;padding-top: 1.4rem;margin-bottom: 0.22rem;
         -webkit-border-radius:0.19rem ; -moz-border-radius:0.19rem ; -ms-border-radius:0.19rem ; -o-border-radius:0.19rem ; }
    .page3 .oneDiv1{background: #fff url('../images/images/icon1.png') no-repeat center top 0.11rem;background-size:1.28rem 1.28rem;}
    .page3 .oneDiv2{background: #fff url('../images/images/icon2.png') no-repeat center top 0.11rem;background-size:1.28rem 1.28rem;}
    .page3 .oneDiv3{background: #fff url('../images/images/icon3.png') no-repeat center top 0.11rem;background-size:1.28rem 1.28rem;}
    .page3 .oneDiv4{background: #fff url('../images/images/icon4.png') no-repeat center top 0.11rem;background-size:1.28rem 1.28rem;}
    .page3 .h_tit{font-size: 0.24rem;margin-bottom: 0.13rem;}
    .page3 .h_img{width: 0.5rem;margin: 0 auto 0.09rem;}
    .page3 .h_cont{font-size: 0.18rem;line-height: 0.25rem;padding: 0 0.3rem;}

    .page4{width: 7.5rem;margin: auto;height: auto;background: #fff;}
    .page4 .m1000{padding: 0.7rem 0 0.74rem;}
    .page4 .sliPageTit{margin-bottom: 0.36rem;}
    .page4 .listNav{
         width: 6.9rem;
         margin: auto;
         height: 0.6rem;
         border-radius:0.2rem 0.2rem 0 0;
         -webkit-border-radius:0.2rem 0.2rem 0 0;
         -moz-border-radius:0.2rem 0.2rem 0 0;
         -ms-border-radius:0.2rem 0.2rem 0 0;
         -o-border-radius:0.2rem 0.2rem 0 0;
    }
    .page4 .listNav .li{width: 25%;font-size: 0.22rem;line-height: 0.6rem;margin-right:0.01rem;}
    .page4 .listNav .li.active{box-shadow: 0 0.02rem 0.05rem #ff550a;font-size: 0.22rem;}
    .page4 .listNav .li span{display: none;}
    .page4 .contWite{ width: 6.9rem;height: 5.9rem;
         margin: 0 auto 0.4rem; border-radius:0 0 0.2rem 0.2rem ; -webkit-border-radius:0 0 0.2rem 0.2rem ; -moz-border-radius:0 0 0.2rem 0.2rem ; -ms-border-radius:0 0 0.2rem 0.2rem ; -o-border-radius:0 0 0.2rem 0.2rem ; }
         .page4 .maxDiv{padding: 0.36rem 0.2rem 0 0.37rem;box-sizing: border-box;}
         .page4 .top{height: auto;}
         .page4 .top .img{display: none;}
         .page4 .rebase{margin-left: 0;width: 100%;height: auto;}
         .page4 .first{padding-bottom: 0.18rem;}
         .page4 .first_tit{font-size: 0.22rem;margin-bottom: 0.12rem;}
         .page4 .first_tit::before{width: 0.04rem;height: 0.2rem;margin-right: 0.1rem;}
         .page4 .first_cot{padding-left: 0.14rem;width: 4.42rem;font-size: 0.2rem;line-height: 0.25rem;}
         .page4 .first:nth-child(2) .first_cot{width: 100%;}
         .page4 .contWite .maxDiv:nth-child(1) .first:nth-child(1){padding-left: 1.6rem;box-sizing: border-box;
        background: url('../images/images/img1.png') no-repeat;background-size: 1.29rem 1.51rem;}
        .page4 .contWite .maxDiv:nth-child(2) .first:nth-child(1){padding-left: 1.6rem;box-sizing: border-box;
            background: url('../images/images/img2.png') no-repeat;background-size: 1.29rem 1.51rem;}
            .page4 .contWite .maxDiv:nth-child(3) .first:nth-child(1){padding-left: 1.6rem;box-sizing: border-box;
                background: url('../images/images/img3.png') no-repeat;background-size: 1.29rem 1.51rem;}
        .page4 .minwidth{ width: 6.18rem; height: 1.52rem; border-radius:0.1rem ; -webkit-border-radius:0.1rem ; -moz-border-radius:0.1rem ; -ms-border-radius:0.1rem ; -o-border-radius:0.1rem ; }
        .page4 .some{width: 0.6rem;margin-right: 0;}
        .page4 .width120{width: 4.38rem;}
        .page4 .active{width: 4.38rem;}
        .page4 .iconImg{width: 0.6rem;background-size: cover;}
        .page4 .iconImg div{font-size: 0.22rem;line-height: 0.3rem;}
        .page4 .active .iconImg{background-size: 100% 100%;}
        .page4 .iconMont{width: 3.78rem;padding: 0 0.22rem;font-size: 0.15rem;line-height: 0.22rem;box-sizing: border-box;}
        .page4 .paddongZero{padding: 0;}
        .page4 .changePding{padding: 1.6rem 0 0 0.1rem;box-sizing: border-box;}
        .page4 .yuan{width: 2.35rem;height: 2.31rem;background: url('../images/images/tuo.png') no-repeat;
        background-size: 100% 100%;padding: 0.46rem 0.65rem 0.46rem 0.31rem;box-sizing: border-box;}



    .page5{width: 7.5rem;margin: auto;}
    .page5 .m1000{padding-top: 0;padding-bottom: 0.6rem;}
    .page5 .sliPageTit{margin-bottom: 0.27rem;}
    .page5 .table{width: 7.1rem;height: 3.54rem;margin: 0 auto 0.4rem;
        background: url('../images/images/11.png') no-repeat;
    background-size: 100% 100%;}
    .page5 .table div{display: none;}
    .page4 .width p{font-size: 0.2rem;line-height: 0.26rem;}
    .page4 .olustp{font-size: 0.2rem;line-height: 0.26rem;writing-mode: vertical-rl;display: flex;justify-content: center;
        align-items: center;letter-spacing: 0.03rem;text-indent: 0.03rem;z-index: 99;
        -webkit-writing-mode: vertical-rl;color: #fff;width: 0.4rem;height: 1.48rem;
        -ms-writing-mode: vertical-rl;}
        .page4 .details:hover{background: #fffaf7;}
        .page4 .olustPosition1{left:1.03rem;top:-1.38rem;background: url('../images/images/p1.png') no-repeat;
        background-size: 100% 100%;padding-bottom: 0.09rem;box-sizing: border-box;}
        .page4 .olustPosition2{left:2.47rem;top:0.42rem;background: url('../images/images/p2.png') no-repeat;
            background-size: 100% 100%;}
.page4 .olustPosition3{left:1.03rem;top:2.21rem;background: url('../images/images/p3.png') no-repeat;
        background-size: 100% 100%;padding-top: 0.09rem;box-sizing: border-box;}
        .page4 .details{font-size: 0.18rem;line-height: 0.28rem;padding: 0rem 0.2rem 0rem 0.65rem;box-sizing: border-box;
        }
        .page4 .d1{width: 5.5rem;height: 1.5rem;left:1.03rem;top:-1.4rem;display: flex;justify-content: left;
            flex-wrap: wrap;align-items: center;box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);}
        .page4 .d2{width: 4.06rem;height: 1.5rem;left:2.47rem;top:0.42rem;display: flex;justify-content: left;
            flex-wrap: wrap;align-items: center;box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);}
        .page4 .d3{width: 5.5rem;height: 2rem;left: 1.03rem;top:2.21rem;display: flex;justify-content: left;
            flex-wrap: wrap;align-items: center;box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);}
        .page4 .swiper-container{height: 107%;bottom: 0.1rem;}
        .page4 .swiper-pagination-bullets .swiper-pagination-bullet{width: 0.28rem;height: 0.06rem;}
        .page4 .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 0.48rem;}
        .page4 .green .d1{padding-right: 0.2rem;box-sizing: border-box;}
        .page4 .green .yuan {
            background: url(../images/images/lv.png) no-repeat;background-size: 2.35rem 2.31rem;
        }
        .page4 .green .olustPosition1{left:1.03rem;top:-1.38rem;background: url('../images/images/o1.png') no-repeat;
            background-size: 100% 100%;padding-bottom: 0.09rem;box-sizing: border-box;}
            .page4 .green .olustPosition2{left:2.47rem;top:0.42rem;background: url('../images/images/o2.png') no-repeat;
                background-size: 100% 100%;}
    .page4 .green .olustPosition3{left:1.03rem;top:2.21rem;background: url('../images/images/o3.png') no-repeat;
            background-size: 100% 100%;padding-top: 0.09rem;box-sizing: border-box;}
            .page4 .green .olustp{color: #fff;}
            .page4 .green .details:hover{background: #fcfff6;}

            .page4 .green .d1{width: 5.5rem;}
 




    .page6{width: 7.5rem;margin: auto;height: auto;background:#f9f9f9 url('../images/images/page6_02.jpg') no-repeat;
    background-size: 100% auto;}    
    .page6 .m1000{padding-top: 0.73rem;padding-bottom: 0.73rem;}
    .page6 .people{display: none;}
    .page6 .content{width: 7rem;margin: auto;}
    .page6 .lid{margin-bottom: 0.2rem;}
    .page6 .ted{width: 2.12rem;height: 0.39rem;font-size: 0.22rem;padding-left: 0.5rem;line-height: 0.4rem;
        background: #ff7353 url(../images/1.png) no-repeat;background-size: 0.3rem 0.3rem;font-weight: bold;
        background-position: 0.05rem 0.05rem;box-sizing: border-box;}
    .page6 .tul{ width: 100%; border-radius: 0 0.3rem 0.3rem 0.3rem;width: 7rem;height: 1.3rem;box-shadow: 0 0 0.1rem rgb(0 0 0 / 12%);
         -webkit-border-radius: 0 0.3rem 0.3rem 0.3rem; -moz-border-radius: 0 0.3rem 0.3rem 0.3rem; -ms-border-radius: 0 0.3rem 0.3rem 0.3rem; -o-border-radius: 0 0.3rem 0.3rem 0.3rem; }
    .page6 .li{font-size: 0.22rem;line-height: 0.34rem;padding: 0 0.44rem 0 0.38rem;}
    .page6 .yuan{width: 0.6rem;height: 0.6rem;font-size: 0.26rem;margin-right: 0.24rem;}
    .page6 .li2{font-size: 0.2rem;line-height: 0.28rem;width: 1.58rem;padding: 0;}
    .page6 .green .ted {
        background: #a5cb42 url(../images/2.png) no-repeat;background-size: 0.3rem 0.3rem;background-position: 0.05rem 0.05rem;box-sizing: border-box;
    }
    .page6 .blue .ted {
        background: #2ec4e4 url(../images/3.png) no-repeat;background-size: 0.3rem 0.3rem;background-position: 0.05rem 0.05rem;box-sizing: border-box;
    }
    .page6 .blue .uu{margin-right: 0rem;}
    .page6 .uuu{width: 1.82rem;text-align: center;}
    .page6 .blue{margin-bottom: 0.42rem;}
    .page6 .lid:hover{ transform:translateY(0px) ; -webkit-transform:translateY(0px) ; -moz-transform:translateY(0px) ; -ms-transform:translateY(0px) ; -o-transform:translateY(0px) ; }

    .page7{width: 7.5rem;margin: auto;}
    .page7 .m1000{padding: 0.72rem 0 0.68rem;}
    .page7 .boxImg{display: none;}
    .page7 .rCome{ width: 100%; height: auto; border-radius:0.1rem ; -webkit-border-radius:0.1rem ; -moz-border-radius:0.1rem ; -ms-border-radius:0.1rem ; -o-border-radius:0.1rem ; }
    .page7 .content{width: 6.6rem;margin: 0 auto 0.4rem;}
    .page7 .sliPageTit{margin-bottom: 0.4rem;}
    .page7 .li{height: 0.7rem;}
    .page7 .active{height: 4.1rem;}
    .page7 .tit{height: 0.7rem;font-size: 0.22rem;padding: 0;display: flex;justify-content:center;align-items: center;}
    .page7 .tCont{height: 3.38rem;font-size: 0.2rem;
        line-height: 0.34rem;padding: 0 0.48rem 0 0.48rem;box-sizing: border-box;}
        .page7 .tCont div span{display: inline;}
        .page7 .tCont div span:nth-child(2){width: auto;display: inline;}




body{padding-bottom: 1rem;}
.page6 .btn_ac{margin: auto;}
.page4 .swiper-pagination-bullets{bottom: 0.1rem;}
}


























