@charset "utf-8";
@font-face {
  font-family: 'PR';
  src: url('../font/Poppins-Regular.eot') format('eot'), url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../font/Poppins.eot') format('eot'), url('../font/Poppins.woff2') format('woff2'), url('../font/Poppins.woff') format('woff'), url('../font/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'Nucleo';
  src: url('../font/Nucleo.eot') format('eot'), url('../font/Nucleo.woff2') format('woff2'), url('../font/Nucleo.woff') format('woff'), url('../font/Nucleo.ttf') format('truetype');
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
body {
  font-family: 'PR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .ui.container {
  max-width: 1828px;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding-top: 2.25rem;
  position: relative;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 4.45rem;
  margin-right: 0;
  vertical-align: middle;
  border: solid 1px #f35d2e;
  padding: 6px 30px;
  background: rgba(0, 0, 0, 0.5);
}
#header .nav .ui.menu .rights {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
  border: solid 1px #f35d2e;
  background: rgba(0, 0, 0, 0.5);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.1rem 1rem 1.05rem;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  background: #fff;
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child a {
  padding-left: 2rem;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #fff;
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 240px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #fff;
  color: #000;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 240px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #fff;
  color: #000;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu{
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 240px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #fff;
  color: #000;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu{
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 240px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #fff;
  color: #000;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu{
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 240px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #fff;
  color: #000;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu{
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 240px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #fff;
  color: #000;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 1rem;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0.55rem;
}
#header .nav .ui.menu .h-language .i1 {
  width: 33px;
  height: 22px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 160%;
  right: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f35d2e;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .contact {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 2.05rem;
  font-size: 16px;
  font-family: 'PB';
  background: #f35d2e;
  color: #fff;
  padding: 1.1rem 1.35rem 1.05rem;
  height: 77px;
}
#header .nav .ui.menu .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.05rem;
  cursor: pointer;
}
#header .nav .ui.menu .btn span {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .btn span::before,
#header .nav .ui.menu .btn span::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 3px;
  background-color: #fff;
  transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s;
}
#header .nav .ui.menu .btn span::before {
  top: -11px;
  width: 23px;
}
#header .nav .ui.menu .btn span::after {
  top: 11px;
  width: 30px;
}
#header .nav .ui.menu .btn span:hover::before,
#header .nav .ui.menu .btn span:hover::after {
  width: 36px;
}
#header #menuContent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #1e1e2a;
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header #menuContent .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 45px 56px;
}
#header #menuContent .flex .info h3 {
  font-size: 20px;
  line-height: 1.8;
  margin: 20px 0;
  color: #fff;
  font-family: 'PB';
  text-transform: capitalize;
}
#header #menuContent .flex .info p {
  font-size: 16px;
  line-height: 2;
  color: #ccc;
}
#header #menuContent .flex .info .more {
  text-align: center;
  background: transparent;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 1.25rem;
  display: inline-block;
  background: -webkit-linear-gradient(0deg, #f25743, #eb3648 50%);
  padding: 10px 30px;
  border-radius: 5px;
  font-family: 'PB';
}
#header #menuContent .flex .info .more span {
  position: relative;
  z-index: 1;
}
#header #menuContent .flex .info .more::before {
  position: absolute;
  content: '';
  background: #f35d2e;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}
#header #menuContent .flex .info .more:hover::before {
  width: 100%;
  left: 0px;
}
#header #menuContent .flex .contact {
  margin-top: 60px;
}
#header #menuContent .flex .contact h3 {
  font-size: 20px;
  line-height: 1;
  font-family: 'PB';
  color: #fff;
  text-transform: capitalize;
}
#header #menuContent .flex .contact ul {
  margin-top: 20px;
}
#header #menuContent .flex .contact ul li {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 12px;
}
#header #menuContent .flex .contact ul li i {
  display: inline-block;
  margin-right: 10px;
  color: #f35d2e;
  font-size: 20px;
  vertical-align: top;
  margin-top: 1px;
}
#header #menuContent .flex .contact ul li span {
  display: inline-block;
  width: 90%;
  font-size: 16px;
    line-height: 2;
}
#header #menuContent .flex .contact ul li:last-child {
  margin-bottom: 0;
}
#header #menuContent .flex .share {
  margin-top: 20px;
}
#header #menuContent .flex .share ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
#header #menuContent .flex .share ul li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#header #menuContent .flex .share ul li a:hover {
  color: #fff;
  background: #f35d2e;
  border-color: #f35d2e;
}
#header #menuContent .flex span.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header #menuContent .flex span.close::after,
#header #menuContent .flex span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#header #menuContent .flex span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menuContent .flex span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header #menuContent .ui.container {
  position: static;
}
#header #menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../image/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #b1d52e;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("https://www.nbgute.com/template/en/images/bl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 0;
}
#banner .slick-next {
  background: url("https://www.nbgute.com/template/en/images/b-icon1.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 0;
}
#banner ul.slick-dots {
  position: absolute;
  left: 8%;
  bottom: 6%;
  width: 100%;
  text-align: left;
}
#banner ul.slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#banner ul.slick-dots li::after {
  display: none;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border: solid 3px #f35d2e;
  width: 12px;
  height: 12px;
  background: transparent;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  background-color: #fff;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li ul li ul li a{
  color: #999;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../image/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  z-index: 1;
}
#banner ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 31%;
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  width: 54%;
  display: inline-block;
  vertical-align: middle;
}
#banner ul li .text .left h3 {
  font-size: 65px;
    line-height: 1.4;
  font-family: 'PB';
  position: relative;
  z-index: 1;
}
#banner ul li .text .left h3::before {
  content: '';
  width: 48px;
  height: 50px;
  background-color: #f35d2e;
  position: absolute;
  top: -14px;
  left: -23px;
  z-index: -1;
}
#banner ul li .text .left p {
      font-size: 26px;
    line-height: 1.6;
  margin-top: 1.8rem;
}
#banner ul li .text .left .more {
  display: inline-block;
  width: 158px;
  height: 50px;
  background-color: #f35d2e;
  border: 1px solid #f35d2e;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin-top: 2.35rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
