@charset "utf-8";

html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.btn-swt {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  _width: expression(this.width > 100% ? "100%": this.width);
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
@font-face {
  font-family: "times";
  src: url("../font/times.woff") format("woff"),
    url("../font/times.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: "times", helvetica_neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  outline: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

input:-ms-clear {
  display: none;
}

input,
textarea {
  border: 0;
  font-family: "Microsoft YaHei";
}

textarea {
  resize: none;
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.warp-mb {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.index-title {
  text-align: center;
  margin-bottom: 30px;
}
.index-title .h2 {
  font-weight: 700;
  color: #202347;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}
.index-title .h2 span {
  color: #f6b110;
}
.index-title .h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f6b110;
  background: linear-gradient(
    to right,
    #f6b110 0%,
    #f6b110 50%,
    #202347 50%,
    #202347 100%
  );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.index-title .text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}
p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}
.m-top {
  margin-top: 80px;
}
.m-btm {
  margin-bottom: 80px;
}
.p-top {
  padding-top: 80px;
}
.p-btm {
  padding-bottom: 80px;
}

.more {
  background-color: #111;
  padding: 12px 25px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.more:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6b110;
  z-index: -1;
  transition: all 0.3s;
}

.more:hover:after {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
@media screen and (max-width: 1440px) {
  .warp-mb {
    width: 1170px;
  }
  .m-top {
    margin-top: 70px;
  }
  .m-btm {
    margin-bottom: 70px;
  }
  .p-top {
    padding-top: 70px;
  }
  .p-btm {
    padding-bottom: 70px;
  }
  .index-title .h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  .index-title {
    margin-bottom: 25px;
  }
  .index-title .text {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .warp-mb {
    width: 980px;
  }
  .m-top {
    margin-top: 60px;
  }
  .m-btm {
    margin-bottom: 60px;
  }
  .p-top {
    padding-top: 60px;
  }
  .p-btm {
    padding-bottom: 60px;
  }

  .index-title .h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }
  .index-title .text {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-title .h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  .index-title .text {
    font-size: 14px;
  }
  .m-top {
    margin-top: 50px;
  }
  .m-btm {
    margin-bottom: 50px;
  }
  .p-top {
    padding-top: 50px;
  }
  .p-btm {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .warp-mb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-title .h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .m-top {
    margin-top: 40px;
  }
  .m-btm {
    margin-bottom: 40px;
  }
  .p-top {
    padding-top: 40px;
  }
  .p-btm {
    padding-bottom: 40px;
  }
  .more {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .m-top {
    margin-top: 30px;
  }
  .m-btm {
    margin-bottom: 30px;
  }
  .p-top {
    padding-top: 30px;
  }
  .p-btm {
    padding-bottom: 30px;
  }
}

/*header*/

/* zxy-header */
.zxy-header {
  position: relative;
  padding:5px 10px;
    background-color: rgba(37,41,76,1);
  transition: all 0.3s;
}
.zxy-header.active {
  padding: 5px 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}
.zxy-header .logo {
  display: block;
  float: left;
  width: 240px;
}
.zxy-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-custom-menu-container {
  float: right;
}

.navlist > li {
  float: left;
  position: relative;
}
.navlist > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 222;
  display: block;
  visibility: hidden;
  width: 300px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
  list-style: none;
  padding-right: 5px;
}
.navlist > li > .sub-menu > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #25294c;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li > a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #f6b110;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li:hover > a {
  padding-left: 20px;
}
.navlist > li > .sub-menu > li:hover > a:before {
  width: 6px;
  opacity: 1;
}
.navlist .menu-item-has-children:hover > ul.sub-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}
.navlist > li > a {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0 15px;
  color: #fff;
  line-height: 59px;
}
.navlist li.menu-item-has-children > a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/p-btm.png) no-repeat center;
  background-size: 12px;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navlist li.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.header .navlist .current-menu-item > a {
  color: #f6b110 !important;
}
/* 三级 */

.navlist > li > .sub-menu > li > .sub-menu > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
  list-style: none;
}
.navlist > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 223;
  display: block;
  visibility: hidden;
  width: 300px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li > .sub-menu > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li > .sub-menu > li > a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #f6b110;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li > a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 1px;
  background: #f6b110;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(-50%);
  -ms-transition: all 0.5s ease;
}
.navlist > li > .sub-menu > li > .sub-menu > li:hover > a {
  padding-left: 20px;
}
.navlist > li > .sub-menu > li:hover > a {
  padding-left: 20px;
}
.navlist > li > .sub-menu > li > .sub-menu > li:hover > a::before {
  width: 5px;
  opacity: 1;
}
.navlist > li > .sub-menu > li:hover > a:before {
  width: 5px;
  opacity: 1;
}
.navlist > .menu-item-has-children:hover > ul.sub-menu {
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}
.navlist
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children:hover
  > ul.sub-menu {
  left: inherit;
  right: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  pointer-events: all;
}
/* 三级 */

.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  height: auto;
  width: 40px;
  float: right;
  display: none;
}
.menu input {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  opacity: 0;
}

.menu span {
  height: 3px;
  width: 35px;
  position: relative;
  background-color: #f6b110;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.2s linear;
}
.menu span:nth-of-type(1) {
  width: 20px;
  margin-right: auto;
}
.menu span:nth-of-type(2) {
  width: 40px;
}
.menu span:nth-of-type(3) {
  width: 20px;
  margin-left: auto;
}
.menu input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg) translate(4px, 1px);
  background-color: #f6b110;
  box-shadow: 0 0 2em 0.2em #f6b110;
}
.menu input:checked ~ span:nth-of-type(2) {
  transform: rotate(-45deg);
  background-color: #f6b110;
  box-shadow: 0 0 2em 0.2em #f6b110;
}
.menu input:checked ~ span:nth-of-type(3) {
  transform: rotate(45deg) translate(-4px, 0px);
  background-color: #f6b110;
  box-shadow: 0 0 2em 0.2em #f6b110;
}
.zxy-header .fdj-icon {
  float: right;
  margin-left: 30px;
    width: 30px;
        margin-top: 14px;
    height: 30px;
      cursor: pointer;
      margin-right: 15px;
}
.zxy-header .search-header{
   display: none;   
position: absolute;
    left: 10px;
    top: 50%;
    right: 10px;
    width: auto;
    z-index: 100;
    transform: translateY(-50%);

}

