html {
  overflow-x: hidden;
}

html,
body,
p {
  margin: 0;

  padding: 0;

  border: 0;
}

ul,
ol,
li {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

.container {
  max-width:1200px;
  margin: 0 auto;

  padding: 0 15px;
}

.head {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #0055a5;
  padding: 15px 0;
}

#banner {
  position: relative;
  z-index: 40;
}
.triangle {
  display: block;
  position: absolute;
  margin-top: 125px;
  z-index: 5;
  top: 0;
  left: -50%;
  width: 0;
  height: 0;
  border-top: 100px solid #0056a4b3;
  border-right: 100px solid transparent;
  border-right-width: 200rem;
  border-top-width: 72px;
  transform: translate(0px, 0px);
}

.head-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #fff;
}

.head1 img {
  max-width: 100%;

  height: auto;
}

.head_fenge {
  width: 100%;
  height: 20px;
  background-color: #4a4b4b;
  margin-top: -4px;
}

.phone {
  font-size: 28px;
  text-align: right;
}

.phone1 {
  font-size: 24px;
}

.phone p {
  font-family: "arial";

  font-style: italic;

  margin-top: 15px;
}

.banner {
  width: 100%;
  height: auto;
  margin-top: 80px;
  min-height: 80px;
}
.content_phone {
  font-size: 24px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 6%;
  margin-top: 8px;
}

.content1 {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.content1 {
  margin-top: 70px;
}

.content1_all {
  width: 100%;
  font-size: 16px;
}

.content1_left {
  width: 50%;

  padding-right: 20px;
}

.content1_left h2 {
  color: #0051b0;

  font-size: 36px;

  line-height: 2;

  margin: 10px 0 30px;

  font-weight: 400;
}

.content1_left p {
  color: #464a4d;

  font-size: 16px;

  line-height: 30px;

  margin-bottom: 20px;
}

.content1_ul {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.content1_ul ul {
  width: 50%;

  text-align: left;
}

.content1_ul ul h3 {
  color: #0051b0;

  font-size: 16px;

  margin-bottom: 20px;

  font-weight: 400;
}

.content1_ul ul li {
  color: #464a4d;

  font-size: 16px;

  line-height: 30px;

  padding-left: 25px;

  position: relative;
}

.content1_ul ul li:after {
  content: "";

  position: absolute;

  width: 6px;

  height: 6px;

  left: 0;

  top: 50%;

  margin-top: -3px;

  background: #4f5357;

  border-radius: 50%;
}

.content1_right {
  width: 50%;

  text-align: right;
}

.content1_right img {
  max-width: 100%;

  height: auto;
}

.content2 h2 {
  color: #0051b0;
  font-size: 36px;
  line-height: 2;
  margin: 10px 0 30px;
  font-weight: 400;
}
.content2 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.content2 ul li {
  width: 31.33%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
.head_text{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: -120px;
  color: #fff;
  font-size: 32px;
  position: relative;
}

.content2 .ul2 li img{
  max-width:300px ;
}
.content2 ul li div{color: #194977;margin: 20px 0;}
.content2 ul li p{
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    color: #464a4d;
    height:80px;
}
.content2 ul li img{width: 100%;}

.content3 h2 {
  color: #0051b0;

  font-size: 36px;

  line-height: 2;

  margin: 50px 0 30px;

  font-weight: 400;
}

.content3 img {
  max-width: 100%;

  height: auto;
}

.content3 h3 {
  color: #0051b0;

  font-size: 24px;

  margin: 20px 0;

  font-weight: 400;
}

.content3 p {
  color: #464a4d;

  font-size: 16px;

  line-height: 30px;

  margin-bottom: 20px;
}

.product-list2 {
  display: flex;

  justify-content: space-between;
}

.product-list2 li {
  width: 46%;

  margin: 2%;

  text-align: center;
}

.product-list2 li img {
  width: 100%;

  height: auto;

  margin-bottom: 20px;
}

.product-list2 li p {
  margin-bottom: 0;
}

.content1_ul2 {
  display: block;
}

.content1_ul2 ul {
  width: 100%;

  margin-bottom: 30px;
}

.content1_botton {
  width: 100%;

  background-color: #81B000;

  height: 30px;
}
@media (max-width: 1450px) {
  .content_phone {
    font-size: 18px;
  }

}
@media (max-width:1120px) {
  .head_text{
    font-size: 24px;
    margin-top: -90px;
  }
}
@media (max-width: 1024px) {
    .content2 h2{font-size: 24px; }
  .triangle {
    border-right-width: 180rem;
    border-top-width: 72.7px;
    transform: translate(0px, 0px);
  }
  .content_phone {
    font-size: 14px;
  }
  .phone,
  .content1_left h2,
  .content3 h2 {
    font-size: 24px;
  }

  .content1_left p,
  .content3 p {
    font-size: 14px;
  }

  .content1_left h2 {
    margin: 10px 0 20px;
  }

  .content1_ul ul li {
    font-size: 14px;
  }

  .content3 h2 {
    margin: 30px 0 10px;
  }

  .content3 h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .triangle {
    border-right-width: 130rem;
    border-top-width: 72.7px;
    transform: translate(0px, 0px);
  }
  .phone {
    font-size: 18px;
    margin-left: 10px;
  }
  .content1 {
    display: block;

    margin-top: 30px;
  }

  .content1_left,
  .content1_right {
    width: 100%;
  }

  .content1_right {
    text-align: center;
    margin-top: 20px;
  }

  .content1_left {
    padding-right: 0;
  }
}

@media (max-width: 602px) {
  .triangle {
    border-right-width: 86rem;
    border-top-width: 72.7px;
    transform: translate(0px, 0px);
    margin-top: 80px;
  }

  .banner {
    width: 100%;
    height: auto;
    margin-top: 52px;
  }

  .head .img {
    max-width: 90px;
  }

  .phone {
    font-size: 14px;
  }

  .phone p {
    margin-top: 10px;
  }

  .content2 ul li {
    font-size: 14px;
    width: 100%;
  }

  .content2 ul li div{color: #194977;margin: 5px 0;}
  .content2 ul li p{
      text-align: left;
      width: 100%;
      margin-bottom: 5px;
  }
  .content2 .ul2 li{
    width: 100%;
  }
  .head_text{
    font-size: 14px;
    margin-top: -60px;
  }
}
