@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #073190;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1610px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: .5s;
}
#header.active {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .ui.container {
  max-width: 1540px;
}
#header .h-top {
  position: relative;
  z-index: 1;
}
#header .h-top .more {
  height: 2.55555556em;
  font-weight: 300;
}
#header .h-top form {
  width: 200px;
  border: 1px solid black;
  border-radius: 2em;
  height: 2.55555556em;
}
#header .h-top form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
#header .h-top form button {
  width: 2.55555556em;
  border: none;
  background-color: transparent;
}
#header .h-top .yuy span {
  text-transform: capitalize;
  width: 2.55555556em;
  height: 2.55555556em;
  border: 1px solid black;
  border-radius: 100%;
}
#header .h-top .yuy ul {
  right: 0;
  left: auto;
}
#header hr {
  background-color: rgba(222, 222, 222, 0.7);
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 56px;
  width: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -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;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active {
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: .5em;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-412581 ul.sub-menu {
  display: none !important;  
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#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;
  cursor: hand;
}
#header .navChild {
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 2px solid black;
  display: none;
  box-shadow: 0 10px 15px rgba(7, 49, 114, .17)
}
#header .navChild .nav li {
  margin-top: .5em;
}
#header .navChild .nav li i {
  font-size: 1.3em;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#header .navChild .nav li:hover,
