@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.font1 {
  font-family: 'mon';
  font-weight: 400;
}
.font2 {
  font-family: 'mon';
  font-weight: 700;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #007bc5;
  height: auto;
}
.seoPublic .Auxil-related .list ul li{
  height: 100%;
}
.seoPublic .Auxil-related .list ul li .box{
  height: 100%;
}
body {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  color: #19262a;
  font-family: Arial;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.container {
  width: 1570px;
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#header {
  color: #000;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header .fTop {
  background: var(--color);
  color: #fff;
}
#header .fTop .img {
  width: 18px;
  height: 15px;
}
#header > .nav {
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu{
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #19262a;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  z-index: 2;
  padding: 30px 10px;
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .line {
  width: 1px;
  height: 14px;
  background-color: #969696;
}
#header > .nav > .menu .menu-box .right .search {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#header > .nav .navCont {
  width: 100%;
  top: 100%;
}
#header > .nav .navCont .listCont {
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px 30px;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
}
#header > .nav .navCont .listCont .left {
  width: 40%;
  padding: 0 15px;
}
#header > .nav .navCont .listCont .middle {
  width: 30%;

}
#header > .nav .navCont .listCont .right {
  width: 30%;
  padding: 0 15px;
}
#header > .nav .navCont .listCont .aboutDesc {
  color: #666;
}
#header > .nav .navCont .listCont .aboutMore a {
  display: inline-block;
}
#header > .nav .navCont .listCont .link a {
  display: inline-block;
}
#header > .nav .navCont .listCont .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#header > .nav .navCont .listCont .link a:hover::before {
  width: 100%;
}
#header > .nav .navCont .listCont .imgC img {
  width: 100%;
}
#header > .nav .navCont .listCont .proNav .list {
  width: 32%;
}
#header > .nav .navCont .listCont .proNav .list .first {
  display: block;
}
#header > .nav .navCont .listCont .proNav .list .img {
  display: block;
}
#header > .nav .navCont .listCont .newsCont .newsLeft {
  width: 70%;
  padding: 0 15px;
}
#header > .nav .navCont .listCont .newsCont .newsLeft .newsImg {
  width: 45%;
  border-radius: 10px;
}
#header > .nav .navCont .listCont .newsCont .newsLeft .newsImg img {
  width: 100%;
}
#header > .nav .navCont .listCont .newsCont .newsLeft .newsText {
  width: 50%;
  text-transform: capitalize;
}
#header > .nav .navCont .listCont .newsCont .newsLeft .newsText .des {
  color: #666;
}
#header > .nav .navCont .listCont.noCont {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 0;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes circleProgress {
  from {
    stroke-dashoffset: 100.53;
    /* 0% */
  }
  to {
    stroke-dashoffset: 0;
    /* 100% */
  }
}
#banner .bgImg ul li {
  background-size: cover;
}
#banner .bgImg ul li .box {
  max-width: 850px;
  margin: 0 auto;
  height: 850px;
}
#banner .bgImg ul li .box .title {
  color: #fff;
}
#banner .bgImg ul li .box .play {
  width: 66px;
  height: 66px;
  margin: 20px auto 0;
  cursor: pointer;
}
#banner .imgListCont {
  margin-top: -100px;
  z-index: 2;
}
#banner .imgListCont .left .sPage .btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
  background-color: transparent;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .imgListCont .left .sPage .btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner .imgListCont .left .sPage .btn svg circle {
  stroke-dasharray: 100.53;
  stroke-dashoffset: 100.53;
}
#banner .imgListCont .left .sPage .btn.swiper-pagination-bullet-active .num {
  color: var(--color);
}
#banner .imgListCont .left .sPage .btn.swiper-pagination-bullet-active svg circle {
  animation: circleProgress 6s linear;
}
#banner .imgListCont .middle {
  margin-left: auto;
}
#banner .imgListCont .middle .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
#banner .imgListCont .middle .btn .btnImg {
  width: 22px;
  height: 14px;
  filter: grayscale(1) brightness(0);
}
#banner .imgListCont .middle .btn:hover {
  border: 1px solid var(--color);
}
#banner .imgListCont .middle .btn:hover .btnImg {
  filter: grayscale(0) brightness(1);
}
#banner .imgListCont .right {
  margin-left: 60px;
  width: 50%;
}
#banner .imgListCont .right .swiper {
  width: 126%;
}
#banner .imgListCont .right .swiper ul li .box img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .left {
  width: 360px;
}
#index-body .init-1 .right {
  width: calc(100% - 550px);
  color: #4c4c4c;
}
#index-body .init-2 li {
  width: 33.33%;
}
#index-body .init-2 .box {
  height: 640px;
  z-index: 2;
}
#index-body .init-2 .box .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#index-body .init-2 .box .cont1 {
  width: 100%;
  padding: 30px;
  bottom: 0;
  left: 0;
  color: #fff;
}
#index-body .init-2 .box .cont1 .btn {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}
#index-body .init-2 .box .cont1 .btn .btnImg {
  width: 10px;
  height: 10px;
}
#index-body .init-2 .box .cont2 {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  padding: 30px;
}
#index-body .init-2 .box .cont2 .cont2Cont {
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 80px 40px;
  color: #fff;
}
#index-body .init-2 .box .cont2 .cont2Cont .bor {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #fff;
  transform: scale(1.5);
}
#index-body .init-2 .box .cont2 .cont2Cont .con {
  max-height: 100%;
  overflow-y: auto;
}
#index-body .init-2 .box .cont2 .cont2Cont .con .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#index-body .init-2 .box .cont2 .cont2Cont .con .btn .btnImg {
  width: 24px;
  height: 14px;
  filter: invert(1) brightness(2);
}
#index-body .init-2 .box .cont2 .cont2Cont .con .btn:hover {
  transform: translateX(6px);
}
#index-body .init-2 .box:hover .cont1 {
  opacity: 0;
  transform: translateY(100%);
}
#index-body .init-2 .box:hover .cont2 {
  opacity: 1;
}
#index-body .init-2 .box:hover .cont2 .cont2Cont .bor {
  transform: scale(1);
}
#index-body .init-3 {
  z-index: 2;
}
#index-body .init-3 .subImg3 {
  width: 770px;
  height: 460px;
  background-position: left bottom;
  z-index: -3;
  bottom: 0;
  left: 0;
}
#index-body .init-3 .container .tipsTitle {
  text-transform: uppercase;
  color: var(--color);
}
#index-body .init-3 .container .proCont {
  left: -54px;
  z-index: 2;
  width: 1630px;
}
#index-body .init-3 .container .proCont .titleC {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 1;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  color: var(--color);
}
#index-body .init-3 .container .proCont .titleC .title1 {
  color: #cce5f3;
}
#index-body .init-3 .container .proCont .swiper {
  padding: 70px 0;
}
#index-body .init-3 .container .proCont ul li .box {
  transform-origin: center;
  opacity: 0.5;
  transform: scale(1.1) translateY(44px);
}
#index-body .init-3 .container .proCont ul .swiper-slide-active .box {
  opacity: 1;
  transform: scale(1.36);
}
#index-body .init-3 .container .proCont .subImg2 {
  width: 800px;
  height: 174px;
  z-index: -1;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-3 .container .proCont .btn {
  width: 70px;
  height: 70px;
  cursor: pointer;
  right: 16%;
  top: 50%;
  background-color: #7dafcf;
  border-radius: 50%;
  z-index: 2;
}
#index-body .init-3 .container .proCont .btn .btnImg {
  width: 38px;
  height: 22px;
  filter: grayscale(1) brightness(5);
}
#index-body .init-3 .container .proCont .btn:hover {
  background-color: var(--color);
}
#index-body .init-3 .container .proCont .prev {
  right: unset;
  left: 16%;
}
#index-body .init-3 .container .proTitleCont ul li {
  width: auto;
}
#index-body .init-3 .container .proTitleCont ul li .box {
  cursor: pointer;
  color: #cce5f3;
}
#index-body .init-3 .container .proTitleCont ul li .box span {
  position: relative;
}
#index-body .init-3 .container .proTitleCont ul li .box span::before,
#index-body .init-3 .container .proTitleCont ul li .box span::after {
  opacity: 0;
  transition: all 0.5s;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color);
}
#index-body .init-3 .container .proTitleCont ul li .box span::after {
  left: unset;
  right: 0;
}
#index-body .init-3 .container .proTitleCont ul .swiper-slide-active .box {
  color: var(--color);
}
#index-body .init-3 .container .proTitleCont ul .swiper-slide-active .box span::before,
#index-body .init-3 .container .proTitleCont ul .swiper-slide-active .box span::after {
  opacity: 1;
}
#index-body .init-4 {
  z-index: 3;
  min-height: 920px;
  background-size: cover;
}
#index-body .init-4 .subImg2 {
  width: 1320px;
  height: 780px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: right bottom;
  pointer-events: none;
}
#index-body .init-4 .subImg3 {
  width: 840px;
  height: 1700px;
  top: -260px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#index-body .init-4 .container .aCont {
  max-width: 940px;
}
#index-body .init-4 .container .aCont .img {
  width: 250px;
}
#index-body .init-4 .container .aCont .textCont {
  width: calc(100% - 310px);
  color: #fff;
}
#index-body .init-4 .container .aCont .more {
  color: var(--color);
  background-color: #deecf9;
  border-radius: 20px;
  padding: 4px 4px 4px 20px;
}
#index-body .init-4 .container .aCont .more .moreCir {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .init-4 .container .aCont .more .moreCir .moreImg {
  width: 10px;
  height: 10px;
}
#index-body .init-4 .container .aCont .more:hover {
  background-color: #fff;
}
#index-body .init-4 .container .aCont .more:hover .moreCir {
  transform: rotate(46deg);
}


