@font-face {
  font-family: 'Teko-Regular';
  src: url(../fonts/Teko-Regular.ttf) format('truetype'), url(../fonts/Teko-Regular.eot) format('eot'), url(../fonts/Teko-Regular.woff) format('woff'), url(../fonts/Teko-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Teko-Bold';
  src: url(../fonts/Teko-Bold.ttf) format('truetype'), url(../fonts/Teko-Bold.eot) format('eot'), url(../fonts/Teko-Bold.woff) format('woff'), url(../fonts/Teko-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Teko-Medium';
  src: url(../fonts/Teko-Medium.ttf) format('truetype'), url(../fonts/Teko-Medium.eot) format('eot'), url(../fonts/Teko-Medium.woff) format('woff'), url(../fonts/Teko-Medium.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #5a5959;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5a5959;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5a5959;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5a5959;
}
body {
  font-family: "Poppins-Regular";
  margin: 0;
  padding: 0;
  background-image: url('../images/about-bg.png');
  background-repeat: no-repeat;
  background: 100% 100%;
}
.title-tag{
  color: #f10009;
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-shadow: none;
  font-family: "Poppins-Regular";
  line-height: normal;
  text-transform: none;
}
.title-tag::before{
  content: "";
  height: 2px;
  width: 50px;
  margin-right: 15px;
  background-color: #f10009;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1345px;
  margin: auto;
}
#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;
}
#header .h-top {
  line-height: 70px;
  height: 70px;
}
#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-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .menu .menu-right div {
  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 div span {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-family: '';
}
#header .h-top .menu .menu-right div span:hover {
  color: #f89c1c;
}
#header .h-top .menu .menu-right div input {
  width: 125px;
  height: 25px;
  border-radius: 35px;
  padding-left: 20px;
  background-color: #666666;
  color: #fff;
  border: none;
}
#header .h-top .menu .menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
#header .h-top .menu .menu-left .phone img {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
#header .h-top .menu .menu-left .email img {
  width: 20px;
  height: 15px;
  margin-right: 15px;
}
#header .h-top .menu .menu-left div {
  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-left div span {
  white-space: nowrap;
  color: #fff;
}
#header .h-top .menu .menu-left div:first-child {
  margin-right: 80px;
}
#header .h-top .menu .menu-right div:last-child {
  cursor: pointer;
}
#header .h-top .menu .menu-right div:last-child img {
  width: 10px;
  height: 5px;
  margin-left: 10px;
}
#header .language {
  position: relative;
}
#header .language ul {
  position: absolute;
  top: 40px;
  background: #fff;
  z-index: 10;
}
#header .language ul li a {
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
  padding: 0 10px;
}
#header .language ul li a img {
  width: 30px !important;
  height: 20px !important;
  margin-right: 10px;
}
#header .language ul li a span {
  color: #000000 !important;
}
#header .language ul li a:hover span {
  color: #ffb11b !important;
}
#header .language .language-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .language .language-t span {
  margin: 0 10px 0 15px;
  font-size: 24px;
  color: #fff;
  font-family: 'Barlow-Medium';
}
#header .language:hover .language-t img:last-child {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .language:hover ul li a {
  border-bottom: 3px solid #ffb11b;
  height: 40px;
}
#header .nav {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
    width: 100%;
    padding-bottom: 25px;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background: transparent;
  border-radius: 10px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  height: auto;
  padding-top: 25px;
  width: 15.5%;
}
#header .nav .ui.menu .logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#header .nav .ui.menu .menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  padding-top: 40px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 90px;
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
  -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;
  font-family: 'Poppins-Regular';
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #f10009;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 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: 1px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 80px;
}
#header .nav .ui.menu .h-inquire {
  width: 150px;
  height: 40px;
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Poppins-Medium';
}
#header .nav .ui.menu .h-inquire img {
  width: 17px;
  height: 20px;
  margin-right: 10px;
}
#header .nav .ui.menu .h-inquire:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f99811), color-stop(50%, #f58f0e), color-stop(#ee8008), to(#e66d01));
  background: -webkit-linear-gradient(top, #f99811, #f58f0e 50%, #ee8008, #e66d01);
  background: -moz-linear-gradient(top, #f99811, #f58f0e 50%, #ee8008, #e66d01);
  background: linear-gradient(to bottom, #f99811, #f58f0e 50%, #ee8008, #e66d01);
}
#header .nav .ui.menu .h-search {
  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;
}
#header .nav .ui.menu .h-search input[type=text] {
  color: #fff;
  background: transparent;
  width: 160px;
  height: 25px;
  border-bottom: 1px solid red;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-right: 30px;
  font-size: 16px;
}
#header .nav .ui.menu .h-search input[type=submit] {
  width: 25px;
  height: 25px;
  background: url('../images/sousuo.png') no-repeat;
  background-size: 100% 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  position: absolute;
  right: 35px;
  top: 5px;
  border: none;
}
#header .nav .ui.menu .h-search span {
  font-size: 22px;
  color: #ababab;
  margin: 0 15px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
  font-weight: bold;
}
table tr:first-child{
  background: red !important;
}
table td:first-child {
  color: #fff;
  font-weight: bold;
}
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-weight: 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);
}
.search-box form input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.search-box form input[type="text"]:-moz-placeholder {
  color: #000;
}
.search-box form input[type="text"]::-moz-placeholder {
  color: #000;
}
.search-box form input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.search-box form input[type="text"]::placeholder {
  color: #000;
}
.language-box {
  padding-top: 7px;
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
  cursor: pointer;
}
.language-box .language-img img {
  width: 25px;
  height: auto;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Barlow-Medium';
}
.language-box .zhuyu i {
  margin-left: 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 15px;
  right: 0;
  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: 130px;
  float: none;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  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;
}
.language-box ul.sub-menu li a img {
  width: 35px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  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;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute !important;
  bottom: 85px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: auto !important;
}
.slick-dots li {
  width: 30px;
  height: 30px !important;
  margin: 0 20px;
  background: #bbb7b7;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: transparent;
  border: none;
}
.slick-dots .slick-active {
  background: #fff;
}
.slick-dots .slick-active button {
  background: #000;
}
.btn-go {
  color: #fff;
  width: 200px;
  height: 50px;
  background-color: #f10009;
  font-size: 22px;
  font-family: 'Teko-Regular';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.btn-go a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
.btn-go a span {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.5s;
}
.btn-go:hover a span {
  transform: translateX(50px);
}
.btn-go:hover a .line {
  transform: translateX(-80px);
}
.btn-go:hover a .triangle {
  margin-left: 5px;
}
.btn-go a .line {
 width: 45px !important;
  height: 2px !important;
  transition: all 0.5s;
  margin-top: 0!important;
}
.btn-go a .triangle {
  width: 5px !important;
  height:10px !important;
  margin-top: 0!important;
}
/*.btn-go:hover {
  color: #fff !important;
  background: #f99811;
}*/
.ui.container {
  width: 1540px;
  margin: 0 auto;
  padding: 0 15px;
}
#banner {
  width: 100%;
  background-image: url('../images/banner-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#banner .banner-top {
  width: 100%;
  position: relative;
}
#banner .banner-top ul {
  height: 100%;
}
#banner .banner-top ul li {
  height: 945px;
  position: relative;
}
#banner .banner-top ul li .content {
  position: absolute;
  bottom: 105px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-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-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-top ul li .content p {
  width: 350px;
  height: 110px;
  color: #a7a5a5;
  font-size: 18px;
  text-align: right;
  font-family: 'Poppins-Regular';
}
#banner .banner-top ul li .content div {
  margin-top: 40px;
}
#banner .banner-top ul li .banner-text {
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-top ul li .banner-text img {
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-top ul li .banner-product {
  position: absolute;
  top: 250px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
  width: 48.5%;
}
#banner .banner-top ul li .banner-product img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-top ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-bot {
  background-color: #060606;
  margin-top: 125px;
  padding-bottom: 20px;
}
#banner .banner-bot div .banner-bot-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;
}
#banner .banner-bot div .banner-bot-content li {
  cursor: pointer;
  height: 230px;
  -webkit-transform: border 0.5s;
  -moz-transform: border 0.5s;
  -ms-transform: border 0.5s;
  transform: border 0.5s;
  padding-bottom: 25px;
  border: none;
  position: relative;
}
#banner .banner-bot div .banner-bot-content li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  height: 230px;
  position: relative;
  z-index: 10;
}
#banner .banner-bot div .banner-bot-content li .box p {
  font-size: 100px;
  color: #656262;
  margin: -15px 0;
  font-family: 'Teko-Bold';
  opacity: 1;
  display: flex;
  align-items: flex-start;
}
#banner .banner-bot div .banner-bot-content li .box p span{
  font-size: 30px;
  margin-top: 20px;
  margin-left: 5px;
}
#banner .banner-bot div .banner-bot-content li .box p:last-child {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
  white-space: nowrap;
}
#banner .banner-bot div .banner-bot-content li .boxs {
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  width: 275px;
  height: 230px;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