#banner ul li .text .left .more:last-child {
  margin-left: 14px;
  width: 191px;
  background: transparent;
  border: 1px solid #fff;
}
#banner ul li .text .left .more:last-child:hover {
  background: #f35d2e;
  border-color: #f35d2e;
}
#banner ul li .text .left .more:hover {
  background: #000;
}
#banner ul li .text .right {
  display: inline-block;
  vertical-align: middle;
  width: 45.5%;
  text-align: center;
}
#banner ul li .text .right img {
  display: inline-block;
}
#index-body .more {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body h3.title {
  font-size: 35px;
    line-height: 1.6;
}
#index-body h3.title em {
  color: #00359C;
  font-family: 'PB';
}
#index-body p.desc {
  font-size: 18px;
  line-height: 1.8;
  color: #010101;
}
#index-body .i-product {
  padding-top: 3.9rem;
}
#index-body .i-product ul {
  margin: 0 -2rem -1.95rem 0;
}
#index-body .i-product ul li {
  padding: 0 2rem 1.95rem 0;
}
#index-body .i-product ul li .card {
  position: relative;
}
#index-body .i-product ul li .card span::before,
#index-body .i-product ul li .card span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  transition: 0.3s;
}
#index-body .i-product ul li .card span::before {
  background: -moz-linear-gradient(left, #00359C 3%, #00359C 5%, rgba(252, 90, 10, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #00359C), color-stop(5%, #00359C), color-stop(100%, rgba(252, 90, 10, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00359C 3%, #00359C 5%, rgba(252, 90, 10, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00359C 3%, #00359C 5%, rgba(252, 90, 10, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00359C 3%, #00359C 5%, rgba(252, 90, 10, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00359C 3%, #00359C 5%, rgba(252, 90, 10, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00359C', endColorstr='#00fc5a0a', GradientType=1);
  /* IE6-9 */
  opacity: 0;
}
#index-body .i-product ul li .card .text {
  position: absolute;
  width: 60%;
  z-index: 1;
  color: #fff;
  left: 37px;
  bottom: 27px;
}
#index-body .i-product ul li .card .text h3 {
  font-size: 36px;
    line-height: 1.6;
  font-family: 'PB';
}
#index-body .i-product ul li .card .text p {
  font-size: 18px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .i-product ul li .card .icon {
  color: #fff;
  background: #00359C;
  bottom: 30px;
  display: inline-block;
  font-size: 35px;
  height: 0px;
  line-height: 70px;
  position: absolute;
  right: 32px;
  text-align: center;
  transition: all 0.25s ease 0s;
  width: 71px;
  z-index: 2;
}
#index-body .i-product ul li .card .icon a {
  display: block;
}
#index-body .i-product ul li .card .icon:hover {
  background: #000;
}
#index-body .i-product ul li:hover .card span::after {
  opacity: 0;
}
#index-body .i-product ul li:hover .card span::before {
  opacity: 1;
}
#index-body .i-product ul li:hover .card .icon {
  background: #000;
}
#index-body .customize {
  padding: 4.25rem 0 4.7rem;
}
#index-body .customize h3.title em {
  display: block;
}
#index-body .customize .con {
  margin-top: 1rem;
}
#index-body .customize .con .left,
#index-body .customize .con .right {
  font-size: 18px;
  line-height: 1.8;
}
#index-body .customize .con .left {
  padding-right: 1rem;
}
#index-body .customize .con .right {
  padding-left: 1rem;
}
#index-body .customize .more {
  display: inline-block;
  margin-top: 1.5rem;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  padding: 13px 26px;
}
#index-body .customize .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#index-body .customize .more:hover {
  background: #00359C;
}
#index-body .application {
  position: relative;
}
#index-body .application li {
  position: relative;
  text-align: center;
}
#index-body .application li img{
  display: inline-block;
}
#index-body .application .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.4rem 0;
}
#index-body .application .text .con {
  max-width: 789px;
  width: 100%;
  background: rgba(0, 53, 156, 0.8);
  color: #fff;
  padding: 4.6rem 2.45rem 5rem;
  position: relative;
}
#index-body .application .text .con .desc {
  width: 70%;
}
#index-body .application .text .con .desc h2 {
      font-size: 35px;
    line-height: 1.6;
  font-family: 'PB';
}
#index-body .application .text .con .desc p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 1rem;
}
#index-body .application .text .con .more {
  position: absolute;
  width: 89px;
  height: 89px;
  border: solid 3px #f4f4f4;
  right: 2.45rem;
  bottom: 2.3rem;
  color: #fff;
  text-align: center;
  line-height: 89px;
  font-size: 35px;
}
#index-body .application .text .con .more:hover {
  background: #000;
  border-color: #000;
}
#index-body .product {
  padding: 4.55rem 0 5rem;
  background-color: #f6f6f6;
}
#index-body .product .header {
  width: 40%;
}
#index-body .product .content {
  margin-top: 2.5rem;
}
#index-body .product .content ul {
  margin: 0 -3rem -2.4rem 0;
}
#index-body .product .content ul .slick-track {
  margin: 0;
}
#index-body .product .content ul li {
  padding: 0 3rem 2.4rem 0;
}
#index-body .product .content ul li .box {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
#index-body .product .content ul li .box i {
  position: absolute;
  z-index: 1;
  background: #00359C;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
#index-body .product .content ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .product .content ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .product .content ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .product .content ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .product .content ul li .box .img {
  width: 100%;
  background: #fff;
}
#index-body .product .content ul li .box .text {
  padding: 1.45rem 1.3rem 1.3rem;
}
#index-body .product .content ul li .box .text h4 {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'PB';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
#index-body .product .content ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .product .content ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
#index-body .product .content ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
#index-body .product .content ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .product .content ul li .box:hover .text h4 {
  color: #00359C;
}
#index-body .about .top {
  background: url(../image/a1.jpg) no-repeat center center;
  padding: 4.4rem;
  background-size: cover;
}
#index-body .about .top .text {
  background: rgba(0, 53, 156, 0.8);
  max-width: 789px;
  width: 100%;
  color: #fff;
  padding: 2.5rem 2.45rem 2.15rem;
  position: relative;
}
#index-body .about .top .text h3.title {
  font-family: 'PB';
}
#index-body .about .top .text .con {
  width: 90%;
}
#index-body .about .top .text .con p {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'PB';
  margin-top: 1.2rem;
}
#index-body .about .top .text .con .desc {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 7px;
  width: 90%;
}
#index-body .about .top .text .more {
  position: absolute;
  width: 89px;
  height: 89px;
  border: solid 3px #f4f4f4;
  right: 2.45rem;
  bottom: 2.35rem;
  color: #fff;
  text-align: center;
  line-height: 89px;
  font-size: 35px;
}
#index-body .about .top .text .more:hover {
  background: #000;
  border-color: #000;
}
#index-body .about .bottom ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#index-body .about .bottom li {
  text-align: center;
  color: #fff;
  background-color: #00359C;
  padding: 1.45rem 0;
}
#index-body .about .bottom li .header img {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .about .bottom li .header h4 {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 1rem;
  font-size: 2.25rem;
  font-family: 'PB';
  line-height: 1;
}
#index-body .about .bottom li .header h4 em {
  font-size: 2.25rem;
  font-family: 'PB';
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
#index-body .about .bottom li .header h4 sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.5rem;
  margin-bottom: 2px;
  line-height: 1.2;
}
#index-body .about .bottom li .header h4 sub i {
  font-size: 20px;
  vertical-align: top;
}
#index-body .about .bottom li p {
  font-size: 25px;
  font-family: 'PB';
  line-height: 1.4;
  margin-top: 13px;
}
#index-body .about .bottom li:nth-child(2) {
  background: #fff;
  color: #000;
}
#index-body .about .bottom li:nth-child(2) .header img {
  filter: brightness(0);
}



