

body.loadingOverflow,body.overflow,body.popwinOverflow {
    overflow: hidden
}

@import url(contact.css);
.bannerArea .arrowBox .arrow::after, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li {
  transition: all 0.5s;
}

header {
  transition: 0.4s;
}
@media (min-width: 1181px) {
  header:not(.shrink) {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
  }
  header:not(.shrink) .logo a {
    background-image: url(../images/logo_w.png);
  }
  header:not(.shrink) .menu > li > a {
    color: #fff;
  }
  header:not(.shrink) .socialLink {
    color: #fff;
  }
  header:not(.shrink) .socialLink:hover {
    color: #fff;
  }
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.bannerArea .bannerList:not(.slick-slider) .bannerItem .Img img {
  aspect-ratio: 1/0.4791666667;
}
@media (max-width: 640px) {
  .bannerArea .bannerList:not(.slick-slider) .bannerItem .Img img {
    aspect-ratio: 1/1.15625;
  }
}
.bannerArea .bannerItem .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1450px;
  padding: 110px 50px 85px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 800px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.11);
  pointer-events: none;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox {
    text-align: center;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 67px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  pointer-events: auto;
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 27px;
  line-height: 1.2;
  margin-top: 20px;
  opacity: 0;
  pointer-events: auto;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-top: 10px;
    font-size: 17px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
  pointer-events: auto;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  margin-top: 80px;
  opacity: 0;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    min-width: 230px;
    height: 62px;
    line-height: 60px;
    font-size: 16px;
  }
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  border-color: #1266ba;
  color: #fff;
  background: #0253bd;
}
.bannerArea .bannerItem .Txt .bannerVideo {
  display: none;
  pointer-events: auto;
}
.bannerArea .bannerItem .Txt .bannerVideo.show {
  display: block;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.6s 1s ease-in-out forwards;
          animation: bannerTxtAnimation 0.6s 1s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(calc(-50% + 0.5px));
          transform: translateY(calc(-50% + 0.5px));
}
.bannerArea .socialBox.show {
  display: block;
}
.bannerArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #003f91;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #003f91;
}
.bannerArea .arrowBox {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(calc(-50% + 0.5px));
          transform: translateY(calc(-50% + 0.5px));
}
.bannerArea .arrowBox.show {
  display: block;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrow::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #003f91 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #003f91 transparent transparent transparent;
}
.bannerArea .progressCircle {
  width: 50px;
  height: 50px;
  display: none;
  fill: none;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  position: absolute;
  bottom: 100px;
  right: 355px;
  z-index: 3;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #003f91;
  stroke-width: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerArea .progressCircle.show {
  display: block;
}
.bannerArea .progressCircle.active {
  -webkit-animation: progressCircleAnimation linear forwards;
          animation: progressCircleAnimation linear forwards;
}
.bannerArea .progressBar {
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #003f91;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 300px;
  height: 2px;
  left: 355px;
}
.bannerArea .progressBar.horizontal .path {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.bannerArea .progressBar.vertical {
  width: 2px;
  height: 100px;
  right: 500px;
}
.bannerArea .progressBar.vertical .path {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path rect {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path.active rect {
  -webkit-animation: progressBarVertical linear forwards;
          animation: progressBarVertical linear forwards;
}
.bannerArea .slidePage {
  -ms-flex-align: start;
      align-items: flex-start;
  display: none;
  position: absolute;
  bottom: 130px;
  left: 355px;
  z-index: 2;
}
.bannerArea .slidePage.show {
  display: -ms-flexbox;
  display: flex;
}
.bannerArea .slidePage span {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown.show {
  display: block;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background: #0253bd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 100%;
  max-width: 1450px;
  bottom: 4%;
  left: 50%;
  margin: 0;
  padding: 0 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 769px) {
  .bannerArea .slick-dots {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .bannerArea .slick-dots {
    padding: 0 20px;
  }
}
.bannerArea .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  pointer-events: auto;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}

/*****marqueeArea*****/
.marqueeArea {
  padding: 12px 0;
  background: #0253bd;
}
@media (max-width: 960px) {
  .marqueeArea {
    padding: 20px 0;
  }
}

.marqueeList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.marqueeList .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 15px;
}
.marqueeList .date::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  margin: 0 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.marqueeList .date strong {
  font-weight: 400;
}
.marqueeList .date b {
  font-weight: 400;
  color: #a7cce1;
}
.marqueeList .date b::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  margin: 0 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.marqueeList h3 {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 641px) {
  .marqueeList h3 {
    max-width: 750px;
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .marqueeList h3 {
    width: 100%;
    margin-top: 10px;
  }
}
.marqueeList h3 a {
  color: #fff;
}
.marqueeList h3 a:hover {
  text-decoration: underline;
}
.marqueeList .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 960px) {
  .marqueeList .btn {
    display: none;
  }
}
.marqueeList .btn:hover {
  color: #003f91;
  background: #fff;
}

/*****aboutArea*****/
.aboutArea {
  padding: 80px 0;
}
@media (max-width: 960px) {
  .aboutArea {
    padding: 60px 0;
  }
}

.aboutBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutBox > .Img,
.aboutBox > .Txt {
  width: 50%;
}
@media (max-width: 960px) {
  .aboutBox > .Img,
.aboutBox > .Txt {
    width: 100%;
  }
}
.aboutBox .Img img {
  aspect-ratio: 1/0.6911764706;
}
.aboutBox .Txt {
  padding: 70px 55px 55px;
  background-color: #f7f7f7;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .aboutBox .Txt {
    padding: 55px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .aboutBox .Txt {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .aboutBox .Txt {
    padding: 30px 25px;
  }
}
.aboutBox .textEditor {
  color: #6c6c6c;
  line-height: 1.6;
}
.aboutBox .title {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #494949;
}
.aboutBox .btnBox {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .aboutBox .btnBox {
    margin-top: 30px;
  }
}

/*****catalogArea*****/
.catalogArea {
  padding: 30px 0 70px;
}
@media (max-width: 960px) {
  .catalogArea {
    padding: 10px 0 60px;
  }
}
@media (min-width: 1751px) {
  .catalogArea {
    max-width: 2100px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (min-width: 1181px) {
  .catalogList {
    margin-top: 50px;
  }
}
@media (min-width: 701px) and (max-width: 1500px) {
  .catalogList {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.catalogList .slick-list {
  padding: 0 2px 0 0;
}
@media (min-width: 1751px) {
  .catalogList .slick-list {
    overflow: visible;
  }
}
.catalogList:not(.slick-slider) .catalogItem:not(:first-child) {
  display: none;
}
.catalogList:not(.slick-slider) .catalogItem .Img img {
  aspect-ratio: 1/0.90625;
}
.catalogList li[class^=g-] {
  border: 1px solid #f0f0f0;
}
.catalogList li[class^=g-]:hover {
  border-color: #1266ba;
}
@media (min-width: 1751px) {
  .catalogList li[class^=g-] {
    transition: -webkit-transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .catalogList li[class^=g-].prev {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .catalogList li[class^=g-].next {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
.catalogList .Txt {
  padding: 10px 20px 30px;
}
.catalogList h3 {
  text-align: center;
}
.catalogList h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin: 15px auto 0;
  background-color: #bababa;
}
.catalogList p {
  height: 63px;
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
}
.catalogList .arrowPrev, .catalogList .arrowNext {
  position: absolute;
  top: calc(50% - 40px);
  z-index: 3;
}
@media (min-width: 1601px) {
  .catalogList .arrowPrev {
    right: calc(100% + 30px);
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .catalogList .arrowPrev {
    right: calc(100% + 10px);
  }
}
@media (max-width: 1500px) {
  .catalogList .arrowPrev {
    left: -10px;
  }
}
@media (min-width: 1601px) {
  .catalogList .arrowNext {
    left: calc(100% + 30px);
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .catalogList .arrowNext {
    left: calc(100% + 10px);
  }
}
@media (max-width: 1500px) {
  .catalogList .arrowNext {
    right: -10px;
  }
}
.catalogList ul.dots {
  margin-top: 25px;
}

/*****newsArea*****/
.newsArea {
  padding: 80px 0;
  background-color: #f7f7f7;
}
@media (max-width: 960px) {
  .newsArea {
    padding: 60px 0;
  }
}

.newsList {
  display: block;
}
@media (min-width: 641px) and (max-width: 1500px) {
  .newsList {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.newsList:not(.slick-slider) .newsItem:not(:first-child) {
  display: none;
}
.newsList:not(.slick-slider) .newsItem .Img img {
  aspect-ratio: 1/0.625;
}
@media (min-width: 961px) {
  .newsList .newsItem::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 1px;
    height: calc(100% - 16px - 20px);
    background-color: #e9e9e9;
    opacity: 0;
  }
}
@media (min-width: 961px) {
  .newsList .newsItem.slick-active + .slick-active::before {
    opacity: 1;
  }
}
.newsList .item {
  box-shadow: none;
}
.newsList .arrowPrev,
.newsList .arrowNext {
  position: absolute;
  z-index: 3;
}
@media (min-width: 641px) {
  .newsList .arrowPrev,
.newsList .arrowNext {
    top: calc(50% - 35px);
  }
}
@media (max-width: 640px) {
  .newsList .arrowPrev,
.newsList .arrowNext {
    top: 20%;
  }
}
@media (min-width: 1601px) {
  .newsList .arrowPrev {
    right: calc(100% + 30px);
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .newsList .arrowPrev {
    right: calc(100% + 10px);
  }
}
@media (min-width: 361px) and (max-width: 1500px) {
  .newsList .arrowPrev {
    left: -10px;
  }
}
@media (max-width: 360px) {
  .newsList .arrowPrev {
    left: 0;
  }
}
@media (min-width: 1601px) {
  .newsList .arrowNext {
    left: calc(100% + 30px);
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .newsList .arrowNext {
    left: calc(100% + 10px);
  }
}
@media (min-width: 361px) and (max-width: 1500px) {
  .newsList .arrowNext {
    right: -10px;
  }
}
@media (max-width: 360px) {
  .newsList .arrowNext {
    right: 0;
  }
}

/*****faqArea*****/
.faqArea {
  padding: 0;
  background: #0253bd;
}
@media (min-width: 1181px) {
  .faqArea .wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faqArea .wrap > .leftBox,
.faqArea .wrap > .rightBox {
    width: 50%;
  }
}
.faqArea .leftBox {
  padding: 60px;
}
@media (min-width: 1921px) {
  .faqArea .leftBox {
    padding-left: calc((100vw - 1540px) / 2);
    padding-right: 190px;
  }
}
@media (min-width: 1701px) and (max-width: 1920px) {
  .faqArea .leftBox {
    padding: 60px calc((100vw - 1540px) / 2);
  }
}
@media (max-width: 640px) {
  .faqArea .leftBox {
    padding: 40px;
  }
}
.faqArea .mainTitle,
.faqArea .subTitle {
  color: #fff;
}
.faqArea .faqList {
  margin-top: -10px;
}
.faqArea .btnBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
}
.faqArea .btn {
  margin-right: 20px;
}
.faqArea .dotsBox {
  margin-left: auto;
}

.faqList {
  color: #fff;
}
.faqList .item {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.faqList h3 {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faqList h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 18px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.faqList .ellipsis {
  height: 48px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  opacity: 0.9;
}

.picList, .picList .slick-list, .picList .slick-track, .picList li, .picList .Img {
  height: 100%;
}
.picList:not(.slick-slider) .picItem:not(:first-child) {
  display: none;
}
.picList:not(.slick-slider) .picItem .Img img {
  aspect-ratio: 1/0.5729166667;
}
@media (max-width: 640px) {
  .picList:not(.slick-slider) .picItem .Img img {
    aspect-ratio: 1/0.578125;
  }
}

/*****contactArea*****/
.contactArea {
  padding: 80px 0 70px;
}
@media (min-width: 641px) and (max-width: 960px) {
  .contactArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .contactArea {
    padding: 50px 0;
  }
}
@media (min-width: 960px) {
  .contactArea .wrap {
    max-width: 840px;
  }
}
.contactArea .thankInfo {
  padding-bottom: 0;
  border: 0;
}

.contactArea .itemBox{
  display:flex;
	flex-wrap:wrap;
}

.contactArea .itemBox .item{
	width:calc(100% / 3);
	padding:0 15px;
}

@media (max-width: 699px) {
	.contactArea .itemBox .item{
		width:100%;
		padding:0;
		margin-bottom:40px;
	}
}


.contactArea .itemBox .item .title{
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.contactArea .itemBox .item .line{
 width:70px;
	height:1px;
	background-color:#0253bd;
	margin:10px 0;
	line-height:33px;
}





/*****linkArea*****/
.linkArea {
  padding: 0;
}

.linkList:not(.slick-slider) .linkItem:not(:first-child) {
  display: none;
}
.linkList:not(.slick-slider) .linkItem .Img img {
  aspect-ratio: 1/0.328125;
}
@media (max-width: 640px) {
  .linkList:not(.slick-slider) .linkItem .Img img {
    aspect-ratio: 1/0.328125;
  }
}
.linkList .linkItem {
  position: relative;
  padding: 0;
}
.linkList .titleBox {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.linkList .mainTitle {
  font-size: 18px;
}
.linkList .subTitle {
  font-size: 36px;
}
.linkList a {
  color: #fff;
}
.linkList .Img {
  background-color: #000;
}
.linkList .Img img {
  opacity: 0.8;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}