#banner .banner-bot div .banner-bot-content li:hover .boxs {
  opacity: 1;
  background: url('../images/border-bg.jpg') no-repeat;
  background-size: 100% 100%;
}
#banner .banner-bot div .banner-bot-content li:hover .box p {
  color: #fff;
}
.hide {
  display: none !important;
}
.xt-title {
  font-size: 184px;
  color: #fff;
  font-family: Teko-Bold;
  width: 50%;
  line-height: 150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 5px 5px 5px #f10009;
  text-shadow: -4px 0 4px #f10009, /* 右边阴影 */ 4px 0 4px #f10009, /* 上边阴影 */ 0 -4px 4px #f10009, /* 下边阴影 */ 0 4px 4px #f10009;
}
.inner-title{
  color: #fff;
  font-family: Teko-Bold;
  text-shadow: -4px 0 4px #f10009, /* 右边阴影 */ 4px 0 4px #f10009, /* 上边阴影 */ 0 -4px 4px #f10009, /* 下边阴影 */ 0 4px 4px #f10009;
  font-size: 40px;
}
#latesnews {
  background-color: #060606;
  padding: 155px 0 150px;
}
#latesnews .latesnews-b .latesnews-content-c ul {
  margin: 0 -20px;
}
#latesnews .latesnews-b .latesnews-content-c ul li {
  padding: 0 20px;
  height: 410px;
  padding-top: 75px;
  cursor: pointer;
}
#latesnews .latesnews-b .latesnews-content-c ul li .content {
  height: 335px;
  background: #111111;
  padding: 110px 30px 50px;
  position: relative;
  display: block;
}
#latesnews .latesnews-b .latesnews-content-c ul li .content .content-t {
  position: absolute;
  width: 106px;
  height: 106px;
  top: -53px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  border: 1px solid #f10009;
  background: #060606;
}
#latesnews .latesnews-b .latesnews-content-c ul li .content .content-text {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#latesnews .latesnews-b .latesnews-content-c ul li .content .content-text span {
  display: block;
  font-family: 'Teko-Regular';
  font-size: 30px;
  color: #fff;
  margin-top: 0;
  text-align: center;
}
#latesnews .latesnews-b .latesnews-content-c ul li .content .content-text span:nth-child(2) {
  display: block;
  width: 60px;
  height: 1px;
  background: #666;
}
#latesnews .latesnews-b .latesnews-content-c ul li .content .content-text span:first-child {
  font-family: 'Teko-Medium';
  font-size: 40px;
}
#latesnews .latesnews-b .latesnews-content-c ul li .content p {
  font-size: 30px;
  color: #fff;
  font-family: 'Teko-Bold';
  text-align: center;
  line-height: 30px;
}
#latesnews .latesnews-b .latesnews-content-c ul li .content p:last-child {
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins-Regular';
  margin-top: 30px;
  line-height: unset;
}
#latesnews .latesnews-b .latesnews-content-c ul li:hover .content-t {
  background: #f10009;
}
#latesnews .latesnews-b .latesnews-content-c ul li:hover .content {
  border: 1px solid #f10009;
}
#latesnews .latesnews-b .latesnews-content-c ul li:hover .content p:last-child {
  color: #fff;
}
#latesnews .latesnews-b .latesnews-content-c ul li:hover .content .content-t {
  background: #f10009;
}
#latesnews .latesnews-b .latesnews-content-c ul li:hover .content .content-text span:nth-child(2) {
  background: #fff;
}
#choosexland {
  height: 850px;
  background: url('../images/choose-bg.jpg') no-repeat;
  background-size: 100% 100%;
  padding-top: 135px;
}
#choosexland .choosexland-conent {
  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;
}
#choosexland .choosexland-conent .choosexland-left {
  width: 35%;
}
#choosexland .choosexland-conent .choosexland-left p {
  text-align: left;
  margin: 0;
}
#choosexland .choosexland-conent .choosexland-left p:nth-child(3) {
  font-size: 18px;
  color: #a5a5a5;
  margin: 45px 0 90px;
  font-family: 'Poppins-Regular';
}
#choosexland .choosexland-conent .choosexland-right {
  width: 44%;
}

