.main_middle {
  width: 1400px;
  margin: 0 auto;
}

/* phone_menu_container */
.phone_menu_container,
.phone_roof,
.for_roof {
  display: none;
}

/* right_float */
.right_float {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 1000;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #04cbc8;
}

.back_top {
  opacity: 0;
}

/* page_roof_container_down */
.page_roof_container_down {
  height: 100px !important;
  background-color: rgba(0, 0, 0, 0.9);
}

.page_roof_container_down .page_roof .roof_logo {
  height: 56px;
}

/* page_roof_container */
.page_roof_container {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 160px;
  z-index: 999;
}

.page_roof {}

.page_roof .roof_logo {
  height: 86px;
}

.page_roof .roof_menu>li {
  position: relative;
  margin-left: 70px;
}

.page_roof .roof_menu>li>a {
  font-size: 20px;
  line-height: 2.6;
  color: #FFFFFF;
}

.page_roof .roof_menu>li:hover>a {
  color: #04CBC8;
}

.page_roof .roof_menu>li>a>i {
  width: 10px;
  height: 6px;
  margin-left: 10px;
  background-image: url('../images/menu-arrow.png');
  background-size: cover;
}

.page_roof .roof_menu>li:hover>a>i {
  background-image: url('../images/menu-arrow-active.png');
}

.page_roof .roof_menu>li>ul {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 50px);
  visibility: hidden;
  opacity: 0;
  width: 160%;
  padding: 5px 10px 10px;
  border-top: 2px solid #04cbc8;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.8);
}

.page_roof .roof_menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.page_roof .roof_menu>li>ul>li {
  text-align: center;
}

.page_roof .roof_menu>li>ul>li>a {
  font-size: 15px;
  color: #fff;
}

.page_roof .roof_menu>li>ul>li:hover>a {
  color: #04cbc8;
}

/* banner */
.swiper-container img {
  width: 100%;
}

.swiper-pagination {
  bottom: 2vw !important;
}

.swiper-pagination .my-bullet {
  margin: 0 0.3vw;
  width: 2vw;
  height: 0.3vw;
  border-radius: 0.2vw;
  background-color: #fff;
}

.swiper-pagination .my-bullet-active {
  background-color: #04cbc8;
}

/* index_title */
.index_title {
  height: 88px;
}

.index_title .index_title_main {
  position: relative;
  align-self: flex-start;
  line-height: 1;
}

.index_title .index_title_main h2 {
  font-family: "LogoSC";
  font-size: 48px;
  color: #000000;
}

.index_title .index_title_main span {
  position: absolute;
  top: 10px;
  left: 15px;
  transform: rotateZ(-15deg);
  font-family: "WindSong";
  font-size: 60px;
  /* text-transform: uppercase; */
  color: #04CBC8;
}

.index_title_search {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  height: 44px;
  padding-right: 70px;
}

.index_title_search input {
  padding: 0 10px;
  border: 1px solid #04cbc8;
}

.index_title_search a {
  padding: 0 20px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  background-color: #04cbc8;
}

.index_title .index_title_more {
  position: relative;
  height: 56px;
}

.index_title .index_title_more::before {
  position: absolute;
  transform: translateX(-40px);
  content: '';
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #F4F4F4;
}

.index_title .index_title_more:hover::before {
  width: 150px;
}

.index_title .index_title_more::after {
  position: absolute;
  top: 50%;
  transform: translate(-20px, -50%);
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url('../images/arrow-grey.png');
  background-size: cover;
}

.index_title .index_title_more span {
  position: relative;
  font-family: "Neue";
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
  color: #333333;
  z-index: 1;
}

/* product_container */
.product_container {
  margin-top: 40px;
  margin-bottom: 75px;
}

/* product_wrapper */
.product_wrapper {
  margin-top: 40px;
}

.product_item {
  position: relative;
  width: 450px;
  height: 400px;
  margin: 0 25px 25px 0;
  overflow: hidden;
}