.search-header.on {
  display: block;
}
.search-header .zs-close {
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  width: 50px;
  cursor: pointer;
  text-align: center;
  font-style: normal;
      z-index: 2;
}
.search-header input {
  display: block;
  width: 100%;
font-size: 16px;
    color: #333;
    background-color: #fff;
    height: 50px;
    padding-left: 15px;
}
.zxy-header .navlist .current-menu-item>a {
    color: #f7b616 !important;
}
@media only screen and (max-width: 1200px) {
  .navlist > li > a {
    font-size: 16px;
    padding: 0 15px;
    line-height: 37px;
  }
  .zxy-header .logo {
    width: 150px;
  }
  .zxy-header .more {
    margin-top: 10px;
    margin-left: 15px;
  }
  .zxy-header .fdj-icon{
          margin-top: 1px;
  }
}
@media only screen and (max-width: 992px) {
  .zxy-header .logo {
    width: 147px;
  }
  .zxy-header .fdj-icon{
       margin-top: 3px;
        margin-left: 0;
  }
  .zxy-header .more {
    display: none;
  }
  .menu {
    display: flex;
    margin-top: 1px;
  }

  .menu-custom-menu-container {
    position: fixed !important;
    top: 56px;
    left: 0;
    z-index: 99999;
    overflow: auto;
    width: 100%;
    height: 100vh;
    background: #fff !important;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    -ms-transform: translateX(-100%);
    padding: 0 15px;
  }
  .zxy-header.active .menu-custom-menu-container {
    top: 68px;
  }
  .menu-custom-menu-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .navlist {
    display: block;
    padding-bottom: 160px;
    float: none;
  }
  .navlist > li {
    float: none;
    border-bottom: 1px solid #e6ebf1;
  }
  .menu-custom-menu-container ul > li.current-menu-item > a,
  .menu-custom-menu-container ul > li:hover > a,
  .menu-custom-menu-container ul li.current-menu-parent > a {
    background: 0 0;
    color: #f6b110 !important;
  }
  .navlist li.menu-item-has-children > a::after {
    display: none;
  }
  .menu-custom-menu-container ul > li > ul.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    padding: 0;
    width: 100%;
    border-top: none;
    border-top: 2px solid #f6b110;
    border-bottom: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    margin-left: 0;
  }
  .menu-custom-menu-container ul li.menu-item-has-children .icon-drop-down {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    transform: none;
    background: url(../images/p-btm.png) no-repeat center;
    background-size: 12px;
    width: 50px;
    height: 50px;
  }
  .menu-custom-menu-container
    ul
    li.menu-item-has-children
    .icon-drop-down.ri-arrow-up-s-line {
    transform: rotate(180deg);
  }
  .menu-custom-menu-container
    ul
    > li.menu-item-has-children:hover
    > ul.sub-menu {
    display: none;
  }
  .menu-custom-menu-container ul > li > ul.sub-menu > li {
    border-bottom: 1px solid #e6ebf1;
  }
  .menu-custom-menu-container ul > li > ul.sub-menu > li > a {
    display: inline-block;
    padding: 12px;
  }
  .menu-custom-menu-container ul > li > a {
    display: inline-block;
    padding: 13px 0;
    color: #000 !important;
    line-height: 24px;
    background: 0 0 !important;
  }
  /* 三级 */
.navlist > li > .sub-menu > li > .sub-menu {
  position: static;
  display: none;
  visibility: visible;
  padding: 0;
  width: 100%;
  border-top: none;
  border-top: 2px solid #f6b110;
  border-bottom: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: none;
  margin-left: 0;
}
.navlist > li > .sub-menu > li > .sub-menu > li > a{
  padding: 12px;
}
/* 三级 */
}
/* zxy-header */







