* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1921px !important;
  margin: 0 auto !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #0064B9;
  border-radius: 32px;
}

::-webkit-scrollbar-track {
  background-color: #636363;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.header {
  width: 100%;
  max-height: 170px;
}

.header_top_div {
  width: 85%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  transition: all.5s;
}

.header_top_one {
  font-size: 20px;
}

.header_top_two {
  display: flex;
  align-items: center;
}

.header_top_two_spn {
  font-size: 18px;
  margin-right: 80px;
  position: relative;
}

.header_top {
  background: #0064B9;
}

.header_top_two_spn_div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  width: 140px;
}

.header_top_two_spn_div a {
  padding: 10px;
  display: block;
  font-size: 16px;
  color: #000;
}

.header_top_two_spn_div a:hover {
  background-color: #F55020;
  color: white;
}

.header_top_two_spn:hover .header_top_two_spn_div {
  display: block;
}

.header_top_two_spn img {
  width: 10px;
  height: 10px;
  transition: all .5s;
}

.header_top_two_spn:hover img {
  transform: rotate(-180deg);
  transition: all .5s;
}

.header_top_two_span {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 555;
}

.header_top_two_span a {
  display: block;
  background-color: #00509A;
  padding: 10px;
  margin-bottom: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.header_top_two_span img {
  width: 30px;
  height: 30px;
}

.header_top_two_span img:hover {
  transform: scale(1.2);
  transition: all .3s;
}

.header_foot {
  width: 100%;
  background-color: #fff;
}

.scrolled.header_foot {
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: #0064B9;
  color: #fff;
  max-width: 1921px;
}

.scrolled a {
  color: #fff !important;
}

.scrolled .header_foot_div_div>ul>li:nth-last-child(1) a {
  background-color: #fff;
  color: #F55020 !important;
}

.scrolled .header_foot_div_div>ul>li:nth-last-child(1) a:hover {
  background-color: #fff !important;
}

.scrolled .header_foot_div_div>ul>li:nth-last-child(1) a:hover {
  background-color: #F55020 !important;
  color: #fff !important;
}

.scrolled .header_foot_div_div_ul a {
  color: #000 !important;
  width: 100%;
  display: block;
}

/* .scrolled .header_foot_div_div>ul>li>a {
  transition: all .5s;
} */

.scrolled .header_foot_div_div>ul>li>a:hover {
  color: #F55020 !important;
}

.header_foot_div_logo {
  font-size: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.header_foot_div_logo img {
  margin-right: 10px;
}

.scrolled .img1 {
  display: none;
}

.img1 {
  display: block;
}

.img2 {
  display: none;
}

.scrolled .img2 {
  display: block;
}

.scrolled .fenlei div {
  background-color: white;
}


.header_foot_div {
  width: 85%;
  margin: 0 auto;
  height: 80px;
  /* transition: all.5s; */
}

.header_foot_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_foot_div_div>ul {
  display: flex;
  text-transform: uppercase;
}

.header_foot_div_div>ul>li {
  margin-right: 30px;
  height: 80px;
  line-height: 80px;
  position: relative;
  /* transition: all .5s; */
}

.header_foot_div_div_ul {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #fff;
  display: none;
  /* transition: all .3s; */
}

.header_foot_div_div>ul>li:hover .header_foot_div_div_ul {
  display: block;
}

.header_foot_div_div_ul>li {
  line-height: 30px;
  padding: 10px;
  /* transition: all .5s; */
  position: relative;
}

.header_foot_div_div_ul>li:hover {
  background-color: #F55020;
}

.header_foot_div_div_ul>li:hover .header_foot_div_div_ul_A {
  color: #fff !important;
}

.header_foot_div_div_ul_A {
  font-size: 20px;
  color: #000;
}

.header_foot_div_div_ul>li:hover .header_foot_div_div_ul_li_ul {
  display: block;
}

.header_foot_div_div_ul_li_ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  background-color: #fff;
  display: none;
}

.header_foot_div_div_ul_li_ul li a {
  padding: 10px;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #000;
}

.header_foot_div_div_ul_li_ul li:hover {
  background-color: #F55020;
}

.header_foot_div_div_ul_li_ul li:hover a {
  color: white !important;
}

.header_foot_div_div>ul>li>a {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.header_foot_div_div>ul>li>a:hover {
  color: #F55020;
}

.header_foot_div_div>ul>li:nth-last-child(1) {
  margin-left: 10px;
  margin-right: 0;
}

.header_foot_div_div>ul>li:nth-last-child(1) a {
  background-color: #F55020;
  border-radius: 50px;
  padding: 10px;
  color: white;
  /* transition: all .5s; */
}

.header_foot_div_div>ul>li:nth-last-child(1) a:hover {
  background-color: #0064B9;
  /* transition: all .5s; */
}

.SpareParts {
  position: relative;
}

.SpareParts_A a {
  color: #000;
  font-size: 20px;
}

.SpareParts:hover .SpareParts_A {
  display: block;
}

.SpareParts_A {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #fff;
  display: none;
  /* transition: all .3s; */
}

.SpareParts_A_B {
  line-height: 50px;
  /* transition: all .3s; */
  position: relative;
}

.SpareParts_A_B:hover {
  background-color: #F55020;
}

.scrolled .SpareParts_A_B_C {
  color: #000 !important;
}

.scrolled .SpareParts_A_B:hover .SpareParts_A_B_C {
  color: #fff !important;
}

.SpareParts_A_B:hover .SpareParts_A_B_C {
  color: white;
}

.SpareParts_A_B_C {
  width: 100%;
  padding: 10px;
}

.SpareParts_A_B_C_D {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: white;
  width: 300px;
  display: none;
  /* transition: all .5s; */
}

.SpareParts_A_B_C_D_E:hover {
  background-color: #F55020;
}

.scrolled .SpareParts_A_B_C_D_E_F {
  color: #000 !important;
}

.scrolled .SpareParts_A_B_C_D_E:hover .SpareParts_A_B_C_D_E_F {
  color: #fff !important;
}

.SpareParts_A_B_C_D_E:hover .SpareParts_A_B_C_D_E_F {
  color: white;
}

.SpareParts_A_B_C_D_E_F {
  padding: 10px;
}

.SpareParts_A_B_C_D_E {
  position: relative;
}

.SpareParts_A_B:hover .SpareParts_A_B_C_D {
  display: block;
  /* transition: all .5s; */
}

.SpareParts_A_B_C_D_E:hover .SpareParts_A_B_C_D_E_F_G {
  display: block;
}

.SpareParts_A_B_C_D_E_F_G {
  position: absolute;
  width: 300px;
  top: 0;
  left: 100%;
  background-color: white;
  display: none;
}

.SpareParts_A_B_C_D_E_F_G_H_I {
  padding: 10px;
}

.SpareParts_A_B_C_D_E_F_G_H:hover {
  background-color: #F55020;
}

.scrolled .SpareParts_A_B_C_D_E_F_G_H_I {
  color: #000 !important;
}

.scrolled .SpareParts_A_B_C_D_E_F_G_H:hover .SpareParts_A_B_C_D_E_F_G_H_I {
  color: #fff !important;
}

.SpareParts_A_B_C_D_E_F_G_H:hover .SpareParts_A_B_C_D_E_F_G_H_I {
  color: white;
}

.foot {
  background: #0064B9;
  padding: 50px 0 30px;
}

.foot_div {
  width: 85%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

.foot_div_left {
  font-size: 40px;
  font-weight: 600;
  color: white;
}

.foot_div_middle {
  display: flex;
  justify-content: space-between;
}

.foot_div_middle a {
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.foot_div_middle a:hover {
  color: #F55020;
}

.foot_div_middle>ul>li:nth-child(1) a {
  font-size: 28px;
}


.foot_div_middle li {
  margin-bottom: 15px;
}

.foot_div_middle li:nth-child(1) {
  margin-bottom: 30px;
}

.foot_div_middle>ul:nth-child(3) {
  margin: 0 110px;
}

.foot_div_middle ul:nth-last-child(1) {
  margin-right: 0;
}

.foot_div_right {
  width: 300px;
}

.foot_div_right li {
  display: flex;
}

.foot_div_right li img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.foot_div_right_mingc {
  margin-bottom: 10px;
}

.foot_div_right li:nth-child(1) {
  margin-bottom: 30px;
}

.foot_div_right li:nth-child(1) a {
  font-size: 28px;
  font-weight: 600;
  color: white;
}

.foot_div_right li {
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
}

.foot_div_right_mingc {
  font-weight: 600;
  font-size: 22px;
}

.foot_banquan div {
  text-align: center;
  color: white;
  font-size: 18px;
  margin-top: 20px;
}

.header_foot_div_logo img {
  width: 70px;
}

.foot_div_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.foot_div_left img {
  width: 70px;
  height: 70px;
}

.foot_div_middle_cp {
  display: none;
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
}

.fenlei {
  display: none;
}

.fenlei_xiao {
  display: none;
}

@media (max-width:1820px) {
  .header_foot_div_div>ul>li {
    margin-right: 10px;
    /* transition: all .5s; */
  }
}

@media (max-width:1630px) {
  .foot_div_middle>ul:nth-child(3) {
    margin: 0 70px;
  }

  .header_top_div,
  .header_foot_div {
    width: 95%;
  }

  .header_foot_div_logo img {
    width: 55px;
  }

  .header_foot_div_logo {
    font-size: 30px;
  }

  .foot_div {
    width: 95%;
  }
}

@media (max-width:1401px) {
  .header_foot_div_div>ul>li:nth-last-child(1) {
    display: none;
  }

  .foot_div_middle ul {
    margin-right: 50px;
    /* transition: all .5s; */
  }
}

@media (max-width:1201px) {
  .foot_div_middle ul {
    margin-right: 20px;
    /* transition: all .5s; */
  }

  .foot_div_right {
    width: 260px;
    /* transition: all .5s; */
  }

  .foot_div_middle_cp {
    display: block;
  }

  .foot_div_middle li:nth-child(1) {
    display: none;
  }

  .foot_div_middle {
    display: block;
  }

  .foot_banquan {
    margin-top: 10px;
  }

  .fenlei {
    width: 40px;
  }

  .fenlei div {
    height: 5px;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #0064B9;
  }

  .fenlei {
    display: block;
  }

  .header_foot_div_div_xiao {
    display: none !important;
  }

  .fenlei_xiao {
    display: block;
  }

  .header {
    position: relative;
  }

  .fenlei_xiao ul {
    position: absolute;
    background-color: white;
    padding: 20px 0;
    top: 100%;
    text-align: center;
    right: 0;
    width: 100%;
    text-transform: uppercase;
  }

  .fenlei_xiao ul li {
    padding: 10px 20px;
  }

  .fenlei_xiao ul li:hover {
    background-color: #F55020;
  }

  .fenlei_xiao ul li a {
    color: #000 !important;
    font-size: 18px;
  }

  .fenlei_xiao ul li:hover a {
    color: white !important;
  }
}

@media (max-width:901px) {
  .header_top_div {
    display: none;
  }

  .foot_div_middle {
    display: none;
  }

}

@media (max-width:601px) {
  .foot_div_left {
    width: 100%;
  }

  .foot_div_left div {
    width: 100%;
    text-align: center;
  }

  .foot_div {
    flex-wrap: wrap;
  }

  .foot_div_right,
  .foot_div_middle {
    width: 300px;
    margin: 0 auto;
  }

  .foot_banquan div {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .foot_div_middle {
    display: none;
  }
}

.proRightcs {
  width: 400px;
}

@media (max-width:380px) {
  .dizhi div:nth-child(1) {
    width: 83px;
  }
}



.foot_soenyend {
  margin-left: 15px;
}

.foot_soenyend li {
  margin: 0 0 15px !important;
  padding: 0;
}

.foot_soenyend li:nth-child(1) {
  margin-top: 15px !important;
}

.foot_soenyend li a {
  font-size: 16px !important;
  color: #ccc;
}

.SpareParts_coutent {
  background-color: white;
  position: absolute;
  top: 100%;
  left: -10%;
  width: 240px;
  text-align: left;
  display: none;
}

.SpareParts_coutent a {
  display: block;
  height: auto !important;
  line-height: normal;
  padding: 10px 15px;
  color: #000;
  font-size: 16px;
}

.SpareParts:hover .SpareParts_coutent {
  display: block;
  z-index: 555;
}

.SpareParts_coutent a:hover {
  background-color: #00509A;
  color: white !important;
}

.scrolled .SpareParts_coutent a {
  color: #000 !important;
}

.scrolled .SpareParts_coutent a:hover {
  color: #fff !important;
}

.proa1 {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.proa1 img {
  width: 20px;
  height: 20px;
}