@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Italic';
  src: url(../fonts/Poppins-Italic.ttf) format('truetype'), url(../fonts/Poppins-Italic.eot) format('eot'), url(../fonts/Poppins-Italic.woff) format('woff'), url(../fonts/Poppins-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Arial-Bold';
  src: url(../fonts/Arial-Bold.ttf) format('truetype'), url(../fonts/Arial-Bold.eot) format('eot'), url(../fonts/Arial-Bold.woff) format('woff'), url(../fonts/Arial-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'BLADRMF';
  src: url(../fonts/BLADRMF.ttf) format('truetype') ,url(../fonts/BLADRMF.eot) format('eot'), url(../fonts/BLADRMF.woff) format('woff'), url(../fonts/BLADRMF.woff2) format('woff2');
}
textarea::-placeholder {
  color: #333;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
::-webkit-scrollbar-thumb {
  background: var(--color);
}
body {
  font-family: 'Poppins-Regular';
  margin: 0;
  padding: 0;
  --color: #114396;
}
    .fancybox-image{
        background:#fff !important;
    }
.ui.container {
  padding: 0 15px;
  width: 1780px;
  margin: auto;
  position: relative;
}
.slick-track{
  margin-left: unset !important;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: #fff;
  padding: 30px;
  overflow: auto;
  display: none;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #f89c1c;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: #fff;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #d6000e;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #f89c1c;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from form ul li input[type=submit]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
.showpop {
  display: block !important;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
#header .h-top {
  line-height: 40px;
  height: 40px;
  position: relative;
  background-color: transparent;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 5;
}
#header .h-top .menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .menu .menu-left {
  color: #fff;
  font-size: 14px;
}
#header .h-top .menu .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;
  font-size: 14px;
  color: #fff;
}
#header .h-top .menu .menu-right i {
  margin-left: 30px;
  transition: all 0.5s;
  cursor: pointer;
}
#header .h-top .menu .menu-right i:hover {
  color: var(--color);
}
#header .h-top .menu .menu-right .language {
  position: relative;
}
#header .h-top .menu .menu-right .language ul {
  position: absolute;
  top: 50px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top .menu .menu-right .language ul li a {
  width: 150px;
  height: 0;
  cursor: pointer;
  padding-left: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .menu .menu-right .language ul li a span {
  color: #000000 !important;
}
#header .h-top .menu .menu-right .language ul li a:hover span {
  color: #ffcc01 !important;
}
#header .h-top .menu .menu-right .language:hover .language-t img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .h-top .menu .menu-right .language:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
}
#header .h-top .menu .menu-right .language:hover ul li a {
  border-bottom: 3px solid #ffcc01;
  height: 40px;
}

.nav-product{
  width: 100%;
  background: rgba(51,51,51,.5);
  position: absolute;
  left: 50%;
  top:100%;
  height: 0;
  overflow: hidden;
  backdrop-filter: blur(20px);
  padding:0;
  z-index: 0;
  transform: translateX(-50%);
  transition: all ease-in-out 0.5s;
}
.nav-product.act{
  height: auto;
  padding: 80px 0;
}
.nav-product ul{
  display: flex;
  flex-wrap: wrap;
}
.nav-product ul li{
  width: 18.4%;
  height: fit-content;
  margin:20px 2% 20px 0;
}
.nav-product ul li:nth-child(5n){
  margin:20px 0 20px;
}
.nav-product ul li a{
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
.nav-product ul li .thumb_img{
  width: 150px;
  height: auto;
}
.nav-product ul li .gallery-image .box{
  display: flex !important;
  justify-content: center;
}
.nav-product ul li h4{
  font-size: 20px;
  color:#fff;
  font-family: 'Arial-Bold';
  transition: color 0.5s;
  line-height: 1.8;
  text-align: center;
}
.nav-product ul li  h4:hover{
 color:var(--color);
}




#header .nav-bg {
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  transition: height 0.5s;
}
#header .nav-bg .header-icon{
  width: 220px;
}
#header .nav-bg .nav {
  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-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: unset;
}
#header .nav-bg .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav-bg .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav-bg .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 19px;
  color: #000;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  font-family: 'Poppins-SemiBold';
  transition: all 0.5s;
  text-transform: uppercase;
  line-height: 90px;
}
#header .nav-bg .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav-bg .nav .ui.menu .menu-box ul.menu > li > a {
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}
#header .nav-bg .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: var(--color);
}
#header .nav-bg .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: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav-bg .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-bg .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav-bg .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav-bg .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-bg .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-bg .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-bg .nav .ui.menu .h-search{
  margin:0 20px;
}
#header .nav-bg .nav .ui.menu .h-inquiry button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px !important;
  font-size: 18px;
  padding: 0;
  font-family: 'Poppins-Regular';
}
.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;
}
table td:first-child {
  color: #2d2d2d;
}
table tr:first-child td{
  color: #000;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  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;
}
#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: 'Arial-Bold';
  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 {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font-family: 'Poppins-Medium';
  font-weight: 600;
  transition: all 0.5s;
}
.language-box .zhuyu:hover{
  color: var(--color);
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
  margin: 0 10px;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 50px;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  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 {
  width: 25px;
  margin-right: 10px;
}
.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 {
  padding: 10px 50px;
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins-Medium';
  background-color: transparent;
  border: none;
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go span i {
  display: inline-block;
  margin-left: 12px;
}
.btn-go:hover {
  border: 1px solid var(--color);
  background-color: transparent;
}
.btn-go:hover span {
  color: var(--color) !important;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.viewmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.viewmore span {
  margin-right: 15px;
}
.home-title {
  text-align: center;
  font-size: 70px;
  color: #000;
  width: 100%;
}
.home-title h3 {
  font-family: 'Arial-Bold';
  text-transform: uppercase;
}
.home-title p {
  width: 70%;
  font-size: 18px;
  text-align: center;
  margin: 15px auto 0;
}
@-webkit-keyframes bigrote {
  0% {
    width: 85px;
    height: 85px;
  }
  100% {
    width: 100px;
    height: 100px;
  }
}
@-moz-keyframes bigrote {
  0% {
    width: 85px;
    height: 85px;
  }
  100% {
    width: 100px;
    height: 100px;
  }
}
@keyframes bigrote {
  0% {
    width: 85px;
    height: 85px;
  }
  100% {
    width: 100px;
    height: 100px;
  }
}
.mouse-btn {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  opacity: 0;
}
.mouse-btn::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@-webkit-keyframes boxfloat {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes boxfloat {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes boxfloat {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
#banner {
  width: 100%;
  position: relative;
  background-color: #efefef;
}
#banner .banner-content {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li:hover .mouse-btn {
  opacity: 1;
}
#banner .banner-content ul li {
  height: 965px;
  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;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content ul li .banner-m {
  position: absolute;
  right: 50px;
  bottom: 100px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
    -webkit-animation: boxfloat 4s infinite;
  -moz-animation: boxfloat 4s infinite;
  animation: boxfloat 4s infinite;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 275px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #dadada;
  padding: 0 65px;
}
#banner .banner-content ul li .content h4 {
  font-size: 20px;
  margin: 25px 0 55px;
}
#banner .banner-content ul li .content .banner-btn{
    padding: 15px 35px;
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins-Medium';
    border: none;
    position: relative;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#banner .banner-content ul li .content .banner-btn span i{
  margin-left: 15px;
}
#banner .banner-content ul li .content .banner-btn:hover{
 background-color: #fff;
 color: var(--color);
}
#banner .banner-content ul li .content h3 {
  width: 55%;
  font-size: 120px;
  font-family: 'Arial-Bold';
  line-height: 135px;
  margin-left: -5px;
  text-transform: uppercase;
}
#banner .banner-content .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
#banner .banner-content .slick-dots li {
  font-family: 'Poppins-Bold';
  height: auto;
  margin: 0 40px;
  position: relative;
}
#banner .banner-content .slick-dots li button {
  font-size: 19px;
  font-style: italic;
  color: #cccccc;
  background: none;
  border: none;
  position: relative;
  font-family: 'BLADRMF';
}
#banner .banner-content .slick-dots li button::before {
  font-size: 20px;
  content: "0";
  position: absolute;
  top: 48%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