#choosexland .choosexland-conent .choosexland-right .choosexland-right-box.active h3 {
  color: #fff;
  text-shadow: none;
}
#choosexland .choosexland-conent .choosexland-right .choosexland-right-box.active p {
  height: 50px;
  margin-bottom: 25px;
}
#choosexland .choosexland-conent .choosexland-right .choosexland-right-box.active img {
  opacity: 1;
}
#choosexland .choosexland-conent .choosexland-right .choosexland-right-box {
  position: relative;
  margin-bottom: 25px;
}
#choosexland .choosexland-conent .choosexland-right .choosexland-right-box h3 {
  position: relative;
  z-index: 10;
  color: #101010;
  line-height: 65px;
  text-shadow: -1px 1px 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff;
  width: 100%;
  font-size: 74px;
  font-family: Teko-Bold;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}
#choosexland .choosexland-conent .choosexland-right .choosexland-right-box p {
  padding-top: 0px;
  margin-top: 25px;
  text-shadow: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#choosexland .choosexland-conent .choosexland-right .choosexland-right-box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(0px, -70%);
  -moz-transform: translate(0px, -70%);
  -ms-transform: translate(0px, -70%);
  transform: translate(0px, -70%);
  opacity: 0;
}
#choosexland .choosexland-conent .choosexland-right .text {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #a5a5a5;
  text-align: right;
  margin-bottom: 20px;
  text-transform: none;
  margin-top: 10px;
}
#company {
  position: relative;
  height: 910px;
  background: #060606;
  padding: 110px 0 90px;
}
#company .company-t {
  height: 66%;
}
#company .company-t .company-content {
  height: 100%;
}
#company .company-t .company-content .company-content-left {
  height: 250px;
  width: 100%;
  position: relative;
}
#company .company-t .company-content .company-content-left p {
  width: 65%;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  margin-bottom: 30px;
}
#company .company-t .company-content .company-content-left p:first-child,
#company .company-t .company-content .company-content-left p:nth-child(2) {
  color: #ababab;
}
#company .company-t .company-content .company-content-left .xt-title {
  position: absolute;
  right: 0;
  font-size: 194px;
  font-family: 'Teko-Bold';
  top: 0%;
  width: 35%;
  text-align: right;
  line-height: 155px;
}
#company .company-t .company-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
#resversible {
  background-image: url('../images/res-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 200px 0 140px;
  position: relative;
}
#resversible .xt-title {
  width: 60%;
  font-size: 184px;
  color: #fff;
  font-family: Teko-Bold;
  line-height: 150px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#resversible .company-content-right {
  width: 100%;
  position: relative;
}
#resversible .company-content-right ul {
  margin: 0 -400px;
}
#resversible .company-content-right ul li {
  height: 985px;
  position: relative;
  padding: 0 180px;
  text-align: center;
  -webkit-transform: all 0.5s;
  -moz-transform: all 0.5s;
  -ms-transform: all 0.5s;
  transform: all 0.5s;
}
#resversible .company-content-right ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 200px;
}
#resversible .company-content-right ul li p {
  display: none;
  font-size: 40px;
  font-family: 'Teko-Regular';
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 40px 0;
}
#resversible .company-content-right ul li h3{
  display: none;
  text-align: center;
  width: 150%;
  position: absolute;
  top: 0;
  z-index: -1;
}
#resversible .company-content-right ul li button {
  display: none;
}
#resversible .company-content-right ul .slick-center li {
  display: flex !important;
  padding: 0px;
  flex-direction: column;
  align-items: center;
}
#resversible .company-content-right ul .slick-center li p,
#resversible .company-content-right ul .slick-center li h3,
#resversible .company-content-right ul .slick-center li button {
  display: inline-block;
}
#resversible .company-content-right .company-prev,
#resversible .company-content-right .company-next {
  position: absolute;
  top: 420px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 55px;
  border: none;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-size: 22px;
  font-family: 'Teko-Regular';
  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;
}
#resversible .company-content-right .company-next img {
  margin-left: 10px;
}
#resversible .company-content-right .company-prev:hover,
#resversible .company-content-right .company-next:hover {
  color: #f10009;
}
#resversible .company-content-right .company-next:hover img{
  margin-left: 25px;
}
#resversible .company-content-right .company-prev {
  left: 370px;
}
#resversible .company-content-right .company-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#resversible .company-content-right .company-prev span{
   margin-left: 10px;
}
#resversible .company-content-right .company-prev:hover img{
   transform:rotate(180deg) translateX(15px);
}
#resversible .company-content-right .company-next {
  right: 370px;
}
#resversible .Market-content {
  margin-top: 155px;
}
#resversible .Market-content ul {
  margin: 0 -20px;
}
#resversible .Market-content ul li {
  padding: 0 20px;
  height: 670px;
}
#resversible .Market-content ul li .Market-t {
  position: relative;
  height: 24%;
  width: 100%;
  text-align: center;
}
#resversible .Market-content ul li .Market-t p {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-family: 'Teko-Regular';
  color: #fff;
  margin: 30px 0 40px;
}
#resversible .Market-content ul li .Market-t button {
  opacity: 0;
}
#resversible .Market-content ul li .Market-box {
  height: 76%;
  width: 100%;
  background: #111111;
  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;
}
#resversible .Market-content ul li .Market-box img {
  width: 100%;
  height: auto;
}
#resversible .Market-content ul li:hover .Market-box {
  border: 2px solid #f10009;
  background: #000;
}
#resversible .Market-content ul li:hover .Market-t button {
  opacity: 1;
}
#application {
  padding-top: 290px;
  background: #060606;
}
#application .application-t {
  margin-bottom: 65px;
  position: relative;
}
#application .application-t .xt-title {
  position: absolute;
  top: -90px;
  left: 15px;
  text-transform: uppercase;
  z-index:10;
}
#application .application-t .application-t-box {
  height: 670px;
  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;
}
#application .application-t .application-t-box .img1 img {
  width: 75%;
  height: 100%
}
#application .application-t .application-t-box .img1 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#application .application-t .application-t-box .content {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
#application .application-t .application-t-box .content p {
  font-size: 100px;
  color: #f10009;
  font-family: 'Teko-Bold';
  text-align: right;
}
#application .application-t .application-t-box .content p:nth-child(2) {
  font-size: 60px;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  bottom: 105px;
  text-transform: uppercase;
}
#application .application-t .application-t-box .content p:last-child {
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins-Regular';
  margin-top: 50px;
}
#application .application-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 790px;
}
#application .application-b .application-b-left {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#application .application-b .application-b-left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#application .application-b .application-b-left p {
  font-size: 60px;
  color: #fff;
  font-family: 'Teko-Bold';
  line-height: 135px;
}
#application .application-b .application-b-left p span {
  font-size: 100px;
  color: #f10009;
}
#application .application-b .application-b-left p:last-child {
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins-Regular';
  line-height: unset;
  margin-top: -30px;
}
#application .application-b .application-b-right {
  width: 42%;
  position: relative;
}
#application .application-b .application-b-right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#application .application-b .application-b-right .content {
  position: absolute;
  bottom: 45px;
  padding: 0 45px;
}
#application .application-b .application-b-right .content p {
  height: 100px;
  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;
  font-family: 'Teko-Bold';
}
#application .application-b .application-b-right .content p span:first-child {
  font-size: 100px;
  color: #f10009;
  line-height: 55px;
}
#application .application-b .application-b-right .content p span:last-child {
  font-size: 60px;
  color: #fff;
  margin-bottom: -5px;
  line-height: 50px;
  padding-left: 19px;
}
#application .application-b .application-b-right .content p:last-child {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins-Regular';
}
#footer {
  background:url('../images/footer-bg.jpg')no-repeat;
  background-size: 100% 100%;
  padding-top: 110px;
}
#footer .footer-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
#footer .footer-t .userinfo {
  width: 32%;
  margin-right: 40px;
}
#footer .footer-t .userinfo p {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #a6a6a6;
  margin: 35px 0 25px;
}
#footer .footer-t .userinfo div #addForm2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-t .userinfo div input[type=email] {
  background: #414141;
  height: 60px;
  width: 330px;
  margin-right: 10px;
  border: none;
  font-family: 'Teko-Regular';
  padding: 0 20px;
  font-size: 22px;
  color: #fff;
}
#footer .footer-t .userinfo div input::-webkit-input-placeholder {
  color: #d2d2d2;
}
#footer .footer-t .userinfo div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d2d2d2;
}
#footer .footer-t .userinfo div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d2d2d2;
}
#footer .footer-t .userinfo div input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d2d2d2;
}
#footer .footer-t .userinfo div input[type=submit] {
  height: 60px;
  width: 120px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-family: 'Teko-Regular';
  font-size: 30px;
  background: #f10009;
  border: none;
}
#addForm2{
  width: 440px;
  margin: 20px 0 0 20px;
}
#footer .footer-t .userinfo #addForm2{
  margin-left: 0;
}
#addForm2 input[type=submit] {
  height: 60px;
  width: 120px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-family: 'Teko-Regular';
  font-size: 30px;
  background: #f10009;
  border: none;
}
#addForm2 input[type=text] {
   background: #414141;
          height: 60px;
          width: 330px;
          margin-right: 10px;
          border: none;
          font-family: 'Teko-Regular';
          padding: 0 20px;
          font-size: 22px;
          color: #fff;
}
#footer .footer-t .userinfo div input[type=text] {
   background: #414141;
          height: 60px;
          width: 330px;
          margin-right: 10px;
          border: none;
          font-family: 'Teko-Regular';
          padding: 0 20px;
          font-size: 22px;
          color: #fff;
}
#footer .footer-t .product {
  width: 20%;
  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;
}
#footer .footer-t .product p {
  width: 100%;
  font-size: 30px;
  font-family: 'Teko-Regular';
  color: #fff;
}
#footer .footer-t .product span {
  cursor: pointer;
  display: block;
  width: 50%;
  color: #777777;
  font-size: 18px;
  font-family: 'Poppins-Regular';
}
#footer .footer-t .product .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#footer .footer-t .product .line span {
  width: 75px;
  height: 2px;
  background: #f10009;
}
#footer .footer-t .product span:hover {
  color: #f10009;
}
#footer .footer-t .contact {
  width: 387px;
}
#footer .footer-t .contact p {
  width: 100%;
  font-size: 30px;
  font-family: 'Teko-Regular';
  color: #fff;
  height: 75px;
}
#footer .footer-t .contact .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#footer .footer-t .contact .line span {
  width: 75px;
  height: 2px;
  background: #f10009;
}
#footer .footer-t .contact span {
  display: block;
  color: #777777;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  margin-bottom: 25px;
}
#footer .footer-b {
  color: #777;
  height: 60px;
  font-size: 18px;
  font-family: 'Poppins-Regular';
}
#footer .footer-b div {
  width: 100%;
  height: 100%;
  border-top: 1px solid #a6a6a6;
  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;
}
#footer .footer-b div span {
  margin: 0 10px;
}
#footer .footer-b div img {
  width: 240px;
  vertical-align: unset;
}
#footer .footer-b div a:hover span {
  color: #f10009;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
   #application .application-t .application-t-box{
    height: 620px;
  }
  #application .application-t .application-t-box .content p:nth-child(2){
    bottom:110px;  
  }
  #banner .banner-top ul li {
    height: 850px;
  }
  #banner .banner-bot {
    margin-top: 0;
  }
  #resversible .Market-content {
    margin-top: 0;
  }
  #resversible .company-content-right .company-next {
    right: 250px;
  }
  #resversible .company-content-right .company-prev {
    left: 250px;
  }
  #application .application-b .application-b-right .content p span:last-child,
  #application .application-b .application-b-left p,
  #application .application-t .application-t-box .content p:nth-child(2) {
    font-size: 56px;
  }
  #application .application-b {
    height: 710px;
  }
  #application .application-b .application-b-left p {
    line-height: 115px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #application .application-b .application-b-right .content p span:last-child,
  #application .application-b .application-b-left p,
  #application .application-t .application-t-box .content p:nth-child(2) {
    font-size: 46px;
  }
  #application .application-t .application-t-box{
    height: 550px;
  }
  #application .application-t .application-t-box .content p:nth-child(2){
    bottom:125px;  
  }
  .language-box .language-img {
    width: 20px;
    height: auto;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:last-child {
    margin-right: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 35px;
  }
  #banner .banner-top ul li .content p {
    width: 100%;
    text-align: right;
    height: unset;
  }
  #banner .banner-top ul li .content {
    bottom: 0;
  }
  #company .company-t .company-content .company-content-left .xt-title {
    font-size: 160px;
  }
  .xt-title  {
    font-size: 160px;
  }
  #resversible {
    padding: 60px 0 140px;
  }
  #resversible .xt-title {
    width: 80%;
    top: 0;
    font-size: 160px;
  }
  #resversible .company-content-right ul li {
    padding: 0 120px;
  }
  #resversible .company-content-right .company-next {
    right: 180px;
  }
  #resversible .company-content-right .company-prev {
    left: 180px;
  }
  #resversible .company-content-right ul li p {
    font-size: 30px;
  }
  #resversible .Market-content ul li .Market-t p {
    font-size: 26px;
  }
  #choosexland .choosexland-conent .choosexland-right p {
    font-size: 68px;
  }
  #choosexland .choosexland-conent .choosexland-left {
    width: 45%;
  }
  #choosexland .choosexland-conent .choosexland-left p:nth-child(3) {
    font-size: 18px;
    color: #a5a5a5;
    margin: 45px 0 45px;
  }
  #choosexland .choosexland-conent .choosexland-right {
    width: 45.5%;
  }
  #choosexland .choosexland-conent .choosexland-right p {
    font-size: 50px;
  }
  #choosexland .choosexland-conent .choosexland-right .text {
    margin-top: 60px;
  }
  #choosexland {
    height: 800px;
  }
  #application .application-b .application-b-right .content p:last-child {
    margin-top: 15px;
  }
  #application .application-b .application-b-left p:last-child,
  #application .application-b .application-b-left p:last-child,
  #application .application-t .application-t-box .content p:last-child {
    font-size: 16px;
  }
  #application .application-b {
    height: 605px;
  }
  #application .application-t .application-t-box .content p,
  #application .application-b .application-b-right .content p span:first-child,
  #application .application-b .application-b-left p span {
    font-size: 70px;
  }
  #application .application-b .application-b-left p {
    line-height: 100px;
  }
  #latesnews .latesnews-b .latesnews-content-c ul li .content p:last-child {
    font-size: 16px;
    margin-top: 15px;
  }
  #latesnews .latesnews-b .latesnews-content-c ul li .content p {
    font-size: 24px;
  }
  #latesnews {
    padding: 105px 0 100px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #application .application-t .application-t-box{
    height: 470px;
  }
  #application .application-t .application-t-box .content p:nth-child(2){
    bottom:135px;  
  }
  #application .application-b .application-b-right .content p:last-child {
    margin-top: 40px;
  }
  #banner .banner-bot div .banner-bot-content li .box p {
    font-size: 72px;
    margin: -10px 0;
  }
  #banner .banner-bot div .banner-bot-content li .box p:last-child {
    font-size: 16px;
  }
  #banner .banner-bot div .banner-bot-content li .boxs {
    -webkit-transform: translate(-50%, 0) scale(0.7);
    -moz-transform: translate(-50%, 0) scale(0.7);
    -ms-transform: translate(-50%, 0) scale(0.7);
    transform: translate(-50%, 0) scale(0.7);
  }
  #header .nav .ui.menu .menu-box ul.menu > li:last-child {
    margin-right: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .h-search input[type=text] {
    width: 125px;
  }
  #application .application-t .application-t-box .content p:last-child {
    margin-top: 60px;
  }
  #company .company-t .company-content .company-content-left .xt-title {
    font-size: 134px;
    line-height: 115px;
  }
  #company .company-t .company-content .company-content-left p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #company .company-t .company-content .company-content-left {
    height: 185px;
  }
  #company .company-t,
  #company {
    height: auto;
  }
  .xt-title  {
    font-size: 134px;
    line-height: 120px;
  }
  #resversible .company-content-right ul li {
    padding: 0 50px;
  }
  #resversible .xt-title {
    font-size: 136px;
    line-height: 124px;
  }
  #resversible {
    padding-top: 175px;
  }
  #resversible .Market-content ul li {
    height: 500px;
  }
  #resversible .Market-content ul li .Market-box {
    height: 59%;
  }
  #choosexland .choosexland-conent .choosexland-right .choosexland-right-box img {
    width: 35%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
  }
  #choosexland .choosexland-conent .choosexland-right .choosexland-right-box p {
    padding-top: 20px;
  }
  #choosexland .choosexland-conent .choosexland-right .choosexland-right-box p:nth-child(2) {
    margin-top: 0;
  }
  #choosexland .choosexland-conent .choosexland-right .text {
    margin-top: 50px;
  }
  #choosexland {
    height: 710px;
    padding-top: 110px;
  }
  #application {
    padding-top: 170px;
  }
  #application .application-b {
    height: 500px;
  }
  #application .application-b .application-b-left p:last-child,
  #application .application-b .application-b-left p:last-child,
  #application .application-t .application-t-box .content p:last-child {
    font-size: 14px;
  }
  #application .application-b .application-b-right .content p span:last-child,
  #application .application-b .application-b-left p,
  #application .application-t .application-t-box .content p:nth-child(2) {
    font-size: 30px;
  }
  #application .application-t .application-t-box .content p,
  #application .application-b .application-b-right .content p span:first-child,
  #application .application-b .application-b-left p span {
    font-size: 40px;
  }
  #application .application-b .application-b-left p {
    line-height: 84px;
  }
  #application .application-b .application-b-right .content {
    padding: 0 35px;
  }
  #application .application-b .application-b-right .content p span:last-child {
    line-height: 30px;
  }
  #application .application-b .application-b-right .content p span:first-child {
    line-height: 24px;
  }
  #latesnews .latesnews-b .latesnews-content-c ul li .content {
    padding: 60px 30px 50px;
  }
  #latesnews .latesnews-b .latesnews-content-c {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }

  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 120px;
  }
  #resversible {
    padding: 80px 0 60px;
  }
  #resversible .company-content-right ul li{
    height: 780px
  }
  #resversible .company-content-right ul li img{
    margin-top: 110px
  }
  #application .application-b .application-b-right .content p:last-child {
    margin-top: -10px;
  }
  #banner .banner-top ul li .banner-text {
    top: 60px;
  }
  #banner .banner-top ul li .banner-product {
    top: 70px;
  }
  #banner .banner-top ul li {
    height: 500px;
  }
  #banner .banner-bot {
    display: none;
  }
  #company .company-t .company-content .company-content-left .xt-title {
    font-size: 90px;
    width: 100%;
    text-align: left;
    top: -55%;
  }
  #application .application-t .xt-title {
    top: -65px;
  }
  #application .application-b .application-b-left p {
    line-height: 110px;
  }
  #resversible .xt-title,
  .xt-title  {
    font-size: 90px;
  }
  #resversible {
    padding: 110px 0 60px;
  }
  #resversible .xt-title {
    line-height: 80px;
  }
  #company .company-t .company-content .company-content-left p {
    width: 100%;
  }
  #resversible .company-content-right .company-prev,
  #resversible .company-content-right .company-next {
    display: none !important;
  }
  #choosexland .xt-title {
    line-height: 90px;
  }
  #choosexland .choosexland-conent .choosexland-right p {
    font-size: 34px;
  }
  #application .application-t .application-t-box {
    display: flex;
    flex-direction: column;
  }
  
  #application .application-t .application-t-box .content{
    width:100%;
  }
  #application .application-t .application-t-box .content p:last-child {
    margin-top: 45px;
  }
  #application .application-t .application-t-box .content p:nth-child(2) {
    bottom: 50px;
  }
  #application .application-b {
    height: auto;
    -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;
  }
  #application .application-b .application-b-left {
    margin-bottom: 30px;
  }
  #application .application-b .application-b-left,
  #application .application-b .application-b-right {
    width: 100%;
  }
  #latesnews .latesnews-b .latesnews-content-c ul li .content p:last-child {
    font-size: 14px;
  }
  #latesnews .latesnews-b .latesnews-content-c ul li .content p {
    font-size: 20px;
  }
  #latesnews .latesnews-b .latesnews-content-c ul li .content {
    padding: 100px 30px 50px;
  }
  #latesnews {
    padding: 45px 0px 40px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .footer-t {
    -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;
    margin-bottom: 0;
  }
  #footer .footer-t .userinfo,
  #footer .footer-t .contact,
  #footer .footer-t .product {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-t .userinfo p,
  #footer .footer-t .contact p,
  #footer .footer-t .product p {
    width: 100%;
    height: 55px;
  }
  #footer .footer-t .userinfo span,
  #footer .footer-t .contact span,
  #footer .footer-t .product span {
    margin-bottom: 15px;
  }
  #footer .footer-b {
    height: 75px;
  }
  #footer .footer-b div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #choosexland,
  #application,
  #resversible .xt-title,
  #resversible .company-content-right {
    display: none;
  }
  #company .company-t .company-content .company-content-left {
    margin-bottom: 30px;
  }
  #resversible {
    padding: 70px 0 60px;
  }
  #resversible .Market-content ul li .Market-box img {
    width: 75%;
  }
  #company {
    padding: 150px 0 40px;
  }
  #footer .footer-b {
    height: 90px;
  }
  #footer .footer-b div {
    text-align: center;
    font-size: 14px;
  }
  #footer .footer-b div a {
    margin-bottom: 10px;
  }
  #footer .footer-t .userinfo img {
    width: 65%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #company .company-t .company-content .company-content-left .xt-title,
  .xt-title  {
    font-size: 72px;
  }
  #latesnews {
    padding: 0px 0 40px;
  }
  #company .company-t .company-content .company-content-left {
    margin-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #footer .footer-t .userinfo div #addForm2{
    width: 100%;
    justify-content: space-between;
  }
 #footer .footer-t .userinfo div input[type=email]
  {
    width: 65%;
  }
  #footer .footer-t .userinfo div input[type=submit]
  {
    width: 32%;
  }
  #footer .footer-t .userinfo p {
    height: auto;
  }
  #banner .banner-top ul li .banner-product {
    width: 66.5%;
  }
  #company .company-t .company-content .company-content-left {
    height: auto;
  }
  #banner {
    padding-bottom: 60px;
  }
  #company {
    padding: 80px 0 30px;
  }
  #company .company-t .company-content .company-content-left .xt-title {
    top: -28%;
  }
  #company .company-t .company-content .company-content-left .xt-title,
  .xt-title  {
    font-size: 50px;
  }
  #latesnews .latesnews-b .latesnews-content-c {
    margin-top: 0;
  }
  #latesnews {
    padding: 45px 0px 40px;
  }
}