#index-body .about .bottom li:nth-child(3) {
  background: #fff;
  color: #000;
}
#index-body .about .bottom li:nth-child(3) .header img {
  filter: brightness(0);
}




#index-body .about .bottom li:last-child {
  background: #00359C;
}
#index-body .advantage {
  padding: 4.5rem 0 7.2rem;
  background: url(../image/adb.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .advantage .box {
  width: 62.7%;
}
#index-body .advantage .box .content {
  margin-top: 2.1rem;
}
#index-body .advantage .box .content ul {
  margin-right: -1.45rem;
}
#index-body .advantage .box .content ul .slick-track {
  margin: 0;
}
#index-body .advantage .box .content ul li {
  padding-right: 1.45rem;
}
#index-body .advantage .box .content ul li .card {
  background: #fff;
  padding: 1.55rem 14px 1.8rem;
  position: relative;
  z-index: 1;
}
#index-body .advantage .box .content ul li .card .img {
  width: 103px;
  height: 103px;
  background-color: #eeeef5;
  border-radius: 50%;
  text-align: center;
  line-height: 103px;
  margin: 0 auto;
}
#index-body .advantage .box .content ul li .card .img img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .advantage .box .content ul li .card .text {
  padding-top: 17px;
}
#index-body .advantage .box .content ul li .card .text h3 {
  text-align: center;
  font-size: 22px;
  font-family: 'PB';
  line-height: 1.6;
}
#index-body .advantage .box .content ul li .card .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 0.95rem;
}
#index-body .advantage .box .content ul li .card span {
  position: absolute;
  bottom: 0;
  right: 14px;
  font-size: 5.85rem;
  color: #f9f9f9;
  font-family: 'PB';
  line-height: 1;
  z-index: -1;
}
#index-body .advantage .box .content ul li .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 5px;
  background-color: #00359C;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .box .content ul li:hover .card::after {
  width: 100%;
  left: 0;
}
#index-body .advantage .box .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  text-align: center;
}
#index-body .advantage .box .content ul .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  padding: 0;
}
#index-body .advantage .box .content ul .slick-dots li::after {
  display: none;
}
#index-body .advantage .box .content ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .advantage .box .content ul .slick-dots li button {
  display: none;
}
#index-body .advantage .box .content ul .slick-dots li.slick-active {
  border: solid 3px #f35d2e;
  width: 12px;
  height: 12px;
  background: transparent;
}
.maps {
  position: relative;
}
.maps::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 37, 0.5);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border-top: 10px solid #00359C;
  overflow: hidden;
}
#footer .info ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: solid 1px #434343;
  padding: 0.9rem 2.7rem;
}
#footer .info ul li {
  color: #fff;
  border-right: 1px solid #434343;
  padding-left: 6.7rem;
}
#footer .info ul li .img {
  width: 80px;
  height: 80px;
  background-color: #00359C;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  vertical-align: middle;
}
#footer .info ul li .img img {
  display: inline-block;
  vertical-align: middle;
}
#footer .info ul li .text {
  display: inline-block;
  vertical-align: top;
  padding-left: 1.45rem;
  margin-top: 10px;
  width: 80%;
}
#footer .info ul li .text h3 {
  font-size: 22px;
  font-family: 'PB';
  line-height: 1.6;
}
#footer .info ul li .text p {
  font-size: 16px;
  line-height: 2;
  color: #8f8888;
  margin-top: 1rem;
}
#footer .info ul li:first-child {
  padding-left: 0;
  width: 25%;
}
#footer .info ul li:first-child .text {
  width: 74%;
}
#footer .info ul li:nth-child(2) {
  width: 37%;
}
#footer .info ul li:last-child {
  border-right: 0;
  width: 38%;
}
#footer .info ul li:last-child .text p {
  margin-top: 5px;
}
#footer .box {
  margin-top: 4.7rem;
}
#footer .box h3 {
  color: #fff;
  font-size: 22px;
  font-family: 'PB';
  line-height: 1.8;
}
#footer .box ul {
  margin-top: 1.25rem;
}
#footer .box ul li {
  font-size: 16px;
  color: #8f8888;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-left: 14px;
  position: relative;
}
#footer .box ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00359C;
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box ul li:hover {
  color: #00359C;
}
#footer .box .f-ab {
  padding-right: 3%;
}
#footer .box .f-ab p {
  font-size: 16px;
  line-height: 2;
  color: #8f8888;
  margin-top: 1rem;
}
#footer .box .f-ab .form {
  margin-top: 1.35rem;
  background-color: #fff;
  padding: 5px;
}
#footer .box .f-ab .form input[type="text"],
#footer .box .f-ab .form textarea {
  background: transparent;
  border: none;
  border-right: 1px solid #ddd;
  height: 33px;
  padding-left: 9px;
  font-size: 14px;
  color: #afafaf;
  width: 23%;
  margin: 5px 0;
}
#footer .box .f-ab .form input[type="text"]::placeholder,
#footer .box .f-ab .form textarea::placeholder {
  color: #afafaf;
}
#footer .box .f-ab .form input[type="text"]::-webkit-input-placeholder,
#footer .box .f-ab .form textarea::-webkit-input-placeholder {
  color: #afafaf;
}
#footer .box .f-ab .form textarea {
  width: 33%;
  border-right: 0;
  padding-top: 7px;
}
#footer .box .f-ab .form input[type="submit"] {
  border: none;
  height: 42px;
  background-color: #00359C;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'PB';
  width: 18%;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .f-ab .form input[type="submit"]:hover {
  background: #000;
}
#footer .box .f-ab .share {
  margin-top: .95rem;
}
#footer .box .f-ab .share dl dd {
  width: 40px;
  height: 40px;
  background-color: #00359C;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-right: 0.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .box .f-ab .share dl dd #ewm{
  position: absolute;
  right: -110px;
  top: 0;
  width: 100px;
  border: 4px solid #fff;
  display: none;
}
#footer .box .f-ab .share dl dd:last-child {
  margin-right: 0;
}
#footer .box .f-nav {
  padding-left: 4%;
}
#footer .box .f-news {
  padding-left: 6%;
}
#footer .box .f-news dl {
  margin-top: 1.8rem;
  margin-bottom: -0.7rem;
}
#footer .box .f-news dl dd {
  margin-bottom: 0.7rem;
}
#footer .box .f-news dl dd .img {
  vertical-align: middle;
  width: 40%;
}
#footer .box .f-news dl dd .text {
  vertical-align: middle;
  color: #fff;
  width: 60%;
  padding-left: 4%;
}
#footer .box .f-news dl dd .text h4 {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#footer .box .f-news dl dd .text time {
  display: block;
  font-size: 16px;
  color: #00359C;
  line-height: 2;
  font-style: italic;
  margin-top: 0.6rem;
}
#footer .f-copy {
  color: #7b7b7b;
  width: 100%;
  margin-top: 4.3rem;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
