@font-face {
  font-family: 'Arial-Bold';
  src: url(../fonts/Arial-Bold.ttf) format('truetype'), url(../fonts/Arial-Bold.eot) format('eot'), url(../fonts/Arial-Bold.woff) format('woff'), url(../fonts/Arial-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Arial-Regular';
  src: url(../fonts/Arial-Regular.ttf) format('truetype'), url(../fonts/Arial-Regular.eot) format('eot'), url(../fonts/Arial-Regular.woff) format('woff'), url(../fonts/Arial-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'SpaceGrotesk-Regular';
  src: url(../fonts/SpaceGrotesk-Regular.ttf) format('truetype'), url(../fonts/SpaceGrotesk-Regular.eot) format('eot'), url(../fonts/SpaceGrotesk-Regular.woff) format('woff'), url(../fonts/SpaceGrotesk-Regular.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #848484;
}
input::-moz-placeholder {
  color: #848484;
}
input:-moz-placeholder {
  color: #848484;
}
input:-ms-input-placeholder {
  color: #848484;
}
body {
  font-family: 'Arial-Regular';
  margin: 0;
  padding: 0;
  --color: #005bac;
  --font: 'Arial-Bold';
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 1520px;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
#header .header-b {
  height: 55px;
  background-color: #eaf7fe;
}
#header .header-b .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#header .header-b .content .text {
  color: #fff;
  font-size: 14px;
  background-color: #000;
  padding-left: 110px;
  padding-right: 125px;
  height: 100%;
  line-height: 4;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}
#header .header-b .content .left {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .header-b .content .left .list {
  height: 100%;
  margin-left: 80px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .header-b .content .left .list span {
  margin-left: 10px;
}
#header .header-b .content .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px;
  height: 100%;
  position: relative;
}
#header .header-b .content .right::before{
  content: "";
  display: block;
  position: absolute;
  left:0;
  top:0;
  z-index: 0;
  width:100%;
  height: 100%;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}
#header .header-b .content .right .linkicon {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#header .header-b .content .right .linkicon a {
  font-size: 16px;
  color: #fff;
  margin-left: 28px;
}
#header .header-b .content .right .linkicon a:last-child {
  margin-right: 0;
}
#header .nav {
  position: relative;
  height: 95px;
  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;
  background-color: #fff;
}
#header .nav .ui.menu {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .right .h-search {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  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-right: 25px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;

}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
  line-height: 30px;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  margin-right: 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.btn-go {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-family: 'Arial-Bold';
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go:hover {
  border: 1px solid var(--color);
  background-color: transparent;
  color: var(--color);
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.home-title h3 {
  font-size: 50px;
  font-family: var(--font);
  text-align: center;
}
.home-title p {
  font-size: 18px;
  text-align: center;
  color: var(--color);
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#banner .banner-content ul li .content h2 {
  font-size: 70px;
  font-family: var(--font);
  max-width: 710px;
  line-height: 1.3;
}
#banner .banner-content ul li .content p {
  font-size: 20px;
  max-width: 710px;
  margin: 30px 0 45px;
}
#banner .banner-content ul li .content .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content ul li .content .btn .play {
  margin-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content ul li .content .btn .play h4 {
  font-size: 18px;
  font-family: var(--font);
  margin-left: 20px;
}
#banner .banner-content ul li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes rotate_play {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate_play {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_play {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .process {
  margin: 130px 0;
}
#index-body .process .process-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
#index-body .process .process-content ul li:nth-child(2n) {
  margin: 65px 15px 0;
}
#index-body .process .process-content ul li {
  max-width: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .process .process-content ul li:hover .img {
  background-color: #eaf7fe;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-body .process .process-content ul li:hover .img span {
  background-color: var(--color);
  color: #fff;
}
#index-body .process .process-content ul li:hover h4 {
  color: var(--color);
}
#index-body .process .process-content ul li .img {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .process .process-content ul li .img span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: #eaf7fe;
  color: #919394;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
}
#index-body .process .process-content ul li h4 {
  font-size: 22px;
  font-family: var(--font);
  text-align: center;
  max-width: 145px;
  margin: 30px 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .process .process-content ul li p {
  font-size: 16px;
  color: rgba(0,0,0,.4);
  text-align: center;
  max-width: 145px;
}
#index-body .our-about {
  padding: 85px 0;
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#index-body .our-about .bg {
  position: absolute;
  right: 0;
  top: -45px;
  width: 52%;
  z-index: 5;
}
#index-body .our-about .bg .play {
  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%);
}
#index-body .our-about .bg .play img:first-child {
  -webkit-animation: rotate_play 5s linear infinite;
  -moz-animation: rotate_play 5s linear infinite;
  animation: rotate_play 5s linear infinite;
}
#index-body .our-about .bg .play .jiao {
  position: absolute;
  top: 52%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .our-about .bg{
  height: 590px;
}
#index-body .our-about .bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .our-about .baseTit {
  font-size: 50px;
  line-height: 1.3;
  font-family: var(--font);
  max-width: 645px;
  text-align: left;
}
.jiejieh1 {
    display: inline;
}
.foothua {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}
#index-body .our-about .desc {
  max-width: 645px;
  text-align: left;
  margin-bottom: 60px;
  line-height: 30px;
}
#index-body .our-about .desc p:first-child {
  margin-bottom: 25px;
  text-align: left;
}
#index-body .our-about ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .our-about ul li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .our-about ul li h4 {
  font-size: 130px;
  font-family: 'SpaceGrotesk-Regular';
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  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;
}
#index-body .our-about ul li h4 span {
  font-size: 86px;
  font-weight: bold;
}
#index-body .our-about ul li > span {
  font-size: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
