@font-face {
  font-family: 'Manrope3';
  src: url('../fonts/Manrope3-Thin.eot');
  src: url('../fonts/Manrope3-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-Thin.woff2') format('woff2'), url('../fonts/Manrope3-Thin.woff') format('woff'), url('../fonts/Manrope3-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope3';
  src: url('../fonts/Manrope3-Bold.eot');
  src: url('../fonts/Manrope3-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-Bold.woff2') format('woff2'), url('../fonts/Manrope3-Bold.woff') format('woff'), url('../fonts/Manrope3-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope3';
  src: url('../fonts/Manrope3-Medium.eot');
  src: url('../fonts/Manrope3-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-Medium.woff2') format('woff2'), url('../fonts/Manrope3-Medium.woff') format('woff'), url('../fonts/Manrope3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope3';
  src: url('../fonts/Manrope3-Regular.eot');
  src: url('../fonts/Manrope3-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-Regular.woff2') format('woff2'), url('../fonts/Manrope3-Regular.woff') format('woff'), url('../fonts/Manrope3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope3';
  src: url('../fonts/Manrope3-ExtraBold.eot');
  src: url('../fonts/Manrope3-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope3-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope3-ExtraBold.woff') format('woff'), url('../fonts/Manrope3-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Regular.eot');
  src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*html,
body {
  font-size: 62.5%;
}*/
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'Manrope3', sans-serif;
  font-weight: 400;
}
.container {
  width: 1530px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}

.scrollNav1 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  top: 0!important;
  background: #ffffff
}
#header {
  position: fixed;
  left: 0;
  top: 59px;
  width: 100%;
  z-index: 99;
  transition: 0.3s
}
#header img {
  width: auto;
}
#header .nav.scrollNav {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 17px 15px;
}
#header .nav .nav-box .h-logo {
  padding-left: 12px;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .nav-box .menu-box .menu > li {
  margin: 0 30px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  -webkit-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 18px;
  color: #000204;
  display: block;
  position: relative;
  line-height: 2;
  text-transform: uppercase;
  font-family: 'BebasNeue';
  font-weight: 400;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00489E;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #00489E;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 100%;
  left: 0;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #00489E;
  display: none \9;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  line-height: 30px;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  position: absolute;
  width: 240px;
  display: none;
  opacity: 1;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li a {
  display: block;
  background-color: #FFFFFF;
  font-family: 'BebasNeue';
  font-weight: 400;
  font-size: 17px;
  padding: 8px 15px;
  color: #000204;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li a:hover {
  background: #222;
  color: white;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li:hover .sub-menu {
  display: block;
}
#header .nav .nav-box .menu-box .menu li:nth-child(3) ul.sub-menu {
  width: 240px;
}
#header .nav .nav-box .menu-box .menu li:hover .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 .nav-box .menu-box .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 27px;
}
#header .nav .nav-box .menu-box .language span {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  color: #000204;
  font-family: 'BebasNeue';
  font-weight: 400;
}
#header .nav .nav-box .menu-box .language span img {
  vertical-align: bottom;
  margin-right: 9px;
}
#header .nav .nav-box .menu-box .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 120px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #00489E;
  display: none \9;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li {
  position: relative;
  display: block;
  line-height: 22px;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li a {
  display: block;
  font-family: 'BebasNeue';
  font-weight: 400;
  font-size: 18px;
  background-color: #FFFFFF;
  padding: 8px 15px;
  color: #000204;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li a:hover {
  background: #222;
  color: white;
}
#header .nav .nav-box .menu-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 0 15px;
}
#header .nav .nav-box .menu-box .btn a {
  display: inline-block;
  background: #00489E;
  border-radius: 18px;
  font-size: 16px;
  font-family: Manrope3;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  padding: 12px 26px;
}
#header .nav .nav-box .menu-box .btn a:hover {
  background: #000204;
}
#header .nav .nav-box .menu-box .language:hover .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 .nav-box .menu-box .h-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
  padding-right: 20px;
  position: relative;
}
#header .nav .nav-box .menu-box .h-search::after {
  position: absolute;
  content: "";
  height: 60%;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #000000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .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 .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 2000;
  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: 0.5s;
  transition: 0.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%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-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: #fff;
}
#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 !important;
  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: #2eae36;
  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: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-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: #000;
}
#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: #fff;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #2eae36;
}
#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);
  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);
  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: #fff;
}
#mobile.white .menu-content {
  background: #fff;
  color: #000;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: #000;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid #000;
}
#mobile.white .menu-content .mob-search form input[type=submit] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btna {
  display: inline-block;
  font-size: 17px;
  font-family: Manrope3;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  padding: 18px 37px;
  background: #00489E;
  border-radius: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.btna:hover {
  background: #000;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner-img {
  width: 100%;
}
#banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 35%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .swiper-slide .content-box .content .text {
  max-width: 610px;
}
#banner .swiper-slide .content-box .content .text h2 {
  font-size: 53px;
  font-family: BebasNeue;
  font-weight: 600;
  color: #000204;
  line-height: 1.17;
  text-transform: uppercase;
}
#banner .swiper-slide .content-box .content .text p {
  font-size: 18px;
  font-family: Manrope3;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  margin: 25px 0 52px;
}
#banner .swiper-slide-active .content-box .content {
  display: block;
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 67px;
  height: 67px;
  opacity: 1;
}
#banner .swiper-button-prev {
  background: url(../images/bann4.png) no-repeat;
}
#banner .swiper-button-next {
  background: url(../images/bann3.png) no-repeat;
}
#banner .swiper-pagination {
  bottom: 37px;
}
#banner .swiper-pagination span {
  width: 19px;
  height: 19px;
  background: url(../images/bann2.png) no-repeat;
  margin: 0 10px;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/bann1.png) no-repeat;
}
#banner img {
  width: auto;
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .title1 {
  text-align: center;
}
#index-body .title1 h4 {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  margin: 10px 0 15px;
}
#index-body .title1 h4 i {
  color: #00489E;
}
#index-body .title1 h3 {
  font-size: 48px;
  font-family: Manrope3;
  font-weight: bold;
  color: #000000;
  line-height: 1.35;
  margin: 0 auto;
}
#index-body .title1 p {
  font-size: 18px;
  font-family: Manrope3;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}
#index-body .init-1 {
  position: relative;
  background: url(../images/init12.jpg) no-repeat center;
  background-size: cover;
  padding: 37px 0 78px;
}
#index-body .init-1 .title1 h3 {
  max-width: 1057px;
}
#index-body .init-1 .top {
  margin-top: 60px;
  padding: 0 10px;
}
#index-body .init-1 .top .left {
  padding-right: 10px;
  padding-top: 60px;
}
#index-body .init-1 .top .left h1 {
  font-size: 36px;
  font-family: Manrope3;
  font-weight: bold;
  color: #000000;
  line-height: 1.38;
  max-width: 522px;
}
#index-body .init-1 .top .left p {
  font-size: 18px;
  font-family: Manrope3;
  font-weight: 400;
  color: #000000;
  line-height: 1.7;
  margin: 20px 0;
}
#index-body .init-1 .top .left ul li {
  display: inline-block;
  margin-top: 20px;
}
#index-body .init-1 .top .left ul li p {
  position: relative;
  opacity: 1;
  margin: 0;
  padding-left: 33px;
}
#index-body .init-1 .top .left ul li p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 21px;
  background: url(../images/init15.png) no-repeat;
}
#index-body .init-1 .top .left ul li:nth-child(2), #index-body .init-1 .top .left ul li:nth-child(5) {
  margin-left: 45px;
}
#index-body .init-1 .top .left .btn {
  margin-top: 44px;
}
#index-body .init-1 .top .right .img {
  position: relative;
  padding-right: 41px;
  padding-top: 37px;
  padding-bottom: 47px;
  z-index: 11;
}
#index-body .init-1 .top .right .img .mask {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .init-1 .top .right .img .mask .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .init-1 .top .right .img .mask .play::before,
#index-body .init-1 .top .right .img .mask .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .init-1 .top .right .img .mask .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#index-body .init-1 .top .right .img::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 178px;
  height: 261px;
  background: url(../images/init16.png) no-repeat;
  z-index: -1;
}
#index-body .init-2 {
  position: relative;
  z-index: 11;
  padding: 54px 0 110px;
  background: #F6F8F9;
}
#index-body .init-2 .title1 h3 {
  color: #fff;
  margin: 10px 0 25px;
}
#index-body .init-2 .title1 p span {
  display: block;
}
#index-body .init-2 .list {
  margin-top: 60px;
}
#index-body .init-2 .list .box {
  max-width: 363px;
  margin: 0 auto;
}
#index-body .init-2 .list .box .img {
  position: relative;
}
#index-body .init-2 .list .box .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(19, 149, 216, 0.8);
  width: 100%;
  height: 100%;
  padding: 75px 38px 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-2 .list .box .img .mask h5 {
  font-size: 24px;
  font-family: Manrope3;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 20px;
}

