@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.title,
.cen {
  font-family: 'Century Gothic';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #c3cf01;
  --font: 'Century Gothic';
}
.seoPublic .Auxil-about .box .left {
    width: 70%;
}
.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Century Gothic';
    line-height: 1.2;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
    margin-top: .5em;
    background-color: #c3cf01;
    width: 120px;
    text-align: center;
    padding: 3px;
    color: #ffffff;
    display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    font-family: 'Century Gothic';
    line-height: 1.4;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding-right: 10px;
    max-height: 400px;
    overflow: auto;
}
.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}
.container {
  width: 1630px;
  padding: 0 15px;
}
.col {
  color: var(--color);
}
a.Hbtn,
.inner-page .Hbtn {
  width: 221px;
  height: 56px;
  padding: 3px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
a.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 3;
}
a.Hbtn::before,
.inner-page .Hbtn::before {
  content: "";
  display: block;
  width: 103%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  background-color: #fcf6ec;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: transform 0.5s cubic-bezier(0.46, 0, 0.02, 1), -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
}
a.Hbtn .HbtnBox,
.inner-page .Hbtn .HbtnBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
a.Hbtn .HbtnBox > span,
.inner-page .Hbtn .HbtnBox > span {
  width: calc(100% - 48px);
  text-align: center;
  color: #fcf6ec;
  -webkit-transition: color 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: color 0.5s cubic-bezier(0.46, 0, 0.02, 1);
}
a.Hbtn .HbtnBox .btn_sty_icon,
.inner-page .Hbtn .HbtnBox .btn_sty_icon {
  width: 48px;
  height: 48px;
  background-color: #fcf6ec;
  border-radius: 0.52083vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.Hbtn .HbtnBox .btn_sty_icon::before,
.inner-page .Hbtn .HbtnBox .btn_sty_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  z-index: 1;
  background-color: var(--color);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: transform 0.5s cubic-bezier(0.46, 0, 0.02, 1), -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
}
a.Hbtn .HbtnBox .btn_sty_icon .btn_icon_case,
.inner-page .Hbtn .HbtnBox .btn_sty_icon .btn_icon_case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
a.Hbtn .HbtnBox .btn_sty_icon .btn_icon_case img,
.inner-page .Hbtn .HbtnBox .btn_sty_icon .btn_icon_case img {
  width: 16px;
  height: 13px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  transition: transform 0.5s cubic-bezier(0.46, 0, 0.02, 1), -webkit-transform 0.5s cubic-bezier(0.46, 0, 0.02, 1);
  position: relative;
}
a.Hbtn .HbtnBox .btn_sty_icon .btn_icon_case img:nth-child(1),
.inner-page .Hbtn .HbtnBox .btn_sty_icon .btn_icon_case img:nth-child(1) {
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.Hbtn:hover,
.inner-page .Hbtn:hover {
  -webkit-transition: background-color 1.5ms cubic-bezier(0.46, 0, 0.02, 1) 0.49s;
  transition: background-color 1.5ms cubic-bezier(0.46, 0, 0.02, 1) 0.49s;
}
a.Hbtn:hover::before,
.inner-page .Hbtn:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
a.Hbtn:hover .HbtnBox > span,
.inner-page .Hbtn:hover .HbtnBox > span {
  color: var(--color);
}
a.Hbtn:hover .HbtnBox .btn_sty_icon::before,
.inner-page .Hbtn:hover .HbtnBox .btn_sty_icon::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
a.Hbtn:hover .HbtnBox .btn_sty_icon .btn_icon_case img,
.inner-page .Hbtn:hover .HbtnBox .btn_sty_icon .btn_icon_case img {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
a.Hbtn:hover .HbtnBox .btn_sty_icon .btn_icon_case img:nth-child(1),
.inner-page .Hbtn:hover .HbtnBox .btn_sty_icon .btn_icon_case img:nth-child(1) {
  left: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.lineTitl {
  display: inline-block;
  position: relative;
}
.lineTitl .por {
  z-index: 2;
}
.lineTitl .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57%;
  height: var(--px21);
  background-color: var(--color);
  z-index: 1;
}
.lineTitl .line.wid-100 {
  width: 100%;
}
.alanParent .alanUp {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.alanParent .alanUp:nth-child(1) {
  -webkit-transform: rotate(2deg) translate3d(0, 0.2rem, 0);
  transform: rotate(2deg) translate3d(0, 0.2rem, 0);
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.alanParent .alanUp:nth-child(2) {
  -webkit-transform: rotate(3deg) translate3d(0, 0.3rem, 0);
  transform: rotate(3deg) translate3d(0, 0.3rem, 0);
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.alanParent .alanUp:nth-child(3) {
  -webkit-transform: rotate(4deg) translate3d(0, 0.4rem, 0);
  transform: rotate(4deg) translate3d(0, 0.4rem, 0);
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.alanParent .alanUp:nth-child(4) {
  -webkit-transform: rotate(5deg) translate3d(0, 0.5rem, 0);
  transform: rotate(5deg) translate3d(0, 0.5rem, 0);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.alanParent .alanUp:nth-child(5) {
  -webkit-transform: rotate(6deg) translate3d(0, 0.6rem, 0);
  transform: rotate(6deg) translate3d(0, 0.6rem, 0);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.alanParent .alanUp:nth-child(6) {
  -webkit-transform: rotate(7deg) translate3d(0, 0.7rem, 0);
  transform: rotate(7deg) translate3d(0, 0.7rem, 0);
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.alanGo .imgBg {
  margin: auto;
  display: block;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 12px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -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 .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;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 4.5833vw;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#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 {
  -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 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#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: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  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: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  background-color: var(--color);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 26px;
  height: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#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;
  color: #fff;
}
#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;
}
#header.active > .nav,#header.actived > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #333;
}

#banner {
  color: #fff;
}
#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li img {
  width: 100%;
  height: auto;
  min-height: 350px;
  object-fit: cover;
  object-position: center right;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--px90);
}
#banner .swiper ul li .container .textBox {
  width: 54%;
}
.btnSwiper img {
  opacity: 0.17;
}
#banner .swiper ul li.swiper-slide-active .textBox .title {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .textBox .txt {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li img.img {
  -webkit-animation: pulse 1s linear;
  -moz-animation: pulse 1s linear;
  -o-animation: pulse 1s linear;
  animation: pulse 1s linear;
}
.btnSwiper:hover img {
  opacity: 1;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 {
  overflow: hidden;
}
#index-body .init_1 .container .top {
  color: #1f1f1f;
  position: relative;
  z-index: 3;
}
#index-body .init_1 .container .top .txt1 {
  color: var(--color);
}
#index-body .init_1 .container .top h1 {
  max-width: 1369px;
  margin: auto;
}
#index-body .init_1 .bottom {
  margin-top: -5.833vw;
  padding-top: 27.96875vw;
  color: #141414;
}
#index-body .init_1 .bottom .imgBg {
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
#index-body .init_1 .bottom ul.numberBox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px var(--px18) var(--px26) 3px rgba(0, 0, 0, 0.08);
  border-radius: var(--px20);
}
#index-body .init_1 .bottom ul.numberBox li .icon {
  width: 68px;
}
#index-body .init_1 .bottom ul.numberBox li .textBox {
  max-width: calc(100% - 68px);
}
#index-body .init_1 .bottom ul.numberBox li .textBox .txt {
  opacity: 0.77;
}
#index-body .init_1 .alanGo.go .alanUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
#index-body .init_2 .top {
  background-image: url('../images/init_2TopBg.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% auto;
  color: #070707;
}
#index-body .init_2 .top .swiperBtn {
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
#index-body .init_2 .top .swiperBtn img {
  height: 11.25vw;
  min-height: 60px;
}
#index-body .init_2 .top .swiperBtn.prev {
  left: 0;
}
#index-body .init_2 .top .swiperBtn.next {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
#index-body .init_2 .top .swiperBox {
  width: 100%;
  max-width: 1660px;
  padding-left: var(--px60);
  margin: auto;
}
#index-body .init_2 .top .left {
  width: 37%;
  max-width: 480px;
}
#index-body .init_2 .top .left .lineTitl a:hover {
  color: #333;
}
#index-body .init_2 .top .right {
  width: 60.7%;
}
#index-body .init_2 .top .right a.img {
  display: block;
  text-align: right;
  padding-right: 9.21875vw;
}
#index-body .init_2 .top .right ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#index-body .init_2 .top .right ul li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
#index-body .init_2 .top .right ul li img {
  max-width: 100%;
}
#index-body .init_2 .top .right ul li h2 {
  font-size: var(--px24);
  font-family: var(--font);
  color: #000;
  line-height: 1.2;
}
#index-body .init_2 .top .right ul li h3 {
  font-size: 16px;
  opacity: 0.7;
  margin-top: var(--px20);
}
#index-body .init_2 .top .right ul li:nth-child(1) {
  width: 40%;
  left: 0;
  max-width: 325px;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#index-body .init_2 .top .right ul li:nth-child(2) {
  width: 43%;
  max-width: 430px;
  right: 0;
  top: var(--px55);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
