@charset "utf-8";body{font-size:14px;color:#000;font-family: "GILROY-REGULAR";}
*{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}
.w1700{margin:0 auto;width:92%;max-width:1700px}
.w1600{margin:0 auto;width:92%;max-width:1660px}
.w1500{margin:0 auto;width:92%;max-width:1500px}
.odcontent{margin:0 auto;width:92%;max-width:1600px}
.w1440{margin:0 auto;width:92%;max-width:1440px}
.w1400{margin:0 auto;width:92%;max-width:1400px}
.w1300{margin:0 auto;width:92%;max-width:1300px}
.w1200{margin:0 auto;width:92%;max-width:1200px}
.w1100{margin:0 auto;width:92%;max-width:1100px}
.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;}

@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;}


/* ......... */
@keyframes xian{0%{bottom:100%}
80%{bottom:-100%}
100%{bottom:-100%}
}
@keyframes xian2{0%{right:100%}
80%{right:-100%}
100%{right:-100%}
}
@keyframes icon-bounce{0%,100%{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}
25%{-moz-transform:rotate(8deg);-ms-transform:rotate(8deg);-webkit-transform:rotate(8deg);transform:rotate(8deg)}
50%{-moz-transform:rotate(-8deg);-ms-transform:rotate(-8deg);-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}
75%{-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-webkit-transform:rotate(5deg);transform:rotate(5deg)}
85%{-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
}
@-webkit-keyframes scrollanim{0%{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:0}
40%{opacity:1}
80%{-webkit-transform:translate(0,20px);transform:translate(0,20px);opacity:0}
100%{opacity:0}
}
@-webkit-keyframes scrollanim{0%{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:0}
40%{opacity:1}
80%{-webkit-transform:translate(0,20px);transform:translate(0,20px);opacity:0}
100%{opacity:0}
}
@keyframes glowing{0%{background-position:0 0}
50%{background-position:100% 0}
100%{background-position:0 0}
}
@keyframes indbanDown{0%{opacity:0;transform:translateY(-100px)}
100%{opacity:1;transform:translateY(0)}
}
@-webkit-keyframes scale{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}
50%{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}
100%{-webkit-transform:scale(1,1);transform:scale(1,1)}
}
@keyframes scale{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}
50%{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}
100%{-webkit-transform:scale(1,1);transform:scale(1,1)}
}