#index-body .init-2 .list .box .img .mask .cona {
  position: relative;
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  /*padding-left: 31px;*/
  margin-top: 15px;
}
/*#index-body .init-2 .list .box .img .mask .cona::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 19px;
  background: url(../images/init24.png) no-repeat;
}*/
#index-body .init-2 .list .box .img .mask .btn {
  margin-top: 23px;
}
#index-body .init-2 .list .box .img .mask .btn .btna {
  font-size: 14px;
  background: #448ACA;
  border-radius: 18px;
}
#index-body .init-2 .list .box .img .mask .btn .btna:hover {
  background: #000;
  color: #fff;
}
#index-body .init-2 .list .box h4 {
  margin-top: 28px;
  font-size: 18px;
  font-family: Manrope3;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-align: center;
}
#index-body .init-2 .list li:hover .box .img .mask {
  opacity: 1;
}
#index-body .init-2 .list li:hover .box .con h4 {
  opacity: 0;
}
#index-body .init-2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 403px;
  background: url(../images/ibg02.jpg) no-repeat center;
  z-index: -1;
}
#index-body .init-3 {
  background: #F6F8F9;
  padding-bottom: 70px;
}
#index-body .init-3 .container {
  width: 100% !important;
  padding: 0;
}
#index-body .init-3 li {
  padding-bottom: 81px;
}
#index-body .init-3 li .box {
  max-width: 381px;
  margin: 0 auto;
}
#index-body .init-3 li .box .con {
  margin-top: 23px;
  text-align: center;
}
#index-body .init-3 li .box .con h4 {
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 400;
  color: #010101;
  line-height: 1;
}
#index-body .init-3 li .box .con h4:hover {
  color: #00489E;
}
#index-body .init-3 .acc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 111;
}
#index-body .init-3 .acc .swiper-button-prev,
#index-body .init-3 .acc .swiper-button-next {
  position: static;
  width: 45px;
  height: 45px;
  margin: 0 16px;
  opacity: 1;
  cursor: pointer;
}
#index-body .init-3 .acc .swiper-button-prev {
  background: url(../images/init33.png) no-repeat;
}
#index-body .init-3 .acc .swiper-button-next {
  background: url(../images/init32.png) no-repeat;
}
#index-body .init-4 {
  position: relative;
  background: url(../images/ibg01.jpg) no-repeat center;
  background-size: cover;
  padding: 65px 0 80px;
}
#index-body .init-4 .title1 h3 {
  color: #fff;
}
#index-body .init-4 .title1 p span {
  display: block;
}
#index-body .init-4 .list {
  margin-top: 30px;
}
#index-body .init-4 .list li {
  padding-bottom: 47px;
}
#index-body .init-4 .list .box {
  position: relative;
  max-width: 281px;
  margin: 0 auto;
  padding: 48px 20px 0;
  height: 376px;
  text-align: center;
}
#index-body .init-4 .list .box .img {
  position: relative;
  width: 101px;
  height: 101px;
  margin: 0 auto;
  background: #F7F7F8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}
#index-body .init-4 .list .box h5 {
  position: relative;
  font-size: 17px;
  font-family: Manrope3;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin: 20px 0 12px;
  z-index: 11;
}
#index-body .init-4 .list .box .cona {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  height: 95px;
}
#index-body .init-4 .list .box .btn {
  position: relative;
  z-index: 11;
}
#index-body .init-4 .list .box .btn a {
  display: inline-block;
  width: 30px;
  height: 12px;
  background: url(../images/init43.png) no-repeat;
}
#index-body .init-4 .list .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-4 .list li:hover .box .img {
  background: #1C478C;
}
#index-body .init-4 .list li:hover .box .img img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
#index-body .init-4 .list li:hover .box .btn a {
  background: url(../images/init46.png) no-repeat;
}
#index-body .init-4 .list li:hover .box::after {
  opacity: 0;
}
#index-body .init-4 .list .swiper-pagination {
  bottom: 0;
}
#index-body .init-4 .list .swiper-pagination span {
  width: 56px;
  height: 10px;
  background: #5776AB;
  border-radius: 5px;
  margin: 0 12px;
}
#index-body .init-4 .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #205CBE;
}
#index-body .init-5 {
  position: relative;
  z-index: 11;
  padding: 94px 0 120px;
}
#index-body .init-5 .container {
  width: 100% !important;
  padding: 0;
}
#index-body .init-5 .top .left {
  width: 40%;
  padding-left: 210px;
  padding-right: 15px;
}
#index-body .init-5 .top .left .title1 {
  text-align: left;
}
#index-body .init-5 .top .left .title1 h3 {
  font-weight: 800;
  letter-spacing: -2px;
  margin: 10px 0 15px;
}
#index-body .init-5 .top .left .title1 p {
  color: rgba(0, 0, 0, 0.8);
}
#index-body .init-5 .top .left .title1 .btn {
  margin-top: 30px;
}
#index-body .init-5 .top .right {
  width: 60%;
}
#index-body .init-5 .top .right .list .box {
  max-width: 380px;
  margin: 0 auto;
  background: #e7e7e7;
}
#index-body .init-5 .top .right .list .box .con h4 {
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-5::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1129px;
  background: url(../images/init51.jpg) no-repeat center;
  z-index: -1;
}
#index-body .init-6 {
  position: relative;
  z-index: 11;
}
#index-body .init-6 .title1 {
  text-align: center;
}
#index-body .init-6 .title1 h3 {
  font-weight: 800;
  letter-spacing: -2px;
  margin: 10px 0 15px;
}
#index-body .init-6 .title1 p {
  color: rgba(0, 0, 0, 0.8);
}
#index-body .init-6 .list {
  margin-top: 48px;
}
#index-body .init-6 .list li {
  padding: 2px;
}
#index-body .init-6 .list .box {
  max-width: 465px;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
#index-body .init-6 .list .box .con {
  padding: 25px 20px 35px;
}
#index-body .init-6 .list .box .con .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-6 .list .box .con .time p {
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 100;
  font-style: italic;
  color: #000000;
  line-height: 1;
  padding-left: 10px;
}
#index-body .init-6 .list .box .con h4 {
  font-size: 16px;
  font-family: Manrope3;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0 15px;
}
#index-body .init-6 .list .box .con h4:hover {
  color: #00489E;
}
#index-body .init-6 .list .box .con .cona {
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 100;
  color: #000000;
  line-height: 1.6;
}
#index-body .init-6 .list .box .con .btn {
  margin-top: 20px;
}
#index-body .init-6 .list .box .con .btn a {
  display: inline-block;
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
#index-body .init-6 .list .box .con .btn a:hover {
  color: #00489E;
}
#index-body .init-7 {
  padding: 80px 0 35px;
}
#index-body .init-7 .container {
  width: 1330px;
}
#index-body .init-7 .title1 p {
  color: rgba(0, 0, 0, 0.8);
}
#index-body .init-7 .title1 p span {
  display: block;
}
#index-body .init-7 .form {
  padding-top: 12px;
}
#index-body .init-7 .form ul {
  margin: 0 -9px;
}
#index-body .init-7 .form ul li {
  padding: 0 9px;
  margin-top: 30px;
  vertical-align: middle;
}
#index-body .init-7 .form ul li input[type=text] {
  width: 100%;
  height: 70px;
  background: rgba(226, 228, 244, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  padding-left: 20px;
}
#index-body .init-7 .form ul li textarea {
  width: 100%;
  height: 110px;
  background: rgba(226, 228, 244, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-family: Manrope3;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.7);
  line-height: 3;
  padding-left: 20px;
}
#index-body .init-7 .form ul li input[type=submit] {
  width: 263px;
  height: 61px;
  background: #00489E;
  border-radius: 31px;
  border: none;
  font-size: 16px;
  font-family: Manrope3;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-7 .form ul li input[type=submit]:hover {
  background: #000000;
}
#index-body .init-7 .form ul li ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-7 .form ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-7 .form ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-7 .form ul li :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-7 .form ul li:nth-child(4) {
  width: 75%;
}
#index-body .init-7 .form ul li:nth-child(5) {
  width: 25%;
  text-align: center;
}
#footer {
  position: relative;
  background: url(../images/footer1.jpg) no-repeat right;
}
#footer .top .container {
  width: 1550px;
}
#footer .top .topBox {
  padding-top: 41px;
}
#footer .top .topBox .context {
  max-width: 1300px;
  margin: 0 auto;
}
#footer .top .topBox .context ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .top .topBox .context ul li {
  max-width: 462px;
}
#footer .top .topBox .context ul li p {
  position: relative;
  padding-left: 60px;
  font-size: 24px;
  font-family: Manrope3;
  font-weight: 400;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}