#index-body .init_2 .top .right ul li:nth-child(2) h2 {
  margin-top: var(--npx40);
}
#index-body .init_2 .top .right ul li:nth-child(2) h2,
#index-body .init_2 .top .right ul li:nth-child(2) h3 {
  padding-left: var(--px120);
  width: 100%;
}
#index-body .init_2 .top .right ul li:nth-child(2) h3 {
  line-height: 1.8;
  max-height: 100px;
  overflow-y: auto;
}
#index-body .init_2 .top .right ul li:nth-child(3) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  width: 49%;
  max-width: 475px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  right: 0;
  bottom: var(--px100);
}
#index-body .init_2 .top .right ul li:nth-child(3) img {
  width: var(--px125);
  min-width: 60px;
}
#index-body .init_2 .top .right ul li:nth-child(3) div {
  max-width: calc(100% + var(--npx125));
  padding-left: var(--px25);
}
/*#index-body .init_2 .top .swiper ul li.swiper-slide.swiper-slide-active .right a.img img {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#index-body .init_2 .top .swiper ul li.swiper-slide.swiper-slide-active .right ul li {
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}*/
#index-body .init_2 .bot .swiperBox {
  display: none;
}
#index-body .init_2 .bot .swiperBox .swiper ul li {
  width: 25%;
}
#index-body .init_2 .bot .swiperBox .swiper ul li a.titl {
  line-height: 1.25;
  color: #151515;
  display: inline-block;
  position: relative;
}
#index-body .init_2 .bot .swiperBox .swiper ul li a.titl::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init_2 .bot .swiperBox .swiper ul li a.titl:hover {
  color: var(--color);
}
#index-body .init_2 .bot .swiperBox .swiper ul li a.titl:hover::before {
  width: 100%;
}
#index-body .init_2 .bot .swiperBox:nth-child(1) {
  display: block;
}
#index-body .init_2 .bot .swiperBox .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 4px;
  background-color: #f8f8f3;
}
#index-body .init_2 .bot .swiperBox .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}
#index-body .init_3 {
  color: #fff;
}
#index-body .init_3 .top {
  border-bottom: 1px solid #555555;
}
#index-body .init_3 .bot {
  align-items: stretch;
}
#index-body .init_3 .bot .left {
  width: 50%;
}
#index-body .init_3 .bot .left img {
  width: 79.5%;
}
#index-body .init_3 .bot .right {
  width: 50%;
  flex-shrink: 0;
}
#index-body .init_3 .bot .right .swiper {
  width: 100%;
  height: 100%;
}
#index-body .init_3 .bot .right .swiper ul li {
  border-left: 1px solid #4a4c4e;
  min-height: 400px;
  overflow: hidden;
  width: 33%;
}
#index-body .init_3 .bot .right .swiper ul li .list {
  width: 100%;
  transform: translateY(8px);
}
#index-body .init_3 .bot .right .swiper ul li .list .txt {
  overflow: hidden;
  height: 0;
  font-size: 0;
}
#index-body .init_3 .bot .right .swiper ul li:hover .list {
  transform: translateY(0);
}
#index-body .init_3 .bot .right .swiper ul li:hover .list .txt {
  font-size: 16px;
  height: auto;
  opacity: 0.47;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 190px;
  overflow-y: auto;
}
#index-body .init_4 .top .title {
  color: #101010;
}
#index-body .init_4 .top .txt {
  max-width: 1065px;
  color: #202020;
  margin: auto;
}
#index-body .init_4 .swiper ul li .imgBox {
  border-radius: var(--px20);
  overflow: hidden;
  height: auto;
  position: relative;
}
#index-body .init_4 .swiper ul li .imgBox img {
  width: 100%;
  height: auto;
}
#index-body .init_4 .swiper ul li .imgBox .bg {
  width: 100%;
  height: 50%;
  background-color: rgba(5, 5, 5, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#index-body .init_4 .swiper ul li .imgBox .cont {
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 0;
}
#index-body .init_4 .swiper ul li .title {
  display: inline-block;
  width: 100%;
}
#index-body .init_4 .swiper ul li:hover .imgBox .bg {
  height: 100%;
  opacity: 1;
}
#index-body .init_4 .swiper ul li:hover .cont {
  opacity: 1;
  bottom: 0;
}
#index-body .init_5 {
  background-color: #f8f8f3;
}
#index-body .init_5 .top .title {
  color: #111;
}
#index-body .init_5 .swiper {
  border-right: 1px dashed #8b8b88;
}
#index-body .init_5 .swiper ul li {
  height: auto;
  width: 33%;
  border-left: 1px dashed #8b8b88;
}
#index-body .init_5 .swiper ul li .list {
  width: 100%;
  height: 100%;
  color: #0d0d0d;
}
#index-body .init_5 .swiper ul li .list .btn:hover {
  text-decoration: underline;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #191918;
}
#footer .footerTop {
  /*background-image: url('../images/footerTopBg.jpg');*/
  color: #fff;
}
#footer .footerTop .item p.link a {
  opacity: 0.47;
}
#footer .footerTop .item p.link a:hover {
  opacity: 1;
}
#footer .footerTop .item .text {
  opacity: 0.47;
}
#footer .footerTop .item1 {
  width: 30%;
  max-width: 355px;
}
#footer .footerTop .item1 .logoF {
  max-width: 95px;
  width: 30%;
}
#footer .footerTop .item1 .cont {
  background-color: #fff;
  width: 104px;
  height: 104px;
  padding: 4px;
}
#footer .footerTop .item3 {
  width: 28%;
}
#footer .footerTop .item4 {
  width: 22%;
}
#footer .footerTop .item4 form {
  color: rgba(255, 255, 255, 0.77);
}
#footer .footerTop .item4 form input {
  background-color: #fff;
  border: none;
  height: var(--px50);
  min-height: 40px;
  width: 100%;
  border-radius: 5px;
  color: #111;
}
#footer .footerTop .item4 form input.inquery {
  width: auto;
  background-color: #3f3f3f;
  color: #fff;
}
#footer .footerTop .item4 form input.inquery:hover {
  background-color: var(--color);
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  background-color: var(--color);
}
#footer .copyright .container {
  padding-top: 19px;
  padding-bottom: 19px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 4vw;
  }
  #banner .swiper ul li .container .textBox {
    width: 60%;
  }
  #index-body .init_2 .top .right ul li:nth-child(1) img {
    width: 75%;
  }
  #index-body .init_2 .top .right ul li:nth-child(2) img {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li .container .textBox {
    width: 84%;
  }
  #index-body .init_2 .top .swiperBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  #index-body .init_2 .top .right {
    width: 65%;
  }
  #index-body .init_2 .top .right ul li:nth-child(2) {
    top: 10px;
  }
  #index-body .init_2 .top .right ul li:nth-child(3) {
    bottom: 10px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.imgPhone {
    display: block;
  }
  #index-body .init_1 .bottom ul.numberBox li {
    width: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #index-body .init_1 .bottom ul.numberBox li .icon {
    width: 45px;
  }
  #index-body .init_1 .bottom ul.numberBox li .textBox {
    max-width: calc(100% - 45px);
  }
  #index-body .init_2 .top .left {
    max-width: none;
    margin-bottom: 20px;
  }
  #index-body .init_2 .top .right a.img {
    padding-right: 0;
    text-align: center;
  }
  #index-body .init_3 .bot .right .swiper ul li {
    min-height: 310px;
  }
  #footer .footerTop .item1,
  #footer .footerTop .item3,
  #footer .footerTop .item4 {
    width: 49%;
    max-width: none;
  }
}
@media (max-width: 700px) {
  #banner {
    text-shadow: 2px 2px 3px #000;
  }
  #index-body .init_2 .top {
    background-image: none;
  }
  #index-body .init_2 .top .right a.img img {
    max-width: 300px;
  }
  #index-body .init_2 .top .right ul {
    position: static;
  }
  #index-body .init_2 .top .right ul li {
    position: static;
  }
  #index-body .init_2 .top .right ul li:nth-child(1) {
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
  }
  #index-body .init_2 .top .right ul li:nth-child(1) img {
    width: 80px;
  }
  #index-body .init_2 .top .right ul li:nth-child(2) {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #index-body .init_2 .top .right ul li:nth-child(2) img {
    width: 100px;
  }
  #index-body .init_2 .top .right ul li:nth-child(2) h2,
  #index-body .init_2 .top .right ul li:nth-child(2) h3 {
    padding-left: 15px;
  }
  #index-body .init_2 .top .right ul li:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init_2 .top .right ul li:nth-child(3) img {
    margin-bottom: 15px;
  }
  #index-body .init_2 .top .right ul li:nth-child(3) div {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init_3 .bot .right .swiper ul li {
    height: auto;
    min-height: auto;
  }
  #index-body .init_3 .bot .right .swiper ul li .list {
    height: 100%;
  }
  #index-body .init_3 .bot .right .swiper ul li .list .titl {
    font-size: 16px;
  }
  #index-body .init_3 .bot .right .swiper ul li .list .txt {
    font-size: 14px;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 190px;
    overflow-y: auto;
  }
  #index-body .init_3 .bot .right .swiper ul li:hover .list .txt {
    font-size: 14px;
  }
  #index-body .init_4 .swiper ul li .imgBox .cont {
    max-height: 200px;
    overflow-y: auto;
  }
}
@media (max-width: 500px) {
  #index-body .init_1 .bottom {
    margin-top: 0;
    padding-top: 20px;
  }
  #index-body .init_1 .bottom ul.numberBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  #index-body .init_1 .bottom ul.numberBox li .icon {
    width: 35px;
  }
  #index-body .init_1 .bottom ul.numberBox li .textBox {
    max-width: calc(100% - 35px);
    padding-left: 5px;
  }
  #footer .footerTop .item1,
  #footer .footerTop .item3,
  #footer .footerTop .item4 {
    width: 100%;
  }
}

