/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

img {
  display: block;
}

.nbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner_img {
  position: relative;
  overflow: hidden;
}
.banner_img img {
  width: 100%;
}
.banner_img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/imgcover.png) left no-repeat;
  background-size: cover;
  content: "";
}

.banner_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;
}

.submenu5 {
  margin-top: 1.86rem;
}
.submenu5 ul li {
  width: 6rem;
  margin-top: 0.05rem;
  background: rgba(0, 0, 0, 0.77);
  padding: 0.25rem 0.4rem;
  box-sizing: border-box;
}
.submenu5 ul li a {
  color: #fff;
}
.submenu5 ul li.on {
  background: #bd3b39;
}

.m_01 {
  position: relative;
  top: -2rem;
}

.m_box1 {
  padding: 0.8rem;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.m_box1 img {
  width: 100%;
}

.submenu6 {
  width: 100%;
  margin-top: 0.8rem;
}
.submenu6 a {
  display: flex;
  width: 100%;
  margin-top: 0.05rem;
  background: #e0e1e1;
}
.submenu6 a .fl {
  width: 62%;
  padding: 0.22rem 0;
  font-weight: bold;
}
.submenu6 a .fr {
  width: 38%;
  position: relative;
}
.submenu6 a .fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu6 a .fr::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.69);
  content: "";
}
.submenu6 a:hover .fl {
  background: #000;
  color: #fff;
}
.submenu6 a:hover .fr::before {
  opacity: 0;
}

ul.sp1 {
  width: 100%;
  margin-top: 0.5rem;
  display: grid;
  gap: 0.08rem;
  grid-template-columns: 68% 31%;
  grid-template-rows: 57% 43%;
}
ul.sp1 li {
  font-weight: bold;
}
ul.sp1 li b {
  line-height: 1;
}
ul.sp1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.sp1 li:first-child {
  grid-row: 1/3;
}
ul.sp1 li:last-child {
  background: #000;
  color: #bd3b39;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ul.sp2 {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0.2rem;
  margin: 0.7rem 0;
}
ul.sp2 li {
  position: relative;
}
ul.sp2 li a {
  display: block;
}
ul.sp2 li img {
  width: 100%;
}
ul.sp2 li::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
ul.sp2 li .txt {
  width: 4rem;
  text-align: center;
  position: absolute;
  top: 1.3rem;
  right: 1.6rem;
}
ul.sp2 li:nth-child(2n) .txt {
  left: 1.6rem;
  right: auto;
}
ul.sp2 li:hover::before {
  opacity: 0;
}

.pro_01 {
  padding-top: 1.1rem;
}
.pro_01 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_01 ul li {
  height: 0.8rem;
  border-radius: 0.4rem;
  line-height: 0.4rem;
  padding: 0.2rem 0.6rem;
  background: #dcdddd;
  box-sizing: border-box;
  margin: 0 0.1rem;
}
.pro_01 ul li br {
  display: none;
}
.pro_01 ul li.on {
  background: #bd3b39;
}
.pro_01 ul li.on a {
  color: #fff;
}

