@charset "utf-8";body{font-size:14px;color:#333;}
@charset "utf-8";html{height:100%}
 /* 浏览器滚动条整体的宽度 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* 滚动条里面的轨道 */
::-webkit-scrollbar-track {
    background-color: transparent;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #FF0000;
}

@media only screen and (max-width:1080px){
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
}

@media only screen and (max-width:520px){
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
}

*{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}
.w1700{margin:0 auto;width:90%;max-width:1700px}
.odcontent{margin:0 auto;width:90%;max-width:1600px}
.w1440{margin:0 auto;width:90%;max-width:1440px}
.w1400{margin:0 auto;width:90%;max-width:1400px}
.w1200{margin:0 auto;width:90%;max-width:1200px}
.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:nowrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
.cpthActive.animated{-webkit-clip-path:polygon(100% 0,0 0,0 100%,100% 100%)!important}
.cpth{-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-transition:1.2s cubic-bezier(.215,.61,.355,1) .3s}

 
/* side_kf */
.side_kf{position:fixed;right: 1%;top:70%;width: 55px;height: 55px;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul li{color:#fff;position:relative;z-index:1;margin-bottom: 6px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background: #fff;border-radius: 14px;}
.side_kf #top{display:block;position:relative;height: 55px;background:url(../images/top.png) no-repeat center;text-align:center;background-size: 30px;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
@media only screen and (max-width:1080px){
.side_kf{width:44px}
.side_kf #top{height: 44px;}
}
@media only screen and (max-width:520px){
.side_kf{width:40px}
.side_kf #top{height: 40px;background-size: 25px;}
}

/* modalBox */
.modalMenban{width:100%;height:100vh;position:fixed;top:0;background:rgba(0,0,0,.5);display: none;transition: 0.3s all;z-index:99}
.modalMenban .close{position:absolute;width: 40px;height: 40px;top:20%;left:62%;cursor:pointer;transition:.3s all;background: url(../images/close.png) center no-repeat;background-size: cover;}
.modalMenban .close:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.modalMenban .modals{width:400px;height: 650px;position:absolute;background: url(../images/modal1.png);background-size:cover!important;top:50%;left:50%;transform:translate(-50%,-50%);}
.modalMenban .modals .text{margin-top: 120px;margin-left: 40px;}
.modalMenban .modals .text ul{margin: 15px 0 30px;}
.modalMenban .modals .text .title{font-size: 30px;font-weight: bold;color: #F48486;}
.modalMenban .modals .text li{text-align: center;margin-right: 20px;}
.modalMenban .modals .text .icon{width: 50px;height: 50px;background: #F48486;border-radius: 50%;display: flex;align-items: center;margin: 0 auto;margin-bottom: 5px;}
.modalMenban .modals .text .icon img{width: 28px;margin: 0 auto;}
.modalMenban .modals .text p{font-size: 15px;color: #F48486;}
.modalMenban form{width:100%;margin:0 auto;}
.modalMenban form .input{width: 290px;height:55px;background-color: #ffbbb8a3;border-radius:0;margin: 0 auto;margin-top: 20px;padding: 0 15px;}
.modalMenban form .input input{color: #F48486;font-size:14px;width: 290px;height:55px;background:0 0;border:transparent;outline:0;}
.modalMenban form .input ::-webkit-input-placeholder{color:#F48486}
.modalMenban form .submit{width: 240px;margin:40px auto 0 auto;cursor:pointer;-webkit-animation:scale 1s ease infinite;background: none;display: flex;}
.modalMenban.active{display: block;}
@-webkit-keyframes scale{0%,100%{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}
50%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@media only screen and (max-width:1700px){
.modalMenban .close{left: 70%;}
}
@media only screen and (max-width:1080px){
.modalMenban .close{left: 75%;}
}
@media only screen and (max-width:768px){
.modalMenban .close{left: 83%;width: 35px;height: 35px;top: 25%;}
.modalMenban .modals{width: 320px;height: 520px;}
.modalMenban .modals .text{margin-top: 80px;}
.modalMenban .modals .text .title{font-size: 26px;}
.modalMenban form .input{width: 210px;height: 50px;}
.modalMenban form .input input{width: 210px;height: 50px;}
.modalMenban form .submit{width: 200px;}
}

@media only screen and (max-width:520px){
.modalMenban .close{left: 85%;width: 30px;height: 30px;top: 25%;}
.modalMenban .modals{width: 260px;height: 420px;}
.modalMenban .modals .text{margin-top: 50px;margin-left: 30px;}
.modalMenban .modals .text .title{font-size: 22px;}
.modalMenban .modals .text .icon{width: 45px;height: 45px;}
.modalMenban .modals .text .icon img{width: 24px;}
.modalMenban .modals .text p{font-size: 14px;}
.modalMenban form .input{width: 200px;height: 45px;margin-top: 15px;}
.modalMenban form .input input{width: 200px;height: 45px;}
.modalMenban form .submit{width: 188px;margin: 30px auto 0 auto;}
}
@media only screen and (max-width:350px){
.modalMenban .close{left: 90%;top: 30%;}
.modalMenban .modals .text .title{font-size:20px;}
.modalMenban form .input{width: 170px;height: 40px;margin-top: 15px;}
.modalMenban form .input input{width: 170px;height: 40px;}
}

/* btn */
.btn{margin-top: 40px;width: 140px;border-radius: 6px;text-align: center;border: 1px solid #fff;line-height: 40px;position: relative;transition:.4s;}
.btn:before{content:"";position:absolute;left:0;top: -1px;width:0;z-index:-1;height: 103%;transition:.4s;background-color:#D52124;border-radius: 6px;}
.btn:hover{border: 1px solid #D52124;}
.btn:hover:before{width:100%}
.btn a{text-align:center;font-size: 15px;color:#fff;}
@media only screen and (max-width:1080px){
.btn{margin-top: 20px;width: 125px;line-height: 35px;}
.btn a{width: 135px;}
}
@media only screen and (max-width:768px){
.btn{margin-top: 20px;width: 110px;}
.btn a{font-size: 14px;}
}
@media only screen and (max-width:520px){
.btn{width: 90px;line-height: 26px;border-radius: 4px;}
.btn a{font-size: 12px;}
}


/* header */
.header{width:100%;position:fixed;top:0;left:0;z-index:100;transition: all 0.5s;background: #fff;}
.header .odcontent{justify-content: space-between;}
.header .h_logo{display:flex;flex-wrap:wrap;align-items:center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.header .h_logo img{width: 80%;}
.header .h_logo img:nth-child(2){display: none;}
.header .head_nav{width: 68%;display: flex;}
.header .head_nav ul.nav_list{-webkit-transition: all 0.5s;transition: all 0.5s;height: 90px;width: 82%;margin: 0 auto;margin-right: 0;padding-right: 1%;}
.header .head_nav ul.nav_list li{height:100%;width:13.2857%;}
.header .head_nav ul.nav_list li:nth-child(1){width: 10.2857%;}
.header .head_nav ul.nav_list li:nth-child(2){width: 16.2857%;}
.header .head_nav ul.nav_list li:nth-child(3){width: 16.2857%;}
.header .head_nav ul.nav_list li:nth-child(4){width: 16.2857%;}
.header .head_nav ul.nav_list li span a{width: fit-content;height:100%;color: #000;position: relative;text-align:center;font-size: 18px;display: flex;align-items: center;margin: 0 auto;}
.header .head_nav ul.nav_list li span a::after{content: '';width: 0%;height: 3px;background-color: #FF0000;position: absolute;right: 0;left: 0;bottom: 15px;margin: 0 auto;transition: all .4s ease;}
.header .head_nav ul.nav_list li.cur span a,.header .head_nav ul.nav_list li:hover span a{font-weight: bold;color: #D52124;}
.header .head_nav ul.nav_list li.cur span a::after,.header .head_nav ul.nav_list li:hover span a::after{width: 100%;}
.header .head_nav .subnav{display:none;position:absolute;left:0;top:100%;width:100%;}
.header .head_nav .subnav .item{display: flex;padding: 50px 0;background: #F2F2F2;justify-content: center;}
.header .head_nav .subnav a{text-align:center;font-size: 18px;color: #000;position: relative;margin: 0 30px;padding-bottom: 20px;border-bottom: 1px solid #c6c6c6;display: flex;align-items: center;transition: all .3s;}
.header .head_nav .subnav a img{width: 16px;margin-left: 10px;filter: grayscale(1);transition: all .3s;}
.header .head_nav .subnav a:after{transition: all .4s cubic-bezier(.77,0,.175,1) 0s;content:'';position:absolute;left:0;bottom:-1px;height:1px;width:100%;background-color: #ff0004;width:0;}
.header .head_nav .subnav a:hover{color: #D52124;}
.header .head_nav .subnav a:hover img{filter: initial;}
.header .head_nav .subnav a:hover:after{width:100%;}
.header .head_nav .h_other{display:flex;flex-wrap:wrap;justify-content: space-between;align-items:center;}
.header .head_nav .h_other .search{position:relative;}
.header .head_nav .h_other .search .icon{width:60px;height:60px;background: url(../images/icon_search.png) no-repeat center;background-size: 22px;cursor:pointer;filter: none;}
.header .head_nav .header-search-form{animation-name:r2l;-webkit-animation-name:r2l;-ms-animation-name:r2l;animation-timing-function:ease;-webkit-animation-timing-function:ease;-ms-animation-timing-function:ease;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;animation-duration:.3s;-webkit-animation-duration:.3s;-ms-animation-duration:.3s}
.header .head_nav .header-search-form{display:none;position:absolute;right:-16px;width: 240px;background-color:rgba(255,255,255,.9);box-shadow:0 1px 4px rgba(0,0,0,.1) inset;border-radius:40px;transition:all .3s;z-index:6;top: 10px;}
.header .head_nav .header-search-form form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}
.header .head_nav .header-search-form .input{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;min-width:0}
.header .head_nav .header-search-form button,.header .head_nav .header-search-form input{display:block;height:40px;line-height:40px;outline:0;background:0 0;border:none}
.header .head_nav .header-search-form input{padding-left:20px;width:100%;color:#555;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.header .head_nav .header-search-form button{padding:0 16px;font-size:18px;color:#333;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.header .head_nav .h_other .search:hover .header-search-form {display: block;}
.header .head_nav .h_other .search:hover .header-search-form button{background: url(../images/icon_search.png) no-repeat right;cursor: pointer;background-size: 20px;margin-right: 20px;}
.header .head_nav .h_other .search:hover .icon{opacity: 0;}
.header .head_nav .h_other .ty{background: #D52124;padding: 7px 16px;color: #fff;font-size: 15px;border-radius: 24px;}
.header .head_btn{cursor:pointer;position:absolute;top:50%;right:5%;transform:translateY(-50%);padding:10px}
.header .head_btn .menuBtn{width:24px;height: 18px;}
.header .head_btn .bar1,.header .head_btn .bar2,.header .head_btn .bar3{width: 24px;height: 2px;background-color:#D52124;margin: 5px 0;transition:.4s;}
.header .head_btn .bar1{margin-top:0}
.header .head_btn.change .bar1{transform:rotate(45deg) translate(6px,5px)}
.header .head_btn.change .bar2{opacity:0}
.header .head_btn.change .bar3{transform:rotate(-45deg) translate(6px,-5px)}
@keyframes r2l{0%{transform:translateX(50px);opacity:0}
100%{transform:translateX(0);opacity:1}
}
@-webkit-keyframes r2l{0%{-webkit-transform:translateX(50px);opacity:0}
100%{-webkit-transform:translateX(0);opacity:1}
}
@-ms-keyframes r2l{0%{-ms-transform:translateX(50px);opacity:0}
100%{-ms-transform:translateX(0);opacity:1}
}
.header .head_nav .h_other .head_btn{display:none}
.header:hover{/* background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%); */}
/* 下滑 */
.scro .header{background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);transform: translateY(-90px);}

/* 手机端 */
.moble_nav{padding-top:140px;padding-bottom:50px;height:100%;width:100%;background-color:rgba(0,0,0,.8);position:fixed;top:0;left:0;z-index:98;display:none}
.moble_nav nav{padding:0 20px;height:100%}
.moble_nav ul{height:100%;overflow-y:auto;border-top:1px solid rgba(100,100,100,.3)}
.moble_nav ul li span{display:block;border-bottom:1px solid rgba(100,100,100,.3);overflow:hidden}
.moble_nav ul li span.icon{background:url(../images/icon_next1.png) no-repeat right center;background-size:20px;padding-right:50%}
.moble_nav ul li span.icon.cur{background-image:url(../images/icon_next.png);}
.moble_nav ul li:nth-child(2) span.icon{background-size: 0px;}
.moble_nav ul li:nth-child(5) span.icon{background-size: 0px;}
.moble_nav ul li span a{padding:18px 0;display:block;font-size:18px;font-weight:700;color:#fff}
.moble_nav ul li .subnav{padding:6px 0 10px;display:none}
.moble_nav ul li .subnav a{display:block;padding:10px 0;font-size:16px;padding-left:10px;color:#eee}
@media (max-width:1520px){
.header .h_logo{width: 24%;}
.header .head_nav{width: 76%;}
}
@media (max-width:1280px){
.header .head_nav .h_other{width: 22%;}
}
@media (max-width:1100px){
.header{padding: 10px 0;}
.header .h_logo{width: auto;}
.header .head_nav{width: auto;}
.header .head_nav ul.nav_list{display:none}
.header .head_nav .h_other{width: initial;margin-right: 60px;}
.header .head_nav .h_other .search{}
.header .head_nav .h_other .head_btn{display:block}
.scro .header{transform: translateY(0px);}
}
@media (max-width:980px){
.header .head_nav{width: fit-content;}
.header .head_nav .header-search-form{top: 9px;}
}

@media (max-width:768px){
.header .h_logo{width: 52%;}
.header .head_nav .h_other .search .icon{width: 45px;height: 50px;background-size: 20px;}
.header .head_nav .h_other .ty{padding: 5px 14px;font-size: 14px;}
.moble_nav{padding-top:110px}
}
@media (max-width:520px){
.header .h_logo{width: 52%;}
.header .h_logo img{width: 98%;}
.header .head_nav{width: 45%;}
.header .head_nav .h_other{margin-right: 0;}
.header .head_nav .h_other .search{margin-top: 0px;margin-right: 0px;position: initial;}
.header .head_nav .h_other .search .icon{background-size: contain;height: 20px;width: 50px;}
.header .head_nav .header-search-form{top: 8px;right: 0;width: 100%;}
.header .head_nav .h_other .ty{padding: 4px 10px;font-size: 13px;}
.moble_nav{padding-top:68px}
.moble_nav ul li span a{font-size:15px}
}
@media (max-width:400px){
.header .h_logo{width: 60%;}
.header .head_nav{width: auto;}
.header .head_btn{right: 0;}
.header .head_nav .h_other .search{margin-right: 20px;}
.header .head_nav .h_other .ty{display: none;}
}
 
/* foot */
.foot{background: #E7ECEF;padding-bottom: 73px;}
.foot .f_top{padding: 90px 0 40px;border-top: 1px solid #D7DADB;}
.foot .f_top .left{width: 60%;}
.foot .f_top .f_nav .item{width: 16.66667%;}
.foot .f_top .f_nav .item .hd{font-size: 20px;padding-bottom: 25px;color: #333;font-weight: bold;position: relative;}
.foot .f_top .f_nav .item li{margin-bottom: 15px;transition: 0.3s;}
.foot .f_top .f_nav .item li a{font-size: 16px;color: #424445;}
.foot .f_top .f_nav .item li:hover{transform: translateX(5px);}
.foot .f_top .f_nav .item li:hover a{color:#FF0000;}
.foot .f_top .right{padding-left: 12%;width: 28%;}
.foot .f_top .f_logo{margin-bottom: 15px;}
.foot .f_top .del .t{display: flex;align-items: center;margin-bottom: 5px;}
.foot .f_top .del .t h2{font-size: 22px;color: #333;}
.foot .f_top .del .t p{font-size: 16px;color: #333;line-height: 30px;}
.foot .f_top .del .t img{margin-right: 10px;}
.foot .f_top .del .em{text-align: center;margin-top: 25px;}
.foot .f_top .del .em li{margin-right: 20px;}
.foot .f_top .del .em li img{width: 100px;}
.foot .f_top .del .em li p{font-size: 16px;color: #333;margin-top: 10px;}
.foot .f_yq{display: flex;align-items: center;font-size: 16px;color: #717375;margin-bottom: 40px;}
.foot .f_yq a:hover{color: #FF0000;}
.foot .f_bom{display: flex;justify-content: space-between;border-top: 1px solid #D7DADB;flex-wrap: wrap;padding: 30px 0;line-height: 28px;}
.foot .f_bom span{color: #717375;font-size: 16px;}
.foot .f_bom a{padding: 30px 0;color: #717375;font-size: 16px;}
.foot .f_bom a:hover{color:#FF0000;}
 
@media (max-width:1080px){
.foot .f_top{padding: 60px 0;}
.foot .f_top .left{width: 100%;border: none;}
.foot .f_top .f_nav{display: none;}
.foot .f_top .right{padding-left: 0%;width: 100%;}
}
@media (max-width:768px){
.foot{padding-bottom: 68px;}
}
@media (max-width: 520px){
.foot{margin-bottom: 0;padding-bottom: 0;}
.foot .f_top{padding: 15px 0;}
.foot .f_top .left{width: 100%;border: none;}
.foot .f_top .f_nav{display: none;}
.foot .f_top .right{padding-left: 0%;width: 100%;}
.foot .f_top .f_logo{margin-bottom: 10px;}
.foot .f_top .f_logo img{width: 75%;}
.foot .f_top .del .t{margin-bottom: 5px;}
.foot .f_top .del .t img{margin-right: 5px;width: 15px;}
.foot .f_top .del .t h2{font-size: 16px;}
.foot .f_top .del .t p{font-size: 13px;}
.foot .f_top .del .em{margin-top:14px}
.foot .f_top .del .em li{}
.foot .f_top .del .em li img{width: 75px;}
.foot .f_top .del .em li p{font-size: 12px;margin-top: 2px;}
.foot .f_yq{margin-bottom: 15px;font-size: 13px;}
.foot .f_bom{padding: 15px 0;justify-content: center;line-height: 20px;}
.foot .f_bom span{font-size: 13px;padding: 0;text-align: center;}
.foot .f_bom a{font-size: 13px;padding: 0;}
}


/* foot_bot */
.foot_bot{padding: 60px 0;background-color: #FF0000;}
.foot_bot li{width: 50%;position: relative;}
.foot_bot li:nth-child(1):before{content: "";position: absolute;height: 100%;width: 2px;background: #fff;right: 0;}
.foot_bot li .flex{justify-content: space-between;align-items: center;}
.foot_bot li .left{display: flex;flex-wrap: wrap;align-items: center;}
.foot_bot li:nth-child(2) .left{padding-left: 70px;}
.foot_bot li .left span{margin-left: 15px;}
.foot_bot li .left span p{font-size: 16px;color: #fff;font-weight: bold;}
.foot_bot li:nth-child(1) .right{padding-right: 70px;}
.foot_bot li .right .bt{background: #fff;width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;transition:ease .3s;}
.foot_bot li .right .bt img{width: 20px;}
.foot_bot li .right .bt:hover{width: 68px;}
@media (max-width: 1080px){
.foot_bot li .right .bt{width: 40px;height: 40px;}
}
@media (max-width: 768px){
.foot_bot li:nth-child(1) .right{padding-right:30px;}
.foot_bot li .left img{width: 35px;height: 35px;}
.foot_bot li:nth-child(2) .left{padding-left:30px;}
}
@media (max-width:640px){
.foot_bot{padding: 30px 0;}
.foot_bot li{width: 100%;}
.foot_bot li:nth-child(1){padding-bottom:20px;}
.foot_bot li:nth-child(1):before{display: none;}
.foot_bot li:nth-child(1) .right{padding-right:0px;}
.foot_bot li:nth-child(2) .left{padding-left:0px;}
.foot_bot li .left img{width:30px;height:30px}
.foot_bot li .left span{margin-left:10px}
.foot_bot li .left span p{font-size:14px}
.foot_bot li .right .bt{width:35px;height:35px}
.foot_bot li .right .bt img{width: 16px;}
}

/*右侧在线咨询*/
.fixed-right{width: 54px;position: fixed;right: -100px;bottom: 20%;z-index: 999999;transition: all .4s;}
.fixed-addclass{right:10px}
.fixed-right li{display: block;width: 54px;height: 54px;margin-bottom: 4px;background: #D52124;cursor: pointer;-webkit-transition: 0.56s ease;transition: 0.56s ease;position: relative;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.fixed-right li:hover{background: #fff;}
.fixed-right li span{display: block;width:54px;height:54px;}
.fixed-right li:nth-of-type(1) span{background: url(../images/r_ico13.png);}
.fixed-right li:nth-of-type(2) span{background: url(../images/r_ico15.png);}
.fixed-right li:nth-of-type(3) span{background: url(../images/r_ico06.png);}
.fixed-right li:nth-of-type(4) span{background: url(../images/r_ico14.png);}
.fixed-right li:nth-of-type(1):hover span{background: url(../images/r_ico03.png);}
.fixed-right li:nth-of-type(2):hover span{background: url(../images/r_ico05.png);}
.fixed-right li:nth-of-type(3):hover span{background: url(../images/r_ico16.png);}
.fixed-right li:nth-of-type(4):hover span{background: url(../images/r_ico04.png);}
.fixed-tel{font-size: 14px;color: #666;width:260px;height:60px;line-height:60px;background: #F5F5F5;position: absolute;left: 80px;top: 0;box-sizing: border-box;text-align: center;-webkit-transition: 0.56s ease;transition: 0.56s ease;}
.fixed-img{background: #F5F5F5;width: 100px;height: 100px;position: absolute;left: 80px;top: 0;box-sizing: border-box;text-align: center;-webkit-transition: 0.56s ease;transition: 0.56s ease;border:1px solid #D52124;padding: 4px;}
.fixed-img img{width: 90px;height: 90px;}
.fixed-tel b{display: block;font-size: 20px;background: #D52124;-webkit-background-clip: text;color: transparent;font-weight: bold;}
.fixed-right li:nth-of-type(2):hover .fixed-tel{left: -263px;}
.fixed-right li:nth-of-type(3):hover .fixed-img{left: -102px;}
@media only screen and (max-width:768px){
.fixed-right{display: none;}
}


/* footer-fd */
.footer-fd{position:fixed;bottom:0;left:0;width:100%;z-index:101;padding:12px 0;background-color: #00000070;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);color: #000;}
.footer-fd .one{justify-content:space-evenly;align-items:center;flex-wrap:nowrap}
.footer-fd .first .go{font-size:18px}
.footer-fd .first .go span{margin-right:10px;}
.footer-fd .first .go .tit{color: #fff;}
.footer-fd .first .go .flx_w{align-items:center}
.footer-fd .leave{margin-left:3%}
.footer-fd .leave form{white-space:nowrap}
.footer-fd .leave input{padding:0 16px;margin-left:20px;width:154px;height:35px;border-radius:6px;}
.footer-fd .leave input:first-child{margin-left:0}
.footer-fd .leave input::placeholder{color:#ADADAD}
.footer-fd .leave .up{margin-left:40px;background-size: 200% auto;background-image: linear-gradient(to right, #FF0000 0%, #D52124 51%, #FF0000 100%);transition: 0.5s;border: none;color: #fff;}
.footer-fd .leave .up:hover{background-position: right center;}
.footer-fd .last{margin-left: 2%;font-size:20px;font-weight:700;display: flex;align-items: center;}
.footer-fd .last span{color: #fff;font-size: 26px;}
.footer-fd .last .i{}
.footer-fd .last .i img{width: 68%;}
@media only screen and (max-width:1280px){
.footer-fd .first .go{font-size:16px}
.footer-fd .leave{margin-top:0;margin-left:20px}
.footer-fd .leave .up{margin-left:20px}
.footer-fd .last{font-size: 18px;}
.footer-fd .last span{font-size: 20px;}
.footer-fd .last .i img{width: 60%;}
.footer-fd .leave input{width: 120px;}
}
@media only screen and (max-width:1080px){
.footer-fd .first .go{font-size: 14px;}
.footer-fd .leave{margin-left:0}
.footer-fd .leave input{height:44px;padding: 0 10px;}
.footer-fd .leave img{width:72px}
.footer-fd .last span{font-size: 20px;}
.footer-fd .last .i img{width: 66%;}
.footer-fd .leave input{width: 90px;}
}
@media only screen and (max-width:850px){
.footer-fd .first .go{font-size:16px}
.footer-fd .first .go .tit{display:none}
.footer-fd .leave input{margin-left:10px;width:130px;font-size:12px}
.footer-fd .leave .up{margin-left:10px}
.footer-fd .last{margin-left:0;font-size:16px}
}
@media only screen and (max-width:768px){
.footer-fd .last{display:none}
.footer-fd .first .go .flx_w{display: none;}
}
@media only screen and (max-width:520px){
.footer-fd{display:none !important;}
}