@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #2f83be;
  --font: 'Montserrat-Bold';
  font-family: 'Montserrat-Medium';
  max-width: 1920px;
}
.ui.container {
  padding: 0 15px;
  width: 1420px;
  margin: auto;
  position: relative;
}
::-webkit-scrollbar-thumb {
  background: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  padding: 25px 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .flex {
  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;
}
#header .h-top .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .box a.btn {
  padding: .65em 2em;
  border-radius: 1.5em;
  display: inline-block;
  background-color: var(--color);
  margin-left: 2em;
  margin-right: 1em;
}
#header .h-top .box .yuy {
  position: relative;
}
#header .h-top .box .yuy span {
  width: 2.77777778em;
  height: 2.77777778em;
  border-radius: 100%;
  border: 1px solid white;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#header .h-top .box .yuy ul {
  position: absolute;
  width: 75px;
  background-color: white;
  font-size: 80%;
  color: black;
  top: 100%;
  left: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  z-index:15; 
}
#header .h-top .box .yuy ul li a {
  padding: .3em .6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .box .yuy ul li a img {
  max-width: 24px;
  margin-right: .5em;
}
#header .h-top .box .yuy ul li a:hover {
  background-color: var(--color);
  color: white;
}
#header .h-top .box .yuy:hover span {
  background-color: var(--color);
}
#header .h-top .box .yuy:hover ul {
  display: block;
}
#header .h-top .box .h-search {
  width: 2.77777778em;
  height: 2.77777778em;
  border-radius: 100%;
  border: 1px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1em;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .box .h-search img {
  max-width: 20px;
}
#header .h-top .box .h-search:hover {
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box {
  display: block;
  border-top: 1px solid #aaa;
}
#header .nav .ui.menu .menu-box ul.menu {
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  padding: .5em 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: "\f107";
  margin-left: 25px;
  font-family: "FontAwesome";
}
#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: 80%;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  line-height: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: .7em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  line-height: 1.8;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#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: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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
}
#header.active {
  background-color: black;
}
#header.active .h-top {
  padding: 10px 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
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: 61px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  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;
  line-height: 28px;
}
#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;
  line-height: 28px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 36px;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
}
.language-box .zhuyu span {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  background-color: #000;
  position: relative;
}
#banner li {
  position: relative;
}
#banner .big_img li span.h2,
#banner .big_img li p{
  display: none;
}
#banner li img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 54%;
  color: #fff;
}
#banner .content-ol{
  position: absolute;
  bottom:0%;
  top:unset;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .content ol{
  margin: 30px -10px 0;
  width: 50%;
}
#banner .content ol li{
  padding:0 10px;
  height: 150px;
}
#banner .content ol li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .content .left {
  max-width: 880px;
}
#banner .content span.h2 {
  font-family: var(--font);
  font-size: 90px;
  line-height: 1.2;
  display: block;
}
#banner .content p {
  font-size: 20px;
  line-height: 1.8;
  margin-top: .8em;
  height: 72px;
}
#banner .content .dots {
  margin-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .content .dots .dotsBg {
  width: 220px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #e4e4e4;
}
#banner .content .dots .dotsBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content .dots .dotsBg img,
#banner .content .dots:hover .dotsBg:first-child img {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .content .dots .dotsBg .flex {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 18px;
  color: #3f3f3f;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#banner .content .dots .dotsBg .flex span {
  display: block;
  color: #3f3f3f;
}
#banner .content .dots .dotsBg .flex span i {
  color: #b3b3b3;
  display: block;
}
#banner .content .dots .dotsBg .flex i.fa {
  font-size: 15px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#banner .content .dots .dotsBg .flex i.fa,
#banner .content .dots:hover .dotsBg:first-child .flex i.fa {
  background-color: #3b4854;
  top: 2.7em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .content .dots .dotsBg:hover .flex i.fa {
  top: 0!important;
  background-color: var(--color) !important;
}
#banner .content .dots .dotsBg:hover img {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#banner .content .dots .dotsBg:first-child .flex i.fa {
  top: 0;
  background-color: var(--color);
}
#banner .content .dots .dotsBg:first-child img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
span.h2 {
  font-size: 45px;
  font-family: var(--font);
  display: block;
  line-height: 1.4;
}
.line {
  display: block;
  background-color: #aaa;
  height: 1px;
  margin: 20px 0;
}
.text {
  font-size: 18px;
  line-height: 1.8;
}
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.btn .slick-arrow {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  margin-left: 6px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.btn .slick-arrow:hover {
  background-color: #eee;
  color: var(--color);
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#index-body .init-1 {
  padding: 100px 0 160px;
  background-color: #18171e;
  color: white;
  overflow: hidden;
}
#index-body .init-1 .flex {
  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;
}
#index-body .init-1 .flex .text {
  width: 68%;
}
#index-body .init-1 .box {
  margin-top: 50px;
  background-color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 99%;
  z-index: -1;
  top: 0;
  background-color: inherit;
}
#index-body .init-1 .box .left {
  width: 25%;
  font-size: 18px;
  background-color: #f3f3f3;
}
#index-body .init-1 .box .left .list {
  height: 500px;
  overflow: auto;
  display: block;
}
#index-body .init-1 .box .left .list ul li {
  color: #18171e;
  padding: 1em;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  line-height: 1.8;
}
#index-body .init-1 .box .left .list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-1 .box .left .list ul li a:before {
  content: '';
  width: .55em;
  height: .55em;
  background-color: var(--color);
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .left .list ul li.active,
#index-body .init-1 .box .left .list ul li:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-1 .box .left .list ul li.active a:before,
#index-body .init-1 .box .left .list ul li:hover a:before {
  background-color: white;
}
#index-body .init-1 .box .left a.link {
  padding: 2em;
  color: white;
  text-transform: uppercase;
  background-color: var(--color);
  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;
}
#index-body .init-1 .box .right {
  width: 93%;
  padding: 25px 0;
  margin-right: -18%;
  position: relative;
}
#index-body .init-1 .box .right .slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
}
#index-body .init-1 .box .right .slide ul li {
  padding: 0 45px;
}
#index-body .init-1 .box .right .slide ul .slick-current li,
#index-body .init-1 .box .right .slide ul .slick-current + .slick-slide li{
  border-right: 1px solid #e2e2e2;
}
#index-body .init-1 .box .right .slide ul li a.img-box {
  display: inline-block;
}
#index-body .init-1 .box .right .slide ul li span.h6 {
  font-size: 18px;
  line-height: 32px;
  color: #121212;
  display: block;
  padding: .3em 0;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 4em;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
#index-body .init-1 .box .right .slide ul li .text {
  font-size: 16px;
  line-height: 30px;
  color: #a2a1a1;
  margin-top: .5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.6em;*/
  text-align: center;
}
#index-body .init-1 .box .right .slide.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
#index-body .init-2 {
  padding-bottom: 120px;
  color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-2 span.h5 {
  font-size: 18px;
  line-height: 1.4;
  display: block;
  margin-top: .5em;
}
#index-body .init-2 .content {
  max-width: 700px;
}
#index-body .init-2 .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-2 .mask i.active {
  opacity: 1;
}
#index-body .init-2 .list {
  margin-top: 33%;
  max-width: 1060px;
}
#index-body .init-2 .list ul {
  margin: -20px;
}
#index-body .init-2 .list ul li {
  padding: 20px;
}
#index-body .init-2 .list ul li .box {
  overflow: hidden;
  height: 380px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .box span.num {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-2 .list ul li .box .line {
  height: 2px;
  display: block;
  background-color: var(--color);
  position: relative;
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .box .line:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
}
#index-body .init-2 .list ul li .box span.h6 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin: 2em 0 .5em;
}
#index-body .init-2 .list ul li .box .text {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .init-2 .list ul li .box a.link {
  float: right;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .list ul li .box:hover {
  background-color: var(--color);
}
#index-body .init-2 .list ul li .box:hover .line {
  background-color: #18171e;
}
#index-body .init-2 .list ul li.active .box {
  background-color: var(--color);
}
#index-body .init-2 .list ul li.active .box .line {
  background-color: #a6a6a6;
}
#index-body .init-2 .list ul li.active .box a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-3 {
  padding: 110px 0 140px;
}
#index-body .init-3 .text {
  color: #6a6969;
}
#index-body .init-3 .list {
  margin-top: 45px;
}
#index-body .init-3 .list ul {
  margin: -15px;
}
#index-body .init-3 .list ul li {
  padding: 15px;
}
#index-body .init-3 .list ul li:hover .box .bg {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
#index-body .init-3 .list ul li .box {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#index-body .init-3 .list ul li .box .bg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
#index-body .init-3 .list ul li .box .content {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: white;
  top: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  margin-top: 0;
}
#index-body .init-3 .list ul li .box .content span.h6 {
  font-size: 25px;
  display: block;
  line-height: 1.6;
  font-weight: bold;
}
#index-body .init-3 .list ul li .box .content .text {
  font-size: 16px;
  line-height: 1.8;
  margin: .8em 0 2em;
  color: inherit;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list ul li .box .content a.link {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list ul li .box:hover .content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: -30px;
}
#index-body .init-3 .list ul li .box:hover .content .text,
#index-body .init-3 .list ul li .box:hover .content a.link {
  opacity: 1;
}
#index-body .init-4 {
  padding: 420px 0 140px;
  background-image: url("/baolicast/2025/03/24/about1.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  position: relative;
}
#index-body .init-4:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #d7d7d7;
  position: absolute;
  bottom: 70px;
  left: 0;
}
#index-body .init-4 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .init-4 .content {
  border-left: 3px solid white;
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .init-4 .content a.link {
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid white;
  margin-top: 1em;
  line-height: 1.8;
  margin-bottom: .5em;
}
#index-body .init-4 a.btn {
  font-size: 16px;
  line-height: 30px;
  padding: .8em 20px .8em 25px;
  border-bottom-left-radius: 1.2em;
  display: inline-block;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 1.5em;
}
#index-body .init-4 a.btn i.fa {
  margin-left: .3em;
}
#index-body .init-4 a.btn:hover {
  background-color: black;
}
#index-body .init-5 {
  padding: 140px 0;
  background-color: #18171e;
  color: white;
}
#index-body .init-5 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-5 .box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-right: 5%;
}
#index-body .init-5 .box .left .list {
  width: 100%;
}
#index-body .init-5 .box .left .list ul li {
  padding: 50px 0;
}
#index-body .init-5 .box .left .list ul li h3 {
  font-family: Montserrat-Bold;
  font-size: 120px;
  color: var(--color);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
