* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 2px;
  background-color: #080404;
}

::-webkit-scrollbar-thumb {
  background-color: #feca0a;
}

::-webkit-scrollbar-track {
  background-color: #080404;
}

body {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  overflow-x: hidden;
  /* max-width: 1920px; */
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px #ccc;
}


.header_zhong {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header_logo img {
  /* height: 75px; */
  font-size: 0;
  width: 360px;
}

.he_muli_zhuti {
  display: flex;
  align-items: center;
}

.he_muli_zhuti_li {
  height: 90px;
  line-height: 90px;
  position: relative;
}

.he_muli_zhuti_li_ul_zhei {
  box-shadow: 0 5px 5px 0 #ccc;
}



.he_muli_zhuti_li:nth-child(6) .he_muli_zhuti_li_ul_zhei {
  position: absolute;
  top: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  background-color: white;
}

.he_muli_zhuti_li:nth-child(6):hover .he_muli_zhuti_li_ul_zhei {
  height: 84px;
  line-height: normal;
  width: 120px;
}

.he_muli_zhuti_li:nth-child(6):hover .he_muli_zhuti_li_ul_a {
  padding: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.he_muli_zhuti_li:nth-child(6) .he_muli_zhuti_li_ul_div_link div {
  color: #000 !important;
}

.he_muli_zhuti_li:nth-child(6) .he_muli_zhuti_li_ul_a:hover div {
  color: #fff !important;
}

.he_muli_zhuti_li:nth-child(6) .he_muli_zhuti_li_ul_a:hover {

  background-color: #feca0a;
}


.he_muli_zhuti_li:nth-child(6) .he_muli_zhuti_li_ul_div_link2,
.he_muli_zhuti_li:nth-child(6) .he_muli_zhuti_li_ul_div_img {
  display: none !important;
}



.he_muli_zhuti_li_ul_a:nth-child(3),
.he_muli_zhuti_li_ul_a:nth-child(4) {
  margin: 0 !important;
}




.he_muli_zhuti_A {
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
}

.he_muli_zhuti_A:hover {
  background-color: #053B83;
  color: white;
}

.he_muli_zhuti_A_1 {
  background: #feca0a;
  padding: 18.5px 30px;
  border-radius: 50px;
  color: #fff;
  margin-left: 30px;
}

.header_right {
  display: flex;
  justify-content: right;
  align-items: center;
}

.yuyan_A {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 1s;
}

.xuanze1 img {
  width: 30px;
  height: 30px;
  background-size: cover;
  transition: all 1s;
}

.xuanze2 {
  margin: 0 10px 0 5px;
}

.xuanze3 img {
  width: 15px;
  height: 15px;
  background-size: cover;
  transition: all 1s;
}

.yuyan {
  position: relative;
}

.yuan_B {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.yuan_B a {
  display: block;
  padding: 10px;
  color: black;
}
.yuan_B a:hover{
background-color: #053B83 !important;
color: white !important;
}



.foot {
  background: url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.jutonetop.com/images/kreis.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.foot_a a,
.foot_a li,
.foot_a div {
  color: white;
}

.foot_a>ul>li {
  display: flex;
  align-items: flex-start;
}

.foot_a>ul>li div img {
  width: 20px;
  margin-right: 10px;
}

.foot_a5 {
  width: 32%;
}

.foot_1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.foot_a1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.foot_a1 div {
  width: 100%;
  text-align: right;
}

.foot_a>ul>li:nth-child(1) {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.foot_a li {
  margin-bottom: 15px;
}

.foot_a .foot_logo>img {
  width: 100%;
  margin-bottom: 20px;
}

.foot_a1 {
  width: 230px;
}

.foot_a2 {
  font-size: 18px;
  /* text-transform: uppercase; */
  /* width: 20%; */
}

.foot_a2 li {
  margin-bottom: 20px;
}

.foot_a2 li:nth-child(1) {
  font-size: 30px;
}

.foot_a1 img {
  width: 40px;
  margin-right: 15px;
  height: 40px;
  margin-bottom: 15px;
}

.foot_a1 {
  width: 240px;
}

.foot_a1 ul {
  margin-bottom: 120px;
}

.foot_AV {
  color: white;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 20px 0 10px;
}

.foot_AV div {
  width: 90%;
  margin: 0 auto;
}

.element {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.foot_a_xialia {}

@media (max-width:1770px) {
  .he_muli_zhuti_A_1 {
    margin-left: 5px;
  }
}

@media (max-width:1740px) {
  .header_logo img {
    font-size: 0;
  }

  .he_muli_zhuti_A_1 {
    padding: 16px 20px;
  }
}

@media (max-width:1705px) {
  .element {
    width: 90%;
  }

  .header_zhong {
    width: 90%;
  }

}

.he_muli_zhuti_A {
  padding: 10px;
}

@media (max-width:1700px) {
  .foot_a1 ul {
    margin-bottom: 90px;
  }

  .foot {
    padding-bottom: 30px;
  }
}

@media (max-width:1510px) {
  .element {
    width: 95%;
  }

  .header_zhong {
    width: 95%;
  }

}

@media (max-width:1500px) {
  .xioapingmu_li a {
    color: #000;
  }
}

@media (max-width:1437px) {
  .header_logo img {
    width: 260px;
  }
}

@media (max-width:1350px) {
  .yuyan {
    display: none;
  }
}

@media (max-width:1200px) {
  .he_muli_zhuti_A_1 {
    display: none;
  }
}

.xiaopin {
  display: none;
}

.xioapingmu_img1,
.xioapingmu_img2 {
  width: 50px;
  height: 50px;
}

.xioapingmu_li {
  display: none;
  position: absolute;
  z-index: 100;
  top: 98%;
  background-color: #fff;
  width: 100%;
  transition: all .5s;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 #ccc;
  background-color: #053B83;
}

.xioapingmu_li li a {
  color: white;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
}

.scrolled {
  /* background: rgba(255, 255, 255, .8); */
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px #ccc;
}



.foot_a8>ul>li {
  display: flex;
  align-items: flex-start;
}

.foot_a8>ul>li div img {
  width: 20px !important;
  margin-right: 10px;
}

.foot_a9 {
  width: 32%;
}



@media (max-width:1400px) {
  .header_logo img {
    font-size: 0;
  }

  .he_muli_zhuti_A_1 {
    display: none;
  }
}

@media (max-width:1300px) {
  .header_logo img {
    font-size: 0;
  }


}

@media (max-width:998px) {
  .foot_a .foot_logo>img {
    width: 86%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .foot_a8,
  .foot_a2 {
    font-size: 14px;
  }

  .foot_AV div {
    font-size: 14px;
  }

  .foot_a>ul>li div img {
    width: 15px;
    margin-right: 10px;
  }

  .foot_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 65px;
  }

  .foot_a>ul>li:nth-child(1) {
    font-size: 24px;
  }

  .foot_a1 ul {
    margin-bottom: 0;
  }

  .foot_a1 img {
    width: 35px;
    height: 35px;
  }

  .xiaopin {
    display: block;
  }

  .foot_a {
    width: 95% !important;
    margin: 0 auto;
  }

  .foot_a1 {
    justify-content: left;
  }

  .foot_a1 div {
    width: 100%;
    text-align: left;
  }

  .he_muli_zhuti {
    display: none;
  }


  .header_zhong {
    align-items: center;
  }

  .xioapingmu_img2 {
    display: none;
  }

  .top_right_A {
    display: block;
  }


  .chanp_4 .chanp_1_div_A {
    left: 83px;
    top: -10px;
  }

  .chanp_1_a {
    display: none;
  }



}

@media (max-width:998px) {
  .header_zhong {
    height: 80px;
  }

  .element {
    padding: 0;
  }

  .header {
    background-color: #fff;
  }

  .banner_index {
    margin-top: 80px;
  }


}

.foot_div_fot2 {
  display: none !important;
}

@media (max-width:500px) {
  .header_logo img {
    width: 300px;
  }

  .xioapingmu_img1,
  .xioapingmu_img2 {
    width: 40px;
    height: 40px;
  }

  .xioapingmu_img2 {
    width: 30px;
    height: 30px;
  }
}

@media (max-width:400px) {
  .header_logo img {
    height: auto;
    font-size: 0;
    margin-bottom: 10px;
  }
}

@media (max-width:370px) {
  .header_logo img {
    width: 260px;
  }
}

@media (max-width:320px) {
  .header_logo img {
    width: 220px;
  }
}