.moreC-ny .more {
    color: var(--color);
    background-color: #fff;
    border: 1px solid var(--color);
    border-radius: 20px;
    padding: 4px 4px 4px 20px;
}
.moreC-ny .more .moreCir {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
}
.moreC-ny .more .moreCir .moreImg {
  width: 10px;
  height: 10px;
}
.moreC-ny .more:hover {
     background-color: var(--color);
    color: #fff;
}
.moreC-ny .more:hover .moreCir {
transform: rotate(46deg);
    background-color: #fff;
}
.moreC-ny .more{
  overflow: hidden;
}
.moreC-ny .more:hover .moreImg {
    filter: drop-shadow(0 -100px var(--color));
    position: relative;
    top: 100px;
}

#index-body .init-4 .container .listCont {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 940px;
}
#index-body .init-4 .container .listCont .line {
  width: 2px;
  height: 60px;
  margin: 20px 10px 0;
  background-color: #ebf3fc;
}
#index-body .init-4 .container .listCont ul {
  max-width: 770px;
  padding: 0 50px;
}
#index-body .init-4 .container .listCont ul li .box {
  color: #fff;
}
#index-body .init-4 .container .listCont ul li .box .top {
  font-size: 46px;
  line-height: 1;
}
#index-body .init-4 .container .listCont ul li .box .top .sub {
  font-size: 22px;
  position: relative;
  top: -4px;
}
#index-body .init-4 .container .listCont ul li .box .subLine {
  width: 40px;
  height: 5px;
  background-color: var(--color);
}
#index-body .init-5 {
  background-size: cover;
  color: #fff;
  z-index: 2;
  position: relative;
}
#index-body .init-5 .imgList{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-5 .imgList ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-5 .imgList ul li{
  position: absolute;
  top: 0;
  background-size: cover;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background-size: cover;
}
#index-body .init-5 .tipsDes {
  max-width: 500px;
}
#index-body .init-5 .listCont {
  padding-top: 160px;
}
#index-body .init-5 .listCont ul li {
  margin-top: 40px;
  width: 33.24%;
}
#index-body .init-5 .listCont ul li .box {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
}
#index-body .init-5 .listCont ul li .box .fLeft {
  width: calc(100% - 100px);
}
#index-body .init-5 .listCont ul li .box .fRight {
  width: 80px;
  height: 80px;
}
#index-body .init-5 .listCont ul li .box:hover,
#index-body .init-5 .listCont ul li.active .box {
  background: rgba(255, 255, 255, 0.3);
}
#index-body .init-6 {
  background-size: cover;
}
#index-body .init-6 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-6 .container .tipsDes {
  color: #6c6c6c;
}
#index-body .init-6 .container .content .btn {
  width: 80px;
  height: 80px;
  border: 1px solid #dbdcde;
  border-radius: 50%;
  background: #fff;
  color: #343434;
  cursor: pointer;
  position: absolute;
  top: 29%;
  right: 15%;
  z-index: 2;
}
#index-body .init-6 .container .content .btn:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .init-6 .container .content .prev {
  left: 15%;
  right: unset;
}
#index-body .init-6 .container .content .line {
  height: 1px;
  background: #dbdcde;
  width: 100%;
  left: 0;
  top: 36%;
}
#index-body .init-6 .container .content .box{
  transition: all .5s;
  filter: grayscale(1);
}
#index-body .init-6 .container .content .box .shadow {
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 20px;
  width: 100%;
  background-size: 100% 100%;
  opacity: 0;
}
#index-body .init-6 .container .content .box .cont {
  opacity: 0;
}
#index-body .init-6 .container .content .box .imgC .img {
  transform: scale(0.9);
}
#index-body .init-6 .container .content .box .time {
  color: #c6c6c6;
}
#index-body .init-6 .container .content .box .des {
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .content .swiper-slide-active .box{
  filter: grayscale(0);
}
#index-body .init-6 .container .content .swiper-slide-active .box .shadow {
  opacity: 1;
}
#index-body .init-6 .container .content .swiper-slide-active .box .cont {
  opacity: 1;
}
#index-body .init-6 .container .content .swiper-slide-active .box .imgC .img {
  transform: scale(1);
}
#footer {
  position: relative;
  z-index: 1;
  background-size: cover;
}
#footer .fCont .container .left {
  width: 62%;
}
#footer .fCont .container .left .fTop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .fCont .container .left .fTop .share {
  color: #fff;
}
#footer .fCont .container .left .fTop .share li {
  line-height: 1;
  border-right: 1px solid #8c8c8c;
}
#footer .fCont .container .left .fTop .share li:last-child {
  border-right: none;
}
#footer .fCont .container .left .fTop .share li a {
  transition: all 0.5s;
  position: relative;
}
#footer .fCont .container .left .fTop .share li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  transition: all 0.5s;
  transform: scaleX(0);
}
#footer .fCont .container .left .fTop .share li a:hover::before {
  transform: scaleX(1);
}
#footer .fCont .container .left .fMiddle {
  color: #fff;
  padding-top: 10px;
}
#footer .fCont .container .left .fMiddle .listCont {
  margin-top: 40px;
}
#footer .fCont .container .left .fMiddle .listCont .subCont {
  width: 186px;
  height: 1px;
  background-color: #c2c2c2;
}
#footer .fCont .container .left .fMiddle .listCont .subCont .subLine {
  height: 3px;
  width: 24px;
  background-color: #fff;
  top: -1px;
}
#footer .fCont .container .left .fMiddle .listCont .list {
  line-height: 2;
}
#footer .fCont .container .left .fMiddle .listCont #ewm {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 4px;
}
#footer .fCont .container .left .fMiddle .listCont .menu-menu-container ul li {
  margin-top: 10px;
}
#footer .fCont .container .left .fMiddle .listCont .menu-menu-container ul li a {
  font-size: 16px;
  transition: all 0.5s;
  position: relative;
}
#footer .fCont .container .left .fMiddle .listCont .menu-menu-container ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  transition: all 0.5s;
  transform: scaleX(0);
}
#footer .fCont .container .left .fMiddle .listCont .menu-menu-container ul li a:hover::before {
  transform: scaleX(1);
}
#footer .fCont .container .left .fMiddle .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fCont .container .left .fMiddle .listCont .list2 {
  margin-top: 10px;
}
#footer .fCont .container .left .fMiddle .listCont .list2 a {
  font-size: 16px;
  transition: all 0.5s;
  position: relative;
}
#footer .fCont .container .left .fMiddle .listCont .list2 a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -4px;
  left: 0;
  transition: all 0.5s;
  transform: scaleX(0);
}
#footer .fCont .container .left .fMiddle .listCont .list2 a:hover::before {
  transform: scaleX(1);
}
#footer .fCont .container .left .fMiddle .listCont1 {
  width: 46%;
}
#footer .fCont .container .left .fMiddle .listCont2 {
  width: 20%;
}
#footer .fCont .container .left .fMiddle .listCont2 .subCont {
  width: 120px;
}
#footer .fCont .container .left .fMiddle .listCont3 {
  width: 23%;
}
#footer .fCont .container .left .fBottom .line {
  height: 2px;
  background-color: #9a9a9a;
}
#footer .fCont .container .left .fBottom .left2 {
  width: 100%;
}
#footer .fCont .container .right {
  width: 31%;
  color: #fff;
}
#footer .fCont .container .right .tips {
  line-height: 1.8;
}
#footer .fCont .container .right form input {
  width: calc(50% - 8px);
  margin-top: 20px;
  height: 58px;
  border-radius: 15px;
  border: none;
  background-color: #fff;
  padding: 14px;
  color: #000;
}
#footer .fCont .container .right form .content {
  width: 100%;
}
#footer .fCont .container .right form .submit {
  height: 58px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#footer .fCont .container .right form .submit:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #ffffff;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
