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

@charset "utf-8";html{height:100%}
 /* 浏览器滚动条整体的宽度 */
::-webkit-scrollbar {
    width: .3rem;
    height: .3rem;
}
/* 滚动条里面的轨道 */
::-webkit-scrollbar-track {
    background-color: #eee;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #142975;
}

@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}
.w1900{margin:0 auto;width:95%;max-width:1900px}
.odcontent{margin:0 auto;width:90%;max-width:1600px}
.w1500{margin:0 auto;width:90%;max-width:1500px}
.w1440{margin:0 auto;width:90%;max-width:1440px}
.w1400{margin:0 auto;width:90%;max-width:1400px}
.w1300{margin:0 auto;width:90%;max-width:1300px}
.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}
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:4s cubic-bezier(.215,.61,.355,1) .3s}
.is-inview.animated{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%)!important}
.st_path{-webkit-transition:all 1.5s cubic-bezier(.215,.61,.355,1);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0)}

@font-face {font-family: "BebasNeue-Regular"; font-style: normal; src: url(../font/BebasNeue-Regular.ttf) format("TrueType"); font-display: fallback;}
@font-face {font-family: "GILROY-REGULAR"; font-style: normal; src: url(../font/GILROY-REGULAR.OTF) format("TrueType"); font-display: fallback;}
@font-face {font-family: "GILROY-BLACK"; font-style: normal; src: url(../font/GILROY-BLACK.OTF) format("TrueType"); font-display: fallback;}

/* text-line */
.text-line{overflow:hidden;}
.char{display:inline-block;opacity:0;font-weight:700;animation-fill-mode:both!important}

