@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-SemiBold.eot');
  src: url('../fonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowCondensed-SemiBold.woff') format('woff'), url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
  font-weight: 960;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-Bold.eot');
  src: url('../fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowCondensed-Bold.woff') format('woff'), url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: 970;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: "Barlow";
  max-width: 1920px;
  --color: #0064b2;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1570px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  background-color: white;
  position: relative;
  width: 100%;
  top: 0;
}
#header .h-top {
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
}
#header .h-top .info a {
  font-weight: 600;
}
#header .h-top .box {
  height: 100%;
}
#header .h-top .box i.iconfont-diqiu01 {
  font-size: 1.5em;
  line-height: 1;
}
#header .h-top .yuy ul {
  left: auto;
  right: 0;
}
#header .h-top .ui {
  height: 40px;
}
#header .h-center form {
  height: 3em;
  background-color: #efefef;
}
#header .h-center form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
#header .h-center form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .h-center form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .h-center form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .h-center form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .h-center form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .h-center form button {
  width: 3.75em;
  background-color: #ddd;
  color: var(--color);
  border: none;
}
#header .h-center form button i {
  font-size: 2em;
}
#header .nav {
  border-top: 1px solid #ebeced;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 90px;
}
#header .nav .ui.menu .menu-box {
  height: 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;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#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;
  font-weight: 600;
  opacity: .8;
}
#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: 17px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  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.active {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .5s top;
  -moz-transition: .5s top;
  transition: .5s top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#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;
}
#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;
}
.more {
  height: 2.88888889em;
  font-weight: 500;
  padding: 0 1.77777778em;
  border: 1px solid #d9d9d9;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.text {
  line-height: 1.4;
}
span.h2 {
  line-height: 1.1;
  font-weight: 970;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  width: 46%;
}
#banner li .content .left span.h2,
#banner li .content .left span.h6 {
  font-weight: 970;
  line-height: 1;
}
#banner li .content .left .text {
  font-weight: 300;
  line-height: 1.7;
}
#banner li .content .left .more {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
#banner li .content .left .dots {
  font-weight: 970;
}
#banner li .content .left .dots span {
  opacity: .3;
  text-indent: .3em;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content .left .dots span:after {
  content: '';
  height: 0.16666667em;
  border-radius: .2em;
  background-color: white;
  display: block;
  width: 2em;
  margin-top: .3em;
}
#banner li .content .left .dots span.active {
  opacity: 1
}
#index-body .ui.container {
  max-width: 1380px;
}
#index-body .init-1 .list li i {
  height: 1em;
}
#index-body .init-1 .list li i img {
  max-height: 100%;
  display: block;
}
#index-body .init-1 .list li hr {
  max-width: 44px;
  opacity: .2;
}
#index-body .init-1 .list li span.h6 {
  font-weight: 600;
  line-height: 1.2;
}
#index-body .init-2 {
  background-color: #f4f6f8;
}
#index-body .init-2 span.h2 {
  font-weight: 960;
}
#index-body .init-2 .text {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-2 .list ul {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.5em;
}
#index-body .init-2 .list ul li {
  grid-column: span 2;
}
#index-body .init-2 .list ul li span.h6 {
  font-weight: 600;
  height: 2.66666667em;
  padding: 0 1em;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li:nth-child(1),