#banner .banner-content .slick-dots li:first-child::after,
#banner .banner-content .slick-dots li:first-child::before {
  display: none;
}
#banner .banner-content .slick-dots li::before,
#banner .banner-content .slick-dots li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  background-color: #fff;
  width: 18px;
  height: 1px;
}
#banner .banner-content .slick-dots li::before {
  left: -57px;
}
#banner .banner-content .slick-dots li::after {
  left: -37px;
}
#banner .banner-content .slick-dots .slick-active::before {
  left: -70px;
}
#banner .banner-content .slick-dots .slick-active::after {
  left: -50px;
}
#banner .banner-content .slick-dots .slick-active button {
  font-size: 30px;
  color: var(--color);
}
#banner .banner-content .slick-dots .slick-active button::before {
  font-size: 31px;
  left: -20px;
}
#banner .banner-content .slick-dots .slick-active button::after {
  width: 40px;
  top: 15px;
  left: -18px;
}
#index-body .sell-product {
  background: url('../images/pro.png') no-repeat;
  background-size: cover;
  height: 1305px;
  padding: 130px 0 0;
  /*margin-top: 2px;*/
  position: relative;
}
#index-body .sell-product .sell-product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .sell-product .sell-product-content .left {
  width: 25%;
  padding-top: 13%;
}
#index-body .sell-product .sell-product-content .left ul li {
  font-family: 'Arial-Bold';
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 50px;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .sell-product .sell-product-content .left ul li span{
  display: inline-block;
  max-width: calc(100% - 10px);
}
#index-body .sell-product .sell-product-content .left ul li.show span{
  text-decoration: underline;
}
#index-body .sell-product .sell-product-content .left ul li.show::before{
  background-color: var(--color) ;
}
#index-body .sell-product .sell-product-content .left ul li:hover{
  color:var(--color) ;
}
#index-body .sell-product .sell-product-content .left ul li:hover::before{
  background-color: var(--color) ;
}
#index-body .sell-product .sell-product-content .left ul li::before {
  content: "";
  width: 5px;
  height: 60px;
  background-color: #7e7d7d;
  margin-right: 5px;
  transition: all 0.5s;
  display: inline-block;
}
#index-body .sell-product .sell-product-content .right {
  width: 75%;
  position: relative;
  z-index: 5;
}
#index-body .sell-product .sell-product-content .right ul {
  margin: 0 -25px;
}
#index-body .sell-product .sell-product-content .right ul li {
  position: relative;
  cursor: pointer;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  padding: 300px 25px 0;
  height: 800px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content .right ul li .box {
  width: 360px;
  position: relative;
  height: 510px;
  padding: 180px 36px 0;
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content .right ul li .box .pro-l {
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 125% !important;
}
#index-body .sell-product .sell-product-content .right ul li .box h4 {
  font-size: 25px;
  font-family: 'Poppins-Bold';
  width: 100%;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
#index-body .sell-product .sell-product-content .right ul li .box .text{
  position: absolute;
  top: 29%;
  right: 0;
  overflow: hidden;
  width:100%;
  z-index: 0;
}
#index-body .sell-product .sell-product-content .right ul li .box .viewmore{
  position: relative;
  z-index: 5;
}
#index-body .sell-product .sell-product-content .right ul li .box .text h3{
  font-size: 80px;
  text-transform: uppercase;
  font-family: 'BLADRMF';
  color: #d9d9d9;
  margin-left: 85px;
  transform: color 0.5s;
}
#index-body .sell-product .sell-product-content .right ul li:hover .box .text h3{
  color:#375e9f;
}
#index-body .sell-product .sell-product-content .right ul li .box p {
  font-size: 16px;
  font-family: 'Poppins-Light';
  margin: 15px 0 20px;
  position: relative;
  z-index: 2;
  line-height: 30px;
}
#index-body .sell-product .sell-product-content .right ul .slick-slide.slick-current + .slick-slide li {
  padding: 145px 25px 0;
}
#index-body .sell-product .sell-product-content .right ul li:hover .box {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 67, 150, 0)), color-stop(30%, rgba(17, 67, 150, 0.8)), to(#114396));
  background: -webkit-linear-gradient(bottom, rgba(17, 67, 150, 0) 0%, rgba(17, 67, 150, 0.8) 30%, #114396 100%);
  background: -moz-linear-gradient(bottom, rgba(17, 67, 150, 0) 0%, rgba(17, 67, 150, 0.8) 30%, #114396 100%);
  background: linear-gradient(to top, rgba(17, 67, 150, 0) 0%, rgba(17, 67, 150, 0.8) 30%, #114396 100%);
  color: #fff;
}
#index-body .sell-product .sell-product-content .right ul li:hover .box .viewmore {
  color: #fff;
}
#index-body .sell-product .sell-product-content .right .product-btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 0;
}
#index-body .sell-product .sell-product-content .right .product-btn button {
  color: #989796;
  background-color: transparent;
  border: 1px solid #000;
  width: 72px;
  height: 72px;
  font-size: 28px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 25px;
}
#index-body .sell-product .sell-product-content .right .product-btn button:hover {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #6f88b1;
}
#index-body .sell-product .text-bg {
  position: absolute;
  right: 0;
  bottom: 28%;
  animation: boxfloat 6s infinite;
}
#index-body .case {
  height: 750px;
  position: relative;
}
#index-body .case .case-content {
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /*padding-top: 65px;*/
  top:-5%;
}
#index-body .case .case-content .home-title {
  position: absolute;
  top: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .case .case-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .case .case-content ul li {
  width: 33%;
  height: 335px;
  margin-bottom: 10px;
  position: relative;
}
#index-body .case .case-content ul li a{
  display: block;
  width:100%;
  height:  100%;
}
#index-body .case .case-content ul li .box{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom:0;
  left:0;
  color:#fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:0 30px 15px;
  background: linear-gradient(to bottom, rgba(18, 68, 149, 0) 0%, rgba(18, 68, 149, 0.4) 50%,  rgba(18, 68, 149, 0.6) 70%, rgba(18, 68, 149, 1) 100% );
  opacity: 0;
  transition: 0.5s all;
}
#index-body .case .case-content ul li a:hover .box{
  opacity: 1;
}
#index-body .case .case-content ul li .box h4{
  font-family: 'BLADRMF';
  font-size: 18px;
  margin-bottom: 10px;
}
#index-body .case .case-content ul li .box p{
  font-size: 18px;
  text-transform: capitalize;
  line-height: 30px;
}
#index-body .case .case-content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .case .case-content ul li:nth-child(2) {
  height: 265px;
}
#index-body .case .case-content ul li:nth-child(5) {
  height: 405px;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  transition: all 1s;
}
#index-body .case .text-bg {
  position: absolute;
  right: 0;
  top: 70%;
  animation: boxfloat 6s infinite;
}
#index-body .application {
  background: url('../images/application-bg.jpg') no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#index-body .application .bg-b{
  position: absolute;
  bottom:-85px;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 20;
}
#index-body .application .bg-t{
  position: absolute;
  top:-25px;
  left: 0;
  width: 100%;
  object-fit: cover;
}
#index-body .application .bg{
  position: absolute;
  bottom:0%;
  right: 10%;
}
#index-body .application .application-content {
  width: 655px;
  height: 595px;
  position: relative;
  z-index: 5;
  margin-left: 300px;
  background-color: var(--color);
  color: #fff;
  font-size: 20px;
  padding: 85px 30px 0 50px;
  -webkit-animation: boxfloat 5s infinite;
  -moz-animation: boxfloat 5s infinite;
  animation: boxfloat 5s infinite;
  top: -3%;
}
#index-body .application .application-content .top h4 {
  opacity: 0.5;
}
#index-body .application .application-content .top h3 {
  font-size: 47px;
  font-family: 'Arial-Bold';
  line-height: 1.2;
}
#index-body .application .application-content .top p {
  opacity: 0.8;
  margin: 15px 0 30px;
}
#index-body .application .application-content .top span {
  display: block;
  width: 130px;
  height: 1px;
  background-color: #fff;
}
#index-body .application .application-content .bot {
  margin-top: 30px;
}
#index-body .application .application-content .bot h4 {
  font-family: 'Arial-Bold';
  font-size: 35px;
}
#index-body .application .application-content .phone {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .application .application-content:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
#index-body .about {
  position: relative;
  padding: 125px 120px 110px;
  background: url('../images/about-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .about .text-bg {
    position: absolute;
    right: 0;
    top: 70%;
    animation: boxfloat 6s infinite;
    z-index: 2;
}
#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;
  z-index: 2;
}
#index-body .about .about-content .left {
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.dlong{
  display:inline;
}
#index-body .about .about-content .left .content .viewmore {
  font-size: 18px;
}
#index-body .about .about-content .left .content .home-title {
  text-align: left;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
#index-body .about .about-content .left .content .home-title p {
  margin: 0 0 -10px;
  width: 100%;
  text-align: left;
  line-height: 30px;
}
#index-body .about .about-content .left .content .home-title::before {
  content: "";
  display: inline-block;
  height: 95px;
  width: 5px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .about .about-content .left .content .text {
  padding-left: 15px;
  font-family: 'Poppins-Light';
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
}
#index-body .about .about-content .right {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 0 0;
}
#index-body .about .about-content .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#index-body .about .about-content .right ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 60px;
}
#index-body .about .about-content .right ul li span {
  font-size: 26px;
  color: #666;
  font-family: 'Poppins-Bold';
  font-style: italic;
}
#index-body .about .about-content .right ul li span em {
  font-family: 'BLADRMF';
  font-size: 120px;
  color: var(--color);
  font-style: normal;
}
#index-body .about .about-content .right ul li h4 {
  font-family: 'Poppins-Medium';
  font-size: 30px;
  margin-top: -30px;
}
#index-body .about .about-content .right ul li:nth-child(3),
#index-body .about .about-content .right ul li:last-child {
  margin-top: -15px;
}
#index-body .news {
  padding: 59px 0 135px;
  position: relative;
}
#index-body .news .home-title {
 margin-bottom:50px ;
}
#index-body .news .home-title p {
  margin: 0 auto;
}
#index-body .news .text-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: boxfloat 6s infinite;
}
#index-body .news .news-content {
  position: relative;
  width: 65%;
  z-index: 2;
}
#index-body .news .news-content ul li {
  cursor: pointer;
  color: #000;
  padding: 0 15px;
}
#index-body .news .news-content ul li a {
  display: block;
}
#index-body .news .news-content ul li .imgbox {
  width: 100%;
}
#index-body .news .news-content ul li .imgbox img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news .news-content ul li .box {
  width: 100%;
  padding: 30px 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(235, 235, 235, 0)), color-stop(80%, rgba(235, 235, 235, 0.4)), to(#ebebeb));
  background: -webkit-linear-gradient(bottom, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0.4) 80%, #ebebeb 100%);
  background: -moz-linear-gradient(bottom, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0.4) 80%, #ebebeb 100%);
  background: linear-gradient(to top, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0.4) 80%, #ebebeb 100%);
}
#index-body .news .news-content ul li .box h4 {
  font-size: 22px;
  font-family: 'Poppins-Medium';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;  
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;  
  overflow: hidden; 
  height: 100px;
}
#index-body .news .news-content ul li .box h4:hover,
#index-body .news .news-content ul li .box a:hover {
  color: var(--color);
}
#index-body .news .news-content ul li .box p {
  font-size: 16px;
  font-family: 'Poppins-Light';
  margin: 10px 0 35px;
  line-height: 30px;
}
#index-body .news .news-content ul li .box .bot {
  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 .news .news-content ul li .box .bot .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: var(--color);
  font-family: 'Poppins-Light';
  font-weight: 600;
}
#index-body .news .news-content .news-btn {
  color: #989796;
  background-color: transparent;
  border: 1px solid #000;
  width: 72px;
  height: 72px;
  font-size: 28px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .news-content .news-prev {
  left: -90px;
}
#index-body .news .news-content .news-next {
  right: -90px;
}
#index-body .news .news-content .news-btn:hover {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #6f88b1;
}
#footer #addForm {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer #addForm input {
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  font-size: 18px;
  border: none;
  color:#fff;
}
#footer #addForm button {
  padding: 5px 45px;
  font-family: 'Poppins-Regular';
}
#footer #addForm button span {
  color: #fff;
}
#footer #addForm textarea {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 95px;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  padding: 15px 20px 0;
  margin-bottom: 20px;
  border: none;
  color: #fff;
}
#footer #addForm input::-webkit-input-placeholder {
  color: #484b4d;
}
#footer #addForm input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #484b4d;
}
#footer #addForm input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #484b4d;
}
#footer #addForm input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #484b4d;
}
#footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
}
#footer .footer-info 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;
  padding: 60px 50px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-info ul li {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footer-info ul li span {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
  margin-top: -8px;
}
#footer .footer-info ul li:first-child {
  width: 42%;
}
#footer .footer-t {
  padding: 100px 15px 105px;
}
#footer .footer-t .footer-t-userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 55px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .footer-t .footer-t-logo {
  width: 25%;
}
#footer .footer-t .footer-t-logo .logo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-t .footer-t-logo h4 {
  margin: 20px 0 25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}