/*header*/
/* index-banner */
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .slide-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.index-banner .box-text {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
.index-banner .box-text h2 {
  font-size: 60px;
  color: #f6b110;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.index-banner .box-text p {
  font-size: 50px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.banner-info {
  position: absolute;
  left: 30px;
  bottom: 320px;
  z-index: 999;
  width: 30px;
}
.banner-info a {
  display: block;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform-origin: center;
  transform: rotate(-180deg);
  padding-top: 90px;
}
.banner-info a:hover {
  color: #fff;
}
.banner-info a:before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  left: 12px;
  top: 0;
}
.share-ban {
  position: absolute;
  bottom: 0;
}
.share-ban {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
  width: 30px;
}
.share-ban a {
  display: block;
  margin-bottom: 15px;
  padding: 7px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.share-ban a:nth-of-type(1) {
  background-color: #0a55e3;
}
.share-ban a:nth-of-type(2) {
  background-color: #111;
}
.share-ban a:nth-of-type(3) {
  background-color: #ff0033;
}
.share-ban a:nth-of-type(4) {
  background-color: #0a66c2;
}
.share-ban a img {
  display: block;
  width: 100%;
  height: auto;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.index-banner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #f6b110;
}
@media screen and (max-width: 1440px) {
  .share-ban {
    left: 10px;
    bottom: 0px;
  }
  .banner-info {
    display: none;
  }
  .index-banner .box-text h2 {
    font-size: 50px;
  }
  .index-banner .box-text p {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .index-banner .box-text h2 {
    font-size: 40px;
  }
  .index-banner .box-text p {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .index-banner .box-text h2 {
    font-size: 32px;
  }
  .index-banner .box-text p {
    font-size: 24px;
  }
  .index-banner .box-text {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .index-banner .box-text h2 {
    font-size: 28px;
  }
  .index-banner .box-text p {
    font-size: 20px;
  }
  .share-ban {
    display: none;
  }
  .index-banner .box-text {
    width: 100%;
  }
  .index-banner .box-text p br {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .index-banner .slide-banner img {
    min-height: 240px;
  }
}
/* index-banner f6b110 */

/* index-company */
.index-company {
  padding-left: 3%;
  padding-right: 3%;
}
.index-company .company-box {
  position: relative;
  padding-left: 52%;
}
.index-company .company-box::before {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../images/company-img.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index:2;
}
.company-box h2 {
  color: #202347;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.company-box h2 span {
  color: #f6b110;
}
.company-box h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f6b110;
  background: linear-gradient(
    to right,
    #f6b110 0%,
    #f6b110 50%,
    #202347 50%,
    #202347 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}
.company-box .list {
  background-color: #25294c;
  padding: 40px 20px;
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}
.company-box .list li {
  width: 19%;
  text-align: center;
}
.company-box .list .numb {
  font-size: 45px;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #f6b110;
}
.company-box .list .numb::after {
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  color: #fff;
}
.company-box .list .pt {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .company-box .list {
    padding: 30px 15px;
    margin-top: 20px;
  }
  .company-box .list .numb {
    font-size: 35px;
  }
  .company-box .list .pt {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .company-box h2 {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .index-company .company-box {
    padding-left: 0;
    padding-top: 400px;
  }
  .index-company .company-box::before {
    content: "";
    width: 100%;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .index-company .company-box {
    padding-top: 300px;
  }
  .index-company .company-box::before {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .company-box .list {
    padding: 20px 10px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .company-box .list li {
    width: 32%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index-company .company-box {
    padding-top: 200px;
  }
  .index-company .company-box::before {
    height: 180px;
  }
}
@media screen and (max-width: 360px) {
  .company-box .list {
    padding: 20px 5px;
  }
  .company-box .list .pt {
    font-size: 13px;
  }
}
/* index-company */

/* index-choose */
.index-choose {
  background: url(../images/indexcontact-bg.jpg) no-repeat center;
  background-size: cover;
}
.index-choose h2 {
  text-align: center;
  color: #202347;
  text-transform: capitalize;
  text-shadow: 0 5px 5px #f9f9f9;
}
.index-choose h2 span {
  color: #f6b110;
}
.index-choose ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.index-choose li {
  width: 33%;
  background-color: #fff;
  margin-top: 10px;
  border-bottom: solid 3px #202347;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 0 5px 0 #999;
}
.index-choose li:nth-of-type(2n) {
  border-bottom: solid 3px #f6b110;
}
.index-choose li .img {
  display: block;
  width: 85px;
  height: auto;
  margin: 0 auto 10px;
}
.index-choose li .txt {
  color: #202347;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.3;
}
.index-choose .btm-img {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .index-choose li {
    padding: 20px 10px;
  }
  .index-choose li .txt {
    font-size: 16px;
  }
  .index-choose li .img {
    width: 60px;
  }
}
@media screen and (max-width: 640px) {
  .index-choose li {
    width: 49%;
  }
  .index-choose li .txt {
    font-size: 14px;
  }
}
/* index-choose */

/* index-pinpai */
.index-pinpai {
  background: #f9f9f9 url(../images/pinpai-bg.png) no-repeat center;
  overflow: hidden;
  width: 100%;
}
#bubble-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.bubble {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease; /* 过渡动画 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* 默认大小：scale(1) */
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .bubble {
    transition: transform 0.2s ease; /* 优化移动端动画 */
    touch-action: manipulation; /* 改善触摸响应 */
  }
}
/* index-pinpai */
/* index-zhengshu */
.index-zhengshu {
  background: url(../images/zhengshu-bg.jpg) no-repeat center;
  background-size: cover;
}
.index-zhengshu .index-title .h2 {
  color: #fff;
}
.index-zhengshu .index-title .h2::after {
  background-color: #f6b110;
  background: linear-gradient(
    to right,
    #f6b110 0%,
    #f6b110 50%,
    #fff 50%,
    #fff 100%
  );
}
.index-zhengshu .index-title .text {
  color: #fff;
}
.index-zhengshu .zhengshu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhengshu-box .img:nth-of-type(1) {
  width: 13%;
}
.zhengshu-box .img:nth-of-type(2) {
  width: 15%;
}
.zhengshu-box .img:nth-of-type(3) {
  width: 19%;
}
.zhengshu-box .img:nth-of-type(4) {
  width: 19%;
}
.zhengshu-box .img:nth-of-type(5) {
  width: 15%;
}
.zhengshu-box .img:nth-of-type(6) {
  width: 13%;
}
.zhengshu-box .img img {
  display: block;
  width: 100%;
  height: auto;
}

.index-global img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .zhengshu-box .img:nth-of-type(n) {
    width: 32%;
    margin-top: 15px;
  }
  .index-zhengshu .zhengshu-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 360px) {
  .zhengshu-box .img:nth-of-type(n) {
    width: 49%;
    margin-top: 10px;
  }
}
/* index-zhengshu */
/* index-footer */
.index-footer {
  background-color: #f6b110;
}
.index-footer .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-footer .footer-box::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 0;
}
.footer-box .footer-fl {
  width: 45%;
}
.footer-fl h3,
.footer-fr h3 {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
.footer-fl h3::after,
.footer-fr h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #202347;
  background: linear-gradient(
    to right,
    #202347 0%,
    #202347 50%,
    #fff 50%,
    #fff 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-fl .text {
  color: #fff;
}
.footer-fl .btm-btn {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btm-btn .btn {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 0 20px;
  line-height: 36px;
  background-color: #202347;
  margin-right: 10px;
  border-radius: 36px;
}

.social-media .a1 {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  padding: 9px;
  margin-top: 5px;
  background-color: #202347;
}
.social-media .a1 + .a1 {
  margin-left: 5px;
}
.social-media .a1 img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-box .footer-fr {
  width: 42%;
}

.footer-fr .add {
  font-size: 18px;
  line-height: 40px;
  color: #f9f9f9;
  padding-left: 22px;
  background: url(../images/footer-add.png) no-repeat left center;
  background-size: 18px;
  white-space: nowrap; /* 确保文本在一行内显示 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.footer-fr .iphone a {
  font-size: 18px;
  display: block;
  line-height: 40px;
  color: #f9f9f9;
  padding-left: 22px;
  background: url(../images/swt-iphone.png) no-repeat left center;
  background-size: 16px;
}
.footer-fr .whatapp a {
  font-size: 18px;
  display: block;
  line-height: 40px;
  color: #f9f9f9;
  padding-left: 22px;
  background: url(../images/whastapp.png) no-repeat left center;
  background-size: 16px;
}
.footer-fr .emil a {
  font-size: 18px;
  display: block;
  line-height: 40px;
  color: #f9f9f9;
  padding-left: 22px;
  background: url(../images/footer-email.png) no-repeat left center;
  background-size: 16px;
}

.footer-btm {
  background-color: #25294c;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #103268;
}
.footer-btm p {
  text-align: center;
  color: #fff;
}
.footer-btm p a {
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .footer-fl h3,
  .footer-fr h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-fl h3,
  .footer-fr h3 {
    font-size: 28px;
  }

  .footer-fr .add {
    font-size: 16px;
  }
  .footer-fr .iphone a {
    font-size: 16px;
  }
  .footer-fr .whatapp a {
    font-size: 16px;
  }
  .footer-fr .emil a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .footer-fl h3,
  .footer-fr h3 {
    font-size: 26px;
  }
  .footer-box .footer-fr {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .footer-fl h3,
  .footer-fr h3 {
    font-size: 22px;
  }
  .index-footer .footer-box {
    flex-wrap: wrap;
  }
  .footer-box .footer-fl {
    width: 100%;
  }
  .footer-box .footer-fr {
    width: 100%;
    margin-top: 30px;
  }
  .index-footer .footer-box::before {
    display: none;
  }
  .footer-fr .add {
    font-size: 14px;
    line-height: 36px;
  }
  .footer-fr .iphone a {
    font-size: 14px;
    line-height: 36px;
  }
  .footer-fr .whatapp a {
    font-size: 14px;
    line-height: 36px;
  }
  .footer-fr .emil a {
    font-size: 14px;
    line-height: 36px;
  }
}
@media screen and (max-width: 460px) {
}
/* index-footer */
.landing-box .more {
  display: block;
  text-align: center;
  position: relative;
}
.landing-box .more img {
  display: inline-block;
}

/* ----- */

/* 产品详情页留言板probtm-msg */
.probtm-msg {
  background: url(../images/pc-msg-bg.jpg) no-repeat center;
  background-size: cover;
}
.probtm-msg .promsg-fl {
  width: 50%;
  float: left;
  padding-top: 25px;
}

.promsg-fl .text .qus {
  font-size: 24px;
  color: #fff;
  line-height: 1.7;
}

.promsg-fl .text strong {
  font-size: 38px;
  display: block;
  margin: 3px 0;
  background: -webkit-linear-gradient(top, #f7b616, #f95710);
  background: -o-linear-gradient(top, #f7b616, #f95710);
  background: -moz-linear-gradient(top, #f7b616, #f95710);
  background: linear-gradient(top, #f7b616, #f95710);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.7;
}

.promsg-fl .text .tips {
  font-size: 18px;
  color: #f7b616;
  line-height: 1.7;
}

.promsg-fl .infor {
  position: relative;
  margin-top: 44px;
}

.promsg-fl .infor img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.promsg-fl .infor ul {
  background: url(../images/pc-msg-bg-line.png) no-repeat 122px 52px;
  padding: 30px 10px 114px 240px;
}

.promsg-fl .infor li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #999;
  line-height: 46px;
  padding: 0 22px;
  border-radius: 23px 23px 4px 23px;
  background: #171719 url(../images/msg-infor-li-bg.png) no-repeat left center;
  margin-bottom: 48px;
}

.promsg-fl .infor li:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/pc-msg-icon.png) no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  top: 12px;
  left: -35px;
}
.promsg-fl .infor li:nth-child(1) {
  top: 7px;
}
.promsg-fl .infor li:nth-child(2) {
  left: 68px;
}

.promsg-fl .infor li:nth-child(3) {
  left: 98px;
}

.probtm-msg .promsg-fr {
  width: 47.5%;
  float: right;
}

.promsg-fr .tips {
  padding-left: 8px;
  line-height: 1.7;
}

.promsg-fr .tips strong {
  font-size: 24px;
  color: #f7b616;
  font-weight: normal;
  padding-left: 28px;
  background: url(../images/pc-msg-icon2.png) no-repeat left center;
  background-size: 20px;
  text-transform: capitalize;
}

.promsg-fr .tips strong span {
  color: #ff8f00;
}

.quotescroll {
  width: 100%;
  height: 115px;
  overflow: hidden;
  padding-left: 35px;
}

.quotescroll li {
  padding: 12px 0;
}
.quotescroll li p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promsg-fr .msgarea {
  /* background-color: #fff; */
  border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 25px 38px;
  margin-top: 5px;
  position: relative;
  background: url(../images/index-helpBg.png) left top;
}

.msgarea .cirl {
  display: block;
  border: 8px solid #28292c;
  background-color: #28292c;
  border-radius: 65px;
  -o-border-radius: 65px;
  -ms-border-radius: 65px;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  position: absolute;
  left: -45px;
  bottom: 10px;
  z-index: 2;
}

/* msg-from */

.msg-from .tit {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.1;
  position: relative;
      display: block;
}

.msg-from .fusion-clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.msg-from li {
  position: relative;
  margin-top: 20px;
  width: 49%;
}
.msg-from li .tit {
  text-transform: capitalize;
  display: block;
}
.msg-from li .tit em {
  color: red;
}
.msg-from li.btm {
  position: relative;
  margin-top: 24px;
  width: 100%;
}
.msg-from li .wpcf7-form-control-wrap {
  position: relative;
}
.msg-from li .wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  width: 20px;
  height: 20px;
  display: block;
}
.msg-from li:nth-of-type(1) .wpcf7-form-control-wrap::after {
  background: url(../images/msg-icon1.png) no-repeat center center;
  background-size: 100%;
}
.msg-from li:nth-of-type(2) .wpcf7-form-control-wrap::after {
  background: url(../images/msg-icon2.png) no-repeat center center;
  background-size: 100%;
}
.msg-from li:nth-of-type(3) .wpcf7-form-control-wrap::after {
  background: url(../images/msg-icon3.png) no-repeat center center;
  background-size: 100%;
}
.msg-from li:nth-of-type(4) .wpcf7-form-control-wrap::after {
  background: url(../images/msg-icon4.png) no-repeat center center;
  background-size: 100%;
}
.msg-from li:nth-of-type(5) .wpcf7-form-control-wrap::after {
  background: url(../images/msg-icon5.png) no-repeat center center;
  background-size: 100%;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: #f5f8ff !important;
}
.msg-from li input,
.msg-from li select {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #333;
  font-size: 14px;
  padding: 0 40px 0 10px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #f5f8ff;
}
.msg-from .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 12px;
}
.msg-from li.msg-tarea {
  width: 100%;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.msg-from li.msg-tarea textarea {
  width: 100%;
  height: 154px;
  line-height: 22px;
  color: #333;
  resize: none;
  font-size: 14px;
  padding: 10px 40px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #f5f8ff;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  font-family: "Microsoft YaHei";
}
.msg-from .wpcf7-submit.wpcf7-form-control {
  display: block;
  width: 100%;
  line-height: 46px;
  padding: 0;
  margin-top: 20px;
  background-color: #f7b616;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .promsg-fl .text .qus {
    font-size: 20px;
  }
  .promsg-fl .text strong {
    font-size: 30px;
  }
  .promsg-fl .text .tips {
    font-size: 16px;
  }
  .promsg-fr .tips strong {
    font-size: 22px;
  }
  .msg-from .tit {
    font-size: 30px;
  }
  .probtm-msg .promsg-fl {
    padding-top: 10px;
  }
  .promsg-fl .infor {
    margin-top: 0px;
  }
  .promsg-fl .infor ul {
    background: url(../images/pc-msg-bg-line.png) no-repeat 78px 110px;
    padding: 77px 16px 145px 150px;
  }
  .promsg-fl .infor li:nth-child(1) {
    top: 12px;
  }
  .promsg-fl .infor li {
    font-size: 13px;
  }
  .promsg-fl .infor li:nth-child(2) {
    left: 110px;
  }
  .promsg-fl .infor li:nth-child(3) {
    left: 141px;
  }
}
@media screen and (max-width: 1200px) {
  .promsg-fl .text .qus {
    font-size: 18px;
  }
  .promsg-fl .infor li {
    font-size: 12px;
    line-height: 40px;
  }
  .promsg-fl .infor li:before {
    left: -27px;
  }
  .promsg-fl .infor ul {
    background: url(../images/pc-msg-bg-line.png) no-repeat 64px 79px;
    padding: 60px 16px 131px 100px;
  }
  .promsg-fl .text strong {
    font-size: 28px;
  }
  .promsg-fl .text .tips {
    font-size: 14px;
  }
  .promsg-fl .infor img {
    width: 310px;
  }
  .msg-from li.msg-tarea textarea {
    height: 120px;
  }
  .promsg-fr .msgarea {
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px 30px;
  }
  .msgarea .cirl {
    border: 5px solid #28292c;
    position: absolute;
    left: -40px;
    bottom: 15px;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
  }
  .msg-from .tit {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .promsg-fl .infor li:nth-child(1) {
    top: 0px;
    left: 50px;
  }
  .promsg-fl .infor li:nth-child(2) {
    left: 142px;
  }
  .promsg-fl .infor li:nth-child(3) {
    left: 170px;
  }
}
@media screen and (max-width: 992px) {
  .probtm-msg .promsg-fl {
    display: none;
  }
  .probtm-msg .promsg-fr {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .promsg-fr .msgarea {
    margin-bottom: 15px;
  }
  .promsg-fr .tips strong {
    font-size: 18px;
  }
  .quotescroll li p {
    font-size: 14px;
  }
  .msgarea .cirl {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .promsg-fr .msgarea {
    padding: 20px 15px;
  }
  .msg-from .tit {
    font-size: 22px;
  }
  .probtm-msg .promsg-fr {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .quotescroll li p {
    font-size: 12px;
  }
}
/*msg-from*/
/* ----- */

/* about */

/* about */

/* about-onebox */
.about-onebox {
  background: url(../images/contact-topbg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 14%;
   position: relative;
}
.about-onebox .index-title .h2 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.about-onebox .index-title .h2::after {
  background-color: #f6b110;
  background: linear-gradient(
    to right,
    #f6b110 0%,
    #f6b110 50%,
    #fff 50%,
    #fff 100%
  );
}
.about-onebox .index-title .text {
  color: #fff;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 25px;
}

.about-onebox .list {
  clear: both;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(163, 186, 212, 0.6);
  overflow: hidden;
  margin-top: 150px;
}

.about-onebox .list li {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all linear 0.3s;
}
.about-onebox .list li + li {
  border-left: 1px solid rgba(163, 186, 212, 0.6);
}

.about-onebox .list .numb {
  font-size: 50px;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #f6b110;
}
.about-onebox .list .numb::after {
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-left: 5px;
  color: #fff;
}
.about-onebox .list .pt {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
}

.about-onebox .list li:hover {
  background: rgb(53, 70, 99, 0.5);
}

.about-onebox .list li:hover strong {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.about-onebox .list li:hover p {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .about-onebox .list {
    margin-top: 100px;
  }
  .about-onebox .list .pt {
    font-size: 16px;
  }
  .about-onebox .list .numb {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .about-onebox {
    padding-top: 18%;
  }
}
@media screen and (max-width: 768px) {
  .about-onebox {
    padding-top: 20%;
  }
  .about-onebox .list .pt {
    font-size: 14px;
  }
  .about-onebox .list .numb {
    font-size: 34px;
  }
  .about-onebox .list {
    margin-top: 50px;
  }
  .about-onebox .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
    .about-onebox {
    padding-top: 30%;
  }
  .about-onebox .index-title .text {
    margin-bottom: 15px;
  }
  .about-onebox .list .numb {
    font-size: 30px;
  }
  .about-onebox .list li {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-onebox .list li:nth-of-type(3) {
    width: 100%;
    border-top: 1px solid rgba(163, 186, 212, 0.6);
    border-bottom: 1px solid rgba(163, 186, 212, 0.6);
  }
}
/* about-onebox */

/* about-twobox */
.about-twobox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-twobox li {
  width: 32%;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #f6b110;
  transition: all 0.3s;
}
.about-twobox li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.about-twobox li .img {
  display: block;
  width: 100%;
  height: auto;
}
.about-twobox li .box-text {
  position: relative;
  padding: 40px 15px 15px;
  text-align: center;
}
.about-twobox li .box-text i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25294c;
  font-size: 30px;
  color: #fff;
  border: solid 5px #f6b110;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-twobox li .box-text h3 {
  color: #fff;
  margin-bottom: 10px;
}
.about-twobox li .box-text p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about-twobox li {
    width: 49%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  .about-twobox li {
    width: 100%;
  }
}
/* about-twobox */

/* about */
.about {
  background-color: #25294c;
  padding: 100px 0px;
}
.about .title {
  text-align: center;
  margin-bottom: 50px;
}
.about .title h2 {
  color: #fff;
}
/* about-twobox */

/* about-jidi */
.index-bg {
  background: url(../images/team-bg.png) no-repeat top center;
  overflow: hidden;
}
.about-jidi .about-jidibox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-jidibox .jidibox-item1 h2 {
  color: #202347;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 13px;
  line-height: 1.2;
  padding-bottom: 17px;
}
.about-jidibox .jidibox-item1 h2 span {
  color: #f6b110;
}
.about-jidibox .jidibox-item1 h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f6b110;
  background: linear-gradient(
    to right,
    #f6b110 0%,
    #f6b110 50%,
    #202347 50%,
    #202347 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-jidibox .img {
  display: block;
  width: 100%;
  height: auto;
}
.about-jidibox .jidibox-item {
  overflow: hidden;
}
.about-jidibox .jidibox-item h3 {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 48px;
  background-color: #f6b110;
  color: #fff;
  text-align: center;
}
.about-jidibox .jidibox-item1 {
  width: 58%;
}
.about-jidibox .jidibox-item2 {
  width: 40%;
}
.about-jidibox .jidibox-item3 {
  width: 28%;
  margin-top: 30px;
}
.about-jidibox .jidibox-item4 {
  width: 28%;
  margin-top: 30px;
}
.about-jidibox .jidibox-item5 {
  width: 40%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about-jidibox .jidibox-item h3 {
    font-size: 16px;
    line-height: 40px;
  }
  .about-jidibox .jidibox-item1 {
    width: 100%;
  }
  .about-jidibox .jidibox-item2 {
    width: 57.7%;
    margin-top: 20px;
  }
  .about-jidibox .jidibox-item3 {
    width: 40.5%;
    margin-top: 20px;
  }
  .about-jidibox .jidibox-item4 {
    width: 40.5%;
    margin-top: 20px;
  }
  .about-jidibox .jidibox-item5 {
    width: 57.7%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .about-jidibox .jidibox-item2,
  .about-jidibox .jidibox-item3,
  .about-jidibox .jidibox-item4,
  .about-jidibox .jidibox-item5 {
    width: 100%;
  }
}
/* about-jidi */

/* funfact-sevety */
.funfact-sevety {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.funfact-sevety .bx-bl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/

.funfact-sevety .warp-mb {
  position: relative;
  z-index: 2;
}
.funfact-sevety::before {
  content: "";
  font-size: 0;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 70px;
  background: url(../images/cta-bg2.jpg) no-repeat center top;
  background-size: cover;
}
.funfact-sevety .index-title .h2 {
  color: #fff;
}
.funfact-sevety .index-title .h2::after {
  background-color: #f6b110;
  background: linear-gradient(
    to right,
    #f6b110 0%,
    #f6b110 50%,
    #fff 50%,
    #fff 100%
  );
}
.funfact-sevety .index-title .text {
  color: #fff;
}
.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.access-box {
  width: 100%;
}

.scroller__inner {
  display: flex;
  gap: 1rem;
  padding-block: 1rem;
  flex-wrap: wrap;
}

.access-box[data-animated="true"] {
  overflow: hidden;
  /* mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent); */
}

.access-box[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 200s)
    var(--_animation-direction, normal) linear infinite;
}
.access-box[data-duration="fast"] {
  --_animation-duration: 160s;
}

.access-box[data-duration="slow"] {
  --_animation-duration: 160s;
}
.access-box[data-direction="right"] {
  --_animation-direction: reverse;
}

.access-box[data-direction="left"] {
  --_animation-direction: normal;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.access-box .img {
  width: 300px;
  height: auto;
}
.access-box .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .access-box .img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .access-box .img {
    width: 120px;
  }
}

/* funfact-sevety */
/* about */

/* product_deticl */

.protop-img img {
  width: 100%;
  height: auto;
  display: block;
}
.breadcrumbs {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs .bread-box {
  display: flex;
  justify-content: space-between;
}
.bread-box strong {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  max-width: 600px;
}

.about-onebox .about-bread{
  display: flex;  
   width: 100%;
  max-width: 1300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  padding-left: 30px;
    background: url(../images/bread-icon.png) no-repeat left 5px center;
  background-size: 20px;
}
.about-onebox .about-bread li + li{
   margin-left: 5px; 
}
.about-bread li a{
  color: #fff;
  font-size:14px;
}
.about-bread li span{
  color: #fff;
    font-size:14px;
}
.about-bread li a:hover{
  color: #f5b010;
}

.bread-box ul {
  display: flex;
    padding-left: 25px;
    background: url(../images/bread-icon.png) no-repeat left 5px center;
  background-size: 18px;
}
.bread-box li + li {
  margin-left: 5px;
}

.bread-box li a{
  color: #111;
}
.bread-box li a:hover{
  color: #f5b010;
}
.bread-box li span{
  max-width: 300px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
 .bread-box strong{
       display: none;
 }   
}
@media screen and (max-width: 560px) {
.bread-box li span{
  max-width: 150px;  
}
}
@media screen and (max-width: 380px) {
.bread-box li span{
  max-width: 100px;  
}
}
/* --  */


.deticl-pro1 {
  position: relative;
}
.deticl-pro1 .img {
  display: block;
  width: 100%;
  height: auto;
}

.deticl-pro1 .deticl-h1 {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.deticl-pro1 .deticl-h1 h1 {
  text-transform: capitalize;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .deticl-pro1 .deticl-h1 {
    width: 98%;
  }
  .deticl-pro1 .img {
    object-fit: cover;
    min-height: 320px;
  }
}
/* ----- */
.deticl-pro2 {
  display: flex;
  justify-content: space-between;
}
.deticl-pro2 .deticl-pro2-left {
  width: 20%;
}
.deticl-pro2-left {
  background-color: #ebebeb;
}
.deticl-pro2-left h3 {
  background-color: #f5b010;
  color: #fff;
  line-height: 44px;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 500;
}
.deticl-pro2-left .item-box li {
  position: relative;
  border-top: solid 1px #d6d7d7;
}
.deticl-pro2-left .item-box ul {
  height: 0;
  visibility: hidden;
}
.deticl-pro2-left .item-box li + li {
}
.deticl-pro2-left .item-box a {
  font-size: 15px;
  color: #2a2a2a;
  display: block;
  padding-left: 10px;
  text-transform: capitalize;
  line-height: 40px;
  padding-right: 20px;
   display: -webkit-box;  
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;  
  overflow: hidden;  
}
.deticl-pro2 .deticl-pro2-right {
  width: 78%;
}



.pro2-right-img .pro-img{
  position: relative;
}
.pro2-right-img .pro-img .product-next,
.pro2-right-img .pro-img .product-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
}
.pro2-right-img .pro-img .product-prev {
  left: 5px;
  background: #f5b010 url(../images/left.png) no-repeat center center;
  background-size: 20px;
}
.pro2-right-img .pro-img .product-next {
  right: 5px;
  background: #f5b010 url(../images/right.png) no-repeat center
    center;
  background-size: 20px;
}
.pro2-right-img .pro-img .product-next:hover {
  background: #ff5500 url(../images/right.png) no-repeat center center;
  background-size: 20px;
}
.pro2-right-img .pro-img .product-prev:hover {
  background: #ff5500 url(../images/left.png) no-repeat center center;
  background-size: 20px;
}



.deticl-pro2-right .pro2-right-img {
  width: 460px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.deticl-pro2-right img {
  display: block;
  width: 100%;
  height: auto;
}
.pro2-right-img .pro-img-thumb {
  overflow: hidden;
  margin-top: 10px;
}
.pro2-right-img .pro-img-thumb .swiper-slide{
      position: relative;
  background-color: #000;
  cursor: pointer;
}
.pro2-right-img .pro-img-thumb .swiper-slide img {
  opacity: 0.7;
}
.pro2-right-img .pro-img-thumb .swiper-slide.swiper-slide-thumb-active img{
  opacity: 1;
}
.video-thumbnail {
  position: relative;
  cursor: pointer;
}
.video-thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../images/pro-play.png) no-repeat center;
  background-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.deticl-pro2-right .pro2-right-text {
  overflow: hidden;
}
.pro2-right-text h1 {
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 10px;
}
.pro2-right-text ul {
  background-color: #f6f7f7;
  padding: 10px 20px;
}
.pro2-right-text li {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  font-weight: 400;
  position: relative;
  padding: 10px 0;
}
.pro2-right-text li a{
     color: #f5b010; 
}
.pro2-right-text li + li {
  border-top: solid 1px #d6d7d7;
}
.pro2-right-text .btn-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
.pro2-right-text .btn-box .more2::after {
  background-color: #f5630b;
}
@media screen and (max-width: 1200px) {
  .pro2-right-text h1 {
    font-size: 22px;
  }
  .deticl-pro2-left h3 {
    line-height: 42px;
    font-size: 18px;
  }
  .deticl-pro2-left .item-box a {
    font-size: 14px;
    line-height: 38px;
  }
  .deticl-pro2-right .pro2-right-img {
    width: 440px;
  }
}
@media screen and (max-width: 992px) {
  .deticl-pro2 .deticl-pro2-left {
    display: none;
  }
  .deticl-pro2 .deticl-pro2-right {
    width: 100%;
  }
  .pro2-right-text li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .deticl-pro2 .deticl-pro2-right {
    width: 80%;
    margin: 0 auto;
  }
  .deticl-pro2-right .pro2-right-img {
    width: 100%;
    overflow: hidden;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .deticl-pro2 .deticl-pro2-right {
    width: 100%;
  }
  .pro2-right-text h1 {
    font-size: 20px;
  }
}

.process-list {
  overflow: hidden;
  margin-left: -5%;
}
.process-list li {
  width: 20%;
  float: left;
  padding: 30px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin-left: 5%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
  position: relative;
}
.process-list li::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/right-jt.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
}
.process-list li h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.2;
  margin-bottom: 10px;
}
.process-list li img {
  border-radius: 10px;
}
.process-text {
  background-color: #f6f7f7;
  padding: 40px 30px;
  margin-top: 30px;
}
.process-text p {
  margin-bottom: 10px;
}
.process-text strong {
  color: #202347;
}
/* --  */
.equipment-list {
  margin-left: -2%;
}
.equipment-list li {
  width: 23%;
  float: left;
  background-color: #f5b010;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-left: 2%;
  text-align: center;
  margin-top: 25px;
  position: relative;
  padding-bottom: 10px;
}

.equipment-list li h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-top: 10px;
  padding: 0 10px;
}

.equipment-text {
  background-color: #f6f7f7;
  padding: 40px 30px;
  margin-top: 30px;
}
.equipment-text p {
  margin-bottom: 10px;
}
.equipment-text strong {
  color: #202347;
}

.features-text {
  background-color: #f6f7f7;
  padding: 40px 30px;
  margin-top: 30px;
}
.features-text p {
  margin-bottom: 10px;
      text-align: left;
}
.features-text .img-boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.features-text .img-boxs img {
  display: block;
  width: 49%;
  height: auto;
}

/* === */
.rich-boxbg {
  background: url(../images/rich-boxbg.jpg) no-repeat top 80px center;
  background-size: 90%;
}
.rich-boxbg ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.rich-boxbg li {
  width: 33%;
  background-color: #fff;
  margin-top: 10px;
  border-bottom: solid 3px #202347;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 0 5px 0 #999;
}
.rich-boxbg li:nth-of-type(2n) {
  border-bottom: solid 3px #f6b110;
}
.rich-boxbg li .img {
  display: block;
  width: 85px;
  height: auto;
  margin: 0 auto 10px;
}
.rich-boxbg li .txt {
  color: #202347;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.3;
}

/* ==== */
.recomm-bg {
  position: relative;
}
.recomm-bg::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: #f6f7f7;
  position: absolute; 
  left: 0;
  top: 0;
}
.recomm-bg .warp-mb {
  position: relative;
  z-index: 2;
}
.recomm-list {
  display: flex;
  justify-content: space-between;
}
.recomm-list li {
  width: 32.8%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}
.recomm-list li .img {
  display: block;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.recomm-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recomm-list li h3 a {
  display: block;
  color: #202347;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
.recomm-list li .more {
  border-radius: 50px;
  overflow: hidden;
      padding: 10px 20px;
}
@media screen and (max-width: 1200px) {
    .recomm-list {
    flex-wrap: wrap;
}
    .recomm-list li{
            width: 48%;
                margin-bottom: 15px;
    }
    .recomm-list li h3 a{
            font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .wp-block-table .has-fixed-layout {
    table-layout: auto !important;
    width: 100%;
}
    .table-boox{
      overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        width: 100%;
    }
    .table-boox table{
            border-collapse: separate;
    border-spacing: 0;
        width: 100%;
    max-width: 100%;
    }
    .table-boox table th, .table-boox table td{
        white-space: nowrap;
    }
     .recomm-list li h3 a{
            font-size: 16px;
    }   
}
@media screen and (max-width: 540px) {

    .recomm-list li{
            width: 100%;
    }
}
/* product_deticl */


/* right-faix */
.slide-faix {
  position: fixed;
  right: 0;
  top: 22%;
  z-index: 111;
  background-color: #f6b110;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.slide-faix .item-list {
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-faix .item-list + .item-list {
  border-top: solid 1px #fff;
}
.slide-faix .item-list .icon {
  display: block;
}
.slide-faix .item-list .title {
  padding: 0 15px;
  height: 100%;
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6b110;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
}
.slide-faix .item-list .title:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #f6b110;
  color: #f6b110;
}
.slide-faix .item-list:hover .title {
  right: 48px;
  opacity: 1;
}
.slide-faix .item-list .bt {
  display: none;
}
.slide-faix .search-navs {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 45px;
  width: 300px;
  z-index: 58;
  background-color: #db5325;
}
.slide-faix .search-navs.on {
  display: block;
}
.search-navs .search-field {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  line-height: 45px;
  height: 45px;
}
.search-navs .zs-close {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 45px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 768px) {
    .rich-boxbg li{
           width: 49%; 
               padding: 15px 5px;
    }
    .rich-boxbg li .img{
        width: 60px;
    }
    .rich-boxbg li .txt{
            font-size: 18px;
    }
  .slide-faix .search-navs {
    width: 100%;
    height: 45px;
    right: 0;
    bottom: 100%;
  }
  .slide-faix {
    right: 0;
    top: initial;
    left: 0;
    bottom: 0;
    display: flex;
  }
  .slide-faix .item-list {
    width: 33.3333333%;
    height: auto;
    padding: 10px;
  }
  .slide-faix .item-list .icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
  }
  .slide-faix .item-list .title {
    display: none;
  }
  .slide-faix .item-list .bt {
    display: block;
    color: #fff;
    font-style: normal;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
  }
  .slide-faix .item-list + .item-list {
    border-top: none;
    border-left: solid 1px rgba(255,255,255,0.5);
  }
}
@media screen and (max-width: 500px) {
     .rich-boxbg li .txt{
            font-size: 14px;
    }
  .slide-faix .item-list .icon {
    width: 20px;
    height: 20px;
  }
  .slide-faix .item-list {
    padding: 5px 0;
  }
  .slide-faix .item-list .bt {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
  }
  .slide-faix .item-list {
    padding: 7px 0;
  }
}
/* right-faix */


/*pro-itembox*/
.pro-itembox

.pro-itembox ul {
  margin-left: -1%;
}
.pro-itembox li {
  width: 24%;
  float: left;
  margin-left: 1%;
  background-color: #fff;
  box-shadow: 0px 0px 49px 0px rgba(76, 85, 196, 0.1);
   margin-bottom: 20px;
}
.pro-itembox li .text {
  padding: 20px;
  position: relative;
}
.pro-itembox li .text h3 a {
  text-transform: capitalize;
  font-size: 18px;
  color: #333;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 48px;
}
.pro-itembox li .text .mores {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  text-transform: capitalize;
  padding-right: 20px;
  color: #f7b616;
  background: url(../images/right2.png) right 5px no-repeat;
  background-size: 14px auto;
    transition: all 0.3s;
}
.pro-itembox li:hover .text .mores {
  padding-right: 32px;
}
.pro-itembox li .img {
  display: block;
  padding-top: 68%;
  overflow: hidden;
  position: relative;
}
.pro-itembox li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
 .pro-itembox li {
  width: 32.33333333333333333%;
}   
}
@media screen and (max-width:768px) {
 .pro-itembox li {
  width: 49%;
}   
}
@media screen and (max-width:380px) {
 .pro-itembox li {
  width: 99%;
    float: none;
}   
.pro-itembox li .text h3 a{
      height: auto;
}
}
/*分页*/

.zxy-pagination {
  margin-bottom: 40px;
  margin-top: 20px;
}
.zxy-pagination .warp-mb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.zxy-pagination .page-numbers {
  padding: 0 15px;
  width: auto;
  height: 30px;
  background-color: #f7b616;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}
.zxy-pagination .page-numbers:hover {
  background-color: #f7b616;
}
.zxy-pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}
.zxy-pagination .page-numbers.current {
  background-color: #f7b616;
}

/*分页*/
/*pro-itembox*/



/* ----- -- */
.index-cp .cp-swiper {
  overflow: hidden;
}
.cp-swiper .swiper-slide {
  position: relative;
  padding: 5px 16px 8px;
}

.cp-swiper .swiper-slide::before {
  content: "";
  width: 100%;
  background-color: #25294c;
  height: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  outline: dashed 1px #eaecee;
  outline-offset: -8px;
  transition: all 0.3s;
}
.cp-swiper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 70%;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.cp-swiper .swiper-slide .img img{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cp-swiper .swiper-slide h3 {
  position: relative;
  z-index: 2;
}
.cp-swiper .swiper-slide h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  text-align: center;
}
.cp-swiper .swiper-slide:hover h3 a {
  color: #f6b110;
}
.cp-swiper .swiper-slide:hover::before {
  outline: dashed 1px #f6b110;
}

/* ---index-cp-- -- */



/*news*/
.news-list-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 每行 4 列 */
  gap: 20px; /* 可根据需要调整间距 */
}
.news-list-box li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #25294c;
  transition: all 0.3s;
  flex: 0 0 24%;
}
.news-list-box li:hover {
  border: 1px solid #f7b616;
}
.news-list-box li .img {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.news-list-box li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.news-list-box li .list-itemtext {
  padding: 15px;
}
.news-list-box li .list-itemtext .news-tit {
  width: 60px;
  font-size: 14px;
  font-weight: 500;
  background-color: #f7b616;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  line-height: 28px;
  text-align: center;
}
.news-list-box li .list-itemtext h3 a {
  display: block;
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 15px;
}

.news-list-box li .list-itemtext .mores {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 24px;
  transition: all 0.3s;
  color: #f7b616;
}
.news-list-box li:hover .list-itemtext .mores {
  background: url(../images/newsright-jt.png) no-repeat right center;
  background-size: 20px;
}
@media screen and (max-width: 1200px) {
  .news-list-box ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .news-list-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .news-list-box ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*news*/

/*案例和新闻详情页*/

/* details-box */
.details-box .details-left {
  width: 70%;
  float: left;
}
.details-left h1 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.details-left .privacy-policy {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .085);
} 
.news-content h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.news-content h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.news-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 15px;
}
.news-content .wp-block-columns {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.details-box .details-right {
  width: 26%;
  float: right;
}

.side-products {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
  background-color: #25294c;
  padding: 25px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.side-products strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-family: "homestorebold";
  display: block;
}

.side-products strong + p {
  margin-top: 5px;
}

.side-products p {
  padding: 2px 0;
  padding-left: 10px;
  text-transform: capitalize;
  position: relative;
}

.side-products p a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.side-products p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 9px;
}

.side-products p a:hover,
.side-products a:hover {
  text-decoration: underline;
}
.side-products .iphone {
  font-size: 16px;
  display: block;
  line-height: 40px;
  color: #f9f9f9;
  padding-left: 22px;
  background: url(../images/swt-iphone.png) no-repeat left center;
  background-size: 16px;
  margin-top: 12px;
}
.side-products .whatapp {
  font-size: 16px;
  display: block;
  line-height: 40px;
  color: #f9f9f9;
  padding-left: 22px;
  background: url(../images/whastapp.png) no-repeat left center;
  background-size: 16px;
}
.side-products .email {
  font-size: 16px;
  display: block;
  line-height: 40px;
  color: #f9f9f9;
  padding-left: 22px;
  background: url(../images/footer-email.png) no-repeat left center;
  background-size: 16px;
}
@media screen and (max-width: 992px) {
  .details-box .details-left {
    width: 100%;
    float: none;
  }

  .details-left h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .news-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .news-content .wp-block-columns {
    margin-bottom: 10px;
  }
  .details-box .details-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
/* details-box */


/*画册*/

.animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
/* kaishi  */
.index-bookbox {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
  background: url(../images/book-bg.jpg) repeat;
}
.index-bookbox .text {
  display: none;
}
.book-box {
  width: 920px;
  position: relative;
  margin: 0px auto !important;
}
.book-box .jt-btn {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.book-box .backward {
  background: rgba(0, 0, 0, 0.4) url(../images/left.png) no-repeat center;
  left: -40px;
}
.book-box .forward {
  background: rgba(0, 0, 0, 0.4) url(../images/right.png) no-repeat center;
  right: -40px;
}
#flipbook {
  width: 920px;
  height: 624px;
  position: relative;
}
#flipbook .page img {
  display: block;
  width: 100%;
  height: auto;
}
#lastPageAlert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 20px;
  z-index: 33;
  display: none;
}

#flipbook .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.2))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

#flipbook .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.15))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.sample-magazine1 .zoom-in .even .gradient,
.sample-magazine1 .zoom-in .odd .gradient {
  display: none;
}

.sample-magazine1 .zoom-in .next-button,
.sample-magazine1 .zoom-in .previous-button {
  display: none;
}

.show-bar #flipbook .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;

  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

#flipbook .next-button,
#flipbook .previous-button {
  width: 22px;
  height: 600px;
  position: absolute;
  top: 0;
}

#flipbook .next-button {
  right: -22px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

#flipbook .previous-button {
  left: -22px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

#flipbook .previous-button-hover,
#flipbook .next-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#flipbook .previous-button-down,
#flipbook .next-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 992px) {
  .book-box {
    display: none;
  }
  .index-bookbox .text {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    padding: 0 15px;
  }
}




/* search-results */
.search-box .title {
  font-size: 28px;
  color: #333;
  text-transform: capitalize;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #054124;
  font-weight: 500;
}
.search-box ul {
  margin-left: -1%;
}
.search-box li {
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: 24%;
  margin-left: 1%;
  float: left;
  margin-top: 30px;
}

.search-box li .img {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  display: block;
}
.search-box li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.search-box li h3 {
  padding: 15px 60px 15px 15px;
  position: relative;
}
.search-box li h3::before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #054124;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-box li h3 a {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.5;
  display: block;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search-box li:hover h3 a {
  color: #db5325;
}
@media screen and (max-width: 1200px) {
  .search-box li {
    width: 32.333333%;
  }
}
@media screen and (max-width: 768px) {
  .search-box li {
    width: 49%;
  }
}
@media screen and (max-width: 414px) {
  .search-box li {
    width: 99%;
    float: none;
  }
}

/* search-results */

