/*index1.css*/
#banner-sengong img {
  width: 100%;
}
#banner-sengong img.visible-xs-block {
  display: none;
}

#banner-sengong .swiper-horizontal>.swiper-pagination-bullets {
  bottom: 25px;
}

#banner-sengong .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

#banner-sengong .swiper-pagination-bullet-active {
  background: var(--color-primary);
}


@media screen and (max-width:820px) {
  #banner-sengong img.hidden-xs {
    display: none !important;
  }
  #banner-sengong img.visible-xs-block {
    display: block !important;
  }
}


@media screen and (max-width:480px) {
  #banner-sengong .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
  }

  #banner-sengong .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
}














.indexA-sengong {
  padding: 80px 0 50px;
}

.indexA-sengong h3 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.indexA-sengong ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 46px -6px 0;
}

.indexA-sengong ul li {
  width: 33.333333%;
  padding: 0 6px;
  margin: 30px 0 0;
  text-align: center;
}

.indexA-sengong ul li .pic {
  width: 100%;
  display: block;
  overflow: hidden;
}

.indexA-sengong ul li img {
  width: 100%;
  transition: transform .5s;
  -webkit-transition: transform .5s;
}

.indexA-sengong ul li p {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 10px 0 15px;
}

.indexA-sengong ul li .more {
  color: #fff;
  font-size: 18px;
  background: #333;
  padding: 6px 40px;
  display: inline-block;
  border-radius: 8px;
}

.indexA-sengong ul li .more:hover {
  background: var(--color-primary);
}

.indexA-sengong ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.indexA-sengong ul li:hover .more {
  background: var(--color-primary);
}


@media screen and (max-width:1440px) {
  .indexA-sengong h3 {
    font-size: 50px;
  }

  .indexA-sengong {
    padding: 60px 0 30px;
  }
}

@media screen and (max-width:1280px) {
  .indexA-sengong h3 {
    font-size: 40px;
  }

  .indexA-sengong {
    padding: 40px 0 20px;
  }

  .indexA-sengong ul {
    margin: 20px -6px 0;
  }

  .indexA-sengong ul li p {
    font-size: 18px;
  }

  .indexA-sengong ul li .more {
    font-size: 15px;
    padding: 6px 30px;
  }

}

@media screen and (max-width:820px) {
  .indexA-sengong h3 {
    font-size: 28px;
  }
  .indexA-sengong ul li {
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .indexA-sengong h3 {
    font-size: 22px;
  }

  .indexA-sengong ul li {
    width: 100%;
  }

  .indexA-sengong ul li p {
    line-height: 24px;
  }
}












.indexB-sengong {
  padding: 80px 0;
}

.indexB-sengong h3 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
  color: #000;
}

.indexB-sengong .swiper-slide img {
 aspect-ratio: 19/10; 
  width: 100%;
}
.indexB-sengong .listB .swiper-slide img {
  aspect-ratio: 338/225;
}
.indexB-sengong .listA {
  position: relative;
}

.indexB-sengong .listA .swiper-button-prev,
.indexB-sengong .listA .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  color: #000;
  top: calc(((100% - 40px) / 2) - 20px);
  margin-top: 0;
  text-align: center;
}

.indexB-sengong .listA .swiper-button-prev::after,
.indexB-sengong .listA .swiper-button-next::after {
  display: none;
}

.indexB-sengong .listA .swiper-button-prev i,
.indexB-sengong .listA .swiper-button-next i {
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
}

.indexB-sengong .listA .swiper-button-prev,
.indexB-sengong .listA .swiper-container-rtl .swiper-button-next {
  left: 7%;
  right: auto;
}

.indexB-sengong .listA .swiper-button-next,
.indexB-sengong .listA .swiper-container-rtl .swiper-button-prev {
  right: 7%;
  left: auto;
}

.indexB-sengong .listA .swiper-button-prev:hover,
.indexB-sengong .listA .swiper-button-next:hover {
  color: #5C5C5C;
}

.indexB-sengong .listB {
  margin: 60px 0 0;
  position: relative;
}

.indexB-sengong .listB .swiper-pagination {
  display: block;
  position: static;
  width: 100%;
  margin-top: 70px;
}

.indexB-sengong .listB .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  margin: 0 5px;
  background: #ABABAB;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.indexB-sengong .listB .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width:1440px) {
  .indexB-sengong h3 {
    font-size: 50px;
  }
}

@media screen and (max-width:1280px) {
  .indexB-sengong h3 {
    font-size: 40px;
  }

  .indexB-sengong {
    padding: 40px 0;
  }

  .indexB-sengong h3 {
    margin-bottom: 40px;
  }

  .indexB-sengong .listB .swiper-pagination {
    margin-top: 30px;
  }
}

@media screen and (max-width:768px) {
  .indexB-sengong h3 {
    font-size: 28px;
  }
}

@media screen and (max-width:480px) {
  .indexB-sengong h3 {
    font-size: 22px;
  }

  .indexB-sengong .listA .swiper-button-prev,
  .indexB-sengong .listA .swiper-button-next {
    display: none;
  }

  .indexB-sengong .listB .swiper-slide img {
    width: 100%;
  }

  .indexB-sengong .listB .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}









.indexC-sengong {
  background: #F2F2F2;
  padding: 0 0 80px;
}

.indexC-sengong .tit {
  position: relative;
  background: #fff;
}

.indexC-sengong .tit h5 {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 8px;
}

.indexC-sengong .tit h3 {
  font-size: 53px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 100px;
}

.indexC-sengong .tit p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.indexC-sengong .tit p:after {
  content: "";
  height: 6px;
  width: 170px;
  background: var(--bg-color);
  display: block;
  margin-top: 30px;
}

.indexC-sengong .tit::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 55%;
  background: #F2F2F2;
}

.indexC-sengong .content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}

.indexC-sengong .box {
  width: 50%;
  position: relative;
}

.indexC-sengong .box img {
  margin: 80px 0;
  width: 100%;
}