/* shuipingtc */
.shuipingtc{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 200;background: rgba(0, 0, 0, 0.65);display: none;}
.shuipingtc .shi_con{width: 1000px;max-height: 600px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.shuipingtc .shi_con video{width: 100%;height: 100%;object-fit: cover;}
.shuipingtc .shi_con .out{position: absolute;right: -60px;top: 0px;cursor: pointer;transition: ease 0.6s;}
.shuipingtc .shi_con .out:hover{transform: rotate(180deg);}
@media screen and (max-width:1080px) {
.shuipingtc .shi_con{width: 90%;}
.shuipingtc .shi_con .out{right: -5px;top: -50px;}
}


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

/* btn */
.btn{width: max-content;}
.btn .a{display:flex;align-items:center}
.btn .t{transition:ease .6s;background:#0065B3;color:#fff;line-height:40px;width:128px;text-align:center;border-radius:6px;font-size:16px}
.btn:hover .t{border-radius: 24px;}
.btn .icon{transition:ease .6s;background:#0065B3;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;position: relative;}
.btn .icon img{filter: invert(1);}
.btn .icon::after{content:"";display:block;width:100%;height:100%;background:#0065B3;opacity:.5;position:absolute;left:0;top:0;transition:ease 1s;z-index:-1;border-radius:50%}
.btn:hover .icon::after{animation:scale 1s linear infinite}
@media screen and (max-width:1080px){
.btn .t{line-height: 38px;font-size: 15px;}
.btn .icon{width: 38px;height: 38px;}
}
@media screen and (max-width:520px){
.btn .t{line-height: 35px;width: 115px;font-size: 14px;}
.btn .icon{width: 35px;height: 35px;}
.btn .icon img{width: 16px;}
}



/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;background: #fff;box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 6%);}
.head .head_mid{display: flex;justify-content: space-between;align-items: center;}
.head .head_mid .lf_part .logo_w .img img{width: 11vw;}
.head .head_mid .head_nav {box-sizing: border-box;transition: all .5s ease-in-out;margin: 0 auto;margin-left: 8vw;}
.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;z-index: 1;margin: 0 1.8vw;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 1vw;display: block;position: relative;color: #333;font-weight: bold;margin: 1.8vw 0;z-index: 99;font-family: "GILROY-REGULAR";}
.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: #0065B3;}
.head .head_mid .head_nav .first_nav > li.cur a,.head .head_mid .head_nav .first_nav > li:hover a{color: #0065B3;}
.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 .first_nav > li > a i img{transition: all .4s linear;}
.head .head_mid .head_nav .first_nav > li > a i img:nth-child(2){display: none;transition: all .4s linear;}
.head .head_mid .head_nav .first_nav > li.cur a i img, .head .head_mid .head_nav .first_nav > li:hover > a i img{transform: rotate(180deg);}
.head .head_mid .head_nav .first_nav > li.cur a i img:nth-child(1), .head .head_mid .head_nav .first_nav > li:hover > a i img:nth-child(1){display: none;}
.head .head_mid .head_nav .first_nav > li.cur a i img:nth-child(2), .head .head_mid .head_nav .first_nav > li:hover > a i img:nth-child(2){display: initial;}
.head .head_mid .head_nav .first_nav li:nth-child(5) i{display: none;}
.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;visibility: hidden;transform: translate(-50% , 30px);width: 100%;background: #fff;box-shadow: 0 3px 16px -8px rgb(0 0 0 / 28%);}
.head .head_mid .head_nav .pc_secnav.on{visibility: visible;pointer-events: auto;opacity: 1;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .list{display: flex;justify-content: space-between;}
.head .head_mid .head_nav .pc_secnav .lf_nav{width:18%;padding-bottom: 20px;}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro .img img{width:78%}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro .t1{font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro .date{color:#0065B3;font-weight:700;margin-top:5px;text-decoration:underline;transition: all .3s;}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro .date{color:#0065B3;font-weight:700;margin-top:5px;text-decoration:underline;transition: all .3s;}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro a:after{display: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro a:hover .date{transform: translateX(5px);}
.head .head_mid .head_nav .pc_secnav .rf_nav{width:36%}
.head .head_mid .head_nav .pc_secnav .ul{background: #2269a2;padding: 35px 45px;width: calc(35% - 90px);margin-left: 11%;}
/* .head .head_mid .head_nav .pc_secnav .ul:before{content:"";border-left: 20px solid transparent;border-right: 20px solid transparent;border-bottom: 11px solid #ffffff;position:absolute;left: 50%;top: -4px;transform: translate(-50% ,-50%);} */
.head .head_mid .head_nav .pc_secnav .ul .li{transition: 0.3s;margin-bottom: 15px;}
.head .head_mid .head_nav .pc_secnav .ul .li:nth-last-child(1){margin-bottom: 0;}
.head .head_mid .head_nav .pc_secnav .ul .li:hover{transform: translateX(5px);}
.head .head_mid .head_nav .pc_secnav .ul .li a{color: #fff;font-size: 16px;font-weight: normal;}
.head .head_mid .head_nav .pc_secnav .ul .li a:after{display: none;}
.head .head_mid .rt_part{box-sizing: border-box;position: absolute;display: flex;align-items: center;height: 100%;background: #0065B3;right: 0;padding: 0 1.8vw;}
.head .head_mid .rt_part .language{position: relative;cursor: pointer;}
.head .head_mid .rt_part .language .text{text-align: center;display: flex;align-items: center;border-radius: 10px;}
.head .head_mid .rt_part .language .text img{width: 1.5vw;}
.head .head_mid .rt_part .language .text i{margin-left: 5px;}
.head .head_mid .rt_part .language .text i img{width: 20px;transition: all .4s linear;}
.head .head_mid .rt_part .language:hover .text i img{transform: rotate(180deg);}
.head .head_mid .rt_part .language .ul{position:absolute;background:#fff;border-radius:10px;box-shadow: 0 3px 16px -8px rgb(0 0 0 / 28%);top: 0;transform:translateY(30px);right:0;margin-top:35px;transition:all .5s ease-in-out;padding:10px 15px;opacity: 0;visibility: hidden;line-height: 1.8;}
.head .head_mid .rt_part .language .ul li{text-align:center;}
.head .head_mid .rt_part .language .ul li a{display:flex;align-items:center;justify-content:center}
.head .head_mid .rt_part .language .ul li p{font-size:16px;font-family:GILROY-REGULAR;}
.head .head_mid .rt_part .language .ul li:hover p{color: #0065B3;}
.head .head_mid .rt_part .language:hover .ul{opacity: 1;visibility: visible;transform: translateY(2px);}
.head .head_mid .rt_part .search{padding-left: 25px;margin-left: 25px;position: relative;}
.head .head_mid .rt_part .search::after{position: absolute;content: "";left: 0;top: 10%;width: 1px;height: 80%;background: #fff;}
.head .head_mid .rt_part .search .icon img{width: 1.52vw;}
.head .head_mid .h_form{position:absolute;width:100%;height:268px;background:rgba(255,255,255,.9);box-shadow:0 5px 13px rgba(35,50,64,.13);left:0;top:93px;display: none;}
.head .head_mid .h_form form{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:space-between;width:60%;padding:0 10px;border-bottom:1px solid #666}
.head .head_mid .h_form .inputtext{width:80%}
.head .head_mid .h_form .inputtext input{width:100%;background:0 0;height:45px;color:#333;font-size:16px}
.head .head_mid .h_form .inputbtn input{background:url(../images/h_icon05.png);background-size:28px;width:28px;height:28px}


/* 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;padding: 5vw 4vw;opacity:0;visibility: hidden;}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{width: 100vw;position:absolute;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 15px 0;transition:.3s all ease-in-out;width: 100%;}
.menu ul li:nth-child(2) .flex{display: initial;}
.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: 20px;}
.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;}
.menu ul li .hd .second{width: 100%;display:flex;align-items: center;margin-top: 13px;}
.menu ul li .hd .second a{font-size: 17px;color: #fff;font-weight: normal;margin: 0 10px;}
.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;}
.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;}
 
@media only screen and (max-width:1400px){
.head{padding:5px 0;}
.head .head_mid .head_nav .first_nav{margin-left:0;}
.head .head_mid .head_nav .first_nav > li > a i img{width: 18px;}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro .t1{font-size: 18px;}
.head .head_mid .head_nav .pc_secnav .ul{padding: 20px 45px;}
.head .head_mid .head_nav .pc_secnav .ul .li{margin: 13px 0;}
.head .head_mid .head_nav .pc_secnav .ul .li a{font-size: 14px;}
.head .head_mid .h_form{top: 88px;}
.head .head_mid .h_form .inputbtn input{width: 24px;height: 24px;background-size: 24px;}
}
 
@media only screen and (max-width:1280px){
.head .head_mid .head_nav{margin-left: 6vw;}
.head .head_mid .head_nav .pc_secnav .lf_nav .h_pro .t1{font-size: 16px;}
.head .head_mid .rt_part{padding: 0 20px;}
.head .head_mid .rt_part .language .text p{font-size: 18px;margin-left: 8px;}
.head .head_mid .rt_part .language .text img{width: 23px;}
.head .head_mid .rt_part .search{padding-left: 18px;margin-left: 18px;}
.head .head_mid .rt_part .search .icon img{width: 24px;}
}
 
 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding:10px 0;}
.head .head_mid .lf_part .logo_w .img img{width: 188px;}
.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 .language .text i{display: none;}
.head .head_mid .rt_part .search{margin: 0 18px;}
.head .head_mid .h_form{top: 78px;height: 188px;}
.menu_bar{display: flex;}
.menu{width: 100%;transform: translateX(100vw);padding: 5vw 0;}
.menu ul{padding: 0 4%;width: -webkit-fill-available;}
.menu ul li .second .hd{margin-top: 0;}
}	
@media only screen and (max-width:768px){
.head .head_mid .rt_part .language .text p{font-size: 16px;}
.head .head_mid .rt_part .language .text img{width: 20px;}
.head .head_mid .rt_part .search{margin: 0 15px;padding-left: 15px;}
.head .head_mid .rt_part .search .icon img{width: 22px;}
.head .head_mid .h_form{top: 73px;}
.menu ul li{padding: 15px 0;}
.menu ul li .rd a{font-size: 17px;}
.menu ul li .hd .second a{font-size: 14px;}
}
@media only screen and (max-width:520px){
.head .head_mid .lf_part .logo_w .img img{width: 158px;}
.head .head_mid .rt_part{padding: 0 15px;}
.head .head_mid .rt_part .language .text img{width: 19px;}
.head .head_mid .rt_part .language .ul{right: -30px;}
.head .head_mid .rt_part .search{margin: 0 6px 0 12px;padding-left: 12px;}
.head .head_mid .rt_part .search .icon img{width: 20px;}
.head .head_mid .h_form{top: 64px;height: 158px;}
.head .head_mid .h_form form{width: 75%;}
.head .head_mid .h_form .inputtext input{font-size: 14px;height: 40px;}
.head .head_mid .h_form .inputbtn input{width: 20px;height: 20px;background-size: 20px;}
.menu ul li{padding: 12px 0;}
.menu_bar{width: auto !important;background: none;}
.menu_bar .bar{height: 18px;margin-left: 8px;}
.menu_bar span:nth-child(2){top: 7px;}
.menu_bar span:nth-child(3){top: 15px;}
}
@media only screen and (max-width:450px){
.head .head_mid .lf_part .logo_w .img img{width: 135px;}
.head .head_mid .h_form{top: 58px;}
}
 
    
/* m_right */
.m_right{position: fixed;bottom: 20%;right: -100px;z-index: 99;transition: all .6s;}
.m_right.m_addclass{right: 1%;}
.m_right li{box-shadow: 0 0 10px rgba(0,0,0,0.15);background: #fff;border-radius: 6px;position: relative;width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;margin-bottom: 5px;z-index: 99;}
.m_right li:nth-last-child(1){margin-bottom: 0;}
.m_right li .icon img{max-width: 30px;}
.m_right li .text{position:absolute;right: 75px;top:50%;transform:translate(0,-50%);background:#0065B3;padding:10px 15px;border-radius:5px;color:#fff;width:max-content;opacity:0;visibility:hidden;transition:all .5s;box-shadow:0 0 10px rgba(0,0,0,.15);font-family: "GILROY-REGULAR";font-size: 16px;z-index: 99;}
.m_right li:nth-child(2) .text{padding: 5px;}
.m_right li .text img{width: 120px;}
.m_right li:hover .text{right: 50px;opacity:1;visibility:visible;z-index: 99;}
@media only screen and (max-width:520px){
.m_right li{width: 36px;height: 36px;}
.m_right li .icon img{max-width: 24px;}
.m_right li .text{padding: 9px 12px;right: 58px;font-size: 14px;}
..m_right li .text img{width: 110px;}
.m_right li:hover .text{right: 40px;}
}
 
/* foot */
.foot{background: url(../images/f_bg.jpg);background-size: cover;}
.foot .f_top{display:flex;justify-content:space-between;padding: 80px 0 40px;}
.foot .f_top .hd{font-size: 22px;color: #000;margin-bottom: 30px;font-weight: bold;}
.foot .f_top .f_nav .item li{margin-bottom: 15px;transition:.3s;}
.foot .f_top .f_nav .item li:nth-last-child(1){margin-bottom:0}
.foot .f_top .f_nav .item li:hover{transform:translateX(5px)}
.foot .f_top .f_nav .item li a{color: #333;font-size: 16px;}
.foot .f_top .f_del{width:30%;position: relative;}
.foot .f_top .f_del dl{display:flex;align-items:center;margin-bottom: 32px;}
.foot .f_top .f_del dl p{color: #333;margin-left:18px;font-size:16px;line-height:24px;}
.foot .f_top .f_del .wx{text-align: center;margin-left: 1vw;}
.foot .f_top .f_del .wx img{width: 6.5vw;}
.foot .f_top .f_form{width:18%}
.foot .f_top .f_form .input{border-radius:4px;margin-bottom:15px;}
.foot .f_top .f_form .input input{color: #333;width:100%;height:35px;background:0 0;text-indent:15px;border: 1px solid #33333338;}
.foot .f_top .f_form .input textarea{background:0 0;font-family:GILROY-REGULAR;color:#9c9c9c;width:100%;padding-top:10px;text-indent:15px;height:80px;border: 1px solid #33333338;}
.foot .f_top .f_form .submit{background:#0065b3;border-radius:4px;transition:.3s;}
.foot .f_top .f_form .submit input{width:100%;color:#fff;background:0 0;height:40px;font-size:16px}
.foot .f_top .f_form .submit:hover{background:#e40114}
.foot .f_top .f_form .input input:focus,.foot .f_top .f_form .input textarea:focus{border: 1px solid #0065B3;}
.foot .f_bom{padding:25px 0;text-align:center;display: flex;justify-content: space-between;}
.foot .f_bom .ul li{margin-right:15px}
.foot .f_bom span{color: #333;font-size:16px;}
@media only screen and (max-width:1440px){
.foot .f_top .f_del .wx{text-align: left;margin-left: 0;}
}
@media only screen and (max-width:1280px){
.foot .f_top .f_form{width: 23%;}
.foot .f_top .f_nav:nth-child(1){width: 22%;}
}
@media only screen and (max-width:1080px){
.foot .f_top{padding: 60px 0 30px;}
.foot .f_top .hd{font-size: 20px;margin-bottom: 20px;}
.foot .f_top .f_del dl{margin-bottom: 15px;}
.foot .f_top .f_del .wx img{width: 110px;}
}
@media only screen and (max-width:870px){
.foot .f_top .f_nav{display: none;}
.foot .f_top .f_del{width: 50%;}
.foot .f_top .f_form{width: 38%;}
.foot .f_bom{flex-wrap: wrap;}
}
@media only screen and (max-width:768px){
.foot .f_top .hd{margin-bottom: 15px;}
.foot .f_top .f_del dl{margin-bottom: 10px;}
.foot .f_top .f_del dl p{margin-left: 14px;font-size: 15px;line-height: 22px;}
.foot .f_top .f_form .input{margin-bottom: 12px;}
.foot .f_top .f_form .input input{height: 32px;}
.foot .f_top .f_form .input textarea{height: 68px;}
.foot .f_bom{justify-content: center;padding: 20px 0;}
.foot .f_bom span{font-size: 15px;margin-top: 10px;}
}
@media only screen and (max-width:580px){
.foot .f_top{padding: 25px 0 10px;flex-wrap: wrap;}
.foot .f_top .hd{font-size: 18px;margin-bottom: 10px;}
.foot .f_top .f_del{width: 100%;}
.foot .f_top .f_del dl{margin-bottom: 5px;}
.foot .f_top .f_del dl p{font-size: 14px;line-height: 20px;}
.foot .f_top .f_del .wx{margin-top: 10px;}
.foot .f_top .f_del .wx img{width: 100px;}
.foot .f_top .f_form{width: 100%;margin-top: 10px;}
.foot .f_top .f_form .input{margin-bottom: 10px;}
.foot .f_top .f_form .input input{height: 30px;text-indent: 12px;}
.foot .f_top .f_form .input textarea{text-indent: 12px;}
.foot .f_top .f_form .submit input{height: 34px;}
.foot .f_bom{padding: 15px 0;}
.foot .f_bom .ul li{margin-right: 10px;}
.foot .f_bom .ul li img{width: 24px;}
.foot .f_bom span{font-size: 14px;}
}

/* cookies */
.cookies{position:fixed;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);bottom: 2%;transform: translate(-50% , 10vw);left:50%;z-index:99;transition:all .5s;opacity: 0;}
.cookies.on{opacity: 1;transform: translate(-50% ,0);}
.cookies .info{padding:30px}
.cookies .info .t1{font-size:1.5vw;color:#111}
.cookies .info .t2{font-size:.85vw;color:#333;margin:1vw 0}
.cookies .info .bt{background:green;width:13%;text-align:center;height:35px;line-height:35px;color:#fff;font-size:.85vw;cursor: pointer;}
@media only screen and (max-width:1280px){
.cookies{width: 68%;}
}
@media only screen and (max-width:1080px){
.cookies .info .t1{font-size: 24px;}
.cookies .info .t2{font-size: 14px;line-height: 26px;margin: 10px 0;}
.cookies .info .bt{height: 34px;line-height: 34px;width: 16%;font-size: 14px;}
}
@media only screen and (max-width:520px){
.cookies{width: 94%;}
.cookies .info{padding: 18px;}
.cookies .info .t1{font-size: 20px;}
.cookies .info .t2{font-size: 13px;line-height: 22px;margin: 8px 0;}
.cookies .info .bt{height: 30px;line-height: 30px;width: 24%;font-size: 14px;}
}