@font-face {
  font-family: 'EtelkaTextPro-Bold';
  src: url(../fonts/EtelkaTextPro-Bold.ttf) format('truetype'), url(../fonts/EtelkaTextPro-Bold.eot) format('eot'), url(../fonts/EtelkaTextPro-Bold.woff) format('woff'), url(../fonts/EtelkaTextPro-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../fonts/MyriadPro-Regular.ttf) format('truetype'), url(../fonts/MyriadPro-Regular.eot) format('eot'), url(../fonts/MyriadPro-Regular.woff) format('woff'), url(../fonts/MyriadPro-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url(../fonts/MyriadPro-Bold.ttf) format('truetype'), url(../fonts/MyriadPro-Bold.eot) format('eot'), url(../fonts/MyriadPro-Bold.woff) format('woff'), url(../fonts/MyriadPro-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'MyriadPro-Black';
  src: url(../fonts/MyriadPro-Black.ttf) format('truetype'), url(../fonts/MyriadPro-Black.eot) format('eot'), url(../fonts/MyriadPro-Black.woff) format('woff'), url(../fonts/MyriadPro-Black.woff2) format('woff2');
}
@font-face {
  font-family: 'MyriadPro-Light';
  src: url(../fonts/MyriadPro-Light.ttf) format('truetype'), url(../fonts/MyriadPro-Light.eot) format('eot'), url(../fonts/MyriadPro-Light.woff) format('woff'), url(../fonts/MyriadPro-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url(../fonts/MyriadPro-Semibold.ttf) format('truetype'), url(../fonts/MyriadPro-Semibold.eot) format('eot'), url(../fonts/MyriadPro-Semibold.woff) format('woff'), url(../fonts/MyriadPro-Semibold.woff2) format('woff2');
}

input::-webkit-input-placeholder {
  color: #cccccc;
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
#footer .footer-t .footer-t-gird .t-list #addForm input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
body {
  margin: 0;
  padding: 0;
  --color: #0b3475;
  --red: #d00f12;
  font-family: 'MyriadPro-Regular';
  --font:'MyriadPro-Semibold';
}
.ui.container {
  padding: 0 15px;
  width: 1180px;
  margin: auto;
  position: relative;
}
.meng{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 150;
  top:175px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 175px;
  transition: all 0.5s;
}
#header .nav-border{
  background-color: #222;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
#header .nav-border h4{
  font-size: 16px;
  color: white;
  text-align: center;
}
#header .nav-t {
  height: 105px;
  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-t .logo{
  display: flex;
  align-items: center;
}
#header .nav-t .logo span{
  font-size: 18px;
  font-family: var(--font);
  margin-left: 20px;
}
#header .nav-t .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav-t .right .list {
  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;
  margin-right: 35px;
}
#header .nav-t .right .list .list-r {
  margin-left: 15px;
}
#header .nav-t .right .list .list-r h4 {
  font-size: 18px;
  margin-bottom: -5px;
}
#header .nav-t .right .list .list-r p {
  font-size: 16px;
  opacity: 0.4;
}
#header .nav {
  position: relative;
  height: 70px;
}
#header .nav .ui.menu {
  background-color: var(--color);
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 80px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0;
  padding: 0 25px;
  font-size: 18px;
  border-right: 1px solid #fff;
  color: #fff;
  -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 > li:hover {
  color: var(--red);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > 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: 210px;
  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 var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > 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 > li ul.sub-menu > 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: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 {
  padding-right: 0;
  border-right: none;
}
#header .nav .ui.menu .menu-box ul.menu li:first-child {
  padding-left: 0;
}
#header .nav .ui.menu .right {
  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 .right .h-search {
  cursor: pointer;
  margin-right: 20px;
}
.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 {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: 50%;*/
  width: auto;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.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: 250;
}
#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: 61px;
  height: 61px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#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;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 30px;
}
#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 > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > 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;
}
#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-family: 'MyriadPro-Semibold';
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  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 .yuan {
  width: 15px !important;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 15px;
}
.language-box .zhuyu {
  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;
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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 {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  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.white {
  background-color: #f2f8fd;
  color: var(--color);
}
.btn-go.white span {
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-go.white:hover {
  color: #fff;
}
.btn-go.white:hover span {
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-go.white:hover img {
  -webkit-filter: invert(1) grayscale(1);
  filter: invert(1) grayscale(1);
}
.btn-go.white:hover::before {
  background-color: var(--color);
}
.btn-go {
  padding-right: 15px;
  padding-left: 25px;
  color: #fff;
  height: 45px;
  font-size: 18px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  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;
  cursor: pointer;
}
.btn-go span {
  height: 100%;
  line-height: 45px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go img {
  position: relative;
  z-index: 2;
  -webkit-filter: invert(1) grayscale(1);
  filter: invert(1) grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go:hover {
  background-color: transparent;
  color: var(--color);
}
.btn-go:hover span {
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-go:hover img {
  position: relative;
  z-index: 2;
  -webkit-filter: none;
  filter: none;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f8fd;
  -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);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #f2f8fd;
}
.home-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home-title span {
  font-size: 18px;
  color: var(--color);
}
.home-title h3 {
  font-size: 36px;
}
#banner {
  margin-top: 135px;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul .slick-arrow{
  position: absolute;
  top:50%;
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  color:transparent;
  text-align: center;
  line-height: 55px;
  z-index: 10;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-arrow:hover{
  background-color: var(--red);
}
#banner .banner-content ul .slick-arrow:hover::before{
 color: rgba(255, 255, 255, 1);
}
#banner .banner-content ul .slick-arrow::before{
  content: "\f104";
  font-size: 20px;
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.6);
  display: block;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-next::before{
  content: "\f105";
}
#banner .banner-content ul .slick-prev{
  left: 5%;
}
#banner .banner-content ul .slick-next{
  right:5%;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  bottom: 170px;
  right: 260px;
  color: #fff;
}
#banner .banner-content ul li .content h3 {
  font-size: 48px;
  font-family: 'EtelkaTextPro-Bold';
  max-width: 490px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
#banner .banner-content ul li .content::before{
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-25%);
  content: "";
  display: block;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: rgba(11, 52, 117, 0.4);
}
#banner .banner-content ul li .content p {
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 60px;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product {
  padding-top: 105px;
}
#index-body .product .product-content .product-title {
  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-bottom: 25px;
}
#index-body .product .product-content .product-title .home-title {
  margin-bottom: 0;
}
#index-body .product .product-content ul {
  margin: 0 -20px;
}
#index-body .product .product-content ul li::before {
  content: "";
  display: block;
  width: 90%;
  height: 99%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
  left: 10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li:hover::before {
  opacity: 1;
}
#index-body .product .product-content ul li {
  position: relative;
  padding: 10px 20px 0;
}
#index-body .product .product-content ul li .box {
  padding: 20px;
  background-color: #f1f7fc;
}
#index-body .product .product-content ul li .box h4 {
  font-size: 18px;
  font-family: 'MyriadPro-Bold';
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  margin-top: 10px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
display: -webkit-box;
}