#footer .f-copy p {
  border-top: 1px solid #434343;
  padding: 2rem 0;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #7b7b7b;
}
#footer .f-copy svg text {
  fill: #7b7b7b;
}
#footer .f-copy svg:hover {
  fill: #00359C;
}
#footer .f-top {
  position: absolute;
  bottom: 10%;
  right: 2.5rem;
  cursor: pointer;
}
.inquiry {
  position: fixed;
  bottom: 15%;
  right: 2.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  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;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.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: #00359C;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .logo {
    margin-left: 0;
  }
  #banner ul li .text .left {
    width: 56%;
  }
  #banner ul li .text .right {
    width: 43%;
  }
  #banner ul li .text .left h3::before {
    left: -12px;
  }
  #index-body .application .text {
    padding: 2.5rem 0;
  }
  #index-body .application .text .con {
    padding: 3rem 2.45rem;
  }
  #footer .info ul li {
    padding-left: 3.7rem;
  }
  #footer .info ul li .text {
    width: 76%;
  }
}
@media screen and (max-width: 1440px) {
  #footer .info ul li:first-child .text {
    width: 70%;
  }
  #footer .box .f-ab {
    padding-right: 0%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:first-child a{
    padding-left: 1rem;
  }
  #header .nav .ui.menu .contact{
    padding: 0 10px;
    height: 79px;
    line-height: 79px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 0 1rem;
    height: 79px;
    line-height: 79px;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 14px;
  }
  #header .nav .ui.menu .contact{
    font-size: 14px;
    margin-left: 10px;
  }
  #banner ul li .text .left {
    width: 60%;
  }
  #banner ul li .text .right {
    width: 39%;
  }
  #index-body .application .text {
    padding: 1.5rem 0;
  }
  #index-body .product .header {
    width: 46%;
  }
  #index-body .about .bottom li p {
    font-size: 22px;
  }
  #footer .info ul li {
    padding-left: 2rem;
  }
  #footer .info ul li .text {
    width: 74%;
    padding-left: 1rem;
  }
  #footer .info ul {
    padding: 0.9rem 1.7rem;
  }
  #footer .info ul li:first-child {
    width: 27%;
  }
  #footer .info ul li:first-child .text {
    width: 68%;
  }
  #footer .info ul li:last-child {
    width: 36%;
  }
  #footer .box .f-news {
    padding-left: 2%;
  }
  #footer .box .f-news dl dd .text {
    padding-left: 10px;
  }
  #footer .box .f-ab .form input[type="text"],
  #footer .box .f-ab .form textarea {
    width: 49%;
  }
  #footer .box .f-ab .form textarea {
    width: 69%;
  }
  #footer .box .f-ab .form input[type="submit"] {
    width: 29%;
  }
  #footer .box .f-nav {
    padding-left: 12%;
  }
  .inquiry {
    right: 2rem;
  }
  #footer .f-top {
    right: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo{
    padding: 11px 16px;
  }
  #header .nav .ui.menu .btn {
    margin-left: 1rem;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 0;
  }
  #header .nav .ui.menu .contact {
    padding: 0 5px;
    margin-left: 0;
  }
  #banner ul li .text .left {
    width: 66%;
  }
  #banner ul li .text .right {
    width: 33%;
  }
  #index-body .i-product ul li .card .text h3 {
    font-size: 2rem;
  }
  #index-body .i-product ul li .card .text p {
    font-size: 16px;
  }
  #index-body .i-product ul li .card .text {
    width: 62%;
    left: 30px;
  }
  #index-body .application .text .con .desc h2 {
    font-size: 2.2rem;
  }
  #index-body .application .text .con .desc p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1rem;
}
  
  
  
  #index-body .product .header {
    width: 50%;
  }
  #index-body .about .bottom li p {
    font-size: 20px;
  }
  #footer .info ul li {
    padding-left: 1rem;
  }
  #footer .info ul li .img {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .inquiry {
    right: 0;
  }
  #footer .f-top {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
