@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo2-Medium.eot');
  src: url('../fonts/Baloo2-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-Medium.woff2') format('woff2'), url('../fonts/Baloo2-Medium.woff') format('woff'), url('../fonts/Baloo2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo2-SemiBold.eot');
  src: url('../fonts/Baloo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-SemiBold.woff2') format('woff2'), url('../fonts/Baloo2-SemiBold.woff') format('woff'), url('../fonts/Baloo2-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo2-Regular.eot');
  src: url('../fonts/Baloo2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-Regular.woff2') format('woff2'), url('../fonts/Baloo2-Regular.woff') format('woff'), url('../fonts/Baloo2-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo2-Bold.eot');
  src: url('../fonts/Baloo2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-Bold.woff2') format('woff2'), url('../fonts/Baloo2-Bold.woff') format('woff'), url('../fonts/Baloo2-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Baloo";
  font-weight: normal;
  font-style: normal;
  max-width: 1920px;
  margin: 0 auto;
  --color: #132b88;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1470px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(19, 43, 136, 0.5);
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 100px;
  margin: 0 auto;
  max-width: 100%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 20px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
  color: #132b88;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 30px 0;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 200px;
  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 #132b88;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #132b88;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 25px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .line {
  width: 1px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
}
#header .nav .ui.menu .language {
  position: relative;
  font-size: 18px;
  color: white;
  margin-left: 35px;
}
#header .nav .ui.menu .language span img {
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
#header .nav .ui.menu .language ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 140px;
  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 #132b88;
  display: none \9;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 35px;
  color: black;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  width: 24px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -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 .inquiry {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #132b88;
  color: white;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
}
#header .nav .ui.menu .inquiry:hover {
  background-color: #e60013;
}
#header.active {
  background-color: rgba(19,43,136,.5);
}
#header.active .nav .ui.menu .inquiry {
  background-color: #132b88;
}
#header.active .nav .ui.menu .inquiry:hover {
  background-color: #e60013;
}
 
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#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: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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 {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  color: white;
  background-color: #132b88;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  padding: 0 45px;
}
.more:hover {
  background-color: #e60013;
}
.fw-600 {
  font-weight: 600;
}
#banner {
  position: relative;
}
#banner .ui.container {
  max-width: 100%;
  padding: 0 100px;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 50%;
  bottom: 7%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  color: white;
}
#banner ul li .content .box {
  width: 60%;
}
#banner ul li .content .h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}
#banner ul li .content p {
  font-size: 24px;
  margin: 14px 0 44px;
}
#banner ul li .content .more {
  background-color: white;
  color: black;
  z-index: 3;
}
#banner ul li .content .more:hover {
  background-color: #132b88;
  color: white;
}
#banner .page {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 100%;
  font-size: 24px;
  color: white;
}
#banner .page .ui.container {
  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;
}
#banner .page .slick-dots li {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}
#banner .page .slick-dots li button {
  display: none;
}
#banner .page .slick-dots li.slick-active {
  background-color: white;
}
#banner .page .line {
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}
.i-tag {
  font-size: 24px;
  color: #132b88;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.i-title {
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
}
#index-body .i-product {
  padding-top: 100px;
  padding-bottom: 100px;
}
#index-body .i-product .top {
  position: relative;
  margin-bottom: 64px;
}
#index-body .i-product .top .i-title {
  margin-top: 15px;
}
#index-body .i-product .top .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-product ul {
  margin: -10px;
}
#index-body .i-product ul li {
  padding: 10px;
  text-align: center;
}
#index-body .i-product ul li .img-box {
  background-color: #f5f4f7;
  border-radius: 20px; 
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-product ul li .title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-product ul li:hover .img-box {
  background-color: #132b88;
}
#index-body .i-product ul li:hover .title{
  color: #e60013;
}
#index-body .i-about .i-title {
  margin: 15px 0 55px;
  text-transform: uppercase;
}
#index-body .i-about .left {
  width: 45%;
}
#index-body .i-about .left img {
  border-radius: 20px;
}
#index-body .i-about .right {
  width: 55%;
  padding-left: 50px;
  margin-top: 30px;
}
#index-body .i-about .right .content {
  font-size: 18px;
  line-height: 30px;
  color: #626262;
}
#index-body .i-about .right .more {
  padding: 0 55px;
  margin-top: 54px;
}
#index-body .i-about ul {
  padding: 125px 0 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-about ul li {
  text-align: center;
  position: relative;
}
#index-body .i-about ul li .box {
  position: relative;
  display: inline-block;
}
#index-body .i-about ul li .h2 {
  font-size: 100px;
  color: rgba(19, 43, 136, 0.1);
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}
#index-body .i-about ul li .h2 i{
  font-size: 30px;
  position: absolute;
}
#index-body .i-about ul li p {
  font-size: 20px;
  font-weight: 500;
  z-index: 2;
  position: relative;
}
#index-body .i-about ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background-color: #e7e9f3;
}
#index-body .i-about ul li:first-child {
  text-align: left;
  width: 16%;
}
#index-body .i-about ul li:nth-child(2) {
  width: 40%;
}
#index-body .i-about ul li:nth-child(3) {
  width: 33%;
}
#index-body .i-about ul li:last-child {
  text-align: right;
  width: 24%;
}
#index-body .i-about ul li:first-child::after {
  content: none;
}
#index-body .i-sus .box {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
#index-body .i-sus .box .content {
  position: absolute;
  left: 0;
  bottom: 14%;
  width: 100%;
  background-color: #132b88;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 40px;
}
#index-body .i-sus .box .content .left {
  font-size: 32px;
  line-height: 45px;
  padding-left: 110px;
  position: relative;
  width: 73%;
}
#index-body .i-sus .box .content .left img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-sus .box .content .right {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 90px;
}
#index-body .i-sus .box .content .right .num {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
#index-body .i-sus .box .content .right p {
  font-size: 18px;
  font-weight: 500;
}
#index-body .i-why {
  padding: 82px 0 115px;
}
#index-body .i-why .left .wrap {
  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;
  margin: -7px;
}
#index-body .i-why .left .wrap .column {
  padding: 7px;
}
#index-body .i-why .left .wrap .box {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-why .left .wrap .box1 {
  background-color: #132b88;
  height: 100%;
  padding: 45px 30px 35px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-why .left .wrap .box1 .tag {
  font-size: 18px;
}
#index-body .i-why .left .wrap .box1 .h4 {
  font-size: 24px;
  line-height: 36px;
}
#index-body .i-why .left .wrap .column.wid-100 {
  width: 100%;
}
#index-body .i-why .right {
  padding-left: 50px;
}
#index-body .i-why .right .i-title {
  margin: 15px 0 40px;
}
#index-body .i-why .right ul li {
  margin-bottom: 35px;
}
#index-body .i-why .right ul li .h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0;
}
#index-body .i-why .right ul li .des {
  font-size: 18px;
  line-height: 24px;
  color: #626262;
}
#index-body .i-why .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-news {
  background-color: #ecf4ff;
  padding-top: 90px;
  padding-bottom: 85px;
}
#index-body .i-news .i-title {
  margin: 15px 0 50px;
}
#index-body .i-news ul {
  margin: -25px;
}
#index-body .i-news ul li {
  padding: 25px;
}
#index-body .i-news ul li .box {
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
  padding-top: 26px;
  position: relative;
  overflow: hidden;
}
#index-body .i-news ul li .box .time {
  font-size: 18px;
  font-weight: 500;
  color: rgba(19, 43, 136, 0.5);
  padding: 0 25px;
  z-index: 3;
  position: relative;
}
#index-body .i-news ul li .box .time span {
  color: #132b88;
}
#index-body .i-news ul li .box .title {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  padding: 0 25px;
  margin: 13px 0 20px;
  z-index: 3;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-news ul li .box .img-box {
  z-index: 3;
  position: relative;
}
#index-body .i-news ul li .box .mores {
  font-size: 20px;
  padding: 22px 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  z-index: 3;
  position: relative;
}
#index-body .i-news ul li .box .mores img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-news ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #132b88;
  border-bottom: none;
  border-left: none;
  border-right: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-news ul li .box:hover .title {
  color: #132b88;
}
#index-body .i-news ul li .box:hover .mores {
  color: #132b88;
}
#index-body .i-news ul li .box:hover .mores img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .i-news ul li .box:hover::after {
  opacity: 1;
}
#footer {
  padding-top: 86px;
  padding-bottom: 50px;
  border-bottom: 8px solid #132b88;
  /*border-top: 1px solid #c7c7c7;*/
}
#footer .left {
  width: 43%;
  padding-right: 15%;
}
#footer .right {
  width: 57%;
}
#footer .h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
#footer .wrap .left p {
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  margin: 18px 0 25px;
}
#footer .wrap .left .share a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  text-align: center;
  line-height: 25px;
  margin-right: 7px;
  color: white;
}
#footer .wrap .left .share a:nth-child(1) {
  background-color: #2f5096;
}
#footer .wrap .left .share a:nth-child(2) {
  background-color: #28a6df;
}
#footer .wrap .left .share a:nth-child(3) {
  background-color: #3ab034;
}
#footer .wrap .left .share a:nth-child(4) {
  background-color: #d5307c;
}
#footer .wrap .left .share a:nth-child(5) {
  background-color: #fe2b54;
}
#footer .wrap .right {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .wrap .right ul li {
  font-size: 18px;
  margin-bottom: 9px;
}
#footer .wrap .right ul li a {
  color: #626262;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap .right ul li:hover a {
  color: #132b88;
}
#footer .wrap .right .four {
  max-width: 310px;
}
#footer .bottom {
  margin-top: 55px;
}
#footer .bottom .left {
  vertical-align: bottom;
  padding-right: 2%;
}
#footer .bottom .left p {
  font-size: 16px;
  color: #626262;
}
#footer .bottom .left svg {
  fill: #626262;
  width: auto;
  height: 27px;
  vertical-align: middle;
}
#footer .bottom .right {
  vertical-align: bottom;
}
#footer .bottom .right form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .bottom .right form input {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  height: 40px;
}
#footer .bottom .right form input[name="mail"] {
  width: 40%;
}
#footer .bottom .right form input[name="content"] {
  width: 57%;
  margin-left: auto;
}
#footer .bottom .right form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  background: url(../images/send.png) no-repeat center;
}
@media screen and (max-width: 1750px){
  #header .nav .ui.menu {
    padding: 0 50px;
  }
  #header .nav .ui.menu .logo {
    max-width: 240px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1650px) {
  #header .nav .ui.menu {
    padding: 0 50px;
  }
  #header .nav .ui.menu .logo {
    max-width: 240px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 18px;
  }
  #banner ul li .content .h3 {
    font-size: 43px;
  }
}
@media screen and (max-width: 1500px) {
  .ui.container {
    max-width: 1350px;
  }
  #header .nav .ui.menu{
    padding: 0 15px;
  }
  #header .nav .ui.menu .inquiry {
    white-space: nowrap;
    font-size: 16px;
  }
  #header .nav .ui.menu .logo {
    max-width: 215px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #banner ul li .content .h3 {
    font-size: 38px;
  }
  #index-body .i-sus .box .content .left {
    font-size: 28px;
  }
  .font-48 {
    font-size: 42px;
  }
  #index-body .i-why .right .i-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    max-width: 1200px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .logo{
    max-width: 180px;
  }
  #header .nav .ui.menu .line{
    display: none;
    margin-left: 0;
  }
  #header .nav .ui.menu .language {
    margin-left: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 17px;
    margin: 0 9px;
  }
  #header .nav .ui.menu .h-search{
    margin: 0 20px;
  }
  #banner .ui.container {
    padding: 0 50px;
  }
  #banner ul li .content p {
    font-size: 20px;
  }
  #index-body .i-about ul li .h2 {
    font-size: 110px;
  }
  #index-body .i-sus .box .content .left {
    font-size: 24px;
    line-height: 40px;
  }
  #footer .left {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    max-width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content .h3 {
    font-size: 30px;
  }
  #banner ul li .content p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .font-48 {
    font-size: 35px;
  }
  #index-body .i-product {
    padding: 60px 0 70px;
  }
  #index-body .i-about ul {
    padding: 100px 0;
  }
  #index-body .i-sus .box .content .left {
    width: 75%;
  }
  #index-body .i-sus .box .content .right {
    padding-left: 60px;
  }
  #index-body .i-why .left {
    width: 100%;
  }
  #index-body .i-why .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .i-why .left .wrap .box img {
    width: 100%;
  }
  #index-body .i-why {
    padding-bottom: 70px;
  }
  #index-body .i-news ul li {
    padding: 15px;
  }
  #index-body .i-news ul {
    margin: -15px;
  }
  #index-body .i-news ul li .box .title {
    font-size: 20px;
    line-height: 28px;
  }
  #footer .right {
    width: 60%;
  }
  #footer .left {
    width: 40%;
    padding-right: 5%;
  }
  #footer .wrap .right .four {
    max-width: 270px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  #banner ul li .content .box {
    width: 80%;
  }
  #banner ul li .content .box {
    font-size: 25px;
  }
  #banner .ui.container {
    padding: 0 25px;
  }
  .more {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
  }
  #banner ul li .content .h3 {
    font-size: 25px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .i-about ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about ul li:nth-child(1),
  #index-body .i-about ul li:nth-child(2),
  #index-body .i-about ul li:nth-child(3),
  #index-body .i-about ul li:nth-child(4) {
    width: 50%;
    text-align: center;
  }
  #index-body .i-about ul li {
    margin: 40px 0;
  }
  #index-body .i-about ul {
    padding: 40px 0;
  }
  #index-body .i-about ul li:nth-child(3)::after {
    content: none;
  }
  #index-body .i-sus .box .content .left {
    font-size: 18px;
    line-height: 26px;
    padding-left: 65px;
  }
  #index-body .i-sus .box .content .left img {
    left: -23px;
  }
  #index-body .i-sus .box .content .right {
    padding-left: 40px;
  }
  #index-body .i-sus .box .content {
    padding: 18px 40px;
  }
  #index-body .i-news {
    padding: 60px 0 55px;
  }
  #footer .wrap .right .two,
  #footer .wrap .right .three {
    display: none;
  }
  #footer .wrap .right .four {
    max-width: 100%;
  }
  #footer .right {
    width: 50%;
  }
  #footer .left {
    width: 50%;
  }
  #footer .bottom {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .bottom .left {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #footer .bottom .right {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #footer {
    padding: 55px 0 20px;
  }
}
@media screen and (max-width: 700px) {
  #banner .page {
    display: none !important;
  }
  #banner ul li .content .box {
    width: 100%;
  }
  #banner ul li .content p {
    font-size: 16px;
    margin-bottom: 9px;
    margin-top: 5px;
  }
  .i-tag {
    font-size: 20px;
    letter-spacing: 0;
  }
  #index-body .i-product .top .more {
    position: relative;
    top: 17px;
  }
  #index-body .i-product {
    padding: 35px 0 55px;
  }
  .font-48 {
    font-size: 30px;
  }
  #index-body .i-product ul li .title {
    font-size: 20px;
  }
  #index-body .i-about ul li .h2 {
    font-size: 85px;
  }
  #index-body .i-sus {
    display: none;
  }
  #index-body .i-about ul {
    padding-bottom: 0;
  }
  #index-body .i-why {
    padding: 40px 0;
  }
  #index-body .i-why .left .wrap .box1 .h4 {
    font-size: 20px;
    line-height: 27px;
  }
  #index-body .i-why .left .wrap .box1 {
    padding: 25px 15px 20px;
  }
  #index-body .i-news .i-title {
    margin-bottom: 30px;
  }
  #footer .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .right {
    width: 100%;
  }
  #footer .wrap .left {
    margin-bottom: 30px;
  }
  #footer .bottom {
    margin-top: 12px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li > img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner ul li .content .h3 {
    font-size: 17px;
  }
  .font-48 {
    font-size: 26px;
  }
  #index-body .i-about .i-title {
    margin-bottom: 25px;
  }
  #index-body .i-about ul li p {
    font-size: 16px;
  }
  #index-body .i-about ul li .h2 {
    font-size: 67px;
  }
  #index-body .i-about ul li {
    margin: 32px 0;
  }
  #index-body .i-why .left .wrap .box1 .h4 {
    margin-top: 30px;
  }
  #footer .bottom .right form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .bottom .right form input[name="mail"],
  #footer .bottom .right form input[name="content"] {
    width: 100%;
  }
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ks {
    animation: ks 3s linear;
}
@keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      transform: scale(1.3);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      transform: scale(1.3);
      opacity: 0;
    }
  }
