@charset "utf-8";
/*top*/
#top_nav_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 65px;
  text-align: center;
}
#top_nav_wrap #top_logo a {
}
#top_nav_wrap #top_logo svg {
  width: 260px;
}

#top_nav_wrap #top_logo svg .st0 {
  fill: var(--second);
}
#top_nav_wrap #top_logo svg .st1 {
  fill: var(--primary);
}
#top_nav_wrap #top_logo svg .st2 {
  fill: var(--whitecolor);
}

#top_nav {
  display: inline-block;
  margin-top: 20px;
}
#top_nav:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}

#top_nav > li {
  float: left;
  position: relative;
  padding: 0 30px 28px;
  font-weight: 500;
  font-family: "Pretendard";
}
#top_nav > li > a {
  display: block;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#top_nav > li > ul {
  display: none;
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 1002;
  width: 150px;
  margin-left: -75px;
  background-color: #fff;
}

#top_nav .list02 > ul {
  width: 1100px;
  grid-template-columns: repeat(4, auto);
  gap: 0px;
  padding: 40px 80px 40px 250px;

  position: absolute;
  left: -50%;
  background: #fff url("../images/menuleftbg.jpg") no-repeat left top;
}

#top_nav .list02 > ul > li {
  border-top: 0px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}

#top_nav > li > ul > li {
  float: none;
}
#top_nav > li > ul > li + li {
  border-top: 1px dotted #ddd;
}
#top_nav > li > ul > li a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#top_nav > li > ul > li a:hover {
  color: #222;
  background-color: #f5f5f5;
}
#top_nav_wrap .rightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  fill: #fff;
}
#top_nav_wrap .rightbox .global {
  margin-right: 20px;
  height: 20px;
}
#top_nav_wrap .rightbox .search {
  display: flex;
  align-items: center;
  justify-content: center;
  /*    
    width: 160px;
    line-height: 55px;
    border-radius: 50px;*/
  font-size: 15px;
  /*    font-weight: 500;*/
  color: #fff;
  fill: #fff;
  margin-right: 20px;
  /*    background: var(--primary);*/
}

#top_nav_wrap .rightbox .share {
  font-size: 15px;
  color: #fff;
  fill: #fff;
  height: 20px;
}

#top_nav_wrap .rightbox .tel svg {
  margin-right: 5px;
}

.fp-viewing-02 #top_nav > li > a {
  color: var(--blackcolor);
}
.fp-viewing-02 .rightbox .global svg {
  fill: var(--blackcolor);
}
.fp-viewing-02 .rightbox .search svg {
  fill: var(--blackcolor);
}
.fp-viewing-02 .rightbox .share svg {
  fill: var(--blackcolor);
}

.fp-viewing-02 #top_nav_wrap {
  /*box-shadow: 2px 2px 10px rgba(0,0,0,0.04);*/
}

.fp-viewing-05 #top_nav > li > a {
  color: #fff;
}
.fp-viewing-05 .rightbox .global svg {
  fill: #fff;
}
.fp-viewing-05 .rightbox .search svg {
  fill: #fff;
}
.fp-viewing-05 .rightbox .share svg {
  fill: #fff;
}

.fp-viewing-07 #top_nav > li > a {
  color: var(--blackcolor);
}
.fp-viewing-07 .rightbox .global svg {
  fill: var(--blackcolor);
}
.fp-viewing-07 .rightbox .search svg {
  fill: var(--blackcolor);
}
.fp-viewing-07 .rightbox .share svg {
  fill: var(--blackcolor);
}

.fp-viewing-07 #top_nav > li > a {
  color: #111;
}

.fp-viewing-07 #top_nav_wrap #top_logo svg .st0 {
  fill: #1aa8af;
}
.fp-viewing-07 #top_nav_wrap #top_logo svg .st1 {
  fill: #155599;
}
.fp-viewing-07 #top_nav_wrap #top_logo svg .st2 {
  fill: var(--heavygray);
}

.fp-viewing-last .rightbox .global svg {
  fill: #111;
}

.fp-viewing-last .rightbox .search svg {
  fill: #111;
}

.fp-viewing-last .rightbox .share svg {
  fill: #111;
}

/*banner*/
#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
  min-width: 1400px;
  background: #222;
}

#mainVisual:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 62, 0.5);
}

.sections__mouse {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 60px;
  margin-left: -10px;
  width: 21px;
  height: 31px;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.sections__mouse .txt {
  position: absolute;
  z-index: 999;
  bottom: -32px;
  width: 100px;
  -webkit-transform: translateX(-41%);
  -ms-transform: translateX(-41%);
  transform: translateX(-41%);
  text-align: center;
}

.sections__mouse:after {
  position: absolute;
  top: 6px;
  left: 9px;
  width: 1px;
  height: 8px;
  content: "";
  animation: section-mouse-scroll 2.5s ease infinite;
  background-color: #fff;
}

@keyframes section-mouse-scroll {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(9px);
  }
}

#mainVisual .scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 52;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
#mainVisual .scroll p {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
#mainVisual .scroll i {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  animation: scroll 1s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 25px);
    opacity: 0;
  }
}
#mainVisual .controlbutton {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
#mainVisual .controlbuttonbox {
  position: relative;
  z-index: 9999;
  width: 100%;
  margin-right: 90px;
  margin-bottom: 90px;
  display: flex;
  justify-content: flex-end;
}
#mainVisual .control .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  /*border-radius: 60px;*/
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 5px;
}
#mainVisual .control .prev:hover {
  background: #00b1b9;
}
#mainVisual .control .next {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  /*border-radius: 60px;*/
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 5px;
}
#mainVisual .control .next:hover {
  background: #00b1b9;
}
#mainVisual .main_txt {
  opacity: 0;
  display: flex;
  /* flex-flow: column; */
  position: absolute;
  left: 6.5%;
  bottom: 28%;
  z-index: 101;
  color: #fff;
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  width: 87%;
  /* transform: translate(-50%, -50%); */
  transition: all 0.2s 0.2s;
}
#mainVisual .main_txt p {
  white-space: pre-line;
  font-size: var(--54fontsize);
  line-height: 1.2;
  font-weight: var(--boldweight);
  margin-bottom: 30px;
}
#mainVisual .main_txt .txt {
  /*margin-top: 35%;*/
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  white-space: pre-line;
  line-height: 1.6;
  font-weight: 500;
}
#mainVisual .control {
  margin-top: 50px;
  display: flex;
}
#mainVisual .control a {
  width: 150px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  background: #00b1b9;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  border-radius: 5px;
  /*  
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 30px;
    */
}
#mainVisual .control a svg {
  height: 18px;
  margin-left: 10px;
  transition: all 0.2s;
}
#mainVisual .control a:hover svg {
  /* border: 1px solid rgba(255, 255, 255, .3); */
  transform: rotate(45deg);
}
#mainVisual .control a:hover {
  background: var(--primary);
}
#mainVisual .control span {
  display: flex;
  align-items: center;
}
#mainVisual .control span svg {
  cursor: pointer;
  width: 18px;
}
/*#mainVisual .control span + span:before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 15px;
  background: rgba(255, 255, 255, .2)
}*/

#mainVisual .s_txt {
  display: flex;
  gap: 15px;
  margin-left: auto;
  padding-top: 40px;
  color: #fff;
}

#mainVisual ul:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, .1)*/
}
#mainVisual ul li {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
#mainVisual ul li video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#mainVisual ul li .bg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#mainVisual ul li.on .bg {
  width: 101%;
  height: 101%;
  opacity: 1;
}
.fp-viewing-01 #sh_mainVisual .main_txt {
  opacity: 1;
  transition: all 0.5s 0.5s;
}
.fp-viewing-01 #sh_mainVisual .tabs {
  opacity: 1;
  transition: all 0.5s 0.5s;
}

/*第一部分*/
#act01 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
}
#act01 .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 656px;
  height: 100vh;
  background: url(../images/atc01_bg.jpg) bottom no-repeat var(--primary);
  background-size: cover;
}
#act01 .left .pager_wrap nav {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--e-font);
}
#act01 .left .wrap {
  position: relative;
  padding: 0 4%;
  box-sizing: border-box;
}
#act01 .left .tit_area {
  color: #fff;
  white-space: pre-line;
}
#act01 .left .tit_area h2 {
  padding: 0px 0 35px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}
#act01 .left .tit_area span {
  font-size: 15px;
  opacity: 0.6;
}
#act01 .control {
  display: flex;
  position: absolute;
  bottom: -115px;
}
#act01 .control svg {
  cursor: pointer;
  color: #fff;
  opacity: 0.5;
  transition: 0.2s;
}
#act01 .control .pager {
  padding: 0 25px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--e-font);
}
#act01 .control .pager span {
  position: relative;
  padding-left: 7px;
}
#act01 .control .pager span::before {
  content: "0";
}
#act01 .control .pager span:nth-child(1) {
  padding-right: 7px;
}
#act01 .control .swiper-pagination-current {
  color: rgba(255, 255, 255, 1);
}
#act01 .control span:hover svg {
  opacity: 1;
}
#act01 .right {
  display: flex;
  align-items: center;
  width: calc(100% - 656px);
  height: 100vh;
  padding-left: 85px;
}
#act01 .right ul li {
  position: relative;
  width: 457px;
  height: 579px;
  transition: 0.2s;
  flex-shrink: 0;
}
#act01 .right ul li.swiper-slide-active {
  margin-top: 55px;
}
#act01 .right ul li.swiper-slide-active .inner {
  opacity: 1;
}
#act01 .right ul .bg01 {
  width: 457px;
  height: 579px;
  background: url(../images/img01.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul .bg02 {
  width: 457px;
  height: 579px;
  background: url(../images/img02.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul .bg03 {
  width: 457px;
  height: 579px;
  background: url(../images/img03.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.2s;
}
#act01 .right ul li .inner a {
  display: block;
  width: 100%;
  height: 100%;
}
#act01 .right ul li .inner > b {
  position: absolute;
  top: -34px;
  left: 0;
  z-index: -1;
  font-size: 110px;
  font-weight: 700;
  line-height: 0;
  color: rgba(0, 71, 68, 0.1);
}
#act01 .right ul li .inner .txt {
  position: absolute;
  bottom: 60px;
  padding-right: 40px;
}
#act01 .right ul li .inner .txt p {
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#act01 .right ul li .inner .txt div {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
#act01 .right ul li .inner span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: var(--primary);
}
#act01 .right ul li .inner span svg {
  width: 25px;
  height: 25px;
  color: #fff;
}
#act01 .right .act01_slide {
  padding-top: 30px;
}
#act01 .control .pager {
  padding: 0 25px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--e-font);
}
#act01 .control .pager span {
  position: relative;
  padding-left: 7px;
}
#act01 .control .pager span::before {
  content: "0";
}
#act01 .control .pager span:nth-child(1) {
  padding-right: 7px;
}
#act01 .control .swiper-pagination-current {
  color: rgba(255, 255, 255, 1);
}
#act01 .control span:hover svg {
  opacity: 1;
}
#act01 .right {
  display: flex;
  align-items: center;
  width: calc(100% - 656px);
  height: 100vh;
  padding-left: 85px;
}
#act01 .right ul li {
  position: relative;
  width: 457px;
  height: 579px;
  transition: 0.2s;
}
#act01 .right ul li.swiper-slide-active {
  margin-top: 55px;
}
#act01 .right ul li.swiper-slide-active .inner {
  opacity: 1;
}
#act01 .right ul .bg01 {
  width: 457px;
  height: 579px;
  background: url(../images/img01.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul .bg02 {
  width: 457px;
  height: 579px;
  background: url(../images/img02.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul .bg03 {
  width: 457px;
  height: 579px;
  background: url(../images/img03.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul .bg04 {
  width: 457px;
  height: 579px;
  background: url(../images/img04.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul .bg05 {
  width: 457px;
  height: 579px;
  background: url(../images/img05.jpg) no-repeat;
  background-size: cover;
}
#act01 .right ul li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.2s;
}
#act01 .right ul li .inner a {
  display: block;
  width: 100%;
  height: 100%;
}
#act01 .right ul li .inner > b {
  position: absolute;
  top: -34px;
  left: 0;
  z-index: -1;
  font-size: 110px;
  font-weight: 700;
  line-height: 0;
  color: rgba(0, 71, 68, 0.1);
}
#act01 .right ul li .inner .txt {
  position: absolute;
  bottom: 60px;
  padding-right: 40px;
}
#act01 .right ul li .inner .txt p {
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#act01 .right ul li .inner .txt div {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#act01 .right ul li .inner span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #00c2cc;
}
#act01 .right ul li .inner span svg {
  width: 25px;
  height: 25px;
  color: #fff;
}
#act01 .right .act01_slide {
  padding-top: 30px;
}

/*第二部分*/
#atc02 {
  overflow: hidden;
  height: 100vh;
  background: #fff;
}
#atc02 {
  overflow: hidden;
  height: 100vh;
}
#atc02 .l_inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: #00163f url("../images/atc02_bg.jpg") no-repeat center center;
  width: 50%;
  height: 100vh;
}
#atc02 .l_inner .txt_box {
  margin: auto;
  width: 480px;
  color: #fff;
}
#atc02 .l_inner .txt_box .eng_tit {
  margin-bottom: 25px;

  font-weight: 600;
  /*
    font-size: 24px;
    color: var(--primary);
    */
}
#atc02 .l_inner .txt_box .big_txt {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
  white-space: pre-line;
}

#atc02 .l_inner .txt_box .txt {
  margin-bottom: 60px;
  color: #fff;
  line-height: 1.4;
  white-space: pre-line;
  opacity: 0.7;
}

#atc02 .l_inner .txt_box .big_txt span {
  font-weight: 700;
  color: #00b1b9;
}

#atc02 .l_inner .txt_box .pager_txt {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

#atc02 .l_inner .txt_box .pager_txt p {
  display: flex;
  position: relative;
  width: 32%;
  height: auto;
  margin-left: -1px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background: none;
  /*  opacity: 1;*/
  transition: all 0.2s;
  margin: 15px 0;
  opacity: 0.7;
}
#atc02 .l_inner .txt_box .pager_txt p.on {
  padding-left: 15px;
  color: #fff;
  opacity: 1;
}
#atc02 .l_inner .txt_box .pager_txt p.on:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #00b1b9;
}
#atc02 .l_inner .txt_box .pager_txt p + p {
  /*margin-top: 28px*/
}

#atc02 .l_inner .txt_box a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  /*    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);*/
  width: 170px;
  height: 170px;
  margin-left: -170px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 170px;
  background-color: #00b1b9;
  transition:
    all 0.3s,
    transform 0.3s 0s,
    opacity 0.3s 0s;
}

#atc02 .l_inner .txt_box a:hover {
  background-color: var(--primary);
}

#atc02 .r_inner {
  padding-left: 50%;
  height: 100vh;
}
#atc02 .r_inner .atc02_slide {
  width: 50vw;
}
#atc02 .r_inner ul li {
  width: 50vw;
}
#atc02 .r_inner ul li .img {
  height: 100vh;
}
#atc02 .r_inner ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

#atc02 .r_inner ul li.on:before {
  opacity: 1;
  left: 20px;
  top: 20px;
  border-radius: 110px 0;
}
#atc02 .btn-box {
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
}
#atc02 .flow_txt {
  position: absolute;
  font-size: 130px;
  top: 8%;
  font-weight: 700;
  color: #f2f2f2;
  white-space: nowrap;
  animation: flow 30s linear infinite;
  z-index: -1;
  font-family: "play";
}
@keyframes flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*第三部分*/
#atc03 {
  display: flex;
  align-items: center;
  height: 100vh;
  color: #fff;
  background: #000; /*url(./img/bg.jpg) no-repeat*/
  background-size: cover;
  font-family: "Pretendard";
}
#atc03 .inner {
  display: flex;
  flex-flow: column;
  width: 85%;
  height: 100vh;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