#index-body .init-5 .box .left .list ul li p {
  font-size: 18px;
  line-height: 32px;
  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 .init-5 .box .left .list ul li p:before {
  content: '';
  width: .5em;
  height: .5em;
  background-color: var(--color);
  margin-right: .5em;
}
#index-body .init-5 .box .left a.link {
  font-size: 18px;
  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 .init-5 .box .left a.link span {
  line-height: 1;
  border-bottom: 1px solid white;
}
#index-body .init-5 .box .left a.link i.fa {
  width: 2.77777778em;
  height: 2.77777778em;
  border-radius: 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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  background-color: var(--color);
}
.shouye{
    font-size: 18px;
    line-height: 1.8;
    max-width: 710px;
}
.shouye h1{
  display: inline;
  font: inherit;
  color: inherit;
}
#index-body .init-5 .box .right .text {
  max-width: 710px;
}
#index-body .init-5 .box .right .map {
  margin-top: 65px;
  position: relative;
}
#index-body .init-5 .box .right .map > img {
  position: relative;
  -webkit-transform: translateX(-58%);
  -moz-transform: translateX(-58%);
  -ms-transform: translateX(-58%);
  transform: translateX(-58%);
}
#index-body .init-5 .box .right .map .img {
  position: absolute;
  bottom: 5px;
  padding-left: 19%;
}
#index-body .init-5 .box .right .map .img img {
  position: relative;
  z-index: 3;
}
#index-body .init-5 .box .right .map .img:before {
  content: '';
  width: 100%;
  top: 0;
  height: 1px;
  background-color: white;
  position: absolute;
  left: -20%;
  z-index: 2;
}
#index-body .init-5 .box .right .map .img i {
  border-radius: 100%;
  position: absolute;
  top: -4px;
  left: -20%;
  font-size: 10px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: white;
}
#index-body .init-5 .box .right .map .img i:before {
  content: '';
  width: 27em;
  height: 27em;
  border-radius: 100%;
  background-color: var(--color);
  opacity: .7;
  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%);
  z-index: -1;
}
#index-body .init-5 .box .right .map .img i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
}
#index-body .init-6 {
  padding: 110px 0;
}
#index-body .init-6 .flex-box .text {
  width: 35%;
  color: #6a6969;
  line-height: 1.8;
}
#index-body .init-6 .btn .slick-arrow {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-left: 6px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-6 .btn .slick-arrow:hover {
  background-color: #eee;
  color: var(--color);
}
#index-body .init-6 .list {
  margin-top: 50px;
  margin-right: -20%;
  padding-right: 33%;
  overflow: hidden;
}
#index-body .init-6 .list .slick-list {
  overflow: unset;
}
#index-body .init-6 .list ul {
  margin: 0 -15px;
}
#index-body .init-6 .list ul li {
  padding: 0 15px;
}
#index-body .init-6 .list ul li .box {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-size: cover;
  padding: 50px 25px 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list ul li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f1f1f1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list ul li .box .text {
  height: 68%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-6 .list ul li .box .text h4 {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  line-height: 36px;
}
#index-body .init-6 .list ul li .box .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;
  overflow: hidden;*/
  font-size: 18px;
  line-height: 1.8;
}
#index-body .init-6 .list ul li .box .date {
  border-top: 1px solid #aaa;
  font-size: 18px;
  padding-top: 1.5em;
  color: #6a6969;
  line-height: 1.8;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .list ul li .box .date span {
  font-family: var(--font);
  font-size: 5.55555556em;
  line-height: .9;
  color: var(--color);
}
#index-body .init-6 .list ul li .box:hover {
  color: white;
}
#index-body .init-6 .list ul li .box:hover .date {
  color: white;
}
#index-body .init-6 .list ul li .box:hover:before {
  opacity: 0;
}
#index-body .init-6 .list ul li .box:hover .text,
#index-body .init-6 .list ul li .box:hover .flex,
#index-body .init-6 .list ul li .box:hover .flex span {
  color: inherit;
}

#index-body .parnter {
  margin-bottom: 80px;
}

#index-body .parnter .parnter-content ul {
  margin: 25px -38px 0;
  display: flex;
  flex-wrap: wrap;
}
#index-body .parnter .parnter-content ul li {
  padding: 0 38px;
  width: calc(100% / 7);
  margin: 25px 0;
}
#footer {
  position: relative;
  background: #18171e;
}
#footer .footer-center {
  padding-top: 120px;
}
#footer .footer-center .footer-t {
  padding: 90px 0 75px;
  border-top: 2px solid #79787c;
  border-bottom: 2px solid #79787c;
}
#footer .footer-center .footer-t .footer-t-gird {
  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 .f-logo.t-list .qc-img img,