.indexC-sengong .box a {
  height: 100px;
  display: block;
  width: 100px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

.indexC-sengong .box a i {
  color: var(--color-primary);
  font-size: 45px;
  line-height: 100px;
}

.indexC-sengong .txt {
  width: 45%;
  margin-top: -80px;
}

.indexC-sengong .txt p {
  font-size: 16px;
  color: #000;
  line-height: 34px;
}

.indexC-sengong .txt h3 {
  color: #000;
  font-size: 48px;
  margin: 30px 0;
  font-weight: 600;
  line-height: 1em;
}

.indexC-sengong .txt a.btn {
  font-size: 18px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 80px;
  margin-top: 40px;
  color: var(--color-primary);
}

.indexC-sengong .txt a.btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.indexC-sengong-aboutus-content ul {
  list-style: unset;
}
.indexC-sengong-aboutus-content ol {
  list-style: decimal;
}


@media screen and (max-width:1440px) {
  .indexC-sengong .txt p {
    line-height: 28px;
  }

  .indexC-sengong .txt h3 {
    font-size: 36px;
    margin: 20px 0;
  }
}

@media screen and (max-width:1280px) {
  .indexC-sengong {
    padding: 0 0 60px;
  }

  .indexC-sengong .tit h5 {
    font-size: 14px;
    letter-spacing: 6px;
  }

  .indexC-sengong .tit h3 {
    font-size: 39px;
    line-height: 60px;
  }

  .indexC-sengong .tit p {
    font-size: 14px;
  }

  .indexC-sengong .tit p::after {
    width: 140px;
    margin-top: 20px;
  }

  .indexC-sengong .txt {
    margin-top: -20px;
  }

  .indexC-sengong .txt p {
    font-size: 14px;
    line-height: 24px;
  }

  .indexC-sengong .txt h3 {
    font-size: 32px;
  }

  .indexC-sengong .txt a.btn {
    font-size: 16px;
    padding: 6px 50px;
  }

  .indexC-sengong .txt div {
    margin-top: 50px;
  }
}

@media screen and (max-width:820px) {
  .indexC-sengong {
    padding: 30px 0;
  }

  .indexC-sengong .tit {
    background: none;
    text-align: center;
  }

  .indexC-sengong .tit h3 {
    font-size: 26px;
    line-height: 38px;
  }

  .indexC-sengong .tit p::after {
    width: 100px;
    margin: 20px auto 0;
  }

  .indexC-sengong .content {
    display: block;
  }

  .indexC-sengong .box {
    margin-top: 30px;
    float: none;
    width: 100%;
  }
  .indexC-sengong .box img{
    margin: 0;
  }

  .indexC-sengong .txt {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .indexC-sengong .txt h3 {
    font-size: 24px;
    margin: 10px 0;
  }

  .indexC-sengong .txt a.btn {
    margin-top: 30px;
    text-align: center;
  }
}


@media screen and (max-width:480px) {
  .indexC-sengong .box a {
    height: 70px;
    width: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
  }

  .indexC-sengong .box a i {
    font-size: 36px;
    line-height: 70px;
  }

}







.indexD-sengong {
  padding: 260px 0 0;
  margin: -260px 0 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.indexD-sengong ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.indexD-sengong ul li {
  position: relative;
  text-align: center;
  width: 20%;
}

.indexD-sengong ul li .B {
  display: none;
}

.indexD-sengong ul li:hover .B {
  display: block;
  margin: 0 auto;
}

.indexD-sengong ul li:hover .A {
  display: none;
}

.indexD-sengong ul li h5 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}

.indexD-sengong ul li h5 span {
  position: relative;
}

.indexD-sengong ul li p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.indexD-sengong .list .swiper {
  padding-bottom: 20px;
}

.indexD-sengong h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 80px 0;
  text-transform: uppercase;
}

.indexD-sengong .list {
  height: 300px;
  position: relative;
}

.indexD-sengong .swiper-slide {
  width: 29%;
}

.indexD-sengong .swiper-slide img {
  display: block;
  width: 100%;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

.indexD-sengong .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

.indexD-sengong .swiper-button-prev,
.indexD-sengong .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  margin-top: 125px;
  text-align: center;
  color: #000;
}

.indexD-sengong .swiper-button-next::after,
.indexD-sengong .swiper-button-prev::after {
  display: none;
}

.indexD-sengong .swiper-button-prev i,
.indexD-sengong .swiper-button-next i {
  color: inherit;
  font-size: 40px;
  display: inline-block;
  margin-top: 1px;
}

.indexD-sengong .swiper-button-prev,
.indexD-sengong .swiper-container-rtl .swiper-button-next {
  transform: translateX(-100%);
}

.indexD-sengong .swiper-button-next,
.indexD-sengong .swiper-container-rtl .swiper-button-prev {
  transform: translateX(100%);
}

.indexD-sengong .swiper-button-prev:hover,
.indexD-sengong .swiper-button-next:hover {
  color: var(--color-primary);
}

@media screen and (max-width:1440px) {
  .indexD-sengong h3 {
    font-size: 50px;
  }

  .indexD-sengong .list {
    height: 240px;
  }

  .indexD-sengong .swiper-button-prev,
  .indexD-sengong .swiper-button-next {
    margin-top: 95px;
  }

}

@media screen and (max-width:1280px) {
  .indexD-sengong {
    margin-top: -200px;
  }

  .indexD-sengong h3 {
    font-size: 40px;
  }

  .indexD-sengong ul li h5 {
    font-size: 28px;
  }

  .indexD-sengong ul li p {
    font-size: 16px;
  }

  .indexD-sengong ul li img {
    width: 80px;
  }

  .indexD-sengong h3 {
    margin: 40px 0;
  }

  .indexD-sengong .list {
    height: 200px;
  }

  .indexD-sengong .swiper-button-prev,
  .indexD-sengong .swiper-button-next {
    margin-top: 75px;
  }
}

@media screen and (max-width:1200px) {
  .indexD-sengong {
    margin-bottom: 240px;
  }
}

@media screen and (max-width:992px) {
  .indexD-sengong {
    margin-bottom: 180px;
  }
}

@media screen and (max-width:820px) {
  .indexD-sengong {
    margin-bottom: 0;
  }

  .indexD-sengong h3 {
    font-size: 28px;
  }

  .indexD-sengong {
    padding: 50px 0 0;
    margin-top: 0;
  }

  .indexD-sengong .list {
    height: auto;
  }

  .indexD-sengong ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .indexD-sengong ul li {
    width: 30%;
    margin-bottom: 20px;
  }

  .indexD-sengong h3 {
    margin: 30px 0;
  }

  .indexD-sengong .swiper-button-prev,
  .indexD-sengong .swiper-button-next {
    margin-top: 0;
    display: none;
  }
}

@media screen and (max-width:480px) {
  .indexD-sengong h3 {
    font-size: 22px;
  }

  .indexD-sengong ul li {
    width: 50%;
  }
}








.indexE-sengong {
  padding: 80px 0;
  position: relative;
}

.indexE-sengong:after {
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  height: 690px;
  width: 670px;
  position: absolute;
  left: -220px;
  top: 30%;
}
[dir="rtl"] .indexE-sengong:after {
  right: -220px;
  left: unset;
}


.indexE-sengong .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.indexE-sengong .txt {
  width: 43%;
  z-index: 20;
}

.indexE-sengong .txt h3 {
  font-size: 60px;
  text-transform: uppercase;
  width: 65%;
  font-weight: 700;
  line-height: 60px;
  color: #000;
}

.indexE-sengong .txt h5 {
  color: var(--color-primary);
  font-size: 29px;
  font-weight: 300;
  line-height: 2.9em;
}

.indexE-sengong .txt span {
  color: var(--color-primary);
  font-size: 18px;
}

.indexE-sengong .txt p {
  font-size: 18px;
  font-weight: 300;
  color: #1876be;
  line-height: 2em;
}

.indexE-sengong .list {
  width: 52%;
}

.indexE-sengong .list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -25px;
}

.indexE-sengong .list ul li {
  width: 50%;
  padding: 0 25px 35px;
  cursor: pointer;
}

.indexE-sengong .list ul li:nth-child(2n) {
  padding: 35px 25px 0;
}

.indexE-sengong .list ul li>div {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  height: 300px;
  background: #F2F2F2;
  padding: 0 30px;
  color: #000;
  transition: all .4s ease 0s;
}

.indexE-sengong .list ul li:nth-child(2)>div,
.indexE-sengong .list ul li:nth-child(3)>div {
  background: var(--bg-color);
  color: #fff;
}

.indexE-sengong .list ul li p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8em;
  margin-top: 15px;
}

.indexE-sengong .list ul li .pic {
  position: relative
}

.indexE-sengong .list ul li .pic .B {
  display: none;
}

