@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.eot') format('eot'), url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('../fonts/TitilliumWeb-Regular.woff') format('woff'), url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'SemiBold';
    src: url('../fonts/TitilliumWeb-SemiBold.eot') format('eot'), url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'), url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Bold';
    src: url('../fonts/TitilliumWeb-Bold.eot') format('eot'), url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('../fonts/TitilliumWeb-Bold.woff') format('woff'), url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'ExtraLight';
    src: url('../fonts/TitilliumWeb-ExtraLight.eot') format('eot'), url('../fonts/TitilliumWeb-ExtraLight.woff2') format('woff2'), url('../fonts/TitilliumWeb-ExtraLight.woff') format('woff'), url('../fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Light';
    src: url('../fonts/TitilliumWeb-Light.eot') format('eot'), url('../fonts/TitilliumWeb-Light.woff2') format('woff2'), url('../fonts/TitilliumWeb-Light.woff') format('woff'), url('../fonts/TitilliumWeb-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.woff2') format('woff2'), url('../fonts/Flaticon.woff') format('woff'), url('../fonts/Flaticon.ttf') format('truetype');
}
@font-face {
    font-family: 'VR';
    src: url('../fonts/Verdana.eot') format('eot'),url('../fonts/Verdana.woff2') format('woff2'),url('../fonts/Verdana.woff') format('woff'),url('../fonts/Verdana.ttf') format('truetype');
}

@font-face {
    font-family: 'VB';
    src: url('../fonts/Verdana-Bold.eot') format('eot'),url('../fonts/Verdana-Bold.woff2') format('woff2'),url('../fonts/Verdana-Bold.woff') format('woff'),url('../fonts/Verdana-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Black';
  src: url('../fonts/TitilliumWeb-Black.eot') format('eot'), url('../fonts/TitilliumWeb-Black.woff2') format('woff2'), url('../fonts/TitilliumWeb-Black.woff') format('woff'), url('../fonts/TitilliumWeb-Black.ttf') format('truetype');
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'VR';
}
.ui.container,
.containerBox{
    padding: 0 15px;
    position: relative;
    width: 1386px;
    display:block;
    margin:0 auto;
}
.containerBox {
    max-width:100%;
}
.shangyige {
    font-size:20px;
    color: #1b262c;
}
#header .nav .ui.menu #menu-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 30px;
    margin-right: 2%;
}
#header .nav .ui.menu #menu-btn i {
    width: 30px;
    height: 3px;
    background: white;
    display: block;
    position: relative;
    -webkit-animation: wd 1.5s linear infinite;
    -o-animation: wd 1.5s linear infinite;
    -ms-animation: wd 1.5s linear infinite;
    -moz-animation: wd 1.5s linear infinite;
    animation: wd 1.5s linear infinite;
}
#header .nav .ui.menu #menu-btn i.ie1 {
    top: -6px;
}
#header .nav .ui.menu #menu-btn i.ie2 {
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}
#header .nav .ui.menu #menu-btn i.ie3 {
    top: 6px;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
#header.active {
    padding: 10px 0;
    background: #222;
    top: 0;
}
@-webkit-keyframes wd {
    0% {
        width: 15px;
    }
    20% {
        width: 30px;
    }
    40% {
        width: 15px;
    }
    60% {
        width: 30px;
    }
    to {
        width: 15px;
    }
}
@-o-keyframes wd {
    0% {
        width: 15px;
    }
    20% {
        width: 30px;
    }
    40% {
        width: 15px;
    }
    60% {
        width: 30px;
    }
    to {
        width: 15px;
    }
}
@-moz-keyframes wd {
    0% {
        width: 15px;
    }
    20% {
        width: 30px;
    }
    40% {
        width: 15px;
    }
    60% {
        width: 30px;
    }
    to {
        width: 15px;
    }
}
@keyframes wd {
    0% {
        width: 15px;
    }
    20% {
        width: 30px;
    }
    40% {
        width: 15px;
    }
    60% {
        width: 30px;
    }
    to {
        width: 15px;
    }
}
#header {
  z-index: 20;
  position: relative;
}
#header .ui.container {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
#header .h-top {
  padding: 1.15rem 0 1rem 0;
}
#header .h-top .ui.menu {
  display: flex;
  align-items: center;
}
#header .h-top .ui.menu .logo {
  margin: 0 auto 0 0;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .info {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .info ul li {
  display: inline-block;
  margin-right: 2.1rem;
}
#header .h-top .ui.menu .info ul li img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .info ul li span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #212121;
  line-height: 1.2;
  padding-left: 10px;
}
#header .h-top .ui.menu .info ul li:last-child {
  margin-right: 0;
}
#header .h-top .ui.menu .share {
  margin-left: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
}
#header .h-top .ui.menu .share ul li {
  display: inline-block;
  margin-right: 0.7rem;
}
#header .h-top .ui.menu .share ul li:last-child {
  margin-right: 0;
}
#header .nav {
  background-color: #019ee2;
  border-radius: 10px;
  margin-bottom: -1.5rem;
  height: 63px;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  width: 100%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 4.7rem 0 0;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#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;
  padding: 15px 0;
}
#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;
  font-size: 15px;
  background: #fff;
  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 #55aefb;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 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 a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li: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: #fff;
  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 #55aefb;
  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: 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 a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  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: #fff;
  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 #55aefb;
  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: #222;
  color: white;
  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: #fff;
  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 #55aefb;
  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: #222;
  color: white;
  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: #fff;
  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 #55aefb;
  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: #222;
  color: white;
  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: #fff;
  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 #55aefb;
  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: #222;
  color: white;
  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: #fff;
  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 #55aefb;
  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: #222;
  color: white;
  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;
  margin-right: 0;
  cursor: pointer;
  height: 63px;
  line-height: 63px;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 1.55rem;
}
#header .nav .ui.menu .h-search img {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-search span {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form input {
  display: inline-block;
  font-size: 14px;
  width: 77px;
  height: 28px;
  line-height: 28px;
  border: none;
  border-radius: 28px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 35px 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search form input:focus {
  width: 200px;
}
#header .nav .ui.menu .h-search form button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 18px;
  border: none;
  color: #fff;
  background-color: transparent;
}
#header .nav .ui.menu .language {
  padding: 0 1.9rem 0 1.95rem;
  background: rgba(255, 255, 255, 0.2);
  height: 63px;
  line-height: 63px;
  position: relative;
  color: #fff;
}
#header .nav .ui.menu .language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .language span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#header .nav .ui.menu .language ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 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 #019ee2;
  display: none \9;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: #000;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.headers {
  z-index: 20;
  position: relative;
}
.headers .ui.container {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.headers .h-top {
  padding: 1.15rem 2.6rem 2.5rem 2.2rem;
  background-color: #008cc9;
}
.headers .h-top .ui.menu {
  display: flex;
  align-items: center;
}
.headers .h-top .ui.menu .logo {
  margin: 0 auto 0 0;
  display: inline-block;
  vertical-align: middle;
}
.headers .h-top .ui.menu .info {
  display: inline-block;
  vertical-align: middle;
}
.headers .h-top .ui.menu .info ul li {
  display: inline-block;
  margin-right: 2.1rem;
}
.headers .h-top .ui.menu .info ul li img {
  display: inline-block;
  vertical-align: middle;
}
.headers .h-top .ui.menu .info ul li span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.2;
  padding-left: 10px;
}
.headers .h-top .ui.menu .info ul li:last-child {
  margin-right: 0;
}
.headers .h-top .ui.menu .share {
  margin-left: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
}
.headers .h-top .ui.menu .share ul li {
  display: inline-block;
  margin-right: 0.7rem;
}
.headers .h-top .ui.menu .share ul li:last-child {
  margin-right: 0;
}
.headers .nav .ui.menu .language {
  padding: 0 1.9rem 0 1.95rem;
  height: 63px;
  line-height: 63px;
  position: relative;
}
.headers .nav .ui.menu .language img {
   display: inline-block;
  vertical-align: middle;
}
.headers .nav .ui.menu .language .i1{
  filter: brightness(0);
}
.headers .nav .ui.menu .language span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.headers .nav .ui.menu .language ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 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 #019ee2;
  display: none \9;
}
.headers .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: #000;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.headers .nav .ui.menu .language ul li a {
  display: block;
}
.headers .nav .ui.menu .language ul li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
.headers .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
.headers .nav .ui.menu .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.headers .nav {
  background-color: #fff;
  border-radius: 10px;
  /*margin-bottom: -1.5rem;*/
  height: 63px;
  position: absolute;
  width: 100%;
  bottom: -1rem;
}
.headers .nav .ui.menu {
  display: flex;
  align-items: center;
  width: 100%;
}
.headers .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  display: none;
}
.headers .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}
.headers .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 4.7rem 0 0;
  font-size: 18px;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.headers .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;
}
.headers .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
.headers .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;
  font-size: 15px;
  background: #fff;
  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 #55aefb;
  display: none \9;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  color: #000;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a{
color: #fff;
}
.headers .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;
}
.headers .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}

.headers .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: #fff;
  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 #55aefb;
  display: none \9;
}
.headers .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: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a{
    color: #fff;
}
.headers .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;
}
.headers .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: #fff;
  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 #55aefb;
  display: none \9;
}
.headers .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;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
.headers .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover a{
    color: #fff;
}
.headers .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;
}

.headers .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: #fff;
  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 #55aefb;
  display: none \9;
}
.headers .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;
}
.headers .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;
   color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.headers .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: #222;
  color: white;
  width: 100%;
}
.headers .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 a{
    color: #fff;
}
.headers .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;
}

.headers .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: #fff;
  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 #55aefb;
  display: none \9;
}
.headers .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;
}
.headers .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;
   color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.headers .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: #222;
  color: white;
  width: 100%;
}
.headers .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 a{
    color: #fff;
}
.headers .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;
}

.headers .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: #fff;
  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 #55aefb;
  display: none \9;
}
.headers .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;
}
.headers .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;
   color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.headers .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: #222;
  color: white;
  width: 100%;
}
.headers .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 a{
  color: #fff;
}
.headers .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;
}

.headers .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: #fff;
  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 #55aefb;
  display: none \9;
}
.headers .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;
}
.headers .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;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.headers .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: #222;
  color: white;
  width: 100%;
}
.headers .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 a{
    color: #fff;
}
.headers .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;
}

.headers .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  cursor: pointer;
  height: 63px;
  line-height: 63px;
}
.headers .nav .ui.menu .h-search img {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.headers .nav .ui.menu .h-search span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.headers .nav .ui.menu .h-search form {
  position: relative;
}
.headers .nav .ui.menu .h-search form input {
  display: inline-block;
  font-size: 14px;
  width: 77px;
  height: 28px;
  line-height: 28px;
  border: none;
  border-radius: 28px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 35px 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.headers .nav .ui.menu .h-search form input:focus {
  width: 200px;
}
.headers .nav .ui.menu .h-search form button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 18px;
  border: none;
  color: #fff;
  background-color: transparent;
}
.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
.search-box form input {
    background: none;
    outline: none;
    border: none;
}
.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
.search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#header .nav .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
#header .nav .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
#header .nav .search-box form input {
    background: none;
    outline: none;
    border: none;
}
#header .nav .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#header .nav .search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
.amap-logo,
.amap-copyright {
    z-index: 1;
}
.button-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    padding: 10px;
}
.button-group .button {
    height: 28px;
    line-height: 28px;
    background-color: #0D9BF2;
    color: #FFF;
    border: 0;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
.layui-layer-dialog .layui-layer-content {
    word-break: break-word !important;
}

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 #dfdfdf;
  width: auto !important;
  height: auto !important;
  line-height: 2;
}
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;
}
#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #000;
    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;
    background-color: #0a101d;
}
#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}
#mobile .menu-content .menu-list {
    margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
    color: #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("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -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;
}
#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;
}
#m-header {
    position: relative;
    display: none;
    z-index: 21;
    margin-top: 60px;
}
#m-header .m-box {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    padding: 0 15px;
}
#m-header .m-box .m-menu {
    display: inline-block;
    width: 33.3333333%;
    vertical-align: middle;
    margin-right: auto;
}
#m-header .m-box .m-menu .BtnMenu {
    font-size: 26px;
    vertical-align: middle;
    color: #333;
}
#m-header .m-box .m-menu .m-content {
    display: none;
    position: absolute;
    left: 0;
    top: 59px;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    background-color: #fff;
    overflow-y: auto;
    max-height: 600px;
    max-height: 100vh;
    padding-bottom: 60px;
}
#m-header .m-box .m-menu .m-content .m-search {
    position: relative;
    padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-search form {
    position: relative;
}
#m-header .m-box .m-menu .m-content .m-search form input {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 7px 30px 7px 10px;
}
#m-header .m-box .m-menu .m-content .m-search form input:focus {
    border-color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-search form button {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}