#footer .top .topBox .context ul li p span {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .top .topBox .context ul li:nth-child(1) p {
  padding-left: 50px;
}
#footer .top .topBox .context ul li:nth-child(2) p {
  padding-left: 85px;
}
#footer .top .topBox .bot {
  margin-top: 375px;
}
#footer .top .topBox .bot ul {
  max-width: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .top .topBox .bot ul li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: Manrope3;
  font-weight: bold;
  font-style: italic;
  color: #959595;
  line-height: 1;
  padding-bottom: 8px;
  padding: 13px 0;
  background: transparent;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .top .topBox .bot ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer .top .topBox .bot ul li a:hover {
  padding: 13px 17px;
  background: rgba(0, 0, 0, 0.11);
  color: #00489E;
}
#footer .top .topBox .bot ul li a:hover::after {
  opacity: 0;
}
#footer .footer-bottom {
  padding: 35px 0 22px;
}
#footer .footer-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Manrope3';
  font-weight: 400;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.4;
}
#footer .footer-bottom .bottom-box p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 16px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}


#footer1 {
  position: relative;
}
#footer1 .f-header {
  padding: 2.9rem 0;
  background-color: #2b2c2d;
}
#footer1 .f-header .left {
  color: #00489e;
  font-size: 1.5rem;
  font-family: 'Manrope3';
  width: 34%;
}
#footer1 .f-header .right {
  width: 66%;
}
#footer1 .f-header .right form ul {
  width: 86%;
  display: inline-block;
}
#footer1 .f-header .right form ul li {
  position: relative;
  padding-right: 7px;
}
#footer1 .f-header .right form ul li input[type="text"],
#footer1 .f-header .right form ul li textarea {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background-color: #363738;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  padding-left: 40px;
}
#footer1 .f-header .right form ul li input[type="text"]:focus,
#footer1 .f-header .right form ul li textarea:focus {
  border: 1px solid #00489e;
}
#footer1 .f-header .right form ul li textarea {
  padding-top: 18px;
}
#footer1 .f-header .right form ul li i {
  position: absolute;
  left: 16px;
  top: 20px;
}
#footer1 .f-header .right form ul li span {
  position: absolute;
  left: 84px;
  top: 24px;
}
#footer1 .f-header .right form ul li:nth-child(3) span {
  left: 112px;
}
#footer1 .f-header .right form input[type="submit"] {
  width: 14%;
  background: #d2d325;
  color: #fff;
  height: 55px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: -1%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#footer1 .f-content {
  position: relative;
  background:#00489e;
  padding: 2.95rem 0 4.35rem;
  background-size: cover;
  overflow: hidden;
}
#footer1 .f-content .box {
  padding: 0 1.25rem 0 2.1rem;
}
#footer1 .f-content h3 {
  font-size: 20px;
  font-family: 'Manrope3';
  line-height: 1;
  padding-top: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}
#footer1 .f-content ul {
  margin-top: 2rem;
  width:10rem;
}
#footer1 .f-content ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Manrope3';
  font-size: 16px;
  line-height: 2;
  padding-left: 23px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer1 .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer1 .f-content ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer1 .f-content ul li:hover {
  color: #fff;
  opacity: 0.7;
}
#footer1 .f-content ul li:hover::before {
  background-color: #00489e;
}
#footer1 .f-content .f-ab {
  width: 22.5%;
}
#footer1 .f-content .f-ab p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.6rem;
}
#footer1 .f-content .f-ab .share {
  margin-top: 1.5rem;
}
#footer1 .f-content .f-ab .share dd {
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #828282;
  color: #828282;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer1 .f-content .f-ab .share dd:last-child {
  margin-right: 0;
}
#footer1 .f-content .f-ab .share dd:hover {
  border-color: #fff;
  color: #fff;
}
#footer1 .f-content .f-nav {
  padding-left: 7%;
  width: 18%;
}
#footer1 .f-content .f-product {
  width: 23%;
  padding-left: 6%;
}
#footer1 .f-content .f-contact {
  width: 30%;
  padding-left: 2%;
}
#footer1 .f-content .f-contact ul li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}
#footer1 .f-content .f-contact ul li::before {
  display: none;
}
#footer1 .f-content .f-contact ul li i {
  display: inline-block;
  width: 29px;
  vertical-align: top;
}
#footer1 .f-content .f-contact ul li span {
  display: inline-block;
  width: 80%;
  padding-left: 0.75rem;
  font-size: 15px;
  line-height: 1.6;
}
#footer1 .f-content .f-contact ul li:nth-child(3) i,
#footer1 .f-content .f-contact ul li:nth-child(4) i {
  margin-top: 5px;
}
#footer1 .f-content .f-code {
  width: 6.5%;
}
#footer1 .f-content .f-code #ewm {
  margin-top: 2rem;
  border: solid 5px #f8f8f8;
  width: 119px;
}
#footer1 .f-copy {
  padding: 1rem 0;
  color: #fff;
  background-color: #041d3a;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'Manrope3';
}
#footer1 .f-copy img {
  max-height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
}
#footer1 .f-top {
  position: absolute;
  bottom: 91px;
  right: 41px;
  width: 44px;
  height: 43px;
  background-color: #00489e;
  text-align: center;
  line-height: 43px;
}
#footer1 .f-top img {
  vertical-align: middle;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 530px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: '';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #00489E;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  background: url(../images/init43.png) no-repeat center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #00489E;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#Pop_UpsBtn {
  background: #00489E !important;
  z-index: 111;
  right: 20px !important;
  bottom: 115px !important;
}
#pups_from form ul li input[type="submit"] {
  background: #00489E !important;
}
#pups_from i.close:hover {
  background: #00489E !important;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'Manrope3';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1530px) {
  .container {
    width: 1320px !important;
  }
  #index-body .init-5 .top .left {
    padding-left: 15px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 15px;
  }
  #banner .swiper-slide .content-box .content .text h2 {
    font-size: 48px;
  }
  #index-body .title1 h3 {
    font-size: 42px;
  }
  #header {
    top: 0;
  }
  #banner {
    margin-top: 120px;
  }
  #index-body .init-1 .top .left ul li:nth-child(even) {
    margin-left: 5px;
  }
  #index-body .init-2 .list .box .img .mask {
    padding: 75px 15px 0;
  }
}

