@charset "utf-8";body{font-size:14px;color:#000;font-family: Roboto-Regular;}

@charset "utf-8";html{height:100%}
::-webkit-scrollbar{width:.2vw;height:.2vw}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{border-radius:4px;background-color:#00883F}
@media only screen and (max-width:1080px){
::-webkit-scrollbar{width:5px;height:5px}
}
@media only screen and (max-width:520px){
::-webkit-scrollbar{width:2px;height:2px}
}


*{padding:0;margin:0;list-style:none}
a{text-decoration:none;color:inherit}
i{font-style:normal}
dl,ol,ul{list-style-type:none}
b{display:inline-block}
em{font-style:normal;font-family:arial}
.w1600{margin:0 auto;width:93%;max-width: 83.6vw;}
.w1400{margin:0 auto;width:93%;max-width: 73.1453vw;}
.w1200{margin:0 auto;width:93%;max-width: 65vw;}
.odcontent{margin:0 auto;width: 94%;max-width: 94vw;}
@media only screen and (max-width:1280px){
.w1600{width: 92%;}
.w1400{width: 92%;}
.w1200{width: 92%;}
.odcontent{width: 92%;}
}
@media only screen and (max-width:1080px){
.w1600{max-width:1600px}
.w1400{max-width:1400px}
.w1200{max-width:1200px}
.odcontent{max-width:1600px}
}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border:none;outline:0;border-radius:0;-webkit-appearance:none}
button{border:none;padding:0}
.head_fixed{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999}
img{border:none;vertical-align:middle;max-width:100%}
:focus{outline:0;-webkit-tap-highlight-color:transparent}
a,div,li{-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px #f2f3f7 inset!important;-webkit-text-fill-color:#333}
.flex{display:flex;flex-wrap:wrap;}
.flx{display:flex;flex-wrap:wrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
 
@font-face {font-family: Roboto-Regular;font-style: normal; src: url(../font/Roboto-Regular.ttf) format("TrueType"); font-display: fallback;}

/* side_kf */
.side_kf{position:fixed;right: .5%;top:60%;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background: #00883F;padding: .68vw;border-radius: 40px;}
.side_kf ul li{position:relative;z-index:1;}
.side_kf ul li .icon{height: 2vw;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-bottom: .6vw;}
.side_kf ul li:nth-last-child(1) .icon{margin-bottom: 0;}
.side_kf ul li .icon img{width: 1.463vw;filter: brightness(0) invert(1);}
.side_kf ul li .box{padding: 0 1.2vw;display:none;width:auto;height:auto;position:absolute;right:100%;top:50%;transform:translateY(-50%);transition:all .5s ease}
.side_kf ul li .box .txt{padding: .58vw .8vw;background: #fff;box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.08);border-radius: 10px;position: relative;}
.side_kf ul li .box .txt:after{border-left: 8px solid #fff;border-top: 6px solid transparent;border-bottom: 6px solid transparent;content: "";position: absolute;left: 100%;top: 50%;transform: translateY(-50%);}
.side_kf ul li .box .txt p{font-weight:700;font-size: .82vw;color: #333;white-space:nowrap;}
.side_kf ul li:hover .box{display:block}
.side_kf #top{display:block;position:relative;height: 2.75vw;width: 2.75vw;text-align:center;background: #00883F;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border-radius: 50%;margin: 0 auto;margin-top: .5vw;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight: bold;}
@media only screen and (max-width:1080px){
.side_kf ul{padding: 15px 4px;}
.side_kf ul li .icon{width: 38px;height: 38px;margin-bottom: 8px;}
.side_kf ul li .icon img{width: 24px;}
.side_kf ul li .box{padding: 0 25px;}
.side_kf ul li .box .txt{padding: 10px 15px;}
.side_kf ul li .box .txt p{font-size: 15px;}
.side_kf #top{height: 45px;width: 45px;margin-top: 10px;}
}
@media only screen and (max-width:520px){
.side_kf{right: 0;bottom: 0;transform: translateY(0);top: auto;width: 100%;}
.side_kf ul{padding: 10px 29px;border-radius: 0;display: flex;align-items: center;justify-content: center;}
.side_kf ul li .icon{width: 32px;height: 32px;margin: 0 15px;}
.side_kf ul li .icon img{width: auto;}
.side_kf ul li .box{padding: 0 20px;}
.side_kf ul li .box .txt{padding: 8px 12px;border-radius: 8px;}
.side_kf ul li .box .txt p{font-size: 14px;}
.side_kf #top{display: none;}
}


/* btn */
.btn{border-radius: 30px;padding: .6vw 1.45vw;position: relative;overflow: hidden;width: max-content;border: 1px solid rgba(255, 255, 255, 0.3);display: flex;align-items: center;justify-content: space-between;}
.btn p{font-size: .835946vw;transition: all .5s;color: #fff;z-index: 9;position: relative;margin-right: .58vw;}
.btn:before {transition: all 0.6s;content:'';width: 100%;height: 100%;position: absolute;left: -101%;top:0;background: #00883F;border-radius: 30px;}
.btn:hover:before{left:0;}
.btn img{filter: brightness(0) invert(1);width: .941vw;}
.btn:hover:before{transform: scale(1.05);}
.btn:hover{border: 1px solid #00883F;}
@media only screen and (max-width:1080px){
.btn{padding: 10px 30px;}
.btn p{font-size: 15px;}
.btn img{width: 18px;}
}
@media only screen and (max-width:520px){
.btn{padding: 8px 18px;}
.btn p{font-size: 14px;margin-right: 8px;}
}



/* in_tit */
.in_tit{margin-bottom: 3.58vw;}
.in_tit .title{font-size: 2.61233vw;color: #1c1c1c;font-weight: bold;text-align: center;}
.in_tit .tit{font-size: .941vw;color: #00883f;line-height: 1.58;display: flex;align-items: center;justify-content: center;font-weight: normal;}
.in_tit .tit img{display: none;}
@media screen and (max-width: 1080px){
.in_tit{margin-bottom: 40px;}
.in_tit .title{font-size: 30px;}
.in_tit .tit{font-size: 18px;margin-bottom: 5px;}
}
@media screen and (max-width: 768px){
.in_tit .title{font-size: 26px;}
}
@media screen and (max-width: 520px){
.in_tit{margin-bottom: 25px;}
.in_tit .title{font-size: 21px;}
.in_tit .tit{font-size: 15px;margin-bottom: 4px;}
}
@media screen and (max-width: 450px){
.in_tit .title{font-size: 20px;}
}
@media screen and (max-width: 380px){
.in_tit .title{font-size: 18px;}
.in_tit .tit{font-size: 14px;}
}
 
/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;padding: .2vw 0;background: linear-gradient(to bottom,#495c6e 0%,rgba(250,250,250,0));display: block;}
.head .head_mid .w1600{display: flex;align-items: center;justify-content: space-between;}
.head .head_mid .lf_part .logo img{width: 3.8vw;transition: 0.5s;}
.head .head_mid .head_nav{box-sizing: border-box;transition: all .5s ease-in-out;margin-right: -10%;}
.head .head_mid .head_nav .first_nav{text-align: end;white-space: nowrap;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;white-space: nowrap;z-index: 1;position: relative;margin: 0 1.68vw;}
.head .head_mid .head_nav .first_nav > li:nth-last-child(1){margin-right: 0;}
.head .head_mid .head_nav .first_nav > li .ha a{font-size: .95vw;position: relative;color: #fff;margin: 1.88vw 0;z-index: 99;transition: ease .5s;display: flex;align-items: center;}
.head .head_mid .head_nav .first_nav > li .ha a:after{content:"";display:block;position:absolute;left:50%;bottom: -15px;transform:translate(-50%,0);width:0;height:2px;background-color: #fff;transition:all .5s;}
.head .head_mid .head_nav .first_nav > li.cur .ha a:after,.head .head_mid .head_nav .first_nav > li:hover .ha a:after{width:100%}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li:hover > a{color: #00883F;}
.head .head_mid .head_nav .pc_secnav{position: absolute;top: 100%;left: 50%;height: auto;transition: all .5s ease-in-out;z-index: 3;box-sizing: border-box;transform-origin: center top;opacity: 0;pointer-events: none;cursor: pointer;width: 11vw;transform: translate(-50% , 30px);}
.head .head_mid .head_nav .pc_secnav.on{backface-visibility: hidden;pointer-events: auto;opacity: 1;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul{background: #ffffff;padding: .58vw;border-radius: 10px;box-shadow: 0 0 5px rgb(105 100 100 / 10%);}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li{display: block;background: #F1F1F1;margin: .28vw 0;border-radius: 8px;position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li a{display: flex;align-items: center; font-size: .85vw;line-height: 2.5vw;padding: 0 .68vw;text-align: left;position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:19px;width:.835946vw;height:.835946vw;background:url(../images/h_jt.png) center center/cover;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li:hover:after{filter: brightness(0) invert(1);}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li img{width: 1.45vw;margin-right: .5vw;filter: invert(.8);}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li:hover img{filter: brightness(0) invert(1);}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li:hover{background: #00883F;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li:hover a{color: #fff;}
.head .head_mid .head_nav .pc_secnav .lf_nav ul li:hover a:after{filter: brightness(0) invert(1);}
.head .head_mid .head_nav .first_nav > li:nth-child(3) .pc_secnav{width: 24vw;}
.head .head_mid .head_nav .first_nav > li:nth-child(3) .pc_secnav .lf_nav ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.head .head_mid .head_nav .first_nav > li:nth-child(3) .pc_secnav .lf_nav ul li{width: 48.5%;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;}
.head .head_mid .rt_part .dh{display: flex;align-items: center;margin-right: 1.5vw;padding-right: 1.5vw;position: relative;}
.head .head_mid .rt_part .dh:after{position: absolute;content: "";right: 0;top: 9%;width: 2px;height: 82%;background: #fff;}
.head .head_mid .rt_part .dh .icon img{width: 1.463vw;margin-right: .28vw;}
.head .head_mid .rt_part .dh p{font-size: 1.28vw;font-weight: bold;color: #fff;}
.head .head_mid .rt_part .bj{background-image: linear-gradient(90deg, #00883f, #b4c126);padding: .35vw .8vw;}
.head .head_mid .rt_part .bj a{display: flex;align-items: center;justify-content: space-between;}
.head .head_mid .rt_part .bj img{width: 1.463vw;}
.head .head_mid .rt_part .bj p{font-size: .941vw;color: #fff;margin-left: .35vw;}
 
 
/* scro */
.head.scro,.head:hover{background: #fff;box-shadow: 0 0 15px rgb(0 0 0 / 20%);padding: 0;}
.head.scro .head_mid .lf_part .logo img,.head:hover .head_mid .lf_part .logo img{width: 3.17vw;}
.head.scro .head_mid .head_nav .first_nav > li .ha a,.head:hover .head_mid .head_nav .first_nav > li .ha a{color: #000;}
.head.scro .head_mid .head_nav .first_nav > li.cur .ha a,.head:hover .head_mid .head_nav .first_nav > li.cur .ha a,.head:hover .head_mid .head_nav .first_nav > li:hover .ha a{color: #00883F;}
.head.scro .head_mid .head_nav .first_nav > li .ha a:after,.head:hover .head_mid .head_nav .first_nav > li .ha a:after{background-color: #00883f;}
.head.scro .head_mid .rt_part .dh .icon img,.head:hover .head_mid .rt_part .dh .icon img{filter: invert(.8);}
.head.scro .head_mid .rt_part .dh p,.head:hover .head_mid .rt_part .dh p{color: #00883f;}
.head.scro .head_mid .rt_part .dh:after,.head:hover .head_mid .rt_part .dh:after{background: #00883f;}
 


/* menu */
.menu{width: 100vw;height:100vh;position:fixed;top:0;right:0;z-index:999;background:rgba(0,0,0,.7);box-shadow:0 0 30px rgba(0,0,0,.1);backdrop-filter:blur(10px);transform:translateX(100vw);transition:.5s all ease-in-out;opacity:0;visibility: hidden;}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{width: 90%;margin: 0 auto;margin-top: 8%;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 20px 0;transition:.3s all ease-in-out;width: 100%;}
.menu ul li .rd{position: relative;display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.menu ul li .rd a{color:#fff;font-size:18px;}
.menu ul li .rd i{width: 19px;}
.menu ul li .rd i:after{content: "";width: 2px;height: 16px;background: #fff;position: absolute;transition: all .35s;right: 7px;top: 3px;}
.menu ul li .rd i:before{content: "";width: 16px;height: 2px;background: #fff;position: absolute;transition: all .35s;right: 0px;top: 10px;}
.menu ul li.cur .rd i:after{width: 0;-webkit-transform: rotate(90deg);}
.menu ul li .hd{display: none;}
.menu ul li .hd .second{opacity:1;transition:.3s all ease-in-out;margin-top: 5px;display: grid;padding-left: 20px;}
.menu ul li .hd .second{width: 100%;display:flex;align-items: center;flex-wrap: wrap;margin-top: 18px;}
.menu ul li .hd .second a{font-size: 16px;color: #ffffffeb;font-weight: normal;width: 100%;margin: 8px 0;}
.he_fadeup1{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.3s}
.he_fadeup2{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.4s}
.he_fadeup3{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.5s}
.he_fadeup4{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.6s}
.he_fadeup5{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.7s}
.he_fadeup6{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.8s}
.he_fadeup7{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
.he_fadeup8{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
@keyframes fadeIniup{0%{opacity:0;transform:translateY(60px)}
100%{opacity:1;transform:translateY(0)}
}

/* menu_bar */
.menu_bar{position:relative;cursor:pointer;z-index: 3;display: none;align-items: center;justify-content: center;transition: 0.4s 0.2s;margin-left: 20px;}
.menu_bar.active{z-index:9998}
.menu_bar.active span{background:#fff}
.menu_bar .bar{width: 25px;height: 21px;position: relative;}
.menu_bar span{width:100%;height: 2px;position:absolute;background:#fff;display:block;-webkit-transition:all .35s;-webkit-transform:rotate(0);top:0;}
.menu_bar.active span{background:#fff}
.menu_bar span:nth-child(1){width: 15px;right: 0;}
.menu_bar span:nth-child(2){top: 8px;}
.menu_bar span:nth-child(3){top: 8px;width:18px;}
.menu_bar:hover span:nth-child(1){width:25px}
.menu_bar:hover span:nth-child(3){width:25px}
.menu_bar.active:hover span:nth-child(2){width:0}
.menu_bar.active:hover span:nth-child(3){width:25px}
.menu_bar.active span:nth-child(2){width:0}
.menu_bar.active span:nth-child(1){top:9px;-webkit-transform:rotate(45deg);width:25px}
.menu_bar.active span:nth-child(3){top:9px;-webkit-transform:rotate(-45deg);width: 25px;}
.menu_bar span:nth-child(3){top: 17px;width: 15px;}


 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding: 0px 0;}
.head .head_mid .lf_part .logo{position: initial;}
.head .head_mid .lf_part .logo img{width: 62px;}
.head .head_mid .head_nav{display: none;}
.head .head_mid .rt_part .dh{margin-right: 20px;padding-right: 20px;}
.head .head_mid .rt_part .dh .icon img{width: 24px;margin-right: 5px;}
.head .head_mid .rt_part .dh p{font-size: 18px;}
.head .head_mid .rt_part .bj{padding: 5px 10px;}
.head .head_mid .rt_part .bj img{width: 24px;}
.head .head_mid .rt_part .bj p{font-size: 16px;margin-left: 5px;}
.menu_bar{display: block;}
.head.scro .menu_bar span,.head:hover .menu_bar span{background: #00883F;}
.head.scro .menu_bar.active span, .head:hover .menu_bar.active span{background: #fff;}
.head.scro .head_mid .lf_part .logo img, .head:hover .head_mid .lf_part .logo img{width: 62px;}
}	
@media only screen and (max-width:768px){
.head{background: #fff;box-shadow: 0 0 15px rgb(0 0 0 / 20%);border: none;}
.head .head_mid .lf_part .logo img{width: 55px;}
.head .head_mid .rt_part .dh{display: none;}
.menu_bar span{background: #333;}
.menu ul li .rd a{font-size: 18px;}
.menu ul li .hd .second{margin-top: 10px;}
.menu ul li .hd .second a{font-size: 15px;}
.head.scro .head_mid .lf_part .logo img, .head:hover .head_mid .lf_part .logo img{width: 55px;}
}
@media only screen and (max-width:520px){
.head .head_mid .rt_part .bj p{font-size: 15px;}
.menu_bar{margin-left: 15px;}
.menu ul{margin-top: 20%;}
.menu ul li{padding: 15px 0;}
.menu ul li .rd a{font-size: 16px;}
.menu ul li .hd .second a{font-size: 14px;}
.menu_bar span{background: #00883F;}
}
 


/* foot */
.foot{padding-top: 5vw;background: url(../images/f_bg.jpg);background-size: cover;}
.foot .cont{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot .cont .left .del h3{font-size: .941vw;color: #fff;margin-bottom: 1.28vw;}
.foot .cont .left .del p{margin-bottom:1vw;display:flex;align-items:center;color: #ffffffcc;font-size:.845vw;}
.foot .cont .left .del p img{width:1.254vw;margin-right:.28vw}
.foot .cont .left .shake{margin-top: 2.8vw;}
.foot .cont .left .shake h3{font-size: .941vw;color: #fff;margin-bottom: 1.28vw;}
.foot .cont .left .shake ul{display: flex;align-items: center;}
.foot .cont .left .shake ul li{position: relative;text-align: center;margin-right: 1.28vw;}
.foot .cont .left .shake ul li img{width: 6vw;}
.foot .cont .left .shake ul li p{color:#fff;font-size: .835947vw;margin-top: 8%;}
.foot .cont .right{width:58%}
.foot .cont .right .tit{font-size:1.58vw;color:#fff;padding-bottom: 2vw;margin-bottom: 3vw;position: relative;}
.foot .cont .right .tit:after{position: absolute;content: "";left: 0;bottom: 6px;background: #00883F;height: 4px;width: 100%;}
.foot .cont .right .tit:before{position: absolute;content: "";left: 0;bottom: 0;background: #00883F;height: 4px;width: 100%;}
.foot .cont .right .fnav{display:flex;justify-content:space-between;}
.foot .cont .right .fnav .item{width: 16%;}
.foot .cont .right .fnav .item .hd{font-size: 1vw;color: #fff;margin-bottom: 1.58vw;position: relative;padding-bottom: 1vw;}
.foot .cont .right .fnav .item .hd:after{position: absolute;content: "";left: 0;bottom: 0;height: 2px;width: 1.58vw;background: #ffffff;}
.foot .cont .right .fnav .item li{margin-top: .88vw;transition:all .5s ease;}
.foot .cont .right .fnav .item li a{color: #ffffffcc;font-size: .845vw;}
.foot .cont .right .fnav .item li:hover a{color:#fff;text-decoration:revert}
.foot .cont .right .fnav .item:nth-child(2){width: 30%;}
.foot .cont .right .fnav .item:nth-child(2) ul{display: flex;flex-wrap: wrap;}
.foot .cont .right .fnav .item:nth-child(2) ul li{width: 50%;}
.foot .cont .right .fnav .item:nth-child(2) ul li:nth-child(1),.foot .cont .right .fnav .item:nth-child(2) ul li:nth-child(2){margin-top: 0;}
.foot .bom{padding: 1.5vw 0;font-size: .845vw;color: #ffffffcc;border-top: 1px solid rgba(255,255,255,0.1);display: flex;align-items: center;justify-content: space-between;margin-top: 2.58vw;}
.foot .bom a:hover{color:#fff;text-decoration:revert}
@media only screen and (max-width:1080px){
.foot{padding-top: 60px;}
.foot .cont .left{width: 40%;}
.foot .cont .left .del h3{font-size: 16px;margin-bottom: 20px;}
.foot .cont .left .del p img{width: 18px;margin-right: 5px;}
.foot .cont .left .del p{margin-bottom: 15px;font-size: 15px;}
.foot .cont .left .shake h3{font-size: 16px;margin-bottom: 20px;}
.foot .cont .left .shake ul li{margin-right: 15px;}
.foot .cont .left .shake ul li img{width: 115px;}
.foot .cont .left .shake ul li p{font-size: 14px;}
.foot .cont .right .tit{font-size: 24px;padding-bottom: 25px;margin-bottom: 25px;}
.foot .cont .right .fnav .item .hd{font-size: 16px;margin-bottom: 20px;padding-bottom: 10px;}
.foot .cont .right .fnav .item li{margin-top: 15px;}
.foot .cont .right .fnav .item li a{font-size: 14px;}
.foot .bom{font-size: 14px;padding: 20px 0;margin-top: 30px;}
}
@media only screen and (max-width:950px){
.foot{padding-top: 40px;}
.foot .cont .left{width: auto;}
.foot .cont .right{display: none;}
}
@media only screen and (max-width:520px){
.foot{padding-top: 30px;padding-bottom: 54px;}
.foot .cont .left .shake h3{font-size: 15px;margin-bottom: 20px;}
.foot .cont .left .del p{font-size: 14px;margin-bottom: 10px;}
.foot .cont .left .shake h3{font-size: 15px;margin: 20px 0;}
.foot .cont .left .shake ul li img{width: 100px;}
.foot .bom{padding: 15px 0;flex-wrap: wrap;justify-content: center;margin-top: 20px;text-align: center;line-height: 1.68;}
.foot .bom p{display: flex;flex-wrap: wrap;justify-content: center;}
.foot .bom a{width: 100%;}
}