#index-body .sell-product {
  padding-top: 105px;
}
#index-body .sell-product .sell-product-content {
  position: relative;
}
#index-body .sell-product .sell-product-content .sell-title {
  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-bottom: 25px;
}
#index-body .sell-product .sell-product-content .sell-title .home-title {
  margin-bottom: 0;
}
#index-body .sell-product .sell-product-content .sell-title .home-title h3 {
  font-family: MyriadPro-Bold;
}
#index-body .sell-product .sell-product-content ul {
  margin: 0 -7px;
}
#index-body .sell-product .sell-product-content ul li:hover .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
#index-body .sell-product .sell-product-content ul li {
  padding: 10px 7px;
  cursor: pointer;
}
#index-body .sell-product .sell-product-content ul li .box {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  font-family: 'MyriadPro-Semibold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
}
#index-body .sell-product .sell-product-content ul li .box h4 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-bottom: 10px;
}
#index-body .sell-product .sell-product-content ul li .box .btn {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content ul li .box h4:hover {
  color: var(--color);
}
#index-body .sell-product .sell-product-content ul li .box .btn:hover {
  color: #c30d23;
}
#index-body .about {
  padding: 145px 0;
  position: relative;
}
#index-body .about .about-content {
  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;
}
#index-body .about .about-content .right {
  max-width: 550px;
  padding-top: 30px;
}
#index-body .about .about-content .right .tag {
  font-size: 18px;
  color: var(--color);
}
#index-body .about .about-content .right h3 {
  font-size: 36px;
  font-family: 'MyriadPro-Bold';
  line-height: 1.2;
  margin: 20px 0;
}
#index-body .about .about-content .right p,
.dingshunshou {
  font-size: 18px;
  line-height: 1.6;
  margin: 15px 0 50px;
}
#index-body .about .about-content .right .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
#index-body .about .about-content .right .box .box-list {
  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;
  margin-right: 120px;
}
#index-body .about .about-content .right .box .box-list h4 {
  font-size: 18px;
  font-family: 'MyriadPro-Bold';
  margin-left: 15px;
  line-height: 1.2;
}
#index-body .about .about-content .left {
  position: relative;
  margin-right: 45px;
}
#index-body .about .about-content .left .about-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: -40px;
  bottom: -50px;
}
#index-body .about .about-content .left .about-btn .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .about-content .left .about-btn .play h4 {
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
  white-space: nowrap;
}
#index-body .about-data {
  background: url("../images/about-data-bg.jpg") no-repeat;
  background-size: cover;
  height: 295px;
  padding-top: 35px;
}
#index-body .about-data .about-data-content ul {
  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;
}
#index-body .about-data .about-data-content ul li {
  color: #fff;
  text-align: center;
}
#index-body .about-data .about-data-content ul li h4 {
  font-family: 'MyriadPro-Black';
  font-size: 66px;
}
#index-body .about-data .about-data-content ul li h4 span {
  font-size: 18px;
  font-family: 'MyriadPro-Light';
}
#index-body .about-data .about-data-content ul li p {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: -15px;
  margin-bottom: 10px;
}
#index-body .advantage {
  padding: 105px 0 0;
}
#index-body .advantage .advantage-content {
  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;
}
#index-body .advantage .advantage-content .left {
  width: 48%;
  height: 100%;
}
#index-body .advantage .advantage-content .left>ul{
  position: relative;
}
#index-body .advantage .advantage-content .left ul li {
  height: 515px;
}
#index-body .advantage .advantage-content .left ul .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
#index-body .advantage .advantage-content .left ul .slick-dots li{
  width: 10px;
  height: 10px;
  border-radius:50%;
  background-color: #fbfbfb; 
  margin: 0 8px;
}
#index-body .advantage .advantage-content .left ul .slick-dots li button{
  display: none;
}
#index-body .advantage .advantage-content .left ul .slick-dots li.slick-active{
  background-color: var(--red); 
}
#index-body .advantage .advantage-content .left ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .advantage .advantage-content .right {
  width: 48%;
}
#index-body .advantage .advantage-content .right .home-title h3 {
  font-family: MyriadPro-Bold;
}
#index-body .advantage .advantage-content .right .active.list p {
  height: 70px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  overflow: auto;
}
#index-body .advantage .advantage-content .right .active.list .list-t button {
  background-color: var(--red);
}
#index-body .advantage .advantage-content .right .list p {
  height: 0;
  overflow: hidden;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content .right .list .list-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .advantage .advantage-content .right .list .list-t button {
  width: 35px;
  height: 35px;
  border: none;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content .right .list .list-t h4 {
  font-size: 24px;
  font-family: 'MyriadPro-Semibold';
  margin-left: 20px;
}
#index-body .advantage .advantage-b {
  margin-top: 45px;
}
#index-body .advantage .advantage-b ul {
  margin: 0 -27px;
}
#index-body .advantage .advantage-b ul li {
  padding: 0 27px;
}
#index-body .advantage .advantage-b ul li .content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  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 .advantage .advantage-b ul li .content .right {
  margin-left: 20px;
  width: calc(100% - 80px);
}
#index-body .advantage .advantage-b ul li .content .right h4 {
  font-size: 24px;
  padding-left: 20px;
}
#index-body .advantage .advantage-b ul li .content .right p {
  font-size: 16px;
  opacity: 0.4;
}
#index-body .news {
  padding: 115px 0 70px;
}
#index-body .news .news-content .news-title {
  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-bottom: 65px;
}
#index-body .news .news-content .news-title .home-title {
  margin-bottom: 0;
}
#index-body .news .news-content .news-title .home-title h3 {
  font-family: MyriadPro-Bold;
}
#index-body .news .news-content ul {
  margin: 0 -15px;
}
#index-body .news .news-content ul li {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 15px 0;
}
#index-body .news .news-content ul li .box {
  width: 100%;
  height: 100%;
  padding: 40px 35px 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#index-body .news .news-content ul li .box .img-box {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 25px 0;
}
#index-body .news .news-content ul li .box .date {
  padding: 6px 20px;
  background-color: var(--color);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 35px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .news-content ul li .box .box-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
