 
:root {
  --color: #C51212;
  --dark: #000;
}
body {
  font-family: "Inter, sans-serif";
}
.this_public .w1200 {
  width: 1200px;
  margin: auto;
}
.this_public .this_title {
  text-align: center;
}
.this_public .this_title h2 {
  font-size: 34px;
  color: var(--color);
}
.this_public .this_title h3 {
  font-size: 26px;
  font-weight: 500;
}
.this_public .this_title p {
  color: #7A7A7A;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0;
}
.this_public .swiperpn {
  background-color: transparent;
  opacity: 1;
}
.this_public .swiperpn::before {
  display: none;
}
.this_public .swiperpn::after {
  display: none;
}
.this_public .swiperpn i {
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .this_public .w1200 {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .this_public .w1200 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .this_public .w1200 {
    width: 90vw;
  }
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.drbtn {
  position: relative;
}
.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid --color;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
}
.cw:hover {
  border: 5px solid var(--color);
  transition: 0.5s;
}
.cw:hover i {
  color: #fff;
}
.cw i {
  font-size: 25px;
  margin-left: 1px;
  color: #fff;
}
.bo {
  position: absolute;
  top: 0;
}
.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--color);
  animation: scale 2s infinite;
}
.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--color);
  animation: scale2 2s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
.indexaboutimg {
  padding-top: 10%;
}
.indexPage2 .bannerWrapper .swiper .this_child {
  position: relative;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text h5 {
  font-size: 22px;
  color: #fff;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text h3 {
  font-size: 42px;
  color: #fff;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text .this_button {
  padding: 10px;
  font-size: 16px;
  background-color: var(--color);
  color: #fff;
  display: inline-block;
  margin-top: 24px;
  transition: 0.3s;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text .this_button:hover {
  background-color: var(--dark);
  transition: 0.3s;
}
.indexPage2 .modelWrapper1 .Wrapper {
  padding: 80px 0;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in {
  display: flex;
  justify-content: center;
  padding: 20px 10px 10px;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .img_b {
  background-color: var(--color);
  /*border: 1px solid #000;*/
  border-radius: 50%;
  width: 33%;
  padding-top: 33%;
  position: relative;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .img_b img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .this_text {
  margin-top: 12px;
  padding: 0 10px;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .this_text p {
  font-size: 18px;
}
.indexPage2 .modelWrapper2 .Wrapper {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
.indexPage2 .modelWrapper2 .Wrapper::before {
  z-index: 1;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000cc;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in h3,
.indexPage2 .modelWrapper2 .Wrapper .this_in input {
  height: 45px;
  /* 设置相同的高度 */
  margin: 0;
  /* 移除默认的边距 */
  padding: 0 10px;
  /* 根据需要设置内边距 */
  outline: none;
  /* 移除点击输入框时的默认边框 */
}
.indexPage2 .modelWrapper2 .Wrapper .this_in h3 {
  font-size: 44px;
  color: #fff;
  line-height: 1;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send {
  width: 50%;
  height: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in {
  display: flex;
  width: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in p {
  display: flex;
  width: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in input[type="text"] {
  width: 70%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input {
border-radius: 5px 0px 0px 5px;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input[type="text"] {
  background-color: #fff;
  width: 70%;

}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input[type="submit"] {
  background-color: var(--color);
  width: 30%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 0px 5px 5px 0px;
}
.indexPage2 .modelWrapper3 .Wrapper {
  padding: 80px 0;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li {
  display: flex;
  gap: 40px;
  width: 100%;
  position: relative;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li:nth-child(2n) {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child {
  position: relative;
  width: calc(40% - 20px);
  padding-top: 25%;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child:nth-child(2) {
  width: calc(60% - 20px);
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  
  z-index: 1;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b .this_intro {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    
    width: 100%;
    height: 100%;
    
    z-index: 2;
    background-color: #00000088;
    
    transition: all .5s;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b .this_intro p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b:hover .this_intro {
    opacity: 1;
    transition: all .5s;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .this_text {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .this_text p {
  color: #7A7A7A;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child {
  width: calc(25% - 15px);
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b {
  position: relative;
  width: 100%;
  padding-top: 100%;
  z-index: 1;
}




.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b .this_intro {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    
    width: 100%;
    height: 100%;
    
    z-index: 2;
    background-color: #00000088;
    
    transition: all .5s;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b .this_intro p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b:hover .this_intro {
    opacity: 1;
    transition: all .5s;
}







.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .this_text {
  text-align: center;
  margin-top: 10px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .this_text p {
  color: #7A7A7A;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPage2 .modelWrapper4 {
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapper4 .Wrapper {
  padding: 80px 0 0;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  width: calc(33.333% - 20px);
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child:hover {
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text {
  padding: 20px 20px 30px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text h5 {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text p {
  font-size: 16px;
  color: #54595F;
  text-align: center;
  font-weight: 400;
}
.indexPage2 .modelWrapper5 {
  padding: 0px 0 0;
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapper5 .topVideo {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper5 .topVideo .Wrapper .this_in {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #F8F9FA;
  position: relative;
  width: 100%;
  min-height: 360px;
  transform: translate(0, 50%);
}
.indexPage2 .modelWrapper5 .bottomWhy {
  padding-top: 240px;
  padding-bottom: 80px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.indexPage2 .modelWrapper5 .bottomWhy::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000aa;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_title h2 {
  color: #fff;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_title p {
  color: #fff;
  margin: 10px 0;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .img_b,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .img_b {
  width: 100px;
  padding-top: 100px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .img_b img,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .img_b img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: cover;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text {
  width: calc(100% - 120px);
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text h5,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 16px;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text p,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center {
  width: 20%;
  padding: 3%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text {
  text-align: end;
}
.indexPage2 .modelWrapper6 .Wrapper {
  padding: 80px 0;
}
.indexPage2 .modelWrapper6 .Wrapper .this_title {
  padding: 10px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_title h2 {
  color: #000;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro {
  width: 50%;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text {
  padding-left: 10px;
  position: relative;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text p {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #7A7A7A;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_button {
  display: inline-block;
  margin-top: 20px;
  background-color: var(--color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b {
  width: 40%;
  padding-top: 25%;
  position: relative;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexPage2 .modelWrapepr7 {
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapepr7 .Wrapper {
  padding: 50px 0;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in {
  margin-top: 20px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father {
  position: relative;
  padding: 0 50px 50px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .swiperpn i {
  color: var(--color);
  font-weight: 800;
  font-size: 18px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next span::before {
  display: none;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper {
  padding: 50px 0;
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info {
  width: 150px;
  margin: auto;
  margin-top: 20px;
  position: relative;
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info::before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info::after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info i {
  font-size: 24px;
  position: relative;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question.active p {
  color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question p {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 14px;
  font-weight: bold;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .answer {
  display: none;
  background-color: #F0F0F0;
  color: #54595F;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 20px;
}
.indexPage2 .modelWrapper9 {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.indexPage2 .modelWrapper9::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000dd;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.indexPage2 .modelWrapper9 .Wrapper {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper9 .Wrapper .this_title h2 {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_title p {
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in {
  margin-top: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li {
  display: flex;
  gap: 8px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li i {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li p {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right {
  width: 50%;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right #form{
    padding: 20px 0;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form {
  width: 100%;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list {
  margin-bottom: 15px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list p span {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list input {
  width: 100%;
  line-height: 1;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 3px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list input::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list textarea {
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  line-height: 1;
  resize: none;
  height: 120px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form input[type="submit"] {
  width: 100%;
  color: #fff;
  background-color: var(--color);
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 950px) {
    .feedback{
        display: none ;
    }
  .indexPage2 .modelWrapper1 .Wrapper .this_in {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
    width: 50%;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in .this_send {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input {
    width: 100% !important;
  }
  .indexPage2 .modelWrapper3 .Wrapper .this_in .bottom {
    flex-wrap: wrap;
  }
  .indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child {
    width: calc(50% - 10px);
  }
  .indexPage2 .modelWrapper4 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper4 .Wrapper .this_in .this_child {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in {
    flex-direction: column;
    gap: 30px;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b {
    width: 100px;
    padding-top: 100px;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right {
    width: 100%;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child {
    flex-direction: column-reverse !important;
    width: 100%;
    margin-top: 20px;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b {
    width: 100%;
    padding-top: 50%;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro {
    margin-top: 10px;
    width: 100%;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in .left {
    width: 100%;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in .right {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .indexPage2 .modelWrapper1 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
    width: 100%;
  }
}
footer .this_web_footer2 .Wrapper {
  display: flex;
  width: 1400px;
  margin: auto;
  padding: 50px 0 30px;
}
footer .this_web_footer2 .Wrapper .leftLogo {
  width: 26%;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_logo {
  display: inline-block;
  width: 70%;
  margin-bottom: 15px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_logo img {
  width: 100%;
  object-fit: contain;
}
footer .this_web_footer2 .Wrapper .leftLogo p {
  font-size: 16px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns {
  margin-top: 30px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul {
  display: flex;
  align-items: center;
  gap: 3px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul li .img_b {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul li .img_b img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}
footer .this_web_footer2 .Wrapper .this_ul {
  width: 22%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
footer .this_web_footer2 .Wrapper .this_ul h5 {
  font-size: 16px;
  font-weight: 500;
}
footer .this_web_footer2 .Wrapper .this_ul ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
footer .this_web_footer2 .Wrapper .this_ul ul li a {
  font-size: 16px;
}
footer .this_web_footer2 .Wrapper .rightInfo {
  width: 30%;
  padding-left: 8%;
  box-sizing: border-box;
}
footer .this_web_footer2 .Wrapper .rightInfo h5 {
  font-size: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li .img_b {
  width: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li .img_b i {
  font-size: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li p {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 16px;
}
footer .this_web_footer2 .copyright {
  background-color: #DEDEDE;
  margin-top: 0;
}
footer .this_web_footer2 .copyright .copyright_in {
  padding: 20px 0;
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .this_web_footer2 .copyright .copyright_in .left p {
  font-size: 16px;
}
footer .this_web_footer2 .copyright .copyright_in .right ul {
  display: flex;
  align-items: center;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li {
  position: relative;
  padding: 0 10px;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px ;
  height: 60%;
  background-color: #000;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li:last-child::after {
  display: none;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li a {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  footer .this_web_footer2 .Wrapper {
    width: 1200px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  footer .this_web_footer2 .Wrapper {
    width: 1000px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  footer .this_web_footer2 .Wrapper {
    width: 900px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  footer .this_web_footer2 {
    display: none;
  }
}