#atc03 .globalbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#atc03 .globalbox video {
  opacity: 0.5;
}
#atc03 .tit {
  opacity: 0;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.3;
  white-space: pre-line;
  transform: translateY(50px);
  transition: all 0s 0.6s;
}
#atc03 .tit b {
  font-weight: 700;
  display: block;
}
#atc03 .tit span {
  color: var(--primary);
}
#atc03 div {
  opacity: 0;
  /*
    margin-top: auto;
    margin-left: auto;
    */
  transform: translateY(50px);
  transition: all 0s 0.6s;
}
#atc03 .subtit {
  margin-bottom: 20px;
  opacity: 0.7;
  text-align: left;
}

#atc03 .distit {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
  color: var(--primary);
}

#atc03 .networkbox {
  width: 45%;
  margin-top: 200px;
}
#atc03 .advbox {
  display: flex;
  flex-direction: column;
  width: 42%;
  position: absolute;
  right: 0;
  bottom: 150px;
}
#atc03 .advbox .advblock {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  column-gap: 40px;
}
#atc03 .advbox .advblock .advsign {
  display: flex;
  align-items: flex-start;
}
#atc03 .advbox .advblock .advsign + .advsign {
  margin-top: 70px;
}

#atc03 .advbox .advblock .advsign + .advsign::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--whitecolor);
  position: absolute;
  top: -35px;
  opacity: 0.2;
}

#atc03 .advbox .advblock .advsignimg {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  margin-bottom: 10px;
  width: 270px;
  color: var(--primary);
}
#atc03 .advbox .advblock .advsignimg img {
  height: 25px;
}
#atc03 .advbox .advblock .rightadv {
  /*margin-left: 45px;*/
  flex: 1; /* 占据剩余所有空间 */
  min-width: 0; /* 防止内容溢出 */
}
#atc03 .advbox .advblock .advsigntit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#atc03 .advbox .advblock .advsigntxt {
  font-size: 13px;
  line-height: 1.4;
}
.fp-viewing-04 #atc03 .networkbox {
  width: 45%;
}
.fp-viewing-04 #atc03 .tit {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.6s;
  text-align: left;
  margin-bottom: 30px;
}
.fp-viewing-04 #atc03 div {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 1s;
}
.fp-viewing-04 #atc03 .advbox .advblock {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  column-gap: 40px;
}
.fp-viewing-04 #atc03 .advbox .advblock .advsign {
  display: flex;
  align-items: flex-start;
}
.fp-viewing-04 #atc03 .advbox .advblock .advsignimg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.fp-viewing-04 #atc03 .advbox .advblock .num {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}
.fp-viewing-04 #atc03 .advbox .advblock .plus {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.fp-viewing-04 #atc03 .advbox .advblock .advsigntit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fp-viewing-04 #atc03 .advbox .advblock .advsigntxt {
  font-size: 13px;
  line-height: 1.4;
}
.fp-viewing-04 #atc03 .subtit {
  margin-bottom: 20px;
  opacity: 0.7;
  text-align: left;
}

.fp-viewing-04 #atc03 .distit {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
  color: var(--primary);
}

.fp-viewing-04 #atc03 .advbox {
  display: flex;
  flex-direction: column;
  width: 42%;
  position: absolute;
  right: 0;
  bottom: 110px;
}

/*第四部分*/
#atc04 {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background: url(../images/atc04_bg.jpg) center top no-repeat;
  background-size: cover;
}
#atc04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #f0f1f2;
}
#atc04 .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#atc04 .grid {
  position: relative;
}
#atc04 .grid:before,
#atc04 .grid:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% / 3);
  width: 1px;
  height: 0;
  background-color: #e1e1e1;
  -webkit-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
}
#atc04 .grid:after {
  left: calc((100% / 3) * 2);
}

#atc04 .tit {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 38px;
  color: var(--whitecolor);
}
#atc04 .tit p {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
}
#atc04 .tit p b {
  font-family: "LotteMartDreamBold";
}

#atc04 .coretop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin: 0 auto;
  padding: 0 7.5%;
}

#atc04 .corebox {
  /*width: 50%;*/
  margin: 0 auto;
  text-align: center;
  white-space: pre-line;
}

#atc04 .corebox .txt {
  color: var(--whitecolor);
  line-height: 1.6;
  width: 70%;
  margin: 0 auto;
}

#atc04 .coretop .btn {
  color: var(--whitecolor);
  border: var(--whitecolor) 1px solid;
  width: 140px;
  height: 55px;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#atc04 ul {
  display: flex;
  align-items: center;
  /*    position: absolute;
    bottom: 100px;
    */
  width: 100%;
  margin-top: 12rem;
}
#atc04 ul li {
  opacity: 0;
  flex-grow: 1;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  width: calc(100% / 3);
  -webkit-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
#atc04 ul li a {
  display: inline-block;
  color: var(--whitecolor);
}
#atc04 ul li .img {
  /*overflow: hidden;*/
  display: inline-block;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#atc04 ul li .digit {
  display: flex;
  align-items: end;
  justify-content: center;
}

#atc04 ul li .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
}
#atc04 ul li p {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  color: var(--second);
  font-family: "Montserrat";
}
#atc04 ul li .txt {
  opacity: 0.7;
}

#atc04 ul li span {
  opacity: 0;
  display: block;
  font-size: 15px;
  color: var(--primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "LotteMartDreamMedium";
}
#atc04 ul li span svg {
  vertical-align: -6px;
  width: 22px;
  height: 22px;
  margin-left: 15px;
  color: var(--whitecolor);
}
#atc04 ul li a:hover .img {
}
#atc04 ul li a:hover .img img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
#atc04 ul li a:hover span {
  opacity: 1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
/* active */
.inc04.active #atc04 .grid:before,
#atc04 .grid:after {
  height: 100vh;
  -webkit-transition: all 0.9s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.9s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inc04.active #atc04 .tit p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inc04.active #atc04 ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.inc04.active #atc04 ul li:nth-child(1) {
  z-index: 3;
  -webkit-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}

.inc04.active #atc04 ul li + li::before {
  /* border-left: #fff 1px solid; */
  content: "";
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 1px;
  height: 66px;
  background: rgba(255, 255, 255, 0.2);
}

.inc04.active #atc04 ul li:nth-child(2) {
  z-index: 2;
  -webkit-transition: all 0.6s 0.4s;
  transition: all 0.6s 0.4s;
}
.inc04.active #atc04 ul li:nth-child(3) {
  z-index: 1;
  -webkit-transition: all 0.6s 0.5s;
  transition: all 0.6s 0.5s;
}

/*第五部分*/
#atc05 {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-color: var(--blackcolor);
}
#atc05 ul {
  overflow: hidden;
}
#atc05 ul li {
  overflow: hidden;
  opacity: 0;
  float: left;
  position: relative;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  width: calc(100% / 2);
  height: calc(100vh + 40px);
  background: url(../images/act05_img01.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  -webkit-transition:
    all 0.6s 0.3s,
    height 0.3s 0s;
  transition:
    all 0.6s 0.3s,
    height 0.3s 0s;
}
#atc05 ul li:nth-child(2) {
  background-image: url(../images/act05_img02.jpg);
}
#atc05 ul li:before {
  opacity: 0.5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#atc05 ul li:hover {
  height: 100vh;
}
#atc05 ul li:hover:before {
  opacity: 1;
  background-color: rgba(4, 48, 95, 0.75);
}

#atc05 ul li div {
  position: relative;
  top: calc(50% + 30px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: pre-line;
}
#atc05 ul li p {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 800;
}
#atc05 ul li a {
  opacity: 0;
  display: block;
  position: relative;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  width: 205px;
  height: 65px;
  margin: 50px auto 0;
  padding-right: 40px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 15px;
  color: #fff;
  line-height: 63px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "LotteMartDreamMedium";
}
#atc05 ul li:hover a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#atc05 ul li a svg {
  position: absolute;
  top: 20px;
  right: 37px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#atc05 ul li a svg.on {
  opacity: 0;
  top: 30px;
  right: 47px;
}
#atc05 ul li a:hover {
  border-color: #00b1b9;
  color: var(--whitecolor);
  background-color: #00b1b9;
}
#atc05 ul li a:hover svg.on {
  opacity: 1;
  top: 20px;
  right: 37px;
}
#atc05 ul li a:hover svg.off {
  opacity: 0;
  top: 10px;
  right: 27px;
}
/* active */
.inc05.active #atc05 ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.inc05.active #atc05 ul li:nth-child(1) {
  z-index: 3;
  -webkit-transition:
    all 0.6s 0.2s,
    height 0.3s 0s;
  transition:
    all 0.6s 0.2s,
    height 0.3s 0s;
}
.inc05.active #atc05 ul li:nth-child(2) {
  z-index: 2;
  -webkit-transition:
    all 0.6s 0.3s,
    height 0.3s 0s;
  transition:
    all 0.6s 0.3s,
    height 0.3s 0s;
}
.inc05.active #atc05 ul li:nth-child(3) {
  z-index: 1;
  -webkit-transition:
    all 0.6s 0.4s,
    height 0.3s 0s;
  transition:
    all 0.6s 0.4s,
    height 0.3s 0s;
}

/*第六部分*/
#atc06 {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
#atc06 .bg_wrap {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#atc06 .bg_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#atc06 .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(bg.jpg) center no-repeat;
  background-size: cover;
  -webkit-animation: scale 20s linear infinite;
  animation: scale 20s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1.12);
}
@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1.12);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
  }
}
@keyframes scale {
  from {
    transform: scale(1.12);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
/* 컨텐츠 */
#atc06 .cont_wrap {
  position: relative;
  width: 85%;
  max-width: 85%;
  height: 100%;
  margin: 0 auto;
  /*padding-left: 80px*/
}
/*#atc06 .cont_wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background-color: #e1e1e1;
	-webkit-transition: all .2s 0s;
	transition: all .2s 0s
}*/
#atc06 .cont_wrap a {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  width: 170px;
  height: 170px;
  margin-left: -170px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 170px;
  background-color: var(--primary);
  transition:
    all 0.3s,
    transform 0.3s 0s,
    opacity 0.3s 0s;
  font-family: "Play";
}
#atc06 .cont_wrap a:hover {
  background-color: var(--blackcolor);
}
#atc06 .cont {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#atc06 .cont span {
  padding-left: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #aaa;
  font-family: "Play";
}
#atc06 .cont .tit_wrap {
  margin: 25px 0 50px;
}

#atc06 .cont .txt {
  width: 38%;
  line-height: 1.6;
}

#atc06 .cont .txt .team {
  display: inline-flex;
  color: var(--primary);
  align-items: center;
  position: relative;
}
#atc06 .cont .txt .team svg {
  padding-left: 5px;
}

#atc06 .cont .txt .team::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -4px;
  background: var(--primary);
}

#atc06 .cont .techbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 三列，每列等分容器宽度 */
  grid-template-rows: repeat(2, 1fr); /* 二行，每行等分容器高度 */
  gap: 20px;
  text-align: center;
  width: 38%;
  margin-top: 70px;
}

#atc06 .cont .techbox .techitem_img img {
  height: 60px;
}

#atc06 .cont .techbox .techitem_txt {
  line-height: 1.2;
  margin-top: 20px;
}

#atc06 .cont .tit {
  overflow: hidden;
  font-size: 38px;
  color: #222;
  line-height: 1.4;
}
#atc06 .cont .tit b {
  font-family: "LotteMartDreamBold";
}
#atc06 .cont .tit em {
  display: block;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  font-style: normal;
  -webkit-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
}
/* active */
.inc06.active #atc06 .cont_wrap:before {
  height: 100%;
  -webkit-transition: all 0.9s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.9s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inc06.active #atc06 .cont .tit em {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inc06.active #atc06 .cont .tit em.t2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.inc06.active #atc06 .cont_wrap a {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition:
    all 0.3s,
    transform 0.3s 0.3s,
    opacity 0.3s 0.3s;
}

/*第七部分*/
#atc07 {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
#atc07:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  /* margin-left: -525px; */
  background: #4073ac url("../images/newsbg.jpg") no-repeat center center; /**/
  background-size: cover;
}
#atc07:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  /* margin-left: -525px; */
  background: #ffffff;
}
#atc07 .inner {
  position: relative;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 85%;
  max-width: 85%;
  margin: 0 auto;
}

#atc07 .tit {
  margin-bottom: 40px;
  color: #aaa;
  display: flex;
  align-items: center;
}
#atc07 .txtbox {
  line-height: 1.2;
  color: #fff;
}
#atc07 .tit span {
  vertical-align: sub;
  padding-right: 30px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
#atc07 .latest_wrap {
  display: none;
}
#atc07 .latest {
  overflow: hidden;
  height: 100%;
}
#atc07 .latest li {
  position: relative;
  float: left;
  width: 32%;
  height: 360px;
  /* background-color: #fff; */
  transition: all 0.3s;
  display: flex;
}
#atc07 .latest li:hover {
  /*border: 1px solid #222e59;*/
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
#atc07 .latest li .newsimg {
  width: 35%;
  height: 100%;
  overflow: hidden;
}
#atc07 .latest li .newsimg img {
  width: fit-content;
  height: 100%;
}
#atc07 .latest li + li {
  margin-left: 2%;
}
#atc07 .latest li a {
  display: block;
  padding: 50px 60px;
  color: #777;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#atc07 .latest li:hover a {
  color: #fff;
  background: var(--primary);
}
#atc07 .latest li .series {
  font-weight: 600;
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  transition: all 0.3s;
  margin-bottom: 20px;
}
#atc07 .latest li p {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  color: #222;
  line-height: 1.6;
  transition: all 0.3s;
}
#atc07 .latest li:hover .series {
  color: #fff;
}
#atc07 .latest li:hover p {
  color: #fff;
}
#atc07 .latest li .txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
  line-height: 1.6;
}
#atc07 .latest li span {
  position: absolute;
  /* left: 60px; */
  bottom: 45px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#atc07 .latest li span svg {
  transform: rotate(45deg);
  transition: transform 0.5s;
  transition: all 0.3s;
  opacity: 0;
  /*padding-bottom: 4px;*/
}
#atc07 .latest li:hover span {
  color: #fff;
}
#atc07 .latest li:hover span svg {
  color: #fff;
}
#atc07 .latest li:hover span svg {
  transform: rotate(0deg);
  padding-left: 5px;
  opacity: 1;
}
#atc07 .latest li em {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 37px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 37px;
  font-style: normal;
  color: #fff;
  background-color: #222e59;
  f: "Play";
}
#atc07 .tabs_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
#atc07 .tabs_wrap .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#atc07 .tabs li {
  cursor: pointer;
  float: left;
  position: relative;
  width: 110px;
  height: 48px;
  font-size: 17px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#atc07 .tabs li.on {
  color: #fff;
}
#atc07 .tabs li:hover {
  color: rgba(255, 255, 255, 0.7);
}
#atc07 .more {
  display: block;
  position: relative;
  width: 140px;
  margin: 4% auto 0;
  padding: 10px;
  border-bottom: 2px solid var(--primary);
  font-size: 15px;
  color: var(--primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "LotteMartDreamMedium";
}
#news.active .more {
  opacity: 1;
}
#news:not(.active) .more {
  opacity: 0;
  transition: all 1s 0s;
}
#atc07 .more svg {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#atc07 .more svg.on {
  opacity: 0;
  top: 23px;
  right: 20px;
}
#atc07 .more:hover {
  border-color: var(--blackcolor);
  color: var(--blackcolor);
}
#atc07 .more:hover svg.on {
  opacity: 1;
  top: 13px;
  right: 10px;
}
#atc07 .more:hover svg.off {
  opacity: 0;
  top: 3px;
  right: 0;
}
#atc07 .cont_slide {
  overflow: hidden;
  margin-top: 50px;
}
#atc07 .cont_slide .img {
  height: 260px;
  /*border-radius: 10px;*/
  background-size: cover;
}
#atc07 .cont_slide .img.none {
  border: 1px solid #e1e1e1;
  background: #fff url(../../hd/top_menu/logo.png) center no-repeat !important;
}

.inc07 .cont_slide .cont {
  padding: 30px;
  opacity: 0;
  transition: all 0.3s;
}

.inc07.active .cont_slide .cont {
  padding: 30px;
  opacity: 1;
}
#atc07 .cont_slide .cont p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#atc07 .cont_slide .cont div {
  margin-bottom: 40px;
  color: var(--middlegray);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#atc07 .cont_slide .cont span {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #00b1b9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #00b1b9;
  transition: all 0.3s;
}
#atc07 .cont_slide a:hover span {
  color: #fff;
  background: var(--primary);
}