.pt-90{
  padding-top: 90px;
}
.pb-90{
  padding-bottom: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.pt-120{
  padding-top: 120px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-15 {
    margin-top: 15px;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.inner-banner{
  margin-top: 90px;
  background: #f5f4f7;
  font-size: 18px;
  padding: 15px 0;
}
.inner-banner .ui.container{
  max-width: 100%;
  padding: 0 100px;
}
.product2-1 {
  padding: 100px 0;
  background-color: #ecf4ff;
  }
.product2-1 .left .Auxil-h1 {
  color: #000;
  text-transform: uppercase;
}
.product2-1 .left .text {
  color: #626262;
  max-height: 270px;
  overflow: auto;
}
.product2-1 .right {
  height: 500px;
}
.product2-1 .right > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product2-2 {
  background-color: #fff;
  padding: 100px 0 50px;
}
.product2-2 .pro-search input {
  padding: 0 25px;
  font-size: 16px;
  float: left;
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58px);
  width: calc(100% - 58px);
  height: 58px;
  border-radius: 5px;
  border: none;
  background-color: #ecf4ff;
}
.product2-2 .pro-search button {
  float: right;
  width: 58px;
  height: 58px;
  border: none;
  background-color: #132b88;
  border-radius:0 5px 5px 0;
}
.product2-page .product-list{
  padding-bottom: 60px;
}
.product2-page .product-list ul{
  margin: -10px;
}
.product2-page .product-list ul li{
  padding: 10px;
  text-align: center;
}
.product2-page .product-list ul li .img-box{
      background-color: #f5f4f7;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.product2-page .product-list ul li .title{
display: block;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    cursor: auto;
}
/*.product2-page .product-list ul li:hover .img-box {
    background-color: #132b88;
}*/
.prodet-1 {
  padding: 80px 0 70px;
}
.prodet-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-1 .left .small {
  left: 0;
  top: 0;
  width: 15%;
  padding-right: 20px;
  z-index: 1;
}
.prodet-1 .left .small ul {
  margin: -10px;
}
.prodet-1 .left .small li {
  padding: 10px;
}
.prodet-1 .left .small li img {
  border: 1px solid #d5d5d5;
}
.prodet-1 .left .small li img.active {
  border-color: #132b88;
}
.prodet-1 .left .small .slick-vertical .slick-slide {
  border: none;
}

.prodet-1 .left .small .arrows span.arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  text-align: center;
  cursor: pointer;
}

.prodet-1 .left .small .arrows span.arrow.arrow_r {
  top: auto;
  bottom: 0;
}

.prodet-1 .left .big {
  padding-left: 15%;
}
.prodet-1 .left .big ul {
  border: 1px solid #d5d5d5;
}
.prodet-1 .left .big ul li{
  text-align: center;
}
.prodet-1 .left .big ul li img{
  display: block;
  margin: auto;
}
.prodet-1 .right .content {
  height: 100%;
  padding: 50px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-1 .right .content .desc {
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 2;
  color: #383838;
  border-bottom: 1px solid currentColor;
}
.prodet-1 .right .content .pdfs {
  margin-top: 30px;
  margin-bottom: 35px;
}
.prodet-1 .right .content .pdfs ul {
  margin: -40px;
}
.prodet-1 .right .content .pdfs li {
  width: auto;
  padding: 40px;
}
.prodet-1 .right .content .pdfs li i {
  float: left;
}
.prodet-1 .right .content .pdfs li span {
  line-height: 1.3;
  display: block;
  margin-left: 45px;
  color: #132b88;
  border-bottom: 2px solid currentColor;
}
.prodet-1 .right .content .btns {
  margin: -15px;
}
.prodet-1 .right .content .btns > div {
  padding: 15px;
}
.prodet-1 .right .content .btns a {
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #132b88;
  border-radius: 25px;
}

.prodet-2 .content {
  line-height: 2;
}

.prodet-2 .content strong {
  font-weight: bold;
}

.prodet-2 .content ul li{
  list-style-type: disc;
  margin-left: 1.25em;
}

.prodet-3 .form ul {
  margin: -12px;
}
.prodet-3 .form li {
  padding: 12px;
}
.prodet-3 .form li.wid-100 {
  width: 100%;
}
.prodet-3 .form input,
.prodet-3 .form textarea {
  padding: 20px;
  width: 100%;
  font-size: 18px;
  background-color: #ecf4ff;
  border: none;
}
.prodet-3 .form input[type='submit'] {
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  max-width: 290px;
  color: #FFFFFF;
  background-color: #132b88;
}
.prodet-3 .form textarea {
  height: 280px;
}
.pro-line em {
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1024px) {
  .prodet-1 {
    padding: 60px 0;
  }
  .prodet-1 .box {
    display: block;
  }
  .prodet-1 .left {
    width: 100%!important;
    padding: 0;
  }
  .prodet-1 .right {
    width: 100%!important;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-1 .right .content {
    padding: 30px;
  }
  .prodet-1 .right .content .pdfs ul {
    margin: -15px;
  }
  .prodet-1 .right .content .pdfs li {
    padding: 15px;
  }
  .prodet-3 .form input,
  .prodet-3 .form textarea {
    padding: 15px;
    font-size: 16px;
  }
  .prodet-3 .form textarea {
    height: 200px;
  }
  .prodet-3 .form input[type='submit'] {
    font-size: 18px;
  }
  .prodet-3 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .prodet-1 .left .small {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }

  .prodet-1 .left .small .arrows span.arrow {
    right: auto;
    top: 50%!important;
    transform: translateY(-50%);
  }

  .prodet-1 .left .small .arrows span.arrow.arrow_r {
    right: 0;
    left: auto;
    bottom: auto;
  }

  .prodet-1 .left .small .arrows span.arrow.arrow_l i::before {
    content: "\f104";
  }

  .prodet-1 .left .small .arrows span.arrow.arrow_r i::before {
    content: "\f105";
  }

  .prodet-1 .left .big {
    padding-left: 0;
  }

  .prodet-1 .right .content {
    padding: 15px;
  }
  .prodet-3 .form input,
  .prodet-3 .form textarea {
    padding: 10px;
    font-size: 14px;
  }
  .prodet-3 .form textarea {
    height: 150px;
  }
  .product2-2 .fl,
  .product2-2 .fr{
    float: unset;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .prodet-1 .right .content .pdfs ul {
    margin: -10px;
  }
  .prodet-1 .right .content .pdfs li {
    width: 100%;
    padding: 10px;
  }
  .prodet-1 .right .content .pdfs li span {
    border: none;
    line-height: 2;
  }
  .prodet-3 .form input[type='submit'] {
    max-width: 100%;
    font-size: 16px;
  }
}
.m-page{
  text-align: center;
  margin-top: 50px;
}
.m-page a,.m-page span{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: transparent;
  text-align: center;
  line-height: 35px;
  margin: 0 3px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}
.m-page a:hover,.m-page span{
  background: #132b88;
  color: white;
  border-radius: 100%;
}
.m-link {
  padding: 10px 25px;
  background-color: #ecf4ff;
  line-height: 48px;
  border-radius: 10px;
}
.m-link i img {
  filter: grayscale(100%);
  vertical-align: middle;
}
.m-link span em {
  display: inline-block;
    vertical-align: middle;
  line-height: 24px;
}

.m-link a:hover {
  color: #132b88;
}

.m-link a:hover i img {
  filter: grayscale(0);
}

.about-page .about-1 .container .left {
  width: 40%;
  display: inline-block;
}
.about-page .about-1 .container .left .name {
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .about-1 .container .left .more {
  margin-top: 45px; 
}
.about-page .about-1 .container .right {
  
  width: 54%;
  margin-left: auto;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 330px;
  display: inline-block;
  font-size: 18px;
    line-height: 30px;
    color: #626262;
}
.about-page .about-2 {
  margin-top: 80px;
}
.about-page .about-2 .container {
  height: 600px;
  border-radius: 30px;
  /*background-attachment: fixed;*/
  position: relative;
  background-position: center;
  background-size: cover;
}
.about-page .about-2 .container .play {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  /*border: 2px solid #132b88;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 40px;
  color: #fff;
}
.about-page .about-2 .container .play .ling {
  position: absolute;
  /*width: -webkit-calc(124%);
  width: -moz-calc(124%);
  width: calc(100% + 24px);
  height: -webkit-calc(124%);
  height: -moz-calc(124%);
  height: calc(100% + 24px);*/ 
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: rgba(19, 43, 136, 0.5);
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
  z-index: -1;
}
.about-page .about-2 .container .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .about-3 {
  text-align: center;
}
.about-page .about-3 .container .tips_title {
  font-weight: bold;
  margin-top: 16px;
}
.about-page .about-3 .container .list_cont {
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-3 .container .list_cont .list {
  margin-top: 30px;
  width: 440px;
}
.about-page .about-3 .container .list_cont .list .img {
  position: relative;
}
.about-page .about-3 .container .list_cont .list .img .sub {
  position: absolute;
  top: -10px;
  left: -webkit-calc(60%);
  left: -moz-calc(60%);
  left: calc(50% + 10px);
  width: 50px;
  height: 40px;
  -webkit-transform: translateX(-50%) skew(-40deg);
  -moz-transform: translateX(-50%) skew(-40deg);
  -ms-transform: translateX(-50%) skew(-40deg);
  -o-transform: translateX(-50%) skew(-40deg);
  transform: translateX(-50%) skew(-40deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#132b88), color-stop(#3ea3ad), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #132b88, #3ea3ad, #ffffff);
  background-image: -moz-linear-gradient(top, #132b88, #3ea3ad, #ffffff);
  background-image: -o-linear-gradient(top, #132b88, #3ea3ad, #ffffff);
  background-image: linear-gradient(to bottom, #132b88, #3ea3ad, #ffffff);
  display: none;
}
.about-page .about-3 .container .list_cont .list .img img {
  height: 50px;
  position: relative;
  z-index: 2;
}
.about-page .about-3 .container .list_cont .list .title {
  font-weight: 600;
  margin-top: 16px;
}
.about-page .about-3 .container .list_cont .list .des {
  margin-top: 16px;
  font-weight: 400;
  color: #5e5e5e;
}
.about-page .about-3 .container .list_cont .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .about-3 .container .list_cont .list:hover .img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-4 {
  padding: 60px 0;
  background-color: #132b88;
}
.about-page .about-4 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.about-page .about-4 .container .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-4 .container .list_cont .list {
  font-weight: 600;
  text-align: center;
}
.about-page .about-4 .container .list_cont .list .top {
  font-size: 70px;
  line-height: 1.2;
}
.about-page .about-4 .container .list_cont .list .top .sub {
  font-size: 18px;
  vertical-align: text-top;
  position: relative;
  top: 27px;
}
.about-page .about-4 .container .list_cont .list .bottom {
  font-weight: 400;
}
.about-page .about-5 .container .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 340px;
  left: 0;
  background-color: #d1e8f9;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 290px;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .sub {
  width: 12px;
  height: 16px;
  background-color: #132b88;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  margin: 42px auto 0;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-6 {
  text-align: center;
  background-color: #ecf4ff;
}
.about-page .about-6 .container .title {
  margin-top: 16px;
  font-weight: bold;
}
.about-page .about-6 .container .swiper {
  margin-top: 50px;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
  border-radius: 20px;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  border-radius: 20px;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img .shadow {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 43, 136, 0.9)), color-stop(80%, rgba(19, 43, 136, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: linear-gradient(to top, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img .icon{
  position: absolute;
  left: 50%;
  top: 50%;
   -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  color: white;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img .icon i{
  font-size: 34px;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide:hover .img .icon{
  opacity: 1;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  font-weight: 500;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-page .about-7 {
  padding: 50px 0;
  background-color: #f3f3f3;
}
.about-page .about-7 .container .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-7 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  text-align: center;
}
.about-page .about-7 .container .swiper .swiper-wrapper .swiper-slide a img {
  width: auto;
  max-width: 100%;
}
.about-page .about-history {
  padding: 100px 0 80px;
}
.about-page .about-history .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 5px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.about-page .about-history .arrows span.arrow:hover {
  border-color: #132b88;
}
.about-page .about-history .arrows span.arrow svg{
  vertical-align: middle;
}
.about-page .about-history .arrows span.arrow svg path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-history .arrows span.arrow:hover svg path {
  fill: #132b88;
}
.about-page .about-history .list {
  position: relative;
}
.about-page .about-history .list::before {
  content: "";
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1e1e1;
}
.about-page .about-history .list ul {
  margin: 0 -40px;
}
.about-page .about-history .list li {
  padding: 0 40px;
}
.about-page .about-history .list .year {
font-weight: 600;
    height: 70px;
    color: #132b88;
}
.about-page .about-history .list .dot {
  width: 17px;
  height: 17px;
  background-color: #b9c0dc;
  border-radius: 50%;
  position: relative;
}
.about-page .about-history .list .dot::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background-color: #132b88;
  border-radius: inherit;
}
.about-page .about-history .list .name {
  font-weight: bold;
  margin-top: 30px;
}
.about-page .about-history .list .text {
  margin-top: 20px;
}
@media (max-width: 1500px) {

  .about-page .about-3 .container .list_cont .list {
    width: 30%;
  }
  .about-page .about-4 .container .list_cont .list .top {
    font-size: 60px;
  }
}
@media screen and (max-width:1200px){
   .about-page .about-history .list ul {
    margin: 0 -30px;
  }
  .about-page .about-history .list li {
    padding: 0 30px;
  }
}
@media (max-width: 1000px){
   .about-page .about-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
   .about-page .about-2 .container {
    height: 300px;
  }
  .about-page .about-4 .container .list_cont .list {
    width: 50%;
    margin-top: 30px;
  }
  .about-page .about-history {
    padding: 60px 0;
  }
  .about-page .about-history .list ul {
    margin: 0 -15px;
  }
  .about-page .about-history .list li {
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .about-page .about-3 .container .list_cont .list {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
  }
  .about-page .about-4 .container .list_cont .list {
    width: 100%;
  }
  .about-page .about-4 .container .list_cont .list:first-child {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .left .name {
    margin-top: 10px;
  }
  .about-page .about-1 .container .left .more {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-3 .container .list_cont {
    margin-top: 0;
  }
  .about-page .about-4 .container .list_cont .list .top {
    font-size: 50px;
  }
  .about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }
  .about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .sub {
    margin-top: 6vw;
  }
  .about-page .about-5 .container .line {
    display: none;
  }
  .about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 78vw;
    left: 0;
    background-color: #d1e8f9;
  }
  .about-page .about-6 .container .swiper {
    margin-top: 20px;
  }
}

.sustainable-page .sustainable-1 .left {
  width: 550px;
}
.sustainable-page .sustainable-1 .left .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.sustainable-page .sustainable-1 .right {
  width: -webkit-calc(-570%);
  width: -moz-calc(-570%);
  width: calc(100% - 670px);
  margin-left: auto; 
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
  color: #626262;
}
.sustainable-page .sustainable-2 img {
  width: 100%;
  border-radius: 30px;
}
.sustainable-page .sustainable-3 .tips_title {
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  text-transform: uppercase;
}
.sustainable-page .sustainable-3 .tips_des {
  margin: 20px auto 0; 
  text-align: center;
  max-width: 1200px;
  font-size: 18px;
    line-height: 30px;
    color: #626262;
}
.sustainable-page .sustainable-3 .list_cont {
  margin: 0 -25px 0;
  padding-top: 30px;
}
.sustainable-page .sustainable-3 .list_cont .list {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 25px;
}
.sustainable-page .sustainable-3 .list_cont .list .box {
  overflow: hidden;
  position: relative;
  border: 1px solid #c7c7c7;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  z-index: 1;
}
.sustainable-page .sustainable-3 .list_cont .list .box .img {
  position: absolute;
  height: 170px;
  top: -15px;
  right: -10px;
  z-index: -1;
}
.sustainable-page .sustainable-3 .list_cont .list .box .title {
  font-weight: 600;
  padding-right: 80px;
  line-height: 1.2;
}
.sustainable-page .sustainable-3 .list_cont .list .box .des {
  color: #626262;
  margin-top: 20px;
}
.sustainable-page .sustainable-3 .list_cont .list .box:hover {
  color: #fff;
  background-color: #132b88;
}
.sustainable-page .sustainable-3 .list_cont .list .box:hover .des {
  color: #fff;
}
.sustainable-page .sustainable-4 {
  position: relative;
  z-index: 2;
}
.sustainable-page .sustainable-4 .sub {
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  left: 0;
  background-color: #132b88;
}
.sustainable-page .sustainable-4 .container .left {
  margin-top: 0px;
  width: 44%;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .img {
  height: 70px;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .des {
  color: #626262;
  margin-top: 10px;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 4px;
}
.sustainable-page .sustainable-4 .container .left .s_page {
  margin-top: 60px;
  color: #fff;
}
.sustainable-page .sustainable-4 .container .left .s_page .active_num {
  font-weight: 600;
}
.sustainable-page .sustainable-4 .container .left .s_page .line {
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin: 0 10px;
}
.sustainable-page .sustainable-4 .container .left .s_page .all_num {
  font-weight: normal;
}
.sustainable-page .sustainable-4 .container .right {
  margin-left: auto;
  width: 50%;
}
.sustainable-page .sustainable-4 .container .right .swiper a {
  display: block;
}
.sustainable-page .sustainable-4 .container .right .swiper img {
  width: 100%;
  border-radius: 20px;
}
.sustainable-page .sustainable-5 {
  text-align: center;
  background-color: #ecf4ff;
}
.sustainable-page .sustainable-5 .container .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.sustainable-page .sustainable-5 .container .des {
  color: #626262;
  padding: 0 100px;
  margin-top: 20px;
  line-height: 1.4;
}
.sustainable-page .sustainable-5 .container .swiper {
  margin-top: 60px;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c {
  overflow: hidden;
  position: relative;
  display: block;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .shadow {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 43, 136, 0.9)), color-stop(80%, rgba(19, 43, 136, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: linear-gradient(to top, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .img_1 {
  width: 100%;
  border-radius: 20px;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .img_2 {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .text {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .img_c .shadow {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .img_c .img_2 {
  opacity: 1;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 1500px){
  .sustainable-page .sustainable-4{
    padding-bottom: 120px;
  }
}
@media (max-width: 1400px){
  .sustainable-page .sustainable-4{
    padding-bottom: 165px;
  }
}
@media (max-width: 1250px) {
  .sustainable-page .sustainable-1 .left {
    width: 100%;
  }
  .sustainable-page .sustainable-1 .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1200px){
  .sustainable-page .sustainable-4{
    padding-bottom: 205px;
  }
}
@media (max-width: 1000px) {
  .sustainable-page .sustainable-1 {
    text-align: center;
  }
  .sustainable-page .sustainable-3 .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .img {
    display: none;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .title {
    padding-right: 0;
  }
  .sustainable-page .sustainable-4{
    padding-bottom: 100px;
  }
  .sustainable-page .sustainable-4 .container .left {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .sustainable-page .sustainable-4 .container .left .s_page {
    display: none;
  }
  .sustainable-page .sustainable-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .sustainable-page .sustainable-1 .right {
    margin-top: 20px;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box {
    padding: 20px 10px;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .des {
    margin-top: 10px;
  }
  .sustainable-page .sustainable-4 .sub {
    display: none;
  }
  .sustainable-page .sustainable-5 .container .swiper {
    margin-top: 20px;
  }
  .sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .text {
    position: relative;
    margin-top: 10px;
    text-align: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    color: #000;
    bottom: 0;
  }
}

.honor-page .honor-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.honor-page .honor-1 .container {
  overflow: unset;
  overflow: visible;
}
.honor-page .honor-1 .container .left {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  width: 530px;
}
.honor-page .honor-1 .container .left .title {
font-weight: 600;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #132b88;
  -webkit-background-clip: text;
  background-clip: text;
}
.honor-page .honor-1 .container .left .cont {
  margin-top: 50px;
  position: relative;
}
.honor-page .honor-1 .container .left .cont .svg_c {
  position: absolute;
  width: 420px;
  height: 420px;
  top: 60px;
  left: 10px;
}
.honor-page .honor-1 .container .left .cont .svg_c.active circle {
  stroke-dashoffset: 50%;
}
.honor-page .honor-1 .container .left .cont .svg_c svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.honor-page .honor-1 .container .left .cont .svg_c svg circle {
  opacity: 1;
  fill: none;
  stroke: rgba(19,43,136,.2);
  stroke-dashoffset: 300%;
  stroke-dasharray: 300%;
  -webkit-transition: stroke-dashoffset 2s ease-in-out;
  -o-transition: stroke-dashoffset 2s ease-in-out;
  -moz-transition: stroke-dashoffset 2s ease-in-out;
  transition: stroke-dashoffset 2s ease-in-out;
}
.honor-page .honor-1 .container .left .cont .svg_c .s_page {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #132b88;
}
.honor-page .honor-1 .container .left .cont .svg_c .s_page .active_num {
  font-weight: 600;
  font-size: 48px;
  position: relative;
  left: -10px;
}
.honor-page .honor-1 .container .left .cont .svg_c .s_page .all_num {
  margin-left: 40px;
  font-size: 30px;
}
.honor-page .honor-1 .container .left .cont .line_cont {
  width: 20px;
  margin: 0 0 0 210px;
}
.honor-page .honor-1 .container .left .cont .line_cont .sub {
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-color: #132b88;
  /*-webkit-transform: rotate(22deg) skew(22deg);
  -moz-transform: rotate(22deg) skew(22deg);
  -ms-transform: rotate(22deg) skew(22deg);
  -o-transform: rotate(22deg) skew(22deg);
  transform: rotate(22deg) skew(22deg);*/
  border-radius: 100%;
}
.honor-page .honor-1 .container .left .cont .line_cont .line {
  width: 1px;
  height: 550px;
  background-color:rgba(19,43,136,.3);
  margin: auto;
  position: relative;
}
.honor-page .honor-1 .container .left .cont .line_cont .line .line_sub {
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #132b88;
}
.honor-page .honor-1 .container .left .cont .line_cont .mouse {
  display: block;
  margin: 14px auto 0;
}
.honor-page .honor-1 .container .right {
  width: -webkit-calc(-430%);
  width: -moz-calc(-430%);
  width: calc(100% - 530px);
  padding-left: 140px;
}
.honor-page .honor-1 .container .right ul {
  padding-bottom: 60px;
  margin: -60px -70px 0;
}
.honor-page .honor-1 .container .right ul li {
  width: 50%;
  margin-top: 60px;
  padding: 0 70px;
}
.honor-page .honor-1 .container .right ul li .box a {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  display: block;
}
.honor-page .honor-1 .container .right ul li .box a img {
  width: 100%;
}
.honor-page .honor-1 .container .right ul li:nth-child(2n) {
  top: 60px;
  position: relative;
}
@media (max-width: 1500px) {
  .honor-page .honor-1 .container .left .title {
    font-size: 60px;
  }
  .honor-page .honor-1 .container .left .cont {
    display: none;
  }
  .honor-page .honor-1 .container .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .honor-page .honor-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin: 40px 0 0;
  }
  .honor-page .honor-1 .container .right ul {
    margin: 0;
    padding-bottom: 0;
  }
  .honor-page .honor-1 .container .right ul li {
    width: 25%;
    padding: 0 15px;
  }
  .honor-page .honor-1 .container .right ul li:nth-child(2n) {
    top: 0;
  }
}
@media (max-width: 1000px) {
  .honor-page .honor-1 .container .left .title {
    text-align: center;
  }
  .honor-page .honor-1 .container .right ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .honor-page .honor-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .honor-page .honor-1 .container .right {
    margin-top: 10px;
  }
  .honor-page .honor-1 .container .right ul li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .honor-page .honor-1 .container .right ul li .box a {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.factory-page .init-1 {
  padding: 120px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 1010px;
  font-weight: 500;
  margin: auto;
  text-align: left;
}
.factory-page .init-1 .container .more {
  display: inline-block;  
  margin-top: 30px;
}
 
.factory-page .init-2 .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 20%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  overflow: hidden;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #132b88;
      content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.factory-page .init-2 .container .list .big_img .btn:hover::before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 20%;
}
.factory-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #132b88;
}
.factory-page .init-2 .container .list .des {
  color: #818181;
  font-size: 20px;
  line-height: 36px;
  width: 800px;
  margin: 40px auto 0;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f5f4f7;
}
.factory-page .init-3 {
  background: #f5f4f7;
  padding: 100px 0;
}
.factory-page .init-3 ul{
  margin: -12px;
}
.factory-page .init-3 ul li{
  padding: 12px;
  text-align: center;
}
.factory-page .init-3 ul li img{
  border-radius: 20px;
}
.factory-page .init-3 ul li p{
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .factory-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}

@media (max-width: 1250px) {
  .factory-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 1000px) {
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
  .factory-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}


@media (max-width: 700px) {
  .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
}

@media (max-width: 500px) {
  .factory-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .factory-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}

.baseCateNav {
  margin-top: 50px;
  overflow: hidden;
}
.baseCateNav ul {
  border-bottom: 1px solid #c7c7c7;
}
.baseCateNav li {
  display: inline-block;
  padding: 20px 0;
  position: relative;
}
.baseCateNav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #c7c7c7;
}
.baseCateNav li a {
  display: inline-block;
  color: #626262;
  position: relative;
}
.baseCateNav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  border-bottom: 3px solid transparent;
  border-radius: 3px;
}
.baseCateNav li.active a {
  font-weight: 500;
  color: #132b88;
}
.baseCateNav li.active a::before {
  border-color: #132b88;
}
.baseCateNav.wAuto ul {
  margin-right: -25px;
}
.baseCateNav.wAuto li {
  width: auto;
  padding: 0;
  margin: 0;
  margin-right: 25px;
  margin-bottom: 25px;
}
.baseCateNav.wAuto li::before {
  display: none;
}
.baseCateNav.wAuto li a::before {
  display: none;
}
.news-page #index-body .i-news{
    background: transparent;
}
.news-page #index-body .i-news ul li .box{
  background: #f5f4f7;
}
.newdet-page .newdet-1{
  padding-top: 60px;
}
.newdet-page .newdet-1 .content{
      font-size: 18px;
    line-height: 30px;
    color: #626262;
}
@media (max-width: 1000px) {
  .baseCateNav {
    margin-top: 30px;
  }
  .baseCateNav li {
    width: auto!important;
    padding: 0;
    margin: 10px;
  }
  .baseCateNav li a::before {
    display: none;
  }
  .baseCateNav li + li::before {
    display: none;
  }
  .news-page #index-body .i-news ul li{
    width: 50%;
  }
}
@media (max-width: 600px){
  .news-page #index-body .i-news ul li{
    width: 100%;
  }
}

.innovate-page .innovate-1 .container .left {
  width: 50%;
}
.innovate-page .innovate-1 .container .left img {
  width: 100%;
}
.innovate-page .innovate-1 .container .right {
  width: 43%;
  margin-left: auto;
}
.innovate-page .innovate-1 .container .right .title {
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}
.innovate-page .innovate-1 .container .right .des {
  margin-top: 30px; 
      font-size: 18px;
    line-height: 32px;
    color: #626262;
}
.innovate-page .innovate-1 .container .right .list_cont {
  margin-top: 40px;
}
.innovate-page .innovate-1 .container .right .list_cont .list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  font-weight: 500;
  cursor: pointer;
}
.innovate-page .innovate-1 .container .right .list_cont .list img {
  width: 30px;
}
.innovate-page .innovate-1 .container .right .list_cont .list .text {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  margin-left: auto;
}
.innovate-page .innovate-1 .container .right .list_cont .list:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.innovate-page .innovate-2 {
  padding-top: 180px;
  text-align: center;
}
.innovate-page .innovate-2 .container .title {
  margin-top: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.innovate-page .innovate-2 .container .swiper {
  margin-top: 40px;
  position: relative;
}
.innovate-page .innovate-2 .container .swiper .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background-color: #d1e8f9;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding-bottom: 30px;
  position: relative;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  border: 1px solid #bfbfbf;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-weight: 600;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .sub_c {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .sub_c div {
  width: 14px;
  height: 16px;
  margin: auto;
  background-color: #178be0;
  -webkit-transform: skew(-36deg);
  -moz-transform: skew(-36deg);
  -ms-transform: skew(-36deg);
  -o-transform: skew(-36deg);
  transform: skew(-36deg);
}
.innovate-page .innovate-3 .container .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.innovate-page .innovate-3 .container .swiper {
  margin-top: 30px;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 43, 136, 0.9)), color-stop(80%, rgba(19, 43, 136, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
  background-image: linear-gradient(to top, rgba(19, 43, 136, 0.9), rgba(19, 43, 136, 0) 80%);
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -moz-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  -o-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.innovate-page .innovate-4 .container .cont {
  max-width: 710px;
  color: #fff;
}
.innovate-page .innovate-4 .container .cont .title {
  text-transform: uppercase;
  margin-top: 15px;
  max-width: 800px;
  position: relative;
  font-size: 40px;
}
.innovate-page .innovate-4 .container .cont .title .shadow {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 100%;
}
.innovate-page .innovate-4 .container .cont .des {
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
}
.innovate-page .innovate-4 .container .cont .list_cont {
  margin-top: 20px;
}
.innovate-page .innovate-4 .container .cont .list_cont .list {
  cursor: pointer;
  margin: 20px 30px 0 0;
  text-align: center;
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 1;
}
.innovate-page .innovate-4 .container .cont .list_cont .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: rot_ani 6s linear infinite;
  -moz-animation: rot_ani 6s linear infinite;
  -o-animation: rot_ani 6s linear infinite;
  animation: rot_ani 6s linear infinite;
}
.innovate-page .innovate-4 .container .cont .list_cont .list .top {
  font-weight: 600;
  line-height: 1.2;
}
.innovate-page .innovate-4 .container .cont .list_cont .list .text {
  margin-top: 8px;
  min-height: 32px;
  line-height: 16px;
}
.innovate-page .innovate-4 .container .cont .list_cont .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.innovate-page .innovate-4 .container .cont .list_cont .list2 .img {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}
.innovate-page .innovate-4 .container .cont .list_cont .list3 .img {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  -o-animation-delay: -4s;
  animation-delay: -4s;
}
.innovate-page .innovate-5 .container .tips_title {
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}
.innovate-page .innovate-5 .container .tips_des {
  max-width: 1100px;
  margin: 20px auto 0;
  text-align: center; 
      font-size: 18px;
    line-height: 30px;
    color: #626262;
}
.innovate-page .innovate-5 .container .list_cont {
  margin: 0 -25px 0;
  padding-top: 30px;
}
.innovate-page .innovate-5 .container .list_cont .list {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 25px;
}
.innovate-page .innovate-5 .container .list_cont .list .box {
  overflow: hidden;
  position: relative;
  border: 1px solid #c7c7c7;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  z-index: 1;
}
.innovate-page .innovate-5 .container .list_cont .list .box .img {
  position: absolute;
  height: 170px;
  top: -10px;
  right: -10px;
  z-index: -1;
}
.innovate-page .innovate-5 .container .list_cont .list .box .title {
  font-weight: 600;
  padding-right: 80px;
  line-height: 1.2;
}
.innovate-page .innovate-5 .container .list_cont .list .box .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}
.innovate-page .innovate-5 .container .list_cont .list .box:hover {
  color: #fff;
  background-color: #132b88;
}
.innovate-page .innovate-5 .container .list_cont .list .box:hover .des {
  color: #fff;
}
.innovate-page .innovate-6 {
  padding: 200px 0 120px 0;
  -o-background-size: cover;
  background-size: cover;
}
.innovate-page .innovate-6 .container .cont {
  color: #fff;
  max-width: 980px;
  text-align: center;
  margin: auto;
}
.innovate-page .innovate-6 .container .cont .title {
  font-weight: bold;
  text-transform: uppercase;
}
.innovate-page .innovate-6 .container .cont .more {
  margin-top: 30px; 
}
@media (max-width: 1250px) {
  .innovate-page .innovate-1 .container .left {
    margin: 0 auto;
  }
  .innovate-page .innovate-1 .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .innovate-page .innovate-1 .container .right .sub_title_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .innovate-page .innovate-1 .container .right .list_cont .list {
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #eee;
  }
  .innovate-page .innovate-1 .container .right .list_cont .list img {
    display: block;
    margin: auto;
  }
  .innovate-page .innovate-1 .container .right .list_cont .list .text {
    width: 100%;
    margin-top: 10px;
  }
  .innovate-page .innovate-2 {
    padding-top: 90px;
  }
}
@media (max-width: 1000px) {
  .innovate-page .innovate-4 .container .cont .title .shadow {
    display: none;
  }
  .innovate-page .innovate-4 .container .cont {
    text-align: center;
  }
  .innovate-page .innovate-4 .container .cont .title {
    width: 100%;
    max-width: 100%;
    font-size: 28px;
  }
  .innovate-page .innovate-4 .container .cont .list_cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .innovate-page .innovate-4 .container .cont .list_cont .list {
    margin: 10px;
  }
  .innovate-page .innovate-5 .container .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .innovate-page .innovate-5 .container .list_cont .list .box .img {
    display: none;
  }
  .innovate-page .innovate-5 .container .list_cont .list .box .title {
    padding: 0;
  }
  .innovate-page .innovate-6 {
    padding: 100px 0;
  }
}
@media (max-width: 500px) {
  .innovate-page .innovate-1 .container .left {
    width: 100%;
  }
  .innovate-page .innovate-2 {
    padding-top: 40px;
  }
  .innovate-page .innovate-5 .container .list_cont .list .box {
    padding: 20px 10px;
  }
  .innovate-page .innovate-6 {
    padding: 40px 0;
  }
}


.quality-page .factory-1 .container .left {
  width: 44%;
}
.quality-page .factory-1 .container .left img {
  width: 100%;
  border-radius: 30px;
}
.quality-page .factory-1 .container .right {
  width: 50%;
  margin-left: auto;
}
.quality-page .factory-1 .container .right .title {
  margin-top: 5px;
}
.quality-page .factory-1 .container .right .des {
   color: #626262;
  margin-top: 20px;
}
.quality-page .factory-1 .container .right .title_2 {
  margin-top: 30px;
  line-height: 1.2;
}
.quality-page .factory-1 .container .right .list_cont {
  margin-top: 30px;
  margin: -15px;
}
.quality-page .factory-1 .container .right .list_cont .list {
  /*margin-right: 45px;*/
  margin-top: 30px;
  padding: 20px;
  width: 25%;
}
.quality-page .factory-1 .container .right .list_cont .list:last-child{
  margin-right: 0;
}
.quality-page .factory-1 .container .right .list_cont .list .img {
  position: relative;
  /*width: 50px;*/
}
.quality-page .factory-1 .container .right .list_cont .list .img .sub {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -10px;
  left: 0;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
  background-image: linear-gradient(to bottom,#178be0 30%,rgba(72,177,49,.438) 70%,rgba(255,255,255,0) 90%);
}
.quality-page .factory-1 .container .right .list_cont .list .img img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.quality-page .factory-1 .container .right .list_cont .list .text {
  font-weight: 600;
  margin-left: 30px;
}
.quality-page .factory-1 .container .right .list_cont .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*.quality-page .factory-1 .container .right .list_cont .list:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/
.quality-page .factory-2 .left {
  width: 45%;
}
.quality-page .factory-2 .left .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.quality-page .factory-2 .left .des {
color: #626262;
    margin-top: 20px;
    max-height: 135px;
    overflow: auto;
}
.quality-page .factory-2 .left .swiper {
  margin-top: 30px;
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 43, 136, 0.8)), to(rgba(19, 43, 136, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: -moz-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: -o-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: linear-gradient(to top, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
  border-radius: 10px;
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  opacity: 0;
  width: 22px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  position: absolute;
  bottom: 6px;
  padding: 0 10px;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  top: 50%;
  opacity: 1;
}
.quality-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.quality-page .factory-2 .right {
  width: 51%;
  margin-left: auto;
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 43, 136, 0.8)), to(rgba(19, 43, 136, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: -moz-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: -o-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: linear-gradient(to top, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
  border-radius: 20px;
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  opacity: 0;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  position: absolute;
  bottom: 6px;
  padding: 0 10px;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  opacity: 1;
  top: 50%;
}
.quality-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.quality-page .factory-3 {
  text-align: center;
}
.quality-page .factory-3 .tips_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.quality-page .factory-3 .tips_des {
  line-height: 1.6;
  text-align: left;
  color: #626262;
  max-width: 1200px;
  padding-right: 20px;
  max-height: 150px;
  overflow-y: auto;
  margin: 30px auto 0;
}
.quality-page .factory-3 .tips_des::-webkit-scrollbar-thumb {
  background-color: #132b88;
}
.quality-page .factory-3 .swiper {
  margin-top: 50px;
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 43, 136, 0.8)), to(rgba(19, 43, 136, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: -moz-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: -o-linear-gradient(bottom, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
  background-image: linear-gradient(to top, rgba(19, 43, 136, 0.8), rgba(19, 43, 136, 0));
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
  border-radius: 20px;
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  opacity: 0;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  position: absolute;
  bottom: 6px;
  padding: 0 10px;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  opacity: 1;
  top: 50%;
}
.quality-page .factory-3 .swiper .swiper-wrapper .swiper-slide:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.test-page .test-2 {
  background-color: #f5f4f7;
}
.test-page .test-2 .container .left {
  width: 54%;
}
.test-page .test-2 .container .left .title {
  margin-top: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.test-page .test-2 .container .left .des {
  margin-top: 20px; 
  font-size: 18px;
    line-height: 30px;
    color: #626262;
}
.test-page .test-2 .container .right {
  width: 35%;
  margin-left: auto;
}
@media (max-width: 1700px) {
  
}
@media (max-width: 1250px) {
  .quality-page .factory-1 .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .quality-page .factory-1 .container .left {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .quality-page .factory-1 .container .right .sub_title_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quality-page .factory-1 .container .right .list_cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
 
  .quality-page .factory-1 .container .right .list_cont .list .img {
    margin: auto;
    display: block;
  }
  .quality-page .factory-1 .container .right .list_cont .list .text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .quality-page .factory-2 .left {
    width: 100%;
    text-align: center;
  }
  .quality-page .factory-2 .left .sub_title_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quality-page .factory-2 .right {
    display: none;
  }
}
@media screen and (max-width:1000px){
   .test-page .test-2 .container .left {
    width: 100%;
    text-align: center;
  }
  .test-page .test-2 .container .right {
    margin: 20px auto 0;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 700px) {
  .quality-page .factory-1 .container .right .list_cont .list {
    margin: 30px 0;
    padding: 20px 5px;
  }
}
@media (max-width: 500px) {
  .quality-page .factory-3 .tips_des {
    margin-top: 16px;
    padding-right: 4px;
    max-height: 100px;
  }
  .quality-page .factory-3 .swiper {
    margin-top: 20px;
  }
}


.service-page .marginBox {
  padding: 110px 0;
}
.service-page .service-1 .top {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 5%;
}
.service-page .service-1 .bottom .left .list ul li {
  font-weight: 600;
  font-size: 30px;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}
.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  z-index: -1;
}
.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}
.service-page .service-1 .bottom .right {
  margin-top: 35px;
  margin-right: 45px;
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .bottom .right .img {
  height: 450px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-2 {
  padding: 120px 0 100px;
}
.service-page .service-2 .list {
  margin-top: 50px;
}
.service-page .service-2 .list ul {
  margin: 0 -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .list ul li {
  padding: 0 40px;
}
.service-page .service-2 .list ul li .box {
  height: 100%;
  padding: 30px 5%;
  background: #ecf4ff;
  border-radius: 20px;
}
.service-page .service-2 .list ul li .box i {
  display: block;
  height: 60px;
}
.service-page .service-2 .list ul li .box span.h6 {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin: .5em 0;
}
.service-page .service-2 .list ul li .box .text {
font-size: 18px;
    color: #626262;
    line-height: 1.4;
}
.service-page .service-3 .form {
  margin-top: 40px;
}
.service-page .service-3 .form ul{
  margin: -15px -7px;
}
.service-page .service-3 .form ul li{
  padding: 15px 7px;
}
.service-page .service-3 .form ul li input, 
.service-page .service-3 .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .8em 1em;
    border: 1px solid #c7c7c7;
     border-radius: 5px;
}
.service-page .service-3 .form ul li textarea{
  height: 150px;
}
.inner-page .form ul li input[type="submit"] {
    border: none;
    background: #132b88;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover{
  background: #e60013;
}
.inner-page .form ul li.wid-100{
  width: 100%;
}
.service-page .service-4 {
  padding-top: 120px;
}
.service-page .service-4 .left {
  width: 47%;
  vertical-align: middle;
}
.service-page .service-4 .left .img {
  height: 370px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-4 .right {
  width: 53%;
  padding-left: 2%;
  vertical-align: middle;
}
.service-page .service-4 .right .list ul {
  margin: -25px;
}
.service-page .service-4 .right .list ul li {
  padding: 25px;
}
.service-page .service-4 .right .list ul li span.h6 {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.service-page .service-4 .right .list ul li .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.4;
}
.service-page .service-4 .right .list ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px){
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text{
    font-size: 18px;
  }
   .service-page .marginBox {
    padding: 80px 6%;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 24px;
  }
  .service-page .service-1 .bottom .right {
    width: 27%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
  .service-page .service-1 .bottom {
    margin-top: 40px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .service-page .service-2 .list ul li .box i {
    height: 40px;
  }
  .service-page .service-2 .list ul li .box i img {
    max-height: 100%;
  }
  .service-page .service-2 .list ul li .box span.h6,
  .service-page .service-4 .right .list ul li span.h6 {
    font-size: 20px;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
  .service-page .service-4 {
    padding-top: 60px;
  }
  .service-page .service-4 .right .list ul li {
    padding: 15px;
  }
  .service-page .service-4 .right .list ul {
    margin: -15px;
  }
  .service-page .service-4 .left .img {
    height: 320px;
  }
}
@media screen and (max-width: 1450px){
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text{
    font-size: 16px;
  }
  .service-page .marginBox {
    padding: 60px 4%;
  }
   .service-page .service-1 .bottom .left .list ul li {
    font-size: 20px;
  }
  .service-page .service-1 .bottom .right {
    width: 24%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
  .service-page .service-2 .list ul li {
    padding: 0 15px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -15px;
  }
  .service-page .service-2 .list ul li .box {
    padding: 15px;
  }
}
@media screen and (max-width: 1250px){
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px){
   .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
  .service-page .service-2 .list ul li {
    padding: 0 5px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -5px;
  }
  .service-page .service-2 .list ul li .box span.h6,
  .service-page .service-4 .right .list ul li span.h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px){
   .service-page .service-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .service-page .service-2 .list ul {
    display: block;
    margin: -5px;
  }
  .service-page .service-3 .form {
    margin-top: 20px;
  }
  .service-page .service-4 .right {
    width: 100%;
    padding-left: 0;
  }
  .service-page .service-4 .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
   .service-page .service-1 .bottom .left .list ul li {
    font-size: 14px;
  }
  .service-page .service-1 .bottom {
    display: block;
  }
  .service-page .service-1 .bottom .right {
    width: 100%;
  }
  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }
  .service-page .service-1 .top {
    display: block;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
  .service-page .marginBox {
    padding: 30px 4%;
  }
}

.faq-1 {
  padding-top: 100px;
}
.faq-1 .left {
  vertical-align: middle;
}
.faq-1 .left img{
  border-radius: 20px;
}
.faq-1 .right {
  padding-left: 60px;
  vertical-align: middle;
}
.faq-1 .right .title{
  line-height: 1.4;
}
.faq-1 .right .text {
  color: #626262;
}
.faq-2 {
  padding: 120px 0 150px;
}
.faq-2 .desc {
  color: #626262;
}
.faq-2 .list {
  margin-top: 50px;
}
.faq-2 .list li {
  padding: 20px 50px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.faq-2 .list li:not(.active) {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-2 .list li:not(:last-child) {
  margin-bottom: 27px;
  border-radius: 10px;
}
.faq-2 .list li.active {
  background-color: #ecf4ff;
}
.faq-2 .list li.active .name i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-2 .list li .name i {
  float: right;
  margin-top: 5px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-2 .list li .text {
  margin-top: 15px;
  padding-top: 15px;
  color: #626262;
  border-top: 1px solid #c7c7c7;
  display: none;
}
@media (max-width: 1024px) {
  .faq-1 {
    padding-top: 60px;
  }
  .faq-1 .left {
    width: 100%!important;
  }
  .faq-1 .right {
    width: 100%!important;
    padding: 0;
    margin-top: 40px;
  }
  .faq-2 {
    padding: 60px 0;
  }
  .faq-2 .list li {
    padding: 15px 25px;
  }
}

.download-1 {
  margin-top: 90px;
}
.download-1 .box {
  padding: 50px 50px 70px;
  background-color: #ecf4ff;
  border-radius: 20px;
}
.download-1 ul {
  margin: 0 -20px;
}
.download-1 li {
  padding: 0 20px;
}
.download-1 li label {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
}
.download-1 li input,
.download-1 li select {
  width: 100%;
  height: 48px;
  padding: 0 25px;
  font-size: 18px;
  border: none;
}
.download-1 li select {
  background: #FFFFFF url(../images/arrow_down.png) no-repeat right 1rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.download-2 .list ul {
  margin: -10px;
}
.download-2 .list li {
  padding: 10px;
}
.download-2 .list li > div {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 48px;
  padding-right: 22px;
  line-height: 44px;
  background-color: #f1f1f1;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.download-2 .list li > div:hover {
  background-color: #ecf4ff;
}
.download-2 .list li > div:hover .btn {
  opacity: 1;
}
.download-2 .list li img {
  vertical-align: middle;
}
.download-2 .list li .icon {
  float: left;
}
.download-2 .list li .name {
  padding-left: 65px;
  line-height: 1.5;
  margin-top: 10px;
}
.download-2 .list li .btn {
  float: right;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.download-2 {
  padding: 60px 0 100px;
}
@media (max-width: 1024px) {
  .download-1 {
    margin-top: 60px;
  }
  .download-1 li {
    margin-bottom: 15px;
    width: 100%!important;
  }
  .download-1 .box {
    padding: 45px;
  }
  .download-2 {
    padding: 60px 0;
  }
  .download-2 .list li {
    width: 100%!important;
  }
}
@media (max-width: 500px) {
  .download-1 .box {
    padding: 20px;
  }
  .download-2 .list li > div {
    padding: 15px;
  }
  .download-2 .list li .name {
    padding-left: 50px;
  }
}

.contact-page .contact-1 .container .left {
  width: 40%;
}
.contact-page .contact-1 .container .left .tips_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.contact-page .contact-1 .container .left .des {
  color: #626262;
  margin-top: 20px;
}
.contact-page .contact-1 .container .left .form {
  margin-top: 20px;
}
.contact-page .contact-1 .container .left .form form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-1 .container .left .form form input {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 24px;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #c7c7c7;
}
.contact-page .contact-1 .container .left .form form .more {
  margin-top: 50px;
  cursor: pointer; 
}
.contact-page .contact-1 .container .right {
  width: 45%;
  margin-left: auto;
  padding-right: 60px;
}
.contact-page .contact-1 .container .right .tips_title {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact-page .contact-1 .container .right .tips_title em {
  font-weight: 600;
  color: #132b88;
}
.contact-page .contact-1 .container .right .des {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.7);
  
}
.contact-page .contact-1 .container .right .contact .list {
  width: 50%;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .contact-1 .container .right .contact .list img {
  width: 20px;
  margin-top: 1px;
}
.contact-page .contact-1 .container .right .contact .list .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-left: 14px;
}
.contact-page .contact-1 .container .right .contact .list.list2 img {
  margin-top: 6px;
}
.contact-page .contact-1 .container .right .contact .list.w_100 {
  width: 100%;
}
.contact-page .contact-1 .container .right .share {
  margin-top: 50px;
}
.contact-page .contact-1 .container .right .share a {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #132b88;
  position: relative;
}
.contact-page .contact-1 .container .right .share a .more_sub {
  border: 1px solid #c7c7c7; 
      border-radius: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .container .right .contact .list {
    width: 100%;
  }
}
@media (max-width: 1000px){
   .contact-page .contact-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .contact-1 .container .left .form form .more {
    width: 100%;
  }
  .contact-page .contact-1 .container .right {
    margin-top: 40px;
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .container .right .tips_title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-page .contact-1 .container .left .form form input {
    width: 100%;
  }
}

@media (max-width: 500px){
   .contact-page .contact-1 .container .left .form form input {
    margin-top: 16px;
  }
  .contact-page .contact-1 .container .left .form form .more {
    margin-top: 20px;
  }
  .contact-page .contact-1 .container .right .contact .list {
    margin-top: 14px;
  }
  .contact-page .contact-1 .container .right .share {
    margin-top: 20px;
  }
}


.seoPublic .title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1em;
}

.seoPublic > div {
    padding: 60px 0;
    background-color: #f5f4f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
    color: #132b88;
    margin-top: .5em;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

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

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

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    #cp-Nav {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
 .flexAlignCenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.slickBtn {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
}
.slickBtn div {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.slickBtn div:hover {
    background-color: #000
}

.slickBtn div.next {
    margin-left: 1em
}

.slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.slickBtn.pos div.prev {
    right: 102%
}

.slickBtn.pos div.next {
    left: 102%;
    margin-left: 0
}

.download-page2 .download-1 .list .swiper-slide {
  height: auto;
}
.download-page2 .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page2 .download-1 .list a.flex span {
  margin: 0 15px;
}
.download-page2 .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
}
.download-page2 .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}
.download-page2 .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-page2 .download-2 .list {
  position: relative;
}
.download-page2 .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  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;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-page2 .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-page2 .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-page2 .download-2 .slickBtn div {
  top: 40%;
}
.download-page2 .download-3 .left {
  position: sticky;
  top: 100px;
}
.download-page2 .download-3 .left .text {
  margin: 1em 0;
}
.download-page2 .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.download-page2 .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
}
.download-page2 .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
  margin-top: .3em;
}
.download-page2 .download-3 .right .list ul li span.h6 i:after,
.download-page2 .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.download-page2 .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-page2 .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-page2 .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}
@media screen and (max-width: 1450px){
   .download-page2 .download-2 .img {
    height: 220px;
  }
}
@media screen and (max-width:1000px){
  .download-page2 .download-2 .slickBtn div{
    display: none;
  }
}
@media screen and (max-width: 700px){
   .download-page2 .download-1 .list a.flex {
    padding: 15px;
  }
  .download-page2 .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page2 .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-page2 .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}

.fancybox-slide--image .fancybox-content{
  background: #f5f4f7 !important;
}


.qrcode{
  width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--color);
    color: white;
    right: 2%;
    bottom: calc(5% + 80px);
    font-size: 24px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 22;
}
.qrcode #ewm{
  width: 100px;
  height: 100px;
  border: 5px solid white;
  position: absolute;
  right: 100%;
  top: 50%;
   -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.qrcode:hover #ewm{
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1); 
}

#Pop_UpsBtn{
  display: none !important;
}



#index-body .i-about .top .left{
  width: 75%;
}
#index-body .i-about .top .right{
  width: 18%;
  max-width: 200px;
  padding-left: 0;
}
@media screen and (max-width: 700px){
  #index-body .i-about .top .left{
  width: 100%;
}
#index-body .i-about .top .right{
  width:100%;
}
}