.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul > p{
  width: 100%;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text{
  margin-bottom: var(--px30);
}
.product-page .pro-box .product-right .text h3{
  font-size: var(--px30);
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text p{
  font-size: var(--px20);
  color: #666;
  line-height: 1.8;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
      font-size: var(--px24);
    line-height: 1.8;
    font-family: 'Century Gothic';
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 700;
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}

.inner-page .m-page {
  text-align: center;
  margin-top: var(--px60);
  margin-bottom: var(--px20);
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: var(--px20);
  font-weight: 700;
  line-height: 37px;
  border: 1px solid #999;
  margin-right: 5px;
}

.inner-page .m-page a.next {
  margin-left: var(--px20);
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}

.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}

.pro-box .pro-left .menus {
  margin-bottom: var(--px50);
}

.pro-box .pro-left .menus>li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
  margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
  right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-a {
  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;
  height: 60px;
  line-height: 1.4;
  padding: 0 30px 0 var(--px27);
  font-size: var(--px18);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li.active .sub-menu {
  display: block;
}

.pro-box .pro-left .menus>li .sub-menu li {
  padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
  font-size: 20px;
  line-height: 1.8;
  color: #666;
  transition: all 0.5s;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px 0 15px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
  border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
  color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .product-page .pro-box .product-right ul li {
    width: 50%;
  }
} 
@media screen and (max-width: 1000px) {
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left: 0;
  }
  .pro-box .pro-left {
    display: none;
  }
}
@media screen and (max-width:700px) {
  .product-page .pro-box .product-right ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .pro-box .product-right ul li {
    width: 100%;
  }
}

.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}