#footer .copyright .right ul a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
#footer .copyright .right ul a:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media (max-width: 1700px) {
  #banner .bgImg ul li .box {
    height: 44vw;
    padding: 10px;
  }
  #index-body .init-2 .box {
    height: 34vw;
  }
  #index-body .init-3 .container .proCont {
    width: 1400px;
    left: 0;
  }
  #index-body .init-3 .container .proCont .titleC {
    font-size: 96px;
  }
  #index-body .init-3 .subImg3 {
    width: 42vw;
    height: 26vw;
  }
  #index-body .init-4 .subImg2 {
    height: 100%;
    width: 68%;
  }
}
@media (max-width: 1450px) {
  #index-body .init-2 .box .cont2 .cont2Cont {
    padding: 40px 20px;
  }
  #index-body .init-3 .container .proCont {
    width: 1200px;
  }
  #index-body .init-3 .container .proCont .titleC {
    font-size: 90px;
  }
  #index-body .init-3 .container .proCont .subImg2 {
    width: 600px;
  }
}
@media (max-width: 1250px) {
  #banner .imgListCont .right .swiper {
    width: 134%;
  }
  #index-body .init-2 .box {
    height: 50vw;
  }
  #index-body .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .left {
    width: 50%;
    max-width: 300px;
  }
  #index-body .init-3 .container .proCont {
    width: 970px;
  }
  #index-body .init-3 .container .proCont .titleC {
    font-size: 70px;
  }
  #index-body .init-3 .container .proCont .subImg2 {
    width: 490px;
  }
  #index-body .init-3 .subImg3 {
    width: 54vw;
    height: 34vw;
  }
  #index-body .init-4 .subImg2 {
    display: none;
  }
  #index-body .init-4 {
    min-height: 1px;
  }
  #index-body .init-4 .subImg3 {
    display: none;
  }
  #index-body .init-5 .bg {
    filter: brightness(0.8);
  }
  #footer .fCont .container .right {
    width: 100%;
    order: -1;
  }
  #footer .fCont .container .left {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #banner .imgListCont {
    margin-top: 20px;
  }
  #index-body .init-3 .container .proCont {
    width: 700px;
  }
  #index-body .init-3 .container .proCont .titleC {
    font-size: 50px;
  }
  #index-body .init-3 .container .proCont .subImg2 {
    width: 330px;
  }
  #index-body .init-5 .listCont {
    padding-top: 100px;
  }
  #index-body .init-5 .listCont ul li {
    width: 100%;
    margin-top: 2px;
  }
  #index-body .init-6 .container .content {
    padding: 0 10px;
  }
  #index-body .init-6 .container .content .btn {
    width: 50px;
    height: 50px;
    font-size: 16px;
    right: 0;
  }
  #index-body .init-6 .container .content .prev {
    left: 0;
    right: unset;
  }
  #index-body .init-6 .container .content .line {
    display: none;
  }
  #footer .fCont .container .left .fMiddle .listCont1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .bgImg ul li .box {
    height: 260px;
  }
  #index-body .init-2 .box .cont1 {
    padding: 15px;
  }
  #index-body .init-2 .box .cont2 {
    padding: 15px;
  }
  #index-body .init-2 .box .cont2 .cont2Cont {
    padding: 20px 16px;
  }
  #index-body .init-3 .container .proCont {
    width: 100%;
  }
  #index-body .init-3 .container .proTitleCont ul li .box {
    text-align: center;
  }
  #index-body .init-3 .container .proTitleCont ul li .box span {
    width: 100%;
  }
  #index-body .init-3 .container .proCont .btn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  #index-body .init-3 .container .proCont .prev {
    left: 10px;
    right: unset;
  }
  #index-body .init-3 .container .proCont .btn .btnImg {
    width: 28px;
  }
  #index-body .init-3 .container .proCont .titleC {
    position: relative;
  }
  #index-body .init-3 .container .proCont .swiper {
    margin-top: 20px;
  }
  #index-body .init-3 .container .proCont .subImg2 {
    bottom: -12vw;
    width: 100%;
  }
  #index-body .init-3 .container .proTitleCont {
    position: relative;
    z-index: 2;
  }
  #index-body .init-3 .container .proTitleCont ul li .box span::after,
  #index-body .init-3 .container .proTitleCont ul li .box span::before {
    display: none;
  }
  #index-body .init-4 .container .aCont .img {
    width: 50%;
    max-width: 200px;
  }
  #index-body .init-4 .container .aCont .textCont {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-4 .container .listCont ul {
    padding: 0 10px;
  }
  #index-body .init-4 .container .listCont .line {
    display: none;
  }
  #index-body .init-4 .container .listCont ul li {
    margin-bottom: 20px;
  }
  #footer .fCont .container .right form input {
    width: 100%;
    height: 44px;
    margin-top: 10px;
  }
  #footer .fCont .container .right form .submit {
    height: 44px;
  }
}
@media (max-width: 500px) {
  #index-body .init-2 .box {
    height: 100vw;
  }
  #index-body .init-3 .container .proCont .titleC {
    font-size: 24px;
    line-height: 1.6;
  }
  #index-body .init-3 .container .proTitleCont {
    margin-top: 20px;
  }
  #index-body .init-5 .listCont {
    padding-top: 40px;
  }
  #index-body .init-5 .listCont ul li .box {
    padding: 16px;
  }
  #index-body .init-5 .listCont ul li .box .fLeft {
    width: calc(100% - 60px);
  }
  #index-body .init-5 .listCont ul li .box .fRight {
    width: 50px;
    height: 50px;
  }
}


