body {
  margin: 0;
  padding: 0;
}
header {
  background-color: #fff;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  height: 60rem;
  background-image: url("../images/banner5.png");
  background-repeat: round;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .word {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4.375rem 9.375rem 4.375rem 9.375rem;
  width: 41.375rem;
  /* max-width: 49rem; */
  height: 12.25rem;
  background-color: #15489a38;
  border-radius: 0.3125rem;
  color: #fff;
  box-sizing: border-box;
  
}
.banner .word .title {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0;
}
.banner .word .title::after {
  position: absolute;
  width: 20%;
  left: 40%;
  bottom: -5px;
  content: '';
  background-color: #fff;
  height: 2px;
}
.title {
  margin-top: 5.625rem;
  font-size: 2.875rem;
  color: #15499a;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 4.375rem;
}
.title::after {
  background-color: #FF5B1B;
  position: absolute;
  width: 4%;
  left: 48%;
  bottom: -10px;
  content: '';
  height: 3px;
}
.main3 {
  width: 117.5625rem;
  height: 70.8125rem;
  margin: 0 auto 10rem;
  position: relative;
  /* background-image: url("../images/map.png"); */
  background-repeat: round;
  background-size: 100%;
}
 .main3 .bg {
  position: absolute;
  right: 15%;
  width: 70%;
  z-index: -2;
  top: 5rem;
  }
  .main3 .title{
    margin-bottom: 15rem;
  }
.main3 .bot {
  width: 100%;
  padding: 0 11.25rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main3 .bot .map1 {
  width: 46.25rem;
  /*height: 20.5rem;*/
  color: #fff;
  /*padding: 3.125rem 15.625rem 0 3.125rem;*/
  padding: 3.125rem;

  box-sizing: border-box;
  background-color:#15499a;
  margin-bottom: 4.6875rem;
  word-break: break-all;
}
.main3 .bot .map1 .name {
  font-size: 1.75rem;
}
.main3 .bot .map1 .map1-1 {
  font-size: 1.375rem;
  margin-top: 1.5625rem;
}
.main3 .bot .map1 .map1-1 p{
  margin: 0;
  padding: 0;
}
.main3 .bot .map1:hover {
  background-color: #15499a;
}
.main3 .dir {
  width:2rem;
  /* height: 55px; */
}
.main3 .fir {
  position: absolute;
  right: 40.2rem;
  bottom: 5rem;
  }
 .main3 .sec {
  position: absolute;
  right: 30.2rem;
  bottom: 19rem;
  }
.main3 .thir {
position: absolute;
right: 30.2rem;
bottom: 21rem;
  }
  .main3 .four{
    position: absolute;
right: 49rem;
bottom: 26rem;
  }
.contact {
  position: relative;
  width: 75rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.contact .main-bot {
  width: 75rem;
  /*height: 66.25rem;*/
  border-radius: 1.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
}
.contact .main-bot span {
  color: #ff0000;
}
.contact .main-bot .tip {
  text-align: center;
  color: #ababab;
  font-size: 1.375rem;
  margin-bottom: 3.75rem;
}
.contact .main-bot form {
  display: flex;
  width: 100%;
  padding: 0 7.5rem;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .main-bot form .bot {
  background-color: #f1f4f9;
  color: #ababab;
  width: 27.8125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  padding-left: 1.875rem;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 3.125rem;
}
.contact .main-bot form .bot input {
  background-color: transparent;
  width: 80%;
  border: 0;
  height: 100%;
}
.contact .main-bot form textarea {
  width: 60rem;
  height: 16.25rem;
  border-radius: 1.25rem;
  background-color: #f1f4f9;
  color: #ababab;
  border: 0;
}
.contact .main-bot form .radio {
  color: #15499a;
  margin-right: 5rem;
  margin-left: 5rem;
  font-size: 14px!important;
}
.contact .main-bot form .radio span {
  color: #1e6de8;
}
.contact .main-bot form button {
  margin: 4.375rem auto;
  width: 8.4375rem;
  /*height: 2.125rem;*/
  line-height: 2;
  color: #fff;
  text-align: center;
  border-radius: 1.0625rem;
  border: 0;
  font-size: 1rem;
  background-color: #15499a;
}
.article {
  position: fixed;
  width: 75rem;
  height: 60vh;
  left: 22.5rem;
  top: 20%;
  z-index: 2;
  background-color: #fff;
  padding: 6.875rem;
  border-radius: 1.25rem;
  box-sizing: border-box;
  display: none;
  overflow: scroll;
}
.article::-webkit-scrollbar {
  width: 0;
}
.article .title {
  margin-top: 0;
}
.mask {
  background-color: #01010175;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}
.top {
  width: 65.625rem;
  margin: 0 auto;
}
.top .name {
  text-align: center;
  font-size: 2.75rem;
  margin-bottom: 6.5625rem;
}
.top .part {
  display: flex;
  justify-content: space-around;
}
.top .part .part1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top .part .part1 .top {
  width: 15.1875rem;
  height: 15.1875rem;
  border: 0.625rem solid #f6f6f6;
  box-sizing: border-box;
}
.top .part .part1 .top img {
  width: 13.9375rem;
}
.top .part .part1 .bot {
  margin-bottom: 1.75rem;
  font-size: 1.75rem;
}
@media (max-width: 900px) {
  .contact .main-bot form button {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 5px;
  }
}

@media (max-width: 820px) {
  .main3 .bot .map1 {
    height: auto;
    padding: 3.125rem 5.625rem 1rem 3.125rem;
    width: 100%;
  }
  .main3{
    height: auto;
  }
  .main3 .dir{
    display: none;
  }
  .contact .main-bot {
    height: auto;
    padding-bottom: 20px;
  }
  .contact .main-bot form .bot {
    height: 5.125rem;
    line-height: 5.125rem;
  }
  .contact .main-bot form .bot input {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .contact .main-bot form button {
    font-size: 4rem;
    line-height: 4rem;
    background-color: #15499a;
}
  .contact .main-bot form .radio {
    font-size:3.5rem;
}
  .main3 .bot .map1 .name {
    font-size: 5rem;
}

  .contact .main-bot form .bot input {
    width: 80%;
}
  .main3 .bot .map1 {
    height: auto;
    /* overflow: scroll; */
    width: 100%;
    background-color: #15489a80;
  }
 .main3 {
    height: auto;

}
.contact .main-bot .tip {
  text-align: center;
  color: #ababab;
  font-size: 3.5rem;
  margin-bottom: 3.75rem;
}
.main3 .bot .map1 .map1-1 {
  font-size: 4.375rem;
}
  .main3 .bot .map1::-webkit-scrollbar {
    width: 0;
  }
  .title::after {
    bottom: -5px;
    height: 2px;
  }
  .contact .main-bot {
    width: 100rem;
  }
  .contact {
    width: 100rem;
  }
  .contact .main-bot form .bot {
    width: 100%;
    height: 15rem;
    line-height: 15rem;
    font-size: 4rem;
}
  .contact .main-bot form textarea {
    width: 100%;
    font-size: 4rem;
    height: 30rem;
  }

.title {
  margin-top: 15rem;
  font-size: 6rem;
  color: #15499a;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 10rem;
}
.article {
  position: fixed;
  width: 100rem;
  height: 60vh;
  left: 10rem;
  top: 20%;
  overflow: scroll;
}
.article .bot {
  font-size: 4rem;
  line-height: 6rem;
}
.contact .main-bot form {
  display: flex;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top {
  width: 100rem;
  margin: 0 auto;
}
.top .name {
  text-align: center;
  font-size: 4.5rem;
  margin-bottom: 6.5625rem;
}
.top .part .part1 .bot {
  margin-bottom: 1.75rem;
  font-size: 4.75rem;
}
.top .part .part1 .top {
  width: 25rem;
  height: 25rem;
  border: 0.625rem solid #f6f6f6;
  box-sizing: border-box;
}
.top .part .part1 .top img {
  width: 25rem;
}
.main3 .dir {
  display: none;
}
.contact .main-bot form button {
  width: auto;
  height: 12rem;
  line-height: 12rem;
  padding: 0 5rem;
}

}
.main8 {
  /*width: 100%;*/
  width: 90%;
  margin: auto;
  height: 52.5rem;
  display: flex;
  background-size: cover;
  position: relative;
  margin-top: 2rem;
  /*background: #0e3489;*/
}
.main8  .dian{
  display: none;
}
.main8 .left {
  /*padding: 11.625rem 0 0 16.25rem;*/
  padding: 11.625rem 0 0 9.25rem;

  box-sizing: border-box;
}
.main8 .left .top {
  display: flex;
  flex-wrap: wrap;
  width: 38.75rem;
}
.main8 .left .top .top1 {
  margin-bottom: 3.375rem;
  margin-right: 5.75rem;
  /*width: 11.25rem;*/
  width: 13rem;
  color: #fff;

}
.main8 .left .top .top1 .tit1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.8125rem;
}
.main8 .left .top .top1 .tit2 {
  font-size: 0.875rem;
  line-height: 1.5;
}
.main8 .left .top .top1:hover{
  color: #FF5B1B!important;
}
.main8 .left .bot {
  width: 38.9375rem;
  display: flex;
  margin-top: 1.625rem;
  flex-wrap: wrap;
}
.main8 .left .bot .bot1 {
  width: 17.1875rem;
  border-bottom: 1px solid rgba(220, 220, 222,.3);
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 1.875rem;
}
.main8 .left .bot .bot1 img {
  width: 2.625rem;
}
.main8 .left .bot .bot1 .right {
  margin-left: 0.625rem;
}
.main8 .left .bot .bot1 .right .right1 {
  font-size: 0.875rem;
  color: #fff;
}
.main8 .left .bot .bot1 .right .right2 {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0.625rem;
  font-weight: 600;
}
.main8 .left .bot .bot1:nth-child(2n-1)::after {
  width: 1px;
  height: 2.625rem;
  background: #DCDCDE;
  opacity: 0.3;
  position: absolute;
  content: '';
  right: 0;
  bottom: 1.875rem;
}
.main8 .left .bot .bot1:nth-child(-n+2){
  margin-bottom: 1.875rem;
}
.main8 .left .bot .bot1:nth-child(2n){
  padding-left: 4rem;
}

.main8 .dian1{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
.main8 .dian1 img{
  width: 1.375rem;
  margin-right: .4375rem;
}
.main8 .dian1:hover{
  color: #FF5B1B;

}
.main8 .dian1:hover img {
  content: url(../images/icon/dian2.png);

}
.main8 .dian1:hover img{
  /*transform: scale(1.2);*/
/*  transition: all 1s;*/
}
.main8 .dian1:nth-of-type(1){
  position: absolute;
  right: 26rem;
  top: 26.5rem;
}
.main8 .dian1:nth-of-type(2){
  position: absolute;
right: 18rem;
    top: 29.5rem;
}
.main8 .dian1:nth-of-type(3){
  position: absolute;
    right: 18rem;
    top: 31.5rem;
}
.main8 .dian1:nth-of-type(4){
  position: absolute;
  right: 24rem;
    top: 39.5rem;
}

@media (max-width:900px) {
  .main8 .left {
    padding: 20px 0 0 20px;
    box-sizing: border-box;
}
.main8 .left .top .top1 .tit1 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.main8 .left .top .top1 .tit2 {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
.main8 .left .top {
    display: flex;
    flex-wrap: wrap;
    width: 100rem;
}
.main8 .left .top .top1 {
    margin-bottom: 3.375rem;
    margin-right: 5rem;
    width: 20rem;
}
.main8 {
    width: 100%;
    height: 60rem;
    display: flex;
    background-size: cover;
    position: relative;
    margin-top: 2rem;
    background-position: right;
    background-size: cover;
}
.main8 .left {
  padding: 50px 5% 30px;

}
.main8 .left .bot .bot1 .right .right1 {
    font-size: 14px;
    color: #fff;
}
.main8 .left .bot .bot1 .right .right2 {
    font-size: 14px;
    color: #fff;
    margin-top: 0.625rem;
    font-weight: 600;
}
.main8 .left .bot .bot1 {
  padding-left: 20px!important;
  width: 50%;
  margin-bottom: 1.875rem!important;
  box-sizing: border-box;
}
.main8 .left .bot{
  width: 100%;
}
.main8 .left .bot .bot1::after{
  display: none;
}
.main8 .dian{
  display: none;
}


}


@media (max-width:600px) {
  .main8 .left .top .top1 {
      width: 100%;
      margin-right: 0;
  }
  .main8 {
    height: auto;
    margin-top: 30px;
  }
.main8 .left .bot .bot1 {
    width: 100%;
    padding-left: 0;
}

.main8 .left .bot .bot1 img {
    width: 30px;
    margin-right: 10px;
}







}