.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box i {
  display: none;
}

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .bigImg {
  border: 1px solid #d3d3d3;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
  width: 20%;
  border: 1px solid #d3d3d3;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
  max-height: 360px;
  overflow-y: auto;
  line-height: 1.6;
}

.prodet-page .prodet-right .box .right .det table {
  margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
  display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
  margin-right: 15px;
  font-size: 90px;
}

.prodet-page .prodet-right .box .right h2 {
  font-size: var(--px35);

}

.prodet-page .prodet-right .box .right .det {
  color: #666;

}

.prodet-page .prodet-right .box .right .line {
  width: 100%;
  border-radius: var(--px35);
  height: 10px;
  background-color: var(--color);
}

.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
  border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
  color: var(--color);
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
  position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
  display: none;
  z-index: 204;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
  opacity: 1;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
  opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
  padding-bottom: 60px;
  color: #666;

}

.prodet-page .prodet-right .prodet-content strong,
.prodet-page .prodet-right .prodet-content b {
  font-weight: bold;
}

.prodet-page .prodet-right .prodet-title ul {
  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;
}

.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0;
  margin: 0 40px;
  font-family: 'Century Gothic';
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
  table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
  background-color: #e1e1e1;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
  color: #565656;
  /*text-align: center;*/
  background: #f5f5f5;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
  margin-top: 50px;
  /*padding: 10px;*/
  background: #fff;
  /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
  margin-top: 18px;
  width: 49.5%;
  display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more {
  position: relative;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 10px;
      font-size: 18px;
    height: 170px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
  background: var(--color);
  color: #fff;
  transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
  background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
  padding: 15px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: 30px;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
    flex-direction: row-reverse;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1250px) {
  
  .prodet-page .prodet-right .box .left {
    width: 100%;
    margin-bottom: 60px;
  }

  .prodet-page .prodet-right .box .right {
    width: 100%;
  }

  .prodet-page .prodet-right .box .left .bigImg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .prodet-page .prodet-right .box .right {
    padding-left: 0;
  }

  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  
  .prodet-page .prodet-right {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .prodet-right .box .right .line img {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right .btn a:first-child {
    display: none;
  }

  .prodet-page .prodet-right .box .right .btn a:last-child {
    margin-left: 0;
  }

}
@media screen and (max-width:700px) {
  
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .prodet-page .prodet-right .prodet-content .det form ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .prodet-page .prodet-right .prodet-title {
    margin: 40px 0;
  }
  .prodet-page .prodet-right .box .right h2 {
    font-size: 20px;
  }
}

.recommended-product {
  background-color: #f9f9f9;
}

.recommended-product ul {
  margin: var(--px60) var(--npx24) 0;
}

.recommended-product ul li {
  padding: 0 var(--px24);
  widows: 25%;
}

.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}

.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}

.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-product ul li h4 {
  font-size: var(--px20);
  line-height: 1.6;
  text-align: center;
  padding: 0 var(--px25);
  margin-top: 15px;
}


.inner-banner {
  background-color: rgba(161, 161, 161, 0.2);
  position: relative;
  margin-top: 110px;
}

.inner-banner .box .left {
  vertical-align: bottom;
  padding-right: 10%;
}

.inner-banner .box .left span.h2 {
  color: #ffffff;
}

.inner-banner .box .right {
  vertical-align: bottom;
}

.inner-banner .mbx {
  font-size: var(--px20);
  color: black;
  line-height: 1.6;
  padding: 15px 0;
}


.aft02 {
  padding: var(--px160) 0 var(--px120);
  position: relative;
  overflow: hidden
}

.aft02 .bg_fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 690px
}

.aft02 .bg_fix .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aft02 .bg_fix:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  top: 0
}

.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative
}

.aft02 .top .hu_h3 {
  color: #fff
}

.aft02 .top p {
  font-size: var(--px18);
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.aft02 .top .line {
  height: var(--px75);
  min-height: 40px;
  width: 1px;
  background-color: rgba(255, 255, 255, .4);
  margin: var(--px28) 0;
  position: relative
}

.aft02 .top .line:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  animation: 2s linear .5s infinite hua2
}

@keyframes hua2 {
  from {
    top: 0
  }

  to {
    top: 95%
  }
}

.aft02 .top h4 {
  font-size: var(--px48);
  color: #fff;
  font-family: var(--font);
  line-height: 1.4
}

.aft02 .botF {
  /*padding: 0 var(--px90);*/
  position: relative
}

.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: var(--px74);
  color: #cbcbcb;
  outline: none
}

.aft02 .botF .fa:hover {
  color: var(--color)
}

.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto
}

.aft02 .bot .box {
  background-color: #fff;
  /*padding: var(--px50) 0 var(--px40);*/
  box-shadow: 0px 5px 15px rgb(102 102 102/30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 420px;
}

.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  width: var(--px111);
  height: var(--px111);
  min-width: 80px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aft02 .botF .swiper-button-next:after,
.aft02 .botF .swiper-button-prev:after {
  display: none;
}

.aft02 .bot .swiper-slide {
  padding: 15px;
  height: auto;
}

.aft02 .bot .box:hover .icon:before {
  animation: img01anime 10s 0s linear infinite
}

.aft02 .bot .box:hover .icon:after {
  animation: img02anime 10s 0s linear infinite
}

.aft02 .bot .box .icon:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed var(--color)
}

.aft02 .bot .box .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed var(--color)
}

@keyframes img01anime {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes img02anime {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.aft02 .bot .box .icon img {
  width: 50%;
  transition: 0s
}

.aft02 .bot .box h4 {
  font-size: var(--px24);
  font-weight: 500;
  font-family: 'Century Gothic';
  color: #333;
  margin-bottom: 5px;
  margin-top: var(--px40);
  text-align: center;
  padding: 0 var(--px30);
  line-height: 1.2;
  min-height: 60px;
}

.aft02 .bot .box h5 {
  width: 239px;
  font-size: 18px;
  position: relative;
  color: #666;
  text-align: center;
  line-height: 32px;
  height: 52px;
  padding-top: 7px;
  margin-top: 5px
}

.aft02 .bot .box h5:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--color);
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%
}

.aft02 .bot .box p {
    font-size: 16px;
    overflow-y: auto;
    text-align: center;
    /*width: calc(100% - 60px); */
    margin: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.aft02 .bot .box:hover h5:after {
  background-color: #fff
}

.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff
}