#index-body .news .news-content ul li .box .box-t span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
#index-body .news .news-content ul li .box .box-t span:last-child::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/admin.png") no-repeat;
  margin-right: 10px;
}
#index-body .news .news-content ul li .box .box-t span:first-child::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 25px;
  margin-right: 10px;
}
#index-body .news .news-content ul li .box h4 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  height: 85px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content ul li .box h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li .box .btn {
  width: 100%;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
}
#index-body .news .news-content ul li .box .btn span {
  text-transform: uppercase;
  font-size: 16px;
}
#index-body .news .news-content ul li .box .btn:hover {
  background-color: #cd0019;
  color: #fff;
}
#index-body .partner {
  padding: 25px 0 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .partner .partner-content ul {
  margin: 0 -15px;
}
#index-body .partner .partner-content ul li {
  padding: 25px 15px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .partner .partner-content ul li .box {
  width: 100%;
  height: 130px;
  padding: 0 15px;
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .partner .partner-content ul li .box img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .partner .partner-content ul li:hover .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
#index-body .partner .partner-content ul li:hover .box img {
  -webkit-filter: none;
  filter: none;
}
#footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
}
#footer .footer-t {
  position: relative;
  padding-top: 110px;
}
#footer .footer-t .footer-userinfo {
  width: calc(100% - 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 45px;
  background-color: var(--color);
  border-radius: 10px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#footer .footer-t .footer-userinfo h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: MyriadPro-Semibold;
}
#footer .footer-t .footer-userinfo .download {
  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-userinfo .download span {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 15px;
}
#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;
  padding-bottom: 50px;
}
#footer .footer-t .footer-t-gird .userinfo.t-list {
  max-width: 370px;
  width: 370px;
}
#footer .footer-t .footer-t-gird .userinfo.t-list ul {
  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;
  margin-bottom: 25px;
}
#footer .footer-t .footer-t-gird .contact {
  width: 38%;
}
#footer .footer-t .footer-t-gird .contact .qc-img{
  margin-top: 30px;
}
#footer .footer-t .footer-t-gird .contact .qc-img canvas,
#footer .footer-t .footer-t-gird .contact .qc-img img{
  width: 120px;
  height: auto;
  border: 3px solid #fff;
}
#footer .footer-t .footer-t-gird .contact div {
  font-size: 16px;
  margin-bottom: 10px;
  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-gird .contact div img {
  margin-right: 10px;
}
#footer .footer-t .footer-t-gird .contact div span {
  margin-bottom: 0;
  font-size: 18px;
}
#footer .footer-t .footer-t-gird .contact .address {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
#footer .footer-t .footer-t-gird .contact .address span {
  margin-top: -5px;
  max-width: 380px;
}
#footer .footer-t .footer-t-gird .link.t-list {
  width: auto;
}
#footer .footer-t .footer-t-gird .link.t-list span {
  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-gird .link.t-list span::before {
  content: ">";
  margin-right: 5px;
  width: 0;
  overflow: hidden;
  color: #c53336;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
#footer .footer-t .footer-t-gird .link.t-list span:hover::before {
  width: 15px;
}
#footer .footer-t .footer-t-gird .t-list {
  width: 30%;
  color: #fff;
  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 #addForm {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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-gird .t-list #addForm input[type='text'] {
  display: block;
  width: 48%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding-right: 15px;
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 20px;
}
#footer .footer-t .footer-t-gird .t-list #addForm input[name='content'] {
  width: 100%;
  margin-bottom: 35px;
}
#footer .footer-t .footer-t-gird .t-list #addForm input[type='submit'] {
  height: 100%;
  line-height: 45px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  padding-right: 30px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
}
#footer .footer-t .footer-t-gird .t-list #addForm input[type='submit']:hover {
  color: var(--color);
  border-color: rgba(0, 0, 0, 0.2);
}
#footer .footer-t .footer-t-gird .t-list #addForm .btn-go {
  margin-left: auto;
}
#footer .footer-t .footer-t-gird .t-list p {
  font-size: 20px;
  font-family: MyriadPro-Semibold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-b p {
  color: #fff;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  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;
  opacity: 0.8;
}
#footer .footer-b p span {
  margin-right: 10px;
  font-size: 16px;
  color:rgba(255, 255, 255, 0.6);
}
#footer .footer-b p img {
  width: 260px;
  height: auto;
  padding-top: 5px;
  opacity: 0.6;
}
@media (max-width: 1900px) {
  #index-body .about-data {
    background: var(--color);
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1600px) {
  #banner .banner-content ul li .content h3 {
    font-size: 40px;
  }
  #banner .banner-content ul li .content p {
    margin: 20px 0 ;
  }
  #index-body .about-data .about-data-content ul li h4 {
    font-size: 54px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    padding: 0 25px;
  }
  #header .nav-t .right .list {
    margin-right: 35px;
  }
  #header .nav-t .logo span{
    max-width: 210px;
  }
}
@media (max-width: 1400px) {
  #header .nav .ui.menu{
    padding: 0 25px;
  }
}
@media (max-width: 1250px) {
  .ui.container {
    width: 1000px;
  }
  #index-body .about .about-content .left .about-btn > img {
    display: none;
  }
  #index-body .about .about-content .left .about-btn {
    left: 50%;
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .about .about-content .right p,
  .dingshunshou {
    font-size: 16px;
    margin: 15px 0 20px;
  }
  #index-body .about .about-content .right h3 {
    font-size: 30px;
  }
  #index-body .about .about-content .left > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .about-data .about-data-content ul li h4 {
    margin-bottom: 10px;
  }
  #index-body .news .news-content ul li .box .box-t span:first-child {
    display: none;
  }

}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  .meng{
    top:120px;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container,
  #banner .banner-content ul li .content {
    width: 700px;
  }
  #banner .banner-content ul li .content {
    left: 50%;
    top: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 15px;
  }
  #index-body .about .about-content {
    -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 .right {
    width: 100%;
    max-width: 100%;
  }
  #index-body .about .about-content .left {
    margin-right: 0;
    width: 100%;
    margin-top: 40px;
  }
  #index-body .about .about-content .left > img {
    max-height: 400px;
  }
  #index-body .about-data {
    display: none;
  }
  #index-body .about {
    padding: 70px 0;
  }
  #footer .footer-t .footer-t-gird .link.t-list {
    display: none;
  }
  #footer .footer-t .footer-t-gird .contact.t-list {
    width: 40%;
  }
  #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;
    height: auto;
    padding: 20px 0;
  }
  .home-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .ui.container,
  #banner .banner-content ul li .content {
    width: 500px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 24px;
  }
  #banner .banner-content ul li .content p {
    margin: 15px 0;
    font-size: 16px;
  }
  #index-body .advantage,
  #footer .footer-t .footer-userinfo,
  #index-body .partner,
  #footer .footer-t .footer-t-gird .userinfo.t-list ul {
    display: none;
  }
  #index-body .news .news-content ul li .box .img-box {
    width: 100%;
  }
  #index-body .news .news-content ul li .box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .footer-t .footer-t-gird {
    -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 .contact.t-list {
    width: 100%;
    margin-bottom: 60px;
  }
  #footer .footer-t .footer-t-gird .userinfo.t-list {
    max-width: 100%;
    width: 100%;
  }
  #footer .footer-b p span {
    text-align: center;
  }
  #index-body .sell-product {
    padding-top: 0;
  }
  #index-body .news {
    padding: 75px 0;
  }
  .home-title h3 {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .ui.container,
  #banner .banner-content ul li .content {
    width: 100%;
  }
  #banner .banner-content ul li .content p {
    display: none;
  }
  #banner .banner-content ul li .content h3 {
    margin-bottom: 10px;
  }
  #index-body .about .about-content .right .box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .about .about-content .right .box .box-list {
    margin-right: 0 ;
  }
  #index-body .sell-product .sell-product-content .sell-title,
  #index-body .news .news-content .news-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #index-body .sell-product .sell-product-content .sell-title .home-title,
  #index-body .news .news-content .news-title .home-title {
    margin-bottom: 20px;
  }
  #footer .footer-t,
  #index-body .product {
    padding-top: 60px;
  }
}



































/*------------------------------------inner-page---------------------------------*/