.knowledge{
  display: none !important;
}
  #header .h-top {
    display: none;
  }
  #header .nav {
    padding: 0 !important;
    background-color: #00359C;
    margin-top: 0;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    background: transparent;
    margin: 0 auto;
  }
  #header .nav .ui.menu .rights {
    display: none;
  }
  #header .nav .ui.menu .btn {
    display: none;
  }
  #mobile .menu-content .menu-logo {
    background: #00359C;
    padding: 10px;
    text-align: center;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 18%;
  }
  #banner ul li .text .left h3 {
    font-size: 3rem;
  }
  #banner ul li .text .left p {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 1rem;
  }
  #banner ul li .text .left .more {
    margin-top: 1.3rem;
  }
  #index-body .i-product ul li .card .text {
    bottom: 10px;
    left: 10px;
  }
  #index-body .i-product ul li .card .text h3 {
       font-size: 20px;
    line-height: 1.8;
  }
  #index-body .i-product ul li .card .text p {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-product ul li .card .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 15px;
  }
  #index-body .application li img {
    min-height: 280px;
    object-fit: cover;
  }
  #index-body .product .header {
    width: 76%;
  }
  #index-body .about .top .text .con .desc {
    font-size: 16px;
  }
  #index-body .about .top .text .more {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .about .bottom li p {
    font-size: 14px;
  }
  #index-body .advantage .box {
    width: 100%;
  }
  #footer .info ul {
    display: block;
  }
  #footer .info ul li {
    width: 50%;
    padding-left: 0;
  }
  #footer .info ul li:first-child {
    width: 50%;
  }
  #footer .info ul li:nth-child(2) {
    width: 50%;
  }
  #footer .info ul li:last-child {
    width: 100%;
    margin-top: 1.5rem;
  }
  #footer .box .f-ab .form input[type="text"],
  #footer .box .f-ab .form textarea {
    width: 100%;
  }
  #footer .box .f-ab .form input[type="submit"] {
    width: 32%;
  }
  #footer .box .f-news dl dd .text h4 {
    font-size: 14px;
  }
  #footer .box .f-news dl dd .text time {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 100%;
  }
  a.foot-link{
    display: none!important;
  }
  #footer .f-copy{
    text-align: center;
  }
  #banner ul li .text .left h3 {
    font-size: 30px;
  }
  #banner ul li .text .left h3::before {
    display: none;
  }
  #banner ul li .text .right {
    display: none;
  }
  #banner ul li .text .left .more {
    font-size: 14px;
    width: 115px;
    height: 40px;
    line-height: 40px;
  }
  #banner ul li .text .left .more:last-child {
    width: 140px;
  }
  #index-body .i-product ul li .card .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    right: 10px;
  }
  #index-body .i-product ul li .card .text {
    width: 80%;
  }
  #index-body .customize .con .left,
  #index-body .customize .con .right {
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
  #index-body .customize .con .left {
    padding-right: 0;
  }
  #index-body .customize .con .right {
    padding-left: 0;
  }
  #index-body h3.title {
    font-size: 26px;
  }
  #index-body .application {
 
  }
  #index-body .application .text {

  }
  #index-body p.desc {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .product .header {
    width: 100%;
  }
  #index-body .about .top {
    padding: 2rem 0;
  }
  #index-body .about .top .text {
    padding: 2rem 1rem;
  }
  #index-body .about .top .text .con {
    width: 100%;
  }
  #index-body .about .top .text .con p {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .about .top .text .con .desc {
    font-size: 14px;
    line-height: 2;
    width: 100%;
  }
  #index-body .about .top .text .more {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
  }
  #index-body .about .bottom {
    display: none;
  }
  #index-body .advantage .box .content ul .slick-dots {
    bottom: -8%;
  }
  #footer .info ul li:first-child,
  #footer .info ul li:nth-child(2),
  #footer .info ul li:last-child {
    width: 100%;
  }
  #footer .info ul li {
    border-right: 0;
    margin-bottom: 2rem;
  }
  #footer .info ul li .img {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #footer .info ul li .img img {
    width: 60%;
  }
  #footer .info ul li .text h3 {
    font-size: 16px;
    line-height: 2;
  }
  #footer .info ul li .text p {
    font-size: 14px;
  }
  #footer .info ul li:last-child {
    margin-top: 0;
  }
  #footer .box .f-nav {
    display: none;
  }
  #footer .box .f-ab,
  #footer .box .f-news {
    width: 100%;
  }
  #footer .box .f-news {
    padding-top: 2rem;
  }
  #footer .box .f-news dl dd .img {
    width: 100%;
  }
  #footer .box .f-news dl dd .img img {
    width: 100%;
  }
  #footer .box .f-news dl dd .text {
    width: 100%;
    padding: 1rem 0 0 0;
  }
  .inquiry {
    display: none;
  }
  #footer .f-top {
    position: relative;
    margin-left: 15px;
  }
}
.inner-banner {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1; margin-top:90px;
}
.inner-banner .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5px;
}
.inner-banner .box h2 {
  font-size: 36px;
    line-height: 1.6;
  font-family: 'PB';
}
.inner-banner .box h2 em {
  color: #00359C;
}
.inner-banner::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.about-page {
  padding-top: 4rem;
}
.about-page .about-1 .text {
  padding-right: 4rem;
  vertical-align: middle;
}
.about-page .about-1 .text h3 {
  /*font-size: 1.35rem;*/
  line-height: 1.3;
}
.about-page .about-1 .text .con {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-1 .text .con p:first-child {
  margin-bottom: 15px;
}
.about-page .about-1 .text dl {
  margin: 15px 0 1.5rem;
}
.about-page .about-1 .text dl dd i {
  display: inline-block;
  color: #00359C;
  font-size: 20px;
  margin-top: 5px;
}
.about-page .about-1 .text dl dd span {
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 16px;
  line-height: 2;
  width: 90%;
}
.about-page .about-1 .text .line-dec {
  position: relative;
  height: 1px;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-page .about-1 .text .line-dec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: #00359C;
}
.about-page .about-1 .text .about-bottom {
  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: 1.5rem 0;
}
.about-page .about-1 .text .about-bottom .image.about-signature {
  margin-right: 2rem;
  width: 80px;
}
.about-page .about-1 .text .about-bottom .about-name {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
.about-page .about-1 .text .about-bottom .about-rol {
  color: #555;
  font-size: 14px;
  line-height: 2;
}
.about-page .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.about-page .about-1 .img::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: 50%;
  bottom: 50%;
  z-index: 1;
  background: #00359C;
}
.about-page .about-1 .img img {
  position: relative;
  z-index: 10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .img .about-img-hotifer {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  padding: 30px 16px;
  z-index: 11;
  border-radius: 2px;
  text-align: left;
  background: #00359C;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 .img .about-img-hotifer::before {
  font-family: 'Nucleo';
  content: "\ea44";
  bottom: 15px;
  right: 20px;
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  font-size: 35px;
  font-weight: normal;
}
.about-page .about-1 .img .about-img-hotifer p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  text-align: left;
}
.about-page .about-1 .img .about-img-hotifer .icon {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 39px;
  height: 32px;
}
.about-page .about-1 .img .about-img-hotifer .icon svg {
  fill: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-1 .img:hover img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -moz-transform: scale(0.98);
}
.about-page .about-2 {
  background: url(../image/about-bg.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 6rem 0 3rem;
  color: #fff;
  margin-top: 4rem;
}
.about-page .about-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.about-page .about-2 .left {
  width: 50%;
  margin: 0 5% 0 auto;
}
.about-page .about-2 .left .play {
  display: inline-block;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.25rem;
  background: rgba(242, 97, 34, 0.8);
  position: relative;
  z-index: 1;
}
.about-page .about-2 .left .play i {
  font-size: 1.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.about-page .about-2 .left .play::before,
.about-page .about-2 .left .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(242, 97, 34, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-2 .left .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 .left .cont h6 {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-2 .left .cont h6::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #00359C;
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-2 .left .cont h4 {
  font-size: 26px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.about-page .about-2 .left .cont p {
  font-size: 16px;
  line-height: 2;
}
.about-page .about-3 {
  background: #f5f5f5;
  padding: 6rem 0;
}
.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #00359C;
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-3 .header h3 {
  font-size: 50px;
  font-family: 'PB';
  line-height: 1.1;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.about-page .about-3 .header h3 em {
  color: #00359C;
}
.about-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
  padding-right: 24px;
}
.about-page .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
}
.about-page .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  background: #00359C;
  padding: 10px;
}
.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
  color: #00359C;
  -webkit-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.about-page .about-4 {
  background: url(../image/about-bg1-1.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 6rem 0;
  color: #fff;
}
.about-page .about-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 ul li .item.text-center {
  text-align: center;
}
.about-page .about-4 ul li .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.about-page .about-4 ul li .item .icon span,
.about-page .about-4 ul li .item .icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 80px;
  border-radius: 50%;
  background: #00359C;
}
.about-page .about-4 ul li .item .icon .back {
  background: #fff;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  color: #00359C;
}
.about-page .about-4 ul li .item h3 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 36px;
    line-height: 1.6;
  font-family: 'PB';
}
.about-page .about-4 ul li .item h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.about-page .about-4 ul li .item h6 span {
  font-size: 14px;
  color: #00359C;
  margin-right: 10px;
}
.about-page .about-4 ul li .item:hover .icon .front {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .about-4 ul li .item:hover .icon .back {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .p11-team {
  padding: 4.5rem 0;
}
.about-page .p11-team .mml-row {
  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;
  padding: 0;
}
.about-page .p11-team .titles {
  max-width: 568px;
  width: 32%;
  margin: 0 4.5rem 0 10px;
}
.about-page .p11-team .titles h3.title {
 font-size: 30px;
    font-family: 'PB';
    line-height: 1.6;
}
.about-page .p11-team .titles .desc {
  margin-top: 20px;
}
.about-page .p11-team .titles .desc p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .p11-team .titles h3 {
  color: #292d31;
  margin-bottom: 20px;
}
.about-page .p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.about-page .p11-team .item-wrap .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: #00359C solid 3px;*/
}
.about-page .p11-team .item-wrap .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page #cta {
  position: relative;
}
.about-page #cta::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: '';
  display: block;
  background-color: #051026;
}
.about-page #cta .cta-content {
  width: 100%;
  /*max-width: 1760px;*/
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#00359C), to(#0042c3));
  background-image: -webkit-linear-gradient(left, #00359C 0%, #0042c3 100%);
  background-image: -moz-linear-gradient(left, #00359C 0%, #0042c3 100%);
  background-image: linear-gradient(90deg, #00359C 0%, #0042c3 100%);
}
.about-page #cta .cta-content .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 0;
}
.about-page #cta .cta-content .content-wrap h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.about-page #cta .cta-content .content-wrap .mml-text {
  max-width: 750px;
}
.about-page #cta .cta-content .content-wrap .btn {
  margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap .btn a {
  position: relative;
  display: inline-block;
  /* font-style: normal; */
  font-family: 'Humanist521BT-Bold';
  line-height: 1.6;
  font-size: 24px;
  text-align: center;
  padding: 16px 29px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid transparent;
}
.about-page #cta .cta-content .content-wrap .btn a.white {
  background-color: #fff;
  color: #00359C;
  font-family: 'PB';
}
.about-page #cta .cta-content .content-wrap .btn a.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .inner-banner .box{
    top: 40%;
  }
  .about-page .about-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .img {
    width: 100%;
    padding-top: 2rem;
  }
  .about-page .about-2 .left {
    margin: 0 20% 0 auto;
  }
  #cta h2 {
    font-size: 36px;
  }
  .about-page .about-3 .info ul li {
    width: 50%;
  }
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-4 ul li .item h6 {
    font-size: 16px;
  }
  .about-page .p11-team .mml-row {
    display: block;
  }
  .about-page .p11-team .mml-row .title {
    width: 100%;
    max-width: 100%;
  }
  .about-page .p11-team .mml-row .item-wrap {
    width: 100%;
    margin-top: 2rem;
  }
  .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box{
    top: 30%;
  }
  .inner-banner .box h2{
   font-size: 18px;
    line-height: 1.8;
  }
  .inner-banner .box .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner {
    height: auto;
    padding-top: 230px;
  }
  .about-page .about-1 .text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .inner-banner.single .box h2{
    display: none!important;
  }
  .about-page .about-2 {

  }
  .about-page .about-3 .info ul {
    margin-right: 0;
  }
  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 {

  }
  .about-page .p11-team .titles .desc p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .p11-team .titles{
    max-width: 100%;
    width: 100%;
  }
  #cta h2 {
    font-size: 30px;
    line-height: 1.5;
    max-width: unset;
  }
  #cta .content-wrap {
    padding: 50px 0;
  }
  .about-page #cta .cta-content .content-wrap p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page #cta .cta-content .content-wrap .btn a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