.indexE-sengong .list ul li:hover .pic .B {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.indexE-sengong .list ul li:hover:nth-child(2)>div,
.indexE-sengong .list ul li:hover:nth-child(3)>div {
  background: #F2F2F2;
  color: #000;
}

.indexE-sengong .list ul li:hover:nth-child(1)>div,
.indexE-sengong .list ul li:hover:nth-child(4)>div {
  background: var(--bg-color);
  color: #fff;
}

.indexE-sengong-intro ul {
  list-style: unset;
}
.indexE-sengong-intro ol {
  list-style: decimal;
}

@media screen and (max-width:1440px) {
  .indexE-sengong .txt h3 {
    font-size: 50px;
  }
}

@media screen and (max-width:1280px) {
  .indexE-sengong .txt h3 {
    font-size: 40px;
  }

  .indexE-sengong {
    padding: 50px 0;
  }

  .indexE-sengong::after {
    height: 560px;
    width: 560px;
  }

  .indexE-sengong .txt h3 {
    line-height: 50px;
  }

  .indexE-sengong .txt h5 {
    font-size: 22px;
    line-height: 2.4em;
  }

  .indexE-sengong .txt p {
    font-size: 14px;
    line-height: 1.6em;
  }

  .indexE-sengong .list ul li {
    padding: 0 15px 35px;
  }

  .indexE-sengong .list ul li:nth-child(2n) {
    padding: 35px 15px 0;
  }

  .indexE-sengong .list ul li p {
    font-size: 15px;
    line-height: 1.4em;
  }

  .indexE-sengong .list ul li .pic img {
    width: 80px;
  }

  .indexE-sengong .list ul li>div {
    height: 240px;
    padding: 0 20px;
  }

}

@media screen and (max-width:820px) {

  .indexE-sengong .txt h3 {
    font-size: 28px;
  }

  .indexE-sengong {
    padding: 30px 0;
  }

  .indexE-sengong .container {
    display: block;
  }

  .indexE-sengong::after {
    display: none;
  }

  .indexE-sengong .txt {
    width: 100%;
    text-align: center;
  }

  .indexE-sengong .txt h3 {
    width: 100%;
  }

  .indexE-sengong .list {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }

  .indexE-sengong .list ul li,
  .indexE-sengong .list ul li:nth-child(2n) {
    padding: 0 15px 20px;
  }
}

@media screen and (max-width:480px) {
  .indexE-sengong .txt h3 {
    font-size: 22px;
  }

  .indexE-sengong .list ul li {
    width: 100%;
    text-align: center;
  }

  .indexE-sengong .list ul li:hover .pic .B {
    left: calc(50% - 40px);
  }

}









.indexF-sengong {
    padding: 80px 0;
    background: #f2f2f2;
    position: relative;
}

.indexF-sengong .txt {
    position: relative;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.indexF-sengong .txt h5 {
    color: var(--color-primary);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 600;
}

.indexF-sengong .txt h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.indexF-sengong .txt a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 45px;
    background: #1876be;
    border-radius: 8px;
    display: inline-block;
}

.indexF-sengong .txt a:hover {
 background: #318cd1;
  color: #fff;
}

.indexF-sengong .swiper-slide div {
    background: #fff;
    padding: 10px 20px;
}

.indexF-sengong .swiper-slide .pic {
    display: block;
    overflow: hidden;
}

.indexF-sengong .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.indexF-sengong .swiper-slide em {
    font-size: 18px;
    color: #B6B6B6;
    font-weight: 300;
    line-height: 40px;
}

.indexF-sengong .swiper-slide h5 {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    height: 56px;
}

.indexF-sengong .swiper-slide h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.indexF-sengong .swiper-slide .more {
    color: #000;
    font-size: 18px;
    line-height: 3;
}

.indexF-sengong .swiper-slide .more:hover {
    color: var(--color-primary);
}

.indexF-sengong .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.indexF-sengong .swiper-pagination {
    display: block;
    position: static;
    width: 100%;
    margin-top: 70px;
}

.indexF-sengong .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    margin: 0 5px;
    background: #ABABAB;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
}

.indexF-sengong .swiper-pagination-bullet-active {
    background: var(--color-primary);
}

@media screen and (max-width:1440px) {
    .indexF-sengong .txt h3 {
        font-size: 50px;
    }
}

@media screen and (max-width:1280px) {
    .indexF-sengong .txt h3 {
        font-size: 40px;
    }

    .indexF-sengong {
        padding: 40px 0;
    }

    .indexF-sengong .txt h5 {
        font-size: 16px;
        letter-spacing: 8px;
    }

    .indexF-sengong .txt a {
        font-size: 18px;
        padding: 6px 35px;
    }

    .indexF-sengong .txt {
        margin-bottom: 30px;
    }

    .indexF-sengong .swiper-slide h5 {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
    }

    .indexF-sengong .swiper-slide .more {
        font-size: 16px;
    }

    .indexF-sengong .swiper-pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) {

    .indexF-sengong .txt h3 {
        font-size: 28px;
    }

    .indexF-sengong .txt {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }

    .indexF-sengong .txt a {
        font-size: 16px;
        padding: 6px 25px;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .indexF-sengong .txt h3 {
        font-size: 22px;
    }


    .indexF-sengong .swiper-slide h5 {
        font-size: 16px;
    }

    .indexF-sengong .swiper-pagination {
        margin-top: 20px;
    }

    .indexF-sengong .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }

}















.sidebanner-rightint2 {
  position: relative;
}

.sidebanner-rightint2 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.sidebanner-rightint2 .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.sidebanner-rightint2 .container {
  position: relative;
  z-index: 10;
}

.sidebanner-rightint2 h1,
.sidebanner-rightint2 h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-family-1);
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p {
  color: #fff;
  font-size: 15px;
  margin: 15px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p i {
  font-size: 15px;
  color: #fff;
}

.sidebanner-rightint2 p a {
  color: #fff;
  text-shadow: 2px 2px 4px #666;
}


@media screen and (max-width:768px) {
  .sidebanner-rightint2 .txt {
    text-align: center;
  }

  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 30px;
    line-height: 1;
  }

  .sidebanner-rightint2 p {
    margin: 10px 0 0;
  }
}

@media screen and (max-width:576px) {

  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 26px;
  }
}


@media screen and (max-width:480px) {

  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 22px;
  }
}















.rightint-about {
  padding: 70px 0;
}

.rightint-about .container {
  overflow: auto;
}

.rightint-about .txt h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #3b3535;
  font-weight: 600;
}
.rightint-about .txt h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #3b3535;
  display: block;
  margin: 15px auto 0 0;
}
.rightint-about .txt .t {
  font-size: 17px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 0;
}
.rightint-about .txt .t p ~ p {
  margin-top: 10px;
}

.rightint-about .pic {
  float: right;
  margin: 0 0 0 50px;
  width: 55%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.rightint-about .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
  .rightint-about .pic {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .rightint-about .txt h3 {
    text-align: center;
    font-size: 30px;
  }

  .rightint-about .txt h3::after {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .rightint-about .txt h3 {
    font-size: 22px;
  }
}



















.rightint-history {
  padding: 70px 0 100px;
}

.rightint-history h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.rightint-history h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 15px auto 0;
}

.rightint-history .box {
  margin: 100px 0 0;
}

.rightint-history .list {
  position: relative;
}
.rightint-history .list::after1 {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.1)
  );
  display: block;
}
.rightint-history .list .swiper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.rightint-history .swiper-slide {
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.rightint-history .swiper-slide .txt {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 20;
}
.rightint-history .swiper-slide .txt h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.rightint-history .swiper-slide .txt p {
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.rightint-history .swiper-slide .txt p ~ p {
  margin-top: 10px;
}

.rightint-history .swiper-button-prev,
.rightint-history .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  color: #fff;
  margin-top: -20px;
  text-align: center;
}
.rightint-history .swiper-button-prev::after,
.rightint-history .swiper-button-next::after {
  display: none;
}
.rightint-history .swiper-button-prev i,
.rightint-history .swiper-button-next i {
  font-size: 26px;
  line-height: 40px;
  color: inherit;
}
.rightint-history .swiper-button-prev,
.rightint-history .swiper-container-rtl .swiper-button-next {
  left: -40px;
  right: auto;
}
.rightint-history .swiper-button-next,
.rightint-history .swiper-container-rtl .swiper-button-prev {
  right: -40px;
  left: auto;
}
.rightint-history .swiper-button-prev:hover,
.rightint-history .swiper-button-next:hover {
  color: #fff;
}

.rightint-history .swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
  width: 100%;
  display: none;
}
.rightint-history .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border: 1px solid #bbb;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
}
.rightint-history .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .rightint-history {
    padding: 30px 0;
  }
  
  .rightint-history .swiper-button-prev,
  .rightint-history .swiper-container-rtl .swiper-button-next {
    left: -16px;
    right: auto;
  }
  .rightint-history .swiper-button-next,
  .rightint-history .swiper-container-rtl .swiper-button-prev {
    right: -16px;
    left: auto;
  }
}









