<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'ExcludedItalic';
  src: url(../fonts/ExcludedItalic.ttf) format('truetype'), url(../fonts/ExcludedItalic.eot) format('eot'), url(../fonts/ExcludedItalic.woff) format('woff'), url(../fonts/ExcludedItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Italic';
  src: url(../fonts/Poppins-Italic.ttf) format('truetype'), url(../fonts/Poppins-Italic.eot) format('eot'), url(../fonts/Poppins-Italic.woff) format('woff'), url(../fonts/Poppins-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}
#seo_fromBtn{
  display: none!important;
  background-color: #009eff !important;
}
#seo_from form ul li input[type="submit"]{
  background-color: #009eff !important;
}

#seo_from form ul li input[type="submit"]:hover {
  background-color: #000 !important;
  opacity: 1
}

#seo_from i.close:hover {
  background: #009eff!important
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #111;
}
.shopping_cart em {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: normal;
    background-color: #009eff;
    width: 15px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.kongxin {
  line-height: 0.75;
  letter-spacing: 0px;
  -webkit-text-stroke-color: var(--base-color);
  opacity: 1;
  color: transparent!important;
  -webkit-text-stroke-width: 1px;
}
a.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-family: "ark";
  text-transform: uppercase;
  padding: 0 40px;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  color: var(--base-color);
  -webkit-transition: 0.3s 0.6s color;
  -moz-transition: 0.3s 0.6s color;
  transition: 0.3s 0.6s color;
  z-index: 3;
}
a.more:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  border: 1px solid var(--base-color);
  -webkit-transition: background 0.3s 0.3s , width 0.3s,  -webkit-transform  0.3s 0.6s;
  transition: background 0.3s 0.3s , width 0.3s,  -webkit-transform  0.3s 0.6s;
  -moz-transition: transform  0.3s 0.6s,  background 0.3s 0.3s , width 0.3s,  -moz-transform  0.3s 0.6s;
  transition: transform  0.3s 0.6s,  background 0.3s 0.3s , width 0.3s ;
  transition: transform  0.3s 0.6s,  background 0.3s 0.3s , width 0.3s,  -webkit-transform  0.3s 0.6s,  -moz-transform  0.3s 0.6s;
  z-index: -1;
}
a.more img {
  margin-right: 41px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more:hover {
  color: #fff;
  -webkit-transition: 0.3s 0.6s color;
  -moz-transition: 0.3s 0.6s color;
  transition: 0.3s 0.6s color;
}
a.more:hover:before {
  -webkit-transition: background 0.3s 0.3s  , width 0.3s 0.6s ,  -webkit-transform  0.3s;
  transition: background 0.3s 0.3s  , width 0.3s 0.6s ,  -webkit-transform  0.3s;
  -moz-transition: transform  0.3s ,  background 0.3s 0.3s  , width 0.3s 0.6s ,  -moz-transform  0.3s;
  transition: transform  0.3s ,  background 0.3s 0.3s  , width 0.3s 0.6s ;
  transition: transform  0.3s ,  background 0.3s 0.3s  , width 0.3s 0.6s ,  -webkit-transform  0.3s ,  -moz-transform  0.3s;
  background: var(--base-color);
  width: 100%;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}
a.more:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(100) grayscale(1);
  filter: brightness(100) grayscale(1);
}
body {
  font-family: 'Poppins-Regular';
  margin: 0;
  padding: 0;
}
.ui.container {
  padding: 0 15px;
  width: 1560px;
  margin: auto;
  position: relative;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: #fff;
  padding: 30px;
  overflow: auto;
  display: none;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #f89c1c;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: #fff;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #d6000e;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #f89c1c;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from form ul li input[type=submit]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
.showpop {
  display: block !important;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 65px 0 40px;
}
#header .nav {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li {
  margin-right: 105px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-family: 'ExcludedItalic';
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover {
  color: #009eff;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009eff;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:nth-child(2) ul.sub-menu {
  width: 300px;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu &gt; li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu &gt; li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 155px;
}
#header .nav .ui.menu .nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .nav-box .xin,
#header .nav .ui.menu .nav-box .h-search {
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 1000px
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}



.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img.acs {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-logo .xin {
  position: absolute;
  right: 20px;
  top: 35%;


}

#cart {
  z-index: 11111!important
}

#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children &gt; i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active &gt; i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
 font-size: 14px;
line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
line-height: 28px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  color: #fff;
  font-size: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  max-height: 810px;
    overflow-y: scroll;
}
.language-box ul.sub-menu li a {
  width: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  width: 25px;
  margin-right: 10px;
}
.language-box ul.sub-menu li:hover a {
  background: #009eff;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.btn-go {
  text-transform: uppercase;
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #009eff;
  border: 1px solid #009eff;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.btn-go:hover {
    color: #009eff;
    border: 1px solid #009eff;
    background-color: transparent;
}
.btn-go a{
  display: flex;
  width:100%;
  height:100%;
  justify-content: center;
  align-items: center;
}
.btn-go::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.5s;;
    transform: scaleX(0);
}
.btn-go:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-color: transparent;
}
#addForm .submit-go {
  text-transform: uppercase;
  width: 215px;
  display: block;
  padding:0; 
  margin: 75px auto 0;
  height: 60px;
  border: none;
  text-align: center;
  line-height: 60px;
  background-color: #009eff;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
#addForm .submit-go:hover {
    color: #009eff;
    border: 1px solid #009eff;
    background-color: transparent;
}
#addForm12 .submit-go {
  text-transform: uppercase;
  width: 215px;
  display: block;
  padding:0; 
  margin: 75px auto 0;
  height: 60px;
  border: none;
  text-align: center;
  line-height: 60px;
  background-color: #009eff;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
#addForm12 .submit-go:hover {
    color: #009eff;
    border: 1px solid #009eff;
    background-color: transparent;
}
.home-title {
  color: #000;
  font-size: 60px;
  font-family: 'ExcludedItalic';
}
.home-title span {
  color: #009eff;
}
#banner {
  width: 100%;
  position: relative;
}

#banner img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges;   /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard name) */
  image-rendering: crisp-edges;      /* The standard */
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
#banner .banner-top {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .banner-top:hover .banner-prev,
#banner .banner-top:hover .banner-next {
  opacity: 1;
}
#banner .banner-top .banner-prev{
  left: 15px;
}
#banner .banner-top .banner-next{
  right: 15px;
}
#banner .banner-top .banner-btn:hover{
  background-color:#009eff;
}
#banner .banner-top .banner-btn{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: #fff;
  background-color: rgba(0,0,0,.3);
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
  font-size: 32px;
}
#banner .banner-top ul {
  position: relative;
}
#banner .banner-top ul li {
  height: 960px;
  position: relative;
}
#banner .banner-top ul li .content {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#banner .banner-top ul li .content h3 {
  font-size: 72px;
  width: 70%;
  font-family: 'ExcludedItalic';
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
}
#banner .banner-top ul li .content h3 span{
  color: #009eff;
  display: block;
}
#banner .banner-top ul li .content p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 32px;
}
#banner .banner-top ul li img.acs {
  position: absolute;
  right: 9.11%;
  bottom: 20%;
  width: auto;
  height: auto;

}
#banner .banner-top ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#addForm,#addForm12 {
  text-align: center;
  margin: 75px 0;
}
#addForm input {
  width: 400px;
  height: 70px;
  display: inline-block;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 30px;
  margin: 0 15px;
  font-size: 16px;
  font-family: 'Poppins-Medium';
}
#addForm12 input {
  width: 400px;
  height: 70px;
  display: inline-block;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 30px;
  margin: 0 15px;
  font-size: 16px;
  font-family: 'Poppins-Medium';
}
#addForm input::-webkit-input-placeholderï¼Œ
#addForm12 input::-webkit-input-placeholder {
  color: #fff;
}
#addForm input::-moz-placeholderï¼Œ
#addForm12 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
#addForm input:-moz-placeholderï¼Œ
#addForm12 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
#addForm input:-ms-input-placeholderï¼Œ
#addForm12 input:-ms-input-placeholder  {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#addForm button {
  display: block;
  width: 215px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  background-color: #009eff;
  border: none;
  margin: 75px auto 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative;
}

#addForm12 button {
  display: block;
  width: 215px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  background-color: #009eff;
  border: none;
  margin: 75px auto 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative;
}
#addForm button:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-color: transparent;
}

#addForm12 button:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-color: transparent;
}
#addForm button::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

#addForm12 button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
#addForm button:hover {
  border: 1px solid #009eff;
  background-color: transparent;
  color: #009eff;
}

#addForm12 button:hover {
  border: 1px solid #009eff;
  background-color: transparent;
  color: #009eff;
}
@-webkit-keyframes player {
  0% {
    width: 120px;
    height: 120px;
    opacity: 0.4;
  }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0.6;
  }
}
@-moz-keyframes player {
  0% {
    width: 120px;
    height: 120px;
    opacity: 0.4;
  }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0.6;
  }
}
@keyframes player {
  0% {
    width: 120px;
    height: 120px;
    opacity: 0.4;
  }
  100% {
    width: 140px;
    height: 140px;
    opacity: 0.6;
  }
}
#index-body .about {
  padding-top: 175px;
  height: 1060px;
  background: url('../images/about.jpg') no-repeat;
  background-size: cover;
}
#index-body .about .about-content .about-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 595px;
}
#index-body .about .about-content .about-t .left {
  width: 55%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#index-body .about .about-content .about-t .left #aboutVideo{
   position: absolute;
   object-fit: fill;
}
#index-body .about .about-content .about-t .left .player {
  position: relative;
  z-index: 10;
  width: 111px;
  height: 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-content .about-t .left .player img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
