body {
  padding: 0;
  margin: 0;
  /* font-family: 'tt'; */
}
@font-face {
  font-family: 'tt';
  src: url(./Hansief.woff);
}
a {
  text-decoration: none;
}

.main1 {
  width: 100%;
}
.main1 img {
  width: 100%;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16.25rem;
  box-sizing: border-box;
  height: 6.25rem;
  background: #FFFFFF;
}
.nav .nav-left {
  display: flex;
  align-items: center;
}
.nav .nav-left div {
  color: #333333;
  font-size: 1rem;
  margin-right: 1rem;
  font-weight: 600;
}
.nav .nav-left img {
  width: 1.125rem;
  margin-right: 0.9375rem;
}
.nav .nav-left a {
  color: #999999;
  font-size: 1rem;
  margin-right: 1.875rem;
}
.nav .search {
  width: 25rem;
  height: 3.25rem;
  display: flex;
  justify-content: space-between;
  border-radius: 1.625rem;
  border: 1px solid #E4E4E4;
  align-items: center;
}
.nav .search input {
  border: none;
  outline: none;
  border-radius: 1.625rem;
  padding: 0;
  padding-left: 2.5rem;
  width: calc(100% - 2rem);
  height: 100%;
  margin: 0 ;
  box-sizing: border-box;
  color: #999;
  font-size: 1rem;
}
.nav .search input::-moz-input-placeholder {
  color: #999;
}
.nav .search input::-webkit-input-placeholder {
  color: #999;
}
.nav .search img{
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 2.5rem;

}
.main2 {
  background-color: #f5f6f8;
  min-height: 53.75rem;
  padding: 7.1875rem 16.25rem;
  box-sizing: border-box;
  position: relative;
}
.main2 .e {
  width: 7.5rem;
  right: 16.25rem;
  top: 6.25rem;
  position: absolute;
}
.main2 .title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 5rem;
}
.main2 .title::after {
  position: absolute;
  content: '';
  bottom: -1.75rem;
  left: 0;
  width: 3.125rem;
  height: 0.375rem;
  background: #8FC51F;
  border-radius: 0.125rem;
}
.main2 .desc {
  font-size: 1.25rem;
  color: #666666;
  line-height: 2.375rem;
}
.main2 .bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.5rem;
}
.main2 .bot .bot1 {
  display: flex;
  background-color: #fff;
  align-items: center;
  width: 28.375rem;
  margin-bottom: 1.25rem;
  height: 9.875rem;
  border-radius: 0.375rem;
border: 0.125rem solid #EAF0FF;
}
.main2 .bot .bot1 img {
  width: 5rem;
  margin-left: 2.5rem;
  margin-right: 1.625rem;
}
.main2 .bot .bot1 .tit {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
  color: #333;
}
.main2 .bot .bot1 .tit2 {
  font-size: 0.875rem;
  color: #777;
}
.main2 .bot .bot1:hover {
  background-color: #2c4297;
}
.main2 .bot .bot1:hover .tit,
.main2 .bot .bot1:hover .tit2 {
  color: #fff;
}
.main3 {
  background-image: url(../images/bg.png);
  height: 50rem;
  background-repeat: round;
  padding: 0 16.25rem;
  box-sizing: border-box;
}
.main3 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 11.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.875rem;
  box-sizing: border-box;
}
.main3 .top .title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
}
.main3 .top .title::after {
  position: absolute;
  content: '';
  bottom: -1.75rem;
  left: 0;
  width: 3.125rem;
  height: 0.375rem;
  background: #8FC51F;
  border-radius: 0.125rem;
}
.main3 .top .check {
  display: flex;
}
.main3 .top .check .check1 {
  min-width: 9.375rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 1.125rem;
  border: 0.0625rem solid #E1E7EF;
  box-sizing: border-box;
  margin-left: 0.75rem;
  padding: 0 5px;
}
.main3 .top .check .active {
  background-color: #fff;
  color: #223786;
  border: 0.0625rem solid #fff;
}
.main3 .top .check .check1:hover {
  background-color: #fff;
  color: #223786;
  border: 0.0625rem solid #fff;
}
.main3 .bot {
  width: 100%;
  margin-top: 4.375rem;
  display: none;

}
.main3 .bot-show{
  display:block;
}
.main3 .bot .swiper {
  width: 100%;
  height: 34.125rem;
}
.main3 .bot .swiper .swiper-container {
  height: 34.125rem;
}
.main3 .bot .swiper .swiper-slide {
  width: 20.625rem;
  /* height: 20.25rem; */
  height:17.25rem;

  background: #F5F5F5;

  font-size: 1rem;
  margin-right: 1.625rem;
  color: #333333;
}
.main3 .bot .swiper .swiper-slide .img {
  width: 100%;
  /* height: 16.375rem; */
  height: auto;
}
.main3 .bot .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main3 .bot .swiper .swiper-slide .tit {
  width: 20.625rem;
  height: 3.875rem;
  font-weight: 600;
  line-height: 3.875rem;
  text-align: center;
  background: #F5F5F5;
  white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis; 
}
.main3 .bot .swiper .swiper-slide:hover .tit {
  color: #2C4297;
}
.main3 .bot .swiper .swiper-button-prev,
.main3 .bot .swiper .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  top: 24.125rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.75rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.main3 .bot .swiper .swiper-button-prev {
  left: 40rem;
}
.main3 .bot .swiper .swiper-button-next {
  right: 39.075rem;
}
.main3 .bot .swiper .swiper-button-next:hover{
  background-color: #fff;
  color: #2C4297;
}
.main3 .bot .swiper .swiper-button-prev:hover{
  background-color: #fff;
  color: #2C4297;
}
.main3 .bot .swiper .swiper-button-prev:after,
.main3 .bot .swiper .swiper-button-next:after {
  opacity: 0;
  display: none;
}
.main4 {
  background-color: #fff;
  padding: 0 16.25rem 10rem 16.25rem;
  box-sizing: border-box;
}
.main4 .top {
  display: flex;
  justify-content: space-between;
  margin: 7.1875rem auto 3.75rem;
}
.main4 .top .title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 2.125rem;
}
.main4 .top .title::after {
  position: absolute;
  content: '';
  bottom: -1.75rem;
  left: 0;
  width: 3.125rem;
  height: 0.375rem;
  background: #8FC51F;
  border-radius: 0.125rem;
}
.main4 .top .more {
  width: 10rem;
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center;
  color: #2C4297;
  font-size: 1.125rem;
  border: 0.125rem solid #2C4297;
  margin-top: 1.125rem;
}
.main4 .top .more:hover{
  background-color: #2C4297;
  color: #fff;
}
.main4 .main4-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main4 .main4-bot .bot1 {
  width: 27.5rem;
  height: 27.9375rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.main4 .main4-bot .bot1 img {
  width: 27.5rem;
  height: 17.5rem;
  display: block;
  border-bottom: 0.3125rem solid #E0E7F5;
}
.main4 .main4-bot .bot1:hover img{
  /* border-bottom: 0.3125rem solid linear-gradient( 63deg, #8FC51F 0%, #2C4297 100%, #2C4297 100%); */
  border-bottom:  0.3125rem solid black;
  border-image: linear-gradient(63deg, #8FC51F 0%, #2C4297 100%, #2C4297 100%) 2 2 2 2 ;
}
.main4 .main4-bot .bot1 .time {
  color: #B7B7B7;
  font-size: 1rem;
  padding: 2.6875rem 2.25rem 0.875rem;
  text-align: left;
}
.main4 .main4-bot .bot1 .tit {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222;
  padding: 0 2.25rem;
  text-align: left;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;

}
.main5 {
  width: 100%;
  height: 55.5625rem;
  background: #2C4297;
  padding: 0 16.25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.main5 .left {
  margin-top: 7.5rem;
  width: 22.5rem;
}
.main5 .left .title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
}
.main5 .left .title::after {
  position: absolute;
  content: '';
  bottom: -1.75rem;
  left: 0;
  width: 3.125rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 0.125rem;
}
.main5 .left .desc {
  font-size: 1.125rem;
  color: #fff;
  margin: 4.625rem auto 6.8125rem;
  line-height: 1.5;
}
.main5 .left .left-bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main5 .left .left-bot .bot1 {
  width: 50%;
  margin-bottom: 2.8125rem;
}
.main5 .left .left-bot .bot1 .num {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-family: 'tt';
}
.main5 .left .left-bot .bot1:nth-child(n+3) .num{
  font-size: 2rem;

}
.main5 .left .left-bot .bot1:nth-child(n+3) .num span{
  margin-right: 5px;
  
}
.main5 .left .left-bot .bot1 .num span {
  font-size: 4.125rem;
  font-weight: 600;
}
.main5 .left .left-bot .bot1 .name {
  color: #FFFFFF;
  font-size: 1.25rem;
}
.main5 .right {
  margin-top: 4.625rem;
  position: relative;
  width: 56.25rem;
  height: 46.375rem;
}
.main5 .right .bg {
  width: 56.25rem;
  height: 46.375rem;
}
.main5 .right .bot1 {
  display: flex;
  position: absolute;
  color: #fff;
}
.main5 .right .bot1 .dian {
  width: 2.375rem;
  height: 2.375rem;
}
.main5 .right .bot1 .img {
  width: 1.375rem;
  height: 2rem;
  display: none;
}
.main5 .right .bot1 .tit {
  box-sizing: border-box;
  padding: 5px ;
}
.main5 .right .bot1:hover .tit {
  background-color: #c00000;
  border-radius: 0.3125rem;
  color: #fff;
}
.main5 .right .bot1:hover .img {
  display: block;
}
.main5 .right .bot1:hover .dian {
  display: none;
}
.main5 .right .bot1:nth-child(2) {
  top: 15.875rem;
  right: 13.625rem;
  color: #2C4297;
}
.main5 .right .bot1:nth-child(2) .tit {
  margin-right: 0.5rem;

}
.main5 .right .bot1:nth-child(3) {
  top: 25.625rem;
  left: 45.125rem;
}
.main5 .right .bot1:nth-child(3) .img {
  display: block;
}
.main5 .right .bot1:nth-child(3) .dian {
  display: none;
}
.main5 .right .bot1:nth-child(3) .tit {
  margin-left: 0.5rem;
  background-color: #c00000;
  border-radius: 0.3125rem;
}
.main5 .right .bot1:nth-child(4) {
  top: 30.1875rem;
  left: 46rem;
}
.main5 .right .bot1:nth-child(4) .tit {
  margin-left: 0.5rem;
}
.main5 .right .bot1:nth-child(5) {
  top: 35.6875rem;
  left: 46.5rem;
}
.main5 .right .bot1:nth-child(5) .tit {
  margin-left: 0.5rem;
}
.main5 .right .bot1:nth-child(6) {
  top: 37.0625rem;
  right: 15.9375rem;
  color: #2C4297;
}
.main5 .right .bot1:nth-child(6) .tit {
  margin-right: 0.5rem;
}
.main5 .right .bot1:nth-child(7) {
  top: 29.25rem;
  right: 21.9375rem;
  color: #2C4297;
}
.main5 .right .bot1:nth-child(7) .tit {
  margin-right: 0.5rem;
}
.main6 {
  background-color: #f5f6f8;
  padding: 7.1875rem 16.25rem;
  box-sizing: border-box;
}
.main6 .title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 6.5rem;
}
.main6 .title::after {
  position: absolute;
  content: '';
  bottom: -1.75rem;
  left: 0;
  width: 3.125rem;
  height: 0.375rem;
  background: #8FC51F;
  border-radius: 0.125rem;
}
.main6 .bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main6 .bot .bot1 {
  width: 21.125rem;
  height: 7.375rem;
  display: block;
  margin-bottom: 1rem;
}
.main7 {
  background-image: url(../images/bg33.png);
  height: 27rem;
  background-repeat: round;
  padding: 0 16.25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.main7 .left {
  color: #fff;
  padding-top: 5.8125rem;
}
.main7 .left .tit1 {
  font-size: 1.5rem;
  margin-bottom: 1.1875rem;
}
.main7 .left .tit2 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}
.main7 .left .tit3 {
  font-size: 1.125rem;
  margin-bottom: 2.625rem;
}
.main7 .left .call {
  width: 20rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #2C4297;
  font-size: 1.375rem;
  font-weight: 600;
}
.main7 .left .call img {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.625rem;
}
.main7 .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 36rem;
  height: fit-content;
  padding-top: 5rem;
}
.main7 .right .right1 {
  width: 17.375rem;
  height: 3.625rem;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;

  font-size: 1rem;
  color: #fff;
  box-sizing: border-box;
}
.main7 .right .right1 input {
  border: none;
  outline: none;
  padding: 1.0625rem;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: none;
  color: #fff;
}
.main7 .right .right1 input::-moz-input-placeholder {
  color: #fff;
}
.main7 .right .right1 input::-webkit-input-placeholder {
  color: #fff;
}
.main7 .right .right2 {
  width: 36rem;
  height: 7.5rem;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
  padding: 1.0625rem;
  box-sizing: border-box;
}
.main7 .right .right2 textarea {
  background: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
/* .main7 .right .right2 textarea::webkit-input-placeholder {
  color: #fff;
  font-size: 1rem;
} */
.main7 .right .right2 textarea::-moz-input-placeholder {
  color: #fff;
}
.main7 .right .right2 textarea::-webkit-input-placeholder {
  color: #fff;
}
.main7 .right button {
  width: 36rem;
  height: 3.625rem;
  line-height: 3.625rem;
  text-align: center;
  background: #FFFFFF;
  color: #2C4297;
  font-size: 1.125rem;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 900px) {
  .main2,
  .main4,
  .main6 {
    padding: 50px 5%;
  }
  .nav {
    height: 50px;
  }
  .nav .search {
    width: 180px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
  }
  .nav .search input {
    border-radius: 10px;
    font-size: 14px;
  }
  .main3,
  .nav {
    padding: 0 5%;
  }
  .nav .nav-left div {
    color: #333333;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
  }
  .nav .nav-left a {
    color: #999999;
    font-size: 12px;
    margin-right: 10px;
  }
  .main2 .desc {
    font-size: 12px;
    color: #666666;
    line-height: 2;
  }
  .main2 .bot .bot1 .tit2 {
    font-size: 12px;
    color: #777;
  }
  .main2 .bot .bot1 .tit {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
  }
  .main2 .bot .bot1 {
    width: 34rem;
    margin-bottom: 15px;
    height: 11rem;
  }
  .main3 .top .check .check1 {
    min-width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 1.125rem;
    margin-left: 5px;
  }
  .main3 .bot .swiper .swiper-slide {
    height: 21.25rem;
    font-size: 14px;
    margin-right: 10px;
    color: #333333;
  }
  .main3 .bot .swiper .swiper-slide .tit {
    height: 4.875rem;
    font-weight: 600;
    line-height: 4.875rem;
  }
  .main3 .bot .swiper .swiper-button-prev,
  .main3 .bot .swiper .swiper-button-next {
    top: 28rem;
  }
  .main6 .bot .bot1 {
    width: 24%;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }
  .main4 .top .more {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .main4 .main4-bot .bot1 .time {
    color: #B7B7B7;
    font-size: 12px;
  }
  .main4 .main4-bot .bot1 .tit {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .main4 .main4-bot .bot1 {
    width: 34rem;
    height: auto;
  }
  .main4 .main4-bot .bot1 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main5 {
    padding: 0 5%;
    overflow: hidden;
  }
  .main5 .left .desc {
    font-size: 14px;
    color: #fff;
    margin: 20px auto;
  }
  .main5 .left {
    margin-top: 30px;
    width: 45rem;
  }
  .main5 .left .left-bot .bot1 .name {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 5px;
  }
  .main5 .left .left-bot .bot1 .num {
    font-size: 14px;
  }
  .main5 .right .bot1 .tit {
    font-size: 14px;
    width: max-content !important;
    padding: 0;
  }
  .main5 .right .bot1:nth-child(5) .tit {
    margin-left: 0;
    padding-left: 3px;
  }
  .main5 .right .bot1:nth-child(4) .tit {
    margin-left: 0;
    padding-left: 3px;
  }
  .main5 .right .bot1:nth-child(3) .tit {
    margin-left: 0;
    padding-left: 3px;
  }
  .main5 {
    justify-content: flex-start;
  }
  .main5 .right .bot1:hover .tit {
    background-color: transparent;
    color: #c00000;
    padding: 0;
    padding-left: 3px;
  }
  .main7 {
    padding: 0 5%;
    height: 350px;
    align-items: center;
  }
  .main7 .left {
    width: 50%;
  }
  .main7 .left .tit1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main7 .left .tit2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .main7 .left .tit3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main7 .right {
    width: 50%;
    height: fit-content;
    padding-top: 30px;
  }
  .main7 .right .right1 {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
  }
  .main7 .right .right2 {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .main7 .right .right2 textarea {
    font-size: 14px;
  }
  .main7 .right button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .main7 .left .call {
    width: 250px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
  }
  .main7 .left .call img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .main2 .title {
    font-size: 18px;
  }
  .main3 .top .title {
    font-size: 18px;
  }
  .main4 .top .title {
    font-size: 18px;
  }
  .main5 .left .title {
    font-size: 18px;
  }
  .main6 .title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media all and (max-width:600px) {
  .nav {
    height: 100px;
    /* flex-wrap: wrap; */
  }
  .nav .nav-left {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .nav .search {
    width: 300px;
}
.nav .search img {
  width: 15px;
  height: 15px;
}
  .nav .nav-left a:nth-child(n+4){
    display: none;
  }
  .main2 .bot .bot1 {
    width: 100%;
    margin-bottom: 15px;
    height: 70px;
  }
  .main4 .main4-bot {
    flex-wrap: wrap;
  }
  .main4 .main4-bot .bot1 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .main5 {
    width: 100%;
    padding-bottom: 20px;
    height: auto;
    flex-wrap: wrap;
  }
  .main5 .left {
    margin-top: 30px;
    width: 100%;
  }
  .main5 .left .left-bot .bot1 .num span {
    font-size: 24px;
    font-weight: 600;
  }
  .main5 .right .bg {
    width: 100%;
    height: auto;
  }
  .main5 .right {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: auto;
  }
  .main6 .bot .bot1 {
    width: 49%;
  }
  .main7 {
    flex-wrap: wrap;
    height: 520px;
    padding-bottom: 20px;
  }
  .main7 .left,
  .main7 .right {
    width: 100%;
  }
  .main2 .bot .bot1 img {
    width: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .main3 {
    background-image: url(../images/bg.png);
    height: auto
  }
  .main3 .top {
    min-height: 60px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 20px
  }
    .main3 .top  .title{
      margin-bottom: 20px
    }
  .main3 .top .check{
    flex-wrap:wrap
  }
    .main3 .top .check .check1{
      margin-bottom: 15px;
      padding:  0 5px
    }
  .main3 .bot .swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
   .main3 .bot .swiper .swiper-slide  .img{
    height: auto
   }
  .main3 .bot .swiper .swiper-slide .tit {
    height: 40px;
    font-weight: 600;
    width: 100%;
    line-height: 40px;
  }
  .main3 .bot .swiper .swiper-container {
    height: auto;
    padding-bottom: 70px;
  }
  .main3 .bot .swiper {
    width: 100%;
    height: auto;
  }
  .main3 .bot .swiper .swiper-button-prev,
  .main3 .bot .swiper .swiper-button-next {
    top: calc(90%);
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .main5 .right .bot1 {
    /* position: initial;
    color: #fff!important; */
}
.main5 .right .bot1 img {
  width: 20px!important;
  height: auto!important;
}
.main5 .right .bot1 .tit{
  display: none;
  padding-left: 0!important;
  margin-bottom: 10px
}
.footer_box .footer .mobile_footer .mobile_item .item_title {
  height:40px;
  line-height: 40px;
  justify-content: space-between;
}
.footer_box .footer .mobile_footer .mobile_item {
  font-size: 16px;
}
.footer_box .footer .mobile_footer .mobile_item .child_menu a {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.footer_box .footer .copy_right {
  width: 100%;
  height: 70px;
  font-size: 12px;
}
.footer_box .footer .copy_right a {
  font-size: 12px;
}
.header_box .mobile_header .header {
  width: 100%;
  height: 60px;
}

.header_box .mobile_header .mobile_mask .menu_group .menu_item .item {
  height: 40px;
}
.header_box .mobile_header .mobile_mask .menu_group a {
  font-size: 14px;
}
.header_box .mobile_header .mobile_mask .menu_group .menu_item {
  padding: 0 10px;
}
.header_box .mobile_header .mobile_mask .menu_group .menu_item .child_menu a {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  text-indent: 5px;
  padding: 5px 0;
  border-bottom: 1px dashed #f1f1f1;
}
.header_box .mobile_header .mobile_mask .close {
  width: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.header_box .mobile_header .mobile_mask .menu_group .logo .logo_img {
  width: 50px;
  margin-right: 10px;
}
.header_box .mobile_header .mobile_mask .menu_group .logo .company_title .top {
  font-size: 14px;
  font-weight: bold;
}
.header_box .mobile_header .mobile_mask .menu_group .logo .company_title .bottom {
  font-size: 12px;
}
.header_box .mobile_header .mobile_mask .menu_group .logo {
  padding: 10px ;
}
.header_box .mobile_header .mobile_mask .menu_group .menu_item .item .icon {
  width: 10px;
  transition: all .2s;
}
.main5 .right .bot1:nth-child(2) {
  top: 28.875rem;
  right: 25.625rem;
}
.main5 .right .bot1:nth-child(3) {
  top: 40.625rem;
  left: 84.125rem;
}
.main5 .right .bot1:nth-child(4) {
  top: 55.1875rem;
  left: 87rem;
}
.main5 .right .bot1:nth-child(5) {
  top: 66.6875rem;
  left: 88.5rem;
}
.main5 .right .bot1:nth-child(6) {
  top: 69.0625rem;
  right: 29.9375rem;
}
.main5 .right .bot1:nth-child(7) {
  top: 54.25rem;
  right: 40.9375rem;
}






}