/* inner */

.contact-page .init-1 .container .right #addForm textarea{
  width:100%;
  flex-direction: column;
}
.contact-page .init-1 .container .right #addForm input[type=text], 
.contact-page .init-1 .container .right #addForm input[type=email]{
 width:49%;
 flex-direction: column;
}
.contact-page .init-1 .container .right #addForm .grid-box{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-page .init-1 .container .right #addForm .grid-box .left{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right #addForm .grid-box .right{
  width: 100%;
  padding-left: 0;
}
.inner-banner {
  height: 250px;
  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, rgb(179 0 0 / 40%), 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: 160px;
}
.inner-banner .container .cont .cat_name {
  font-weight: bold;
  font-size: 28px;
  line-height: 0;
  text-transform: capitalize;
}
.inner-banner .container .cont .des {
  font-size: 16px;
  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: #f10009;
}
.inner-page {
  padding: 110px 0;
  background-color: #000000;
  color: #ffffff;
}
.inner-page h1,
.inner-page h2,
.inner-page h3{
  font-weight: bold;
}
.font-16{
  line-height: 30px;
}
.more_cont {
  position: relative;
  display: inline-block;
  padding: 12px 38px;
  /*background: #f10009;*/
  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;
}
.more_cont span {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0078d3;
  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-weight: bold;
    background: #f10009;
    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: #f10009;
}

