




@media (min-width: 1200px) {
  .pc_hidden{
    display: none;

  }
   .mod1{
    width: 100%;
    background-color: #fff;
    margin-top: 61px;
   }
   .mod1 .wrapper{
    width: 75%;
    min-width: 1200px;
    margin: 0 auto;
   }
   .mod1 .wrapper h2{
    color: #212121;
    font-weight: bold;
    text-align: center;
    margin-bottom: 71px;
   }
   .mod1 .wrapper p{
    width: 90%;
    margin: 0 auto;
   }

   .mod1 .wrapper p img{
   width: 100%;
   }


   /* 第二部分 */

   .mod2{
    width: 100%;
    background-color: #fff;
    margin-top: 140px;
   }

   .mod2 .wrapper{
    width: 75%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
   }

   .mod2 .wrapper>p{
    width: 100%;
   }

   .mod2 .wrapper>p img{
    width: 100%;
   }

   .mod2_text{
    width: 45%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 50px;

   }

   .mod2_text h2{
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
   }

   .mod2_text p:nth-of-type(1){
    color: #fff;
    margin-bottom: 15px;
 
    }
   .mod2_text p:nth-of-type(2){
    width: fit-content;
    color: #fff;
   padding: 5px 15px;
   border-radius: 5px;
   background-color: #FD8816;
   margin-bottom: 16px;

   }
   .mod2_text p:nth-of-type(3){
   color: #fff;

   }


   /* 第三部分 */


   .mod3{
    width: 100%;
   }



   .mod3 .wrapper{
    width: 75%;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
   }

   .mod3 .wrapper::after{
    content: '';
    display: block;
    clear: both;
    height: 70%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F3F3F3;
    z-index: -1;
   }


   .mod3Text1{
    color: #1D2329;
    text-align: center;
    margin-bottom: 12px;
   }

   .mod3Text2{
    color: #1D2329;
    text-align: center;
    margin-bottom: 13px;
    font-weight: bold;

   }

   .mod3Text3{
    color: #404040;
    text-align: center;
    margin-bottom: 55px;

   }

   .mod3Img{
    width: 90%;
    margin: 0 auto;
   }

   .mod3Img img{
    width: 100%;
   }


/* 第四部分 */

.mod4{
  width: 100%;
  background-color: #fff;
  margin-top: 120px;
}

.mod4 .wrapper{
  width: 75%;
  min-width: 1200px;
  margin: 0 auto;
}

.mod4 .wrapper>p{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 129px;
}

.mod4Con{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mod4Con>p:nth-of-type(1){
  width: 41%;
  margin-right: 70px;
}
.mod4Con>p:nth-of-type(1) img{
  width: 100%;
}

.mod4Con>p:nth-of-type(2){
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mod4Con>p:nth-of-type(2) span:nth-of-type(1){
  color: #1D2329;
  font-weight: bold;
  margin-bottom: 28px;
}

.mod4Con>p:nth-of-type(2) span:nth-of-type(2){
  color: #404040;
}


/* 第五部分 */

.mod5{
  width: 100%;
  background-color: #fff;
  margin-top: 168px;
}

.mod5 .wrapper{
  width: 75%;
  min-width: 1200px;
  margin: 0 auto;
}

.mod5 .wrapper>p{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 129px;
}

.mod5Con{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.mod5Con>p:nth-of-type(1){
  width: 41%;
  margin-left: 70px;
}
.mod5Con>p:nth-of-type(1) img{
  width: 100%;
}

.mod5Con>p:nth-of-type(2){
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mod5Con>p:nth-of-type(2) span:nth-of-type(1){
  color: #1D2329;
  font-weight: bold;
  margin-bottom: 28px;
}

.mod5Con>p:nth-of-type(2) span:nth-of-type(2){
  color: #404040;
}


/* 第六部分 */

.mod6{
  width: 100%;
  background-color: #fff;
  margin-top: 168px;
}

.mod6 .wrapper{
  width: 75%;
  min-width: 1200px;
  margin: 0 auto;
}

.mod6 .wrapper>p{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 129px;
}

.mod6Con{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mod6Con>p:nth-of-type(1){
  width: 41%;
  margin-right: 70px;
}
.mod6Con>p:nth-of-type(1) img{
  width: 100%;
}

.mod6Con>p:nth-of-type(2){
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mod6Con>p:nth-of-type(2) span:nth-of-type(1){
  color: #1D2329;
  font-weight: bold;
  margin-bottom: 28px;
}

.mod6Con>p:nth-of-type(2) span:nth-of-type(2){
  color: #404040;
}


/* 第七部分 */

.mod7{
  width: 100%;
  background-color: #F3F3F3;
  margin-top: 168px;
  padding-top: 67px;
}

.mod7 .wrapper{
  width: 75%;
  min-width: 1200px;
  margin: 0 auto;
}

.mod7 .wrapper h2{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
.mod7 .wrapper p:nth-of-type(1){
  color: #404040;
  text-align: center;
  margin-bottom: 59px;
}
.mod7 .wrapper p:nth-of-type(2){
 width: 849px;
 margin: 0 auto;

}
.mod7 .wrapper p:nth-of-type(2) img{
 width: 100%;

}


/* 第八部分 */

.mod8{
  width: 100%;
  background-color: #F3F3F3;
  padding-bottom: 69px;
}

.mod8 .wrapper{
  width: 75%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mod8 .wrapper>p{
  width: 85%;
  margin: 0 auto;
}

.mod8 .wrapper>p img{
  width: 100%;
}

.mod8Con{
  width: 41%;
  position: absolute;
  top: 50%;
  left:48%;
  transform: translateY(-50%);

}

.mod8Con p:nth-of-type(1){
  color: #000000;
  font-weight: bold;
  margin-bottom: 3px;
}
.mod8Con p:nth-of-type(2){
  color: #000000;
  margin-bottom: 20px;
}
.mod8Con p:nth-of-type(3){
  color: #000000;
  margin-bottom: 18px;
}


.mod8Con a{
  width: fit-content;
  display: block;
  padding: 8px 28px;
  border-radius: 30px;
  background-color: #fff;
  color: #333;
}

.mod10{
  width: 100%;
  background-color: #fff;
  margin-top: 86px;
  margin-bottom: 77px;
}

.mod10 .wrapper{
  width: 1200px;
  margin: 0 auto;
}

.mod10Tex{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.mod10Tex img{
  transform:rotate(90deg);
  margin-left: 30px;
  transition: all 0.3s ease-in;

}

.mod10ImgActive{
  transform:rotate(270deg) !important;

}

.mod10 .wrapper>p{
  color: #404040;
  display: none;
}







  }
  @media (max-width: 1199px) {
   .yd_hidden{
    display: none;
   }
   .mod1{
    width: 100%;
    background-color: #fff;
    margin-top: 38px;
   }
   .mod1 .wrapper{
    width: 95%;
    margin: 0 auto;
   }
   .mod1 .wrapper h2{
    color: #212121;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
   }
   .mod1 .wrapper p{
    width: 100%;
    margin: 0 auto;
   }

   .mod1 .wrapper p img{
    width: 100%;
    }


     /* 第二部分 */

   .mod2{
    width: 100%;
    background-color: #fff;
    margin-top: 45px;
   }

   .mod2 .wrapper{
    width: 95%;
    margin: 0 auto;
    position: relative;
   }

   .mod2 .wrapper>p{
    width: 100%;
   }

   .mod2 .wrapper>p img{
    width: 100%;
   }

   .mod2_text{
    width: 100%;
    height: 44%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 11px;

   }

   .mod2_text h2{
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
   }


   .mod2_text p:nth-of-type(1){
    color: #fff;
   margin-bottom: 12px;
    }

   .mod2_text p:nth-of-type(2){
    width: fit-content;
    color: #fff;
   padding: 5px 15px;
   border-radius: 5px;
   background-color: #FD8816;
   margin-bottom: 11px;

   }
   .mod2_text p:nth-of-type(3){
   color: #fff;

   }



      /* 第三部分 */


      .mod3{
        width: 100%;
        background-color: #F3F3F3;
       }
    
    
    
       .mod3 .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding-top: 38px;
       }
    
       .mod3Text1{
        padding: 0 2.5%;
        color: #333333;
        text-align: center;
        margin-bottom: 8px;
       }
    
       .mod3Text2{
        padding: 0 2.5%;
        color: #333333;
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
    
       }
    
       .mod3Text3{
        padding: 0 2.5%;
        color: #404040;
        text-align: center;
        margin-bottom: 20px;
    
       }
    
       .mod3Img{
        width: 100%;
        margin: 0 auto;
       }
    
       .mod3Img img{
        width: 100%;
       }



       /* 第四部分 */

.mod4{
  width: 100%;
  background-color: #fff;
  margin-top: 38px;
}

.mod4 .wrapper{
  width: 95%;
  margin: 0 auto;
}

.mod4 .wrapper>p{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.mod4Con{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod4Con>p:nth-of-type(1){
  width: 100%;
}
.mod4Con>p:nth-of-type(1) img{
  width: 100%;
}

.mod4Con>p:nth-of-type(2){
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mod4Con>p:nth-of-type(2) span:nth-of-type(1){
  color: #1D2329;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.mod4Con>p:nth-of-type(2) span:nth-of-type(2){
  color: #404040;
  text-align: center;
}

/* 第五部分 */


.mod5{
  width: 100%;
  background-color: #fff;
  margin-top: 38px;
}

.mod5 .wrapper{
  width: 95%;
  margin: 0 auto;
}

.mod5 .wrapper>p{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.mod5Con{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod5Con>p:nth-of-type(1){
  width: 100%;
}
.mod5Con>p:nth-of-type(1) img{
  width: 100%;
}

.mod5Con>p:nth-of-type(2){
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mod5Con>p:nth-of-type(2) span:nth-of-type(1){
  color: #1D2329;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.mod5Con>p:nth-of-type(2) span:nth-of-type(2){
  color: #404040;
  text-align: center;
}


/* 第六部分 */

.mod6{
  width: 100%;
  background-color: #fff;
  margin-top: 38px;
}

.mod6 .wrapper{
  width: 95%;
  margin: 0 auto;
}

.mod6 .wrapper>p{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.mod6Con{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod6Con>p:nth-of-type(1){
  width: 100%;
}
.mod6Con>p:nth-of-type(1) img{
  width: 100%;
}

.mod6Con>p:nth-of-type(2){
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mod6Con>p:nth-of-type(2) span:nth-of-type(1){
  color: #1D2329;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.mod6Con>p:nth-of-type(2) span:nth-of-type(2){
  color: #404040;
  text-align: center;
}


/* 第七部分 */

.mod7{
  width: 100%;
  background-color: #F3F3F3;
  margin-top: 38px;
  padding-top: 20px;
}

.mod7 .wrapper{
  width: 100%;
  margin: 0 auto;
}

.mod7 .wrapper h2{
  padding: 0 2.5%;
  box-sizing: border-box;

  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.mod7 .wrapper p:nth-of-type(1){
  padding: 0 2.5%;
  box-sizing: border-box;
  color: #404040;
  text-align: center;
  margin-bottom: 20px;
}
.mod7 .wrapper p:nth-of-type(2){
 width: 100%;
 margin: 0 auto;

}
.mod7 .wrapper p:nth-of-type(2) img{
 width: 100%;

}

/* 第八部分 */

.mod8{
  width: 100%;
  background-color: #F3F3F3;
}

.mod8 .wrapper{
  width: 100%;
  margin: 0 auto;
}

.mod8 .wrapper>p{
  width: 100%;
  margin: 0 auto;
}

.mod8 .wrapper>p img{
  width: 100%;
}

.mod8Con{
  width: 100%;
box-sizing: border-box;
padding: 0 2.5%;
padding-top: 20px;
padding-bottom: 34px;
background-color: #CCCCC2;


}

.mod8Con p:nth-of-type(1){
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.mod8Con p:nth-of-type(2){
  color: #404040;
  margin-bottom: 38px;
  text-align: center;
}
.mod8Con p:nth-of-type(3){
  color: #404040;
  margin-bottom: 38px;
  text-align: center;
}


.mod8Con a{
  width: fit-content;
  display: block;
  padding: 8px 28px;
  border-radius: 30px;
  background-color: #fff;
  color: #333;
  margin: 0 auto;
}


.mod10{
  width: 100%;
  background-color: #fff;
  margin-top: 38px;
  margin-bottom: 50px;
}

.mod10 .wrapper{
  width: 95%;
  margin: 0 auto;
}

.mod10Tex{
  color: #1D2329;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.mod10Tex img{
  width: 12px;
  transform:rotate(90deg);
  margin-left: 30px;
  transition: all 0.3s ease-in;

}

.mod10ImgActive{
  transform:rotate(270deg) !important;

}

.mod10 .wrapper>p{
  color: #404040;
  display: none;
}

  }
  