#index-body .about .about-content .about-t .left .player::before {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  display: block;
  background-color: #666;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: player 1s infinite;
  -moz-animation: player 1s infinite;
  animation: player 1s infinite;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .about-content .about-t .right {
  width: 41%;
}
#index-body .about .about-content .about-t .right h3 {
  margin: 100px 0 10px;
}
#index-body .about .about-content .about-t .right p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
#index-body .about .about-content .about-t .right .btn-go {
  margin-top: 50px;
}
#index-body .about .about-content .about-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
#index-body .about .about-content .about-b .box {
  width: 25%;
}
#index-body .about .about-content .about-b .box h3,
#index-body .about .about-content .about-b .box h4 {
  font-family: 'ExcludedItalic';
}
#index-body .about .about-content .about-b .box h3 {
  font-size: 48px;
  color: #009eff;
}
#index-body .about .about-content .about-b .box h4 {
  font-size: 22px;
  line-height: 34px;
  color: #000;
  max-width: 292px;
}
/*#index-body .about .about-content .about-b div:first-child {
  width: 15%;
}
#index-body .about .about-content .about-b div:nth-child(2),
#index-body .about .about-content .about-b div:nth-child(4) {
  width: 21%;
}*/
#index-body .choose {
  height: 1535px;
  background: url('../images/choose.jpg') no-repeat;
  background-size: cover;
  padding-top: 185px;
  position: relative;
}
#index-body .choose .choose-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .choose .choose-content ul li .choose-title {
  width: 75%;
  height: 400px;
  color: #fff;
}
#index-body .choose .choose-content ul li .choose-title p {
  width: 70%;
  font-size: 16px;
  line-height: 30px;
}
#index-body .choose .choose-content ul li .choose-title .home-title {
  width: 80%;
  font-size: 72px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
}
#index-body .choose .choose-content ul li:last-child .box:first-child:hover{
  background: none;
}
#index-body .choose .choose-content ul li .box:hover {
  background: url('../images/box-bg.png') no-repeat;
  background-size: 100% 100%;
}
#index-body .choose .choose-content ul li .box {
  cursor: pointer;
  padding: 25px 30px;
  border: 1px solid #fff;
  height: 430px;
  width: 25%;
  color: #fff;
}
#index-body .choose .choose-content ul li .box h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 40px;
  font-family: 'ExcludedItalic';
}
#index-body .choose .choose-content ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Poppins-Medium';
}
#index-body .choose .car {
  position: absolute;
  right: 0;
  bottom: 100px;
  transition: all 0.5s;
}
#index-body .sell-product {
  padding: 90px 0;
  background: url('../images/sell-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .sell-product .sell-product-content {
  position: relative;
}
#index-body .sell-product .sell-product-content .product-cate-right{
  width: 245px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none!important
}
#index-body .sell-product .sell-product-content .product-cate-right .slick-prev{
  display: none !important;
}
#index-body .sell-product .sell-product-content .product-cate-right button{
  width: 215px;
  height: 40px;
  margin: 0 15px;
  background-color: #808080;
  border:none;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content .product-cate-right button:hover{
  background-color: #009eff;
}
#index-body .sell-product .sell-product-content .product-cate-right button i{
    font-size: 26px;
    color: #fff;
}
#index-body .sell-product .sell-product-content .product-cate-right li{
  height:245px;
  padding: 15px;
}
#index-body .sell-product .sell-product-content .product-cate-right li .box{
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 4px 0 4px rgba(0, 0, 0, 0.1), 0 -4px 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1);
}
#index-body .sell-product .sell-product-content .product-cate-right li .box img{
  width: 85%;
  height: 85%;
}
#index-body .sell-product .sell-product-content .product-cate li {
  height: 760px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .sell-product .sell-product-content .product-cate li .left{
  width: 60%;
  display: flex;
  align-items: center;
}
#index-body .sell-product .sell-product-content .product-cate li .left img {
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.15);
}

#index-body .sell-product .sell-product-content .product-cate li .right {
 width:38%;
}
#index-body .sell-product .sell-product-content .product-cate li .right span {
  display: block;
  margin: 105px 0 15px;
  font-size: 30px;
  color: #009eff;
  font-family: 'ExcludedItalic';
}
#index-body .sell-product .sell-product-content .product-cate li .right h3 {
  font-family: 'ExcludedItalic';
  font-size: 48px;
  color: #000;
  line-height: 1.2;
}
#index-body .sell-product .sell-product-content .product-cate li .right p {
  font-size: 16px;
  line-height: 30px;
  margin: 35px 0 50px;
  width: 88%;
  height: 20%;
  overflow: auto;
}
#index-body .sell-product .sell-product-content .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .sell-product .sell-product-content .slick-dots li {
  width: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 10px;
  border-radius: 50%;
  background-color: #bdbebe;
  margin-right: 10px;
}
#index-body .sell-product .sell-product-content .slick-dots li button {
  opacity: 0;
}
#index-body .sell-product .sell-product-content .slick-dots .slick-active {
  width: 15px;
  height: 15px !important;
  background-color: #009eff;
}
#index-body .userinfo {
  position: relative;
}
#index-body .userinfo ul li {
  height: 50vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
#index-body .userinfo ul li .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .userinfo ul li .content h3 {
  text-align: center;
  line-height: 82px;
  width: 80%;
  font-size: 72px;
  line-height: 1.2;
  font-family: 'ExcludedItalic';
}

#index-body .our-application {
  background: #ffffff;
  padding: 100px 0 120px;
}

#index-body .our-application .container {
  padding: 0
}

#index-body .our-application .title1 p {
  font-family: Poppins;
font-weight: 500;
font-size: 16px;
color: #4D4D4D;
line-height: 30px;
margin: 0 auto;
max-width: 1164px;
}

#index-body .our-application .top {
  margin-top: 60px;
}

#index-body .our-application .top ul {
  margin: 0 -5px
}

#index-body .our-application .top ul li {
  padding: 0 5px;
}

#index-body .product {
  padding: 70px 0 50px;
  background: #fff;
}
#index-body .product .product-content h3 {
  color: #000;
  font-size: 48px;
  margin-bottom: 40px;
  text-align: center;
}
#index-body .product .product-content ul {
  margin: 0 -15px;
}
#index-body .product .product-content ul li {
  position: relative;
  padding: 0 15px;
  height: auto!important;
  cursor: pointer;
}
#index-body .product .product-content ul li .profucts-box {
  width: 100%;
  position: relative;
  border: 1px solid #DCDCDC;
}
#index-body .product .product-content ul li .profucts-box .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#index-body .product .product-content ul li .profucts-box .btn a {
  width: 45px;
  height: 45px;
  background-color: #010204;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  -webkit-transform: background-color 0.5s;
  -moz-transform: background-color 0.5s;
  -ms-transform: background-color 0.5s;
  transform: background-color 0.5s;
}
#index-body .product .product-content ul li h4 {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  font-family: 'Poppins-Medium';
}
#index-body .product .product-content ul li:hover .profucts-box .btn {
  opacity: 1;
}
#index-body .product .product-content ul li:hover .profucts-box .btn a:hover {
  background-color: #009eff;
}
#index-body .news {
  position: relative;
  background: url('../images/news-list.jpg')no-repeat;
  background-size: cover;
}
#index-body .news ul li {
  position: relative;
  height: 700px;
}
#index-body .news ul li .content {
  position: absolute;
  top: 175px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
}
#index-body .news ul li .content h3 {
  width: 50%;
  font-size: 30px;
  font-family: 'ExcludedItalic';
}
#index-body .news ul li .content .date {
  margin: 25px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news ul li .content .date span {
  margin-left: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #009eff;
  font-family: 'Poppins-Italic';
}
#index-body .news ul li .content p {
  width: 58%;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}
/*#index-body .news ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}*/
#index-body .news .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  bottom: 105px;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1560px;
  padding: 0 15px;
}
#index-body .news .slick-dots li {
  width: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
#index-body .news .slick-dots li button {
  opacity: 0;
}
#index-body .news .slick-dots .slick-active {
  width: 13px;
  height: 13px;
  background-color: #009eff;
}
#footer {
  background: #1c1c1c;
}
#footer .footer-t {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-t .footer-t-logo {
  width: 20%;
}
#footer .footer-t .footer-t-logo .logo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-t .footer-t-logo h4 {
  margin: 40px 0 30px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#footer .footer-t .footer-t-logo .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-t .footer-t-logo .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #009eff;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}
#footer .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #313131;
}
#footer .footer-t .footer-t-gird .t-list {
  color: #bababa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-t .footer-t-gird .t-list .Wechat{
   width: 100%;
   display: flex;
  flex-wrap: wrap; 
}
#footer .footer-t .footer-t-gird .t-list .Wechat-box{
  width: 50%;
  margin-bottom: 10px; 
}
#footer .footer-t .footer-t-gird .t-list .Wechat-box h4{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;  
}
#footer .footer-t .footer-t-gird .t-list .qc-img {
  width: 135px;
  height: auto;
  border-radius: 10px;
  border: 5px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list p {
  color: #fff;
  font-family: 'ExcludedItalic';
  font-size: 30px;
  margin-bottom: 35px;
}
#footer .footer-t .footer-t-gird .t-list .t-contact {
  font-size: 16px;
    line-height: 30px;
  margin-bottom: 30px;
}
#footer .footer-t .footer-t-gird .t-list .t-contact span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-t .footer-t-gird .t-list .t-contact span i {
  font-size: 22px;
  margin-right: 20px;
}
#footer .footer-t .footer-t-gird .t-list .t-contact span:hover {
  color: #009eff;
}
#footer .footer-t .footer-t-gird .t-list .t-contact span:hover i {
  color: #009eff;
}
#footer .footer-t .footer-t-gird .t-list .phone {
  margin-bottom: 20px;
}
#footer .footer-t .footer-t-gird .t-list .phone span {
  display: block;
}
#footer .footer-t .footer-t-gird .t-list .phone span:last-child i {
  opacity: 0;
}
#footer .footer-t .footer-t-gird .t-list a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#footer .footer-t .footer-t-gird .t-list a span:hover {
  color: #009eff;
}
#footer .footer-t .footer-t-gird .t-list a:hover {
  color: #009eff;
}
#footer .footer-t .footer-t-gird .qcode {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .footer-t .footer-t-gird .qcode #ewm {
  max-width: 133px;
  border: 6px solid #fff;