.rightint-agent {
  padding: 70px 0;
}
.rightint-agent .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.rightint-agent .txt {
  width: 50%;
}
.rightint-agent .txt h3 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #3b3535;
  font-weight: 600;
}
.rightint-agent .txt .t {
  margin: 20px 0 0;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.rightint-agent .txt .t p ~ p {
  margin-top: 15px;
}
.rightint-agent .more {
  width: 50%;
  text-align: right;
}

.rightint-agent .more a {
  width: 210px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.rightint-agent .more a:hover {
  background: #318cd1;
  color: #fff;
  border: 1px solid #318cd1;
}

@media screen and (max-width: 768px) {
  .rightint-agent .txt h3 {
    text-align: center;
    font-size: 30px;
  }

  .rightint-agent {
    padding: 30px 0;
  }

  .rightint-agent .container {
    display: block;
  }

  .rightint-agent .txt {
    width: 100%;
  }

  .rightint-agent .txt .t {
    font-size: 17px;
    line-height: 24px;
  }

  .rightint-agent .more {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .rightint-agent .more a {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .rightint-agent .txt h3 {
    font-size: 22px;
  }
}









.rightint-factory {
  padding: 70px 0;
}
.rightint-factory h3 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #3b3535;
  font-weight: 600;
}
.rightint-factory h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #222;
  display: block;
  margin: 20px auto 0;
}

.rightint-factory .list {
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.rightint-factory .swiper-slide {
}
.rightint-factory .swiper-slide a {
  position: relative;
  display: block;
}
.rightint-factory .swiper-slide img {
}
.rightint-factory .swiper-slide p {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  background: linear-gradient(rgba(255, 255, 255, 0), color-mix(in srgb, var(--color-primary) 85%, transparent));
  transition: all 0.3s ease 0s;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.rightint-factory .swiper-button-prev,
.rightint-factory .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 0;
  background: none;
  margin-top: -25px;
  text-align: center;
  color: #b5b5b5;
}
.rightint-factory .swiper-button-next::after,
.rightint-factory .swiper-button-prev::after {
  display: none;
}
.rightint-factory .swiper-button-prev i,
.rightint-factory .swiper-button-next i {
  color: inherit;
  font-size: 40px;
  display: inline-block;
  margin-top: 1px;
}
.rightint-factory .swiper-button-prev,
.rightint-factory .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}
.rightint-factory .swiper-button-next,
.rightint-factory .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.rightint-factory .swiper-button-prev:hover,
.rightint-factory .swiper-button-next:hover {
  color: var(--color-primary);
}

.rightint-factory .swiper-pagination-bullets {
  position: static;
  width: 100%;
  display: none;
  margin-top: 20px;
}
.rightint-factory .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #c1c1c1;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}
.rightint-factory .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .rightint-factory .swiper-button-prev,
  .rightint-factory .swiper-container-rtl .swiper-button-next {
    left: -16px;
    right: auto;
  }
  .rightint-factory .swiper-button-next,
  .rightint-factory .swiper-container-rtl .swiper-button-prev {
    right: -16px;
    left: auto;
  }
}







/*---footer---*/

footer {
  background: #fff;
  padding: 60px 0;
}
.invite-form .crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: calc(50% - -37px);
}
.footer-from-song {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.footer-from-song .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 130px;
}

.footer-from-song .txt h3 {
  font-size: 44px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
}

.footer-from-song .txt p {
  font-size: 16px;
  color: #717171;
}

.footer-from-song .sendemail {
  width: 48%;
  position: relative;
}

.footer-from-song .sendemail form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.footer-from-song .sendemail .post-text {
  -webkit-flex: 1;
  flex: 1;
  height: 65px;
  line-height: 65px;
  background: #f2f2f2;
  border-right: none;
  overflow: hidden;
  color: #333;
  padding: 0 15px;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
}

.footer-from-song .sendemail .post-btn {
  background: var(--color-primary);
  font-size: 24px;
  color: #fff;
  width: 230px;
  text-align: center;
  height: 65px;
  display: block;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
}

.footer-from-song .sendemail .post-btn:hover {
  background: var(--color-primary);
}

.foot-contact-song {
  border-top: 1px solid #DBDBDB;
  margin-top: 60px;
  padding-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.foot-contact-song dl {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.foot-contact-song dl dt {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #EEEFEA;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.foot-contact-song dl dt i {
  font-size: 60px;
  color: var(--color-primary);
}

.foot-contact-song dl dd {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.foot-contact-song dl dd h5 {
  font-size: 18px;
  line-height: 1;
  color: #141414;
  font-weight: 600;
}

.foot-contact-song dl dd p {
  font-size: 18px;
  color: #717171;
  line-height: 24px;
  margin: 20px 0 0;
}

#footer-song {
  background: #212120;
  padding: 80px 0;
}

#footer-song .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer-song h5 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}

.foot-logo-song {
  width: 35%;
}
.foot-nav-song,
.foot-list-song {
  width: 20%;
}
.foot-product-song {
  width: 25%;
}

.foot-logo-song img {
  height:80px;
}

.foot-logo-song p {
  font-size: 17px;
  color: #E5E5E5;
  margin: 30px 0 0;
}

.foot-logo-song .share {
  font-size: 0;
  margin: 30px 0 0;
}

.foot-logo-song .share a {
  display: inline-block;
  color: #585858;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.foot-logo-song .share a+a {
  margin-left: 25px;
}

.foot-logo-song .share a i {
  color: inherit;
  font-size: 20px;
  line-height: inherit;
}

.foot-logo-song .share a:hover {
  color: #fff;
  background: var(--color-primary);
}


.foot-nav-song ul li {
  font-size: 17px;
  line-height: 30px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-nav-song ul li+li {
  margin-top: 6px;
}

.foot-nav-song ul li a:hover {
  color: var(--color-primary);
}

.foot-list-song ul li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-list-song ul li+li {
  margin-top: 6px;
}

.foot-list-song ul li a:hover {
  color: var(--color-primary);
}

.foot-product-song ul li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #b2b2b2;
  font-weight: 300;
}

.foot-product-song ul li+li {
  margin-top: 6px;
}

.foot-product-song ul li a:hover {
  color: var(--color-primary);
}

#gotop-song {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

#gotop-song i {
  color: #fff;
  font-size: 18px;
}

#gotop-song:hover {
  background: #353535;
}


/*------scrollsidebar start----------*/
.rides-cs-song {
  font-size: 12px;
  position: fixed;
  top: 250px;
  right: 0px;
  _position: absolute;
  z-index: 1500;
  border-radius: 0 6px 6px 0;
}

.rides-cs-song .floatL {
  display: none;
  width: 36px;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  height: 166px;
  background: var(--bg-color);
  border-radius: 8px 0 0 8px;
}

.rides-cs-song .floatL a {
  font-size: 0;
  text-indent: -999em;
  display: block;
}

.rides-cs-song .floatR {
  width: 140px;
  float: left;
  background: #fff;
  border: 4px solid var(--bg-color);
}