.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10)
}

.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon:before,
.aft02 .bot .box:hover .icon:after {
  border-color: #fff
}

.aft02 .bot .box:hover {
  background-color: var(--color)
}

.aft02 .bot .aft02Swiper {
  width: 100%;
  margin: auto
}

.aft02 .bot {
  width: 100%;
  margin: auto;
  padding: 22px 0
}
@media screen and (max-width: 1700px) {
  
  .aft02 .top p {
    margin-top: 8px
  }

  .aft02 .top {
    margin-bottom: 30px
  }

  .aft02 .bot {
    width: 1032px;
  }

  .aft02 .botF {
    padding: 0 13px
  }

  .aft02 .botF .fa {
    font-size: 65px
  }

  .aft02 .bot .box {
    box-shadow: 0 0 11px #d8d8d8
  }

  .aft02 .bot .box h4 {
    margin-bottom: 5px;
  }

  .aft02 .bot .box h5 {
    width: 220px;
    font-size: 15px;
    line-height: 24px;
    height: 48px
  }

  .aft02 .bot .box h5:after {
    width: 17px;
    height: 3px;
    bottom: 100%
  }

  .aft02 .botF .fa-angle-left {
    left: -18px
  }

  .aft02 .botF .fa-angle-right {
    right: -18px
  }

  .aft02 .bg_fix {
    height: 555px
  }
}
@media only screen and (max-width: 1250px) {
  .aft02 .bot .aft02Swiper,
  .aft02 .bot {
    width: 100%;
  }

  .aft02 .botF .swiper-button-next,
  .aft02 .botF .swiper-button-prev {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .aft02 .bot .swiper-slide {
    padding: 10px;
  }
  .aft02 .bot .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
  }
  .aft02 .bot .box h4 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .aft02 .bot .box p {
    height: auto;
    overflow-y: unset;
  }

  .aft02 .bot .box {
    height: 100%;
    padding-top: 20px;
  }

  .aft02 .top .line {
    position: relative
  }

  .aft02 .top h4 {
    text-align: center;
  }

  .aft02 .bot {
    width: 100%;
    padding: 20px;
  }

  .aft02 .top {
    margin-bottom: 50px
  }

  .aft02 .botF {
    padding: 0
  }

  .aft02 .bot .aft02Swiper {
    width: 100%
  }

  .aft02 .botF .fa-angle-left {
    left: -8px
  }

  .aft02 .botF .fa-angle-right {
    right: -8px
  }

  .aft02 .bg_fix {
    height: 530px
  }
}

.service-page .service-6 .box {
  height: 700px;
  position: relative;
  overflow: hidden;
  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;
  padding: 5%
}

.service-page .service-6 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.service-page .service-6 .box .mask i.active {
  opacity: 1
}

.service-page .service-6 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  background-color: #fff
}

.service-page .service-6 .box .content span.tag {
  display: block;
  color: var(--color);
  margin-bottom: .5em;
  font-weight: 500
}

.service-page .service-6 .box .content .text {
  margin: 1.5em 0;
  max-width: 90%
}

.service-page .service-6 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right
}

.service-page .service-6 .slickBtn {
  font-size: 30px;
}

.service-page .service-6 .slickBtn div {
  background-color: #eaf5fa;
  color: var(--color);
  width: 40px;
  height: 40px;
}

.service-page .service-6 .slickBtn div i {
  font-size: 18px;
}

.service-page .service-6 .slickBtn div:hover {
  color: #fff;
  background-color: var(--color)
}
@media screen and (max-width: 1450px){
  .service-page .service-6 .box {
    height: 600px
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-6 .box {
    height: 500px
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-6 .box {
    height: 420px
  }

  .service-page .service-6 .box .content {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-6 .box .content {
    max-width: 100%
  }

  .service-page .service-6 .box {
    height: auto
  }

  .service-page .service-6 .box .content {
    background-color: rgba(255, 255, 255, .6)
  }
}

.aft03 {
  position: relative;
  overflow: hidden
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 44%;
  height: 695px;
  text-align: center;
}

.aft03 .icenter2 .le:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1
}

.aft03 .icenter2 .le:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0)
}

.aft03 .icenter2 .le img {
  height: 100%;
  transition: all 0.5s;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1)
}

.aft03 .icenter2 .ri {
  width: 50%
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666;
  line-height: 30px
}

.aft03 .icenter2 .ri>ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 13px;
  content: ""
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0;
  font-size: 18px;
  color: #333;
  width: fit-content;
  margin-bottom: 10px
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 700
}

.aft03 dl dd .text h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color)
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666
}
@media screen and (max-width: 1700px) {
  
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px
  }

  .aft03 dl dd .text h4:after {
    height: 4px
  }

  .aft03 dl dd .text p {
    font-size: 15px
  }

  .aft03 .icenter2 .le {
    height: 529px
  }
}
@media only screen and (max-width: 700px) {
  
  .aft03 .icenter2 {
    flex-flow: wrap
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px
  }

  .aft03 .icenter2 .ri {
    width: 100%
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px
  }
}

.custom-2 .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.custom-2 .ui .top .left {
  padding-right: 65px
}

.custom-2 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color)
}

.custom-2 .ui .top .left p {
  line-height: 2;
  margin-top: 35px
}

.custom-2 .ui .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: var(--px30);
}

.custom-2 .ui .bottom .left {
  padding-right: var(--px80);
}

.custom-2 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: var(--px45);
}

.custom-2 .ui .bottom .right ul.list3 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.custom-2 .ui .bottom .right ul.list3 li.active {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all
}

.custom-2 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px var(--px28);
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee
}

.custom-2 .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
}

.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 35px;
  right: 25px
}

.custom-2 .ui .bottom .right ul.list3 li .content {
  padding: 10px var(--px30) var(--px20);
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .custom-2 .ui .bottom .left {
    padding-right: 0
  }
}
@media screen and (max-width: 1000px){
   .custom-2 .ui .bottom .right {
    padding-right: 0
  }
}
@media screen and (max-width: 700px){
  .custom-2 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .custom-2 .ui .top .left {
    padding-right: 0;
    width: 100%
  }

  .custom-2 .ui .top .right {
    width: 100%
  }

  .custom-2 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px
  }

  .custom-2 .ui .bottom .left {
    padding-right: 0;
    width: 100%
  }

  .custom-2 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .contact2-page .form ul li {
    padding: 6px
  }

  .contact2-page .form ul {
    margin: -6px
  }

  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type=submit] {
    font-size: 16px
  }
}


.contact2-page .marginBox {
  padding-top: 0
}

.contact2-page .contact-1 {
  padding: 150px 0 110px;
  text-align: center
}

.contact2-page .contact-1 .text {
  font-size: var(--px18);
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em
}