#footer .footer-center .footer-t .footer-t-gird .f-logo.t-list .qc-img canvas {
  width: 100px;
  height: auto;
  border: 5px solid #fff;
  border-radius: 10px;
}
#footer .footer-center .footer-t .footer-t-gird .f-logo.t-list h4 {
  margin-bottom: 20px;
}
#footer .footer-center .footer-t .footer-t-gird .f-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 .f-logo.t-list .footer-icons a {
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #272727;
}
#footer .footer-center .footer-t .footer-t-gird .f-logo.t-list .footer-icons a:hover{
  background-color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .f-logo.t-list .footer-icons a i {
  font-size: 14px;
  color: white;
}
#footer .footer-center .footer-t .footer-t-gird .f-logo.t-list .footer-icons a:last-child i {
  font-size: 12px;
}
#footer .footer-center .footer-t .footer-t-gird .f-logo.t-list .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .f-logo.t-list .footer-icons a:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list {
  max-width: 330px;
}
#footer .footer-center .footer-t .footer-t-gird .link.t-list span:hover {
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list span:nth-child(2) {
  margin-bottom: 30px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list h4 {
  font-size: 20px;
  font-family: var(--font);
  color: #6a6969;
  line-height: 36px;
  margin-bottom: 25px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  line-height: 30px;
  color: white;
  display: block;
  margin-bottom: 15px;
}
#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.form {
  color: white;
  max-width: 420px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input[type='text'] {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  background-color: #79787c;
  width: 49%;
  height: 50px;
  border: none;
  padding: 0 15px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea {
  font-size: 16px;
  color: #fff;
  background-color: #79787c;
  width: 100%;
  height: 70px;
  border: none;
  padding: 15px 70px 0 15px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input[type="submit"] {
  width: 44px;
  height: 33px;
  border: none;
  background: url("../images/submit.png") no-repeat;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-moz-placeholder {
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-moz-placeholder {
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-ms-input-placeholder {
  color: #fff;
}
#footer .footer-center .footer-b {
  opacity: 0.2;
  padding: 45px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  font-size: 14px;
  line-height: 2;
}
#footer .footer-center .footer-b span {
  font-size: 14px;
}
#footer .footer-center .footer-b img {
  width: 260px;
  height: auto;
  padding-top: 5px;
}
@media screen and (max-width: 1800px) {
  #banner .content.content-one {
    top: 260px;
  }
}
@media screen and (max-width: 1600px) {
  #header .h-top {
    padding: 15px 0;
  }
  #header .h-top .box a.btn {
    padding: .5em 1.5em;
  }
  #header {
    font-size: 16px;
  }
  #banner .content span.h2 {
    font-size: 70px;
  }
  #banner .content p {
    font-size: 16px;
  }
  #banner .content .dots {
    margin-top: 40px;
  }
  #index-body .init-1 {
    padding: 70px 0;
  }
  span.h2 {
    font-size: 36px;
  }
  .text,
  #index-body .init-1 .box .right .slide ul li span.h6,
  #index-body .init-2 span.h5,
  #index-body .init-4 .content a.link {
    font-size: 16px;
  }
  .line {
    margin: 10px 0;
  }
  .btn div {
    font-size: 20px;
  }
  #index-body .init-1 .box .right .slide ul li .text {
    font-size: 14px;
  }
  #index-body .init-1 .box .left .list ul li {
    padding: 1.6em;
  }
  #index-body .init-2 .list {
    margin-top: 25%;
  }
  #index-body .init-2 .list ul li .box {
    padding: 25px;
    height: 280px;
  }
  #index-body .init-2 .list ul li .box span.num {
    font-size: 18px;
  }
  #index-body .init-2 .list ul li .box span.h6 {
    font-size: 20px;
    margin: 1em 0 .5em;
  }
  #index-body .init-2 {
    padding-bottom: 60px;
  }
  #index-body .init-3,
  #index-body .init-6 {
    padding: 60px 0;
  }
  #index-body .init-3 .list ul li .box .content span.h6 {
    font-size: 20px;
  }
  #index-body .init-4 {
    padding: 300px 0 100px;
  }
  #index-body .init-4 a.btn {
    padding-left: 2em;
    font-size: 14px;
  }
  #index-body .init-5 {
    padding: 80px 0;
  }
  #index-body .init-5 .box .left .list ul li span {
    font-size: 80px;
  }
  #index-body .init-5 .box .right .map {
    margin-top: 30px;
  }
  #index-body .init-6 .list ul li .box {
    padding: 30px 20px;
  }
  #index-body .init-6 .list ul li .box .text {
    font-size: 16px;
  }
  #index-body .init-6 .list ul li .box .flex {
    font-size: 14px;
  }
  #index-body .init-5 .box .left .list ul li h3 {
    font-size: 96px;
  }

}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #banner .content span.h2 {
    font-size: 50px;
  }
  #banner .content .dots {
    margin-top: 20px;
  }
  #banner .content .dots .dotsBg {
    width: 150px;
  }
  #banner .content .dots .dotsBg .flex {
    font-size: 14px;
  }
  #banner .content .dots .dotsBg .flex i.fa {
    font-size: 10px;
  }
  span.h2 {
    font-size: 28px;
  }
  .text,
  #index-body .init-1 .box .right .slide ul li span.h6,
  #index-body .init-2 span.h5,
  #index-body .init-4 .content a.link {
    font-size: 14px;
  }
  #index-body .init-1 .box .left {
    font-size: 16px;
  }
  #index-body .init-1 .box .right .slide ul li {
    padding: 0 30px;
  }
  #index-body .init-2 .list ul li {
    padding: 10px;
  }
  #index-body .init-2 .list ul {
    margin: -10px;
  }
  #index-body .init-4 {
    padding-top: 240px;
  }
  #index-body .init-5 {
    padding: 50px 0;
  }
  #index-body .init-5 .box .left .list ul li span {
    font-size: 60px;
  }
  #index-body .init-5 .box .right .map > img {
    max-width: 400px;
  }
  #index-body .init-5 .box .right .map .img i {
    font-size: 4px;
  }
  #index-body .init-5 .box .right .map .img {
    padding-left: 35%;
  }
  #index-body .init-5 .box .right .map .img i,
  #index-body .init-5 .box .right .map .img:before {
    left: -16%;
  }
  #index-body .init-6 .list ul li .box {
    height: 440px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  #banner .content ol {
    width: 70%;
  }
  #banner .content span.h2 {
    font-size: 40px;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-1 .box .left .list ul li,
  #index-body .init-1 .box .left a.link {
    padding: 1.4em;
  }
  #index-body .init-2 .list ul li .box {
    padding: 30px 15px;
  }
  #index-body .init-2 .list {
    margin-top: 15%;
  }
  #index-body .init-2 .list ul li .box a.link {
    max-width: 20px;
  }
  #index-body .init-3 .list ul li .box .content .text {
    font-size: 14px;
  }
  #index-body .init-3 .list ul li .box .content {
    padding: 0 10px;
  }
  #index-body .init-4 {
    padding: 240px 0 80px;
  }
  #index-body .init-4:after {
    bottom: 40px;
  }
  #index-body .init-5 .box .right .map .img {
    padding-left: 25%;
  }
  #index-body .init-5 .box .right .map .img i,
  #index-body .init-5 .box .right .map .img:before {
    left: -20%;
  }
  #index-body .init-6 .list ul li .box .flex span {
    font-size: 4em;
  }
  #index-body .init-1 .box .left .list {
    height: 320px;
  }
  #index-body .init-6 .list {
    margin-right: 0;
    padding-right: 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    max-width: 320px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form form input[type='text'] {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list {
    max-width: 220px;
  }
      #banner .content.content-one {
        top: 140px;
    }
  #index-body .parnter .parnter-content ul li {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 1000px) {
  
  .ui.container {
    width: 700px;
  }
  #banner .content {
    top: 35%;
  }
  #banner .content .left {
    max-width: 400px;
  }
  #banner .content ol {
    display: none;
  }
  #banner .content span.h2 {
    font-size: 32px;
  }
  #index-body .init-1 .flex .text {
    width: 60%;
  }
  #index-body .init-1 .box .right {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }
  #index-body .init-1 .box {
    overflow: hidden;
  }
  #index-body .init-1 .box .left .list ul li,
  #index-body .init-1 .box .left a.link {
    padding: 1em;
  }
  #index-body .init-1 .box .left {
    display: none;
  }
  #index-body .init-2 .list ul li .box {
    height: 100%;
  }
  #index-body .init-2 .list ul li .box a.link {
    margin-top: 15px;
  }
  #index-body .init-2 .list ul li {
    width: 50%;
  }
  #index-body .init-3 .list ul li .box .content a.link img {
    max-width: 20px;
  }
  #index-body .init-3 .list ul li .box {
    height: 300px;
  }
  #index-body .init-4 {
    padding: 120px 0 80px;
  }
  #index-body .init-5 .box .left .list ul li {
    padding: 25px 0;
  }
  #index-body .init-5 .box .left .list ul li p {
    font-size: 16px;
  }
  #index-body .init-5 .box .left .list ul li span {
    font-size: 48px;
  }
  #index-body .init-5 .box .right .map > img {
    max-width: 290px;
  }
  #index-body .init-5 .box .right .map .img i {
    font-size: 2px;
  }
  #index-body .init-5 .box .left a.link {
    font-size: 15px;
  }
  #index-body .init-6 .list ul li .box .text {
    font-size: 14px;
  }
  #index-body .init-6 .list ul li .box {
    height: 360px;
  }
  #index-body .init-5 .box .left .list ul li h3 {
    font-size: 64px;
  }
  #index-body .init-6 .list ul li .box .date span {
    font-size: 80px;
  }
  #index-body .init-6 .flex-box .text {
    width: 60%;
  }
  #footer .footer-center .footer-t .footer-t-gird .link.t-list {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list {
    max-width: 50%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    max-width: 100%;
    margin-top: 60px;
  }
  #footer .footer-center .footer-b {
    -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;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content span.h2 {
    font-size: 24px;
  }
  #banner .content span.h2 br {
    display: none;
  }
  #banner .content p br {
    display: none;
  }
  #index-body .parnter{
    display: none;
  }
  #banner .content .left {
    max-width: 280px;
  }
  span.h2 {
    font-size: 24px;
  }
  #index-body .init-4 .content {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .init-4 .flex {
    display: block;
  }
  #index-body .init-4 a.btn {
    margin-bottom: 0;
  }
  #index-body .init-4 {
    padding: 80px 0 60px;
    background-size: cover;
    background-attachment: unset;
  }
  #index-body .init-5 .box .left {
    display: none;
  }
  #index-body .init-5 .box .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-5 .box .right .map {
    display: none;
  }
  #index-body .init-6 .flex .text {
    width: 55%;
  }
  #index-body .init-6 .list ul li .box {
    padding: 15px;
  }
  #index-body .init-6 .list ul li .box .flex {
    padding-top: .6em;
  }
  #banner .content .left {
    max-width: 100%;
  }
  #index-body .init-2 .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner .content span.h2 {
    font-size: 18px;
  }
  #banner .content p {
    font-size: 14px;
  }
  .btn {
    display: none !important;
  }
  #index-body .init-1 .flex .text {
    width: 100%;
  }
  #index-body .init-1 .box {
    margin-top: 30px;
  }
  #index-body .init-2 .list ul li {
    width: 100%;
  }
  #index-body .init-2 .list ul li .box {
    background-color: rgba(30, 72, 141, 0.5);
  }
  #index-body .init-6 .flex .text {
    width: 100%;
  }
  #index-body .init-2 {
    padding: 60px 0;
  }
  #index-body .init-6 .flex-box .text {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .f-logo.t-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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list {
    max-width: 100%;
    margin-top: 60px;
  }
  #footer .footer-center .footer-b {
    opacity: 0.8;
  }
  #footer .footer-center .footer-b span {
    text-align: center;
  }
  #footer .footer-center {
    padding-top: 0;
  }
}


















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

.inner-banner {
  height: 520px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 246px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font);
}
.inner-banner .mbx {
  font-size: 16px;
  line-height: 30px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 80px;
  }
}
.inner-page h1,
.inner-page h2,
.inner-page h3{
  font-family: var(--font);
  line-height: 1.4;
}
.inner-page span.tt {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
  position: relative;
  padding-left: 50px;
  font-family: var(--font);
}
.inner-page span.tt:before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: var(--color);
  left: 0;
  top: 50%;
  position: absolute;
}
.f_56 {
  font-size: 46px;
  line-height: 2;
}
.f_20 {
  font-size: 20px;
}
.about-page .about-1 {
  padding-top: 130px;
  padding-bottom: 80px;
  background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  width: 30%;
  text-align: center;
}
.about-page .about-1 .ui.container .left .title {
  margin-bottom: 70px;
  display: inline-block;
  font-family: var(--font);
}
.about-page .about-1 .ui.container .left .imgbox {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.about-page .about-1 .ui.container .right {
  width: 65%;
}
.about-page .about-1 .ui.container .right .tit {
  color: #383838;
  line-height: 1.6;
  margin-bottom: 12px;
  font-family: var(--font);
}
.about-page .about-1 .ui.container .right p {
  color: #636363;
  line-height: 1.8;
  margin-bottom: 35px;
}
.about-page .about-1 .ui.container .right ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-1 .ui.container .right ul.data li {
  display: inline-block;
  text-align: center;
}
.about-page .about-1 .ui.container .right ul.data li p {
  margin: 10px 0;
  font-size: 16px;
}
.about-page .about-1 .ui.container .right ul.data li span {
  font-family: var(--font);
  color: var(--color);
  font-size: 48px;
  line-height: 1.4;
}
.about-page .about-3 {
  background-color: #f4f6f8;
  padding-top: 100px;
  padding-bottom: 133px;
}
.about-page .about-3 .top {
  margin-bottom: 80px;
}
.about-page .about-3 .top h3 {
  font-size: 45px;
  font-family: var(--font);
}
.about-page .about-3 .top .content {
  line-height: 2;
  font-size: 18px;
}
.about-page .about-3 ul {
  margin: -18px;
}
.about-page .about-3 ul li {
  padding: 18px;
}
.about-page .about-3 ul li .item {
  background-color: white;
  padding: 55px 30px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.about-page .about-3 ul li .item img {
  float: left;
  max-width: 80px;
}
.about-page .about-3 ul li .item .box {
  width: 100%;
  display: inline-block;
}
.about-page .about-3 ul li .item .box h4 {
  font-size: 22px;
  line-height: 40px;
  margin: 20px 0 10px;
}
.about-page .about-3 ul li .item .box p {
  font-size: 16px;
  line-height: 1.8;
  min-height: 132px;
}
.about-page .about-3 ul li .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 ul li .item:hover {
  -webkit-box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
  box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
}
.about-page .about-3 ul li .item:hover::after {
  bottom: 0;
}
.about-page .about-4 {
  padding: 130px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.mores {
  display: inline-block;
  vertical-align: middle;
  color: var(--color);
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.mores:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.mores i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.mores:hover {
  color: white;
}
.about-page .about-4 .top .right a.mores:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  -webkit-box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
.about-page .about-2 {
  background: #f5f6f8;
  padding: 100px 0;
}
.about-page .about-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1500px;
}
.about-page .about-2 .ui.container .left {
  position: relative;
  top: 4px;
}
.about-page .about-2 .ui.container .left .img {
      margin-left: calc((-100vw + 1470px) / 2);
      }
.about-page .about-2 .ui.container .right {
  padding-left: 100px;
  margin-top: -40px;
}
.about-page .about-2 .ui.container .right ul {
  margin-top: 35px;
}
.about-page .about-2 .ui.container .right ul li {
  padding-left: 40px;
  background: url(../images/checked.png) left top no-repeat;
  margin-bottom: 15px;
}
.about-page .about-2 .ui.container .right ul li p {
  line-height: 2;
}





.about-page .about-5 {
    padding: 10% 0 6.407%
}

.about-page .about-5 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 240px
}

.about-page .about-5 .left span {
    font-size: 18px;
    line-height: 1.8;
    position: relative
}

.about-page .about-5 .left .title {
    font-size: 56px;
    color: #030303;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 21px
    line-height： 1.2;
}

.about-page .about-5 .left .title em {
    display: block
}

.about-page .about-5 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative
}

.about-page .about-5 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.about-page .about-5 .right .tag ul {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

.about-page .about-5 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.about-page .about-5 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.about-page .about-5 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 700
}

.about-page .about-5 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0
}