.pro_02 {
  padding-top: 1.1rem;
  text-align: center;
  position: relative;
}
.pro_02::before {
  top: 3rem;
  left: 0;
  background: url(../images/s_bg2.jpg);
  width: 100%;
  height: 6rem;
  background-size: cover;
  position: absolute;
  content: "";
}
.pro_02 .wrap_c {
  position: relative;
  z-index: 3;
}
.pro_02 h2 {
  font-weight: bold;
}
.pro_02 h6 {
  padding: 0.4rem 0 0.8rem;
}
.pro_02 .pro_box2 p img {
  width: 70%;
  margin: 0 auto;
}
.pro_02 .pro_box2 p.p1 {
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.pro_03 {
  text-align: center;
  padding-top: 1.1rem;
}
.pro_03 h2 {
  font-weight: bold;
  padding-bottom: 0.7rem;
}
.pro_03 p img {
  width: 100%;
}

.pro_04 {
  text-align: center;
  padding: 1.1rem 0;
}
.pro_04 h2 {
  font-weight: bold;
  padding-bottom: 0.7rem;
}
.pro_04 h4 {
  font-weight: bold;
  padding: 0.5rem 0;
}
.pro_04 ul {
  display: flex;
  justify-content: space-between;
}
.pro_04 ul li {
  padding-bottom: 1rem;
  background: #e8e8e8;
  box-sizing: border-box;
}
.pro_04 ul li img {
  width: 100%;
}
.pro_04 ul.ul1 li {
  width: calc(50% - 0.15rem);
}
.pro_04 ul.ul1 li:first-child {
  padding-left: 2.6rem;
}
.pro_04 ul.ul1 li:last-child {
  padding-right: 2.6rem;
}
.pro_04 ul.ul2 li:first-child {
  padding-left: 2.6rem;
  width: 64%;
}
.pro_04 ul.ul2 li:last-child {
  padding-right: 2.6rem;
  width: calc(36% - 0.4rem);
  padding-left: 0.4rem;
}
.pro_04 ul.ul2 li:last-child img {
  width: 58%;
  margin: 0 auto;
}
.pro_04 ul.ul3 li h4 {
  padding: 0.2rem 0;
  min-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_04 ul.ul3 li:first-child {
  padding-left: 2.6rem;
  width: 47%;
}
.pro_04 ul.ul3 li:nth-child(2) {
  padding: 0 0.24rem 0.5rem;
  width: 12%;
}
.pro_04 ul.ul3 li:last-child {
  padding-right: 2.6rem;
  width: 38%;
}

.tail_01 {
  width: 100%;
  padding: 0.5rem 0 0.4rem;
}
.tail_01 ul {
  display: flex;
}
.tail_01 ul li {
  width: 12.5%;
  border-left: solid #000 1px;
  box-sizing: border-box;
  padding-top: 0.3rem;
  position: relative;
}
.tail_01 ul li i {
  display: block;
}
.tail_01 ul li i img {
  width: 1.54rem;
}
.tail_01 ul li span {
  margin-top: 0.7rem;
  display: block;
  padding-left: 0.15rem;
}
.tail_01 ul li h4 {
  padding-left: 0.15rem;
  margin-top: 0.2rem;
  font-weight: bold;
  min-height: 1rem;
}
.tail_01 ul li em {
  font-style: normal;
  display: inline-block;
  margin-top: 0.3rem;
  margin-left: 0.15rem;
  color: #231815;
  border: solid #231815 1px;
  padding: 0.02rem 0.1rem;
  border-radius: 0.2rem;
}
.tail_01 ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.tail_01 ul li:hover::before {
  display: none;
}
.tail_01 .more {
  text-align: center;
  margin: 0.96rem 0 0;
}
.tail_01 .more a {
  display: inline-block;
  padding: 0.1rem 0.25rem;
  border-radius: 0.4rem;
  background: #bd3b39;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
}

.c_01 {
  background: #eeede6;
  margin-top: 0.2rem;
  padding: 0.7rem 0 0.8rem;
}
.c_01 h2 {
  text-align: center;
  margin-top: 0.6rem;
  font-weight: bold;
}
.c_01 .c_box1 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.c_01 .c_box1 .fl {
  width: 29%;
}
.c_01 .c_box1 .fl dl {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.6rem 0.1rem;
}
.c_01 .c_box1 .fl dl dt {
  width: 0.36rem;
}
.c_01 .c_box1 .fl dl dt img {
  width: 100%;
}
.c_01 .c_box1 .fl dl dd {
  width: calc(100% - 0.46rem);
}
.c_01 .c_box1 .fl dl dd h5 {
  margin: 0.1rem 0 0;
}
.c_01 .c_box1 .fl dl dd p {
  margin-top: 0.5rem;
  line-height: 1.3;
}
.c_01 .c_box1 .fl dl dd p b {
  display: block;
}
.c_01 .c_box1 .fl dl:last-child {
  margin-top: 0.1rem;
}
.c_01 .c_box1 .fr {
  width: 65%;
  border-top: solid #fff 0.05rem;
}
.c_01 .c_box1 .fr h4 {
  margin-top: 0.45rem;
  text-align: center;
}
.c_01 .c_box1 .fr .ctab1 {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.c_01 .c_box1 .fr .ctab1 li {
  padding: 0 0.35rem;
  display: inline-flex;
  align-items: center;
  height: 0.54rem;
  border-radius: 0.27rem;
  background: rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  margin: 0 0.15rem;
  cursor: pointer;
}
.c_01 .c_box1 .fr .ctab1 li.on {
  background: #000;
  color: #fff;
}
.c_01 .c_box1 .fr .ctabbox1 .con {
  display: none;
}
.c_01 .c_box1 .fr .ctabbox1 .con .submitbox {
  text-align: center;
}
.c_01 .c_box1 .fr .ctabbox1 .con a.submit {
  padding: 0.1rem 0.2rem;
  background: #bd3b39;
  color: #fff;
  border-radius: 0.3rem;
  margin: 0.2rem auto 0;
  display: inline-block;
}
.c_01 .c_box1 .fr .ctabbox1 .con.on {
  display: block;
}
.c_01 .c_box1 .fr .ctabbox1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_01 .c_box1 .fr .ctabbox1 ul li {
  width: 100%;
  background: #fff;
  margin-top: 0.2rem;
  padding: 0.1rem 0.15rem;
  box-sizing: border-box;
}
.c_01 .c_box1 .fr .ctabbox1 ul li input {
  width: 100%;
  border: none;
}
.c_01 .c_box1 .fr .ctabbox1 ul li textarea {
  width: 100%;
  border: none;
  height: 1.3rem;
}
.c_01 .c_box1 .fr .ctabbox1 ul li a {
  font-weight: bold;
}
.c_01 .c_box1 .fr .ctabbox1 ul li:nth-child(1), .c_01 .c_box1 .fr .ctabbox1 ul li:nth-child(2) {
  width: 49.2%;
}

.c_02 {
  padding: 0.25rem 0 0.3rem;
}
.c_02 img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .submenu5 {
    margin-top: 1.66rem;
  }
  .submenu5 ul li {
    padding: 0.2rem 0.4rem;
  }
  .pro_04 ul.ul2 li:last-child {
    padding-right: 2.2rem;
  }
  .pro_04 ul.ul2 li:last-child img {
    width: 55.4%;
  }
  .pro_04 ul.ul3 li:nth-child(2) {
    padding: 0 0.26rem 0.5rem;
  }
  .pro_01 ul li {
    padding: 0.2rem 0.3rem;
  }
}
@media screen and (max-width: 1029px) {
  .submenu5 {
    margin-top: 1rem;
  }
  .submenu5 ul li {
    padding: 0.15rem 0.4rem;
  }
  .m_01 {
    top: -0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  ul.sp2 li .txt {
    top: 1rem;
    right: 0.6rem;
  }
  ul.sp2 li:nth-child(2n) .txt {
    left: 0.6rem;
  }
  .pro_01 ul li {
    padding: 0.2rem;
  }
  .pro_04 ul.ul1 li:first-child {
    padding-left: 0.6rem;
  }
  .pro_04 ul.ul1 li:last-child {
    padding-right: 0.6rem;
  }
  .pro_04 ul.ul2 li:first-child {
    padding-left: 0.6rem;
  }
  .pro_04 ul.ul2 li:last-child {
    padding-right: 0.4rem;
  }
  .pro_04 ul.ul2 li:last-child img {
    width: 48.5%;
  }
  .pro_04 ul.ul3 li:first-child {
    padding-left: 0.5rem;
    width: 45%;
  }
  .pro_04 ul.ul3 li:last-child {
    padding-right: 0.5rem;
    width: 34%;
  }
  .pro_04 ul.ul3 li:nth-child(2) {
    width: 17%;
  }
  .pro_04 ul.ul3 li:nth-child(2) img {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .banner_img {
    height: 6rem;
  }
  .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .submenu5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .submenu5 ul li {
    padding: 0.15rem 0.2rem;
    width: 49.5%;
  }
  .m_box1 {
    padding: 0.3rem;
  }
  .submenu6 {
    margin-top: 0.3rem;
  }
  .submenu6 a .fl {
    padding: 0.1rem 0;
  }
  ul.sp1 {
    margin-top: 0;
    gap: 0.08rem;
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  ul.sp1 li:last-child {
    padding: 0.3rem 0;
  }
  ul.sp2 {
    grid-template-columns: 100%;
    margin: 0.5rem 0;
  }
  ul.sp2 li .txt {
    right: 0.2rem;
  }
  ul.sp2 li:nth-child(2n) .txt {
    left: 0.2rem;
  }
  .pro_01 {
    padding-top: 0.3rem;
  }
  .pro_01 ul {
    flex-wrap: wrap;
  }
  .pro_01 ul li {
    width: 46%;
    box-sizing: border-box;
    margin-top: 0.2rem;
    padding: 0.2rem;
    text-align: center;
    height: 1.2rem;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .pro_02 {
    padding-top: 0.5rem;
  }
  .pro_02 h6 {
    padding: 0.3rem 0 0.5rem;
  }
  .pro_02::before {
    top: 1.8rem;
    height: 3rem;
  }
  .pro_03 {
    padding-top: 0.5rem;
  }
  .pro_03 h2, .pro_04 h2 {
    padding-bottom: 0.4rem;
  }
  .pro_04 {
    padding: 0.5rem 0 0.3rem;
  }
  .pro_04 ul {
    flex-wrap: wrap;
  }
  .pro_04 ul.ul1 li, .pro_04 ul.ul2 li, .pro_04 ul.ul3 li {
    width: 100% !important;
    margin-bottom: 0.3rem;
    padding: 0.3rem 0.2rem !important;
  }
  .pro_04 h4 {
    padding: 0.1rem 0 0.3rem;
  }
  .pro_04 ul.ul3 li h4 {
    padding: 0.1rem 0 0.3rem;
    min-height: auto;
  }
  .pro_04 ul.ul3 li:nth-child(2) img {
    width: 46%;
  }
  .tail_01 {
    padding-top: 0;
  }
  .tail_01 ul {
    flex-wrap: wrap;
  }
  .tail_01 ul li {
    width: 25%;
    margin-top: 0.4rem;
  }
  .tail_01 .more {
    margin-top: 0.4rem;
  }
  .c_01 {
    padding: 0.5rem 0;
  }
  .c_01 h2 {
    margin-top: 0;
  }
  .c_01 .c_box1 {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .c_01 .c_box1 .fl {
    width: 100%;
  }
  .c_01 .c_box1 .fr {
    width: 100%;
  }
  .c_01 .c_box1 .fr h4 br {
    display: none;
  }
  .c_01 .c_box1 .fr .ctab1 {
    margin-top: 0.4rem;
  }
  .c_01 .c_box1 .fr .ctab1 li {
    padding: 0 0.25rem;
    margin: 0 0.1rem;
  }
}