.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: #f10009;
}

.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;
  font-family: 'Poppins-Regular';
}
.about-page .init-1 .container .left {
  padding-right: 170px;
  width: 56%;
}
.about-page .init-1 .container .left .title {
  line-height: 1.4;
  font-size: 40px;
  font-weight: bold;
}
.about-page .init-1 .container .right {
  font-family: 'Poppins-Regular';
  width: 43%;
}
.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: 'Teko-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: 20%;
  height: 5px;
  background-color: #f10009;
  -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: 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-4 .container .left {
  width: 38%;
}
.about-page .init-4 .container .left .title {
  font-weight: 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: #ffffff;
  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 .left .list:hover {
  color: #f10009;
}
.about-page .init-4 .container .left .list:hover .cir {
  background-color: #f10009;
}
.about-page .init-4 .container .right {
  width: 56%;
}
.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 #ffffff;
  width: 33.33%;
  padding: 50px 30px 15px;
  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, rgb(179 0 0 / 40%), 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;
}
.about-page .init-5 .container .list .title {
  margin-top: 26px;
  text-transform: uppercase;
  font-weight: 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-weight: 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-weight: bold;
}
.faq-page .init-1 .container form {
  overflow: hidden;
  height: 64px;
  border-radius: 32px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  max-width: 960px;
  background-color: #ffffff;
}
.faq-page .init-1 .container form input {
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 36px;
  padding-right: 80px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.faq-page .init-1 .container form .submit_btn {
  width: 24px;
  height: 24px;
  background-image: url(../images/faq_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  right: 32px;
  top: 18px;
}
.faq-page .init-1 .container .des {
  margin-top: 34px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.faq-page .init-2 {
  margin-top: 110px;
}
.faq-page .init-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-page .init-2 .container .left {
  /*width: calc(100% - 590px);*/
  width: 100%;
  /*padding-right: 56px;*/
}
.faq-page .init-2 .container .left .list {
  margin-top: 44px;
  border: 1px solid #4e4e4e;
}
.faq-page .init-2 .container .left .list .title {
  padding: 16px 12px;
  font-size: 22px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1a1a1a;
  cursor: pointer;
}
.faq-page .init-2 .container .left .list .title .title_1 {
  margin-right: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .init-2 .container .left .list .title.active .title_1 {
  color: #f10009;
}
.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: #1a1a1a;
}
.faq-page .init-2 .container .right .tip {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.faq-page .init-2 .container .right input,
.faq-page .init-2 .container .right textarea {
  width: 100%;
  margin-top: 22px;
  padding: 14px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border: none;
  font-weight: 300;
  color: #000000;
}
.faq-page .init-2 .container .right input::-webkit-input-placeholder, .faq-page .init-2 .container .right textarea::-webkit-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-moz-placeholder, .faq-page .init-2 .container .right textarea:-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::-moz-placeholder, .faq-page .init-2 .container .right textarea::-moz-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input:-ms-input-placeholder, .faq-page .init-2 .container .right textarea:-ms-input-placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right input::placeholder,
.faq-page .init-2 .container .right textarea::placeholder {
  color: #000000;
}
.faq-page .init-2 .container .right .submit_btn {
  margin-top: 22px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
      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;
  background-color: #323232;
  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: #f10009;
  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: 36px;*/
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .cat_name_list .list:hover::before,
.news-page .container .cat_name_list .list.active::before {
  background-color: #f10009;
}
.news-page .container .content {
  margin-top: 70px;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.news-page .container .content .list {
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.news-page .container .content .list .box {
  height: 100%;
  border: 1px solid #ffffff;
}
.news-page .container .content .list .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .content .list .box a:hover {
  color: #f10009;
}
.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, rgb(179 0 0 / 40%), 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-weight: 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: linear-gradient(to right bottom, rgba(241, 0, 9, 0.7), rgba(241, 0, 9, 0), rgba(241, 0, 9, 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;
}
.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;
  z-index:10;
}
.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-bottom: 140px;
}
.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: 90px;
  /*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: #f10009;
}
.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-weight: 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: 14px;
  letter-spacing: 0;
  line-height: 28px;
}
.gallery-page .container .content .column {
  margin-top: 50px;
  padding: 0 20px;
}
.gallery-page .container .content .column .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .container .content .column .box a img {
  width: 100%;
}
.gallery-page .container .content .column .box .text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
}
.gallery-page .container .content .column .box .text .cir {
  width: 6px;
  height: 6px;
  background-color: #f10009;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 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: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.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: 44%;
}
.contact-page .init-1 .container .left .title {
  font-size: 40px;
  font-weight: 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;
  margin-right: 15px;
}
.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: 26px;
  font-size: 16px;
  line-height: 30px;
  width:100%;
  display: flex;
  align-items: center;
}

.contact-page .init-1 .container .left .contact_list .list.address {
  /*max-width: 350px;*/
  margin-top: 40px;
}
.contact-page .init-1 .container .left .contact_list .list.share {
  max-width: 350px;
  margin-top: 40px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  background-color: #8b8b8b;
  padding: 0;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}
.contact-page .init-1 .container .left .contact_list .list.share .share_list a i {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .right {
  width: 56%;
  padding-left: 150px;
  /*padding-right: 230px;*/
}
.contact-page .init-1 .container .right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-top: 30px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 10px 14px;
  font-size: 16px;
  line-height: 30px;
  border: none;
}
.contact-page .init-1 .container .right form input::-webkit-input-placeholder, .contact-page .init-1 .container .right form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input:-moz-placeholder, .contact-page .init-1 .container .right form textarea:-moz-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input::-moz-placeholder, .contact-page .init-1 .container .right form textarea::-moz-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input:-ms-input-placeholder, .contact-page .init-1 .container .right form textarea:-ms-input-placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form input::placeholder,
.contact-page .init-1 .container .right form textarea::placeholder {
  color: #ffffff;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .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-weight: bold;
  line-height: 1.6;
  text-transform: capitalize;
}
.newdet-page .container .time {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #ffffff;
}
.newdet-page .container .content {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  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: #f10009;
}
.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 #ffffff;
  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: #f10009;
  color: #ffffff;
  border-color: #f10009;
}
.m-page_2 a:hover {
  background-color: #f10009;
  color: #ffffff;
  border: 1px solid #f10009;
}
.pro_nav_pc .container {
  border-bottom: 1px solid #383838;
  padding: 0 0px 40px 0px;
  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);
  display: none;
}
.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: #f10009;
  -moz-text-decoration-color: #f10009;
  text-decoration-color: #f10009;
  color: #f10009;
}
.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: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.cpmiaoshu {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 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: #f10009;
  border-color: #f10009;
  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;
  min-height: 144px;
}
.product-page .init-2 .container .content ul li .des {
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  color: #b1b1b1;
  display: none;
}
.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: #f10009;
}
.seo_cont {
  padding-bottom: 160px;
  background-color: #000000;
}
.seo_cont .seo_news .container .tip_title {
  color: #fff;
}
.seo_cont .seo_news .container .swiper {
  margin-top: 40px;
}
.seo_cont .seo_news .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  color: #ffffff;
  -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: #f10009;
}
.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-weight: 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 {
  color: #ffffff;
}
.seo_cont .container .tip_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding-top: 50px;
}
.seo_cont .knowledge .container .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
.Auxil-honor ul li{
padding: 0 15px;
}
.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;
  max-height: 355px;
    padding-right: 20px;