.about-page .about-5 .right .tag ul li.current a {
    background-color: #2f83be;
    color: #fff;
    border-color: #2f83be
}

.about-page .about-5 .right .content ul li {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(90%,#da),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(#da 90%,rgba(255,255,255,0)) background:-moz-linear-gradient(rgba(241,238,226,.8) 90%,rgba(255,255,255,0));
    background: linear-gradient(#da 90%,rgba(255,255,255,0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px
}

.about-page .about-5 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: 700
}

.about-page .about-5 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.65);
    margin-top: 21px
}

.about-page .about-5 .right .content ul li:last-child {
    margin-bottom: 0
}

.about-page .about-5 .right .content ul li.active {
    background: #dbf0ff
}

















.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.service-page{
  margin-bottom: 60px;
}
.service-page .service-1 {
  padding: 80px 0 60px;
}
.service-page .service-1 span.tag {
  font-weight: 500;
  font-size: 24px;
  color: var(--color);
  line-height: 44px;
  display: block;
}
.service-page .service-1 h2 {
  font-weight: bold;
  font-size: 36px;
  color: #191919;
  line-height: 2;
  margin: 15px 0;
}
.service-page .service-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 2;
  margin-bottom: 60px;
}
.service-page .service-1 .list {
  margin-top: 75px;
}
.service-page .service-1 .list ul {
  margin: -20px;
}
.service-page .service-1 .list ul li {
  padding: 20px;
}
.service-page .service-1 .list ul li .box {
  -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid var(--color);
}
.service-page .service-1 .list ul li .box a.img-box {
  display: block;
}
.service-page .service-1 .list ul li .box a.img-box img {
  width: 100%;
}
.service-page .service-1 .list ul li .box .content {
  padding: 25px 15px 10px;
}
.service-page .service-1 .list ul li .box .content h4 {
  font-weight: 600;
  font-size: 24px;
  color: #191919;
  display: block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 2.4em;
}
.service-page .service-1 .list ul li .box .content h4:hover {
  color: var(--color);
}
.service-page .service-1 .list ul li .box .content p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  margin: 10px 0 30px;
}
.service-page .service-1 .list ul li .box .content a.more {
  display: inline-block;
}
.service-page .service-2 {
  padding: 80px 0 70px;
  text-align: center;
  background: #fbfbfb;
}
.service-page .service-2 .list {
  text-align: left;
}
.service-page .service-2 .list ul {
  counter-reset: number;
}
.service-page .service-2 .list ul li .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
.service-page .service-2 .list ul li .left:before {
  content: '0' counter(number);
    counter-increment: number;
    font-weight: 400;
    color: #cdcdcd;
    display: block;
    line-height: 1;
    font-size: 20px;
}
.service-page .service-2 .list ul li .left h4,
.service-page .service-new .box ul h4 {
      font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: var(--color);
    margin: 10px 0 25px;
    /*display: block;*/
    font-family: var(--font);
}
.service-page .service-2 .list ul li .left p,
.service-page .service-new .box ul p {
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  max-width: 600px;
}
.service-page .service-new .box ul p {
  line-height: 30px!important;
}
.service-page .service-2 .list ul li .left:after {
  content: '';
  width: 15%;
  height: 1px;
  background: var(--color);
  margin-top: 15px;
  display: block;
}
.service-page .service-2 .list ul li .left div.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: var(--color);
  color: white;
  cursor: pointer;
  transition: .5s;
}
.service-page .service-2 .list ul li .left div.btn:hover {
  background: #222;
}
.service-page div.formBox {
  padding: 74px 88px;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  margin-top: 50px;
  margin-bottom: 50px;
/*-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
.service-page div.formBox h4 {
  font-size: 33px;
  line-height: 44px;
    /*font-weight: 700;*/
    margin-bottom: 30px;
    text-align: center;
    font-family: var(--font);
}
.service-page div.formBox ul {
  margin: -10px;
}
.service-page div.formBox ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.service-page div.formBox ul li label {
  font-size: 16px;
  line-height: 30px;
    margin-bottom: 5px;
    display: block;
    color: #525252;
}
.service-page div.formBox ul li input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.service-page div.formBox ul li:last-child {
  text-align: center;
  width: 100%;
}
.service-page div.formBox ul li input[type="submit"] {
  width: 10%;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 5px;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}
