/* reset */
html { height: 100%; }
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0;}
body, div, ul, ol, li,a, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1;    font-family:Microsoft Yahei, Arial, Verdana, sans-serif;  }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: inherit; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body { line-height: 1.5 }
a:link,
a:visited,
a:active,
a { text-decoration: none;}
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none } 


img{
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border:0;
    display: inline-block;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #3a4645;opacity: .5}
input:-moz-placeholder, textarea:-moz-placeholder {color: #3a4645;opacity: .5}
input::-moz-placeholder, textarea::-moz-placeholder {color: #3a4645;opacity: .5}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #3a4645;opacity: .5}

.clearfix{*zoom:1;}/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both;}/*清除浮动兼容*/





@font-face {
  font-family: "iconfont";
  /* Project id 2874806 */
  src: url('./iconfont/iconfont.woff2?t=1635210561214') format('woff2'), url('./iconfont/iconfont.woff?t=1635210561214') format('woff'), url('./iconfont/iconfont.ttf?t=1635210561214') format('truetype');
}
:root {
  --blue: #1851af;
  --hover_blue: #1e6ac1;
}
body {
  font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
  color: #333;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.form-inner{
    margin-top:20px;
}
.form-inner .yazm_con input{
    height: 40px;
    border:1px solid #afafaf;
    padding-left:10px;
}
.header {
  position: relative;
  z-index: 1000;
}
.header .logo {
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 20%;
}
.header .logo a img {
  height: 75px;
  width: auto;
}
.header .nav {
  display: flex;
  justify-content: center;
  background: var(--blue);
}
.header .nav > ul {
  display: flex;
  justify-content: center;
}
.header .nav > ul > li {
  width: 150px;
  position: relative;
}
.header .nav > ul > li h2 {
  text-align: center;
}
.header .nav > ul > li h2 a {
  width: 100%;
  display: block;
  line-height: 50px;
  color: #fff;
 font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
}
.header .nav > ul > li > ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #fff;
  border: 1px solid #f0f0f0;
  display: none;
}
.header .nav > ul > li > ul > li {
  position: relative;
}
.header .nav > ul > li > ul > li > a {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .nav > ul > li > ul > li > a span {
  margin-left: 6px;
}
.header .nav > ul > li > ul > li > ul {
  position: absolute;
  width: 100%;
  left: 149px;
  top: 0;
  background: #fff;
  border: 1px solid #f0f0f0;
  display: none;
}
.header .nav > ul > li > ul > li > ul > li > a {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .nav > ul > li > ul > li > ul > li > a span {
  margin-left: 6px;
}
.header .nav > ul > li > ul > li > ul > li:hover > a {
  background: #eff8f8;
  color: #65beba;
}
.header .nav > ul > li > ul > li:hover > a {
  background: #eff8f8;
  color: #65beba;
}
.header .nav > ul > li:hover {
  background: var(--hover_blue);
}
.header .nav > ul > li:hover h2 a {
  font-weight: bold;
   
}
.header .mobile-btn {
  display: none;
}
.footer .footer-top {
  background: #5a5a5a;
  color: #fff;
  padding: 16px 0;
}
.footer .footer-top .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-top .con .left {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 158px);
}
.footer .footer-top .con .left h2 {
  font-weight: bold;
  flex-shrink: 0;
  width: 120px;
    color: #fff;
}
.footer .footer-top .con .left ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 120px);
}
.footer .footer-top .con .left ul li {
  margin-right: 20px;
  margin-top: 3px;
}
.footer .footer-top .con .left ul li a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left ul li a:hover {
  color: #65a5ef;
}
.footer .footer-top .con .right {
  width: 158px;
  height: 50px;
}
.footer .footer-top .con .right a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #005bac;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right a:hover {
  background: #055194;
}
.footer .footer-middle {
  background: #3b3b3b;
  color: #fff;
  padding: 40px 0;
  position: relative;
}
.footer .footer-middle .con {
  display: flex;
  justify-content: space-between;
}
.footer .footer-middle .con .left {
  display: flex;
}
.footer .footer-middle .con .left .erweima {
  margin-right: 50px;
}
.footer .footer-middle .con .left .erweima ul {
  display: flex;
}
.footer .footer-middle .con .left .erweima ul li .tu {
  width: 130px;
}
.footer .footer-middle .con .left .erweima ul li .tu img {
  width: 100%;
}
.footer .footer-middle .con .left .erweima ul li h2 {
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
    color: #fff;
}
.footer .footer-middle .con .left .erweima ul li:not(:last-child) {
  margin-right: 20px;
}
.footer .footer-middle .con .left .info h2 {
  position: relative;
  top: -4px;
color: #fff;
}
.footer .footer-middle .con .left .info ul li {
  margin-top: 6px;
color: #fff;
}
.footer .footer-middle .con .left .info ul li a {
  color: #fff;
    font-size: 14px;
}
.footer .footer-middle .con .right > ul {
  display: flex;
}
.footer .footer-middle .con .right > ul > li {
  margin-left: 70px;
}
.footer .footer-middle .con .right > ul > li h2 a {
  color: #fff;
}
.footer .footer-middle .con .right > ul > li > ul {
  margin-top: 14px;
}
.footer .footer-middle .con .right > ul > li > ul > li {
  margin-top: 6px;
}
.footer .footer-middle .con .right > ul > li > ul > li a {
  color: #bdbdbd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-middle .con .right > ul > li > ul > li a:hover {
  color: #fff;
}
.footer .footer-middle .gong {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.footer .footer-bottom {
  background: #2b2b2b;
  color: #fff;
  padding: 40px 0;
}
.footer .footer-bottom p {
  color: #fff;
}
.footer .footer-bottom p a {
  color: #fff;
}
.inner-banner img {
  width: 100%;
}
.sub-nav {
  box-shadow: 0px 3px 4px 1px rgb(220 220 219);
  padding: 20px 0;
}
.sub-nav .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-nav .con .right .nav .nav-left {
  display: none;
}
.sub-nav .con .right .nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.sub-nav .con .right .nav ul li {
  margin-right: 10px;
}
.sub-nav .con .right .nav ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  color: #333;
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}
.sub-nav .con .right .nav ul li dl {
  display: none;
}
.sub-nav .con .right .nav ul li:hover > a {
  background: #185eaf;
  color: #fff;
  border-radius: 25px;
}
.sub-nav .con .right .nav ul li.active > a {
  background: #185eaf;
  color: #fff;
  border-radius: 25px;
}
.sub-nav .con .right .nav-btn {
  display: none;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
  .header .logo {
    height: 90px;
    padding-left: 16%;
  }
  .header .logo a img {
    height: 70px;
  }
  .header .nav > ul > li {
    width: 140px;
  }
  .header .nav > ul > li > ul > li > ul {
    left: 139px;
  }
  .sub-nav .con .right .nav ul li > a {
    width: 130px;
    height: 44px;
  }
}
@media screen and (max-width: 1440px) {
  .header .nav > ul > li {
    width: 130px;
  }
  .header .nav > ul > li > ul > li > ul {
    left: 129px;
  }
}
@media screen and (max-width: 1280px) {
  .w1200 {
    width: 90%;
  }
  .footer .footer-middle .con .left .erweima {
    margin-right: 2.5vw;
  }
  .footer .footer-middle .con .left .erweima ul li .tu {
    width: 110px;
  }
  .footer .footer-middle .con .right > ul > li {
    margin-left: 3.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header .logo {
    height: 80px;
    padding-left: 16%;
  }
  .header .logo a img {
    height: 60px;
  }
  .header .nav > ul > li {
    width: 110px;
  }
  .header .nav > ul > li > ul > li > ul {
    left: 109px;
  }
  .sub-nav .con .right .nav ul li > a {
    width: 120px;
    height: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
  }
  .header .logo {
    padding-left: 5%;
    height: 60px;
  }
  .header .logo a img {
    height: 40px;
  }
  .header .nav {
    margin-right: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    background: #fff;
    padding: 0 5% 20px;
    left: auto;
    bottom: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .nav > ul {
    display: block;
    width: 100%;
  }
  .header .nav > ul > li {
    width: 100%;
  }
  .header .nav > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
  }
  .header .nav > ul > li h2:after {
    content: '>';
    font-family: iconfont;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .nav > ul > li h2 > a {
    width: 50%;
    line-height: 50px;
    color: #333;
  }
  .header .nav > ul > li > ul {
    position: relative;
    top: 0;
    border: none;
  }
  .header .nav > ul > li > ul > li > a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #666;
    position: relative;
  }
  .header .nav > ul > li > ul > li > a span {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    display: inline-block;
  }
  .header .nav > ul > li > ul > li > ul {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    border: none;
    display: block;
  }
  .header .nav > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 0 20px 0 40px;
    font-size: 12px;
    line-height: 30px;
    color: #666;
    position: relative;
  }
  .header .nav > ul > li:hover {
    background: #fff;
  }
  .header .nav > ul > li.active h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .header .nav > ul > li:first-child h2 > a {
    width: 100%;
  }
  .header .nav > ul > li:first-child h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header .nav > ul > li:nth-child(4) h2 > a {
    width: 100%;
  }
  .header .nav > ul > li:nth-child(4) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header .nav > ul > li:nth-child(8) h2 > a {
    width: 100%;
  }
  .header .nav > ul > li:nth-child(8) h2:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  .header .nav.active {
    right: 0;
  }
  .header .mobile-btn {
    width: 20px;
    height: 60px;
    display: block;
    position: absolute;
    right: 5%;
    top: 0;
  }
  .header .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .footer .footer-middle {
    padding-bottom: 70px;
  }
  .footer .footer-middle .con .left {
    display: block;
    width: 100%;
  }
  .footer .footer-middle .con .left .erweima {
    margin-right: 0;
  }
  .footer .footer-middle .con .left .erweima ul {
    justify-content: center;
  }
  .footer .footer-middle .con .left .info {
    width: 266px;
    margin: 20px auto 0;
  }
  .footer .footer-middle .con .right {
    display: none;
  }
  .footer .footer-bottom {
    padding: 20px 0 30px;
    text-align: center;
  }
  .inner-banner {
    margin-top: 60px;
  }
  .sub-nav {
    padding: 0;
    position: relative;
  }
  .sub-nav .con {
    height: 50px;
  }
  .sub-nav .con .right {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sub-nav .con .right .nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    width: 50px;
    height: 50px;
  }
  .sub-nav .con .right .nav-btn svg {
    width: 24px;
    height: 24px;
  }
  .sub-nav .con .right .nav-btn svg path {
    fill: #fff;
  }
  .sub-nav .con .right .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: -100%;
    z-index: 10000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .sub-nav .con .right .nav .nav-left {
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
  }
  .sub-nav .con .right .nav .nav-left span {
    font-size: 40px;
    color: #fff;
    position: relative;
    top: 20px;
  }
  .sub-nav .con .right .nav ul {
    margin-left: 80px;
    width: calc(100% - 80px) !important;
    height: 100%;
    background: #fff;
    display: block;
  }
  .sub-nav .con .right .nav ul li {
    margin-right: 0;
    margin-top: 0!important;
  }
  .sub-nav .con .right .nav ul li > a {
    width: 100%;
    border-radius: 0!important;
    font-size: 16px;
    height: 50px;
    display: block;
    text-align: left;
    line-height: 50px;
    padding-left: 20px;
  }
  .sub-nav .con .right .nav ul li dl {
    display: block;
  }
  .sub-nav .con .right .nav ul li dl a {
    font-size: 14px;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    color: #333;
    display: block;
  }
  .sub-nav .con .right .nav ul li:hover > a {
    background: #fff;
    color: #333;
  }
  .sub-nav .con .right .nav.active {
    right: 0;
  }
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
    .form-inner{
        margin-top:10px;
    }
  .header .logo a img {
    height: 30px;
  }
  .footer .footer-top .con {
    display: block;
  }
  .footer .footer-top .con .left {
    width: 100%;
    text-align: center;
    display: block;
  }
  .footer .footer-top .con .left h2 {
    width: 100%;
    font-size: 16px;
    color: #fff;
  }
  .footer .footer-top .con .left ul {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }
  .footer .footer-top .con .left ul li {
    margin-top: 6px;
    margin-right: 0;
  }
  .footer .footer-top .con .left ul li:not(:last-child) {
    margin-right: 10px;
  }
  .footer .footer-top .con .right {
    width: 120px;
    height: 40px;
    margin: 20px auto 0;
  }
  .footer .footer-top .con .right a {
    line-height: 40px;
  }
}



.header .header-middle{
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--blue);
}

.header .Language {
    position: relative;
    cursor: pointer;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    margin-right:40px;
}
.header .Language .svg {
    margin-left: 12px;
}
.arabic .header .Language .svg{
    margin-left: 0px;
    margin-right: 12px;
}
.header .Language .svg path {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header .Language_choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-weight: 500;
}
.header .Language_list {
    top: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    width: 80px;
    background: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .Language_list a {
    text-align: center;
    display: block;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #333;
}
.header .Language_list a:hover {
    background: var(--blue);
    color: white;
}

@media screen and (max-width: 1024px){
    .header .header-middle{
        background: transparent;
    }
    .header .Language{
        position: absolute;
        right:100px;
        top:0;
        color:#333;
        height: 60px;
        margin-right:0;
    }
    .header .Language svg path{
        fill:#333;
    }
    .header .Language .svg path{
        fill:#333;
    }
    .header .Language_list{
        top:60px;
    }
}

@media screen and (max-width: 768px){
    .header .Language{
        right:60px;
    }
}