margin-bottom: 40px;
overflow: auto;
}
/*.prodet-page .init-1 .container .right .des li{
    list-style-type: inherit;
}*/

.prodet-page .init-1 .container .right .des li:before{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}
.prodet-page .init-1 .container .right .des table{
   width:80%;
}
.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;
  border: 1px solid #9e9e9e;
}
.prodet-page .init-2 .container .left {
  width: 320px;
  margin-left: -25px;
}
.prodet-page .init-2 .container .left .list {
  padding: 20px 40px;
  border-bottom: 1px solid #9e9e9e;
  position: relative;
  cursor: pointer;
  line-height: 36px;
  font-size: 20px;
}
.prodet-page .init-2 .container .left .list::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  background-color: #f10009;
  left: -3px;
  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: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
  border-left: 1px solid #9e9e9e;
}
.prodet-page .init-2 .container .right .list {
  padding: 40px;
  display: none;
}
table td, table th{
  font-weight: 400 !important;
  text-align: center !important;
  width:auto !important;
}
table td:last-child {
    color: #fff !important;
}
.prodet-page .init-2 .container .right .description .des {
  font-size: 16px;
  line-height: 30px;
  /*text-align: center;*/
}
.prodet-page .init-2 .container .right .description .des table{

  width:100% !important;
}
.prodet-page .init-2 .container .right .description .des table tbody{
  min-width: 1600px;
}
/*.prodet-page .init-2 .container .right .description .des table tr:first-child{
  background: #f10009;
}*/
.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: #f10009;
  border-color: #f10009;
}
.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: #f10009;
}
.oem-page {
  background-color: #000;
}
.oem-page .tips_title {
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  font-style: italic;
}
.oem-page .init-1 .container .tips_des {
  text-align: center;
  font-size: 20px;
  margin: 10px auto 0;
  max-width: 1200px;
  line-height: 36px;
}
.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-weight: bold;
  font-size: 22px;
  margin-top: 30px;
  line-height: 40px;
  min-height: 3.3em;
}
.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-2 {
  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: 42%;
}
.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: #f10009;
  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: #404040;
  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: #fff;
}
.oem-page .init-3 .container form .list input:-moz-placeholder, .oem-page .init-3 .container form .list textarea:-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::-moz-placeholder, .oem-page .init-3 .container form .list textarea::-moz-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input:-ms-input-placeholder, .oem-page .init-3 .container form .list textarea:-ms-input-placeholder {
  color: #fff;
}
.oem-page .init-3 .container form .list input::placeholder,
.oem-page .init-3 .container form .list textarea::placeholder {
  color: #fff;
}
.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;
  -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: #f10009;
  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 #f10009;
  -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 #f10009;
}
.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: #f10009;
}
.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: #f10009;
}
.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-weight: 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: #f10009;
}
.haha{
  margin-top: 20px!important;
  margin-bottom: 40px!important;
}
.zhishi{
  font-weight: 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: #f10009;
  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;
  }
   .inner-banner .container .cont .cat_name{
    line-height: normal;
  }
}
@media (max-width: 1000px) {
  .m-nav_hc {
    display: block;
  }
 

  .inner-banner {
    margin-top: 120px;
    text-align: center;
  }
  .inner-banner .container .cont .cat_name {
    font-size: 40px;
    line-height: normal;
  }
  .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: #f10009;
    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) {
  .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) {
  /*.more_cont {
    font-size: 18px;
    line-height: 32px;
    padding: 6px 20px;
  }*/
      .prodet-page .init-2 .container .right {
        overflow: auto;
    }
    .prodet-page .init-2 .container .right table td,
    .prodet-page .init-2 .container .right table th{
      white-space: nowrap;
    }
  .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;
    min-height: 9em;
    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{
  margin: 0 -98px -96px 0;
}
.case-page ul li{
  padding: 0 98px 96px 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 p{
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 17px 77px; 
  height: 100px;
}
@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;
  }
}
@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;
  }
}
.zhinengh1{
  font-size: 36px;
  line-height: 1.4;
}