.product_item:nth-of-type(3n) {
  margin-right: 0;
}

.product_item .product_img {}

.product_item .product_natant {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.8);
}

.product_item .product_natant .natant_title {
  position: absolute;
  top: 28px;
  left: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}

.product_item .product_natant .natant_title span {
  position: relative;
  z-index: 1;
}

.product_item .product_natant .natant_content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  opacity: 0;
}

.product_item .product_natant .natant_more {
  position: absolute;
  top: 9px;
  right: 20px;
  height: 56px;
}

.product_item .product_natant .natant_more::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url('../images/arrow-cyan.png');
  background-size: cover;
}

.product_item .product_natant .natant_more span {
  position: relative;
  right: 24px;
  font-family: "Neue";
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
  color: #04CBC8;
  z-index: 1;
}

.product_item_active .product_natant {
  height: 100%;
}

.product_item_active .product_natant .natant_title {
  top: 120px;
  left: 30px;
  font-size: 24px;
}

.product_item_active .product_natant .natant_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #04CBC8;
  z-index: 0;
}

.product_item_active .product_natant .natant_content {
  opacity: 1;
  position: absolute;
  top: 175px;
  padding: 0 30px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6;
}

.product_item_active .product_natant .natant_more {
  top: 325px;
  right: 295px;
}

.product_item_active .product_natant .natant_more::before {
  position: absolute;
  left: -43px;
  content: '';
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #04CBC8;
}

.product_item_active .product_natant .natant_more:hover::before {
  width: 150px;
}

.product_item_active .product_natant .natant_more::after {
  right: 87px;
  background-image: url('../images/arrow-yellow.png');
}

.product_item_active .product_natant .natant_more span {
  right: 0;
  color: #FDBB53;
}

/* about_container */
.about_container {
  margin-bottom: 100px;
}

/* about_headline_wrapper */
.about_headline_wrapper {
  width: 100vw;
  height: 202px;
  margin-bottom: 40px;
  background-image: url('../images/about-title.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.about_headline {
  position: relative;
  height: 100%;
}

.about_headline .about_headline_main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #FFFFFF;
}

.about_headline .about_headline_main h2 {
  margin-bottom: 12px;
  font-family: "LogoSC";
  font-size: 48px;
}

.about_headline .about_headline_main span {
  font-size: 18px;
  font-family: "Neue";
}

.about_headline .about_headline_more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 56px;
}

.about_headline .about_headline_more::before {
  position: absolute;
  transform: translateX(-40px);
  content: '';
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #04CBC8;
}

.about_headline .about_headline_more:hover::before {
  width: 150px;
}

.about_headline .about_headline_more::after {
  position: absolute;
  top: 50%;
  transform: translate(-20px, -50%);
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url('../images/arrow-yellow.png');
  background-size: cover;
}

.about_headline .about_headline_more span {
  position: relative;
  font-family: "Neue";
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
  color: #FDBB53;
  z-index: 1;
}

/* about_wrapper */
.about_wrapper {}

.about_main {
  width: 465px;
  padding-top: 100px;
}