#index-body .category {
  margin: 130px 0 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-body .category .home-title{
  position: relative;
}
#index-body .category .btn{
  position: absolute;
  display: flex;
  right:15px;
  bottom:10px;
}
#index-body .category .btn button{
  width:50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  transition: all 0.5s;
  font-size: 24px;
}
#index-body .category .btn button:hover{
  background-color: var(--color);
  color:#fff;
  border-color: transparent;
}
#index-body .category .btn .category-prev{
  margin-right: 25px;
}
#index-body .category .category-content {
  margin-top: 45px;
 
  width: 120vw;
}
#index-body .category .category-content ul {
  margin: 0 -15px;
}
#index-body .category .category-content ul li:hover {
  padding-top: 70px;
}
#index-body .category .category-content ul li:hover .img > img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .category .category-content ul li:hover .img .go {
  opacity: 1;
}
#index-body .category .category-content ul li {
  padding: 0 15px;
  height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .img {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .img > img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .img .go {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li h4 {
  font-size: 22px;
  font-family: var(--font);
  margin: 15px 0 10px;
}
#index-body .category .category-content ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .btn span {
  font-size: 16px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .our-news {
  padding: 130px 0;
}
#index-body .our-news .home-title {
  margin-bottom: 40px;
}
#index-body .our-news .home-title h3,
#index-body .our-news .home-title p {
  text-align: left;
}
#index-body .our-news .news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .our-news .news-content .left h3 {
  font-size: 22px;
  font-family: var(--font);
  margin-top: 25px;
}
#index-body .our-news .news-content .right {
  max-width: 725px;
}
/*#index-body .our-news .news-content .right ul {
  margin: -10px 0;
}*/
#index-body .our-news .news-content .right ul .slick-current .text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .our-news .news-content .right ul li {
  padding: 10px 0;
  height: 300px;
  overflow: hidden;
}
#index-body .our-news .news-content .right ul li .text {
  border-bottom: 1px solid transparent;
  padding-bottom: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .our-news .news-content .right ul li .text .name {
  font-family: var(--font);
  margin: 10px 0;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
#index-body .our-news .news-content .right ul li .text .name:hover {
  color: var(--color);
}
#index-body .our-news .news-content .right ul li .text p {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  line-height: 30px;
}
#index-body .our-news .news-content .right ul li .btn {
  font-size: 18px;
  font-family: var(--font);
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  color: #000;
}
#index-body .our-news .news-content .right ul li .btn:hover {
  color: var(--color);
}
#index-body .our-news .news-content .right ul li .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .our-news .news-content .right ul li .date time {
  font-size: 16px;
  margin-left: 15px;
  margin-right: 40px;
  color: rgba(0, 0, 0, 0.4);
}
#index-body .pro-service {
  background-size: cover;
  background: url("../images/pro-top-bg.jpg") no-repeat bottom;
  padding-top: 50px;
}
#index-body .pro-service .product .product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 700px;
}
#index-body .pro-service .product .product-content .left {
  max-width: 530px;
      margin-top: 110px;
}
#index-body .pro-service .product .product-content .left h4 {
   display: -webkit-box;  
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;  
    overflow: hidden;  
  font-size: 40px;
  font-family: var(--font);
}
#index-body .pro-service .product .product-content .left p {
  font-size: 18px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
}
#index-body .pro-service .product .product-content .right {
  width: 950px;
  max-width: 60%;
  padding-top: 30px;
}
#index-body .pro-service .product .product-content .right ul li{
  display: flex !important;
  justify-content: flex-end;
}
#index-body .pro-service .product .product-content .right ul li img{
  width: 50%;
  transition: all 0.5s;
}
#index-body .pro-service .product .product-content .right ul .slick-current img{
  width: 100%;
  transform: scale(1.2) translateX(120px);
}
#index-body .pro-service .service {
  padding: 0px 0 140px;
}
#index-body .pro-service .service .service-content {
  margin-top: 45px;
}
#index-body .pro-service .service .service-content ul {
  margin: 0 -12px;
}

#index-body .pro-service .service .service-content ul li:hover {
  padding: 35px 12px 0;
}
#index-body .pro-service .service .service-content ul li:hover .box {
  background-color: var(--color);
  color: #fff;
}
#index-body .pro-service .service .service-content ul li:hover .box .img {
  background-color: #fff;
}
#index-body .pro-service .service .service-content ul li:hover .box p {
  opacity: 1;
}
#index-body .pro-service .service .service-content ul li {
  padding: 0 12px 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .pro-service .service .service-content ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 25px 70px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .pro-service .service .service-content ul li .box .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: inline-block;
}
#index-body .pro-service .service .service-content ul li .box h4 {
  font-size: 22px;
  font-family: Arial-Bold;
  margin: 15px 0 10px;
}
#index-body .pro-service .service .service-content ul li .box p {
  font-size: 16px;
  opacity: 0.6;
  line-height: 30px;
}
#footer {
  color: white;
  background-color: #3b3b3b;
}
#footer .foot-top {
  background-color: var(--color);
}
#footer .foot-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px;
}
#footer .foot-top .left {
  font-size: 50px;
  font-family: var(--font);
}
#footer .foot-top .right .btn-go {
  background-color: #008cd6 ;
}
#footer .foot-top .right .btn-go:hover {
  background-color: #fff ;
}
#footer .footer-center {
  background-color: #090909;
}
#footer .footer-center .footer-t {
  padding-top: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list {
  max-width: 315px;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list .f-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list span {
  margin: 40px 0 20px;
  line-height: 30px;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list .footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list .footer-icons a {
  margin-bottom: 0;
  background-color: transparent;
  display: block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .logo.t-list .footer-icons a:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list {
  max-width: 300px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list .address.list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list .address.list span {
  line-height: 2;
  margin-top: -10px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list .list:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list .list i {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list .list span {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .link.t-list span:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img {
  width: 150px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  margin-bottom: 60px;
  color: #fff;
  font-weight: bold;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 30px;
}
#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255, 0.6);
  height: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-center .footer-b p span {
  margin-right: 10px;
  font-size: 16px;
}
#footer .footer-center .footer-b p img {
  width: 260px;
  height: auto;
  padding-top: 5px;
  opacity: 0.6;
}

@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
    padding: 0 15px;
  }
  #banner {
    margin-top: 150px;
  }
  #index-body .our-about .bg {
    height: 590px;
  }
  #index-body .our-about .bg > img {
    height: 100%;
  }
  #index-body .our-about .baseTit {
    font-size: 42px;
  }
  #index-body .our-about .desc {
    max-width: 600px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .category .btn{
    display: none;
  }
.foothua {
    display: none;
}
  #header .header-b .content .text {
    padding: 0 55px;
  }
  #header .nav .ui.menu .right {
    margin-left: 110px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 50px;
    max-width: 560px;
  }
  #index-body .our-about .baseTit {
    font-size: 34px;
  }
  #index-body .our-about .desc {
    max-width: 520px;
  }
  #index-body .our-about ul li h4 {
    font-size: 100px;
  }
  .home-title h3 {
    font-size: 40px;
  }
  #footer .foot-top .left {
    font-size: 40px;
    font-family: var(--font);
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #index-body .pro-service .product .product-content .left {
    max-width: 50%;
    margin-top: 0;
  }
  #header .header-b .content .text {
    padding: 0px 25px;
  }
  #header .header-b .content .left .list {
    margin-left: 35px;
  }
  #header .nav .ui.menu .right {
    margin-left: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #index-body .process .process-content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .process .process-content ul li:nth-child(6) {
    width: 100%;
    max-width: 100%;
    margin: 80px 0;
  }
  #index-body .process .process-content ul li:nth-child(6) img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #index-body .our-about .desc {
    max-width: 420px;
    font-size: 16px;
  }
  #index-body .our-about ul li h4 {
    font-size: 76px;
  }
  #index-body .pro-service .product .product-content .left h4 {
    font-size: 30px;
    font-family: var(--font);
  }
  #footer .foot-top .left {
    font-size: 34px;
  }
  #index-body .our-news .news-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .our-news .news-content .left {
    padding-right: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  #index-body .our-news .news-content .left > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .our-news .news-content .right {
    width: 100%;
    max-width: 100%;
  }
  #index-body .our-news {
    padding: 75px 0;
  }
  #index-body .pro-service .product .product-content .right {
    max-width: 50%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .pro-service .product .product-content {
    height: auto;
    align-items: center;
    margin-bottom: 60px;
  }
  #index-body .pro-service .product .product-content .right ul .slick-current img {
    transform: scale(1.2) translateX(60px);
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
   #index-body .pro-service .product .product-content .right ul .slick-current img {
    transform: none;
  }
  #index-body .pro-service .product .product-content .right ul li img {
    width: auto;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 30px;
  }
  #banner .banner-content ul li .content p {
    font-size: 18px;
    max-width: 100%;
    margin: 20px 0;
  }
  #index-body .process .process-content ul li {
    width: 33.33333%;
    max-width: 33.33333%;
    margin: 20px 0;
  }
  #index-body .process .process-content ul li:nth-child(2n) {
    display: none;
  }
  #index-body .our-about .bg {
    display: none;
  }
  #index-body .our-about .desc {
    max-width: 100%;
    line-height: 30px;
  }
  #index-body .our-about ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .our-about ul li {
    width: 50%;
  }
  #index-body .category {
    margin: 75px 0 0;
  }
  #index-body .category .category-content ul li:hover {
    padding-top: 35px;
  }
  #index-body .category .category-content ul li {
    padding-bottom: 35px;
    height: auto;
  }
  #index-body .pro-service {
    padding: 75px 0;
  }
  #index-body .pro-service .product .product-content .left h4 {
    font-size: 24px;
  }
  #index-body .pro-service .product .product-content .right {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 45%;
  }
  #index-body .pro-service .product .product-content .left {
    max-width: 50%;
  }
  #index-body .pro-service .service {
    padding: 65px 0 75px;
  }
  #footer .foot-top .left {
    font-size: 24px;
  }
  #footer .foot-top .container {
    height: 150px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .logo.t-list {
    max-width: 275px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list .qc-img {
    width: 100px;
    border: 3px solid #fff;
  }
  #footer .footer-center .footer-b p {
    height: auto;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-center .footer-b p span {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #index-body .category .category-content {
    width: 100%;
    padding: 0 15px;
  }
  #banner .banner-content ul li .content h2 {
    margin-bottom: 20px;
  }
  #banner .banner-content ul li .content p {
    display: none;
  }
  #index-body .process,
  #index-body .pro-service .service,
  #footer .foot-top {
    display: none;
  }
  #index-body .our-about ul li h4 span {
    font-size: 40px;
  }
  #index-body .our-about ul li > span {
    font-size: 16px;
  }
  #index-body .our-about ul li h4 {
    font-size: 70px;
    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;
  }
  .home-title h3 {
    font-size: 24px;
  }
  #index-body .pro-service .product .product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .pro-service .product .product-content .left {
    margin-bottom: 60px;
    max-width: 100%;
    margin-top: 0;
  }
  #index-body .pro-service .product .product-content .right {
    width: 100%;
    max-width: 100%;
  }
  #index-body .pro-service {
    padding: 75px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-center .footer-t .footer-t-gird .logo.t-list {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list {
    max-width: 100%;
    margin: 60px 0;
  }
  #footer .footer-center .footer-b p span {
    text-align: center;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list .qc-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list .qc-img canvas {
    max-width: 100px;
    height: 100%;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
    line-height: 30px;
  }
  #banner .banner-content ul li .content .btn,
  #index-body .our-about ul {
    display: none;
  }
  #index-body .our-about .baseTit {
    font-size: 24px;
  }
  #footer .footer-center .footer-t {
    padding-top: 65px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}



















