* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

img {
  font-size: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: relative;
}

.header_D {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header_A ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_B {
  width: 260px;
  margin: 0 30px;
}
.header_B .waplogo{display: none;}
.header_B img {
  width: 100%;
}

.header_A ul li a {
  margin: 0 2px;
  font-size: 18px;
  padding: 10px 8px;
  border-radius: 10px;
}

.header_A>ul>li>a {
  text-transform: uppercase;
}

.header_A ul li a:hover {
  background-image: linear-gradient(to right, #2770d1 20%, #6b329a 88%);
  color: white;
}

.foot {
  background-image: linear-gradient(to right, #2770d1 20%, #6b329a 88%);
  padding: 50px 0 0;
}

.foot_A {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  height: 380px;
}

.foot_A_img {
  width: 294px;
  /* height: 86px; */
  margin-top: 3%;
}

.foot_A_img img {
  width: 100%;
  height: 100%;
}

.foot_A_contact,
.foot_A_location {
  width: 370px;
  color: white;
}

.foot_A_contact li:nth-child(1),
.foot_A_location li:nth-child(1),
.foot_A_social li:nth-child(1) {
  font-size: 26px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 25px;
}

.foot_A_contact li,
.foot_A_location li,
.foot_A_social li {
  margin-bottom: 15px;
}

.foot_A_contact li a {
  color: white;
}

.foot_A_social {
  width: 300px;
}

.foot_A_social img {
  width: 37px;
  height: 37px;
  transition: all .5s;
}

.foot_A_social li:nth-child(1) {
  width: 100%;
}

.foot_A_social {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;

}
.foot_A_social li{ margin-right: 10px;}
.foot_VB {
  border-top: 1px solid #fff;
  text-align: center;
  padding: 15px 0 20px;
  color: white;
}

.scrolled {
  background-color: #fff;
}

.scrolled .header {
  margin: 0 !important;
}

.liuyan {
  background-image: linear-gradient(to right, #2770d1 20%, #6b329a 88%);
  border-radius: 50px;
  padding: 10px 8px;
  transition: all .5s;
  margin-left: 30px;
}

.liuyan a {
  color: white;
}

.liuyan:hover {
  background-image: linear-gradient(to right, #2770d1 20%, #2770d1 20%, #2770d1 20%, #2770d1 20%);
}

.SCDC {
  position: relative;
}

.SCDC_A {
  position: absolute;
  top: 100%;
  left: -180%;
  display: none;
}

.SCDC_A_P {
  display: flex;
  padding-top: 30px;
}

.SCDC:hover .SCDC_A {
  display: flex;
}

.SCDC_A_A {
  width: 400px;
  background-color: #F1F1F1;
  padding: 10px 0;
}

.SCDC_A a {
  display: block;
  border-radius: 0 !important;
}

.SCDC_A_AC {
  background-color: white;
  width: 400px;
  padding: 20px;
}

.SCDC_A_AC_B>div:nth-child(1) {
  color: #2770d1;
  font-size: 16px;
  margin: 0 !important;
  border: none;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-weight: 600;
}

.SCDC_A_AC_B>div:nth-child(1):hover {
  color: red;
}

.SCDC_A_AC_B>div {
  margin: 0 5px;
}

.SCDC_A_AC_B>div>a {
  border-bottom: 1px solid #000;
}

.SCDC_A_AC_B>div>a:hover {
  background-image: none !important;
  color: #2770d1 !important;
}

.SCDC_A_AC_B>div a {
  padding: 10px 0 !important;
}

.SCDC_A a {
  font-size: 16px !important;
}

.produi_listtwo {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.produi_listtwo div:nth-child(1) {
  width: 300px;
  padding-left: 16px;
}

.produi_listtwo img {
  width: 12px;
}

.produi_listtwo_B {
  display: none;
}

.produi_listtwo:hover .produi_listtwo_A {
  display: none;
}

.produi_listtwo:hover .produi_listtwo_B {
  display: block;
}

@media (max-width:1720px) {
  .foot_A_img {
    width: 260px;
    height: auto;
  }

  .foot_A_location {
    width: 250px;
  }
}

@media (max-width:1458px) {
  .header_A ul li a {
    margin: 0 10px;
    font-size: 16px;
  }

  .header_B {
    width: 230px;
    margin: 0px 20px;
  }
}

.xioa .foot_A_social {
  display: none;
}

@media (max-width:1450px) {
  .foot_A_social {
    display: none;
  }

  .xioa .foot_A_social {
    display: flex !important;
    width: 100%;
  }

  .liuyan {
    display: none;
  }
}

.header_kaiqi {
  display: none;
}

@media (max-width:1137px) {
  .foot_A {
    width: 90%;
  }

  .foot_A_social {
    justify-content: left;
  }

  .foot_A_social li {
    margin-right: 20px;
  }

}

@media (max-width:998px) {
  .header_kaiqi {
    display: block;
  }

  .foot_A_social {
    display: flex;
    justify-content: space-between;
    width: 300px;
  }

  .foot_A_social li {
    margin-right: 0;
  }

  .header_A {
    display: none;
  }

  .header_kaiqi img {
    width: 40px;
    height: 40px;
  }

  .header_B {
    width: 150px;
  }

  .foot_A_contact,
  .foot_A_location {
    display: none;
  }

  .foot_A {
    flex-wrap: wrap;
    justify-content: center;
  }

  .foot_A_social {
    text-align: center;
  }

  .foot_A_img {
    width:80%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .foot_A_img img {
    width: 400px;
  }

  .header {
    width: 100%;
    margin: 10px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .header {
    justify-content: space-between;
  }

  .scrolled .header {
    margin: 0 auto !important;
  }

  .header_B {
    width: 96px;
    margin: 0px 20px;
  }
  .header_B .pclogo{ display: none;}
   .header_B .waplogo{ display: block; }
   
}




.header_xiao {
  display: none;
  position: absolute;
  z-index: 100;
  top: 98%;
  background-color: #fff;
  width: 100%;
  transition: all .5s;
  overflow: hidden;
}

.header_xiao a {
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
}

.xioapingmu_img2 {
  display: none;
}

.header_kaiqi img {
  width: 50px;
  height: 50px;
}

@media (max-width:500px) {
  .header_B {
    width: 96px;
	
  }
  
 
}

.foot_A_social img:hover {
  transform: scale(1.1);
}