/*inner-page*/
.wc {
  color: #FFFFFF;
}

.news-page-top ul li.active {
  background: var(--color);
  color: #fff;
}

.news-page-top ul li {
  border-radius: 45px;
  background: #eaeef7;
}

.news-page-top {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.news-page-top:after {
  content: "";
  background: #000;
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.txt-tran {
  text-transform: capitalize;
}

.news-page01 .new-top ul li .right h3 {
  line-height: 1.3;
}


/* sus */
.sus-1 {
  background-color: #f8f8f8;
}

.sus-1 .box {}

.sus-1 .left .top {
  margin: auto 0;
}

.sus-1 .right .video {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sus-1 .right .video video {
  transform-origin: right center;
  transition: transform .5s ease;
}


@media (min-width:1001px) {
  /*.sus-1 .right .video video:hover {
    transform: scale(2);
  }*/
}

.sus-2 {
  background-color: #FFFFFF;
}

.sus-2 .left .list {
  background-color: #f8f8f8;
}

.sus-2 .left .list li {
  color: var(--color);
  line-height: 2;
}

.sus-4 {
  background-color: #EEEEEE;
}

.sus-4 .list {
  max-width: 1725px;
  margin-left: auto;
  padding-left: 15px;
}

.sus-4 .list .slick-list {
  padding-right: 10%;
}

.sus-4 .list li .box {
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.sus-4 .list li .box .name a {
  color: var(--color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}

.sus-4 .list li .box:hover {
  background-color: #D0D0D0;
}

.sus-4 .list li .box:hover .name a {
  background-size: 100% 1px;
}

.sus-4 .list .next {
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
}

.sus-4 .list .next>div {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.sus-4 .progress {
  height: 6px;
  background-color: #D0D0D0;
  border-radius: 3px;
}

.sus-4 .progress em {
  height: 100%;
  background-color: #000000;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}

.sus-5 {
  background-color: #FFFFFF;
}

.sus-5 li .box {
  height: 100%;
  background-color: #f8f8f8;
}

.sus-5 li .box .btns {
  color: var(--color);
}

@media (max-width: 1000px) {
  .sus-1 .box {
    min-height: auto;
    padding: 0 5%;
  }

  .sus-1 .right .bg {
    display: none;
  }

  .sus-1 .right .video {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
}

.newdet-page-01 .news_contents p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.newdet-page-01 .news_contents img.wscnph.wid-100 {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.cus.active .logo {
  filter: grayscale(100%) brightness(1000%);
}

.cus.active .menu-box ul.menu>li {
  color: #fff !important;
}

.inner-wen-banner .top,
.inner-wen-banner .bottom {

}

.sus-3-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sus-3-1 .box {
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(6px);
  color: #fff;
}

/*sus-7*/



.sus-7 {
  background-color: #fbfbfb;
}

.sus-7 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sus-7 .box .left {
  vertical-align: middle;
}

.sus-7 .box .left .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color);
  height: 100%;
  color: white;
}

.sus-7 .box .left .box2 .img {
  background-size: cover;
  background-position: center;
  width: 60%;
}

.sus-7 .box .left .box2 .content {
  padding: 65px 4% 60px;

}

.sus-7 .box .left .box2 .content span.h3 {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: bold;
}

.sus-7 .box .left .box2 .content span.h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: white;
  margin-top: 1.2em;
  display: block;
}

.sus-7 .box .left .box2 .content .list {
  font-size: 17px;
}

.sus-7 .box .left .box2 .content .list ul li {
  margin-top: 1.4em;
}

.sus-7 .box .left .box2 .content .list ul li span.h6 {
  display: block;
  margin-bottom: .5em;
}

.sus-7 .box .right {
  vertical-align: middle;
  padding: 70px 0 70px;
}

.sus-7 .box .right .box2 {
  max-width: 760px;
  padding-left: 8%;
}

.sus-7 .box .right .box2 .text {
  margin-top: 1.3em;

}

.sus-7 .box .right .box2 .list {
  font-size: 24px;
  margin: 1.7em 0 2em;
}

.sus-7 .box .right .box2 .list ul li {
  margin-bottom: 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  padding: 10px 3%;
}

.sus-7 .box .right .box2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}

.sus-7 .box .right .box2 .list ul li:last-child {
  margin-bottom: 0;
}

.sus-7 .box .right .box2 .list ul li i {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 12px;
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.sus-7 .box .right .box2 .list ul li i img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.sus-7 .box .right .box2 .list ul li .content span.h6 {

  font-weight: bold;
  color: black;
  line-height: 2;
  display: block;
}

.sus-7 .box .right .box2 .list ul li .content .text {

  color: #bbb;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}

.sus-7 .box .right .box2 .list ul li:hover:before {
  opacity: 1;

}

.sus-7 .box .right .box2 .list ul li:hover i {

  background-color: #0A5CA4;
}

.sus-7 .box .right .box2 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1600px) {
  .sus-7 .box .left .box2 .content {
    padding: 80px 4% 40px;
  }

  .sus-7 .box .right {
    padding: 80px 0 60px;
  }

  .sus-7 .box .right .box2 {
    padding-left: 10%;
    padding-right: 3%;
  }

  .sus-7 .box .right .box2 .list {
    font-size: 20px;
  }

  .sus-7 .box .right .box2 .list ul li .content span.h6 {
    font-size: inherit;
  }

  .sus-7 .box .right .box2 .list ul li .content .text {
    font-size: 14px;
  }

}

@media screen and (max-width: 1450px) {
  .sus-7 .box .left .box2 .content span.h3 {
    font-size: 28px;
  }

  .sus-7 .box .left .box2 .content .list {
    font-size: 15px;
  }
}


@media screen and (max-width: 1250px) {
  .sus-7 .box .right .box2 .list {
    font-size: 18px;
  }
}


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

  .sus-7 .box {
    display: block;
  }

  .sus-7 .box .left {
    width: 100%;
  }

  .sus-7 .box .right {
    width: 100%;
    padding: 20px 15px;
  }

  .sus-7 .box .right .box2 {
    padding: 0;
  }

  .sus-7 .box .left .box2 .content {
    padding: 30px 15px;
  }

  .sus-7 .box .left .box2 .content span.h3 {
    font-size: 24px;
  }

  .sus-7 .box .left .box2 .content span.h3:after {
    margin-top: .5em;
  }
}


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

  .sus-7 .box .left .box2 .content {
    width: 100%;
    padding: 30px 15px;
  }

  .sus-7 .box .left .box2 .img {
    width: 100%;
    display: none;
  }

  .sus-7 .box .left .box2 {
    display: block;
  }
}

.sus-7 .box .right .box2 .text p {
  font-size: 15px;
  line-height: 1.8;
}

.sus-7 .box .right .box2 span.h2 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 24px;
}





/* 关于我们 */
.about-page .about-1 {
  max-height: 50vh;
}


.about-1.o-hide .ui.container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.about-1.o-hide {
  position: relative;
}

.about-2 .box .left ul li span.h6 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;

}

.about-2 .box .left ul li span.h6:after {
  content: '';
  width: 40px;
  height: 5px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-2 .box .left ul li .text {
  text-transform: capitalize;
}

.tect {
  position: absolute;
  z-index: 1;
  top: 30%;
  color: #fff;
}

.tect a.more {
  border: 2px solid #fff;
  margin: 0 10px;
}


.about-page .about-3 {
  max-height: 100vh;
}


.about-page .about-3 .play {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}


.about-page .about-3 .play:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}


.about-page .about-4 .list li {
  border-bottom: 1px solid #eee;
}

.about-page .about-5 li {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-page .about-5 li .mask {}

@media screen and (max-width: 1000px) {
  .about-2 .left ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-page .about-5 li .tect {
    position: static;
    color: block;
    background-color: black;
  }

  .about-page .about-5 li {
    flex-direction: column;
    position: static;
  }

  .about-page .about-5 li>img {
    transform: unset !important;
  }
}

@media screen and (max-width: 700px) {
  .about-2 .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-2 .left ul li {
    width: 48%;
  }

  .about-page .about-5 li .tect {
    width: 100%;
    padding: 15px;
  }

  .about-page .about-5 li>img {
    height: 280px;
  }

  .about-page .about-5 li .tect .more {
    margin-bottom: .5em;
  }
}





@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.app-3 .arrow {
  cursor: pointer;
}

.app-3 .left .bottom {
  width: 54%;
  left: 73%;
  bottom: 0;
}

.app-3 .left .bottom .ll {
  background-color: var(--color);
  color: #FFFFFF;
}

.app-4 .form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--color);
  padding: 10px 0;
}

.app-3 .left .bottom .rr * {
  height: 100%;
}

.app-3 .left .bottom .rr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-3 .left .bottom .rr .slick-slide {
  transform: translateX(-100%);
}

.inner.border .xian {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.inner.border .xian:after {
  content: "";
  background: #000;
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.about-2 .box .left ul li {
  color: var(--color);
}

.about-6 {
  background: #f5f5f5;
}

.application-4 ul li .box:hover .text .left {
  color: #000;
  opacity: 0;
}

.application-4 ul li .box .text .left {
  transition: all .3s ease;
}

.application-4 ul li .box.has-vid::after {
  display: none;
}

.application-4 ul li .box.has-vid:hover .img {
  opacity: 1;
}

.application-4 ul {
  margin: -10px;
}

.application-4 ul li {
  padding: 10px;
}

.application-4 ul li .box {
  position: relative;
  overflow: hidden;
}

.application-4 ul li .box:after {
  content: '';
  width: 300%;
  height: 300%;
  position: absolute;
  left: -100%;
  top: -100%;
  transform: rotate(0deg) translateY(-100%);
}

.application-4 ul li .box:hover:after {
  background: #E8E8E8;
  transform: rotate(-12deg);
  transition: all 0.5s ease-out;
}

.application-4 ul li .box:hover {
  color: #000;
}

.application-4 ul li .box>a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.application-4 li.element:hover {
  color: #fff;
}

.application-4 {
  padding: 100px 0;
}

.application-4 li.element {
  color: #fff;
}

.app-2 {
  position: relative;
}

.app-2:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  top: 0;
}

.app-2 .container {
  z-index: 9;
}

.weiyi {
  position: relative;
  z-index: 9;
}

.app-8 {
  padding: 110px 0;
  background-color: #f8f7f7;
}

.app-8 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.app-8 .left .text {
  max-width: none;
  line-height: 2.22222222;
}

.app-8 .right {
  margin: 0 auto;
  width: 30%;
}

.app-8 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10%;
}

.app-8 .right .info i.iconfont {
  color: var(--color);
  margin-right: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}

.app-8 .options .right .info i.iconfont {
  /*color: transparent;*/
  color: var(--color);
  /*border: 1px solid var(--color);*/
}

.app-8 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}