#m-header .m-box .m-menu .m-content .m-list ul {
    height: auto;
}
#m-header .m-box .m-menu .m-content .m-list ul li {
    position: relative;
    border-bottom: solid 1px #f3f3f3;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link {
    position: relative;
    padding: 0 50px 0 30px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link a {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link i.Expandmenu {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    width: 30px;
    text-align: center;
    color: #333;
    padding: 10px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link.active i.Expandmenu {
    -webkit-transform: translateY(-50%) rotateZ(-180deg);
    -moz-transform: translateY(-50%) rotateZ(-180deg);
    -ms-transform: translateY(-50%) rotateZ(-180deg);
    -o-transform: translateY(-50%) rotateZ(-180deg);
    transform: translateY(-50%) rotateZ(-180deg);
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list {
    display: none;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li {
    border-bottom: none;
    padding: 0 20px 0 40px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a {
    display: block;
    padding: 8px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a:hover {
    color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li:hover {
    background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-list ul li:hover .link,
#m-header .m-box .m-menu .m-content .m-list ul li:focus .link,
#m-header .m-box .m-menu .m-content .m-list ul li:active .link {
    background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-language {
    text-align: center;
    padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-language a {
    display: inline-block;
    text-align: center;
    padding: 10px;
}
#m-header .m-box .m-menu .m-content .m-language a img {
    height: 25px;
}
#m-header .m-box .m-menu .m-content .m-language a p {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}
#m-header .m-box .m-menu .m-content .m-contact {
    font-size: 14px;
    text-align: center;
    color: #777;
    padding: 20px;
    padding-top: 0;
}
#m-header .m-box .m-logo {
    display: inline-block;
    text-align: center;
    width: 33.3333333%;
    vertical-align: middle;
    margin: auto;
}
#m-header .m-box .m-logo img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}
#m-header .m-box .m-login {
    display: inline-block;
    width: 33.3333333%;
    vertical-align: middle;
    text-align: right;
    margin-left: auto;
    font-size: 14px;
}
#m-header .m-box .m-login a:hover {
    color: #0D9BF2;
}
#banner {
  overflow: hidden;
  position: relative;
}
/*#banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
}*/
#banner .ui.container {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
#banner li{
    position: relative;
}
#banner .banner-text {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 0;
  color: #fff;
  width: 100%;
}
#banner .banner-text .banner-text-header h3 {
  font-size: 2.35rem;
  font-family: 'Bold';
  line-height: 2;
}
#banner .banner-text .banner-text-header h4 {
  font-size: 4.5rem;
  font-family: 'Bold';
  line-height: 1;
  margin-top: 6px;
}
#banner .banner-text .banner-text-header h4 a {
  color: #019ee2;
}
#banner .banner-text .banner-text-header .list {
  margin-top: 1.75rem;
}
#banner .banner-text .banner-text-header .list p {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Titillium Web';
}
#banner .banner-text .banner-text-anniu {
  margin-top: 41px;
}
#banner .banner-text .banner-text-anniu button {
  width: 178px;
  height: 52px;
 background-image: linear-gradient(90deg, #d80228 0%, #f11c4d 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border: none;
  border-radius: 3px;
  font-size: 20px;
  font-family: 'Titillium Web';
  transition: .5s;
}
#banner .banner-text .banner-text-anniu button:hover {
  background-image: linear-gradient(90deg, #0297d8 100%, #64cdfa 0%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}
#banner ul.slick-dots {
  position: absolute;
  left: 12.6%;
  bottom: 4%;
  z-index: 10;
}
#banner ul.slick-dots li {
  /*width: 35px;
  height: 2px;*/
  padding: 50px 5px;
  display: inline-block;
  background-color: rgba(255,255,255,0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
}
#banner ul.slick-dots li::after{
    content: '';
    width: 35px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}
#banner ul.slick-dots li button {
  display: none;
}
/*#banner ul.slick-dots li.slick-active {
  width: 60px;
  height: 2px;
  background-color: #019ee2;
}*/
#banner ul.slick-dots li.slick-active::after{
    width: 60px;
  height: 2px;
  background-color: #019ee2;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}

@keyframes scale_hx {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@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;
  }
}

#index-body {
    background-color: #fff;
}
#index-body .product {
  padding: 3.9rem 0 0;
}
#index-body .product .product-list-box {
    width: 100vw;
    margin-top: 5rem;
}
#index-body .product .product-list-box .product-list-box-header {
    text-align: center;
}
#index-body .product .product-list-box .product-list-box-header span {
    font-size: 22px;
    color: #019ee2;
    font-family: 300;
}
#index-body .product .product-list-box .product-list-box-header h2 {
    font-size: 47px;
    color: #2c2c2c;
    font-family: 'Bold';
}
#index-body .product .product-list-box .grid-box.four > .column:nth-child(1) {
    width: 453px;
}
#index-body .product .product-list-box .grid-box.four > .column:nth-child(2) {
    width: 560px;
    margin-left: -4px;
}
#index-body .product .product-list-box .grid-box.four > .column:nth-child(3) {
    width: 453px;
    margin-left: -4px;
}
#index-body .product .product-list-box .grid-box.four > .column:nth-child(4) {
    width: 453px;
    margin-left: -4px;
}
#index-body .product .product-list-box .product-list-box-content {
    margin-top: 58px;
}
#index-body .product .product-list-box .product-list-box-content .mb {
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .product .product-list-box .product-list-box-content .mb .mb-info {
    text-align: center;
    color: #fff;
}
#index-body .product .product-list-box .product-list-box-content .mb .mb-info i {
    font-size: 25px;
}
#index-body .product .product-list-box .product-list-box-content .mb .mb-info h6 {
    font-size: 50px;
    font-family: 'Bold';
    /*width: 133px;*/
    margin: 30px auto;
    line-height: 2;
    opacity: 0.9;
}
#index-body .product .product-list-box .product-list-box-content .mb .mb-info1 h1 {
    font-size: 50px;
    font-family: 'Bold';
    margin: 30px auto;
    line-height: 50px;
    width: 100%;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img {
    height: 689px;
    background: url(../images/popular-img.jpg) no-repeat;
    background-position: 64% 70%;
    position: relative;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img p {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Bold';
    position: absolute;
    bottom: 23px;
    right: 46px;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img:hover::after {
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img:hover .mb {
    top: 50%;
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img:hover p {
    display: none;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1 {
    height: 342px;
    background: url(../images/popular-img1.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1 p {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Bold';
    position: absolute;
    bottom: 23px;
    right: 46px;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1:after {
    content: '';
    background-color: rgb(1 158 226 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1:hover::after {
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1:hover .mb {
    top: 50%;
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1:hover p {
    display: none;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2 {
    height: 348px;
    background: url(../images/popular-img2.png) no-repeat;
    background-position: 287% 100%;
    background-size: 100%;
    position: relative;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2 p {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Bold';
    position: absolute;
    bottom: 23px;
    right: 46px;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2:after {
    content: '';
    background-color: rgb(4 159 226 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2:hover::after {
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2:hover .mb {
    top: 50%;
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2:hover p {
    display: none;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 {
    height: 689px;
    background: url(../images/popular-img3.jpeg) no-repeat;
    background-position: 29% 41%;
    position: relative;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 p {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Bold';
    position: absolute;
    bottom: 23px;
    right: 46px;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2:hover::after {
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2:hover .mb {
    top: 50%;
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2:hover p {
    display: none;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3 {
    height: 689px;
    background: url(../images/popular-img4.jpg) no-repeat;
    background-position: center;
    background-position: 50% 41%;
    position: relative;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3 p {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Bold';
    position: absolute;
    bottom: 23px;
    right: 46px;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3:after {
    content: '';
    background-color: rgb(1 158 226 / 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3:hover::after {
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3:hover .mb {
    top: 50%;
    opacity: 1;
}
#index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3:hover p {
    display: none;
}
/*#index-body .product .product-list-box-other {
    margin-top: 108px;
}*/
#index-body .product .product-list-box-other .product-list-box-other-title {
    text-align: center;
    font-size: 47px;
    color: #1b262c;
    font-family: 'Bold';
}
#index-body .product .product-list-box-other .product-list-box-other-all {
    margin-top: 64px;
}
#index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-arrow {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #dcdcdc;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    color: #dcdcdc;
    margin: 124px auto 0 auto;
    cursor: pointer;
    transition: .5s;
}
#index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-arrow:hover {
    color: #019ee2;
    border: 2px solid #019ee2;
}
#index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img {
    width: 86%;
    margin: 0 50px 0 40px;
    overflow: hidden;
}
#index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img .product-other-all-imgs .other-all-imgs-box {
    /*width: 240px;*/
    text-align: center;
}
#index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img .product-other-all-imgs .other-all-imgs-box .other-all-imgs-box-show {
    /*height: 284px;*/
    background-color: #fff;
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 5px;
    /*line-height: 284px;*/
}
#index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img .product-other-all-imgs .other-all-imgs-box .other-all-imgs-box-show img {
    vertical-align: middle;
}
#index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img .product-other-all-imgs .other-all-imgs-box .other-all-imgs-box-text {
    font-size: 18px;
    color: #242424;
    margin-top: 19px;
    font-family: 'Titillium Web';
    text-transform: capitalize;
    line-height: 2;
}
#index-body .about {
  background: #fff;
  padding: 9.4rem 0 6.35rem;
}
#index-body .about .ui.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
#index-body .about .left {
  padding: 9px 4rem 0 4.5rem;
  width: 58%;
}
#index-body .about .left h3 {
  font-size: 3.6rem;
  font-family: 'Bold';
  line-height: 1;
  color: #119fdd;
}
#index-body .about .left h3 em {
  display: block;
  font-size: 4rem;
  line-height: 1;
  font-family: 'Black';
}
.ferh {
  font-size: 1.8rem;
  color: #191919;
  font-family: 'SemiBold';
  line-height: 1;
  margin-top: 1.85rem;
}
#index-body .about .left p {
  font-size: 16px;
  font-family: 'Titillium Web';
  line-height: 2;
  color: #191919;
  margin-top: 1.3rem;
}
.fhuwip {
  font-size: 16px;
  font-family: 'Titillium Web';
  line-height: 2;
  color: #191919;
  margin-top: 1.3rem;
}
.fhuwip h1 {
    display: inline;
}
#index-body .about .left .data {
  margin-top: 3rem;
}
#index-body .about .left .data li {
  text-align: center;
}
#index-body .about .left .data li h5 {
  font-size: 2.25rem;
  line-height: 1;
  color: #019ee2;
  font-family: 'Bold';
  display: contents;
}
#index-body .about .left .data li h5 sub {
  font-size: 18px;
  color: #bcbcbc;
  font-family: 'SemiBold';
}
#index-body .about .left .data li p {
  font-size: 20px;
  color: #242424;
  line-height: 1;
  font-family: 'SemiBold';
}
#index-body .about .left .data li:first-child {
  text-align: left;
}
#index-body .about .left .data li:first-child p {
  padding-left: 0.7rem;
}
#index-body .about .right {
  width: 42%;
  position: relative;
  cursor: pointer;
}
#index-body .about .right .play {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#index-body .about .right .play .plays {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#index-body .about .right .play .plays::before,
#index-body .about .right .play .plays::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 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;
}
#index-body .about .right .play .plays::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .right .play h3 {
  font-size: 1.65rem;
  line-height: 1;
  font-family: 'Bold';
  margin-top: 2rem;
  color: #fff;
}
#index-body .about .right .play p {
  font-size: 20px;
  font-family: 'Titillium Web';
  color: #fff;
  line-height: 1;
  margin-top: 0.8rem;
}
#index-body .content-all {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ffffff;
}
#index-body .content-all .logo-slick {
    /*height: 140px;*/
    background-color: #f8f8f8;
    /*margin-top: 143px;*/
    padding: 2rem 0;
    /*line-height: 140px;*/
}
#index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-arrow {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #dcdcdc;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    color: #dcdcdc;
    margin: 52px auto;
    cursor: pointer;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
}
#index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-arrow:hover {
    color: #019ee2;
    border: 2px solid #019ee2;
}
#index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-img {
    width: 84%;
    margin: 0 40px 0 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
#index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-img .logo-slick-all-imgs .logo-slick-all-imgs-box {
    line-height: 143px;
}
#index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-img .logo-slick-all-imgs .logo-slick-all-imgs-box .logo-all-imgs-box-show {
    text-align: center;
}
#index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-img .logo-slick-all-imgs .logo-slick-all-imgs-box .logo-all-imgs-box-show img {
    vertical-align: middle;
}
#index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-img .logo-slick-all-imgs .logo-slick-all-imgs-box .logo-all-imgs-box-show span {
    display: inline-block;
    width: 1px;
    height: 18px;
    border: solid 1px #b1b1b1;
    vertical-align: middle;
    margin-left: 20px;
}
#index-body .advantage {
  background-color: #fff;
      padding: 5rem 0;
}
#index-body .advantage .header {
  text-align: center;
}
#index-body .advantage .header h3 {
  font-size: 2.35rem;
  color: #1b262c;
  line-height: 1;
  font-family: 'Bold';
}
#index-body .advantage .header p {
  font-size: 16px;
  color: #1b262c;
  font-family: 'Titillium Web';
  line-height: 2;
  margin: 2rem auto 0;
  width: 52%;
}
#index-body .advantage .content {
  margin-top: 2.35rem;
}
#index-body .advantage .content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#index-body .advantage .content li {
  border-radius: 10px;
  padding: 1.95rem 2rem 1.6rem 1.75rem;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content li .img {
  height: 75px;
}
#index-body .advantage .content li .text {
  margin-top: 2.15rem;
}
#index-body .advantage .content li .text h3 {
  font-size: 24px;
  color: #019ee2;
  line-height: 2;
  font-family: 'Bold';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 50px;
}
#index-body .advantage .content li .text p {
  font-size: 16px;
  line-height: 2;
  color: #1b262c;
  margin-top: 3.0rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content li:hover {
  background-color: #0881ca;
}
#index-body .advantage .content li:hover .img img {
  filter: brightness(100);
}
#index-body .advantage .content li:hover .text h3 {
  color: #fff;
}
#index-body .advantage .content li:hover .text p {
  color: #fff;
}
#index-body .news {
  padding-bottom: 39px;
  background-color: #f8f8f8;
}
#index-body .news .news-box {
  padding-top: 3.8rem;
}
#index-body .news .news-box .news-box-target {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #019ee2;
  text-align: center;
  font-family: 'Bold';
}
#index-body .news .news-box .news-box-title {
  font-size: 47px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1b262c;
  margin-top: 25px;
  text-align: center;
  font-family: 'Bold';
}
#index-body .news .news-box .news-box-info {
  margin-top: 71px;
}
#index-body .news .news-box .news-box-info .news-box-info-large .news-box-info-larges .new-box-info-img {
  text-align: center;
}
#index-body .news .news-box .news-box-info .news-box-info-text {
  height: 111px;
  background-color: #424242;
  margin: auto;
  color: #fff;
  margin-top: -10%;
    position: relative;
}
#index-body .news .news-box .news-box-info .news-box-info-text .text-title {
  font-size: 20px;
  padding-top: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 81px;
  font-family: 'Bold';
}
#index-body .news .news-box .news-box-info .news-box-info-text .text-box {
  margin-top: 18px;
  overflow: hidden;
}
#index-body .news .news-box .news-box-info .news-box-info-text .text-box .date {
  float: left;
  margin-left: 81px;
  font-size: 17px;
  font-family: 'Titillium Web';
}
#index-body .news .news-box .news-box-info .news-box-info-text .text-box .text-more {
  float: right;
  font-size: 17px;
  text-decoration: underline;
  margin-right: 50px;
  transition: .5s;
  font-family: 'ExtraLight';
}
#index-body .news .news-box .news-box-info .news-box-info-text .text-box .text-more:hover {
  color: #019ee2;
}
#index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show {
  margin-bottom: 28px;
}
#index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-img {
  float: left;
  margin-left: 54px;
  width: 32%;
  height: 146px;
}
#index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text {
  float: left;
  margin: 26px 0 0 28px;
  font-size: 17px;
}
#index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text h2 {
  color: #212121;
  width: 370px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'Bold';
}
#index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text span {
  color: #012d70;
  font-family: 'Titillium Web';
}
#index-body .news .news-box .news-box-arrow {
  margin-left: 610px;
  margin-bottom: 45px;
}
#index-body .news .news-box .news-box-arrow .news-box-arrow-ss {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 2px solid #dcdcdc;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  color: #dcdcdc;
  cursor: pointer;
  transition: .5s;
  display: inline-block;
  margin-right: 36px;
}
#index-body .news .news-box .news-box-arrow .news-box-arrow-ss:hover {
  color: #019ee2;
  border: 2px solid #019ee2;
}
#footer .footer-bg {
    width: 100%;
    height: 539px;
    background: url(../images/footer-bg.png) no-repeat;
}
#footer .footer-info .footer-info-list .footer-info-list-copy svg{
 vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .footer-info .footer-info-list .footer-info-list-copy svg text{
    fill: #fff;
}