.service-page div.formBox ul li:nth-child(10) input{
  height: 130px;
}
.service-page div.formBox ul li:nth-child(11){
  margin-top: -95px;
  position: relative;
  z-index: 1;
}
.service-page div.formBox ul li:nth-child(11) input{
  opacity: 0;
}
.service-page div.formBox ul li:nth-child(11) span{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
  z-index: -1;
}
.service-page .service-new .box ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.service-page .service-new .box ul li {
  padding: 15px;
}
.service-page .service-new .box ul li .box2 {
    padding: 30px;
    background: #fff;
    height: 100%;
}
.service-page .service-2 .list ul li .right {
  padding-left: 2%;
  vertical-align: middle;
  position: relative;
}
.service-page .service-2 .list ul li .right .img {
  background-size: cover;
  background-position: center center;
  height: 390px;
}
.service-page .service-2 .list ul li:nth-child(even) {
  margin: 80px 0;
}
.service-page .service-2 .list ul li:nth-child(even) .left {
  left: 50%;
  padding-left: 2%;
  padding-right: 0;
}
.service-page .service-2 .list ul li:nth-child(even) .right {
  left: -50%;
  padding-right: 2%;
  padding-left: 0;
}
.service-page .service-2 a.more {
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
  font-size: 24px;
  color: var(--color);
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 a.more i {
  margin-right: 10px;
}
.service-page .service-2 a.more:after {
  content: '';
  width: 95%;
  height: 1px;
  background: var(--color);
  display: block;
  margin-left: auto;
}
.service-page .service-3 {
      padding: 90px 0 150px;
    background-color: #f9f9f9;
    margin-top: 80px;
}
.service-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
/*.service-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: var(--color);
}*/
.service-page .service-3 .list {
  margin: 65px 0 85px;
}
.service-page .service-3 .list .slide ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
  width: 48%;
}
.service-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 18px;
  border-bottom: 2px solid #efefef;
  padding-right: 30px;
  position: relative;
}
.service-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
}
.service-page .service-3 .list .slide ul li h6 i:after,
.service-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li .text {
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
  font-weight: 300;
  color: var(--color);
  display: none;
}
.service-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .list .slide:first-child {
  padding-right: 2%;
}
.service-page .service-3 .list .slide:last-child {
  padding-left: 2%;
}
.service-page .service-3 .content {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  max-width: 70%;
  display: inline-block;
}
.service-page .service-3 a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  border-radius: 5px;
  background: var(--color);
  font-size: 20px;
  color: white;
  display: inline-block;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 a.more:hover {
  opacity: .7;
}
.service-page .quality-2 {
  text-align: center;
  padding: 60px 0 100px;
}
.service-page .quality-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #1e1e1e;
  margin: 10px auto 0;
  width: 100%;
}
.service-page .quality-2 .content {
  margin-top: 60px;
}
.service-page .quality-2 .content ul {
  margin-right: -117px;
}
.service-page .quality-2 .content ul .slick-track {
  margin: 0;
}
.service-page .quality-2 .content ul .slick-slide li:last-child::before {
  display: none;
}
.service-page .quality-2 .content ul li {
  padding-right: 117px;
  position: relative;
}
.service-page .quality-2 .content ul li .img {
  background-color: #f6f6f6;
  padding: 27px;
  border-radius: 50%;
}
.service-page .quality-2 .content ul li .img a.ig {
  display: block;
  position: relative;
}
.service-page .quality-2 .content ul li .img a.ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 0, 37, 0.37);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.service-page .quality-2 .content ul li .img a.ig span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 72px;
  font-family: 'PB';
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  font-family: var(--font);
}
.service-page .quality-2 .content ul li .text {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 36px;
  text-align: center;
  padding-top: 39px;
}
.service-page .quality-2 .content ul li:hover .img a.ig::after {
  opacity: 1;
}
.service-page .quality-2 .content ul li:hover .img a.ig span {
  opacity: 1;
  top: 40%;
}
.service-page .quality-2 .content ul li:hover .text {
  color: #c70025;
}
.service-page .quality-2 .content ul li::before {
  content: '';
  position: absolute;
  right: 12%;
  top: 35%;
  width: 20px;
  height: 34px;
  background: url(../images/about4-right.png) no-repeat;
}
.service-page .quality-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 94%;
  text-align: center;
}
.service-page .quality-2 .content ul .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: rgba(199, 0, 37, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
.service-page .quality-2 .content ul .slick-dots li button {
  display: none;
}
.service-page .quality-2 .content ul .slick-dots li::before {
  display: none;
}
.service-page .quality-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.service-page .quality-2 .content ul .slick-dots li.slick-active {
  width: 52px;
  height: 10px;
  background-color: var(--color);
  border-radius: 5px;
}
.service-page .header{
  width: 42%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.2;
}
.service-page .header h2{
 display: inline-block;
 vertical-align: middle;
 width: 100%;
} 
/*.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font);
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: var(--color);
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
  font-family: 'Poppins';
  font-weight: 300;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  padding: 4px 0;
  position: relative;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before{
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: var(--color);
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}*/
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.product-page {
  padding: 110px 0;
}
.product-page .product-list h1{
  font-size: 30px;
  line-height: 1.6;
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
/*.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  bottom: 100%;
}
/*.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
  min-height: 86px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-family: var(--font);
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  font-family: 'Krona';
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: -webkit-linear-gradient(178deg,#1a4893 0%,#237699 0%,#2ca39f 0%,#36738e 47%,#3f437c 100%),-webkit-linear-gradient(#000,#000);
  background: -moz-linear-gradient(178deg,#1a4893 0%,#237699 0%,#2ca39f 0%,#36738e 47%,#3f437c 100%),-moz-linear-gradient(#000,#000);
  background: linear-gradient(-88deg, #1a4893 0%, #237699 0%, #37badc 0%, #2e81bc 47%, #165891 100%), linear-gradient(#000000, #000000);
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  font-family: var(--font);
  line-height: 1.6;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  position: relative;
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  margin-left: 5px;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.mores span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
}
.prodet-page .prodet-1 .right a.mores::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .right a.mores::before{
  display: none;
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right a.mores:hover::after{
  width: 100%;
}
/*.prodet-page .prodet-1 .right .inquiry-box .more{
  display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
    color: var(--black);
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    padding: 5px 4px 5px 22px;
}*/
.prodet-page .prodet-1 .right .inquiry-box .more em {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .inquiry-box .more span {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px 20px 16px;
    background: var(--black);
    margin-left: 29px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more i:before{
  background: url(../images/ann.png) no-repeat center;
}
/*.prodet-page .prodet-1 .right .inquiry-box .more::before{
  content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s,-moz-transform .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover{
  color: var(--white);
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover::before{
  -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}*/
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  /*text-transform: uppercase;*/
  font-family: 'Krona';
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-family: var(--font);
      color: #000;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 16px;
  /*color: #7a7a7a;*/
  line-height: 2;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  border: 1px solid #dedede;
}
.custom-page .custom-3 .list ul li .content table tbody td:first-child {
  /*padding-right: 5%;*/
}
.custom-page .custom-3 .list ul li .content table tbody td:last-child {
  /*padding-left: 5%;*/
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: var(--color);
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1.8;
  margin-bottom: 10px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 2;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: var(--color);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-48 {
  font-size: 48px;
}
.contact-page{
  position: relative;
  z-index: 1;
}
.contact-page .tips_title_cont .tips p{
  display: inline-block;
  border-bottom: 2px solid var(--color);
}
.contact-page .tips_title_cont .tips_title{
  margin-top: 20px;
}
.contact-page .init-1 .tips_title_cont{
  text-align: center;
}
.contact-page .init-1 .container .list_cont{
  margin: 0 -15px;
}
.contact-page .init-1 .container .list_cont .list{
  margin-top: 40px;
  width: 33.33%;
  padding: 0 15px;
}
.contact-page .init-1 .container .list_cont .list .img{
  border-radius: 10px;
  overflow: hidden;
}
.contact-page .init-1 .container .list_cont .list .title{
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .init-1 .container .list_cont .list .des{
  font-size: 16px;
  margin-top: 10px;
}
.contact-page .init-2{
  margin-top: 100px;
  padding: 0 16px;
}
.contact-page .init-2 .container{
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  padding: 70px;
}
.contact-page .init-2 .container .left{
  vertical-align: middle;
  padding-right: 70px;
  width: 50%;
  border-right: 1px solid rgba(204 204 204 / 0.4);
}
.contact-page .init-2 .container .left .tips{
  font-size: 26px;
}
.contact-page .init-2 .container .left form input,
.contact-page .init-2 .container .left form textarea{
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn{
  padding: 8px 20px;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid var(--color);
  display: inline-block;
  cursor: pointer;
  color: var(--color);
  transition: all .5s;
  font-size: 16px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn:hover{
  color: #fff;
  background: var(--color);
}

.contact-page .init-2 .container .right{
  width: 50%;
  vertical-align: middle;
  padding-left: 70px;
}

.contact-page .init-2 .container .right .des{
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}
.contact-page .init-2 .container .right .share_list{
  margin-top: 20px;
}
.contact-page .init-2 .container .right .share_list a{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  transition: all .5s;
  background: #272727;
  color: #fff;
}

.contact-page .init-2 .container .right .share_list a:hover{
  background: var(--color);
  color: #fff;
}
.contact-page .init-3{
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.contact-page .init-3 iframe{
  width: 100%;
}
.f_16 {
   font-size: 16px;
   line-height: 30px;
  }
  .f_44 {
   font-size: 44px;
   line-height: 1.2;
  }
  .pt_80{
  padding-top: 80px;
}
.inner-page .sidebox {
  padding: 120px 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 23px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ee9f2b;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: var(--font);
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #f26122;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #f26122;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li:last-child{
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 99px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #ee9f2b;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  background: #f5f5f5;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 32px 14px 0;
  position: relative;
  /*position: absolute;*/
  background: 0 0;
  font-size: 30px;
  line-height: 2;
  color: #fff;
  /*top: 32px;
  left: 0;*/
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  font-family: var(--font);
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 9px;
  left: 0;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 32px;
  bottom: 32px;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: var(--font);
}
.inner-page #index-body .product{
  padding: 50px 0 0 0;
}
.inner-page #index-body .product .content ul li{
  padding-top: 0;
}
.inner-page #index-body .product .content ul li .ig .text .tit{
  font-size: 18px;
  padding: 0 15px;
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 20px;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: var(--font);
  line-height: 2;
  padding: 16px 24px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 32px 40px 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
.production-sec{
  padding-bottom: 100px;
}
.production-sec .pur-sec {
  padding: 5rem 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 50%;
  /*max-width: 700px;*/
  /*padding-top: 90px;*/
  padding-right: 40px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 760px;*/
}
.production-sec .pur-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #f26122;
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
/*.production-sec .prints-sec {
  padding-bottom: 4rem;
}*/
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*max-width: 760px;*/
  padding-left: 40px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 30px;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 3.25rem 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f26122), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, #f26122 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f26122;
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.news-page{
  padding:80px 0 0 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column{
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child{
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .left{
width: 100%;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .img{
  width: 15%;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 27px;
  font-family: var(--font);
  width: 900px;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #2e2e2e;
  line-height: 2;
    font-size: 16px;
}
.news-page .ui.container ul.newslist li .text .content p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}


.newdet-page .ui.container .newst {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.6;
}
.newdet-page .ui.container .content {
  /*color: #a5a5a5;
  font-size: 18px;*/
  color: #474747;
    font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul{
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .more i{
  width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .more i img{
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i{
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i img{
  filter: grayscale(1) brightness(2);
}
.m-link {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 1.5rem;
  padding: 1.3rem 11px;
}
 .m-link a span {
  font-size: 16px;
    
  color: #151515;
  font-weight: bold;
}
 .m-link a em {
  font-size: 18px;
   
}
 .m-link .next {
  text-align: right;
}
.quality-page .service-2 {
  padding: 100px 0 50px;
}
.quality-page .service-2 img {
  width: 100%;
}
.quality-page .service-2 .box {
  position: relative;
}
.quality-page .service-2 .box .box2 {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 55%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.quality-page .service-2 .box .box2 h4 {
  font-size: 48px;
  /*font-weight: 600;*/
  line-height: 1.3;
  font-family: var(--font);
}
.quality-page .service-2 .box .box2 .text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 25px;
  color: white;
}
.p05-manufacture{
    padding-bottom: 100px;
    padding-top: 3rem;
}
.container,.mml-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px  10px 0px;
}
.p05-how .title {
    margin-bottom: 100px
}

.p05-how .tab-blk h3 {
    font-size: 48px;
    margin-bottom: 65px
}

.p05-how .tab-blk:not(:last-child) {
    margin-bottom: 120px
}

.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}

.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    padding-bottom: 10px;
    padding-right: 15px
}

.p05-how .nav-tab a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #0b2ea6;
    content: '';
    display: block
}

.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px
}

.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a .num {
    display: inline-block;
     
    
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    color: rgba(153,153,153,.5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a p {
    color: rgba(153,153,153,.5);
    
    font-size: 16px;
    line-height: 24px;
    
    
}

.p05-how .nav-tab a.active .one-tab::before,.p05-how .nav-tab a:hover .one-tab::before {
    background-color: var(--color);
}

.p05-how .nav-tab a.active .num,.p05-how .nav-tab a:hover .num {
    color: var(--color);
}

.p05-how .nav-tab a.active p,.p05-how .nav-tab a:hover p {
    color: var(--color);
}

.p05-how .tab-outer {
    margin-top: 60px
}

.p05-how .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.p05-how .info {
    /*max-width: 650px;*/
    width: 55%;
    padding-left: 70px
}
.p05-how .info h2 {
    margin-bottom: 20px
}

/*.p05-how .info p {
    max-width: 465px
}*/
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: var(--color);
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: var(--color);
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.gallery-page {
    padding: 70px 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box a.img-box img{
  width: 100%;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    min-height: 5.7rem;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: var(--color);
    color: white;
}
.inner-page .sidebar-box {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;*/
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  position: sticky;
  top: 240px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--font);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 28px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-pdf .inner-title{
  border-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'BackNine';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Krona';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 {
    padding: 60px 0;
  }
  .service-page .service-1 span.tag {
    font-size: 20px;
    line-height: 36px;
  }
  .service-page .service-1 h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list {
    margin-top: 50px;
  }
  .service-page .service-1 .list ul li .box .content h4,
  .service-page .service-2 a.more {
    font-size: 20px;
  }
  .service-page .service-1 .list ul li .box .content p {
    font-size: 14px;
  }
  .service-page .service-1 .list ul li .box .content a.more img {
    max-width: 40px;
  }
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li .left:before{
    font-size: 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .service-page .service-3 a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-3 ul li .item {
    padding: 50px 23px;
  }
}
@media screen and (max-width: 1500px) {
  .f_56 {
    font-size: 36px;
  }
  .font-48 {
    font-size: 38px;
  }
  .f_44 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 ul li .item .box {
    width: 70%;
  }
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
  .service-page .service-3 h2:after {
    margin-top: 15px;
  }
  .service-page .service-3 .list {
    margin: 30px 0 50px;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 28px;
  }
  .service-page .header{
    width: 60%;
  }
  .service-page .quality-2 .content ul{
    margin-right: -50px;
  }
  .service-page .quality-2 .content ul li{
    padding-right: 50px;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date {
    width: 200px;
  }
   .news-page .ui.container ul.newslist li .text {
    width: calc(100% - 200px);
  }
  .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
     .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .product-page{
    padding: 80px 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .about-page .about-3 .left .title {
    font-size: 66px
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 ul li .item .box {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 40px;
  }
  .about-page .about-1 .ui.container .right ul.data li span{
    font-size: 36px;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
  .about-page .about-5 .left .title {
        font-size: 53px
  }

    .about-page .about-5 .right .content ul li {
        padding: 40px 20px
    }

    .about-page .about-5 .right .content ul li .tit {
        font-size: 60px
    }

    .about-page .about-5 .right .content ul li .con {
        margin-top: 10px
    }
    .about-page .about-5 .right .content ul li {
        padding: 60px 20px
    }
}
@media screen and (max-width: 1000px) {
  .service-page div.formBox{
    padding: 60px 30px;
  }
  .service-page div.formBox ul li input[type=submit]{
    width: 20%;
  }
  .f_56 {
    font-size: 36px;
  }
  .about-page .about-1{
    padding: 60px 0;
  }
  .about-page .about-1 .ui.container .right ul.data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .right ul.data li {
    width: 50%;
  }
  .about-page .about-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-3 ul li {
    width: 50% !important;
  }
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-4 .top .right a.mores {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
  .about-page .about-3{
    padding: 60px 0;
  }
  .about-page .about-4 .top .left{
    width: 100%;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
  .about-page .about-2 .ui.container{
    display: block;
  }
  .about-page .about-2 .ui.container .left{
    width: 100%;
  }
  .about-page .about-2 .ui.container .right{
    width: 100%;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 24px;
  }
  .service-page .service-1 h2 {
    line-height: 44px;
  }
  .service-page .service-2 .list ul li .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li:nth-child(even) {
    margin: 25px 0;
  }
  .service-page .service-2 .list ul li .right .img {
    height: 200px;
  }
  .service-page .service-2 a.more {
    margin-top: 40px;
  }
  .service-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }
  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .service-page .quality-2 .header p {
    width: 90%;
  }
  .service-page .service-new .box ul li .box2{
    padding: 30px 10px;
  }
  .service-page .header{
    width: 70%;
  }
  .service-page .service-new .box ul li {
    padding: 0;
  }
  .service-page .quality-2 .content ul{
    margin-right: -60px;
  }
  .service-page .quality-2 .content ul li{
    padding-right: 60px;
  }
  .body-overflow-box{
    overflow: hidden;
  }
  .contact-page .init-1 .container .list_cont .list{
    width: 100%;
    text-align: center;
  }
  .contact-page .init-2 .container .left{
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .contact-page .init-2 .container .right{
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .inner-page .sidebox{
    padding: 60px 0;
  }
   .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .prints-sec .mml-row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-sec .prints-sec .mml-row .img-wrap{
    width: 100%;
    order: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap{
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .faq-page .faq-1,
    .faq-page .faq-2{
      padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .inner-page .form ul li {
        width: 100% !important;
    }
    .gallery-page{
      padding: 40px 0;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
     .product-page .product-list ul li {
    width: 50%;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .about-page .about-5 .left {
    position: initial;
    width: 100%
  }
  .about-page .about-5 .right {
    width: 100%;
    margin-top: 30px
  }
}
@media screen and (max-width: 768px) {
  .about-page .about-3 .top h3 {
    font-size: 30px;
  }
  .about-page .about-3 .top .content,
  .about-page .about-3 .top h3 {
    width: 100%;
  }
  .about-page .about-3 ul li {
    width: 100% !important;
  }

}
@media screen and (max-width: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .ui.container .left .title{
    margin-bottom: 20px;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 20px;
  }
  .about-page .about-2 {
    padding: 40px 0 30px;
  }
  .about-page .about-2 .ui.container .left {
    display: none;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 0;
    width: 100%;
  }
  .about-page .about-3{
    padding: 30px 0;
  }
  .about-page .about-3 .top{
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li .item{
    padding: 20px 15px;
  }
  .f_56 {
    font-size: 30px;
  }
  .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
  .service-page .service-1 .list ul li .box .content {
    padding: 10px;
  }
  .service-page .service-3 .content {
    max-width: none;
  }
  .service-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }
  .service-page .service-2 a.more {
    font-size: 16px;
  }
  .service-page .service-1{
    padding: 30px 0;
  }
  .service-page .service-new .box ul li .box2{
    padding: 10px 0;
  }
  .service-page .service-1 span.tag{
    margin-top: 0;
  }
  .service-page .quality-2 {
    display: none;
  }
  .service-page{
    margin-bottom: 30px;
  }
  .service-page .service-new .box ul li {
    padding: 0 15px;
  }
  .service-page div.formBox{
    padding: 25px 15px;
    margin-bottom: 0;
  }
  .service-page div.formBox ul li input[type=submit]{
    width: 25%;
  }
  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .prints-sec .mml-row .text-wrap h3,
  .production-sec .pur-sec .container .text-wrap h3{
    font-size: 28px;
    line-height: 32px;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
   .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .m-link .prev {
    width: 100%;
  }
   .m-link .next {
    width: 100%;
    text-align: left;
  }
   .m-link a em {
    font-size: 16px;
  }
  .m-link a span {
    font-size: 14px;
    line-height: 2;
  }
  .p05-how .tab-blk:not(:last-child) {
        margin-bottom: 60px
    }

    .p05-how .info {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .p05-how .info p {
        max-width: 100%
    }

    .p05-how .img {
        width: 100%;
        margin: 0 auto 30px
    }
    .p05-how .nav-tab {
        border-bottom: none
    }

    .p05-how .nav-tab a {
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding-left: 15px!important
    }

    .p05-how .nav-tab a:nth-child(even)::before {
        display: none
    }

    .p05-how .tab-outer {
        margin-top: 30px
    }
    .product-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
  .about-page .about-5 .left .title {
    font-size: 46px
  }
  .gallery-page .gallery-list ul li{
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .left .title {
      font-size: 32px;
      line-height: 1.6
  }

  .pxl-service-grid-layout2 .item--title {
      line-height: 4rem
  }

  .about-page .about-5 .right {
      padding-left: 0
  }

  .about-page .about-5 .right .tag {
      display: none
  }

  .about-page .about-5 .right .content ul li {
      margin-bottom: 20px;
      background: rgba(241,238,226,.8);
      padding: 30px 15px
  }

  .about-page .about-5 .right .content ul li .tit {
      font-size: 40px
  }

  .about-page .about-5 .right .content ul li .con {
      font-size: 16px;
      line-height: 1.8
  }
  .service-page div.formBox ul li:nth-child(11){
    margin-top: 0;
  }
  .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
   .pt_80{
    padding-top: 40px;
  }
  .f_56 {
    font-size: 22px;
  }
   .f_20 {
    font-size: 16px;
  }
  .font-40{
    font-size: 32px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .f_44 {
    font-size: 22px;
    line-height: 2;
  }
  .about-page .about-2 .ui.container {
    margin-left: 0;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right p{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right ul.data{
    display: none;
  }
  .about-page .about-3 .top .content{
    font-size: 15px;
  }
  .inner-page span.tt{
    padding-left: 0;
  }
  .inner-page span.tt::before{
    display: none;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
  .service-page .service-1 h2{
    margin: 0;
  }
  .service-page .service-1 span.tag{
    font-size: 18px;
  }
  .service-page .service-1 .text{
    margin-bottom: 15px;
  }
  .service-page .service-2 .list ul li .left h4, .service-page .service-new .box ul h4{
    font-size: 30px;
    margin: 10px 0;
  }
  .service-page div.formBox h4{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .service-page div.formBox ul li{
    width: 100%;
  }
  .service-page div.formBox ul li input[type=submit]{
    width: 40%;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-30 {
    line-height: 1.8;
    font-size: 24px;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .contact-page .init-2{
    margin-top: 40px;
  }
  .contact-page .init-2 .container{
    padding: 20px 16px;
  }
  .contact-page .init-2 .container .left .tips{
    font-size: 20px;
  }
  .contact-page .init-3{
    margin-top: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
  .quality-page .service-2 .box .box2 h4 {
    font-size: 24px;
  }
  .quality-page .service-2 .box .box2 {
    position: static;
    margin-top: 20px;
    width: 100%;
    color: black;
  }
  .quality-page .service-2 .box .box2 .text,.service-page .service-3 .box .right .text {
    color: inherit;
    font-size: 16px;
  }
  .p05-how .title {
        margin-bottom: 30px
    }

    .p05-how .tab-blk h3 {
        margin-bottom: 30px
    }

    .p05-how .nav-tab a:first-child {
        padding-left: 15px
    }

    .p05-how .nav-tab a .num {
        font-size: 26px;
        margin-right: 10px
    }
}
@media screen and (max-width:400px) {
    .p05-how .nav-tab a {
        width: 100%
    }

    .p05-how .nav-tab a::before {
        display: none!important
    }

    .p05-how .nav-tab a p {
        max-width: 100%
    }
}
.sustainable-page .init-5{
  padding-bottom: 80px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 500;
  font-family: var(--font);
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: #ee9f2b;
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content .slick li .box {
  background-color: #f9f9f9;
}
.sustainable-page .init-5 .container .content .slick li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content .slick li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content .slick li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content .slick li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font);
}
.sustainable-page .init-5 .container .content .slick li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
  background: #f9f9f9;
}
.service-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 45px;
  line-height: 2;
  font-family: var(--font);

}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
@media screen and (max-width: 1500px) {
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1000px) {
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content .slick li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    width: 100%;
  }
  .sustainable-page .init-5{
  padding-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right .des {
    margin-top: 10px;
  }
}

.technology-page #index-body .init{
  padding: 108px 0;
}
.technology-page #index-body .init ul li{
  margin-bottom: 0;
}
.technology-page #index-body .init ul li .img-box{
  width: 50%;
}
.technology-page #index-body .init ul li .text{
  width: 50%;
  padding: 0 15px 0 110px;
}
.technology-page #index-body .init ul li:nth-child(even) .text{
  padding: 0 58px 0 82px;
}
@media screen and (max-width: 1440px) {
  .news-page .ui.container ul.newslist li .text h5,
  .news-page .ui.container ul.newslist li .text .content p{
    width: 100%;
  }

}
@media screen and (max-width: 1280px) {
  .technology-page #index-body .init ul li .text{
    padding: 0 15px 0 30px;
  }
  .technology-page #index-body .init ul li:nth-child(even) .text{
    padding: 0 30px 0 15px;
  }
  .quality-page .service-2 .box .box2{
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .technology-page #index-body .init{
    padding: 60px 0;
  }
  .technology-page #index-body .init ul li .text{
    padding: 0 15px;
  }
  .technology-page #index-body .init ul li:nth-child(even) .text{
    padding: 0 15px;
  }
  .p05-how .info{
    padding-left: 20px;
  }
  .p05-how .info h2{
    font-size: 20px;
    line-height: 1.4;
  }
  .p05-how .info p{
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 0;
  }
  .news-page .ui.container ul.newslist li .date {
    width: auto;
    display: block;
  }
  .news-page .ui.container ul.newslist li .img{
    display: none;
  }
  .news-page .ui.container ul.newslist li .text{
    width: 100%;
  }
  .quality-page .service-2 .box .box2{
    width: 100%;
    left: 0;
    display: block;
    color: #000;
  }
  .quality-page .service-2 .box .box2{
    position: initial;
  }
  .quality-page .service-2 .box .box2 .text{
    color: #000;
    line-height: 1.6;
  }
}
@media screen and (max-width: 700px){
  .quality-page .service-2{
    padding: 30px 0;
  }
  .mml-row{
    padding: 30px 10px 0 0;
  }
  .quality-page .service-2 .box .box2 h4{
    font-size: 36px;
  }
  .p05-how .tab-blk h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .technology-page #index-body .init{
    padding: 30px 0;
  }
  .technology-page #index-body .init ul li{
    display: block;
    margin-bottom: 20px;
  }
  .technology-page #index-body .init ul li .img-box{
    width: 100%;
  }
  .technology-page #index-body .init ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .technology-page #index-body .init ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
  .technology-page #index-body .init ul li:last-child{
    margin-bottom: 0;
  }
  .p05-how .info {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .service-2 .box .box2 .text{
    line-height: 1.8;
  }
  .p05-how .tab-blk h3{
    font-size: 30px;
  }
}

.yszc_box{
  position: fixed;
  left: 32px;
  bottom: 32px;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  padding: 15px 30px;
  width: 350px;
  max-width: 70%;
  color: #000;
  display: none;
}
.yszc_box .yszc_head{
  font-size: 24px;
  font-weight: 700;
}
.yszc_box .yszc_body{
  margin:22px 0 30px;
  max-height: 250px;
  overflow-y: scroll;
}
.yszc_box .yszc_body p{
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.yszc_box .yszc_btn a{
  cursor: pointer;
  display: block;
  width: 100%;
  line-height: 48px;
  background: rgba(0,0,0,1);
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.yszc_box .yszc_btn a.cl_btn{
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.yszc_box .yszc_btn a.ty_btn:hover{
  opacity: 0.8;
}
.text span{
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

.right_nav_list{position:fixed;bottom:150px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-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,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}

.product-add{
  background-image: -webkit-linear-gradient(178deg, #1a4893 0%, #237699 0%, #2ca39f 0%, #36738e 47%, #3f437c 100%), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(178deg, #1a4893 0%, #237699 0%, #2ca39f 0%, #36738e 47%, #3f437c 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(-88deg, #1a4893 0%, #237699 0%, #37badc 0%, #2e81bc 47%, #165891 100%), linear-gradient(#000000, #000000);
  color: #fff;
  padding: 34px 104px 36px 55px;
  font-size: 26px;
  line-height: 1.7;
  font-family: var(--font);
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 39px;
}
.product-add::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -54px;
  width: 298px;
	height: 126px;
  background: url(../images/sb-add.png) no-repeat;
}
.product-add a{
  color: #c7e5ff;
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .product-add{
    padding: 34px 50px 36px;
  }
}
@media screen and (max-width: 1440px) {
  .product-add{
    padding: 34px 30px 36px;
    font-size: 23px;
  }
}
@media screen and (max-width: 1000px) {
  .product-add{
    padding: 20px 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 700px) {
  .product-add:after{
    zoom: .8;
  }
}
@media screen and (max-width: 500px) {
  .product-add:after{
    zoom: .4;
  }
}
.seoPublicnew .seoIndustry .text a {
  color: #ee9f2b;
}
    .seoPublic .title {
        font-size: 32px;
        font-family: var(--font);
        line-height: 1.4;
        margin-bottom: 2em;
        text-align: center;
    }

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

    .seoPublic > div:nth-child(odd) {
        background: #ffffff;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

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

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

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

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

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

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

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

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        line-height: 28px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 30px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

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

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

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
      display: flex;
      justify-content: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
        line-height: 1.8;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        min-height: 1.8;
        color: #111;
        font-family: var(--font);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 28px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
            line-height: 32px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
.aft01 {
    padding: 120px 0 100px;
    background: url(/template/en/images/aft01_bg.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.aft01 h4 {
    font-size: 30px;
    color: #333;
    margin: 16px 0 28px;
    font-weight: 700
}

.aft01 .box {
    display: flex;
    margin-bottom: 60px
}

.aft01 .box .min {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.aft01 .box .min:nth-of-type(1) {
    transition: .5s;
    background-color: #474747;
    position: relative;
    z-index: 1;
    left: 0
}

.aft01 .box .min:nth-of-type(2) {
    transition: .5s;
    background-color: rgb(36 36 36/90%);
    margin-left: -42px;
    position: relative;
    right: 0
}

.aft01 .box:hover .min:nth-of-type(1) {
    left: 308px
}

.aft01 .box:hover .min:nth-of-type(2) {
    right: 308px
}

.aft01 .box .min h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff
}

.aft01 .box .min h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center
}

.aft01 .box .min img {
    width: 42px
}

.aft01 p {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

.aft02 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
}

.aft02 .bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px
}

.aft02 .bg_fix:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0
}

.aft02 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.aft02 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 47px;
    z-index: 1;
    position: relative
}

.aft02 .top .hu_h3 {
    color: #fff
}

.aft02 .top p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 10px
}

.aft02 .top .line {
    height: 75px;
    width: 1px;
    background-color: rgba(255,255,255,.4);
    margin: 28px 0;
    position: relative
}

.aft02 .top .line:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    animation: 2s linear .5s infinite hua2
}

@keyframes hua2 {
    from {
        top: 0
    }

    to {
        top: 95%
    }
}

.aft02 .top h4 {
    font-size: 30px;
    color: #fff
}

.aft02 .botF {
    position: relative
}

.aft02 .botF .fa {
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 74px;
    color: #cbcbcb;
    outline: none
}

.aft02 .botF .fa:hover {
    color: var(--color)
}

.aft02 .bot {
    position: relative;
    overflow: hidden;
    margin: auto;
}
.aft02 .bot .swiper-slide{
  padding: 5px;
}
.aft02 .bot .box {
    background-color: #fff;
    padding: 50px 0;
    border-radius: 12px;
    box-shadow: 0px 5px 5px rgb(102 102 102/30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.aft02 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px
}

.aft02 .bot .box:hover .icon:before {
    animation: img01anime 10s 0s linear infinite
}

.aft02 .bot .box:hover .icon:after {
    animation: img02anime 10s 0s linear infinite
}

.aft02 .bot .box .icon:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

.aft02 .bot .box .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

@keyframes img01anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes img02anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.aft02 .bot .box .icon img {
    width: 56px;
    transition: 0s
}

.aft02 .bot .box h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #666;
    margin-bottom: 5px;
    margin-top: 54px
}

.aft02 .bot .box h5 {
    font-size: 24px;
    position: relative;
    color: #111;
    text-align: center;
    line-height: 1.2;
    padding: 0 20px;
}

.aft02 .bot .box h5:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.aft02 .bot .box p {
    padding: 30px 15px;
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    height: auto;
    text-align: center;
    max-height: 150px;
    overflow-y: auto;
}

.aft02 .bot .box:hover h5:after {
    background-color: #fff
}

.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p {
    color: #fff
}

.aft02 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10)
}

.aft02 .bot .box:hover .icon,.aft02 .bot .box:hover .icon:before,.aft02 .bot .box:hover .icon:after {
    border-color: #fff
}

.aft02 .bot .box:hover {
    background-color: var(--color);
    background-image: linear-gradient(135deg,var(--color),var(--color2))
}

.aft02 .bot .aft02Swiper {
    margin: auto
}

.aft02 .bot {
    margin: auto;
    padding: 22px 0
}

.aft03 {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background-color: #faf9f9
}

.aft03 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}

.aft03 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 45%;
    height: 695px
}

.aft03 .icenter2 .le:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    z-index: 1
}

.aft03 .icenter2 .le:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0)
}

.aft03 .icenter2 .le img {
    height: 100%
}

.aft03 .icenter2 .le:hover img {
    transform: scale(1.1)
}

.aft03 .icenter2 .ri {
    width: 50%
}

.aft03 .icenter2 .ri>ul {
    margin: 20px 0 0
}

.aft03 .icenter2 .ri>ul li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.aft03 .icenter2 .ri>ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 13px;
    content: ""
}

.aft03 dl dd {
    padding-top: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}

.aft03 dl dd .icon {
    width: 86px;
    margin-right: 58px
}

.aft03 dl dd .text h4 {
    position: relative;
    padding-bottom: 0;
    font-size: 18px;
    color: #333;
    width: fit-content;
    margin-bottom: 10px
}

.aft03 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: 700
}

.aft03 dl dd .text h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(--color)
}

.aft03 dl dd .text p {
    font-size: 18px;
    color: #666
}

.aft04 {
    background: url(/template/en/images/aft04_bg.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    padding: 130px 0 180px
}

.aft04 .icenter2 {
    position: relative;
    z-index: 1
}

.aft04:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(239,241,247,.65);
    position: absolute;
    left: 0;
    top: 0
}

.aft04 .hu_h3 {
    padding-left: 42px
}

.aft04 dl {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2
}

.aft04 dl dd {
    width: 48%;
    padding-left: 42px;
    padding-bottom: 42px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between
}

.aft04 dl dd .bg {
    position: absolute;
    width: 127px;
    left: 0;
    bottom: 0;
    transition: .5s
}

.aft04 dl dd:hover .bg {
    left: 30px;
    bottom: 30px
}

.aft04 dl dd .le {
    width: 38.5%
}

.aft04 dl dd .ri {
    width: 51%
}

.aft04 dl dd .ri .name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    width: 156px;
    height: 43px;
    border: 1px solid #d3d3d4;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.aft04 dl dd:hover .ri .name {
    background-color: #cd161d;
    color: #fff
}

.aft04 dl dd .ri .number {
    margin-top: 78px
}

.aft04 dl dd .ri .number .t {
    display: flex;
    align-items: center;
    margin-bottom: 17px
}

.aft04 dl dd .ri .number .t .icon {
    width: 65px;
    margin-right: 12px;
    animation: bounce-up-data-v-7e3caf58 1.5s linear infinite
}

.aft04 dl dd .ri .number .t a {
    font-size: 40px;
    font-weight: 700;
    color: #cd161d;
    position: relative
}

.aft04 dl dd .ri .number .t a:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -7px;
    width: 50px;
    height: 3px;
    background-color: #cd161d
}

.aft04 dl dd .ri .number span {
    font-size: 18px;
    color: #999
}

@media screen and (max-width: 1600px) {
    .aft01 {
        padding:100px 0 90px
    }

    .aft01 h4 {
        font-size: 25px;
        margin: 10px 0 22px
    }

    .aft01 .box .min {
        width: 320px;
        height: 320px
    }

    .aft01 .box:hover .min:nth-of-type(1) {
        left: 278px
    }

    .aft01 .box:hover .min:nth-of-type(2) {
        right: 278px
    }

    .aft01 .box .min h5 {
        font-size: 17px;
        margin-bottom: 26px
    }

    .aft01 .box .min h6 {
        font-size: 22px;
        margin-bottom: 44px
    }

    .aft01 .box .min img {
        width: 32px
    }

    .aft01 .box {
        margin-bottom: 38px
    }

    .aft02 .top p {
        font-size: 15px;
        line-height: 30px;
        margin-top: 8px
    }

    .aft02 .top {
        margin-bottom: 30px
    }

    .aft02 .top h4 {
        font-size: 24px
    }

    .aft02 .top .line {
        height: 55px;
        margin: 20px 0
    }

    .aft02 .bot {
        padding: 22px 0
    }

    .aft02 .botF {
        padding: 0 13px
    }

    .aft02 .botF .fa {
        font-size: 65px
    }

    .aft02 .bot .box {
        padding: 43px 0;
        box-shadow: 0 0 11px #d8d8d8
    }

    .aft02 .bot .box .icon {
        height: 95px;
        width: 95px
    }

    .aft02 .bot .box .icon img {
        width: 48px
    }

    .aft02 .bot .box h4 {
        font-size: 26px;
        margin-bottom: 5px;
        margin-top: 44px
    }

    .aft02 .bot .box h5 {
        font-size: 16px;
    }
    .aft02 .botF .fa-angle-left {
        left: -18px
    }

    .aft02 .botF .fa-angle-right {
        right: -18px
    }

    .aft02 {
        padding: 115px 0 90px
    }

    .aft02 .bg_fix {
        height: 555px
    }

    .aft03 .icenter2 .ri>ul li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 24px
    }

    .aft03 .icenter2 .ri>ul {
        margin: 16px 0 0
    }

    .aft03 dl dd {
        padding-top: 34px;
        padding-bottom: 12px
    }

    .aft03 dl dd .icon {
        width: 74px;
        margin-right: 50px
    }

    .aft03 dl dd .text h4 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .aft03 dl dd .text h4 strong {
        font-size: 58px
    }

    .aft03 dl dd .text h4:after {
        height: 4px
    }

    .aft03 dl dd .text p {
        font-size: 15px
    }

    .aft03 .icenter2 .le {
        height: 529px
    }

    .aft04 {
        padding: 100px 0 155px
    }

    .aft04 dl dd {
        padding-left: 36px;
        padding-bottom: 36px
    }

    .aft04 .hu_h3 {
        padding-left: 36px
    }

    .aft04 dl {
        margin-top: 38px
    }

    .aft04 dl dd .ri .number .t .icon {
        width: 48px;
        margin-right: 10px
    }

    .aft04 dl dd .ri .number .t a {
        font-size: 30px
    }

    .aft04 dl dd .ri .number .t a:after {
        width: 41px
    }

    .aft04 dl dd .ri .number span {
        font-size: 16px
    }

    .aft04 dl dd .ri .name {
        font-size: 16px;
        width: 133px;
        height: 38px
    }

    .aft04 dl dd .bg {
        width: 115px
    }

    .aft04 dl dd .ri .number {
        margin-top: 70px
    }
}

@media only screen and (max-width: 768px) {
    .aft01 {
        padding:50px 0
    }

    .aft01 h4 {
        font-size: 22px;
        margin: 10px 0 22px
    }

    .aft01 .box .min {
        width: 192px;
        height: 192px
    }

    .aft01 .box .min h5 {
        font-size: 14px;
        margin-bottom: 20px
    }

    .aft01 .box .min h6 {
        font-size: 16px;
        margin-bottom: 34px;
        height: 40px;
        display: flex;
        align-items: center
    }

    .aft01 p {
        font-size: 16px
    }

    .aft01 .box .min:nth-of-type(2) {
        margin-left: -25px
    }

    .aft02 .top p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px
    }

    .aft02 .top .line {
        height: 42px;
        margin: 14px 0;
        position: relative
    }

    .aft02 .top h4 {
        font-size: 22px
    }


    .aft02 .top {
        margin-bottom: 20px
    }

    .aft02 .botF {
        padding: 0
    }

    @keyframes hua2 {
        from {
            top: 0
        }

        to {
            top: 95%
        }
    }

    .aft02 .bot .aft02Swiper {
        width: 100%
    }

    .aft02 .bot {
        width: 100%;
        padding: 20px
    }

    .aft02 .botF .fa-angle-left {
        left: -8px
    }

    .aft02 .botF .fa-angle-right {
        right: -8px
    }

    .aft02 {
        padding: 80px 0 40px
    }

    .aft02 .bg_fix {
        height: 483px
    }

    .aft03 .icenter2 {
        flex-flow: wrap
    }

    .aft03 .icenter2 .le {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .aft03 .icenter2 .ri {
        width: 100%
    }

    .aft03 dl dd .icon {
        width: 60px;
        margin-right: 31px
    }

    .aft03 {
        padding-bottom: 50px
    }

    .aft04 {
        padding: 50px 0 20px;
        background-attachment: unset
    }

    .aft04 .hu_h3 {
        padding-left: 0
    }

    .aft04 dl {
        margin-top: 26px;
        flex-flow: wrap
    }

    .aft04 dl dd {
        padding-left: 22px;
        padding-bottom: 22px;
        width: fit-content;
        margin-bottom: 30px
    }

    .aft04 dl dd .bg {
        width: 72px;
        bottom: 0
    }

    .aft04 dl dd .le .imgbox {
        height: 153px;
        width: 123px
    }

    .aft04 dl dd .ri .name {
        font-size: 14px;
        width: 114px;
        height: 33px
    }

    .aft04 dl dd .ri .number {
        margin-top: 38px
    }

    .aft04 dl dd .ri .number .t a {
        font-size: 24px
    }

    .aft04 dl dd .ri .number .t .icon {
        width: 32px;
        margin-right: 6px
    }

    .aft04 dl dd .ri .number span {
        font-size: 14px
    }

    .aft04 dl dd .ri {
        width: 60%;
        margin-left: 8%
    }

    .aft01 .box:hover .min:nth-of-type(1) {
        left: 168px
    }

    .aft01 .box:hover .min:nth-of-type(2) {
        right: 168px
    }
}

.custom-2new .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-2new .ui .top .left {
    padding-right: 65px
}

.custom-2new .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color)
}

.custom-2new .ui .top .left p {
    line-height: 2;
    margin-top: 35px
}

.custom-2new .ui .bottom {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-2new .ui .bottom .left {
    padding-right: 80px
}

.custom-2new .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px
}

.custom-2new .ui .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.custom-2new .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 36px
}

.custom-2new .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}

.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
    cursor: pointer;
}

.custom-2new .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 75px;
    line-height: 1.8;
    display: none;
    font-size: 16px
}

@media screen and (max-width: 1250px) {
    .font-48 {
        font-size:30px
    }

    .custom-2new .ui .bottom .left {
        padding-right: 0
    }

    .font-36 {
        font-size: 28px
    }

    .font-16 {
        font-size: 16px;
        line-height: 30px
    }
}

@media screen and (max-width: 1000px) {
    .font-30 {
        font-size:18px;
        line-height: 32px
    }

    .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px
    }

    .custom-2new .ui .bottom .right {
        padding-right: 0
    }

    .custom-2new .ui .bottom {
        padding: 30px 25px
    }
}

@media screen and (max-width: 700px) {
    .font-40 {
        font-size:28px
    }

    .font-20 {
        font-size: 14px
    }

    .custom-2new .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .custom-2new .ui .top .left {
        padding-right: 0;
        width: 100%
    }

    .custom-2new .ui .top .right {
        width: 100%
    }

    .custom-2new .ui .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px
    }

    .custom-2new .ui .bottom .left {
        padding-right: 0;
        width: 100%
    }

    .custom-2new .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px
    }
}