.app-8 .flex .left {
  width: 60%;
  padding-right: 90px;
}

.app-8 .flex .right {
  width: 40%;
}

.app-8 .left span.h2 {
  line-height: 1.5;
}

.app-8 .flex .right p {
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  line-height: 2;
  max-width: 100%;
}

.app-8 .options .right .info p.active {
  background: var(--color);
  color: #fff;
}

.app-8 .left .text {
  min-height: 280px;
}


@media screen and (max-width: 1000px) {
  .app-3 .left .bottom{
    width: 100%;
    position: relative;
    left: 0;
  }
  .app-3 .left .bottom .rr{
    display: none;
  }
  .app-3 .left .bottom .ll{
    width: 100% !important;
  }
  .app-3 .right{
    order: -1;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .application-4{
    padding: 40px 0;
  }
  .app-8{
    padding: 40px 0;
  }
  .app-8 .flex .left {
    width: 100%;
    padding-right: 0;
  }

  .app-8 .flex .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .app-8 .flex {
    flex-wrap: wrap;
  }

  .app-8 .left .text {
    min-height: auto;
  }

  .app-8 .right .info {
    padding: 5%;
  }
}





.contact-page .contact-1 .share {
  line-height: 1;
}

.contact-page .contact-1 .box2 {
  background-color: white;
}

.contact-page .contact-1 .box2 .text {
  color: #858585;
}

.contact-page .contact-1 .box2 input,
.contact-page .contact-1 .box2 textarea {
  width: 100%;
  padding: .6em .8em;
  border-radius: 0.70588235em;
  border: none;
  background-color: #f7f7f7;
}

.contact-page .contact-1 .box2 textarea {
  height: 7.05882353em;
}

.contact-page .contact-1 .box2 button {
  height: 2.70588235em;
  padding: 0 2em;
  border: none;
  background: var(--color);
  color: #fff;
}

.contact-page .contact-2 {
  background-color: #fcfcfc;
}

.contact-page .contact-2 span.icon {
  line-height: 1;
  color: var(--color);
}

.contact-page .contact-2 hr {
  background-color: #c1cbd5;
  position: relative;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-2 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: inherit;
}

.contact-page .contact-2 span.h6 {
  line-height: 1.2;
}

.contact-page .contact-2 a.link {
    width: 1.7em;
    height: 1.7em;
    border-radius: 100%;
    border: 1px solid #efefef;
    background-color: white;
    margin-left: auto;
    position: relative;
    left: 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-2 li {
  padding: 8% 4% 0;
  position: relative;
  z-index: 1;
}

.contact-page .contact-2 li:before {
  content: '';
  background-image: url("../images/contact-2-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.contact-page .contact-2 li:hover hr {
  background-color: var(--color);
}

.contact-page .contact-2 li:hover a.link {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.contact-page iframe {
  border: none;
}


.inner-page .m-page>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 3em;
  height: 3em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}


.sus-5 .left ul li .box {
  transition: all .6s ease;
  overflow: hidden;
}

.sus-5 .left ul li:hover .box {
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
}

.sus-5 .left ul li:hover .box img {
  filter: drop-shadow(0 100px #fff);
  position: relative;
  top: -100px;
}


.guanlian ul li .box {
  background: #f8f8f8;
  padding: 40px 20px;
}

.pro-img video {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.pro-img .content.pos {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}






/* video */
.hero {
  background-color: #FFFFFF;
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  justify-content: center;
  justify-items: center;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.hero h2 em {
  font-size: 1.2em;
}

.hero {
  min-height: 100dvh;
}

.hero .wrapper,
.hero__attachment {
  grid-column: 1;
  grid-row: 1;
  transition: 1s ease-in-out;
  transition-delay: .5s;
}

.hero__attachment {
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  /*height: 100%;
  overflow: hidden;*/
  transform: scale(1);
  width: 100%;
}

.hero__attachment video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .wrapper {
  transform: translateY(0);
}

.hero.ready .hero .wrapper,
.hero.ready .hero__attachment {
  transition: none;
  transition-delay: 0s;
}

.fixed-video {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.su-01 {
  background-color: #FFFFFF;
}

.baseBtn {
  line-height: 2.1875;
  border: 1px solid currentcolor;
  border-radius: 37px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.color {
  color: var(--color);
}
.baseBtn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFFFFF;
}

.element .text span.meta {
    font-size: 14px;
}
.element .text h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.element .text .right {
    font-size: 17px;
}

.element .text .left p {
    font-size: 16px;
    padding: 5px 0;
}
.element .text {
    position: relative;
    z-index: 9;
text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
    /*border-bottom: 1px solid rgb(0, 0, 0);*/
        transition: all .5s ease;
}
.element {

    position: relative;
    overflow: hidden
}


.element .text .left {
    color: #fff;
}

.about-page .about-5 li .mask>div {
  grid-column: 1;
  grid-row: 1;
  transition: opacity .5s ease;
}

.about-page .about-5 li:hover .vid {
  opacity: 1;
}

.about-page .about-5 li .mask>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-5 li:hover .mask.grid:after {
  content: "";
  background: rgba(0, 0, 0, .2);
  position: absolute;
  width: 100%;
  height: 100%;
}


#index-body .init-about .play {
    width: 6.5em;
    height: 6.5em;
    border-radius: 100%;
    background-color: #f8f9ff;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 0.8em;
    cursor: pointer;
  cursor: hand;
}
#index-body .init-about .play svg {
  fill: black;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .init-about .play svg path {
  fill: transparent;
}
#index-body .init-about .play i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: #626365;
  color: white;
}

@media screen and (max-width: 1250px) {
  .inner-wen-banner{
    display: none;
  }
  .hero{
    display: none;
    min-height: 1px;
  }
  .hero img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
  }
  .hero h2{
    color: #000 !important;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-about .play {
    font-size: 10px;
    letter-spacing: .55em;
  }
  #index-body .init-about .text {
    padding-right: 0;
  }
}

.inner-page.pro-page .bottom .left {
    border-right: 1px solid #f1f1f1;
}

.inner-page.pro-page .bottom .left ul li a{
  position: relative;
  display: block;
  padding-right: 20px;
}
.inner-page.pro-page .bottom .left ul li a em{
  position: absolute;
  top: 2px;
  right: 0;
  
}

.inner-page.pro-page .top {
    border-bottom: 1px solid #f1f1f1;
}

.inner-page.pro-page .bottom .right .list ul li .pr-box {
    background-color: rgba(242, 242, 242, 0.8);
}

.inner-page.pro-page .bottom .right .list ul li:hover img {
      -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    transform: translate3d(10px, 10px, 20px);
    filter:drop-shadow(1.5rem 0.5rem 2px rgba(0,0,0,0.1));
}



.inner-page.pro-page .bottom .right .list ul li img {
 transition: all .5s ease;
}


.inner-page.pro-page .bottom .left ul li a.active {
  color: var(--color);
}

@media (max-width:1000px) {
  .inner-page.pro-page .bottom .right .list ul li .pr-box .con{
    width: 100%;
  }
  .inner-page.pro-page .bottom .right .list ul li .pr-box .con .biao{
    width: 100%;
    margin-bottom: 10px;
  }
  .inner-page.pro-page .bottom .left {
    display: none;
  }
  .inner-page.pro-page .bottom .right .list ul li .pr-box .img{
    width: 100%;
    margin-top: 10px;
  }
}

.rc{
  color: var(--color);
}
.sear form {
    font-size: 16px;
    padding: 5px 0;
    border-radius: 0.25em;
    background-color: #f2f1ec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.sear form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.5em;
}
.sear form button {
    width: 4.375em;
    background-color: transparent;
    border: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page.pro-page .right .con p {
}
.inner-page.prodet-page .prodet-1 {
    background: #f5f5f5;
}
.prodet2Cont .prodetCont2Btn{
  border-bottom: 1px solid #eee;
}
.prodet2Cont .prodetCont2Btn ul li{
  cursor: pointer;
  margin-right: 35px;
  padding-bottom: 10px;
  position: relative;
}
.prodet2Cont .prodetCont2Btn ul li.active{
  color: var(--color);
}
.prodet2Cont .prodetCont2Btn ul li::before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 2px;
  transition: all .5s;
  transform: scaleX(0);
  opacity: 0;
}
.prodet2Cont .prodetCont2Btn ul li.active::before{
  transform: scaleX(1);
  opacity: 1;
}
.prodet-2 .tab-content .tab-pane p {
    line-height: 28px;
        padding: 15px 0;
}
.prodet-3 {
   background: url('../images/pr-bg.jpg') center center no-repeat;
}

.prodet-3 .tab {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    line-height: 2;
}
.prodet-3 .tab .tab2{
    max-height: 400px;
    overflow: hidden;
}
.prodet-3 .tab .tab2.active{
  max-height: unset;
}
.prodet-3 .openCont{
  margin-left: auto;
}
.prodet-3 .openCont .openBtn{
  background: #fff;
  padding: 4px 20px;
  cursor: pointer;
  border-radius: 10px;
}
.prodet-3 .openCont .openBtn:hover{
  background: #dcf2ff;
}
.prodet-3 .openCont .openBtn.active i{
  transform: rotateX(180deg);
  display: inline-block;
}
.prodet-3 .tab table {
    border: 0;
}
.prodet-3 .tab table tr td {
    border: 0px solid #888;
}
@media (min-width:1251px) {
  .prodet-3 .tab table tr td {
    padding: 10px 30px;
  }
}


.faq-page{
  padding: 100px 0;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}


.gallery-page {
  padding: 120px 0;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .prodet-3 .tab{
    padding: 10px !important;
  }
}

@media screen and (max-width: 500px) {
  .faq-page{
    padding: 40px 0;
  }
  .gallery-page{
    padding: 40px 0;
  }
  .gallery-page .container .gallery-list ul li{
    padding: 15px 0;
  }
}

.inner-wen-banner {
    color: #fff;
}


#costom-fixed-body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  transform: translateX(100%);
  opacity: 0;
  transition: 1s ease;
}

#costom-fixed-body.active {
  transform: translateX(0);
  opacity: 1;
}

.costom-fixed-box {
  width: 100%;
  background-color: #ffffff;
}
.costom-fixed-left {
  background-color: #f5f5f5;
  position: sticky;
    top: 0;
  height: 100vh;
}

.costom-fixed-close {
  left: calc(100% - 1.5em);
  top: 10%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: var(--color);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}


.costom-fixed-content em {
  color: var(--color);
  padding-left: 1em;
  position: relative;
  font-size: 24px;
  font-style: normal!important;
}

.costom-fixed-content em::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: .4em;
  height: .4em;
  background-color: currentColor;
}