#footer .footer-t .footer-t-logo .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .footer-t .footer-t-logo .link .qc-img {
  width: 60px;
  height: auto;
  border: 3px solid #fff;
}
#footer .footer-t .footer-t-logo .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  font-size: 26px;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-logo .link a:hover {
  color: var(--color);
  background-color: #fff;
}
#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;
}
#footer .footer-t .footer-t-gird .t-list {
  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 p {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: -10px;
  color: #cccccc;
  font-family: 'Arial-Bold';
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
}
#footer .footer-t .footer-t-gird .t-list span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-t .footer-t-gird .t-list span a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid var(--color);
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 10px;
}
#footer .footer-t .footer-t-gird .t-list span a:hover {
  color: #ffffff;
}
#footer .footer-t .footer-t-gird .t-list span a:hover::after {
  opacity: 1;
}
#footer .footer-t .footer-t-gird .footer-t-form {
  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;
  width: 26.5%;
}
#footer .footer-t .footer-t-gird .footer-t-form p {
  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;
  font-size: 30px;
  margin-bottom: 20px;
}
#footer .footer-t .footer-t-gird .footer-t-form p span {
  font-family: "Poppins-Regular";
  text-transform: none;
  text-decoration: underline;
  color: #fff;
}
#footer .footer-b .content {
  background-color: #000;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  color: #5f5f5f;
  font-size: 18px;
}
.footlong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 597px;
    display: inline-block;
    vertical-align: middle;
}
#footer .footer-b .content span {
  margin-right: 115px;
}
@media (max-width: 1800px) {
  .ui.container {
    width: 1600px;
  }
  #index-body .sell-product .sell-product-content .right ul li .box .pro-l {
    width: 100%;
  }
  #index-body .sell-product .sell-product-content .left ul li {
    font-size: 28px;
  }
  #index-body .news .news-content {
    width: 70%;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav-bg .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 15px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 96px;
    line-height: 108px;
  }
  #banner .banner-content ul li {
    height: 865px;
  }
  #index-body .sell-product .sell-product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .sell-product .sell-product-content .left {
    width: 100%;
    padding-top: 0;
  }
  #index-body .sell-product .sell-product-content .left 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 .sell-product .sell-product-content .right {
    width: 100%;
  }
  .home-title {
    font-size: 66px;
  }
  #index-body .about .about-content .left .content .text {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .about .about-content .right ul li span em {
    font-size: 100px;
  }
  #index-body .about {
    padding: 125px 80px 110px;
  }
  #index-body .about .about-content .right ul li h4 {
    font-size: 28px;
  }
  #index-body .application {
    height: 870px;
  }
  #index-body .application .application-content {
    width: 550px;
    height: 445px;
    position: relative;
    margin-left: 140px;
    color: #fff;
    font-size: 20px;
    padding: 45px 30px 0 50px;
  }
  #index-body .application .application-content .top h3 {
    font-size: 34px;
  }
  #index-body .application .application-content .bot h4 {
    font-size: 26px;
  }
  #index-body .news .news-content {
    width: 75%;
  }
  #footer .footer-info ul li span {
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav-bg .nav .ui.menu .h-inquiry{
    display: none;
  }
  #header .nav-bg .header-icon {
    width: 180px;
  }
   #header .nav-bg .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 15px;
    font-size: 16px;
  }
  #index-body .sell-product .sell-product-content .left ul li::before {
    height: 45px;
  }
  #index-body .sell-product .sell-product-content .left ul li {
    font-size: 22px;
  }
  #index-body .sell-product .sell-product-content .right ul li .box {
    padding: 140px 35px 0;
  }
  #index-body .text-bg {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  .home-title {
    font-size: 60px;
  }
  #index-body .about .about-content .right ul li h4 {
    font-size: 22px;
  }
  #index-body .about .about-content .right {
    width: 50%;
  }
  #index-body .news .news-content {
    width: 80%;
  }
  #index-body .news .news-content ul li .box h4 {
    font-size: 18px;
  }
  #footer .footer-info ul {
    padding: 60px 20px 40px;
  }
  #footer .footer-info ul li span {
    font-size: 20px;
  }
  .nav-product ul li  h4 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav-bg .nav .ui.menu .h-inquiry button {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #header .nav-bg .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 8px;
    font-size: 14px;
  }
  #header .nav-bg .header-icon {
    width: 160px;
  }
  #banner .banner-content ul li {
    height: 635px;
  }
  #banner .banner-content ul li .banner-m {
    right: 0;
    width: 25%;
  }
  #banner .banner-content ul li .content {
    padding: 0 35px;
    top: 200px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 60px;
    line-height: 70px;
  }
  #banner .banner-content .slick-dots {
    bottom: 30px;
  }
  #index-body .sell-product .sell-product-content .left ul li {
    font-size: 20px;
  }
  #index-body .sell-product {
    padding: 130px 15px 0;
  }
  #index-body .sell-product .sell-product-content .right ul {
    margin: 0;
  }
  #index-body .sell-product .sell-product-content .right ul li .box {
    width: auto;
  }
  #index-body .sell-product .sell-product-content .right ul li .box h4 {
    font-size: 22px;
  }
  #index-body .sell-product .sell-product-content .right ul li .box {
    padding: 120px 35px 0;
  }
  #index-body .case .case-content {
    width: 95%;
    padding-top: 20px;
  }
  #index-body .sell-product .sell-product-content .right .product-btn button {
    width: 45px;
    height: 45px;
    font-size: 26px;
    margin-left: 15px;
  }
  .home-title {
    font-size: 48px;
  }
  .home-title p {
    width: 85%;
  }
  #index-body .about .about-content .right ul li span em {
    font-size: 75px;
  }
  #index-body .about .about-content .right ul li h4 {
    font-size: 20px;
    margin-top: 15px;
  }
  #index-body .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .about .about-content .left,
  #index-body .about .about-content .right {
    width: 100%;
  }
  #index-body .about .about-content .right ul li h4 {
    font-size: 26px;
    margin-top: 0;
  }
  #index-body .application {
    height: 700px;
  }
  #index-body .application .application-content {
    width: 460px;
    height: 390px;
    margin-left: 140px;
    font-size: 16px;
  }
  #index-body .application .application-content .top h3 {
    font-size: 26px;
  }
  #index-body .application .application-content .bot h4 {
    font-size: 22px;
  }
  #index-body .application .application-content .phone {
    width: 80px;
  }
  #index-body .news {
    padding: 70px 0 135px;
  }
  #index-body .news .home-title {
    top: -60px;
  }
  #index-body .news .news-content {
    width: 90%;
  }
  #index-body .news .news-content .news-btn {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
  #index-body .news .news-content .news-next {
    right: -35px;
  }
  #index-body .news .news-content .news-prev {
    left: -35px;
  }
  .viewmore span {
    margin-right: 5px;
  }
  #index-body .news .news-content ul li .box {
    padding: 20px 15px;
  }
  #footer .footer-info ul {
    padding: 40px 10px 42px;
  }
  #footer .footer-info ul li span {
    font-size: 16px;
  }
  #footer .footer-t .footer-t-gird .t-list p,
  #footer .footer-t .footer-t-gird .footer-t-form p {
    font-size: 22px;
  }
  #footer .footer-t .footer-t-gird .t-list p span,
  #footer .footer-t .footer-t-gird .footer-t-form p span {
    margin-top: 0;
  }
  #footer .footer-t .footer-t-gird .t-list span {
    margin-top: 10px;
    font-size: 16px;
  }
  #footer .footer-t .footer-t-logo h4 {
    font-size: 16px;
  }
  #footer #addForm input {
    height: 40px;
    font-size: 16px;
  }
  #footer #addForm textarea {
    font-size: 16px;
  }
  #footer .footer-t .footer-t-logo .link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-logo .link a {
    margin-right: 10px;
    margin-bottom: 30px;
  }
  #index-body .application .bg {
    width: 30%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 120px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 46px;
    line-height: 56px;
  }
  .btn-go {
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
  }
  #banner .banner-content ul li .content h4 {
    font-size: 20px;
    margin: 15px 0 25px;
  }
  #banner .banner-content ul li .content {
    padding: 0 35px;
    top: 55px;
  }
  #banner .banner-content ul li {
    height: 360px;
  }
  .mouse-btn {
    display: none;
  }
  #banner .banner-content ul li .banner-m {
    display: none;
  }
  #index-body .sell-product .sell-product-content .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .sell-product .sell-product-content .left ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  #index-body .sell-product {
    padding: 60px 15px 0;
  }
  #index-body .sell-product .sell-product-content .right .product-btn {
    display: none;
  }
  #index-body .sell-product .sell-product-content .right ul li {
    padding: 250px 25px 0;
  }
  #index-body .case .case-content ul li {
    height: 240px;
  }
  #index-body .case .case-content ul li:nth-child(5) {
    height: 260px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  #index-body .case .case-content ul li:nth-child(2) {
    height: 220px;
  }
  #index-body .case {
    height: auto;
  }
  #index-body .about {
    padding: 65px 30px 40px;
  }
  #index-body .application {
    height: 450px;
  }
  #index-body .application .application-content {
    width: 360px;
    height: 220px;
    margin-left: 20px;
    font-size: 16px;
  }
  #index-body .application .application-content .top h3,
  #index-body .application .application-content .top span,
  #index-body .application .application-content .top p {
    display: none;
  }
  #index-body .application .application-content .bot {
    margin-top: 5px;
  }
  #index-body .news .news-content .news-btn {
    display: none;
  }
  #index-body .news .news-content {
    width: 100%;
  }
  #index-body .news .news-content ul {
    margin: 0 -15px;
  }
  #index-body .news .home-title {
    position: relative;
  }
  #index-body .news {
    padding: 70px 0 65px;
  }
  #footer .footer-t .footer-t-gird .t-list {
    display: none;
  }
  #footer .footer-t .footer-t-gird .footer-t-form {
    display: block;
    width: 50%;
  }
  #footer .footer-t .footer-t-logo {
    width: 48%;
  }
  #footer .footer-t .footer-t-logo .link a {
    margin-right: 40px;
  }
  #footer .footer-t {
    padding: 60px 15px 65px;
  }
  #footer .footer-b .content {
    -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-b .content span {
    margin-right: 0;
  }
  #index-body .application .application-content {
    height: 275px;
  }
  #footer .footer-info ul{
    flex-direction: column;
  }
  #footer .footer-info ul li,#footer .footer-info ul li:first-child{
    width:100%;
    align-items: center;
    margin: 15px 0;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #index-body .sell-product .sell-product-content .right ul li {
    padding: 150px 25px 0;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 28px;
    line-height: 34px;
  }
  #banner .banner-content ul li .content h4 {
    font-size: 16px;
    margin: 15px 0 25px;
  }
  #banner .banner-content ul li {
    height: 300px;
  }
  #index-body .sell-product .sell-product-content .right ul li .box {
    padding: 160px 35px 0;
  }
  #index-body .case,
  #index-body .application {
    display: none;
  }
  #index-body .about {
    padding: 65px 15px 40px;
  }
  #index-body .sell-product {
    height: auto;
  }
  #index-body .sell-product .text-bg {
    bottom: 0;
  }
  #index-body .sell-product .sell-product-content .right ul li {
    height: 670px;
  }
  #index-body .about .about-content .right ul li h4 {
    font-size: 20px;
  }
  #index-body .about .about-content .right ul li {
    margin-bottom: 20px;
  }
  #index-body .news .home-title {
    top: -35px;
  }
  .home-title p {
    width: 100%;
  }
  #footer .footer-info ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-info ul li {
    width: 50%;
  }
  #footer .footer-info ul li:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-t .footer-t-logo {
    display: none;
  }
  #footer .footer-t .footer-t-gird .footer-t-form {
    width: 100%;
  }
  #footer .footer-b .content span {
    text-align: center;
  }