.gallery-page .tab {
  border-bottom: 1px solid #e1e1e1;
  font-size: 0;
  margin-bottom: 4.5rem;
}
.gallery-page .tab li {
  text-align: center;
  padding: 24px 0;
  border-left: 1px solid #e1e1e1;
  position: relative;
}
.gallery-page .tab li a {
  overflow: hidden;
  display: block;
}
.gallery-page .tab li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  transition: transform ease .4s;
  -ms-transition: transform ease .4s;
  -o-transition: transform ease .4s;
  -webkit-transition: transform ease .4s;
  -moz-transition: transform ease .4s;
  position: relative;
}
.gallery-page .tab li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00359C;
  transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 4.5rem;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 1.75rem;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;

}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 1rem;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: #00359C;
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: #00359C;
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #00359C;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: #00359C;
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 4.5rem 0;
}
.m-page {
  text-align: center;
  padding-top: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 36px;
  height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.m-page a:hover {
  color: #00359C;
}
.m-page a.page-num-current {
  background-color: #00359C;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.faq-page {
  padding: 6rem 0;
  background: #f5f5f5;
}
.faq-page .box ul {
  margin-right: -2rem;
}
.faq-page .box ul li {
  padding-right: 2rem;
  margin-bottom: 20px;
}
.faq-page .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page .box ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #00359C;
  padding: 9px 14px;
  color: #fff;
}
.faq-page .box ul li .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.faq-page .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page .box ul li.active .title {
  color: #fff;
  background: #00359C;
  border: 1px solid #00359C;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
  color: #fff;
}
.faq-page .box ul li.active .title::after {
  background: #fff;
  color: #00359C;
}
@media screen and (max-width: 1000px) {
  .faq-page .box ul {
    margin-right: 0;
  }
  .faq-page .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li .title::after {
    left: 10px;
  }
  .faq-page .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page .box ul li .accordion-info {
    padding: 20px 10px;
  }
}
.cus-page {
  padding-top: 6rem;
}
/*.cus-page .cus1{
  padding-bottom: 6rem;
}*/
.cus-page .cus1 h5 {
  font-size: 24px;
  font-family: 'PB';
  line-height: 1;
}
.cus-page .cus1 .con {
  font-size: 16px;
  color: #555;
  line-height: 2;
  margin-top: 15px;
}
.cus-page .cus1 .con p {
  margin-bottom: 15px;
}
.cus-page .cus1 .con p:last-child {
  margin-bottom: 30px;
}
.cus-page .cus1 ol.number {
  list-style: none;
  counter-reset: item;
  margin-bottom: 20px;
}
.cus-page .cus1 ol.number li {
  counter-increment: item;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2;
  color: #555;
  position: relative;
  padding-left: 40px;
}
.cus-page .cus1 ol.number li::before {
  margin-right: 10px;
  content: counter(item);
  background: #ed5521;
  border-radius: 0px;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  position: absolute;
  left: 0;
  top: 0;
}
.cus-page .cus1 .info ul {
  margin-right: -24px;
}
.cus-page .cus1 .info li {
  position: relative;
  padding: 20px 24px 0 0;
}
.cus-page .cus1 .info li .gallery-box {
  overflow: hidden;
  position: relative;
}
.cus-page .cus1 .info li .gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.cus-page .cus1 .info li .gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}
.cus-page .cus1 .info li .gallery-box .gallery-img::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img::after {
  background: rgba(0, 0, 0, 0.4);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img img {
  transform: scale(1.05);
}
.cus-page .cus2 {
  padding-top: 6rem;
}
.cus-page .cus2 .part1 .column {
  width: 70%;
  vertical-align: middle;
}
.cus-page .cus2 .part1 .column h2 {
  font-size: 1.5rem;
  font-weight: 800;
  /*font-style: italic;*/
  color: #1a1a1a;
}
.cus-page .cus2 .part1 .column p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
      color: #555;
    line-height: 1.7;
    margin-top: 15px;
}
.cus-page .cus2 .part1 .column:nth-child(1) {
  padding-right: 5%;
}
.cus-page .cus2 .part1 .column:nth-child(2) {
  width: 30%;
}
.cus-page .cus2 .part1 .column:nth-child(2) a.more {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00359C;
}
.cus-page .cus2 .part2 .process-list li {
  width: 32.5%;
  max-width: 405px;
  margin-top: 50px;
  float: left;
  padding: 10px;
}
.cus-page .cus2 .part2 .process-list li .des {
  background-color: #ffffff;
  color: #000;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
  border-radius: 0px 0px 4px 4px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 106px;
}
.cus-page .cus2 .part2 .process-list li .des .num {
  width: 43px;
  height: 43px;
  background-color: #00359C;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: -22.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.cus-page .cus2 .part2 .process-list li .des h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'PB';
}
.cus-page .cus3 {
  background: #f5f5f5;
  padding: 4.5rem 0 3.5rem;
}
.cus-page .cus3 .top {
  text-align: center;
}
.cus-page .cus3 .top h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  font-family: 'PB';
}
.cus-page .cus3 .top p {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  margin: 1.4rem auto 0;
}
.cus-page .cus3 .formBox {
  margin: 3rem 0 2rem;
}
.cus-page .cus3 .formBox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cus-page .cus3 .formBox form input[type="text"] {
  border: none;
  background: #f0f0f0;
  padding: 0 1rem;
  width: 24%;
  height: 55px;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.cus-page .cus3 .formBox form .f-submit {
  width: 100%;
  text-align: center;
  margin-top: 2.35rem;
}
.cus-page .cus3 .formBox form .f-submit .more {
  border: none;
  display: inline-block;
  padding: 0.9rem 2.85rem;
  background: #00359C;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'PB';
}
.cus-page .cus3 .formBox form .f-submit .more:hover {
  background: #000;
}
.cus-page .ser-2 {
    margin: 80px auto;
}
.cus-page .ser-2 .title {
    position: relative;
}
.cus-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #f5f5f5;
    opacity: 0.9;
}
.cus-page .ser-2 .title h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    color: #222c47;
    font-family: 'PB';
}
.cus-page .ser-2 .top .grid-box .text {
    font-size: 16px;
    color: #262e42;
    padding-right: 10px;
    margin: 0px 0 20px auto;
        line-height: 2;
}
.cus-page .ser-2 .top .grid-box .left .text {
    margin-left: 0;
}
.cus-page .ser-2 .bot {
    margin-right: -13%;
}
.cus-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.cus-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 214px;
}
.cus-page .ser-2 .bot ul li .ig::after {
    content: '1';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
    font-family: 'PB';
}
.cus-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #222c47;
}
.cus-page .ser-2 .bot ul li:nth-child(2) .ig::after {
    content: '2';
}
.cus-page .ser-2 .bot ul li:nth-child(3) .ig::after {
    content: '3';
}
.cus-page .ser-2 .bot ul li:nth-child(4) .ig::after {
    content: '4';
}
@media screen and (max-width: 1450px) {
.cus-page .ser-2 .bot {
    margin-right: -7%;
}
}
@media screen and (max-width: 1000px) {
  .cus-page .cus3 .formBox form input[type="text"] {
    width: 48%;
    margin-bottom: 15px;
  }
  .cus-page .cus3 .formBox form .f-submit {
    margin-top: 3rem;
  }
   .cus-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
  .cus-page .init-1 .column h2 {
    font-size: 20px;
  }
  .cus-page .init-1 .column p {
    font-size: 14px;
    margin: 10px 0;
  }
  .cus-page .init-2 h2,
  .cus-page .init-3 .part1 .column h2,
  .cus-page .init-4 .init-content h2 {
    font-size: 20px;
  }
  .cus-page .init-3 .part1 .column p {
    font-size: 14px;
  }
  .cus-page .init-3 .part1 .column:nth-child(2) a.more {
    font-size: 16px;
  }
  .cus-page .init-4 .init-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus1 ol.number {
    padding-left: 0;
  }
  .cus-page .cus2 .part1 .column:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .cus-page .cus2 .part1 .column h2 {
    font-size: 20px;
  }
  .cus-page .cus2 .part1 .column:nth-child(2) {
    width: 100%;
    padding-top: 2rem;
  }
  .cus-page .cus2 .part2 .process-list li {
    width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus3 .top h2 {
    font-size: 2rem;
  }
  .cus-page .cus3 .top p {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus3 .formBox form input[type="text"] {
    width: 100%;
  }
  .cus-page .ser-2 .title h3{
     font-size: 20px;
        line-height: 2;
  }
  .cus-page .ser-2 .bot{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 580px) {
  .cus-page .init-1 .column {
    width: 100%;
  }
  .cus-page .init-1 .column h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .cus-page .init-3 {
    padding: 20px;
  }
  .cus-page .init-3 .part2 .process-list li {
    width: 50%;
  }
  .cus-page .init-4 .init-content {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .cus-page .cus3 .formBox form input[type="text"] {
    height: 40px;
    font-size: 14px;
    line-height: 2;
  }
}
.production-sec .pur-sec {
  padding: 3rem 0;
}
.production-sec .pur-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 100%;
  max-width: 800px;
  padding-top: 90px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 60%;
  max-width: 760px;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #00359C;
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #00359C;
}
.production-sec .fig-sec .mml-row ul li p {
  font-family: 'PB';
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec {
  padding-bottom: 4rem;
}
.production-sec .prints-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 46%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-family: 'PB';
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-family: 'PB';
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 3.25rem 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00359C), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, #00359C 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, #00359C 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, #00359C 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00359C;
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}
.quality-sec {
  padding-top: 6rem;
}
.our-markets ul li {
  display: flex;
  align-items: center;
}
.our-markets ul li:not(:last-child) {
  margin-bottom: 60px;
}
.our-markets ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.our-markets ul li:nth-child(even) .img {
  text-align: right;
}
.our-markets ul li .img {
  width: 50%;
}
.our-markets ul li .mml-text {
  width: 50%;
  padding: 0 15px;
}
.our-markets ul li .mml-text h3 {
  font-family: 'PB';
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #00359C;
  margin-top: 10px;
  margin-bottom: 10px;
}
.our-markets ul li .mml-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #242424;
}
.qua-details {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #00359C 0%, #f35d2e 100%);
}
@media (max-width: 540px) {
  .qua-details {
    padding: 0px;
  }
}
.qua-details .container {
  padding: 60px 10px;
}
.qua-details .container h2 {
  text-align: center;
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0px;
}
.qua-details .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qua-details .container ul li {
  width: 24%;
  max-width: 280px;
  margin-top: 40px;
}
.qua-details .container ul li img {
  max-width: 100%;
}
.qua-details .container ul li h4 {
  font-family: 'PB';
  font-style: normal;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.qua-details .container ul li p {
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  /* width: 95%; */
  /* max-width: 260px; */
  line-height: 32px;
}
.proto-sec h2 {
  font-family: 'PB';
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.proto-sec ul li {
  font-size: 0;
  padding: 15px;
}
.p11-team {
  padding: 4.5rem 0;
}
.quality-sec .p11-team h4 {
  font-family: 'PB';
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.p11-team .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: #00359C solid 3px;*/
}
.p11-team .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
  .our-markets ul li {
    display: block;
  }
  .our-markets ul li .mml-text p {
    font-size: 14px;
  }
  .our-markets ul li .img {
    width: 100%;
    text-align: center !important;
  }
  .qua-details .container ul li h4 {
    font-size: 18px;
  }
  .qua-details .container ul li p {
    font-size: 14px;
  }
  .our-markets ul li .mml-text {
    width: 100%;
    padding: 30px 0;
  }
  .qua-details .container ul {
    flex-wrap: wrap;
  }
  .qua-details .container ul li {
    width: 100% !important;
    text-align: center !important;
    max-width: 330px !important;
  }
  .pd-110 {
    padding: 20px 0 !important;
  }
  .p11-team {
    padding: 30px 0;
  }
  .font-18 {
    font-size: 14px;
  }
}

.inner-page h3.title{
   font-size: 40px;
  line-height: 1.2;
  font-family: 'PB';
}
.inner-page h3.title em{
  color: #00359C;
}

.inner-page .sidebox {
  padding: 6rem 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00359C;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: 'PB';
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 0px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #00359C;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #00359C;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding-left: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #00359C;
  color: #fff;
  font-size: 18px;
  font-family: 'PB';
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  background: #f5f5f5;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 1.6rem 0.7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  font-family: 'PB';
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: 'PB';
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: 'PB';
  line-height: 2;
  padding: 0.8rem 1.2rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem 0.8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #00359C;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
  
  
   .inner-page .sidebox .sideleft {
    width: 100%;
  } 
  .inner-page .sidebox .sideleft {
    display: block;
}
  
}
.product-page {
  background: #f5f5f5;
}
.product-page .sideright .top {
  width: 100%;
  /*width: 45%;*/
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
     font-size: 26px;
    line-height: 1.6;
}
.product-page .sideright .top h3 em {
  color: #00359C;
  font-family: 'PB';
}
.product-page .sideright .top .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.product-page .sideright .list {
  margin-top: 2.5rem;
}
.product-page .sideright .list ul {
  margin: 0 -3rem -2.4rem 0;
}
.product-page .sideright .list ul li {
  padding: 0 3rem 2.4rem 0;
}
.product-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
.product-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: #00359C;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
}
.product-page .sideright .list ul li .box .text {
  padding: 1.45rem 1.3rem 1.3rem;
}
.product-page .sideright .list ul li .box .text h4 {
  font-size: 18px;
    line-height: 1.8;
  font-family: 'PB';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-page #index-body {
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .product-page .sideright .list ul li {
    width: 50%;
  }
  .product-page .sideright .top {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .top {
    width: 100%;
    display: none!important;
  }
  .product-page .sideright .top .desc {
   font-size: 14px;
    line-height: 2;
  }
  .product-page .sideright .list ul li {
    width: 100%;
  }
}
.prodet-page {
  background: #f5f5f5;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
  overflow: hidden;
  margin-top: 20px;
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
  border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -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 .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../image/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../image/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
  font-size: 28px;
    line-height: 1.6;
  font-weight: 700;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
  margin: 1.5rem 0;
  font-size: 16px;
  line-height: 2;
  max-height: 25em;
  overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #00359C;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #00359C;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  background: #00359C;
  color: white;
  padding: 0 35px;
  font-size: 20px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #00359C;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret ul li{
  display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
  background: #949494 !important;
  color: #fff;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-2 .ret form {
  margin-top: 50px;
  padding: 10px;
  background: #fff;
  box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
  margin-top: 10px;
  width: 48%;
  display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 5px;
  font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
  background: #00359C;
  color: #fff;
  transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
  background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
  padding: 5px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
  margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #00359C;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #00359C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #00359C;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #00359C;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #00359C;
}
@media screen and (max-width: 1400px) {
.prodet-page .product-box .prodet-1 .right .text {
  max-height: 12em;
}
}
@media screen and (max-width: 700px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  .prodet-page .product-box .prodet-1 .right .title {
    font-size: 24px;
    line-height: 1.8;
  }
}
.news-page {
  background: #f5f5f5;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -1rem;
}
.news-page .sideright .list ul li {
  padding-right: 1rem;
  margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #00359C;
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: #00359C;
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.news-page .sideright .list ul li .con i {
  color: #00359C;
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #00359C;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.newdet-page .section-title2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid #00359C;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 3rem;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #00359C;
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #00359C;
}
.newdet-page .n-content{
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #00359C;
}
.newdet-page .s_link {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #35b7a9;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #00359C;
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #00359C;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 2rem 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
.contact-page .contact-1 {
  padding: 6rem 0;
}
.contact-page .contact-1 .left {
  padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #00359C;
  color: #fff;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon span {
  background: #00359C;
  color: #fff;
  width: 100%;
  text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  margin-top: 7px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-1 .right {
  text-align: right;
  padding-left: 15%;
}
.contact-page .contact-1 .right .form-wrap {
  position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
  padding: 40px;
  background: #fff;
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  left: 120px;
  bottom: -20px;
  background: #00359C;
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
  content: '';
  width: 50%;
  position: absolute;
  top: -5%;
  bottom: 55%;
  left: -5%;
  background-image: url(../image/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
  color: #000;
  font-size: 24px;
  line-height: 1.6;
  font-family: 'PB';
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
  border-bottom-width: 1px;
  border-color: #00359C;
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 80px;
  background-color: #00359C;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
  background: #000;
}
.contact-page .contact-1 .map {
  margin-top: 4.5rem;
}
.contact-page .contact-2 {
  background: #f5f5f5;
  padding: 6rem 0;
}
.contact-page .contact-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
  color: #00359C;
}
.contact-page .contact-2 .content ul {
  margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
  padding-right: 2rem;
  margin-bottom: 20px;
  font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #00359C;
  padding: 9px 14px;
  color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
  color: #fff;
  background: #00359C;
  border: 1px solid #00359C;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
  color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
  background: #fff;
  color: #00359C;
}
@media screen and (max-width: 1366px) {
  .contact-page .contact-1 .right {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .right {
    padding-left: 4%;
  }
  .contact-page .contact-2 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .content ul li {
    width: 100%;
  }
}

.news-page.product #index-body .product .content ul li .box .text h4{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-page.product #index-body .product .content ul li .box .text p{
      overflow: unset;
    text-overflow: unset;
    display: inline-block;
}

.news-page.product #index-body .product{
      background-color: #fff;
      padding: 1.55rem 0 5rem;
}

.about-page.single,
.news-page.product.single #index-body .product{
  background-color: #f5f5f5;
}
.content{
  font-size: 16px;
    line-height: 2;
}
a.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.desc h1{
  display: inline;
}
.grid-box.three>.column.f-ab,
.grid-box.three>.column.f-news{
  width: 28%;
}

.grid-box.three>.column.f-nav{
  width: 28%;
}

.grid-box.three>.column.f-nav:last-child{ width:14%;}


.knowledge{
font-size: 16px;
line-height: 2;
margin-top: 15px;  
}


.weixin{ padding-top:20px;}

.weixin img{ margin-right:10px; width:120px;}