.header {
  background: white;
  border-bottom: 1px solid #D9D9D9;
  position: sticky;
    z-index: 9;
    top: 0;
}
.header .header_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header .logo {
  position: absolute;
  left: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navge > div {
  margin-right: 50px;
  position: relative;
}
.header .navge > div:last-child {
  margin-right: 0;
}
.header .navge .spe {
  position: inherit;
}
.header .nav1 {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .nav1 a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav1 a:hover {
  color: #2b68bf;
}
.header .nav2 {
  display: none;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  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 .nav2 > a {
  color: #333;
  display: block;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.header .nav2 > a:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #2b68bf;
}
.header .header_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.header .header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.header .header_search svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header_search:hover svg path {
  fill: #2b68bf;
}
.header .language {
  border-left: 1px solid #e4e4e4;
  position: relative;
  margin-left: 25px;
  padding: 0 26px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .language_choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header .language_choose svg {
  margin-left: 16px;
}
.header .language_list {
  border-top: 1px solid #e4e4e4;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 10px 0;
  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 {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #333;
  transition: all 0.5s;
}
.header .language_list a:hover{
    color: #fff;
    background: #2b68bf;
}
.header .navge_sove {
  width: 960px;
}
.header .navge_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navge_l {
  width: 28.75%;
  background: rgb(249, 249, 249);
  line-height: 3;
  padding: 39px 28px 39px 39px;
}
.header .navge_act .navge_l_name {
  position: relative;
  color: #2b68bf;
}
.header .navge_act .navge_l_name::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/navage_r.png);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .navge_c {
  width: 26%;
  padding: 39px 20px 39px 66px;
}
.header .navge_c > div {
  display: none;
  line-height: 48px;
}
.header .navge_c > div:first-child {
  display: block;
}
.header .navge_c a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .navge_c a:hover {
  color: #2b68bf;
}
.header .navge_r {
  width: 45.25%;
  padding-top: 39px;
  padding-right: 73px;
}
.header .navge_r img {
  max-width: 100%;
}
.header .navge_r > div {
  display: none;
}
.header .navge_r > div:first-child {
  display: block;
}

.navge_phone {
  display: none;
  padding: 10px 20px;
}
.navge_phone a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
  font-size: 12px;
}
.navge_phone a:hover {
  color: #2b68bf;
}
.navge_phone div {
  line-height: 30px;
}

.phone_menu {
  display: none;
  width: 30px;
  position: relative;
}
.phone_menu span {
  background: #333;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.phone_menu span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.phone_menu span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(23px);
      -ms-transform: translateY(23px);
          transform: translateY(23px);
  top: 0;
}

.menu_act span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.menu_act span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(12px) rotate(-45deg);
      -ms-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}
.menu_act span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer {
  padding: 56px 0;
  background: #f1f1f1;
}
.footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_nav1 {
  font-weight: 500;
}
.footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_nav a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
.footer .footer_nav a:hover {
  color: #2b68bf;
}
.footer .footer_nav > div {
  margin-right: 130px;
}
.footer .footer_nav > div:last-child {
  margin-right: 0;
}
.footer .footer_nav2 {
  margin-top: 20px;
}
.footer .footer_nav2 div {
  margin-bottom: 15px;
}
.footer .footer_nav2 div:last-child {
  margin-bottom: 0;
}
.footer .footer_time {
  text-align: right;
}
.footer .footer_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-weight: bold;
}
.footer .footer_phone a {
  color: #2b68bf;
   margin-left: 10px;
}
.footer .footer_email {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer .footer_email a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
  margin-left:10px;
}
.footer .footer_email a:hover {
  color: #2b68bf;
}
.footer .code_flx {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer .code_flx > div {
  margin-left: 10px;
  text-align: center;
  background: white;
  padding: 10px;
      font-size: 12px;
}
.footer .code_flx > div:first-child {
  margin-left: 0;
}
.footer .code_flx img {
  width: 70px;
}
.footer .footer_btm {
  color: #b0b0b0;
  margin-top: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_btm a {
  color: #b0b0b0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer_btm a:hover {
  color: #2b68bf;
}

.footer_link {
  border-top: 1px solid #f1f1f1;
  padding: 40px 0;
}
.footer_link .w1440 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_link .link_now {
  border: 2px solid #2b68bf;
  padding: 12px 35px;
  color: #2b68bf;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_link .link_now:hover {
  color: white;
  background: #2b68bf;
}

@media screen and (max-width: 1600px) {
  .footer .footer_nav > div {
    margin-right: 55px;
  }
  .footer .footer_btm {
    margin-top: 7.39%;
  }
  .footer .footer_phone{
      align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_nav > div {
    margin-right: 40px;
  }
  .header .navge_sove {
    width: 860px;
  }
  .header .nav1 {
    height: 60px;
  }
  .header .language {
    height: 60px;
  }
  .header .navge > div {
    margin-right: 30px;
  }
  .logo img {
    width: 120px;
  }
  .header .navge_l {
    padding: 20px 20px 20px 30px;
  }
  .header .navge_c {
    padding: 20px 20px 20px 50px;
  }
  .header .navge_r {
    padding-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .header .logo {
    left: 5%;
  }
  .header_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .navge > div {
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .navge {
    position: fixed;
    z-index: 2;
    top: 61px;
    width: 100%;
    left: 0;
    height: calc(100% - 60px);
    background: white;
    display: none;
    padding: 10px 20px 0;
  }
  .phone_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav1 {
    height: 50px;
  }
  .xuan:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .xuan_act:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .header_flx {
    height: 60px;
  }
  .header .nav1 a {
    color: #333;
  }
  .header {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .header_search svg path {
    fill: #333333;
  }
  .header .nav2 {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 20px;
    width: 100%;
  }
  .header .navge .spe {
    position: relative;
  }
  .header .navge_l {
    width: 100%;
    line-height: 2;
  }
  .header .navge_c {
    display: none;
  }
  .header .navge_r {
    display: none;
  }
  .navge_l > div:first-child .navge_phone {
    display: block;
  }
  .header .language {
    margin-left: 20px;
    padding: 0 20px;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .footer_top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_time {
    text-align: center;
  }
  .footer .footer_phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_email {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0;
  }
  .footer .footer_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 25px;
  }
  .footer .footer_btm > a {
    margin-top: 10px;
  }
  .footer_time {
    margin-bottom: 10px;
  }
  .footer_link .link_now {
    padding: 10px 15px;
  }
  .footer_logo img {
    width: 120px;
  }
  .footer_link {
    padding: 20px 0;
  }
  .footer .code_flx {
    margin-top: 20px;
  }
  .footer .code_flx > div {
    margin-left: 10px;
  }
}