border-radius: 6px;
}
#footer .footer-t .footer-t-gird .contact {
  width: 21%;
}
#footer .footer-b p {
  color: #bababa;
  height: 75px;
  /*border-top: 1px solid #000;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
#footer .footer-b p span {
  margin: 0 10px;
  font-size: 18px;
  line-height: 32px;
}
#footer .footer-b p img {
  width: 300px;
  height: auto;
  padding-top: 5px;
}
#footer .footer-b p a:hover span {
  color: #d6000e;
}
.shouye{
  font-size: 16px;
    line-height: 30px;
}
.shouye h1{
  display: inline;
}
.chanpinfenleiye{
  color: #fff;
    margin-bottom: 35px;
    font-family: 'ExcludedItalic'
}
@media (max-width: 1900px) {
  #header .nav .ui.menu .menu-box ul.menu li:last-child {
    margin-right: 85px;
  }
  #header .nav .ui.menu .menu-box ul.menu li {
    margin-right: 85px;
  }
}
@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu li:last-child {
    margin-right: 55px;
  }
  #header .nav .ui.menu .menu-box ul.menu li {
    margin-right: 55px;
  }
  .ui.container {
    width: 1400px;
  }
  .home-title {
    font-size: 54px;
  }
  #banner .banner-top ul li {
    height: 700px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 62px;
    width: 65%;
    line-height: 72px;
  }

  #index-body .about .about-content .about-b .box h4 {
    font-size: 20px;
  line-height: 36px;
  }
  #index-body .about .about-content .about-b .box h3 {
    font-size: 40px;
  }
  #index-body .choose .choose-content ul li .choose-title .home-title {
    font-size: 62px;
    line-height: 72px;
  }
  #index-body .choose {
    height: 1235px;
    padding-top: 130px;
  }
  #index-body .choose .car {
    width: 575px;
  }
  #index-body .choose .choose-content ul li .box h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #index-body .choose .choose-content ul li .box img {
    width: 40px;
    height: auto;
  }
  #index-body .choose .choose-content ul li .choose-title,
  #index-body .choose .choose-content ul li .box {
    height: 325px;
  }
  #index-body .userinfo ul li .content h3 {
    line-height: 68px;
    font-size: 58px;
  }
  #addForm {
    margin: 50px 0;
  }
  #addForm input,
  #addForm12 input {
    width: 310px;
    height: 60px;
  }
  #footer .footer-t .footer-t-logo .logo-icon img:first-child {
    width: 170px;
  }
  #footer .footer-t .footer-t-logo .logo-icon img:last-child {
    width: 85px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
    #index-body .choose .choose-content ul li .box p {
    height: 140px;
    overflow: auto
  }
  #index-body .sell-product .sell-product-content .product-cate li .left img{
    width:70%;
  }
  #index-body .sell-product .sell-product-content .product-cate-right{
    width: 185px;
  }
  #index-body .sell-product .sell-product-content .product-cate-right li{
    height: 185px;
  }
  #header .nav .ui.menu .nav-box .xin,
  #header .nav .ui.menu .nav-box .h-search {
    margin-right: 25px;
  }
  #header .nav .header-icon {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu li,
  #header .nav .ui.menu .menu-box ul.menu li:last-child {
    margin-right: 35px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 30px;
  }
  .btn-go {
    width: 150px;
    height: 50px;
  }
  .home-title {
    font-size: 46px;
  }
  #index-body .about .about-content .about-t {
    height: 540px;
  }
  #index-body .about .about-content .about-b .box {
    width: 27%;
  }
  #index-body .about {
    height: auto;
    padding: 100px 0;
  }
  #index-body .about .about-content .about-b div:nth-child(2),
  #index-body .about .about-content .about-b div:nth-child(4) {
    width: 23%;
  }
  #index-body .about .about-content .about-b div:first-child {
    width: 17%;
  }
  #index-body .about .about-content .about-t .right h3 {
    margin: 60px 0 10px;
  }
  #index-body .about .about-content .about-t .right .btn-go {
    margin-top: 35px;
  }
  #index-body .choose .choose-content ul li .choose-title .home-title {
    font-size: 54px;
    line-height: 64px;
  }
  #index-body .choose .choose-content ul li .box h4 {
    font-size: 18px;
  }
  #index-body .choose .choose-content ul li .box p {
    font-size: 14px;
  }
  #index-body .choose .car {
    width: 450px;
  }
  #index-body .sell-product .sell-product-content .product-cate li {
    height: 570px;
  }
  #index-body .sell-product .sell-product-content .slick-dots li{
     height: 10px !important;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right h3 {
    font-size: 34px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right {
    padding-right: 30px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right span {
    margin: 85px 0 10px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right p {
    margin: 10px 0 30px;
  }
  #index-body .product .product-content ul li {
    height: 420px;
  }
  #index-body .news ul li {
    height: 585px;
  }
  #index-body .news ul li .content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #index-body .news ul li .content .date {
    margin: 15px 0 20px;
  }
  #index-body .news ul li .content h3 {
    line-height: 35px;
  }
  #index-body .news ul li .content {
    top: 150px;
  }
  #footer .footer-t .footer-t-gird .t-list p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  #footer .footer-t .footer-t-gird .t-list .t-contact {
    margin-bottom: 20px;
  }
  #footer .footer-t .footer-t-gird .t-list a {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #footer .footer-t .footer-t-logo .logo-icon img:first-child {
    width: 150px;
  }
  #footer .footer-t .footer-t-logo .logo-icon img:last-child {
    width: 75px;
  }
  #index-body .userinfo ul li .content h3 {
    line-height: 58px;
    font-size: 48px;
  }
  #addForm input,
  #addForm12 input {
    width: 250px;
    height: 50px;
    margin: 0px 5px;
  }
  #addForm button {
    margin: 35px auto 0;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .left img{
    width:60%;
  }
  #banner .banner-top ul li {
    height: 570px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px;
  }

  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    font-size: 16px;
  }
  #header .nav {
    height: 80px;
  }
  #header {
    z-index: 200;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 15px;
  }
  #header .nav .header-icon {
    width: 130px;
  }
  #header .nav .ui.menu .menu-box ul.menu li,
  #header .nav .ui.menu .menu-box ul.menu li:last-child {
    margin-right: 30px;
  }
  .home-title {
    font-size: 38px;
  }
  #index-body .about .about-content .about-t .right p {
    color: #000;
    font-size: 14px;
  }
  #index-body .about .about-content .about-t {
    height: 460px;
  }
  #index-body .about .about-content .about-t .right h3 {
    margin: 30px 0 10px;
  }
  #index-body .about .about-content .about-b .box h3 {
    font-size: 34px;
  }
  #index-body .about .about-content .about-b .box h4 {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .about .about-content .about-b .box {
    width: 29%;
  }
  #index-body .about .about-content .about-b div:first-child {
    width: 18%;
  }
  #index-body .about .about-content .about-b div:nth-child(2),
  #index-body .about .about-content .about-b div:nth-child(4) {
    width: 25%;
  }
  #index-body .choose .choose-content ul li .choose-title .home-title {
    font-size: 50px;
    line-height: 60px;
  }
  #index-body .choose .choose-content ul li .choose-title,
  #index-body .choose .choose-content ul li .box {
    height: 325px;
  }
  #index-body .choose .choose-content ul li .box h4 {
    font-size: 16px;
    line-height: 20px;
  }
  #index-body .choose .choose-content ul li .box {
    padding: 15px;
  }
  #index-body .choose .choose-content ul li .box img {
    width: 30px;
    height: auto;
  }
  #index-body .choose {
    height: 1135px;
    padding-top: 80px;
  }
  #index-body .choose .car {
    width: 345px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right h3 {
    font-size: 30px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right span {
    margin: 55px 0 0px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right p {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  #index-body .userinfo ul li .content h3 {
    line-height: 52px;
    font-size: 42px;
  }
  #index-body .product .product-content h3 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  #index-body .product .product-content ul li {
    height: 370px;
  }
  #index-body .news ul li .content h3 {
    width: 82%;
  }
  #footer .footer-t .footer-t-gird .t-list .qc-img {
    width: 100px;
  }
  #footer .footer-t .footer-t-logo {
    width: 27%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .yingfei{
    display: none!important;
  }

  #banner .banner-top ul li img.acs {
    display: none
  }
  
  #index-body .sell-product .sell-product-content .product-cate li .left img{
    width:60%;
  }
  #index-body .sell-product .sell-product-content .product-cate-right{
    width: 145px;
  }
  #index-body .sell-product .sell-product-content .product-cate-right li{
    height: 145px;
  }
  #index-body .sell-product .sell-product-content .slick-dots{
    left: 20px;
    bottom: 0px;
  }
  #banner .banner-top .banner-btn{
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 80px;
  }
  #banner .banner-top ul li {
    height: 390px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  #index-body .about .about-content .about-t {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .about .about-content .about-t .right,
  #index-body .about .about-content .about-t .left {
    width: 100%;
  }
  #index-body .about .about-content .about-t .left {
    margin-top: 60px;
    height: 445px;
  }
  #index-body .about .about-content .about-t .left .player {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .about-content .about-b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  #index-body .about .about-content .about-b .box {
    width: 42% !important;
  }
  #index-body .choose .choose-content ul li .choose-title .home-title {
    font-size: 34px;
    line-height: 44px;
  }
  #index-body .choose .choose-content ul li .choose-title .home-title {
    font-size: 34px;
    line-height: 44px;
  }
  #index-body .choose .choose-content ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .choose .choose-content ul li .box {
    width: 50%;
  }
  #index-body .choose .car {
    display: none;
  }
  #index-body .choose {
    height: auto;
    padding: 60px 0;
  }
  #index-body .choose .choose-content ul li:nth-child(2) div:nth-child(2) {
    display: none;
  }
  #index-body .choose .choose-content ul li .choose-title {
    width: 100%;
  }
  #index-body .choose .choose-content ul li .choose-title p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }
  #index-body .choose .choose-content ul li .box h4 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  #index-body .choose .choose-content ul li .box img {
    width: 40px;
    height: auto;
  }
  #index-body .choose .choose-content ul li .box {
    padding: 25px 30px;
  }
  #index-body .sell-product .sell-product-content .product-cate li {
    height: 320px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right {
    padding: 0 20px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right h3 {
    font-size: 20px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* é™åˆ¶æ˜¾ç¤ºçš„è¡Œæ•°ä¸º3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 25px;
  }
  #index-body .sell-product .sell-product-content .product-cate li .right span {
    margin: 15px 0 0px;
  }
  #index-body .userinfo ul li {
    height: 100vw;
  }
  #index-body .userinfo ul li .content h3 {
    line-height: 38px;
    font-size: 28px;
  }
  #addForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }
  #addForm button {
    margin: 0;
  }
  #addForm input,
  #addForm12 input {
    width: 49.5%;
    margin: 15px 0px;
  }
  #index-body .news ul li {
    height: 480px;
  }
  #index-body .news ul li .content p {
    width: 80%;
   font-size: 16px;
line-height: 30px;
    margin-bottom: 30px;
  }
  #index-body .news ul li .content h3 {
    line-height: 44px;
    font-size: 24px;
  }
  #index-body .news ul li .content .date {
    margin: 15px 0;
  }
  #index-body .news ul li .content {
    top: 95px;
  }
  #footer .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-logo {
    width: 45%;
  }
  #footer .footer-t .footer-t-gird .contact {
    width: 50%;
  }
  #footer .footer-t .footer-t-gird .qcode {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #footer .footer-b p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%!important;
  }
  .seoPublic .Auxil-news ul li .item .text .h5{
    font-size: 20px!important;
line-height: 36px!important;

  }
  
  .product-page .sideright .box h1{
    margin-bottom:0em!important;
  }
  #banner .banner-top ul li {
    height: 300px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%
  }
  #banner .banner-top ul li .content p {
    display: none
  }
  .btn-go {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #banner {
    margin-top: 90px;
  }

  #index-body .about .about-content .about-t .left {
    height: 310px;
  }
  #index-body .about .about-content .about-b .box {
    width: 50% !important;
  }
  #index-body .about .about-content .about-b .box h4 {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .about .about-content .about-b .box h3 {
    font-size: 26px;
  }
  #index-body .about .about-content .about-t .right h3 {
    margin: 0 0 10px;
  }
  #index-body .choose,
  #index-body .sell-product,
  #index-body .userinfo {
    display: none;
  }
  #index-body .product .product-content h3 {
    font-size: 26px;
  }
  #index-body .news ul li .content h3 {
    width: 100%;
  }
  #index-body .news ul li .content h3 {
    line-height: 36px;
    font-size: 20px;
  }
  #index-body .news ul li .content p {
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .contact {
    width: 65%;
  }
  #footer .footer-t .footer-t-logo {
    width: 70%;
  }
  #footer .footer-t .footer-t-logo .logo-icon img:first-child {
    width: 201px;
  }
  #footer .footer-t .footer-t-logo .logo-icon img:last-child {
    width: 94px;
  }
  #footer .footer-b p span {
    text-align: center;
    font-size: 16px;
  }
  #footer .footer-b p {
    height: auto;
    padding: 15px 0;
  }
  #footer .footer-b p img {
    width: 250px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .t-list .qc-img{
    width: auto;
  }
  .home-title {
    font-size: 30px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 18px;
    line-height: 32px;
  }
  #banner .banner-top ul li {
    height: 220px;
  }
  #banner {
    margin-top: 95px;
  }

  #index-body .about .about-content .about-t .left {
    height: 230px;
  }
  #index-body .about .about-content .about-t .left .player {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #index-body .product .product-content ul li {
    height: 460px;
  }
  #footer .footer-t .footer-t-gird .contact {
    width: 100%;
  }
}















/*------------------------------------------------------------inner--------------------------------------------------------------------*/
:root {
  --base-color: #009eff;
    --white: #fff;
  --black: #000;
  --primary: #009eff;
}
.font-92 {
  font-size: 70px;
  line-height: 1.2;
}
.font-90 {
  font-size: 90px;
  line-height: 1;
}
.font-60 {
  font-size: 60px;
  line-height: 1.4;
}
.font-35 {
  font-size: 34px;
}
.font-100 {
  font-size: 100px;
  line-height: 1.2;
}
.gxs-1 {
  padding-top: 209px;
  padding-bottom: 165px;
}
.gxs-1 .ui.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gxs-1 .ui.container img.dectxt {
  position: absolute;
  width: 100%;
  height: auto;
  top: 58px;
  z-index: 6;
}
.gxs-1 .ui.container .right {
  width: 26%;
  max-width: 390px;
  margin-bottom: 90px;
}
.gxs-1 .ui.container .right p {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 50px;
}
.gxs-1 .ui.container .center {
  position: relative;
  margin-left: 20px;
}
.gxs-1 .ui.container .left {
  width: 208px;
}
.gxs-1 .ui.container .left ul.data li {
  display: block;
  text-align: left;
  margin-top: 95px;
}
.gxs-1 .ui.container .left ul.data li span {
  font-size: 70px;
  color: #8f8f8f;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.gxs-1 .ui.container .left ul.data li:hover span{
 color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .left ul.data li span i {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 24px;
  font-weight: 700;
}
.gxs-1 .ui.container .left ul.data li p {
  color: #fff;
  opacity: 0.5;
}
.gxs-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gxs-2 li {
  height: 90px;
  line-height: 90px;
  position: relative;
  padding: 0 80px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.gxs-2 li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--base-color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
.gxs-2 li p{
  line-height: 90px;
}
.gxs-3 {
  padding-top: 150px;
}
.gxs-3 .ui.container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-3 .ui.container .box .left {
  width: 50%;
  padding-right: 50px;
}
.gxs-3 .ui.container .box .right {
  width: 50%;
  padding-left: 50px;
}
.gxs-3 .ui.container .box .skety {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.gxs-3 .ui.container .box .h3 {
  color: #fff;
  max-width: 620px;
  margin-bottom: 90px;
}
.gxs-3 .ui.container .box .cateitem {
  margin-bottom: 120px;
}
.gxs-3 .ui.container .box .cateitem .imgbox a {
  width: 100%;
  height: 650px;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}
.gxs-3 .ui.container .box .cateitem .imgbox a img {
  margin-left: -320px;
  max-width: none;
}
.gxs-3 .ui.container .box .cateitem .text {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-3 .ui.container .box .cateitem .text .num {
  padding-right: 40px;
  color: #fff;
  opacity: 0.2;
  font-family:"ark";
}
.gxs-3 .ui.container .box .cateitem .text .rights {
  padding: 20px 0;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.gxs-3 .ui.container .box .cateitem .text .rights .top {
  padding-right: 50px;
  background: url(../images/jiantou-zuoxie.png) center right no-repeat;
}
.gxs-3 .ui.container .box .cateitem .text .rights .top .h4 {
  color: var(--base-color);
}
.gxs-3 .ui.container .box .cateitem .text .rights p {
  color: #fff;
  opacity: 0.5;

}
.gxs-4 {
  /*padding-top: 60px;*/
  padding-bottom: 150px;
}
.gxs-4 .ui.container {
  text-align: center;
}
.gxs-4 .ui.container .h3 {
  color: #fff;
  margin-bottom: 20px;
}
.gxs-4 .ui.container .main ul.productlist {
  margin: 0 -13px;
}
.gxs-4 .ui.container .main ul.productlist li {
  padding: 0 13px;
}
.gxs-4 .ui.container .main ul.productlist li .item:hover .top .imgbox a.hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.gxs-4 .ui.container .main ul.productlist li .item .top {
  height: 403px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .imgbox {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .imgbox a.hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .bottom {
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-bottom: 2px solid var(--base-color);
  width: 100%;
  display: none;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 {
  color: #fff;
  margin-top: 30px;
  min-height: 5.6em;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-5 {
  position: relative;
}
.gxs-5 .main {
  position: relative;
}
.gxs-5 .main ul.applist li {
  position: relative;
}
.gxs-5 .main ul.applist li .num {
  font-size: 360px;
  position: absolute;
  z-index: 3;
  left: 15%;
  top: 10%;
}
.gxs-5 .navbox {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
}
.gxs-5 .navbox .ui.container ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -30px;
}
.gxs-5 .navbox .ui.container ul.navlist li {
  padding: 0 30px;
}
.gxs-5 .navbox .ui.container ul.navlist li.active .item,
.gxs-5 .navbox .ui.container ul.navlist li:hover .item {
  opacity: 1;
  border-color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .navbox .ui.container ul.navlist li .item {
  padding-bottom: 40px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.5;
}
.gxs-5 .navbox .ui.container ul.navlist li .item .num {
  font-size: 30px;
  color: #fff;
}
.gxs-5 .navbox .ui.container ul.navlist li .item .h3 {
  margin-top: 30px;
  color: #fff;
}
.gxs-6 {
  padding-top: 180px;
}
.gxs-6 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-6 .ui.container .left {
  padding-right: 55px;
  width: 50%;
}
.gxs-6 .ui.container .right {
  width: 50%;
}
.gxs-6 .ui.container .right .top {
  padding-left: 30px;
  color: #fff;
  margin-bottom: 75px;
}
.gxs-6 .ui.container .right .top p {
  opacity: 0.5;
}
.gxs-6 .ui.container .right .bottom {
  padding-left: 80px;
  position: relative;
}
.gxs-6 .ui.container .right .bottom .main {
  position: relative;
}
.gxs-6 .ui.container .right .bottom .main .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 21%;
}
.gxs-6 .ui.container .right .bottom .main .navbox .text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  margin: 0 15px;
}
.gxs-6 .ui.container .right .bottom .main .navbox .text em {
  margin: 0 5px;
}
.gxs-6 .ui.container .right .bottom .main .navbox .btn {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.gxs-6 .ui.container .right .bottom .main .navbox .btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-6 .ui.container .right .bottom:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 30px;
  width: 1px;
  background: #fff;
  opacity: 0.5;
  bottom: 0;
}
.gxs-6 .ui.container .right .bottom:after {
  content: "";
  position: absolute;
  left: -5px;
  width: -webkit-calc(100% + 35px);
  width: -moz-calc(100% + 35px);
  width: calc(100% + 35px);
  background: #fff;
  opacity: 0.5;
  height: 1px;
  top: 43%;
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text {
  margin-top: 85px;
  color: #fff;
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text .h4 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text .h4:before {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--base-color);
}
.gxs-6 .ui.container .right .bottom .main ul.whylist li .text p {
  opacity: 0.5;

}
.gxs-7 {
  padding-top: 140px;
}
.gxs-7 .ui.container .h3 {
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}
.gxs-7 .ui.container .newsmain ul.newslist {
  margin: 0 -14px;
}
.gxs-7 .ui.container .newsmain ul.newslist li {
  padding: 0 14px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item {
  height: 765px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item:hover .imgbox a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 475px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .imgbox {
  display: inline-block;
  width: 100%;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .imgbox a {
  width: 100%;
  height: 368px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text {
  color: #fff;
  padding-top: 20px;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text &gt; a {
  color: var(--base-color);
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text span {
  opacity: 0.3;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text .h4 {
  /*margin: 15px 0;*/
  min-height: 6em;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-7 .ui.container .newsmain ul.newslist li .item .text .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-8 {
  padding-bottom: 100px;
  padding-top: 50px;
}
.gxs-8 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}
.gxs-8 .ui.container .h3 {
  color: #fff;
  text-transform: uppercase;
}
.gxs-8 .ui.container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 75px;
  position: relative;
  width: 56%;
  border-bottom: 1px solid #fff;
}
.gxs-8 .ui.container form input[type="text"] {
  width: 50%;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: none;
  height: 60px;
  line-height: 60px;
}
.gxs-8 .ui.container form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type="submit"] {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/submit-icon.png) center center no-repeat;
  position: relative;
  border: none;
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.inner-banner {
  position: relative;
  height: 500px;
  background: url(../images/inner-banner-bj.jpg) top center no-repeat;
  background-size: cover;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.inner-banner .content .ui.container {
  text-align: center;
}
.inner-banner .content .ui.container .h2 {
  color: #fff;
  font-family: 'ExcludedItalic';
}
.inner-banner .content .ui.container .h2 em {
  color: var(--base-color);
}
.inner-banner .content .ui.container .mbx {
  color: #fff;
  margin-top: 25px;
}
.inner-page .h3 {
  color: #fff;
   font-family: 'ExcludedItalic';
}
.inner-page p {
  opacity: 0.8;
  color: #fff;
}
.m-page {
  margin: 60px 0;
}
.m-page &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-page &gt; div span,
.m-page &gt; div a {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid var(--base-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
}
.m-page &gt; div span:hover,
.m-page &gt; div a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  color: #000;
}
.m-page &gt; div span {
  background: var(--base-color);
}


.customize-page .about-page {
  background: transparent;
  padding-bottom: 0
}

.customize-page .about-page .about-4 {
  padding-top: 70px
}

.customize-page .init-1 {
    padding-top: 80px
}

.customize-page .init-1 .title {
    font-weight: 800;
    color: #fff;
        font-family: 'ExcludedItalic';
}

.customize-page .init-1 .title em {
    color: #009eff
}

.customize-page .init-1 .con {
    margin-top: 20px
}

.customize-page .init-1 .des {
    padding-left: 40px;
    padding-top: 10px
}

.customize-page .init-1 .des li {
    margin-top: 10px;
    color: #fff
}

.customize-page .init-1 .des li .sub {
    display: inline-block;
    margin-right: 10px;
    background: #009eff;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 14px
}

.customize-page .init-2 {
    padding: 80px 0 100px
}

.customize-page .init-2 .tips {
    font-weight: 800;
    color: #fff;
font-family: 'ExcludedItalic';
}

.customize-page .init-2 .tips_title {
    margin-top: 10px
}

.customize-page .init-2 .form_cont {
    margin-top: 40px
}

.customize-page .init-2 .form_cont form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 40px 60px 60px
}

.customize-page .init-2 .form_cont form .list {
    width: 49%;
    margin-top: 20px;
    background-color: #fff;
    position: relative
}

.customize-page .init-2 .form_cont form .list input,.customize-page .init-2 .form_cont form .list textarea {
    width: 100%;
    border: none;
    padding: 25px
}

.customize-page .init-2 .form_cont form .list input::-webkit-input-placeholder { 
/* WebKit browsersï¼Œwebkitå†…æ&nbsp;¸æµè§ˆå™¨ */
color: #000;

} 
.customize-page .init-2 .form_cont form .list input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #000;

} 
.customize-page .init-2 .form_cont form .list input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #000;

} 
.customize-page .init-2 .form_cont form .list input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #000;

}
.customize-page .init-2 .form_cont form .list textarea::-webkit-input-placeholder { 
/* WebKit browsersï¼Œwebkitå†…æ&nbsp;¸æµè§ˆå™¨ */
color: #000;

} 
.customize-page .init-2 .form_cont form .list textarea:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #000;

} 
.customize-page .init-2 .form_cont form .list textarea::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #000;

} 
.customize-page .init-2 .form_cont form .list textarea:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #000;

}



.customize-page .init-2 .form_cont form .list.content_cont {
    width: 100%
}

.customize-page .init-2 .form_cont form .list.file_cont {
    cursor: pointer
}

.customize-page .init-2 .form_cont form .list.file_cont input {
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 2
}

.customize-page .init-2 .form_cont form .list.file_cont .text_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px
}

.customize-page .init-2 .form_cont form .list.file_cont .text_cont .img {
    background-image: url(/template/en/images/upload.png);
    width: 32px;
    height: 32px
}

.customize-page .init-2 .form_cont form .list.submit_btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 14px;
    cursor: pointer
}

.customize-page .init-2 .form_cont form .list.submit_btn:hover {
    background: #009eff;
    color: #fff
}

@media (max-width: 1000px) {
    .customize-page .init-1 .des {
        padding-left:0
    }

    .customize-page .init-2 .form_cont form {
        padding: 20px
    }

    .customize-page .init-2 .form_cont form .list {
        width: 100%
    }
}


.about-page {
  background-image: url(../images/inner-about-222.png);
  background-position-x: right;
  background-position-y: 0%;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.about-page .about-1 {
  padding-top: 120px;
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  width: 40%;
}
.about-page .about-1 .ui.container .right {
  width: 55%;
}
.about-page .about-1 .ui.container .right .h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'ExcludedItalic';
}
.about-page .about-1 .ui.container .right .text {
  margin-top: 45px;
  margin-bottom: 75px;
  padding-left: 10%;
  max-height: 250px;
overflow-y: scroll;
padding-right: 1em;
}
.about-page .about-1 .ui.container .right .text p {
  color: rgba(255, 255, 255, 1);
}
.about-page .about-1 .ui.container .right .text p em {
  /*color: var(--base-color);*/
}
.about-page .about-2 {
  padding-top: 100px;
}
.about-page .about-2 .ui.container ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .ui.container ul.data li {
  display: inline-block;
  position: relative;
  width: 33.3333%;
  text-align: center;
  height: 105px;
}
/*.about-page .about-2 .ui.container ul.data li:nth-child(1) {
  width: 206px;
}
.about-page .about-2 .ui.container ul.data li:nth-child(3) {
  width: 179px;
}*/
.about-page .about-2 .ui.container ul.data li p {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    background: #0000008f;
  color: #fff;
  font-size: 16px;
}
.about-page .about-2 .ui.container ul.data li span {
  font-size: 100px;
  position: relative;
  line-height: 105px;
  font-family: 'ExcludedItalic';
}
.about-page .about-2 .ui.container ul.data li span i {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: -20px;
}
.about-page .about-3 {
  padding-top: 115px;
}
.about-page .about-3 .ui.container .main {
  width: 100%;
  height: 630px;
  background: url(/cn-yingfei/2024/10/11/about-33-1.jpg?imageView2/2/format/webp/q/100) right no-repeat;
  position: relative;
}
.about-page .about-3 .ui.container .main .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 75px;
  width: 50%;
}
.about-page .about-3 .ui.container .main .h3 {
  color: #fff;
  margin-bottom: 60px;
  font-family: 'ExcludedItalic';
}
.about-page .about-3 .ui.container .main ul.culturelist li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
.about-page .about-3 .ui.container .main ul.culturelist li.active p {
  display: block;
}
.about-page .about-3 .ui.container .main ul.culturelist li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .ui.container .main ul.culturelist li .cname {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 40px;
  position: relative;
}
.about-page .about-3 .ui.container .main ul.culturelist li .cname:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--base-color);
  border-radius: 100%;
  position: absolute;
  left: -30px;
  top: 10px;
}
.about-page .about-3 .ui.container .main ul.culturelist li p {
  opacity: 0.5;
  margin-top: 10px;
  color: #fff;
  display: none;
  width: 75%;
}
.about-page .about-4 {
  padding-top: 166px;
}
.about-page .about-4 .ui.container {
  text-align: center;
}
.about-page .about-4 .ui.container .h3 {
  margin-bottom: 90px;
  font-family: 'ExcludedItalic';
}
.about-page .about-4 .ui.container ul.list {
  margin: 0 -25px;
}
.about-page .about-4 .ui.container ul.list li {
  padding: 0 25px;
}
.about-page .about-4 .ui.container ul.list li.cc1 {
  margin-top: 50px;
}
.about-page .about-4 .ui.container ul.list li .item {
  padding: 20px 40px;
  padding-bottom: 50px;
  text-align: left;
  width: 100%;
  height: 446px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.about-page .about-4 .ui.container ul.list li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--base-color);
}
.about-page .about-4 .ui.container ul.list li .item .text {
  position: absolute;
  width: 100%;
  padding: 0 40px;
  height: auto;
  left: 0;
  bottom: 50px;
}
.about-page .about-4 .ui.container ul.list li .item .text .vname {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.about-page .about-4 .ui.container ul.list li .item .text p {
  margin-top: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.about-page .about-5 {
  padding-top: 175px;
}
.about-page .about-6 {
  /*padding-top: 130px;*/
}
.about-page .about-6 .ui.container {
  text-align: center;
}
.about-page .about-6 .ui.container .h4 {
  color: #FFF;
  line-height: 1.2;
  margin-bottom: -11px;
  font-family: 'ExcludedItalic';
  margin-bottom: 60px;
}
.about-page .about-6 .ui.container .factory-title{
  margin-top: 130px;
}
.about-page .about-6 .ui.container ul.honorlist {
  margin: 0 -15px;
  margin-top: 75px;
}
.about-page .about-6 .ui.container ul.honorlist li {
  padding: 0 15px;
}
.font-75 {
  font-size: 74px;
}
@media screen and (max-width: 1400px) {
  .font-75 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 {
    display: none;
  }
  .about-page .about-2 .ui.container ul.data li span {
    display: block;
    font-size: 50px;
    line-height: 1
  }
  .about-page .about-2 .ui.container ul.data li {
    min-width: 200px!important;
  }
  .about-page .about-6 .ui.container .h4{
    margin-bottom: 20px;
  }
  .about-page .about-2 .ui.container ul.data li p {
    position: static;
    transform: translate(0);
    margin-top: 20px;
  }
  .font-60 {
    font-size: 36px
  }
  .about-page .about-2 .ui.container ul.data li span {
    font-size: 32px;
  }
  .about-page .about-6 .ui.container .factory-title {
    margin-top: 40px;
  }
  .about-page .about-2,
  .about-page .about-5 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .ui.container .left {
    width: 100%;
  }
  .font-60 {
    font-size: 32px
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right .text {
    padding-left: 0;
  }
  .font-75 {
    font-size: 29px;
  }
}
.pt-160 {
  padding-top: 160px;
}
.fk {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.fk:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: transparent;
  border: 1px solid var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
}
.fk:hover:before {
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.fk:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.fk.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.fk img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
@keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
.quality-page {
  padding: 70px 0
}

.quality-page h2 {
    line-height: 1.4;
    color: #029eff;
        font-family: 'ExcludedItalic';
}



.quality-page .quality-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -20px
}

.quality-page .quality-2 ul li {
    width: 33.33%;
    padding: 20px
}

.quality-page .quality-2 ul li .mml-text {
    height: 100%;
    padding: 60px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 2px;
    overflow: hidden
}

.quality-page .quality-2 ul li .mml-text:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #009eff;
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease
}

.quality-page .quality-2 ul li .mml-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    right: -30px;
    top: -50px;
    background-color: rgba(255,255,255,.1);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease
}

.quality-page .quality-2 ul li .mml-text h4 {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease
}

.quality-page .quality-2 ul li .mml-text p {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    color: #000
}

.quality-page .quality-2 ul li .mml-text i {
    margin: 0 auto;
    font-size: 50px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #009eff;
    background-color: #efefef;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease
}

.quality-page .quality-2 ul li .mml-text:hover:after {
    opacity: 1
}

.quality-page .quality-2 ul li .mml-text:hover:before {
    width: 200px;
    height: 200px
}

.quality-page .quality-2 ul li .mml-text:hover i {
    background-color: #fff
}

.quality-page .quality-2 ul li .mml-text:hover h4 {
    color: #fff
}

.quality-page .quality-2 ul li .mml-text:hover p {
    color: #fff
}



.quality-page .quality-3 {
padding: 70px 0;
}
.quality-page .quality-3 .container .tip_title {
  font-weight:bold;
  font-size: 56px;
  text-align: center;
  margin-bottom: 30px;
}
.quality-page .quality-3 .container .title_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.quality-page .quality-3 .container .title_list .list {
  text-align: left;
  margin: 0 25px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  padding: 4px 12px;
  cursor: pointer;
}
.quality-page .quality-3 .container .title_list .list p {
  position: relative;
  z-index: 2;
}
.quality-page .quality-3 .container .title_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.quality-page .quality-3 .container .title_list .list:hover::before,
.quality-page .quality-3 .container .title_list .list.active::before {
  background-color: var(--primary);
}
.quality-page .quality-3 .container .list1 {
  margin: auto;
  margin-top: 70px;
  max-width: 1180px;
  overflow: hidden;
}
.quality-page .quality-3 .container .list1 ul li p {
  font-size: 20px;
  line-height: 1.5;
}




@media screen and (max-width: 700px) {
 
  .pt-160 {
    padding-top: 40px;
  }

}
.advantage-page .main .cateitem {
  padding-bottom: 130px;
  position: relative;
  margin-bottom: 220px;
}
.advantage-page .main .cateitem:nth-child(2n) .cate .text {
  text-align: right;
}
.advantage-page .main .cateitem:nth-child(2n) .cate .text .box {
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  max-width: 350px;
}
.advantage-page .main .cateitem:nth-child(2n) .content ul.advlist button.slick-arrow.slick-prev {
  left: 52%;
}
.advantage-page .main .cateitem:nth-child(2n) .content ul.advlist button.slick-arrow.slick-next {
  left: 58%;
}
.advantage-page .main .cateitem:last-child{
  margin-bottom: 110px;
}
.advantage-page .main .cateitem .cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage-page .main .cateitem .cate .text {
  width: 420px;
  padding-top: 115px;
  text-align: left;
}
.advantage-page .main .cateitem .cate .text .box {
  text-align: left;
  display: inline-block;
  width: auto;
}
.advantage-page .main .cateitem .cate .text .box .h3 {
  display: inline-block;
  width: auto;
  padding-bottom: 35px;
}
.advantage-page .main .cateitem .cate .text .box .h3 em {
  color: var(--base-color);
}
.advantage-page .main .cateitem .cate .imgs {
  width: -webkit-calc(100% - 420px);
  width: -moz-calc(100% - 420px);
  width: calc(100% - 420px);
}
.advantage-page .main .cateitem .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.advantage-page .main .cateitem .content .navbox {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 20px;
  left: 40%;
}
.advantage-page .main .cateitem .content .navbox .fk.slick-prev {
  margin-right: 30px;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow {
  width: 70px;
  height: 70px;
  color: transparent;
  background: transparent;
  position: absolute;
  background-size: 65px;
  border: none;
  z-index: 8;
  bottom: 0px;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-prev {
  background: url(../images/prev-1.png) center center no-repeat;
  left: 38%;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-prev:hover {
  background: url(../images/prev-hover.png) center center no-repeat;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-next {
  left: 44%;
  background: url(../images/next-2.png) center center no-repeat;
}
.advantage-page .main .cateitem .content ul.advlist button.slick-arrow.slick-next:hover {
  background: url(../images/next-hover.png) center center no-repeat;
}
.advantage-page .main .cateitem .content ul.advlist li {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage-page .main .cateitem .content ul.advlist li .imgbox {
  width: 34%;
}
.advantage-page .main .cateitem .content ul.advlist li .text {
  width: -webkit-calc(61% - 220px);
  width: -moz-calc(61% - 220px);
  width: calc(61% - 220px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage-page .main .cateitem .content ul.advlist li .text .num {
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .advantage-page .main .cateitem .cate .text {
    padding-top: 0;
    width: 100%;
  }
  .advantage-page .main .cateitem .cate .imgs {
    width: 100%;
  }
  .advantage-page .main .cateitem .content ul.advlist button.slick-arrow {
    display: none!important;
  }
  .advantage-page .main .cateitem:nth-child(2n) .cate {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .advantage-page .main .cateitem .content ul.advlist li .text {
    width: 60%;
  }
   .quality-page .quality-2 ul {
        display:block
    }

    .quality-page .quality-2 ul li {
        width: 100%
    }
     .quality-page .quality-2 ul {
        margin: -15px
    }

    .quality-page .quality-2 ul li {
        padding: 15px
    }
}
@media screen and (max-width: 500px) {

  .inner-page .h3{
    font-size: 26px;
  }
  .advantage-page .main .cateitem .content {
    position: relative;
  }
  .advantage-page .main .cateitem {
    margin-bottom: 80px;
  }
  .advantage-page .main .cateitem .content ul.advlist li .imgbox {
    width: 100%;
  }
  .advantage-page .main .cateitem .content ul.advlist li .text {
    width: 100%;
    margin: 40px 0;
  }
}
.product-yd-page .product-yd .ui.container ul.catelist li {
  margin-bottom: 120px;
  position: relative;
  z-index: 3;
}
.product-yd-page .product-yd .ui.container ul.catelist li:nth-child(2n):before{
  content:"";
  position: absolute;
  width: calc(100% + 210px);
  height:100%;
  background:#000;
  z-index: -1;
  right: 0;
  top: 40px;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox {
  height: 640px;
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox:before {
  content: "";
  position: absolute;
  width: 50%;
  /*background: var(--base-color);*/
  left: 40%;
  height: 100%;
  z-index: -1;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text {
  width: 50%;
  padding-right: 50px;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text .texts {
  margin-top: 53px;
  margin-bottom: 80px;
  padding-left: 120px;
  position: relative;
  max-height: 220px;
  overflow-y: auto;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text .texts:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  left: 0;
  top: 20px;
  background: var(--base-color);
}
.sidebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebox .sideleft {
  width: 30%;
  position: sticky;
  top: 120px;
}
.sidebox .sideleft .box {
  padding: 30px 25px;
  margin-bottom: 40px;
}
.sidebox .sideleft .searchbox form {
  position: relative;
  width: 100%;
}
.sidebox .sideleft .searchbox form input[type="text"] {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  border: none;
  background: transparent;
}
.sidebox .sideleft .searchbox form input[type="submit"] {
  width: 25px;
  height: 25px;
  border: none;
  background: url(../images/search.png) center center no-repeat;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebox .sideleft .cate h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--base-color);
  margin-bottom: 20px;
  color: #fff;
   font-family: 'ExcludedItalic';
}
.sidebox .sideleft .cate ul.catelist li {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
}
.sidebox .sideleft .cate ul.catelist li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.sidebox .sideleft .cate ul.catelist li a i {
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 20px;
}
.sidebox .sideleft .cate ul.catelist li.active a,
.sidebox .sideleft .cate ul.catelist li:hover a{
  color: var(--base-color);
}
.sidebox .sideleft .cate ul.catelist li.active a i,
.sidebox .sideleft .cate ul.catelist li:hover a i{
  background: var(--base-color);
}
.sidebox .sideleft .cate ul.catelist li ul.childen {
  display: none;
}
.sidebox .sideleft .cate ul.catelist li ul.childen li a {
  padding-left: 10px;
}
.sidebox .sideleft .formbox .h3 {
  margin-bottom: 20px;
}
.sidebox .sideleft .formbox form {
  position: relative;
}
.sidebox .sideleft .formbox form input[type="text"] {
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #fff;
  background: #292929;
  padding: 15px ;
  font-size: 18px;
  border: none;
  margin-bottom: 10px;
}
.sidebox .sideleft .formbox form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea {
  width: 100%;
  height: 155px;
  line-height: 2;
  color: #fff;
  background: #292929;
  padding: 15px ;
  font-size: 18px;
  border: none;
}
.sidebox .sideleft .formbox form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type="submit"] {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/inner-submit.png) center center no-repeat;
  background-size: 24px;
  bottom: 10px;
  right: 10px;
  border: none;
}
.sidebox .sideright {
  width: 67%;
}
.sidebox .box {
  width: 100%;
  border: 1px solid #009eff;
}
.product-page .sideright .box {
  padding: 40px 50px;
  margin-bottom: 40px;
}
.product-page .sideright .box h1 {
  color: #fff;
  margin-bottom: 35px;
   font-family: 'ExcludedItalic';
}
.product-page .sideright .box .content {
  max-height: 150px;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.product-page ul.productlist {
  margin: 0 -15px;
}
.product-page ul.productlist li {
  padding: 15px;
  margin-bottom: 40px;
}
.product-page ul.productlist li .item:hover .img-box a.hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.product-page ul.productlist li .item .img-box {
  position: relative;
}
.product-page ul.productlist li .item .img-box a.hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page ul.productlist li .item .img-box a.hoverbox img {
  width: auto;
}
.product-page ul.productlist li .item .pname {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page ul.productlist li .item .pname:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.prodet-page .prodet-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
.prodet-page .prodet-1 .ui.container .left {
  width: 40%;
}
.prodet-page .prodet-1 .ui.container .left img {
  width: 100%;
}
.prodet-page .prodet-1 .ui.container .right {
  width: 55%;
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url(../images/inner-about-2.png) right center no-repeat;

}
.prodet-page .prodet-1 .ui.container .right h1 {
  color: #fff;
  font-family: 'ExcludedItalic';
}
.prodet-page .prodet-1 .ui.container .right .content {
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  overflow: auto;
  height: auto;
}
.prodet-page .prodet-1 .ui.container .right .content p {
  opacity: 0.5;
}

.prodet-page .prodet-1 .ui.container .right .small {
  margin-top: 30px;
}

.prodet-page .prodet-1 .ui.container .right .small ul .slick-track {
  margin: 0;
  margin-right: auto;
}

.prodet-page .prodet-1 .ui.container .right .small ul {
  margin: 0 -8px;
}

.prodet-page .prodet-1 .ui.container .right .small ul li {
  padding: 0 8px;
}


.prodet-page .prodet-2 {
  padding: 60px 0;
}
.prodet-page .prodet-2 .ui.container .m-link,
.m-link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 80px;
}
.prodet-page .prodet-2 .ui.container .m-link a,
.m-link a {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-2 .ui.container .m-link a:hover,
.m-link a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.prodet-page .prodet-2 .m-link {
  margin-bottom: 0!important
}
.prodet-page .prodet-3 .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .prodet-3 .ui.container .main .left {
  width: 270px;
}
.prodet-page .prodet-3 .ui.container .main .left ul li {
  color: #6e6e6e;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding-left: 35px;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .prodet-3 .ui.container .main .left ul li.active {
  color: var(--base-color);
}
.prodet-page .prodet-3 .ui.container .main .right {
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  /*height: 755px;*/
  min-height: 400px;
}
.prodet-page .prodet-3 .ui.container .main .right ul li .content {
  font-size: 18px;
  max-height: 700px;
  overflow-y: auto;
  color: #fff;
  line-height: 32px;
  padding: 50px;
}
.prodet-page .prodet-3 .ui.container .main .right ul li .content table {
  font-size: 15px;
}
.prodet-page .prodet-3 .ui.container .main .right ul li .content table tbody {
  
}
.prodet-page .formboxs {
  padding: 50px;
}
.prodet-page .formboxs form .h4 {
  color: #fff;
  margin-bottom: 50px;
}
.prodet-page .formboxs form ul.formlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.prodet-page .formboxs form ul.formlist li {
  padding: 0 45px;
  display: block;
  margin-bottom: 40px;
}
.prodet-page .formboxs form ul.formlist li p {
  color: #fff;
  margin-bottom: 15px;
}
.prodet-page .formboxs form ul.formlist li input[type="text"] {
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .formboxs form ul.formlist li input[type="submit"] {
  font-size: 22px;
  color: #fff;
  background:#009eff;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.prodet-page .formboxs form ul.formlist li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #f89c1c;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .font-40 {
    font-size: 28px;
  }
  .font-20 {
    font-size: 18px;
line-height: 32px;
  }
  .prodet-page .formboxs form ul.formlist li {
    width: 100%
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox {
    width: 100%;
    padding: 40px 0;
    height: auto;
    margin-bottom: 20px;
  }
.prodet-page .prodet-3 .ui.container .main .right ul li .content {
  padding: 20px
}
  .product-yd-page .product-yd .ui.container ul.catelist li:nth-child(2n) .cateitem {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text {
    width: 100%;
    padding-right: 0px;
  }
  .sidebox .sideleft {
    display: none;
  }
  .sidebox .sideright {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prodet-page .prodet-3 .ui.container .main .left {
    width: 170px;
  }
  .prodet-page .prodet-3 .ui.container .main .right {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .ui.container .m-link a {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .prodet-1 .ui.container .right{
    height: auto;
  }
  .prodet-page .prodet-2 .ui.container .m-link {
    padding: 20px;
    height: auto;
  }
  .prodet-page .prodet-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ui.container .main .left {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .prodet-page .prodet-3 .ui.container .main .left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li {
    height: 60px;
    font-size: 18px;
line-height: 32px;
    border-bottom: none;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li:last-child {
    border-right: none;
  }
  .prodet-page .prodet-3 .ui.container .main .right {
    width: 100%;
  }
  .font-30 {
    font-size: 18px;
line-height: 32px;
  }
  .prodet-page .formboxs form ul.formlist li {
    width: 100%;
  }
  .font-22 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .formboxs form ul.formlist li input[type="text"] {
    font-size: 16px;
    line-height: 30px;
  }
}
.seoPublic &gt; div {
  padding: 80px 0;
}
.seoPublic .h3 {
  color: #fff;
  margin-bottom: 60px;
  font-family: 'ExcludedItalic';
}
.seoPublic .Auxil-about .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
}
.seoPublic .Auxil-about .ui.container:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 80%;
background: #000;
z-index: -1;
}
.seoPublic .Auxil-about .ui.container .right {
  padding: 0 5%;
}
.seoPublic .Auxil-about .ui.container .right .h3 {
  margin-bottom: 14px;
   font-family: 'ExcludedItalic';
}
.seoPublic .Auxil-about .ui.container .right .text {
  color: rgba(255, 255, 255, 0.5);
  max-height: 314px;
overflow-y: scroll;
padding-right: 1em;
}
.seoPublic .Auxil-about .ui.container .right .text em {
  color: var(--base-color);
}
.seoPublic .Auxil-honor ul {
  margin: 0 -18px;
}
.seoPublic .Auxil-honor ul li {
  padding: 0 18px;
}
.seoPublic .Auxil-news ul {
  margin: 0 -15px;
}
.seoPublic .Auxil-news ul li {
  padding: 0 15px;
}
.seoPublic .Auxil-news ul li .item a.imgs {
  width: 100%;
  height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-news ul li .item .text {
  padding: 40px 20px;
  background: #000;
  text-align: left;
}
.seoPublic .Auxil-news ul li .item .text span.time {
  color: rgba(255, 255, 255, 0.3);
}
.seoPublic .Auxil-news ul li .item .text .h5 {
  color: #FFF;
  margin: 15px 0;
  min-height: 6em;
}
.seoPublic .Auxil-news ul li .item .text .chanpinfenleiyexinwen{
color: #FFF;
font-size: 14px;
line-height: 28px;
padding-bottom: 20px;
}
.seoPublic .Auxil-news ul li .item .text .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.seoPublic .Auxil-news ul li .item .text .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.seoPublic .Auxil-news ul li .item .text a.more2 {
  font-family: "ark";
  color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 14px;
line-height: 28px;
}
.seoPublic .Auxil-news ul li .item .text a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-about .ui.container .left {
    width: 100%;
  }

  .seoPublic .Auxil-about .ui.container .right {
    width: 100%;
    padding: 20px 0;
  }
  .seoPublic .Auxil-about .ui.container .right .h3 {
    margin-bottom: 25px;
  }
}

.faq-page {
  padding: 70px 0
}
.faq-page .init-1 .container {
  text-align: center;
}
.faq-page .init-1 .container .tip {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.faq-page .init-1 .container form {
  overflow: hidden;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  max-width: 960px;
  background-color: #ffffff;
}
.faq-page .init-1 .container form input {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 36px;
  padding-right: 80px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.faq-page .init-1 .container form .submit_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/faq_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  right: 32px;
  top: 18px;
}
.faq-page .init-1 .container .des {
  margin-top: 34px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.faq-page .init-2 {
  margin-top: 110px;
}
.faq-page .init-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-page .init-2 .container .left {
  width: -webkit-calc(100% - 590px);
  width: -moz-calc(100% - 590px);
  width: calc(100% - 590px);
  padding-right: 56px;
}
.faq-page .init-2 .container .left .list {
  margin-top: 44px;
  border: 1px solid #4e4e4e;
}
.faq-page .init-2 .container .left .list .title {
  padding: 16px 12px;
  font-size: 22px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1a1a1a;
  cursor: pointer;
}
.faq-page .init-2 .container .left .list .title .title_1 {
  margin-right: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .init-2 .container .left .list .title.active .title_1 {
  color: var(--primary);
}
.faq-page .init-2 .container .left .list .des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 50px;
  display: none;
}
.faq-page .init-2 .container .left .list:first-child {
  margin-top: 0;
}
.faq-page .init-2 .container .left .m-page {
  text-align: left;
}
.faq-page .init-2 .container .right {
  width: 590px;
  padding: 30px;
  background-color: #1a1a1a;
}
.faq-page .init-2 .container .right .tip {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.faq-page .init-2 .container .right input,
.faq-page .init-2 .container .right textarea {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border: none;
  font-weight: 300;
  color: #000000;
}
.faq-page .init-2 .container .right input::-webkit-input-placeholder, .faq-page .init-2 .container .right textarea::-webkit-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-moz-placeholder, .faq-page .init-2 .container .right textarea:-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::-moz-placeholder, .faq-page .init-2 .container .right textarea::-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-ms-input-placeholder, .faq-page .init-2 .container .right textarea:-ms-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::placeholder,
.faq-page .init-2 .container .right textarea::placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right .submit_btn {
  margin-top: 22px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
      background: #009eff;
      color: #fff
}
.faq-page .init-2 .container .right input[type=submit] {
    text-align: center;
  font-weight: bold;
      background: #009eff;
      color: #fff;
      transition: 0.3s
}

.faq-page .init-2 .container .right input[type=submit]:hover {
  background: #000;
  color: #fff
}

@media (max-width: 1250px) {
    .faq-page .init-2 .container .right {
    display: none;
  }
  .faq-page .init-2 .container .left {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-3 .ui.container{
  overflow: auto;
}
.prodet-page .prodet-3 .ui.container .main{
  width: 500px;
}
*::-webkit-scrollbar{
  height: 3px
}
  .faq-page .init-1 .container .tip {
    font-size: 24px;
    line-height: 44px;
  }
  .faq-page .init-1 .container form {
    height: 54px;
    margin-top: 20px;
  }
  .faq-page .init-1 .container form input {
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px;
  }
  .faq-page .init-1 .container form input:first-child {
    padding-right: 32px;
  }
  .faq-page .init-1 .container form .submit_btn {
    height: 18px;
    right: 12px;
    width: 18px;
  }
  .faq-page .init-1 .container .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .faq-page .init-2 {
    margin-top: 40px;
  }
  .faq-page .init-2 .container .left .list {
    margin-top: 20px;
  }
  .faq-page .init-2 .container .left .list .title {
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .init-2 .container .left .list .des {
    padding: 20px 30px;
  }
  .faq-page .init-2 .container .left .m-page {
    text-align: center;
  }
}
.news-page .container .cat_name_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
}
.news-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.news-page .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .cat_name_list .list:hover::before,
.news-page .container .cat_name_list .list.active::before {
  background-color: var(--primary);
}
.news-page .container .content {
  margin-top: 70px;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.news-page .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.news-page .container .content .list .box {
  height: 100%;
  border: 1px solid #ffffff;
}
.news-page .container .content .list .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .content .list .box a:hover {
  color: var(--primary);
}
.news-page .container .content .list .box .img {
  position: relative;
  z-index: 2;
  height: 310px;
}
.news-page .container .content .list .box .cont {
  position: relative;
  padding: 36px 30px;
  color: #fff;
}
.news-page .container .content .list .box .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,159,255, 0.4)), color-stop(rgba(0,159,255, 0)), to(rgba(0,159,255, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(0,159,255, 0.4), rgba(0,159,255, 0), rgba(0,159,255, 0));
  background-image: -moz-linear-gradient(left top, rgba(0,159,255, 0.4), rgba(0,159,255, 0), rgba(0,159,255, 0));
  background-image: linear-gradient(to right bottom, rgba(0,159,255, 0.4), rgba(0,159,255, 0), rgba(0,159,255, 0));
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
}
.news-page .container .content .list .box .cont .title {
  font-size: 24px;
  line-height: 44px;
  margin-top: 16px;
  text-transform: capitalize;
  /*font-weight: bold;*/
  position: relative;
  z-index: 2;
  min-height: 6em;
}
.news-page .container .content .list .box .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;

}
.news-page .container .content .list:hover .box .cont .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1250px) {
  .news-page .container .content {
    margin: 0 -15px;
    padding-top: 0;
  }
  .news-page .container .content .list {
    padding: 0 15px;
  }
  .news-page .container .cat_name_list {
    display: none;
  }
}
@media (max-width: 1000px) {
   .news-page .container .content .list {
    text-align: center;
    width: 50%;
  }
  .news-page .container .content .list .box .img {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .news-page .container .content {
    margin: 0;
  }
  .news-page .container .content .list {
    padding: 0;
    width: 100%;
  }
  .news-page .container .content .list:first-child {
    margin-top: 0;
  }
  .news-page .container .content .list .box .cont {
    padding: 16px;
  }
  .news-page .container .content .list .box .img {
    height: 60vw;
  }
}
.newdet-page .container .title {
  font-size: 30px;
  /*font-weight: bold;*/
  line-height: 1.6;
  text-transform: capitalize;
  color: #fff;
  font-family: 'ExcludedItalic';
}
.newdet-page .container .time {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #ffffff;
}
.newdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  font-family: Poppins !important;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 500px) {
    .newdet-page .container .title {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page .prodet-2 .ui.container .m-link a, .m-link a{
    font-size: 18px;
line-height: 32px;
  }
}

.contact-page {
  padding: 0;
}
.contact-page .init-1 {
  padding-top: 110px;
  padding-bottom: 140px;
  position: relative;
  /*background-image: url(../images/contact_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;*/
  background-color: #000;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 42%;
}
.contact-page .init-1 .container .left .title {
  font-size: 40px;
  /*font-weight: bold;*/
  line-height: 1.3;
    color: #fff;

}
.contact-page .init-1 .container .left .title em{
  color: var(--base-color);
}
.contact-page .init-1 .container .left .des {
  font-size: 16px;
  color: #8b8b8b;
  margin-top: 32px;
  line-height: 30px;
}
.contact-page .init-1 .container .left .tip {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 30px;
}
.contact-page .init-1 .container .left .contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
}
.contact-page .init-1 .container .left .contact_list .list {
  margin-top: 26px;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .init-1 .container .left .contact_list .list .text {
  margin-top: 10px;
}
.contact-page .init-1 .container .left .contact_list .list.email {
  width: 400px;
}
.contact-page .init-1 .container .left .contact_list .list.address {
  max-width: 350px;
  margin-top: 40px;
}
.contact-page .init-1 .container .left .contact_list .list.share {
  max-width: 350px;
  margin-top: 40px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  background-color: #8b8b8b;
  padding: 0;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a i {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .right {
  width: 58%;
  padding-right: 150px;

}
.contact-page .init-1 .container .right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-top: 30px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 10px 14px;
  font-size: 16px;
  line-height: 30px;
  border: none;
}
.contact-page .init-1 .container .right form input::-webkit-input-placeholder, .contact-page .init-1 .container .right form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input:-moz-placeholder, .contact-page .init-1 .container .right form textarea:-moz-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input::-moz-placeholder, .contact-page .init-1 .container .right form textarea::-moz-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input:-ms-input-placeholder, .contact-page .init-1 .container .right form textarea:-ms-input-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input::placeholder,
.contact-page .init-1 .container .right form textarea::placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .btn-go {
  width: 100%;
  cursor: pointer;
}
.contact-page .init-2 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 1500px) {
    .contact-page .init-1 .container .right {
    padding-right: 0;
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li {
    padding-left: 15px;
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li span {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    margin-top: 40px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    text-align: center;
  }
  .contact-page .init-1 .container .left .des {
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .contact-page .init-1 .container .right form input {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .right form textarea {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .init-1 .container .left .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_list {
    text-align: center;
  }
  .contact-page .init-1 .container .left .contact_list .list {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.email {
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.address {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_list .list.share {
    margin-top: 20px;
  }
}

.gallery-page .container .content {
  margin: 0 -20px;
  margin-top: -50px;
}
.gallery-page .container .content p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
.gallery-page .container .content .column {
  margin-top: 50px;
  padding: 0 20px;
}
.gallery-page .container .content .column .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .container .content .column .box a img {
  width: 100%;
}
.gallery-page .container .content .column .box .text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  text-transform: capitalize;
}
.gallery-page .container .content .column .box .text .cir {
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 12px;
}
.gallery-page .container .content .column:hover .box .text {
  opacity: 1;
}
.gallery-page .container .m-page {
  text-align: center;
}
@media (max-width: 500px) {
   .gallery-page .container .content {
    margin: 0;
  }
  .gallery-page .container .content .column {
    margin-top: 20px;
    padding: 0;
  }
  .gallery-page .container .content .column:first-child {
    margin-top: 0;
  }
  .gallery-page .container .content .column .box .text {
    opacity: 1;
  }
}

    .seoPublic .title {
      font-size: 60px;
        color: #fff;
        font-family: 'ExcludedItalic';
        line-height: 1.4;
        margin-bottom: 60px;
    }

    .seoPublic &gt; div {
        padding: 60px 0;
    }

    /*.seoPublic &gt; div:nth-child(odd) {
        background: #fafafa;
    }*/

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--base-color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--base-color);
        color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--base-color);
        color: whitesmoke;
        border: none;
    }

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

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #fff;
    }


    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--base-color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--base-color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--base-color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--base-color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--base-color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 15px;
        }
.about-page .about-1{
  padding-top:0px!important;
}
        #cp-Nav .nav div.title {
            font-size: 18px;
            line-height: 32px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--base-color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav &gt; ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            font-size: 16px;
line-height: 30px;
        }

       .pt-160{
         padding-top: 40px;
       }
       .inner-banner{
         height: auto;
         padding: 160px 0 60px;

       }
       .inner-banner .content{
         position: relative;
         top: 0;
         transform: none;
       }
       .inner-banner .content .ui.container .h2{
             font-size: 24px !important;
       }
    }
    .seoPublic .title {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic &gt; div {
        padding: 60px 0;
    }


    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

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

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #fff;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            line-height: 32px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav &gt; ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic &gt; div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
        .Auxil-industry{
          display: none;
        }
    }
    




.history-page .view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
 .history-page .showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.history-page .showreel_box .list_u_img_box &gt; a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.history-page .showreel_box .list_u_img_box &gt; a.on{
  font-size: 24px;
  color: #009eff;
  position: relative;
  cursor: auto;
}
.history-page .showreel_box .list_u_img_box &gt; a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #009eff;
  transition: all .5s ease;
}
.history-page .showreel_box .list_u_img_box &gt;a:hover{
  color: #009eff;
}
.history-page .showreel_box .list_u_img_box &gt; a.on::after,.showreel_box .list_u_img_box &gt;a:hover::after{
  width: 1em;
}
.history-page .showreel_box .list_u_img_box &gt; img:last-child {
  margin-right: 0; }
.history-page .dev_con {
  background-color: #111111;
  position: relative;
}
.history-page .dev_con .tea_case {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.history-page .tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.history-page .tab_time_bottom .showreel_box .list_u_img_box &gt; a {
  width: 100px;
  font-size: 20px;
  color: #979ba0;
  transition: all 0.5s ease;
}
.history-page .tab_time_bottom .showreel_box .list_u_img_box &gt; a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #009eff;
  transition: all 0.5s ease;
}
.history-page .tab_time_bottom .showreel_box .btn_img_next {
  right: 25px;
  left: auto;
}
.history-page .tab_time_bottom .showreel_box .list_u_img_box &gt; a.on,
.history-page .tab_time_bottom .showreel_box .list_u_img_box &gt; a:hover {
  font-size: 20px;
  color: #009eff;
}
.history-page .tab_time_bottom .showreel_box .list_u_img_box &gt; a:hover::after,
.history-page .tab_time_bottom .showreel_box .list_u_img_box &gt; a.on::after {
  width: 2em;
}
.history-page .showreel_box .btn_img_prev, .history-page .showreel_box .btn_img_next {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    text-align: center;
    color: #bebdc2;
    cursor: pointer;
}

.history-page .tab_time_bottom .showreel_box .btn_img_prev,
.history-page .tab_time_bottom .showreel_box .btn_img_next {
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
  box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-page .tab_time_bottom .showreel_box .btn_img_next {
    right: 25px;
    left: auto;
}
.history-page .dev_tex_box &gt; div {
  display: none;
  /*width: 70%;*/
  /*float: right;*/
  line-height: 36px;
  font-size: 18px;
  /*margin-right: 120px;*/
  font-weight: 300;
  padding-bottom: 60px;
  text-align: center;
  min-height: 260px;
}
.history-page .dev_tex_box p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center
}
.history-page .time_title_case {
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.history-page .at_time {
  position: absolute;
  /*font-family: 'Butler';*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: rgba(255, 255, 255, 0.04);
  font-size: 240px;
  line-height: 1;
 
}
.history-page .time_sha {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  /*background: -ms-linear-gradient(left, #f6f9fb 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, #f6f9fb 100%);
  background: -moz-linear-gradient(left, #f6f9fb 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, #f6f9fb 100%);
  background: -o-linear-gradient(left, #f6f9fb 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, #f6f9fb 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f6f9fb), color-stop(0.1, rgba(246, 249, 251, 0)), color-stop(0.9, rgba(246, 249, 251, 0)), color-stop(1, #f6f9fb));
  background: -webkit-linear-gradient(left, #f6f9fb 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, #f6f9fb 100%);*/
}
.history-page .time_line_case {
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.history-page .time_line_box {
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.history-page .time_line_box &gt; div {
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0, 53, 134, 0.5) 0%, #009eff 100%);
  background: -moz-linear-gradient(right, rgba(0, 53, 134, 0.5) 0%, #009eff 100%);
  background: -o-linear-gradient(right, rgba(0, 53, 134, 0.5) 0%, #009eff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #328361), color-stop(1, #cce5b4));
     background: -webkit-linear-gradient(right, rgb(255 255 255 / 0%) 0%, #009eff 100%);
  font-size: 20px;
  line-height: 1;
}
.history-page .time_line_box &gt; div:nth-child(odd) .btn_time &gt; span {
  bottom: -50px;
  top: auto;
}
.history-page .btn_time {
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009eff;
  z-index: 1;
  cursor: pointer;
}
.history-page .btn_time &gt; span {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all 0.5s ease;
  width: 80px;
  color: #fff
}
.history-page .btn_time::after {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0, 53, 134, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: dot1 2s infinite ease;
  -webkit-animation: dot1 2s infinite ease;
}
@keyframes dot1 {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 36px;
    height: 36px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}
.history-page .btn_time:hover::after {
  display: block;
}
.history-page .time_line_box &gt; div.bodes {
  pointer-events: none;
  /*background: -ms-linear-gradient(right, #919395 0%, #dce0e1 100%);
  background: -moz-linear-gradient(right, #919395 0%, #dce0e1 100%);
  background: -o-linear-gradient(right, #919395 0%, #dce0e1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #919395), color-stop(1, #dce0e1));
  background: -webkit-linear-gradient(right, #919395 0%, #dce0e1 100%);*/
}
.history-page .bodes .btn_time {
  background-color: #959798;
}
.history-page .bodes .btn_time span {
  color: #979ba0;
}
.history-page .wave_box {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.history-page .wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px, -52%);
  }
  100% {
    transform: translate(80px, -50%);
  }
}
.history-page .wave svg {
  fill: #fff;
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.history-page .st0 {
  fill: #fff;

}
.history-page .st1 {
  
  fill: #fff;
}
.history-page .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #009eff !important;
}
.history-page .titie_box_bg {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all 0.5s ease;
}
.history-page .titie_box_bg svg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.history-page .titie_box_bg #title_bg_down {
  opacity: 0.3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.history-page .time_line_box .on .btn_time &gt; span {
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%, -50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}
.history-page .time_line_box .on .btn_time .titie_box_bg {
  transform: scale(1);
}
.history-page .time_line_box .on .btn_time .titie_box_bg &gt; #title_bg_down {
  animation: alpha 2.25s linear infinite forwards;
}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  50% {
    border-radius: 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}




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

  .history-page .at_time {
    font-size: 100px;
  }
  .history-page .time_line_box .on .btn_time &gt; span{
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
   .history-page .dev_con .tea_case{
        padding: 0 15px 70px 15px;
  }
  .history-page .time_title_case{
        padding-bottom: 40px;
  }
  .history-page .time_line_case{
    margin-top: -.2rem;
  }
  .history-page  .titie_box_bg {
    width: 60px;
    margin: -30px 0 0 -30px;
  }
  .history-page .time_line_box &gt; div:nth-child(odd) .btn_time &gt; span {
    bottom: -35px;
    top: auto;
  }
  .history-page .time_line_box &gt; div {
    font-size: 14px;
  }
  .history-page .dev_tex_box &gt; div {
    width: 100%;
    float: none;
  }

}

.yingfei{
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   width: 500px;
   display: inline-block;
   vertical-align: middle;
   padding: 0 3px 5px;
}
p.pddes{
  font-size: 14px;
    line-height: 2;
}</pre></body></html>