.rides-cs-song .floatR .tit {
  background: var(--bg-color);
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.rides-cs-song .floatR .tit img {
  max-width: 30px;
  margin-right: 10px;
}

.rides-cs-song .floatR ul {
  padding: 0px;
}

.rides-cs-song .floatR ul li {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding: 10px;
  font-size: 14px;
}

.rides-cs-song .floatR ul li span {
  color: #333;
}

.rides-cs-song .floatR ul i {
  color: var(--color-primary);
  font-size: 20px;
}

.rides-cs-song .floatR ul li a {
  color: #333;
}

.rides-cs-song .floatR ul li img {
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.rides-cs-song .btnOpen,
.rides-cs-song .btnCtn {
  position: relative;
  z-index: 9;
  top: 15px;
  left: 0;
  background-image: url(https://shopcdnpro.grainajz.com/inst/Song/914/63254/sections/images/onlinebg.png);
  background-repeat: no-repeat;
  display: block;
  height: 136px;
  padding: 8px;
  box-sizing: border-box;
}

.rides-cs-song .btnOpen {
  background-position: -37px 0;
}

.rides-cs-song .btnCtn {
  background-position: 0 0;
}

@media screen and (max-width:1440px) {

  .footer-from-song .txt {
    margin-right: 50px;
  }

  .footer-from-song .txt h3 {
    font-size: 40px;
  }

  .foot-contact-song dl dt {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .foot-contact-song dl dt i {
    font-size: 40px;
  }

  .foot-contact-song dl dd {
    margin-left: 15px;
  }

  .foot-logo-song img {
    height: 100px;
  }
}

@media screen and (max-width:1280px) {
  /*-----foot-----*/

  .footer-from-song .txt h3 {
    font-size: 32px;
  }

  .footer-from-song .txt p {
    font-size: 14px;
  }

  .footer-from-song .sendemail .post-text {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .footer-from-song .sendemail .post-btn {
    font-size: 20px;
    width: 180px;
    height: 50px;
  }

  .foot-contact-song {
    margin-top: 30px;
    padding-top: 30px;
  }

  .foot-contact-song dl dt {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .foot-contact-song dl dt i {
    font-size: 30px;
  }

  .foot-contact-song dl dd h5 {
    font-size: 16px;
  }

  .foot-contact-song dl dd p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 20px;
  }

  /* .foot-logo-song {
    width: 350px;
  } */

  .foot-logo-song img {
    height: 90px;
  }

  .foot-logo-song .share {
    margin: 20px 0 0;
  }

  .foot-logo-song .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .foot-logo-song .share a+a {
    margin-left: 15px;
  }

  .foot-logo-song p {
    font-size: 15px;
    margin: 20px 0 0;
  }

  #footer-song h5 {
    font-size: 24px;
  }

  .foot-nav-song ul li,
  .foot-list-song ul li,
  .foot-product-song ul li {
    font-size: 15px;
    line-height: 24px;
  }

}

@media screen and (max-width:992px) {
  .foot-logo-song,
  .foot-nav-song,
  .foot-product-song,
  .foot-list-song {
    width: 50%;
    text-align: center;
  }
  .foot-product-song,
  .foot-list-song {
    margin-top: 30px;
  }
}

@media screen and (max-width:768px) {
  #footBar {
    display: block;
    background: #333;
  }

  #gotop-song {
    display: none !important;
  }

  /*-----foot-----*/

  footer {
    padding: 30px 0;
  }

  .footer-from-song {
    display: block;
    text-align: center;
  }

  .footer-from-song .txt {
    margin-right: 0;
  }

  .footer-from-song .txt h3 {
    font-size: 26px;
  }

  .footer-from-song .sendemail {
    width: 90%;
    margin: 30px auto 0;
  }

  .foot-contact-song {
    display: block;
  }

  .foot-contact-song dl {
    display: block;
    text-align: center;
  }

  .foot-contact-song dl dt {
    margin: 0 auto;
  }

  .foot-contact-song dl dd {
    margin: 20px 0;
  }

  #footer-song {
    padding: 40px 0;
  }

  #footer-song .container {
    display: block;
  }

  .foot-logo-song img {
    height: 70px;
  }

  .foot-logo-song,
  .foot-nav-song,
  .foot-product-song,
  .foot-list-song {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .foot-logo-song {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {

  /*-----foot-----*/
  .footer-from-song .txt h3 {
    font-size: 22px;
  }

  .footer-from-song .sendemail .post-text {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .footer-from-song .sendemail .post-btn {
    font-size: 16px;
    width: 120px;
    height: 40px;
  }
}







/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}











.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.newslist ul li {
  margin: 0 0 20px;
  padding: 15px;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
}

.newslist ul li .pic {
  width: 380px;
  display: block;
  overflow: hidden;
}

.newslist ul li .pic img {
  width: 100%;
  transition: all 0.3s ease 0s;
}

.newslist ul li .t {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 40px;
}

.newslist ul li .t h5 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.newslist ul li .t h5 a {
  color: #333;
}

.newslist ul li .t h5 a:hover {
  color: var(--color-primary);
}

.newslist ul li .t span {
  display: block;
  font-size: 14px;
  color: #777;
  margin: 15px 0 0;
}

.newslist ul li .t span i {
  margin-right: 8px;
}

.newslist ul li .t p {
  color: #666;
  font-size: 17px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 0;
  line-height: 24px;
}

.newslist ul li .pic:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .newslist ul li .pic {
    width: 220px;
  }

  .newslist ul li .t {
    margin: 0 0 0 30px;
  }

  .newslist ul li .t h5 {
    font-size: 18px;
  }

  .newslist ul li .t span {
    font-size: 13px;
    margin: 10px 0 0;
    display: inline-block;
  }

  .newslist ul li .t p {
    line-height: 22px;
  }

  .newslist ul li .t p {
    font-size: 15px;
    height: 44px;
    margin: 8px 0 0;
    line-height: 22px;
  }

  .newslist ul li .t a.more {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .newslist ul li {
    display: block;
  }

  .newslist ul li .pic {
    width: 100%;
  }

  .newslist ul li .t {
    margin: 20px 0 0;
    text-align: center;
  }
}



















.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.newsnr h1 {
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 0;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: capitalize;
}

.newsnr .artInfo {
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}

.newsnr .artInfo::after {
  content: "";
  display: block;
  height: 3px;
  background: var(--color-primary);
  width: 100px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: 0 0 0 -50px;
  z-index: 1;
}

.newsnr .artInfo span {
  margin: 0 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #666;
}

/* .newsnr .artInfo span.time {
  background: url(../images/time.png) no-repeat left center;
  padding: 0 0 0 20px;
} */

.myart {
  margin: 20px 0;
  line-height: 26px;
  font-size: 17px;
  color: #666;
}

.myart p {
  margin: 0 0 10px;
}

.pnbar {
  margin-top: 30px;
}

.pnbar p {
  max-width: 100%;
  margin: -1px 0 0 0;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
}

.pnbar p a {
  color: #545454;
}

.pnbar p:hover a {
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .newsnr h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .myart {
    margin: 15px 0;
    line-height: 22px;
    font-size: 15px;
  }

  .myart p {
    margin: 0 0 8px;
  }

  .pnbar {
    margin-top: 20px;
  }

  .pnbar p {
    padding: 7px 10px;
    font-size: 15px;
  }
}.video-iframe{height:0;width:100%;padding-bottom:74.6%;position:relative;}
.video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;object-position:center;-o-object-position:center;}



















.rightint-case-list.main {
  padding: 70px 0;
}

.rightint-case-list .app-list h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.rightint-case-list .app-list h3::before {
  display: block;
  content: attr(data-tit);
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210, 217, 221, 0.75) 1px 0 0, rgba(210, 217, 221, 0.75) 0 1px 0, rgba(210, 217, 221, 0.75) -1px 0 0, rgba(210, 217, 221, 0.75) 0 -1px 0;
}

.rightint-case-list .app-list h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 10px auto 0 0;
}

.rightint-case-list .app-list>p {
  margin: 40px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666;
}

.rightint-case-list .app-list ul {
  margin: 37px -20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rightint-case-list .app-list ul li {
  width: 33.3333%;
  padding: 15px 20px;
}

.rightint-case-list .app-list ul li>a {
  position: relative;
  overflow: hidden;
  display: block;
}

.rightint-case-list .app-list ul li img {
  display: block;
  width: 100%;
  aspect-ratio: 1/ 1;
  object-fit: cover;
}

.rightint-case-list .app-list ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 105;
  padding: 0 34px 29px;
  transition: opacity 0.2s, transform 0.35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.rightint-case-list .app-list ul li .txt::after {
  content: "";
  background: var(--color-primary);
  opacity: 0.85;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}

.rightint-case-list .app-list ul li .txt>* {
  position: relative;
  z-index: 10;
}

.rightint-case-list .app-list ul li .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.rightint-case-list .app-list ul li .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  margin: 15px 0 0;
}

.rightint-case-list .app-list ul li .txt .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 0;
}

.rightint-case-list .app-list ul li .txt .more i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.rightint-case-list .app-list ul li:hover .txt::after {
  height: 100%;
}

.rightint-case-list .app-list ul li:hover .txt p {
  height: 112px;
}

.rightint-case-list .app-list ul li:hover .more i {
  background: #FAFBFB;
  color: var(--color-primary);
  border-color: #FAFBFB;
}

