* {
  margin: 0;
  padding: 0;
}

div {
  font-size: 0;
}

a {
  text-decoration: none;
  color: black;
}

img {
  font-size: 0;
}

li {
  list-style: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-X: hidden;
}

.header {
  background-color: white;
  position: fixed;
  align-items: center;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
}

.header_top {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  height: 80px;
}

.getaquote>div:nth-child(1) a:hover {
  background-color: #375191;
}

.getaquote {
  display: flex;
  justify-content: center;
  align-items: center;
}

.getaquote_A {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.zhong_li {
  height: 80px;
  line-height: 80px;
  position: relative;
}

.erjimul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  line-height: 40px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.erjimul_A {
  padding-top: 0;
}

.zhong_li:hover .erjimul {
  max-height: 500px;
}

.zhong_A {
  padding: 0 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.zhong_AC:hover {
  padding: 10px;
  background-color: #8EAF44;
  border-radius: 5px;
  color: white;
}

.erjimul_A li {
  height: 40px;
}

.erjimul_A li:hover {
  background-color: #8EAF44;
}

.erjimul_A li:hover a {
  color: white;
}

.getaquote_A div:nth-child(1) img {
  width: 35px;
  height: 35px;
}

.getaquote_A div:nth-child(3) img {
  width: 20px;
  height: 20px;
}

.zhong_ul {
  display: flex;
  align-items: center;
}

.getaquote_AC {
  font-size: 18px;
  margin: 0 2px;
}

.yuye {
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.yuye a {
  padding: 10px 0;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
}

.yuye a:hover {
  background-color: #8EAF44;
  color: white;
}

.getaquote_A:hover .yuye {
  max-height: 200px;
}


.getaquote>div:nth-child(1) a {
  font-size: 20px;
  background-color: #8EAF44;
  padding: 15px;
  border-radius: 50px;
  color: white;
  margin-right: 20px;
}

.banner img {
  width: 100%;
}

.foot {
  padding: 50px 0 20px;
  background-color: #8EAF44;
}

.foot>div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.foot_img {
  width: 20%;
}

.foot_img img {
  width: 100%;
}

.Contact_Us,
.Contact_Us div {
  font-size: 18px;
}

.Contact_Us {
  width: 24%;
}

.hongzhonng {
  display: flex;
}

.hongzhonng a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
}

.hongzhonng>div {
  margin: 0 30px;
}

.hongzhonng a:nth-child(1) {
  font-size: 26px;
  color: white;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hongzhonng a:nth-child(2) {
  margin-top: -10px;
}

.Contact_Us div:nth-child(1) {
  font-size: 26px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.Contact_Us div {
  margin-bottom: 15px;
  color: white;
}

.Contact_Us div:nth-child(4) {
  margin-top: 15px;
}

.Contact_Us a {
  color: white;
}

.Contact_Us div:nth-child(5) {
  line-height: 25px;
}

.tubiao {
  display: flex;
  margin-top: 20px;
}

.hongzhonng a:hover {
  color: #375191;
}

.tubiao a {
  display: flex;
  align-items: center;
}

.tubiao img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  transition: all .5s;
}

.tubiao img:hover {
  transform: scale(1.1);
}

.foot_A {
  border-top: 1px solid white;
  padding-top: 10px;
  text-align: center;
  width: 100% !important;
  margin-top: 110px !important;
  font-size: 16px;
  display: block !important;
  color: white;
}

.tubiao_cour {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 555;
}

.tubiao_cour a {
  display: block;
  padding: 10px;
  background-color: #8EAF44;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tubiao_cour img {
  width: 35px;
  height: 35px;
  transition: all .5s;
}

.tubiao_cour img:hover {
  transform: scale(1.2);
}

.xioapingmu_img1,
.xioapingmu_img2 {
  width: 40px;
  height: 40px;
}

.xioapingmu_img2 {
  display: none;
}



.xioapingmu_li {
  display: none;
  position: absolute;
  z-index: 100;
  top: 98%;
  background-color: #fff;
  width: 100%;
  transition: all .5s;
  overflow: hidden;
}

.xioapingmu_li li a {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
}

@media (max-width:1500px) {
  .header_top {
    width: 90%;
  }

  .foot>div {
    width: 90%;
  }

}

.xiaopin {
  display: none;
}


@media (max-width:998px) {

  .top_right_A {
    display: block;
  }


  .tubiao_cour {
    display: none;
  }

  .foot>div {
    flex-wrap: wrap;
  }

  .foot_img {
    width: 30%;
    margin: 0 auto 50px;
  }

  .hongzhonng {
    display: none;
  }

  .Contact_Us {
    width: 600px;
    margin: 0 auto;
  }

}