.contact2-page .contact-1 .list ul {
  margin: -20px;
  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
}

.contact2-page .contact-1 .list ul li {
  padding: 20px
}

.contact2-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0
}

.contact2-page .contact-1 .list ul li .box i {
  display: block
}

.contact2-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto
}

.contact2-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block
}

.contact2-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2
}

.contact2-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px
}

.contact2-page .map {
  position: relative;
  z-index: 1
}

.contact2-page .form ul {
  margin: -15px -7px
}

.contact2-page .form ul li {
  padding: 15px 7px
}

.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf
}

.contact2-page .form ul li input::-webkit-input-placeholder,
.contact2-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e
}

.contact2-page .form ul li input:-moz-placeholder,
.contact2-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e
}

.contact2-page .form ul li input::-moz-placeholder,
.contact2-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e
}

.contact2-page .form ul li input:-ms-input-placeholder,
.contact2-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e
}

.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
  color: #8e8e8e
}

.contact2-page .form ul li textarea {
  height: 150px
}

.contact2-page .form ul li input[type=submit] {
  border: none;
  background: var(--color);
  color: #fff;
  font-size: 20px;
  font-family: 'rom';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.contact2-page .form ul li input[type=submit]:hover {
  background: #242424
}

.contact2-page .form ul li.wid-100 {
  width: 100%
}
@media screen and (max-width: 1000px) {
  

  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type=submit] {
    font-size: 14px;
    padding: .5em
  }

  .contact2-page .contact-1 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 700px) {
  .contact2-page .form ul li {
    width: 100%;
    padding: 5px;
  }
}

.faq-page .marginBox {
  text-align: center;
}

.faq-page .marginBox .box {
  margin-top: var(--px50);
  text-align: left;
}

.faq-page .marginBox .box .left {
  width: 40%;
}

.faq-page .marginBox .box .left .box2 {
  padding: var(--px50) var(--px35);
  background: #ebebeb;
}

.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-family: var(--font);
  font-size: var(--px18);
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}

.faq-page .marginBox .box .left .box2 .slide span.h6:hover {
  border-color: black;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: var(--px18);
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}

.faq-page .marginBox .box .right {
  padding-left: 0;
  width: 100%;
}

.faq-page .marginBox .box .right .list ul li {
  margin-bottom: var(--px20);
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}

.faq-page .marginBox .box .right .list ul li span.title {
  font-family: var(--font);
  font-size: var(--px26);
  color: #242424;
  display: block;
  position: relative;
  padding-right: 25px;
}

.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .marginBox .box .right .list ul li .text {
  font-size: var(--px18);
  color: #8e8e8e;
  line-height: 2;
  margin: var(--px30) 0;
  display: none;
}

.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1700px)  {
  
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }

  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }

  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }

  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }

  .faq-page .marginBox .box .left {
    display: none;
  }
}

.about-page .about-1 {
  padding: var(--px80) 0;
  text-align: center;
}

.about-page .about-1 .bottom ul {
  width: 100%;
  margin-top: var(--px30);
}

.about-page .about-1 .bottom ul li {
  color: black;
  padding-bottom: 10px;
  transition: all 0.5s;
}

.about-page .about-1 .bottom ul li h4 {
  font-size: var(--px60);
  font-family: var(--font);
  line-height: 0.8;
  transition: all 0.5s;
}

.about-page .about-1 .bottom ul li p {
  font-size: var(--px18);
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.5s;
  margin-top: 15px;
}

.about-page .about-1 .bottom ul li:hover h4 {
  color: var(--color);
}

.about-page .about-1 .bottom ul li:hover p {
  color: var(--color);
}

.about-page .about-1 .ui.container {
  max-width: 1600px;
}

.about-page .about-1 .text {
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0 1.5em;
}

.about-page .about-1 a.more {
  margin: 0 auto;
}

.about-page .about-1 .text em {
  color: #242424;
  font-weight: 500;
}

.about-page .about-2 {
  padding: 0 0 var(--px120);
}

.about-page .about-2 .list ul {
  margin: var(--npx20);
}

.about-page .about-2 .list ul li {
  padding: var(--px20);
  height: 100%;
}

.about-page .about-2 .list ul li .box {
  text-align: center;
  -webkit-box-shadow: 0 5px var(--px20) rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px var(--px20) rgba(0, 0, 0, 0.08);
  height: 100%;
}

.about-page .about-2 .list ul li .box a.img {
  display: block;
}

.about-page .about-2 .list ul li .box a.img img {
  width: 100%;
}

.about-page .about-2 .list ul li .box .content {
  padding: var(--px25);
}

.about-page .about-2 .list ul li .box .content span.h3 {
  font-family: var(--font);
  font-size: var(--px30);
  color: #242424;
  line-height: 2;
}

.about-page .about-2 .list ul li .box .content .text {
  font-size: var(--px18);
  color: #626262;
  line-height: 1.4;
  margin-top: .5em;
  min-height: 3em;
  max-height: 150px;
  overflow-y: auto;
}

.about-page .about-5 {
  padding: var(--px50) 0 var(--px100);
  text-align: center;
}

.about-page .about-5 .options {
  margin-top: var(--px65);
  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;
  border-bottom: 1px solid #c3c3c3;
}

.about-page .about-5 .options span {
  font-size: var(--px20);
  font-family: var(--font);
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-5 .options span i {
  color: #bfbfbf;
}

.about-page .about-5 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}

.about-page .about-5 .ret {
  margin-top: var(--px55);
  position: relative;
}

.about-page .about-5 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}

.about-page .about-5 .ret ul {
  margin: -8px;
}

.about-page .about-5 .ret ul li {
  padding: 8px;
}

.about-page .about-5 .ret ul li img {
  width: 100%;
}

.about-page .about-7 {
  position: relative;
  padding: var(--px87) 0 var(--px80);
  z-index: 1;
  margin-bottom: var(--px60);
}

.about-page .about-7 .left {
  width: 53.646%
}

.about-page .about-7 .left ul {
  position: relative;
}

.about-page .about-7 .left ul li {
  transition: .3s;
  position: relative;
  z-index: 1;
}

.about-page .about-7 .left ul li:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-7 .right {
  width: 46.354%;
  color: #fff;
  padding: var(--px38) var(--px20) 0 0
}

.about-page .about-7 .right .ig {
  max-width: 730px;
  padding-left: 70px;
}

.about-page .about-7 .right .header {
  text-align: right
}

.about-page .about-7 .right .header .tag {
  color: #fff;
  padding-right: var(--px138);
}

.about-page .about-7 .right .header .tag:before {
  background: #fff;
  top: 8px
}

.about-page .about-7 .right .header .title {
  font-size: var(--px60);
  line-height: 1.2;
  margin-top: 6px;
}