.inner-banner {
  position: relative;
  height: 220px;
  background-size: cover;
  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;
  margin-top: 135px;
}
.inner-banner.about-banner {
  background: url(../images/about-banner.jpg) center right no-repeat;
}
.inner-banner.product-banner {
  background: url(../images/product-banner.jpg) center right no-repeat;
}
.inner-banner.chongya-banner {
  background: url(../images/lamination-banner.jpg) center right no-repeat;
}
.inner-banner.contact-banner {
  background: url(../images/contact-banner.jpg) center right no-repeat;
}
.inner-banner.download-banner {
  background: url(../images/download-banner.jpg) center right no-repeat;
}
.inner-banner.news-banner {
  background: url(../images/news-banner.jpg) center right no-repeat;
}
.inner-banner.video-banner {
  background: url(../images/VIDEO.jpg) center right no-repeat;
}
.inner-banner.service-banner {
  background: url(../images/service-banner.jpg) center right no-repeat;
}
.inner-banner.shebei-banner {
  background: url(../images/about-banner.jpg) center right no-repeat;
}
.inner-banner .mbx {
  color: #fff;
  text-transform: capitalize;
}
.inner-page h3 {
  font-family: 'MyriadPro-Semibold';
}
.inner-title span{
  font-size: 20px;
  display: flex;
  align-items: center;
  color: var(--color);
}
.inner-title span::before{
  content:"";
  width: 45px;
  height: 1px;
  background-color: var(--color);
  margin-right: 25px;
}
.inner-title h3{
  font-size: 60px;
  font-family: var(--font);
}
.video-page .content .video-title{
  margin-bottom: 65px;
}
.video-page .content .video-title h5{
  font-size: 20px;
  color: var(--color);
  display: flex;
  align-items: center;
}
.video-page .content .video-title h5::before{
  content: "";
  display: block;
  width:45px;
  height:1px;
  background-color: var(--color);
  margin-right: 10px; 
}
.video-page .content .video-title h4{
  font-size: 50px;
  font-family: var(--font);
}
.video-page .content{
  margin-bottom: 70px;
}
.video-page .content:last-child{
  margin-bottom: 0;
}
.video-page .content ul {
  margin: 0 -20px;
  position: relative;
}
.video-page .content ul .slick-dots{
  display: flex;
  position: absolute;
  left:50%;
  bottom: -40px;
  transform: translateX(-50%);
}
.video-page .content ul .slick-dots li{
  margin: 0 10px;
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  border-radius: 50%;
  background-color:#000;
}
.video-page .content ul .slick-dots li.slick-active{
  background-color:var(--color);
}
.video-page .content ul .slick-dots li button{
  display: none;
}
.video-page .content ul .slick-track{
  margin-left: 0;
}
.video-page .content ul li{
  padding: 0 20px;
}
.video-page .content ul li .img-box{
  display: block;
  width: 100%;
  position: relative;
}
.video-page .content ul li .img-box img{
  width: 100%;
  object-fit: cover;
}
.video-page .content ul li .img-box .play{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.video-page .content ul li .img-box .play i{
  font-size: 60px;
  color: #fff;
}
.video-page .content ul li h4{
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.about-page .about-1 {
  padding: 110px 0;
  background: #f0f1f2;
}
.about-page .about-1 .ui.container h1{
  color: var(--color);
}
.about-page .about-1 .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;
}
.about-page .about-1 .ui.container .main .left h2.ruixin {
  font-size: 150px;
  font-family: 'MyriadPro-Semibold';
  line-height: 2;
  color: var(--color);
}
.about-page .about-1 .ui.container .main .left h6 {
  font-weight: 500;
  color: var(--color);
  margin-top: 10px;
}
.about-page .about-1 .ui.container .main .left p {
  color: #a5a5a5;
  line-height: 2;
  margin-top: 3px;
  max-height: 500px;
  overflow-y: scroll;
}
.about-page .about-1 .ui.container .main .left h2 {
  margin-top: 40px;
}
.about-page .about-1 .ui.container .main .right {
  padding-left: 140px;
  padding-right: 120px;
  padding-bottom: 75px;
  position: relative;
  z-index: 3;
  margin-right: -160px;
}
.about-page .about-1 .ui.container .main .right::before {
  content: "";
  width: 500px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--color);
}
.about-page .about-1 .ui.container .bottom {
  margin-top: 100px;
}
.about-page .about-1 .ui.container .bottom ul.datalist {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -50px;
}
.about-page .about-1 .ui.container .bottom ul.datalist li {
  display: inline-block;
  padding: 0 50px;
}
.about-page .about-1 .ui.container .bottom ul.datalist h6 {
  color: var(--color);
  font-weight: 500;
}
.about-page .about-1 .ui.container .bottom ul.datalist span {
  color: #222222;
  font-size: 72px;
  font-family: 'MyriadPro-Semibold';
}
.about-page .about-1 .ui.container .bottom ul.datalist span i{
  font-size: 46px;
}
.about-page .about-1 .ui.container .bottom ul.datalist p {
  color: #a5a5a5;
  line-height: 2;
}
.about-page .about-2 {
  padding-top: 90px;
  padding-bottom: 120px;
}
.about-page .about-2 .bottom {
  margin-top: 70px;
}
.about-page .about-2 .bottom ul.eqlist {
  margin: 0 -20px;
}
.about-page .about-2 .bottom ul.eqlist li {
  padding: 0 20px;
}
.about-page .about-2 .bottom ul.eqlist li .item {
  position: relative;
}
.about-page .about-2 .bottom ul.eqlist li .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #fff, transparent);
  background-image: -moz-linear-gradient(bottom, #fff, transparent);
  background-image: linear-gradient(to top, #fff, transparent);
  -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-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;
}
.about-page .about-2 .bottom ul.eqlist li .item a img {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-2 .bottom ul.eqlist li .item h5 {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0 30px;
  color: #222;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 500;
}
.about-page .about-2 .bottom ul.eqlist li .item:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
}
.about-page .about-2 .bottom ul.eqlist li .item:hover a img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.about-page .about-2 .bottom ul.eqlist li .item:hover h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.about-page .about-3 {
  padding: 115px 0 85px;
  /*background: url(../images/about-3-xiaobj.jpg) top left no-repeat;*/
  background: #0b3475;
  background-size: cover;
}
.about-page .about-3 .ui.container {
  /*margin-left: 75px;*/
  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;
  max-width: 1445px;
}
.about-page .about-3 .ui.container .left {
  position: relative;
  top: 4px;
}
.about-page .about-3 .ui.container .right {
  padding-left: 100px;
  margin-top: -40px;
  color: #fff;
}
.about-page .about-3 .ui.container .right span.tt {
  color: #fff;
}
.about-page .about-3 .ui.container .right span.tt:before {
  background: #fff;
}
.about-page .about-3 .ui.container .right ul {
  margin-top: 35px;
}
.about-page .about-3 .ui.container .right ul li {
  padding-left: 40px;
  background: url(../images/checked.png) left top no-repeat;
  margin-bottom: 15px;
}
.about-page .about-3 .ui.container .right ul li p {
  line-height: 1.6;
}
.about-page .about-4 {
  padding-top: 130px;
  padding-bottom: 80px;
}
.about-page .about-4 .ui.container {
  max-width: 1515px;
  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;
}
.about-page .about-4 .ui.container .left {
  color: #222;
  padding-right: 10%;
}
.about-page .about-4 .ui.container .left p {
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 15px;
}
.about-page .about-4 .ui.container .left ul.datalist li {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 7px;
  margin-top: 30px;
  position: relative;
}
.about-page .about-4 .ui.container .left ul.datalist li em {
  width: 60px;
  height: 40px;
  text-align: center;
  background: url(../images/maopao-con.png) center center no-repeat;
  line-height: 2;
}
.about-page .about-4 .ui.container .left ul.datalist li i {
  height: 10px;
  background-color: #ebebeb;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.about-page .about-4 .ui.container .left ul.datalist li i:before {
  content: "";
  position: absolute;
  height: 10px;
  border-radius: 10px;
  background: var(--color);
  left: 0;
  top: 0;
}
.about-page .about-4 .ui.container .left ul.datalist li:nth-child(1) i:before {
  width: 40%;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .left ul.datalist li:nth-child(2) i:before {
  width: 20%;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .left ul.datalist li:nth-child(3) i:before {
  width: 40%;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .left ul.datalist li.active i:before {
  width: 0!important;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .right {
  margin-left: -30px;
}
.about-page .about-4 .ui.container .right .imgbox {
  position: relative;
}
.about-page .about-4 .ui.container .right .imgbox ul li {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: var(--color);
}
.about-page .about-4 .ui.container .right .imgbox ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--color);
  opacity: 0.6;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  display: block;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(1) {
  top: 54%;
  left: 36%;
}
.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(2) {
  top: 44%;
  left: 11%;
}
.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(3) {
  top: 38%;
  left: 70%;
}
.about-page .about-4 .bottom {
  margin-top: 80px;
}
.about-page .about-4 .bottom ul li {
  padding: 0 30px;
}
.about-page .about-5 {
  padding: 90px 0;
}
.about-page .about-5 .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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-5 .ui.container .left {
  width: 45%;
}
.about-page .about-5 .ui.container .left h3 {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 33px;
}
.about-page .about-5 .ui.container .right {
  width: 55%;
  padding-left: 5%;
}
.about-page .about-5 .ui.container .right h6 {
  color: var(--color);
  font-weight: 500;
}
.about-page .about-5 .ui.container .right p {
  color: #a5a5a5;
  line-height: 2;
  margin-top: 20px;
}
.about-page .about-6 {
  padding-top: 30px;
  padding-bottom: 110px;
}
.about-page .about-6 .ui.container {
  text-align: center;
}
.about-page .about-6 .ui.container span.tt {
  padding-left: 0;
}
.about-page .about-6 .ui.container span.tt:before {
  display: none;
}
.about-page .about-6 .ui.container h3 {
  color: #222;
  /*margin-top: 15px;*/
  margin-bottom: 50px;
}
.about-page .about-6 .ui.container ul {
  margin: 0 -25px;
}
.about-page .about-6 .ui.container ul li {
  padding: 0 25px;
}
.about-page .about-6 .ui.container ul li .item {
  padding: 0 25px;
  height: 356px;
  display: block;
  padding-top: 50px;
  -webkit-box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);
}
.about-page .about-6 .ui.container ul li .item .imgbox {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(1) {
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(2) {
  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%);
  opacity: 0;
}
.about-page .about-6 .ui.container ul li .item h5 {
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  color: #222;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-6 .ui.container ul li .item p {
  color: #a5a5a5;
  line-height: 2;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-6 .ui.container ul li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.about-page .about-6 .ui.container ul li .item:hover h5 {
  color: #fff;
  border-color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-6 .ui.container ul li .item:hover p {
  color: #fff;
}
.about-page .about-7 {
  padding-top: 100px;
  padding-bottom: 20px;
  background: #f0f1f2;
}
.about-page .about-7 .slick-prev{
  display: none!important;
}
.about-page .about-7 .ui.container .teamlist>li {
  margin-bottom: 60px;
  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: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-7 .ui.container .teamlist li:nth-child(2n) .text {
  padding-left: 60px;
  padding-right: 0;
}
.about-page .about-7 .ui.container .teamlist li .img {
  display: inline-block;

}
.about-page .about-7 .ui.container .teamlist li  .img img{
  width: 100%;
}
.about-page .about-7 .ui.container .teamlist li .text {
  padding-right: 60px;
}
.about-page .about-7 .ui.container .teamlist li .text h5 {
  color: #222;
}
.about-page .about-7 .ui.container .teamlist li .text p {
  color: #a5a5a5;
  margin-top: 20px;
  margin-bottom: 25px;
}
.font-55 {
  font-size: 55px;
}
.mt35 {
  margin-top: 25px;
}
.font-35 {
  font-size: 35px;
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .ui.container .bottom ul.datalist span {
    font-size: 48px;
  }
  .about-page .about-2 .bottom ul.eqlist li .item h5 {
    bottom: 10px;
  }
  .font-20 {
    font-size: 18px;
  }
 
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .ui.container .main .right {
    margin-right: -100px;
  }
  .about-page .about-1 .ui.container .main .right {
    padding-left: 40px;
    padding-right: 0;
    padding-bottom: 75px;
    position: relative;
    z-index: 3;
    margin-right: 0px;
  }
  .about-page .about-1 .ui.container .main .right::before {
    width: 80%;
  }
  .font-55 {
    font-size: 48px;
  }
  .about-page .about-3 .ui.container .right {
    padding-left: 40px;
  }
  .font-28 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-28 {
    font-size: 22px;
  }
  .font-35 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
  .font-18 {
    font-size: 14px;
  }
  .about-page .about-1 .ui.container .main .left h2 {
    margin-top: 20px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist {
    margin: 0 -20px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist li {
    padding: 0 20px;
  }
  .about-page .about-1 .ui.container .main .left h2.ruixin {
    font-size: 80px;
  }
  .about-page .about-1 .ui.container .bottom {
    margin-top: 20px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .font-55 {
    font-size: 40px;
  }
  .about-page .about-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .font-40 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .about-page .about-1 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .main .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .main .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist span {
    font-size: 36px;
  }
  .font-55 {
    font-size: 32px;
  }
  .about-page .about-2 .bottom {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container .left {
    display: none;
  }
  .about-page .about-3 .ui.container .right {
    padding-left: 0;
    width: 80%;
  }
  .about-page .about-4 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .ui.container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .ui.container .right {
    width: 100%;
  }
  .about-page .about-5 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .ui.container .left {
    width: 100%;
  }
  .about-page .about-5 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .about-page .about-6 .ui.container 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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-6 .ui.container ul li {
    margin-bottom: 20px;
  }
  .about-page .about-7 .ui.container .teamlist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .about-page .about-7 .ui.container .teamlist li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .about-page .about-7 .ui.container .teamlist li .left {
    width: 100%;
  }
  .about-page .about-7 .ui.container .teamlist li .right {
    width: 100%;
  }
  .about-page .about-7 .ui.container .teamlist li .text {
    padding: 0;
  }
  .about-page .about-7 .ui.container .teamlist li .img {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .about-page .about-1 .ui.container .bottom ul.datalist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .font-55 {
    font-size: 24px;
  }
  .about-page .about-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-page .about-3 .ui.container {
    margin-left: 15px;
  }
  .font-28 {
    font-size: 18px;
  }
  .about-page .about-4 .bottom {
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 20px 0;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  .font-35 {
    font-size: 20px;
  }
  .about-page .about-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-page .about-7 {
    padding: 20px 0;
  }
}
.font-21 {
  font-size: 21px;
}
.font-26 {
  font-size: 26px;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .gallery-1 ul {
  margin: 0 -30px;
  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: 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;
}
.gallery-page .gallery-1 ul li {
  padding: 0 25px 55px;
}
.gallery-page .gallery-1 ul li .item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.gallery-page .gallery-1 ul li .item > img {
  width: 100%;
}
.gallery-page .gallery-1 ul li .item a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #fff, transparent);
  background-image: -moz-linear-gradient(bottom, #fff, transparent);
  background-image: linear-gradient(to top, #fff, transparent);
  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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item a img {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item h5 {
  color: #222;
  position: absolute;
  bottom: 20px;
  padding: 10px 40px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.gallery-page .gallery-1 ul li .item:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
}
.gallery-page .gallery-1 ul li .item:hover a img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.gallery-page .gallery-1 ul li .item:hover h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.history-page {
  padding-bottom: 0;
}
.history-page .historybox {
  padding: 100px 0;
  background: url(../images/feature-bg.jpg) center bottom no-repeat #F0F1F3;
  text-align: center;
}
.history-page .historybox span.mouse {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 0 auto;
  margin-top: 40px;
}
.history-page .historybox span.mouse em {
  color: #222;
  margin-top: 20px;
}
.history-page .historybox ul.historylist {
  position: relative;
}
.history-page .historybox ul.historylist::before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.history-page .historybox ul.historylist li {
  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;
  position: relative;
  margin-bottom: 100px;
}
.history-page .historybox ul.historylist li .imgbox {
  width: 40%;
}
.history-page .historybox ul.historylist li i {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: var(--color);
  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%);
}
.history-page .historybox ul.historylist li i:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  display: block;
  background: var(--color);
  opacity: 0.8;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.history-page .historybox ul.historylist li .textbox {
  width: 50%;
  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;
}
.history-page .historybox ul.historylist li .textbox h5 {
  color: var(--color);
  font-weight: 500;
  display: inline-block;
}
.history-page .historybox ul.historylist li  .text {
  /*width: 260px;*/
  text-align: left;
}
.history-page .historybox ul.historylist li:nth-child(odd) .text{
  text-align: right;
}
.history-page .historybox ul.historylist li  .text h6 {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2;
}
.history-page .historybox ul.historylist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.history-page .historybox ul.historylist li:nth-child(even) .textbox {
  padding-left: 120px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.history-page .historybox ul.historylist li:nth-child(odd) .textbox {
  padding-left: 120px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.history-page .historybox ul.historylist li:nth-child(odd) .textbox:before {
  content: "";
  width: 90px;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.history-page .historybox ul.historylist li:nth-child(even) .textbox {
  padding-right: 120px;
  position: relative;
}
.history-page .historybox ul.historylist li:nth-child(even) .textbox:before {
  content: "";
  width: 90px;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
@media screen and (max-width: 1000px) {
  .history-page .historybox ul.historylist li:nth-child(odd) .textbox {
    padding-left: 40px;
    position: relative;
  }
  .history-page .historybox ul.historylist li:nth-child(odd) .textbox:before {
    content: "";
    width: 35px;
  }
  .history-page .historybox ul.historylist li:nth-child(even) .textbox {
    padding-right: 40px;
    position: relative;
  }
  .history-page .historybox ul.historylist li:nth-child(even) .textbox:before {
    content: "";
    width: 35px;
  }
}
@media screen and (max-width: 600px) {
  .history-page .historybox ul.historylist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .history-page .historybox ul.historylist li:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .history-page .historybox ul.historylist li .textbox {
    width: 100%;
    margin-top: 20px;
    
  }
  .history-page .historybox ul.historylist li .textbox .text {
    width: 100%;
  }
  .history-page .historybox ul.historylist li .imgbox {
    width: 100%;
  }
}
.product-yd-page .catebox ul li {
  position: relative;
}
.product-yd-page .catebox ul li:nth-child(odd) {
  background: #fff;
}
.product-yd-page .catebox ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f1f2;
  height: 100%;
  width: 50%;
}
.product-yd-page .catebox ul li:nth-child(odd) .text {
  padding: 40px 0;
  padding-left: 100px;
}
.product-yd-page .catebox ul li:nth-child(odd) .img {
  margin-right: -55px;
}
.product-yd-page .catebox ul li:nth-child(even) {
  background: #f0f1f2;
}
.product-yd-page .catebox ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color);
}
.product-yd-page .catebox ul li:nth-child(even) .text {
  padding: 40px 0;
  padding-right: 100px;
}
.product-yd-page .catebox ul li:nth-child(even) .text span.tt {
  color: #fff;
}
.product-yd-page .catebox ul li:nth-child(even) .text span.tt:before {
  content: "";
  background: #fff;
}
.product-yd-page .catebox ul li:nth-child(even) .text h3 {
  color: #fff;
}
.product-yd-page .catebox ul li:nth-child(even) .text .content {
  color: #fff;
}
.product-yd-page .catebox ul li:nth-child(even) .text a.more {
  color: #fff;
}
.product-yd-page .catebox ul li:nth-child(even) .text a.more em {
  color: #fff;
}
/*.product-yd-page .catebox ul li:nth-child(even) .text a.more .yuan img {
  -webkit-filter: brightness(8);
  filter: brightness(8);
}*/
.product-yd-page .catebox ul li:nth-child(even) .img {
  margin-left: -55px;
}
.product-yd-page .catebox ul li:nth-child(even) .content::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.5);
}
.product-yd-page .catebox ul li:nth-child(even) .content::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 1)!important;
}
.product-yd-page .catebox ul li .ui.container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-yd-page .catebox ul li .ui.container .text .content {
  padding-right: 20px;
  max-height: 160px;
  overflow-y: scroll;
  margin-top: 25px;
  margin-bottom: 35px;
}


.inner-page .slideBarBox .slideBarleft {
    width: 75%;
    padding-left: 2%;
}
.inner-page .slideBarBox .slideBarright {
    width: 25%;
    padding-right: 2%;
}
.inner-page .slideBarBox .slideBarright form {
    position: relative;
    width: 100%;
}
.inner-page .slideBarBox .slideBarright form input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #eee;
    font-size: 16px;
    color: #333;
    border: none;
}
.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::placeholder {
    color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input[type="submit"] {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: url("../images/icon-zoom.png") center center no-repeat #004099;
}
.inner-page .slideBarBox .slideBarright h3 {
    margin: 60px 0 20px;
    font-size: 20px;
    color: #181818;
    line-height: 2;
    font-family: var(--font);
}
.inner-page .slideBarBox .slideBarright .navList ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #181818;
    position: relative;
    line-height: 2;
}
.inner-page .slideBarBox .slideBarright .navList ul li em {
    float: right;
    color: #939393;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
    color: #004099;
}
.inner-page .slideBarBox .slideBarright .proList ul li {
    padding-bottom: 20px;
    margin-top: 25px;
    border-bottom: 1px solid #dcdcdc;
}
.inner-page .slideBarBox .slideBarright .proList ul li a{
  display: flex;
}
.inner-page .slideBarBox .slideBarright .proList ul li span {
    max-width: 30%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 64 153 / 85%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:before {
    content: '>';
    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%);
    font-size: 18px;
    color: white;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 15px;
    font-size: 16px;
    color: #181818;
    line-height: 2;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
    display: block;
    color: #7f7f7f;
    margin-bottom: 5px;
    font-weight: normal;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6:after {
    content: '';
    width: 43px;
    height: 2px;
    background: #004099;
    margin-top: 10px;
    display: block;
}
.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
    margin-top: 0;
}
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after,
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:before {
    opacity: 1;
}



.applications2-page {
    padding: 80px 0 0;
}
.applications2-page .slideBarleft .list ul {
    margin: -25px -10px;
    display: flex;
    flex-wrap: wrap;
}
.applications2-page .slideBarleft .list ul li {
    padding: 25px 10px;
}
.applications2-page .slideBarleft .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
    height: 100%;
}
.applications2-page .slideBarleft .list ul li .box a.img-box {
    display: block;
}
.applications2-page .slideBarleft .list ul li .box a.img-box img {
    width: 100%;
}
.applications2-page .slideBarleft .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.applications2-page .slideBarleft .list ul li .box a.img-box em.more {
    display: inline-block;
    line-height: 35px;
    height: 40px;
    padding: 3px 18px;
    background:#004099;
    color: white;
    font-size: 17px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.applications2-page .slideBarleft .list ul li .box .content {
    padding: 15px;
}
.applications2-page .slideBarleft .list ul li .box .content h5 {
    font-size: 18px;
    color: #181818;
    font-family: var(--font);
    overflow: hidden;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.applications2-page .slideBarleft .list ul li .box .content h5:hover {
    color: #004099;
}
.applications2-page .slideBarleft .list ul li .box .content p {
    display: block;
    font-size: 17px;
    color: #737373;
    margin-top: 10px;
    line-height: 2;
}
.applications2-page .slideBarleft .list ul li .box:hover {
    -o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
}
.applications2-page .slideBarleft .list ul li .box:hover a.img-box:after {
    opacity: 1;
}
.applications2-page .slideBarleft .list ul li .box:hover a.img-box em {
    opacity: 1;
}

.fenleiyedaduan {
    font-size: 16px;
    margin: 20px 238px;
    text-align: justify;
    line-height: 2;
}
/*.jutichanpinye {
  color: white;
}*/

.indusknow h2 {
      font-size: 58px;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 1.2;
    text-align:center;
     }
.indusknow h3 {
     font-size: 28px;
    line-height: 1;    
    margin-bottom: 10px;
    margin-top: 12px;
      font-weight: 400;
     }
.indusknow {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 10px 10px;
    margin: 0 auto;
    position: relative;
    background: #fff url(/template/en/images/init-2-bg.jpg);
    max-width: 1558px;
}

h1.fenleiyeh1 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 2;
    font-family: var(--font);
}
.max-1420{
  margin: 0 auto;
  position: relative;
  width: 1420px;
  padding: 0 15px;
}
.inner-page span.tag {
    font-size: 20px;
    color: #004099;
    display: inline-block;
    line-height: 2;
}
.inner-page h2.title {
    font-size: 45px;
    color: #181818;
    line-height: 2;
    font-weight: bold;
}


@media screen and (max-width: 1000px) {
  .font-30 {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul li .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page .catebox ul li .ui.container .left {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .catebox ul li .ui.container .right {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .catebox ul li:nth-child(2n) .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .product-yd-page .catebox ul li:nth-child(odd) .img {
    margin-right: 0px;
  }
  .product-yd-page .catebox ul li:nth-child(even) .img {
    margin-left: 0px;
  }
  .product-yd-page .catebox ul li:nth-child(odd):before {
    width: 100%;
  }
  .product-yd-page .catebox ul li:nth-child(even):before {
    width: 100%;
  }
}
.product-page .productbox {
  padding: 100px 0;
  background: #f0f1f2;
}
.product-page .productbox .ui.container h3 {
  color: #222;
  margin-bottom: 40px;
}
.product-page .productbox .ui.container ul.productlist {
  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;
  margin: 0 -15px;
}
.product-page .productbox .ui.container ul.productlist li {
  padding: 0 15px;
}
.product-page .productbox .ui.container ul.productlist li .item {
  position: relative;
  padding-bottom: 35px;
  z-index: 3;
  overflow: hidden;
}
.product-page .productbox .ui.container ul.productlist li .item:after {
  width: 100%;
  height: 7px;
  border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
  background: var(--color);
}
.product-page .productbox .ui.container ul.productlist li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: -65px;
  background: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .productbox .ui.container ul.productlist li .item .textbox {
  padding: 0 20px;
}
.product-page .productbox .ui.container ul.productlist li .item .textbox h5 {
  color: #222;
  text-align: left;
  line-height: 2;
  margin-bottom: 20px;
}
.product-page .productbox .ui.container ul.productlist li .item .textbox a.more2 {
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 23px;
  color: var(--color);
  border: 1px solid var(--color);
  height: auto;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .productbox .ui.container ul.productlist li .item:hover:after {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 14px;
}
.product-page .productbox .ui.container ul.productlist li .item:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.product-page .productbox .ui.container ul.productlist li .item:hover .textbox a.more2 {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.prodet-page {
    padding: 55px 0 125px;
}
.prodet-page .prodet-1 .left {
    padding-right: 20px;
}
.prodet-page .prodet-1 .left a.img-box {
    display: block;
}
.prodet-page .prodet-1 .left a.img-box img {
    width: 100%;
    background: #efefef;
}
.prodet-page .prodet-1 .left a.img-box i {
    width: 48px;
    height: 48px;
    background: url("../images/icon-zoom.png") center center no-repeat #004099;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.prodet-page .prodet-1 .left .small {
    margin-top: 12px;
}
.prodet-page .prodet-1 .left .small ul {
    margin: -7px;
}
.prodet-page .prodet-1 .left .small ul li {
    padding: 7px;
}
.prodet-page .prodet-1 .left .small ul li a {
    display: block;
}
.prodet-page .prodet-1 .right {
    padding-left: 20px;
    vertical-align: middle;
    margin-top: 20px;
}
.prodet-page .prodet-1 .right span.tag {
    color: #181818;
}
.prodet-page .prodet-1 .right span.tag:before {
    content: '';
    width: 56px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #004099;
}
.prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    color: #181818;
    line-height: 1.2;
    margin-top: 15px;
    font-family: var(--font);
}
.prodet-page .prodet-1 .right .text {
    margin: 30px 0 45px;
    font-size: 14px;
    color: #181818;
    line-height: 2;
}
.prodet-page .prodet-1 .right .share ul li {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.prodet-page .prodet-1 .right .share ul li a {
    display: block;
}
.prodet-page .prodet-1 .right .share ul li:hover {
    color: white;
    background: #004099;
}
.prodet-page .prodet-1 .right a.more {
    line-height: 40px;
    height: 40px;
    padding: 2px 24px;
    border-radius: 2px;
    background: #004099;
    color: white;
    font-size: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin: 20px 0;
}
.prodet-page .prodet-1 .right a.more:hover {
    background: #222;
}
.prodet-page h3.title {
    color: #181818;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: bold;
}
.prodet-page .prodet-2 {
    padding-top: 70px;
}
.prodet-page .prodet-2 .options {
    border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .options ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #181818;
    padding: 0 15px;
    margin-right: 60px;
    line-height: 36px;
    height: 36px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: hand;
}
.prodet-page .prodet-2 .options ul li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-2 .options ul li:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #004099;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .options ul li.active,
.prodet-page .prodet-2 .options ul li:hover {
    color: #004099;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
    opacity: 1;
}
.prodet-page .prodet-2 .content {
    margin-top: 26px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #666;
    background: white;
    overflow-x: auto;
    padding-right: 1px;
    line-height: 30px;
}
.prodet-page .prodet-2 .content table td{
  min-width: 120px;
}
.prodet-page .prodet-3 .form {
    margin-top: 40px;
    padding: 30px 45px;
    border: 5px solid #eee;
    background: white;
}
.prodet-page .prodet-3 .form h6 {
    font-size: 26px;
    color: #181818;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 28px;
}
.prodet-page .prodet-3 .form ul {
    margin: -10px -35px;
}
.prodet-page .prodet-3 .form ul li {
    padding: 10px 35px;
}
.prodet-page .prodet-3 .form ul li.wid-100 {
    width: 100%;
}
.prodet-page .prodet-3 .form ul li label {
    font-size: 20px;
    color: #181818;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.prodet-page .prodet-3 .form ul li label em {
    color: #004099;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px 15px;
    background: #ededed;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;
}
.prodet-page .prodet-3 .form ul li input:focus,
.prodet-page .prodet-3 .form ul li textarea:focus {
    background: rgba(240, 3, 49, 0.1);
}
.prodet-page .prodet-3 .form ul li textarea {
    height: 160px;
}
.prodet-page .prodet-3 .form ul li input[type="submit"] {
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    padding: 2px 40px;
    width: auto;
    border-radius: 2px;
    background: #004099;
    color: white;
    font-size: 15px;
}
.prodet-page .prodet-3 .form ul li input[type="submit"]:hover {
    background: #222;
}
.prodet-page .prodet-4 {
    padding: 90px 0;
}
.prodet-page .prodet-4 .list {
    margin-top: 30px;
}
.prodet-page .prodet-4 .list ul {
    margin: -9px;
}
.prodet-page .prodet-4 .list ul li {
    padding: 9px;
}
.prodet-page .prodet-4 .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.prodet-page .prodet-4 .list ul li .box a.img-box {
    display: block;
}
.prodet-page .prodet-4 .list ul li .box a.img-box img {
    width: 100%;
}
.prodet-page .prodet-4 .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet-page .prodet-4 .list ul li .box a.img-box em.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 2px 15px;
    background: #004099;
    color: white;
    font-size: 17px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.prodet-page .prodet-4 .list ul li .box .content {
    padding: 15px;
}
.prodet-page .prodet-4 .list ul li .box .content h5 {
    font-size: 20px;
    color: #181818;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-4 .list ul li .box .content h5:hover {
    color: #004099;
}
.prodet-page .prodet-4 .list ul li .box .content p {
    display: block;
    font-size: 17px;
    color: #737373;
    margin-top: 5px;
    line-height: 2;
}
h2.chanpinyeh22 {
  font-size: 70px;
  font-weight: 700;
  color: black;
}
.prodet-page .prodet-4 .list ul li .box:hover {
    -o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.13);
}
.prodet-page .prodet-4 .list ul li .box:hover a.img-box:after {
    opacity: 1;
}
.prodet-page .prodet-4 .list ul li .box:hover a.img-box em {
    opacity: 1;
}
.chongya-page {
  padding: 100px 0;
  background: #f0f1f2;
}
.chongya-page ul.chongyalist li {
  margin-top: 150px;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chongya-page ul.chongyalist li:hover .left .img-box:before {
  height: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.chongya-page ul.chongyalist li h2 {
  position: absolute;
  top: 50%;
  right: -webkit-calc(100% + 32px);
  right: -moz-calc(100% + 32px);
  right: calc(100% + 32px);
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 313px;
  font-size: 17px;
  color: #ccc;
}
.chongya-page ul.chongyalist li .left {
  padding-right: 55px;
}
.chongya-page ul.chongyalist li .left .img-box {
  background: #fff;
  position: relative;
}
.chongya-page ul.chongyalist li .left .img-box:before {
  content: "";
  height: 7px;
  background: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.chongya-page ul.chongyalist li .right h3 {
  font-weight: 500;
  line-height: 2;
}
.chongya-page ul.chongyalist li .right .content {
  margin: 25px 0;
}
.partner-page{
  padding: 115px 0 200px;
  background-color: #f0f1f2;
}
.partner-page .content{
  color: var(--color);
  line-height: 1.8;
}
.partner-page .content span{
  margin-right: 50px;
}
.partner-page .content h4{
  color: var(--color);
  font-family: var(--font);
  display: inline-block;
}
.partner-page .container{
  margin-bottom: 120px;
}
.partner-page .container:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .inner-banner{
    margin-top: 120px;
    height: 120px;
  }
  .chongya-page ul.chongyalist li h2 {
    display: none;
  }
  .max-1420{
    width: 1180px;
  }
  .inner-page .slideBarBox .slideBarright .navList ul li em{
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .max-1420{
    width: 1000px;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
    line-height: 1.5;
  }
    .inner-page h2.title,
    .prodet-page h3.title {
        font-size: 28px;
    }
    .prodet-page .prodet-3 .form {
        padding: 15px;
    }
    .prodet-page .prodet-4 {
        padding: 50px 0;
    }
    .prodet-page .prodet-4 .list ul li .box .content h5,
    .applications2-page .slideBarleft .list ul li .box .content h5 {
        font-size: 16px;
    }
    .prodet-page .prodet-4 .list ul li .box .content p,
    .applications2-page .slideBarleft .list ul li .box .content p {
        font-size: 14px;
    }
    .prodet-page .prodet-4 .list ul li .box a.img-box em.more,
    .prodet-page .prodet-1 .right a.more,
    .applications2-page .slideBarleft .list ul li .box a.img-box em.more {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
        white-space: nowrap;
    }
    .prodet-page .prodet-3 .form h6 {
        font-size: 16px;
    }
    .prodet-page .prodet-1 .right a.more {
        margin-top: 20px;
    }
  .inner-title h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px){
  .inner-page .slideBarBox .slideBarright{
    display: none;
  }
  .max-1420 {
    width: 700px;
  }
  .inner-page .slideBarBox .slideBarleft{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .max-1420 {
    width: 500px;
  }
  .chongya-page ul.chongyalist li .left {
    width: 100%;
    padding-right: 0;
  }
  .chongya-page ul.chongyalist li .right {
    width: 100%;
    margin-top: 20px;
  }
  .font-21 {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .content {
  line-height: 2;
  }
  .prodet-page .prodet-4 .list ul li .box .content h5,
  .applications2-page .slideBarleft .list ul li .box .content h5{
    line-height: 2;
  }
  .prodet-page .prodet-4 .list ul li .box .content p, 
  .applications2-page .slideBarleft .list ul li .box .content p {
    line-height: 2;
  }
  .prodet-page .prodet-3 .form h6 {
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .max-1420 {
    width: 100%;
  }
  .applications2-page,
  .prodet-page {
    padding: 25px 0;
  }
  .newdet-page {
    padding-top: 0px !important;
}
}
.download-page {
  background: #f0f1f2;
}
.download-page ul.downloadlist{
  margin: 50px -15px 0;
}
.download-page ul.downloadlist li{
  padding:0 15px;
  margin-bottom:45px;
  height: 65px;
}
.download-page ul.downloadlist li .item {
  position: relative;
}
.download-page ul.downloadlist li .item:hover a.download {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.download-page ul.downloadlist li .item a.download {
  height: 65px;
  background-color: #fff !important;
  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;
  -moz-box-orient: vertical;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.download-page ul.downloadlist li .item a.download:hover {
  background: #fff;
}
.download-page ul.downloadlist li .item a.download span {
  width: 100%;
  display: block;
  text-align: center;
}
.download-page ul.downloadlist li .item a.download span:first-child{
  background: #fff;
  color: #000;
  height: 65px;
  line-height: 65px;
  width: calc(100% -160px);
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--font);
}
.download-page ul.downloadlist li .item a.download span:last-child{
  height: 65px;
  line-height: 65px;
  background: var(--color);
  color: #fff;
  font-family: var(--font);
  width: 160px;
  font-size: 18px;
  text-transform: uppercase;
}
.faq-page {
  background: #f0f1f2;
  padding: 100px 0;
  padding-bottom: 0;
}
.faq-page .ui.container .mainbox {
  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;
  margin: 0 -20px;
}
.faq-page .ui.container .mainbox .faqbox {
  padding: 0 20px;
  margin-bottom: 100px;
}
.faq-page .ui.container .mainbox .faqbox h3 {
  margin-bottom: 25px;
}
.faq-page .ui.container .mainbox .faqbox ul.faqlist li {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 35px 0px rgba(34, 34, 34, 0.07);
  box-shadow: 0px 4px 35px 0px rgba(34, 34, 34, 0.07);
  margin-bottom: 20px;
}
.faq-page .ui.container .mainbox .faqbox ul.faqlist li .content {
  display: none;
}
.faq-page .ui.container .mainbox .faqbox ul.faqlist li.active h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--color);
}
.faq-page .ui.container .mainbox .faqbox ul.faqlist li.active h5 i {
  color: #fff;
}
.faq-page .ui.container .mainbox .faqbox ul.faqlist h5 {
  position: relative;
  padding: 10px 15px;
  padding-right: 30px;
  color: #222;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.faq-page .ui.container .mainbox .faqbox ul.faqlist h5 i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.faq-page .ui.container .mainbox .faqbox ul.faqlist .content {
  padding: 15px;
  background: #fff;
  color: #a5a5a5;
  line-height: 2;
}
.faq-page .ui.container .mainbox .faqbox.imgbox {
  position: relative;
  padding-bottom: 0;
  padding-right: 0;
}
.faq-page .ui.container .mainbox .faqbox.imgbox .textbox {
  position: absolute;
  width: 331px;
  height: 173px;
  right: 0;
  bottom: 0;
  padding: 30px;
  background: var(--color);
}
.faq-page .ui.container .mainbox .faqbox.imgbox .textbox h6 {
  color: #fff;
  margin-bottom: 25px;
}
.faq-page .ui.container .mainbox .faqbox.imgbox .textbox a.more i.yuan {
  border: 1px solid #fff;
}
.faq-page .ui.container .mainbox .faqbox.imgbox .textbox a.more em {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .faq-page .ui.container .mainbox .faqbox {
    width: 100%;
  }
  .faq-page .ui.container .mainbox .faqbox img {
    width: 100%;
  }
}
.news-page {
  padding: 95px 0;
}
.news-page .ui.container ul.newslist li {
  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;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: var(--color);
  line-height: 2;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #222;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  max-width: 600px;
  padding: 0 15px;
}
.news-page .ui.container ul.newslist li .text h5 {
  font-family: 'MyriadPro-Semibold';
  margin-bottom: 20px;
  width: 600px;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .news-page .ui.container ul.newslist li .date {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .ui.container ul.newslist li .img-box {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
}
.newdet-page{
  padding-top: 100px;
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: #222222;
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  font-family: 'MyriadPro-Semibold';
  margin-bottom: 30px;
}
.newdet-page .ui.container .content {
  color: #a5a5a5;
  font-size: 18px;
      line-height: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
  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;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.newdet-page .ui.container .bottom .sharebox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  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;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
@media screen and (max-width: 700px) {
  .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .font-36 {
    font-size: 28px;
  }
  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contact-page {
  background: #f0f1f2;
}
.contact-page .contact-1 {
  padding: 100px 0 60px;
}
.contact-page .contact-1 .left {
  margin-right: -15px;
}
.contact-page .contact-1 .left p {
  color: #a5a5a5;
  line-height: 2;
  margin-bottom: 30px;
}
.contact-page .contact-1 .left form ul {
  width: 100%;
}
.contact-page .contact-1 .left form ul li {
  margin-bottom: 15px;
}
.contact-page .contact-1 .left form ul li input[type="text"] {
  width: 100%;
  height: 66px;
  padding: 0 20px;
  line-height: 2;
  font-size: 18px;
  background: #fff;
  border: 1px solid #ccc;
}
.contact-page .contact-1 .left form ul li input[type="text"]::-webkit-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]:-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]::-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]:-ms-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]::placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea {
  width: 100%;
  height: 165px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
}
.contact-page .contact-1 .left form ul li textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea:-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea::-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea:-ms-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea::placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="submit"] {
  width: 189px;
  height: 52px;
  background-color: var(--color);
  border-radius: 26px;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
  font-size: 18px;
  line-height: 2;
}
.contact-page .contact-1 .left form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.contact-page .contact-1 .right {
  padding-left: 95px;
}
.contact-page .contact-2 {
  padding-bottom: 80px;
}
.contact-page .contact-2 .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: 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;
  border-top: 1px solid #ccc;
  padding-top: 70px;
}
.contact-page .contact-2 .ui.container .main .left {
  padding-right: 10%;
}
.contact-page .contact-2 .ui.container .main .left p {
  color: #a5a5a5;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist {
  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;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist li:nth-child(1) {
  margin-bottom: 40px;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist li:nth-child(2) {
  margin-bottom: 40px;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist h5 {
  width: 100%;
  text-align: left;
  color: #222;
  font-family: 'MyriadPro-Semibold';
}
.contact-page .contact-2 .ui.container .main .right ul.infolist p {
  color: #a5a5a5;
  max-width: 280px;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist {
  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;
  margin-top: 10px;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  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;
  margin-bottom: 0!important;
  border-radius: 100%;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li a {
  color: #fff;
  font-size: 18px;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(1) {
  background: #39599f;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(2) {
  background: #45b0e3;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(3) {
  background:#00c6ff;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(4) {
  background: #333;
}
@media screen and (max-width: 700px) {
  .video-page .content .video-title h4 {
    font-size: 30px;
  }
  .video-page .content .video-title {
    margin-bottom: 35px;
  }
  .contact-page .contact-1 .right {
    padding-left: 0px;
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .main .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .contact-2 .ui.container .main .right {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .main .right ul li {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .main .right ul.infolist p {
    max-width: none;
  }
   .m-page .wp-pagenavi a.next:before{
    display: none;
  }
  .m-page .wp-pagenavi a.prev:before{
    display: none;
  }
  .history-page .historybox ul.historylist li i{
    display: none;
  }
  .history-page .historybox ul.historylist:before{
    display: none;
  }
  .news-page .ui.container ul.newslist li .text h5{
    width: auto;
  }
   
}
.m-page {
  padding: 25px 0;
}
.m-page .wp-pagenavi {
  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;
}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  font-size: 24px;
  color: var(--color);
  opacity: 0.5;
  font-weight: 500;
  margin: 0 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.m-page .wp-pagenavi a.current,
.m-page .wp-pagenavi span.current {
  opacity: 1;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.m-page .wp-pagenavi a.prev {
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: url(../images/left-blue.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
.m-page .wp-pagenavi a.prev:before {
  content: "Prev";
  color: var(--color);
  font-size: 24px;
  position: absolute;
  left: -webkit-calc(100% + 20px);
  left: -moz-calc(100% + 20px);
  left: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-page .wp-pagenavi a.next {
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: url(../images/right-blue.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
.m-page .wp-pagenavi a.next:before {
  content: "Next";
  color: var(--color);
  font-size: 24px;
  position: absolute;
  right: -webkit-calc(100% + 20px);
  right: -moz-calc(100% + 20px);
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  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%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#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%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -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: 220;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 2;
  font-family: 'MyriadPro-Semibold';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -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: .5s;
  -moz-transition: .5s;
  transition: .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: black;
  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: var(--color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#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: 2;
  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: var(--color);
}
#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: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 2;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 2;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: #fff;
  right: 2%;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 99;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
#Pop_UpsBtn {
  z-index: 99;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#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: black;
  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: var(--color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color) !important;
}
img[src=""],img:not([src]){

  opacity:0;

}
.rxyejiao {
font-size: 16px;
    line-height: 2;
}
p.fl.footfl {
    width: 837px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font-18.wow.fadeInDown {
    font-weight: 500;
    color:#fff;
    margin-top: 10px;
}
.font-18.wow.fadeInDown h1 {
    display: inline;
}
p.fl.footfl {
    width: 100%;
}
span.tt {
    font-size: 18px;
    line-height: 2;
    color: var(--color);
    position: relative;
    padding-left: 50px;
}
span.tt:before {
    content: "";
    width: 44px;
    height: 1px;
    background-color: var(--color);
    left: 0;
    top: 50%;
    position: absolute;
}

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;
}
a.more i {
  width: 50px;
  height: 50px;
  border: solid 1px #cccccc;
  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;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
a.more i:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background:var(--color);
  border-radius: 100%;
}
a.more i img {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more em {
  font-size: 20px;
  color: var(--color);
  margin-left: 20px;
}
a.more:hover i:before {
  width: 100%;
  height: 100%;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
a.more:hover i:before img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  
}
a.more:hover i{
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  border-color: transparent!important;
}
a.more.w_b{
   -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  
}
a.more.w_b i:before{
  background: #fff;
}
    .seoPublic .title {
        font-size: 32px;
        font-family: var(--font);
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > 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-family: var(--font);
        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: #666;
    }

    .seoPublic .text a {
        color: inherit;
    }

    .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;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        font-family: var(--font);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .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;
        margin: .5em 0;
        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;
            line-height: 2;
        }

        .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;
            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 > 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;
            line-height: 28px;
        }

        .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 > div {
            padding: 30px 0;
        }
        .seoIndustry.Auxil-industry {
    display: none;
}
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    