/* z_tanchuang */
.z_tanchuang{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);-webkit-transform:scale(0);z-index:9999;}
.z_tanchuang .tbox{display:table-cell;background:rgba(0,0,0,0.8);text-align:center;vertical-align:middle}
.z_tanchuang .tbox .modal{background:white;padding:50px;display:block;border-radius:5px;position:relative;width:90%;max-width:1200px;max-height:90%;margin:0 auto}
.z_tanchuang .tbox .modal .out{position:absolute;width:40px;height:40px;line-height:40px;background:#fff url(../images/conse.png) center no-repeat;background-size:28px;color:#000;font-size:30px;text-align:center;border-radius:50%;top:0;right:-50px;cursor:pointer;transition: 1s;}
.z_tanchuang .tbox .modal .img{width:100%;max-width:600px;margin:0 auto}
.z_tanchuang .tbox .modal .img video{display:block;width:100%;max-width:100%;object-fit:cover;outline: none;}
.z_tanchuang .tbox .modal .img img{margin:0 auto}
.z_tanchuang .tbox .modal .out:hover{background-size:28px;transform: rotate(360deg);}
.z_tanchuang .tbox .modal2{padding:20px}
.z_tanchuang .tbox .modal .img{max-width:1200px}
.z_tanchuang.one{transform:scaleY(0.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scaleY(0.01) scaleX(0);-webkit-animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one .tbox .modal{transform:scale(0);animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(0);-webkit-animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out{transform:scale(1);animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(1);-webkit-animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out .tbox .modal{animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards}
@keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@-webkit-keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@-webkit-keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@media(max-width:960px){
.z_tanchuang .tbox .modal{padding:10px}
.z_tanchuang .tbox .modal .out{width:30px;height:30px;top:-50px;right:-2px}
}

/* btn */
.btn{display:block;width: 188px;height: 40px;overflow:hidden;position:relative;line-height: 40px;background-color: #212529;text-align: center;transition: all 0.5s;}
.btn::after{position: absolute;content: "";right: -40px;background: #FECA0A;width: 28%;height: 100%;transform: skewX(30deg);transition: all 0.5s;}
.btn a{font-size: 16px;color: #fff;z-index: 99;position: relative;padding-right: 30px;transition: all 0.5s;}
.btn:hover{text-align: center;}
.btn:hover a{padding-right: 0;}
.btn:hover::after{transform: skewX(0deg);width: 300px;}
@media only screen and (max-width:1440px){
.btn{width: 168px;}
.btn::after{right: -35px;}
}
@media only screen and (max-width:768px){
.btn{width: 145px;height: 36px;line-height: 36px;}
.btn::after{right: -30px;}
.btn a{font-size: 15px;}
}
@media only screen and (max-width:520px){
.btn{width: 138px;height: 32px;line-height: 32px;}
.btn a{font-size: 14px;padding-right: 20px;}
}



/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;padding: 5px 0;border-bottom: 1px solid #fff;}
.head .head_mid .lf_part{display: flex;align-items: center;}
.head .head_mid .lf_part .logo img:nth-child(2){display: none;}
.head .head_mid .lf_part .ul{display:flex;align-items:center;margin-left: 30px;padding:0 15px;position: relative;}
.head .head_mid .lf_part .ul::after{position: absolute;content: "";left: 0;background: #fff;top: -30%;width: 2px;height: 160%;}
.head .head_mid .lf_part .ul::before{position: absolute;content: "";right: 0;background: #fff;top: -30%;width: 2px;height: 160%;}
.head .head_mid .lf_part .ul li{margin: 0 6px;}
.head .head_mid{display: flex;justify-content: space-between;align-items: center;}
.head .head_mid .head_nav {box-sizing: border-box;transition: all .5s ease-in-out;}
.head .head_mid .head_nav .first_nav{text-align: end;white-space: nowrap;position: relative;}
.head .head_mid .head_nav .first_nav .curtain{position: absolute;left: 50%;top: 100%;width: 90vw;max-width: 1686px;height: 100%;background: rgba(255,255,225,0.95);transform: translateX(-50%);display: none;box-sizing: border-box;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;white-space: nowrap;z-index: 1;position: relative;margin: 0 35px;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 18px;display: block;position: relative;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;color: #fff;margin: 36px 0;z-index: 99;text-transform: uppercase;font-weight: bold;}
.head .head_mid .head_nav .first_nav>li a:after{content:'';position:absolute;height: 2px;z-index:9;width:0;right: 0;transition: all .5s ease-in-out;bottom: -10px;background: #fff;}
.head .head_mid .head_nav .first_nav > li.cur a:after,.head .head_mid .head_nav .first_nav > li:hover a:after{width: 100%;left: 0;right: auto;}
.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;box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);opacity: 0;pointer-events: none;cursor: pointer;width: max-content;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::before{width:120px;height:15px;position:absolute;left:50%;margin-left:-60px;top:0;content:'';background:url(../images/move_up.png) no-repeat;-webkit-transition:all .65s cubic-bezier(.19,1,.22,1);background-size:cover;z-index: -1;}
.head .head_mid .head_nav .pc_secnav.on .lf_nav::before{top: -14px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul{background: #ffffff;border-radius: 4px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{text-align: left;border-bottom: 1px solid rgba(153, 153, 153, 0.1);}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1){border: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{display: block;font-size: 16px;color: #7A7A7A;height: 42px;line-height: 42px;padding: 0 20px;text-align: center;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-child(1) > a{border-top-left-radius: 8px;border-top-right-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1) > a{border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a:after{display: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover > a{color: #414881;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;}
.head .head_mid .rt_part .Langage{cursor: pointer;transition: all .5s ease-in-out;position: relative;}
.head .head_mid .rt_part .Langage .icon{display: flex;align-items: center;}
.head .head_mid .rt_part .Langage .icon img{width: 25px;}
.head .head_mid .rt_part .Langage p{color: #fff;font-size: 18px;margin-left: 10px;font-weight: bold;}
.head .head_mid .rt_part .Langage ul{position:absolute;background:#fff;border-radius:10px;box-shadow: 0 3px 16px -8px rgb(0 0 0 / 28%);top: 0;left: 15px;transform:translateY(30px);margin-top: 35px;transition:all .5s ease-in-out;padding: 10px 20px;opacity: 0;visibility: hidden;line-height: 2;}
.head .head_mid .rt_part .Langage ul li{text-align:center;}
.head .head_mid .rt_part .Langage ul li a{font-size: 16px;font-family:GILROY-REGULAR;}
.head .head_mid .rt_part .Langage ul li:hover a{color: #142975;}
.head .head_mid .rt_part .Langage:hover ul{opacity: 1;visibility: visible;transform: translateY(2px);}
.head .head_mid .rt_part .search{margin-left: 25px;padding-left: 25px;position: relative;cursor: pointer;}
.head .head_mid .rt_part .search .icon img{width: 25px;}
.head .head_mid .rt_part .search::after{position: absolute;content: "";left: 0;background: #fff;top: -50%;width: 2px;height: 200%;}
.searchBox{overflow:hidden;width:100%;position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;display:none;z-index:10}
.searchBox .mask{width:100%;height:100%;background-color:#000;opacity:.6;position:absolute;left:0;top:0;z-index:1}
.searchBox .search-box{width:100%;position:absolute;top:0;left:0;-webkit-animation:searchY 1s cubic-bezier(.76,0,.24,1) forwards;animation:searchY 1s cubic-bezier(.76,0,.24,1) forwards;z-index:5}
.searchBox .search-box .inputtext{width:100%;text-align:right;padding-top:260px;padding-bottom:20px;border-bottom:2px solid #fff}
.searchBox .search-box .text{width:100%;text-align:right;width:100%;color:#fff;font-size: 24px;height: 40px;background: none;}
.searchBox .search-box .text::-webkit-input-placeholder{color:#fff}
.searchBox .search-box .text::-moz-placeholder{color:#fff}
.searchBox .search-box .text::-moz-placeholder{color:#fff}
.searchBox .search-box .text::-ms-input-placeholder{color:#fff}
.searchBox .search_submit{display:block;margin:0;line-height:normal;margin-top:0;text-transform:uppercase;float:right;color:#fff;font-size:20px;padding-top:20px;background: none;}
.searchBox .search-box .close{width:40px;height:40px;background:url(../images/close.png) no-repeat 50%;position:absolute;bottom:-80px;right:0;left:0;margin:auto;cursor:pointer}
@-webkit-keyframes searchY{0%{transform:translateY(-460px)}
to{transform:translateY(0)}
}
 

/* menu */
.menu{width: 30vw;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(50vw);transition:.5s all ease-in-out;padding: 5vw 4vw;opacity: 0;visibility: hidden;}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{width: 30vw;position:absolute;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 20px 0;transition:.3s all ease-in-out;}
.menu ul li .second{opacity:1;transition:.3s all ease-in-out;display: flex;flex-wrap: wrap;margin-top: 10px;}
.menu ul li a{color:#fff;font-size: 18px;}
.menu ul li .second{transition:.3s all ease-in-out}
.menu ul li .second a{font-size: 15px;margin-top: 13px;display:inline-block;margin-right: 20px;color: #ffffffde;font-weight: normal;}
.menu ul li .second a:last-child{margin-right:0}
.menu ul li .second a:hover{border-bottom:1px solid rgba(255,255,255,.8)}
.menu ul li .second a:last-child::after{content:inherit}
.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: flex;align-items: center;justify-content: center;transition: 0.4s 0.2s;display:none}
.menu_bar.active{z-index:9998}
.menu_bar.active span{background:#fff}
.menu_bar .bar{width: 25px;height: 20px;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;}

/* 下滑 */
.head.scro{background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.head.scro .head_mid .lf_part .ul li img{filter: invert(0.7);}
.head.scro .head_mid .lf_part .ul::before{background: #333333c7;}
.head.scro .head_mid .lf_part .ul::after{background: #333333c7;}
.head.scro .head_mid .head_nav .first_nav > li > a{margin: 30px 0;color: #333;}
.head.scro .head_mid .head_nav .first_nav > li.cur > a{color: #142975;}
.head.scro .head_mid .head_nav .first_nav > li.cur a:after, .head.scro .head_mid .head_nav .first_nav > li:hover a:after{background: #142975;}
.head.scro .menu_bar span{background: #fff;}
.head.scro .head_mid .rt_part .Langage .icon img{filter: invert(0.7);}
.head.scro .head_mid .rt_part .search::after{background: #333333c7;}
.head.scro .head_mid .rt_part .search .icon{filter: invert(0.7);}
.head.scro .head_mid .rt_part p{color: #000;}
.head.scro .menu_bar span{background: #000;}
.head.scro .menu_bar.active span{background: #fff;}

@media only screen and (max-width:1660px){
.head .head_mid .rt_part .search::after{left: 25%;}
}
@media only screen and (max-width:1500px){
.head .head_mid .lf_part .ul{padding: 0 10px;}
.head .head_mid .lf_part .ul::before{top: -20%;height: 140%;}
.head .head_mid .lf_part .ul::after{top: -20%;height: 140%;}
.head .head_mid .head_nav .first_nav > li{margin: 0 25px;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 18px;}
.head .head_mid .head_nav .pc_secnav{width: 175px;}
.head .head_mid .rt_part p{font-size: 18px;}
.head .head_mid .rt_part .search::after{top: -38%;height: 168%;left: 0;}
.menu{width: 36vw;}
.menu ul{width: 36vw;}
}
@media only screen and (max-width:1400px){
.head .head_mid .head_nav .first_nav{margin-left:0;}
.head .head_mid .head_nav .first_nav > li{margin: 0 20px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{font-size: 15px;}
}
@media only screen and (max-width:1350px){
.head .head_mid .lf_part .ul{display: none;}
.head .head_mid .rt_part .Langage ul{left: -25px;}
}
 
@media only screen and (max-width:1280px){
.head .head_mid .head_nav .first_nav > li{margin: 0 15px;}
.head .head_mid .rt_part .Langage p{display: none;}
.menu{width: 40vw;}
.menu ul{width: 40vw;}
.menu ul li{padding: 20px 0;}
}
 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding:10px 0;}
.head .head_mid .lf_part{width:auto;background: none;padding: 0px;}
.head .head_mid .head_nav{padding: 0;position: initial;width: auto;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part .search{margin-right: 20px;}
.head .head_mid .rt_part .search::after{top: -25%;height: 150%;}
.searchBox .search-box .text{font-size: 20px;height: 25px;}
.searchBox .search_submit{font-size: 18px;padding-top: 18px;}
.menu_bar{display: block;}
.menu{width: 100%;transform: translateX(100vw);padding: 5vw 0;}
.menu ul{padding: 0 4%;width: auto;}
}	
@media only screen and (max-width:768px){
.head{background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.head .head_mid .lf_part .logo img{width: 168px;}
.head .head_mid .rt_part .Langage .icon img{filter: invert(.7);}
.head .head_mid .rt_part .search{margin-left: 15px;padding-left: 15px;}
.head .head_mid .rt_part .search::after{background: #333333c7;}
.head .head_mid .rt_part .search .icon{filter: invert(.7);}
.head .menu_bar span{background: #000;}
.head .menu_bar.active span{background: #fff;}
.menu ul li{padding: 15px 0;}
.menu ul li a{font-size: 18px;}
.menu ul li .second a{font-size: 14px;margin-top: 15px;}
}
@media only screen and (max-width:520px){
.head{padding: 8px 0;}
.head .head_mid .lf_part .logo img{width: 145px;}
.head .head_mid .rt_part .search::after{top: -10%;height: 120%;left: -2px;}
.menu_bar{width: auto !important;background: none;}
.menu_bar .bar{height: 18px;}
.menu_bar span:nth-child(2){top: 7px;}
.menu_bar span:nth-child(3){top: 15px;}
}
 
/* foot */
.foot{background: url(../images/f_bg.jpg);background-size: cover;overflow: hidden;}
.foot .top{display:flex;justify-content:space-between;padding: 80px 0 128px;}
.foot .top .hd{font-size: 18px;color: #fff;margin-bottom: 35px;font-weight: bold;position: relative;padding-bottom: 15px;}
.foot .top .hd::after{position: absolute;content: "";background: #FECA0A;width: 30px;height: 3px;left: 0;bottom: 0;}
.foot .top .left{width:26%}
.foot .top .left .f_logo{display:flex;align-items:center}
.foot .top .left .f_logo .ul{display:flex;margin-left:15px}
.foot .top .left .f_logo .ul li{margin:0 8px}
.foot .top .left .t1{color:#fff;font-size:22px;font-style:italic;letter-spacing:2px;font-family:GILROY-BLACK;margin:40px 0}
.foot .top .left .text{font-size:16px;line-height: 28px;color:#ffffffeb;}
.foot .top .f_nav{display: flex;justify-content: space-between;width: 35%;}
.foot .top .f_nav .item li{margin-bottom: 15px;transition:.3s;}
.foot .top .f_nav .item li:nth-last-child(1){margin-bottom:0}
.foot .top .f_nav .item li:hover{transform:translateX(5px)}
.foot .top .f_nav .item li a{color: #ffffffeb;font-size: 15px;}
.foot .top .del{width:20%}
.foot .top .del ul li{display:flex;align-items:end;margin-bottom:15px}
.foot .top .del ul li img{margin-top:5px}
.foot .top .del ul li p{color:#ffffffeb;font-size:16px;line-height:26px;margin-left:8px}
.foot .top .f_form{position:relative;margin-top: 25px;}
.foot .top .f_form form{display:flex;align-items:center}
.foot .top .f_form .input{width:100%;background:0 0;border:1px solid #8d8d8c;height: 45px;}
.foot .top .f_form .input input{text-indent: 18px;width:100%;height: 45px;background:0 0;color:#ffffffeb;}
.foot .top .f_form .submit{position:absolute;right: 18px;background: url(../images/f_icon08.png);width: 19px;height: 16px;}
.foot .top .f_form .submit input{background:0 0;width: 100%;display: block;}
.foot .top .f_form input:focus{border: 1px solid #FECA0A;}
.foot .bottom{display:flex;align-items:center;justify-content:space-between;padding:25px 0;color:#ffffffeb;font-size: 16px;position:relative;}
.foot .bottom::after{position: absolute;content: "";top: 0;width: 200%;height: 1px;background: #474747;left: -50%;}
@media screen and (max-width:1660px){
.foot .top .del{width: 26%;}
}
@media screen and (max-width:1440px){
.foot .top{padding: 80px 0 108px;}
.foot .top .left .f_logo .icon img{width: 168px;}
.foot .top .left .t1{margin: 30px 0;}
.foot .top .f_nav{width: 38%;}
}
@media screen and (max-width:1350px){
.foot .top .f_nav{width: 43%;}
}
@media screen and (max-width:1280px){
.foot .top{padding: 80px 0;}
.foot .top .left{width: 28%;}
.foot .top .left .t1{font-size: 20px;}
.foot .top .f_nav{width: 40%;}
.foot .top .f_nav .item:nth-child(2){width: 55%;}
.foot .top .del ul li p{font-size: 15px;}
}
@media screen and (max-width:1080px){
.foot .top{padding: 50px 0;}
.foot .top .hd{margin-bottom: 25px;}
.foot .top .f_nav{display: none;}
.foot .top .left{width: 45%;}
.foot .top .del{width: 45%;}
.foot .top .del ul li{margin-bottom: 10px;}
.foot .top .left .text{font-size: 15px;line-height: 26px;}
.foot .bottom{padding: 20px 0;font-size: 15px;}
}
@media screen and (max-width:768px){
.foot .top .left{width: 43%;}
.foot .top .del{width: 50%;}
}
@media screen and (max-width:680px){
.foot .top{flex-wrap: wrap;padding: 30px 0;}
.foot .top .hd{margin-bottom:20px;padding-bottom: 10px;font-size: 16px;}
.foot .top .left{width: 100%;}
.foot .top .left .f_logo .icon img{width: 158px;}
.foot .top .left .t1{display: none;}
.foot .top .left .text{display: none;}
.foot .top .del{width: 100%;margin-top: 25px;}
.foot .top .del ul li{margin-bottom: 8px;}
.foot .top .del ul li p{line-height: 22px;font-size: 14px;}
.foot .top .del ul li img{width: 12px;}
.foot .top .f_form{margin-top: 20px;}
.foot .top .f_form .input{height: 38px;}
.foot .top .f_form .input input{height: 38px;text-indent: 15px;}
.foot .bottom{flex-wrap: wrap;justify-content: center;font-size: 14px;padding: 15px 0;line-height: 22px;}
}

/* side_kf */
.side_kf{position:fixed;right: 1%;top:90%;width: 50px;height: 50px;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: #FECA0A;border-radius: 50%;}
.side_kf ul li::before{content:'';display:block;width:100%;height:100%;background:#FECA0A;opacity:.3;position:absolute;left:0;top:0;border-radius:50%;z-index:-1;animation:con linear 2s infinite}
.side_kf #top{display:block;position:relative;height: 50px;text-align:center;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight: bold;}
@keyframes con{0%,100%{transform:scale(1)}
50%{transform:scale(1.5)}
}
@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;top: 88%;}
.side_kf #top{height: 40px;background-size: 25px;}
.side_kf #top i{font-size: 12px;}
}