.about-page .about-7 .right .header .con {
  font-size: var(--px18);
  line-height: 1.8;
  opacity: .65;
  text-align: left
}

.about-page .about-7 .right .list {
  margin-top: var(--px75);
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.about-page .about-7 .right .list ul li {
  padding: var(--px19) 0 var(--px22);
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.about-page .about-7 .right .list ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--px26);
  line-height: 1.6
}

.about-page .about-7 .right .list ul li .tit em {
  width: 90%
}

.about-page .about-7 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px
}

.about-page .about-7 .right .list ul li .tit i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.about-page .about-7 .right .list ul li .tit i:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.about-page .about-7 .right .list ul li .con {
  font-size: var(--px18);
  line-height: 1.8;
  /*opacity: .65;*/
  display: none;
  padding: var(--px20) 0
}

.about-page .about-7 .right .list ul li.active .tit i:after {
  opacity: 0
}

.about-page .about-7:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background: url(/template/en/images/about2-bg.jpg) no-repeat center
}
@media screen and (max-width: 1250px) {
  .about-page .about-7 .left,
  .about-page .about-7 .right {
    vertical-align: middle
  }

  .about-page .about-7 .right {
    padding-top: 0
  }

  .about-page .about-7 .right .header .title {
    margin-left: 0
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-7 {
    padding-top: 0;
  }
  .about-page .about-7 .left {
    width: 100%
  }

  .about-page .about-7 .right .ig {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-page .about-7 .right {
    width: 100%
  }

  .about-page .about-7:after {
    width: 100%
  }

  .about-page .about-7 .right .header .title {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .bottom ul li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {

  .about-page .about-7 .right {
    padding: 0 15px
  }
  .about-page .about-7 .right .header .con {
    font-size: 16px;
    line-height: 1.8
  }

  .about-page .about-7 .right .list ul li .tit {
    line-height: 1.4
  }
}
.i-tag {
  font-size: var(--px18);
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.i-tag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.i-title {
  font-family: var(--font);
}
.factory-page .bottom .list ul {
  margin: var(--npx35) -10px
}

.factory-page .bottom .list ul li {
  padding: var(--px35) 10px
}

.factory-page .bottom .list ul li a.img-box {
  display: block
}

.factory-page .bottom .list ul li a.img-box img {
  width: 100%
}

.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/template/en/images/icon-zoom.png") center center no-repeat rgba(1, 169, 248, .7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1
}

.factory-page .bottom .list ul li span.h6 {
  font-size: 16px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em
}
@media screen and (max-width: 1700px) {
  .factory-page .bottom .list ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1250px) {
  .factory-page .bottom .list ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .bottom .list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .bottom .list ul li {
    width: 50%;
  }
}
.news-page {
  padding: var(--px60) 0 var(--px50);
}

.news-page .ui.container ul.newslist {
  margin-top: var(--px60);
}

.news-page .ui.container ul.newslist li {
  padding-bottom: var(--px60);
  margin-bottom: var(--px60);
  border-bottom: 1px solid #ccc;
}

.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}

.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}

.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}

.news-page .ui.container ul.newslist li .date span {
  font-size: var(--px90);
  color: var(--color);
  line-height: 1;
  font-family: 'Century Gothic';
  text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: var(--px18);
  color: var(--color);
  margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}

.news-page .ui.container ul.newslist li .text .content {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: var(--px20);
  line-height: 1.5;
}

.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  font-family: 'Century Gothic';
  transition: 0.3s all;
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}

.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
@media screen and (max-width: 500px) {
  .news-page .ui.container ul.newslist li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.newdet-page .ui.container .newst {
  padding: var(--px20) 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}

.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}

.newdet-page .ui.container .content {
  color: #626262;
  line-height: 1.8;
  margin-top: var(--px30);
}

.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--px50) 0 var(--px30);
  border-bottom: 1px solid #ccc;
}

.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}

.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: var(--px18);
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}

.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}

.newdet-page .ui.container .bottom .sharebox ul li {
  width: var(--px50);
  height: var(--px50);
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  min-width: 38px;
  min-height: 38px;
}

.newdet-page .ui.container .bottom .sharebox ul li a {
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: var(--color);
    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;
}

.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 24px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }

  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }

  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }

  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }

  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }

  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }

  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }

  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }

  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }

  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }

  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }

  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
}

.contact-page .contact-1 .text {
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}

.contact-page .contact-1 .list ul {
  margin: var(--npx20);
  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;
}

.contact-page .contact-1 .list ul li {
  padding: var(--px20);
}

.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}

.contact-page .contact-1 .list ul li .box i {
  display: block;
}

.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
  width: var(--px120);
  min-width: 70px;
}

.contact-page .contact-1 .list ul li .box span.h6 {
  font-family: var(--font);
  font-size: var(--px24);
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}

.contact-page .contact-1 .list ul li .box p {
  font-size: var(--px18);
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}

.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}

.contact-page .map {
  position: relative;
  z-index: 1;
}

.contact-page .form ul {
  margin: -15px -7px;
}

.contact-page .form ul li {
  padding: 15px 7px;
}

.contact-page .form ul li input,
.contact-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: var(--px18);
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}

.contact-page .form ul li.wid-100 {
  width: 100%;
}

.contact-page .form ul li input::-webkit-input-placeholder,
.contact-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

.contact-page .form ul li input:-moz-placeholder,
.contact-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}

.contact-page .form ul li input::-moz-placeholder,
.contact-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}

.contact-page .form ul li input:-ms-input-placeholder,
.contact-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}

.contact-page .form ul li input::placeholder,
.contact-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}

.contact-page .form ul li textarea {
  height: 150px;
}

.contact-page .form ul li input[type="submit"] {
  border: none;
  background: #191917;
  color: white;
  font-size: var(--px18);
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }

  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .form ul li {
    width: 100%;
  }
}