/*关于我们*/
.innbannera {
  background: url(../images/nybanner.jpg) no-repeat center top;
  height: 450px;
  position: relative;
}
.innbannera .inntitaa {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 10%;
}
.innbannera .inntitaa span {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}
.innula {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
}
.innula li {
  width: 10%;
  text-align: center;
}
.innula li a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  border-right: 1px solid #e9e9e9;
}
.innula li a.on {
  background-color: #0088e9;
  color: #fff;
}

/*联系我们*/
.innbannere {
  background: url(../images/nybannere.jpg) no-repeat center top;
  height: 400px;
  position: relative;
}
.innbannere .inntitaa {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 10%;
}
.innbannere .inntitaa span {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}

/*行业应用*/
.innbannerd {
  background: url(../images/nybannerd.jpg) no-repeat center top;
  height: 400px;
  position: relative;
}
.innbannerd .inntitaa {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 10%;
}
.innbannerd .inntitaa span {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}

/*行业应用*/
.innbannerf {
  background: url(../images/nybannerf.jpg) no-repeat center top;
  height: 400px;
  position: relative;
}
.innbannerf .inntitaa {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 10%;
}
.innbannerf .inntitaa span {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}


/*新闻中心*/
.innbannerg {
  background: url(../images/nybannerg.jpg) no-repeat center top;
  height: 400px;
  position: relative;
}
.innbannerg .inntitaa {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 10%;
}
.innbannerg .inntitaa span {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}

/*产品中心*/
.innbannerh {
  background: url(../images/nybannerh.jpg) no-repeat center top;
  height: 400px;
  position: relative;
}
.innbannerh .inntitaa {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 10%;
}
.innbannerh .inntitaa span {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}



/* MAIN */
#sh_section {
  overflow: hidden;
  position: relative;
  min-width: 1600px;
  line-height: 1.8;
  color: rgba(18, 36, 55, 1);
}
#inc01 .cont_wrap {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 70px;
  border-left: 1px solid #e1e1e1;
}
#inc01 .tit {
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 1.3;
  color: #222;
}
#inc01 .tit span {
  color: #01608c;
}

#inc01 .slipbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 6%;
  margin-top: 90px;
}

#inc01 ul {
  width: 100%;
}

#inc01 ul li + li {
  margin-top: 20px;
}
#inc01 ul li .e_tit {
  font-size: 25px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0;
  font-family: "Poppins";
}
#inc01 ul li .e_tit span {
  margin-right: 15px;
  font-size: 15px;
  color: #333;
}
#inc01 ul li div {
  font-size: 18px;
}

.nyaboutula {
  display: flex;
  align-items: center;
  width: 100% !important;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
  height: 500px;
  background: url(../images/atc04_bg.jpg) center center no-repeat;
  background-size: cover;
}
.nyaboutula li p {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  color: #00ffff;
}
.nyaboutula li .digit {
  display: flex;
  align-items: end;
  margin-bottom: 25px;
}

.nyaboutula li {
  flex-grow: 1;
  width: calc(100% / 4);
  padding-left: 60px;
  box-sizing: border-box;
}

.nyaboutula li a {
  display: inline-block;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  #top_nav_wrap {
    padding: 0 15px;
  }
  #top_nav > li {
    padding: 0 10px 28px;
  }
  #mainVisual {
    min-width: 100%;
    width: 100%;
  }
  #mainVisual .main_txt {
    width: auto;
  }
  #atc05 {
    width: 100%;
  }
  #atc05 ul {
    width: 100%;
  }
  #atc05 ul li {
    width: 50%;
  }
  #atc02 .l_inner {
    width: 50%;
  }
  #atc04 {
    width: 100%;
  }
  #atc04 .inner {
    display: block;
    transform: translateY(-49%);
    width: 100%;
  }
  #atc04 .coretop {
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  #mainVisual ul li {
    overflow: inherit;
  }
  #mainVisual ul li video {
    height: 100vh;
    background-size: cover;
  }
  #act01 .left {
    width: 50%;
  }
  #act01 .left .tit_area h2 {
    font-size: 28px;
  }
  #act01 .right {
    width: 50%;
    height: 100vh;
    padding-left: 85px;
    display: flex;
    align-items: center;
  }
  #act01 .right .act01_slide {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }
  #act01 .right .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  #act01 .right .swiper-slide {
    width: calc((100% - 35px) / 2) !important;
    height: 579px;
    flex-shrink: 0;
  }
  #act01 .right .swiper-slide .bg01,
  #act01 .right .swiper-slide .bg02,
  #act01 .right .swiper-slide .bg03,
  #act01 .right .swiper-slide .bg04 {
    width: 100%;
    height: 579px;
  }
  #atc07 .inner {
    width: 90%;
    max-width: 90%;
  }
  #act01 .right ul li .inner .txt {
    padding-right: 15px;
  }
  #act01 .right ul li .inner {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  #top_nav {
    display: none;
  }
  #mainVisual .main_txt p {
    font-size: 22px;
  }
  #mainVisual .s_txt {
    display: none;
  }
  #mainVisual .main_txt {
    left: 4%;
    right: 4%;
  }
  #act01 .left {
    width: 100%;
    display: block;
    height: auto;
    min-height: 40%;
    padding: 60px 15px;
    box-sizing: border-box;
  }
  #act01 {
    display: block;
    height: auto;
  }
  #act01 .left .tit_area h2 {
    font-size: 20px;
  }
  #act01 .right {
    height: 400px;
    width: 100%;
    padding-left: 0;
    display: block;
  }
  #act01 .right .act01_slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  #act01 .right .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
  }
  #act01 .right .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    height: 100%;
  }
  #atc04 ul li p {
    font-size: 20px;
  }
  #atc04 .corebox .txt {
    padding: 0 10px;
    text-align: justify;
    width: 100%;
  }
  #atc04 ul {
    margin-top: 3em;
  }
  #act01 .right ul .bg01 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  #act01 .right ul .bg02 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  #act01 .right ul .bg03 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  #act01 .right ul .bg04 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  #act01 .right ul li {
    width: 100%;
    height: 400px;
    flex-shrink: 0;
  }
  #act01 .right ul li .inner {
    padding: 0 20px;
    height: 100%;
    opacity: 1;
  }
  #act01 .right ul li.swiper-slide-active {
    margin-top: 0;
  }
  #act01 .right ul li .inner {
    opacity: 1;
    padding: 0 20px;
  }
  #act01 .right ul li .inner > b {
    font-size: 50px;
    top: -15px;
    left: 0;
    z-index: 0;
    position: absolute;
    line-height: 1;
    color: rgba(0, 71, 68, 0.1);
    font-weight: 700;
    display: none;
  }
  #act01 .right ul li .inner .txt {
    bottom: 30px;
    padding-right: 60px;
    z-index: 1;
  }
  #act01 .right ul li .inner .txt p {
    font-size: 18px;
    padding-bottom: 50px;
  }
  #act01 .right ul li .inner .txt div {
    display: none;
  }
  #act01 .right ul li .inner span {
    width: 45px;
    height: 45px;
    z-index: 2;
  }
  #act01 .right ul li .inner span svg {
    width: 18px;
    height: 18px;
  }
  #act01 .right .act01_slide {
    padding-top: 15px;
  }
  #atc04 ul {
    display: block;
    text-align: center;
    margin-top: 1em;
    width: 100%;
  }
  #atc04 .tit {
    margin-bottom: 10px;
  }
  .inc04.active #atc04 ul li {
    text-align: center;
    width: 100%;
  }
  #atc04 ul li p {
    font-size: 30px;
  }
  #atc05 ul {
    display: block;
  }
  #atc05 ul li {
    height: 50%;
    width: 100%;
    float: none;
  }
  #atc04 .corebox {
    white-space: normal;
  }
  #atc04 .inner {
    transform: translateY(-32%);
  }
  #atc05 ul {
    height: 100%;
  }
  #atc05 ul li div {
    white-space: normal;
    top: 0;
    transform: translateY(44%);
  }
  #atc05 ul li p {
    font-size: 30px;
  }
  #atc02 {
    display: block;
  }
  #atc02 .l_inner {
    width: 100%;
    display: block;
  }
  #atc02 .r_inner {
    width: 100%;
    display: none;
    height: auto !important;
  }
  #atc02 .r_inner .atc02_slide {
    width: 100%;
  }
  #atc02 .l_inner .txt_box .big_txt {
    font-size: 30px;
  }
  #atc02 .l_inner .txt_box {
    width: 100%;
    padding: 150px 20px;
  }
  #act01 .left .wrap {
    padding: 0 2%;
  }
  #act01 .left .tit_area h2 {
    padding: 0 0 20px;
  }
  #atc07 .tit {
    display: block;
    padding-top: 80px;
  }
  #atc07 .tabs_wrap {
    top: 40px;
  }
}

/**/
.Floor002491 {
  position: relative;
  z-index: 9;
  padding: 3% 0;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0px;
}
.Floor002491 .auto_1600 {
  max-width: 1600px;
  position: relative;
  background: #fff;
}
.Floor002491 .wrap-container {
  margin: 0 auto;
}
.Floor002491 ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.Floor002491 ul li {
  width: 25%;
  float: left;
  height: 200px;
  background-position: 0 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 20px 0; */
  position: relative;
  overflow: hidden;
}
.Floor002491 ul li a {
  display: block;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.Floor002491 ul li a .txt {
  display: none;
  font-size: 16px;
}
.Floor002491 ul li a .txtBox .h3 {
  text-align: center;
  font-size: 26px;
  margin: 10px 0;
}
.Floor002491 ul li a .icon {
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
}
.Floor002491 ul li .liBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(14, 91, 150, 0.5);
}
.Floor002491 ul li .liBox .liCon {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

@media screen and (min-width: 768px) {
  .Floor002491 ul li {
    width: 25%;
    float: left;
    height: 400px;
  }
  .Floor002491 ul li a .txtBox .h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1000px) {
  .Floor002491 ul li {
    height: 455px;
    width: 15%;
  }
  .Floor002491 ul li.on {
    width: 70%;
  }
  .Floor002491 ul li.on a {
    width: 80%;
    height: 110px;
    overflow: hidden;
  }
  .Floor002491 ul li.on .liBox .liCon {
    position: relative;
    height: 100%;
    padding-left: 140px;
    padding-right: 80px;
    background: url(../images/Floor002491-more.png) no-repeat 98% center;
  }
  .Floor002491 ul li.on .liBox .liCon .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 100px;
    height: 75px;
    margin-top: -37.5px;
  }
  .Floor002491 ul li.on .liBox .liCon .txt {
    display: block;
  }
  .Floor002491 ul li.on a .txtBox .h3 {
    text-align: left;
  }
  .Floor002491 ul li.on a .txtBox {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .Floor002491 ul li {
    width: 100%;
    margin-bottom: 4%;
  }
  .Floor002491 ul li a .txtBox {
    padding: 0 4%;
  }
  .Floor002491 ul li a .txtBox .h3 {
    font-size: 20px;
  }
  .Floor002491 ul li a .txtBox .txt {
    display: block;
  }
}

/**/
.mySwiperaa {
  max-width: 1600px;
  margin: 50px auto;
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}

.mySwiperaa .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.mySwiperaa .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiperaa .right-content {
  padding: 0px 0px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 1s;
}
.mySwiperaa .txtBox {
  background: rgba(14, 91, 150, 0.5);
  padding: 10px 30px;
  margin: 0px auto;
  box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, 0);
  width: 100%;
  border-bottom: none;
  color: #fff;
  z-index: 1111111;
}

/*inc08*/
#inc08 input:focus,
#inc08 input:active,
#inc08 textarea:focus,
#inc08 button:active {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
#inc08 {
  overflow: hidden;
  position: relative;
}

#inc08 .point {
  position: absolute;
  right: -135px;
  top: 130px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
  /*font-weight: 700;*/
  color: #122c45;
  letter-spacing: 1px;
}
#inc08 .point:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background-color: #04305a;
  content: "";
}
#inc08 .inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 70px;
  border-left: 1px solid #e1e1e1;
}
#inc08 .inner .tit_area {
  position: absolute;
  top: 139px;
  left: 0;
  width: 500px;
  padding: 82px 0px 120px 70px;
}

#inc08 .inner .tit_area .tit {
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 36px;
}

#inc08 .inner .tit_area .txt {
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
  font-size: 15px;
}

#inc08 .inner .tit_area .left {
  float: left;
  margin-right: 38px;
  font-size: 17px;
}
#inc08 .inner .tit_area .right {
  float: left;
}
#inc08 .inner .tit_area .right .tit {
  margin-bottom: 14px;
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}
#inc08 .inner .tit_area .right .f_e {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}

#inc08 .inner .tit_area .right ul li {
  margin-bottom: 20px;
}

#inc08 .inner .tit_area .right ul li strong {
  opacity: 1;
}

#inc08 .inner .tit_area .right .btn {
  height: auto;
  padding: 0;
}
#inc08 .inner .tit_area .right .btn li {
  float: left;
  margin-right: 7px;
}
#inc08 .inner .tit_area .right .btn li a {
  display: block;
  width: 150px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 62px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#inc08 .inner .tit_area .right .btn li a:hover {
  background-color: #3792e9;
  border-color: #3792e9;
}
#inc08 .inner .tit_area .right .btn li a.font {
  font-size: 13px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/*form*/
#inc08 .inner .cont_area {
  position: relative;
  z-index: 1;
  margin-left: 500px;
  padding: 102px 94px 84px;
  color: #fff;
}
#inc08 .inner .cont_area:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 200%;
  height: 100%;
  background: #025682;
}
#inc08 .inner .cont_area .tit {
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 36px;
}
#inc08 .inner .cont_area .tit b {
  font-weight: normal;
  font-family: "notokr-bold";
}
#inc08 .inner .cont_area .txt {
  margin-bottom: 50px;
  font-size: 16px;
}
#inc08 .inner .cont_area ul {
  overflow: hidden;
}
#inc08 .inner .cont_area ul li {
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 58px;
}
#inc08 .inner .cont_area ul li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3792e9;
  content: "";
}
#inc08 .inner .cont_area ul .w50 {
  border: 0;
  padding: 0;
}
#inc08 .inner .cont_area ul .w50:before {
  display: none;
}
#inc08 .inner .cont_area ul li .input_g li {
  float: left;
  width: calc(100% / 2 - 6px);
}
#inc08 .inner .cont_area ul li .input_g li + li {
  margin-left: 12px;
}
#inc08 .inner .cont_area ul li label {
  display: inline-block;
  float: left;
  width: 85px;
  cursor: pointer;
}
#inc08 .inner .cont_area ul li textarea {
  height: calc(100% - 36px);
  margin-top: 18px;
}
#inc08 .inner .cont_area ul li .inc_input {
  width: calc(100% - 85px);
  height: 100%;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  resize: none;
}
#inc08 .inner .cont_area ul .w100 {
  width: 100%;
}
#inc08 .inner .cont_area ul .msg {
  height: 118px;
}
#inc08 .inner .cont_area .btn_all {
  overflow: hidden;
  margin-top: 10px;
}
#inc08 .inner .cont_area .prv_area {
  float: left;
  font-size: 15px;
  line-height: 60px;
}
#inc08 .inner .cont_area .prv_area input {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 0.1;
  cursor: pointer;
}
#inc08 .inner .cont_area .prv_area button {
  position: relative;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  line-height: 15px;
}
#inc08 .inner .cont_area .prv_area button:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  content: "";
}
#inc08 .inner .cont_area .prv_area label {
  color: rgba(140, 150, 159, 0.8);
}
#inc08 .inner .cont_area .btn_area {
  float: right;
}
#inc08 .inner .cont_area .btn_area input {
  width: 200px;
  height: 60px;
  border: 1px solid #3489db;
  background: none;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Cormorant Garamond", serif;
}
#inc08 .inner .cont_area .btn_area input:hover {
  background: #3489db;
  color: #fff;
}
#inc08 .bg {
  position: absolute;
  right: -89px;
  top: -244px;
  z-index: -1;
  width: 460px;
  height: 460px;
  -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  background-color: rgba(129, 152, 177, 0.1);
}