@media screen and (max-width: 1440px) {
  #footer1 .f-content .f-nav {
    padding-left: 5%;
    width: 16%;
  }
  #footer1 .f-content .f-code {
    width: 8.5%;
  }
}
@media screen and (max-width: 1320px) {
  .container {
    width: 1100px !important;
  }
  #header .nav .nav-box {
    padding: 17px 0;
  }
  #header .nav .nav-box .menu-box .btn a {
    padding: 12px 15px;
    font-size: 14px;
  }
  #header .nav .nav-box .menu-box .h-search {
    margin-left: 10px;
    padding-right: 15px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 5px;
  }
  #header .nav .nav-box .menu-box .language {
    margin-left: 15px;
  }
  #banner .swiper-slide .content-box {
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .init-1 .top .left h1 {
    font-size: 24px;
  }
  #index-body .init-1 .top .left p {
    font-size: 16px;
  }
  #index-body .init-1 .top .left {
    padding-top: 0;
  }
  #index-body .title1 h3 {
    font-size: 36px;
  }
  #index-body .init-2 .title1 p span {
    display: initial;
  }
  #footer .top .topBox .context ul li p {
    font-size: 18px;
  }
  #index-body .init-1 .top .left ul li {
    margin: 0 !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  .container {
    width: 972px !important;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    display: none;
  }
  #banner .swiper-slide .content-box .content .text h2 {
    font-size: 36px;
  }
  #banner .swiper-slide .content-box .content .text p {
    margin: 20px 0;
  }
  #index-body .title1 h3 {
    font-size: 32px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-4,
  #index-body .init-5,
  #index-body .init-7 {
    padding: 50px 0;
  }
  #footer .top .topBox .bot ul li a {
    font-size: 16px;
  }
  #index-body .init-7 .form ul li:nth-child(4) {
    width: 50%;
  }
  #index-body .init-7 .form ul li:nth-child(5) {
    width: 50%;
  }
   #footer1 .f-content .box {
    padding: 0;
  }
  #footer1 .f-content .f-nav {
    padding-left: 3%;
    width: 15%;
  }
  #footer1 .f-content .f-contact {
    width: 28%;
  }
}
@media screen and (max-width: 972px) {
  .container {
    width: 100% !important;
  }
  #index-body .init-1 .top .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-1 .top .right {
    display: none;
  }
  #index-body .init-1 .top .left h1,
  #index-body .init-1 .top .left p {
    max-width: 100%;
  }
  #index-body .init-1 .top {
    padding: 0;
    margin-top: 30px;
  }
  #index-body .init-5 .top .left {
    width: 100%;
  }
  #index-body .init-5 .top .left .title1 {
    text-align: center;
  }
  #index-body .init-5 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-7 .form ul li {
    width: 50%;
  }
  #index-body .init-7 .form ul li textarea {
    height: 70px;
  }
  #footer .top .topBox .context ul li {
    margin-top: 20px;
  }
   #footer1 .f-header {
    display: none;
  }
  #footer1 .f-content .f-nav,
  #footer1 .f-content .f-product,
  #footer1 .f-content .f-code {
    display: none;
  }
  #footer1 .f-content .f-ab,
  #footer1 .f-content .f-contact {
    width: 50%;
  }
  .inquiry {
    right: 0;
  }
  #footer1 .f-top {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #index-body .init-1 {
    background: #fff
  }
  #banner .swiper-slide .content-box .content .text p {
    display: none;
  }
  #index-body .title1 h3 {
    font-size: 26px;
  }
  #index-body .init-1 .top .left h1 {
    font-size: 20px;
  }
  #index-body .init-1 .top .left .btn {
    margin-top: 20px;
  }
  #index-body .init-2,
  #index-body .init-4,
  #index-body .init-5,
  #banner .swiper-pagination {
    display: none;
  }
  #index-body .title1 h3 {
    margin: 15px 0 !important;
  }
  #index-body .init-6 {
    padding-top: 50px;
  }
  #index-body .init-3 {
    padding: 50px 0;
  }
  #banner .swiper-slide .content-box .content .text h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .btna {
    font-size: 16px;
    padding: 12px 24px;
  }
  #footer .top .topBox .bot {
    display: none;
  }
  #footer .footer-bottom .bottom-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
   #footer1 .f-content .f-ab,
  #footer1 .f-content .f-contact {
    width: 100%;
  }
  #footer1 .f-content .f-ab .share {
    display: none;
  }
  #footer1 .f-content .f-contact {
    padding: 2rem 0 0 0;
  }
  #footer1 .f-content .f-contact ul li span {
    width: 88%;
  }
  .inquiry {
    display: none;
  }
  #footer1 .f-top {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #index-body .init-7 .form ul li {
    width: 100% !important;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
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;
  min-width: 700px;
}
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;
}