.font-44 {
    font-size: 44px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.font-50 {
    font-size: 50px;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.inner-banner {
  margin-top: 150px;
  padding: 40px 0;
  color: #a9a9a9;
}
.inner-banner a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner a:hover {
  color: #005bac;
}
.inner-banner a:first-child {
  font-size: 0;
}
.inner-banner a:first-child::before {
  content: "\f015";
  font-family: 'FontAwesome';
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current {
  color: #fff;
  background-color: #005bac;
}
.m-page a:hover {
  color: #fff;
  background-color: #005bac;
}
.m-link {
  line-height: 2;
  color: #666;
  margin-top: 100px;
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  margin-top: 8px;
}
.m-link a:hover {
  color: #005bac;
}
.product-page .container .title {
  font-family: 'Arial-Bold';
  line-height: 2;
}
.product-page .container .cat_des {
  margin-top: 25px;
  color: #383737;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 2;
}
.product-page .container .cat_list {
  margin-top: 50px;
}
.product-page .container .cat_list a {
  width: 491px;
  padding: 16px 10px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
}
.product-page .container .cat_list a:hover {
  background-color: #005bac;
  color: #fff;
}
.product-page .container .content {
  margin-top: 40px;
}
.product-page .container .content ul {
  margin: 0 -20px;
}
.product-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
}
.product-page .container .content ul li .box a {
  display: block;
}
.product-page .container .content ul li .box .img {
  background-color: #f7f7f7;
  padding: 40px 16px;
}
.product-page .container .content ul li .box .text {
  margin-top: 16px;
  font-size:22px;
  font-family: 'Arial-Bold';
  line-height: 2;
  text-transform: capitalize
  
}
.product-page .container .content ul li .box .text:hover {
  color: #005bac;
}
.prodet-page .prodet-1 {
  background-color: #fafafa;
}
.prodet-page .prodet-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prodet-page .prodet-1 .container .left {
  width: 44%;
}
.prodet-page .prodet-1 .container .left .title {
  font-weight: bold;
  line-height: 2;
  text-transform: capitalize
}
.prodet-page .prodet-1 .container .left .des {
  margin-top: 20px;
  color: #262626;
  /*text-align: justify;*/
  line-height: 30px;
}
.prodet-page .prodet-1 .container .left .info_cont {
  margin-top: 60px;
}
.prodet-page .prodet-1 .container .left .info_cont .btn {
  margin-top: 10px;
  padding: 7px 8px;
  min-width: 180px;
  text-align: center;
  color: #fff;
  background-color: #005bac;
  cursor: pointer;
  justify-content: center;
}
.prodet-page .prodet-1 .container .left .info_cont .btn:hover {
  background-color: #000;
}
.prodet-page .prodet-1 .container .left .info_cont .list {
  margin-top: 10px;
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .list img {
  margin-right: 12px;
  height: 18px;
}
.prodet-page .prodet-1 .container .left .info_cont .download {
  margin-left: 36px;
}
.prodet-page .prodet-1 .container .left .info_cont .video {
  margin-left: 50px;
}
.prodet-page .prodet-1 .container .right {
  position: relative;
  width: 45%;
  margin-left: auto;
}
.prodet-page .prodet-1 .container .right .btn {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 2;
  right: -20px;
  opacity: 0;
}
.prodet-page .prodet-1 .container .right .btn .img {
  width: 10px;
  height: 6px;
}
.prodet-page .prodet-1 .container .right .btn.prev {
  left: -20px;
}
.prodet-page .prodet-1 .container .right .btn.prev .img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prodet-page .prodet-1 .container .right .btn:hover {
  background-color: #005bac;
}
.prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  display: block;
  padding: 46px 50px;
}
.prodet-page .prodet-1 .container .right:hover .btn {
  opacity: 1;
}
.prodet-page .prodet-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .container .title_c {
  margin-top: 20px;
}
.prodet-page .prodet-2 .container .title_c .list {
  margin-right: 70px;
  padding: 20px 0 14px 0;
  font-weight: bold;
  border-bottom: 3px solid rgba(0, 92, 172, 0);
  cursor: pointer;
}
.prodet-page .prodet-2 .container .title_c .list.active,
.prodet-page .prodet-2 .container .title_c .list:hover {
  color: #005bac;
  border-bottom: 3px solid #005bac;
}
.prodet-page .prodet-2 .container .content .list {
  display: none;
  margin-top: 30px;
  color: #484747;
  /*text-align: justify;*/
  line-height: 2;
}
.prodet-page .prodet-2 .container .content .list b,
.prodet-page .prodet-2 .container .content .list strong {
  font-weight: bold;
  font-size: 20px;
}
.prodet-page .prodet-3 .container .title {
  text-align: center;
  font-weight: bold;
}
.prodet-page .prodet-3 .container .content {
  margin-top: 50px;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 16px;
  font-weight: bold;
}
.prodet-page .prodet-4 {
  background-color: #fafafa;
}
.prodet-page .prodet-4 .container {
  text-align: center;
  max-width: 1080px;
}
.prodet-page .prodet-4 .container .tips {
  font-weight: bold;
}
.prodet-page .prodet-4 .container .tips_des {
  color: #747474;
  margin-top: 10px;
}
.prodet-page .prodet-4 .container form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-top: 50px;
}
.prodet-page .prodet-4 .container form input,
.prodet-page .prodet-4 .container form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0;
  color: #000;
}
.prodet-page .prodet-4 .container form textarea {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c .more {
  cursor: pointer;
  padding: 12px 56px;
  background-color: #000;
  color: #fff;
}
.related-product .container .tips {
  font-weight: bold;
}
.related-product .container .content {
  margin-top: 40px;
}
.related-product .container .content .swiper {
  padding: 20px;
  margin: 0 -20px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 40px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  margin-top: 60px;
  font-weight: 600;
  line-height: 2;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text:hover {
  color: #005bac;
}
@media (max-width: 1600px) {
  .product-page .container .cat_list a{
    width: 30%;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }
  .product-page .container .cat_list {
    display: none;
  }
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .container .right .btn {
    right: 10px;
  }
  .prodet-page .prodet-1 .container .right .btn.prev {
    left: 10px;
  }
  .product-page .container .content ul li{
    width: 50%;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .info_cont .list {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    width: 100%;
    margin: 0;
  }
  .prodet-page .prodet-4 .container form input,
  .prodet-page .prodet-4 .container form textarea {
    width: 100%;
  }
  .product-page .container .content ul li{
    width: 100%;
  }

}
@media (max-width: 500px) {
  .product-page .container .content {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .container .left .info_cont {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
    padding: 16px;
  }
  .prodet-page .prodet-2 .container {
    padding-bottom: 40px;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    padding: 14px 0 10px 0;
  }
  .prodet-page .prodet-3 .container .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-4 .container form {
    margin-top: 20px;
  }
  .related-product .container .content {
    margin-top: 10px;
  }
  .related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
}
.download-page .cat_list .list {
  font-weight: bold;
  min-width: 210px;
  padding: 10px;
  background-color: #005bac;
  color: #fff;
  text-align: center;
  border-right: 1px solid #005bac;
}
.download-page .cat_list .list:hover,
.download-page .cat_list .list.active {
  background-color: #2a2a2a;
}
.download-page .content {
  padding-top: 20px;
}
.download-page .content ul {
  margin: 0 -20px;
}
.download-page .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.download-page .content ul li .box .img_c {
  position: relative;
}
.download-page .content ul li .box .img_c .img {
  display: block;
}
.download-page .content ul li .box .img_c .img img {
  width: 100%;
}
.download-page .content ul li .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 92, 172, 0.9);
  opacity: 0;
}
.download-page .content ul li .box .img_c .shadow .cont .btn {
  color: #fff;
  margin: 10px 0;
  position: relative;
  top: -20px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn span {
  width: 110px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn img {
  width: 19px;
}
.download-page .content ul li .box .img_c .shadow .cont .view_btn {
  top: 20px;
}
.download-page .content ul li .box .text {
  font-weight: 500;
  margin-top: 10px;
}
.download-page .content ul li .box:hover .img_c .shadow {
  opacity: 1;
}
.download-page .content ul li .box:hover .img_c .shadow .cont .btn {
  top: 0;
}
@media (max-width: 1000px) {
  .download-page .cat_list {
    display: none;
  }
  .download-page .content {
    padding-top: 0;
  }
  .download-page .content ul li .box .img_c .shadow {
    display: none;
  }
}
@media (max-width: 500px) {
  .download-page .content ul li {
    margin-top: 30px;
  }
}
.sustainability-page .init-0 {
  padding: 100px 0 100px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .container .title {
  font-family: var(--font);
}
.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 1000px;
  line-height: 2;
  /*max-height: 260px;*/
  overflow-y: auto;
  padding-right: 4px;
  text-align: justify;
}
.sustainability-page .init-1 {
  background-color: #f5f5f5;
}
.sustainability-page .init-1 .btn{
  position: absolute;
  top: 41%;
  right: -50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.sustainability-page .init-1 .btn i{
  width: 10px;
  text-align: center;
  margin-left: -2px;
}
.sustainability-page .init-1 .btn:hover{
  background: var(--color);
  color: #fff;
  border: 1px solid #fff;
}
.sustainability-page .init-1 .prev{
  left: -50px;
}
.sustainability-page .init-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustainability-page .init-1 .container .list {
  text-align: center;
  padding: 50px 30px;
  height: 100%;
}
.sustainability-page .init-1 .container .list img {
  display: block;
  height: 40px;
  width: auto;
  margin: auto;
}
.sustainability-page .init-1 .container .list .title {
  font-weight: bold;
  margin-top: 16px;
}
.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
}
.sustainability-page .init-1 .container .list:hover {
  background-color: #005bac;
}
.sustainability-page .init-1 .container .list:hover img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.sustainability-page .init-1 .container .list:hover .title,
.sustainability-page .init-1 .container .list:hover .text {
  color: #fff;
}
.sustainability-page .init-2 .container .list {
  margin-top: 60px;
  margin-bottom:110px
}
.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}
.sustainability-page .init-2 .container .list .left {
  width: 45%;
}
.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}
.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}
.sustainability-page .init-2 .container .list .right .title {
 font-family: var(--font);
  max-width: 580px;
}
.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 4px;
  width: 80px;
  height: 3px;
  background-color: #000;
}
.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 2;
  max-width: 533px;
  text-align: justify;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}