@media (max-width: 1200px) {
  #inc08 .inner {
    position: static;
    max-width: 1600px;
    margin: 0 auto;
    padding: 120px 70px;
    border-left: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
  }

  #inc08 .inner .tit_area {
    position: static;
    top: 139px;
    left: 0;
    width: 100%;
    padding: 0;
  }

  #inc08 .inner .tit_area .right .f_e {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 32px;
    display: flex;
    column-gap: 50px;
  }

  #inc08 .inner .cont_area {
    position: static;
    z-index: 1;
    margin-left: 0px;
    padding: 0;
    color: #fff;
    background: #025682;
    padding: 82px 70px;
  }
  #inc08 .inner .cont_area:before {
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 200%;
    height: 100%;
    background: transparent;
  }
}


@media (max-width: 1600px) {
  .innula{width: 100%; margin: 0; left: 0;}
}

/**/
.productalllist { overflow: hidden; width: 100%; position: relative; margin: 0 auto 0;}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideOuter .lSPager.lSGallery li {
    border: 2px solid #dedede;
    box-sizing: border-box;
}
#imageGallery{max-width:1600px; display: flex; flex-wrap: wrap; justify-content:flex-start; margin: 60px auto;}
#imageGallery .it{width: 18%; margin: 1%; cursor: url(images/ad9.ico), pointer;
    border: 1px solid #dedede;
    background: #fff;
    box-sizing: border-box;}
#imageGallery .it img{max-width: 100%; display: block;}



#imageGallerya{max-width:1600px; display: flex; flex-wrap: wrap; justify-content:flex-start; margin: 0px auto;}
#imageGallerya .it{width: 23%; margin: 1%; cursor: url(images/ad9.ico), pointer;
    background: #fff;
    box-sizing: border-box; font-size: 18px;}
#imageGallerya .it img{max-width: 100%; display: block;}


/*行业应用*/
#inc05 {
  position: relative;
    /* url("../../../images/coopbg.jpg") no-repeat center bottom  */
  background-size: cover;
}
#inc05 .contactblock {
  display: flex;
  justify-content: center;
        flex-direction: column;

    
    max-width: 1600px;
    margin: 0 auto;
    padding: 120px 70px;
    border-left: 1px solid #e1e1e1;
}



#inc05  .casecolumn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


@media (max-width: 1200px) {
    #inc05  .casecolumn{
    display: flex;
        flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
        margin-bottom: 50px;
    }
}


#inc05  .title {
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#inc05  .description {
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.6;
  white-space: pre-line;
  font-size: 16px;
}
#inc05  .tel p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}
#inc05  .tel {
  margin-bottom: 100px;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: rgba(201,220,245,0.7) 1px solid;
  padding-bottom: 12px;
}
#inc05  .other {
  margin-bottom: 30px;
}
#inc05  .button {
  display: table;
  padding: 12px 15px 6px 15px;
  font-weight: 400;
  border: #fff 1px solid;
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
  overflow: hidden;
}
#inc05  .button:hover:before {
  opacity: 1;
  width: 70px;
  right: 0;
  transform-origin: left;
}
#inc05  .button:before {
  position: absolute;
  opacity: 0;
  content: '';
  z-index: -1;
  top: 0;
  width: 0;
  height: 70px;
  background: #bf1522;
  transition: width .3s;
}
#inc05  .button svg {
  transform: rotate(-45deg);
}




#inc05  .attention {
    display: flex;
    padding: 45px;
    background-color: #f7f7f7;
    color: rgba(18, 36, 55, 1);
    opacity: 0.6;
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
    font-size: 17px;
}



#inc05  .other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
}

#inc05  .other .imgbox{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

#inc05  .other .imgbox .ind_img{
    width: 100%;
}


#inc05  .other .imgbox .ind_img img{
    width: 100%;
}

#inc05  .other .imgbox .txt{
    width: 100%;
    font-size: 18px;
}




#inc05  .other p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}


#inc05  .compbutton  {
    display: flex;
    column-gap: 10px;
    width: 500px;
    justify-content: flex-end;
}


#inc05  .compbutton .compleftbutton {
padding: 10px 20px;
    /* border-bottom: #1f2938 1px solid; */
    border: 1px solid #e1e1e1;
    text-align: center;
    opacity: 0.7;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 15px;
}


#inc05  .compbutton .compleftbutton svg {
    margin-left: 20px;
    width: 18px;
}

#inc05 .rightbox {
  width: 50%;
}
#inc05 .rightbox {
  width: 50%;
  padding: 120px 90px;
  /*background: #bf1522 url("../../../images/cusbg.jpg") repeat center center;
  background-size: cover;*/
}
#inc05 .rightbox .title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
#inc05 .rightbox .description {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
#inc05 .rightbox .prompt {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
#inc05 .rightbox .button {
  display: table;
  padding: 15px 50px;
  font-weight: 700;
  color: #fff;
  background: #bf1522;
  border-radius: 4px;
}
#inc05 .rightbox .labelfield {
  display: flex;
  justify-content: space-between;
}
#inc05 .rightbox .labelfield input {
  width: 30%;
  display: block;
  height: 40px;
  line-height: 40px;
  /*padding-left: 10px;*/
  background: transparent;
  border: 0px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  color: #fff;
}
#inc05 .rightbox .textfield__input {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  min-height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  background: 0;
  border: 0;
  transition: color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
  resize: none;
  outline: 0;
  border-radius: 0;
  /*padding-left: 0.625em;
    padding-right: 0.625em;*/
}
#inc05 .rightbox input::placeholder {
  color: #fff;
  opacity: 1;
}
#inc05 .rightbox textarea::placeholder {
  color: #fff;
  opacity: 1;
}
#inc05 .rightbox .mess {
  margin-bottom: 20px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}


/*新闻*/
.nynewsul{display: flex; flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 70px 20px;
    border-left: 1px solid #e1e1e1; column-gap: 30px; row-gap: 50px;}
.nynewsul li{width: 31%; font-size: 16px;}
.nynewsul li img{display: block; max-width: 100%;}
.nynewsul li .cont {
  padding: 30px;
  opacity: 0;
  transition: all 0.3s;
}

.nynewsul li .img {
  height: 260px;
  /*border-radius: 10px;*/
  background-size: cover;
}

.nynewsul li .cont {
  padding: 30px;
  opacity: 1;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.nynewsul li .cont p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.nynewsul li .cont div {
  margin-bottom: 40px;
  color: var(--middlegray);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.nynewsul li .cont span {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #00b1b9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #00b1b9;
  transition: all 0.3s;
}

/**/
.navbar {
    background: rgba(0, 0, 0, 0.2);
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 350px;
    right: 0;
    left: 0;
    z-index: 6;
}
.navbar .wrapper {
    box-sizing: border-box;
    padding: 0 20px;
    width: 1600px;
    margin: 0 auto;
}
.navbar .ibul .ibli {
    display: inline-block;
}
.navbar .ibul .ibli .iba {
    display: block;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.navbar .ibul .ibli.on .iba {
    color: #666;
    font-weight: bold;
    background: #fff;
}

.productbox {
    padding: 0px 0 30px;
    position: relative;
    background: #fff;
}
.productbox .wrapper {
    box-sizing: border-box;
    margin: 0 auto;
}
.proclass {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding:40px 35px 20px;
    margin-bottom: 25px;
}
.proclass .item {
    padding-bottom: 13px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
    display: flex;
    font-size: 17px;
    align-items: center;
}
.proclass .item .ih {
    width: 120px;
    padding-right: 20px;
}
.proclass .item .ib {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.proclass .item .ib .it .ia {
    display: flex;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 15px;
    transition: all .3s;
}
.proclass .item .ib .it.on .ia {
    background: #21669F;
    color: #fff;
}

.productbox .proclanam {
    margin: 50px 0 30px;
    font-size: 35px;
    font-weight: bold;
    color: #21669F;
}
.productbox .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.productbox .list .item {
    background: #f2f2f2 url(../images/probg.jpg) repeat center center;
    border: #d2ddeb 1px solid;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    transition: all .3s;
}
.productbox .list .item .hd {
    border-radius: 4px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productbox .list .item .hd .nam {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.productbox .list .item .sd {
    font-size: 34px;
    line-height: 1.2;
}
.productbox .list .item .hd .cla {
    background: #00b0b0;
    color: #fff;
    padding: 5px 19px;
    border-radius: 20px;
    transition: all 1s;
    font-size: 16px;
    font-weight: 600;
}
.productbox .list .item .img {
    transition: all .3s;
    margin: 20px 0 30px;
}
.productbox .list .item .img a {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
    transition: all .3s;
}
.productbox .list .item .img a img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.productbox .list .item .btn {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 30px;
}
.productbox .list .item .btn .ta {
    display: flex;
    flex: 1;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    margin-right: 20px;
    transition: all .3s;
    background-color: #fff;
}
.productbox .list .item .btn .ta.on {
    border-color: #00b0b0;
    background: #00b0b0;
    color: #fff;
}
.productbox .list .item .btn .ta:last-child {
    margin-right: 0;
}

/**/
.productitem {
    padding: 30px 0;
    position: relative;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px;
}

.productitem #imageGallery .it{border: 0px none;}
.productitem #imageGallery{margin: 0;}
.productitem .proitemhead .pimg .productalllist .it{height:500px;}

.productitem .wrapper {
    box-sizing: border-box;
    padding: 30px 40px;
    max-width: 1600px;
    margin: 0 auto;
}
.proitemhead {
    display: flex;
    background: #fff;
    overflow: hidden;
    column-gap: 30px;
}
.proitemhead .pimg {
    width: 100%;
    max-width: 650px;
    margin-right: 20px;
    position: relative;
}
.proitemhead .inf {
    flex: 1;
}
.proitemhead .inf .sub {
    border-radius: 4px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proitemhead .inf .sub .sna {
    font-size: 22px;
    color: #333;
}
.proitemhead .inf .sub .cla {
   background: #00b0b0;
    color: #fff;
    padding: 5px 19px;
    border-radius: 20px;
    transition: all 1s;
    font-size: 16px;
    font-weight: 600;
}
.proitemhead .inf .nam {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.proitemhead .pimg .productalllist .it {
    background: #fff;
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 450px;
    position: relative;
}
.proitemhead .pimg .productalllist .it img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    padding: var(--gap-h3);
    margin: 0 auto;
    display: block;
    background: #f2f2f2 url(../images/probg.jpg) repeat center center;
    border: #d2ddeb 1px solid;
    border-radius: 15px;
}
.proitemhead .inf .txt {
    background: #f5f5f5;
    padding: 30px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
}

.proitemhead .inf .too {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.proitemhead .inf .too .ta {
    display: flex;
    padding: 10px 30px;
    border: 1px solid #21669F;
    text-decoration: none;
    border-radius: 20px;
    font-size: 18px;
    color: #333;
    background: #fff;
    margin-right: 20px;
    transition: all .3s;
}
.proitemhead .inf .too .ta.on {
    background: #21669F;
    border-color: #21669F;
    color: #fff;
}

.proitemmain {
    margin-top: 10px;
}
.proitemmain .xhd {
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
.proitemmain .xhd .item {
    display: flex;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all .3s;
}
.proitemmain .xhd .item.on {
    background:#21669F;
    color: #fff;
}
.proitemmain .xbd .item {
    display: none;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    padding: 38px 0;
}
.proitemmain .xbd .item.on {
    display: block;
}
.proitemmain .xbd .item.spec {
    padding: 38px 0;
}

.newsnrrr{
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    padding: 25px 0;
}

.newsnrrr img{max-width: 100%;}
.newsbtnul{display: flex; width: 100%; flex-wrap: nowrap; margin: 40px auto; justify-content: space-between; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding:0 15px; box-sizing: border-box;}
.newsbtnul li{width: 31%; margin: 1.1%;}
.newsbtnul li a{display: block;text-align: center; color: #333; text-decoration: none; font-size: 18px;}


@media screen and (max-width: 1600px) {
  #sh_section{min-width: 100%;}
  #inc01 ul{width: 100%;}
  #inc01 .img_area{width: 40%;}
  #inc01 .img_area img{max-width: 100%; display: block;}
  .nyaboutula li p{font-size: 35px;}
  .nyaboutula{justify-content:center; align-items:center;}
  .nyaboutula li{padding: 0 22px;}
  #inc01 .cont_wrap{max-width: 100%; padding: 50px 20px;}
  #inc01 .tit{font-size: 28px;}
  #inc01 .slipbox{margin-top: 25px; }
  
}


@media screen and (max-width: 1000px) {
  #inc01 .slipbox{margin-top: 25px; display:block;}
  .innula li{width: 22%;}
  #inc01 ul{width: 100%;}
  #inc01 .img_area{width: 100%; margin-top: 30px;}
}


/*右侧菜单*/
.menu {
  display: block;
  color: #fff;
  z-index: 111111111;
  .mbtn {
    position: relative;
    z-index: 101;
    width: 50px;
    height: 45px;
    margin-left: auto;
    overflow: hidden;
    cursor: pointer;

    .no_pointer {
      pointer-events: none;
      cursor: alias;
    }

    .bar {
      display: block;
      position: relative;
      width: 0px;
      height: 3px;
      margin: 24px 0 0 37px;
      border-radius: 3px;
      background: #fff;

      &::before {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        width: 28px;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        transition: transform 0.3s;
      }

      &::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 33px;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        transition: all 0.3s;
        z-index: 111111;
      }
    }

    &.on {
      span {
        &::before {
          transform: rotate(45deg);
          transition: transform 0.3s 0.8s;
        }

        &::after {
          transform: rotate(-45deg);
          width: 28px;
          background: #fff;
          transition: all 0.3s 0.8s;
        }
      }

      &::before {
        width: 0;
      }

      &::after {
        width: 0;
      }
    }

    &::before {
      content: "";
      position: absolute;
      right: 13px;
      bottom: 8px;
      width: 28px;
      height: 3px;
      background: #fff;
      border-radius: 3px;
      transition: width 0.3s 0.4s;
    }

    &::after {
      content: "";
      position: absolute;
      left: 9px;
      top: 15px;
      width: 28px;
      height: 3px;
      background-color: #fff;
      border-radius: 3px;
      transition: width 0.3s 0.4s;
    }
  }
}

/**/
.menu {
  display: none;
}
.menu .mbtn {
  position: relative;
  z-index: 101;
  width: 50px;
  height: 45px;
  margin-left: auto;
  overflow: hidden;
  cursor: pointer;
}
.menu .mbtn .no_pointer {
  pointer-events: none;
  cursor: alias;
}
.menu .mbtn .bar {
  display: block;
  position: relative;
  width: 0px;
  height: 3px;
  margin: 24px 0 0 37px;
  border-radius: 3px;
  background: #fff;
}
.menu .mbtn .bar::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  transition: transform 0.3s;
}
.menu .mbtn .bar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s;
  z-index: 111111;
}
.menu .mbtn.on span::before {
  transform: rotate(45deg);
  transition: transform 0.3s 0.8s;
}
.menu .mbtn.on span::after {
  transform: rotate(-45deg);
  width: 28px;
  background: #fff;
  transition: all 0.3s 0.8s;
}
.menu .mbtn.on::before {
  width: 0;
}
.menu .mbtn.on::after {
  width: 0;
}
.menu .mbtn::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 8px;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: width 0.3s 0.4s;
}
.menu .mbtn::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 15px;
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: width 0.3s 0.4s;
}


.allwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.3s 0.3s;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
  }

  &.on {
    transform: translateX(0);

    .cate {
      width: 70%;

      @media @sm {
        width: 100%;
      }

      .list {
        .it {
          margin-left: 0;
          opacity: 1;

          &:nth-child(1) {
            transition: all 0.3s 0.5s;
          }

          &:nth-child(2) {
            transition: all 0.3s 0.6s;
          }

          &:nth-child(3) {
            transition: all 0.3s 0.7s;
          }

          &:nth-child(4) {
            transition: all 0.3s 0.8s;
          }
        }
      }
    }
  }

  .cate {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #00344d;
    transition: width 0.4s 0.3s ease;
    display: flex;
    align-items: center;
    padding: 0 15%;
    box-sizing: border-box;
    z-index: 1111111;

    @media @sm {
      padding: 0 6vw;
    }

    .list {
      color: #fff;
      width: 100%;
    z-index: 1111111;

      .it {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        margin-left: 30px;
        opacity: 0;
        transition: all 0.3s;

        .ih {
          font-size: 22px;
          font-weight: bold;
          line-height: 1.2;
          margin-bottom: 15px;

          a {
            font-size: 22px;
          }

          .ia {
            text-decoration: none;
            color: #fff;
          }
        }

        .ib {
          display: flex;
          column-gap: 20px;
          font-size: 16px;
          flex-wrap: wrap;

          .ia {
            color: #fff;
            text-decoration: none;
            opacity: 0.6;
            .trans;
            font-size: 18px !important;

            &:hover {
              opacity: 1;
            }
          }
        }
      }
    }
  }
}
@media screen and (max-width: 1600px) {
  #inc05 .contactblock{width: 100%; max-width: 100%;}
  .productitem .wrapper{width: 100%; max-width: 100%;}
.proitemhead{display: flex;}
.productbox .wrapper{width: 100%;}
.proitemhead .pimg{max-width: 450px;}
.navbar .wrapper{width: 100%;}
.productbox .list .item .btn .ta{font-size: 14px;}
.nynewsul{max-width: 100%; padding: 35px 28px; gap: 20px;}
#inc08 .inner{max-width: 100%; padding: 35px 28px;}
}



@media screen and (max-width: 1100px) {
  .innbannera{height: 300px;}
  .innbannera .inntitaa{font-size: 20px;}
  .innbannera .inntitaa span{font-size: 14px;}
  .innbannerb{height: 300px;}
  .innbannerb .inntitaa{font-size: 20px;}
  .innbannerb .inntitaa span{font-size: 14px;}
  .innbannerh{height: 300px;}
  .innbannerh .inntitaa{font-size: 20px;}
  .innbannerh .inntitaa span{font-size: 14px;}
  .innbannerd{height: 300px;}
  .innbannerd .inntitaa{font-size: 20px;}
  .innbannerd .inntitaa span{font-size: 14px;}
  .innbannerf{height: 300px;}
  .innbannerf .inntitaa{font-size: 20px;}
  .innbannerf .inntitaa span{font-size: 14px;}
  .innbannerg{height: 300px;}
  .innbannerg .inntitaa{font-size: 20px;}
  .innbannerg .inntitaa span{font-size: 14px;}
  .innbannere{height: 300px;}
  .innbannere .inntitaa{font-size: 20px;}
  .innbannere .inntitaa span{font-size: 14px;}
  .menu {
    display: block;
  }
  #top_nav_wrap .rightbox .search{display: none;}
  #top_nav_wrap .rightbox .global{display: none;}
  .innbannerh .inntitaa{font-size: 30px;}
  #inc05 .contactblock{max-width: 100%; padding: 30px;}
  .productbox .wrapper{width: 100%;}
  .proclass .item .ib .it .ia{padding: 2px 10px;}
  .proclass{padding: 25px;}
  .proclass .item{margin-bottom: 0;}
  .productbox .proclanam{font-size: 24px;}
  .productbox .list{display: block; margin: 20px 0;}
  .productbox .list .item{margin: 20px 0;}
  .proitemhead{display: block;}
  .productitem .proitemhead .pimg .productalllist .it{height: 200px !important;}
  .productitem .wrapper{padding:0 20px;}

  .proitemmain .xbd .item table{width: 100%;}
  .proitemmain .xbd .item table td{word-wrap:break-word;word-break:break-all; font-size: 12px; padding: 0;}

  .innbannera .inntitaa{font-size: 32px;}
  #imageGallery{max-width: 100%;}
  #imageGallery .it{width: 48%; margin: 1%;}

  #inc05 .title{font-size: 30px;}
  #inc05 .casecolumn{margin-bottom: 0;}
  #inc05 .other{ display: grid;  grid-template-columns: 1fr 1fr; margin-bottom: 0;}
  #inc05 .attention{padding: 25px;}
  #inc05 .description{margin-bottom: 15px;}
  
  #imageGallerya{max-width: 100%;display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
  #imageGallerya .it{width: 100%; font-size: 14px; line-height: 1.1;}
  #imageGallerya .it img{margin-bottom: 12px;}

  .nynewsul li{width:100%; margin: 1% 0;}
  #inc08 .inner .tit_area .right{float: none;}
  #inc08 .inner .tit_area .right .f_e{display: block;}
  #inc08 .inner .cont_area{padding:35px 25px;}
  #inc08 .inner .cont_area .tit{font-size: 30px;}
}

.w_grid-1573283914804 {
  position: relative;
  width: 100%;
}

.w_grid-body {
  width: 100%;
}

.w_grid-con {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.lv_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.lv_top_l {
  flex-shrink: 0;
}

#top_logo {
  margin: 0;
  line-height: 1;
}

#top_logo a {
  display: block;
  transition: all 0.3s ease;
}

#top_logo a:hover svg .st0 {
  fill: #3498db;
}

#top_logo a:hover svg .st1 {
  fill: #3498db;
}

#top_logo a:hover svg .st2 {
  fill: #3498db;
}