#footer .footer-bg .footer-bg-logo {
    padding-top: 89px;
    text-align: center;
}
#footer .footer-bg .footer-bg-title {
    margin-top: 65px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    font-family: 'SemiBold';
}
#footer .footer-bg .footer-bg-form {
    margin-top: 52px;
    text-align: center;
}
#footer .footer-bg .footer-bg-form input {
    width: 274px;
    height: 54px;
    background-color: #02071b;
    border: solid 1px #019ee2;
    color: #ffffff;
    padding-left: 17px;
    font-size: 14px;
    font-family: 'Light';
}
#footer .footer-bg .footer-bg-form input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.5;
    font-family: 'Light';
}
#footer .footer-bg .footer-bg-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 0.5;
    font-family: 'Light';
}
#footer .footer-bg .footer-bg-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 0.5;
    font-family: 'Light';
}
#footer .footer-bg .footer-bg-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 0.5;
    font-family: 'Light';
}
#footer .footer-bg .footer-bg-form input[type="submit"] {
    width: 116px;
    height: 54px;
    padding: 0;
    background-image: linear-gradient(90deg, #0297d8 0%, #64cdfa 100%), linear-gradient(#019ee2, #019ee2);
    background-blend-mode: normal, normal;
    color: #ffffff;
    font-size: 20px;
    font-family: 'SemiBold';
}
#footer .footer-info {
    width: 100%;
    height: 269px;
    background-color: #041731;
}
#footer .footer-info .footer-info-box .footer-info-nav {
    width: 60%;
}
#footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu {
    color: #ffffff;
    margin-top: 61px;
    font-family: 'Titillium Web';
}
#footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
#footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu ul li img {
    vertical-align: middle;
    margin-right: 20px;
}
#footer .footer-info .footer-info-box .footer-info-nav-all {
    margin-top: 50px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Light';
    letter-spacing: 1px;
    line-height: 2;
}
#footer .footer-info .footer-info-list {
    width: 39%;
    text-align: right;
}
#footer .footer-info .footer-info-list .footer-info-list-share {
    margin-top: 61px;
}
#footer .footer-info .footer-info-list .footer-info-list-share ul,
#footer .footer-info .footer-info-list .footer-info-list-share li {
    display: inline-block;
    margin-right: 10px;
}
#footer .footer-info .footer-info-list .footer-info-list-share .footer-info-list-share-bg {
    width: 32px;
    height: 32px;
    background: url(../images/f-ty.png) no-repeat;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}
#footer .footer-info .footer-info-list .footer-info-list-share .footer-info-list-share-bg img {
    vertical-align: middle;
}
#footer .footer-info .footer-info-list .footer-info-list-copy {
    color: #ffffff;
    font-size: 14px;
    margin-top: 23px;
    font-family: 'ExtraLight';
        line-height: 2;

}
.product-banner {
    width: 100%;
    height: 450px;
    background: url(../images/product-banner.png) no-repeat;
    position: relative;
}
.product-banner .product-banner-text {
    position: absolute;
    top: 221px;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}
