@font-face {
  font-family: 'akt';
  src: url(../fonts/AktivGroteskEx-Regular.ttf) format('truetype'), url(../fonts/AktivGroteskEx-Regular.eot) format('eot'), url(../fonts/AktivGroteskEx-Regular.woff) format('woff'), url(../fonts/AktivGroteskEx-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'cam';
  src: url(../fonts/Cambria-Bold.ttf) format('truetype'), url(../fonts/Cambria-Bold.eot) format('eot'), url(../fonts/Cambria-Bold.woff) format('woff'), url(../fonts/Cambria-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
:root {
  --base-color: #00569b;
   --color: #00569b;
}
body,
html {
  font-size: 10px;
}
.flex_wrap{
  flex-wrap: wrap;
}
body {
  font-family: "akt";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'cam';
  font-weight: 700;
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 95%;
  max-width: 1600px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  background: #fff;
}
#header .h-top .ui.container {
  max-width: 1720px;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .h-top .ui.container .right {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.container .right .searchbox {
  height: 54px;
  border: 1px solid #aaa;
  width: 375px;
  border-radius: 3px;
  overflow: hidden;
}
#header .h-top .ui.container .right .searchbox form {
  position: relative;
  width: 100%;
}
#header .h-top .ui.container .right .searchbox form input[type="text"] {
  width: 100%;
  padding: 0 60px 0 10px;
  font-size: 20px;
  font-family: 'cam';
  color: #000;
  height: 54px;
  line-height: 54px;
  border: none;
}
#header .h-top .ui.container .right .searchbox form input[type="text"]::-webkit-input-placeholder {
  color: #eee;
}
#header .h-top .ui.container .right .searchbox form input[type="text"]:-moz-placeholder {
  color: #eee;
}
#header .h-top .ui.container .right .searchbox form input[type="text"]::-moz-placeholder {
  color: #eee;
}
#header .h-top .ui.container .right .searchbox form input[type="text"]:-ms-input-placeholder {
  color: #eee;
}
#header .h-top .ui.container .right .searchbox form input[type="text"]::placeholder {
  color: #eee;
}
#header .h-top .ui.container .right .searchbox form input[type="submit"] {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  background: url(../images/search-icon.png) center center no-repeat var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
#header .h-top .ui.container .right .searchbox form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../images/search-icon.png) center center no-repeat #000;
}
#header .h-top .ui.container .right .catbox {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
}
#header .h-top .ui.container .right .catbox em {
  position: absolute;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  top: -5px;
  right: -5px;
  padding: 5px;
  background: var(--base-color);
  display: inline-block;
  line-height: 1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  
}
#header .h-top .ui.container .right .feedback {
  padding: 0 50px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  font-family: "cam";
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  background: var(--base-color);
}
#header .h-top .ui.container .right .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #252525;
  position: relative;
}
#header .ui.menu {
  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;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 00px;
  padding: 0 30px;
  font-size: 20px;
  font-family: "cam";
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .ui.menu .menu-box ul.menu > li:hover {
  background: var(--base-color);
  -webkit-transition: 0.5s border;
  -moz-transition: 0.5s border;
  transition: 0.5s border;
}
#header .ui.menu .menu-box ul.menu > li:hover img {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 25px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .ui.menu .menu-box ul.menu > li > a img {
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  max-width: 15px;
}
#header .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:0px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  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;
  position: relative;
}
#header .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 .ui.menu .menu-box ul.menu > li ul.sub-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: 0;
  left: 100%;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .menuDown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f4f3;
  color: #222;
  font-weight: 300;
  display: none;
}
#header .nav .ui.menu .menuDown .box {
  height: 100%;
}
#header .nav .ui.menu .menuDown .slide {
  padding: 25px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menuDown .slide:before {
  content: '';
  width: 35px;
  max-width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.05));
  z-index: -1;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li {
  margin-bottom: 2.5em;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li a:hover {
  font-weight: 600;
  color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .childNav ul li .img {
  height: 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;
  overflow-x: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li.active {
  font-weight: 600;
  color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .childNav ul li.active .img {
  height: 170px;
  margin-top: .5em;
}
#header .nav .ui.menu .menuDown .slide .product_list {
  padding: 0 10%;
  max-height: 65vh;
  overflow: auto;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li {
  margin-bottom: 2em;
  padding: .6em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 a.img-box {
  width: 35%;
  background-size: cover;
  background-position: center;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content {
  padding-left: 1.6em;
  width: 65%;
  padding-top: 1.2em;
  padding-bottom: 2em;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content span.h6 {
  margin-bottom: 1.2em;
  display: block;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn {
  font-size: 1.25em;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn a {
  background-color: #222;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn a img {
  max-height: .8em;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn a:hover {
  background-color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .product_list ul li:hover {
  -o-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  font-weight: 600;
  color: var(--color);
}
#header .nav .ui.menu .menuDown .slide:nth-child(1) {
  width: 26%;
}
#header .nav .ui.menu .menuDown .slide:nth-child(1):before {
  display: none;
}
#header .nav .ui.menu .menuDown .slide:nth-child(2) {
  width: 31%;
}
#header .nav .ui.menu .menuDown .slide:nth-child(2) .childNav {
  padding: 0 10%;
  max-height: 100%;
  overflow: auto;
}
#header .nav .ui.menu .menuDown .slide:nth-child(3) {
  width: 43%;
}
#header .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 60px;
  margin-right: 12em;
}
#header .ui.menu .language span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  color: #fff;
  font-size: 16px;
}
#header .ui.menu .language span img {
  margin-right: 15px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--base-color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--base-color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--base-color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
a.more {
  background: #fff;
  display: inline-block;
  padding: 0 30px;
  height: 59px;
  line-height: 59px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--base-color);
  transition: 0.3s all;
}
a.more:hover{
  background: transparent;
}
a.more:hover em {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
a.more:hover:before {
  width: 600px;
  height: 200px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more em,
a.more i {
  font-size: 19px;
  font-family: "cam";
  position: relative;
  z-index: 3;
}
a.more em {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
a.more i {
  color: #fff;
  margin-left: 35px;
  position: relative;
  left: 11px;
}
#banner {
  margin-top: 0px;
}
#banner ul.bannerlist li {
  position: relative;
}
#banner ul.bannerlist li .img{
  width: 100%;
  background-repeat: no-repeat;
  background-size:100%;
  height: 940px;
  animation: bgchange 20s linear infinite;
  display: none;
}
#banner ul.bannerlist li .img img{
  opacity: 0;
}
#banner ul.bannerlist li .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner ul.bannerlist li .content .h2 {
  color: #fff;
  margin-bottom: 20px;
}
span.tag {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 25px;
  position: relative;
  font-family: "cam";
}
span.tag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--base-color);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
.gxs-1 {
  padding-top: 12.7em;
  padding-bottom: 17em;
  background: url(../images/about-bj.jpg) right bottom no-repeat;
  background-size: cover;
  position: relative;
}
.gxs-1 .ui.container {
  max-width: 1730px;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-1 .ui.container .img-box {
  width: 56%;
  height: auto;
}
.gxs-1 .ui.container .text {
  width: 44%;
  position: relative;
  z-index: 3;
}
.gxs-1 .ui.container .text .top {
  padding-left: 6.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.gxs-1 .ui.container .text .top .h3 {
  margin-top: 15px;
}
.gxs-1 .ui.container .text .font-18 {
  margin-left: 110px;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 550px;  
  max-height: 140px;
  overflow-y: auto;
}
.gxs-1 .ui.container .text .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}
.gxs-1 .ui.container .text .bottom .iconbox {
  height: 300px;
  width: 230px;
  margin-left: -87px;
  background: var(--base-color);
  color: #fff;
  padding-top: 15px;
  margin-right: 6.5em;
}
.gxs-1 .ui.container .text .bottom .iconbox .h3{
  font-family: "akt";
}
.gxs-1 .ui.container .text .bottom .box ul {
  margin-top: 20px;
}
.gxs-1 .ui.container .text .bottom .box ul li {
  margin-bottom: 10px;
}
.gxs-1 .ui.container .text .bottom .box ul li p em {
  color: var(--base-color);
  font-weight: 700;
}
.gxs-1 .waves {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gxs-2 {
  background: var(--base-color);
}
.gxs-2 ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-2 ul.data li {
  padding-top: 6em;
  padding-bottom: 7em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.gxs-2 ul.data li .text {
  color: #fff;
  margin-left: 10px;
}
.gxs-2 ul.data li .text span {
  position: relative;
  font-family: "akt";
}
.gxs-2 ul.data li .text p{
  line-height: 1;
  margin-top: 15px;
}
.gxs-2 ul.data li .text span sub {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: -20px;
}
.gxs-3 {
  padding-top: 12.5em;
  padding-bottom: 11em;
}
.gxs-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5em;
  border-bottom: 1px solid #eee;
}
.gxs-3 .top .left {
  display: inline-block;
}
.gxs-3 .top .left .h3 {
  margin-top: 20px;
}
.gxs-3 .main {
  margin-top: 6em;
  overflow: hidden;
}
.gxs-3 .main ul li .item:hover .text:before {
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .main ul li .item:hover .text .h4 {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .main ul li .item .img-box {
  padding-top: 16em;
  text-align: center;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.gxs-3 .main ul li .item .img-box img {
  width: auto;
}
.gxs-3 .main ul li .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.gxs-3 .main ul li .item .text:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: -1;
  background: var(--base-color);
}
.gxs-3 .main ul li .item .text .h4 {
  padding: 0 15px;
  height: 51px;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .main ul li .item .text a.btn {
  width: 54px;
  height: 51px;
  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;
  background: #ececec;
}
.gxs-3 .main ul li .item .text a.btn i {
  font-size: 18px;
  color: var(--base-color);
}
.gxs-3 .main .swiper-scrollbar {
  position: relative;
  max-width: 1155px;
  margin: 0 auto;
  margin-top: 8em;
  height: #eee;
  height: 3px;
}
.gxs-3 .main .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--base-color);
}
.gxs-4 {
  padding-top: 7.5em ;
  background: url(../images/honor-bj.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 2em;
}
.gxs-4 .top {
  text-align: center;
  color: #fff;
}
.gxs-4 .top .h3 {
  margin-top: 15px;
}
.gxs-4 .top .tag:before{
  background: #fff;
}
.gxs-4 .main {
  margin: 6em 0;
}
.gxs-5 {
  padding-top: 17em;
}
.gxs-5 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.gxs-5 .top .left {
  display: inline-block;
}
.gxs-5 .top .left .h3 {
  margin-top: 15px;
}
.gxs-5 .main {
  margin-top: 6.5em;
}
.gxs-5 .main ul.applist {
  margin: 0 -18px;
}
.gxs-5 .main ul.applist li {
  padding: 0 18px;
}
.gxs-5 .main ul.applist li .item {
  position: relative;
  overflow: hidden;
}
.gxs-5 .main ul.applist li .item:hover .dec {
  -webkit-filter: invert(0) brightness(1);
  filter: invert(0) brightness(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .main ul.applist li .item:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.gxs-5 .main ul.applist li .item:hover .hoverbox {
  bottom: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .main ul.applist li .item .dec {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  -webkit-filter: invert(1) brightness(20);
  filter: invert(1) brightness(20);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .main ul.applist li .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  z-index: 2;
}
.gxs-5 .main ul.applist li .item .h4 {
  color: #fff;
}
.gxs-5 .main ul.applist li .item .h4.ab {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.gxs-5 .main ul.applist li .item .hoverbox {
  background: var(--base-color);
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: -100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  z-index: 4;
}
.gxs-5 .main ul.applist li .item .hoverbox .h4 {
  margin-bottom: 15px;
}
.gxs-5 .main ul.applist li .item .hoverbox a.more2 {
  font-size: 16px;
  color: #fff;
}
.gxs-5 .bottom {
  padding: 4em 0;
  border-bottom: 1px solid #eee;
}
.gxs-6 {
  padding-top: 13em;
  padding-bottom: 10em;
  background: url(../images/news-bj.jpg) left bottom no-repeat;
}
.gxs-6 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-6 .ui.container .left {
  width: 31%;
}
.gxs-6 .ui.container .left .h3 {
  margin-top: 15px;
  margin-bottom: 60px;
}
.gxs-6 .ui.container .right {
  width: 63%;
}
.gxs-6 .ui.container .right ul {
  margin: 0 -18px;
}
.gxs-6 .ui.container .right ul li {
  padding: 0 18px;
}
.gxs-6 .ui.container .right ul li:hover .item .img-box .time {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-6 .ui.container .right ul li:hover .item .text .h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-6 .ui.container .right ul li:hover .item .text a.more2 {
  color: var(--base-color);
}
.gxs-6 .ui.container .right ul li .item .img-box {
  position: relative;
}
.gxs-6 .ui.container .right ul li .item .img-box .time {
  width: 88px;
  height: 88px;
  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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  -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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .ui.container .right ul li .item .img-box .time .day {
  font-weight: 700;
  line-height: 1;
}
.gxs-6 .ui.container .right ul li .item .top {
  padding: 20px 0;
  color: #aaa;
}
.gxs-6 .ui.container .right ul li .item .top em {
  color: var(--base-color);
}
.gxs-6 .ui.container .right ul li .item .text .h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .ui.container .right ul li .item .text p {
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0;
}
.gxs-6 .ui.container .right ul li .item .text a.more2 {
  font-family: "cam";
  font-size: 17px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer {
  background: url(../images/footer-bj.jpg) center center no-repeat;
  background-size: cover;
}
#footer .footer-top {
  padding-top: 10.6em;
  padding-bottom: 6.3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-top .ui.container {
  text-align: center;
  color: #fff;
}
#footer .footer-top .ui.container .h3 {
  max-width: 845px;
  margin: 25px auto;
}
#footer .footer-main {
  padding-top: 7em;
}
#footer .footer-main .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container > div {
  display: inline-block;
  color: #fff;
  padding-bottom: 3em;
}
#footer .footer-main .ui.container .h4 {
  margin-bottom: 25px;
}
#footer .footer-main .ui.container .logobox P {
  max-width: 310px;
  margin-top: 2em;
  margin-bottom: 8px;
}
#footer .footer-main .ui.container .logobox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .logobox ul.sharelist li {
  margin-right: 15px;
}
#footer .footer-main .ui.container .logobox ul.sharelist li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .logobox ul.sharelist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .footer-main .ui.container .logobox #ewm {
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #fff;
  margin-top: 3em;
}
#footer .footer-main .ui.container ul li {
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footer-main .ui.container ul li i {
  margin-right: 10px;
}
#footer .footer-main .ui.container ul li p {
  max-width: 372px;
}
#footer .footer-main .ui.container ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  border-top: 1px solid #fff;
  padding: 5px 0;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}
#footer .footer-bottom .ui.container .center {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-60 {
  font-size: 60px;
  line-height: 1.56083333;
}
.font-45 {
  font-size: 45px;
}
.font-50 {
  font-size: 50px;
}
.font-30 {
  font-size: 30px;
}
.font-25 {
  font-size: 25px;
}
@media screen and (max-width: 1800px) {
  .font-60 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .font-60 {
    font-size: 42px;
  }
    #header .nav .ui.menu .menuDown .slide .childNav ul li.active .img {
    height: 140px;
  }
  #header .nav .ui.menu .menuDown .slide .childNav ul li {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .language {
    margin-right: 0;
    margin-left: 20px;
  }
  #header .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    padding: 0 15px;
  }
  #header .ui.menu .menu-box ul.menu > li > a img{
    display: none;
  }
  .gxs-1 .ui.container .img-box {
    width: 50%;
  }
  .gxs-1 .ui.container .text {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  #header .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .ui.menu .menu-box ul.menu > li {
    padding: 0 15px;
  }
  #banner {
    margin-top: 150px;
  }
  .font-22 {
    font-size: 18px;
  }
  .gxs-1 .ui.container .text .bottom .iconbox {
    height: 260px;
    width: 190px;
    margin-right: 20px;
  }
  .font-60 {
    font-size: 32px;
  }
  .font-50 {
    font-size: 40px;
  }
  .font-25 {
    font-size: 20px;
  }
  .font-45 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 85%;
  }
  .gxs-1 {
    padding-top: 6em;
    padding-bottom: 8em;
  }
  .gxs-1 .ui.container {
    margin: 0 auto;
  }
  .gxs-1 .ui.container .img-box {
    width: 100%;
  }
  .gxs-1 .ui.container .text {
    width: 100%;
    margin-top: 20px;
  }
  .gxs-1 .ui.container .text .bottom .iconbox {
    margin-left: 0;
  }
  .gxs-2 ul.data li i img {
    max-width: 45px;
  }
  .gxs-4 {
    display: none;
  }
  .font-45 {
    font-size: 28px;
  }
  .gxs-2 ul.data li {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 50%;
  }
  .gxs-3 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .gxs-5 {
    padding-top: 0em;
  }
  #footer .footer-main .ui.container > div.links {
    display: none;
  }
  #footer .footer-main .ui.container > div {
    width: 50%;
  }
  #footer .footer-main .ui.container ul li i {
    min-width: 21px;
  }
  #footer .footer-main .ui.container ul li {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .gxs-1 .ui.container .text .top {
    padding-left: 0;
  }
  .gxs-6 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  .font-60 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-50 {
    font-size: 30px;
  }
  a.more {
    height: 49px;
    line-height: 49px;
  }
  a.more:before {
    height: 43px;
    line-height: 43px;
  }
  .gxs-6 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .gxs-6 .ui.container .right {
    width: 100%;
  }
  #footer .footer-main .ui.container > div {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul.bannerlist li .content a.more {
    display: none;
  }
  .gxs-1 .ui.container .text .bottom .iconbox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gxs-2 ul.data li {
    width: 100%;
  }
  .font-50 {
    font-size: 24px;
  }
  #footer .footer-top {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.waves {
  position: relative;
  width: 100%;
  height: 60px;
  min-height: 60px;
}
/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  -moz-animation-duration: 13s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-moz-keyframes move-forever {
  0% {
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 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: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 2%;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}


/*inner css kaishi*/

.text {
  font-size: 16px;
  color: #222;
  line-height: 30px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.carBtn {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.carBtn a {
  width: 2em;
  height: 2em;
  border-radius: 3px;
  background-color: var(--color);
  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;
  color: white;
  margin: 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.carBtn a[data-text]:before {
  content: attr(data-text);
  padding: .2em .5em 0;
  border-radius: 100%;
  background-color: red;
  color: white;
  position: absolute;
  right: .5em;
  top: .7em;
  font-size: .5em;
  z-index: 1;
}
.carBtn a img {
  max-height: .7em;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.carBtn a:hover {
  background-color: black;
}
.inner-banner {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  margin-top: 160px;
}
.inner-banner span.h2 {
  font-size: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
.inner-banner span.h2 i.circleDots {
  margin-right: 6em;
}
.inner-nav {
  padding: 25px 0;
  background-color: #f9f9fe;
}
.inner-nav a {
  font-size: 16px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-nav a:before {
  content: '';
  width: .7em;
  height: .7em;
  border: 1px solid #222;
  margin-right: 1em;
  border-radius: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-nav a:hover,
.inner-nav a.active {
  color: var(--color);
}
.inner-nav a:hover:before,
.inner-nav a.active:before {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page i.titleLine {
  width: 88%;
  height: 2px;
  display: block;
  background-color: black;
  margin-bottom: 15px;
}
.inner-page span.h2 {
  font-size: 36px;
}
.inner-page span.h2:after {
  width: 2em;
}
.inner-page .recommended {
  padding: 90px 0 100px;
}
.inner-page .recommended .list {
  margin-top: 80px;
}
.inner-page .recommended .list ul {
  margin: -15px;
}
.inner-page .recommended .list ul li {
  padding: 15px;
}
.inner-page .recommended .list ul li .box {
  padding: 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
.inner-page .recommended .list ul li .box .img-box {
  display: block;
  position: relative;
}
 .inner-page .recommended .list ul li .box .img-box>a{
  display: block;
}
.inner-page .recommended .list ul li .box .img-box > img {
  width: 100%;
  mix-blend-mode: darken;
}
.inner-page .recommended .list ul li .box .img-box .carBtn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;

  opacity: 0;

}
.inner-page .recommended .list ul li .box .title {
  font-size: 14px;
  padding: 2em 0 .3em;
  border-top: 1px solid #e1e3e8;
}
.inner-page .recommended .list ul li .box .title span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .recommended .list ul li .box .title span.h6:hover {
  color: var(--color);
}
.inner-page .recommended .list ul li .box:hover {
  background-color: #f9f9fe;
  border-color: #e7e9ed;
}
.inner-page .recommended .list ul li .box:hover .img-box .carBtn {
  opacity: 1;
}
.inner-page .slickBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.inner-page .slickBtn div {
  width: 3.6em;
  height: 3.6em;
  border-radius: 3px;
  background-color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.4em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slickBtn div:hover {
  background-color: var(--color);
}
.inner-page .slickBtn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.inner-page .sideBarBox .sideBarLeft {
  width: 30%;
  padding-right: 7%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBarBox .sideBarLeft .slide {
  margin-top: 90px;
}
.inner-page .sideBarBox .sideBarLeft .slide:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarLeft span.h3 {
  font-weight: 600;
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  display: block;
  padding-bottom: .5em;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
.inner-page .sideBarBox .sideBarLeft .nav {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li {
  margin-bottom: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li a i.fa {
  margin-left: 1em;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li a i.fa.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sideBarBox .sideBarLeft .nav ul li ul {
  margin-top: 1.5em;
  font-weight: 300;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li ul li a {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li ul li a:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  margin-right: 1em;
  background-color: #222;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li:hover > a,
.inner-page .sideBarBox .sideBarLeft .nav ul li.active > a {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li {
  margin-bottom: 40px;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li time {
  display: block;
  font-size: 14px;
  color: #1b1b1b;
  opacity: .8;
  margin-top: .7em;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li a.img-box {
  width: 33%;
  height: 120px;
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  background-size: cover;
  background-position: center;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li span.h6 {
  width: 67%;
  padding-left: 1.3em;
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li:hover span.h6 {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .proList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .form {
  padding: 40px 5% 70px;
  border-radius: 10px;
  background-image: url("../images/sideBarform-bg.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
}
.inner-page .sideBarBox .sideBarLeft .form span.h5 {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .form .text {
  max-width: 270px;
  margin: 1em auto 1.2em;
  font-size: 16px;
  color: inherit;
}
.inner-page .sideBarBox .sideBarLeft .form ul {
  margin: -10px;
  color: black;
}
.inner-page .sideBarBox .sideBarLeft .form ul li {
  padding: 10px;
}
.inner-page .sideBarBox .sideBarLeft .form ul li input {
  display: block;
  width: 100%;
  font-size: 14px;
  border-radius: .7em;
  padding: 1em 2.3em;
  background-color: white;
  border: none;
}
.inner-page .sideBarBox .sideBarLeft .form ul li input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input:-moz-placeholder {
  color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input::placeholder {
  color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li .pre input[type="text"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inner-page .sideBarBox .sideBarLeft .form ul li .pre input[type="submit"] {
  width: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: url("../images/icon-send.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .img {
  width: 40%;
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title {
  width: 60%;
  padding-left: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title span.h4 {
  font-size: 16px;
  color: #1f2024;
  line-height: 1.6;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn {
  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;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a {
  width: 47%;
  height: 36px;
  border-radius: 3px;
  background-color: var(--color);
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a:hover {
  background-color: black;
}
.inner-page .sideBarBox .sideBarRight {
  width: 70%;
}
.inner-page .m-page {
  font-weight: 600;
  font-size: 24px;
  margin-top: 2em;
}
.inner-page .m-page>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .4em;
  border-radius: 3px;
  background-color: #7fa0dc;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;

  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;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 8px;
  font-size: 19px;
  font-weight: 300;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
}
.inner-page .flexLink {
  margin-top: 3em;
  font-size: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .flexLink .m-link {
  width: 60%;
}
.inner-page .flexLink .m-link a {
  padding: .5em 1.5em;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .flexLink .m-link a:hover {
  color: var(--color);
}
.inner-page .flexLink .share a {
  color: var(--color);
  margin-left: 1em;
  font-size: 1.4em;
}
.about-page .about-1 {
  padding: 80px 0 100px;
}
.about-page .about-1 .left span.h2 {
  margin-bottom: 1.4em;
}
.about-page .about-1 .left .text {
  font-size: 18px;
  opacity: .8;
  padding-top: 20px;
}
.about-page .about-1 .left .text p {
  margin-top: 1.2em;
}
.about-page .about-1 .left .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right {
  padding-left: 2%;
}
.about-page .about-1 .right .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-1 .right .img .play {
  font-size: 20px;
}
.about-page .about-2 .top ul li {
  height: 610px;
  background-size: cover;
  background-position: center;
  padding: 3% 0;
}
.about-page .about-2 .top ul li span.h2 {
  color: white;
  max-width: 700px;
}
.about-page .about-2 .top ul li .dots {
  margin-top: 11%;
}
.about-page .about-2 .top ul li .dots i {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  margin: 1.5em 0;
  display: block;
  background-color: white;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .top ul li .dots i.active {
  background-color: var(--color);
}
.about-page .about-2 .bottom {
  padding: 25px 0;
  background-color: var(--color);
  color: white;
}
.about-page .about-2 .bottom span.h2 {
  color: inherit;
}
.about-page .about-2 .bottom .text {
  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;
  color: inherit;
  font-weight: 600;
}
.about-page .about-2 .bottom .text:before {
  content: '';
  width: 7em;
  height: 1px;
  background-color: white;
  margin-right: 1.5em;
}
.about-page .about-3 {
  padding: 180px 0 280px;
}
.about-page .about-3 .left {
  padding-left: 5%;
  vertical-align: middle;
}
.about-page .about-3 .left .list {
  position: relative;
}
.about-page .about-3 .left .list .logo {
  font-size: 10px;
  width: 7em;
  height: 7em;
  border-radius: 100%;
  background-color: white;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .left .list .logo a {
  max-width: 60%;
  display: block;
}
.about-page .about-3 .left .list .logo:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(159, 159, 159, 0.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.about-page .about-3 .left .list .logo:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-3 .left .list ul .slick-list {
  overflow: unset;
  position: relative;
}
.about-page .about-3 .left .list ul .slick-list .slick-track {
  width: 100% !important;
}
.about-page .about-3 .left .list ul .slick-list .slick-slide {
  opacity: 1 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transition: 1s !important;
  -moz-transition: 1s !important;
  transition: 1s !important;
}
.about-page .about-3 .left .list ul .slick-list .slick-slide.slick-active {
  position: relative !important;
}
.about-page .about-3 .left .list ul .slick-list .slick-slide.slick-current li {
  -o-box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
  -webkit-box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
  box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
}
.about-page .about-3 .left .list ul li {
  position: relative;
}
.about-page .about-3 .left .list ul li img {
  width: 100%;
}
.about-page .about-3 .right {
  padding-left: 9%;
  vertical-align: middle;
}
.about-page .about-3 .right .titleLine {
  max-width: 53%;
}
.about-page .about-3 .right .text {
  margin: 1em 0 2em;
}
.about-page .about-4 {
  padding-bottom: 90px;
}
.about-page .about-4 .box {
  position: relative;
}
.about-page .about-4 .box .bigImg {
  position: relative;
}
.about-page .about-4 .box .bigImg .slick-arrow {
  width: 40px;
  height: 74px;
  border: none;
  background-color: rgba(34, 34, 34, 0.2);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  overflow-x: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .box .bigImg .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 20px;
}
.about-page .about-4 .box .bigImg .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 20px;
}
.about-page .about-4 .box .bigImg .slick-arrow:hover {
  background-color: var(--color);
}
.about-page .about-4 .box .smallImg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 3%;
  z-index: 1;
}
.about-page .about-4 .box .smallImg:before {
  content: '';
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1b1b), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #1b1b1b, transparent);
  background-image: -moz-linear-gradient(bottom, #1b1b1b, transparent);
  background-image: linear-gradient(to top, #1b1b1b, transparent);
  opacity: .9;
}
.about-page .about-4 .box .smallImg ul {
  margin: -10px;
}
.about-page .about-4 .box .smallImg ul li {
  padding: 10px;
}
.about-page .about-4 .box .smallImg ul li a.img-box {
  display: block;
}
.about-page .about-4 .box .smallImg ul li span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: .1em;
  text-align: center;
  color: white;
}
.case-page {
  padding-top: 100px;
}
.case-page .case-1 .box {
  position: relative;
}
.case-page .case-1 .box .imgList a.img {
  display: block;
  /*height: 830px;*/
  background-size: cover;
  background-position: center;
  background-color: black;
}
.case-page .case-1 .box .imgList span.h6 {
  font-size: 16px;
  padding: 2em 5%;
  display: block;
  color: white;
  background-color: #222;
}
.case-page .case-1 .box .textList {
  left: 5%;
  top: 5%;
  width: 30%;
  position: absolute;
  background-color: var(--color);
  padding: 40px 20px;
  color: white;
}
.case-page .case-1 .box .textList ul {
  position: relative;
}
.case-page .case-1 .box .textList ul:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1.4em;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.case-page .case-1 .box .textList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 1.2em;
  cursor: pointer;
  cursor: hand;
}
.case-page .case-1 .box .textList ul li:last-child {
  margin-bottom: 0;
}
.case-page .case-1 .box .textList ul li i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
  margin-right: 2em;
}
.case-page .case-1 .box .textList ul li i:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
}
.case-page .case-1 .box .textList ul li em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.case-page .case-1 .box .textList ul li.active i {
  border-color: white;
}
.case-page .case-1 .box .textList ul li.active em {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  font-weight: 500;
}
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 .box {
  padding: 70px 9% 130px;
  background-color: #f5f4f3;
}
.contact-page .contact-1 .box span.h2 {
  margin-bottom: 2em;
}
.contact-page .contact-1 .box .form ul {
  margin: -15px -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .box .form ul li {
  padding: 15px 40px;
}
.contact-page .contact-1 .box .form ul li input,
.contact-page .contact-1 .box .form ul li textarea {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  border: none;
  padding: 1em;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .box .form ul li textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input:-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea:-moz-placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input::-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .box .form ul li textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input::placeholder,
.contact-page .contact-1 .box .form ul li textarea::placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li textarea {
  height: 160px;
}
.contact-page .contact-1 .box .form ul li input[type="submit"] {
  background-color: var(--color);
  color: white;
}
.contact-page .contact-1 .box .form ul li input[type="submit"]:hover {
  background-color: black;
}
.contact-page .contact-1 .box .form ul li .pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.contact-page .contact-2 .left {
  width: 33%;
  padding-right: 3%;
}
.contact-page .contact-2 .left span.h2 {
  margin-bottom: 1.7em;
}
.contact-page .contact-2 .left span.h2 i {
  font-size: 1.33333333em;
}
.contact-page .contact-2 .left .addList {
  position: relative;
  font-size: 14px;
}
.contact-page .contact-2 .left .addList span {
  font-weight: 600;
  padding: 1em;
  border-radius: .5em;
  background-color: var(--color);
  color: white;
}
.contact-page .contact-2 .left .addList ul {
  position: static;
  width: 100%;
  top: 100%;
  background-color: #f8f8f8;
  padding: 1em;
  z-index: 1;
}
.contact-page .contact-2 .left .addList ul li {
  padding: .7em .5em;
  border-top: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.contact-page .contact-2 .left .addList ul li:first-child {
  border-top: none;
}
.contact-page .contact-2 .left .addList ul li:hover,
.contact-page .contact-2 .left .addList ul li.active {
  color: var(--color);
}
.contact-page .contact-2 .left .addList:hover ul {
  display: block;
}
.contact-page .contact-2 .left .addInfoList span.h3 {
  font-size: 30px;
  color: #222;
  line-height: 1.3;
  max-width: 12em;
  margin: 2.2em 0 1.7em;
  display: block;
  font-weight: 600;
}
.contact-page .contact-2 .left .addInfoList hr {
  margin: 0;
  border: none;
  height: 1px;
  background-color: #979797;
}
.contact-page .contact-2 .left .addInfoList .text {
  font-weight: 600;
  margin-top: 3em;
}
.contact-page .contact-2 .right {
  width: 67%;
}
.contact-page .contact-2 .right iframe {
  width: 120%;
  height: 650px;
  background-color: #eee;
  border: none;
  display: block;
}
.contact-page .contact-3 {
  padding: 110px 0;
}
.contact-page .contact-3 .left .img {
  height: 650px;
  background-size: cover;
  background-position: center;
  display: block;
}
.contact-page .contact-3 .right {
  padding-left: 5%;
}
.contact-page .contact-3 .right span.h2 {
  font-style: italic;
  font-weight: bold;
}
.contact-page .contact-3 .right span.h2 em {
  font-size: 1.8em;
  display: block;
  margin: .9em 0 .7em;
  color: var(--color);
}
.contact-page .contact-3 .right .info ul li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.contact-page .contact-3 .right .info ul li .text {
  font-size: 18px;
}
.history-page {
  padding: 160px 0;
  background-image: url("../images/history-bg.jpg");
  background-position: top 35% right 3%;
  background-repeat: no-repeat;
  background-size: 50% auto;
  overflow-x: hidden;
}
.history-page .historyBox {
  padding-left: 7%;
}
.history-page span.h2 {
  font-weight: bold;
}
.history-page span.h2 i {
  font-size: 1.33333333em;
}
.history-page .box {
  padding: 120px 0 90px;
  overflow-x: hidden;
}
.history-page .box .slick-list {
  overflow: unset;
}
.history-page .box .left {
  width: 45%;
}
.history-page .box .left .img {
  height: 440px;
  background-size: cover;
  background-position: center;
}
.history-page .box .right {
  width: 45%;
  padding-left: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history-page .box .right span.h2 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history-page .box .right span.h2 i {
  font-size: 150px;
  color: #00569b;
  display: block;
  line-height: 1;
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
}
.history-page .box .right .text {
  height: 230px;
  max-height: 50%;
  padding-right: 3%;
  overflow: auto;
}
.history-page .box .slickBtn {
  width: 10%;
  margin-top: 7%;
}
.history-page .progress {
  font-size: 20px;
}
.history-page .progress .line {
  height: 2px;
  background-color: #d8d8d8;
  position: relative;
  width: 100%;
}
.history-page .progress .line:before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: inherit;
}
.history-page .progress .line i {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 1em;
  left: 0;
}
.history-page .progress .line i:before {
  content: '';
  width: 10000%;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  background-color: inherit;
  margin-top: 1px;
}
.history-page .progress .yearList {
  margin-top: 50px;
  color: #222;
  position: relative;
  overflow: hidden;
}
.history-page .progress .yearList ul {
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: -20px;
}
.history-page .progress .yearList ul li {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: .8;
  cursor: pointer;
  cursor: hand;
  padding-right: 40px;
}
.history-page .progress .yearList ul li.active {
  opacity: 1;
  color: var(--color);
}
.news-page {
  padding: 68px 0 60px;
}
.news-page .sideBarRight .top {
  padding-top: 35%;
  background-size: cover;
  background-position: center;
}
.news-page .sideBarRight .top .content {
  padding: 20px 3% 40px;
  background-color: rgba(34, 34, 34, 0.5);
  color: white;
}
.news-page .sideBarRight .top .content .tag {
  font-size: 14px;
  font-weight: 300;
  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;
}
.news-page .sideBarRight .top .content .tag a {
  font-weight: normal;
  padding: .5em 1em;
  border-radius: 3px;
  background-color: var(--color);
  color: white;
}
.news-page .sideBarRight .top .content .tag time {
  margin-left: 2.3em;
  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;
}
.news-page .sideBarRight .top .content .tag time i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: .8em;
}
.news-page .sideBarRight .top .content span.h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin: .5em 0;
  display: block;
}
.news-page .sideBarRight .top .content .text {
  font-weight: 300;
  font-size: 14px;
  color: inherit;
  opacity: .8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.news-page .sideBarRight .list ul li {
  padding: 60px 0 40px;
  border-bottom: 1px solid #e7e7e7;
}
.news-page .sideBarRight .list ul li.top1{
  display: none!important;
}
.news-page .sideBarRight .list ul li time {
  width: 24%;
  padding: 0 3%;
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
}
.news-page .sideBarRight .list ul li .content {
  width: 66%;
}
.news-page .sideBarRight .list ul li .content span.h6 {
  font-size: 24px;
  color: #222;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.8em;
}
.news-page .sideBarRight .list ul li .content span.h6:hover {
  color: var(--color);
}
.news-page .sideBarRight .list ul li .content .text {
  font-weight: 300;
  font-size: 14px;
  color: #222;
  opacity: .8;
  margin: 1em 0 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 90px;
}
.news-page .sideBarRight .list ul li .content a.more {
  font-size: 14px;
}
.news-page .sideBarRight .list ul li a.link {
  width: 10%;
  text-align: right;
  padding-top: 1%;
}
.newdet-page {
  padding: 130px 0 70px;
}
.newdet-page h1 {
  font-weight: bold;
  font-size: 36px;
  color: #222;
  line-height: 1.3;
}
.newdet-page hr {
  display: block;
  opacity: .5;
}
.newdet-page time {
  font-size: 24px;
  color: var(--color);
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-top: 1em;
}
.newdet-page .text {
  margin: 2em 0 3em;
}
.product-page .product-1 {
  padding: 130px 0 90px;
}
.product-page .sideBarRight .top {
  padding-top: 38%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.product-page .sideBarRight .top:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  opacity: .9;
}
.product-page .sideBarRight .top .content {
  padding: 3% 4%;
  color: white;
}
.product-page .sideBarRight .top .content span.h3 {
  font-weight: 600;
  font-size: 20px;
  display: block;
  line-height: 1.4;
}
.product-page .sideBarRight .top .content .text {
  font-size: 14px;
  font-weight: 300;
  margin: .5em 0 2em;
   overflow: auto;
   max-height: 6em;
    color: inherit;
    line-height: 28px;
}
.product-page .sideBarRight .top .content .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .sideBarRight .top .content .btn a {
  /*width: 80px;*/
  height: 44px;
  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;
  border-radius: 3px;
  margin-right: 12px;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0 1.5em;
  color: var(--color);
}
.product-page .sideBarRight .top .content .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: .5em;
}
.product-page .sideBarRight .top .content .btn a:hover {
  background-color: black;
  color: white;
}
.product-page .sideBarRight .top .content .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page .sideBarRight .recommended {
  padding-top: 0;
}
.product-page .sideBarRight .recommended .list {
  margin-top: 50px;
}
.product-page .product-2 {
  padding: 25px 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
}
.product-page .product-2 span.h3 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  display: block;
  line-height: 1.4;
}
.product-page .product-2 time {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #1b1b1b;
  opacity: .8;
  margin: .7em 0;
}
.product-page .product-2 .text {
  font-weight: 300;
  opacity: .6;
}
.prodet-page {
  padding: 80px 0 100px;
}
.prodet-page .sideBarRight .prodet-1 img {
  width: 100%;
}
.prodet-page .sideBarRight .prodet-1 .big {
  width: 73%;
  position: relative;
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div {
  width: 40px;
  height: 74px;
  background-color: rgba(34, 34, 34, 0.2);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div.prev {
  left: 1px;
  background-image: url("../images/banner-btn-l.png");
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div.next {
  right: 1px;
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div:hover {
  background-color: var(--color);
}
.prodet-page .sideBarRight .prodet-1 .small {
  width: 27%;
  padding-left: 4%;
}
.prodet-page .sideBarRight .prodet-1 .small ul {
  margin: -4.5%;
}
.prodet-page .sideBarRight .prodet-1 .small ul li {
  padding: 4.5%;
}
.prodet-page .sideBarRight .prodet-1 .small ul li a {
  display: block;
  border: 1px solid #e3e4e9;
}
.prodet-page .sideBarRight .prodet-2 {
  padding-top: 35px;
}
.prodet-page .sideBarRight .prodet-2 .title h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  max-width: 70%;
  margin-right: 3%;
}
.prodet-page .sideBarRight .prodet-2 .flexLink {
  margin-top: 2em;
}
.prodet-page .sideBarRight .prodet-3 {
  padding-top: 60px;
}
.prodet-page .sideBarRight .prodet-3 span.h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  line-height: 1.2;
  display: block;
}
.prodet-page .sideBarRight .prodet-3 hr {
  opacity: .6;
}
.prodet-page .sideBarRight .prodet-3 .text {
  margin-top: 1.5em;
}
.prodet-page .sideBarRight .prodet-3 table {
  border: 1px solid #222;
}
.prodet-page .sideBarRight .prodet-3 table tr:nth-child(even) {
  background-color: #f9f9fe;
}
.prodet-page .sideBarRight .prodet-3 table td {
  border: 1px solid #ddd;
  color: #666;
  padding: .5em 1em;
  min-width: 90px !important;
  word-wrap: break-word;
  word-break: auto-phrase;
}
.prodet-page .sideBarRight .prodet-3 table td:last-child {
  min-width: unset !important;
}
.quality-page .quality-1 {
  padding: 100px 0 80px;
}
.quality-page .quality-1 span.h2 {
  margin-bottom: .8em;
}
.quality-page .quality-1 .text p {
  margin-top: 1.2em;
}
.quality-page .quality-1 .text p:first-child {
  margin-top: 0;
}
.quality-page .quality-2 {
  overflow: hidden;
}
.quality-page .quality-2 .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9fe;
}
.quality-page .quality-2 .left {
  position: relative;
}
.quality-page .quality-2 .left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: var(--color);
  opacity: .5;
  z-index: 1;
}
.quality-page .quality-2 .left .slick {
  width: 127%;
  margin-left: -27%;
}
.quality-page .quality-2 .left .slick .slide {
  display: block !important;
}
.quality-page .quality-2 .left .img {
  height: 590px;
  background-size: cover;
  background-position: center;
}
.quality-page .quality-2 .right {
  padding-left: 4%;
  padding-right: 2%;
}
.quality-page .quality-2 .right span.h2 em {
  font-size: 0.83333333em;
  margin-bottom: 1em;
  display: block;
}
.quality-page .quality-2 .right .text {
  padding-right: 3%;
  max-height: 250px;
  margin-bottom: 1.5em;
  overflow: auto;
}
.quality-page .quality-2 .right .slickBtn {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.quality-page .quality-2 .right .slickBtn .prev {
  margin-left: 0;
}
.quality-page .quality-3 {
  padding: 120px 0 100px;
  text-align: center;
}
.quality-page .quality-3 .text {
  max-width: 1250px;
  margin: 40px auto 50px;
}
.quality-page .quality-3 .box {
  margin-top: 80px;
}
.quality-page .quality-3 .box .text {
  margin: 0;
  width: 48.2%;
}
.quality-page .quality-3 .box .text table tr {
  background-color: transparent !important;
}
.quality-page .quality-3 .box .text table tr:nth-child(odd) {
  background-color: #fcfcfc !important;
}
.quality-page .quality-3 .box .text table tr:first-child {
  background-color: #c4d6e4 !important;
}
.quality-page .quality-3 .box .text table tr td {
  padding: 1em;
  border: 1px solid #e8e8e8;
}
.rd-page .rd-1 {
  padding: 160px 0 130px;
}
.rd-page .rd-1 .list {
  position: relative;
}
.rd-page .rd-1 .list ul {
  margin: -30px;
  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;
}
.rd-page .rd-1 .list ul li {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.rd-page .rd-1 .list ul li .content {
  height: 100%;
  background-color: #f9f9fe;
  padding: 5.5%;
  width: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rd-page .rd-1 .list ul li .content span.h6 {
  font-size: 24px;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  width: 100%;
  padding-right: 10%;
}
.rd-page .rd-1 .list ul li .content span.h6.line:after {
  content: '';
  width: 4.66666667em;
  height: 1px;
  background-color: var(--color);
  display: block;
  margin-top: .1em;
}
.rd-page .rd-1 .list ul li .content .text {
  font-weight: normal;
  max-width: 570px;
  margin-top: .5em;
}
.rd-page .rd-1 .list ul li a.img-box {
  display: block;
  height: 360px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.rd-page .rd-1 .list ul li a.img-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.rd-page .rd-1 .list .logo {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
}
.rd-page .rd-1 .list .logo img {
  max-width: 100%;
}
.rd-page .rd-2 {
  padding: 100px 0 90px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.rd-page .rd-2 .box {
  max-width: 920px;
  display: block;
  margin-left: auto;
  background-color: white;
}
.rd-page .rd-2 .box span.h6 {
  font-weight: 600;
  font-size: 24px;
  padding: 1em 2em;
  background-color: var(--color);
  color: white;
  display: block;
  position: relative;
}
.rd-page .rd-2 .box span.h6:before {
  content: '';
  border-left: .5em solid transparent;
  border-right: .55em solid transparent;
  border-top: 0.5em solid var(--color);
  position: absolute;
  left: 2em;
  top: 100%;
}
.rd-page .rd-2 .box .list {
  padding: 60px 35px;
}
.rd-page .rd-2 .box .list .scroll {
  max-height: 330px;
  overflow: auto;
}
.rd-page .rd-2 .box .list .scroll ul li {
  padding: 35px;
}
.rd-page .rd-2 .box .list .scroll ul li .flex span.h2 {
  margin-right: 1em;
  text-align: center;
}
.rd-page .rd-2 .box .list .scroll ul li .flex span.h2 em {
  font-size: 2em;
  font-weight: bold;
  width: 1.7em;
  display: block;
  color: var(--color);
}
.rd-page .rd-2 .box .list .scroll ul li .flex .text {
  font-weight: normal;
}
.rd-page .rd-3 {
  background-color: #f9f9fe;
  padding: 90px 0;
  overflow-x: hidden;
}
.rd-page .rd-3 span.h2 {
  margin-bottom: 2em;
}
.rd-page .rd-3 .list {
  position: relative;
  z-index: 1;
}
.rd-page .rd-3 .list:before {
  content: '';
  border-bottom: 1px dashed #8d8d90;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.rd-page .rd-3 .list ul {
  margin: 0 -50px;
}
.rd-page .rd-3 .list ul li {
  padding: 0 50px;
}
.rd-page .rd-3 .list ul li a {
  display: block;
}
.rd-page .rd-3 .list ul li a img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-height: 320px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rd-page .rd-3 .list ul li i {
  content: '';
  font-size: 10px;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid var(--color);
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 5em;
}
.rd-page .rd-3 .list ul li i:before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
}
.service-page .service-1 {
  padding: 45px 0 75px;
}
.service-page .service-1 .box .left {
  width: 48%;
}
.service-page .service-1 .box .left span.h2 {
  margin-bottom: 1em;
}
.service-page .service-1 .box .right {
  text-align: right;
  width: 48%;
}
.service-page .service-1 .list {
  margin-top: 60px;
}
.service-page .service-1 .list ul {
  margin: -10px;
}
.service-page .service-1 .list ul li {
  padding: 10px;
}
.service-page .service-1 .list ul li .box2 {
  padding: 20px 25px 30px;
  height: 100%;
  background-color: white;
  border-bottom: 5px solid var(--color);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-page .service-1 .list ul li .box2 i {
  display: block;
}
.service-page .service-1 .list ul li .box2 span.h6 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  margin: 22px 0 .8em;
}
.service-page .service-1 .list ul li .box2 .text {
  color: rgba(34, 34, 34, 0.7);
}
.service-page .service-2 {
  padding: 150px 0 140px;
  background-image: url("../images/service-2-bg.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.service-page .service-2 .box {
  width: 50%;
}
.service-page .service-2 .box span.h2 {
  margin-bottom: 1em;
}
.service-page .service-2 .list {
  margin-top: 100px;
}
.service-page .service-2 .list ul {
  margin: -55px;
}
.service-page .service-2 .list ul li {
  padding: 55px;
}
.service-page .service-2 .list ul li .box2 {
  padding: 25px;
  background-color: white;
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  height: 100%;
}
.service-page .service-2 .list ul li .box2 .img {
  height: 250px;
  width: 52%;
  background-size: cover;
  background-position: center;
}
.service-page .service-2 .list ul li .box2 .content {
  width: 48%;
  padding-left: 4%;
}
.service-page .service-2 .list ul li .box2 .content span.h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  display: block;
}
.service-page .service-2 .list ul li .box2 .content .text {
  color: #222;
  margin-top: 1em;
}
.service-page .service-3 {
  padding: 75px 0 95px;
  background: #f6f6f6;
}
.service-page .service-3 .box {
  background-image: url("../images/icon-service-3.jpg");
  background-position: right top 5%;
  background-repeat: no-repeat;
  background-size: 8.02631579% auto;
}
.service-page .service-3 .left {
  padding-right: 8%;
  vertical-align: middle;
}
.service-page .service-3 .left .img {
  height: 600px;
  background-size: cover;
  background-position: center;
}
.service-page .service-3 .right {
  vertical-align: middle;
  padding-right: 6%;
}
.service-page .service-3 .right span.h2 {
  margin-bottom: 1.8em;
}
.service-page .service-3 .right span.h2:after {
  width: 55%;
  margin-top: .8em;
}
.service-page .service-3 .right .slickBtn {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 7em;
}
.service-page .service-3 .right .slickBtn .prev {
  margin-left: 0;
}
.social-page .social-1 {
  padding: 75px 0 125px;
}
.social-page .social-1 span.h2 {
  margin-bottom: 1em;
}
.social-page .social-1 .text {
  max-width: 1250px;
  margin-bottom: 3em;
}
.social-page .social-1 .list ul {
  margin: -35px;
}
.social-page .social-1 .list ul li {
  padding: 35px;
}
.social-page .social-1 .list ul li .box {
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.social-page .social-1 .list ul li .box .left a.img {
  height: 530px;
  background-size: cover;
  background-position: center;
  display: block;
}
.social-page .social-1 .list ul li .box .right {
  padding: 0 4%;
}
.social-page .social-1 .list ul li .box .right span.h6 {
  font-weight: 600;
  font-size: 24px;
  color: #222;
  display: block;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.social-page .social-1 .list ul li .box .right span.h6:hover {
  color: var(--color);
}
.social-page .social-1 .list ul li .box .right time {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #1b1b1b;
  margin: 2em 0;
}
.social-page .social-1 .list ul li .box .right .text {
  margin-bottom: 0;
}
.social-page .social-1 .list ul li .box .right .slickBtn {
  margin-top: 40px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.social-page .social-1 .list ul li .box .right .slickBtn .prev {
  margin-left: 0;
}
.social-page .social-2 {
  padding: 230px 0 200px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/social-2-bg.jpg");
}
.social-page .social-2 .box {
  max-width: 600px;
  margin-left: auto;
  display: block;
}
.social-page .social-2 .box span.h2 {
  margin-bottom: 2em;
}
.social-page .social-2 .box .list ol li {
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2em;
}
.social-page .social-2 .box .list ol li i {
  margin-right: 1.5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.social-page .social-2 .box .list ol li:last-child {
  margin-bottom: 0;
}
.social-page .social-2 .box .list ol li:hover {
  font-weight: 500;
}
.sustainability-page .sustainability-1 {
  padding: 80px 0 50px;
  overflow: hidden;
}
.sustainability-page .sustainability-1 .box .left {
  width: 86%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1%;
}
.sustainability-page .sustainability-1 .box .left span.h2 {
  margin-bottom: .8em;
}
.sustainability-page .sustainability-1 .box .right {
  width: 24%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sustainability-page .sustainability-2 {
  padding-top: 32%;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-2 .bottom {
  padding: 50px 0 60px;
  background-color: rgba(34, 34, 34, 0.5);
  color: white;
}
.sustainability-page .sustainability-2 .bottom .text {
  color: inherit;
}
.sustainability-page .sustainability-3 {
  padding-top: 75px;
}
.sustainability-page .sustainability-3 .slide {
  margin-bottom: 60px;
}
.sustainability-page .sustainability-3 .slide .left {
  vertical-align: middle;
  padding-right: 3%;
}
.sustainability-page .sustainability-3 .slide .left span.h2 {
  margin-bottom: 1em;
}
.sustainability-page .sustainability-3 .slide .right {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 .slide .right .img {
  display: block;
  height: 420px;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) {
  direction: rtl;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) .left {
  direction: ltr;
  padding-right: 0;
  padding-left: 3%;
}
@media screen and (max-width: 1800px) {
  .about-page .about-1 {
    padding: 70px 0;
  }
  .inner-page span.h2,
  .inner-banner span.h2,
  .newdet-page h1,
  .prodet-page .sideBarRight .prodet-2 .title h1 {
    font-size: 32px;
  }
  .about-page .about-1 .left .text,
  .contact-page .contact-3 .right .info ul li .text {
    font-size: 16px;
  }
  .about-page .about-1 .right .img .play {
    font-size: 14px;
  }
  .about-page .about-3 {
    padding: 140px 0;
  }
  .inner-banner span.h2 i.circleDots {
    font-size: 7px;
    margin-right: 3em;
  }
  .inner-banner {
    padding: 100px 0;
  }
  .inner-nav a {
    font-size: 14px;
  }
  .inner-nav {
    padding: 20px 0;
  }
  .case-page {
    padding-top: 70px;
  }
  .case-page .case-1 .box .textList {
    width: 35%;
  }
  .case-page .case-1 .box .textList ul li {
    font-size: 14px;
  }
  /*.case-page .case-1 .box .imgList a.img {
    height: 600px;
  }*/
  .case-page .case-1 .box .textList ul:before {
    left: 1.2em;
  }
  .inner-page .recommended,
  .contact-page .contact-1,
  .contact-page .contact-3,
  .rd-page .rd-1,
  .rd-page .rd-3,
  .social-page .social-1 {
    padding: 70px 0;
  }
  .inner-page .recommended .list {
    margin-top: 50px;
  }
  .contact-page .contact-1 .box {
    padding: 5%;
  }
  .contact-page .contact-1 .box .form ul li {
    padding: 15px;
  }
  .contact-page .contact-1 .box .form ul {
    margin: -15px;
  }
  .contact-page .contact-1 .box .form ul li input,
  .contact-page .contact-1 .box .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-2 .left .addInfoList span.h3 {
    font-size: 24px;
  }
  .contact-page .contact-3 .left .img {
    height: 580px;
  }
  .history-page {
    padding: 100px 0;
  }
  .history-page .progress {
    font-size: 18px;
  }
  .history-page .progress .line i {
    width: 60px;
    height: 60px;
  }
  .history-page .progress .line i img {
    max-width: 70%;
  }
  .history-page .progress .yearList ul li {
    width: 97.85714286px;
  }
  .news-page {
    padding: 80px 0 60px;
  }
  .inner-page .sideBarBox .sideBarLeft .slide {
    margin-top: 50px;
  }
  .inner-page .sideBarBox .sideBarLeft span.h3,
  .news-page .sideBarRight .list ul li .content span.h6,
  .social-page .social-1 .list ul li .box .right span.h6 {
    font-size: 20px;
  }
  .inner-page .sideBarBox .sideBarLeft .nav,
  .inner-page .sideBarBox .sideBarLeft .form .text {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarLeft .nav ul li {
    margin-bottom: 1em;
  }
  .inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6,
  .news-page .sideBarRight .top .content span.h6 {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarLeft .newsList ul li {
    margin-bottom: 25px;
  }
  .inner-page .sideBarBox .sideBarLeft .proList ul li a.img-box {
    height: 100px;
  }
  .inner-page .sideBarBox .sideBarLeft .form span.h5 {
    font-size: 24px;
  }
  .inner-page .sideBarBox .sideBarLeft .form {
    padding: 10% 5%;
  }
  .news-page .sideBarRight .top .content {
    padding: 2%;
  }
  .news-page .sideBarRight .list ul li {
    padding: 40px 0;
  }
  .news-page .sideBarRight .list ul li time,
  .inner-page .m-page,
  .newdet-page time,
  .rd-page .rd-1 .list ul li .content span.h6,
  .rd-page .rd-2 .box span.h6 {
    font-size: 20px;
  }
  .newdet-page,
  .product-page .product-1 {
    padding: 100px 0 60px;
  }
  .product-page .sideBarRight .top {
    padding-top: 25%;
  }
  .quality-page .quality-1,
  .quality-page .quality-3 {
    padding: 60px 0;
  }
  .quality-page .quality-2 .left .img {
    height: 500px;
  }
  .quality-page .quality-3 .text {
    margin: 30px auto;
  }
  .quality-page .quality-3 .box {
    margin-top: 50px;
  }
  .rd-page .rd-1 .list ul li .content {
    padding: 4%;
  }
  .rd-page .rd-1 .list .logo {
    width: 160px;
    height: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rd-page .rd-1 .list .logo a {
    text-align: center;
  }
  .rd-page .rd-1 .list .logo img {
    max-width: 70%;
  }
  .rd-page .rd-2 .box .list {
    padding: 40px 30px;
  }
  .rd-page .rd-2 .box .list .scroll ul li {
    padding: 25px;
  }
  .service-page .service-1 .list ul li .box2 i img {
    max-height: 60px;
  }
  .service-page .service-2 {
    padding: 90px 0;
  }
  .service-page .service-2 .list ul li {
    padding: 30px;
  }
  .service-page .service-2 .list ul {
    margin: -30px;
  }
  .service-page .service-2 .list {
    margin-top: 60px;
  }
  .service-page .service-3 .left .img {
    height: 480px;
  }
  .service-page .service-3 .right span.h2:after {
    margin-top: .3em;
  }
  .service-page .service-3 .right span.h2 {
    margin-bottom: 1em;
  }
  .service-page .service-3 {
    padding: 50px 0;
  }
  .social-page .social-2 {
    padding: 140px 0 100px;
  }
  .sustainability-page .sustainability-1 .box .left {
    width: 76%;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 25%;
  }
  .sustainability-page .sustainability-2 .bottom {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page span.h2,
  .inner-banner span.h2,
  .newdet-page h1,
  .prodet-page .sideBarRight .prodet-2 .title h1 {
    font-size: 28px;
  }
  .history-page .progress .yearList ul li {
    width: 120px;
  }
  .sustainability-page .sustainability-1 {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainability-page .sustainability-1 .box .right {
    display: none;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 18%;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 360px;
  }
  .social-page .social-1 .list ul li .box .left a.img {
    height: 420px;
  }
  .social-page .social-1 .list ul li .box .right time {
    margin: 1em 0;
  }
  .social-page .social-1 .list ul li .box .right .slickBtn {
    margin-top: 10px;
  }
  .social-page .social-2 {
    padding: 90px 0 70px;
  }
  .social-page .social-2 .box .list ol li,
  .service-page .service-1 .list ul li .box2 span.h6 {
    font-size: 16px;
  }
  .social-page .social-2 .box {
    max-width: 500px;
  }
  .service-page .service-2 .list ul li .box2 .img {
    width: 47%;
  }
  .service-page .service-2 .list ul li .box2 .content {
    width: 53%;
  }
  .service-page .service-3 .left .img {
    height: 400px;
  }
  .service-page .service-3 .right .slickBtn {
    margin-top: 4em;
  }
  .service-page .service-3 .right span.h2 {
    margin-bottom: .5em;
  }
  .rd-page .rd-1 .list ul li a.img-box {
    height: 260px;
  }
  .rd-page .rd-2 .box .list .scroll ul li .flex span.h2 em {
    font-size: 1.8em;
  }
  .rd-page .rd-3 .list ul li a img {
    max-height: 240px;
  }
  .rd-page .rd-3 .list ul li i {
    margin-top: 3em;
  }
  .service-page .service-3 .left {
    padding-right: 4%;
  }
  .social-page .social-2 .box .list ol li {
    margin-bottom: 2em;
  }
  .social-page .social-2 .box span.h2 {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page span.h2,
  .inner-banner span.h2,
  .newdet-page h1,
  .prodet-page .sideBarRight .prodet-2 .title h1 {
    font-size: 24px;
  }
  .inner-nav {
    display: none;
  }
  .history-page .progress .yearList ul li {
    width: 138.57142857px;
  }
  .sustainability-page .sustainability-3 {
    padding-top: 50px;
  }
  .sustainability-page .sustainability-3 .slide .left span.h2 {
    margin-bottom: .5em;
  }
  .social-page .social-1 .list ul li .box .right time {
    margin: .5em 0;
  }
  .social-page .social-2 .box {
    max-width: 400px;
  }
  .social-page .social-2 .box .list ol li,
  .service-page .service-1 .list ul li .box2 span.h6 {
    font-size: 14px;
        line-height: 30px;
  }
  .social-page .social-2 .box .list ol li i {
    max-width: 20px;
  }
  .service-page .service-1 .box .right {
    padding-left: 15%;
  }
  .service-page .service-1 .list ul li .box2 i img {
    max-height: 50px;
  }
  .service-page .service-1 .list ul li .box2 {
    padding: 20px;
  }
  .service-page .service-1 {
    padding: 40px 0;
  }
  .service-page .service-1 .list {
    margin-top: 30px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .list ul li .box2 {
    padding: 15px;
    display: block;
  }
  .service-page .service-2 .list ul li .box2 .content span.h6 {
    font-size: 16px;
  }
  .service-page .service-2 .list ul li .box2 .img {
    width: 100%;
    height: 180px;
  }
  .service-page .service-2 .list ul li .box2 .content {
    width: 100%;
    padding: 20px 0 0;
  }
  .service-page .service-2 .list ul li {
    padding: 15px;
  }
  .service-page .service-2 .list ul {
    margin: -15px;
  }
  .service-page .service-3 .left .img {
    height: 320px;
  }
  .news-page .sideBarRight .list ul li time,
  .inner-page .m-page,
  .newdet-page time,
  .rd-page .rd-1 .list ul li .content span.h6,
  .rd-page .rd-2 .box span.h6 {
    font-size: 18px;
  }
  .rd-page .rd-1 .list ul li {
    padding: 20px;
  }
  .rd-page .rd-1 .list ul {
    margin: -20px;
  }
  .rd-page .rd-3 .list ul li a img {
    max-height: 180px;
  }
  .rd-page .rd-3 span.h2 {
    margin-bottom: 1em;
  }
  .quality-page .quality-2 .left .img {
    height: 400px;
  }
  .quality-page .quality-3 .box {
    display: block;
  }
  .quality-page .quality-3 .box .text {
    width: 100%;
  }
  .quality-page .quality-3 .box {
    margin-top: 30px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
  .inner-page .flexLink {
    font-size: 14px;
  }
  .prodet-page .sideBarRight .prodet-3 span.h3 {
    font-size: 20px;
  }
  .newdet-page,
  .product-page .product-1 {
    padding: 60px 0 50px;
  }
  .product-page .sideBarRight .top {
    padding-top: 18%;
  }
  .history-page .historyBox {
    padding-left: 0;
  }
  .history-page .box .right span.h2 i {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  .history-page .box .right span.h2 {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .history-page .box .right .text {
    height: 200px;
  }
  .history-page .box .left .img {
    height: 360px;
  }
  .history-page .box {
    padding: 90px 0 50px;
  }
  .history-page {
    padding: 60px 0;
  }
  .contact-page .contact-2 .left .addInfoList span.h3 {
    font-size: 20px;
  }
  .contact-page .contact-3 .right span.h2 em {
    font-size: 1.6em;
  }
  .case-page .case-1 .box .textList {
    width: 50%;
  }
  /*.case-page .case-1 .box .imgList a.img {
    height: 480px;
  }*/
  .case-page .case-1 .box .textList ul li {
    margin-bottom: .6em;
  }
  .carBtn {
    font-size: 20px;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .box {
    display: block;
  }
  .about-page .about-1 .right .img {
    height: 280px;
  }
  .about-page .about-2 .top ul li .dots {
    margin-top: 8%;
  }
  .about-page .about-2 .top ul li {
    height: 400px;
  }
  .about-page .about-3 {
    padding: 90px 0;
  }
  .about-page .about-4 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 70px 0;
  }
  .history-page .progress .yearList ul li {
    width: 100px;
  }
  .inner-page span.h2,
  .inner-banner span.h2,
  .newdet-page h1,
  .prodet-page .sideBarRight .prodet-2 .title h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-1 .left .text,
  .contact-page .contact-3 .right .info ul li .text {
    font-size: 14px;
  }
  .about-page .about-1 .right .img .play {
    font-size: 10px;
  }
  .about-page .about-2 .top ul li {
    height: 320px;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding: 0 10%;
    margin: 12% 0;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-4 .box .smallImg ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner,
  .about-page .about-1 {
    padding: 50px 0;
  }
  .about-page .about-1 .right .img {
    height: 240px;
  }
  .about-page .about-2 .bottom .text:before {
    width: 2em;
  }
  .about-page .about-2 .bottom .text {
    margin-left: 1.5em;
  }
  .about-page .about-2 .bottom {
    padding: 15px 0;
  }
  .about-page .about-4 .box .bigImg .slick-arrow {
    width: 32px;
    height: 60px;
  }
  .case-page .case-1 .box .textList {
    width: 90%;
    padding: 20px;
  }
  /*.case-page .case-1 .box .imgList a.img {
    height: 360px;
  }*/
  .case-page .case-1 .box .imgList span.h6 {
    font-size: 14px;
  }
  .inner-page .recommended .list ul li .box .title {
    padding-top: 1em;
  }
  .inner-page .recommended .list ul li .box {
    background-color: #f9f9fe;
    border-color: #e7e9ed;
  }
  .inner-page .recommended .list ul li .box .carBtn {
    opacity: 1 !important;
  }
  .inner-page .recommended .list ul li .box .img-box .carBtn {
    position: static;
    margin: .5em 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .recommended .list ul li .box {
    padding: 10px;
  }
  .contact-page .contact-1 .box .form ul li {
    width: 100%;
    padding: 5px;
  }
  .contact-page .contact-1 .box .form ul {
    margin: -5px;
  }
  .contact-page .contact-1 .box .form ul li input[type="submit"] {
    margin-top: 10px;
  }
  .contact-page .contact-1 .box {
    padding: 10% 5%;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-2 .box {
    display: block;
  }
  .contact-page .contact-2 .right iframe {
    width: 100%;
    height: 300px;
  }
  .contact-page .contact-2 .left .addInfoList span.h3 {
    margin: 1em 0;
  }
  .contact-page .contact-2 .left .addInfoList .text {
    margin-top: 1.5em;
  }
  .contact-page .contact-3 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-3 .left {
    display: none;
  }
  .history-page .box .right span.h2 i {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    font-size: 3em;
  }
  .history-page .box .right span.h2 {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .history-page .box .left {
    width: 100%;
  }
  .history-page .box .right {
    width: 100%;
    padding: 20px 0;
  }
  .history-page .box2 {
    display: block;
  }
  .history-page .box .left .img {
    height: 280px;
  }
  .history-page .box .right .text {
    height: auto;
  }
  .history-page .box .slickBtn {
    width: 100%;
    margin-top: 0;
  }
  .history-page .progress {
    display: none;
  }
  .history-page .box {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .news-page .sideBarRight .list ul li time {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    display: block;
  }
  .news-page .sideBarRight .list ul li .content {
    width: 100%;
  }
  .news-page .sideBarRight .list ul li {
    display: block;
  }
  .news-page .sideBarRight .list ul li a.link {
    display: none;
  }
  .inner-page .flexLink .m-link {
    width: 100%;
  }
  .inner-page .flexLink {
    display: block;
  }
  .inner-page .flexLink .share {
    display: block;
    margin-top: 2em;
    width: 100%;
  }
  .product-page .sideBarRight .top:before {
    height: 80%;
  }
  .news-page .sideBarRight .list ul li time,
  .inner-page .m-page,
  .newdet-page time,
  .rd-page .rd-1 .list ul li .content span.h6,
  .rd-page .rd-2 .box span.h6 {
    font-size: 16px;
  }
  .prodet-page .sideBarRight .prodet-2 .title h1 {
    max-width: none;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .prodet-page .sideBarRight .prodet-2 .title {
    display: block;
  }
  .prodet-page .sideBarRight .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page {
    padding: 50px 0;
  }
  .quality-page .quality-2 .right {
    width: 100%;
    padding: 20px 15px;
  }
  .quality-page .quality-2 .left {
    width: 100%;
  }
  .quality-page .quality-2 .box {
    display: block;
  }
  .quality-page .quality-2 .left .slick {
    width: 100%;
    margin-left: 0;
  }
  .quality-page .quality-2 .left .img {
    height: 280px;
  }
  .quality-page .quality-2 .left:before {
    display: none;
  }
  .rd-page .rd-1 .list ul li {
    width: 100%;
  }
  .rd-page .rd-1 .list .logo {
    display: none;
  }
  .rd-page .rd-1 .list ul li a.img-box {
    height: 200px;
  }
  .rd-page .rd-1 .list ul li .content span.h6 {
    padding-right: 0;
  }
  .rd-page .rd-2 .box .list .scroll ul li {
    width: 100%;
    padding: 10px 0;
  }
  .rd-page .rd-3 .list ul li {
    padding: 0 15px;
  }
  .rd-page .rd-3 .list ul {
    margin: 0 -15px;
  }
  .rd-page .rd-3 .list ul li a img {
    max-height: 160px;
  }
  .inner-page .recommended,
  .contact-page .contact-1,
  .contact-page .contact-3,
  .rd-page .rd-1,
  .rd-page .rd-3,
  .social-page .social-1 {
    padding: 50px 0;
  }
  .rd-page .rd-3 .list ul li i {
    margin-top: 1.5em;
  }
  .service-page .service-1 .box .left {
    width: 100%;
  }
  .service-page .service-1 .box .right {
    display: none;
  }
  .service-page .service-1 .list ul li {
    width: 100%;
  }
  .service-page .service-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .box {
    width: 100%;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-3 .left {
    display: none;
  }
  .service-page .service-3 .right {
    width: 100%;
    padding-left: 0;
  }
  .social-page .social-1 .list ul li .box .right {
    width: 100%;
    padding: 15px;
  }
  .social-page .social-1 .list ul li .box .left {
    width: 100%;
  }
  .social-page .social-1 .list ul li .box {
    display: block;
  }
  .social-page .social-1 .list ul li .box .left a.img {
    height: 240px;
  }
  .inner-page .sideBarBox .sideBarLeft span.h3,
  .news-page .sideBarRight .list ul li .content span.h6,
  .social-page .social-1 .list ul li .box .right span.h6 {
    font-size: 18px;
  }
  .social-page .social-2 .box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
  }
  .sustainability-page .sustainability-3 .slide .left {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
  .sustainability-page .sustainability-3 .slide .right {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .slide {
    display: block;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 240px;
  }
}
@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 200px;
  }
  .quality-page .quality-2 .right .slickBtn {
    margin-top: 15px;
  }
  .quality-page .quality-3 .box .text table,
  .prodet-page .sideBarRight .prodet-3 .text table {
    white-space: nowrap;
  }
  .btnLink {
    zoom: .7;
  }
  .inner-page .recommended .list ul li {
    width: 100%;
    padding: 5px;
  }
  .inner-page .recommended .list ul {
    margin: -5px;
  }
  .carBtn a {
    margin: 0 .2em;
  }
  .carBtn a {
    width: 1.6em;
    height: 1.6em;
  }
  .carBtn a[data-text]:before {
    zoom: .7;
  }
  .contact-page .contact-1 .box .form ul li input,
  .contact-page .contact-1 .box .form ul li textarea {
    padding: .7em;
  }
  .contact-page .contact-3 .right span.h2 em {
    font-size: 1.4em;
  }
  .contact-page .contact-2 .right iframe {
    height: 240px;
  }
  .case-page .case-1 .box .textList ul li i {
    margin-right: 1em;
  }
  .case-page .case-1 .box .textList {
    display: none;
  }
  /*.case-page .case-1 .box .imgList a.img {
    height: 200px;
  }*/
  .case-page .case-1 .box .imgList span.h6 {
    padding: 1em;
  }
  .about-page .about-3 .left .list .logo {
    font-size: 6px;
  }
  .about-page .about-4 .box .smallImg {
    display: none;
  }
}
.news-page .sideBarRight .list ul li.product {
  padding: 30px 0;
}
.news-page .sideBarRight .list ul li.product a.img-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 30%;
}
.news-page .sideBarRight .list ul li.product .content {
  padding-left: 3%;
}
@media screen and (max-width: 700px) {
  .news-page .sideBarRight .list ul li.product a.img-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-page .sideBarRight .list ul li.product {
    display: flex;
    flex-wrap: wrap;
  }
  .news-page .sideBarRight .list ul li.product .content {
    padding-left: 0;
    width: 80%;
  }
  .news-page .sideBarRight .list ul li.product a.link {
    display: block;
    width: 10%;
  }
}
.resources-page {
  padding: 60px 0 100px;
}
.resources-page .list {
  margin-top: 46px;
}
.resources-page .list .the_head{
  text-align: center;
  height: 88px;
  line-height: 88px;
  background: #0041b9;
  color: #fff;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.resources-page .list .the_head .column{
  float: left;
  display: block;
}
.resources-page .list .the_head .column span{
  font-size: 18px;
}
.resources-page .list ul li {
 text-align: center;
}
.resources-page .list ul li a.img-box {
  display: block;
}
.resources-page .list ul li span.h6 {
  font-size: 16px;
  margin-right: 1em;
}
.resources-page .list ul li a.download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 207px;
  height: 61px;
  line-height: 61px;
  background: #0041b9;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.resources-page .list ul li a.download .iconfont{
  font-size: 24px!important;
  margin-left: 17px;
}
.resources-page .list .dw-list li:first-child{
  margin-top: -2px;
}
.resources-page .list .dw-list li:after{
  content:'';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.resources-page .list .dw-list li .column{
  float: left;
  display: block;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  line-height: 278px;
  height: 278px;
}
.resources-page .list .dw-list li .column:first-child{
  border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img{
  max-height: 90%;
  vertical-align: middle;
}
.resources-page .list .dw-list li .tit{
  font-size: 18px;
  color: #000000;
}
.resources-page .list ul li:hover{
  background: #0041b9;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
.resources-page .list .dw-list li:hover .tit{
  color: #fff;
}
.resources-page .list ul li:hover .column{
  border-color:#0041b9;
}
.resources-page .list ul li:hover a.download{
  background: #fff;
  color: #0041b9;
}

/*//2024/9/3*/
.case2-page .case-1 {
  width: 100%;
  position: relative;
}
.case2-page .case-1 video {
  width: 100%;
  display: block;
  border: none;
}
.case2-page .case-1 .dotsList ul li {
  position: absolute;
  font-size: 18px;
  color: white;
  display: none;
  cursor: pointer;
  cursor: hand;
}
.case2-page .case-1 .dotsList ul li span.h6 {
  position: absolute;
  left: 50%;
  bottom: 130%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 600;
}
.case2-page .case-1 .dotsList ul li i.dots {
  width: 1.8em;
  height: 1.8em;
  border-radius: 100%;
  display: block;
  border: 1px solid var(--color);
  position: relative;
}
.case2-page .case-1 .dotsList ul li i.dots:after {
  content: '';
  width: .9em;
  height: .9em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.case2-page .case-1 .dotsList ul li:nth-child(1) {
  left: 62%;
  top: 61%;
  display: block;
}
.case2-page .case-1 .dotsList ul li:nth-child(2) {
  left: 44%;
  top: 75%;
  display: block;
}
.case2-page .case-1 .views {
  position: absolute;
  font-size: 10px;
  left: 2.5em;
  width: 36%;
  padding: 3em;
  background: white;
  height: 94%;
  top: 3%;
  opacity: 0;
  z-index: -2;
  transition: .5s;
  overflow: auto;
}
.case2-page .case-1 .views.active {
  opacity: 1;
  z-index: 1;
}
.case2-page .case-1 .views span.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  height: 3em;
  background-color: #7fa0dc;
  cursor: pointer;
  cursor: hand;
}
.case2-page .case-1 .views span.close:after,
.case2-page .case-1 .views span.close:before {
  content: '';
  width: 50%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: rotate(45deg);
}
.case2-page .case-1 .views span.close:before {
  transform: rotate(-45deg);
}
.case2-page .case-1 .views .img {
  position: relative;
}
.case2-page .case-1 .views .img img {
  width: 100%;
}
.case2-page .case-1 .views .img li {
  position: relative;
}
.case2-page .case-1 .views .img li .play {
  width: 5em;
  height: 5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
}
.case2-page .case-1 .views .img li .play i {
  font-size: 2.5em !important;
}
.case2-page .case-1 .views .slick-arrow.slick-arrow:hover {
  background-color: var(--color);
}
.case2-page .case-1 .views .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 0;
}
.case2-page .case-1 .views .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 0;
}
.case2-page .case-1 .views .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.4em;
  height: 3.6em;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-size: 1em;
}
.case2-page .case-1 .views .content {
  margin: 3em 0 6em;
}
.case2-page .case-1 .views .content .text {
  font-weight: 300;
}
.case2-page .case-1 .views span.h3 {
  font-size: 2.4em;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  margin-bottom: .8em;
}
.case2-page .case-1 .views .content span.h3 {
  color: var(--color);
}
.case2-page .case-1 .views .recommended ul.grid-box>div {
  zoom: .42;
}
.case2-page .case-1 .views .recommended .slick-dots {
  margin: 0;
  margin-top: 2.4em;
  text-align: center;
  font-size: 10px;
}
.case2-page .case-1 .views .recommended .slick-dots li {
  width: .6em;
  height: .6em;
  border-radius: 100%;
  border: 1px solid var(--color);
  margin: 0 .5em;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  padding: 0;
}
.case2-page .case-1 .views .recommended .slick-dots li.slick-active {
  background-color: var(--color);
}
.case2-page .case-1 .views .recommended .slick-dots li button {
  display: none;
}
.case2-page .case-1 .views .recommended,
.case2-page .case-1 .views .recommended .list {
  padding: 0;
  margin: 0;
}
.case2-page .case-1 .views .box {
  position: relative;
}
.case2-page .case-1 .views .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -2;
  transition: .5s;
}
.case2-page .case-1 .views .slide.active {
  position: static;
  opacity: 1;
}
.init-1-new {
  padding: 70px 0;
  background-color: #f6f6f6;
  text-align: center;
}
.init-1-new .list {
  margin-top: 70px;
}
.init-1-new .list ul {
  margin: -4px;
}
.init-1-new .list ul li {
  padding: 4px;
}
.init-1-new .list ul li .box {
  display: block;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  transition: .5s;
}
.init-1-new .list ul li .box a.img-box {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.init-1-new .list ul li .box .content {
  padding: 5%;
}
.init-1-new .list ul li .box .content span.h6 {
  font-size: 16px;
  line-height: 1.6;
  height: 6.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.init-1-new .list ul li .box:hover {
  background-color: var(--color);
  color: white;
}
.init-2-new {
  padding: 80px 0;
}
.init-2-new span.h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: .8em;
  display: block;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2em;
}
.init-2-new .list ul {
  margin: -20px -10px;
}
.init-2-new .list ul li {
  padding: 20px 10px;
}
.init-2-new .list ul li .box {
  display: block;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #cdcdcd;
  transition: .5s;
}
.init-2-new .list ul li .box a.img-box {
  display: block;
}
.init-2-new .list ul li .box span.h6 {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 2.5em;
}
.init-2-new .list ul .slick-slide>div {
  display: flex;
  flex-wrap: wrap;
}
.init-2-new .list ul .slick-slide>div .box {
  height: 100%;
}
.init-2-new .list ul li .box:hover {
  border-color: var(--color);
}
.init-3-new {
  padding: 120px 0 80px;
  background-color: #f6f6f6;
}
.init-3-new .box {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.init-3-new .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url('../images/logo2.jpg');
  background-size: 21% auto;
  background-position: right 25px bottom;
  background-repeat: no-repeat;
}
.init-3-new .box .left {
  vertical-align: middle;
}
.init-3-new .box .left .top {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  height: 480px;
}
.init-3-new .box .left .top .play {
  cursor: pointer;
  cursor: hand;
}
.init-3-new .box .right {
  vertical-align: middle;
  padding: 0 5%;
}
.init-3-new .box .right .text {
  margin: 1.5em 0 2em;
}
.init-3-new .list {
  margin-top: 50px;
  padding: 0 10%;
}
.init-3-new .list ul li {
  border-right: 1px solid #b6b6b6;
  text-align: center;
}
.init-3-new .list ul li span.h6 {
  font-size: 62px;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.init-3-new .list ul li .text {
  font-weight: 600;
  line-height: 1;
}
.init-3-new .list ul li:last-child {
  border-right: none;
}
#index-body .init-5 {
  padding-top: 0 !important;
}
#index-body .init-3 {
  padding-bottom: 20px !important;
}
#index-body .init-5 .right {
  padding: 5% 3%;
  background-color: #f6f6f6;
}
#index-body .init-5 .right ul {
  margin-top: 20px;
}
#index-body .init-5 .right ul li {
  font-size: 10px;
  padding: 3em 0;
  border-top: 1px solid rgba(2,9,22,.1);
}
#index-body .init-5 .right ul li span.h6 {
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .5s;
  display: block;
}
#index-body .init-5 .right ul li span.h6:hover {
  color: var(--color);
}
#index-body .init-5 .right ul li .box {
  flex-wrap: wrap;
}
#index-body .init-5 .right ul li time {
  display: block;
  font-size: 14px;
  margin: .5em 0;
  display: flex;
  align-items: center;
  width: 100%;
}
#index-body .init-5 .right ul li time i {
  margin: 0 1em;
}
#index-body .init-5 .right ul li time img {
  margin-right: .3em;
}
#index-body .init-5 .right ul li .text {
  opacity: .6;
}
#index-body .init-5 .right ul li:last-child {
  padding-bottom: 0;
}
.service-page .service-33{
  padding: 40px 0 46px;
}
.service-page .service-33 .mapbox{
  width: 70.55%;
}
.service-page .service-33 .listbox{
  width: 29.45%;
  padding-top: 100px;
}
.service-page .service-33 .listbox h3{
  color: #1b1b1b;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 27px;
}
.service-page .service-33 .listbox li{
  margin: 21px 0;
}
.service-page .service-33 .listbox li i{
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background: #0041b9;
}
.service-page .service-33 .listbox li span{
  display: inline-block;
  vertical-align: super;
  font-size: 18px;
  color: #222222;
  margin-left: 28px;
}

.select-page .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius:8px;
}
.select-page .content-box .search1{
  margin-top: 0px;
}
.select-page .content-box .search1 form{
  position: relative;
}
.select-page .content-box .search1 input{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
.select-page .content-box .search1 input[type="submit"]{
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
}
@media screen and (max-width: 1250px) {
  .init-3-new .list ul li span.h6 {
    font-size: 42px;
  }
  .product_add {
    display: none !important;
  }
  .service-page .service-1 .list ul li {
    width: 33.333%;
  }
  .service-page .service-33 .mapbox {
    width: 100%;
  }
  .service-page .service-33 .listbox {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .service-33 .listbox h3 {
    font-size: 28px;
  }
  .service-page .service-1 .list ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .init-3-new .list ul li span.h6 {
    font-size: 36px;
  }
  .init-3-new .list ul li {
    margin: 10px 0;
    border-right: none;
  }
  .init-3-new .box .left .top {
    height: 320px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-33 .listbox h3 {
    font-size: 24px;
  }
  .service-page .service-2 .box {
    width: 100%;
  }
  .service-page .service-33 .listbox li span {
    font-size: 16px;
  }
  .service-page .service-33 .listbox li i {
    zoom: .7;
  }
  .service-page .service-33 .listbox li {
    margin: 10px 0;
  }
  .service-page .service-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .case2-page .case-1 .views {
    font-size: 8px;
    width: 50%;
  }
  .resources-page .list .dw-list li {
    display: flex;
  }
  .resources-page .list .dw-list li .column {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .init-3-new .list ul li span.h6 {
    font-size: 28px;
  }
  .case2-page .case-1 .views {
    width: 100%;
    position: static;
    display: block;
    opacity: 1;
  }
  .case2-page .case-1 .views .slide {
    position: static;
    opacity: 1;
  }
  .case2-page .case-1 .views span.close,.case2-page .case-1 .dotsList {
    display: none !important;
  }
  .case2-page .case-1 .views .recommended ul.grid-box>div {
    zoom: 1;
  }
  .resources-page .list .dw-list {
    width: 100%;
    overflow: auto;
  }
  .resources-page .list .dw-list li {
    width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .init-3-new .list ul li span.h6 {
    font-size: 24px;
  }
  .init-3-new .box .right {
    padding: 5%;
  }
  .init-3-new .box .left .top {
    height: 240px;
  }
  .history-page .box .left .img {
    height: 200px;
  }
  .history-page .box .right span.h2 i {
    font-size: 2.2em;
  }
  .service-page .service-1 .list ul li {
    width: 100%;
  }
}
@-webkit-keyframes bgchange {
  from {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@-moz-keyframes bgchange {
  from {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes bgchange {
  from {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
.tabox .item{
  display: none;
}
.tabox .item.active{
  display: block;
}

/*xinjiabankauixinjiabankaui css*/
.pt-70{
  padding-top: 70px;
}
.pb-70{
  padding-bottom: 70px;
}
.pt-100{
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}

.pt-80 {
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.pt-90{
  padding-top: 90px;
}
.pb-100{
  padding-bottom: 100px;
}
.pt-130 {
  padding-top: 130px;
}
.pb-130{
  padding-bottom: 130px;
}
.download-page .down-1 {
  text-align: center;
  padding: 90px 0 ;
}
.download-page .down-1 ul.downlist {
  margin: 0 -20px;
  margin-top: 30px;
  text-align: left;
}
.download-page .down-1 ul.downlist li {
  padding: 20px;
}
.download-page .down-1 ul.downlist li .item {
  width: 100%;
  border: 2px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/donw-bj.png) right bottom no-repeat;
  background-size: cover;
}
.download-page .down-1 ul.downlist li .item .imgbox {
  width: 47%;
}
.download-page .down-1 ul.downlist li .item .text {
  width: 45%;
}
.download-page .down-1 ul.downlist li .item .text .h6 {
  font-weight:bold;
}
.download-page .down-1 ul.downlist li .item .text a.down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
}
.download-page .down-1 ul.downlist li .item .text a.down img {
  margin-right: 20px;
}


.market-page .init-1{
  background-color: #f7f7f7;
}

.market-page .init-1 .container{
  text-align: center;
}
.market-page .init-1 .container .tips_des{
  margin-top: 30px;
}
.market-page .init-1 .container .content{
  width: 970px;
  height: 630px;
  position: relative;
  margin: 60px auto 0;
}
.market-page .init-1 .container .content img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: sca_ani_2 5s linear infinite;
}
.market-page .init-1 .container .content .list_cont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.market-page .init-1 .container .content .list_cont .list{
  position: absolute;
  top: 170px;
  left: 136px;
  width: 130px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}
.market-page .init-1 .container .content .list_cont .list2{
  left: 200px;
  top: 310px;
}
.market-page .init-1 .container .content .list_cont .list3{
  left: 360px;
  top: 118px;
}
.market-page .init-1 .container .content .list_cont .list4{
  left: 440px;
  top: 240px;
}
.market-page .init-1 .container .content .list_cont .list5{
  left: 520px;
  top: 146px;
}
.market-page .init-1 .container .content .list_cont .list6{
    left: 646px;
    top: 290px;
}
.market-page .init-1 .container .content .list_cont .list7{
    left: 750px;
    top: 230px;
}
.market-page .init-1 .container .content .list_cont .list8{
    left: 790px;
    top: 370px;
}
.market-page .init-1 .container .content .list_cont .list .cir{
  width: 7px;
  height: 7px;
  position: relative;
  margin: auto;
}
.market-page .init-1 .container .content .list_cont .list .cir .cont{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #005bac;
  border-radius: 50%;
}
.market-page .init-1 .container .content .list_cont .list .cir .ling{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #005bac;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
.market-page .init-1 .container .content .list_cont .list2 .cir .ling,
.market-page .init-1 .container .content .list_cont .list6 .cir .ling{
  animation-delay: -1.5s;
}
.market-page .init-1 .container .content .list_cont .list3 .cir .ling,
.market-page .init-1 .container .content .list_cont .list8 .cir .ling{
  animation-delay: -1s;
}
.market-page .init-1 .container .content .list_cont .list5 .cir .ling{
  animation-delay: -2s;
}
.market-page .init-1 .container .content .list_cont .list .text{
  margin-top: 10px;
}
.market-page .init-1 .container .content .list_cont .list:hover .cir .cont,
.market-page .init-1 .container .content .list_cont .list:hover .cir .ling{
  background: #005bac;
}
@keyframes sca_ani_2 {
  0% {
    transform: scale(1);
  }
  50%{
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
.pt-120 {
  padding-top: 120px;
}
.market-page .init-5 .container1 .tipsTitle {
  text-align: center;
  color: #111;
}
.market-page .init-5 .container1 .content ul {
  margin: -6px -6px -6px 0;
}
.market-page .init-5 .container1 .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 14.28%;
}
.market-page .init-5 .container1 .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #005bac;
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.market-page .init-5 .container1 .content ul li .box {
  height: 100%;
}
.market-page .init-5 .container1 .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.market-page .init-5 .container1 .content ul li .box .imgC img {
  max-width: 100%;
}
.market-page .init-5 .container1 .content ul li:nth-child(-n+6) {
  border-top: none;
}
.market-page .init-5 .container1 .content ul li:nth-child(7n) {
  border-right: none;
}
@media screen and (max-width: 1000px) {
  .market-page .init-1 .container .content{
    zoom: .7;
  }
  .vneryj, .Auxil-industry {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .market-page .init-1 .container .content img{
    display: none;
  }
  .market-page .init-1 .container .content{
    zoom: 1;
    width: 100%;
    height: auto;
  }
  .market-page .init-1 .container .content .list_cont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .market-page .init-1 .container .content .list_cont .list{
    top: 0;
    margin-top: 20px;
    left: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 15px;
    width: auto;
  }
  .market-page .init-1 .container .content .list_cont .list .cir{
    margin: 0;
    margin-top: 18px;
  }
  .market-page .init-1 .container .content .list_cont .list .text{
    width: auto;
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .market-page .init-1 .container .content{
    margin-top: 20px;
  }
  .pt-120 {
   padding-top: 40px;
 }
}
.cases-page {
  /*padding: 6.255% 0 0;*/
      background-color: #f7f7f7;
    margin-top: 110px;
    padding: 80px 0 30px 0;
}
.cases-page .list ul {
  margin: 0 -28px -70px 0;
}
.cases-page .list ul li {
  padding: 0 28px 70px 0;
}
.cases-page .list ul li .ig {
  position: relative;
  overflow: hidden;
}
.cases-page .list ul li .ig .img-box img {
  width: 100%;
}
.cases-page .list ul li .ig .text {
  position: absolute;
  /*bottom: -42%;*/
  left: 0;
  width: 100%;
  padding: 0 65px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cases-page .list ul li .ig .text .tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.cases-page .list ul li .ig .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  margin-top: 18px;
}
.cases-page .list ul li .ig .text .more{
  margin-top: 26px;
}
.cases-page .list ul li .ig .text .more{
  max-width: 212px;
}
.cases-page .list ul li .ig:hover .text {
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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;
  background: rgba(10, 10, 10, 0.5);
}
.cases-page .list ul li .ig{
  position: relative;
}
.cases-page .list ul li .ig .imgbox{
  width: 60%;
  margin-top: 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.cases-page .list ul li .ig .imgbox ul{
  width: 100%;
  margin: 0 10px;
}
.cases-page .list ul li .ig .imgbox ul li{
  padding: 10px;
}
.cases-page .list ul li .ig .imgbox ul li a img{
  height: 92px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .cases-page .list ul li .ig .text {
    bottom: -55%;
  }
}
@media screen and (max-width: 1130px) {
  .cases-page .list ul li .ig .text {
    bottom: -60%;
  }
}
@media screen and (max-width: 1050px) {
  .cases-page .list ul li .ig .text {
    bottom: -65%;
  }
}
@media screen and (max-width: 1000px) {
  .cases-page .list ul {
    margin: 0 -20px -30px 0;
  }
  .cases-page .list ul li {
    padding:30px 10px;
  }
  .cases-page .list ul li .ig .text {
    position: initial;
    background: rgba(10, 10, 10, 0.5);
    padding: 20px 15px;
    display: block;
  }
  .cases-page .list ul li .ig .text p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .cases-page .list ul li .ig .text .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .cases-page .list ul li .ig:hover .text .more {
    width: auto;
  }
  .cases-page .list ul li .ig .text .more em {
    margin-left: -13px;
  }
}
.casedet-page .casedet-1 {
  padding-top: 9.167%;
  position: relative;
}
.casedet-page .casedet-1 .swiper {
  overflow: hidden;
}
.casedet-page .casedet-1 .swiper-slide-shadow-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.casedet-page .casedet-1 .swiper-slide-shadow-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.casedet-page .casedet-1 .swiper-button-next,
.casedet-page .casedet-1 .swiper-button-prev {
  top: 59%;
  -webkit-filter: brightness(0) opacity(0.3);
  filter: brightness(0) opacity(0.3);
}
.casedet-page .casedet-1 .swiper-button-prev {
  left: -67px;
}
.casedet-page .casedet-1 .swiper-button-next {
  right: -67px;
}
.casedet-page .casedet-2 {
  margin-top: 61px;
}
.casedet-page .casedet-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.casedet-page .casedet-2 .top h1 {
  margin-top: 0;
  width: 80%;
}
.casedet-page .casedet-2 .options {
  margin-top: 66px;
}
.casedet-page .casedet-2 .options ul {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.casedet-page .casedet-2 .options ul li {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(41, 43, 44, 0.5);
  margin-right: 161px;
  padding-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.casedet-page .casedet-2 .options ul li:last-child {
  margin-right: 0;
}
.casedet-page .casedet-2 .options ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #292b2c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.casedet-page .casedet-2 .options ul li:hover,
.casedet-page .casedet-2 .options ul li.active {
  color: #292b2c;
}
.casedet-page .casedet-2 .options ul li:hover::after,
.casedet-page .casedet-2 .options ul li.active::after {
  width: 100%;
}
.casedet-page .casedet-2 .ret {
  margin-top: 54px;
}
.casedet-page .casedet-2 .ret .tit {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: #292b2c;
  margin-bottom: 15px;
  display: none;
}
.casedet-page .casedet-2 .ret .con {
  color: #57595a;
}
.casedet-page .casedet-2 .ret .con p {
  margin-top: 5px;
}
.casedet-page .casedet-2 .ret .con p:first-child {
  margin-top: 0;
}
.casedet-page .casedet-2 .list {
  border-top: 1px solid #dcdcdc;
  margin-top: 45px;
  padding-top: 29px;
  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;
}
.casedet-page .casedet-2 .list .share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.casedet-page .casedet-2 .list .share a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) opacity(0.9);
  filter: brightness(0) opacity(0.9);
}
.casedet-page .casedet-2 .list .share a:last-child {
  margin-right: 0;
}
.casedet-page .casedet-2 .list .share a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}



.honor-page {
  padding-top: 5.05%;
}
.honor-page .honor-list {
  position: relative;
  z-index: 1;
  margin-top: 138px;
}
.honor-page .honor-list .title {
  margin-top: 0;
}
.honor-page .honor-list .con {
  color: #57595a;
  margin-top: 45px;
}
.honor-page .honor-list .list {
  margin-top: 157px;
}
.honor-page .honor-list .list ul {
  margin-right: -43px;
}
.honor-page .honor-list .list ul li {
  padding-right: 43px;
}
.honor-page .honor-list .list ul li .img-box img {
  width: 100%;
}
.honor-page .honor-list .list .slick-arrow {
  position: absolute;
  top: 48%;
  width: 30px;
  height: 58px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-list .list .slick-prev {
  left: -65px;
  background: url(../images/honor-prev.png) no-repeat center;
}
.honor-page .honor-list .list .slick-next {
  right: -21px;
  background: url(../images/honor-next.png) no-repeat center;
}
.honor-page .honor-list::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 45%;
  background: #eee;
  left: 0;
  bottom: 186px;
}
.honor-page .honor-list:first-child {
  margin-top: 0;
}
.honor-page .honor-list:nth-child(2)::after {
  height: 48%;
}
.honor-page .honor-list:last-child {
  padding-bottom: 67px;
}
.honor-page .honor-list:last-child::after {
  bottom: 0;
  height: 59.632%;
}
@media screen and (max-width: 1440px) {
  .honor-page .honor-list .list .slick-prev {
    left: -36px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .honor-page .honor-list .list ul {
    padding: 0 30px;
    margin-right: -20px;
  }
  .honor-page .honor-list .list ul li {
    padding-right: 20px;
  }
  .honor-page .honor-list .list .slick-arrow {
    zoom: .8;
  }
  .honor-page .honor-list .list .slick-prev {
    left: -6px;
  }
  .honor-page .honor-list .list .slick-next {
    right: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .honor-page .honor-list {
    margin-top: 100px;
  }
  .honor-page .honor-list .list {
    margin-top: 100px;
  }
  .honor-page .honor-list::after {
    bottom: 100px;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 40px;
  }
  .honor-page .honor-list:last-child::after {
    height: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-list {
    margin-top: 60px;
  }
  .honor-page .honor-list .con {
    margin-top: 20px;
  }
  .honor-page .honor-list .list {
    margin-top: 60px;
  }
  .honor-page .honor-list::after {
    bottom: 50px;
    height: 35%;
  }
  .honor-page .honor-list:nth-child(2)::after {
    height: 45%;
  }
  .honor-page .honor-list:last-child {
    padding-bottom: 20px;
  }
  .honor-page .honor-list:last-child::after {
    height: 40%;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor-list .list {
    margin-top: 30px;
  }
  .honor-page .honor-list {
    margin-top: 30px;
  }
}

.application-page  {
  padding-top:  100px;
      max-width: 1439px;
      margin: auto;
}
.application-page .container .tips {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: #005bac;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  /*-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);*/
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.application-page .container .content ul .slick-arrow{
  position: absolute;
  top: 45%;
    width: 46px;
	  height: 46px;
	  border-radius: 50%;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transition: .5s;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c4c4c4;
}
.application-page .container .content ul .slick-arrow:hover{
  color: #005bac;
}
.application-page .container .content ul .slick-prev{
    left: -150px;
    background-image: url(../images/prev.png);
    top:230px;

}
.application-page .container .content ul .slick-next{
    right: -150px;
     background-image: url(../images/next.png);
     top:230px;
}

.circleDots {
  font-size: 10px;
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  margin-left: 1.7em;
}
.circleDots:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: -1.7em;
  background-color: white;
  z-index: -1;
}
.mbx{
  padding: 20px 0;
  font-size: 20px;
  color: #000;
 
}
.mbx a:hover,
.mbx span{
  color: var(--base-color);
}
.play {
    font-size: 10px;
    width: 5em;
    height: 5em;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.3);
    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;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}
.play {
    font-size: 10px;
    width: 5em;
    height: 5em;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.3);
    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;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}
.play i.fa {
    font-size: 2em;
}

.fancybox-slide--image .fancybox-content{
  top: 100px!important;
}

.factory-page{
  padding: 80px 0;

}
.factory-page ul{
  margin: 0 -20px;
}
.factory-page ul li {
  padding: 20px;
}

.market-page .init-5 .container1 .text{
  margin:30px 0;
  padding: 0 10%;
}

/*wang pai add new servcie css*/

.service2-page .service-2 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
    margin-top: 120px;
}
.service2-page .service-2 .left {
    width: 53.646%;
}
.service2-page .service-2 .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}
.service2-page .service-2.odd .box{
  flex-direction: row-reverse;
}
.service2-page .service-2 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 20px 0 0;
}
.service2-page .service-2 .right .ig {
    max-width: 706px;
    padding-left: 57px;
}
.service2-page .service-2 .right .header {
    text-align: right;
}
.service2-page .service-2 .right .header .tag {
    color: #fff;
    padding-right: 138px;
}
.service2-page .service-2 .right .header .tag::before {
    background: #fff;
    top: 8px;
}
.service2-page .service-2 .right .header .title {
    /*text-align: center;*/
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 6px;
    /*margin-left: -132px;*/
}
.service2-page .service-2 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left;
}
.service2-page .service-2 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service2-page .service-2 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service2-page .service-2 .right .list ul li .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 1.6;
}
.service2-page .service-2 .right .list ul li .tit em {
    width: 90%;
}
.service2-page .service-2 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px;
}
.service2-page .service-2 .right .list ul li .tit i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service2-page .service-2 .right .list ul li .tit i::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service2-page .service-2 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0;
}
.service2-page .service-2 .right .list ul li.active .tit i::after {
    opacity: 0;
}
.service2-page .service-2::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background: url(/template/en/images/about2-bg.jpg) no-repeat center ;
    background-size: cover;
}
.service2-page .service-2.odd::after{
  right: auto;
  left: 0;
}
.service2-page .service-2.odd .right .header{
  text-align: left;
 
}
.service2-page .service-2.odd .right .header .title{
   margin-left: 0;
}
@media screen and (max-width: 1440px) {
      .service2-page .service-2 .right .header .title{
        font-size: 78px;
        margin-left: -90px;
    }
}
@media screen and (max-width: 1280px) {
  .service2-page .service-2{
        padding: 50px 0;
    }
    .service2-page .service-2 .left,
    .service2-page .service-2 .right{
        vertical-align: middle;
    }
    .service2-page .service-2 .right{
        padding-top: 0;
    }
    .service2-page .service-2 .right .ig{
        padding-left: 30px;
    }
    .service2-page .service-2 .right .header .title {
        font-size: 62px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 1100px) {
   .service2-page .service-2 .right .header .title{
        font-size: 53px;
    }
    .service2-page .service-2 .right .list{
        margin-top: 40px;
    }
}

@media screen and (max-width: 1000px) {
   .service2-page .service-2 .left{
        display: none;
    }
    .service2-page .service-2 .right{
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
   .service2-page .service-2 .right .list ul li .tit{
        font-size: 22px;
    }
}
@media screen and (max-width: 500px) {
   .service2-page .service-2 .right{
        padding: 0 15px;
    }
    .service2-page .service-2 .right .ig{
        padding-left: 0;
    }
    .service2-page .service-2 .right .header .title {
        font-size: 40px;
    }
    .service2-page .service-2 .right .header .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .service2-page .service-2 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1450px) {
  .service2-page .service-2 .right .header .title {
        font-size: 54px;
        margin-bottom: .5em;
    }
    .service2-page .service-2 .right .header .con {
        font-size: 16px;
    }
    .service2-page .service-2 .right .list ul li .tit {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px) {
   .service2-page .service-2 .right .header .title {
        font-size: 42px;
    }
    .service2-page .service-2 .right .header .con {
        font-size: 14px;
        line-height: 28px;
    }
    .service2-page .service-2 .right .list ul li .tit {
        font-size: 18px;
    }
    .service2-page .service-2 .right .list ul li .con {
        font-size: 16px;
    }
    .service2-page .service-2 .right .list {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
   .service2-page .service-2 .right .header .title {
        font-size: 36px;
    }
    .about-page .about-2 .top ul li{
      height: auto;
    }
    .about-page .about-2 .top ul li .text{
      height: 270px;
      overflow-y: auto;
    }
    .inner-banner{
      margin-top: 40px;
      background-size: cover;
    }
    .market-page .init-5 .container1 .content ul{
      display: none;
    }
    .service2-page .service-2 .right .header .title {
    font-size: 24px;
}
.service2-page .service-2 .left {
    display: block;
    width: 100%;margin: 20px 0;
}
.service2-page .service-2:after{
  width: 100%;
}
.download-page .down-1 ul.downlist li{
  width: 100%!important;
}
.product-page .sideBarRight .top .content .btn{
  flex-wrap:wrap;
  
}
.product-page .sideBarRight .top .content .btn a{
 margin-bottom: 20px;
  
}
}
#header .ui.menu .language.mr-0{
  margin-right: 0;
}
.trqs{
  margin-left: 10px!important;

}
.trq a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
  

.newdet-page .text h2 {
    font-size: 22px;
    color: #00569b;
    line-height: 2;
}
.newdet-page .text h3 {
    font-size: 20px;
    line-height: 2;
}
.newdet-page .text a {
    color: #00569b;
}

.gxs-1 .ui.container .text .font-18 h1 {
  display: inline;
  font-weight: inherit;
  font-family: inherit;
}
.vneryj {
  width: 580px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.inner-page .recommended .list ul li h3 {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.6;
}
.seoPublic .seoIndustry .text strong {
  font-weight: bold;
}
.newdet-page .text strong {
    font-weight: bold;
}

.gxs-1 .ui.container .text .top .h3{
  line-height: 1.5;
}


.solu-5 {
  padding-bottom: 100px;
}
.solu-5 ul.solulist2 #l1,
.solu-5 ul.solulist2 #l2,
.solu-5 ul.solulist2 #l3,
.solu-5 ul.solulist2 #l4,
.solu-5 ul.solulist2 #l5{
  padding-top: 100px;
}
.solu-5 ul.solulist2>li {
  /*margin-bottom: 100px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2>li:nth-of-type(2n+1){
  flex-direction: row-reverse;
  /*background: #f4f4f4;*/
}
.solu-5 ul.solulist2>li .text {
  width: 45%;
  /*max-width: 455px;*/
}
.solu-5 ul.solulist2>li .text .h3 {
  padding: 0 35px 0 0;
  /*border-left: 3px solid #133e60;*/
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 600;
}
/*.solu-5 ul.solulist2>li .text span {
  font-family: "rom";
  text-transform: uppercase;
  color: #000;
  
}*/
.solu-5 ul.solulist2>li .text .p-tetx {
  margin-top: 15px;
  font-size: 16px;
  line-height: 32px;
height: 400px;
overflow-y: auto;
}
.solu-5 ul.solulist2>li .imgbox {
 
  width:50%;
}
.solu-5 ul.solulist2>li .imgbox img{
  width: 100%;
}
@media screen and (max-width: 1500px) {
    .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2>li .imgbox {
    width: 100%;
  }
    .solu-5 ul.solulist2>li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
    .solu-2 {
    top: 40px;
  }
}
@media screen and (max-width: 1000px) {
    .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2>li .imgbox {
    width: 100%;
  }
    .solu-2 {
    top: 40px;
  }
}
@media screen and (max-width: 700px) {
    .solu-4{
    display: none;
  }
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-5 ul.solulist2>li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2>li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2>li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 500px) {
    .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
}