#top_logo svg {
  width: 200px;
  height: 50px;
}

#top_logo svg .st0 {
  fill: #fff;
  transition: fill 0.3s ease;
}

#top_logo svg .st1 {
  fill: #fff;
  transition: fill 0.3s ease;
}

#top_logo svg .st2 {
  fill: #fff;
  transition: fill 0.3s ease;
}

.lv_top_r {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lv_top_r .search {
  cursor: pointer;
  padding: 8px;
}

.lv_top_r .search .icon {
  width: 20px;
  height: 20px;
  fill: #333;
}

.lv_top_r .menu {
  display: block;
  cursor: pointer;
  padding: 8px;
}

.lv_top_r .mbtn {
  width: 30px;
  height: 24px;
  position: relative;
}

.lv_top_r .mbtn .bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}

.lv_top_r .mbtn .bar:nth-child(1) {
  top: 0;
}

.lv_top_r .mbtn .bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.lv_top_r .mbtn .bar:nth-child(3) {
  bottom: 0;
}

.lv_top_r .mbtn.on .bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.lv_top_r .mbtn.on .bar:nth-child(2) {
  opacity: 0;
}

.lv_top_r .mbtn.on .bar:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* 头部语言选择 */
.head_lan {
  background: #f5f5f5;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.head_lan .w {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.r_link {
  display: inline-block;
}

.r_link a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

.r_link a:hover {
  color: #3498db;
}

.tNavBox {
  position: relative;
  z-index: 1000;
}

.navBtn {
  display: none;
  cursor: pointer;
  padding: 10px;
}

.navLine {
  display: block;
  width: 24px;
  height: 20px;
}

.navBtnImg {
  width: 24px;
  height: 24px;
}

.tNav {
  display: block;
}

.navUl {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.navLi {
  position: relative;
  margin: 0 15px;
  white-space: nowrap;
}

.tNavH {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.navName {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.navName:hover {
  color: #3498db;
}

.tNavH:hover {
  background-color: rgba(52, 152, 219, 0.2);
}

.tNavH:hover .navName {
  color: #3498db;
}

.iconJt {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.iconJtRotate {
  transform: translateY(-50%) rotate(180deg);
}

.slidBox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: rgba(0,0,0,0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  display: none;
  z-index: 1001;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navSbox {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.navSli {
  margin: 0;
  padding: 0;
}

.navSlink {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navSlink:hover {
  background-color: rgba(52, 152, 219, 0.2);
  color: #3498db;
}

.leftBox {
  padding: 10px;
}

.img100 {
  width: 100%;
  height: auto;
}

.navSliBtn {
  display: none;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.hs {
  width: 20px;
  height: 20px;
}

.tNav.active {
}

.tNav.active .navName {
  color: #fff;
}

.tNav.active .navName:hover {
  color: #3498db;
}

.tNavHBac {
  background-color: rgba(52, 152, 219, 0.2);
}

.tNavHBac .navName {
  color: #3498db;
}

#sh_hd_wrapper.fxdon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 9999;
}

#sh_hd_wrapper.on {
  background: rgba(255,255,255,0.98);
}

#sh_hd_wrapper.on .lv_top {
  padding: 10px 0;
}

#sh_hd_wrapper.on #top_logo svg {
  width: 160px;
  height: 40px;
}

#sh_hd_wrapper.on .tNav {
  background: transparent;
  box-shadow: none;
}

.allwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9998;
}

.allwrap.on {
  display: block;
}

.allwrap .cate {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 80%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}

.allwrap .list {
  padding: 20px 0;
}

.allwrap .it {
  border-bottom: 1px solid #eee;
}

.allwrap .ih {
  padding: 15px 20px;
}

.allwrap .ih .ia {
  display: block;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}

.allwrap .ib {
  display: none;
  padding: 10px 20px;
  background: #f5f5f5;
}

.allwrap .it.on .ib {
  display: block;
}

.allwrap .ib .ia {
  display: block;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 0;
}

body.fxd {
  overflow: hidden;
}

@media (max-width: 768px) {
  .navBtn {
    display: block;
  }

  .tNav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    display: none;
  }

  .tNav.tNavHeight {
    display: block;
  }

  .navUl {
    flex-direction: column;
    align-items: stretch;
  }

  .navLi {
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
  }

  .navSliBtn {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .slidBox {
    position: static;
    width: 100%;
    box-shadow: none;
    background: rgba(255,255,255,0.05);
  }

  .lv_top_r .global {
    display: none;
  }

  #sh_hd_wrapper .w_grid-con {
    padding: 0 10px;
  }

  #top_logo svg {
    width: 150px;
    height: 40px;
  }
}

/**/
.e_FlowCommonStyleBox-001 {
    width: 100%;
    height: auto;
    width-uint: %;
}

.e_FlowCommonStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_FlowCommonStyleBox-001 .stylebox_link:hover {
    color: rgba(101,190,186,1);
}

.e_FlowCommonStyleBox-001 .stylebox_link:active {
    color: rgba(101,190,186,1);
}

.e_FlowCommonStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: #1890FF;
}

.e_FlowCommonStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_FlowCommonStyleBox-001 .title_icon::before {
    content: "";
}

.e_FlowCommonStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #1890FF;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_FlowCommonStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_FlowCommonStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_FlowCommonStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_FlowCommonStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    width-uint: %;
}

.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_IndexOrdinaryStyleBox-001 {
    width: 100%;
    height: auto;
    width-uint: %;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top {
    background-color: transparent;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:hover {
    color: rgba(101,190,186,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:active {
    color: rgba(101,190,186,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
}

.e_IndexOrdinaryStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_IndexOrdinaryStyleBox-001 .title_icon::before {
    content: "";
}

.e_IndexOrdinaryStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_IndexOrdinaryStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link {
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_IndexOrdinaryStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_IndexOrdinaryStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    height: calc(100% - 48px);
    width-uint: %;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_SideMajorStyleBox-001 {
    width: 100%;
    height: auto;
    width-uint: %;
}

.e_SideMajorStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_SideMajorStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: rgba(101, 190, 186, 1);
}

.e_SideMajorStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}

.e_SideMajorStyleBox-001 .title_icon::before {
    content: "";
}

.e_SideMajorStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_SideMajorStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_SideMajorStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_SideMajorStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_SideMajorStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_SideMajorStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

.e_SideMajorStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    width-uint: %;
}

.e_SideMajorStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}

@media only screen and (max-width: 768px) {
    .c_portalResPublic_codeContainer-01001002 {
        min-height:500px;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResPublic_codeContainer-01001002 {
        min-height:500px;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.c_portalResPublic_codeContainer-01001002 .floatQQ {
    background: url(/img/dw_qq.png?tenantId=227532&viewType=1&v=1714126270000) #be1a1f no-repeat;
}

.c_portalResPublic_codeContainer-01001002 .floatSh {
    background: url(/img/dw_fw.png?tenantId=227532&viewType=1&v=1714126270000) #be1a1f no-repeat;
}

.c_portalResPublic_codeContainer-01001002 .floatTel {
    background: url(/img/dw_tel.png?tenantId=227532&viewType=1&v=1714126270000) #be1a1f no-repeat;
}

@media only screen and (min-width: 769px) {
    .c_portalResPublic_codeContainer-01001002 .floatBox {
        position: fixed;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
        width: 87px;
    }

    .c_portalResPublic_codeContainer-01001002 .floatLi {
        position: relative;
        left: 0;
        display: flex;
        width: auto;
        height: 57px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease ;
    }

    .c_portalResPublic_codeContainer-01001002 .floatLi3 {
        position: relative;
        left: 0;
        display: flex;
        width: 300px;
        height: 57px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease ;
    }

    .c_portalResPublic_codeContainer-01001002 .alink {
        display: inline-block;
        width: 87px;
        height: 100%;
        padding: 30px 0 0 0;
        color: #fff;
        font-size: 0.75rem;
    }

    .c_portalResPublic_codeContainer-01001002 .floatTel2 {
        display: block;
        z-index: 1;
        width: 184px;
        height: 57px;
        font: 24px/57px Arial;
        color: #fff;
        background: #be1a1f;
        cursor: pointer;
    }

    .c_portalResPublic_codeContainer-01001002 .floatTop {
        background: url(/img/dw_top.png?tenantId=227532&viewType=1&v=1714126270000) #be1a1f no-repeat;
    }

    .c_portalResPublic_codeContainer-01001002 .floatLi:hover {
        left: -10px;
    }

    .c_portalResPublic_codeContainer-01001002 .floatLi3:hover {
        left: -194px;
    }
}

@media only screen and (max-width: 768px) {
    .c_portalResPublic_codeContainer-01001002 .floatLiT {
        display:none;
    }

    .c_portalResPublic_codeContainer-01001002 .floatBox {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        height: 57px;
        background: #be1a1f;
    }

    .c_portalResPublic_codeContainer-01001002 .moli {
        position: relative;
        width: 33.3%;
        height: 57px;
        line-height: 27px;
        color: #fff;
        float: left;
        text-align: center;
    }

    .c_portalResPublic_codeContainer-01001002 .moli .alink {
        display: inline-block;
        color: #fff;
        font-size: 0.75rem;
        width: 77px;
        height: 27px;
        padding: 30px 0 0 0;
        color: #fff;
    }

    .c_portalResPublic_codeContainer-01001002 .floatTel2 {
        display: none;
    }
}

.c_portalResPublic_websiteShare-01001 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 320px;
    overflow: hidden;
}

.c_portalResPublic_websiteShare-01001 .row {
    margin-left: 0;
    margin-right: 0;
}

.c_portalResPublic_websiteShare-01001 .row-pad {
    padding: 0px 0 0 0;
}

.c_portalResPublic_websiteShare-01001 .iShare a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin: 5px;
}

.c_portalResPublic_websiteShare-01001 .iShare img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 769px) and (max-width:1024px) {
}

@media screen and (max-width: 768px) {
}

.w_fimg-000 .p_title {
    display: inline-table;
    margin: 0;
    min-width: 37px;
    padding: 0;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.w_fimg-000 .p_title .font {
    vertical-align: middle;
    line-height: 21px;
}

.w_fimg-000 .p_title:hover {
    color: rgba(87,177,173,1);
}

.w_fimg-000 .p_title:active {
    color: rgba(69,165,161,1);
}

.w_fimg-000 .p_title .iconfont:before {
    display: inline-block;
    content: "";
}

.w_fimg-000 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}

.w_fimg-000 .font {
    white-space: nowrap;
}

.w_fimg-000 .p_link001 {
    width: 100%;
    height: 100%;
}

.w_fimg-000 .p_link002 {
    width: 100%;
    height: 30px;
}

.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}

.w_fimg-000 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}

.w_fimg-000 .e_image:hover:after {
    background: transparent;
}

.w_fimg-000 .p_dimage:empty {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #f2f2f2 url(/img/camera.png?tenantId=227532&viewType=1&v=1714126270000) no-repeat center;
}