@media screen and (max-width: 500px) {
    .font-40 {
        font-size:20px
    }

    .font-48 {
        font-size: 24px;
        line-height: 40px
    }

    .font-36 {
        font-size: 24px
    }
}
.hu_h3 {
    font-size: 60px;
    font-family: var(--font);
    color: #111
}



.form-page{
  padding: 80px 0;
}

.form-page .info *{
  color: #000;
}

#addForm4 {
  text-align: center;
  /*padding: 0 100px;*/
}
#addForm4 h3 {
  font-size: 44px;
    font-family: var(--font);
  line-height: 1.2;
}
#addForm4 p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
#addForm4 h5 {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
      color: #787878;
  margin-top: 10px;
}
#addForm4 h5 em {
  color: #74b357;
}
#addForm4 ul {
  margin: 60px -60px 0 0;
}
#addForm4 ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
#addForm4 ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#addForm4 ul li label em {
  display: inline-block;
  vertical-align: top;
  color: #74b357;
}
#addForm4 ul li input[type="text"],
#addForm4 ul li textarea {
  width: 100%;
  height: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}
#addForm4 ul li input[type="text"]:focus,
#addForm4 ul li textarea:focus {
  border-bottom-color: #70b459;
}
#addForm4 ul li input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#addForm4 ul li textarea {
  height: 120px;
}
#addForm4 ul li .file {
  padding-top: 10px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
#addForm4 ul li .file span {
  min-width: 144px;
  height: 40px;
  padding: 0 15px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}
#addForm4 ul li.wid-100 {
  width: 100%;
}
#addForm4 input[type="submit"] {
  margin-top: 50px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
}
@media screen and (max-width: 1600px) {
  .hu_h3{
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
  }
  .aft02 .bot .box p {
    height: auto;
  }
  .aft02 .bot .box {
    padding: 43px 0;
  }
}
@media screen and (max-width: 1400px) {
  .aft02 .botF .swiper-button-prev,
  .aft02 .botF .swiper-button-next{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #addForm4{
    padding: 0 40px;
  }
  .blog-page ul li h5{
    min-height: 0!important;
  }
  .video-page .init-1 .container .list .content ul{
    display: flex;
    flex-wrap: wrap;
  }
  .video-page .init-1 .container .list .content ul li{
    width: 50%;
  }
  .video-page .init-1 .container .list .titleC .btnC{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #addForm4{
    padding: 0 20px;
  }
.hu_h3{
        font-size: 26px;
        text-align: center;
  }
  .video-page .init-1 .container .list .titleC .title {
     font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .video-page .init-1 .container .list .content ul li{
    width: 100%;
  }
}