.about_main .about_title {
  width: 345px;
  margin-bottom: 25px;
  font-size: 50px;
  font-family: "Neue";
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.about_main .about_content {
  margin-bottom: 45px;
  font-size: 16px;
}

.about_main .about_more {
  position: relative;
  height: 56px;
}

.about_main .about_more::before {
  position: absolute;
  content: '';
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #F4F4F4;
}

.about_main .about_more:hover::before {
  width: 150px;
}

.about_main .about_more::after {
  position: absolute;
  top: 50%;
  transform: translate(20px, -50%);
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url('../images/arrow-grey.png');
  background-size: cover;
}

.about_main .about_more span {
  position: relative;
  left: 44px;
  font-family: "Neue";
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
  color: #333;
  z-index: 1;
}

.about_image {
  position: relative;
}

.about_image .about_image_natant {
  position: absolute;
  top: 80px;
  left: -135px;
  width: 237px;
  height: 394px;
  padding-left: 40px;
  font-family: "LogoSC";
  font-size: 53px;
  text-align: center;
  line-height: 1;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  color: #000000;
  background-color: rgba(253, 187, 83, 0.9);
}

/* declare_container */
.declare_container {
  margin-bottom: 100px;
  background-color: #F5F5F5;
}

/* declare_headline */
.declare_headline {
  width: 100vw;
  height: 380px;
  line-height: 1;
  color: #FFFFFF;
  background-image: url('../images/declare.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.declare_headline h1 {
  margin-bottom: 10px;
  font-size: 54px;
  font-family: "LogoSC";
}

.declare_headline h2 {
  position: relative;
  width: 545px;
  margin-bottom: 25px;
  font-size: 54px;
  font-family: "Neue";
  font-weight: bold;
}

.declare_headline h2 .declare_headline_left,
.declare_headline h2 .declare_headline_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 113px;
  height: 16px;
  overflow: hidden;
}

.declare_headline h2 .declare_headline_left {
  left: -200px;
}

.declare_headline h2 .declare_headline_right {
  right: -200px;
}

.declare_headline h2 .declare_headline_left i,
.declare_headline h2 .declare_headline_right i {
  width: 226px;
  height: 16px;
  display: block;
  background-image: url('../images/declare-line.png');
}

.declare_headline h2 .declare_headline_left i {
  animation: declare-left-line 3000ms linear infinite;
}

.declare_headline h2 .declare_headline_right i {
  animation: declare-right-line 3000ms linear infinite;
}

@keyframes declare-left-line {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes declare-right-line {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.declare_headline img {
  display: block;
  margin-bottom: 15px;
  animation: declare-img-rotate 2000ms ease infinite;
}

@keyframes declare-img-rotate {
  0% {
    transform: rotateZ(0);
  }

  5% {
    transform: rotateZ(10deg) scale(1.3);
  }

  10% {
    transform: rotateZ(-10deg) scale(1.3);
  }

  15% {
    transform: rotateZ(10deg) scale(1.3);
  }

  20% {
    transform: rotateZ(-10deg) scale(1.3);
  }

  25% {
    transform: rotateZ(10deg);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

.declare_headline p {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "LogoSC";
}

.declare_headline h6 {
  font-size: 26px;
  font-family: "Neue";
  font-weight: bold;
}

/* declare_wrapper */
.declare_wrapper {
  padding: 100px 0;
}

.declare_item {
  width: 436px;
  height: 487px;
  padding: 60px 80px 0;
  text-align: center;
  line-height: 1;
  border: 4px solid #FFFFFF;
  background-color: #FFFFFF;
}

.declare_item:hover {
  border: 4px solid #04CBC8;
  background-color: rgba(4, 203, 200, 0.1);
}

.declare_item h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  font-family: "LogoSC";
  color: #000000;
  font-size: 30px;
}

.declare_item h2 span {
  position: relative;
  z-index: 1;
}

.declare_item h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  width: 0;
  height: 15px;
  background-color: #FDBB53;
  z-index: 0;
}

.declare_item:hover h2::after {
  left: 0;
  width: 100%;
}

.declare_item .declare_item_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  margin-bottom: 50px;
}

.declare_item .declare_item_img img {
  position: absolute;
  top: 0;
  left: 0;
}

.declare_item:hover .declare_item_img img {
  transform: rotateY(360deg);
}

.declare_item .declare_item_img img:nth-of-type(2) {
  opacity: 0;
}

.declare_item:hover .declare_item_img img:nth-of-type(1) {
  opacity: 0;
}

.declare_item:hover .declare_item_img img:nth-of-type(2) {
  opacity: 1;
}

.declare_item h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: lighter;
  text-transform: uppercase;
  color: #C4C4C4;
}

.declare_item h4 {
  margin-bottom: 60px;
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
}

.declare_item h6 {
  position: relative;
  font-size: 15px;
  font-family: "Neue";
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.declare_item h6::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  opacity: 0;
  background-image: url('../images/arrow-cyan.png');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.declare_item:hover h6 {
  color: #04CBC8;
}

.declare_item:hover h6::after {
  left: 70%;
  opacity: 1;
}

/* news_container */
.news_container {
  margin-bottom: 100px;
}

/* news_wrapper */
.news_wrapper {
  margin-top: 40px;
}

.news_item {
  width: 440px;
}

.news_item .news_image {
  position: relative;
}

.news_item .news_image .news_time {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 210px;
  height: 80px;
  font-size: 14px;
  font-family: "LogoSC";
  color: #777777;
  line-height: 1;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
}

.news_item .news_image .news_time span {
  display: inline-block;
  margin-left: 10px;
  font-size: 36px;
  color: #000000;
}

.news_item .news_title {
  position: relative;
  display: inline-block;
  margin: 20px 0 10px;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
}

.news_item .news_title::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 11px;
  background-color: #04CBC8;
}

.news_item:hover .news_title::after {
  width: 100%;
}

.news_item .news_title span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.news_item .news_content {
  font-size: 16px;
  color: #777777;
}

.news_item .news_more {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Neue";
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.news_item .news_more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  opacity: 0;
  background-image: url('../images/arrow-cyan.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.news_item:hover .news_more {
  color: #04CBC8;
}

.news_item:hover .news_more::after {
  left: 120%;
  opacity: 1;
}

/* contact_container */
.contact_container {}

.contact_main {
  width: 432px;
  height: 532px;
  padding: 100px 0 0 35px;
  line-height: 1;
  color: #fff;
  background-color: #04CBC8;
}

.contact_main h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: bold;
}

.contact_main h3 {
  margin-bottom: 50px;
  font-size: 14px;
}

.contact_main .blc_top {
  margin-bottom: 35px;
}

.contact_main .blc_top img {
  margin-right: 15px;
}

.contact_main .blc_top .blc_r {
  position: relative;
}

.contact_main .blc_top .blc_r::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #FFA800;
}