@media only screen and (max-width: 768px) {
    .c_portalResnav_main-01001 .p_problemCategory {
        display: block;
    }

    .c_portalResnav_main-01001 .p_navPc {
        display: none;
    }

    .c_portalResnav_main-01001 .p_linkBox {
        display: none;
    }

    .c_portalResnav_main-01001 .p_parent {
        display: block;
    }

    .c_portalResnav_main-01001 .p_categoryBtn:before {
    }

    .c_portalResnav_main-01001 .icon-arrow_up:before {
        content: "\e69a";
    }

    .c_portalResnav_main-01001 .icon-arrow_down:before {
        content: "\e69c";
    }

    .c_portalResnav_main-01001 .p_btn-show {
        color: #fff;
        background: #7F7F7F;
    }

    .c_portalResnav_main-01001 .p_btn-hide {
        width: 10%;
        height: 100%;
        float: left;
        background-color: #7F7F7F;
    }

    .c_portalResnav_main-01001 .p_category {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
    }

    .c_portalResnav_main-01001 .p_parent {
        width: auto;
        height: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 0 0 5px;
    }

    .c_portalResnav_main-01001 .p_categoryBox {
        overflow-y: auto;
        width: 90%;
        height: 100%;
        float: left;
        background-color: rgb(239,239,245);
    }

    .c_portalResnav_main-01001 .p_categoryBox > .p_parentBox {
        background-color: #FFFFFE!important;
        padding-left: 0px;
    }

    .c_portalResnav_main-01001 .p_parentBox {
        width: auto;
        height: auto;
        color: #fff;
    }

    .c_portalResnav_main-01001 .p_parentBox {
        width: auto;
        height: auto;
        color: #fff;
        background-color: rgb(239,239,245);
        padding-left: 20px;
    }

    .c_portalResnav_main-01001 .p_childBox .p_parent {
        border-bottom: 1px solid #c0c0c0;
    }

    .c_portalResnav_main-01001 .p_c-fff {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
    }

    .c_portalResnav_main-01001 .p_categoryBtn {
        display: block;
        margin: 12px 5px 10px 0;
        color: #000000;
        font-size: 12px;
    }

    .c_portalResnav_main-01001 .p_link {
        height: auto;
        vertical-align: middle;
        width: initial;
        margin: 10px 0;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        color: #000;
    }

    .c_portalResnav_main-01001 {
        width: 640px;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResnav_main-01001 .p_problemCategory {
        display: none;
    }

    .c_portalResnav_main-01001 .p_parent {
        display: none;
    }

    .c_portalResnav_main-01001 .p_navPc {
        display: block;
    }

    .c_portalResnav_main-01001 .p_linkBox {
        display: block;
    }

    .c_portalResnav_main-01001 {
        width: auto;
        height: auto;
        overflow: visible;
    }

    .c_portalResnav_main-01001 .p_category {
        height: 100%;
        width: 100%;
        position: relative;
        background-color: #FFFFFE;
    }

    .clearfix:before, .clearfix:after {
        content: "";
        display: block;
        clear: both;
        width: 0;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

    .c_portalResnav_main-01001 .p_categoryBox {
        line-height: 24px;
        width: auto;
        float: left;
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .c_portalResnav_main-01001 .p_categoryBox > .p_parentBox:hover {
        border-top: 3px solid rgb(64,143,244);
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_title:hover {
        color: rgb(64,143,244);
    }

    .c_portalResnav_main-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255,255,255,0);
        border-color: rgba(255,255,255,0);
        border-style: solid;
        border-width: 0;
        color: rgb(64,143,244);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        color: rgba(217,217,217,1);
    }

    .c_portalResnav_main-01001 .p_categoryBtn:hover {
        border-width: 0;
        border-style: solid;
        color: rgb(64,143,244);
        border-color: rgba(255,255,255,0);
        background-color: rgba(255,255,255,0);
        box-shadow: none;
    }

    .c_portalResnav_main-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: rgb(64,143,244);
        border-color: rgba(255,255,255,0);
        background-color: rgba(255,255,255,0);
        box-shadow: none;
    }

    .c_portalResnav_main-01001 .p_linkBox .iconfont:before {
        content: '';
    }

    .c_portalResnav_main-01001 .p_childBox .p_linkBox .icon-duduyinleappicon1401:before {
        content: '\e65f';
        color: rgb(64,143,244);
        font-size: 10px
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_childBox {
        border: 1px solid rgba(240,240,240,1);
        box-shadow: 2px 1px 2px #c0c0c0;
        z-index: 9;
    }

    .c_portalResnav_main-01001 .p_categoryBox .p_parentBox {
        position: relative;
        width: 200px;
        height: 40px;
        float: left;
        text-align: center;
    }

    .c_portalResnav_main-01001 .p_parentBox:last-child .p_linkBox {
        border-bottom: 0 none;
    }

    .c_portalResnav_main-01001 .p_categoryBox>.p_parentBox>.p_childBox {
        margin-top: 40px;
        left: 0px;
    }

    .c_portalResnav_main-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-000 > div > div > .p_gridCell {
    float: left;
    position: static;
}

.w_grid-000 > div > div > .p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-000 > .w_grid.signal {
    min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
    min-height: inherit;
}

.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_common_text-1604371090702 {
        padding-bottom: 50px !important;
    }

    .w_grid-000 > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 768px) {
    #content_box-1597903932354-1 {
        display:none!important;
    }

    #content_box-1609985757042-1 {
        display: none!important;
    }

    #c_portalResProduct_list-16100080771238347 {
        display: none!important;
    }

    #c_portalResProduct_list-16100068048359360 {
        display: none!important;
    }

    #c_portalResProduct_detail-16046329874645960 >div {
        padding: 10px!important;
    }

    .swiper-slide.p_image {
        width: 100%!important;
    }

    #w_common_text-1609985788963 {
        margin-bottom: 80px!important;
    }
}