@media screen and (max-width: 992px) {
  .rightint-case-list .app-list ul li .txt .more {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .rightint-case-list.app-list h1 {
    text-align: center;
  }

  .rightint-case-list .app-list h1::before {
    font-size: 40px;
    left: 0;
    right: 0;
    top: -25px;
  }

  .rightint-case-list .app-list h1::after {
    margin: 15px auto 0;
  }

  .rightint-case-list .app-list ul {
    margin: 20px -10px 0;
  }

  .rightint-case-list .app-list ul li {
    padding: 10px;
  }

  .rightint-case-list .app-list ul li .txt {
    padding: 0 10px 5px;
  }

  .app-list ul li .txt h6 {
    font-size: 17px;
  }

  .rightint-case-list .app-list h3::before {
    font-size: 45px;
  }
}

@media screen and (max-width:480px) {
  .rightint-case-list .app-list ul {
    margin: 14px 0 0;
  }

  .rightint-case-list .app-list ul li {
    padding: 6px 0;
    width: 100%;
  }
}












.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.app-tit {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.app-tit .pic {
  width: 44.36%;
  position: relative;
}

.app-tit .pic img {
  position: relative;
  z-index: 10;
}

.app-tit .txt {
  flex: 1;
  margin-right: 100px;
}

.app-tit .txt h1 {
  font-size: 34px;
  color: #212121;
  line-height: 1;
  font-weight: 700;
}

.app-tit .txt h1::after {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 30px auto 0 0;
  display: block;
}

.app-tit .txt p {
  font-size: 17px;
  color: #666;
  line-height: 32px;
  margin: 20px 0 0;
}

.app-tit .txt a {
  margin: 40px 0 0;
}

.app-tit .more1 {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: #212121;
  font-weight: 700;
}

.app-tit .more1 span {
  width: 13px;
  height: 12px;
  background: var(--color-primary);
  margin-right: 10px;
}

.app-tit .more1 span:last-child {
  margin-right: 27px;
}

.app-tit .more1:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.app-tit .more1:hover span {
  background: #fff;
}

.news-content {
  line-height: 2;
  font-size: 17px;
  color: #666;
  border-top: 1px solid #eee;
  padding: 40px 0 20px;
}

.news-content p {
  margin-bottom: 20px;
}

.news-content strong {
  color: #333;
}

.news-content h5 {
  font-size: 22px;
  color: #000009;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.news-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  color: #484848;
  font-size: 14px;
}

.news-content table tr>th {
  padding: 10px 20px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.news-content table tr>td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.pnbar {
  margin: 0 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 70px 0 30px;
}

.pnbar>a {
  width: 40%;
  position: relative;
}

.pnbar>a.m {
  width: 20%;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.pnbar>a.l,
.pnbar>a.r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.pnbar>a.r {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.pnbar i {
  color: #999;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}

.pnbar em {
  font-size: 16px;
  color: #999;
  margin: 0 0 0 10px;
}

.pnbar p {
  margin: 0 0 0 20px;
  color: #212121;
  line-height: 28px;
  font-size: 18px;
  border: none;
}

.pnbar>a.r em {
  margin: 0 10px 0 0;
}

.pnbar>a.r p {
  margin: 0 20px 0 0;
}

.pnbar>a.m:hover {
  color: var(--color-primary);
}

.pnbar>a:hover i {
  color: #212121;
}

.pnbar>a:hover em {
  color: #212121;
}

.pnbar>a:hover p {
  color: var(--color-primary);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .pnbar {
    margin-top: 20px;
  }

  .pnbar p {
    padding: 7px 10px;
    font-size: 15px;
    display:none
  }
  .app-tit{
        flex-direction: column;
  }
  .app-tit .txt{
    width:100% !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .app-tit .pic{
    width:100% !important;
  }
}









.rightint-goods-list.main {
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}

.rightint-goods-list .main-left {
  float: left;
  width: 300px;
}

.rightint-goods-list .main-right {
  margin-left: 340px;
}

.rightint-goods-list .main-left h3 {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: var(--color-primary);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.rightint-goods-list .main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  float: right;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.rightint-goods-list .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.rightint-goods-list .sidemenu {
  margin: 0 0 15px;
}

.rightint-goods-list .sidemenu ul {
  border: 1px solid #ededed;
  border-top: none;
}

.rightint-goods-list .sidemenu ul li {
  margin: 3px 0 0;
  border-bottom: 1px solid #ededed;
}

.rightint-goods-list .sidemenu ul li h5 {
  line-height: 24px;
  display: block;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.rightint-goods-list .sidemenu ul li h5 a {
  color: #333;
  display: block;
  padding: 10px 50px 10px 20px;
  text-transform: capitalize;
}

.rightint-goods-list .sidemenu ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.rightint-goods-list .sidemenu ul li h5 span::after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  display: block;
}

.rightint-goods-list .sidemenu dl {
  display: none;
}

.rightint-goods-list .sidemenu dl dd {
  line-height: 40px;
  border-bottom: 1px dashed #dcdcdc;
  background: #fff;
  padding: 0 20px;
}

.rightint-goods-list .sidemenu dl dd:last-child {
  border-bottom: none;
}

.rightint-goods-list .sidemenu dl dd a {
  font-size: 15px;
  color: #666;
  padding-left: 15px;
  text-transform: capitalize;
}

.rightint-goods-list .sidemenu dl dd.active,
.rightint-goods-list .sidemenu dl dd.active a,
.rightint-goods-list .sidemenu dl dd:hover,
.rightint-goods-list .sidemenu dl dd:hover a {
  color: var(--color-primary);
}

.rightint-goods-list .sidemenu ul li.active h5 {
  border-bottom: 1px solid #ededed;
}

.rightint-goods-list .sidemenu ul li.active h5 a {
  color: var(--color-primary);
}

.rightint-goods-list .sidemenu ul li.active span::after {
  content: '-';
}

.rightint-goods-list .prolist ul {
  display: flex;
  flex-wrap: wrap
}

.rightint-goods-list .prolist ul li {
  width: 31.333333333%;
  float: left;
  text-align: center;
  background: #fff;
  margin: 0 0 20px 2%;
  cursor: pointer;
  box-sizing: border-box;
}

.rightint-goods-list .prolist ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  padding: 5px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.rightint-goods-list .prolist ul li .pic img {
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
  aspect-ratio: 1/ 1;
  object-fit: cover;
}

.rightint-goods-list .prolist ul li .t {
  background: #455164;
  text-align: center;
  padding: 20px 10px;
}

.rightint-goods-list .prolist ul li .t h6 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.rightint-goods-list .prolist ul li:hover .pic {
  border: 1px solid #dedede;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.2);
}

.rightint-goods-list .prolist ul li:hover .pic img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.rightint-goods-list .prolist ul li:hover .t {
  background: var(--bg-color);
}

.rightint-goods-list .prolist li a:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .rightint-goods-list.main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .rightint-goods-list .main-left {
    float: none;
    width: 100%;
  }

  .rightint-goods-list .main-right {
    margin-left: 0;
  }

  .rightint-goods-list .main-left h3 {
    font-size: 18px;
    padding: 0 0 0 15px;
  }

  .rightint-goods-list .main-left h3::after {
    display: block;
  }

  .rightint-goods-list .sidemenu>ul {
    display: none;
  }

  .rightint-goods-list .sidemenu>ul>li h5 {
    padding: 8px 0 8px 15px;
    font-size: 16px;
  }

  .rightint-goods-list .sidemenu>ul>li h5 span {
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
  }

  .rightint-goods-list .prolist {
    margin-top: 20px;
  }

  .rightint-goods-list .prolist ul {
    margin: 0 -10px;
  }

  .rightint-goods-list .prolist ul li {
    width: 50%;
    padding: 10px;
    margin: 0;
  }

  .rightint-goods-list .prolist ul li h6 a {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
  }
}

@media screen and (max-width: 576px) {
  .rightint-goods-list .prolist ul li h6 a {
    font-size: 16px;
  }

  .rightint-goods-list .prolist ul li {
    width: 100%;
    margin: 0;
  }

  .rightint-goods-list .prolist ul li h6 a {
    overflow: hidden;
  }
}


.rightint-goods-list .prolist ul li .t h6 a{
    display: -webkit-box;  
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  
}





body{
  
  overflow-x:hidden;
}

#detail_decorate_root {
  width: 100% !important;
}

.pro_view {
  padding: 90px 0;
}
.pro_view .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.richtext.is-magic img {
    max-width: 100% !important;
}
.pro_img {
  width: 50%;
}
.pro_img .view {
  width: 100%;
}
.pro_img .view .swiper-slide img {
  width: 100%;
  display: block;
}

.pro_img .preview {
  position: absolute;
  left: calc(50% + 130px);
  bottom: 0;
  right: 0;
}
.pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 20px 0 5px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.pro_img .preview .swiper-slide::after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 10px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: var(--color-primary);
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -10px;
}
.pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 2px;
  box-sizing: border-box;
}
.pro_img .preview .active-nav img {
  border: 1px solid var(--color-primary);
}

.pro_img .preview .arrow-left,
.pro_img .preview .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  text-align: center;
}
.pro_img .preview .arrow-left {
  left: -40px;
}
.pro_img .preview .arrow-right {
  right: -40px;
}
.pro_img .preview .arrow-left i,
.pro_img .preview .arrow-right i {
  color: #999;
  font-size: 30px;
}
.pro_img .preview .arrow-left:hover i,
.pro_img .preview .arrow-right:hover i {
  color: #212121;
}
.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 130px;
  overflow: hidden;
}
.pro_view_inner h2 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}
.pro_view_inner .para {
  margin: 20px 0 0;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro_view_inner .para p {
  width: 100%;
  margin: 10px 0 0;
}
.pro_view_inner .para strong {
  font-weight: 600;
}
.pro_view_inner .para p:nth-child(-n + 6) {
  width: 50%;
}

.pro_view_inner h1 {
  font-size: 34px;
  font-weight: normal;
}

.pro_view_inner .btn-box {
  font-size: 0;
  margin: 50px 0 0;
}
.pro_view_inner .btn-box a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.pro_view_inner .btn-box a i {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.pro_view_inner .book {
  background: var(--color-primary);
  border-radius: var(--button-radius);
}
.pro_view_inner .book:hover {
   background: #318cd1;
  color: #fff;
  border: 1px solid #318cd1;
}

.pro_view_inner .pdf {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  margin-left: 30px;
}
.pro_view_inner .pdf:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.pro-text-1 {
  background: #eee;
  padding: 20px 0 20px;
  text-align: center;
}
.pro-text-1 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}


.pro-text-1 h2 {
    margin-bottom: 20px;
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-1 p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  margin: 20px 0 35px;
}
.pro-text-1 .video-box {
  position: relative;
  display: block;
}
.pro-text-1 .video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pro-text-1 .v {
  max-width: 800px;
  margin: 0 auto;
}

.pro-text-2 {
  background: #fff;
  padding: 90px 0 70px;
}
.pro-text-2 .tit {
  text-align: center;
}
.pro-text-2 .tit h5 {
  font-size: 48px;
  color: #030303;
  line-height: 3;
  font-weight: 600;
}
.pro-text-2 .tit h6 {
  font-size: 24px;
  color: #000000;
  margin: 18px 0 0;
}
.pro-text-2 .tit p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  margin: 8px 0 0;
}
.pro-text-2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-2 ul li {
  width: 33.333333%;
  padding: 0 15px;
  text-align: center;
}
.pro-text-2 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}
.pro-text-2 p {
  font-size: 16px;
}