.contact_main .blc_top .blc_r span {
  font-size: 12px;
  opacity: 0.5;
  line-height: 1;
}

.contact_main .blc_top .blc_r p {
  position: relative;
  font-family: "LogoSC";
  font-size: 30px;
  line-height: 1;
  z-index: 1;
}

.contact_main .blc_li {
  margin-bottom: 15px;
  line-height: 1;
}

.contact_main .blc_li img {
  margin-right: 10px;
}

.contact_map {
  flex: 1;
}

/* base_container */
.base_container {
  position: relative;
  width: 100vw;
  height: 420px;
  overflow: hidden;
  background-color: #000000;
}

.base_circle1 {
  position: absolute;
  top: -170px;
  left: -200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.2;
  border: 10px solid #FDBB53;
  animation: base-circle 2000ms ease infinite;
}

.base_circle2 {
  position: absolute;
  top: 235px;
  left: 147px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 6px solid #FDBB53;
  animation: base-circle 2000ms ease infinite;
}

.base_circle3 {
  position: absolute;
  right: 247px;
  bottom: 107px;
  width: 20px;
  height: 20px;
  opacity: 0.98;
  border-radius: 50%;
  background-color: #FDBB53;
  animation: base-circle 2000ms ease infinite;
}

.base_circle4 {
  position: absolute;
  top: 43px;
  right: 81px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 4px solid #FDBB53;
  animation: base-circle 2000ms ease infinite;
}