@media (max-width: 1250px) {
  .sustainability-page .init-0 {
    padding: 120px 0;
  }
  .sustainability-page .init-1 .container {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .sustainability-page .init-2 .container .list .right .title {
    max-width: 100%;
  }
  .sustainability-page .init-2 .container .list .right .des {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .sustainability-page .init-1 .btn{
    right: 5px;
  }
  .sustainability-page .init-1 .prev{
    left: 5px;
  }
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }
  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
  .sustainability-page .init-2 .container .list .right .index_line {
    display: none;
  }
}
@media (max-width: 700px) {

}
@media (max-width: 500px) {
  .sustainability-page .init-0 {
    padding: 40px 0;
  }
  .sustainability-page .init-1 {
    padding: 20px 0;
  }
  .sustainability-page .init-1 .container .list {
    width: 100%;
    padding: 20px 16px;
  }
  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }
  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }
}
.news-page .container .cat_list_cont .list {
  background-color: #005bac;
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font);
  border-right: 1px solid #d9d9d9;
}
.news-page .container .cat_list_cont .list:hover {
  background-color: #2a2a2a;
}
.news-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}
.news-page .container .content ul {
  margin: 20px -15px 0 -15px;
}
.news-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.news-page .container .content ul li {
  margin-top: 70px;
  padding: 0 15px;
}
.news-page .container .content ul li .box a {
  display: block;
}
.news-page .container .content ul li .box a:hover {
  color: #005bac;
}
.news-page .container .content ul li .box .img {
  height: 300px;
}
.news-page .container .content ul li .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .container .content ul li .box .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.news-page .container .content ul li .box .img .play i {
  margin-left: 6px;
}
.news-page .container .content ul li .box .time {
  margin-top: 16px;
  color: #999999;
}
.news-page .container .content ul li .box .title {
  color: #000000;
  font-family: var(--font);
  margin-top: 10px;
  line-height: 2;
}
.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 2;
}
.news-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #999999;
  text-transform: uppercase;
  font-style: italic;
}
.news-page .container .content ul li .box .more_c a:hover {
  color: #005bac;
  -webkit-text-decoration-color: #005bac;
  -moz-text-decoration-color: #005bac;
  text-decoration-color: #005bac;
}
.newdet-page {
  padding-bottom: 110px;
}
.newdet-page .container .title {
  font-family: var(--font);
  line-height: 2;
}
.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
}
.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  line-height: 30px;
  font-weight: 300;
  color: #444444;
}
.newdet-page .container .newdet_cont .left {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
}
.newdet-page .container .newdet_cont .right {
  width: 190px;
}
.newdet-page .container .newdet_cont .right .tip {
  color: #767676;
  font-weight: 300;
  margin-top: 20px;
}
.newdet-page .container .newdet_cont .right .share_list a {
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3b5999;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin: 12px 18px 0 0;
}
.newdet-page .container .newdet_cont .right .share_list a:last-child {
  margin-right: 0;
  background-color: #cc2366;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(2) {
  background-color: var(--color);
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(3) {
  background-color: #cb2027;
}
@media (max-width: 1250px) {
  .news-page .container .content ul li .box .img {
    height: 220px;
  }
  .news-page .container .cat_list_cont {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .container .content ul li {
    text-align: center;
    width:50%;
  }
  .news-page .container .content ul li .box .img {
    height: 158px;
  }
  .newdet-page .container .title {
    text-align: center;
    font-size: 22px;
  }
  .newdet-page .container .time {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .news-page .container .content ul li {
    width:100%;
    margin-top: 0;
  }
  .news-page .container .cat_list_cont .list {
    width: 33.3%;
  }
  .news-page .container .content ul li .box .img {
    height: 34vw;
  }
  .newdet-page .container .newdet_cont .left {
    width: 100%;
  }
  .newdet-page .container .newdet_cont .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .news-page .container .content ul li {
    margin-top: 40px;
  }
  .news-page .container .content ul li .box .img {
    height: 60vw;
  }
  .news-page .container .content ul li .box .des {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }
  .news-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }
  .newdet-page {
    padding-bottom: 40px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {
  font-weight: 600;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: #005bac;
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
}
.project-page .container .nav_right ul li .box .left {
  width: 47%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-family: var(--font);
  display: block;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: #005bac;
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}
.project-page .container .nav_right ul li .box .left .more .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005bac;
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}
.design-page {
  padding-bottom: 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-family: var(--font);
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container {
  background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: #005bac;
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: #005bac;
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
}
.design-page .init-6 .container .des {
  max-width: 850px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  padding: 40px 60px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
  font-weight: bold;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #005bac;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005bac;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}
.about-page .init-2 {
  padding: 120px 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .left {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
}
.about-page .init-2 .container .left .title {
  font-family: 'Arial-Bold';
}
.about-page .init-2 .container .left .index_line {
  margin-top: 10px;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.about-page .init-2 .container .left .des {
  margin-top: 26px;
  color: #444;
  line-height: 30px;
}
.about-page .init-2 .container .right {
  padding-left: 30px;
  vertical-align: middle;
  width: 39%;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .container .right img {
  width: 100%;
  max-width: 390px;
  display: block;
  margin-left: auto;
}
.about-page .init-2 .container .right .play_cont {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 50px;
}
.about-page .init-2 .container .right .play_cont .ling,
.about-page .init-2 .container .right .play_cont .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #005bac;
  z-index: 2;
  position: relative;
}
.about-page .init-2 .container .right .play_cont .ling i,
.about-page .init-2 .container .right .play_cont .cont i {
  margin-left: 6px;
}
.about-page .init-2 .container .right .play_cont .ling {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.about-page .init-2 .container .right .play_cont .ling:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.about-page .init-3 .container .tip_title {
  text-align: center;
  font-family: var(--font);
  max-width: 800px;
  margin: auto;
}
.about-page .init-3 .container .title_list {
  margin-top: 40px;
}
.about-page .init-3 .container .title_list .column {
  width: auto;
}
.about-page .init-3 .container .title_list .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  text-align: center;
  width: 16.6%;
  border-left: 1px solid #d9d9d9;
  font-size: 16px;
  background-color: #005bac;
  color: #ffffff;
  font-weight: 500;
  /*text-transform: uppercase;*/
  cursor: pointer;
}
.about-page .init-3 .container .title_list .list:hover,
.about-page .init-3 .container .title_list .list.active {
  background-color: #2a2a2a;
}
.about-page .init-3 .container .title_list .list:first-child {
  border: none;
}
.about-page .init-3 .container .title_list .list p {
  width: 100%;
}
.about-page .init-3 .container .content_list {
  /*margin-top: 36px;*/
  text-align: center;
  max-width: 780px;
  margin: 62px auto 0px;
}
.about-page .init-3 .container .content_list .list {
  display: none;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  padding: 220px 0 170px 0;
}
.about-page .init-4 .container .cont {
  width: 750px;
  margin-left: auto;
  padding: 70px 200px 50px 60px;
  background-color: #fafafa;
}
.about-page .init-4 .container .cont .title {
  color: #005bac;
  text-transform: uppercase;
  font-family: var(--font);
}
.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: #005bac;
  margin-top: 4px;
}
.about-page .init-4 .container .cont .slick li .box .name {
  margin-top: 10px;
  font-weight: bold;
  /*font-style: italic;*/
}
.about-page .init-4 .container .cont .slick li .box .des {
  color: #444444;
  margin-top: 10px;
  line-height: 30px;
}
.about-page .init-4 .container .cont .s_page {
  margin-top: 60px;
}
.about-page .init-4 .container .cont .s_page .slick-dots li {
  display: inline-block;
  border-bottom: 1px solid rgba(184, 138, 121, 0);
  font-weight: bold;
}
.about-page .init-4 .container .cont .s_page .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active {
  border-bottom: 1px solid #005bac;
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: #005bac;
}
.about-page .init-5 .container .tip_title {
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}
.about-page .init-5 .container .tip_des {
  text-align: center;
  margin-top: 10px;
  color: #747474;
}
.about-page .init-5 .container .index_line {
  margin: 16px auto 0 auto;
}
.about-page .init-5 .container .slick {
  margin-top: 60px;
  margin: 60px -15px 0 -15px;
}
.about-page .init-5 .container .slick .slick-track {
  margin-left: 0;
}
.about-page .init-5 .container .slick li {
  padding: 0 15px;
}
.about-page .init-5 .container .slick li .box .img {
  display: block;
}
.about-page .init-5 .container .slick li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 {
  padding: 70px 0 50px 0;
  background-color: #fafaf9;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container {
  position: relative;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left {
  width: 450px;
}
.about-page .init-6 .container .left .title {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-6 .container .left .des {
  color: #747474;
  max-width: 400px;
  margin-top: 10px;
}
.about-page .init-6 .container .left .index_line {
  margin-top: 20px;
}
.about-page .init-6 .container .left .more_c a {
  padding: 16px 30px;
  display: inline-block;
  margin-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #005bac;
}
.about-page .init-6 .container .left .more_c a img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  margin-left: 36px;
}
.about-page .init-6 .container .left .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-6 .container .left .more_c a:hover {
  background-color: #ffffff;
  color: #005bac;
}
.about-page .init-6 .container .left .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-6 .container .right {
  width: -webkit-calc(-350%);
  width: -moz-calc(-350%);
  width: calc(100% - 450px);
  padding-left: 70px;
}
.about-page .init-6 .container .right img {
  width: 100%;
  display: block;
}
.about-page .init-7 .container .tip_title {
  font-family: var(--font);
  text-transform: capitalize;
  text-align: center;
}
.about-page .init-7 .container .tip_des {
  color: #444444;
  font-weight: 300;
  text-align: center;
  max-width: 670px;
  margin: 10px auto 0;
  /*text-align: justify;*/
  line-height: 30px;
}
.about-page .init-7 .container .index_line {
  height: 5px;
  margin: auto;
  margin-top: 20px;
}
.about-page .init-7 .container .slick {
  margin: 40px -15px 0 -15px;
}
.about-page .init-7 .container .slick li {
  padding: 0 15px;
}
.about-page .init-7 .container .slick li .box a {
  display: block;
}
.about-page .init-7 .container .slick li .box a img {
  display: block;
  width: 100%;
}
.about-page .init-7 .container .more_c {
  margin-top: 50px;
  text-align: center;
}


.about-page .init-8 .container video {
  display: block;
  width: 100%;
}
.about-page .init-8 .container .tips_title {
  margin-top: 30px;
  font-weight: bold;
  color: #005bac;
}
.about-page .init-8 .container .des {
  color: #444444;
  margin-top: 20px;

  line-height: 30px;
}
.about-page .init-8 .container .list_cont {
  margin-top: 50px;
}
.about-page .init-8 .container .list_cont li {
  background-color: rgba(0, 92, 172, 0.9);
  width: 25%;
  height: 230px;
  color: #fff;
  border-left: 2px solid #fff;
}
.about-page .init-8 .container .list_cont li .box .num {
  font-weight: 500;
}
.about-page .init-8 .container .list_cont li .box .text_c {
  margin-left: 26px;
  font-family: 'Poppins';
  line-height: 30px;
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .right .des {
    margin-top: 10px;
  }
  .about-page .init-4 {
    padding: 90px 0;
  }
  .about-page .init-8 .container .list_cont li {
    width: 50%;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .left {
    display: none;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .about-page .init-1 .container .right .title {
    max-width: 100%;
  }
  .about-page .init-2 {
    background: #f5f4f4;
    background-image: none !important;
  }
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-2 .container .right {
    width: 100%;
  }
  .about-page .init-2 .container .right .play_cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    margin-top: 50px;
  }
  .about-page .init-4 .container .cont {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  .about-page .init-4 .container .cont .line {
    display: none;
  }
  .about-page .init-6 {
    background-image: none !important;
  }
  .about-page .init-6 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-6 .container .left .des {
    max-width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .left .index_line {
    display: none;
  }
  .about-page .init-2 .container .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .right img {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
  .about-page .init-3 .container .title_list .list {
    width: 33.33%;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 {
    padding: 40px 0;
  }
  .about-page .init-2 .container .left .des {
    margin-top: 20px;
  }
  .about-page .init-2 .container .right .play_cont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .about-page .init-3 .container .title_list .list {
    width: 100%;
  }
  .about-page .init-4 {
    padding: 40px 0;
  }
  .about-page .init-4 .container .cont {
    padding: 20px;
  }
  .about-page .init-4 .container .cont .s_page {
    margin-top: 20px;
  }
  .about-page .init-5 .container .slick {
    margin: 20px -4px 0 -4px;
  }
  .about-page .init-5 .container .slick li {
    padding: 0 4px;
  }
  .about-page .init-6 {
    padding: 40px 0;
  }
  .about-page .init-6 .container .left .more_c a {
    margin-top: 20px;
    padding: 6px 20px;
  }
  .about-page .init-6 .container .left .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-7 .container .slick {
    margin-top: 20px;
  }
  .about-page .init-7 .container .more_c {
    margin-top: 30px;
  }
  .about-page .init-7 .container .more_c a {
    padding: 6px 20px;
  }
  .about-page .init-7 .container .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-8 .container .list_cont li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .content_list {
    margin-top: 16px;
  }
  .about-page .init-8 .container .list_cont li {
    height: 160px;
  }
}
.history-page .init-1 .container {
  position: relative;
}
.history-page .init-1 .container .prev_btn,
.history-page .init-1 .container .next_btn {
  position: absolute;
  top: 76px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #f5f4f2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.history-page .init-1 .container .prev_btn img,
.history-page .init-1 .container .next_btn img {
  width: 14px;
  height: 8px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.history-page .init-1 .container .prev_btn:hover img,
.history-page .init-1 .container .next_btn:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.history-page .init-1 .container .prev_btn {
  left: 0;
}
.history-page .init-1 .container .prev_btn img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .init-1 .container .line {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.history-page .init-1 .container .slick .slick-track {
  margin-left: 0;
}
.history-page .init-1 .container .slick li .box .num {
  height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-top: 60px;
}
.history-page .init-1 .container .slick li .box .cir {
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px auto 0;
  width: 18px;
  height: 18px;
  padding-top: 6px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
}
.history-page .init-1 .container .slick li .box .cir div {
  border-radius: 50%;
  background-color: #39363d;
  width: 6px;
  height: 6px;
  margin: auto;
}
.history-page .init-1 .container .slick li .box .subline {
  width: 1px;
  height: 80px;
  background-color: #000000;
  margin: 10px auto 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
  font-size: 80px;
  font-weight: bold;
  padding-top: 0;
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .subline {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.history-page .init-2 .container .list_cont {
  width: 1000px;
  margin: auto;
  position: relative;
  height: 350px;
}
.history-page .init-2 .container .list_cont .list {
  z-index: 1;
  position: absolute;
  width: 620px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  opacity: 1;
  background-color: #4d84b5;
  color: #fff;
  font-weight: 500;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.history-page .init-2 .container .list_cont .list .cont {
  padding: 20px 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history-page .init-2 .container .list_cont .list .cont .num {
  font-size: 80px;
  line-height: 1;
}
.history-page .init-2 .container .list_cont .list .cont .title {
  font-size: 40px;
  margin-top: 14px;
}
.history-page .init-2 .container .list_cont .list .cont .des {
  font-size: 16px;
  margin-top: 16px;
}
.history-page .init-2 .container .list_cont .prev {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 27%;
}
.history-page .init-2 .container .list_cont .active {
  z-index: 2;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background-color: #005bac;
}
.history-page .init-2 .container .list_cont .next {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 73%;
}
@media (max-width: 1250px) {
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 60px;
    padding-top: 20px;
  }
}
@media (max-width: 1000px) {
  .history-page .init-2 .container .list_cont {
    width: 100%;
  }
  .history-page .init-2 .container .list_cont .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .container .slick li .box .num {
    height: 60px;
  }
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 36px;
  }
  .history-page .init-1 .container .line {
    top: 78px;
  }
  .history-page .init-1 .container .prev_btn {
    top: 54px;
  }
  .history-page .init-1 .container .next_btn {
    top: 54px;
  }
  .history-page .init-2 .container .list_cont .list .cont {
    padding: 16px;
  }
  .history-page .init-2 .container .list_cont .list .cont .num {
    font-size: 26px;
  }
  .history-page .init-2 .container .list_cont .list .cont .title {
    font-size: 18px;
  }
}
.factory-page .init-1 .container .column {
  vertical-align: middle;
}
.factory-page .init-1 .container .left {
  width: 54%;
}
.factory-page .init-1 .container .right {
  width: 46%;
  padding-left: 60px;
}
.factory-page .init-1 .container .right .tips {
  color: #8a8a8a;
  font-weight: 300;
  font-style: italic;
}
.factory-page .init-1 .container .right .title {
  font-weight: bold;
  margin-top: 6px;
}
.factory-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #767676;
  line-height: 2;
}
.factory-page .init-1 .container .right .s_page {
  margin-top: 30px;
}
.factory-page .init-1 .container .right .s_page li {
  display: inline-block;
  color: rgba(255, 255, 255, 0);
  width: 10px;
  height: 10px;
  background-color: #e3d2cb;
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.factory-page .init-1 .container .right .s_page li button {
  display: none;
}
.factory-page .init-1 .container .right .s_page li.slick-active {
  background-color: #005bac;
}
.factory-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.factory-page .init-2 .container .tip_des {
  color: #747474;
  font-weight: 300;
}
.factory-page .init-2 .container .tip_des {
  text-align: center;
  margin-top: 10px;
}
.factory-page .init-2 .container .index_line {
  height: 5px;
  margin: 20px auto 20px;
}
.factory-page .init-2 .container .content {
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
  padding: 36px 22px 0;
}
.factory-page .init-2 .container .content .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-2 .container .content .slick li {
  padding: 0 14px;
}
.factory-page .init-2 .container .content .slick li .box {
  position: relative;
  padding-left: 70px;
}
.factory-page .init-2 .container .content .slick li .box .num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .title {
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .subline {
  margin-top: 20px;
  width: 60px;
  height: 3px;
  background-color: #000000;
}
.factory-page .init-2 .container .content .slick li .box .right .des {
  color: #656565;
  margin-top: 20px;
}
.factory-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.factory-page .init-3 .container .left {
  width: 42%;
}
.factory-page .init-3 .container .right {
  width: 58%;
  padding-left: 30px;
}
.factory-page .init-3 .container .right .title {
  font-weight: bold;
}
.factory-page .init-3 .container .right .des {
  margin-top: 16px;
  text-align: justify;
  color: #444444;
}
.factory-page .init-3 .container .right .slick {
  margin: 50px -10px 0;
}
.factory-page .init-3 .container .right .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-3 .container .right .slick .slick-track li {
  padding: 0 10px;
}
.factory-page .init-3 .container .right .slick .slick-track li .img {
  display: block;
}
.factory-page .init-3 .container .right .slick .slick-track li .img img {
  display: block;
}
.factory-page .init-4 {
  text-align: center;
}
.factory-page .init-4 .container .title {
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.factory-page .init-4 .container .des {
  font-weight: 300;
  color: #444444;
  max-width: 630px;
  margin: 10px auto 0;
}
.factory-page .init-4 .container .index_line {
  margin: 20px auto 0;
  height: 5px;
  width: 124px;
  background-color: #000;
}
.factory-page .init-4 .container .slick {
  margin: 40px auto 0;
}
.factory-page .init-4 .container .slick li {
  padding: 0 14px;
}
.factory-page .init-4 .container .slick li a {
  display: block;
}
.factory-page .init-4 .container .slick li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.factory-page .init-5 .container .tips_title {
  font-weight: bold;
}
.factory-page .init-5 .container .des {
  color: #444444;
  margin-top: 24px;
  max-width: 945px;
  text-align: justify;
}
.factory-page .init-5 .container .video_list {
  margin-top: 40px;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
  height: 460px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
  margin-top: 30px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play:hover {
  color: #005bac;
}
@media (max-width: 1000px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 260px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    bottom: 20px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    margin-top: 20px;
  }
  .factory-page .init-3 .container .left {
    display: none;
  }
  .factory-page .init-3 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .factory-page .init-4 .container .index_line {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    padding: 0 16px;
  }
}
@media (max-width: 500px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 54vw;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    font-size: 20px;
    margin-top: 10px;
  }
}
.honor-page .init-1 .container .content .more {
  width: auto;
  padding: 12px 40px;
  background-color: #005bac;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #d9d9d9;
}
.honor-page .init-1 .container .content .more::before {
  background-color: #000;
}
.honor-page .init-1 .container .content .more.active {
  background-color: #000;
}
.honor-page .init-2 {
  margin-top: 30px;
}
.honor-page .init-2 .container .content ul {
  margin: 0 -10px;
}
.honor-page .init-2 .container .content ul li {
  margin-top: 40px;
  padding: 0 10px;
}
.honor-page .init-2 .container .content ul li .box a {
  display: block;
}
.honor-page .init-2 .container .content ul li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.honor-page .init-2 .container .content ul li .box .text {
  margin-top: 20px;
  /*text-align: center;*/
}
.honor-page .init-2 .container .content ul li .box .text:hover {
  color: #005bac;
}
@media (max-width: 1250px) {
  .honor-page .init-1 {
    display: none;
  }
}
@media (max-width: 500px) {
  .honor-page .init-2 {
    margin-top: 40px;
  }
  .honor-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .honor-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }
  .honor-page .init-2 .container .content ul li .box .text {
    margin-top: 10px;
  }
}
.contact-page .init-1 {
  position: relative;
}
.contact-page .init-1 .sub_img {
  position: absolute;
  width: 700px;
  top: 200px;
  right: -160px;
}
.contact-page .init-1 .container {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .column {
  vertical-align: middle;
}
.contact-page .init-1 .container .left {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 70px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 500;
  color: #005bac;
}
.contact-page .init-1 .container .left .title {
  font-family: var(--font);
  font-size: 36px;
  margin-top: 10px;
}
.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f8;
  font-size: 14px;
  border: none;
  margin-top: 14px;
  font-weight: 300;
}
.contact-page .init-1 .container .left form .mail,
.contact-page .init-1 .container .left form .phone {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
}
.contact-page .init-1 .container .left form .phone {
  margin-left: 16px;
}
.contact-page .init-1 .container .left form .more_c {
  margin-top: 14px;
}
.contact-page .init-1 .container .left form .more_c .more {
  cursor: pointer;
  padding: 16px 50px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color);
}
.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  margin-right: 10px;
}
.contact-page .init-1 .container .left form .more_c .more::before {
  background-color: #000;
}
.contact-page .init-1 .container .right {
  padding: 0 0 0 80px;
}
.contact-page .init-1 .container .right .title {
  font-family: var(--font);
}
.contact-page .init-1 .container .right .des {
  color: #888888;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .right .list_cont {
  margin-top: 10px;
}
.contact-page .init-1 .container .right .list_cont .list {
  margin-top: 30px;
}
.contact-page .init-1 .container .right .list_cont .list .column {
  vertical-align: top;
}
.contact-page .init-1 .container .right .list_cont .list .img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .img img {
  max-width: 30px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .init-1 .container .right .list_cont .list .text {
  margin: 2px 0 0 20px;
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-right: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2 {
  font-family: var(--font);
  line-height: 1;
  text-transform: capitalize;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2.mt_20 {
  margin-top: 20px;
}
.contact-page .init-1 .container .right .list_cont .list .text .des_2 {
  margin-top: 10px;
  color: #6c6c6c;
  line-height: 30px;
}
.contact-page .init-2 .container .tip_title {
  font-family: var(--font);
  text-align: center;
}
.contact-page .init-2 .container .index_line {
  margin: 10px auto 0;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.contact-page .init-2 .container .tip_des {
  margin-top: 24px;
  text-align: center;
  color: #444444;
}
.contact-page .init-2 .container .title_c {
  margin-top: 20px;
}
.contact-page .init-2 .container .title_c .list {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  background-color: #005bac;
  padding: 8px 40px;
  color: #fff;
}
.contact-page .init-2 .container .title_c .list:hover,
.contact-page .init-2 .container .title_c .list.active {
  background-color: #2a2a2a;
}
.contact-page .init-2 .container .list_cont {
  margin-top: 50px;
  display: none;
}
.contact-page .init-2 .container .list_cont .list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 18px;
}
.contact-page .init-2 .container .list_cont .list:first-child {
  margin-top: 0;
}
.contact-page .init-2 .container .list_cont .list .title {
  cursor: pointer;
  font-family: var(--font);
  padding: 18px 66px 18px 30px;
}
.contact-page .init-2 .container .list_cont .list i {
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 26px;
}
.contact-page .init-2 .container .list_cont .list .content {
  color: #444444;
  padding: 20px 30px;
  display: none;
  line-height: 30px;
}
.contact-page .init-2 .container .list_cont .list.active .title {
  background-color: #ebebeb;
}
.contact-page .init-2 .container .list_cont .list.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contact-page .init-2 .container .list_cont.active {
  display: block;
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .contact-page .init-2 .container .title_c .list {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
  }
  .contact-page .init-1 .container .left form .mail,
  .contact-page .init-1 .container .left form .phone {
    width: 100%;
  }
  .contact-page .init-1 .container .left form .phone {
    margin-left: 0;
  }
  .contact-page .init-1 .container .right .list_cont .list .img {
    width: 40px;
    height: 40px;
  }
  .contact-page .init-1 .container .right .list_cont .list .img img {
    width: 20px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
    padding-left: 10px;
    margin-left: 0;
  }
}



    .seoPublic .title {
        font-size: 36px;
        font-family: 'Arial-Bold';
        line-height: 1.4;
        margin-bottom: 1em;
    }

    .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 .left img {
        width: 100%;
        display: block;
    }

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

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-family: 'Arial-Bold';
        line-height: 2;
        margin-bottom: 1em;
    }

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

    .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;
        background-size: cover;
        background-position: center center;
    }

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

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

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #005bac;
    }

    .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: 30px;
        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: #005bac;
        color: #005bac;
    }

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

    .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: #005bac;
        color: whitesmoke;
        border: none;
    }

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

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

    .seoPublic .text a {
        color: #005bac;
    }

    .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: #005bac;
        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;
        text-transform: capitalize
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #005bac;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 30px;
        font-weight: 400;
        margin: .5em 0;
        height: 90px;
        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 #005bac;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #005bac;
    }

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

    @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: #005bac;
            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;
            font-size: 15px;
        }
    }







.seoPublic .text a {
    color: #666;
}
.seoPublic .seoIndustry .text h3 {
    font-weight: 600;
    padding-top: 25px;
}
.news-page .container .content ul li .box .des a {
    display: inline;
}
@media (max-width: 500px) {
  #footer .copyright .container a.foota {
    display: none;
}
.seoIndustry.Auxil-industry {
    display: none;
}
}
.tips_des.font-16.wow.fadeInUp h2 {
    display: inline;
}
.tips_des.font-16.wow.fadeInUp h1 {
    display: inline;
}

.faq-page {
  padding: 6rem 0;
  background: #f5f5f5;
}
.faq-page .box ul {
  margin-right: -2rem;
}
.faq-page .box ul li {
  padding-right: 2rem;
  margin-bottom: 20px;
}
.faq-page .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page .box ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color);
  padding: 9px 14px;
  color: #fff;
}
.faq-page .box ul li .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.faq-page .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page .box ul li.active .title {
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
  color: #fff;
}
.faq-page .box ul li.active .title::after {
  background: #fff;
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .faq-page .box ul {
    margin-right: 0;
  }
  .faq-page .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li .title::after {
    left: 10px;
  }
  .faq-page .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page .box ul li .accordion-info {
    padding: 20px 10px;
  }
}