.footlong {
    display: none;
}
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  .home-title {
    font-size: 34px;
  }
  .home-title p {
    width: 95%;
  }
  #banner .banner-content ul li .content {
    padding: 0 15px;
  }
  #index-body .sell-product .sell-product-content .left ul li {
    font-size: 16px;
  }
  #index-body .sell-product .sell-product-content .right ul .slick-slide.slick-current + .slick-slide li {
    padding: 145px 0px 0;
  }
  #index-body .about .about-content .right {
    display: none;
  }
  #footer .footer-info ul li {
    width: 100%;
  }
  #footer .footer-info ul li span {
    margin-top: -5px;
  }
  #footer .footer-info ul li:nth-child(2) {
    margin-bottom: 30px;
  }
}















/*--------------------inner-page-----------------------------------*/
.seoPublic .title {
    font-size: 40px;
    font-family: 'Arial-Bold';
    line-height: 1.2;
    margin-bottom: 1em;
    text-align: center;
}
.inner-banner {
  height: 502px;
  position: relative;
  background-image: url(../images/about_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner .shadow {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 98, 179, 0.4)), color-stop(rgba(0, 98, 179, 0)), to(rgba(0, 98, 179, 0)));
  background-image: -webkit-linear-gradient(right top, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: -moz-linear-gradient(right top, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: linear-gradient(to left bottom, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
}
.inner-banner .container {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  border-bottom: 1px solid #dcdcdd7d;
}
.inner-banner .container .cont {
  /*max-width: 600px;*/
  color: #ffffff;
  padding-top: 290px;
}
.inner-banner .container .cont .cat_name {
  font-family: 'Arial-Bold';
  font-size: 28px;
  line-height: 1.6;
  text-transform: capitalize;
}
.inner-banner .container .cont .des {
  font-size: 20px;
  line-height: 36px;
  margin-top: 20px;
}
.inner-banner .container .mbx {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  font-size: 18px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
.inner-page {
  padding: 110px 0;
  background-color: #f4f4f4;
  color: #000;
}
.inner-page h1,
.inner-page h2,
.inner-page h3{
  font-family: 'Arial-Bold';
}
.font-16{
  line-height: 30px;
}
.more_cont {
  position: relative;
  display: inline-block;
  padding: 5px 38px;
  border-radius: 28px;
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
    background: #000;
}
.more_cont span {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover {
  background-color: #fff;
  color:#fff;
}
.more_cont:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.m-nav_hc {
    z-index: 2;
    position: relative;
    display: none;
}

.m-nav_hc i {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}

.m-nav_hc i.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-nav_hc .active_cate {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Arial-Bold';
    background: var(--color);
    color: #fff;
    padding: 6px 16px;
    padding-right: 36px;
    text-transform: uppercase;
}

.m-nav_hc .active_cate i {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
}



.m-nav_hc .item_cont {
    -webkit-box-shadow: 0 0 6px 0 #cdcdcd;
    box-shadow: 0 0 6px 0 #cdcdcd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}



.m-nav_hc .item_cont .item {
    padding: 10px 16px;
    padding-right: 36px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px #eee solid;
}

.m-nav_hc .item_cont .item>a.active {
    color: var(--color);
}

.m-nav_hc .item_cont .item:last-child {
    border-bottom: none;
}

.m-nav_hc .item_cont .item i {
    position: absolute;
    top: 15px;
    right: 16px;
}

.m-nav_hc .item_cont .item a {
    display: block;
}

.m-nav_hc .item_cont .item .item_item_cont {
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 2;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item.active {
    color: var(--color);
}

.m-nav_hc .item_cont .item .item_item_cont .item_item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}
.about-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 36px;
}
.about-page .init-1 .container .des {
  margin-top: 30px;
}
.about-page .init-1 .container .left {
  padding-right: 170px;
  width: 53%;
}
.about-page .init-1 .container .left .title {
  line-height: 1.4;
  font-size: 40px;
  font-family: 'Arial-Bold';
}
.about-page .init-1 .container .right {
  width: 47%;
}
.about-page .init-2 {
  margin-top: 90px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page .init-3 {
  margin-top: 40px;
}
.about-page .init-3 .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-3 .container .list {
  max-width: 340px;
  padding: 0 10px;
  margin-top: 40px;
  cursor: pointer;
}
.about-page .init-3 .container .list .top {
  font-size: 60px;
  font-family: 'Arial-Bold';
}
.about-page .init-3 .container .list .top sup {
  font-size: 20px;
  margin-left: 6px;
}
.about-page .init-3 .container .list .bottom {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.about-page .init-3 .container .subline {
  position: absolute;
  top: 132px;
  left: 0%;
  background-color: #454545;
  height: 1px;
  width: 100%;
}
.about-page .init-3 .container .subline div {
  position: relative;
  top: -2px;
  left: 0;
  width: 25%;
  height: 5px;
  background-color: var(--color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about-page .init-4 {
  margin-top: 170px;
}
.about-page .init-4 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-4 .container .left {
  width: 50%;
}
.about-page .init-4 .container .left .title {
  font-family: 'Arial-Bold';
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.about-page .init-4 .container .left .list {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-4 .container .left .list .cir {
  background-color: var(--color);
  min-width: 8px;
  margin-top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 12px;
}
.about-page .init-4 .container .right {
  width: 48%;
}
.about-page .init-4 .container .right img {
  width: 100%;
  display: block;
}
.about-page .init-5 {
  margin-top: 160px;
}
.about-page .init-5 .container {
  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;
}
.about-page .init-5 .container .list {
  border: 1px solid #000;
  width: 33.33%;
  padding: 50px 30px;
  position: relative;
}
.about-page .init-5 .container .list .shadow {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 98, 179, 0.4)), color-stop(rgba(0, 98, 179, 0)), to(rgba(0, 98, 179, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: -moz-linear-gradient(left top, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: linear-gradient(to right bottom, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
}
.about-page .init-5 .container .list .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .list .img {
  height: 64px;
  filter: invert(1);
}
.about-page .init-5 .container .list .title {
  margin-top: 26px;
  text-transform: uppercase;
  font-family: 'Arial-Bold';
  font-size: 18px;
  line-height: 32px;
}
.about-page .init-5 .container .list .des {
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
  max-height: 140px;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;
}
.about-page .init-5 .container .list:hover .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.about-page .init-5 .container .list:hover .img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-6 {
  margin-top: 130px;
}
.about-page .init-6 .container .title_cont {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-6 .container .title_cont .tip_title {
  font-size: 40px;
  font-family: 'Arial-Bold';
}
.about-page .init-6 .container .swiper {
  margin-top: 46px;
}
.about-page .init-6 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq-page .init-1 .container {
  text-align: center;
}
.faq-page .init-1 .container .tip {
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Arial-Bold';
}
.faq-page .init-1 .container form {
  overflow: hidden;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  max-width: 960px;
  background-color: #ffffff;
}
.faq-page .init-1 .container form input {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 36px;
  padding-right: 80px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.faq-page .init-1 .container form .submit_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/faq_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  right: 32px;
  top: 18px;
}
.faq-page .init-1 .container .des {
  margin-top: 34px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.faq-page .init-2 {
  margin-top: 110px;
}
.faq-page .init-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-page .init-2 .container .left {
  width: -webkit-calc(100% - 590px);
  width: -moz-calc(100% - 590px);
  width: calc(100% - 590px);
  padding-right: 56px;
}
.faq-page .init-2 .container .left .list {
  margin-top: 44px;
  border: 1px solid #e5e5e5;
}
.faq-page .init-2 .container .left .list .title {
  padding: 16px 12px;
  font-size: 22px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color:#e7e7e7;
  cursor: pointer;
}
.faq-page .init-2 .container .left .list .title .title_1 {
  margin-right: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .init-2 .container .left .list .title.active .title_1 {
  color: var(--color);
}
.faq-page .init-2 .container .left .list .des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 50px;
  display: none;
}
.faq-page .init-2 .container .left .list:first-child {
  margin-top: 0;
}
.faq-page .init-2 .container .left .m-page {
  text-align: left;
}
.faq-page .init-2 .container .right {
  width: 590px;
  padding: 54px 70px 40px 70px;
  background-color: #fff;
}
.faq-page .init-2 .container .right .tip {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Arial-Bold';
}
.faq-page .init-2 .container .right input,
.faq-page .init-2 .container .right textarea {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background-color:#efefef;
  font-size: 16px;
  line-height: 30px;
  border: none;
  font-weight: 300;
  color: #000000;
}
.faq-page .init-2 .container .right input::-webkit-input-placeholder, .faq-page .init-2 .container .right textarea::-webkit-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-moz-placeholder, .faq-page .init-2 .container .right textarea:-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::-moz-placeholder, .faq-page .init-2 .container .right textarea::-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-ms-input-placeholder, .faq-page .init-2 .container .right textarea:-ms-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::placeholder,
.faq-page .init-2 .container .right textarea::placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right .submit_btn {
  margin-top: 22px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-family: 'Arial-Bold';
      border: 1px solid #0062b3;
}
.m-page {
  text-align: right;
  margin-top: 80px;
}
.m-page span,
.m-page a {
  display: inline-block;
  margin: 7px;
  width: 50px;
  height: 36px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span:hover,
.m-page a:hover,
.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #ffffff;
}
.news-page .container .cat_name_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .container .cat_name_list .list {
  margin-right: 70px;
  padding: 4px 10px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
}
.news-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
}
.news-page .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .cat_name_list .list:hover::before,
.news-page .container .cat_name_list .list.active::before {
  background-color: var(--color);
}
.news-page .container .content {
  margin-top: 70px;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.news-page .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.news-page .container .content .list .box {
  height: 100%;
  border: 1px solid #beb6b6;
}
.news-page .container .content .list .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .content .list .box a:hover {
  color: var(--color);
}
.news-page .container .content .list .box .img {
  position: relative;
  z-index: 2;
  height: 310px;
}
.news-page .container .content .list .box .cont {
  position: relative;
  padding: 36px 30px;
}
.news-page .container .content .list .box .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 98, 179, 0.4)), color-stop(rgba(0, 98, 179, 0)), to(rgba(0, 98, 179, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: -moz-linear-gradient(left top, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: linear-gradient(to right bottom, rgba(0, 98, 179, 0.4), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
}
.news-page .container .content .list .box .cont .title {
  font-size: 20px;
  line-height: 36px;
  margin-top: 16px;
  text-transform: capitalize;
  font-family: 'Arial-Bold';
  position: relative;
  z-index: 2;
  min-height: 108px;
}
.news-page .container .content .list .box .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.news-page .container .content .list:hover .box .cont .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.productYd-page .container .content {
  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;
}
.productYd-page .container .content .list {
  margin-top: 70px;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
  position: relative;
  padding-bottom: 40px;
  padding-right: 60px;
}
.productYd-page .container .content .list .box {
  background-image: url(../images/product_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 36px 36px 50px 36px;
  height: 100%;
}
.productYd-page .container .content .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 98, 179, 0.7)), color-stop(rgba(0, 98, 179, 0)), to(rgba(0, 98, 179, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(0, 98, 179, 0.7), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: -moz-linear-gradient(left top, rgba(0, 98, 179, 0.7), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: linear-gradient(to right bottom, rgba(0, 98, 179, 0.7), rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
}
.productYd-page .container .content .list .box .cont {
  position: relative;
  /*max-width: 400px;*/
  z-index: 2;
}
.productYd-page .container .content .list .box .cont .title {
  display: block;
  font-weight:bold;
  font-size: 30px;
  line-height: 1.6;
  min-height: 50px;
}
.productYd-page .container .content .list .box .cont .des {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productYd-page .container .content .list .box .cont .more {
  margin-top: 70px;
  padding: 13px 33px;
  font-size: 16px;
  line-height: 30px;
  background-color: #323232;
}
.productYd-page .container .content .list .box .cont .more::before {
  background-color: var(--color);
}
.productYd-page .container .content .list .box .cont .more:hover {
  color: #ffffff;
}
.productYd-page .container .content .list .pro_img {
  position: absolute;
  height: 75%;
  -o-object-fit: contain;
  object-fit: contain;
  bottom: 0;
  right: 0;
  max-width: 100%;
  top: 100px;
}
.productYd-page .container .content .list:hover .box .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.productYd-page .container .content .list:nth-child(2n) {
  margin-left: 120px;
}
.service-page {
  background-color: #191919;
  padding-top: 0;
  padding-bottom: 170px;
}
.service-page .init-1 {
  padding: 140px 0;
}
.service-page .init-1 .container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .init-1 .container .left {
  width: 35%;
}
.service-page .init-1 .container .left .title {
  font-size: 56px;
  line-height: 1.2;
  font-weight:bold;
}
.service-page .init-1 .container .left .title_2 {
  font-size: 20px;
  line-height: 36px;
  font-weight:bold;
}
.service-page .init-1 .container .left .des {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.service-page .init-1 .container .left .des p {
  margin-top: 16px;
}
.service-page .init-1 .container .right {
  width: 60%;
  background-color: #ffffff;
  /*padding: 80px 50px 20px 50px;*/
}
.service-page .init-1 .container .right .img {
  position: relative;
}
.service-page .init-1 .container .right .img span {
  display: block;
  overflow: hidden;
}
.service-page .init-1 .container .right .img span img {
  display: block;
  width: 100%;
  height: 100%;
}
.service-page .init-1 .container .right .img .two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  direction: rtl;
}
.service-page .init-1 .container .right .img .two img {
  width: auto;
  max-width: none;
}
.service-page .init-1 .container .right .img .btn_cont {
  cursor: pointer;
  position: absolute;
  width: 50px;
  z-index: 2;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .init-1 .container .right .img .btn_cont .cir {
  background-color: #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.service-page .init-1 .container .right .img .btn_cont .cir .fa-angle-left {
  margin-right: 6px;
}
.service-page .init-1 .container .right .img .btn_cont .subline {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 4px;
  height: -webkit-calc(75%);
  height: -moz-calc(75%);
  height: calc(75%);
  background-color: #000000;
}
.service-page .init-1 .container .right .img .btn_cont .subline_2 {
  top: 0;
}
.service-page .init-2 {
  background-image: url(../images/service_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  /*padding-top: 160px;*/
  padding-bottom: 320px;
  margin-bottom: -160px;
}
.service-page .init-2 .container .tip_title {
  font-weight:bold;
  font-size: 56px;
}
.service-page .init-2 .container .title_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .init-2 .container .title_list .list {
  text-align: left;
  margin: 0 25px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  padding: 4px 12px;
  cursor: pointer;
}
.service-page .init-2 .container .title_list .list p {
  position: relative;
  z-index: 2;
}
.service-page .init-2 .container .title_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .init-2 .container .title_list .list:hover::before,
.service-page .init-2 .container .title_list .list.active::before {
  background-color: var(--color);
}
.service-page .init-2 .container .swiper {
  margin: auto;
  margin-top: 70px;
  max-width: 1180px;
  overflow: hidden;
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  font-size: 20px;
  line-height: 36px;
}
.service-page .init-3 {
  margin-top: -100px;
}
.service-page .init-3 .container {
  position: relative;
  background-color: #404040;
  padding: 70px 100px;
  -webkit-box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
  width: 50%;
  padding-right: 60px;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left img {
  width: 100%;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
  padding-top: 30px;
  width: 50%;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
  font-weight:bold;
  font-size: 56px;
}
.service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
}
.service-page .init-3 .container .next,
.service-page .init-3 .container .prev {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: -16px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  background-color: #2e2e2e;
}
.service-page .init-3 .container .next i,
.service-page .init-3 .container .prev i {
  position: relative;
  z-index: 2;
}
.service-page .init-3 .container .next.swiper-button-disabled,
.service-page .init-3 .container .prev.swiper-button-disabled {
  opacity: 0.4;
}
.service-page .init-3 .container .prev {
  left: -16px;
}
.service-page .init-4 .box{
  background: url(../images/service4-bg.png) no-repeat center top;
  padding: 67px 0 48px;
}
.service-page .init-4 .box .title{
  font-size: 56px;
  line-height: 1;
  font-family: 'Arial-Bold';
}
.service-page .init-4 .box .content{
  margin-top: 72px;
}
.service-page .init-4 .box .content ul{
  padding: 0 11.41%;
  margin-right: -75px;
}
.service-page .init-4 .box .content ul li{
  padding-right: 75px;
}
.service-page .init-4 .box .content ul li .download{
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.service-page .init-4 .box .content ul li .download span{
  font-size: 18px;
  line-height: 32px;
}
.service-page .init-4 .box .content .slick-arrow{
   position: absolute;
  top: 40%;
  width: 30px;
	height: 30px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transition: .5s;
}
.service-page .init-4 .box .content .slick-prev{
  left: 56px;
  background: rgba(255,255,255,0.2);
}
.service-page .init-4 .box .content .slick-prev::before{
  content: "\f053";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: var(--black);
}
.service-page .init-4 .box .content .slick-prev:hover{
  background: var(--white);
}
.service-page .init-4 .box .content .slick-next{
  right: 8%;
  background: rgba(255,255,255,0.2);
}
.service-page .init-4 .box .content .slick-next::before{
  content: "\f054";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: var(--black);
}
.service-page .init-4 .box .content .slick-next:hover{
  background: var(--white);
}
.gallery-page .container .content {
  margin: 0 -20px;
  margin-top: -50px;
}
.gallery-page .container .content p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  color:#000;
}
.gallery-page .container .content .column {
  margin-top: 50px;
  padding: 0 20px;
}
.gallery-page .container .content .column .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .container .content .column .box a img {
  width: 100%;
}
.gallery-page .container .content .column .box .text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items:center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
}
.gallery-page .container .content .column .box .text .cir {
  width: 6px;
  height: 6px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 8px;
}
.gallery-page .container .content .column:hover .box .text {
  opacity: 1;
}
.gallery-page .container .m-page {
  text-align: center;
}
.contact-page {
  padding: 0;
}
.contact-page .init-1 {
  padding-top: 110px;
  padding-bottom: 140px;
  position: relative;
  /*background-image: url(../images/contact_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;*/
  background-color: #efefef;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 42%;
}
.contact-page .init-1 .container .left .title {
  font-size: 40px;
  font-family: 'Arial-Bold';
  line-height: 1.2;
}
.contact-page .init-1 .container .left .des {
  font-size: 16px;
  color: #8b8b8b;
  margin-top: 32px;
  line-height: 30px;
}
.contact-page .init-1 .container .left .tip {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 30px;
}
.contact-page .init-1 .container .left .contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left .contact_list .list {
  margin-top: 35px;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .init-1 .container .left .contact_list .list .text {
  margin-top: 10px;
}
.contact-page .init-1 .container .left .contact_list .list.email {
  width: 400px;
}
.contact-page .init-1 .container .left .contact_list .list.address {
  max-width: 350px;
  margin-top: 30px;
}
.contact-page .init-1 .container .left .contact_list .list.share {
  max-width: 350px;
  margin-top: 45px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  background-color: #8b8b8b;
  padding: 0;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a i {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .right {
  width: 58%;
  padding-left: 150px;
}
.contact-page .init-1 .container .right .title {
  font-size: 40px;
  font-family: 'Arial-Bold';
  line-height: 1.2;
}
.contact-page .init-1 .container .right .des {
  font-size: 16px;
  color: #8b8b8b;
  margin-top: 32px;
  line-height: 30px;
}
.contact-page .init-1 .container .right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-top: 15px;
  color: #8b8b8b;
  background-color: rgb(255, 255, 255);
  padding: 10px 14px;
  font-size: 16px;
  line-height: 30px;
  border: none;
}
.contact-page .init-1 .container .right form textarea{
  height: 100px;
}
.contact-page .init-1 .container .right form input::-webkit-input-placeholder, .contact-page .init-1 .container .right form textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}
.contact-page .init-1 .container .right form input:-moz-placeholder, .contact-page .init-1 .container .right form textarea:-moz-placeholder {
  color: #8b8b8b;
}
.contact-page .init-1 .container .right form input::-moz-placeholder, .contact-page .init-1 .container .right form textarea::-moz-placeholder {
  color: #8b8b8b;
}
.contact-page .init-1 .container .right form input:-ms-input-placeholder, .contact-page .init-1 .container .right form textarea:-ms-input-placeholder {
  color: #8b8b8b;
}
.contact-page .init-1 .container .right form input::placeholder,
.contact-page .init-1 .container .right form textarea::placeholder {
  color: #8b8b8b;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
  color: #8b8b8b;
}
.contact-page .init-1 .container .right form .submit_btn {
  width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 8px;
  margin-top: 30px;
  border: 1px solid #0062b3;
}
.contact-page .init-1 .container .right form .submit_btn span {
  position: relative;
  z-index: 2;
}
.contact-page .init-2 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.newdet-page .container .title {
  font-size: 30px;
  font-family: 'Arial-Bold';
  line-height: 1.6;
  text-transform: capitalize;
}
.newdet-page .container .time {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #000;
}
.newdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  font-family: Poppins !important;
  line-height: 30px;
  font-size: 16px;
}
.m-link {
  margin-top: 40px;
}
.m-link a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 30px;
}
.m-link a:nth-child(2) {
  margin-top: 4px;
}
.m-link a:hover {
  border-bottom-color: #ffffff;
}
.related_product {
  margin-top: 90px;
}
.related_product .swiper{
  overflow: hidden;
}
.related_product .container .swiper .swiper-slide {
  text-align: center;
}
.related_product .container .swiper .swiper-slide a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.related_product .container .swiper .swiper-slide .img {
  padding: 30px;
  background-color: #ffffff;
}
.related_product .container .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related_product .container .swiper .swiper-slide .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  padding: 4px;
}
.related_product .container .swiper .swiper-slide .text:hover {
  color: var(--color);
}
.m-page_2 {
  margin-top: 80px;
}
.m-page_2 .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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-page_2 .wp-pagenavi span,
.m-page_2 .wp-pagenavi a {
  margin: 9px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #d5d5d5;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page_2 .wp-pagenavi span.current,
.m-page_2 .wp-pagenavi a.current {
  background-color: var(--color);
  color: #ffffff;
  border-color: var(--color);
}
.m-page_2 a:hover {
  background-color: var(--color);
  color: #ffffff;
  border: 1px solid var(--color);
}
.pro_nav_pc .container {
  border-bottom: 1px solid #383838;
  padding: 0 130px 40px 130px;
  position: relative;
}
.pro_nav_pc .container .next,
.pro_nav_pc .container .prev {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 80px;
  right: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.pro_nav_pc .container .next i,
.pro_nav_pc .container .prev i {
  position: relative;
  z-index: 2;
}
.pro_nav_pc .container .prev {
  left: 0;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  padding: 0 10px;
  padding-right: 30px;
  height: 200px;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont {
  margin-top: 16px;
  position: relative;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont .one_title {
  font-size: 18px;
  line-height: 32px;
  position: relative;
  padding-right: 20px;
  margin-bottom: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
  text-align: center;
  -webkit-text-decoration-color: #000;
  -moz-text-decoration-color: #000;
  text-decoration-color: #000;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont .one_title:hover,
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont .one_title.active {
  -webkit-text-decoration-color: #ffffff;
  -moz-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont i {
  font-size: 20px;
  line-height: 36px;
  position: absolute;
  top: 5px;
  right: 0;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a {
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  -moz-text-decoration-color: #000;
  text-decoration-color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a .cir {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  margin-right: 15px;
  margin-top: 9px;
  min-width: 5px;
}
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a:hover,
.pro_nav_pc .container .swiper .swiper-wrapper .swiper-slide .list_cont ul li a.active {
  -webkit-text-decoration-color: #fff;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.product-page .init-2 {
  margin-top: 80px;
  text-align: center;
}
.product-page .init-2 .container .tip_title {
  font-size: 32px;
  line-height: 1.2;
  font-family: 'Arial-Bold';
}
.cpmiaoshu {
  font-size: 26px;
  line-height: 1.6;
  font-family: 'Arial-Bold';
  text-align: center;
}
.product-page .init-2 .container .tip_des {
  font-size: 16px;
  margin: auto;
  margin-top: 50px;
  line-height: 30px;
  /*max-width: 1320px;*/
      max-height: 420px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}
.product-page .init-2 .container .content {
  margin-top: 20px;
  text-align: left;
}
.product-page .init-2 .container .content ul {
  margin: 0 -30px;
}
.product-page .init-2 .container .content ul li {
  padding: 0 30px;
  margin-top: 60px;
  text-align: center;
}
.product-page .init-2 .container .content ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-2 .container .content ul li .img {
  /*padding: 40px;*/
  background-color: #fff;
  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;
}
.product-page .init-2 .container .content ul li .img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-2 .container .content ul li .more {
  background: var(--color);
  border-color: var(--color);
  display: inline-block;
  margin-top: -28px;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
.product-page .init-2 .container .content ul li .title {
  font-size: 20px;
  margin-top: 14px;
  line-height: 36px;
  margin-bottom: 15px;
}
.product-page .init-2 .container .content ul li .des {
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  color: #b1b1b1;
}
.product-page .init-2 .container .content ul li:hover .more {
  /*border-color: var(--black);*/
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .init-2 .container .content ul li .more::before{
  background: var(--black);
}
.product-page .init-2 .container .content ul li:hover .title,
.product-page .init-2 .container .content ul li:hover .des {
  color: var(--color);
}
.seo_cont {
  padding-bottom: 160px;
  background-color: #f4f4f4;
}
.seo_cont .seo_news .container .tip_title {
  color: #000;
}
.seo_cont .seo_news .container .swiper {
  margin-top: 40px;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: var(--color);
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 300px;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .title {
  /*margin-top: 50px;*/
  font-size: 20px;
  line-height: 36px;
  min-height: 50px;
  text-transform: capitalize;
  font-family: 'Arial-Bold';
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}
.seo_cont .list_cont {
  margin-top: 130px;
}
.seo_cont .list_cont.mt_0 {
  margin-top: 0;
}
.seo_cont .knowledge {

}
.seo_cont .container .tip_title {
  text-align: center;
  font-size: 40px;
  font-family: 'Arial-Bold';
  padding-top: 50px;
  color:#000;
}
.seo_cont .knowledge .container .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
.prodet-page .init-1 {
  margin-top: 90px;
}
.prodet-page .init-1 .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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left {
  width: 40%;
  /*height: 614px;*/
}
.prodet-page .init-1 .container .left a {
  /*height: 100%;*/
  display: block;
  width: 100%;
  background-color: #ffffff;
  /*padding: 40px;*/
}
.prodet-page .init-1 .container .left a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .right {
  width: 56%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 36px;
  line-height: 1.4;
}
.prodet-page .init-1 .container .right .auth {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .share_list {
  margin-top: 16px;
}
.prodet-page .init-1 .container .right .share_list a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
.prodet-page .init-1 .container .right .share_list a i {
  margin-right: 4px;
}
.prodet-page .init-1 .container .right .des {
  font-size: 20px;
  line-height: 36px;
  margin-top: 25px;
  font-family: Poppins !important;
  max-height: 500px;
    padding-right: 20px;
margin-bottom: 40px;
overflow: auto;
}
.prodet-page .init-1 .container .right .Auxil-through{
  padding-top: 138px;
  text-align: left;
}
.prodet-page .init-1 .container .right .more {
  /*margin-top: 50px;*/
}
.prodet-page .init-1 .container .left .swiper {
  margin-top: 30px;
  overflow: hidden;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 240px;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  /*height: 100%;*/
  background-color: #fff;
  padding: 20px;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-2 {
  margin-top: 60px;
}
/*.prodet-page .init-2 .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;
}*/
.prodet-page .init-2 .container .left {
  width: 100%;
  margin-bottom: 25px;
  /*padding-bottom: 50px;*/
  border-bottom: 1px solid #9e9e9e;
}
.prodet-page .init-2 .container .left .list {
  padding: 20px 0px;
    position: relative;
    cursor: pointer;
    line-height: 36px;
    font-size: 30px;
    color: #114396;
    font-family: "Poppins-Bold";
}
.prodet-page .init-2 .container .left .list::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 6px;
  top: 73px;
  background-color: var(--color);
  left: 0;
  opacity: 0;
  -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);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.prodet-page .init-2 .container .left .list:hover::before,
.prodet-page .init-2 .container .left .list.active::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.prodet-page .init-2 .container .right {
  min-height: 530px;
  width:100%;
}
.prodet-page .init-2 .container .right .list {
  padding: 40px 0;
  display: none;
}
.prodet-page .init-2 .container .right .description .des {
  font-size: 16px;
  line-height: 30px;
  font-family: Poppins !important;
  overflow: auto;
}
.prodet-page .init-2 .container .right .description .des table td{
  min-width:120px;
}
.prodet-page .init-2 .container .right .description .des table tbody{
  min-width: 1600px;
}
.prodet-page .init-2 .container .right .description .des table tr{
  background: #d1d1d1;
}
.prodet-page .init-2 .container .right .description .des table tr:nth-child(2n){
  background: transparent;
}
.prodet-page .init-2 .container .right .description .des table tr:nth-child(even){
  background: transparent;
}
.prodet-page .init-2 .container .right .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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .about .content .img {
  width: 40%;
}
.prodet-page .init-2 .container .right .about .content .text_cont {
  width: 54%;
}
.prodet-page .init-2 .container .right .about .content .text_cont .tip {
  font-size: 20px;
  font-weight: 700;
}
.prodet-page .init-2 .container .right .about .content .text_cont .des {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .init-2 .container .right .contact_info .tip {
  font-size: 20px;
}
.prodet-page .init-2 .container .right .contact_info form {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .contact_info form .lists {
  margin-top: 50px;
  width: 50%;
  padding-right: 100px;
}
.prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
  font-size: 22px;
}
.prodet-page .init-2 .container .right .contact_info form .lists input {
  width: 100%;
  padding: 6px 0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
.prodet-page .init-2 .container .right .contact_info form .more {
  padding: 13px 40px;
  margin-top: 50px;
  text-transform: uppercase;
}
.prodet-page .init-3 {
  margin-top: 160px;
}
.prodet-page .init-3 .container .swiper{
  overflow: hidden;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  padding: 40px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more {
  margin-top: -28px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  background: var(--color);
  border-color: var(--color);
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 20px;
  margin-top: 12px;
  line-height: 36px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
  color: var(--color);
}
.oem-page .tips_title {
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  font-family: 'Arial-Bold';
}
.oem-page .init-1 .container .tips_des {
  text-align: center;
  font-size: 16px;
  margin: 10px auto 0;
  max-width: 1475px;
  line-height: 30px;
}
.oem-page .init-1 .container .content {
  margin-top: 66px;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
  font-family: 'Poppins-Regular';
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
    min-height: 3.3em;
    text-align: center;
}
.oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  max-height: 90px;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;
}
.oem-page .init-1 {
  margin-top: 110px;
}
.oem-page .init-2 .container .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-2 .container .content .left {
  width: 47%;
}
.oem-page .init-2 .container .content .left .des {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.oem-page .init-2 .container .content .left .img_cont {
  position: relative;
  margin-top: 50px;
}
.oem-page .init-2 .container .content .left .img_cont .img_1 {
  display: block;
  width: 100%;
}
.oem-page .init-2 .container .content .left .img_cont .img_2 {
  height: 86%;
  position: absolute;
  bottom: 30px;
  right: -100px;
}
.oem-page .init-2 .container .content .right {
  width: 47%;
}
.oem-page .init-2 .container .content .right .img {
  display: block;
  width: 100%;
}
.oem-page .init-2 .container .content .right .des {
  margin-top: 36px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.oem-page .init-2 .container .content .right .list_cont {
  margin-top: 10px;
}
.oem-page .init-2 .container .content .right .list_cont .list {
  margin-top: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
  font-size: 20px;
  line-height: 36px;
}
.oem-page .init-2 .container .content .right .list_cont .list .title_cont .num {
  font-size: 16px;
  line-height: 30px;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt {
  margin-top: 10px;
  height: 9px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-color: #b7b7b7;
}
.oem-page .init-2 .container .content .right .list_cont .list .jdt div {
  border-radius: 4px;
  background-color: var(--color);
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(2) .jdt div {
  width: 20%;
}
.oem-page .init-2 .container .content .right .list_cont .list:nth-child(3) .jdt div {
  width: 50%;
}
.oem-page .init-2 .container .content .right .list_cont .list.active .jdt div {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.oem-page .init-3 {
  margin-top: 120px;
}
.oem-page .init-3 .container form {
  max-width: 890px;
  margin: 20px auto 0;
  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;
}
.oem-page .init-3 .container form .list {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 100%;
}
.oem-page .init-3 .container form .list.w_50 {
  width: -webkit-calc(50% - 18px);
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
}
.oem-page .init-3 .container form .list.text_center {
  text-align: center;
  margin-top: 40px;
}
.oem-page .init-3 .container form .list.list_upload {
  cursor: pointer;
  height: 56px;
}
.oem-page .init-3 .container form .list.list_upload input {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.oem-page .init-3 .container form .list.list_upload .cont {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  padding: 0 16px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .init-3 .container form .list input,
.oem-page .init-3 .container form .list textarea {
  padding: 16px;
  width: 100%;
  background-color: #dfdfdf;
  border: none;
}
.oem-page .init-3 .container form .list input::-webkit-input-placeholder, .oem-page .init-3 .container form .list textarea::-webkit-input-placeholder {
  color: #000;
}
.oem-page .init-3 .container form .list input:-moz-placeholder, .oem-page .init-3 .container form .list textarea:-moz-placeholder {
  color: #000;
}
.oem-page .init-3 .container form .list input::-moz-placeholder, .oem-page .init-3 .container form .list textarea::-moz-placeholder {
  color: #000;
}
.oem-page .init-3 .container form .list input:-ms-input-placeholder, .oem-page .init-3 .container form .list textarea:-ms-input-placeholder {
  color: #000;
}
.oem-page .init-3 .container form .list input::placeholder,
.oem-page .init-3 .container form .list textarea::placeholder {
  color: #000;
}
.oem-page .init-3 .container form .list .submit_btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  padding: 12px 60px;
      border: 1px solid var(--white);
}
.oem-page .init-4 {
  margin-top: 110px;
}
.oem-page .init-4 .swiper{
  overflow: hidden;
}
.oem-page .init-4 .container .title_list {
  position: relative;
}
.oem-page .init-4 .container .title_list .prev,
.oem-page .init-4 .container .title_list .next {
  position: absolute;
  width: 10px;
  height: 24px;
  top: 82px;
  right: 0;
  font-size: 26px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.oem-page .init-4 .container .title_list .prev {
  left: 0;
}
.oem-page .init-4 .container .title_list .subline {
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: calc(100%);
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding: 90px 0;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont {
  position: relative;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .cir {
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .num {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Airbus Special';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont {
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: -webkit-calc(126%);
  bottom: -moz-calc(126%);
  bottom: calc(126%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top:-110px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p {
  padding: 6px 12px;
  background-color: var(--color);
  position: relative;
  top: 20px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide .cir_cont .text_cont p::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid var(--color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .num {
  top: -34px;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont {
  top: -webkit-calc(126%);
  top: -moz-calc(126%);
  top: calc(126%);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::before {
  display: none;
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .cir_cont .text_cont p::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .cir,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .cir {
  background-color: var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .num,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .num {
  color: var(--color);
}
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide:hover .cir_cont .text_cont,
.oem-page .init-4 .container .title_list .swiper .swiper-wrapper .swiper-slide.active .cir_cont .text_cont {
  opacity: 1;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
  padding: 90px 50px 50px 50px;
  border: 1px solid #fff;
  position: relative;
  height: auto;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
  max-width: 150px;
  position: absolute;
  bottom: 6px;
  right: 1px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(20%, rgba(0, 98, 179, 0.4)), color-stop(rgba(0, 98, 179, 0)), to(rgba(0, 98, 179, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(0, 98, 179, 0.4) 20%, rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: -moz-linear-gradient(left top, rgba(0, 98, 179, 0.4) 20%, rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
  background-image: linear-gradient(to right bottom, rgba(0, 98, 179, 0.4) 20%, rgba(0, 98, 179, 0), rgba(0, 98, 179, 0));
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
  position: relative;
  z-index: 2;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 20px;
  font-family: 'Arial-Bold';
  margin-top: 20px;
  line-height: 36px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 18px;
  margin-top: 20px;
  line-height: 32px;
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide.active .cont .cir {
  background-color: var(--color);
}
.haha{
  margin-top: 20px!important;
  margin-bottom: 40px!important;
}
.zhishi{
  font-family: 'Arial-Bold';
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  color: var(--white);
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 80px;
  color: var(--white);
}
.bankuai h3{
  font-size: 22px!important;
  line-height: 40px;
  margin: 10px 0;
  color: var(--color);
  text-transform: capitalize!important;
}
.bankuai h2{
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
}
.huhu{
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 380px!important;
  display: block;
  float: right;
  } 
@media (max-width: 1500px) {
  .inner-banner .container .cont {
    max-width: 800px;
  }
  .about-page .init-3 .container .list {
    max-width: 220px;
  }
  .about-page .init-3 .container .list .top {
    font-size: 50px;
  }
  .productYd-page .container .content .list {
    width: -webkit-calc(32%);
    width: -moz-calc(32%);
    width: calc(32%);
  }
  .productYd-page .container .content .list:nth-child(2n) {
    margin-left: 30px;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
    margin-top: 20px;
    margin: auto;
    max-width: 500px;
    padding-right: 0;
    width: 100%;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    width: 100%;
  }
  .service-page .init-4 .box .content ul{
    margin-right: -36px;
  }
  .service-page .init-4 .box .content ul li{
    padding-right: 36px;
  }
  .contact-page .init-1 .container .right {
    padding-right: 0;
  }
  .prodet-page .init-1 .container .left {
    width: 40%;
  }
  .prodet-page .init-1 .container .right {
    width: 56%;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 200px;
  }*/
  .oem-page .tips_title {
    font-size: 50px;
  }
  .productYd-page .container .content .list .box{
    padding: 36px 15px 50px;
  }
  .productYd-page .container .content .list .box{
    height: auto;
  }
  .productYd-page .container .content .list .pro_img{
    position: initial;
    height: auto;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    height: auto;
  }
  .inner-banner .container .cont {
    padding-bottom: 100px;
    padding-top: 160px;
  }
  .inner-banner .container .mbx {
    margin-top: 20px;
    position: relative;
    top: 0;
  }
  .about-page .init-1 .container .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
  }
  .about-page .init-4 .container .left {
    width: 100%;
  }
  .about-page .init-4 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .about-page .init-5 .container .list {
    padding: 20px 16px;
  }
  .faq-page .init-2 .container .right {
    display: none;
  }
  .faq-page .init-2 .container .left {
    padding-right: 0;
    width: 100%;
  }
  .news-page .container .content {
    margin: 0 -15px;
    padding-top: 0;
  }
  .news-page .container .content .list {
    padding: 0 15px;
  }
  .news-page .container .cat_name_list {
    display: none;
  }
  .service-page .init-1 .container .left {
    text-align: center;
    width: 100%;
  }
  .service-page .init-1 .container .right {
    display: none;
    margin-top: 40px;
    width: 100%;
  }
  .service-page .init-4 .box .content ul li .download span{
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .init-2 {
    margin-top: 0;
  }
  .pro_nav_pc {
    display: none;
  }
  .prodet-page .init-1 {
    margin-top: 0;
  }
  .prodet-page .init-2 .container .right .about .content .img {
    width: 100%;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding-right: 30px;
  }
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    right: -44px;
    bottom: 10px;
  }
  
}
@media (max-width: 1000px) {
  .m-nav_hc {
    display: block;
  }
  .oem-page .init-1 .container .init-2 .container {
    flex-wrap: wrap;
  }
  .oem-page .init-1 .container .init-2 .container .title{
    width:33.33333% !important;
    border-right:none!important;
  }
  .inner-banner {
    margin-top: 120px;
    text-align: center;
  }
  .inner-banner .container .cont .cat_name {
    font-size: 40px;
  }
  .about-page .init-1 .container {
    text-align: center;
  }
  .about-page .init-3 .container .subline {
    display: none;
  }
  .about-page .init-3 .container .list {
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 50%;
  }
  .about-page .init-3 .container .list .bottom {
    margin-top: 10px;
  }
  .about-page .init-4 .container .left .title {
    text-align: center;
  }
  .about-page .init-5 .container .list {
    text-align: center;
    width: 50%;
  }
  .about-page .init-6 .container .title_cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .init-6 .container .title_cont .tip_title {
    text-align: center;
    width: 100%;
  }
  .about-page .init-6 .container .title_cont .more {
    margin-top: 20px;
  }
  .news-page .container .content .list {
    text-align: center;
    width: 50%;
  }
  .news-page .container .content .list .box .img {
    height: 200px;
  }
  .m-page {
    text-align: center;
  }
  .productYd-page .container .content .list {
    width: 100%;
  }
  .productYd-page .container .content .list:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 .container .left {
    margin-top: 40px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    text-align: center;
  }
  .contact-page .init-1 .container .left .des {
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    width: 100%;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    /*height: 90vw;*/
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prodet-page .init-1 .container .right > div {
    width: 100%;
  }
  .prodet-page .init-1 .container .left .swiper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .share_list {
    width: 100%;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 340px;
  }*/
  .prodet-page .init-2 .container {
    border: none;
  }
  .prodet-page .init-2 .container .left {
    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;
    border: 1px solid #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .prodet-page .init-2 .container .left .list:hover::before,
  .prodet-page .init-2 .container .left .list.active::before {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 25%;
    padding: 20px 15px;
  }
  .prodet-page .init-2 .container .left .list.active {
    background-color: var(--color);
    color: #fff;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    border: none;
    min-height: 0;
    border: 1px solid #ffffff;
    margin-top: 10px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding: 0;
    width: 100%;
  }
  .oem-page .init-2 .container .content .left {
    width: 100%;
  }
  .oem-page .init-2 .container .content .left .img_cont .img_2 {
    display: none;
  }
  .oem-page .init-2 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .haha{
    display: none;
  }
  .service-page .init-1,
  .service-page .init-2{
    padding: 60px 0;
  }
  .service-page .init-1 .container .left .title{
    font-size: 42px;
  }
  .service-page .init-2{
    margin-bottom: 0;
  }
  .service-page .init-2 .container .tip_title{
    font-size: 38px;
  }
  .service-page .init-4 .box .title{
    font-size: 42px;
  }
  .service-page .init-4 .box .content{
    margin-top: 30px;
  }
  .service-page .init-4 .box .content ul{
    padding: 0 6%;
  }
  .service-page .init-4 .box .content .slick-prev{
    left: 0;
  }
  .service-page .init-4 .box .content .slick-next{
    right: 5%;
  }
  .prodet-page .init-1 .container .right .Auxil-through{
    padding-top: 60px;
  }
  .prodet-page .init-2 .container .left{
    margin-left: 0;
  }
}
@media (max-width: 700px) {
   .oem-page .init-1 .container .init-2 .container {
    height: auto !important;
  }
  .oem-page .init-1 .container .init-2 .container .title{
    width:50% !important;
  }
  .prodet-page .init-1 .container .right .Auxil-through{
    padding-top: 30px;
  }
  .service-page .init-1,
  .service-page .init-2,
  .service-page .init-4 .box{
    padding: 30px 0;
  }
  .service-page .init-4 .box .title {
    font-size: 32px;
    line-height: 1.4;
  }
  .service-page .init-4 .box .content .slick-next {
    right: 12%;
  }
  .sjfeleimiaoshu {
    display: none!important;
  }
  .about-page .init-2 .container img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  



  .productYd-page .container .content .list {
    padding: 0;
  }
  .productYd-page .container .content .list:first-child {
    margin-top: 0;
  }
  .productYd-page .container .content .list .pro_img {
    display: none;
    height: 40%;
  }
  .productYd-page .container .content .list .box .cont {
    text-align: center;
    width: 100%;
  }
  .service-page .init-2 {
    background: #191919;
  }
  .service-page .init-2 .container .title_list {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .service-page .init-3 .container {
    padding: 40px;
  }
  .service-page .init-3 .container .next {
    right: 0;
  }
  .service-page .init-3 .container .prev {
    left: 0;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 44vw;
  }*/
  .prodet-page .init-1 .container .right .share_list {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    padding: 10px 20px;
    width: 50%;
    border-bottom: 1px solid var(--white);
  }
  .prodet-page .init-2 .container .right .list {
    padding: 20px;
  }
  .oem-page .init-2 {
    margin-top: 40px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list.w_50 {
    width: 100%;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide {
    padding: 30px 16px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .img {
    width: 60px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  .oem-page .init-1 .container .init-2 .container .title{
    width:100% !important;
  }
  .more_cont {
    font-size: 18px;
    line-height: 32px;
    padding: 6px 20px;
  }
  .inner-banner .container .cont .des {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px;
  }
  .inner-banner .container .cont {
    padding: 40px 0;
  }
  .inner-banner .container .cont .cat_name {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
  }
  .inner-banner .container .cont .des {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .container .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-page {
    padding: 40px 0;
  }
  .about-page .init-1 .container {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .init-1 .container .left .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .init-1 .container .des {
    margin-top: 20px;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
  .about-page .init-3 .container .list {
    width: 100%;
  }
  .about-page .init-3 .container .list:first-child {
    margin-top: 10px;
  }
  .about-page .init-3 .container .list .top {
    font-size: 30px;
    line-height: 1;
  }
  .about-page .init-4 {
    margin-top: 40px;
  }
  .about-page .init-4 .container .left .title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 44px;
  }
  .about-page .init-4 .container .left .list {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .init-4 .container .left .list .cir {
    margin-top: 6px;
  }
  .about-page .init-5 {
    margin-top: 40px;
  }
  .about-page .init-5 .container .list {
    width: 100%;
  }
  .about-page .init-6 {
    margin-top: 40px;
  }
  .about-page .init-6 .container .title_cont .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .init-6 .container .swiper {
    margin-top: 20px;
  }
  .faq-page .init-1 .container .tip {
    font-size: 24px;
    line-height: 44px;
  }
  .faq-page .init-1 .container form {
    height: 54px;
    margin-top: 20px;
  }
  .faq-page .init-1 .container form input {
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px;
  }
  .faq-page .init-1 .container form input:first-child {
    padding-right: 32px;
  }
  .faq-page .init-1 .container form .submit_btn {
    height: 18px;
    right: 12px;
    width: 18px;
  }
  .faq-page .init-1 .container .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .faq-page .init-2 {
    margin-top: 40px;
  }
  .faq-page .init-2 .container .left .list {
    margin-top: 20px;
  }
  .faq-page .init-2 .container .left .list .title {
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .init-2 .container .left .list .des {
    padding: 20px 30px;
  }
  .faq-page .init-2 .container .left .m-page {
    text-align: center;
  }
  .m-page {
    margin-top: 40px;
  }
  .news-page .container .content {
    margin: 0;
  }
  .news-page .container .content .list {
    padding: 0;
    width: 100%;
  }
  .news-page .container .content .list:first-child {
    margin-top: 0;
  }
  .news-page .container .content .list .box .cont {
    padding: 16px;
  }
  .news-page .container .content .list .box .img {
    height: 60vw;
  }
  .m-page span {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
  }
  .m-page a {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
  }
  .productYd-page .container .content .list {
    margin-top: 30px;
  }
  .productYd-page .container .content .list .box {
    padding: 40px 16px;
  }
  .productYd-page .container .content .list .box .cont .title {
    font-size: 20px;
    line-height: 36px;
  }
  .productYd-page .container .content .list .box .cont .more {
    margin-top: 30px;
  }
  .service-page .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .service-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-1 .container .left .title_2 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 32px;
  }
  .service-page .init-1 .container .left .des p {
    margin-top: 10px;
  }
  .service-page .init-2 {
    padding-bottom: 40px;
  }
  .service-page .init-2 .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-2 .container .title_list .list {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin: 0;
    padding: 0 8px;
    width: 100%;
  }
  .service-page .init-2 .container .swiper {
    margin-top: 40px;
  }
  .service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .init-3 {
    margin-top: 0;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    padding-top: 0;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 24px;
    line-height: 44px;
  }
  .service-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .gallery-page .container .content {
    margin: 0;
  }
  .gallery-page .container .content .column {
    margin-top: 20px;
    padding: 0;
  }
  .gallery-page .container .content .column:first-child {
    margin-top: 0;
  }
  .gallery-page .container .content .column .box .text {
    opacity: 1;
  }
  .contact-page .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .contact-page .init-1 .container .right form input {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .right form textarea {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .init-1 .container .left .des {
    line-height: 30px;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_list {
    text-align: center;
  }
  .contact-page .init-1 .container .left .contact_list .list {
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.email {
    width: 100%;
  }
  .contact-page .init-1 .container .left .contact_list .list.address {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_list .list.share {
    margin-top: 20px;
  }
  .newdet-page .container .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .related_product {
    margin-top: 40px;
  }
  .related_product .container .swiper .swiper-slide .img {
    padding: 20px;
  }
  .product-page .init-2 .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .product-page .init-2 .container .tip_des {
    margin-top: 10px;
  }
  .product-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .product-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-2 .container .content ul li .title {
    font-size: 18px;
    line-height: 32px;
    min-height: 70px;
  }
  .m-page_2 {
    margin-top: 20px;
  }
  .seo_cont {
    padding-bottom: 40px;
  }
  .seo_cont .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .seo_cont .seo_news .container .swiper {
    margin-top: 20px;
  }
  .seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    margin-top: 20px;

    line-height: 32px;
  }
  .seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 50vw;
  }
  .seo_cont .knowledge {
    display: none;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-1 .container .right .auth {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .init-1 .container .right .des {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .prodet-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .left .list {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 0;
  }
  .prodet-page .init-2 .container .left .list:first-child {
    border: none;
  }
  .prodet-page .init-2 .container .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .left .list {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .init-2 .container .right .description .des {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .right .contact_info .tip {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-2 .container .right .contact_info form .more {
    padding: 6px 20px;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .tip {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .des {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    margin-top: 40px;
  }
  .oem-page .tips_title {
    font-size: 24px;
    line-height: 44px;
  }
  .oem-page .init-1 .container .tips_des {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-1 .container .content {
    margin-top: 20px;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    margin-top: 14px;
    line-height: 32px;
    min-height: 5.3em;
  }
  .oem-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-2 .container .content {
    margin-top: 10px;
  }
  .oem-page .init-2 .container .content .left .des {
    text-align: center;
  }
  .oem-page .init-2 .container .content .left .img_cont {
    margin-top: 20px;
  }
  .oem-page .init-2 .container .content .right .des {
    margin-top: 20px;
    text-align: center;
  }
  .oem-page .init-2 .container .content .right .list_cont .list .title_cont .name {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-page .init-3 {
    margin-top: 40px;
  }
  .oem-page .init-3 .container form {
    margin-top: 0;
  }
  .oem-page .init-3 .container form .list.text_center {
    margin-top: 20px;
  }
  .oem-page .init-3 .container form .list .submit_btn {
    padding: 6px 40px;
  }
  .oem-page .init-4 {
    margin-top: 40px;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .cir {
    margin: auto;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont {
    text-align: center;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 18px;
    line-height: 32px;
    min-height: 3.2em;
  }
  .oem-page .init-4 .container .content_list .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 16px;
    line-height: 30px;
  }
}

.case-page ul li{
  width: 23.5% !important;
  margin:15px 2% 15px 0;
}
.case-page ul li:nth-child(4n){
  margin-right: 0;
}
.case-page ul li .ig{
  border: 1px solid rgba(0,98,179,0.5);
}
.case-page ul li .ig .img-box{
  display: block;
}
.case-page ul li .ig .img-box img{
  width: 100%;
  object-fit: cover;
}
.case-page ul li .ig p{
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 20px; 
  font-family: 'Poppins-Regular';
}
@media screen and (max-width: 1680px) {
  .case-page ul{
    margin: 0 -40px -40px 0;
  }
  .case-page ul li{
    padding: 0 40px 40px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 30px 26px;
  }
  .case-page ul{
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .case-page ul li {
    width: 32% !important;
    padding: 0;
  }
  .case-page ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .case-page ul li:nth-child(3n) {
    margin-right: 0;
  }
  
}
@media screen and (max-width: 1000px) {
  .inner-page{
    padding: 60px 0;
  }
  .case-page ul{
    margin: 0 -20px -20px 0;
  }
  .case-page ul li{
    padding: 0 20px 20px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page{
    padding: 30px 0;
  }
  .case-page ul{
    margin: 0 -15px -15px 0;
  }
  .case-page ul li{
    padding: 0 15px 15px 0;
  }
  .case-page ul li .ig p{
    padding: 19px 15px 26px;
    font-size: 16px;
    line-height: 30px;
  }
  .case-page ul li {
    width: 48% !important;
  }
  .case-page ul li:nth-child(4n) {
    margin-right:4%;
  }
  .case-page ul li:nth-child(3n) {
    margin-right:4%;
  }
  .case-page ul li:nth-child(2n) {
    margin-right:0;
  }
}
@media screen and (max-width: 500px) {
  .case-page ul li {
    margin-right:0 !important;
    width:100% !important;
  }
}
.zhinengh1{
  font-size: 36px;
  line-height: 1.4;
}








    .seoPublic .title {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 1em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 40px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
        font-family: 'Arial-Bold';
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 30px;
        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 {
       
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            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;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    @keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes ks {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
.about-page .init-2 .container .box_play a.play {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.about-page .init-2 .container .box_play a.play:before {
    -webkit-animation-delay: 0.6s !important;
    -moz-animation-delay: 0.6s!important;
    animation-delay: 0.6s !important;
}
.about-page .init-2 .container .box_play a.play:before, 
.about-page .init-2 .container .box_play a.play:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
#seo_fromBtn{
  display: none!important;
}