.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .mbx-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 66%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .mbx-box .mbx {
  font-size: 16px;
  color: #ffffff;
}
.inner-banner .mbx-box .mbx a {
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}
.inner-banner .mbx-box .mbx a:hover {
  border-bottom: 1px solid #fff;
}
.inner-banner .mbx-box h2 {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.3;
  color: #ffffff;
  /*text-transform: uppercase;*/
  display: inline-block;
  text-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  z-index: 5;
  font-family: 'Manrope3';
  font-weight: bold
}
.inner-banner .mbx-box h2::before {
  content: attr(data-shadow);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(250, 250, 250, 0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  opacity: .3;
}

@media screen and (max-width: 700px) {
  .inner-banner img{
    min-height: 260px;
    object-fit: cover;
  }
  .inner-banner .mbx-box{
    top: 50%;
  }
  .inner-banner .mbx-box h2{
    font-size: 2rem;
  }
}

.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 70px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #00489E none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span.current{
  background: #00489E;
  color: #fff;
}
.inner-page h1.h1,
.inner-page h2.h2,
.inner-page h3.h3,
.inner-page h4.h4,
.inner-page h5.h5,
.inner-page h6.h6,
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
  font-family: 'Manrope3';
  font-weight: 400
}
.inner-page .top h6 {
  padding: 0 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #00489E;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.9rem;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #00489E;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .top h6::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #00489E;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.inner-page .top h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #010101;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: bold
}
.inner-page .top h2 span {
  color: #00489E;
}
.inner-page .top.center {
  text-align: center;
}
.inner-page .top.center h6::after {
  opacity: 1;
}
.inner-page p {
  font-size: 18px;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 72px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 1.4rem;
  font-size: 18px;
  color: #000;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 67px;
  height: 67px;
  background: url(../images/product-s.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 1.9rem 2rem;
  /*border: 1px solid #eee;*/
  margin-top: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 1.95rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 1.25rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 20px;
  background: #dddddd;
  margin-bottom: 10px;
  font-size: 18px;
  color: #7a7777;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover>a {
  background: #00489E;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover a .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li ul li a{
  font-size: 14px;
  line-height: 1.5;
  background: #eee;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 2rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 1em 1rem 1rem 60px;
  margin-bottom: 0.9rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 2rem;
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}
.inner-page .sidebar-box .sidebar-right .tit{
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
}
.inner-page .sidebar-box .sidebar-right .text{
  font-size: 16px;
  padding-left: 1.7rem;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #00489E;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #00489E;
  border-color: #00489E;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page .about-1 {
  padding: 5rem 0;
  background: url(../images/about-1-bg.jpg) no-repeat center 8.5rem;
}
.about-page .about-1 .top {
  margin: 0 0 0 auto;
  max-width: 435px;
}
.about-page .about-1 .about-img {
  margin-top: 0.6rem;
  position: relative;
}
.about-page .about-1 .about-img img{
  width: 100%;
}
.about-page .about-1 .about-img .play{
  position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          z-index: 6;
}
.about-page .about-1 .about-img .play::before{
  content: '';
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(-50%, -50%);
            background: rgba(rgb(25 186 246 / 30%));
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: 100% !important;
            border-radius: inherit;
            animation: ks 3s infinite;
            display: block;
            z-index: -1;
}
.about-page .about-1 .about-img .play::after{
  content: '';
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 100% !important;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.5);
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            animation: ks 3s infinite;
            display: block;
            z-index: -1;
            animation-delay: .4s;
          
}
.about-page .about-1 .about-img::after {
  position: absolute;
  content: "";
  width: 20.1rem;
  height: 19.45rem;
  background: url(../images/about-after.png) no-repeat 100% 100%;
  left: -4.6rem;
  top: -5.6rem;
}
.about-page .about-1 .about-img .aboutIconBox {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 86%;
  padding: 0 1rem;
}
.about-page .about-1 .about-img .aboutIconBox .swiper-slide {
  height: 5rem;
  padding: 15px 10px;
  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;
}
.about-page .about-1 .text {
  line-height: 1.8;
  font-size: 16px;
  color: #858585;
  margin: 1.75rem 0 2.25rem;
}
.about-page .about-1 .text strong{
    font-weight: 900;
    display: inline-block;
    margin-top: 30px;
    color: #000;
}
.about-page .about-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 ul li {
  padding: 15px 1.85rem 5px 90px;
  position: relative;
  background: url(../images/a-icon.png) no-repeat left center;
}
.about-page .about-1 ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: url(../images/xian.png) no-repeat center center;
  right: 0;
  top: 0;
}
.about-page .about-1 ul li:last-child {
  padding: 15px 0 5px 90px;
}
.about-page .about-1 ul li:last-child::after {
  display: none;
}
.about-page .about-1 ul li em {
  font-size: 2rem;
  line-height: .9;
  color: #19baf6;
  font-family: 'Manrope3';
  font-weight: 400
}
.about-page .about-1 ul li p {
  font-size: 16px;
  color: #545252;
}
.about-page .about-1 ul li:nth-child(1){
  background: url(../images/a-icon-1.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(2){
  background: url(../images/a-icon-2.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(3){
  background: url(../images/a-icon-3.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(4){
  background: url(../images/a-icon-4.png) no-repeat left center;
}
.about-page .about-1 .factoryBox{
  margin-top: 3rem;
}
.about-page .about-1 .factoryBox .swiper-slide a{
  display: block;
  overflow: hidden;
}
.about-page .about-1 .factoryBox .swiper-slide a:hover img{
  transform: scale(1.1);
}
.about-page .about-2 {
  padding: 4.75rem 0 3.9rem;
  background: url(../images/abg01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .about-2 .top h2 {
  color: #fff;
}
.about-page .about-2 .top p {
  color: rgba(250, 250, 250, 0.8);
  line-height: 1.6;
  margin: 2.5rem auto 0;
  max-width: 1051px;
}
.about-page .about-2 .FeaturedBox {
  margin-top: 3.5rem;
}
.about-page .about-2 .FeaturedBox .swiper-container {
  overflow: inherit;
}
.about-page .about-2 .FeaturedBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-2 .FeaturedBox .swiper-slide a:after{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-2 .FeaturedBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-2 .FeaturedBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-2 .FeaturedBox .swiper-slide a h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: 400;
  position: absolute;
  width: 100%;
  padding: 1rem 0.5rem;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-2 .FeaturedBox .scrollbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.75rem;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar {
  height: 1px;
  width: 380px;
  background: #959595;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00489E;
}
.about-page .about-3 {
  padding: 4rem 0;
}
.about-page .about-3 .top h2 {
  color: #000;
}
.about-page .about-3 .offerBox .swiper-container {
  padding: 4.25rem 1rem 0;
}
.about-page .about-3 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-3 .offerBox .swiper-slide:hover h4 {
  color: #000;
}
.about-page .about-3 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  background: #00489E;
  left: -0.5rem;
  top: -0.5rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide h4 {
  font-size: 20px;
  line-height: 1.1;
  color: #000000;
  /*font-weight: 900;*/
  margin: 1.2rem 0 0.6rem;
  text-transform: uppercase;
}
.about-page .about-3 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 1.4;
  color: #949393;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1) span{
  background: url(../images/offer-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(../images/offer-1-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2) span{
  background: url(../images/offer-2.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(../images/offer-2-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3) span{
  background: url(../images/offer-3.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(../images/offer-3-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4) span{
  background: url(../images/offer-4.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(../images/offer-4-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5) span{
  background: url(../images/offer-5.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(../images/offer-5-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6) span{
  background: url(../images/offer-6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(../images/offer-6-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7) span{
  background: url(../images/offer-7.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(../images/offer-7-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8) span{
  background: url(../images/offer-8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(../images/offer-8-h.png) no-repeat center center;
}
.about-page .about-4 {
padding: 0 0 75px;
}
.about-page .about-4 .box {
  padding-top: 80px;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
.about-page .about-4 .box ul {
  position: relative;
}
.about-page .about-4 .box ul:after {
content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #000000;
    background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#5483eb),color-stop(100%,transparent));
    background: -moz-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -webkit-linear-gradient(top,#000000 0%,transparent 100%);
    background: -o-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -ms-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: linear-gradient(to bottom,#000000,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb',endColorstr='transparent',GradientType=0);
    position: absolute;
}
.about-page .about-4 .box ul li {
  padding-bottom: 20px;
  position: relative;
}
.about-page .about-4 .box ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #000000;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px #fff;
    -o-box-shadow: 0 0 3px 3px #fff;
    box-shadow: 0 0 3px 3px #fff;
}
.about-page .about-4 .box ul li h5 {
  font-size: 22px;
  line-height: 2;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li img{
  max-width: 200px;
}
.about-page .about-4 .box ul li .content {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li .content .text {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 32px;
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content:after {
  content: '';
  border-right: 10px solid #fbc94c;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .box ul li .content:before {
     content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #fbc94c;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .left {
  padding-top: 5px;
  padding-right: 35px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .right {
  padding-left: 25px;
  position: relative;
}
.about-page .about-4 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 35px;
}
.about-page .about-4 .box ul li:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:after {
border-left: 10px solid #fbc94c;
    border-right: none;
    left: 100%;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-4 .box ul li:hover .content .text,
.about-page .about-4 .box ul li:hover .content h5 {
  color: white;
}
.about-page .about-4 .box ul li:hover .content:after,
.about-page .about-4 .box ul li:hover .content:before {
  opacity: 1;
}
.about-page .about-5 {
  padding: 5.75rem 0 0;
}
.about-page .about-5 .top h2 {
  color: #000;
  max-width: 578px;
  margin: 0 auto;
  line-height: 1.1;
}
.about-page .about-5 .top p {
  font-size: 16px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 0.75rem;
}
.about-page .about-5 .world {
  margin: 4.25rem 0 3.5rem;
}
.about-page .about-6 {
  padding: 5.5rem 0 5rem;
  background: #00489E;
}
.about-page .about-6 .partnerBox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}
.about-page .about-6 .partnerBox .swiper-slide {
  text-align: center;
  padding: 0 10px;
  background: url(../images/partner-bg.png) no-repeat right center;
}
.about-page .about-9 {
  /*margin-bottom: 70px;*/
  padding: 100px 0 40px;
  color: white;
  background: url('../images/about-9-bg.jpg') center center no-repeat;
  background-size: cover;
}
.about-page .about-9 .left {
  vertical-align: middle;
  width: 70%;
}
.about-page .about-9 .right {
  width: 25%;
  padding: 0 3%;
}
.about-page .about-9 .right h2.title {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 50px;
}
.about-page .about-9 .right .text {
    font-size: 18px;
    line-height: 1.94444444;
}
.about-page .about-9 .right a.more {
    line-height: 3.85714286em;
    height: 3.85714286em;
    padding: 0 4.28571429em;
    font-size: 14px;
    display: inline-block;
    background: #00489e;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-9 .right a.more:hover{
  background: #000;
}
.custom-page .custom-1 .top {
  padding: 4.75rem 15px 5.25rem;
  background: url(../images/custom-top-bg.png) no-repeat center 5.3rem;
}
.custom-page .custom-1 .top p {
  font-size: 24px;
  line-height: 1.5;
  color: #ababab;
  margin: 1.25rem auto 0;
  max-width: 610px;
}
.custom-page .custom-1 .custom-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom-page .custom-1 .custom-box .left {
  width: 50%;
  position: relative;
}
.custom-page .custom-1 .custom-box .left .text {
  width: 580px;
  padding: 3.75rem 1.25rem 3.25rem;
  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%);
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'Manrope3';
  font-weight: 400;
  background: rgba(235, 97, 0, 0.5);
}
.custom-page .custom-1 .custom-box .right {
  width: 50%;
}
.custom-page .custom-1 .content strong{
  font-weight: bold;
}
.custom-page .custom-1 .content b{
  font-weight: bold;
}
.custom-page .custom-2 {
  padding: 6.5rem 0;
}
.custom-page .custom-2 .top p {
  font-size: 16px;
  line-height: 1;
  color: #787878;
  margin-top: 0.75rem;
}
.custom-page .custom-2 form {
  padding-top: 2.4rem;
  margin-top: 2.25rem;
  border-top: 1px solid #e5e5e5;
}
.custom-page .custom-2 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom-page .custom-2 form ul li {
  width: 48.5%;
}
.custom-page .custom-2 form ul li input[type="text"] {
  width: 100%;
  height: 50px;
  border: 2px solid #e6e9ee;
  font-size: 16px;
  color: #000;
  padding: 0 18px;
  margin-bottom: 1.25rem;
}
.custom-page .custom-2 form ul li input[type="text"]:last-child {
  margin-bottom: 0;
}
.custom-page .custom-2 form ul li textarea {
  width: 100%;
  height: 100%;
  border: 2px solid #e6e9ee;
  font-size: 16px;
  color: #000;
  padding: 20px 18px;
}
.custom-page .custom-2 form ul li:nth-child(3) {
  width: 100%;
  text-align: center;
  margin-top: 1.25rem;
}
.custom-page .custom-2 form ul li:nth-child(3) input[type="submit"] {
  width: 175px;
  height: 52px;
  border: none;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 form ul li:nth-child(3) input[type="submit"]:hover {
  background: #00489E;
}
.honor-page .honor-1 {
  padding: 5rem 0 7rem;
}
.honor-page .honor-1 .list {
  margin-top: 4.25rem;
}
.honor-page .honor-1 .list .swiper-slide {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.honor-page .honor-1 .list .swiper-slide-prev,
.honor-page .honor-1 .list .swiper-slide-next {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  z-index: 2;
}
.honor-page .honor-1 .list .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 3;
}
.honor-page .honor-1 .list .swiper-button-prev,
.honor-page .honor-1 .list .swiper-button-next {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-1 .list .swiper-button-prev {
  background-image: url(../images/banner-btn-l.png);
  left: 15px;
}
.honor-page .honor-1 .list .swiper-button-prev:hover {
  background-color: #00489E;
}
.honor-page .honor-1 .list .swiper-button-next {
  background-image: url(../images/banner-btn-r.png);
  right: 15px;
}
.honor-page .honor-1 .list .swiper-button-next:hover {
  background-color: #00489E;
}
.company-page .company-1 {
  padding: 7rem 0 5rem;
}
.company-page .company-1 .company-1-box {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.company-page .company-1 .company-1-box ul li {
  margin-bottom: 1.5rem;
  position: relative;
}
.company-page .company-1 .company-1-box ul li::after {
  position: absolute;
  content: "";
  font-size: 2rem;
  line-height: 1;
  color: #e4e1e5;
  font-family: 'Manrope3';
  font-weight: 400;
}
.company-page .company-1 .company-1-box ul li:last-child {
  margin-bottom: 0;
}
.company-page .company-1 .company-1-box ul li:last-child p {
  height: 75px;
}
.company-page .company-1 .company-1-box ul li h4 {
  font-size: 18px;
  line-height: 1;
  color: #010101;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.company-page .company-1 .company-1-box ul li p {
  font-size: 14px;
  line-height: 1.8;
  color: #6d6d6d;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.company-page .company-1 .company-1-box .left {
  width: 32%;
}
.company-page .company-1 .company-1-box .left ul li {
  text-align: right;
  padding-right: 75px;
}
.company-page .company-1 .company-1-box .left ul li::after {
  top: -5px;
  right: 0;
}
.company-page .company-1 .company-1-box .left ul li:nth-child(1)::after {
  content: "01";
}
.company-page .company-1 .company-1-box .left ul li:nth-child(2)::after {
  content: "02";
}
.company-page .company-1 .company-1-box .left ul li:nth-child(3)::after {
  content: "03";
}
.company-page .company-1 .company-1-box .left ul li:nth-child(4)::after {
  content: "04";
}
.company-page .company-1 .company-1-box .company-1-img {
  width: 33%;
}
.company-page .company-1 .company-1-box .right {
  width: 32%;
}
.company-page .company-1 .company-1-box .right ul li {
  padding-left: 75px;
}
.company-page .company-1 .company-1-box .right ul li::after {
  top: -5px;
  left: 0;
}
.company-page .company-1 .company-1-box .right ul li:nth-child(1)::after {
  content: "05";
}
.company-page .company-1 .company-1-box .right ul li:nth-child(2)::after {
  content: "06";
}
.company-page .company-1 .company-1-box .right ul li:nth-child(3)::after {
  content: "07";
}
.company-page .company-1 .company-1-box .right ul li:nth-child(4)::after {
  content: "08";
}
.company-page .company-2 {
  position: relative;
}
.company-page .company-2 > img {
  width: 100%;
}
.company-page .company-2 .company-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.company-page .company-2 .company-box .text {
  max-width: 760px;
  margin: 0 0 0 auto;
  text-align: right;
}
.company-page .company-2 .company-box .text h3 {
  font-size: 4.8rem;
  line-height: 1;
  color: #ffffff;
}
.company-page .company-2 .company-box .text h2 {
  font-size: 6rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: bold;
  margin: 1rem 0 1.25rem;
}
.company-page .company-2 .company-box .text p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ffffff;
}
.company-page .company-3 {
  padding: 6.75rem 0 6.25rem;
}
.company-page .company-3 .careBox {
  margin-top: 3rem;
  position: relative;
}
.company-page .company-3 .careBox .swiper-slide a {
  display: block;
}
.company-page .company-3 .careBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.company-page .company-3 .careBox .swiper-slide a:hover h4 {
  color: #00489E;
}
.company-page .company-3 .careBox .swiper-slide a .care-img {
  overflow: hidden;
  border-radius: 10px;
}
.company-page .company-3 .careBox .swiper-slide a .care-img img {
  width: 100%;
}
.company-page .company-3 .careBox .swiper-slide a h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #010101;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: bold;
  margin-top: 0.7rem;
}
.company-page .company-3 .careBox .swiper-button-prev,
.company-page .company-3 .careBox .swiper-button-next {
  width: 42px;
  height: 42px;
}
.company-page .company-3 .careBox .swiper-button-prev {
  background: url(../images/care-left.png) no-repeat center center;
  left: -21px;
}
.company-page .company-3 .careBox .swiper-button-next {
  background: url(../images/care-right.png) no-repeat center center;
  right: -21px;
}
.history-page{
  padding: 5rem 0;
}
.history-page .top p{
      line-height: 1.6;
    margin: 1.25rem auto 0;
    max-width: 1051px;
}
.category-page .category-list > ul {
  padding-bottom: 9.75rem;
}
.category-page .category-list > ul > li {
  padding: 7.5rem 0 7rem;
  background: url(../images/category-page-bg.jpg) no-repeat left bottom;
}
.category-page .category-list > ul > li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-page .category-list > ul > li .title h3 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: bold;
  position: relative;
  padding-left: 42px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
.category-page .category-list > ul > li .title h3::after {
  position: absolute;
  content: "";
  width: 116px;
  height: 121px;
  background: url(../images/title-after.png) no-repeat 100% 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.category-page .category-list > ul > li .title .more {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 43px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: 400;
  background: #00489E;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-page .category-list > ul > li .title .more:hover {
  background: #000;
}
.category-page .category-list > ul > li .item {
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 10;
}
.category-page .category-list > ul > li .item .left {
  width: 50%;
}
.category-page .category-list > ul > li .item .left a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.category-page .category-list > ul > li .item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-page .category-list > ul > li .item .left a img {
  width: 100%;
}
.category-page .category-list > ul > li .item .right {
  width: 50%;
  padding-left: 2.9rem;
  position: relative;
}
.category-page .category-list > ul > li .item .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.category-page .category-list > ul > li .item .right ul li {
  width: 50%;
  height: 50%;
}
.category-page .category-list > ul > li .item .right ul li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.category-page .category-list > ul > li .item .right ul li a::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  background: url(../images/pro-after.png) no-repeat center center;
  background-size: 100% 100%;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.category-page .category-list > ul > li .item .right ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-page .category-list > ul > li .item .right ul li a:hover::after {
  opacity: 1;
}
.category-page .category-list > ul > li .item .right ul li a img {
  width: 100%;
}
.category-page .category-list > ul > li .item .right h5 {
  font-size: 5.45rem;
  line-height: .75;
  color: rgba(239, 111, 20, 0.1);
  text-transform: uppercase;
  font-family: 'Manrope3';
  position: absolute;
  font-weight: 400;
  left: 98%;
  bottom: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  white-space: nowrap;
  padding: 0 10px;
  z-index: -1;
}
.category-page .category-list > ul > li:nth-child(even) .item {
  -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;
}
.category-page .category-list > ul > li:nth-child(even) .item .right {
  padding-left: 0;
  padding-right: 2.9rem;
}
.category-page .category-list > ul > li:nth-child(even) .item .right h5 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -9%;
  bottom: auto;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.product-page {
  padding: 5rem 0 7rem;
  background: rgb(239 239 239 / 60%);
}
.product-page .product-box {
  padding-left: 1.7rem;
  /*padding-top: 5rem;*/
}
.product-page .product-box .product-list {
  margin: 0 -0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .product-list li {
  padding: 0 0.5rem;
  width: 33.3333%;
  margin-bottom: 2.25rem;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}
.product-page .product-box .product-list li a:hover .pro-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-page .product-box .product-list li a:hover .content {
  background: #00489E;
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li a .content {
  background: #fff;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px 0;
  height: 76px;
}
.product-page .product-box .product-list li a .content h4 {
  font-family: 'Manrope3';
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  /*text-transform: uppercase;*/
  position: relative;
  text-align: center;

}
/*.product-page .product-box .product-list li a .content h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}*/
.product-page .product-box .product-list li a .content p {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 3px;
  text-transform: uppercase;
  color: #22221d;
  position: relative;
}
.design-page .design-1 {
  padding: 5.75rem 0 6rem;
}
.design-page .design-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.design-page .design-1 .container .item {
  width: 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.design-page .design-1 .container .item .top {
  padding-top: 1.5rem;
  width: 100%;
}
.design-page .design-1 .container .item .top p {
  line-height: 1;
  color: #aaaaaa;
  margin-top: 0.6rem;
}
.design-page .design-1 .container .item .design-img {
  width: 100%;
}
.design-page .design-1 .container .item .design-img img {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.design-page .design-1 .container .item.right {
  width: 29.2%;
}
.design-page .design-2 .designHistoryBox {
  margin-top: 2.5rem;
  position: relative;
}
.design-page .design-2 .designHistoryBox .historyImg img {
  width: 100%;
}
.design-page .design-2 .designHistoryBox .historyBox {
  width: 100%;
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  z-index: 5;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide {
  padding-bottom: 40px;
  position: relative;
  background: url(../images/h-dian.png) no-repeat center bottom;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide:hover {
  background: url(../images/h-dian-h.png) no-repeat center bottom;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide:hover h5 {
  color: #00489E;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 14px;
  z-index: -1;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide h5 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #010101;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide.cur {
  background: url(../images/h-dian-h.png) no-repeat center bottom;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide.cur h5 {
  color: #00489E;
}
.design-page .design-3 {
  padding: 7rem 0 8.5rem;
}
.design-page .design-3 .design-3-box {
  margin-top: 5rem;
}
.design-page .design-3 .design-3-box .swiper-slide {
  cursor: pointer;
}
.design-page .design-3 .design-3-box .swiper-slide:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.design-page .design-3 .design-3-box .swiper-slide:hover h4 {
  color: #00489E;
}
.design-page .design-3 .design-3-box .swiper-slide span {
  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;
  height: 82px;
}
.design-page .design-3 .design-3-box .swiper-slide span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.design-page .design-3 .design-3-box .swiper-slide h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-family: 'Manrope3';
  font-weight: 400;
  margin: 1.75rem 0 1rem;
}
.design-page .design-3 .design-3-box .swiper-slide p {
  font-size: 16px;
  line-height: 1.8;
  color: grey;
}
.news-page {
  padding: 5rem 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  font-family: 'Manrope3';
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: #00489E;
}
.newdet-page {
  padding: 5rem 0;
}
.newdet-page h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  font-family: 'Manrope3';
  text-transform: uppercase;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .content p{
  font-size: 16px;
}
.newdet-page .m-link {
  font-size: 16px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.gallery-page {
  padding: 6rem 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'Manrope3';
  text-transform: capitalize;
}
.gallery-page .list ul li:hover h5 {
  color: #00489E;
}
.gallery-page.solution-page .list ul li .content{
  padding: 1rem 1.25rem;
  border: 1px solid #ccc;
}
.gallery-page.solution-page .list ul li .content h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.035em;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 10px;
    text-align: left;
}
.gallery-page.solution-page .list ul li .content p{
      line-height: 1.5;
      font-size: 16px;
    padding: 0 0 1.5rem;
}
.gallery-page.solution-page .list ul li .content .more{
  display: inline-block;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 17px;
    background: #000;
    color: #fff;
    transition: .5s;
}
.gallery-page.solution-page .list ul li .content .more:hover{
  background: #00489E;
}
.faq-page {
  padding: 6rem 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Manrope3';
  
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}.contact-page .contact-1 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #00489E;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #00489E;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
  font-family: 'Manrope3';
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
  padding-left: 55px;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Manrope3'
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}.prodet-page {
  padding: 1rem 0;
}
.prodet-page .det-1 {
  padding: 2.5rem 0;
  background: rgb(239 239 239 / 30%);
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.prodet-page .det-1 .grid-box .left .gallery .plays{
  position: absolute;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.prodet-page .det-1 .grid-box .left .gallery .plays img{
  max-width: 60px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 2rem;
  font-family: 'Manrope3';
  font-weight: bold;
  line-height: 1.4;
  color: #1c1c1c;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 1.3rem;
  font-family: 'Manrope3';
  color: #000;
  font-weight: 300;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 1.5rem
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-size: 1rem;
    font-family: 'Manrope3';
    font-weight: 400
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 0.75rem;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon{
  display: flex;
    justify-content: center;
    margin-left: 0.75rem;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a{
  margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /*border: 1px solid #000;*/
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:hover{
  background: #00489E;
    border: 1px solid #00489E;
}
.prodet-page .det-1 .grid-box .right .text .more {
  left: 53%;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 1rem;
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Manrope3';
  font-weight: bold;
  border: 2px solid #00489E;
  color: #1c1c1c;
  padding: 11px 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
  color: #fff;
  background-color: #00489E;
}
.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 1px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
  border-bottom: 10px #00489e solid;
  width: 100%;
}

.prodet-page .det-2 .tabs ul li a {
  background-color: #00489e;
    height: 40px;
    width: 160px;
    /*margin-left: 50px;*/
    text-align: center;
    line-height: 40px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  /*padding: 8px 24px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: #00489E;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/*.prodet-page .det-2 .tabs ul li a:hover {
  color: #00489E;
}*/
.prodet-page .det-2 .tabs ul li.active a{
  color: #00489E;
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 0.95rem;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  font-family: 'Manrope3';
  font-weight: 400
}
.prodet-page .det-2 .related ul li .con p{
  /*font-family: none;*/
  font-family: 'Manrope3';
  font-weight: 400
}
.prodet-page .det-2 .related ul li .con p span {
  font-family: 'Manrope3'!important;
  font-weight: 400
}
.prodet-page .det-2 .related ul li .con strong{
  font-weight: bold;
  font-family: 'Manrope3'!important;
}
.prodet-page .det-2 .related ul li .con-img{
  display: flex;
  margin: 0 -0.5rem;
}
.prodet-page .det-2 .related ul li .con-img img{
  display: inline-block;
  padding: 0 0.5rem;
  width: 33.3333%;
}
.prodet-page .det-2 .related ul li .con table {width: 100%!important}
.prodet-page .det-2 .related ul li .con table tbody tr td:nth-child(3) p{
  white-space: nowrap;
}
.prodet-page .det-2 .related ul li .con table tbody tr td p{
  font-size: 16px;
  padding: 6px 10px
}
/*.prodet-page .det-2 .related ul li:nth-child(1) table{
  border: none;
}
.prodet-page .det-2 .related ul li:nth-child(1) table tr td{
      width: 50% !important;
      border: none;
      border: 1px solid #e7e7e7;
      padding: 9px 22px;
}
.prodet-page .det-2 .related ul li:nth-child(1) table.table-box tr td{
  width: auto !important;
}
.prodet-page .det-2 .related ul li:nth-child(1) table tr{
  border-bottom: 2px solid #e6e6e6;
  background: none;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tr td:nth-child(3){
  white-space: nowrap;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tr td{
  width: auto;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td{
  width: none !important;
}*/
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title .tabs{
  border-bottom: 10px solid #00489e;
}
.prodet-page .det-3 .title .tabs a{
   background-color: #00489e;
    height: 40px;
    width: 180px;
    /*margin-left: 50px;*/
    text-align: center;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
.prodet-page .det-3 .title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  border-bottom: 10px solid #00489e;
  font-family: 'Manrope3';
}
.prodet-page .det-3 .title h3 span{
  background-color: #00489e;
    height: 40px;
    width: 160px;
    margin-left: 50px;
    text-align: center;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 20px;
  /*display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 30px;
  color: #00489E;*/
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #00489E;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
  position: relative;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 1px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #00489E;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 0.625rem;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 18px;
  font-family: 'Manrope3';
  font-weight: bold;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*text-transform: uppercase;*/
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: #00489E;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: #00489E;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow{
  position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
  background-image: url("../images/banner-btn-l.png");
    left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
  background-image: url("../images/banner-btn-r.png");
    right: -40px;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(5){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(6){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(7){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(8){
    width: 139px !important;
  }
.prodet-page .det-2 .related>ul>li:nth-child(2) table tr td:nth-child(2) {
    white-space: nowrap;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tbody tr td p{
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
  .about-page .about-9 .left{
    width: 100%;
  }
  .about-page .about-9 .right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul {
    border: none;
  }
  .prodet-page .det-2 .tabs ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width:1600px){
  
}
@media screen and (max-width:1430px){
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 1.9rem 1rem;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
  /*.product-page .product-box .product-list li a .content{
    width: 90%
  }*/
  .prodet-page .det-2 .related table p{
    font-size: 14px;
  }
  .prodet-page .det-2 .related table td{
    padding: 5px 6px;
  }
  .prodet-page .det-2 .related ul li:nth-child(2) .con table tbody tr td p{
    font-size: 13px;
  }
  .prodet-page .det-2 .related ul li:nth-child(1) table tr td{
    font-size: 16px;
  }
  .prodet-page .det-2 .related table td{
    font-size: 13px;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) table tr td:nth-child(2){
    white-space: nowrap;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(5){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(6){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(7){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(8){
    width: 139px !important;
  }
  .about-page .about-4 .box {
    padding-top: 50px;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page .about-4 .box ul li h5 {
    font-size: 20px;
  }
  .about-page .about-4 .box ul li .content .text {
    font-size: 14px;
  }
}
@media screen and (max-width:1230px){
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
.inner-page p {
    font-size: 16px;
}
.company-page .company-1 .company-1-box{
  align-items: center;
}.company-page .company-1 .company-1-box .right ul li {
    padding-left: 50px;
}.company-page .company-1 .company-1-box .left ul li {
       padding-right: 50px;
}
.company-page .company-3 .careBox .swiper-slide a h4{
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left{
  display: none;
}
.inner-page .sidebar-box .sidebar-right {
    width: 100%;
}.product-page .product-box {
    padding-left: 0;
    padding-top: 0;
}.about-page .about-4 .box ul li h5 {
    font-size: 17px;
  }
  .about-page .about-4 .box {
    padding-top: 30px;
  }

}
@media screen and (max-width:1100px){
  .inner-banner{
    margin-top: 40px;
  }
}
@media screen and (max-width:1000px){
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 13px;
    margin: 10px 0;
  }
  .news-page .list ul li .content a.more {
    font-size: 12px;
    padding: 0 15px;
  }
  .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
  .inner-page p {
    font-size: 14px;
}
.about-page .about-1 ul{
  flex-wrap: wrap;
}
.about-page .about-1 ul li{
  width: 50%;
  margin-bottom: 20px;
}
.about-page .about-1 .about-img .aboutIconBox .swiper-slide{
  height: 80px;
}
.about-page .about-1 ul li:after{
  display: none;
}
.about-page .about-1 ul li p{
  font-size: 14px;
}
.about-page .about-1 ul li em{
  font-size: 24px;
}.history-page .history-Box .swiper-container {
    padding: 220px 15px;
}
.design-page .design-2 .designHistoryBox .historyBox{
      bottom: 1rem;
}
.design-page .design-1 .container .item{
  width: 50%;
}
.design-page .design-1 .container .item.right{
  width: 100%;
}
.design-page .design-1 .container .item.right .design-img{
  width: 50%;
}
.design-page .design-1 .container .item .top h6{
  padding: 0;
}
.design-page .design-1 .container .item .top h6:before{
  display: none;
}
.category-page .category-list>ul>li .title h3{
  padding-left: 0;
}
.category-page .category-list>ul>li .title h3{
  width: 70%
}.product-page .product-box .product-list li{
  width: 50%;
}
.prodet-page .det-1 .grid-box .left .gallery .plays{
      width: 33.333%;
}
}
@media screen and (max-width:700px){
  /*.product-page .product-box .product-list li a .content{
    width: 100%;
  }*/
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .newdet-page h2{
    font-size: 20px;
  }
  .inner-page .top h2{
        font-size: 30px;
  }
  .company-page .company-1 .company-1-box .company-1-img{
    display: none;
  }
  .company-page .company-1 .company-1-box .left {
    width: 100%;
}.company-page .company-1 .company-1-box .right {
    width: 100%;
}.company-page .company-1 .company-1-box{
  flex-wrap: wrap;
}
.company-page .company-1 .company-1-box .left ul li {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}
.company-page .company-1 .company-1-box .left ul li:after{
  left: 0;
  right: auto;
}
.company-page .company-1 .company-1-box ul li p{
  height: auto;
}
.design-page .design-2 .designHistoryBox{
  background: #fafafa;
}
.design-page .design-2 .designHistoryBox .historyBox{
  position: relative;
  bottom: 0;
}
.category-page .category-list>ul>li .item .left {
    width: 100%;
}
.category-page .category-list>ul>li .item .right {
    width: 100%;
    padding-left: 0;
    position: relative;
    margin-top: 20px;
}.category-page .category-list>ul>li:nth-child(even) .item .right {
    padding-left: 0;
    padding-right: 0;
}
.category-page .category-list>ul>li .title{
  flex-wrap: wrap;
}
.prodet-page .det-2 .related ul li .con{
      overflow-x: scroll;
}
.prodet-page .det-2 .related ul li .con table{
  width: 674px !important;
}
.about-page .about-4 .box ul li .right,
  .about-page .about-4 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-4 .box ul li .left {
    padding-left: 10px !important;
  }
  .about-page .about-4 .box ul {
    padding-left: 20px;
  }
  .about-page .about-4 .box ul:after {
    left: 2px;
    top: 42px;
  }
  .about-page .about-4 .box ul li:after {
    left: -18px;
    top: 42px;
  }
.prodet-page .det-1 .grid-box .left .gallery .plays{
      width: 50%;
}
}
@media screen and (max-width:500px){
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
.about-page .about-1 ul li{
  width: 100%;
}
.company-page .company-1 .company-1-box ul li p{
  height: auto;
}
.design-page .design-1 .container .item{
  width: 100%;
}
.design-page .design-1 .container .item .top{
  margin-bottom: 20px;
}
.design-page .design-1 .container .item.right .design-img{
  width: 100%;
}
.inner-banner .mbx-box .mbx{
      font-size: 12px;
}
.category-page .category-list>ul>li .title .more{
  margin-top: 20px;
}
.category-page .category-list>ul>li .title h3{
  width: 100%;
}
.product-page .product-box .product-list li{
  width: 100%;
}
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.service-page h3 {
  /*font-size: 32px;*/
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
}
.service-page p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px
}


.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
  font-family: 'Manrope3';
  font-weight: bold
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.2;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #00489e
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1404px;
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #212026
}

.p05 .slick-dots>li.slick-active {
  background-color: #00489e
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.white {
    color: #fff;
}
.slick-dots button{display:none}.slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}.slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}