@keyframes base-circle {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* base_bottom */
.base_bottom {}

.base_left {
  margin-right: 174px;
  padding-top: 57px;
}

.base_left img {
  display: block;
}

.base_left img:first-of-type {
  margin-bottom: 11px;
}

.base_left p {
  margin-top: 6px;
  font-size: 14px;
  color: #FFFFFF;
}

.base_menu {
  flex: 1;
  padding-top: 70px;
}

.base_menu dl {
  flex: 1;
}

.base_menu dl:nth-of-type(2) {
  flex: 2.7;
}

.base_menu dl dt {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
}

.base_menu dl dt::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #04CBC8;
}

.base_menu dl dt span {
  position: relative;
  z-index: 1;
}

.base_menu dl dd {
  margin-bottom: 15px;
}

.base_menu dl dd a {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.base_menu dl dd a:hover {
  color: #04CBC8;
}

.base_menu .base_product {
  display: flex;
  flex-wrap: wrap;
}

.base_menu .base_product dd {
  min-width: 200px;
}

/* substrate_container */
.substrate_container {
  width: 100vw;
  height: 54px;
  background-color: #0F0F0F;
}

.substrate_left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 54px;
}

.substrate_right {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 54px;
}

/* dial */
.dial {
  display: none;
}

/* inside_banner */
.inside_banner {
  height: 400px;
  padding-top: 170px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 1);
  /* background-image: url('../images/inside_banner.png'); */
  background-repeat: no-repeat;
}

.inside_banner h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.6;
}

.inside_banner h3 {
  font-family: "Neue";
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0.8;
}

/* inside_category */
.inside_category {
  padding: 25px 0;
  margin-bottom: 100px;
  box-shadow: 0 0 30px rgba(200, 200, 200, 0.2);
  background-color: #04cbc8;
}

.inside_category ul {
  height: 100%;
  justify-content: center;
}

.inside_category ul li {
  height: 100%;
  padding: 0 20px;
  line-height: 16px;
  border-left: 1px solid #fff;
}

.inside_category ul li:last-of-type {
  border-right: 1px solid #fff;
}

.inside_category ul li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.inside_category ul li:hover a {
  color: #FDBB53;
}

.inside_category ul li.cate_active a {
  color: #FDBB53;
}

/* inside_main_wrapper */
.inside_main_wrapper {
  margin-bottom: 100px;
}

/* inside_about */
.inside_about {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.inside_about .inside_about_left {
  width: 47%;
}

.inside_about .inside_about_left h1 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.inside_about .inside_about_right {
  width: 47%;
}

.inside_about .inside_about_right img {
  width: 100%;
}

/* inside_single */
.inside_single {}

.inside_single img {
  max-width: 100%;
}

/* in_contact_list */
.in_contact_list {
  width: 100%;
}

.in_contact_item {
  display: block;
  width: 24%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-family: "Neue";
  border: 1px solid #ccc;
}

.in_contact_item:hover {
  border: 1px solid rgba(4, 203, 200, 0.6);
  background-color: rgba(4, 203, 200, 0.6);
}

.in_contact_item h6 {
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #04CBC8;
}

.in_contact_item:hover h6 {
  color: #fff;
}

.in_contact_item h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #444;
}

.in_contact_item:hover h2 {
  color: rgba(255, 255, 255, 0.8);
}

.in_contact_item p {
  font-size: 18px;
  line-height: 1.4;
}

.in_contact_item:hover p {
  color: rgba(255, 255, 255, 0.6);
}

/* in_contact_main */
.in_contact_main {
  margin-top: 50px;
}

/* 给我们留言 */
.inside_message_wrapper {
  flex: 1;
  margin-left: 50px;
}

.inside_message_title {
  position: relative;
  margin-bottom: 55px;
}

.inside_message_title p {
  margin-bottom: 20px;
  font-family: "LogoSC";
  font-size: 48px;
  line-height: 1;
  color: #000000;
}

.inside_message_title span {
  font-size: 22px;
  line-height: 1;
}