@media (max-width:1000px) {
  .costom-fixed-left {
    position: relative;
    height: auto;
  }

  .costom-fixed-close {
    left: auto;
    right: 0;
    top: 0;
  }

  .costom-fixed-right > div {
    padding: 0 5%;
  }
}


.app-14 li .box,
.service-3 li .box {
    height: 100%;
    background-color: #f8f8f8;
}

.app-14 ul li .box,
.service-3 ul li .box{
transition: all .6s ease;
    overflow: hidden;
}
.app-14 ul li:hover .box,
.service-3 ul li:hover .box {
    background-color: var(--color);
    color: #fff;
    border-radius: 10px;
}

.app-14 ul li:hover .box img,
.service-3 ul li:hover .box img {
    filter: drop-shadow(0 100px #fff);
    position: relative;
    top: -100px;
}
.app-14 ul li .box img,
.service-3 ul li .box img {
    filter: drop-shadow(0 100px var(--color));
    position: relative;
    top: -100px;
}

.ho-v:hover {
    padding-left: 40px;
}

.ho-v {
 transition: all 1.2s ease;
}

.service-3 .txt-box ul li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid var(--color);
    border-bottom: 10px solid transparent;
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
}


.service-3 .txt-box ul li:last-child:after {
  display: none;
}

.sus-page .about-4 .box .right .slick-track{
  padding: 74px 20px 0;
}
.sus-page .about-4 .box .right .slick-track a{
  transition: all .5s;
  opacity: 0;
}
.sus-page .about-4 .box .right .slick-track .slick-active a{
  opacity: 1;
}
.sus-page .about-4 .box .right .slick-current a{
  transform-origin: bottom;
  transform: scale(1.2);
}
.sus-page .about-4 .box .right .slick-current + .slick-slide a{
  transform: translateX(12px);
}