@media screen and (max-width: 768px) {
    .c_portalResMessage_form-01001 {
        width: 100%;
        overflow: hidden;
    }

    .c_portalResMessage_form-01001 .p_intentionIntroTitle {
        width: 100%;
        padding: 0;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .c_portalResMessage_form-01001 .p_UnitName {
        margin-top: 10px;
    }

    .c_portalResMessage_form-01001 .p_CoupWBox {
        padding: 0;
        width: 80%;
        margin: 32px auto 32px;
    }

    .c_portalResMessage_form-01001 .p_CoupWBox button {
        width: 100%;
    }

    .c_portalResMessage_form-01001 .p_ConWBox {
        padding: 0;
    }

    .c_portalResMessage_form-01001 .form-group {
        margin: 0;
        padding: 0 15px;
    }

    .c_portalResMessage_form-01001 .p_image {
        position: absolute;
        right: 16px;
        top: 50px;
        height: 29px;
    }

    .c_portalResMessage_form-01001 .p_checkboxA {
        display: inline-block;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .shape {
        display: inline-block;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 label.option .font {
        display: inline-block;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .p_sex {
        display: inline-block;
    }

    .c_portalResMessage_form-01001 .p_DepictInfoB p img {
        max-width: 100% !important;
    }

    .c_portalResMessage_form-01001 .p_CaptchasBox {
        position: relative;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResMessage_form-01001 .e_box, .c_portalResMessage_form-01001 .e_icon, .c_portalResMessage_form-01001 .e_title {
        width: auto;
        height: auto;
    }

    .c_portalResMessage_form-01001 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .c_portalResMessage_form-01001 .p_inquiry {
    }

    .c_portalResMessage_form-01001 .p_ConWBox {
        padding: 5px 40px 25px;
    }

    .c_portalResMessage_form-01001 .boxTitle {
        overflow: hidden;
    }

    .c_portalResMessage_form-01001 .p_titleBoxA {
    }

    .c_portalResMessage_form-01001 .boxTitleText {
        padding: 0 15px;
        font-size: 16px;
        float: left;
        height: 40px;
        line-height: 40px;
        padding-bottom: 9px;
        text-align: center;
    }

    .c_portalResMessage_form-01001 .boxTitleText .font {
        display: table-cell;
        white-space: nowrap;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .boxTitleText .iconfont:before {
        display: inline-block;
    }

    .c_portalResMessage_form-01001 .p_NameB {
        display: inline-block;
        font-size: 14px;
        width: 110px;
        text-align: right;
    }

    .c_portalResMessage_form-01001 .p_NameInfoB {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
    }

    .c_portalResMessage_form-01001 .p_DepictBoxB {
        padding: 10px 0 0;
        line-height: 20px;
        overflow: hidden;
    }

    .c_portalResMessage_form-01001 .p_DepicNameB {
        float: left;
        font-size: 14px;
        width: 110px;
        text-align: right;
    }

    .c_portalResMessage_form-01001 .p_DepictInfoB {
        display: flex;
        font-size: 14px;
    }

    .c_portalResMessage_form-01001 .p_DepictInfoB .reset_style p {
        font-size: 14px;
    }

    .c_portalResMessage_form-01001 .p_groupBox {
        padding-top: 0;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo .p_groupBox .p_GuideBox {
        vertical-align: top;
    }

    .c_portalResMessage_form-01001 .p_groupBox textarea {
        display: block;
        width: inherit;
        height: inherit;
        resize: none;
        height: 92px;
        padding: 6px;
        background: none;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .e_text {
        width: 335px;
        display: inline-block;
        position: relative;
    }

    .c_portalResMessage_form-01001 .d_CustomValueBox {
        max-width: 725px;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        width: auto;
        height: auto;
    }

    .c_portalResMessage_form-01001 .p_sex {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-right: 10px;
    }

    .c_portalResMessage_form-01001 .p_sex .option {
        width: auto;
        height: auto;
        cursor: pointer;
        line-height: 100%;
    }

    .c_portalResMessage_form-01001 .p_sex .shape {
        display: inline-block;
        vertical-align: top;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: relative;
        top: 2px;
    }

    .c_portalResMessage_form-01001 .p_sex .radio {
        z-index: 99;
        opacity: 0;
        cursor: pointer;
    }

    .c_portalResMessage_form-01001 .p_sex input[type="radio"]:checked+.iconfont.first {
        opacity: 1;
    }

    .c_portalResMessage_form-01001 .p_sex input[type="radio"]:checked+i:after {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

    .c_portalResMessage_form-01001 .p_sex input[type="radio"]:checked+.iconfont.first:before {
        content: "\e669";
        font-size: 21px;
        position: absolute;
        top: -3px;
        left: -3px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .e_unit {
        display: inline-block;
    }

    .c_portalResMessage_form-01001 .p_DateIcon {
        position: absolute;
        left: 310px;
        display: inline-block;
        width: 20px;
        top: 50%;
        font-size: 18px;
        margin-top: -10px;
        cursor: pointer;
    }

    .c_portalResMessage_form-01001 .p_checkboxContainerBox {
        width: auto;
        height: auto;
        margin: 10px 0;
    }

    .c_portalResMessage_form-01001 .p_checkboxContainerB {
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .c_portalResMessage_form-01001 .p_checkboxContainerA {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        width: auto;
        height: auto;
    }

    .c_portalResMessage_form-01001 .p_checkboxA {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-right: 10px;
    }

    .c_portalResMessage_form-01001 .p_checkboxA .shape {
        display: inline-block;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .p_checkboxA .shape .iconfont {
        display: none;
    }

    .c_portalResMessage_form-01001 .p_checkboxA .option {
        width: auto;
        height: auto;
        position: relative;
    }

    .c_portalResMessage_form-01001 .p_checkboxA:hover {
        cursor: pointer;
    }

    .c_portalResMessage_form-01001 .p_checkboxA label:hover {
        cursor: pointer;
    }

    .c_portalResMessage_form-01001 .p_checkboxA .font {
        width: auto;
        display: inline-block;
    }

    .c_portalResMessage_form-01001 .p_checkboxA .first:before {
    }

    .c_portalResMessage_form-01001 .p_checkboxA .first {
        height: 0;
        width: 0;
        border: 10px solid transparent;
        font-size: 20px;
        opacity: 0;
        position: absolute;
        bottom: -10px;
        right: -9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .c_portalResMessage_form-01001 .p_checkboxA input[type="checkbox"]:checked+i {
        opacity: 1;
    }

    .c_portalResMessage_form-01001 .p_checkboxA input[type="checkbox"]:checked+i:after {
        content: "";
        width: 100px;
        height: 30px;
        position: absolute;
        top: 9px;
        right: -6px;
        display: block;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .c_portalResMessage_form-01001 .p_checkboxA input[type=checkbox]:hover+i {
        opacity: 1;
    }

    .c_portalResMessage_form-01001 .p_checkboxA input[type=checkbox]:hover+i:after {
        content: "";
        width: 100px;
        height: 30px;
        position: absolute;
        top: 9px;
        right: -6px;
        display: block;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .c_portalResMessage_form-01001 .p_checkboxA .option .font {
        display: inline-block;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .p_checkboxA.active .shape {
    }

    .c_portalResMessage_form-01001 .p_ContactInfo {
        padding-top: 10px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div {
        margin-top: 24px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_GuideBox {
        display: inline-block;
        width: 110px;
        height: 30px;
        line-height: 30px;
        text-align: right;
        overflow: hidden;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .p_GuideBox .e_icon {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_GuideBox .e_title {
        display: inline-block;
        font-size: 14px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .e_input, .c_portalResMessage_form-01001 .e_droplist, .c_portalResMessage_form-01001 .p_ContactInfo>div .p_EntryBox, .c_portalResMessage_form-01001 select.InputText {
        width: 335px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .c_portalResMessage_form-01001 select.InputText {
        padding: 2px 10px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .e_input .InputText {
        border-radius: 2px;
        padding-left: 7px;
        line-height: inherit;
        height: inherit;
        width: inherit;
        display: inline-block;
        background: none;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .e_input .iconfont, .c_portalResMessage_form-01001 .e_droplist .InputIcon {
        display: block;
        width: 22px;
        height: inherit;
        text-align: center;
        line-height: inherit;
        position: absolute;
        top: 0;
        left: 0;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_EntryBox {
        width: 165px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_EntryInput {
        width: 165px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_image {
        display: inline-block;
        position: relative;
        width: 85px;
        height: 30px;
        border-style: none;
        cursor: pointer;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_AssistLabelA {
        position: relative;
        padding-right: 16px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_AssistLabelA .iconfont:before {
        position: absolute;
        right: 0;
        top: 3px;
        content: "";
        display: block;
    }

    .c_portalResMessage_form-01001 .e_droplist input {
        width: calc(100% - 30px);
        border-radius: 2px 0 0 2px;
        padding-left: 7px;
        height: inherit;
        line-height: inherit;
        display: inline-block;
        background: none;
    }

    .c_portalResMessage_form-01001 .e_droplist .shape {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        top: 0;
        right: 0;
        font-size: 12px;
        border-left: none;
    }

    .c_portalResMessage_form-01001 .e_droplist .shape {
        cursor: default;
    }

    .c_portalResMessage_form-01001 .p_AreaBox .e_droplist .shape:before {
        content: "\e6c9";
    }

    .c_portalResMessage_form-01001 .e_droplist.error input {
    }

    .c_portalResMessage_form-01001 .e_droplist.error .shape {
    }

    .c_portalResMessage_form-01001 .e_droplist.hover input {
    }

    .c_portalResMessage_form-01001 .e_droplist.hover .shape {
    }

    .c_portalResMessage_form-01001 .e_droplist.hover input {
    }

    .c_portalResMessage_form-01001 .e_droplist:hover input {
    }

    .c_portalResMessage_form-01001 .e_droplist:hover .shape {
    }

    .c_portalResMessage_form-01001 .e_droplist:hover input {
    }

    .c_portalResMessage_form-01001 .e_droplist.hover .itembox {
    }

    .c_portalResMessage_form-01001 .e_droplist .itembox {
        width: 100%;
        max-height: 100px;
        overflow: auto;
        position: absolute;
        top: 30px;
        left: 0;
        font-size: 12px;
        border-top: none;
        z-index: 99;
    }

    .c_portalResMessage_form-01001 .e_droplist .itembox li {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
    }

    .c_portalResMessage_form-01001 .e_droplist .itembox li span {
        margin-left: 5px;
    }

    .c_portalResMessage_form-01001 .e_droplist .itembox li>i {
        font-size: 18px;
        line-height: 30px;
    }

    .c_portalResMessage_form-01001 .e_droplist .itembox li>i.ItemFirst {
        margin-left: 5px;
    }

    .c_portalResMessage_form-01001 .e_droplist:hover .itembox {
    }

    .c_portalResMessage_form-01001 .e_droplist .itembox li:hover {
        cursor: pointer;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_selectB {
        width: auto;
    }

    .c_portalResMessage_form-01001 .p_eqdesc>div .p_LoginPrompt {
        left: 559px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .p_LoginPrompt .text-error:after, .c_portalResMessage_form-01001 .p_eqdesc>div .p_LoginPrompt .text-error:after {
        left: -15px;
    }

    .c_portalResMessage_form-01001 .p_ContactInfo>div .success .text-error, .c_portalResMessage_form-01001 .p_eqdesc>div.success .text-error {
        display: none;
    }

    .c_portalResMessage_form-01001 .p_groupBox>div .success .icon-error, .c_portalResMessage_form-01001 .p_eqdesc>div.success .icon-error {
        display: inline-block;
        vertical-align: middle;
        height: 14px;
        font-size: 14px;
        margin: 0 10px;
        position: static;
        width: auto;
        margin-top: 8px;
    }

    .c_portalResMessage_form-01001 .p_groupBox>div .success .text-error, .c_portalResMessage_form-01001 .p_eqdesc>div.success .text-error {
        display: none;
    }

    .c_portalResMessage_form-01001 .p_CoupWBox, .c_portalResMessage_form-01001 .p_CoupWBoxA {
        height: 40px;
    }

    .c_portalResMessage_form-01001 .p_CoupWBox>div, .c_portalResMessage_form-01001 .p_CoupWBoxA>div {
        margin-top: 9px;
        font-size: 14px;
        padding: 0 16px;
        cursor: pointer;
    }

    .c_portalResMessage_form-01001 .p_SaveWBtn, .c_portalResMessage_form-01001 .p_SaveWBtnA {
        float: left;
        margin-left: 20px;
        height: 25px;
        text-align: center;
        line-height: 25px;
    }

    .c_portalResMessage_form-01001 .p_canelbtn, .c_portalResMessage_form-01001 .p_canelbtnA {
        float: right;
        margin-right: 20px;
        height: 25px;
        line-height: 25px;
    }

    .c_portalResMessage_form-01001 .p_succ, .c_portalResMessage_form-01001 .p_fail {
        width: 300px;
        height: 113px;
        font-size: 22px;
        margin: auto;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 9999999999;
        display: none;
        line-height: 102px;
        text-align: center;
    }

    .c_portalResMessage_form-01001 .p_succ .iconfont, .c_portalResMessage_form-01001 .p_fail .iconfont {
        margin-right: 10px;
        display: inline-block;
    }

    .c_portalResMessage_form-01001 .p_succ .iconfont:before {
        content: "\e648";
    }

    .c_portalResMessage_form-01001 .p_succ .fontbox, .c_portalResMessage_form-01001 .p_fail .fontbox {
        display: inline-block;
    }

    .c_portalResMessage_form-01001 .p_fail {
        width: 360px;
    }

    .c_portalResMessage_form-01001 .p_fail .iconfont {
    }

    .c_portalResMessage_form-01001 .p_fail .iconfont:before {
        content: "\e641";
    }

    .c_portalResMessage_form-01001 .numTxt::-webkit-outer-spin-button, .c_portalResMessage_form-01001 .numTxt::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        -moz-appearance: textfield;
    }

    .c_portalResMessage_form-01001 .p_eqdescName .font, .c_portalResMessage_form-01001 .p_nameB .font, .c_portalResMessage_form-01001 .p_NickName .font, .c_portalResMessage_form-01001 .p_nameC .font, .c_portalResMessage_form-01001 .p_nameE .font, .c_portalResMessage_form-01001 .p_nameD .font, .c_portalResMessage_form-01001 .p_nameH .font, .c_portalResMessage_form-01001 .p_nameL .font, .c_portalResMessage_form-01001 .p_nameJ .font, .c_portalResMessage_form-01001 .p_nameM .font, .c_portalResMessage_form-01001 .p_nameG .font, .c_portalResMessage_form-01001 .p_SectorName .font, .c_portalResMessage_form-01001 .p_JobName .font, .c_portalResMessage_form-01001 .p_BusinessName .font, .c_portalResMessage_form-01001 .p_nameA .font, .c_portalResMessage_form-01001 .p_nameI .font, .c_portalResMessage_form-01001 .p_nameF .font, .c_portalResMessage_form-01001 .p_area .font, .c_portalResMessage_form-01001 .p_nameK .font, .c_portalResMessage_form-01001 .p_titleC .font {
        overflow: hidden;
        max-width: 6em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .c_portalResMessage_form-01001 .p_groupBox .p_GuideBox .e_icon.p_desc_star {
        display: inline-block;
        font-size: 14px;
        vertical-align: 1px;
    }

    .c_portalResMessage_form-01001 .p_PromptDisabled {
        margin: 15px;
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData {
        width: auto;
        background-color: inherit;
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData .prompt_title .iconfont:before {
        content: "";
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData .prompt_title .first {
        height: auto;
        display: table-cell;
        font-size: 32px;
        position: relative;
        vertical-align: middle;
        padding: 0 10px 5px 0;
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData .prompt_title {
        display: inline-table;
        padding: 0 30px;
        min-height: 100px;
        height: 100%;
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData .prompt_title .first:before {
        content: "\e6b4";
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData .prompt_title .font {
        font-size: 18px;
        display: table-cell;
        line-height: normal;
        vertical-align: middle;
        font-weight: bold;
        text-align: left;
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData .promptbox {
        width: auto;
        height: 100%;
    }

    .c_portalResMessage_form-01001 .p_PromptNoneData .prompt_content {
        font-size: 14px;
        padding-left: 65px;
    }

    .c_portalResMessage_form-01001 .p_SectorBox.error .p_selectC {
    }

    .c_portalResMessage_form-01001 .p_SectorBox.error .e_droplist .shape {
        height: 28px;
    }

    .c_portalResMessage_form-01001 .p_LoginPrompt {
        position: absolute;
        bottom: -22px;
        left: 0;
        white-space: nowrap;
    }

    .c_portalResMessage_form-01001 .p_intentionIntroTitle {
        min-width: 120px;
        text-align: right;
    }

    .c_portalResMessage_form-01001 .form-control {
        max-width: 470px;
    }

    .c_portalResMessage_form-01001 .p_CoupWBox {
        padding-left: 102px;
        margin-bottom: 30px;
    }

    .c_portalResMessage_form-01001 .p_selectC {
        display: inline-block;
        position: relative;
    }

    .c_portalResMessage_form-01001 .p_UnitName {
        position: absolute;
        right: -110px;
        top: 6px;
        width: 100px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.w_fline-001 .p_FLine {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
}

.w_fline-001 {
    width: 100%;
    min-height: 20px;
    display: block;
    margin: 0 auto;
}

.w_fline-001 .w_fline {
    width: 100%;
    min-height: inherit;
    font-size: 0;
}

.w_fline-001 .w_fline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}

.w_ficon-001 {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 0;
    min-height: 80px;
    margin: 0 auto;
}

.w_ficon-001 .w_ficon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.w_ficon-001 .e_link {
    display: inline-block;
    height: auto;
}

.w_ficon-001 .p_icon {
    margin: 0;
    width: inherit;
    height: inherit;
    color: rgba(102,102,102,1);
}

.w_ficon-001 .p_icon:before {
    content: '\e6b4';
    font-size: 30px;
}

.w_grid-003 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    min-height: 12rem;
    width: 100%;
}

.w_grid-003 > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid-003 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-003 > div > .p_gridbox > .p_gridCell {
    float: left;
    position: static;
}

.w_grid-003 > div > .p_gridbox > .p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-003 > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-003 > div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-003 > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-003 > div > .p_gridbox > .p_gridCell {
        width: 32.66%;
        margin-left: 1%;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@CHARSET "UTF-8"; * {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

.pagebox,#-remove--flag {
}

body,#-remove--flag {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

#c_portalResPublic_websiteShare-16146752987028480 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResPublic_websiteShare-16146752987028480 {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

#c_portalResPublic_codeContainer-16147390099195166 .lv_top_r {
    display: flex;
    justify-content: flex-end;
}

#c_portalResPublic_codeContainer-16147390099195166 .lv_top_r .r_link {
    transition: all .5s ease;
}

#c_portalResPublic_codeContainer-16147390099195166 .lv_top_r .r_link:hover {
    background: #0B57A6;
    border: 1px solid #0B57A6;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan {
    width: 36px;
    height: 36px;
    background: none;
    margin: 0px 5px;
    position: relative;
    justify-content: center;
    display: flex;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 0px;
    transition: all .5s ease;
}

#c_portalResPublic_codeContainer-16147390099195166 .lan_con {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .lan_con:hover {
    cursor: pointer;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_tit {
    width: auto;
    line-height: 36px;
    display: flex;
    align-items: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_tit span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_tit .iconfont.map {
    width: auto;
    margin-right: 0px;
    text-align: center;
    display: inline-block;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_tit .iconfont.jt {
    width: auto;
    margin-left: 5px;
    text-align: center;
    transform: scale(0.7);
    display: inline-block;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_tit .iconfont.map:before {
    content: '';
    background: url(/img/yy.gif?tenantId=227532&viewType=1&v=1714126270000) no-repeat center center;
    background-size: 70%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 36px;
    height: 36px;
    display: block;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_tit .iconfont.jt:before {
    content: '\e69a';
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_list {
    display: flex;
    width: 100px;
    background: #ffffff;
    padding: 3px 0px 10px 0px;
    position: fixed;
    z-index: 99;
    top: 72px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_list.cur {
    opacity: 1;
    transform: translate(0, 0px);
    visibility: visible;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_list span {
    position: relative;
    line-height: 1px;
    display: inline-block;
    height: 1px;
    width: 100%;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_list .iconfont img {
    position: absolute;
    font-size: 24px;
    width: 100%;
    top: -5px;
    text-align: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_list a {
    color: #999;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16147390099195166 .head_lan .lan_list a:hover {
    color: #0B57A6;
}

#c_portalResPublic_codeContainer-16147390099195166 .lv_top_r .lan_email {
    width: 36px;
    height: 36px;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 0px;
    transition: all .5s ease;
}

#c_portalResPublic_codeContainer-16147390099195166 .lan_email .email_con {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .lan_email i {
    display: flex;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .lan_email .iconfont.email:before {
    content: '\e676';
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .lv_top_r .lan_sky {
    width: 36px;
    height: 36px;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 0px;
    transition: all .5s ease;
}

#c_portalResPublic_codeContainer-16147390099195166 .lan_sky .sky_con {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16147390099195166 .lan_sky .sky_con img {
    transform: scale(0.8);
}

#c_portalResPublic_codeContainer-16147390099195166 .lv_top_r.active .r_link {
    background: #0B57A6;
}

.lan_con{padding: 15px; box-sizing: border-box;}
.lan_con img{width: 18px; height: 18px; display: block;}

#c_portalResPublic_codeContainer-16147390099195166 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

#c_portalResMessage_form-16146752987663465 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResMessage_form-16146752987663465 >div {
    animation-fill-mode: both;
}

#c_portalResMessage_form-16146752987663465 .p_NameBox {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .corlor_warning {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .p_DepictBoxB {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .p_FullNameBox {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .p_GenderBox {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .p_PhoneBox {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .p_TelephoneBox {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .p_EmailBox {
    display: block !important;
}

#c_portalResMessage_form-16146752987663465 .p_intentionIntroTitle {
    display: none;
}

#c_portalResMessage_form-16146752987663465 .e_text {
    width: 100%;
}

#c_portalResMessage_form-16146752987663465 .p_groupBox textarea {
    height: 40px;
}

#c_portalResMessage_form-16146752987663465 .p_groupBox {
    height: 40px;
}

#c_portalResMessage_form-16146752987663465 .form-control {
    border-radius: 0px;
    border: 0px solid #aaa;
    background-color: white;
}

#c_portalResMessage_form-16146752987663465 .InputText {
    border-radius: 0px;
    height: 40px;
}

#c_portalResMessage_form-16146752987663465 .btn-primary {
    background-color: #00AFB7;
    height: 40px;
}

#c_portalResMessage_form-16146752987663465 .btn {
    border: 0px;
    width: 36%;
    border-radius: 0px;
}

#c_portalResMessage_form-16146752987663465 .p_CoupWBox {
    padding-left: 0px;
    margin-bottom: 10px;
}

#c_portalResMessage_form-16146752987663465 .p_image {
    float: right;
    height: 40px;
    width: 30%;
}

#c_portalResMessage_form-16146752987663465 .p_ContactInfo {
    padding-top: 0px;
}

#c_portalResMessage_form-16146752987663465 .p_ContactInfo>div {
    margin-top: 16px;
}

#c_portalResMessage_form-16146752987663465 .p_ConWBox {
    padding: 0px;
}

#c_portalResMessage_form-16146752987663465 .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

#c_portalResMessage_form-16146752987663465 .p_EntryBox {
    width: 70%;
}

#c_portalResMessage_form-16146752987663465 .p_EntryInput {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #c_portalResMessage_form-16146752987663465 .form-control::-webkit-input-placeholder {
        font-size: 14px;
        color: #999;
    }

    #c_portalResMessage_form-16146752987663465 .form-control:-moz-placeholder {
        font-size: 14px;
        color: #999;
    }

    #c_portalResMessage_form-16146752987663465 .form-control::-moz-placeholder {
        font-size: 14px;
        color: #999;
    }

    #c_portalResMessage_form-16146752987663465 .form-control:-ms-input-placeholder {
        font-size: 14px;
        color: #999;
    }

    #c_portalResMessage_form-16146752987663465 .form-control {
        border: 0px solid #aaa;
    }

    #c_portalResMessage_form-16146752987663465 .p_image {
        width: 90px;
        height: 40px;
        bottom: 0;
        margin-top: -30px;
        right: 0px;
    }

    #c_portalResMessage_form-16146752987663465 .form-group {
        padding: 20px 0 0;
    }

    #c_portalResMessage_form-16146752987663465 .p_CoupWBox {
        width: 100%;
        margin: 28px auto 0px;
    }
}

#c_portalResMessage_form-16146752987663465 .e_input.p_email {
    width: 100%;
}

#c_portalResMessage_form-16146752987663465 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResnav_main-16147390098983728 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResnav_main-16147390098983728 >div {
    animation-fill-mode: both;
}

@media only screen and (min-width: 1025px) {
    #c_portalResnav_main-16147390098983728 .navSliBtn {
        display:none;
    }

    #c_portalResnav_main-16147390098983728 .tNavBox {
        width: 100%;
        height: auto;
        overflow: visible;
        background: none;
    }

    #c_portalResnav_main-16147390098983728 .navBtn {
        display: none;
    }

    #c_portalResnav_main-16147390098983728 .navSliBtn {
        display: none;
    }

    #c_portalResnav_main-16147390098983728 .iconJt {
        display: none;
    }

    #c_portalResnav_main-16147390098983728 .navUl {
        width: 100%;
        display: flex;
        font-size: 0;
    }

    #c_portalResnav_main-16147390098983728 .navLi {
        padding: 0;
        width: 12.5%;
        min-width: 80px;
        display: inline-block;
        font-size: 1rem;
        margin: 0vw;
        box-sizing: border-box;
    }

    #c_portalResnav_main-16147390098983728 .navLi:hover .tNavH::before {
        width: 100%;
        opacity: 1;
    }

    #c_portalResnav_main-16147390098983728 .tNavH {
        position: relative;
    }

    #c_portalResnav_main-16147390098983728 .tNavH::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 0;
        height: 100%;
        background-color: #0b57a6;
        opacity: 0;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .tNav {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    #c_portalResnav_main-16147390098983728 .tNav .navName {
        position: relative;
        display: block;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 100px;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        font-weight: bold;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .tNav.active .navName {
        color: #333;
    }

    #c_portalResnav_main-16147390098983728 .navName::after {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    #c_portalResnav_main-16147390098983728 .navLi:hover .navName {
        transform: translateY(-100%);
    }

    #c_portalResnav_main-16147390098983728 .slidBox {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        min-width: 1024px;
        overflow: hidden;
        z-index: 110;
        margin: 0 auto;
        padding: 0px;
        transition: all .5s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.075);
        border-top: 4px solid #0b57a6;
        display: none;
        padding-bottom: 1rem;
    }

    #c_portalResnav_main-16147390098983728 .navLi:hover .slidBox {
        height: auto;
        display: block;
    }

    #c_portalResnav_main-16147390098983728 .leftBox {
        display: none;
        position: relative;
        width: 19%;
        margin-right: 8%;
        height: auto;
        float: left;
        text-align: right;
        overflow: hidden;
    }

    #c_portalResnav_main-16147390098983728 .navSbox {
        position: relative;
        float: none;
        width: 76%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        overflow: hidden;
        font-size: 0;
        white-space: nowrap;
    }

    #c_portalResnav_main-16147390098983728 .navSli {
        width: 49%;
        margin-left: 10px;
        float: left;
        font-size: 16px;
        padding-top: 5px;
        color: #f7f0f0;
        position: relative;
        text-align: center;
        padding-bottom: 5px;
        border-bottom: solid 1px #2f2e2e;
        margin: 0px 5px;
    }

    #c_portalResnav_main-16147390098983728 .navSli:before {
        display: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 1px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

    #c_portalResnav_main-16147390098983728 .navSli:hover:before {
        width: 72px;
        background: #21478b;
    }

    #c_portalResnav_main-16147390098983728 .navSlink {
        display: block;
        color: #e8eff7;
        height: 30px;
        line-height: 30px;
    }

    #c_portalResnav_main-16147390098983728 .oneName {
        font-size: 26px;
        padding-bottom: 15px;
        color: #000;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #c_portalResnav_main-16147390098983728 .tNavSummry {
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        color: #666666;
        font-size: 14px;
        max-width: 420px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    #c_portalResnav_main-16147390098983728 .tNavMore {
        display: block;
        position: relative;
        height: auto;
        padding-top: 25px;
        border-top: 1px dashed #cccccc;
        margin-top: 20px;
        cursor: pointer;
    }

    #c_portalResnav_main-16147390098983728 .txt {
        color: #000;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .leanMore {
        margin-left: 2rem;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .tNavMore:hover .txt {
        color: #21478b;
        margin-left: 10px;
    }

    #c_portalResnav_main-16147390098983728 .tNavMore:hover .leanMore {
        color: #21478b;
    }

    #c_portalResnav_main-16147390098983728 .navSimg {
        position: relative;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

    #c_portalResnav_main-16147390098983728 .navImg {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(1);
        width: auto;
        height: 100%;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .navSli:hover .navImg {
        transform: translateX(-50%) scale(1.1);
    }

    #c_portalResnav_main-16147390098983728 .navSli:hover .navSlink {
        color: #0b57a6;
    }

    #c_portalResnav_main-16147390098983728 .navSli:hover .navSlink::after {
        width: 100%;
        opacity: 1;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
    #c_portalResnav_main-16147390098983728 .tNav {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    #c_portalResnav_main-16147390098983728 .tNav .navName {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    #c_portalResnav_main-16147390098983728 .leftBox {
        display:none;
    }

    #c_portalResnav_main-16147390098983728 .navSimg {
        display: none;
    }

    #c_portalResnav_main-16147390098983728 .tNavBox {
        position: relative;
        overflow: hidden;
        height: 70px;
        background: none;
    }

    #c_portalResnav_main-16147390098983728 .navBtn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: #0b57a6;
        width: 40px;
        height: 40px;
        padding: 10px;
        line-height: 73px;
    }

    #c_portalResnav_main-16147390098983728 .navLine {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #c_portalResnav_main-16147390098983728 .navBtnImg {
        display: block;
        width: 90%;
        height: 70%;
    }

    #c_portalResnav_main-16147390098983728 .tNav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        z-index: 999;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .tNavHeight {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

    #c_portalResnav_main-16147390098983728 .slidBox {
        display: none;
    }

    #c_portalResnav_main-16147390098983728 .navUl {
        overflow: hidden;
    }

    #c_portalResnav_main-16147390098983728 .navLi {
        border-bottom: 1px solid #394b58;
        position: relative;
    }

    #c_portalResnav_main-16147390098983728 .tNavH {
        position: relative;
        height: 46px;
        line-height: 46px;
        padding: 0 8%;
        font-size: 14px;
        font-weight: bold;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .tNavHBac {
        background-color: #0b57a6;
    }

    #c_portalResnav_main-16147390098983728 .navName {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    #c_portalResnav_main-16147390098983728 .iconJt {
        position: absolute;
        top: 0;
        right: 2%;
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.875rem;
        transition: all .5s ease;
    }

    #c_portalResnav_main-16147390098983728 .iconJtRotate {
        transform: rotate(-180deg);
    }

    #c_portalResnav_main-16147390098983728 .navSliBtn {
        height: 40px;
        width: 100%;
        text-align: center;
    }

    #c_portalResnav_main-16147390098983728 .hs {
        height: 100%;
    }

    #c_portalResnav_main-16147390098983728 .navSbox {
        padding-bottom: 30px;
    }

    #c_portalResnav_main-16147390098983728 .navSli {
        padding-left: 8%;
        font-size: 0.875rem;
        height: 38px;
        line-height: 38px;
    }

    #c_portalResnav_main-16147390098983728 .navSlink {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    #c_portalResnav_main-16147390098983728 .navSliBtn {
        border-bottom: none;
        display: block !important;
        text-align: center;
        padding: 10px 0;
    }

    #c_portalResnav_main-16147390098983728 .navSliBtn img {
        display: inline-block;
        width: 30px;
        height: 30px;
    }
}