#index-body .init-2 .list ul li:nth-child(2) {
  grid-column: span 3;
}
#index-body .init-2 .list ul li:hover span.h6 {
  background-color: var(--color);
  color: white;
}
#index-body .init-3 .list .slick-list {
  overflow: unset;
}
#index-body .init-3 .list img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 auto;
}
#index-body .init-3 .list img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-4 {
  z-index: 1;
}
#index-body .init-4 .img {
  width: 60%;
  height: 102%;
  top: -1%;
  left: 0;
  z-index: -1;
  background-color: #f1f4f7;
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 83.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 83.5% 100%, 0 100%);
}
#index-body .init-4 .box span.h6 {
  line-height: 1;
  font-weight: 970;
  color: var(--color);
}
#index-body .init-4 .more {
  color: black;
}
#index-body .init-4 .more:hover {
  color: white;
}
#index-body .init-5 {
  color: white;
}
#index-body .init-5 span.h6 {
  line-height: 1;
  font-weight: 970;
}
#index-body .init-5 span.h6 sup {
  vertical-align: top;
  margin-left: .2em;
}
#index-body .init-5 p {
  font-weight: 300;
}
#index-body .init-6 .list i.font-51 {
  height: 1em;
}
#index-body .init-6 .list i.font-51 img {
  max-height: 100%;
}
#index-body .init-6 .list a.link {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: auto;
}
#index-body .init-6 .list a.link:hover {
  font-weight: bold;
  color: var(--color);
  opacity: 1;
}
#index-body .init-6 .list span.h6 {
  font-weight: 600;
}
#index-body .init-6 .list .text {
  line-height: 1.52631579;
}
#index-body .init-6 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list li:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
}
#index-body .init-7 {
  color: white;
  overflow: hidden;
}
#index-body .init-7 .list {
  padding-right: 25%;
  margin-right: -22%;
  overflow: hidden;
}
#index-body .init-7 .slick-list {
  overflow: unset;
}
#index-body .init-7 .btn div {
  width: 1.2em;
  height: 1.2em;
  border: 1px solid transparent;
  color: #2f93e1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .btn div:hover {
  border-color: white;
  color: white;
}
#index-body .init-7 span.h6 {
  line-height: 1.2;
  font-weight: 600;
}
#index-body .init-8 .list time {
  font-style: italic;
  line-height: 1;
  padding-top: 30px;
}
#index-body .init-8 .list span.h6 {
  font-weight: 600;
  line-height: 1.2;
  height: 2.4em;
}
#index-body .init-8 .list .text {
  line-height: 1.55555556;
  height: 6.22222222em;
}
#index-body .init-8 .list .link {
  line-height: .6;
  display: block;
}
#footer .top .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}
#footer .top .nav ul ul {
  display: none;
}
#footer .top .nav ul a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .top .nav ul a:hover {
  color: var(--color);
}
#footer .box .left ul {
  row-gap: 40px;
}
#footer .box .left ul li span.h6 {
  line-height: 1;
}
#footer .box .left ul li .text:not(.font-bold) {
  font-weight: 500;
}
#footer .box .right form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c5c5c6;
  padding-bottom: .6em;
  background-color: transparent;
}
#footer .box .right form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
#footer .box .right form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
#footer .box .right form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
#footer .box .right form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
#footer .box .right form input::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
#footer .box .right form input:focus {
  border-bottom-color: var(--color);
}
#footer .box .right form button {
  border: none;
  background-color: var(--color);
  color: white;
  height: 2.66666667em;
  padding: 0 2em;
}
#footer .box .right form button:hover {
  background-color: black;
}
#footer .box .right form li.wid-100 {
  grid-column: span 3;
}
#footer .coy {
  color: #888787;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: #888787;
}
#footer .coy a {
  color: var(--color);
  font-weight: 500;
}
@media screen and (max-width: 1450px) {
  #banner li .content {
    top: 50%;
  }
  .about-page .init-2 .list ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1250px) {
  #banner li .content .left .dots {
    display: none;
  }
  #index-body .init-6 .list ul {
    grid-template-columns: 1fr 1fr;
  }
  #index-body .init-5 ul li i {
    max-width: 25px;
  }
  #footer .top .nav {
    display: none;
  }
  #footer .top .logo img {
    max-height: 60px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-4 .img {
    display: none;
  }
  #index-body .init-4 {
    background-color: #eee;
    background-image: unset !important;
  }
  #index-body .init-4 .box {
    width: 100%;
  }
  #index-body .init-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .list ul li {
    width: 45%;
  }
  #banner li .content .left .text,
  #banner li .content .left .more,
  #banner li .content .left span.h6 {
    display: none;
  }
  #banner li .content .left span.h2 {
    font-size: 24px;
  }
  #index-body .init-7 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-7 .top .left {
    width: 100%;
  }
  #index-body .init-7 .top .right {
    width: 100%;
    margin-top: 3%;
  }
  #index-body .init-6 .list ul {
    grid-template-columns: 1fr;
  }
  #footer .box .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #footer .box .left ul li {
    width: 100%;
  }
  #footer .box .right form li.wid-100 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 500px) {
  .about-page .init-2 .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-page .init-2 .list ul li {
    grid-column: span 1 !important;
  }
}
.inner-banner {
  padding-top: 0;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 1.6;
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 1.7;
  font-weight: bold;
}
.about-page .about-1 {
  padding-top: 4.688%;
}
.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-page .about-1 .content .con {
  width: 65%;
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
}
.about-page .about-1 .content .right {
  width: 32%;
}
.about-page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center;
  font-weight: bold;
}
.about-page .about-1 .content .right span {
  font-size: 200px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: 24px;
}
.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-page .about-2 {
  padding-top: 5.99%;
}
.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}
.about-page .about-2 .text .title::before {
  display: none;
}
.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-page .about-2 .text .con {
  font-size: 16px;
  color: #282727;
  line-height: 1.7;
  margin-top: 42px;
}
.about-page .about-3 {
  padding-top: 5.782%;
}
.about-page .about-3 .header {
  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;
}
.about-page .about-3 .content {
  margin-top: 70px;
}
.about-page .about-3 .content 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;
  position: relative;
  height: 1130px;
}
.about-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}
.about-page .about-3 .content ul li img {
  height: 100%;
  object-fit: cover;
}
.about-page .about-3 .content ul li .box {
  background: #fff;
  padding: 90px 75px 92px 59px;
  height: 380px;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  color: var(--color);
}
.about-page .about-3 .content ul li .box .con {
  font-size: 16px;
  line-height: 1.8;
  color: #282727;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 380px;
  left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-4 .box {
  background: var(--color);
}
.about-page .about-4 .box .left {
  vertical-align: middle;
  color: #fff;
  padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
}
.about-page .about-4 .box .left .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 26px;
  width: 76%;
}
.about-page .about-4 .box .left .more {
  background: #fff;
  color: var(--color);
  margin-top: 72px;
}
.about-page .about-4 .box .left .more::after {
  background: #000;
}
.about-page .about-4 .box .left .more:hover {
  color: #00;
}
.about-page .about-4 .box .right {
  vertical-align: middle;
}
.about-page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
  line-height: 234px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
  background-color: #0274cd;
}
.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
.about-page .about-5 {
  background-size: cover;
}
.about-page .about-5 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.about-page .about-5 .container .content {
  position: relative;
  width: 100%;
  margin: 10px auto 0;
}
.about-page .about-5 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .about-5 .container .content .btn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.about-page .about-5 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .about-5 .container .content .btn:hover {
  background-color: #ee751a;
}
.about-page .about-5 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .about-5 .container .content .prev {
  left: 0;
}
.about-page .about-5 .container .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .about-5 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-5 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .about-5 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .about-5 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(-80%);
  margin: 20px auto 0;
  position: relative;
}
.about-page .about-5 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .about-5 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .about-5 .container .content2 ul .slick-current li .box .num {
  color: #ee751a;
}
.about-page .about-5 .container .content2 ul .slick-current li .box .cir {
  background-color: #ee751a;
}
.about-page .about-5 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .about-5 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .about-5 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {
  .about-page .about-5 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .about-page .about-5 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-5 .container .content ul li .box .num {
    font-size: 200px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-5 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .about-5 .container .content {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .about-5 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
  .about-page .about-5 .container .content {
    padding-top: 80px;
  }
  .about-page .about-5 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .about-5 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(0%);
  }
  .about-page .about-5 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(60%);
  }
  .about-page .about-5 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .about-5 .container .content ul li .box {
    padding: 0;
  }
  .about-page .about-5 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .about-5 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .about-5 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .about-5 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .about-5 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .about-5 .container .content2 {
    width: 100%;
  }
}
.about-page .about-6 .container .tipsTitleC {
  color: var(--color);
}
.about-page .about-6 .container .content {
  margin-top: 80px;
}
.about-page .about-6 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: center;
}
.about-page .about-6 .container .content .left .title {
  max-width: 350px;
  font-weight: 600;
  margin: auto;
}
.about-page .about-6 .container .content .left .des {
  color: #666;
  margin-top: 20px;
}
.about-page .about-6 .container .content .left .more {
  margin: 30px auto 0;
}
.about-page .about-6 .container .content .right {
  width: 60%;
  padding-left: 30px;
}
.about-page .about-6 .container .content .right img {
  width: 100%;
}
.about-page .about-6 .container .content2 {
  position: relative;
  margin-top: 10px;
}
.about-page .about-6 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(60%);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.about-page .about-6 .container .content2 .btn:hover {
  background-color: var(--color);
}
.about-page .about-6 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.about-page .about-6 .container .content2 .swiper {
  margin: 0 -20px;
}
.about-page .about-6 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.about-page .about-6 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .about-6 .container .content2 ul li .box .img {
  display: block;
}
.about-page .about-6 .container .content2 ul li .box .img img {
  width: 100%;
}
.about-page .about-6 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1250px) {
  .about-page .about-6 .container .content .left {
    width: 100%;
  }
  .about-page .about-6 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-6 .container .content2 .btn {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .about-page .about-6 .container .content {
    margin-top: 20px;
  }
  .about-page .about-6 .container .content .left {
    padding: 20px 10px;
  }
  .about-page .about-6 .container .content .left .des {
    margin-top: 10px;
  }
  .about-page .about-6 .container .content .left .more {
    margin-top: 10px;
  }
  .about-page .about-6 .container .content2 ul li {
    padding: 10px;
  }
}
.about-page .about-7 .options a {
  border: 1px solid #eee;
}
.about-page .about-7 .options a.active {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.about-page .about-7 .ret {
  position: relative;
}
.about-page .about-7 .ret .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: .5s;
  z-index: -1;
}
.about-page .about-7 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page .about .bottom {
  text-align: center;
  padding: 16.448% 0;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-page .about .bottom .play {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .about .bottom .play::before,
.about-page .about .bottom .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about .bottom .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about .data {
  padding: 65px 6.579% 80px 10%;
}
.about-page .about .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about .data ul li {
  display: inline-block;
}
.about-page .about .data ul li .num em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
  color: var(--color);
}
.about-page .about .data ul li .num span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  color: #080808;
  line-height: 1.5;
  width: 50%;
  padding-left: 9px;
  margin-bottom: -5px;
}
.about-page .about .data ul li:nth-child(2) .num span {
  width: 37%;
}
@media screen and (max-width: 1450px) {
  .about-page .about .data {
    padding: 65px 3% 0 6%;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about .data ul li .num em {
    font-size: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about .data {
    padding: 65px 0% 0 0%;
  }
  .about-page .about .data ul li .num em {
    font-size: 60px;
  }
  .about-page .about .data ul li:nth-child(2) .num span {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about .data {
    display: none;
  }
}
.about-page .init-2 .container .tipsTitle {
  max-width: 680px;
  text-align: center;
  margin: auto;
}
.about-page .init-2 .container .content {
  padding-top: 40px;
}
.about-page .init-2 .container .content ul li {
  width: 18%;
}
.about-page .init-2 .container .content ul li .box {
  border-right: 1px solid #fff;
  overflow: hidden;
  height: 680px;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.about-page .init-2 .container .content2 ul li .box .title {
  font-size: 24px;
}
.about-page .init-2 .container .content2 ul li .box .cont2 .title {
  color: #fff;
}
.about-page .init-2 .container .content2 ul li .box .cont2 .title::before {
  display: none;
}
.about-page .init-2 .container .content2 ul li .cont1 .title {
  color: #fff;
}
.about-page .init-2 .container .content2 ul li .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  background-size: cover;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.about-page .init-2 .container .content ul li .box .cont1 {
  position: absolute;
  width: 100%;
  bottom: 90px;
  left: 0;
  padding: 20px;
  color: #fff;
  font-weight: 500;
}
.about-page .init-2 .container .content ul li .box .cont2 {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  padding: 0 60px;
  color: #fff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.about-page .init-2 .container .content ul li .box .cont2 .title {
  font-weight: 500;
}
.about-page .init-2 .container .content ul li .box .cont2 .title:hover {
  color: var(--color);
}
.about-page .init-2 .container .content ul li .box .cont2 .more {
  width: 62px;
  height: 12px;
  display: inline-block;
}
.about-page .init-2 .container .content ul li .box .cont2 .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.about-page .init-2 .container .content ul li.active {
  width: 46%;
}
.about-page .init-2 .container .content ul li.active .cont1 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.about-page .init-2 .container .content ul li.active .cont2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1000px) {
  .about-page .init-2 .container .content ul li .box {
    height: auto;
  }
  .about-page .init-2 .container .content ul li {
    width: 100%;
  }
  .about-page .init-2 .container .content ul li .box .cont2 {
    position: relative;
    bottom: 0 !important;
    padding: 40px 20px !important;
    min-height: 360px;
  }
  .about-page .init-2 .container .content ul li.active {
    width: 100%;
  }
  .about-page .init-2 .container .content ul li .cont1 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  .about-page .init-2 .container .content ul li .cont2 {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    padding: 0 20px !important;
    bottom: 10px;
  }
}
.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
.productList ul li .img:hover img.on {
  opacity: 1;
}
.productList ul li .img:hover img.def {
  opacity: 0;
}
.productList ul li .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  line-height: 47px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: var(--color);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 15;
  padding: 0;
  display: block;
  color: white;
  border: none;
}
.productList ul li .img:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .productList ul li {
    width: 100%;
  }
}
.product-page .productBox .left {
  width: 25%;
}
.product-page .productBox .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .productBox .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .productBox .left #product-list li a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .productBox .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
}
.product-page .productBox .left #product-list li a:hover,
.product-page .productBox .left #product-list li a.active {
  color: var(--color) !important;
}
.product-page .productBox .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .productBox .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .productBox .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}
.product-page .productBox .right {
  width: 75%;
  padding-left: 60px;
}
@media (max-width: 1000px) {
  .product-page .productBox .left {
    display: none;
  }
  .product-page .productBox .right {
    width: 100%;
    padding-left: 0;
  }
}
.prodet-page {
  padding: 100px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.prodet-page .prodet-3 .slick-arrow {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev,
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: 20px;
  background-image: url('../images/banner-btn-l.png');
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next,
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: 40px;
  background-image: url('../images/banner-btn-r.png');
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small img {
  border: 1px solid #e6e6e6;
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 300px;
  padding-right: 20px;
  margin-top: 10px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: var(--white);
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  margin-left: 130px;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
  font-size: 30px;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  /*padding-left: 90px;
  padding-right: 90px;*/
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding: 5%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-2 .ret ul li .content.form form {
  width: 100% !important;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img {
  width: 100%;
  border: 1px solid #efefef;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prodet-page .prodet-2 .options ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
  .prodet-page .prodet-2 .options ul li a {
    font-size: 16px;
  }
}
.service-page .init-1 .container .left .tips {
  font-weight: 400;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--color);
  text-transform: uppercase;
  font-size: 30px;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--color);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: var(--color);
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  font-size: 35px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin: 10px 0 30px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin: 30px auto 0;
  color: white;
}
.service-page .init-4 .container .tips {
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: 200px;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
  background: var(--color);
  border-color: var(--color);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
}
.service-page .init-4 .container form .submit:hover {
  color: var(--color);
  background: transparent;
}
@media (max-width: 1250px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 46px;
  }
}
@media (max-width: 1000px) {
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 33.33333333%;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
  }
  .service-page .init-4 .container form .name,
  .service-page .init-4 .container form .mail {
    margin-left: 0;
    width: 100%;
  }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title:before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 37px;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 7%;
}
.mana-page .mana-2 .top .left .title:before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  /*background: url(/template/en/images/mana2.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  color: white;
  /*margin-top: 89px;*/
  padding: 1.672% 0 5.922%;
}
.mana-page .mana-2 .bottom .title {
  color: white;
}
.mana-page .mana-2 .bottom .title:before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
  color: white;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 34px;
  line-height: 1.6;
  font-family: 'Barlow';
  font-weight: 700;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(/template/en/images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: 0 0;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(/template/en/images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 0px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title:before {
  display: none;
}
.mana-page .mana-3 ul li .text .title:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 19px;
  line-height: 1.9;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-family: 'Antonio';
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(/template/en/images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  background: url(/template/en/images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: white;
}
.mana-page .mana-4 .header .title:before {
  background: white;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul .slick-slide {
  height: 100% !important;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd:before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 18px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.news-page {
  padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.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;
  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/inner-s.jpg) 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: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  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-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;
  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: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.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: 16px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .jianfengyj,
  .Auxil-industry,
  .Auxil-about {
    display: none !important;
  }
}
.list.newsList ul li {
  padding: 30px 40px;
  border-bottom: 1px dashed #ccc;
}
.list.newsList ul li .content .left.txt-center span {
  background-color: var(--color);
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}
.list.newsList ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid var(--color);
  color: #2b2b2b;
}
.list.newsList ul li .content .right h3 a {
  font-weight: 700;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.list.newsList ul li .content .right a {
  font-size: 18px;
  font-weight: 500;
  color: var(--color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 32px;
}
@media screen and (max-width: 1000px) {
  .list.newsList ul li {
    padding: 15px;
  }
  .list.newsList ul li .content .right {
    margin-left: 20px;
    padding-left: 20px;
  }
  .list.newsList ul li .content .left.txt-center span {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 2;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 32px;
}
.newdet-content .content h4 {
  font-size: 20px;
  font-weight: bold;
}
.newdet-content .content h3 {
  font-size: 25px;
  font-weight: bold;
}
.newdet-content .content p strong {
  font-weight: bold;
}
.newdet-content .content p a {
  color: var(--color);
}
.newdet-content .content .icon {
  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;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 255px;
}
.newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
  font-size: 20px;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
  font-size: 20px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  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;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button 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;
}
.newdet-content .n-form form button::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;
}
.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .newdet-content {
    padding-right: 0;
  }
  .newdet-content .content {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-content .m-link {
    display: block;
  }
  .newdet-content .m-link a {
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right {
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type=text] {
    width: 100%;
  }
  .newdet-content h1.n-title {
    font-size: 24px;
  }
}
.inner-page .m-page {
  text-align: right;
  display: block;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: var(--color);
}
.inner-page .m-page span {
  margin: 0 3px;
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
  margin-bottom: 75px;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  font-family: 'Antonio';
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 20px;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .init-3 iframe {
  border: none;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
.contact-page .init-2 #addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
.contact-page .init-2 #addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Antonio';
  font-weight: bold;
}
.contact-page .init-2 #addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
.contact-page .init-2 #addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
.contact-page .init-2 #addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
.contact-page .init-2 #addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-2 #addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-page .init-2 #addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
.contact-page .init-2 #addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .contact-page .init-2 #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  .contact-page .init-2 #addForm2 {
    width: 100%;
    padding: 10px;
  }
  .contact-page .init-2 #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 {
    padding-left: 25px;
    height: 670px;
    width: 720px;
    padding: 60px;
    background-color: #fff;
    -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
    box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 h4 {
    font-size: 36px;
    margin: 0 0 30px;
    color: #051524;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 span {
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 input {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 textarea {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    height: 100px;
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 .contact-submit {
    margin-top: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 .contact-submit input[type="submit"] {
    display: inline-block;
    max-width: 200px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    font-size: 20px;
    color: #fff !important;
    background-color: var(--color);
    /*border-radius: 28px;*/
    text-align: center;
    margin-right: 0 !important;
    padding: 9px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 .contact-submit #ewm {
    padding: 4px;
    border: 1px solid #ccc;
    width: 130px;
}
.prodet-page .prodet-2 .ret ul li .content.form #addForm2 .contact-submit input[type="submit"]:hover {
    background-color: var(--color);
}
.t_1 {
  transition: .5s;
}
.download20-page .bgfull {
    color: black;
}
.download20-page .bgfull:before {
    background-color: #dfe5ee !important;
    background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
}
.download20-page .bgfull:after {
    background-color: var(--color) !important;
    background-image: unset !important;
    bottom: -1px !important;
}
.download20-page .list .h6 {
    margin-top: 1em;
}
.download20-page .list .h6 i {
    font-size: 1.5em;
    color: var(--color2);
    line-height: 1;
}
.honor20-page .options span {
    padding: .6em 1.5em;
    border-radius: 3px;
    background-color: #dbdbdb;
}
.honor20-page .options span.active {
    background-color: var(--color);
    color: white;
}
.honor20-page .container .tips_title {
    font-weight: bold;
    text-align: center;
    font-weight: 700;
    margin-bottom: -30px;
    text-transform: uppercase;
}
.honor20-page .container .content {
    margin-top: 50px;
}
.honor20-page .container .content ul {
    margin: 0 -25px;
}
.honor20-page .container .content ul li {
    margin-top: 40px;
    padding: 0 25px;
    text-align: center;
}
.honor20-page .container .content ul li .box a {
    display: block;
}
.honor20-page .container .content ul li .box .text {
    margin-top: 30px;
    font-weight: 400;
}
@media (max-width: 1000px) {
    .honor20-page .container .content ul {
        margin: 0 -10px;
    }
    .honor20-page .container .content ul li {
        padding: 0 10px;
    }
    .honor20-page .container .content ul li .box .text {
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .honor20-page .container .content {
        margin-top: 0;
    }
}
.faq20-page {
    padding-bottom: 110px;
}
.faq20-page .container .tips_title {
    font-weight: bold;
    padding-left: 60px;
    font-weight: 700;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.faq20-page .container .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: var(--color)1f;
    z-index: -1;
}
.faq20-page .container .content {
    margin-top: 60px;
}
.faq20-page .container .content ul {
    border-top: 1px solid #e5e8ec;
    border-left: 1px solid #e5e8ec;
    border-right: 1px solid #e5e8ec;
}
.faq20-page .container .content ul li {
    border-bottom: 1px solid #e5e8ec;
    position: relative;
    cursor: pointer;
}
.faq20-page .container .content ul li > i {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--color);
}
.faq20-page .container .content ul li .title {
    font-weight: bold;
    position: relative;
    padding: 20px 60px;
    font-size: 26px;
}
.faq20-page .container .content ul li .title::before{
    display: none;
}
.faq20-page .container .content ul li .des {
    display: none;
    padding: 20px 60px;
}
.faq20-page .container .content ul li.active .title {
    background-color: var(--color);
    color: #fff;
}
.faq20-page .container .content ul li.active > i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 1000px) {
    .faq20-page {
        text-align: center;
    }
    .faq20-page .container .tips_title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq20-page .container .content ul {
        text-align: left;
    }
    .faq20-page .container .content {
        text-align: left;
    }
}
@media (max-width: 500px) {
    .faq20-page .container .content {
        margin-top: 30px;
    }
    .faq20-page .container .content ul li .title {
        padding: 20px 30px 20px 16px;
    }
    .faq20-page .container .content ul li > i {
        font-size: 20px;
        width: 20px;
        height: 20px;
        right: 2px;
        top: 28px;
    }
    .faq20-page .container .content ul li .des {
        padding: 20px 16px;
    }
}

@-webkit-keyframes scroll-up {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}
@-moz-keyframes scroll-up {
  0% {
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}
@keyframes scroll-up {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}
.homepage-7 {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.homepage-7 .content {
  -webkit-transform: rotate3d(1, 0, 0, 25deg);
  -moz-transform: rotate3d(1, 0, 0, 25deg);
  transform: rotate3d(1, 0, 0, 25deg);
  height: 385px;
  overflow: hidden;
  margin-top: 60px;
}
.homepage-7 .content ul {
  margin: 0 -25px;
  -webkit-animation: scroll-up 10s linear infinite;
  -moz-animation: scroll-up 10s linear infinite;
  animation: scroll-up 10s linear infinite;
}
.homepage-7 .content ul li {
  padding: 15px 25px;
  width: 20%;
}
.homepage-7 .content ul li .img {
  width: 100%;
  /*height: 100px;*/
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  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;
}
.customized-page .slide {
  padding: 2%;
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.customized-page .slide .navLink a {
  padding: .3em 1em;
  background-color: #eee;
  border-radius: 5px;
}
.customized-page .slide .navLink a.active {
  background-color: var(--color);
  color: white;
}
.customized-page input,
.customized-page textarea {
  width: 100%;
  border: 1px solid #eee;
  background-color: transparent;
  padding: .3em 1em;
}
.customized-page textarea {
  height: 6em;
}
.customized-page button {
  background-color: var(--color);
  color: white;
  border: none;
}
@media (max-width: 1250px) {
  .about-page .about-1 .content .right span {
    font-size: 12vw;
  }
}
@media (max-width: 1000px) {
  .font-100 {
    font-size: 28px;
  }
  .font-60 {
    font-size: 24px;
  }
  .about-page .about-1 .content .right {
    display: none;
  }
  .about-page .about-1 .content .con {
    width: 100%;
  }
  .about-page .about-4 .box .left {
    padding: 5% !important;
  }
  .about-page .about-4 .box .left .con {
    width: 90%;
  }
  .about-page .about-4 .box .right ul {
    max-width: none;
  }
  .about-page .init-2 .list ul {
    flex-wrap: wrap;
  }
  .about-page .init-2 .list ul li {
    width: 45%;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 180px;
  }
  .about-page .about-4 .box .right ul li img {
    max-width: 70%;
  }
  .about-page .init-2 .list ul i img {
    max-height: 60px;
  }
  .about-page .about-4 .box .left .tit {
    font-size: 24px;
  }
  .homepage-7 .content ul li {
    padding: 10px;
    width: 33.333%;
  }
  .homepage-7 .content ul {
    margin: -10px;
  }
  .homepage-7 .content {
    height: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .font-100 {
    font-size: 24px;
  }
  .font-60 {
    font-size: 22px;
  }
}