@media screen and (max-width: 1000px) {
  .sus-page .about-4 .box .right .slick-track{
    padding: 0;
  }
  .sus-page .about-4 .box .right .slick-current a{
    transform: scale(1);
  }
  .sus-page .about-4 .box .right .slick-current + .slick-slide a{
    transform: translateX(0);
  }
}


.service-5 h2 {
 
    line-height: 1;
    color: #202020;
    text-align: center;
    font-weight: 700
}

.service-5 .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
 
}


.service-5 .content-box .box {
    width: 140px;
    height: 140px;
   
    line-height: 1;
    text-align: center;
    color: #191919;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

      border: 4px solid var(--color);
    outline: 1px solid rgba(0,123,197,.2);
    outline-offset: -20px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 6
}

.service-5 .content-box .box:hover {
    color: #fff;

    outline: 0px solid rgba(0,0,0,.2)
}

.service-5 .content-box .box:hover:before {
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite
}

.service-5 .content-box .box:hover:after {
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.service-5 .content-box .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,123,197,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    display: block;
    z-index: -1
}

.service-5 .content-box .box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,123,197,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: block;
    z-index: -1
}

.service-5 .content-box .left {
    padding-right: 6rem;
    position: relative
}

.service-5 .content-box .right {
    padding-left: 6rem;
    position: relative
}