.pro-text-3 {
  padding: 90px 0;
  background: #eee;
}
.pro-text-3 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pro-text-3 .pic {
  width: 55%;
  overflow: hidden;
}
.pro-text-3 .pic img {
  width: 100%;
}
.pro-text-3 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.pro-text-3 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-3 .txt h6 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 25px 0 0;
}
.pro-text-3 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 15px 0 0;
}

.pro-text-4 {
  padding: 90px 0;
  background: #fff;
}
.pro-text-4 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pro-text-4 .pic {
  width: 42%;
  overflow: hidden;
}
.pro-text-4 .pic img {
  width: 100%;
}
.pro-text-4 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 120px;
}
.pro-text-4 .txt h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-4 .txt p {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  line-height: 35px;
  margin: 30px 0 0;
}

.pro-text-5 {
  padding: 90px 0;
  background: #eee;
}
.pro-text-5 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.pro-text-5 ul {
  margin: 50px -4px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-text-5 ul li {
  width: 50%;
  padding: 4px;
  text-align: center;
}
.pro-text-5 ul li:last-child {
  width: 100%;
}
.pro-text-5 ul li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}

.pro-text-6 {
  background: #fff;
  padding: 90px 0 70px;
  text-align: center;
}
.pro-text-6 h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.pro-text-6 .pic {
  margin: 40px 0 0;
}

.rela-pro {
  padding: 60px 0;
}
.rela-pro h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.rela-pro ul {
  margin: 30px -10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rela-pro ul li {
  width: 33.333333%;
  text-align: center;
  padding: 10px;
}
.rela-pro ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
}
.rela-pro ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.rela-pro ul li h6 {
  margin-top: 20px;
  font-size: 18px;
}
.rela-pro ul li h6 a {
  color: #333;
  line-height: 22px;
}
.rela-pro ul li h6 a:hover {
  color: #0160bc;
}

.rela-pro ul li:hover h6 a {
  color: var(--color-primary);
}
.rela-pro ul li:hover a.pic img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}


.pro_text {
  margin: 30px 0 0;
  position: relative;
}

.pro_text .tit {
  height: 54px;
  background: #f3f3f3;
  padding: 12px 0 0;
  box-sizing: border-box;
}
.pro_text .tit h5 {
  border-left: 3px solid var(--color-primary);;
  padding: 0 0 0 15px;
  color: var(--text-color);
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Gadugi-Bold";
}

.pro-content {
  padding: 20px 15px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.pro-content p {
  margin-bottom: 15px;
}
.pro-content .row {
  margin-bottom: 15px;
}
.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.pro-content table {
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  color: #333;
}
.pro-content table tr > th {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  background: color-mix(in srgb, var(--color-primary) 0.7, transparent);
  font-weight: bold;
  color: #fff;
}
.pro-content table tr > td {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px solid #dddddd;
}
.pro-content table tr > td p {
  margin: 0;
}

.pro-app {
  padding: 10px 0 0;
}
.pro-app ul {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pro-app ul li {
  width: 33.3333333%;
  padding: 10px;
  text-align: center;
}
.pro-app ul li p {
  margin-top: 10px;
  font-size: 17px;
  color: #333;
}

.pcontents table {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 20px;
  border: 1px solid #bdbdbd;
  color: #4b4b4b;
}
.pcontents table tr > th,
.pro_view_inner table tr.firstRow > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  font-size: 20px;
  color: #1b1b1b;
  font-weight: bold;
  background: #eef4f9;
  text-align: center;
}
.pcontents table tr > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
}

@media screen and (max-width: 1441px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 44px;
  }

  .pro-banner .txt h1 {
    font-size: 52px;
  }
  .pro-banner .txt h5 {
    font-size: 22px;
    margin-top: 25px;
  }
  .pro-banner .txt p {
    font-size: 22px;
    line-height: 1.5;
  }

  .pro_view_inner {
    margin-left: 80px;
  }
  .pro_view_inner .btn-box a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 630px;
  }
}

@media screen and (max-width: 1367px) {
  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 70px 0;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 40px;
  }

  .pro_view_inner {
    margin-left: 60px;
  }
  .pro_img {
    width: 550px;
  }
  .pro_img .preview {
    left: 660px;
    right: 50px;
  }
}

@media screen and (max-width: 1281px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 36px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 60px 0;
  }

  .pro_view_inner {
    margin-left: 50px;
  }
  .pro_view_inner .btn-box {
    margin: 35px 0 0;
  }
  .pro_view_inner .btn-box a {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }
  .pro_img {
    width: 500px;
  }
  .pro_img .preview {
    left: 590px;
    right: 40px;
    width: 35%;
  }

  .pro_img .preview .arrow-left {
    left: -30px;
  }
  .pro_img .preview .arrow-right {
    right: -30px;
  }

  .pro_view_inner .para {
    font-size: 17px;
    line-height: 28px;
  }
  .pro_view_inner .para p:nth-child(-n + 6) {
    width: 100%;
  }
}

@media screen and (max-width: 1171px) {
  .pro_view_inner {
    margin-left: 40px;
  }
  .pro_img {
    width: 480px;
  }
  .pro_img .preview {
    left: 550px;
    right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 32px;
  }

  .pro_view .container {
    display: block;
  }
  .pro_img {
    width: 80%;
    margin: 0 auto;
  }
  .pro_img .preview {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
  }
  .pro_view_inner {
    margin: 25px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 28px;
  }

  .pro-banner {
    padding: 30px 0;
  }
  .pro-banner .container {
    display: block;
  }
  .pro-banner .pic {
    width: 80%;
    margin: 0 auto;
  }
  .pro-banner .txt h1 {
    text-align: center;
  }
  .pro-banner .txt p {
    font-size: 18px;
    line-height: 1.4;
  }
  .pro-banner .txt h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .pro_view,
  .pro-text-1,
  .pro-text-2,
  .pro-text-3,
  .pro-text-4,
  .pro-text-5,
  .pro-text-6 {
    padding: 30px 0;
  }

  .pro_view_inner .para {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-1 p {
    font-size: 16px;
    margin: 20px 0;
  }
  .pro-text-2 .tit h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-2 .tit p {
    font-size: 16px;
  }

  .pro-text-2 ul {
    justify-content: center;
  }
  .pro-text-2 ul li {
    width: 50%;
    padding: 10px;
  }
  .pro-text-2 ul li p {
    font-size: 16px;
  }

  .pro-text-3 .container {
    display: block;
  }
  .pro-text-3 .pic {
    width: 100%;
  }
  .pro-text-3 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-3 .txt h6 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .pro-text-3 .txt p {
    font-size: 16px;
    line-height: 24px;
  }

  .pro-text-4 .container {
    display: block;
  }
  .pro-text-4 .pic {
    width: 100%;
  }
  .pro-text-4 .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro-text-4 .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }

  .pro-text-5 ul {
    margin: 25px -4px 0;
  }

  .pro-text-6 .pic {
    margin: 25px 0 0;
  }

  .pro_view_inner .btn-box a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  
}