.sus-page .sus-1 .ui.container {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}
.sus-page .sus-1 .box {
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  background: url(../images/sus-1-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  height: 70%;
}
.sus-page .sus-1 .box p {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.sus-page .sus-1 .box::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: url(../images/sus-1-bg2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.sus-page .sus-2 .top .left {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-2 .top .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-2 .top .right {
  width: 59%;
  background-color: #ebf4f0;
  border-radius: 10px;
}
.sus-page .sus-2 .top .right .slickBtn div:hover {
  background-color: white;
  color: black;
}
.sus-page .sus-2 .bottom {
  margin-top: 18px;
}
.sus-page .sus-2 .bottom .left {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-2 .bottom .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-2 .bottom .right {
  width: 49%;
  background-color: #ebf4f0;
  border-radius: 10px;
}
.sus-page .sus-2 .bottom .right ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.sus-page .sus-2 .bottom .right ul li p {
  color: #434343;
  line-height: 1.2;
}
.sus-page .sus-2 .bottom .right ul li:last-child {
  margin-bottom: 0;
}
.sus-page .sus-3 ul {
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-3 ul li .img {
  height: 226px;
}
.sus-page .sus-3 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-3 ul li .content {
  background-color: white;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  position: relative;
  height: 226px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}
.sus-page .sus-3 ul li .content .h5 {
  font-weight: 800;
}
.sus-page .sus-3 ul li .content .des {
  line-height: 18px;
}
.sus-page .sus-3 ul li .content::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border-bottom: 25px solid white;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
}
.sus-page .sus-3 ul li:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sus-page .sus-3 ul li:nth-child(2n) .content::after {
  top: 100%;
  bottom: auto;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1250px) {
  .sus-page .sus-3 ul li .content {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sus-page .sus-2 .top .left,.sus-page .sus-2 .top .right,.sus-page .sus-2 .bottom .right,.sus-page .sus-2 .bottom .left {
    width: 100%;
    margin: 5px 0;
  }
}
@media screen and (max-width: 700px){
  
  .sus-page .sus-1>img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sus-page .sus-2 .top .left {
    width: 100%;
  }

  .sus-page .sus-2 .top .right {
    width: 100%;
    margin-top: 20px;
  }

  .sus-page .sus-2 .bottom .left {
    width: 100%;
  }

  .sus-page .sus-2 .bottom .right {
    width: 100%;
  }

  .sus-page .sus-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sus-page .sus-3 ul li {
    width: 50%;
  }

  .sus-page .sus-3 ul li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .sus-page .sus-3 ul li {
    width: 100%;
  }

  .sus-page .sus-3 ul li:nth-child(2n) {
    -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;
  }

  .sus-page .sus-3 ul li:nth-child(2n) .content::after {
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.i-form .box {
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover;
}

.i-form .box form {
  max-width: 955px;
  margin: auto;
}

.i-form .box form ul {
  background-color: white;
  border-radius: 20px;
  padding: 4px;
}

.i-form .box form ul li {
  width: 18%;
}

.i-form .box form ul li input {
  width: 100%;
  font-size: 14px;
  border: none;
  background-color: #f4f6f6;
  height: 33px;
  border-radius: 15px;
  padding: 0 15px;
}

.i-form .box form ul li input[type="submit"] {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.i-form .box form ul li input[type="submit"]:hover {
  background-color: #222;
}

.i-form .box form ul li:nth-child(3) {
  width: 46%;
}
@media screen and (max-width: 1250px) {
  .i-form .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px){
  .i-form .box form ul li {
    width: 50%;
    margin-bottom: 12px;
  }

  .i-form .box form ul li:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .i-form .box form ul li {
    width: 100%;
  }

  .i-form .box form ul li:nth-child(3) {
    width: 100%;
  }
}

.resource-page {
  background-color: #f7f7f5;
}
.resource-page .init-1 .titleC {
  border-top: 1px solid #e2e2e2;
}
.resource-page .init-1 .titleC .right {
  width: 720px;
}
.resource-page .init-1 .content ul li {
  width: 33.33%;
}
.resource-page .init-1 .content ul li .box .imgC {
  display: block;
}
.resource-page .init-1 .content ul li .box .imgC .img {
  width: 100%;
  z-index: 1;
}
.resource-page .init-1 .content ul li .box .imgC .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
}
.resource-page .init-1 .content ul li .box .imgC .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
}
.resource-page .init-1 .content ul li .box:hover .imgC .shadow {
  opacity: 1;
}
.resource-page .init-1 .content ul li .box:hover .imgC .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.resource-page .init-2 .container .titleC {
  border-top: 1px solid #e2e2e2;
}
.resource-page .init-2 .container .titleC .right {
  width: 720px;
}
.resource-page .init-2 .container .content ul li {
  width: 33.33%;
}
.resource-page .init-2 .container .content ul li .box .imgC {
  display: block;
  min-height: 100px;
}
.resource-page .init-2 .container .content ul li .box .imgC .img1 {
  width: 100%;
}
.resource-page .init-2 .container .content ul li .box .imgC .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.resource-page .init-2 .container .content ul li .box .imgC .cont {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.resource-page .init-2 .container .content ul li .box .imgC .cont .play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 24px;
  color: var(--color);
  z-index: 2;
}
.resource-page .init-2 .container .content ul li .box .imgC .cont .play .playCont {
  width: 100%;
  height: 100%;
  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;
}
.resource-page .init-2 .container .content ul li .box .imgC .cont .play .ling {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.resource-page .init-2 .container .content ul li .box .imgC .cont .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.resource-page .init-2 .container .content ul li .box:hover .imgC .shadow {
  opacity: 1;
}
@media (max-width: 1250px) {
  .resource-page .init-1 .titleC .right {
    width: 100%;
  }
  .resource-page .init-2 .container .titleC .right {
    width: 100%;
  }
}
.prodet-page .prodet_1 ul {
  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;
  margin: var(--npx25);
}
.prodet-page .prodet_1 ul li {
  padding: var(--px25);
  width: 33.33%;
}
.prodet-page .prodet_1 ul li img {
  width: var(--px82);
  min-width: 40px;
}
.prodet-page .prodet_1 ul li h2 {
  display: block;
    margin-top: 30px;
    font-family: 'Century Gothic';
    margin-bottom: 10px;
    font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet_1 ul {
    margin: -10px;
  }
  .prodet-page .prodet_1 ul li {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet_1 ul {
    margin: 0;
  }
  .prodet-page .prodet_1 ul li {
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.indexTag {
  padding: 15px;
  background-color: #fff;
  border-radius: var(--px30);
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}

.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: var(--px30);
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-2 .options ul li::after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color1);
}

.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: var(--color1);
}

.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}

.prodet-page .prodet-2 .ret {
  margin-top: var(--px50);
}

.prodet-page .prodet-2 .ret .content {
  font-size: var(--px18);
  line-height: 1.6;
}

.prodet-page .prodet-2 .ret .content dl dd {
  margin-bottom: var(--px20);
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.prodet-page .prodet-2 .ret .content dl dd .h4 {
  font-size: calc(0.834vw + 14px);
  line-break: 1.5;
  font-weight: bold;
}

.prodet-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: calc(0.20833vw + 14px);
  line-height: 1.6;
}

.prodet-page .prodet-2 .ret .content form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc;
  height: 48px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 5px 20px;
}

.prodet-page .prodet-2 .ret .content form textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc;
  height: 140px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 5px var(--px20);
}
@media (max-width: 1000px){
  .prodet-page .prodet-2 .options {
    display: none;
  }

  .prodet-page .prodet-2 .options ul li {
    margin-right: 25px;
  }

  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
  }

  .prodet-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }

  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}
table tbody {
  min-width: auto;
}