.service-5 .content-box .centre ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3.8rem;
    position: relative;
}

/*.service-5 .content-box .centre ul:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 8rem;
    border-left: 1px solid #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.service-5 .content-box .centre ul:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 8rem;
    border-left: 1px solid #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}*/

.service-5 .content-box .centre ul li {
    padding: 0 2.2rem;
    margin-top: 10px;
    position: relative
}

.service-5 .content-box .centre ul li .box {
 
}

.service-5 .content-box .centre ul li .box:hover {
    background: var(--color);
    outline: 0px solid rgba(0,0,0,.2)
}

.service-5 .content-box .centre ul li:last-child:after {
    display: none
}

.service-5 .content-box .centre ul li:after {
    position: absolute;
    content: "";
    width: 2.5rem;
    height: 2px;
    border-bottom: 1px solid var(--color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1.2rem
}

.service-5 p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #191919;
    margin-top: 4.3rem
}



.left-border {
    border-left: 8px solid var(--color);
}

.service-6 .bottom ul li:hover {
    background: var(--color);
}

.service-6 .bottom ul li {
  background: #f8f8f8;
     transition: all .5s ease;
}


.service-6 .bottom ul li:hover h2,
.service-6 .bottom ul li:hover p {
    color: #fff;
}

.service-6 .bottom ul li h2{
 transition: all .5s ease;
}
.service-6 .bottom ul li:hover h2 {
    border-left: 8px solid #fff;
    padding-left: 20px;
}

.newdet-page-01 .news_contents p img.wscnph {

    padding: 20px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inherit;
    vertical-align: middle;
    line-height: initial;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
    background-color: #fff;
    border: 1px solid var(--color);
    border-radius: 20px;
    padding: 4px 4px 4px 20px;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3{
  font-size: 18px;
}

.seoPublic .Auxil-related .list ul li .box{
      display: block;
    background: #fff;
    -o-box-shadow: 0 0 0px rgba(125,125,125,.5);
    -webkit-box-shadow: 0 0 0px rgba(125,125,125,.5);
    box-shadow: 0 0 0px rgba(125,125,125,.5);
    background-color: rgba(242, 242, 242, 0.8);
        padding: 40px 15px;
}

.seoPublic .Auxil-related .list ul li .box .content{
  padding: 20px 20px 0px 20px;
}

@media screen and (max-width: 1450px) {
  .service-5 .content-box .centre ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-5 .content-box .centre ul li:after{
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  .service-5 .content-box .centre{
    display: flex;
    justify-content: center;
  }
  .service-5 .content-box .centre ul{
    padding: 0;
    justify-content: left;
    width: 460px;
  }
  .service-5 .content-box .centre ul li{
    padding: 5px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-about .box .left{
    margin-top: 20px;
  }
  #index-body .init-about .box .right{
    position: relative !important;
    top: 0 !important;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .service-5 .content-box .centre ul{
    width: 100%;
    justify-content: center;
  }
}