#c_portalResnav_main-16147390098983728 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}


@media only screen and (min-width: 769px) {
    #c_portalResPublic_codeContainer-16149086165253583 .floatBox {
        position: fixed;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
        width: 87px;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatLi {
        position: relative;
        left: 0;
        display: flex;
        width: auto;
        height: 57px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease ;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatLi3 {
        position: relative;
        left: 0;
        display: flex;
        width: 300px;
        height: 57px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease ;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .alink {
        display: inline-block;
        width: 87px;
        height: 100%;
        padding: 30px 0 0 0;
        color: #fff;
        font-size: 0.75rem;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatTel2 {
        display: block;
        z-index: 1;
        width: 184px;
        height: 57px;
        font: 24px/57px Arial;
        color: #fff;
        background: #00AFB7;
        cursor: pointer;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatTop {
        background: url(/img/dw_top.png?tenantId=227532&viewType=1&v=1714126270000) #00AFB7 no-repeat;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatLi:hover {
        left: -10px;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatLi3:hover {
        left: -194px;
    }
}

@media only screen and (max-width: 768px) {
    #c_portalResPublic_codeContainer-16149086165253583 .floatLiT {
        display:none;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatBox {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        height: 57px;
        background: #00afb7;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .moli {
        position: relative;
        width: 50%;
        height: 57px;
        line-height: 27px;
        color: #fff;
        float: left;
        text-align: center;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .moli .alink {
        display: inline-block;
        color: #fff;
        font-size: 0.75rem;
        width: 77px;
        height: 27px;
        padding: 30px 0 0 0;
        color: #fff;
    }

    #c_portalResPublic_codeContainer-16149086165253583 .floatTel2 {
        display: none;
    }
}

#c_portalResPublic_codeContainer-16149086165253583 {
    width: 1912px;
    max-width: none;
    min-width: 0px;
    height: 0px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1366px) and (min-width: 1026px) {
}

#w_grid-1573265965535 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1573267825829 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1573283914804 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid-1573283914804 > div > .p_gridbox {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    background: rgba(27,36,43,0);
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all .5s ease;
    z-index: 100;
    overflow: visible;
}

#w_grid-1573283914804.active > div > .p_gridbox {
    top: 0px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 769px) {
    #w_grid-1573283914804 > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        box-shadow:0 3px 4px rgba(0, 0, 0, 0);
        transition: all .3s ease;
        width: 100%;
        max-width: 90%;
        margin: auto;
        height: 100px;
        line-height: 100px;
    }

    #w_grid-1573283914804.active > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        width: 100%;
        max-width: 90%;
        height: 100px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    #w_grid-1573283914804 > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        max-width:96%;
    }

    #w_grid-1573283914804.active > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        max-width: 96%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1573283914804 > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        width:100%;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        background: #fff;
        border-bottom: none;
    }

    #w_grid-1573283914804.active > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        width: 100%;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        background: #fff;
        border-bottom: none;
    }
}

@media only screen and (max-width: 768px) {
    #w_grid-1573283914804 > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        width:100%;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        background: #fff;
    }

    #w_grid-1573283914804.active > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
        width: 100%;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        background: #fff;
    }
}

#w_grid-1614739008065 > div > .p_gridbox {
    display: flex;
    align-items: center;
    overflow: visible;
}


#w_grid-1614739008065 >div {
    animation-fill-mode: both;
}

#w_grid-1614739008065 > div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
        width: 19.96%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
        display: none;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 100%;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        width: 55%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
        width: 15%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 22%;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        width: 63%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
        width: 19.96%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
        display: none;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 29.55%;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        width: 69.480000000000004%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614739008065> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-right: 0px;
    }
}

#w_grid-1614739008071 > div > .p_gridbox {
    background-color: rgba(255, 255, 255, 0);
}

#w_grid-1614739008071 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614739008071 >div {
    animation-fill-mode: both;
}

#w_grid-1614739008071 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
    #w_grid-1614739008071> div > .p_gridbox > .p_gridCell>.w_fimg-000:nth-child(1) img {
        transform: scale(1);
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1614739008071> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1614739008071> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614739008071> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1614739008071> div > .p_gridbox > .p_gridCell>.w_fimg-000:nth-child(1) img {
        transform: scale(1);
    }
}

#w_fimg-1614739008084 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fimg-1614739008084 >div {
    animation-fill-mode: both;
}

@media only screen and (max-width: 1024px) {
    #w_fimg-1614739008084 .p_dimage {
        background: url(../images/logo_cai.png) center center no-repeat;
        background-size: 80%;
    }

    #w_fimg-1614739008084 .p_dimage>img {
        visibility: hidden;
        opacity: 0;
    }
}

#w_grid-1614739008076 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1585814871095 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1573265972119 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1573265972119 >div {
    animation-fill-mode: both;
}

#w_grid-1573265972119 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (min-width: 769px) {
    #w_grid-1573265972119> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1573265972119> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1573265972119> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1585814936008 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1604370528517 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1614675295877 > div > .p_gridbox {
}

#w_grid-1614675295877 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614675295877 >div {
    animation-fill-mode: both;
}

@media only screen and (min-width: 769px) {
    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295877> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

#w_grid-1614675295888 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614675295888 >div {
    animation-fill-mode: both;
}

#w_grid-1614675295888 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 100%;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
        width: 33.33333333333333%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 33.33333333333333%;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        width: 33.33333333333333%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n+0) {
        width: 33.33333333333333%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 33.33333333333333%;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
        width: 33.33333333333333%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675295888> div > .p_gridbox > .p_gridCell:nth-child(3n) {
        margin-right: 0;
    }
}

#w_grid-1614675295896 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1614675295923 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614675295923 >div {
    animation-fill-mode: both;
}

#w_grid-1614675295923 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 91.07%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 8.93%;
    }

    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 3%;
    }

    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 89.1818%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 7.8182%;
    }

    #w_grid-1614675295923> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_ficon-1614675295950 .p_icon {
    color: rgba(255, 255, 255, 1);
}

#w_ficon-1614675295950 .p_icon:before {
    content: '\e630';
    font-size: 20px;
}

#w_ficon-1614675295950 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_ficon-1614675295950 >div {
    animation-fill-mode: both;
}

@media only screen and (max-width: 768px) {
    #w_ficon-1614675295950 .p_link {
        margin:0px ;
    }
}

#w_grid-1614675295930 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614675295930 >div {
    animation-fill-mode: both;
}

#w_grid-1614675295930 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
#act01 .left .tit_area span{display: none;}

    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 91.14%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 8.86%;
    }

    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 3%;
    }

    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 89.1818%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 7.8182%;
    }

    #w_grid-1614675295930> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_ficon-1614675295958 .p_icon {
    color: rgba(255, 255, 255, 1);
}

#w_ficon-1614675295958 .p_icon:before {
    content: '\e628';
    font-size: 20px;
}

#w_ficon-1614675295958 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_ficon-1614675295958 >div {
    animation-fill-mode: both;
}

@media only screen and (max-width: 768px) {
    #w_ficon-1614675295958 .p_link {
        margin:0px ;
    }
}

#w_grid-1614675295937 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614675295937 >div {
    animation-fill-mode: both;
}

#w_grid-1614675295937 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 91.16%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 8.84%;
    }

    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 3%;
    }

    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 89.1818%;
        margin-left: 3%;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
        margin-right: 0px;
        width: 7.8182%;
    }

    #w_grid-1614675295937> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_ficon-1614675295967 .p_icon {
    color: rgba(255, 255, 255, 1);
}

#w_ficon-1614675295967 .p_icon:before {
    content: '\e676';
    font-size: 20px;
}

#w_ficon-1614675295967 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_ficon-1614675295967 >div {
    animation-fill-mode: both;
}

@media only screen and (max-width: 768px) {
    #w_ficon-1614675295967 .p_link {
        margin:0px ;
    }
}

#w_grid-1614675295903 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614675295903 >div {
    animation-fill-mode: both;
}

#w_grid-1614675295903 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

#w_grid-1614675295903 > div > .p_gridbox {
    padding: 0 20px;
}

@media only screen and (min-width: 769px) {
    #w_grid-1614675295903 > div > .p_gridbox {
        border-right-color:rgba(170, 170, 170, 0.1);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgba(170, 170, 170, 0.1);
        border-left-style: solid;
        border-left-width: 1px;
    }

    #w_grid-1614675295903> div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1614675295903> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675295903> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_fimg-1614675295983 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fimg-1614675295983 >div {
    animation-fill-mode: both;
}

#w_grid-1614675295909 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1610033775381 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1614675344888 > div > .p_gridbox {

}

#w_grid-1614675344888 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1614675344888 >div {
    animation-fill-mode: both;
}

#w_grid-1614675344888 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
    #w_grid-1614675344888 > div > .p_gridbox {
        padding-bottom:2.5rem;
    }
}

@media only screen and (min-width: 769px) {
    #w_grid-1614675344888> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1614675344888> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1614675344888> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1614675344888> div > .p_gridbox > .p_gridCell {
        margin-bottom:0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1614675344888> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1614675344888> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

#w_grid-1573265965535 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1573267825829 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1573283914804 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614739008065 {
    width: 100%;
    max-width: 90%;
    min-width: 0px;
    height: 100px;
    max-height: none;
    min-height: 0px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614739008071 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fimg-1614739008084 {
    width: 100%;
    max-width: 300px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614739008076 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1585814871095 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 60px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1573265972119 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 692px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1585814936008 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1604370528517 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295877 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295888 {
    width: 94%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295896 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#w_common_text-1614675295915 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fline-1614675295919 {
    width: 100%;
    max-width: 50px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 15px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295923 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_ficon-1614675295950 {
    width: 100%;
    max-width: 28px;
    min-width: 0px;
    height: auto;
    max-height: 0px;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1614675295955 {
    width: auto;
    max-width: 226px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295930 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_ficon-1614675295958 {
    width: 100%;
    max-width: 28px;
    min-width: 0px;
    height: auto;
    max-height: 0px;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1614675295963 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295937 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_ficon-1614675295967 {
    width: 100%;
    max-width: 28px;
    min-width: 0px;
    height: auto;
    max-height: 0px;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1614675295971 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295903 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1614675295974 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fline-1614675295978 {
    width: 100%;
    max-width: 50px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 15px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fimg-1614675295983 {
    width: 100%;
    max-width: 140px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1614675295989 {
    width: auto;
    max-width: 140px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675295909 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#w_common_text-1614675295992 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fline-1614675295995 {
    width: 100%;
    max-width: 50px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 15px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1610033775381 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1614675344888 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1614675344897 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 16px;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    #w_fimg-1614909578362 .p_dimage {
        background: url(../images/logo_cai.png) center center no-repeat;
        background-size: 80%;
    }
}