@media screen and (max-width: 576px) {
  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .pro-banner .txt p {
    font-size: 16px;
    line-height: 1.2;
  }

  .pro_img {
    width: 100%;
  }
  .pro_img .preview {
    padding: 0 30px;
  }
  .pro_img .preview .swiper-slide {
    width: 45px;
  }
  .pro_img .preview .arrow-left {
    left: 0;
  }
  .pro_img .preview .arrow-right {
    right: 0;
  }

  .pro_view_inner h1 {
    font-size: 20px;
  }

  .pro_view_inner h2,
  .pro-text-1 h5,
  .pro-text-2 .tit h5,
  .pro-text-3 .txt h5,
  .pro-text-4 .txt h5,
  .pro-text-5 h5,
  .pro-text-6 h5,
  .rela-pro h5 {
    font-size: 22px;
  }

  .pro-text-2 ul li {
    width: 100%;
  }
}




body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){
  .richtext-detail img{
    width: 100%;
  }
  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:auto !important;margin: 0 !important;}
  table{
    padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
  #detail_decorate_root [class*="magic-"] p{
    font-size:12px;
    line-height:1.4;
    background-color: none !important;
  }
}
.ife-detail-decorate-table{
  overflow-x: auto; 
  
  }

  .table-wrapper{

    overflow-x: auto;
  }
  .table-response{
    overflow-x: auto;
  }
    #detail_decorate_root [class*="magic-"] {
    background-color: none !important;
  }




.rightint-inquiry .inquirbox span {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.rightint-inquiry .inquirbox .row {
  margin-bottom: 16px;
}

.rightint-inquiry .inquirbox .row > div {
  margin-bottom: 16px;
}

.rightint-inquiry .inquirbox input[type="text"],
.rightint-inquiry .inquirbox input[type="tel"],
.rightint-inquiry .inquirbox textarea {
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #666;
  box-sizing: border-box;
}

.rightint-inquiry .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.rightint-inquiry .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.rightint-inquiry .inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.rightint-inquiry .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.rightint-inquiry .inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.rightint-inquiry .inquirbox .submit:hover {
   background: #318cd1;
  color: #fff;
  border: 1px solid #318cd1;
}

.rightint-inquiry {
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #f4f4f4;
}
.rightint-inquiry .pic {
  width: 45.26%;
}
.rightint-inquiry .right {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 110px;
}
.rightint-inquiry h5 {
  font-size: 48px;
  color: #030303;
  line-height: 1;
  font-weight: 600;
}
.rightint-inquiry p {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin: 20px 0 0;
}

.rightint-inquiry .inquirbox {
  margin: 40px 0 0;
}
.rightint-inquiry .inquirbox input[type="text"],
.rightint-inquiry .inquirbox input[type="tel"],
.rightint-inquiry .inquirbox textarea {
  padding: 10px 0;
  font-size: 16px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #666;
}
.rightint-inquiry .inquirbox .submit {
  margin: 0 auto 0 0;
  width: 250px;
  height: 50px;
}
.rightint-inquiry .inquirbox .crmFormVali-error {
  top: -16px;
  right: 0;
}

@media screen and (max-width: 1441px) {
  .rightint-inquiry h5 {
    font-size: 44px;
  }

  .rightint-inquiry .right {
    padding: 0 40px;
  }
  .rightint-inquiry .inquirbox {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 1367px) {
  .rightint-inquiry h5 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1281px) {
  .rightint-inquiry h5 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .rightint-inquiry h5 {
    font-size: 32px;
  }
  .rightint-inquiry .inquirbox .row > div {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .rightint-inquiry h5 {
    font-size: 28px;
  }

  .rightint-inquiry {
    display: block;
  }
  .rightint-inquiry .pic {
    width: 100%;
  }
  .rightint-inquiry .right {
    padding: 15px;
  }
  .rightint-inquiry h5 {
    text-align: center;
  }
  .rightint-inquiry p {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 0;
  }
  .rightint-inquiry .inquirbox {
    margin: 20px 0 0;
  }
  .rightint-inquiry .inquirbox .submit {
    margin: 0 auto;
    width: 180px;
    line-height: 40px;
  }
}

@media screen and (max-width: 576px) {
  .rightint-inquiry h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .rightint-inquiry h5 {
    font-size: 22px;
  }
}
















.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact-info {
  width: 48%;
}

.contact-info h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-info dl {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.contact-info dl:last-child {
  border-bottom: none;
}

.contact-info dl dt {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-primary);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.contact-info dl dt i {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.contact-info dl dd {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 15px;
  color: #343c49;
  box-sizing: border-box;
}

.contact-info dl dd h5 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.contact-info dl dd p {
  font-size: 17px;
  color: #444;
  margin: 8px 0 0;
  word-break: break-word;
}

.contact-inquiry {
  width: 48%;
}

.contact-inquiry h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-inquiry p {
  font-size: 17px;
  color: #595959;
  line-height: 30px;
}

.contact-inquiry .inquirbox span {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.contact-inquiry .inquirbox .row {
  margin-bottom: 15px;
}

.contact-inquiry .inquirbox input[type="text"],
.contact-inquiry .inquirbox textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #666;
  box-sizing: border-box;
}

.contact-inquiry .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.contact-inquiry .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.contact-inquiry .inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.contact-inquiry .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.contact-inquiry .inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.contact-inquiry .inquirbox .submit:hover {
  background: #318cd1;
  color: #fff;
  border: 1px solid #318cd1;
}

.contact-inquiry .inquirbox {
  margin: 30px 0 0;
}

.contact-inquiry .inquirbox .row,
.contact-inquiry .inquirbox .row > div {
  margin-bottom: 24px;
}

.contact-inquiry .inquirbox .submit {
  margin: 0 auto 0 0;
}

.contact-inquiry .crmFormVali-error {
  top: auto;
  bottom: -16px;
  left: 0;
}

@media screen and (max-width: 1441px) {
  .contact-inquiry .inquirbox span {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .contact-inquiry .inquirbox .row {
    margin-bottom: 0;
  }

  .contact-inquiry .inquirbox .row>div {
    margin-bottom: 15px;
  }

  .contact-inquiry .inquirbox input.submit {
    width: 130px;
    line-height: 34px;
    font-size: 15px;
  }

  .contact {
    display: block;
  }

  .contact-info {
    width: 100%;
  }

  .contact-inquiry {
    width: 100%;
    margin: 25px 0 0;
  }

  .contact-info h3,
  .contact-inquiry h3 {
    font-size: 26px;
    text-align: center;
  }

  .contact-info dl {
    padding: 15px 0;
  }

  .contact-info dl dd p {
    font-size: 16px;
  }

  .contact-inquiry p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-inquiry .inquirbox {
    margin: 25px 0 0;
  }

  .contact-inquiry .inquirbox .row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .contact ul li .ico {
    max-width: 200px;
  }
}










.rightint-map.main {
  padding-top: 50px;
  padding-bottom: 60px;
}

.rightint-map .linetit {
  margin: 60px 0 0;
}

.rightint-map .linetit h4 {
  position: relative;
  text-align: center;
}

.rightint-map .linetit h4::before {
  content: "";
  display: block;
  border-top: 1px dashed #d1cfcf;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.rightint-map .linetit h4 span {
  background: #fff;
  font-size: 30px;
  color: #000;
  padding: 8px 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
}

.rightint-map .map {
  margin: 20px 0 0;
}

.rightint-map .map iframe {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .rightint-map .linetit {
    margin: 30px 0 0;
  }

  .rightint-map .linetit h4 span {
    font-size: 26px;
  }
}