#header .navChild .nav li.active {
  color: var(--color);
}
#header .navChild .nav li:hover i,
#header .navChild .nav li.active i {
  opacity: 1;
}
#header .navChild span.h6 {
  color: var(--color);
}
#header .navChild .link {
  color: var(--color);
}
#header .navChild .link i {
  font-size: 1.3em;
  line-height: 1;
}
#header .navChild .link:hover {
  color: black;
}
#header .navChild .left {
  border-left: 2px solid black;
  border-right: 2px solid black;
}
#header .navChild .left .nav {
  max-height: 50vh;
  overflow: auto;
}
#header .navChild .back {
  padding: .3em 1em;
  background-color: #eee;
  width: auto;
  border-bottom-right-radius: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .navChild .back:hover {
  background-color: var(--color);
  color: white;
}
#header .navChild .right dl {
  margin-bottom: -2px;
}
#header .navChild .right dl dd {
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
#header .navChild .right .childNav {
  border-right: 2px solid black;
}
#header .navChild .right .childNav ul {
  max-height: 60vh;
  overflow: auto;
}
#header .navChild .right .childNav li {
  margin-bottom: .5em;
}
#header .navChild .right .childNav li:hover,
#header .navChild .right .childNav li.active {
  color: var(--color);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  color: white;
}
#header .nav .search-box i.mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);  
}
#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 #fff;
  font-size: 26px;
  padding: 10px 0;
}
#header .nav .search-box form input[type="text"]::placeholder {
  color: white;
}
#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;
  filter: brightness(0) invert(1);
}
#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;
  filter: brightness(0) invert(1);
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.2;
}
span.h2:not(.font-bold) {
  font-weight: 600;
}
span.tag {
  line-height: 1;
  font-weight: 600;
}
.text {
  line-height: 2;
}
.text.dots {
  font-weight: 600;
}
.text.dots ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .6em;
}
.text.dots ul li:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: black;
  margin-top: .7em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.more {
  height: 3.33333333em;
  padding: 0 2.22222222em;
  border-radius: 1.66666667em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 500;
}
.more:hover {
  background-color: #222;
}
.slickBtn div {
  width: 3em;
  height: 3em;
  background-color: #d0d0d0;
  color: #363636;
}
.slickBtn div i {
  font-size: .7em;
  line-height: 1;
}
.slickBtn div.next i {
  margin-left: .3em;
}
#banner li {
  position: relative;
  overflow: hidden;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  padding: 2%;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  margin-left: auto;
}
#banner li .content .left:before {
  content: '';
  /*width: 100%;*/
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  background-color: inherit;
}
#banner li .content span.h6 {
  color: var(--color);
  font-weight: 600;
  line-height: 2;
  letter-spacing: -0.03em;
}
#banner li .content .btn a:last-child {
  background-color: white;
  color: var(--color);
}
#banner li .content .btn a:last-child:hover {
  background-color: var(--color);
  color: white;
}
#index-body span.h2 {
  color: var(--color);
}
#index-body .init-1 .box {
  color: white;
}
#index-body .init-1 .box span.h2 {
  font-weight: bold;
  color: inherit;
}
#index-body .init-1 .list {
  padding-left: 12%;
  padding-right: 12%;
}
#index-body .init-1 .list ul {
  margin: -0.5em;
}
#index-body .init-1 .list ul .slick-track .slick-slide > div {
  height: auto;
}
#index-body .init-1 .list ul li {
  padding: .5em;
}
#index-body .init-1 .list ul li span.h6 {
  line-height: 1.2;
}
#index-body .init-2 span.h2 {
  font-weight: bold;
  color: inherit;
}
#index-body .init-2 span.h6 {
  line-height: 1;
  font-weight: 500;
  gap: .2em;
}
#index-body .init-2 span.h6 em {
  color: var(--color);
}
#index-body .init-2 .list span.h6 {
  padding: 0 1em;
}
#index-body .init-3 .list {
  position: relative;
}
/*#index-body .init-3 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--color);
}*/
#index-body .init-3 .list ul .slick-track .slick-slide > div {
  height: 50%;
}
#index-body .init-3 .list ul .slick-slide > div {
  width: 50%;
  position: relative;
}
#index-body .init-3 .list ul .slick-slide > div li {
  position: relative;
}
#index-body .init-3 .list ul .slick-slide > div li:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  right: 100%;
  top: 100%;
  background-color: var(--color);
  z-index: -1;
}
#index-body .init-3 .list ul .slick-slide > div:last-child li:before {
  top: 0;
}
#index-body .init-3 .list ul .slick-slide[data-slick-index="0"] > div:first-child li:before,
#index-body .init-3 .list ul .slick-slide.slick-active+.slick-cloned > div:first-child li:before,
#index-body .init-3 .list ul .slick-slide.slick-cloned.slick-current > div:first-child li:before {
  display: none
}
#index-body .init-3 .list ul .slick-slide > div:first-child .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#index-body .init-3 .list ul .slick-slide > div:first-child span.year {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#index-body .init-3 .list ul .slick-slide > div:last-child {
  margin-left: auto;
}
#index-body .init-3 .list ul .slick-slide > div:last-child span.year {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-3 .list .text {
  padding-left: 1em;
  font-weight: normal;
  /*overflow: auto;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
}
#index-body .init-3 .list span.year {
  width: 3.21428571em;
  height: 3.21428571em;
  border-radius: 100%;
  font-weight: 500;
  background-color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list li {
  position: relative;
  border-left: 1px solid #777;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list li .flex {
  height: 100%;
}
#index-body .init-3 .list li:hover {
  border-color: var(--color);
}
#index-body .init-3 .list li:hover span.year {
  background-color: var(--color);
  color: white;
}
#index-body .init-3 .list li:hover .text {
  color: var(--color);
}
#index-body .init-3 .dots ul {
  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;
  gap: 0.75em;
}
#index-body .init-3 .dots li {
  width: 1em;
  height: 1em;
  background-color: #c6c6c6;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .dots li button {
  display: none;
}
#index-body .init-3 .dots li.slick-active {
  background-color: var(--color);
}
#index-body .init-4 .top {
  position: relative;
}
#index-body .init-4 .top:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d0d0d0;
  left: -10px;
  top: 55%;
  position: absolute;
}
#index-body .init-4 .top .left span.h5 {
  font-weight: 600;
  color: var(--color);
  line-height: 1;
}
#index-body .init-4 .top .left .text:not(.dots) {
  color: #333;
  line-height: 30px;
}
#index-body .init-4 .top .left span.h6 {
  font-weight: bold;
  line-height: 1.2;
  color: var(--color);
}
#index-body .init-4 .top .left .dots li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .top .left .dots li:hover {
  color: var(--color);
}
#index-body .init-4 .top .left .dots li:hover:before {
  background-color: var(--color);
}
#index-body .init-4 .top .right {
  -webkit-transform: translateX(31%);
  -moz-transform: translateX(31%);
  -ms-transform: translateX(31%);
  transform: translateX(31%);
}
#index-body .init-4 .top .right > img {
  max-width: 95%;
}
#index-body .init-4 .top .right .content {
  background-color: #e6eaf3;
  padding: 8%;
}
#index-body .init-4 .top .right .content span.h6 {
  font-weight: 600;
  color: var(--color);
  line-height: 1;
}
#index-body .init-4 .box span.h5 {
  font-weight: 600;
  color: var(--color);
  line-height: 1.2;
}
#index-body .init-4 .box span.h6 {
  max-width: 410px;
  line-height: 1.5;
}
#index-body .init-4 .box .slide {
  padding: 4% 3%;
  background-color: #f2f2f2;
}
#index-body .init-4 .box .slide:last-child {
  background-color: var(--color);
  color: white;
}
#index-body .init-4 .box .slide:last-child span.h5 {
  color: inherit;
}
#index-body .init-4 .box .slide:last-child .text.dots li:before {
  background-color: white;
}
#index-body .init-5 .list i {
  background-color: white;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list li:hover i {
  background-color: var(--color);
}
#index-body .init-6 .text.dots {
  font-weight: 500;
}
#index-body .init-6 .text.dots li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-6 .list span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list li:hover span.h6 {
  color: var(--color);
}
#index-body .init-7 {
  background-image: -webkit-radial-gradient(50% 100%, circle, #3f74cf, #1b4b9f);
  background-image: -moz-radial-gradient(50% 100%, circle, #3f74cf, #1b4b9f);
  background-image: radial-gradient(circle at 50% 100%, #3f74cf, #1b4b9f);
  color: white;
}
#index-body .init-7 span.h2 {
  color: inherit;
}
#index-body .init-7 .list span.h6 {
  line-height: 1;
}
#index-body .init-7 span.h5 {
  font-weight: 600;
  line-height: 1;
}
#index-body .init-7 .text.dots {
  font-weight: normal;
}
#index-body .init-7 .text.dots li:before {
  background-color: white;
}
#index-body .init-7 .map {
  width: 141%;
  margin-left: -21%;
  position: relative;
}
#index-body .init-7 .map li {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
}
#index-body .init-7 .map li i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  display: block;
  position: relative;
  z-index: 1;
}
#index-body .init-7 .map li:before,
#index-body .init-7 .map li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: white;
  z-index: -1;
}
#index-body .init-7 .map li:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-7 .map li:nth-child(1) {
  left: 15%;
  top: 28%;
}
#index-body .init-7 .map li:nth-child(2) {
  left: 16%;
  top: 42%;
}
#index-body .init-7 .map li:nth-child(3) {
  left: 20%;
  top: 22%;
}
#index-body .init-7 .map li:nth-child(4) {
  left: 27%;
  top: 6%;
}
#index-body .init-7 .map li:nth-child(5) {
  left: 28%;
  top: 12%;
}
#index-body .init-7 .map li:nth-child(6) {
  left: 30%;
  top: 28%;
}
#index-body .init-7 .map li:nth-child(7) {
  left: 29%;
  top: 70%;
}
#index-body .init-7 .map li:nth-child(8) {
  left: 28%;
  top: 85%;
}
#index-body .init-7 .map li:nth-child(9) {
  left: 37%;
  top: 9%;
}
#index-body .init-7 .map li:nth-child(10) {
  left: 51%;
  top: 55%;
}
#index-body .init-7 .map li:nth-child(11) {
  left: 54%;
  top: 76%;
}
#index-body .init-7 .map li:nth-child(12) {
  left: 56%;
  top: 34%;
}
#index-body .init-7 .map li:nth-child(13) {
  left: 65%;
  top: 22%;
}
#index-body .init-7 .map li:nth-child(14) {
  left: 68%;
  top: 48%;
}
#index-body .init-7 .map li:nth-child(15) {
  left: 75%;
  top: 24%;
}
#index-body .init-7 .map li:nth-child(16) {
  left: 85%;
  top: 43%;
}
#index-body .init-7 .map li:nth-child(17) {
  left: 90%;
  top: 79%;
}
#index-body .init-7 .map li:nth-child(18) {
  left: 78%;
  top: 41%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
#index-body .init-7 .map li:nth-child(18) i {
  background-color: red;
}
#index-body .init-9 .list {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-9 .list li {
  height: 100%;
}
#index-body .init-9 .list li .box {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-9 .list li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #eaeaea;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-9 .list li .box time {
  color: var(--color);
}
#index-body .init-9 .list li .box time i {
  font-size: 2em;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-9 .list li .box time em {
  height: 2.375em;
  padding: 0 1.25em;
  background-color: var(--color);
  color: white;
}
#index-body .init-9 .list li .box span.h6 {
  font-weight: 600;
  font-style: italic;
  line-height: 1.8;
}
#index-body .init-9 .list li .box span.h6 i {
  display: block;
  color: var(--color);
  font-size: 1.2em;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-9 .list li .box hr {
  background-color: #9f9f9f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-9 .list li .box .text {
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-9 .list li .box .link {
  line-height: 1;
  border-bottom: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-9 .list li .box:hover {
  color: white;
}
#index-body .init-9 .list li .box:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .init-9 .list li .box:hover time {
  color: inherit;
}
#index-body .init-9 .list li .box:hover span.h6 i {
  color: inherit;
}
#index-body .init-9 .list li .box:hover hr {
  background-color: white;
}
#index-body .init-9 .list li .box:hover .link {
  border-bottom-color: white;
}
#index-body .init-9 .slickBtn .prev {
  right: 106%;
}
#index-body .init-9 .slickBtn .next {
  left: 106%;
}
#footer {
  background-color: #f8f8f7;
}
#footer .footer-btn {
  background-color: var(--color);
  color: white;
  font-weight: 600;
}
#footer .footer-btn div.flex {
  padding: 0 16%;
}
#footer .footer-btn .more {
  background-color: white;
  font-weight: bold;
  color: var(--color);
}
#footer .footer-top .box .slide .text {
  max-width: 360px;
}
#footer .footer-top .box .slide hr {
  background-color: #0d2a48;
}
#footer .footer-top .box .slide span.h6 {
  line-height: 1;
  color: var(--color);
}
#footer .footer-top .box .slide span.h5 {
  line-height: 1;
  color: var(--color);
}
#footer .footer-top .box .slide .qr {
  max-width: 264px;
}
#footer .footer-top .box .slide .share {
  line-height: 1;
}
#footer .footer-top .box .slide .share a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .slide .share a:hover {
  color: var(--color);
}
#footer .footer-top .box .slide .nav li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .slide .nav li:hover {
  color: var(--color);
}
#footer .footer-top .box .slide .nav li ul {
  display: none;
}
#footer .footer-top .box .slide:nth-child(2) {
  width: 45%;
}
#footer .footer-top .box .slide:last-child hr {
  max-width: 120px;
  margin-left: 0;
  margin-right: auto;
}
#footer .footer-bottom {
  color: #2a2a2a;
}
#footer .footer-bottom .coy {
  border-top: 1px solid #adadac;
}
#footer .footer-bottom svg {
  max-height: 1.55555556em;
  width: auto;
  display: block;
  fill: #2a2a2a;
}
@media screen and (max-width: 1700px) {
  #index-body .init-4 .top .right {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
  #index-body .init-7 .map {
    width: 125%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-9 .slickBtn .prev {
    left: auto;
    right: 102%;
  }
  #index-body .init-9 .slickBtn .next {
    left: 102%;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-9 .slickBtn {
    display: none;
  }
  #index-body .init-9 .slickBtn .prev {
    left: 2%;
    right: auto;
  }
  #index-body .init-9 .slickBtn .next {
    left: auto;
    right: 2%;
  }
  #index-body .init-5 .list i {
    width: 70px;
  }
  #banner .content .text {
    display: none;
  }
  #banner li .content span.h6 br {
    display: none;
  }
  #banner li .content {
    top: 50%;
  }
  #footer .footer-top .box .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(3) > * {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(3) .nav ~ * {
    display: block;
  }
  #footer .footer-top .box .slide .logo img {
    max-height: 40px;
  }
  #footer .footer-top .box .slide .qr {
    max-width: 200px;
  }
  #footer .footer-btn div.flex {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-7 .map {
    width: 100%;
    margin: 0;
  }
  #index-body .init-1 .list {
    padding: 0;
  }
  #index-body .init-4 .top .right {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  #index-body .init-4 .top .right > img {
    max-height: 50px;
  }
  #index-body .init-4 .top .right .content {
    padding: 4%;
  }
  #index-body .init-4 .box .slide {
    padding: 3% !important;
  }
  #index-body .init-5 .list {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content span.h6 {
    display: none;
  }
  .font-40 {
    font-size: 22px;
  }
  #banner li .content .left {
    width: 60%;
  }
  .more {
    height: 2.8em;
    padding: 0 1.6em;
  }
  .font-30 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .slide {
    width: 100%;
    max-width: none !important;
  }
  #footer .footer-top .box .slide .share {
    font-size: 18px;
  }
  #index-body .init-7 .map {
    zoom: .8;
  }
  #index-body .init-3 .list ul .slick-slide > div {
    width: 100%;
  }
  #index-body .init-3 .list .text {
    overflow: unset;
  }
  #index-body .init-3 .list ul .slick-track .slick-slide > div {
    height: 100%;
  }
  #index-body .init-3 .list ul .slick-slide > div:last-child span.year {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  #index-body .init-3 .list ul .slick-list {
    padding-bottom: 1.60714286em;
  }
  #index-body .init-3 .list:before {
    bottom: 1.60714286em;
    top: auto;
  }
  .font-66 {
    font-size: 22px;
  }
  #index-body .init-5 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-5 .list i {
    width: 50px;
  }
  .slickBtn div {
    width: 2.4em;
    height: 2.4em;
  }
  #index-body .init-3 .dots li {
    width: .7em;
    height: .7em;
  }
}
#sidebar ul li {
  margin-top: .5em;
  border-radius: .5em !important;
  border: none;
}
#sidebar ul li .child {
  min-height: 100%;
}
#sidebar {
  right: 1%;
}
.inner-banner {
  color: white;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.inner-banner .ui.container {
  max-width: 1540px;
}
.inner-banner2 .text {
  line-height: 1.6;
}
.inner-banner2 .ui.container {
  max-width: 1540px;
}
.inner-page .ui.container {
  max-width: 1540px;
}
.inner-page .sideBarBox .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  max-width: 350px;
}
.inner-page .sideBarBox .sideBarLeft form {
  border: 1px solid black;
  background-color: #f8f8f8;
  padding: 1.3em;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.inner-page .sideBarBox .sideBarLeft form button {
  border: none;
  background-color: transparent;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2em;
  line-height: 1;
}
.inner-page .sideBarBox .sideBarLeft span.title {
  padding: 1em 12px;
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .nav {
  background-color: #f1f1f1;
  padding: 12px;
}
.inner-page .sideBarBox .sideBarLeft .nav li {
  border-bottom: 1px solid black;
}
.inner-page .sideBarBox .sideBarLeft .nav li li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul {
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .nav li:last-child.pb-50 {
  padding-bottom: 0;
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .nav a.active,
.inner-page .sideBarBox .sideBarLeft .nav a:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .nav.factories a.font-bold {
  color: black;
}
.inner-page .sideBarBox .sideBarLeft .nav.factories a.font-bold:hover,
.inner-page .sideBarBox .sideBarLeft .nav.factories a.font-bold.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .nav a.font-bold i {
  font-weight: normal;
  font-size: 1.5em;
  color: black;
  line-height: 1;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.22222222em;
  height: 2.22222222em;
  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;
  background-color: #e8e8e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1em;
}
/*.product-yd-page .ui.container {
  width: auto;
  max-width: 1810px;
}
.product-yd-page .sideBarRight {
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.2%;
}*/
.product-yd-page .list .link {
  line-height: 1;
  color: var(--color);
}
.product-yd-page .list .link i {
  font-size: 1.3em;
  line-height: 1;
}
.product-yd-page span.h2,
.product-yd-page h1 {
  color: var(--color);
}
.prodet-page .prodet-1 .m-link a {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: .5em 1em;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .m-link a:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .slickBtn div {
  width: auto;
  height: auto;
  background: none;
  color: black !important;
}
.prodet-page .prodet-1 .right span.tag {
  color: var(--color);
}
.prodet-page .prodet-1 .right span.h6 {
  color: var(--color);
  font-weight: 600;
}
.prodet-page .prodet-1 .right h1 {
  font-weight: 600;
}
.prodet-page .prodet-1 .right .text {
  max-height: 600px;
  overflow: auto;
}
.prodet-page .text br+br {
  display: none;
}
.prodet-page .prodet-2 .sideBarRight span.h2 {
  color: var(--color);
  font-weight: 500;
}
.prodet-page .prodet-2 .sideBarRight .line {
  height: 1px;
  background-color: black;
  position: relative;
}
.prodet-page .prodet-2 .sideBarRight .line:before {
  content: '';
  width: 25%;
  height: 6px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: var(--color);
}
.prodet-page .prodet-2 .sideBarRight .text strong {
  color: var(--color);
}
.prodet-page .prodet-2 .sideBarRight .text ul {
  padding-left: 1em;
}
.prodet-page .prodet-2 .sideBarRight .text strong,
.prodet-page .prodet-1 .right .text strong {
  color: var(--color);
}
.about-page {
  background-color: #f9f9f9;
}
.about-page span.h2 {
  color: var(--color);
}
.about-page .about-1 span.h3 {
  color: var(--color);
}
.about-page .about-1 .right img {
  margin-top: -25%;
}
.about-page .about-2 i.iconfont {
  line-height: .8;
  display: block;
}
.about-page .about-2 span.h2 {
  line-height: 1;
}
.about-page .about-2 li {
  padding: 10%;
  border: 1px solid var(--color);
  color: var(--color);
}
.about-page .about-2 .list {
  padding: 0 10%;
}
.about-page .about-3 .box {
  background-color: #f5f8ff;
}
.about-page .about-3 .box span.h5 {
  color: var(--color);
  line-height: 1;
}
.about-page .about-3 .box .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-3 .box .options span {
  padding: 1.54545455em 0.81818182em;
  position: relative;
}
.about-page .about-3 .box .options span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .options span.active {
  color: var(--color);
}
.about-page .about-3 .box .options span.active:after {
  opacity: .1;
}
.about-page .about-3 .box .ret {
  background-color: white;
}
.about-page .about-3 .box .ret .slide.active {
  display: none;
}
.about-page .about-3 .box .ret .slide li:hover {
  font-weight: bold;
  color: var(--color);
}
.about-page .about-4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(#eceef1));
  background-image: -webkit-linear-gradient(bottom, #f9f9f9, #eceef1);
  background-image: -moz-linear-gradient(bottom, #f9f9f9, #eceef1);
  background-image: linear-gradient(to top, #f9f9f9, #eceef1);
}
.about-page .about-5 .text {
  max-width: 450px;
}
.about-page .about-5 .list {
  font-weight: 600;
}
.about-page .about-6 span.h5 {
  font-weight: 500;
  color: var(--color);
}
.about-page .about-6 .text {
  line-height: 1.6;
}
.about-page .about-6 .right li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .right li:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: black;
  margin-top: .4em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about-page .about-6 .right li span.h2 {
  color: inherit;
}
.about-page .about-6 .right li:hover {
  color: var(--color);
}
.about-page .about-6 .right li:hover:before {
  background-color: var(--color);
}
.about-page .about-7 {
  position: relative;
  z-index: 1;
}
.about-page .about-7 span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
.about-page .about-7 .text {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  width: 100%;
}
.about-page .about-7 .slide > img {
  margin-left: -12%;
  width: 112%;
  max-width: none;
  position: relative;
  z-index: -1;
}
.about-page .about-8 {
  color: white;
}
.about-page .about-8 span.h2 {
  color: inherit;
}
.about-page .about-8 .text {
  line-height: 1.6;
}
.profile-page .list li {
  border-top: 1px solid black;
}
.profile-page .list li .text {
  line-height: 1.6;
  max-height: 360px;
  overflow: auto;
}
.profile-page .list li .text em {
  font-weight: 500;
}
.history-page:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: black;
}
.history-page .list li {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .list li .dots {
  width: 1em;
  height: 1em;
  left: -0.5em;
  top: .4em;
  background-color: black;
  border-radius: 100%;
}
.history-page .list li .dots i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .list li .dots i:after,
.history-page .list li .dots i:before {
  content: '';
  height: 4px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
  -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}
.history-page .list li .dots i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.history-page .list li .dots i:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.history-page .list li .dots i:nth-child(2) {
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}
.history-page .list li .dots i:nth-child(3) {
  -webkit-transform: rotate(63deg);
  -moz-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.history-page .list li .dots i:nth-child(4) {
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
.history-page .list li .dots i:nth-child(5) {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.history-page .list li .text {
  line-height: 1.6;
}
.history-page .list li:nth-child(odd) {
  margin-left: auto;
  padding-left: 2.5%;
}
.history-page .list li:nth-child(even) {
  text-align: right;
  padding-right: 2.5%;
}
.history-page .list li:nth-child(even) .dots {
  right: -0.5em;
  left: auto;
}
.history-page .list li:hover {
  color: var(--color);
}
.history-page .list li:hover .dots {
  background-color: var(--color);
}
.history-page .list li:hover .dots i {
  opacity: 1;
}
.factories-page .list li .dots {
  width: 1em;
  height: 1em;
  left: -4.78571429em;
  top: .4em;
  background-color: black;
  border-radius: 100%;
}
.factories-page .list li .dots i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factories-page .list li .dots i:after,
.factories-page .list li .dots i:before {
  content: '';
  height: 4px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
  -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}
.factories-page .list li .dots i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.factories-page .list li .dots i:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.factories-page .list li .dots i:nth-child(2) {
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}
.factories-page .list li .dots i:nth-child(3) {
  -webkit-transform: rotate(63deg);
  -moz-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.factories-page .list li .dots i:nth-child(4) {
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
.factories-page .list li .dots i:nth-child(5) {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.factories-page .list li .box:before {
  content: '';
  width: 1px;
  height: 100%;
  left: -4.28571429em;
  background-color: black;
  position: absolute;
  top: 1em;
  z-index: -1;
}
.factories-page .list li:hover {
  color: var(--color);
}
.factories-page .list li:hover .dots {
  background-color: var(--color);
}
.factories-page .list li:hover .dots i {
  opacity: 1;
}
.honor-page .honor-2 span.h2 {
  color: var(--color);
}
.manufacturing-page .manufacturing-1 .content {
  bottom: 0;
  left: 0;
  width: 65%;
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-2 li {
  border-top: 1px solid black;
}
.manufacturing-page .manufacturing-2 span.h2:before {
  content: '';
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  background-color: black;
}
.manufacturing-page .manufacturing-2 .text strong {
  color: var(--color);
  font-weight: 600;
}
.manufacturing-page .manufacturing-3 .box {
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-4 span.h2 {
  line-height: 1.6;
  color: var(--color);
}
.manufacturing-page .manufacturing-4 .text strong {
  font-weight: 600;
}
.manufacturing-page .manufacturing-5 .dots {
  width: 1em;
  height: 1em;
  background-color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  position: relative;
  margin-bottom: 2.5em;
}
.manufacturing-page .manufacturing-5 .dots:after {
  content: '';
  left: 50%;
  top: 100%;
  height: 2.5em;
  width: 1px;
  background-color: black;
  position: absolute;
}
.manufacturing-page .manufacturing-5 .dots i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-5 .dots i:after,
.manufacturing-page .manufacturing-5 .dots i:before {
  content: '';
  height: 4px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: black;
  -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}
.manufacturing-page .manufacturing-5 .dots i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.manufacturing-page .manufacturing-5 .dots i:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.manufacturing-page .manufacturing-5 .dots i:nth-child(2) {
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}
.manufacturing-page .manufacturing-5 .dots i:nth-child(3) {
  -webkit-transform: rotate(63deg);
  -moz-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.manufacturing-page .manufacturing-5 .dots i:nth-child(4) {
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
.manufacturing-page .manufacturing-5 .dots i:nth-child(5) {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.manufacturing-page .manufacturing-5 .list ul {
  margin: -0.5em;
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: .5em;
}
.download-page .list a {
  background-color: #f3f3f3;
  padding: 1.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list a span i {
  color: var(--color);
}
.download-page .list a i.iconfont {
  font-size: 1.4em;
  line-height: 1;
}
.download-page .list a:hover {
  background-color: var(--color);
  color: white;
}
.download-page .list a:hover span i {
  color: inherit;
}
.faq-page .list li {
  background-color: #f3f3f3;
  padding: 1.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list li .content {
  display: none;
}
.faq-page .list li.active {
  background-color: var(--color);
  color: white;
}
.solutions-page .solutions-2 span.h2 {
  line-height: 1.6;
}
.solutions-page .solutions-3 li {
  height: 100%;
}
.solutions-page .solutions-3 .box {
  background-color: #f2f2f2;
  padding: 8%;
  height: 100%;
}
.solutions-page .solutions-3 .box span.num {
  line-height: .8;
  right: 0;
  top: 0;
  color: transparent;
  -webkit-text-stroke: 1px black;
  opacity: .5;
  pointer-events: none;
}
.solutions-page .solutions-3 .box span.h6 {
  line-height: 1.6;
  min-height: 3.2em;
}
.solutions-page .solutions-3 .box span.icon img {
  /*margin: 0 auto;*/
}
.solutions-page .solutions-4 .right {
  position: relative;
}
.solutions-page .solutions-4 .right:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 3px;
  top: 0;
  background-color: black;
  z-index: -1;
}
.solutions-page .solutions-4 .text {
  max-height: 800px;
  overflow: auto;
}
.solutions-page .solutions-4 .text strong {
  font-size: 1.66666667em;
}
.solutions-page .solutions-4 .text::-webkit-scrollbar {
  width: 7px;
}
.solutions-page .solutions-4 .text::-webkit-scrollbar-track {
  background-color: transparent;
}
.solutions-page .solutions-6 .right span.h6 {
  font-weight: 500;
}
.solutions-page .solutions-6 .right .text {
  line-height: 1.6;
}
.solutions-page .solutions-6 .right .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5em;
}
.solutions-page .solutions-6 .right .text p:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .8em;
}
.solutionsdet-page span.h2 {
  color: var(--color);
}
.solutionsdet-page .solutionsdet-1 .left img {
  margin-top: -30%;
}
.solutionsdet-page .solutionsdet-1 .text {
  line-height: 1.6;
}
.solutionsdet-page .solutionsdet-2 {
  background-color: #f5f5f5;
}
.solutionsdet-page .solutionsdet-2 span.h3 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color);
}
.solutionsdet-page .solutionsdet-2 .text {
  max-width: 920px;
  line-height: 1.6;
}
.solutionsdet-page .solutionsdet-3 {
  background-color: #f5f5f5;
}
.solutionsdet-page .solutionsdet-3 .box .text {
  line-height: 1.6;
}
.solutionsdet-page .solutionsdet-3 .box .text p {
  position: relative;
}
.solutionsdet-page .solutionsdet-3 .box .text p:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  left: -1em;
  top: .6em;
}
.solutionsdet-page .solutionsdet-3 span.h6 {
  color: var(--color);
}
.solutionsdet-page .solutionsdet-4 .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  line-height: 1.6;
}
.solutionsdet-page .solutionsdet-4 .list ul li {
  padding: 12% 15%;
  background-color: white;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutionsdet-page .solutionsdet-4 .list ul li i {
  height: 66px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutionsdet-page .solutionsdet-4 .list ul li i img {
  max-height: 100%;
}
.solutionsdet-page .solutionsdet-4 .list ul li span.h6 {
  font-weight: 600;
  line-height: 1.4;
  height: 4.2em;
}
.solutionsdet-page .solutionsdet-4 .list ul li:hover {
  background-color: var(--color);
  color: white;
}
.solutionsdet-page .solutionsdet-4 .list ul li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.solutionsdet-page .solutionsdet-5 span.h2 {
  line-height: 1.6;
  font-weight: 600;
}
.solutionsdet-page .solutionsdet-5 span.h6 {
  font-weight: 500;
}
.solutionsdet-page .solutionsdet-5 .text {
  line-height: 1.6;
  max-height: 350px;
  overflow: auto;
}
.medical-page span.h2 {
  color: var(--color);
}
.medical-page span.h2:not(.font-bold) {
  font-weight: 600;
}
.medical-page span.h6 {
  font-weight: 500;
}
.medical-page .text {
  line-height: 1.6;
}
.medical-page .medical-3 {
  overflow: hidden;
}
.medical-page .medical-3 .list {
  -webkit-filter: drop-shadow(0 3px 11px rgba(7, 49, 144, 0.24));
  filter: drop-shadow(0 3px 11px rgba(7, 49, 144, 0.24));
}
.medical-page .medical-3 .list .slick-list {
  padding-right: 30%;
  margin-right: -30%;
}
.medical-page .medical-3 .list li {
  height: 100%;
}
.medical-page .medical-3 .list .box {
  background-color: white;
  padding: 10% 5%;
  height: 100%;
}
.medical-page .medical-3 .list .box hr {
  height: 3px;
  background-color: black;
}
.medical-page .medical-3 .list .box span.h6 {
  font-weight: 600;
  color: var(--color);
  line-height: 1.6;
  min-height: 3.2em;
}
.medical-page .medical-4 span.h2 {
  line-height: 1.6;
}
.oem-page span.h2 {
  color: var(--color);
  line-height: 1.4;
}
.oem-page .text {
  line-height: 1.6;
}
.oem-page .oem-1 .left img {
  margin-top: -30%;
}
.programs-page .options span {
  padding: 1em;
  position: relative;
  width: 100%;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.programs-page .options span:before {
  content: '';
  width: 1px;
  height: 4em;
  background-color: #e2e2e2;
  position: absolute;
  left: -1px;
  top: 1em;
}
.programs-page .options span:first-child:before {
  display: none;
}
.programs-page .options span.active {
  background-color: var(--color);
  color: white;
  z-index: 1;
}
.programs-page .ret {
  padding: 2%;
  background-color: #f8f8f8;
}
.programs-page .ret .text {
  line-height: 1.6;
}
.programs-page .ret .right {
  padding: 0 3%;
}
.programs-page .ret .slide.active {
  display: none;
}
.customization-page .text {
  line-height: 1.6;
}
.customization-page span.h2 {
  color: var(--color);
}
.customization-page span.h6 {
  font-weight: 600;
}
.customization-page .customization-1 span.h6 {
  font-weight: 600;
}
.customization-page .customization-1 .link {
  color: var(--color);
  line-height: 1;
  gap: .7em;
}
.customization-page .customization-3 .box .content {
  top: 20%;
  width: 100%;
  left: 0;
  color: white;
  padding: 0 6%;
}
.customization-page .customization-4 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.customization-page .customization-4 .list li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customization-page .customization-4 .list li:hover span.h6 {
  color: var(--color);
}
.customization-page .customization-6 .list ul {
  margin: -1em;
}
.customization-page .customization-6 .list ul li {
  padding: 1em;
}
.customizationdet-page .sideBarBox .sideBarLeft .nav {
  padding: 0;
  background-color: #f4f4f4;
}
.customizationdet-page .sideBarBox .sideBarLeft .nav li {
  border: none;
}
.customizationdet-page .sideBarBox .sideBarLeft .nav li ul {
  font-weight: 500;
}
.customizationdet-page .sideBarBox .sideBarLeft .nav li.on,
.customizationdet-page .sideBarBox .sideBarLeft .nav li.active {
  background-color: #f3f7ff;
}
.customizationdet-page .sideBarBox .sideBarLeft .nav li.on > a,
.customizationdet-page .sideBarBox .sideBarLeft .nav li.active > a {
  background-color: var(--color);
  color: white;
}
.customizationdet-page .sideBarBox .sideBarLeft .nav li.on > a i,
.customizationdet-page .sideBarBox .sideBarLeft .nav li.active > a i {
  color: inherit;
}
.customizationdet-page .sideBarBox .sideBarLeft .nav a[class] {
  background-color: #e7e7e7;
  color: black;
}
.customizationdet-page .customizationdet-1 .top img {
  margin-top: -45%;
}
.customizationdet-page .customizationdet-1 .text {
  line-height: 1.6;
}
.customizationdet-page .customizationdet-1 .text strong {
  color: var(--color);
  font-size: 1.66666em;
}
.factory-page {
  background-color: #f7f7f7;
}
.factory-page span.h2 {
  color: var(--color);
}
.factory-page .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  line-height: 1.6;
}
.factory-page span.h6 {
  line-height: 1;
  font-weight: 600;
}
.factory-page .factory-2 .list li {
  background-color: white;
  padding: 14% 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.factory-page .factory-2 .list li p {
  font-weight: 600;
}
.factory-page .factory-2 .list li i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .factory-2 .list li:hover {
  background-color: var(--color);
  color: white;
}
.factory-page .factory-2 .list li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.factory-page .factory-4 .box {
  background-color: white;
  -webkit-box-shadow: 3px 6px 16px rgba(7, 49, 144, 0.14);
  box-shadow: 3px 6px 16px rgba(7, 49, 144, 0.14);
}
.factory-page .factory-4 .box span.h2 {
  color: black;
}
.factory-page .factory-4 .box span.num:after,
.factory-page .factory-4 .box span.num:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color);
}
.factory-page .factory-4 .box span.num em {
  padding: .4em .5em;
  background-color: #353535;
  display: block;
  border-radius: .3em;
  color: white;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .programs-page .options {
    display: none;
  }
  .programs-page .ret .slide.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .programs-page .ret .slide:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .programs-page .ret .slide {
    margin: 3% 0;
  }
  .inner-banner2 {
    padding-top: 4%;
    margin-top: 60px;
  }
  .oem-page .oem-1 .left img {
    margin-top: -10%;
  }
  .customizationdet-page .customizationdet-1 .top img {
    margin-top: -25%;
  }
  .about-page .about-1 .right img {
    margin-top: -5%;
  }
  .inner-page .sideBarBox .sideBarLeft {
    top: 80px;
  }
  .slickBtn.pos div.prev {
    left: -1.5em;
  }
  .slickBtn.pos div.next {
    right: -1.5em;
  }
  .about-page .about-2 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-page .about-2 .list {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .box {
    -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;
  }
  .about-page .about-7 .box .slide {
    padding: 2% 0;
    width: 100%;
  }
  .about-page .about-7 .box .slide:nth-child(2) {
    display: none;
  }
  .oem-page .oem-1 .left img {
    margin: 3% 0;
  }
  .customizationdet-page .customizationdet-1 .top img {
    margin-top: 0;
  }
  .about-page .about-1 .left {
    padding: 3% 0 !important;
  }
  .about-page .about-1 .right img {
    margin-top: 0;
  }
  .customization-page .customization-4 .left {
    position: static;
  }
  .customization-page .customization-6 .list ul li {
    width: 33.33%;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100% !important;
  }
  .profile-page .list li .text,
  .prodet-page .prodet-1 .right .text {
    max-height: none;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-23 {
    font-size: 17px;
  }
  .font-26 {
    font-size: 18px;
        line-height: 32px !important;
  }
  .manufacturing-page .manufacturing-1 .content {
    position: static;
    width: 100%;
  }
  .factory-page .factory-2 .list {
    padding-left: 0;
    padding-right: 0;
  }
  .factory-page .factory-2 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .factory-page .factory-2 .list ul i {
    max-width: 30px;
  }
  .factories-page .list li .dots,
  .factories-page .list li .box:before {
    display: none;
  }
  .font-18 {
    font-size: 16px !important;
    line-height: 30px !important;
}
#innerMobileBanner .banner2 .text {
    font-size: 20px !important;
}
}
@media screen and (max-width: 700px) {
  .factory-page .factory-2 .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .factory-page .factory-2 .list li {
    padding: 4%;
  }
  .history-page .list li {
    width: 100%;
    text-align: left !important;
    padding-left: 2.5% !important;
    padding-right: 0 !important;
  }
  .history-page .list li .dots {
    left: -0.5em !important;
    right: auto;
    top: .2em;
  }
  .history-page:before {
    left: 15px;
  }
  .honor-1 .box .text {
    width: 100%;
  }
  .honor-1 .box {
    background-color: #eee;
    background-image: none !important;
  }
  .slickBtn.pos div.prev {
    left: -0.5em;
  }
  .slickBtn.pos div.next {
    right: -0.5em;
  }
  .slickBtn.pos div {
    zoom: .7;
  }
  .customization-page .customization-6 .list ul {
    margin: -0.5em;
  }
  .customization-page .customization-6 .list ul li {
    width: 50%;
    padding: .5em;
  }
  .about-page .about-2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-page .about-3 .box .options span {
    padding: .5em;
  }
  #footer .footer-btn div.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customizationdet-page .customizationdet-1 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customizationdet-page .customizationdet-1 .top .img {
    width: 100%;
  }
  .customizationdet-page .customizationdet-1 .top .title {
    width: 100%;
    margin-top: 5%;
  }
  #sidebar {
    zoom: .8;
  }
  .faq-page .list li {
    padding: 5%;
  }
  .factory-page .factory-4 .box {
    padding: 8% 4%;
  }
}
.news-page .list li {
  padding: 3%;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.news-page .list li .more {
  height: 2.8em;
  padding: 0 1.5em;
}
.news-page .list li .tag i {
  color: var(--color);
  font-size: 1.3em;
  line-height: 1;
}

.contact-page {
  background-color: #f9f9f9;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  /*font-size: 38px;
  line-height: 60px;
  height: 60px;*/
  line-height: 1.7;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .form {
  margin-top: 42px;
}
.contact-page .contact-2 .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .form ul li > span {
  display: block;
  line-height: 2;
  margin-bottom: 6px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea,
.contact-page .contact-2 .form ul li label>em:not(i+em) {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 2;
  /*border: 0;*/
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .form ul li button {
  border: 0;
      position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    width: 234px;
    height: 66px;
    background-color: var(--color);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 66px;
    text-align: center;
    margin: auto;
    display: block;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }
    .contact-page .contact-2 ul li {
        max-width: none;
    }
}
@media screen and (max-width: 1000px) {
  
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .contact-page .contact-2 .form ul li label {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    bottom: 16px;
    height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .form ul li {
    padding: 6px 12px;
    width: 100%;
  }
}
@media screen and (max-width: 500px){
    .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
  p.footcomp {
    display: none !important;
}
h1.h2.font-32.font-bold.block {
    font-size: 16px;
    line-height: 30px;
}


}
#sidebar ul li .child {
  white-space: nowrap;
}
.inquiry-page form {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.inquiry-page form span.title {
  margin-bottom: 0;
  /*color: var(--color);*/
  /*font-weight: bold;*/
}
.inquiry-page form .box {
  padding: 3%;
  border-radius: 10px;
  background-color: white;
}
.inquiry-page form input,
.inquiry-page form button,
.inquiry-page form a.link,
.inquiry-page form label:not(.flex-i) {
  width: 100%;
  height: 3em;
  border-radius: .5em;
  border: 1px solid #eee;
  /*background-color: #f6f6f6;*/
  color: #666;
  padding: 0 1em;
  /*border: none;*/
}
.inquiry-page form button,
.inquiry-page form a.link {
  width: auto;
}
.inquiry-page form button i,
.inquiry-page form a.link i {
  text-decoration: unset;
}
.inquiry-page form label.flex-i,
.contact-2 form label.flex-i {
  width: auto;
}
.inquiry-page form label input[type="radio"],
.contact-2 form label input[type="radio"] {
  opacity: .5;
}
.inquiry-page form input::placeholder {
  color: #666;
}
.inquiry-page form input.flex-i,
.contact-2 form label input.flex-i {
  width: auto;
}
.inquiry-page form dl,
.contact-2 form dl {
  top: 100%;
  padding: 1em;
  background-color: #f6f6f6;
  color: #a7a7a7;
  z-index: 1;
  left: 0;
  display: none;
}
.inquiry-page form label:hover dl,
.contact-2 form label:hover dl {
  display: block;
}
.inquiry-page form dl dd,
.contact-2 form dl dd {
  margin-bottom: .3em;
}
.inquiry-page form i.dots,
.contact-2 form i.dots {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid var(--color);
  filter: grayscale(1);
  opacity: .5;
}
.inquiry-page form i.dots:before,
.contact-2 form i.dots:before {
  content: '';
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background-color: var(--color);
}
.inquiry-page form label input[type="radio"]:checked~*,
.contact-2 form label input[type="radio"]:checked~* {
  opacity: 1;
}
.inquiry-page form label input[type="radio"]:checked~ i.dots,
.inquiry-page form dl dd.active i.dots,
.contact-2 form label input[type="radio"]:checked~ i.dots,
.contact-2 form dl .active i.dots {
  filter: unset;
  opacity: 1;
}
/*.inquiry-page form dl dd i.dots,
.contact-2 form dl i.dots {
  opacity: 0;
}*/
/*.inquiry-page form dl dd.active i.dots,
.contact-2 form dl .active i.dots {
  opacity: 1;
}*/
.inquiry-page form button, .inquiry-page form a.link,.inquiry-page form label.file {
  /*text-decoration: underline;*/
  transition: .5s;
}
.inquiry-page form button {
  background-color: var(--color);
  color: white;
}
.inquiry-page form button:hover {
  background-color: black;
}
.inquiry-page form a.link:hover,.inquiry-page form label.file:hover {
  background-color: var(--color);
  color: white;
}
.coverage-page .dots2 {
  line-height: 1.2;
}
.coverage-page .dots2 p {
  transition: .5s;
}
.coverage-page .dots2 p:hover {
  color: var(--color);
}
.coverage-page .dots2 span {
  color: var(--color);
}
.coverage-page .dots2 p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #a7a7a7;
  flex-shrink: 0;
  margin-top: .3em;
  transition: .5s;
}
.coverage-page .dots2 p:hover:before {
  background-color: var(--color);
}
.coverage-page .coverage-1 .img {
  width: 120%;
  margin-left: -2%;
}
.coverage-page .coverage-2 .slide {
  padding: 3.5%;
  background-color: #f4f4f4;
  transition: .5s;
}
.coverage-page .coverage-2 .slide:hover {
  background-color: var(--color);
  color: white;
}
.inquiry-page {
  background-color: #f9f9f9;
}
.inquiry-page.rfq-bulk-inquiry form {
  max-width: 760px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dfe5ea;
}
.inquiry-page.rfq-bulk-inquiry form .box {
    border: 1px solid #e1e7ec;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
}
.inquiry-page.rfq-bulk-inquiry form input,
.inquiry-page.rfq-bulk-inquiry form textarea,
.inquiry-page.rfq-bulk-inquiry form button,
.inquiry-page.rfq-bulk-inquiry form a.link,
.inquiry-page.rfq-bulk-inquiry form label:not(.flex-i) {
      height: 40px;
    padding: 0 10px;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    font-size: 13px;
}
.inquiry-page.rfq-bulk-inquiry form dl {
  background-color: white;
  border: 1px solid #cfd8e3;
  color: black;
}
.newdet-page .sideBarBox .sideBarRight.newwid.wid-62.pt-30 {
    width: 70%;
}
.seoPublic .Auxil-news .list ul li .content p {
    line-height: 30px !important;
}

.seoPublic .text a {
    color: inherit !important;
}
p.footcomp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1000px;
    display: inline-block;
    vertical-align: middle;
}