body {
  margin: 0;
  padding: 0;
}
header {
  background-color: #fff;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  height: 60rem;
  background-image: url("../images/banner1.png");
  background-repeat: round;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .word {
  overflow: scroll;
  /* width: 41.375rem; */
  max-width: 49rem;
  padding: 4.375rem 9.375rem 4.375rem 9.375rem;
  background-color: #15489a38;
  border-radius: 0.3125rem;
  color: #fff;
  box-sizing: border-box;
  max-height: 40rem;
}
.banner .word .title {
  font-size: 2.8125rem;
  text-align: center;
  position: relative;
}
.banner .word .title::after {
  position: absolute;
  width: 20%;
  left: 40%;
  bottom: -5px;
  content: '';
  background-color: #fff;
  height: 2px;
}
.banner .word .title1 {
  font-size: 1.625rem;
  margin-top: 2.1875rem;
  margin-bottom: 1rem;
  text-align: center;
}
.banner .word .title2 {
  color: #dfdfdf;
  font-size: 0.875rem;
}
.banner .word::-webkit-scrollbar {
  width: 0;
}
.main .main1 {
  width: 100%;
  padding: 0 9.375rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f9f9f9;
  height: 62.1875rem;
}
.main .main1 .left {
  /* width: 54.1875rem; */
  width: 50%;
  height: 35.0625rem;
  margin-right: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main1 .left img {
  max-width: 100%;
  max-height: 100%;
}
.main .main1 .right {
  width: 50%;
  /*height: 40rem;*/
    height: 35.0625rem;
  overflow: scroll;
}
.main .main1 .right .right1 {
  font-size: 3rem;
  color: #15499a;
  margin-bottom: 1.25rem;
}
.main .main1 .right .right2 {
  font-size: 2.125rem;
  margin-bottom: 4.375rem;
  position: relative;
}
.main .main1 .right .right2::after {
  position: absolute;
  width: 3.125rem;
  left: 0;
  bottom: -10px;
  content: '';
  background-color: #15499a;
  height: 2px;
}
.main .main1 .right .right3 {
  font-size: 1.375rem;
  margin-bottom: 3.75rem;
  color: #666666;
  line-height: 2rem;
}
/* .main .main1 .right .more {
  background-color: #15499a;
  width: 8.4375rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
} */
.main .main1 .right .more {
  background-color: #15499a;
  width: 12rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.main .main1 .right .more:hover{
  background-color: #ff5b1b;
}
.main .main1 .right::-webkit-scrollbar {
  width: 0;
}
.main .main2 {
  background-color: #fff;
  width: 100%;
  padding: 0 9.375rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 62.1875rem;
}
.main .main2 .left {
  /* width: 54.1875rem; */
  width: 50%;
  height: 35.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main2 .left img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.main .main2 .right {
  width: 50%;
  /*height: 40rem;*/
    height: 35.0625rem;
  overflow: scroll;
  margin-right: 7.5rem;
}
.main .main2 .right .right1 {
  font-size: 3rem;
  color: #15499a;
  margin-bottom: 1.25rem;
}
.main .main2 .right .right2 {
  font-size: 2.125rem;
  margin-bottom: 4.375rem;
  position: relative;
}
.main .main2 .right .right2::after {
  position: absolute;
  width: 3.125rem;
  left: 0;
  bottom: -10px;
  content: '';
  background-color: #15499a;
  height: 2px;
}
.main .main2 .right .right3 {
  font-size: 1.375rem;
  margin-bottom: 3.75rem;
  color: #666666;
}
/* .main .main2 .right .more {
  background-color: #15499a;
  width: 8.4375rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
} */
.main .main2 .right .more {
  background-color: #15499a;
  width: 12rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.main .main2 .right .more:hover{
  background-color: #ff5b1b;
}
.main .main2 .right::-webkit-scrollbar {
  width: 0;
}
.main .open {
  width: 100%;
  height: 6.875rem;
  line-height: 6.875rem;
  text-align: center;
  font-size: 1.5rem;
  color: #15499a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .open img {
  width: 7.5625rem;
}
@media (max-width: 1200px) {
  .main .main1 .right .more,
  .main .main2 .right .more {
    background-color: #15499a;
    width: 10rem;
    height: auto;
    line-height: 1;
    padding:8px 0.3125rem;
    border-radius: 1rem;
    text-align: center;
    color: #fff;

  }
}
@media (max-width: 860px) {
  .main .main1 .right .more,
  .main .main2 .right .more {
    width: 12rem;
    border-radius: 1rem;
    font-size: 14px;

  }
}
@media (max-width: 600px) {
  .main .main1 .right .more,
  .main .main2 .right .more {
    width: 15rem;
    border-radius: 1.5rem;
    padding: 0 0.3125rem;

  }
}
@media (max-width: 450px) {
  .main .main1 .right .more,
  .main .main2 .right .more {
    width: 25rem;
    border-radius: 2rem;
  }
  .main{
    min-height: 70vh;
  }
  .main .open img {
    width: 25rem;
    height: auto;
  }
  .main .open {
    
    margin-top: 5rem;
}
.main .main1 {
  /* height: 62.1875rem; */
  flex-direction: column;
  height: auto;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.main .main2 {
  /* height: 62.1875rem; */
  flex-direction: column;
  height: auto;
  padding-bottom: 5rem;
  padding-top: 5rem;

}
.main .main1 .left {
  /* width: 54.1875rem; */
  width: 100%;
  height: auto;
margin-top: 15rem;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main1 .right {
  width: 100%;
  height: auto;
  overflow: auto;
}
.main .main2 .left {
  width: 100%;
  height: auto;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15rem;
}
.main .main2 .right {
  width: 100%;
  height: auto;

  margin-right:0;

}
.main .main1 .right .right1 {
  font-size: 5.5rem;

}
.main .main1 .right .right2 {
  font-size: 4.375rem;
  margin-bottom: 4.375rem;
  position: relative;
}
.main .main1 .right .right3 {
  font-size: 4rem;
  line-height: 6rem;
}

.main .main1 .right .more, .main .main2 .right .more {
  width: 25rem;
  height: 10rem;
  line-height: 10rem;
  font-size: 4rem;
  margin-left: calc(50% - 12.5rem);
}
.main .main2 .right .right1 {
  font-size: 5.5rem;

}
.main .main2 .right .right2 {
  font-size: 4.375rem;
  margin-bottom: 4.375rem;
  position: relative;
}
.main .main2 .right .right3 {
  font-size: 4rem;
  line-height: 6rem;
}
.main .main2 .right .more, .main .main2 .right .more {
  width: 25rem;
  height: 10rem;
  line-height: 10rem;
  font-size: 4rem;
  margin-left: calc(50% - 12.5rem);
  display: block;


}
.main .main1 .right .right2::after {
  position: absolute;
  width: 8rem;
  left: 0;
  bottom: -5px;
  content: '';
  background-color: #15499a;
  height: 2px;
}
.main .main2 .right .right2::after {
  position: absolute;
  width: 8rem;
  left: 0;
  bottom: -5px;
  content: '';
  background-color: #15499a;
  height: 2px;
}
}