.inside_message_title b {
  position: absolute;
  top: -30px;
  left: 100px;
  transform: rotate(-10deg);
  font-size: 80px;
  font-family: "WindSong";
  color: #04CBC8;
}

.inside_message {
  font-size: 18px;
}

.inside_message .inside_form_input {
  margin-bottom: 25px;
  width: 49%;
}

.inside_message .inside_form_input .inside_ipt {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  border: none;
  background-color: #f9f9f9;
}

.inside_message .inside_form_input:hover .inside_ipt {
  box-shadow: 0 0 5px rgba(4, 203, 200, 0.5);
}

.inside_message .inside_form_textarea {
  width: 100%;
  margin-bottom: 25px;
}

.inside_message .inside_form_textarea .inside_area {
  width: 100%;
  height: 200px;
  padding: 15px 25px;
  border: none;
  background-color: #f9f9f9;
}

.inside_message .inside_form_textarea:hover .inside_area {
  box-shadow: 0 0 5px rgba(4, 203, 200, 0.5);
}

.inside_message .inside_form_btn {
  width: 100%;
}

.inside_message .inside_form_btn button {
  width: 150px;
  height: 60px;
  border: none;
  font-family: "Neue";
  font-size: 18px;
  color: #555;
  background-color: #f9f9f9;
  cursor: pointer;
}

.inside_message .inside_form_btn button:hover {
  box-shadow: 0 0 5px rgba(4, 203, 200, 0.5);
}

/* inside_map */
.inside_map {
  flex: 1;
  padding: 80px 0 0;
}

.inside_map_main {
  width: 100%;
  height: 500px;
}

/* inside_picture */
.inside_picture {
  overflow: hidden;
}

.inside_picture_item {
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
}

.inside_picture_item:nth-of-type(3n) {
  margin-right: 0;
}

.inside_picture_item .ipici_img {
  width: 100%;
  aspect-ratio: 9 / 8;
  overflow: hidden;
}

.inside_picture_item .ipici_bottom {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #04cbc8;
  background-color: rgba(0, 0, 0, 0.8);
}

.inside_picture_item .ipici_bottom::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 90%;
  height: 200px;
  border: 3px dashed #04CBC8;
  transform: translateY(-50%);
}

.inside_picture_item:hover .ipici_bottom {
  opacity: 1;
}

/* inside_picture_detail */
.inside_picture_detail {}

.inside_picture_detail .ipd_title {
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 28px;
  color: #333;
}

.inside_picture_detail .ipd_main {
  padding-top: 40px;
}

.inside_picture_detail .ipd_main img {
  max-width: 100%;
}

/* inside_news */
.inside_news {
  overflow: hidden;
}

.inside_news_item {
  position: relative;
  display: block;
  width: 48%;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #e7ebef;
}

.inside_news_item .news_m_date {
  align-items: flex-end;
  font-family: "Neue";
}

.inside_news_item .news_m_date p {
  margin-right: 5px;
  font-size: 48px;
  line-height: 1;
  color: #333333;
}

.inside_news_item .news_m_date span {
  line-height: 1.8;
  color: #8f8f8f;
}

.inside_news_item .news_m_title {
  display: block;
  margin: 20px 0;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inside_news_item:hover .news_m_title {
  color: #04cbc8;
}

.inside_news_item .news_m_content {
  margin-bottom: 25px;
  font-size: 14px;
  color: #9b9b9b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* inside_news_detail */
.inside_news_detail {}

.inside_news_detail .ind_title_wrapper {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

.inside_news_detail .ind_title_wrapper .ind_title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #333333;
}

.inside_news_detail .ind_title_wrapper .ind_info {
  font-size: 12px;
  color: #888888;
}

.inside_news_detail .ind_title_wrapper .ind_info span {
  margin: 0 5px;
}

.inside_news_detail .ind_main {}

.inside_news_detail .ind_main img {
  max-width: 100%;
}