.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container,
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "cn_light";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cn_regular";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cn_medium";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_regular";
  src: url("../fonts/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: cn_light;
}
.regular {
  font-family: cn_regular;
}
.medium {
  font-family: cn_medium;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.header-wrapper {
  position: relative;
  z-index: 30;
  width: 100%;
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.36rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.header-wrapper .search {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../icon/tksw-search.png);
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .lang {
  font-size: var(--fs18);
  text-transform: uppercase;
  margin-right: 0.3rem;
  font-family: cn_light;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  line-height: 24px;
  height: 24px;
}
.header-wrapper .lang:hover {
  color: #009b4c;
}
.header-wrapper .lang:hover svg path {
  fill: #009b4c;
}
.header-wrapper .lang svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.header-wrapper .lang svg path {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box {
  flex: 1;
  margin-right: 0.48rem;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
  list-style-type: none;
}
.pc-nav-box li {
  margin-right: 0.52rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li.on > a {
  font-family: cn_medium;
}
.pc-nav-box li.on > a,
.pc-nav-box li:hover > a {
  color: #009b4c;
}
.pc-nav-box li a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box li > a {
  font-family: cn_light;
  line-height: 1.1rem;
  font-size: var(--fs18);
  color: #333;
}
.pc-nav-box .nav {
  position: fixed;
  right: 0;
  top: 1.1rem;
  z-index: 10;
  display: none;
  width: 100%;
}
.pc-nav-box .nav .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  justify-content: center;
  height: 0.72rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 0.38rem;
}
.pc-nav-box .nav a {
  display: inline-block;
  font-size: var(--fs16);
  color: #fff;
  margin-right: 0.48rem;
  line-height: 24px;
}
.pc-nav-box .nav a:last-child {
  margin-right: 0;
}
.pc-nav-box .nav a:hover {
  color: #009b4c;
}
.pc-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box .nav span {
  background: url(../icon/tksw-line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1.1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../icon/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #009b4c;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (max-width: 1600px) {
  .header-wrapper .box-container {
    height: 1rem;
  }
  .pc-nav-box li > a {
    line-height: 1rem;
  }
  .pc-nav-box .nav {
    top: 1rem;
  }
  .pc-nav-box {
    margin-right: 0.8rem;
  }
  .pc-nav-box .nav a {
    font-size: var(--fs15);
    margin-right: 0.36rem;
  }
}
@media screen and (max-width: 1440px) {
  .header-wrapper .box-container {
    height: 0.9rem;
  }
  .pc-nav-box li > a {
    line-height: 0.9rem;
  }
  .pc-nav-box .nav {
    top: 0.9rem;
  }
}
@media screen and (max-width: 1004px) {
  .box-container {
    width: 100%;
    padding: 0 0.3rem;
  }
  .nav-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #009b4c;
    margin: 4px 0px;
    border-radius: 10px;
    transition: all ease 0.5s;
  }
  .nav-icon span:nth-child(2) {
    width: 15px;
  }
  .nav-icon span:nth-child(3) {
    width: 20px;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
  }
  .nav-icon.on span:nth-child(2) {
    display: none;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(134deg);
    margin-top: -6px;
    width: 25px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #009b4c;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #009b4c;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #009b4c;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #009b4c;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .header-wrapper .box-container {
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 2.2rem;
  }
  .header-wrapper .search {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.4rem;
  }
  .header-wrapper .lang {
    font-size: var(--fs16);
    line-height: 20px;
    height: 20px;
  }
  .header-wrapper .lang svg {
    width: 20px;
  }
  .pc-nav-box {
    display: none;
  }
}
.footer-wrapper {
  background: #009b4c;
  padding: 0.87rem 0 0.54rem;
}
.footer-wrapper .box-2,
.footer-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .other-box {
  text-align: right;
}
.footer-wrapper .qrcode {
  width: 1.3rem;
  margin-right: 0;
  margin-left: auto;
}
.footer-wrapper p {
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  font-family: cn_regular;
  margin-top: 0.36rem;
}
.footer-wrapper .tel {
  font-size: 24px;
  line-height: 0.3rem;
  color: #fff;
  font-family: cn_regular;
  font-weight: 700;
}
.footer-wrapper .shares {
  margin-top: 0.3rem;
  font-size: 0;
}
.footer-wrapper .shares a {
  display: inline-block;
  margin-right: 0.1rem;
}
.footer-wrapper .shares a:last-child {
  margin-right: 0;
}
.footer-wrapper .shares img {
  width: 0.35rem;
}
.footer-wrapper .box-2 {
  margin-top: 0.72rem;
}
.footer-wrapper .copyright {
  text-align: right;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .copyright a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-family: cn_regular;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.75);
}
.footer-nav-box {
  width: 67.45%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.footer-nav-box ul li > a {
  font-size: var(--fs16);
  color: #fff;
  font-family: cn_medium;
  margin-bottom: 0.38rem;
}
.footer-nav-box a {
  display: block;
}
.footer-nav-box .nav a {
  display: block;
  font-family: cn_regular;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-bottom: 0.16rem;
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box .nav a span {
  background: url(../icon/tksw-line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.friend-link {
  position: relative;
  width: 2.46rem;
}
.friend-link .caption {
  position: relative;
  cursor: pointer;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.75);
  border: solid 1px rgba(255, 255, 255, 0.75);
  padding: 0 0.4rem 0 16px;
}
.friend-link .caption:after {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../icon/tksw-up.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 10;
}
.friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 10;
  max-height: 3.36rem;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-bottom: none;
}
.friend-link .list::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
.friend-link .list::-webkit-scrollbar-thumb {
  background-color: #009b4c;
}
.friend-link .list a {
  display: block;
  font-size: var(--fs14);
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 16px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.friend-link .list a:hover {
  color: #009b4c;
}
.friend-link .list a:last-child {
  border-bottom: none;
}
.sidebar-box {
  display: none;
  width: 0.9rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.1rem;
  text-align: center;
  position: fixed;
  right: 0.57rem;
  bottom: 15%;
  z-index: 20;
}
.sidebar-box li {
  position: relative;
  list-style-type: none;
  padding: 0 7px;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.sidebar-box li:last-child a {
  border-bottom: none;
}
.sidebar-box li.gotop {
  display: none;
}
.sidebar-box li:hover {
  background: #009b4c;
  border-radius: 0.1rem;
}
.sidebar-box li:hover a {
  border-color: #009b4c;
}
.sidebar-box li:hover a p {
  color: #fff;
}
.sidebar-box li:hover .icon img {
  opacity: 0;
  visibility: hidden;
}
.sidebar-box li:hover .icon img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.sidebar-box li:hover .tel,
.sidebar-box li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-box a {
  display: block;
  padding: 15px 0 8px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.sidebar-box .icon {
  position: relative;
  width: 0.3rem;
  margin: 0 auto;
}
.sidebar-box .icon img {
  display: block;
  width: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.sidebar-box .icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.sidebar-box p {
  font-size: var(--fs14);
  color: #333333;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  line-height: 20px;
  margin-top: 5px;
}
.sidebar-box .tel,
.sidebar-box .hidebox {
  position: absolute;
  right: calc(100% + 0.14rem);
  z-index: 10;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
}
.sidebar-box .tel {
  top: 50%;
  padding: 0 0.2rem;
  background: #009b4c;
  color: #fff;
  margin-top: -0.27rem;
  line-height: 0.54rem;
  font-size: var(--fs24);
  border-radius: 10px;
  white-space: nowrap;
}
.sidebar-box .hidebox {
  top: 0;
  width: 1.4rem;
  text-align: center;
  padding: 5px 5px 15px;
  background: #fff;
  border-radius: 8px;
}
.sidebar-box .hidebox p {
  font-size: var(--fs14);
  line-height: 20px;
  color: #999;
  margin-top: 0;
}
@media screen and (max-width: 1600px) {
  .footer-nav-box ul li > a {
    margin-bottom: 0.24rem;
  }
  .sidebar-box {
    right: 0.2rem;
  }
}
@media screen and (max-width: 1004px) {
  .footer-wrapper {
    padding: 1rem 0 0.6rem;
  }
  .footer-wrapper .box-2,
  .footer-wrapper .box-1 {
    display: block;
  }
  .footer-wrapper .other-box {
    text-align: center;
  }
  .footer-wrapper .qrcode {
    width: 2rem;
    margin-right: auto;
  }
  .footer-wrapper p {
    line-height: 0.44rem;
    margin-top: 0.4rem;
  }
  .footer-wrapper .tel {
    font-size: var(--fs30);
    line-height: 0.48rem;
    margin-top: 4px;
  }
  .footer-wrapper .shares {
    margin-top: 0.48rem;
  }
  .footer-wrapper .shares a {
    margin-right: 0.24rem;
  }
  .footer-wrapper .shares img {
    width: 0.52rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.5rem;
  }
  .footer-wrapper .copyright {
    text-align: center;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    line-height: 0.36rem;
    font-size: 0.22rem;
  }
  .sidebar-box,
  .friend-link,
  .footer-nav-box {
    display: none;
  }
}
.index-title-box {
  margin-bottom: 0.6rem;
}
.index-title-box.center {
  text-align: center;
}
.index-title-box.white .title,
.index-title-box.white .en {
  color: #fff;
}
.index-title-box .title {
  color: #333;
  font-size: var(--fs48);
  font-family: cn_medium;
  line-height: 0.6rem;
  margin-bottom: 0.1rem;
}
.index-title-box .en {
  font-size: var(--fs24);
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  font-family: cn_regular;
  line-height: 0.3rem;
}
.index-title-box .brief {
  font-size: var(--fs24);
  color: #009b4c;
  line-height: 0.36rem;
  margin-top: 0.48rem;
}
@media screen and (max-width: 1024px) {
  .index-title-box .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-title-box .en {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .index-title-box .brief {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .info {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.page-banner-wrapper h2 {
  font-size: 0.42rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.48rem;
  letter-spacing: 2px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.page-banner-wrapper p {
  font-size: var(--fs20);
  color: #fff;
  line-height: 0.3rem;
  text-transform: uppercase;
  font-family: en_regular;
  margin-top: 0.15rem;
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active a > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide a > img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide a > img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide video {
  width: 100%;
  object-fit: cover;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.55rem;
  width: 100%;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (max-width: 1004px) {
  .page-banner-wrapper > img {
    height: 3rem;
    object-fit: cover;
  }
  .page-banner-wrapper h2 {
    font-size: var(--fs30);
  }
  .page-banner-wrapper p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .index-banner-wrapper .swiper-slide a > img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide a > img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.44rem;
    height: 0.44rem;
    margin-top: -0.22rem;
    margin-left: -0.22rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.55rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.18rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 10;
    background-color: #f6f8f6;
  }
  .page-nav-wrapper .box-container {
    height: 0.88rem;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 0.88rem;
    text-align: center;
    color: #222;
    min-width: 1.56rem;
    padding: 0 0.2rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #009b4c;
  }
  .page-nav-wrapper .nav > a.on:after,
  .page-nav-wrapper .nav > a:hover:after {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .page-nav-wrapper .nav > a:before,
  .page-nav-wrapper .nav > a:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .page-nav-wrapper .nav > a:before {
    z-index: -1;
    background-color: #fff;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .page-nav-wrapper .nav > a:after {
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0.06rem;
    margin-left: -5px;
    border: 0.02rem solid #f39910;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
    -moz-transform: translateY(0.3rem);
    -ms-transform: translateY(0.3rem);
    -o-transform: translateY(0.3rem);
  }
  .breadcrumb-box {
    font-size: var(--fs15);
    color: #999;
    line-height: 24px;
  }
  .breadcrumb-box img {
    margin-right: 0.08rem;
    top: -2px;
  }
  .breadcrumb-box span,
  .breadcrumb-box img,
  .breadcrumb-box a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .breadcrumb-box span,
  .breadcrumb-box a {
    top: -1px;
  }
  .breadcrumb-box a {
    color: #333;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }
  .breadcrumb-box a:hover {
    color: #f39910;
  }
}
@media screen and (max-width: 1600px) {
  .page-nav-wrapper .nav > a {
    min-width: 1.4rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }
  .page-nav-wrapper .box-container {
    height: 0.8rem;
  }
  .breadcrumb-box {
    font-size: var(--fs14);
  }
}
@media screen and (max-width: 1440px) {
  .page-nav-wrapper .nav > a {
    min-width: 1.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .page-nav-wrapper .nav > a {
    min-width: 1.2rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    width: 100%;
    z-index: 20;
    background: #009b4c;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #009b4c;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../icon/tksw-down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .breadcrumb-box {
    display: none;
  }
}
.index-box-1 {
  padding-top: 0.8rem;
}
.index-box-1 ul {
  padding-top: 0.15rem;
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-1 li {
  text-align: center;
  width: 25%;
}
.index-box-1 li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.index-box-1 li:hover .icon img.init {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 li:hover .icon img.on {
  opacity: 1;
  visibility: visible;
}
.index-box-1 li:hover p {
  color: #009b4c;
}
.index-box-1 li a {
  display: inline-block;
  width: 50%;
}
.index-box-1 .icon {
  height: 0.6rem;
  position: relative;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.index-box-1 .icon img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: 1;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-1 .icon img.on {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 p {
  font-family: cn_medium;
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.3rem;
  transition: color 0.48s ease;
  -webkit-transition: color 0.48s ease;
  -moz-transition: color 0.48s ease;
  -ms-transition: color 0.48s ease;
  -o-transition: color 0.48s ease;
}
.index-box-2 {
  margin-top: 1rem;
}
.index-box-2 .swiper-slide {
  width: 20%;
}
.index-box-2 .swiper-slide:hover .pic {
  background: #009b4c;
}
.index-box-2 .swiper-slide:hover .pic img {
  opacity: 0.2;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-2 .swiper-slide:hover .plus {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .swiper-slide:hover .hidebox {
  transform: translateY(-1.09rem);
  -webkit-transform: translateY(-1.09rem);
  -moz-transform: translateY(-1.09rem);
  -ms-transform: translateY(-1.09rem);
  -o-transform: translateY(-1.09rem);
  opacity: 1;
  visibility: visible;
}
.index-box-2 .pic {
  background: #000;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-2 .pic img {
  opacity: 0.7;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-2 .icon {
  height: 0.6rem;
  position: relative;
  margin-bottom: 0.45rem;
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 1.26rem 0.66rem 0;
}
.index-box-2 .info .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #fff;
  font-weight: 700;
}
.index-box-2 .desc {
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #fff;
  margin: 0.32rem auto 0.54rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 2.16rem;
}
.index-box-2 .plus {
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0.92rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  background-image: url(../icon/plus.png);
}
.index-box-2 .hidebox {
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transform: translateY(-0.6rem);
  -webkit-transform: translateY(-0.6rem);
  -moz-transform: translateY(-0.6rem);
  -ms-transform: translateY(-0.6rem);
  -o-transform: translateY(-0.6rem);
}
.index-box-2 .more {
  width: 0.56rem;
  height: 0.56rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-color: #f39910;
  transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  background-size: 14px;
  background-image: url(../icon/tksw-culture-next.png);
}
.index-box-2 .more:hover {
  background-color: #009b4c;
}
.padding {
  padding: 1.2rem 0;
}
.index-box-3 .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: flex-start;
}
.index-box-3 .cat-box {
  flex: 1;
  text-align: center;
}
.index-box-3 .cat-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #676767;
  line-height: 30px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-right: 0.5rem;
  padding-bottom: 7px;
}
.index-box-3 .cat-box a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #009b4c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-box-3 .cat-box a:last-child {
  margin-right: 0;
}
.index-box-3 .cat-box a.on {
  color: #009b4c;
  font-family: cn_medium;
}
.index-box-3 .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-3 .item {
  display: none;
}
.index-box-3 .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .box .left .title,
.index-box-3 .box .right li:first-child .title {
  font-size: var(--fs24);
  font-family: cn_medium;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.8rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.index-box-3 ul {
  list-style-type: none;
}
.index-box-3 .left {
  width: 62.5%;
}
.index-box-3 .left ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .left li {
  width: calc(50% - 27px);
  margin-right: 27px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-3 .left li:hover {
  background: #009b4c;
}
.index-box-3 .left li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .left li:hover .title {
  color: #fff;
}
.index-box-3 .left li:hover .time {
  color: rgba(255, 255, 255, 0.5);
}
.index-box-3 .left li:hover .imore {
  background-image: url(../icon/tksw-imore_on.png);
}
.index-box-3 .left li:nth-child(even) a {
  flex-direction: column-reverse;
}
.index-box-3 .left li .time {
  margin: 0.18rem auto 0.42rem;
}
.index-box-3 .left a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box-3 .left .info {
  width: 100%;
  padding: 0.54rem 0.44rem 0 0.48rem;
}
.index-box-3 .left .pic img {
  object-fit: cover;
}
.index-box-3 .left .info,
.index-box-3 .left .pic img {
  height: 3.2rem;
}
.index-box-3 .imore {
  background-image: url(../icon/tksw-imore_on2.png);
}
.index-box-3 .right {
  width: 37.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 0.54rem 0.44rem 0;
}
.index-box-3 .right li:hover .title {
  color: #009b4c;
}
.index-box-3 .right li:hover .imore {
  background-image: url(../icon/tksw-imore.png);
}
.index-box-3 .right li:not(:first-child):hover > a {
  color: #009b4c;
}
.index-box-3 .right li:not(:first-child) > a {
  font-size: var(--fs16);
  font-family: cn_light;
  line-height: 0.4rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index-box-3 .right li:first-child {
  padding-bottom: 0.42rem;
  margin-bottom: 0.38rem;
  border-bottom: 1px solid #e9e9e9;
}
.index-box-3 .right li:first-child a {
  position: relative;
  display: block;
}
.index-box-3 .right li:first-child .imore {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index-box-3 .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666666;
  font-family: cn_light;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.9rem;
  margin: 0.08rem auto 0.2rem;
}
.index-box-3 .time {
  font-family: cn_medium;
  font-size: var(--fs18);
  line-height: 24px;
  color: #d6d6d6;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .index-box-3 .cat-box a:hover {
    color: #009b4c;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-3 .right li:first-child {
    padding-bottom: 0.34rem;
    margin-bottom: 0.3rem;
  }
  .index-box-3 .left .info,
  .index-box-3 .left .pic img {
    height: 2.86rem;
  }
  .index-box-3 .left .info {
    padding: 0.4rem;
  }
  .index-box-3 .right {
    padding-top: 0.4rem;
  }
  .index-box-3 .right li:not(:first-child) > a {
    line-height: 0.36rem;
  }
  .padding {
    padding: 1.1rem 0;
  }
  .index-box-2 .info {
    padding: 0.9rem 0.44rem 0;
  }
  .index-box-2 .icon {
    margin-bottom: 0.36rem;
  }
  .index-box-2 .desc {
    margin: 0.28rem auto 0.48rem;
    line-height: 0.32rem;
    max-height: 1.92rem;
  }
  .index-box-2 .more {
    width: 0.48rem;
    height: 0.48rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-box-1 li a {
    width: 100%;
  }
  .index-box-1 .icon {
    height: 0.76rem;
  }
  .index-box-1 p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .index-box-2 .swiper-slide {
    width: 100%;
  }
  .index-box-2 .swiper-slide:hover .hidebox {
    transform: translateY(-0.8rem);
    -webkit-transform: translateY(-0.8rem);
    -moz-transform: translateY(-0.8rem);
    -ms-transform: translateY(-0.8rem);
    -o-transform: translateY(-0.8rem);
  }
  .index-box-2 .icon {
    height: 0.74rem;
    margin-bottom: 0.4rem;
  }
  .index-box-2 .info {
    padding: 1.2rem 0.4rem 0;
  }
  .index-box-2 .info .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    max-height: 2.64rem;
  }
  .index-box-2 .plus {
    width: 12px;
    height: 12px;
    margin-top: 0.6rem;
  }
  .index-box-2 .more {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 10px;
  }
  .padding {
    padding: 1rem 0;
  }
  .index-box-3 .index-title-box {
    margin-bottom: 0.4rem;
  }
  .index-box-3 .top {
    display: block;
    position: relative;
    margin-bottom: 0.4rem;
  }
  .index-box-3 .learn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .index-box-3 .cat-box {
    text-align: left;
  }
  .index-box-3 .box {
    display: block;
  }
  .index-box-3 .box .left .title,
  .index-box-3 .box .right li:first-child .title {
    font-size: var(--fs18);
    line-height: 0.42rem;
    height: 0.84rem;
  }
  .index-box-3 .left {
    width: 100%;
  }
  .index-box-3 .left ul {
    display: block;
  }
  .index-box-3 .left li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .index-box-3 .left li:last-child {
    margin-bottom: 0;
  }
  .index-box-3 .left li:nth-child(even) a {
    flex-direction: inherit;
  }
  .index-box-3 .left li .time {
    margin: 0.1rem auto 0.24rem;
  }
  .index-box-3 .left .pic {
    width: 50%;
  }
  .index-box-3 .left .pic img {
    object-fit: cover;
    height: 100%;
  }
  .index-box-3 .left .info {
    width: 50%;
    padding: 0.3rem;
  }
  .index-box-3 .left .info {
    height: auto;
  }
  .index-box-3 .right {
    width: 100%;
    padding: 0.4rem;
    margin-top: 0.3rem;
  }
  .index-box-3 .right li:not(:first-child) > a {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .index-box-3 .right li:first-child {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .index-box-3 .desc {
    font-size: var(--fs15);
    line-height: 0.4rem;
    height: auto;
    max-height: 1.2rem;
    margin: 0.12rem auto 0.3rem;
  }
  .index-box-3 .time {
    font-size: var(--fs14);
    line-height: 0.32rem;
  }
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 1004px) {
  .SZ-HRKW-about-wrapper .about-plate1 {
    width: 100%;
    height: auto;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-title img {
    width: 0.42rem;
    margin-left: 0.3rem;
    margin-top: -0.04rem;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-heng {
    width: 40px;
    height: 3px;
    margin-top: 0.25rem;
    background: #ccc;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-title {
    font-size: 0.42rem;
    color: #414851;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-English {
    margin-top: 0.2rem;
    font-size: 0.46rem;
    text-transform: uppercase;
    color: #0f358b;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-subtitle {
    margin-top: 0.4rem;
    font-size: 0.34rem;
    color: #999;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-text {
    height: auto;
    padding-right: 0;
    margin-top: 0.15rem;
    margin-right: 0;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    overflow: hidden;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide .slide-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-slide .slide-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0.3rem;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-left .left-box .swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #0f358b;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-top {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.56rem 0.7rem;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-English {
    font-size: 0.46rem;
    color: #fff;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-heng {
    width: 40px;
    height: 6px;
    margin-top: 0.3rem;
    background: #fff;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-title {
    margin-top: 0.3rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-top .top-English2 {
    margin-top: 0.15rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: rgba(255, 255, 255, 0.3);
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1rem 0.56rem 0.7rem;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item {
    width: auto;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title .num1 {
    font-size: 0.68rem;
    color: #fff;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title em {
    position: relative;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-title em::after {
    content: "+";
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: 0.38rem;
    color: #0f358b;
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .SZ-HRKW-about-wrapper .about-plate1 .plate1-main .main-cont .cont-right .right-data .data-item:nth-child(odd) {
    margin-right: 1rem;
  }
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 {
  width: 100%;
  height: auto;
  background: url(../icon/tksw-history-bg.jpg) no-repeat top right;
  background-size: 5.71rem;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 {
  display: flex;
  justify-content: space-between;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 1rem;
  padding-top: 0.4rem;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .page-heng {
  margin-bottom: 0.52rem;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.22rem;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .cent-item img {
  width: 0.32rem;
  height: auto;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .cent-item span {
  width: calc(100% - 0.32rem);
  padding-left: 0.2rem;
  font-size: var(--fs16);
  color: #666;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
@media screen and (max-width: 1004px) {
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 {
    flex-wrap: wrap;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 0.4rem;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .page-heng {
    margin-bottom: 0.52rem;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.22rem;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .cent-item img {
    width: 0.5rem;
    height: auto;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-cent .cent-item span {
    width: calc(100% - 0.5rem);
    padding-left: 0.2rem;
    font-size: var(--fs16);
    color: #666;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-1 .contact-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 {
  position: relative;
  width: 100%;
  height: auto;
  background: #f4f4f5 url(../icon/tksw-speak-bg2.png) no-repeat bottom left;
  background-size: 100%;
  overflow: hidden;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .top {
  position: relative;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box a {
  cursor: pointer;
  font-size: var(--fs16);
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 17px;
  width: 1.5rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  background: #f39910;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box a.on,
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box a:hover {
  background: #009b4c;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box a:hover {
  box-shadow: 0 2px 30px rgba(0, 155, 76, 0.35);
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box a:last-child {
  margin-right: 0;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main {
  position: relative;
  z-index: 9;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .page-title,
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .page-English {
  text-align: center;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .page-heng {
  margin: 0.25rem auto 0;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 2 - 0.3rem);
  height: auto;
  padding: 0.45rem 0.4rem;
  margin-bottom: 0.6rem;
  background: #fff;
  border-radius: 0.05rem;
  border-top: solid 4px #f39910;
  overflow: hidden;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top p {
  width: calc(100% - 1.1rem);
  font-weight: bold;
  font-size: var(--fs24);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs16);
  color: #f39910;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top div span {
  width: 0.15rem;
  height: 0.19rem;
  margin-right: 0.1rem;
  background: url(../icon/tksw-icon-contact-pic6.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-text {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item:hover {
  border-top: solid 4px #009b4c;
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.1);
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item:hover .item-top div {
  color: #009b4c;
}
.SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item:hover .item-top div span {
  background: url(../icon/tksw-icon-contact-pic7.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1004px) {
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box {
    position: relative;
    text-align: center;
    justify-content: center;
    margin-bottom: 0.6rem;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .cat-box a {
    font-size: var(--fs14);
    color: #fff;
    width: 2.5rem;
    line-height: 0.7rem;
    border-radius: 0.42rem;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main {
    position: relative;
    z-index: 9;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .page-title,
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .page-English {
    text-align: center;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    margin-bottom: 0.6rem;
    background: #fff;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top p {
    width: calc(100% - 1.8rem);
    font-weight: bold;
    font-size: var(--fs18);
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--fs15);
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-top div span {
    width: 0.25rem;
    height: 0.32rem;
    margin-right: 0.1rem;
  }
  .SZ-GuoXinKongGuTouZi-contact-wrapper-2 .contact-plate2 .plate2-main .main-cont .cont-item .item-text {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs16);
    font-weight: 100;
    line-height: 0.46rem;
  }
}
.SZ-PengHuiNengYuan-job-wrapper-1 {
  background: #f4f4f4;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .base .info {
  width: 74.34%;
  padding-left: 1.9rem;
  border-left: 1px solid #505050;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .base .caption {
  font-size: var(--fs30);
  color: #333;
  line-height: 0.36rem;
  margin-bottom: 0.16rem;
  font-family: cn_light;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .base .content {
  font-size: var(--fs16);
  color: #333;
  line-height: 0.3rem;
  font-family: cn_light;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box {
  text-align: center;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  position: relative;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding-bottom: 0.34rem;
  z-index: 10;
  width: 26.36%;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div.on .icon,
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div:hover .icon {
  background-color: #009b4c;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div.on p,
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div:hover p {
  color: #000;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div.on:after,
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #009b4c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .icon {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #f39910;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .icon img {
  display: block;
  width: 100%;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .cat-box p {
  font-size: var(--fs18);
  color: #999;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-top: 0.34rem;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail {
  margin-top: 0.64rem;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper {
  box-shadow: 0px 5px 35px 0px rgba(14, 41, 86, 0.08);
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: auto;
  background: #fff;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .swiper-slide-active .pic,
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .swiper-slide-active h3,
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .info {
  width: 58.135%;
  padding: 0.8rem 0.4rem 0.6rem 0.78rem;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .pic {
  width: 41.865%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .pic img {
  height: 100%;
  object-fit: cover;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper h3,
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .content {
  padding-right: 0.38rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper h3 {
  font-size: var(--fs36);
  color: #000;
  font-family: cn_medium;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
  transition-delay: 0.15s;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
  transition-delay: 0.3s;
  overflow-y: auto;
  max-height: 3.24rem;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .content::-webkit-scrollbar {
  width: 2px;
  background-color: #eee;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .content::-webkit-scrollbar-thumb {
  background-color: #f39910;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .imgScale {
  position: relative;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.SZ-PengHuiNengYuan-job-wrapper-1 .imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.SZ-PengHuiNengYuan-job-wrapper-1 .imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media screen and (min-width: 1004px) {
  .SZ-PengHuiNengYuan-job-wrapper-1 .cat-box p {
    margin-top: 0.28rem;
  }
}
@media screen and (max-width: 1600px) {
  .SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .content {
    max-height: 3.3rem;
  }
}
@media screen and (max-width: 1004px) {
  .SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .box-container div {
    width: auto;
    flex: 1;
    padding-bottom: 0.4rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .cat-box .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .cat-box p {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.36rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .base {
    display: block;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .base .info {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .base .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .base .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .detail {
    margin-top: 0.64rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .swiper-slide {
    display: block;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .info {
    width: 100%;
    padding: 0.8rem 0.6rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .pic {
    width: 100%;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper h3 {
    font-size: var(--fs24);
    margin-bottom: 0.3rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-1 .detail-swiper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    max-height: 4.4rem;
  }
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2items {
  margin-top: 36px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2items .img {
  overflow: hidden;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2items .img img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2items .title {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2item:hover .title {
  color: #009b4c;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2item {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 58px;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2item:nth-of-type(3n) {
  margin-right: 0;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2item .textbox {
  margin-top: 26px;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2item .textbox .title {
  font-size: 16px;
  font-weight: bold;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2item .textbox .date {
  color: #999;
  font-family: Arial;
  margin-top: 6px;
}
.SZ-PengHuiNengYuan-job-wrapper-2 .culture2item:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
@media screen and (max-width: 1004px) {
  .SZ-PengHuiNengYuan-job-wrapper-2 .culture2item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .SZ-PengHuiNengYuan-job-wrapper-2 .culture2item .img img {
    width: 100%;
  }
  .SZ-PengHuiNengYuan-job-wrapper-2 .culture2item .textbox {
    margin-top: 10px;
  }
}
.SZ-PengHuiNengYuan-job-wrapper-3 {
  background: #f4f4f4;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item {
  cursor: pointer;
  width: 31.02%;
  background-color: #fff;
  margin-right: 3.47%;
  margin-top: 0.48rem;
  padding: 0.6rem 0.4rem 0.64rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item:nth-child(-n + 3) {
  margin-top: 0;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item:nth-child(3n) {
  margin-right: 0;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item:hover,
.SZ-PengHuiNengYuan-job-wrapper-3 .item.on {
  background: #009b4c;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item:hover .name,
.SZ-PengHuiNengYuan-job-wrapper-3 .item.on .name,
.SZ-PengHuiNengYuan-job-wrapper-3 .item:hover .brief,
.SZ-PengHuiNengYuan-job-wrapper-3 .item.on .brief {
  color: #fff;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item:hover .name,
.SZ-PengHuiNengYuan-job-wrapper-3 .item.on .name {
  background-image: url(../icon/tksw-iuser_on.png);
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item:hover .line,
.SZ-PengHuiNengYuan-job-wrapper-3 .item.on .line {
  background-color: #fff;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item:hover .imore,
.SZ-PengHuiNengYuan-job-wrapper-3 .item.on .imore {
  background-image: url(../icon/tksw-imore_on.png);
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item .content {
  display: none;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item .name {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  font-family: cn_medium;
  padding-left: 0.36rem;
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 0.24rem;
  background-image: url(../icon/tksw-iuser.png);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 0.18rem;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item .line {
  width: 0.2rem;
  height: 3px;
  background-color: #bbb;
  opacity: 0.6;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item .brief {
  font-size: var(--fs16);
  line-height: 0.36rem;
  margin: 0.3rem auto 0.34rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.SZ-PengHuiNengYuan-job-wrapper-3 .item .brief span {
  display: block;
}
.imore {
  display: block;
  width: 0.48rem;
  height: 0.32rem;
  background-image: url(../icon/tksw-imore.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.imore:hover {
  background-image: url(../icon/tksw-imore_on.png);
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.64rem;
}
.pageNum a {
  display: inline-block;
  color: #000;
  font-size: var(--fs16);
  margin: 0 8px;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #eee;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  vertical-align: top;
}
.pageNum .ibtn {
  min-width: 1.28rem;
  padding: 0 0.2rem;
  border-radius: 0.28rem;
}
.pageNum .dot {
  line-height: 0.46rem;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background: #009b4c;
}
.pageMore {
  display: none;
  margin-top: 30px;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #009b4c;
  color: #fff;
  font-size: 12px;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
}
.job-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  display: none;
}
.job-modal-box .main {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.job-modal-box .inner {
  position: relative;
  width: 12rem;
  background: #fff;
  margin: 0 auto;
  padding: 0.8rem 0 0.62rem 1rem;
}
.job-modal-box .closebtn {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 10;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.job-modal-box .closebtn:hover {
  transform: rotate(-90deg);
}
.job-modal-box .top {
  position: relative;
}
.job-modal-box .top,
.job-modal-box .detail {
  padding-right: 1rem;
}
.job-modal-box .name {
  font-size: var(--fs30);
  font-family: cn_medium;
  line-height: 0.48rem;
  margin-bottom: 0.15rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  background-image: url(../icon/tksw-iuser.png);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.job-modal-box .brief {
  font-size: 0;
  padding-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
}
.job-modal-box .brief span {
  position: relative;
  font-size: var(--fs16);
  line-height: 0.36rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.34rem;
}
.job-modal-box .brief span:last-child {
  margin-right: 0;
}
.job-modal-box .detail {
  max-height: 60vh;
  overflow-y: auto;
  margin-top: 0.46rem;
}
.job-modal-box .detail::-webkit-scrollbar {
  width: 4px;
}
.job-modal-box .detail::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.job-modal-box .detail::-webkit-scrollbar-thumb {
  background-color: #009b4c;
}
.job-modal-box .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
  margin-bottom: 0.34rem;
}
.job-modal-box .caption {
  font-size: var(--fs20);
  font-family: cn_medium;
  line-height: 0.36rem;
  margin-bottom: 0.02rem;
}
@media screen and (max-width: 1600px) {
  .job-modal-box .detail {
    max-height: 52vh;
  }
  .pageNum a {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .pageNum .dot {
    line-height: 0.38rem;
  }
}
@media screen and (max-width: 1440px) {
  .SZ-PengHuiNengYuan-job-wrapper-3 .item {
    padding: 0.5rem 0.36rem;
  }
}
@media screen and (max-width: 1004px) {
  .imore {
    width: 0.7rem;
    height: 0.47rem;
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .SZ-PengHuiNengYuan-job-wrapper-3 .list {
    flex-flow: wrap;
  }
  .SZ-PengHuiNengYuan-job-wrapper-3 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.6rem 0.48rem;
    margin-bottom: 0.3rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-3 .item:last-child {
    margin-bottom: 0;
  }
  .SZ-PengHuiNengYuan-job-wrapper-3 .item .name {
    font-size: var(--fs20);
    line-height: 0.48rem;
    padding-left: 0.6rem;
    background-size: 0.34rem;
    margin-bottom: 0.24rem;
  }
  .SZ-PengHuiNengYuan-job-wrapper-3 .item .line {
    width: 0.4rem;
    height: 2px;
  }
  .SZ-PengHuiNengYuan-job-wrapper-3 .item .brief {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin: 0.4rem auto;
  }
  .job-modal-box .inner {
    width: calc(100% - 0.3rem);
    padding-left: 0.6rem;
  }
  .job-modal-box .close {
    right: 0.6rem;
    width: 24px;
    height: 24px;
  }
  .job-modal-box .top,
  .job-modal-box .detail {
    padding-right: 0.6rem;
  }
  .job-modal-box .name {
    font-size: var(--fs24);
    margin-bottom: 0.24rem;
    background-size: 18px;
    padding-left: 30px;
  }
  .job-modal-box .brief {
    padding-bottom: 0.4rem;
  }
  .job-modal-box .brief span {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-right: 0.28rem;
  }
  .job-modal-box .detail {
    margin-top: 0.6rem;
    max-height: 60vh;
  }
  .job-modal-box .detail::-webkit-scrollbar {
    width: 3px;
  }
  .job-modal-box .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .job-modal-box .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
}
.SZ-ZhuoZhi-info-wrapper .mxfDiv {
  position: relative;
}
.SZ-ZhuoZhi-info-wrapper .economic {
  overflow: hidden;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide {
  position: relative;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide .img {
  position: relative;
  margin: 0 auto;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide .img img {
  width: 100%;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide .name {
  text-align: center;
  padding-top: 50px;
  color: #333;
  font-size: 18px;
  opacity: 0;
}
.SZ-ZhuoZhi-info-wrapper .economic .list {
  width: 3200px;
  position: relative;
  left: 50%;
  margin-left: -1600px;
  overflow: hidden;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide img {
  position: relative;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide-active .img {
  width: 1024px;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide-active .img:before {
  opacity: 0;
}
.SZ-ZhuoZhi-info-wrapper .economic .swiper-slide-active .name {
  opacity: 1;
}
.SZ-ZhuoZhi-info-wrapper a.arrow {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 10;
  top: 50%;
  border-radius: 50%;
  margin-top: -35px;
  box-shadow: 6px 8px 20px 0px rgba(102, 102, 102, 0.15);
}
.SZ-ZhuoZhi-info-wrapper a.arrow.prev {
  left: -35px;
  background: #fff url("../icon/tksw-prev.png") center no-repeat;
}
.SZ-ZhuoZhi-info-wrapper a.arrow.next {
  right: -35px;
  background: #fff url("../icon/tksw-next.png") center no-repeat;
}
.SZ-ZhuoZhi-info-wrapper a.arrow.prev:hover {
  background: #009b4c url("../icon/tksw-prev2.png") center no-repeat;
}
.SZ-ZhuoZhi-info-wrapper a.arrow.next:hover {
  background: #009b4c url("../icon/tksw-next2.png") center no-repeat;
}
@media screen and (max-width: 1004px) {
  .SZ-ZhuoZhi-info-wrapper .economic .swiper-slide .img {
    width: 100%;
  }
  .SZ-ZhuoZhi-info-wrapper .economic .swiper-slide .name {
    padding-top: 0.4rem;
    font-size: 0.26rem;
  }
  .SZ-ZhuoZhi-info-wrapper .economic .list {
    width: auto;
    left: 0;
    margin-left: 0;
    padding: 0 0.35rem;
  }
  .SZ-ZhuoZhi-info-wrapper a.arrow {
    top: 40%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    box-shadow: 0.06rem 0.08rem 0.2rem 0px rgba(102, 102, 102, 0.15);
  }
  .SZ-ZhuoZhi-info-wrapper a.arrow.prev {
    left: 0;
  }
  .SZ-ZhuoZhi-info-wrapper a.arrow.next {
    right: 0;
  }
}
.SZ-XiLe-about-wrapper .about-plate1 {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-pic {
  width: 5.12rem;
  height: 100%;
  overflow: hidden;
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-cent {
  width: 7.68rem;
  height: auto;
  padding: 0.4rem 0 0 0.95rem;
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #009b4c;
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-subtitle {
  margin-top: 0.25rem;
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #333;
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-subtitle span {
  display: block;
  font-weight: bold;
}
.SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-text {
  margin-top: 0.35rem;
  padding-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 1004px) {
  .SZ-XiLe-about-wrapper .about-plate1 {
    flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  .SZ-XiLe-about-wrapper .about-plate1 .plate1-pic {
    width: 100%;
  }
  .SZ-XiLe-about-wrapper .about-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0 0;
  }
  .SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-title {
    font-size: 0.4rem;
  }
  .SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-subtitle {
    margin-top: 0.25rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-subtitle span {
    display: block;
    font-weight: bold;
  }
  .SZ-XiLe-about-wrapper .about-plate1 .plate1-cent .cent-text {
    margin-top: 0.35rem;
    padding-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li {
  margin-bottom: 1rem;
  list-style-type: none;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li:last-child {
  margin-bottom: 0;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 4.8rem;
  background: #fff url(../icon/tksw-nimg175Bg.png) right bottom no-repeat;
  background-size: 1.75rem;
  box-shadow: 0px 6px 45px 0px rgba(0, 0, 0, 0.08);
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li .imgDiv {
  width: 8rem;
  height: 4.8rem;
  overflow: hidden;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li .conDiv {
  padding: 0.9rem 1rem 0 0.8rem;
  width: 5.56rem;
  box-sizing: content-box;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li .name {
  font-size: 0.36rem;
  color: #333;
  font-family: cn_light;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li .name em {
  font-size: 0.18rem;
  color: #009b4c;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li .content {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.9rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li .learn {
  margin-top: 0.45rem;
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li a:hover .imgDiv img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.SZ-GuandDongGeWuJuYuan-case-wrapper .list li a:hover .name {
  color: #009b4c;
}
.learn {
  display: block;
  width: 1.5rem;
  line-height: 0.46rem;
  background-color: #009b4c;
  border-radius: 0.23rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  font-family: "en_regular";
}
.learn:hover {
  background-color: #f39910;
}
@media screen and (max-width: 1004px) {
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list:after {
    display: none;
  }
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list li {
    margin-bottom: 0.6rem;
  }
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list li a {
    display: block;
    height: auto;
  }
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list li .imgDiv {
    width: 100%;
  }
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list li .conDiv {
    padding: 0.7rem 0.4rem;
    width: auto;
  }
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list li .name {
    font-size: 0.4rem;
  }
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list li .name em {
    font-size: 0.26rem;
  }
  .SZ-GuandDongGeWuJuYuan-case-wrapper .list li .content {
    font-size: 0.28rem;
    line-height: 0.48rem;
    height: 1.44rem;
  }
  .learn {
    width: 1.94rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    border-radius: 0.48rem;
  }
}
.SZ-MingChuanYouPin-contact-wrapper .box-container {
  position: relative;
}
.SZ-MingChuanYouPin-contact-wrapper .cat-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.SZ-MingChuanYouPin-contact-wrapper .cat-box a {
  cursor: pointer;
  font-size: var(--fs16);
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 17px;
  width: 1.5rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  background: #f39910;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.SZ-MingChuanYouPin-contact-wrapper .cat-box a.on,
.SZ-MingChuanYouPin-contact-wrapper .cat-box a:hover {
  background: #009b4c;
}
.SZ-MingChuanYouPin-contact-wrapper .cat-box a:hover {
  box-shadow: 0 2px 30px rgba(0, 155, 76, 0.35);
}
.SZ-MingChuanYouPin-contact-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.SZ-MingChuanYouPin-contact-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.SZ-MingChuanYouPin-contact-wrapper ul {
  list-style-type: none;
}
.SZ-MingChuanYouPin-contact-wrapper .list {
  margin-top: 0.8rem;
}
.SZ-MingChuanYouPin-contact-wrapper .list ul {
  margin-right: -0.6rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.SZ-MingChuanYouPin-contact-wrapper .list li {
  width: 50%;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .box {
  border-top: #f5f5f5 solid 2px;
  margin-right: 0.6rem;
  padding: 0.35rem 0 0.35rem 0.8rem;
  position: relative;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .ico {
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #009b4c;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.36rem;
  margin-left: -0.18rem;
  margin-top: -0.18rem;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .name {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #0c0a0a;
  font-family: medium;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .msg {
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .msg,
.SZ-MingChuanYouPin-contact-wrapper .list li .msg a {
  font-size: 0.16rem;
  font-family: cn_light;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .msg a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .msg span {
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
  background: url(../icon/tksw-dot.jpg) no-repeat;
  background-size: 0 0.01rem;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .msg a {
  color: #333;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .msg a:hover {
  color: #009b4c;
}
.SZ-MingChuanYouPin-contact-wrapper .list li .msg a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
@media screen and (max-width: 1004px) {
  .SZ-MingChuanYouPin-contact-wrapper .cat-box {
    position: relative;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .cat-box a {
    font-size: var(--fs14);
    color: #fff;
    width: 2.5rem;
    line-height: 0.7rem;
    border-radius: 0.42rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .mapDiv {
    margin-top: 0.7rem;
    height: auto;
  }
  .SZ-MingChuanYouPin-contact-wrapper .layer {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    width: auto;
    height: 4.6rem;
    padding: 0 0.45rem;
    box-shadow: -1px 1px 0.3rem 0px rgba(0, 0, 0, 0.1);
  }
  .SZ-MingChuanYouPin-contact-wrapper .layer .logo {
    padding-bottom: 0.35rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .layer .logo img {
    width: 0.48rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .layer .name {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .layer .msgList {
    padding-top: 0.2rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .layer .msgList li {
    padding-left: 20px;
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .layer .msgList li img {
    top: 0.08rem;
    margin-top: 0;
  }
  .SZ-MingChuanYouPin-contact-wrapper .icon {
    top: 15%;
    right: 20%;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list ul {
    margin-right: 0;
    display: block;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list li {
    width: auto;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list li .box {
    margin-right: 0;
    padding: 0.35rem 0 0.35rem 1.3rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list li .ico {
    width: 0.96rem;
    height: 0.96rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list li .ico img {
    width: 0.46rem;
    margin-left: -0.23rem;
    margin-top: -0.23rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list li .name {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list li .msg {
    line-height: 0.48rem;
  }
  .SZ-MingChuanYouPin-contact-wrapper .list li .msg,
  .SZ-MingChuanYouPin-contact-wrapper .list li .msg a {
    font-size: 0.26rem;
  }
}
.SZ-PinBoYiShi-download-wrapper .main-lump {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.32rem 0 0.4rem;
  margin-bottom: 0.24rem;
  background: #f6f7f9;
  color: #333;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item a:first-child {
  width: calc(100% - 1rem);
  font-size: var(--fs18);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item a > span {
  margin-right: 0.65rem;
  font-family: "regular";
  font-size: var(--fs16);
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item .item-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.7rem;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item .item-button em {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.12rem;
  background: url(../icon/tksw-icon-download.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item .item-button span {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item:hover {
  background: #009b4c;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item:hover a {
  color: #fff;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item:hover .item-button em {
  background: url(../icon/tksw-icon-download-on.png) no-repeat center center;
  background-size: 100%;
}
.SZ-PinBoYiShi-download-wrapper .main-lump .lump-item:hover .item-button span {
  color: #fff;
}
@media screen and (max-width: 1004px) {
  .SZ-PinBoYiShi-download-wrapper .main-lump .lump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem 0;
    margin-bottom: 0.24rem;
    background: #f6f7f9;
  }
  .SZ-PinBoYiShi-download-wrapper .main-lump .lump-item a:first-child {
    width: calc(100% - 1rem);
    font-size: var(--fs14);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .SZ-PinBoYiShi-download-wrapper .main-lump .lump-item a > span {
    margin-right: 0.15rem;
    font-size: 12px;
  }
  .SZ-PinBoYiShi-download-wrapper .main-lump .lump-item .item-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1.2rem;
  }
  .SZ-PinBoYiShi-download-wrapper .main-lump .lump-item .item-button em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0;
  }
  .SZ-PinBoYiShi-download-wrapper .main-lump .lump-item .item-button span {
    font-size: 0;
  }
}
.SZ-HongHongNongChanPin-about-wrapper {
  background: url(../icon/tksw-aboutbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.SZ-HongHongNongChanPin-about-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.SZ-HongHongNongChanPin-about-wrapper .info {
  width: 50.13%;
}
.SZ-HongHongNongChanPin-about-wrapper .pic {
  width: 41.67%;
}
.SZ-HongHongNongChanPin-about-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.SZ-HongHongNongChanPin-about-wrapper .name {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  color: #009b4c;
}
.SZ-HongHongNongChanPin-about-wrapper .content {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 82%;
  }
}
@media screen and (max-width: 1004px) {
  .box-container {
    width: 100%;
    padding: 0 0.3rem;
  }
  .SZ-HongHongNongChanPin-about-wrapper .box-container {
    display: block;
  }
  .SZ-HongHongNongChanPin-about-wrapper .info {
    width: 100%;
  }
  .SZ-HongHongNongChanPin-about-wrapper .pic {
    width: 100%;
    margin-top: 0.8rem;
  }
  .SZ-HongHongNongChanPin-about-wrapper .name {
    font-size: var(--fs20);
  }
  .SZ-HongHongNongChanPin-about-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
}
.SZ-TianKeShengWu-logo-wrapper {
  position: relative;
  min-height: 7.8rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.SZ-TianKeShengWu-logo-wrapper.animated:before,
.SZ-TianKeShengWu-logo-wrapper.animated:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.SZ-TianKeShengWu-logo-wrapper:before,
.SZ-TianKeShengWu-logo-wrapper:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
}
.SZ-TianKeShengWu-logo-wrapper:before {
  width: 27.7%;
  height: 3.69rem;
  background-image: url(../icon/tksw-aboutbg1.png);
  background-position: left top;
  left: 0;
  top: 0;
  transform: translateX(-1.5rem);
  -webkit-transform: translateX(-1.5rem);
  -moz-transform: translateX(-1.5rem);
  -ms-transform: translateX(-1.5rem);
  -o-transform: translateX(-1.5rem);
}
.SZ-TianKeShengWu-logo-wrapper:after {
  width: 35.52%;
  height: 4.37rem;
  background-image: url(../icon/tksw-aboutbg2.png);
  background-position: right bottom;
  right: 0;
  bottom: 0;
  transform: translateX(1.5rem);
  -webkit-transform: translateX(1.5rem);
  -moz-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  -o-transform: translateX(1.5rem);
}
.SZ-TianKeShengWu-logo-wrapper .box-container {
  position: relative;
  z-index: 10;
}
.SZ-TianKeShengWu-logo-wrapper .info {
  text-align: center;
}
.SZ-TianKeShengWu-logo-wrapper .info > img {
  width: 2.96rem;
  display: block;
  margin: 0 auto 0.26rem;
}
.SZ-TianKeShengWu-logo-wrapper .content {
  text-align: center;
  font-size: 16px;
  color: #333;
  font-family: cn_light;
  line-height: 30px;
}
@media screen and (max-width: 1600px) {
  .SZ-TianKeShengWu-logo-wrapper {
    min-height: 7rem;
  }
}
@media screen and (max-width: 1004px) {
  .SZ-TianKeShengWu-logo-wrapper:before {
    width: 27.7%;
    height: 3.69rem;
  }
  .SZ-TianKeShengWu-logo-wrapper:after {
    width: 35.52%;
    height: 4.37rem;
  }
  .SZ-TianKeShengWu-logo-wrapper .info > img {
    width: 2.4rem;
    margin-bottom: 0.3rem;
  }
  .SZ-TianKeShengWu-logo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
}
.SZ-BoChuang-culture-wrapper {
  background: url(../icon/tksw-culturebg.jpg) no-repeat center center;
  background-size: cover;
}
.SZ-BoChuang-culture-wrapper .swiper-container {
  border-radius: 0.36rem;
  overflow: hidden;
  background: #fff;
  height: 5.4rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.SZ-BoChuang-culture-wrapper .swiper-slide {
  width: 25%;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding: 1.15rem 0 0 0.8rem;
  height: 5.4rem;
}
.SZ-BoChuang-culture-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #f3f3f3;
}
.SZ-BoChuang-culture-wrapper .swiper-slide:last-child:after {
  display: none;
}
.SZ-BoChuang-culture-wrapper .swiper-slide .ico {
  position: relative;
  z-index: 2;
}
.SZ-BoChuang-culture-wrapper .swiper-slide .ico img {
  width: 52px;
}
.SZ-BoChuang-culture-wrapper .swiper-slide .ico img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.SZ-BoChuang-culture-wrapper .swiper-slide .cn {
  position: relative;
  z-index: 2;
  padding-top: 0.65rem;
  font-size: var(--fs30);
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.SZ-BoChuang-culture-wrapper .swiper-slide .en {
  position: relative;
  z-index: 2;
  padding-top: 0.25rem;
  font-size: 24px;
  line-height: 24px;
  color: #c1c1c1;
  font-family: regular;
}
.SZ-BoChuang-culture-wrapper .swiper-slide .msg {
  position: relative;
  z-index: 2;
  padding-top: 0.6rem;
  font-size: 16px;
  line-height: 32px;
  color: #999;
  width: 2.3rem;
}
.SZ-BoChuang-culture-wrapper .swiper-slide .bg {
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
.SZ-BoChuang-culture-wrapper .swiper-slide:hover .ico img {
  opacity: 0;
}
.SZ-BoChuang-culture-wrapper .swiper-slide:hover .ico img:nth-child(2) {
  opacity: 1;
}
.SZ-BoChuang-culture-wrapper .swiper-slide:hover .bg {
  opacity: 1;
}
.SZ-BoChuang-culture-wrapper .swiper-slide:hover .cn,
.SZ-BoChuang-culture-wrapper .swiper-slide:hover .msg {
  color: #fff;
}
.SZ-BoChuang-culture-wrapper .swiper-slide:hover .en {
  color: rgba(255, 255, 255, 0.5);
}
.SZ-BoChuang-culture-wrapper .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  z-index: 10;
  background-color: #009b4c;
  transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  background-size: 14px;
}
.SZ-BoChuang-culture-wrapper .swiper-btn:hover {
  background-color: #f39910;
}
.SZ-BoChuang-culture-wrapper .prev {
  left: -1.2rem;
  background-image: url(../icon/tksw-culture-prev.png);
}
.SZ-BoChuang-culture-wrapper .next {
  right: -1.2rem;
  background-image: url(../icon/tksw-culture-next.png);
}
@media screen and (max-width: 1600px) {
  .SZ-BoChuang-culture-wrapper .swiper-slide {
    padding: 1rem 0 0 0.65rem;
    height: 5.4rem;
  }
  .SZ-BoChuang-culture-wrapper .swiper-slide .en {
    font-size: 20px;
    line-height: 20px;
  }
  .SZ-BoChuang-culture-wrapper .prev {
    left: -0.3rem;
  }
  .SZ-BoChuang-culture-wrapper .next {
    right: -0.3rem;
  }
  .SZ-BoChuang-culture-wrapper .swiper-slide .msg {
    padding-top: 0.36rem;
  }
}
@media screen and (max-width: 1440px) {
  .SZ-BoChuang-culture-wrapper .swiper-slide {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 1004px) {
  .SZ-BoChuang-culture-wrapper .swiper-container {
    height: auto;
  }
  .SZ-BoChuang-culture-wrapper .swiper-slide {
    width: 50%;
    padding: 0.6rem 0.3rem 0 0.5rem;
    height: 5.4rem;
  }
  .SZ-BoChuang-culture-wrapper .swiper-slide .ico img {
    width: 0.72rem;
  }
  .SZ-BoChuang-culture-wrapper .swiper-slide .cn {
    padding-top: 0.25rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .SZ-BoChuang-culture-wrapper .swiper-slide .en {
    font-size: 0.38rem;
    line-height: 0.5rem;
  }
  .SZ-BoChuang-culture-wrapper .swiper-slide .msg {
    padding-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    width: 90%;
  }
  .SZ-BoChuang-culture-wrapper .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 10px;
  }
}
.SZ-YueJiKji-honor-wrapper {
  background: #f8f8f8 url(../icon/tksw-nimg1920Bg4.jpg) center bottom no-repeat;
  background-size: 100%;
}
.SZ-YueJiKji-honor-wrapper .list {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.2rem;
}
.SZ-YueJiKji-honor-wrapper ul {
  list-style-type: none;
}
.SZ-YueJiKji-honor-wrapper li {
  background: #fff;
  height: auto;
}
.SZ-YueJiKji-honor-wrapper li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.SZ-YueJiKji-honor-wrapper li .box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0.3rem;
  text-align: center;
}
.SZ-YueJiKji-honor-wrapper li .box img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.SZ-YueJiKji-honor-wrapper li .box .title {
  font-size: var(--fs18);
  color: #333;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.SZ-YueJiKji-honor-wrapper li .box .imgDiv {
  overflow: hidden;
}
.SZ-YueJiKji-honor-wrapper .swiper-container-horizontal > .swiper-scrollbar {
  height: 3px;
  background: #d3d3d3;
  left: 0;
  width: 1100px;
  top: auto;
  bottom: 25px;
}
.SZ-YueJiKji-honor-wrapper .swiper-scrollbar-drag {
  background: #009b4c;
}
.SZ-YueJiKji-honor-wrapper .ibtn {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-sizing: border-box;
  bottom: 0;
}
.SZ-YueJiKji-honor-wrapper .prev {
  right: 76px;
  background: #f39910 url(../icon/tksw-nimg12_left.png) center no-repeat;
}
.SZ-YueJiKji-honor-wrapper .next {
  right: 0;
  background: #f39910 url(../icon/tksw-nimg12_right.png) center no-repeat;
}
.SZ-YueJiKji-honor-wrapper .prev:hover {
  background: #009b4c url(../icon/tksw-nimg12_left.png) center no-repeat;
}
.SZ-YueJiKji-honor-wrapper .next:hover {
  background: #009b4c url(../icon/tksw-nimg12_right.png) center no-repeat;
}
@media screen and (max-width: 1004px) {
  .SZ-YueJiKji-honor-wrapper li .box {
    padding: 0.3rem;
  }
  .SZ-YueJiKji-honor-wrapper li .box .title {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
    -webkit-line-clamp: 2;
  }
  .SZ-YueJiKji-honor-wrapper .swiper-container-horizontal > .swiper-scrollbar {
    height: 2px;
    width: 75%;
    bottom: 0.3rem;
    margin-top: -1px;
  }
  .SZ-YueJiKji-honor-wrapper .ibtn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 8px;
  }
  .SZ-YueJiKji-honor-wrapper .prev {
    right: 0.76rem;
  }
}
.SZ-LiHao-history-wrapper {
  background: url(../icon/tksw-historyBg.png) center no-repeat;
  background-size: cover;
}
.SZ-LiHao-history-wrapper .indexTxt {
  padding-bottom: 1rem;
  color: #fff;
}
.SZ-LiHao-history-wrapper .indexTxt .cn,
.SZ-LiHao-history-wrapper .indexTxt .en {
  color: #fff;
}
.SZ-LiHao-history-wrapper .mxfDiv {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}
.SZ-LiHao-history-wrapper .historyPic {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.SZ-LiHao-history-wrapper .historyPic .swiper-slide-active:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 3px;
  background: #fff;
  left: 0;
  top: 0;
}
.SZ-LiHao-history-wrapper .swiper-box {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}
.SZ-LiHao-history-wrapper .historyPic .list {
  padding-top: 0.45rem;
}
.SZ-LiHao-history-wrapper .historyPic .list .con {
  min-height: 360px;
  padding: 0.6rem;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
}
.SZ-LiHao-history-wrapper .historyPic .swiper-slide:first-child .list .con {
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}
.SZ-LiHao-history-wrapper .historyPic .list .con .tit {
  font-size: 0.72rem;
  font-family: cn_regular;
  line-height: 0.72rem;
  margin-bottom: 0.3rem;
  color: #fff;
}
.SZ-LiHao-history-wrapper .historyPic .list .con .info {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
}
.SZ-LiHao-history-wrapper .ibtn {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  top: 50%;
  margin-top: -0.28rem;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #fff;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.SZ-LiHao-history-wrapper .ibtn:hover {
  border-color: #009b4c;
  background-color: #009b4c;
}
.SZ-LiHao-history-wrapper .prev {
  left: -1.05rem;
  background-image: url(../icon/tksw-nimg12_left.png);
}
.SZ-LiHao-history-wrapper .next {
  right: -1.05rem;
  background-image: url(../icon/tksw-nimg12_right.png);
}
@media screen and (max-width: 1600px) {
  .SZ-LiHao-history-wrapper .historyPic .list .con .tit {
    font-size: 0.64rem;
  }
}
@media screen and (max-width: 1004px) {
  .SZ-LiHao-history-wrapper .historyPic {
    width: 100%;
    padding: 0 0.8rem;
  }
  .SZ-LiHao-history-wrapper .historyPic .swiper-slide-active:before {
    height: 2px;
  }
  .SZ-LiHao-history-wrapper .historyPic .list .con {
    min-height: 4rem;
    padding: 0.6rem;
  }
  .SZ-LiHao-history-wrapper .historyPic .list .con .tit {
    font-size: var(--fs36);
    line-height: 0.6rem;
  }
  .SZ-LiHao-history-wrapper .historyPic .list .con .info {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .SZ-LiHao-history-wrapper .ibtn {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    background-size: 6px;
  }
  .SZ-LiHao-history-wrapper .prev {
    left: 0.2rem;
  }
  .SZ-LiHao-history-wrapper .next {
    right: 0.2rem;
  }
}
.SZ-YueJiKeJi-news-wrapper .news-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide a {
  display: flex;
  justify-content: flex-start;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 0.85rem 0.5rem;
  background: url(../icon/tksw-news-bg.jpg) no-repeat top left;
  background-size: cover;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent .cent-time {
  font-family: "regular";
  font-size: var(--fs30);
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent .cent-time span {
  color: #f39910;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent .cent-title {
  margin-top: 0.3rem;
  font-size: var(--fs28);
  font-weight: bold;
  line-height: 0.44rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide:hover .box-cent .cent-title {
  color: #009b4c;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-pagination {
  bottom: 0;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.075rem;
  border: solid 1px #009b4c;
  background: transparent;
  opacity: 1;
}
.SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #009b4c;
}
.SZ-YueJiKeJi-news-wrapper .imore {
  background-image: url(../icon/tksw-imore_on2.png);
  margin-top: 0.48rem;
}
.SZ-YueJiKeJi-news-wrapper .imore:hover {
  background-image: url(../icon/tksw-imore.png);
}
.SZ-YueJiKeJi-news-wrapper .news-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item {
  width: calc(100% / 3 - 0.34rem);
  height: auto;
  margin-right: 0.51rem;
  margin-bottom: 0.8rem;
  background: #fff;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.09);
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-pic {
  width: 100%;
  height: 3.32rem;
  overflow: hidden;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.35rem;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-cent .cent-time {
  font-family: "regular";
  font-size: var(--fs16);
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-cent .cent-time span {
  color: #f39910;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-cent .cent-title {
  height: 0.64rem;
  margin-top: 0.2rem;
  font-size: var(--fs20);
  line-height: 0.32rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item:hover {
  background: linear-gradient(to top, rgba(0, 155, 76, 0.7), #009b4c);
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item:hover .item-cent .cent-time span {
  color: #fff;
  background: transparent;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item:hover .item-cent .cent-title {
  color: #fff;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item:hover .item-cent .cent-button {
  color: #fff;
}
.SZ-YueJiKeJi-news-wrapper .news-main .main-item:hover .imore {
  background-image: url(../icon/tksw-imore_on.png);
}
@media screen and (max-width: 1004px) {
  .SZ-YueJiKeJi-news-wrapper .news-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0;
    overflow: hidden;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide a {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-pic img {
    width: 100%;
    height: 100%;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.8rem;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent .cent-time {
    font-size: var(--fs18);
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs20);
    font-weight: bold;
    line-height: 0.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-slide .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs15);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-pagination {
    bottom: 0.3rem;
  }
  .SZ-YueJiKeJi-news-wrapper .news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .SZ-YueJiKeJi-news-wrapper .news-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
  }
  .SZ-YueJiKeJi-news-wrapper .news-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .SZ-YueJiKeJi-news-wrapper .news-main .main-item:last-child {
    margin-bottom: 0;
  }
  .SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-pic {
    width: 100%;
  }
  .SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-pic img {
    width: 100%;
  }
  .SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
  }
  .SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-cent .cent-time {
    font-size: var(--fs18);
  }
  .SZ-YueJiKeJi-news-wrapper .news-main .main-item .item-cent .cent-title {
    height: 1rem;
    margin-top: 0.2rem;
    font-size: var(--fs18);
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.SZ-YueJiKeJi-newsinfo-wrapper {
  background: #f8f8f8 url(../icon/tksw-newsBg.jpg) center top no-repeat;
  background-size: 100%;
  padding-top: 1.6rem;
  position: relative;
}
.SZ-YueJiKeJi-newsinfo-wrapper .name {
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 30px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .toptop {
  position: relative;
  height: 95px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .msg em {
  line-height: 40px;
  color: #fff;
  padding-right: 25px;
  font-size: 16px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .share {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 75px;
  overflow: hidden;
}
.SZ-YueJiKeJi-newsinfo-wrapper .share em {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.SZ-YueJiKeJi-newsinfo-wrapper .share li {
  float: left;
  margin-left: 8px;
  list-style-type: none;
}
.SZ-YueJiKeJi-newsinfo-wrapper .share li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
.SZ-YueJiKeJi-newsinfo-wrapper .share li img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -9px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .share li a:hover {
  background: #009b4c;
}
.SZ-YueJiKeJi-newsinfo-wrapper .mxfDiv {
  padding: 75px 80px 0;
  background: #fff;
}
.SZ-YueJiKeJi-newsinfo-wrapper .content {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  padding-bottom: 70px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .content b {
  display: block;
  font-size: 20px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .imgDiv {
  text-align: center;
  padding: 45px 0;
}
.SZ-YueJiKeJi-newsinfo-wrapper .content img {
  max-width: 1000px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown {
  border-top: #eee solid 1px;
  position: relative;
  height: 185px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .list {
  padding-top: 60px;
  padding-right: 240px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .list li {
  list-style-type: none;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .list li a {
  font-size: 16px;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #333;
  overflow: hidden;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .list li a:hover {
  color: #009b4c;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .backBtn {
  position: absolute;
  right: 0;
  top: 56px;
  width: 208px;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .backBtn a {
  display: block;
  width: 100%;
  color: #fff;
  text-indent: 84px;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  background: #009b4c;
  position: relative;
  box-shadow: 0 5px 15px 0 5px 15px rgba(0, 155, 76, 0.4);
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .backBtn a:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  width: 14px;
  height: 11px;
  margin-top: -6px;
  background: url(../icon/tksw-culture-prev.png) no-repeat;
}
.SZ-YueJiKeJi-newsinfo-wrapper .pageDown .backBtn a:hover {
  background: #009b4c;
  box-shadow: 0 5px 15px rgba(13, 77, 161, 0.4);
}
@media screen and (max-width: 1004px) {
  .SZ-YueJiKeJi-newsinfo-wrapper {
    background: #f8f8f8;
    padding-top: 1rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .name {
    font-size: 0.42rem;
    line-height: 0.72rem;
    color: #333;
    padding-bottom: 0.4rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .toptop {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .msg em {
    color: #333;
    line-height: 0.6rem;
    padding-right: 0.35rem;
    font-size: 0.28rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .share {
    position: relative;
    padding-left: 1.2rem;
    margin-top: 0.3rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .share em {
    line-height: 0.7rem;
    font-size: 0.28rem;
    color: #333;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .share li {
    margin-right: 0.1rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .share li a {
    width: 0.7rem;
    height: 0.7rem;
    background: #b0b0b0;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .mxfDiv {
    padding: 0.2rem 0 0;
    background: none;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .content {
    font-size: 0.28rem;
    line-height: 0.52rem;
    padding-bottom: 0.7rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .content b {
    font-size: 0.34rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .imgDiv {
    padding: 0.5rem 0;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .content img {
    width: 100%;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .pageDown {
    height: auto;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .pageDown .list {
    padding-top: 0.6rem;
    padding-right: 0;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .pageDown .list li a {
    font-size: 0.28rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .pageDown .backBtn {
    position: relative;
    top: 0;
    width: auto;
    padding-top: 0.3rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .pageDown .backBtn a {
    width: 3.25rem;
    text-indent: 1.15rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
  }
  .SZ-YueJiKeJi-newsinfo-wrapper .pageDown .backBtn a:after {
    left: 0.6rem;
  }
}
.SZ-QiChengLvSe-about-wrapper {
  padding-bottom: 0;
}
.SZ-QiChengLvSe-about-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.SZ-QiChengLvSe-about-wrapper .cat-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.54rem;
}
.SZ-QiChengLvSe-about-wrapper .cat-box a {
  cursor: pointer;
  font-size: var(--fs16);
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 17px;
  width: 1.5rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  background: #f39910;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.SZ-QiChengLvSe-about-wrapper .cat-box a.on,
.SZ-QiChengLvSe-about-wrapper .cat-box a:hover {
  background: #009b4c;
}
.SZ-QiChengLvSe-about-wrapper .cat-box a:hover {
  box-shadow: 0 2px 30px rgba(0, 155, 76, 0.35);
}
.SZ-QiChengLvSe-about-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.SZ-QiChengLvSe-about-wrapper .content-box {
  width: 70%;
}
.SZ-QiChengLvSe-about-wrapper .content-box .detail {
  position: relative;
  padding-left: 1.5rem;
}
.SZ-QiChengLvSe-about-wrapper .content-box .detail:after {
  content: "";
  background: #333;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 2px;
  left: 6px;
}
.SZ-QiChengLvSe-about-wrapper .content {
  color: #666;
  font-size: var(--fs16);
  font-family: cn_light;
  line-height: 0.3rem;
  display: none;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box {
  display: none;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-container {
  padding: 0.6rem 0;
  background-color: #f4f4f4;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box:hover .swiper-btn.prev {
  left: 0.4rem;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box:hover .swiper-btn.next {
  right: 0.4rem;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-slide .pic {
  position: relative;
  background: #009b4c;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-slide .pic:after {
  content: "";
  width: 100%;
  height: 1.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../icon/tksw-about-shadow.png) repeat-x left bottom;
  background-size: 100% 100%;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-slide .pic img {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .info,
.SZ-QiChengLvSe-about-wrapper .swiper-box .bottom {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .info {
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 0.76rem;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .info .inner {
  width: 100%;
  text-align: center;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .info .title,
.SZ-QiChengLvSe-about-wrapper .swiper-box .info p,
.SZ-QiChengLvSe-about-wrapper .swiper-box .info .brief {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.25s;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .info .title,
.SZ-QiChengLvSe-about-wrapper .swiper-box .info p {
  transform: translateY(0.8rem);
  -webkit-transform: translateY(0.8rem);
  -moz-transform: translateY(0.8rem);
  -ms-transform: translateY(0.8rem);
  -o-transform: translateY(0.8rem);
  transition-delay: 0.25s;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .info .brief {
  transform: translateY(-0.8rem);
  -webkit-transform: translateY(-0.8rem);
  -moz-transform: translateY(-0.8rem);
  -ms-transform: translateY(-0.8rem);
  -o-transform: translateY(-0.8rem);
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .bottom {
  bottom: 0.22rem;
  padding: 0 0.35rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box p,
.SZ-QiChengLvSe-about-wrapper .swiper-box .brief {
  font-size: var(--fs16);
  color: #fff;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .brief {
  margin-top: 0.54rem;
  line-height: 0.3rem;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box p {
  line-height: 24px;
  margin-top: 2px;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .title {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  font-family: cn_medium;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  z-index: 10;
  background-color: #009b4c;
  transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -moz-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  background-size: 14px;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-btn:hover {
  background-color: #f39910;
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .prev {
  left: -1.2rem;
  background-image: url(../icon/tksw-culture-prev.png);
}
.SZ-QiChengLvSe-about-wrapper .swiper-box .next {
  right: -1.2rem;
  background-image: url(../icon/tksw-culture-next.png);
}
@media screen and (max-width: 1004px) {
  .SZ-QiChengLvSe-about-wrapper .cat-box {
    margin-bottom: 0.6rem;
  }
  .SZ-QiChengLvSe-about-wrapper .cat-box a {
    font-size: var(--fs14);
    color: #fff;
    width: 1.8rem;
    line-height: 0.7rem;
    border-radius: 0.42rem;
  }
  .SZ-QiChengLvSe-about-wrapper .content {
    line-height: 0.48rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box:hover .swiper-btn {
    opacity: 1;
    visibility: visible;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box:hover .swiper-btn.prev {
    left: 0.3rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box:hover .swiper-btn.next {
    right: 0.3rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-container {
    padding: 0.8rem 0;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-btn {
    opacity: 1;
    visibility: visible;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-btn.prev {
    left: 0.3rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-btn.next {
    right: 0.3rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .info {
    padding: 0 0.4rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .bottom {
    bottom: 0.26rem;
    padding: 0 0.3rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box p,
  .SZ-QiChengLvSe-about-wrapper .swiper-box .brief {
    font-size: var(--fs14);
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .brief {
    margin-top: 0.24rem;
    line-height: 0.48rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box p {
    line-height: 0.4rem;
    max-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .title {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .SZ-QiChengLvSe-about-wrapper .swiper-box .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 10px;
  }
  .SZ-QiChengLvSe-about-wrapper .main {
    display: block;
  }
  .SZ-QiChengLvSe-about-wrapper .content-box {
    width: 100%;
  }
  .SZ-QiChengLvSe-about-wrapper .content-box .detail {
    padding-left: 0;
  }
  .SZ-QiChengLvSe-about-wrapper .content-box .detail:after {
    display: none;
  }
}
.SZ-XinYeDiChan-honor-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.SZ-XinYeDiChan-honor-wrapper .main ul {
  list-style-type: none;
}
.SZ-XinYeDiChan-honor-wrapper .box {
  width: 67.7%;
}
.SZ-XinYeDiChan-honor-wrapper .box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.SZ-XinYeDiChan-honor-wrapper .box ul li {
  width: 32.33%;
  margin-right: 1.505%;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #f7f7f7;
}
.SZ-XinYeDiChan-honor-wrapper .box ul li:nth-child(-n + 3) {
  margin-top: 0;
}
.SZ-XinYeDiChan-honor-wrapper .box ul li:nth-child(3n) {
  margin-right: 0;
}
.SZ-XinYeDiChan-honor-wrapper .box ul li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.SZ-XinYeDiChan-honor-wrapper .box ul li:hover .pic {
  border-color: #fff;
  border-bottom-color: #ececec;
}
.SZ-XinYeDiChan-honor-wrapper .box .pic {
  padding: 10px 0;
  border: solid 1px #ececec;
}
.SZ-XinYeDiChan-honor-wrapper .box .pic img {
  height: 348px;
  object-fit: contain;
}
.SZ-XinYeDiChan-honor-wrapper .box .name {
  height: 74px;
  margin-top: 1px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-top: 1px solid #fff;
}
.SZ-XinYeDiChan-honor-wrapper .box .inner {
  font-weight: 700;
  width: 100%;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  padding: 0 44px;
}
.SZ-XinYeDiChan-honor-wrapper .main > .pic {
  width: 24.73%;
}
.SZ-XinYeDiChan-honor-wrapper .loadingbtn {
  display: block;
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.SZ-XinYeDiChan-honor-wrapper .loadingbtn a {
  display: block;
  font-size: 14px;
  color: #009b4c;
  font-weight: 700;
  margin: 0 auto;
}
.SZ-XinYeDiChan-honor-wrapper .loadingbtn a:hover i:after {
  animation: iconAnimate 0.9s ease infinite;
}
.SZ-XinYeDiChan-honor-wrapper .loadingbtn i {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: middle;
  background: #009b4c;
}
.SZ-XinYeDiChan-honor-wrapper .loadingbtn i:before,
.SZ-XinYeDiChan-honor-wrapper .loadingbtn i:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.SZ-XinYeDiChan-honor-wrapper .loadingbtn i:before {
  background: #fff;
  z-index: 10;
  transform: scale(0.8235);
  -webkit-transform: scale(0.8235);
  -moz-transform: scale(0.8235);
  -ms-transform: scale(0.8235);
  -o-transform: scale(0.8235);
  border-radius: 50%;
}
.SZ-XinYeDiChan-honor-wrapper .loadingbtn i:after {
  z-index: 11;
  background: url(../icon/tksw-loading.png) no-repeat center center;
}
@keyframes iconAnimate {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateX(0);
  }
}
@media screen and (max-width: 1600px) {
  .SZ-XinYeDiChan-honor-wrapper .box .pic img {
    height: 310px;
  }
  .SZ-XinYeDiChan-honor-wrapper .box .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1440px) {
  .SZ-XinYeDiChan-honor-wrapper .box .pic img {
    height: 271px;
  }
  .SZ-XinYeDiChan-honor-wrapper .box .inner {
    padding: 0 28px;
    line-height: 20px;
  }
  .SZ-XinYeDiChan-honor-wrapper .loadingbtn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1004px) {
  .SZ-XinYeDiChan-honor-wrapper .main {
    display: block;
  }
  .SZ-XinYeDiChan-honor-wrapper .box {
    width: 100%;
  }
  .SZ-XinYeDiChan-honor-wrapper .box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .SZ-XinYeDiChan-honor-wrapper .box ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .SZ-XinYeDiChan-honor-wrapper .box .pic img {
    height: auto;
  }
  .SZ-XinYeDiChan-honor-wrapper .box .name {
    height: 56px;
  }
  .SZ-XinYeDiChan-honor-wrapper .box .inner {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
  }
  .SZ-XinYeDiChan-honor-wrapper .main > .pic {
    display: none;
  }
  .SZ-XinYeDiChan-honor-wrapper .loadingbtn {
    margin-top: 30px;
  }
  .SZ-XinYeDiChan-honor-wrapper .loadingbtn a {
    font-size: 12px;
  }
  .SZ-XinYeDiChan-honor-wrapper .loadingbtn i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .SZ-XinYeDiChan-honor-wrapper .loadingbtn i:after {
    background-size: 12px;
  }
}
.SZ-LiKongKeJi-reports-wrapper .cat-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  margin-bottom: 0.64rem;
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a {
  position: relative;
  display: block;
  text-align: center;
  width: 1.76rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 28px;
  margin-right: 0.32rem;
  font-size: var(--fs16);
  font-weight: 700;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a.on {
  color: #fff;
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a.on:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a.on:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a:before,
.SZ-LiKongKeJi-reports-wrapper .cat-box a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 28px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
  transition: transform 0.45s, opacity 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a:before {
  background: #009b4c;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a:after {
  border: solid 1px #009b4c;
}
.SZ-LiKongKeJi-reports-wrapper .cat-box a span {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.SZ-LiKongKeJi-reports-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.SZ-LiKongKeJi-reports-wrapper .list ul li {
  width: 23.046%;
  margin-right: 2.605%;
  margin-top: 2.605%;
  background-color: #f5f6f9;
  padding: 0.32rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.SZ-LiKongKeJi-reports-wrapper .list ul li:hover {
  background: #fff;
  box-shadow: 0px 6px 30px 0px rgba(14, 27, 75, 0.08);
}
.SZ-LiKongKeJi-reports-wrapper .list ul li:hover .pic:before {
  opacity: 0.9;
  visibility: visible;
}
.SZ-LiKongKeJi-reports-wrapper .list ul li:hover .btns {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.SZ-LiKongKeJi-reports-wrapper .list ul li:hover .title {
  color: #009b4c;
}
.SZ-LiKongKeJi-reports-wrapper .list .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  margin-top: 0.25rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.SZ-LiKongKeJi-reports-wrapper .pic {
  position: relative;
}
.SZ-LiKongKeJi-reports-wrapper .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: #009b4c;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.SZ-LiKongKeJi-reports-wrapper .pic > img {
  height: 3.78rem;
  object-fit: contain;
}
.SZ-LiKongKeJi-reports-wrapper .btns {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  align-items: center;
  align-content: center;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition-delay: 0.1s;
}
.SZ-LiKongKeJi-reports-wrapper .btns img {
  width: 0.22rem;
  margin: 0 auto;
}
.SZ-LiKongKeJi-reports-wrapper .btns p {
  width: 100%;
  font-size: var(--fs14);
  text-align: center;
  margin-top: 0.06rem;
}
.SZ-LiKongKeJi-reports-wrapper .loadingbtn {
  display: block;
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.SZ-LiKongKeJi-reports-wrapper .loadingbtn a {
  display: block;
  font-size: 14px;
  color: #009b4c;
  font-weight: 700;
  margin: 0 auto;
}
.SZ-LiKongKeJi-reports-wrapper .loadingbtn a:hover i:after {
  animation: iconAnimate 0.9s ease infinite;
}
.SZ-LiKongKeJi-reports-wrapper .loadingbtn i {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: middle;
  background: #009b4c;
}
.SZ-LiKongKeJi-reports-wrapper .loadingbtn i:before,
.SZ-LiKongKeJi-reports-wrapper .loadingbtn i:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.SZ-LiKongKeJi-reports-wrapper .loadingbtn i:before {
  background: #fff;
  z-index: 10;
  transform: scale(0.8235);
  -webkit-transform: scale(0.8235);
  -moz-transform: scale(0.8235);
  -ms-transform: scale(0.8235);
  -o-transform: scale(0.8235);
  border-radius: 50%;
}
.SZ-LiKongKeJi-reports-wrapper .loadingbtn i:after {
  z-index: 11;
  background: url(../icon/tksw-loading.png) no-repeat center center;
}
@keyframes iconAnimate {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateX(0);
  }
}
@media screen and (min-width: 1004px) {
  .SZ-LiKongKeJi-reports-wrapper .list li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .SZ-LiKongKeJi-reports-wrapper .list li:nth-child(4n) {
    margin-right: 0;
  }
  .SZ-LiKongKeJi-reports-wrapper .cat-box a:not(.on):hover {
    color: #fff;
  }
  .SZ-LiKongKeJi-reports-wrapper .cat-box a:not(.on):hover:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .SZ-LiKongKeJi-reports-wrapper .cat-box a:not(.on):hover:after {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@media screen and (max-width: 1600px) {
  .SZ-LiKongKeJi-reports-wrapper .loadingbtn {
    margin-top: 60px;
  }
  .SZ-LiKongKeJi-reports-wrapper .pic > img {
    height: 3.36rem;
  }
}
@media screen and (max-width: 1004px) {
  .SZ-LiKongKeJi-reports-wrapper .cat-box a {
    width: 2.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }
  .SZ-LiKongKeJi-reports-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .SZ-LiKongKeJi-reports-wrapper .list ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.24rem;
  }
  .SZ-LiKongKeJi-reports-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.72rem;
    -webkit-line-clamp: 2;
    margin-top: 0.25rem;
  }
  .SZ-LiKongKeJi-reports-wrapper .pic > img {
    height: 3.7rem;
  }
  .SZ-LiKongKeJi-reports-wrapper .btns {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: -0.55rem;
    margin-left: -0.55rem;
  }
  .SZ-LiKongKeJi-reports-wrapper .btns img {
    width: 0.3rem;
  }
  .SZ-LiKongKeJi-reports-wrapper .btns p {
    margin-top: 0.1rem;
  }
  .SZ-LiKongKeJi-reports-wrapper .loadingbtn {
    margin-top: 30px;
  }
  .SZ-LiKongKeJi-reports-wrapper .loadingbtn a {
    font-size: 12px;
  }
  .SZ-LiKongKeJi-reports-wrapper .loadingbtn i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .SZ-LiKongKeJi-reports-wrapper .loadingbtn i:after {
    background-size: 12px;
  }
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .caption {
  font-size: var(--fs30);
  color: #009b4c;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
  font-family: cn_medium;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper ul {
  margin-bottom: 0.6rem;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper ul:last-child {
  margin-bottom: 0;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list {
  margin-top: 0.8rem;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list:nth-child(2) {
  margin-top: 0;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li {
  list-style-type: none;
  border-bottom: #e8e8e8 solid 1px;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li a {
  display: block;
  position: relative;
  padding-left: 7.06rem;
  height: 3.94rem;
  box-sizing: content-box;
  padding-top: 0.4rem;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .imgDiv {
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 2.78rem;
  height: 3.48rem;
  border: #e6e6e6 solid 1px;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .name {
  position: absolute;
  left: 4.6rem;
  top: 0.8rem;
  height: 0.85rem;
  color: #000;
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 3px;
  background: #000;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .conDiv {
  padding-top: 0.4rem;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .txt {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding-bottom: 0.3rem;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .msg {
  font-size: 16px;
  color: #000;
  line-height: 0.34rem;
  max-height: 2.72rem;
  overflow-y: auto;
  padding-right: 5px;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .msg::-webkit-scrollbar {
  width: 3px;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .msg::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li .msg::-webkit-scrollbar-thumb {
  background-color: #009b4c;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li:hover .name {
  color: #009b4c;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li:hover .imore {
  background-image: url(../icon/tksw-imore.png);
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .list li:hover .name:after {
  background: #009b4c;
}
.SZ-GuangDongGeWuJuYuan-team-wrapper .imore {
  background-image: url(../icon/tksw-imore_on2.png);
  margin-top: 0.3rem;
}
@media screen and (max-width: 1004px) {
  .SZ-GuangDongGeWuJuYuan-team-wrapper .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .SZ-GuangDongGeWuJuYuan-team-wrapper .list {
    margin-top: 0.6rem;
  }
  .SZ-GuangDongGeWuJuYuan-team-wrapper .list li a {
    padding-left: 3.56rem;
  }
  .SZ-GuangDongGeWuJuYuan-team-wrapper .list li .name {
    left: 3.56rem;
    top: 0.3rem;
    height: 0.7rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .SZ-GuangDongGeWuJuYuan-team-wrapper .list li .name:after {
    width: 0.32rem;
    height: 2px;
  }
  .SZ-GuangDongGeWuJuYuan-team-wrapper .list li .conDiv {
    padding-top: 0.8rem;
  }
  .SZ-GuangDongGeWuJuYuan-team-wrapper .list li .txt {
    font-size: 0.26rem;
    line-height: 0.48rem;
    padding-bottom: 0.2rem;
  }
  .SZ-GuangDongGeWuJuYuan-team-wrapper .list li .msg {
    -webkit-line-clamp: 2;
    max-height: inherit;
    font-size: 0.24rem;
    line-height: 0.36rem;
    max-height: 1.8rem;
  }
}
.SZ-YiBai-goods-wrapper {
  padding-top: 0.4rem;
}
.SZ-YiBai-goods-wrapper .pageClass li {
  padding: 15px 0 15px 15px;
  position: relative;
  font-size: 15px;
  border-bottom: #f2f2f2 solid 1px;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.SZ-YiBai-goods-wrapper .pageClass b {
  left: 0px;
  top: 15px;
  color: #222;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  min-width: 100px;
}
.SZ-YiBai-goods-wrapper .pageClass li span {
  cursor: pointer;
  display: block;
  float: left;
  font-family: "light";
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 25px;
  margin-right: 0.35rem;
  background-image: url(../icon/tksw-nimg18Bg.png);
  background-position: left 5px;
  background-repeat: no-repeat;
}
.SZ-YiBai-goods-wrapper .pageClass li .on {
  background-image: url(../icon/tksw-nimg18Bgon.png);
  background-position: left 5px;
  background-repeat: no-repeat;
}
.SZ-YiBai-goods-wrapper .pageClass li .all {
  padding: 0 10px;
  background-image: none;
}
.SZ-YiBai-goods-wrapper .pageClass li .all.on {
  background-image: linear-gradient(90deg, #009b4c 0%, rgba(0, 155, 76, 0.6) 100%);
  background-blend-mode: normal, normal;
  background-position: left top;
  color: #fff;
  border-radius: 4px;
}
.SZ-YiBai-goods-wrapper .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  background: #f6f6f6;
  transition: background 0.5s, box-shadow 0.5s;
  -o-transition: background 0.5s, box-shadow 0.5s;
  -moz-transition: background 0.5s, box-shadow 0.5s;
  -webkit-transition: background 0.5s, box-shadow 0.5s;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item:hover {
  background: #fff;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item a {
  display: block;
  padding-bottom: 0.3rem;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item .item-pic {
  width: 100%;
  height: 4.12rem;
  overflow: hidden;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.72rem;
  padding: 0 0.2rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.36rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.SZ-YiBai-goods-wrapper .cont-box .box-item:hover {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.15);
}
.SZ-YiBai-goods-wrapper .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.SZ-YiBai-goods-wrapper .cont-box .box-item:hover .item-title {
  color: #009b4c;
}
.SZ-YiBai-goods-wrapper .screenOpen {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  width: 0.8rem;
  height: 2rem;
  background: #009b4c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SZ-YiBai-goods-wrapper .screenOpen span {
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  width: 0.3rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.36rem;
  top: 50%;
  transform: translateY(-50%);
}
.SZ-YiBai-goods-wrapper .screenClose {
  display: none;
  position: fixed;
  z-index: 40;
  right: 0;
  top: 50%;
  margin-top: -1rem;
  width: 0.8rem;
  height: 2rem;
  background: #009b4c;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.SZ-YiBai-goods-wrapper .screenClose span {
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  width: 0.3rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.36rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1004px) {
  .SZ-YiBai-goods-wrapper .index-title-box {
    text-align: center;
  }
  .SZ-YiBai-goods-wrapper .screenOpen {
    display: block;
  }
  .SZ-YiBai-goods-wrapper .pageClass {
    padding-top: 0;
    background: #fff;
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 40;
  }
  .SZ-YiBai-goods-wrapper .pageClass ul {
    padding: 0.6rem 0.3rem;
  }
  .SZ-YiBai-goods-wrapper .pageClass li {
    display: block;
    padding: 0.2rem 0 0.12rem 0;
    font-size: 0.26rem;
  }
  .SZ-YiBai-goods-wrapper .pageClass b {
    display: block;
    margin-bottom: 4px;
    top: 0.2rem;
    line-height: 0.56rem;
    font-size: 0.28rem;
  }
  .SZ-YiBai-goods-wrapper .pageClass li span {
    background-position: left 7px;
    margin-bottom: 0.08rem;
    height: 0.56rem;
    line-height: 0.56rem;
    padding: 0 0 0 0.45rem;
  }
  .SZ-YiBai-goods-wrapper .pageClass li .all {
    padding: 0 0.2rem;
  }
  .SZ-YiBai-goods-wrapper .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .SZ-YiBai-goods-wrapper .cont-box .box-item:last-child {
    margin-bottom: 0;
  }
  .SZ-YiBai-goods-wrapper .cont-box .box-item a {
    padding-bottom: 0.3rem;
  }
  .SZ-YiBai-goods-wrapper .cont-box .box-item .item-title {
    margin-top: 0.1rem;
    height: 0.8rem;
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box-container {
  position: relative;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box {
  font-size: 0;
  line-height: 24px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0.03rem;
  z-index: 1;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box .home {
  margin-right: 0.12rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box .home img {
  position: relative;
  top: -1px;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box i,
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box > img {
  margin: 0 0.12rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box a,
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box img,
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box span {
  display: inline-block;
  vertical-align: middle;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box i,
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box a,
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box span {
  font-size: var(--fs16);
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box a {
  color: #929292;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box a:hover {
  color: #f39910;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box span {
  color: #f39910;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .breadcrumbs-box i {
  color: #929292;
  vertical-align: middle;
}
.SZ-KeDaYeYa-goodsinfo-wrapper img {
  mix-blend-mode: multiply;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base .pic-box {
  width: 50%;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base .pic-box img {
  display: block;
  width: 100%;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base .pic {
  background: url(../icon/kdyygoodsbg.jpg) no-repeat center center;
  background-size: cover;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box {
  width: 42.96%;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box .title {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.32rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box .desc {
  margin: 0.32rem auto 0.48rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination {
  display: none;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .content,
.SZ-KeDaYeYa-goodsinfo-wrapper .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .content ul {
  list-style-type: none;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .content li {
  position: relative;
  padding-left: 20px;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .content li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #f39910;
  position: absolute;
  left: 0;
  top: calc((.3rem - 9px) / 2);
  z-index: 1;
  box-sizing: border-box;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .btn-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.SZ-KeDaYeYa-goodsinfo-wrapper .btn-box a {
  position: relative;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: var(--fs16);
  margin-right: 0.6rem;
  background: #009b4c;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .btn-box a:hover {
  background: #f39910;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .btn-box a:last-child {
  margin-right: 0;
  background: #f39910;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .btn-box a span {
  position: relative;
  z-index: 1;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .detail {
  margin-top: 1.2rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box .box-container {
  position: relative;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box .caption {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box .caption.mb58 {
  margin-bottom: 0.58rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.72rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box .content:last-child {
  margin-bottom: 0;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box .content li {
  font-size: var(--fs16);
  color: #666;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box table {
  width: 100%;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box table th,
.SZ-KeDaYeYa-goodsinfo-wrapper .box table td {
  line-height: 0.3rem;
  min-height: 0.6rem;
  padding: 0.1rem 0.18rem;
  text-align: left;
  border: 1px solid #e5e5e5;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box table th:first-child,
.SZ-KeDaYeYa-goodsinfo-wrapper .box table td:first-child {
  width: 1.8rem;
  padding-left: 0.34rem;
  padding-right: 0.34rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box table th:nth-child(2),
.SZ-KeDaYeYa-goodsinfo-wrapper .box table td:nth-child(2) {
  width: 1.22rem;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box table th {
  border-color: rgba(255, 255, 255, 0.15);
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box th {
  font-weight: 500;
  font-family: "cn_medium";
  font-size: var(--fs18);
  color: #fff;
  background-color: #0f358b;
}
.SZ-KeDaYeYa-goodsinfo-wrapper .box td {
  font-size: var(--fs16);
  color: #666;
}
@media screen and (max-width: 1600px) {
  .SZ-KeDaYeYa-goodsinfo-wrapper .btn-box a {
    margin-right: 0.48rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box .title {
    padding-bottom: 0.26rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box .desc {
    margin: 0.24rem auto 0.4rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .detail {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .breadcrumbs-box {
    display: none;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base {
    flex-flow: wrap;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .pic-box {
    width: 100%;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-container {
    padding-bottom: 0.6rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box {
    width: 100%;
    margin-top: 0.8rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box .title {
    font-size: var(--fs24);
    padding-bottom: 0.32rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .info-box .desc {
    margin: 0.32rem auto 0.48rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination {
    display: block;
    bottom: 0.3rem;
    font-size: 0;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #f39910;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:link,
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:visited,
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:active,
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .base .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f39910;
    width: 24px;
    border-radius: 30px;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .content,
  .SZ-KeDaYeYa-goodsinfo-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .content li {
    padding-left: 20px;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .content li:before {
    width: 8px;
    height: 8px;
    border-width: 1px;
    top: calc((.48rem - 8px) / 2);
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .btn-box a {
    width: 2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
    margin-right: 0.5rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .detail {
    margin-top: 1rem;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .box .caption {
    font-size: var(--fs20);
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .box .content {
    padding-bottom: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.5rem;
    max-width: 100%;
    overflow-x: auto;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .box .content::-webkit-scrollbar {
    height: 3px;
    background-color: #f7f8f9;
  }
  .SZ-KeDaYeYa-goodsinfo-wrapper .box .content::-webkit-scrollbar-thumb {
    background-color: #f39910;
  }
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "en_regular";
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #009b4c;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "en_regular";
}
@media screen and (max-width: 1004px) {
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.result .txt1 {
  font-size: 36px;
  color: #f18f29;
  padding-bottom: 15px;
}
.result .txt2 {
  color: #e1e1e1;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 45px;
}
.result .title {
  font-size: 24px;
  color: #333;
  padding-bottom: 30px;
}
.result .bigBox {
  background: #fafafa;
  padding: 40px;
  margin-bottom: 35px;
}
.result .wen {
  font-size: 18px;
  color: #333;
  padding-bottom: 18px;
}
.result .wen2 {
  padding-top: 38px;
}
.result .table {
  border-left: #dcdcdc solid 1px;
  border-top: #dcdcdc solid 1px;
}
.result .table th {
  height: 48px;
  background: #088446;
  color: #fff;
  font-weight: 400;
  border-right: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  font-size: 14px;
}
.result .table .th01 {
  width: 118px;
}
.result .table .th02 {
  width: 498px;
}
.result .table td {
  font-size: 14px;
  border-right: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
}
.result .table td .content {
  padding: 12px;
  text-align: center;
  line-height: 24px;
}
.result .table td .content em {
  display: block;
  text-align: left;
  padding-left: 26px;
}
.result .table2 {
  border-left: #dcdcdc solid 1px;
  border-top: #dcdcdc solid 1px;
}
.result .table2 th {
  height: 48px;
  background: #088446;
  color: #fff;
  font-weight: 400;
  border-right: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  font-size: 14px;
}
.result .table2 .th01 {
  width: 118px;
}
.result .table2 td {
  font-size: 14px;
  border-right: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
}
.result .table2 td .content {
  padding: 12px;
  text-align: center;
  line-height: 24px;
}
.result .table2 td .content em {
  display: block;
  text-align: left;
  padding-left: 26px;
}
.resultPic {
  position: relative;
  margin-top: 40px;
}
.resultPic .swiper-slide img {
  width: 100%;
}
.resultPic .prev {
  position: absolute;
  z-index: 10;
  left: -35px;
  top: 50%;
  margin-top: -16px;
  display: block;
  background: url(../icon/nimg32_left.png) left top no-repeat;
  width: 32px;
  height: 32px;
}
.resultPic .next {
  position: absolute;
  z-index: 10;
  right: -35px;
  top: 50%;
  margin-top: -16px;
  display: block;
  background: url(../icon/nimg32_right.png) right top no-repeat;
  width: 32px;
  height: 32px;
}
.resultPic2 {
  position: relative;
}
.resultPic2 .swiper-slide img {
  width: 100%;
}
.resultPic2 .swiper-slide .name {
  color: #666;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.resultPic2 .prev {
  position: absolute;
  z-index: 10;
  left: -35px;
  top: 50%;
  margin-top: -16px;
  display: block;
  background: url(../icon/nimg32_left.png) left top no-repeat;
  width: 32px;
  height: 32px;
}
.resultPic2 .next {
  position: absolute;
  z-index: 10;
  right: -35px;
  top: 50%;
  margin-top: -16px;
  display: block;
  background: url(../icon/nimg32_right.png) right top no-repeat;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1004px) {
  .result .txt1 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .result .txt2 {
    font-size: 20px;
    padding-bottom: 25px;
  }
  .result .title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .result .bigBox {
    padding: 20px 10px;
    margin-bottom: 25px;
  }
  .result .wen {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .result .wen2 {
    padding-top: 28px;
  }
  .result .table th {
    height: 36px;
  }
  .result .table .th01 {
    width: 20%;
  }
  .result .table .th02 {
    width: 40%;
  }
  .result .table .th03 {
    width: 40%;
  }
  .result .table td {
    font-size: 12px;
  }
  .result .table td .content {
    padding: 10px;
    line-height: 22px;
  }
  .result .table td .content em {
    padding-left: 0px;
  }
  .result .table2 th {
    height: 36px;
  }
  .result .table2 .th01 {
    width: 20%;
  }
  .result .table2 .th02 {
    width: 80%;
  }
  .result .table2 td {
    font-size: 12px;
  }
  .result .table2 td .content {
    padding: 10px;
    line-height: 22px;
  }
  .result .table2 td .content em {
    padding-left: 0px;
  }
  .resultPic {
    margin-top: 20px;
  }
  .resultPic .prev {
    left: 0px;
  }
  .resultPic .next {
    right: 0px;
  }
  .resultPic2 .swiper-slide .name {
    margin-top: 10px;
    height: auto;
    line-height: 22px;
    font-size: 12px;
  }
  .resultPic2 .prev {
    left: 0px;
  }
  .resultPic2 .next {
    right: 0px;
  }
}