.product-banner .product-banner-text h3 {
    font-size: 68px;
    font-family: 'Bold';
    color: #019ee2;
    line-height: 68px;
}
.product-banner .product-banner-text span{
    font-size: 16px;
    font-family: 'Titillium Web';
}
.product-banner .product-banner-text a {
    font-family: 'Titillium Web';
    font-size: 16px;
    color: #fffefe;
}
.prodet-page {
    width: 100%;
    height: auto;
}
.prodet-page .product-page-info {
    padding: 88px 0 0px 0;
}
.prodet-page .product-page-info .product-page-info-img {
    width: 574px;
    height: 581px;
    background-color: #ffffff;
    text-align: center;
    line-height: 581px;
    /*box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.05);*/
}
.prodet-page .product-page-info .product-page-info-img img {
    vertical-align: middle;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-title {
    font-family: 'SemiBold';
    font-size: 56px;
    color: #1b262c;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-title h1 {
    padding: 84px 0 17px 0;
    margin-left: 111px;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-desc {
    margin-left: 111px;
    font-size: 20px;
    color: #1b262c;
    padding-bottom: 28px;
    border-bottom: 1px solid #cecdcd;
    font-family: 'Titillium Web';
    cursor: default;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-sj {
    font-size: 18px;
    margin: 26px 0 0 111px;
    color: #1b262c;
    font-family: 'Titillium Web';
    cursor: default;
}
.prodet-page .product-page-info .product-page-info-text .small-img{
    margin: 26px 0 0 111px;
}
.prodet-page .product-page-info .product-page-info-text .small-img li{
    border: 1px solid #ccc;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-anniu {
    margin: 68px 0 0 111px;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-anniu button {
    width: 146px;
    height: 54px;
    background-image: linear-gradient(90deg, #0297d8 0%, #64cdfa 100%), linear-gradient(#019ee2, #019ee2);
    background-blend-mode: normal,
    normal;
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-family: 'SemiBold';
    transition: .5s;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-anniu button:hover {
    background-image: linear-gradient(90deg, #0297d8 100%, #64cdfa 0%), linear-gradient(#019ee2, #019ee2);
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon {
    margin: 30px 0 0 111px;
    font-size: 23px;
    color: #1b262c;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon span {
    margin-right: 20px;
    font-family: 'Titillium Web';
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon ul,
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon li {
    display: inline-block;
    margin-right: 8px;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon .footer-info-list-share-bg {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    border: solid 1px #cecdcd;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #959595;
    transition: .5s;
}
.prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon .footer-info-list-share-bg:hover {
    color: #019ee2;
    border: solid 1px #019ee2;
}
.prodet-page .product-page-hot-product {
    margin: 80px 0 106px 0;
}
.prodet-page .product-page-hot-product .product-page-hot-title {
    font-size: 36px;
    color: #1b262c;
    font-family: 'SemiBold';
}
.prodet-page .product-page-hot-product .product-page-hot-img {
    margin-top: 53px;
}
.prodet-page .product-page-hot-product .product-page-hot-img .column {
    width: 336px;
    height: 450px;
    background-color: #ffffff;
    box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.prodet-page .product-page-hot-product .product-page-hot-img .column .img {
    line-height: 241px;
}
.prodet-page .product-page-hot-product .product-page-hot-img .column .img img {
    vertical-align: middle;
}
.prodet-page .product-page-hot-product .product-page-hot-img .column .text {
    font-size: 18px;
    color: #242424;
    margin: 30px auto 0 auto;
    font-family: 'Titillium Web';
}
.prodet-page .product-page-table {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-top: 108px;
}
.prodet-page .product-page-table .product-page-table-anniu {
    font-size: 28px;
    color: #1b262c;
    font-family: 'SemiBold';
}
.prodet-page .product-page-table .product-page-table-img {
    margin-top: 50px;
    font-size: 16px;
}
.prodet-page .product-page-table .product-page-table-img .column {
    width: 46%;
    margin-right: 2px;
}
.prodet-page .product-page-table .product-page-table-desc {
    font-size: 18px;
    color: #333333;
    margin-top: 45px;
}
.prodet-page .product-page-table .product-page-table1 {
    margin-top: 56px;
}
.prodet-page .product-page-table .product-page-table1 table {
    table-layout: fixed;
    width: 100% !important;
    margin-bottom: 20px;
    word-break: break-word;
    color: #666666;
    font-size: 18px;
}
.prodet-page .product-page-table .product-page-table1 table td,
.prodet-page .product-page-table .product-page-table1 table th {
    padding: 12px 10px;
    border: solid 1px #e5e5e5;
    width: auto !important;
}
.prodet-page .product-page-table .product-page-table2 {
    text-align: center;
    margin-top: 80px;
}
.prodet-page .product-page-table .product-page-table2 .product-page-table2-title {
    font-size: 36px;
    color: #333333;
}
.prodet-page .product-page-table .product-page-table2 table {
    margin: 56px auto 0 auto;
    font-size: 18px;
}
.prodet-page .product-page-table .product-page-table2 table td,
.prodet-page .product-page-table .product-page-table2 table th {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}
.prodet-page .product-page-table .product-page-table2 table tr th:first-child {
    width: 159px;
}
.prodet-page .product-page-table .product-page-table2 table tr th:last-child {
    width: 507px;
}
.prodet-page .product-page-table .product-page-table-show {
    margin: 64px 0 0 0;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-anniu {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 100px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-anniu button {
    width: 189px;
    height: 60px;
    background-color: #55aefb;
    font-size: 18px;
    color: #ffffff;
    border: none;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon {
    padding-bottom: 69px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon1 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon1 .product-img-out-div {
    margin-bottom: 23px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon1 div {
    padding: 0 23px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon1 img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon1 div:nth-child(2n) {
    padding: 0;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon1 div:nth-child(2n) img {
    padding: 51px 0;
    display: block;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon1 span {
    text-align: center;
    display: block;
    font-size: 12px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-arrow {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 5%;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-arrow1 {
    display: flex;
    margin-left: 4.5%;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon2 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon2 .product-img-out-div {
    margin-bottom: 23px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon2 div {
    padding: 0 23px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon2 img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon2 div:nth-child(2n) {
    padding: 0;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon2 div:nth-child(2n) img {
    padding: 51px 0;
    display: block;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon2 span {
    text-align: center;
    display: block;
    font-size: 12px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon3 {
    display: flex;
    align-items: center;
    align-content: center;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon3 div {
    padding: 0 23px;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon3 img {
    display: block;
}
.prodet-page .product-page-table .product-page-table-show .product-page-table-show-icon .product-page-table-show-icon3 span {
    text-align: center;
    display: block;
    font-size: 12px;
}
@media screen and (max-width: 1800px) {
    #banner .banner-text {
        top: 24%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(1) {
        width: 23%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(2) {
        width: 31%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(3) {
        width: 23%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(4) {
        width: 23%;
    }
    #index-body .product .about .about-box .about-box-bg {
        background-position: 52% 99%;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-bg-all-img {
        width: 1100px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-bq {
        margin: 100px 0 0 200px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-title {
        margin: 18px 0 0 200px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-desc {
        margin: 20px 180px 0 200px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-card {
        margin: 61px 0 0 200px;
    }
}
@media screen and (max-width: 1700px) {
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-bg-all-img {
        width: 1030px;
    }
}
@media screen and (max-width: 1600px) {
    #banner .banner-text {
        top: 25%;
    }
    #banner ul.slick-dots {
    left: 3.6%;
  }
    #banner .banner-text .banner-text-header h3 {
        font-size: 40px;
    }
    #banner .banner-text .banner-text-header h4 {
        font-size: 70px;
    }
    #banner .banner-text .banner-text-anniu {
        margin-top: 26px;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(1) {
        width: 21%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(2) {
        width: 35%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(3) {
        width: 22%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(4) {
        width: 22%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 p {
        right: 0;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3 p {
        right: 0;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-ty {
        right: 300px;
    }
}
@media screen and (max-width: 1400px) {
    .ui.container {
        width: 100%;
    }
    #header .nav .ui.menu .menu-box {
        margin-right: 6%;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        font-size: 14px;
        margin: 0 0 0 35px;
    }
    #header .nav .ui.menu .h-search {
        margin-left: 0;
    }
    #header .nav .ui.menu .language {
        margin: 0 20px 0 24px;
    }
    #banner .banner-text {
        top: 20%;
    }
    #banner .banner-text .banner-text-header h3 {
        font-size: 40px;
    }
    #banner .banner-text .banner-text-header h4 {
        font-size: 50px;
    }
    #banner .banner-text .banner-text-header div p {
        font-size: 18px;
    }
    #banner .banner-text .banner-text-anniu {
        margin-top: 20px;
    }
    #banner .banner-text .banner-text-anniu button {
        width: 140px;
        height: 40px;
    }
    #banner .banner-text .jsNav {
        margin-top: 10px;
        font-size: 18px;
    }
    #banner .banner-text .jsNav a:nth-child(2) {
        height: 60px;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(1) {
        width: 45%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(2) {
        width: 55%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(3) {
        width: 50%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(4) {
        width: 50%;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img {
        width: 86%;
        margin: 0 30px 0 30px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-bq {
        margin: 100px 0 0 100px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-title {
        margin: 18px 0 0 100px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-desc {
        margin: 30px 180px 0 100px;
        font-size: 16px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-card {
        margin: 107px 0 0 34px;
    }
    #index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-img {
        width: 80%;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-img {
        margin-left: 30px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text h1 {
        margin-bottom: 8px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show {
        margin-bottom: 12px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-bg-all-img {
        width: 68%;
    }
    #index-body .product .about .about-box .about-box-bg {
        background-position: 46% 98%;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-ty {
        right: 200px;
    }
    #index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text{
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    #index-body .product .about .about-box .about-box-bg .about-box-bg-ty {
        right: 160px;
    }
}
@media screen and (max-width: 1100px) {
    .ui.container {
        width: 100%;
        position: relative;
        padding: 0 15px;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        font-size: 14px;
        margin: 0 0 0 30px;
    }
    #header .nav .ui.menu .language {
        margin: 0 0px 0 30px;
    }
    #header .nav .ui.menu .menu-box {
        margin-right: 30px;
    }
    .headers .h-top .ui.menu .info ul li{
        display: block;
        margin-right: 0;
    }
    #banner .banner-text .banner-text-header h3 {
        font-size: 30px;
    }
    #banner .banner-text .banner-text-header h4 {
        font-size: 40px;
    }
    #banner .banner-text {
        top: 25%;
    }
    #banner .banner-text .banner-text-header div p {
        font-size: 16px;
    }
    #banner .banner-text .banner-text-anniu {
        margin-top: 10px;
    }
    #banner .banner-text .banner-text-anniu button {
        width: 127px;
        height: 40px;
    }
    #banner .banner-text .jsNav {
        margin-top: 10px;
        font-size: 16px;
    }
    #banner .banner-text .jsNav a:nth-child(2) {
        height: 60px;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(3) {
        width: 50%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 {
        background-position: 24% 64%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(4) {
        width: 50%;
    }
    #index-body .product .product-list-box-other {
        margin-top: 18px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all {
        margin-top: 20px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img {
        width: 86%;
        margin: 0 30px 0 30px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-bq {
        font-size: 20px;
        margin: 100px 0 0 100px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-title {
        font-size: 60px;
        margin: 18px 0 0 100px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-zz-desc {
        font-size: 18px;
        margin: 30px 240px 0 100px;
        line-height: 36px;
    }
    #index-body .product .about .about-box .about-box-bg .about-box-bg-all .about-box-all-zz .about-box-all-card {
        margin: 49px 0 0 100px;
    }
    #index-body .content-all .logo-slick .logo-slick-all .logo-slick-all-img {
        width: 80%;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-img {
        margin-left: 52px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text h1 {
        width: 100%;
        margin-bottom: 0;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text {
        margin: 12px 0 0 52px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show {
        margin-bottom: 10px;
    }
    .prodet-page .product-page-info .product-page-info-text {
        width: 42%;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-title {
        font-size: 45px;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-sj {
        font-size: 24px;
    }
    #footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu ul li {
        margin-right: 18px;
    }
    #footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu ul li img {
        margin-right: 18px;
    }
}
@media screen and (min-width: 992px) {
    .mob-logo {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #header .nav{
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        height: 70px;
    }
    #header .nav .ui.menu .logo{
        display: block;
    }
    .headers .h-top{
        display: none;
    }
    .headers .nav{
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        height: 70px;
        bottom: 0;
        top: 0;
        position: fixed;
        padding-top: 0.5rem;
        margin-left: -15px;
    }
    .headers .nav .ui.menu .logo{
        display: block;
        text-align: center;
        margin-left: auto;
    }
    .headers .nav .ui.menu .menu-box,.headers .nav .ui.menu .h-search{
        display: none;
    }
    #header .nav .ui.menu .language{
        display: none;
    }
    #index-body .about {
    background: #fff;
    padding: 5.4rem 0 3rem;
   }
   #index-body .advantage .content ul{
       display: block;
   }
   #index-body .advantage .content li{
       width: 50%;
   }
   #index-body .about .left{
       width: 100%;
   }
   #index-body .about .right{
       display: none;
   }
   #header .ui.container{
       width: 100%;
       padding: 0;
   }
}

@media screen and (max-width: 992px) {
    .ui.container {
        width: 100%;
        position: relative;
        padding: 0 15px;
    }
    .huaf, .fanh, .zhengq{
        display: none !important;
    }
    #header .nav .ui.menu .logo img {
        display: none;
    }
    #header .nav .ui.menu .logo img.mob-logo {
        display: block;
    }
     .header .nav .ui.menu .logo img {
        display: none;
    }
    .header .nav .ui.menu .logo img.mob-logo {
        display: block;
    }
    #banner .banner-text {
        top: 10%;
    }
    #banner .banner-text .banner-text-header h3 {
        font-size: 30px;
    }
    #banner .banner-text .banner-text-header h4 {
        font-size: 30px;
    }
    #banner .banner-text .banner-text-anniu {
        margin-top: 10px;
    }
    #banner .banner-text .jsNav {
        font-size: 16px;
        margin-top: 10px;
    }
    #banner .banner-text .jsNav a:nth-child(2) {
        height: 37px;
    }
    #banner .banner-text .banner-text-anniu button {
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
    #index-body .product {
        padding-top: 10px;
    }
    #index-body .product .product-list-box .product-list-box-header h2 {
        font-size: 30px;
    }
    #index-body .product .product-list-box .product-list-box-content {
        margin-top: 10px;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(1) {
        width: 100%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(2) {
        width: 100%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(3) {
        width: 100%;
    }
    #index-body .product .product-list-box .grid-box.four > .column:nth-child(4) {
        width: 100%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2 {
        background-position: 300% 61%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 {
        background-position: 29% 59%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3 {
        background-position: 9% 27%;
    }
    #index-body .product .product-list-box-other {
        margin-top: 20px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all {
        margin-top: 20px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img {
        width: 77%;
    }
    #index-body .product .product-list-box-other .product-list-box-other-title {
        font-size: 30px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img .product-other-all-imgs .other-all-imgs-box {
        margin-left: 5px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img .product-other-all-imgs .other-all-imgs-box .other-all-imgs-box-text {
        font-size: 16px;
    }
    #index-body .product .about {
        display: none;
    }
    #index-body .content-all .logo-slick {
        display: none;
    }
    #index-body .content-all .news {
        margin-bottom: 0;
    }
    #index-body .content-all .news .news-box .news-box-title {
        font-size: 36px;
        margin-top: 10px;
    }
    #index-body .content-all .news .news-box .news-box-info {
        margin-top: 30px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-text {
        width: 100%;
        height: auto;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-text .text-title {
        font-size: 16px;
        padding-top: 16px;
        margin-left: 18px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-text .text-box {
        margin-top: 7px;
        padding-bottom: 14px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-text .text-box .date {
        margin-left: 18px;
        font-size: 14px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-text .text-box .text-more {
        font-size: 14px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list {
        margin-top: 20px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show {
        margin-bottom: 10px;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-img {
        text-align: center;
        float: none;
        margin-left: 0;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text {
        font-size: 13px;
        float: none;
        margin: 0;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text h1 {
        width: 62%;
        margin: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    #index-body .content-all .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text span {
        margin-left: 20%;
    }
    #index-body .content-all .news .news-box .news-box-arrow {
        margin: 10px 0 0 0;
        text-align: center;
    }
    .headers .nav .ui.menu .language{
        display: none;
    }
    .product-banner {
        background-position: 47% 10%;
    }
    .prodet-page .product-page-info {
        padding: 30px 0 20px 0;
    }
    .prodet-page .product-page-info .product-page-info-text {
        width: 100%;
    }
    .prodet-page .product-page-info .product-page-info-img {
        width: 100%;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-title {
        font-size: 40px;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-title h1 {
        margin: 0;
        padding: 0;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-desc {
        margin-left: 0;
        font-size: 16px;
        padding-bottom: 17px;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-sj {
        margin: 0;
        font-size: 20px;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-anniu {
        margin: 20px auto 0 auto;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon {
        margin: 16px 0 0 0;
        font-size: 20px;
    }
    .prodet-page .product-page-info .product-page-info-text .product-page-info-text-icon span {
        vertical-align: middle;
    }
    .prodet-page .product-page-table {
        margin-top: 0;
    }
    .prodet-page .product-page-table .product-page-table-img {
        margin-top: 10px;
    }
    .prodet-page .product-page-table .product-page-table-anniu {
        font-size: 28px;
    }
    .prodet-page .product-page-hot-product {
        margin: 20px 0 0 0;
    }
    .prodet-page .product-page-hot-product .product-page-hot-img {
        margin-top: 10px;
    }
    #footer {
        padding: 80px 0 0;
    }
    #footer .footer-bg .footer-bg-logo {
        width: 160px;
        height: 108px;
        padding-top: 40px;
        margin: auto;
    }
    #footer .footer-bg .footer-bg-title {
        font-size: 24px;
        margin-top: 42px;
    }
    #footer .footer-bg .footer-bg-form {
        margin-top: 22px;
    }
    #footer .footer-bg .footer-bg-form input {
        width: 80%;
        margin-bottom: 20px;
    }
    #footer .footer-bg .footer-bg-form input {
        font-size: 12px;
    }
    #footer .footer-bg .footer-bg-form input[type="submit"] {
        font-size: 14px;
        display: block;
        margin: auto;
    }
    #footer .footer-info .footer-info-box .footer-info-nav {
        width: 100%;
    }
    #footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu {
        margin-top: 18px;
        display: none;
    }
    #footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu ul li {
        font-size: 14px;
        margin-right: 9px;
    }
    #footer .footer-info .footer-info-box .footer-info-nav .footer-info-nav-menu ul li img {
        margin-right: 0;
    }
    #footer .footer-info .footer-info-box .footer-info-nav-all {
        margin-top: 10px;
        font-size: 14px;
    }
    #footer .footer-info .footer-info-box .footer-info-nav-all p {
        margin-bottom: 10px;
    }
    #footer .footer-info .footer-info-list {
        width: 100%;
        text-align: left;
    }
    #footer .footer-info .footer-info-list .footer-info-list-share {
        margin-top: 0;
    }
    #footer .footer-info .footer-info-list .footer-info-list-share li:last-child img {
        width: 30px;
        height: 30px;
    }
    #footer .footer-info .footer-info-list .footer-info-list-copy {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    #banner .banner-text {
        top: 20%;
        left: 0;
    }
    #banner .imgs li{
        position: relative;
    }
    #banner .imgs li>img{
        width: 100%;
        min-height: 260px;
        object-fit: cover;
    }
    #banner .banner-text .banner-text-header .list{
        display: none;
    }
    #banner .banner-text .banner-text-header h3 {
        font-size: 21px;
            line-height: 2;
    }
    #banner .banner-text .banner-text-header h4 {
        font-size: 21px;
    }
    #banner .banner-text .banner-text-header div p {
        font-size: 12px;
    }
    #banner .banner-text .banner-text-anniu {
        margin-top: 10px;
    }
    #banner .banner-text .banner-text-anniu button {
        width: 83px;
        height: 30px;
        font-size: 10px;
    }
    #banner .banner-text .jsNav {
        display: none;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img {
        height: 300px;
        background-position: 56% 53%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img p {
        right: 110px;
        font-size: 18px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1 {
        height: 200px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2 {
        height: 200px;
        background-position: 309% 60%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 {
        height: 300px;
        background-position: 29% 68%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3 {
        height: 300px;
        background-position: 46% 31%;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1 p {
        right: 210px;
        font-size: 18px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2 p {
        right: 210px;
        font-size: 18px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 p {
        font-size: 18px;
        right: 84px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3 p {
        font-size: 18px;
        right: 84px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img {
        width: 76%;
        margin: 0;
    }
    .product-banner .product-banner-text {
        left: 25%;
    }
    .product-banner .product-banner-text h3 {
        font-size: 40px;
    }
    .product-banner .product-banner-text span {
        font-size: 16px;
    }
    #index-body .about .left{
        padding: 0 1rem;
    }
    #index-body .about .left .data{
        display: none;
    }
    #index-body .advantage{
        display: none;
    }
    #footer .footer-bg .footer-bg-form input {
        width: 274px;
        height: 54px;
    }
    #index-body .news .news-box .news-box-title{
        font-size: 38px;
    }
    #index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-img{
        width: 100%;
        margin-left: 0;
    }
    #index-body .news .news-box .news-box-info .news-box-info-list .news-box-info-list-show .news-box-info-list-text{
        width: 100%;
        margin-left: 0;
    }
    #index-body .news .news-box .news-box-info .news-box-info-large{
        display: none;
    }
    #footer .footer-info .footer-info-list .footer-info-list-share{
        display: none;
    }
    #footer .footer-info .footer-info-list .footer-info-list-copy{
        margin-top: 0;
    }
}
@media screen and (max-width: 320px) {
    #banner .banner-text .banner-text-header h3 {
        font-size: 17px;
    }
    #banner .banner-text .banner-text-header h4 {
        font-size: 17px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img p {
        right: 140px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img1 p {
        right: 246px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img1 .img2 p {
        right: 246px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img2 p {
        right: 140px;
    }
    #index-body .product .product-list-box .product-list-box-content .product-list-box-content-img3 p {
        right: 140px;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img {
        width: 75%;
    }
    #index-body .product .product-list-box-other .product-list-box-other-all .product-other-all-img .product-other-all-imgs .other-all-imgs-box .other-all-imgs-box-text {
        font-size: 16px;
        line-height: 2;
    }
}
.inner-banner {
  height: 360px;
  padding-top: 150px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.inner-banner h3,.inner-banner .producth1 {
  font-size: 44px;
   font-family: 'Bold';
  text-transform: capitalize;
  line-height: 1;
}
.inner-banner .mbx {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  text-transform: capitalize;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.inner-sidebar {
    padding: 25px 0;
    background: #d6d9db;
}
.inner-sidebar .mbx {
    font-size: 18px;
    color: #4f5152;
    display: flex;
    align-items: center;
}
.inner-sidebar .mbx a {
    font-size: 14px;
    color: #4f5152;
    text-transform: capitalize;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    margin-right: 5px;
}
.inner-sidebar .mbx a:hover {
    color: #019ee2;
}
.inner-sidebar .mbx span {
    font-size: 14px;
    color: #151414;
    text-transform: capitalize;
    margin-left: 5px;
}
.inner-sidebar .innerProduct{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-sidebar .innerProduct .all{
    display: inline-block;
    padding: 10px 30px;
    background: #019ee2;
    border-radius: 40px;
    color: #fff;
    text-transform: Capitalize;
    font-size: 14px;

    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.inner-sidebar .innerProduct .all:hover{
    background: #072745;
}








.inner-page h1.h1,
.inner-page h2.h2,
.inner-page h3.h3,
.inner-page h4.h4,
.inner-page h5.h5,
.inner-page h6.h6,
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.inner-page a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.inner-page span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.inner-page em {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.inner-page img {
    object-fit: contain;
    width: auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
        height: 300px;
}
.inner-page h1 {
    font-size: 48px;
    color: #072745;
    text-align: center;
    font-weight: bold;
    font-family: 'Bold';
}
p.fanhuo {
    font-size: 16px;
    line-height: 2;
    padding: 27px 0;
}
.about2-page h3 {
  font-size: 40px;
  color: #333;
  font-family: 'Bold';
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.about2-page .line {
  display: block;
  width: 120px;
  height: 1px;
  background: #adadad;
  margin: 0 auto;
  position: relative;
}
.about2-page .line:after {
  content: '';
  height: 3px;
  width: 40px;
  background: #019ee2;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -1px;
}
.about2-page .text {
  display: block;
  font-size: 18px;
  color: #6b6b84;
  line-height: 2;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  font-family: "Light";
}
.about2-page .about-1 {
  padding: 110px 0;
}
.about2-page .about-1 .box {
  position: relative;
}
.about2-page .about-1 .box .left {
  width: 50%;
  vertical-align: middle;
}
.about2-page .about-1 .box .left i.tit,
.about2-page .about-1 .box2 .right i.tit {
  font-size: 24px;
  color: #019ee2;
  text-transform: uppercase;
  font-family: 'Bold';
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.about2-page .about-1 .box .left h2,
.about2-page .about-1 .box2 .right h2 {
  font-size: 54px;
  color: #262626;
  font-family: 'Bold';
  text-transform: capitalize;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about2-page .about-1 .box .left .text {
  text-align: left;
}
.about2-page .about-1 .box .left .list {
  margin: 30px 0;
  font-family: "Light";
}
.about2-page .about-1 .box .left .list ul li {
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  padding-bottom: 5px;
}
.about2-page .about-1 .box .left .list ul li i {
  color: #019ee2;
  margin-right: 10px;
}
.about2-page .about-1 .box .left .list ul li:last-child {
  padding-bottom: 0;
}
.about2-page .about-1 .box .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background: #019ee2;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-1 .box .left a.more:hover {
  background: #111;
}
.about2-page .about-1 .box .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
}
.about2-page .about-1 .box .right:after {
  content: '';
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #019ee2;
  left: 52%;
  top: 0;
}
.about2-page .about-1 .box .right:before {
  content: '';
  width: 16%;
  height: 100%;
  border: 5px solid #019ee2;
  position: absolute;
  top: 0;
  right: 0;
}
.about2-page .about-1 .box .right .img {
  padding-left: 20%;
  position: relative;
}
.about2-page .about-1 .box .right .img h6 {
  font-size: 30px;
  color: white;
  font-family: 'Bold';
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  position: absolute;
  left: 6%;
  top: 16%;
  transform-origin: left top;
}
.about2-page .about-1 .box2 {
  margin-top: 50px;
}
.about2-page .about-1 .box2 .left {
  width: 50%;
  padding-right: 10%;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right .text {
  text-align: left;
}
.about2-page .about-2 {
  padding: 150px 0;
  text-align: center;
  background: url("../images/about-2-bg.jpg") center center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.about2-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgb(1 158 226 / 19%);
  top: 0;
  left: 0;
}
.about2-page .about-2 .play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: white;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:after,
.about2-page .about-2 .play:before {
  content: '';
  background: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
  opacity: .2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about2-page .about-2 .play:hover:after,
.about2-page .about-2 .play:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.about2-page .about-3 {
  padding: 100px 0;
}
.about2-page .about-3 .box {
  padding-top: 50px;
}
.about2-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about2-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #019ee2;
}
.about2-page .about-3 .box ul li .box2 h4 {
  font-size: 24px;
  font-family: 'Bold';
  text-transform: capitalize;
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  font-family: "Light";
  FONT-WEIGHT: 500;
  color: #343434;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.about2-page .about-3 .box ul li .box2:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.about2-page .about-3 .box ul li .box2:hover i,
.about2-page .about-3 .box ul li .box2:hover h4,
.about2-page .about-3 .box ul li .box2:hover p {
  color: white;
}
.about2-page .about-4 {
  padding-top: 110px;
  background: url("../images/about-4-bg.jpg") center top no-repeat;
  position: relative;
  z-index: 1;
}
.about2-page .about-4:after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}
.about2-page .about-4 h3 {
  color: white;
}
.about2-page .about-4 .line {
  background: white;
}
.about2-page .about-4 .text {
  color: white;
}
.about2-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
}
.about2-page .about-4 .box ul {
  margin: 0 -15px;
}
.about2-page .about-4 .box ul li {
  padding: 0 15px 80px;
}
.about2-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}
.about2-page .about-4 .box ul li .box2 .img-box {
  display: block;
}
.about2-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #019ee2;
  text-align: left;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;
  font-family: 'Bold';
}
.about2-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  font-family: 'Light';
}
.about2-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}
.about2-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}
.about2-page .about-5 {
  padding: 110px 0;
}
.about2-page .about-5 .box {
  padding-top: 50px;
}
.about2-page .about-5 .box ul {
  margin: -15px;
}
.about2-page .about-5 .box ul li {
  padding: 15px;
}
.about2-page .about-5 .box ul li .box2 {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about2-page .about-5 .box ul li .box2 a.img-box {
  display: block;
}
.about2-page .about-5 .box ul li .box2 h5 {
  font-size: 20px;
  color: black;
  font-family: "Bold";
  line-height: 1.6;
  padding: 25px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
.about2-page .about-5 .box ul li .box2 h5:hover {
  color: #019ee2;
}

@media screen and (max-width: 1500px) {
  .about2-page .about-1 .left h2 {
    font-size: 46px;
  }
  .about2-page h3 {
    font-size: 34px;
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    font-size: 18px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 16px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 20px;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 360px;
    padding-top: 160px;
  }
  .inner-banner h3,.inner-banner .producth1 {
    font-size: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
  .about2-page .about-1 {
    padding: 50px 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 32px;
  }
  .about2-page .about-1 .left i.tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
    line-height: 2;
  }
  .about2-page .about-1 .left a.more {
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    padding: 0 20px;
  }
  .about2-page .about-1 .right .img h6 {
    top: 12%;
  }
  .about2-page .about-2 {
    padding: 100px 0;
  }
  .about2-page .about-3 {
    padding: 50px 0;
  }
  .about2-page h3 {
    font-size: 28px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: 66px;
  }
  .about2-page .about-5 {
    padding: 60px 0;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 16px;
    padding: 15px 10px;
  }

  .prodet-page .about-1 {
      padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about2-page .about-1 .right {
    display: none;
  }
  .about2-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .about2-page .about-1 .left .list {
    margin: 10px 0 20px;
  }
  .about2-page .about-1 .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .about2-page .about-4 .box {
    margin-bottom: -60px;
  }
  .about2-page .about-3 .box ul li {
    width: 50%;
  }
  .about2-page .about-3 .box ul li .box2 {
    padding: 15px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 18px;
    bottom: 10px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 small {
    font-size: 14px;
  }
  .about2-page .about-4 .box ul li .box2:hover .text {
    top: 60px;
  }
  .about2-page .about-4 .box ul li {
    padding-bottom: 60px;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
  .about2-page .about-4 {
    display: none;
  }
  .about2-page .about-5 {
    background: #f8f8f8;
  }
  .about2-page .about-5 .box ul li .box2 {
    background: white;
  }
  .about2-page h3 {
    font-size: 24px;
  }
  .about2-page .about-1 .left h2 {
    font-size: 26px;
  }
  .contact2-page .contact-1 .box {
    padding: 30px 20px;
  }
  .about2-page .about-1 .box .left {
    width: 100%;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 30px;
  }
  .about2-page .about-1 .box2,#banner li .content .bg {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about2-page .about-3 .box ul li {
    width: 100%;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 13px;
    padding: 10px;
  }
  .about2-page .about-5 .box ul li {
    padding: 5px;
  }
  .about2-page .about-5 .box ul {
    margin: -5px;
  }
  .about2-page .about-5 .box {
    padding-top: 20px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 16px;
	line-height:2;
  }
  .about2-page .about-5 {
    padding: 40px 0;
  }
  .about2-page .about-3 .box ul li .box2 i {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    margin: 10px 0;
    line-height: 1;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: auto;
    display: block;
  }
  .inner-banner h3,.inner-banner .producth1 {
    font-size: 26px;
	display:none;
  }
}

.menu-siderbar {
  padding: 30px 0;
  border-bottom: 1px solid #b1b1b1;
}
.menu-siderbar .bread-crumbs a,
.menu-siderbar .bread-crumbs span {
  font-size: 16px;
  font-weight: 500;
}
.bread-crumbs .fa{
  font-size: 16px;
  margin-right: 5px;
}
.menu-siderbar p {
  font-size: 16px;
  font-weight: 500;
}
.cat-product-page{
  padding-top: 60px;
}
.cat-product-page ul li {
  margin-bottom: 180px;
  position: relative;
}
.cat-product-page ul li:after {
  content: '';
  position: absolute;
  background: #f0faff;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cat-product-page ul li .grid .column.column1 {
  width: 60%;
  float: left;
}
.cat-product-page ul li .grid .column.column2 {
  float: right;
  width: 38%;
  padding: 5% 3% 0 0;
}
.cat-product-page ul li .grid .column.column2 h3 {
  font-size: 48px;
    text-align: right;
    font-family: 'Titillium Web';
    font-weight: 600;
    color: #019ee2;
    line-height: 1.2;
    padding-bottom: 30px;
    /*width: 350px;*/
}
.cat-product-page ul li .grid .column.column2 a.more {
      display: block;
    width: 164px;
    height: 52px;
    border: 1px solid #939393;
    line-height: 50px;
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-family: 'Titillium Web';
    margin: 0 auto;
    text-align: center;
    float: right;
    position: relative;
    overflow: hidden;
}
.cat-product-page ul li .grid .column.column2 a.more::before{
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #019ee2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.cat-product-page ul li .grid .column.column2 a.more:hover::before{
    -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cat-product-page ul li .grid .column.column2 a.more:hover{
    color: #fff;
}
.cat-product-page ul li .grid .column.column2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.cat-product-page ul li .grid .column.column2 a.more:hover .fa {
  margin-left: 8px;
}
.cat-product-page ul li:nth-child(2n):after {
  display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
  width: 60%;
  float: right;
  position: relative;
  z-index: 1;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
  width: 40%;
  padding: 3% 3% 0 0;
  float: left;
  position: relative;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2:after {
  content: '';
  position: absolute;
  background: #f1fbff;
  width: 280px;
  height: 280px;
  right: -110px;
  bottom: -50px;
  z-index: 2;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
  float: right;
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
  text-align: left;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
  float: left;
}
@media screen and (max-width:1430px){
.cat-product-page ul li .grid .column.column2 h3 {
    font-size: 32px;
}
}
@media screen and (max-width: 768px) {
  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 20px;
}
.cat-product-page ul li .grid .column.column2{
  padding-left: 10%;
}
.cat-product-page ul li .grid .column.column2 img{
  width: 60%;
}  
.newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
    line-height: 2;
}
}
@media screen and (max-width: 700px) {
  .cat-product-page ul li .grid .column.column1 {
    width: 100%;
}
.cat-product-page ul li .grid .column.column2 {
    padding-left: 0;
    width: 100%;
}
.cat-product-page ul li {
    margin-bottom: 40px;
}
}

.cir_btn {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all 0.5s;
    cursor: pointer;
    background-color: #019ee2;
}

.mbxs {
  padding: 15px 0;
  background: #f3f5f7;
  font-size: 18px;
  color: #373737;
  line-height: 32px;
}
.mbxs span {
  color: #019ee2;
}
.mbxs a:hover {
  text-decoration: underline;
}

.faq-page {
    padding: 90px 0;
}
.faq-page .ui.container,.faq-page .containerBox{
    max-width: 1426px;
    width: 100%; 
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.faq-page .header{
    text-align: center;
    padding-bottom: 3rem;
}
.faq-page .header h3.title{
  font-size: 40px;
    color: #000;
    line-height: 1;
    font-family: 'VB';
}
.faq-page .header p.desc{
    margin-top: 15px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'VR';
}
.faq-page .faq-list {
    padding: 20px 0 40px;
}
.faq-page .service-3 .text .left{
    vertical-align: middle;
    border-left: 11px solid #019ee2;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 300;
    color: #171717;
    line-height: 32px
}
.faq-page .service-3 .text .right {
    text-align: right;
    vertical-align: middle;
    display: initial;
}
.faq-page .service-3 .text .right a.more {
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0 35px;
    border-radius: 23px;
    background: #019ee2;
    font-size: 24px;
    color: #fff;
    transition: .5s;
    float: right;
}
.faq-page .service-3 .text .right a.more:hover{
    background-color: #000;
}
.faq-page .content .left{
    width: 65.6%;
}
.faq-page .content .left ul li{
    margin-bottom: 1.6rem;
    -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
}
.faq-page .content .left ul li.active{
    padding-bottom: 0.95rem;
    border-bottom: 1px solid #c3e7f6;
}
.faq-page .content .left ul li.active .title{
background: #0881ca;
    color: #fff;
    border-radius: 10px;
}
.faq-page .content .left ul li.active .title i{
  background: #089eff;
}
.faq-page .content .left ul li:hover .title{
    background: #0881ca;
    color: #fff;
}
.faq-page .content .left ul li:hover .title i{
  background: #089eff;
}
.faq-page .content .left ul li.active .title span{
   background: #089eff;
}
.faq-page .content .left ul li:hover .title span{
   background: #089eff;
}
.faq-page .content .left ul li:last-child{
    margin-bottom: 0;
}
.faq-page .content .left ul li .title{
  background: #f2f9fc;
  position: relative;
  cursor: pointer;
  -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
}
.faq-page .content .left ul li .title span{
    display: inline-block;
    vertical-align: middle;
    width: 63px;
	height: 63px;
    text-align: center;
    line-height: 63px;
    color: #fff;
    font-size: 1.4rem;
    font-family: 'VB';
    background: #88d0fd;
}
.faq-page .content .left ul li .title h4{
        display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 1.15rem;
    font-size: 18px;
    /* color: #262626; */
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 2;
    font-family: 'VB';
    transition: 0.5s ease;
    word-break: break-word;
    position: relative;
    width: 80%;
}
.faq-page .content .left ul li .title i{
    position: absolute;
    right: 14px;
    top: 16px;
    width: 32px;
	height: 32px;
	background-color: #87cffd;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.faq-page .content .left ul li .con{
  background-color: #f9f9f9;
  border-radius: 10px;  
  margin-top: 0.6rem;
  position: relative;
  display: none;
}
.faq-page .content .left ul li .con span{
    display: inline-block;
    width: 63px;
    text-align: center;
    font-family: 'VB';
    color: #272727;
    font-size: 1.4rem;
    vertical-align: middle;
}
.faq-page .content .left ul li .con p{
    display: inline-block;
    padding: 1.1rem 10px 1.1rem 1.15rem;
    font-size: 19px;
    line-height: 2;
    font-weight: 500;
    color: #262626;
    width: 90%;
    vertical-align: middle;
    font-family: 'Titillium Web';
}
.faq-page .content .right{
    width: 34.4%;
    padding-left: 3rem; 
}
.faq-page .content .right h4 img{
    display: inline-block;
}
.faq-page .content .right h4 span{
   display: inline-block;
   font-size: 1.6rem;
   font-family: 'VB';
   line-height: 1;
   color: rgba(255,255,255,0);
   -webkit-text-stroke: 1px #dadada;
   padding-left: 1.15rem;
   text-transform: uppercase;
   width: 80%;
}
.faq-page .content .right h5{
   font-size: 1.5rem;
   font-family: 'VB';
   line-height: 1;
   margin-top: 1.5rem; 
}
.faq-page .content .right p{
   margin-top: 1.1rem;
    font-size: 16px;
    line-height: 2;
    color: #2f2f2f;
    font-family: 'Titillium Web';
}
.faq-page .content .right .form{
    margin-top: 1.9rem;
}
.faq-page .content .right .form input[type="text"],.faq-page .content .right .form textarea{
    width: 415px;
	height: 59px;
	background-color: #f6f6f6;
    font-size: 18px;
    font-family: 'Titillium Web';
    border: none;
    margin-bottom: 1.35rem;
    padding-left: 0.75rem;
    color: #000;
}
.faq-page .content .right .form input[type="text"]::placeholder,.faq-page .content .right .form textarea::placeholder{
    color: #000;
}
.faq-page .content .right .form input[type="text"]:-moz-placeholder,.faq-page .content .right .form textarea:-moz-placeholder{
    color: #000;
}
.faq-page .content .right .form input[type="text"]::-webkit-input-placeholder,.faq-page .content .right .form textarea::-webkit-input-placeholder{
    color: #000;
}
.faq-page .content .right .form input[type="text"]:-ms-input-placeholder,.faq-page .content .right .form textarea:-ms-input-placeholder{
    color: #000;
}
.faq-page .content .right .form textarea{
    height: 164px;
    padding-top: 1rem;
}
.faq-page .content .right .form input[type="submit"]{
   width: 165px;
	height: 51px;
	background-color: #119fdd; 
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-family: 'VB';
    border: none;
    -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
}
.faq-page .content .right .form input[type="submit"]:hover{
    background: #000;
}

.faq-page .faq-list dt {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 6px 0 rgb(197 197 197 / 50%);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    padding: 16px 30px 14px;
    background-color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    color: #383838;
    margin-bottom: 28px;
    transition: 0.5s ease;
    word-break: break-word;
    position: relative;
    font-family: 'SemiBold';
}
.faq-page .faq-list dt i {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #019ee2;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
    background: #3a3a3a;
    color: #fff;
}
.faq-page .faq-list dd {
    font-size: 18px;
    line-height: 28px;
    color: #484848;
    padding: 15px 30px;
    margin-bottom: 12px;
    display: none;
    font-family: 'Light';
}

@media screen and (max-width: 1280px) {
    .faq-page .content .right{
        padding-left: 2rem;
    }
}

@media screen and (max-width: 992px) {
    .faq-page .content .left{
        width: 100%;
    }
    .faq-page .content .right{
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .header h3.title{
        font-size: 28px;
        line-height: 2;
    }
    .faq-page .header p.desc{
        font-size: 14px;
        line-height: 2;
    }
    .faq-page .content .left ul li .title h4{
        font-size: 16px;
        padding-right: 3rem;
    }
    .faq-page .content .left ul li .con p{
        width: 80%;
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .faq-page .content .left ul li .title h4{
        font-size: 14px;
        width: 70%;
        padding: 1rem 3rem 1rem 0;
    }
    .faq-page .content .left ul li .con p{
        width: 78%;
        line-height: 2;
    }
}

.guide-page .guide-list .guide-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.guide-page .guide-list .guide-item .left {
    width: 50%;
}
.guide-page .guide-list .guide-item .left .content {
    text-align: right;
    padding: 0 90px;
}
.guide-page .guide-list .guide-item .left .content h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 50px;
    color: #998e8e;

    text-transform: uppercase;
}

.guide-page .guide-list .guide-item .left .content p {
    color: #928686;
    font-size: 16px;

    max-width: 610px;line-height: 26px;
    margin: 20px 0 40px auto;
}
.guide-page .guide-list .guide-item .left .content .cat-det-02{
    display: none;
}
.guide-page .guide-list .guide-item .left .content a {
    display: inline-block;
    font-size: 18px;
    color: #928686;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.guide-page .guide-list .guide-item .left .content a:hover {
    color: #019ee2;
}
.guide-page .guide-list .guide-item .left .itemBox {
    margin-top: 40px;
    padding: 0px 50px 0px 90px;
}
.guide-page .guide-list .guide-item .left .itemBox .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.guide-page .guide-list .guide-item .left .itemBox .swiper-slide a {
    display: inline-block;
    overflow: hidden;
}
.guide-page .guide-list .guide-item .left .itemBox .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.guide-page .guide-list .guide-item .right {
    width: 50%;
}
.guide-page .guide-list .guide-item .right img {
    width: 100%;
}
.guide-page .guide-list .guide-item:nth-child(even) .left .content {
    text-align: left;
}
.guide-page .guide-list .guide-item:nth-child(even) .left .content p {
    margin: 20px auto 40px 0;
}
.advantage-page {
    background: #f8f6f9;
    padding: 70px 0;
}
.advantage-page h1 {
    font-size: 47px;
    color: #151414;

    line-height: 47px;
    padding: 20px;
}
.advantage-page .advantage-list .advantage-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
    background: #fff;
    margin-top: 35px;
}
.advantage-page .advantage-list .advantage-item .left {
    width: 50%;
}
.advantage-page .advantage-list .advantage-item .right {
    width: 50%;
    padding: 0 40px 0 70px;
}
.advantage-page .advantage-list .advantage-item .right h2 {
    font-size: 40px;
    color: #2179af;

    margin-bottom: 30px;
    line-height: 45px;
}
.advantage-page .advantage-list .advantage-item .right p {
    font-size: 21px;
    color: #5f5f64;

}
.advantage-page .advantage-list .advantage-item:nth-child(even) .right {
    padding: 0 70px 0 40px;
}

.side-nav{
  margin-bottom: 32px;
  text-align: center;
}
/*.side-nav ul:after{
  content:'';
  display: block;
  width:0;
  height:0;
  clear: both;
}*/
.side-nav li{
  padding: 0 10px;
}
.side-nav li a{
  display: block;
  width: 100%;
  line-height: 54px;
  background: #f3f5f7;
  border-radius: 30px;
  color: #000000;
  font-size: 18px;
  font-family: 'Titillium Web';
  text-transform: capitalize;
  transition: 0.3s ease;
}
.side-nav li a:hover{
  color: #fff;
  background: #019ee2;
}


.news-page {
    padding: 70px 0;
}
.news-page ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.news-page ul li {
    width: 25%;
    padding: 20px;
}
.news-page ul li .news-page-box {
    border-radius: 10px;
    border: 2px solid #f6f7fb;
    overflow: hidden;
}
.news-page ul li .news-page-box .newsImg {
    overflow: hidden;
}
.news-page ul li .news-page-box .newsImg a{
    display: block;
    text-align: center;
}
.news-page ul li .news-page-box .newsImg a img{
    width: 100%;
}
.news-page ul li .news-page-box .newsImg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news-page ul li .news-page-box .content {
    padding: 30px 30px 0;
}
.news-page ul li .news-page-box .content h2 {
        font-size: 20px;
    color: #404040;
    margin-bottom: 35px;
    height: 54px;
    font-family: 'SemiBold';
}
.news-page ul li .news-page-box .content h2:hover {
    color: #019ee2;
}
.news-page ul li .news-page-box .content .time {
    padding: 20px 0;
    border-top: 1px solid #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-page ul li .news-page-box .content .time span {
    display: inline-block;
    font-size: 16px;
    color: #019ee2;
    cursor: pointer;
    font-family: 'Titillium Web';
    letter-spacing: 0.5px;
}
.news-page ul li .news-page-box .content .time i{
    display: inline-block;
    padding: 5px 15px;
    background: #019ee2;
    border-radius: 20px;
    color: #fff;
    text-transform: Capitalize;
    font-size: 14px;

    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    cursor: pointer;
}
.news-page ul li .news-page-box .content .time i:hover{
    background: #072745
}
.news-page {
    padding: 80px 0;
}
.news-page .news-list{
  margin-top: 100px;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
    margin-bottom: 40px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}
.news-page .news-list ul li .box {
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
    padding: 20px;
    position: relative;
}
.news-page .news-list ul li .box .content time {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -35px;
    background: #019ee2 none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
}
.news-page .news-list ul li .box .content h3 {
   margin-top: 25px;
    font-size: 22px;
    /* font-weight: 600; */
    margin-bottom: 15px;
    color: #262626;
    font-family: 'Titillium Web';
    display: inline-block;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 93px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #019ee2;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    font-family: 'Titillium Web';
    display: inline-block;
    color: #019ee2;
    border-left: 1px solid #019ee2;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    color: #111;
    border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}
.newdet-page .newdet-1 {
  padding: 20px 0;
  background: white;
}
.newdet-page .newdet-1 h3 {
  font-size: 30px;
  color: #212121;
}
.newdet-page .newdet-1 .tag {
  color: #212121;
  margin: 20px 0 10px;
  display: block;
  font-size: 16px;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
  line-height: 32px;
}
.newdet-page.technology .newdet-1 .content {
  border:none !important;
  margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
  margin-bottom: 20px;
}
.newdet-page .newdet-1 .share {
  padding-top: 30px;
  text-align: center;
}
.newdet-page .newdet-1 .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
  display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
  color: white;
  background: #019ee2;
}
.newdet-page .newdet-2 {
  padding: 100px 0;
  background: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 1200px) {
    .news-page,
  .newdet-page .newdet-1,
  .newdet-page .newdet-2{
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
    .side-nav{
    display: none;
  }
  .news-page .news-1 {
    display: none;
  }
   .news-page .news-list ul{
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
    .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 20px;
  }
}

.blog-page.news-page {
    padding: 0;
}
.blog-page h1 {
    font-size: 75px;
    line-height: 75px;
    color: #000000;

    text-align: left;
    padding: 70px 0;
}
.blog-page .blog-h1 {
    padding-left: 40px;
}
.blog-page .new-item {
    background: #f3f3f3;
}
.blog-page .new-item .new-mask{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8%;
}
.blog-page .new-item .new-mask p{
    margin: 0 20px;
    font-size: 18px;
    color: #151414;
}
.blog-page .new-item .new-mask p a{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.blog-page .new-item .new-mask p a:hover{
    background: #31a8e0;
    color: #fff;
}
.blog-page .new-item ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 0 0 45px;
}
.blog-page .new-item ul li {
    width: 16.666666%;
    padding: 6px;
}
.blog-page .new-item ul li .new-img {
    overflow: hidden;
}
.blog-page .new-item ul li .new-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.blog-page .new-item ul li .new-img img {
    width: 100%;
}
.blog-page .new-item ul li:nth-child(1) {
    width: 25%;
}
.blog-page .new-item ul li:nth-child(2) {
    width: 25%;
}
.blog-page .new-item ul li:nth-child(9) {
    width: 25%;
    margin-top: -8%;
    display: flex;
    align-items: flex-end;
}
.blog-page .new-item ul li:nth-child(10) {
    width: 25%;
    margin-top: -8%;
    display: flex;
    align-items: flex-end;
}
.blog-page .new-item .new-item-more {
    text-align: right;
    padding-bottom: 140px;
}
.blog-page .new-item .new-item-more a {
    display: inline-block;
    padding: 20px 50px;
    border-radius: 30px;
    background: #072745;
    font-size: 16px;
    color: #fff;

    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    margin-right: 30px;
}
.blog-page .new-item .new-item-more a:hover {
    background: #019ee2;
}

.contact-page .contact-1{
    padding: 2rem 0;
}
.contact-page .contact-1 .left {
  text-align: right;
  vertical-align: middle;
}
.contact-page .contact-1 .left .box2 {
  text-align: left;
  max-width: 725px;
  padding-left: 15px;
  display: inline-block;
  padding-right: 8%;
  width:100%;
}
.contact-page .contact-1 .left .box2 h3 {
      font-size: 32px;
    font-family: "Bold";
    color: #262626;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B8B8B8;
}
.contact-page .contact-1 .left .box2 h4 {
  font-size: 24px;
  font-family: "Bold";
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 20px;
}
.contact-page .contact-1 .left .box2 ul li h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .left .box2 ul li p {
  color: #424242;
    margin-top: 10px;
    line-height: 2;
    font-size: 18px;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  position: relative;
}
.contact-page .contact-1 .right .button-group .button {
  background: #019ee2 !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
  display: none !important;
}
.contact-page .contact-2 {
  background: #f4f4f4;
    padding: 80px 0;
    text-align: center;
}
.contact-page .contact-2 p {
  padding: 25px 5%;
}
.contact-page .contact-2 a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0 35px;
  background: #019ee2;
  color: white;
  font-size: 18px;
}
.contact-page .contact-3 {
  padding: 90px 0;
  text-align: center;
}
.contact-page h2{
text-align: center;
    font-size: 48px;
    color: #262626;
    line-height: 34px;
    font-family: "Bold";
    display: block;
}
.contact-page p{
    font-size: 18px;
    font-family: 'Titillium Web';
    color: #363636;
    line-height: 2;
}
.contact-page .contact-3 p {
  margin: 15px 0;
  color: #666;
  font-size: 16px;
}
.contact-page .contact-3 .form {
  padding-top: 30px;
}
.contact-page .contact-3 .form ul {
  margin: -15px;
}
.contact-page .contact-3 .form ul li {
  padding: 15px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #BDBDBD;
  background: white;
  padding: 0 25px;
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
  font-size: 14px;
  border-radius: 10px;
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
  border-color: #019ee2;
}
.contact-page .contact-3 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 .form ul li textarea {
  height: 200px;
  line-height: 28px;
  padding: 11px 25px;
  resize: vertical;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
  border: none;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #019ee2;
}
.contact-page #ewm {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    border: 5px solid #fff;
}
.contact-page .contact-4{
    position: relative;
}
.contact-page .contact-4 .box{
    background: #fff;
    /*box-shadow: 10px 10px 5px rgba(0,0,0,0.5);*/
    padding: 3rem 0;
}
.contact-page .contact-4 .box h4{
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
    text-transform: capitalize;
}
.contact-page .contact-4 .box ul{
    position: relative;
}
.contact-page .contact-4 .box li{
    text-align: center;
}
.contact-page .contact-4 .box li h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.contact-page .contact-4 .box li h5{
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}
.contact-page .contact-4 .box li .text{
    margin-top: 0.5rem;
}
.contact-page .contact-4 .box li .text p{
    font-size: 20px;
    line-height: 2;
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 20px;
  }
  .contact-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-page .contact-2 p {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-3 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 20px;
    line-height: 2;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 18px;
  }
  .contact-page .contact-3 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-3 .form ul {
    margin: -5px;
  }
}
@media screen and (max-width: 700px) {
    .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-1 .right #mapContainer {
    height: 300px !important;
  }
}

#addForm {
    width: 580px;
    padding: 60px;
    background-color: #fff;
    box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm h4 {
    margin-bottom: 40px;
    color: #051524;
}
#addForm span {

    font-weight: 700;
    font-style: normal;
    color: #414951;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
}
#addForm input {
    width: 100%;

    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #f4f7fc;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
#addForm textarea {
    width: 100%;

    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #f4f7fc;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    height: 100px;
}
#addForm .contact-submit {
    margin-top: 50px;
    text-align: center;
}
#addForm .contact-submit input[type="submit"] {
    display: inline-block;
    max-width: 290px;

    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    font-size: 24px;
    color: #fff!important;
    background-color: #019ee2;
    border-radius: 28px;
    text-align: center;
    margin-right: 0!important;
    padding: 9px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'SemiBold';
}
#addForm .contact-submit input[type="submit"]:hover {
    background-color: #0586ff;
}
.masks-page .masks-1 {
    background: #eceff0;
}
.masks-page .masks-1 .cat-det-02{
    display: none!important;
}
.masks-page .masks-1 h1 {
    color: #151414;
    padding: 70px 0 50px;
    line-height: 40px;
}
.masks-page .masks-1 p {
    max-width: 1030px;
    margin: 0 auto;
    font-size: 16px;
    color: #151414;
    opacity: 0.5;

    text-align: center;
}
.masks-page .masks-1 .masks-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.masks-page .masks-1 .masks-list li {
    font-size: 18px;
    color: #151414;
    margin: 0 15px;width: 25%;
}
.masks-page .masks-1 .masks-list li a {
    display: block;
    padding: 10px 5px;
    border-radius: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-align: center;

}
.masks-page .masks-1 .masks-list li a i{
    margin-left: 15px;
}
.masks-page .masks-1 .masks-list li a:hover {
    background: #31a8e0;
    color: #fff;
}
.masks-page .masks-1 .masks-list li.active a {
    background: #31a8e0;
    color: #fff;
}
.masks-page .masks-1 .masksBox {
    display: block;
}
.masks-page .masks-1 .masksBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.masks-page .masks-1 .masksBox ul li {
    width: 25%;
    padding: 10px;
    margin: 0;
}
.masks-page .masks-1 .masksBox ul li .masksImg {
    width: 100%;
    overflow: hidden;
}
.masks-page .masks-1 .masksBox ul li .masksImg .masks-img{
    display: block;
    overflow: hidden;
}
.masks-page .masks-1 .masksBox ul li .masksImg .masks-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.masks-page .masks-1 .masksBox ul li .masksImg img {
    width: 100%;
}
.masks-page .masks-1 .masksBox ul li .masksImg h3{
    padding: 15px 10px;
    font-size: 20px;

    color: #000;
    text-align: center;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.masks-page .masks-1 .masksBox ul li .masksImg h3:hover{
    color: #019ee2;
}
.masks-page .masks-1 .masksBox.on {
    display: block;
}
.masks-page .masks-1 .masks-more {
    text-align: center;
    padding: 60px 0 35px;
}
.masks-page .masks-1 .masks-more a {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;

    background: #31a8e0;
}
.masks-page .masks-1 .masks-more a:hover {
    background: #072745;
}
.masks-page .masks-2 h1 {
    color: #151414;
    padding: 50px 0 50px;
}
.masks-page .masks-2 h2 {
    color: #151414;
    padding: 50px 0 50px;
}
.masks-page .masks-2 .features {
    position: relative;
}
.masks-page .masks-2 .features .featuresImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.masks-page .masks-2 .features .featuresImg img{
    width: 36%;
}
.masks-page .masks-2 .features ul {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 50px;
    position: relative;
    z-index: 5;
}
.masks-page .masks-2 .features ul li {
    width: 50%;
    margin-bottom: 50px;
}
.masks-page .masks-2 .features ul li .features-list {
    display: inline-block;
    width: 355px;
}
.masks-page .masks-2 .features ul li .features-list a {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 10px 0;
    color: #7f7e7e;

    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    position: relative;
}
.masks-page .masks-2 .features ul li .features-list a:hover {
    box-shadow: 30px 10px 60px 0 rgba(0, 0, 0, 0.1);
    color: #000000;
}
.masks-page .masks-2 .features ul li .features-list a:hover::after {
    height: 100%;
}
.masks-page .masks-2 .features ul li .features-list a span {
    display: inline-block;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.masks-page .masks-2 .features ul li .features-list a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4px;
    height: 0;
    background: #2e9ed3;
    content: "";
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.masks-page .masks-2 .features ul li:nth-child(odd) .features-list a{
    justify-content: flex-end;
    padding-right: 20px;
}
.masks-page .masks-2 .features ul li:nth-child(odd) .features-list a::after{
    left: 0;
}
.masks-page .masks-2 .features ul li:nth-child(even) {
    text-align: right;
}
.masks-page .masks-2 .features ul li:nth-child(even) .features-list {
    text-align: left;
}
.masks-page .masks-2 .features ul li:nth-child(even) .features-list a {
    padding: 10px 10px;
}
.masks-page .masks-2 .features ul li:nth-child(even) .features-list a span {
    width: 75px;
    height: 75px;
}
.masks-page .masks-2 .features ul li:nth-child(even) .features-list a p {
    width: 75%;
}
.masks-page .masks-2 .features ul li:nth-child(1) .features-list a:hover span {
    background: url(../images/m-icon-1-blue.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(1) .features-list a span {
    background: url(../images/m-icon-1.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(2) .features-list a:hover span {
    background: url(../images/m-icon-2-blue.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(2) .features-list a span {
    background: url(../images/m-icon-2.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(3) .features-list a:hover span {
    background: url(../images/m-icon-3-blue.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(3) .features-list a span {
    background: url(../images/m-icon-3.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(4) .features-list a:hover span {
    background: url(../images/m-icon-4-blue.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(4) .features-list a span {
    background: url(../images/m-icon-4.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(5) .features-list a:hover span {
    background: url(../images/m-icon-5-blue.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(5) .features-list a span {
    background: url(../images/m-icon-5.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(6) .features-list a:hover span {
    background: url(../images/m-icon-6-blue.png) no-repeat center center;
}
.masks-page .masks-2 .features ul li:nth-child(6) .features-list a span {
    background: url(../images/m-icon-6.png) no-repeat center center;
}
.masks-page .masks-3 .about-3-box {
    margin-top: 45px;
    position: relative;
}
.masks-page .masks-3 .about-3-box .play-v {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.masks-page .masks-3 .about-3-box .play-v .play {
    display: block;
    text-align: center;
}
.masks-page .masks-3 .about-3-box .play-v .play:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.masks-page .masks-3 .about-3-box .play-v .play p {
    font-size: 27px;
    color: #151414;
    text-transform: uppercase;

    margin-top: 20px;
    opacity: 0.5;
}
.masks-page .masks-4 {
    padding: 100px;
}
.masks-page .masks-4 .masks-4-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.masks-page .masks-4 .masks-4-box .left {
    width: 50%;
    display: flex;
    justify-content: center;
}
.masks-page .masks-4 .masks-4-box .right {
    width: 50%;
    padding-left: 35px;
}
.masks-page .masks-4 .masks-4-box .right h1 {
    text-align: left;
    padding: 40px 0 45px;
}
.masks-page .masks-4 .masks-4-box .right p {
    font-size: 16px;
    color: #7c7777;

    line-height: 35px;
}
.masks-page .masks-5 h1 {
    padding: 20px 0 ;
    color: #151414;
}
.masks-page .masks-5 .masks-5-box {
    padding: 0 20px;
}
.masks-page .masks-5 .masks-5-box .swiper-container {
    padding: 30px 30px;
}
.masks-page .masks-5 .masks-5-box .swiper-container .swiper-slide {
    background: url(../images/Service-bja.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0 35px 60px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}
.masks-page .masks-5 .masks-5-box .swiper-container .swiper-slide:hover img {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.masks-page .masks-5 .masks-5-box .swiper-container .swiper-slide .item-img {
    text-align: center;
    padding: 35px 0 30px;
}
.masks-page .masks-5 .masks-5-box .swiper-container .swiper-slide .item-img img {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
.masks-page .masks-5 .masks-5-box .swiper-container .swiper-slide h2 {
    text-align: center;
    color: #151414;
    font-size: 22px;

    padding-bottom: 20px;
}
.masks-page .masks-5 .masks-5-box .swiper-container .swiper-slide p {
    font-size: 14px;
    color: #9aa0ab;

}
.masks-page .masks-6 {
    padding: 50px 0 110px;
}
.masks-page .masks-6 h1 {
    text-transform: uppercase;
    padding: 60px 0;
}
.masks-page .masks-6 .masks-6-box {
    padding: 0 33px;
}
.masks-page .masks-6 .masks-6-box .swiper-slide a {
    display: block;
    overflow: hidden;
}
.masks-page .masks-6 .masks-6-box .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media screen and (max-width: 1370px) {
    .containerBox {
        width: 1230px;
    }
    .guide-page .guide-list .guide-item .left .content h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .guide-page .guide-list .guide-item .left .content p {
        font-size: 16px;
        margin: 20px 0 20px auto;
    }
    .guide-page .guide-list .guide-item .left .itemBox {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1230px) {
    .containerBox {
        width: 970px;
    }
    .about-page .about-1 h2 {
        font-size: 40px;
    }
    .about-page .about-1 p {
        font-size: 16px;
    }
    .about-page .about-1 .top .content p {
        margin-top: 10px;
    }
    .about-page .about-1 .top .content {
        padding: 45px 30px;
        max-width: 500px;
    }
    .about-page .about-1 .bottom .right .content h2 {
        font-size: 30px;
    }
    .about-page .about-1 .bottom .right .content p {
        font-size: 14px;
    }
    .about-page .about-1 .top {
        margin-bottom: 60px;
    }
    .about-page .about-1 {
        padding: 80px 0;
    }
    .about-page .about-2 {
        padding: 50px 0;
    }
    .about-page .about-2 ul li p {
        font-size: 12px;
    }
    .about-page .about-2 ul {
        margin-top: 40px;
    }
    .about-page .about-3 {
        padding-top: 60px;
    }
    .about-page .about-4 {
        padding-top: 60px;
    }
    .about-page .about-4 .about-4-box {
        padding: 30px 40px 55px;
    }
    .faq-page {
        padding: 60px 0;
    }
    .news-page ul {
        padding: 0;
    }
    .news-page ul li {
        padding: 10px;
    }
    .news-page ul li .news-page-box .content {
        padding: 20px 15px 0;
    }
    .news-page ul li .news-page-box .content h2 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .contact-page .init-1 {
        padding-top: 0;
    }
    .contact-page .init-1 h1 {
        padding: 30px 0 20px;
    }
    .contact-page .init-1 ul li p {
        font-size: 14px;
    }
    .contact-page .init-2 .init-2-box .left h1 {
        padding: 30px 0;
    }
    .inner-page h1 {
        font-size: 30px;
    }
    .contact-page .init-2 .init-2-box .left .content {
        padding-left: 10px;
    }
    .contact-page .init-2 .init-2-box .left .content p {
        font-size: 14px;
    }
    .contact-page .init-2 .init-2-box .left .content ul {
        margin-top: 40px;
    }
    .contact-page .init-2 .init-2-box .left .content ul li p {
        font-size: 18px;
    }
    .contact-page .init-2 .init-2-box .left .content ul li span {
        width: 40px;
    }
    .contact-page .init-2 .init-2-box .left .content ul li {
        padding: 15px 0;
    }
    .contact-page .init-2 .init-2-box .right form {
        padding: 30px;
    }
    .contact-page .init-2 .init-2-box .right form h1 {
        margin-bottom: 10px;
    }
    .contact-page .init-2 .init-2-box .right form span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .contact-page .init-2 .init-2-box .right form input {
        margin-bottom: 10px;
    }
    .contact-page .init-2 .init-2-box .right form .contact-submit {
        margin-top: 10px;
    }
    .advantage-page {
        padding: 40px 0;
    }
    .advantage-page .advantage-list .advantage-item .right {
        padding: 0 20px 0 30px;
    }
    .advantage-page .advantage-list .advantage-item .right h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .advantage-page .advantage-list .advantage-item .right p {
        font-size: 16px;
    }
    .blog-page h1 {
        padding: 20px 0;
    }
    .blog-page .new-item .new-item-more {
        padding-bottom: 80px;
    }
    .masks-page .masks-1 h1 {
        padding: 30px 0 15px;
    }
    .masks-page .masks-1 p {
        font-size: 16px;
        max-width: 800px;
    }
    .masks-page .masks-1 .masks-list {
        padding: 30px 0;
    }
    .masks-page .masks-1 .masks-more {
        padding: 30px 0 20px;
    }
    .masks-page .masks-1 .masksBox ul li {
        padding: 5px;
    }
    .masks-page .masks-4 .masks-4-box .right h1 {
        padding: 20px 0;
    }
    .masks-page .masks-4 .masks-4-box .right p {
        font-size: 14px;
        line-height: 25px;
    }
    .masks-page .masks-4 {
        padding-bottom: 60px;
    }
    .masks-page .masks-6 h1 {
        padding: 30px 0;
    }
    .guide-page .guide-list .guide-item .left .content {
        padding: 0 30px;
    }
    .guide-page .guide-list .guide-item .left .content h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .guide-page .guide-list .guide-item .left .content p {
        font-size: 14px;
        margin: 10px 0 20px auto;
    }
    .guide-page .guide-list .guide-item .left .content p {
        font-size: 14px;
        margin: 10px 0 20px auto;
    }
}
@media screen and (max-width: 1100px) {
    .containerBox {
        width: 970px;
    }
    #banner,.inner-banner {
        margin-top: 0;
    }
}
@media screen and (max-width: 970px) {
    .inner-sidebar {
        display: none;
    }
    .containerBox {
        width: 768px;
    }
    .news-page {
        padding: 30px 0;
    }
    .news-page ul li {
        padding: 5px;
    }
    .news-page ul li .news-page-box .content {
        padding: 10px 10px 0;
    }
    .news-page ul li .news-page-box .content h2 {
        font-size: 16px;
    }
    .news-page ul li .news-page-box .content .time {
        padding: 10px 0;
    }
    .advantage-page .advantage-list .advantage-item {
        padding: 20px;
    }
    .advantage-page .advantage-list .advantage-item .right h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .advantage-page .advantage-list .advantage-item .right p {
        font-size: 14px;
    }
    .news-page ul li .news-page-box .content {
        padding: 10px 10px 0;
    }
    .guide-page .guide-list .guide-item .left .content {
        padding: 0 20px;
    }
    .guide-page .guide-list .guide-item .left .content p {
        font-size: 12px;
        margin: 5px 0 10px auto;
    }
    .guide-page .guide-list .guide-item .left .content a {
        font-size: 14px;
    }
    .guide-page .guide-list .guide-item .left .itemBox {
        margin-top: 10px;
    }
    .guide-page .guide-list .guide-item .left {
        margin: 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .containerBox {
        width: 100%;
    }
    .about-page .about-1 .top .content {
        padding: 10px;
        max-width: 300px;
    }
    .about-page .about-1 h2 {
        font-size: 20px;
    }
    .about-page .about-1 h2::after {
        display: none;
    }
    .about-page .about-1 p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .about-page .about-1 .bottom {
        display: block;
    }
    .about-page .about-1 .bottom .left {
        width: 100%;
    }
    .about-page .about-1 .bottom .right {
        width: 100%;
    }
    .about-page .about-1 .bottom .right .content {
        padding: 20px 0;
        margin-bottom: 5px;
    }
    .about-page .about-2 ul li {
        width: 100%;
    }
    .about-page .about-3 .about-3-box .play-v .play p {
        font-size: 18px;
    }
    .faq-page {
        padding: 20px 0;
    }
    .contact-page .init-1 ul li {
        width: 50% !important;
    }
    .contact-page .init-1 ul {
        padding: 30px 0;
    }
    .contact-page .init-1 ul li p {
        font-size: 12px;
    }
    .contact-page .init-2 .init-2-box {
        flex-wrap: wrap;
    }
    .contact-page .init-2 .init-2-box .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .init-2 .init-2-box .right {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .contact-page .init-2 .init-2-box .left .content ul {
        margin-top: 10px;
    }
    .contact-page .init-2 .init-2-box .left .content ul li {
        padding: 10px 0;
    }
    .contact-page .init-2 .init-2-box .left .content ul li span {
        width: 30px;
    }
    .inner-page h1 {
        font-size: 20px;
    }
    .contact-page .init-2 .init-2-box .right form {
        padding: 15px;
    }
    .contact-page .init-2 .init-2-box .right form span {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .contact-page .init-2 .init-2-box .right form h1 {
        margin-bottom: 0px;
    }
    .contact-page .init-2 .init-2-box .right form input {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 10px;
    }
    .contact-page .init-2 .init-2-box .right form textarea {
        margin-bottom: 5px;
        height: 60px;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 10px;
    }
    .contact-page .init-2 .init-2-box .right form .contact-submit input[type="submit"] {
        max-width: 200px;
        line-height: 20px;
        font-size: 14px;
    }
    .advantage-page .advantage-list .advantage-item .left {
        width: 100%;
    }
    .advantage-page .advantage-list .advantage-item .right {
        width: 100%;
        padding: 20px 0;
    }
    .advantage-page .advantage-list .advantage-item:nth-child(even) .right {
        padding: 20px 0;
    }
    .news-page ul li {
        width: 100%;
    }
    .blog-page h1 {
        line-height: 20px;
    }
    .blog-page .new-item .new-item-more a {
        padding: 5px 10px;
        font-size: 12px;
        margin-right: 5px;
    }
    .blog-page .new-item ul {
        padding: 0 0 10px;
    }
    .blog-page .new-item .new-item-more {
        padding-bottom: 20px;
    }
    .inner-banner {
        height: 180px;
    }
    .inner-banner .inner-banner-img{
        position: absolute;
        max-width: 130%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .masks-page .masks-5 .masks-5-box .swiper-container {
        padding: 10px;
    }
    .masks-page .masks-4 .masks-4-box .left {
        width: 100%;
    }
    .masks-page .masks-4 .masks-4-box .right {
        width: 100%;
        padding-left: 0;
    }
    .masks-page .masks-2 .features ul li {
        width: 100%;
    }
    .masks-page .masks-2 .features ul li .features-list a span {
        background-size: 95% 95%;
        width: 50px;
        height: 50px;
    }
    .masks-page .masks-2 .features ul li {
        margin-bottom: 10px;
    }
    .masks-page .masks-2 .features ul li:nth-child(even) .features-list a span {
        background-size: 90% auto;
        width: 50px;
        height: 50px;
    }
    .masks-page .masks-2 .features ul li:nth-child(even) .features-list a {
        padding: 0 0;
    }
    .masks-page .masks-2 .features ul {
        padding: 10px 0;
    }
    .masks-page .masks-1 p {
        font-size: 12px;
        max-width: 300px;
    }
    .masks-page .masks-1 .masks-list {
        display: block;
    }
    .masks-page .masks-1 .masks-list li {
        text-align: center;
    }
    .masks-page .masks-1 .masksBox ul li {
        width: 100%;
    }
    .guide-page .guide-list .guide-item .left {
        width: 100%;
    }
    .guide-page .guide-list .guide-item .right {
        width: 100%;
    }
    .guide-page .guide-list .guide-item {
        margin-bottom: 20px;
    }
    .inner-banner{
        margin-top: 0;
    }
    .masks-page .masks-2 .features ul li:nth-child(odd) .features-list a{
        justify-content: flex-start;
    }
    .masks-page .masks-4{
        padding: 0 !important;
    }
    .masks-page .masks-1 .masks-list{
        display: flex;
        flex-wrap: wrap;
    }
    .masks-page .masks-1 .masks-list li{
        width: 50%;
        margin: 0;
        font-size: 14px;
    }
    #footer .bottom .bottom-box p{
        display: block;
        text-align: center;
    }
    .guide-page .guide-list .guide-item .right{
        display: none;
    }
    .masks-page .masks-2 .features ul li:nth-child(odd) .features-list a{
        padding-left:20px;
    }
    .masks-page .masks-2 .features ul li:nth-child(even) .features-list a{
        padding: 10px 20px;
    }
    .masks-page .masks-2 h1{
        padding: 20px 0 20px;
    }
    .masks-page .masks-2 .features ul li .features-list a{
        font-size: 14px;
    }
    .masks-page .masks-2 .features ul li:nth-child(even){
        text-align: left;
    }
    .masks-page .masks-2 .features ul li .features-list{
        width: 100%;
    }
    .about-page .about-1 .top .content{
        position: relative;
        max-width: 100%;
    }
    .about-page .about-1 p{
        -webkit-line-clamp: 20;
    }
    .guide-page .guide-list .guide-item .left .itemBox{
        padding: 0 20px;
    }
    .guide-page .guide-list .guide-item .left .content{
        text-align: left;
    }
    .guide-page .guide-list .guide-item .left .content h2{
        margin-top: 10px;
    }
    .guide-page .guide-list .guide-item:nth-child(even) .left .content p {
        margin: 10px 0;
    }
    .contact-page .init-1 ul li{
        margin-bottom: 10px;
    }
    .masks-page .masks-2 .features .featuresImg img{
        width: 100%;
    }



}
@media screen and (max-width: 500px){
    .inner-banner {
        height: 150px;
    }
    .inner-banner .inner-banner-img {
        max-width: 190%;
    }
}
@media screen and (max-width: 500px){
    .inner-banner .inner-banner-img{
        max-width: 220%;
    }
}
.m-page {
    text-align:center;
    margin-top: 3rem;
}
.m-page a,
.m-page span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #0e60aa;
    color: #7b8393;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
    display: inline-block;
    font-size: 12px;
}
.m-page span,
.m-page a:hover {
    background: #0e60aa;
    color: white;
}

.newsdet-page .init-2 {
    padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
    font-size: 40px;
    color: #222;
    text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
    font-size: 14px;
    text-align: center;
    color: #585858;
    display: block;
    padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 18px;
    color: rgba(0,0,0.6);
    line-height: 2;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 10px 0; font-size: 18px;line-height: 30px;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
    color: #0e60aa;
}
.newsdet-page .init-3 .news_next {
    padding: 40px 0;
    font-size: 18px;
    color: #222;
    line-height: 2;
}
.newsdet-page .init-3 .news_next a {
    color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
    color: #0e60aa;
}

.edddsdx .cat-det-01{
    display: none!important;
}

.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.8);
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}
.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin-top: 40px;
}
.contact100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    background-image: url("../images/basic/layer-form-bg.jpg");
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}
.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67,67,67,0.6);
}
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 55px 48px 55px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px
}
.label-input100 {
    font-size: 18px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}
.label-input100.rs1 {
    height: 60px;
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
    border: none;
}
input.input100 {
    height: 55px;
}
textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #0066cc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
    color: #0066cc;
}
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 17px;
}
.contact100-form-btn {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #0066cc;
    cursor: pointer;
    box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn:hover {
    background: #333333;
    box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}


.layer-form .wrap-contact100 {
    width: 357px;
    border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
    color: #000000;
    top: 0px;
    right: 7px;
}
.layer-form .wrap-contact100 form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
    font-size: 12px;
    color: #adadad;
    padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
    border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
    height: 114px;
    padding-top: 22px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 15px 20px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
    border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
    border: 1px solid #e6e6e6;
    background: #0071e3;
    height: 42px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 20px;
    margin: 0;
    border-radius: 42px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: relative;
    z-index: 10;
    color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
    background: #000;
    color: #ffffff;
}

@media screen and (max-width:768px){
    .masks-page .masks-2 .features .featuresImg{
        display: none;
    }
    .about-page .about-1 .bottom .right .content h2{
        font-size: 20px;
    }
    .about-page .about-1 .bottom .right .content p{
        font-size: 12px;
    }
    .inner-banner {
        height: 200px !important;
    }
    #addForm{
        padding: 20px;
    }
    /*.inner-banner{
        display: none;
    }*/
}

.tc-form h4{
    font-size: 40px;
    color: #051524;
    text-align: center;
    font-weight: bold;
}
.tc-form,
.tc-form-layer{
    position: fixed;
    display: none;
}
.tc-form{
    z-index: 9999;
    left: 50%;
    top:6%;
    margin-left: -290px;
}
.tc-form-layer{
    z-index: 9998;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,0,0,.7);
}
.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
  border-radius: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
    text-transform: capitalize;
    color: #072948;
    font-size: 18px;
    font-family: 'Titillium Web';
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-right: 40px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li i{
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a
{
  background: #019ee2 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > i,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > i {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .children li{
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .children li a{
  padding-right: 0;
}
.inner-page .sidebar-box .sidebar-right {
    width: 72%;
    padding-left: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008cc9;
  z-index: -1;
  opacity: .83;
      border-radius: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
      color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Titillium Web';
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
    font-weight: 500;
    /*letter-spacing: 1px;*/
    margin: 20px 0;
    display: block;
    font-size: 16px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #d50110;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: 'RCB';
  position: relative;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact::before{
  content: '';
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      width: 0;
      height: 100%;
       background: #254985;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  /*background: transparent;*/
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover::before{
  width: 100%;
}

.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
      box-shadow: 0 0 5px rgb(72 73 121 / 10%);
  padding: 6px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a img{
  width: 100%;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  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 .gallery-list ul li .box:hover h5 {
  background: #019ee2;
  color: white;
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .inner-page.newdet-page .sidebar-box .sidebar-left .sidebar-nav{
    display: none!important;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
    font-family: 'RCB';
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }

  .about2-page .about-1 .box .left .text p {
  font-size: 18px;
  line-height: 2;
}

  .inner-page .sidebar-box .sidebar-left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    display: none;
  }
  .inner-page .sidebar-box .sidebar-left ul .children,
  .inner-page .sidebar-box .sidebar-left .sidebar-info{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }

  /*.grid-box.three>.column {
    width: 100%!important;
  }*/

}

.fanh {
  display: block;
  font-size: 18px;
  color: #6b6b84;
  line-height: 2;
  margin: 0 auto;
  padding-top: 15px;
  font-family: "Light";
}


.news-page .news-list ul li .box .content p {
  font-size: 14px;
  line-height: 2;
}

#index-body .news .news-box .news-box-title h2 {
  font: inherit;
  color: inherit;
}

.prodet-page .about-1 {
  padding: 50px 0;
}
.prodet-page .about-3 {
  padding: 50px 0;
}
.prodet-page .about-5 {
  padding: 50px 0;
}