@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.otf) format('truetype');
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'HelveticaObl-Heavy';
  src: url(../fonts/HelveticaObl-Heavy.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url(../fonts/MYRIADPRO-REGULAR.ttf) format('truetype'), url(../fonts/MYRIADPRO-REGULAR.eot) format('eot'), url(../fonts/MYRIADPRO-REGULAR.woff) format('woff'), url(../fonts/MYRIADPRO-REGULAR.woff2) format('woff2');
}
@font-face {
    font-family: 'poppins';
    src: url(../fonts/poppins.ttf) format('truetype'), url(../fonts/poppins.eot) format('eot'), url(../fonts/poppins.woff) format('woff'), url(../fonts/poppins.woff2) format('woff2');
}
@font-face {
    font-family: 'POPPINS-REGULAR';
    src: url(../fonts/POPPINS-REGULAR.ttf) format('truetype'), url(../fonts/POPPINS-REGULAR.eot) format('eot'), url(../fonts/POPPINS-REGULAR.woff) format('woff'), url(../fonts/POPPINS-REGULAR.woff2) format('woff2');
}
@font-face {
    font-family: 'POPPINS-SEMIBOLD';
    src: url(../fonts/POPPINS-SEMIBOLD.ttf) format('truetype'), url(../fonts/POPPINS-SEMIBOLD.eot) format('eot'), url(../fonts/POPPINS-SEMIBOLD.woff) format('woff'), url(../fonts/POPPINS-SEMIBOLD.woff2) format('woff2');
}
@font-face {
    font-family: 'Anton';
    src: url(../fonts/Anton.ttf) format('truetype'), url(../fonts/Anton.eot) format('eot'), url(../fonts/Anton.woff) format('woff'), url(../fonts/Anton.woff2) format('woff2');
}
@font-face {
    font-family: 'POPPINS-SEMIBOLD';
    src: url(../fonts/POPPINS-SEMIBOLD.ttf) format('truetype'), url(../fonts/POPPINS-SEMIBOLD.eot) format('eot'), url(../fonts/POPPINS-SEMIBOLD.woff) format('woff'), url(../fonts/POPPINS-SEMIBOLD.woff2) format('woff2');
}
@font-face {
    font-family: 'roboto-bold';
    src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
    font-family: 'AGBUCHSTENCILBQ-MEDIUM';
    src: url(../fonts/AGBUCHSTENCILBQ-MEDIUM.ttf) format('truetype'), url(../fonts/AGBUCHSTENCILBQ-MEDIUM.eot) format('eot'), url(../fonts/AGBUCHSTENCILBQ-MEDIUM.woff) format('woff'), url(../fonts/AGBUCHSTENCILBQ-MEDIUM.woff2) format('woff2');
}
body {
    font-family: "MYRIADPRO-REGULAR";
    margin: 0 auto;
}
.container {
  width: 1250px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header img {
  width: auto;
}
#header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
}
#header .nav .h-logo{
    position: relative;
}
#header .nav .h-logo a{
    position: relative;
    z-index: 3;
}
#header .nav .h-logo a img{
    position: relative;
    z-index: 3;
}
#header .nav .h-logo::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/logo-h.png) no-repeat center center;
    opacity: 0;
}
#header.on .nav .h-logo a img{
    opacity: 0;
}
#header.on .nav .h-logo::after{
    opacity: 1;
}
#header .nav .nav-icon {
  cursor: pointer;
  position: relative;
}
#header .nav .nav-icon:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/nav-icon-b.png) no-repeat center center;
    opacity: 0;
    left: 0;
    top: 0;
}
#header.on{
    position: absolute;
}
#header.active .nav .nav-icon img{
    opacity: 0;
}
#header.active .nav .nav-icon:after{
    opacity: 1;
}
#header .nav.scrollNav .h-logo{
    opacity: 0;
}
#fullpage h1.h1,
#fullpage h2.h2,
#fullpage h3.h3,
#fullpage h4.h4,
#fullpage h5.h5,
#fullpage h6.h6,
#fullpage h1,
#fullpage h2,
#fullpage h3,
#fullpage h4,
#fullpage h5,
#fullpage h6,
#fullpage p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#fullpage span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#fullpage em {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#fullpage img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#fullpage p {
  font-size: 16px;
  line-height: 1.8;
}
#fullpage p.p {
  font-size: 14px;
}
#fullpage .more {
  margin-top: 50px;
  display: inline-block;
  padding: 15px 22px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  background: #006eb3;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .more:hover {
  background: #b30021;
}
#fullpage .section:nth-child(1) {
  background: url(../images/banner-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#fullpage .section:nth-child(1) #banner .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#fullpage .section:nth-child(1) #banner .left-box {
  width: 50%;
  padding-right: 78px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
}
#fullpage .section:nth-child(1) #banner .left-box h2 {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
#fullpage .section:nth-child(1) #banner .left-box h2 span {
  font-weight: bold;
}
#fullpage .section:nth-child(1) #banner .left-box h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 20px;
  position: relative;
}
#fullpage .section:nth-child(1) #banner .left-box h1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #0d76b7;
  left: 0;
  bottom: 0;
}
#fullpage .section:nth-child(1) #banner .left-box p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-family: '微软雅黑';
  margin-top: 10px;
}
#fullpage .section:nth-child(1) #banner .left-box .more-box {
  display: inline-block;
  margin-top: 30px;
}
#fullpage .section:nth-child(1) #banner .left-box .more-box > a {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 10px;
  background: #006eb3;
  font-size: 18px;
  line-height: 1;
  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;
}
#fullpage .section:nth-child(1) #banner .left-box .more-box > a img {
  display: inline-block;
  margin-left: 10px;
}
#fullpage .section:nth-child(1) #banner .left-box .more-box > a:hover {
  background: #000000;
}



#fullpage .section:nth-child(1) #banner .swiper-slide .left {
  width: 50%;
  padding-right: 78px;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left h2 span {
  font-weight: bold;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 20px;
  position: relative;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left h1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #0d76b7;
  left: 0;
  bottom: 0;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-family: '微软雅黑';
  margin-top: 10px;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left .more-box {
  display: inline-block;
  margin-top: 30px;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left .more-box > a {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 10px;
  background: #006eb3;
  font-size: 18px;
  line-height: 1;
  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;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left .more-box > a img {
  display: inline-block;
  margin-left: 10px;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .left .more-box > a:hover {
  background: #000000;
}
#fullpage .section:nth-child(1) #banner .swiper-slide .right {
  width: 50%;
  display: none;
}
#fullpage .section:nth-child(1) #banner .swiper-slide-active .right {
  display: block;
  animation: 1s .3s zoomIn both;
}
#fullpage .section:nth-child(1) #banner .swiper-pagination {
  position: relative;
  text-align: left;
}
#fullpage .section:nth-child(1) #banner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 222px;
  height: 1px;
  margin-right: 70px;
  border-top: 1px solid rgba(250, 250, 250, 0.5);
  opacity: 1;
  position: relative;
  display: inline-block;
  background: none;
}
#fullpage .section:nth-child(1) #banner .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  width: 135px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background: #fff;
}
#fullpage .section:nth-child(1) #banner .swiper-pagination .swiper-pagination-bullet-active::after {
  background: #0d76b7;
}
#fullpage .section:nth-child(1) #banner ul {
  display: flex;
  flex-wrap: wrap;
}
#fullpage .section:nth-child(1) #banner ul li {
  width: 222px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-right: 70px;
  margin-top: 15px;
}
#fullpage .section:nth-child(2) {
  background: url(../images/about.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#fullpage .section:nth-child(2) .i-about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}
#fullpage .section:nth-child(2) .i-about .left {
  width: 50%;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
#fullpage .section:nth-child(2) .i-about .left .left-box {
  max-width: 610px;
  margin: 0 0 0 auto;
  padding-right: 20px;
  position: relative;
}
#fullpage .section:nth-child(2) .i-about .left .left-box h3 {
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #e5e5e5;
  left: 0;
  top: -50px;
  z-index: -1;
  font-weight: bold;
}
#fullpage .section:nth-child(2) .i-about .left .left-box h2 {
  font-size: 36px;
  line-height: 1;
  color: #565656;
  font-weight: bold;
  text-transform: uppercase;
}
#fullpage .section:nth-child(2) .i-about .left .left-box h2 span {
  color: #006eb3;
}
#fullpage .section:nth-child(2) .i-about .left .left-box h1 {
  font-size: 36px;
  line-height: 1;
  color: #252735;
  font-weight: bold;
  padding: 15px 0 25px;
}
#fullpage .section:nth-child(2) .i-about .left .left-box p {
  line-height: 2;
  color: #6e6f71;
  max-width: 485px;
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul {
  width: 1220px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  background: rgba(250, 250, 250, 0.8);
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul li {
  width: 25%;
  text-align: center;
  padding: 90px 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul li:hover {
  background: #006eb3;
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul li:hover p {
  color: #fff;
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul li:hover span {
  color: #fff;
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul li p {
  max-width: 100%;
  line-height: 1;
  color: #006eb3;
  margin-bottom: 35px;
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul li span {
  font-size: 14px;
  color: #006eb3;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: 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;
}
#fullpage .section:nth-child(2) .i-about .left .left-box ul li span em {
  font-size: 83px;
  line-height: 0.8;
  font-weight: bold;
}
#fullpage .section:nth-child(2) .i-about .right {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#fullpage .section:nth-child(3) {
  height: 100%;
}
#fullpage .section:nth-child(3) .i-product {
  height: 100%;
}
#fullpage .section:nth-child(3) .i-product ul {
  display: flex;
  height: 100%;
}
#fullpage .section:nth-child(3) .i-product ul li {
  width: 11%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  background: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#fullpage .section:nth-child(3) .i-product ul li:hover::after {
  opacity: 1;
}
#fullpage .section:nth-child(3) .i-product ul li::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 110, 179, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  z-index: 1;
}
#fullpage .section:nth-child(3) .i-product ul li .content {
  position: relative;
  z-index: 2;
  height: 100%;
}
#fullpage .section:nth-child(3) .i-product ul li .content h2 {
  width: 50px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#fullpage .section:nth-child(3) .i-product ul li .content h2 span {
  border-bottom: 4px solid #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
#fullpage .section:nth-child(3) .i-product ul li .content img {
  height: 100%;
  opacity: 0;
}
#fullpage .section:nth-child(3) .i-product ul li .content .text {
  display: none;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  animation: 1s .3s zoomIn both;
}
#fullpage .section:nth-child(3) .i-product ul li .content .text h1 {
  font-size: 36px;
  line-height: 1;
  color: #006eb3;
  font-weight: bold;
  position: relative;
  padding-bottom: 70px;
}
#fullpage .section:nth-child(3) .i-product ul li .content .text h1 span {
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  color: #252735;
  display: block;
  margin-bottom: 30px;
}
#fullpage .section:nth-child(3) .i-product ul li .content .text h1::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #006eb3;
  left: 0;
  bottom: 35px;
}
#fullpage .section:nth-child(3) .i-product ul li .content .text p {
  font-size: 14px;
  color: #6e6f71;
  line-height: 2;
  margin-bottom: 20px;
  max-width: 390px;
}
#fullpage .section:nth-child(3) .i-product ul li.active {
  width: 67%;
}
#fullpage .section:nth-child(3) .i-product ul li.active .content h2 {
  display: none;
}
#fullpage .section:nth-child(3) .i-product ul li.active .content .text {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  padding-bottom: 10%;
}
#fullpage .section:nth-child(3) .i-product ul li.active .content .text span{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
#fullpage .section:nth-child(3) .i-product ul li.active .content .text div{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
#fullpage .section:nth-child(3) .i-product ul li.active .content .text p{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    margin: 0;
}
#fullpage .section:nth-child(3) .i-product ul li.active .content .text strong{
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
#fullpage .section:nth-child(3) .i-product ul li.active img {
  opacity: 1;
}
#fullpage .section:nth-child(4) .i-partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
#fullpage .section:nth-child(4) .i-partner .left {
  width: 50%;
  height: 100%;
  background: url(../images/partner.jpg) no-repeat;
  background-attachment: fixed;
}
#fullpage .section:nth-child(4) .i-partner .right {
  width: 50%;
  padding: 0 120px 0 140px;
  position: relative;
}
#fullpage .section:nth-child(4) .i-partner .right h2 {
  position: absolute;
  left: 140px;
  top: -50px;
  font-size: 80px;
  line-height: 1;
  color: #e5e5e5;
  z-index: -1;
  font-weight: bold;
  text-transform: uppercase;
}
#fullpage .section:nth-child(4) .i-partner .right h1 {
  font-size: 36px;
  line-height: 1;
  color: #252735;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
}
#fullpage .section:nth-child(4) .i-partner .right h1::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 0.5px;
  background: #006eb3;
  bottom: 0;
  left: 0;
}
#fullpage .section:nth-child(4) .i-partner .right p.p {
  color: #6e6f71;
  line-height: 1;
  margin-top: 25px;
}
#fullpage .section:nth-child(4) .i-partner .right .partnerBox {
  margin-top: 70px;
}
#fullpage .section:nth-child(4) .i-partner .right .partnerBox .swiper-container {
  padding: 2px 5px 10px;
}
#fullpage .section:nth-child(4) .i-partner .right .partnerBox .swiper-container .swiper-slide {
  box-shadow: 0 4px 3px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#fullpage .section:nth-child(4) .i-partner .right .more {
  margin-top: 65px;
}
#fullpage .section:nth-child(5) {
  background: url(../images/services-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#fullpage .section:nth-child(5) .i-services .top {
  text-align: center;
  position: relative;
}
#fullpage .section:nth-child(5) .i-services .top h2 {
  font-size: 80px;
  color: rgba(250, 250, 250, 0.5);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
#fullpage .section:nth-child(5) .i-services .top h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
}
#fullpage .section:nth-child(5) .i-services .top h1::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  background: #006eb3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#fullpage .section:nth-child(5) .i-services .top p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-top: 20px;
}
#fullpage .section:nth-child(5) .i-services .servicesBox {
  margin-top: 115px;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide {
  background: url(../images/item-bg.png) no-repeat;
  text-align: center;
  padding: 55px 0 45px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:hover {
  background: url(../images/item-bg-hade.png) no-repeat;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:hover h2 {
  color: #000000;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide span {
  width: 69px;
  height: 69px;
  display: inline-block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: 75px;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(1) span {
  background: url(../images/item1.png) no-repeat center center;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(1):hover span {
  background: url(../images/item1-1.png) no-repeat center center;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(2) span {
  background: url(../images/item2.png) no-repeat center center;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(2):hover span {
  background: url(../images/item2-2.png) no-repeat center center;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(3) span {
  background: url(../images/item3.png) no-repeat center center;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(3):hover span {
  background: url(../images/item3-3.png) no-repeat center center;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(4) span {
  background: url(../images/item4.png) no-repeat center center;
}
#fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:nth-child(4):hover span {
  background: url(../images/item4-4.png) no-repeat center center;
}
#fullpage .section:nth-child(6) .i-news .top {
  text-align: center;
  position: relative;
}
#fullpage .section:nth-child(6) .i-news .top h2 {
  font-size: 80px;
  color: #e5e5e5;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
#fullpage .section:nth-child(6) .i-news .top h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #252735;
  padding-bottom: 20px;
  position: relative;
}
#fullpage .section:nth-child(6) .i-news .top h1::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  background: #006eb3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#fullpage .section:nth-child(6) .i-news .top p {
  font-size: 14px;
  color: #6e6f71;
  line-height: 1;
  margin-top: 20px;
}
#fullpage .section:nth-child(6) .i-news .newsBox {
  margin-top: 60px;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-container {
  padding: 10px;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide {
  position: relative;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide:hover .news-box {
  transform: rotateY(-180deg);
  opacity: 0;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide:hover .news-hand {
  transform: rotateY(0);
  opacity: 1;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-box {
  position: relative;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-box img {
  width: 100%;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-box .time {
  position: absolute;
  width: 100%;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  top: 0;
  left: 0;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-box .content {
  position: absolute;
  padding: 20px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-box .content h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-box .content p {
  font-size: 14px;
  color: #bbbbbb;
  line-height: 1.5;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand {
  position: absolute;
  transform: rotateY(180deg);
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  padding: 28px 20px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content {
  border: 0.5px solid #006eb3;
  height: 100%;
  padding: 70px 15px 45px;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content .time {
  font-size: 14px;
  line-height: 1;
  color: #bbbbbb;
  margin-bottom: 30px;
  text-align: center;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content h2 {
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 1px solid #006eb3;
  color: #006eb3;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 2px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
overflow: hidden;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content h2:hover {
  color: #b30021;
  border-bottom: 1px solid #b30021;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content p {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 9;
overflow: hidden;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content .more-box {
  margin-top: 40px;
  text-align: center;
}
#fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content .more-box img:hover {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@font-face {
  font-family: 'HelveticaObl-Heavy';
  src: url(../fonts/HelveticaObl-Heavy.ttf) format('truetype');
}
#footer {
  position: relative;
  background: #000000;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer h2 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-family: 'HelveticaObl-Heavy';
  opacity: 0.2;
  text-transform: uppercase;
}
#footer h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-top: 5px;
}
#footer p {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer-box {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-box .left {
  width: 50%;
  border-right: 2px solid #292929;
}
#footer .footer-box .left ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-box .left ul li {
  width: 50%;
  margin-bottom: 15px;
}
#footer .footer-box .left ul li .icon {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
#footer .footer-box .left ul li .icon .fa {
  font-size: 25px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  width: 28px;
}
#footer .footer-box .left ul li .icon p {
  position: relative;
}
#footer .footer-box .left ul li .icon p::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -10px;
}
#footer .footer-box .left ul li .text {
  padding-left: 35px;
}
#footer .footer-box .left ul li:nth-child(2) p {
  text-transform: none;
}
#footer .footer-box .right {
  width: 50%;
  padding-left: 50px;
}
#footer .footer-box .right .right-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}
#footer .footer-box .right .right-box .links {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
#footer .footer-box .right .right-box .links ul li {
  font-size: 14px;
  color: #777777;
  line-height: 1;
  margin-bottom: 15px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .footer-box .right .right-box .links ul li:hover {
  color: #006eb3;
}
#footer .footer-box .right .right-box .qr {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
  align-items: center;
}
#footer .footer-box .right .right-box .qr img {
  width: 80px;
  height: auto;
  display: inline-block;
  margin-left: 18px;
}
#footer .footer-box .right .right-box .qr span {
  display: inline-block;
  width: 15px;
  font-size: 14px;
  color: #777777;
  line-height: 1;
  margin-left: 10px;
}
#footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 20px;
}
#footer .footer-bottom p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #777777;
  line-height: 1;
}
#footer .footer-bottom p img {
  width: 100px;
  margin-right: 3px;
  margin-left: 20px;
}
#footer .Stick {
  position: absolute;
  right: -30px;
  top: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .container {
    width: 1000px;
  }
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    padding: 0;
    height: auto !important;
  }
  #banner {
    padding: 116px 15px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left h2 {
    font-size: 30px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left h1 {
    font-size: 36px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left p {
    font-size: 14px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left .more-box > a {
    padding: 10px 15px;
    font-size: 14px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left .more-box {
    margin-top: 0px;
  }
  #fullpage .section:nth-child(2) .i-about {
    padding: 100px 0;
  }
  #fullpage .section:nth-child(2) .i-about .left {
    padding-left: 15px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box h3 {
    font-size: 50px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box h2 {
    font-size: 30px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box h1 {
    font-size: 30px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul {
    width: 985px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul li {
    padding: 40px 0;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul li span em {
    font-size: 50px;
  }
  #fullpage .section:nth-child(3) .i-product ul li.active .content img {
    height: 620px;
    width: 100%;
  }
  #fullpage .section:nth-child(3) .i-product ul {
    flex-direction: row;
  }
  #fullpage .section:nth-child(3) .i-product {
    height: auto;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content img {
    height: 620px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text {
    left: 30px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1 span {
    font-size: 50px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1 {
    font-size: 24px;
    padding-bottom: 40px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1::after {
    bottom: 20px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text p {
    max-width: 260px;
    line-height: 1.5;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content h2 {
    font-size: 26px;
    width: 30px;
  }
  #fullpage .section:nth-child(4) .i-partner {
    flex-direction: row;
    align-items: inherit;
  }
  #fullpage .section:nth-child(4) .i-partner .left {
    height: auto;
  }
  #fullpage .section:nth-child(4) .i-partner .right {
    padding: 100px 50px;
  }
  #fullpage .section:nth-child(4) .i-partner .right h2 {
    left: 50px;
    top: 60px;
    font-size: 50px;
  }
  #fullpage .section:nth-child(5) .i-services {
    padding: 100px 0;
  }
  #fullpage .section:nth-child(5) .i-services .servicesBox {
    margin-top: 80px;
  }
  #fullpage .section:nth-child(6) .i-news {
    padding: 100px 0;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-box .content h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content {
    padding: 20px 15px 15px;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content .time {
    margin-bottom: 15px;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content p {
    line-height: 1.8;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content .more-box {
    margin-top: 20px;
  }
  #footer p {
    font-size: 12px;
  }
  #footer .footer-box .right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #header {
    display: none;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left h2 {
    font-size: 20px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left h1 {
    font-size: 25px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left {
    padding-right: 50px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left .more-box > a {
    padding: 10px 15px;
    font-size: 12px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-pagination .swiper-pagination-bullet {
    width: 150px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-pagination .swiper-pagination-bullet::after {
    width: 90px;
  }
  #fullpage .section:nth-child(1) #banner ul li {
    width: 150px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box h3 {
    font-size: 30px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box h2 {
    font-size: 20px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box h1 {
    font-size: 20px;
    padding: 5px 0 10px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box p {
    max-width: 320px;
    line-height: 1.5;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box h3 {
    top: -20px;
  }
  #banner {
    padding: 50px 15px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul {
    width: 685px;
  }
  #fullpage .section:nth-child(2) .i-about {
    padding: 50px 0;
  }
  #fullpage .section:nth-child(3) .i-product ul li.active .content img {
    height: 460px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content img {
    height: 460px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1 span {
    font-size: 40px;
    margin-bottom: 15px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1::after {
    bottom: 10px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text p {
    color: #000000;
  }
  #fullpage .section:nth-child(4) .i-partner .right {
    padding: 50px 15px;
  }
  #fullpage .section:nth-child(4) .i-partner .right h2 {
    left: 15px;
    top: 20px;
    font-size: 40px;
  }
  #fullpage .section:nth-child(4) .i-partner .right h1 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  #fullpage .section:nth-child(4) .i-partner .right p.p {
    margin-top: 15px;
  }
  #fullpage .section:nth-child(4) .i-partner .right .partnerBox {
    margin-top: 30px;
  }
  #fullpage .section:nth-child(4) .i-partner .right .more {
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 14px;
  }
  #fullpage .section:nth-child(5) .i-services .top h2 {
    font-size: 40px;
    top: -30px;
  }
  #fullpage .section:nth-child(5) .i-services .top h1 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  #footer .footer-box .left ul li {
    width: 100%;
  }
  #footer .footer-box .right .right-box .links {
    width: 100%;
  }
  #footer .footer-box .right .right-box .qr {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
  #footer .footer-box .right .right-box .qr img {
    margin-left: 0;
    margin-right: 18px;
  }
  #footer .footer-box .right .right-box .qr span {
    margin-left: 0;
    margin-right: 18px;
  }
  #footer .Stick {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #fullpage .more {
    margin-top: 10px;
  }
  #fullpage .section:nth-child(1) #banner .swiper-slide .right {
    width: 100%;
  }
  #fullpage .section:nth-child(1) #banner .swiper-pagination {
    display: none;
  }
  #fullpage .section:nth-child(1) #banner ul {
    display: none;
  }
  #banner {
    padding: 20px 15px;
  }
  #fullpage .section:nth-child(2) .i-about .left {
    width: 100%;
  }
  #fullpage .section:nth-child(2) {
    background: none;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul {
    margin-top: 20px;
    width: 100%;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box p {
    max-width: 100%;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box {
    max-width: 100%;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul li {
    width: 50%;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul li span em {
    font-size: 25px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul li p {
    margin-bottom: 20px;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box ul li {
    padding: 20px 0;
  }
  #fullpage .section:nth-child(2) .i-about .left .left-box {
    padding-right: 15px;
  }
  #fullpage .more {
    padding: 10px 20px;
    font-size: 14px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content h2 {
    font-size: 18px;
    width: 20px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text {
    left: 15px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1 span {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1 {
    font-size: 15px;
    padding-bottom: 10px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text h1::after {
    bottom: 5px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content .text p {
    font-size: 12px;
  }
  #fullpage .section:nth-child(3) .i-product ul li.active .content img {
    height: 320px;
  }
  #fullpage .section:nth-child(3) .i-product ul li .content img {
    height: 320px;
  }
  #fullpage .section:nth-child(4) .i-partner .left {
    display: none;
  }
  #fullpage .section:nth-child(4) .i-partner .right {
    width: 100%;
  }
  #fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide {
    background: url(../images/item-bg.png) no-repeat center center;
  }
  #fullpage .section:nth-child(5) .i-services .servicesBox .swiper-slide:hover {
    background: url(../images/item-bg-hade.png) no-repeat center center;
  }
  #fullpage .section:nth-child(5) .i-services .servicesBox {
    margin-top: 30px;
  }
  #fullpage .section:nth-child(5) .i-services {
    padding: 50px 0;
  }
  #fullpage .section:nth-child(6) .i-news {
    padding: 50px 0;
  }
  #fullpage .section:nth-child(6) .i-news .top h2 {
    font-size: 50px;
    top: -30px;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox {
    margin-top: 30px;
  }
  #fullpage .section:nth-child(6) .i-news .newsBox .swiper-slide .news-hand .content p {
    font-size: 12px;
  }
  #footer .footer-box .left {
    width: 100%;
    border-right: 0px solid #292929;
    margin-bottom: 30px;
  }
  #footer .footer-box .right {
    width: 100%;
    padding-left: 0;
  }
  #footer .footer-bottom {
    display: block;
    text-align: center;
  }
  #footer .footer-bottom p {
    justify-content: center;
  }
  #footer .footer-bottom p img {
    margin-left: 0;
  }
  #footer .footer-box .right .right-box .qr {
    display: none;
  }
  #fullpage .section:nth-child(1) #banner .left-box h1 {
    font-size: 22px;
}
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-o-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s !important;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  z-index: 2000;
}
#mobile img {
  width: auto;
}
#mobile:before {
  content: '';
  width: 250vh;
  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;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  display: none;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -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: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on {
  display: block;
}
#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;
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #mobile #menu-on {
    display: block !important;
  }
  #header {
    display: none;
  }
  #banner {
    margin-top: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
/* 内页样式 */
.inner-banner {
    display: block;
    height: 500px;
    padding-top: 140px;
    color: #fff;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006aaa;
    opacity: 1;
}
.inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.inner-banner .box .content {
    max-width: 1230px;
    margin: 0 auto;
    text-align: left;
}
.inner-banner i.tag {
    font-size: 14px;
    color: white;
    position: relative;
    padding-left: 14px;
    display: block;
}
.inner-banner i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.inner-banner h2 {
    font-size: 54px;
    line-height: 1;
    color: white;
    font-family: 'roboto-bold';
    position: relative;
    margin: 20px 0;
    text-transform: capitalize;
    z-index: 1;
}
.inner-banner h2:after {
    content: attr(data-text);
    font-size: 220px;
    color: transparent;
    font-family: 'roboto-bold';
    text-stroke:1px rgb(222 222 222 / 20%);
    -webkit-text-stroke: 1px rgb(222 222 222 / 20%);
    line-height: .6;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
}
.inner-banner .btn {
    margin-top: 70px;
    font-family: 'POPPINS-SEMIBOLD';
    position: relative;
    z-index: 2;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: #006aaa;
    color: white;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: white;
    color: black;
    margin-left: 10px;
    padding-right: 0;
}
.inner-banner .btn a.more.contact i {
    text-align: center;
    color: white;
    background: #006aaa;
    width: 50px;
    margin-left: 20px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
}
.inner-banner .btn a.more:hover {
    background: #111;
    color: white;
}
.inner-banner .box .content .mbx {
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform: uppercase;
}
.inner-banner .box .content .mbx a:hover {
    text-decoration: underline;
}
.inner-banner.active:after {
    opacity: .7;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
}
.inner-banner.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner.active .box h2:after {
    left: -10%;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
}
.inner-page {
    font-size: 18px;
    line-height: 38px;
    /*color: #fff;*/
    /*background-color: #292d2d;*/
}
.underline {
    position: relative;
    z-index: 1;
}
.underline:after {
    content: '';
    width: 105%;
    height: 20%;
    display: block;
    background: #006eb3;
    position: absolute;
    left: -5px;
    bottom: -3px;
    z-index: -1;
}
.inner-page h5{
    font-size: 24px;
    text-transform: uppercase;
    display: block;
}
.inner-page h2{
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
}
.inner-page h2, #index-body .init-1 .box .content ul li h3 {
    font-size: 50px;
    line-height: 50px;
}
.inner-page .column {
    font-size: 18px;
}
.inner-page .m-page {
    margin-top: 80px;
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 16px;
    text-transform: uppercase;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
    background: #006eb3;
    color:white;
}
.inner-page .m-page a.previouspostslink,
.inner-page .m-page a.nextpostslink,
.inner-page .m-page a.first,
.inner-page .m-page a.last {
    width: auto;
}
.inner-page .m-page a.previouspostslink:hover,
.inner-page .m-page a.nextpostslink:hover,
.inner-page .m-page a.first:hover,
.inner-page .m-page a.last:hover {
    background: none;
    text-decoration: underline;
}
.inner-page .inner-nav .box {
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.inner-page .inner-nav .box ul li {
    width: auto;
    border-right: 1px solid #eee;
    margin-top: 30px;
}
.inner-page .inner-nav .box ul li:last-child {
    border-right: none;
}
.inner-page .inner-nav .box ul li i {
    height: 60px;
    display: none !important;
}
.inner-page .inner-nav .box ul li h4 {
    /*font-size: 20px;*/
    text-transform: uppercase;
    padding: 0 25px;
    /*margin-top: 10px;*/
    line-height: 1;
    font-family: 'roboto-bold';
    color: #006eb3;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    font-size: 30px;
}
.inner-page .inner-nav .box ul li h4:after {
    width: 100%;
    left: 0;
    height: 12px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -12px;
    background: #ccc;
}
.inner-page .inner-nav .box ul li:hover h4:after,
.inner-page .inner-nav .box ul li.active h4:after {
    opacity: 1;
    bottom: 0;
}
.about-page .about-1 {
    padding: 110px 0 120px;
}
.about-page .about-1:before {
    top: 10%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    color: #1b1b1b;
}
.about-page .about-1 .box {
    padding: 90px 0 80px;
}
.about-page .about-1 .box .left {
    padding-right: 5%;
    vertical-align: middle;
    width: 45%;
}
.about-page .about-1 .box .right {
    vertical-align: middle;
    width: 55%;
}
.about-page .about-1 .box .right h3 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-page .about-1 .box .right .content {
    max-height:400px;
    overflow:auto;
}
.about-page .about-1 .box2 {
    display: block;
    text-align: center;
}
.about-page .about-1 .box2 ul {
    margin: 0 -15px;
}
.about-page .about-1 .box2 ul li {
    padding: 0 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .box2 ul li:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.about-page .about-1 .box2 ul li i {
    height: 50px;
    display: block;
}
.about-page .about-1 .box2 ul li h3 {
    font-size: 62px;
    font-family: "JosefinSans-Bold";
    line-height: 50px;
    margin-top: 20px;
}
.about-page .about-1 .box2 ul li p {
    font-size: 18px;
    color: #6c6c6c;
    font-family: "JosefinSans-SemiBold";
    text-transform: uppercase;
}
.about-page .about-2 {
    display: block;
    padding: 150px 0 100px;
    text-align: center;
}
.about-page .about-2 .box {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.about-page .about-2 .box ul {
    margin: 0 -20px;
}
.about-page .about-2 .box ul li {
    padding: 0 20px;
}
.about-page .about-2 .box .btn .prev,
.about-page .about-2 .box .btn .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
    width: auto;
    height: auto;
    background: none;
}
.about-page .about-2 .box .btn .prev img,
.about-page .about-2 .box .btn .next img {
    display: block;
    margin-top: 5px;
    width: 130px;
    max-width: 130px;
}
.about-page .about-2 .box .btn .prev {
    right: 100%;
    margin-right: 60px;
    text-align: right;
}
.about-page .about-2 .box .btn .next {
    left: 100%;
    margin-left: 60px;
    text-align: left;
}
.about-page .about-3 {
    padding: 130px 0 80px;
    background: #003673;
    color:white;
}
.about-page .about-3:before {
    color: #013a7b;
}
.about-page .about-3 .box {
    padding-top: 80px;
    text-align: center;
}
.about-page .about-3 .box ul {
    max-width: 1240px;
    margin: 0 auto;
    text-align: left;
}
.about-page .about-3 .box ul li {
    display: block;
    position: relative;
}
.about-page .about-3 .box ul li:before {
    content: '';
    border: 3px solid white;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 15%;
    display: block;
    margin-left: -2px;
}
.about-page .about-3 .box ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    left: 15%;
    top: 30px;
    background: rgba(255, 255, 255, 0.3);
}
.about-page .about-3 .box ul li .left {
    width: 20%;
    padding-right: 5%;
}
.about-page .about-3 .box ul li .right {
    width: 80%;
    padding-bottom: 50px;
}
.about-page .about-3 .box ul li h4{
    font-size: 40px;
    font-family: "JosefinSans-SemiBold";
    text-transform: uppercase;
}
.about-page .about-3 .box ul li h4 p {
    color:inherit;
    font:inherit;
    line-height:inherit;
    margin:inherit;
}
.about-page .about-3 .box ul li p {
    font-size: 20px;
    color: #c5c5c5;
    font-family: "JosefinSans-Light";
    line-height: 24px;
    margin-top: 20px;
}
.about-page .about-4 {
    padding-top: 120px;
}
.about-page .about-4 .bottom {
    padding-top: 100px;
}
.about-page .about-4 .bottom ul li a {
    display: block;
}
.about-page .about-4 .bottom ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .bottom ul li a:hover:after {
    opacity: 0;
}
.why-page .box ul li {
    display: block;
}
.why-page .box ul li .left {
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
}
.why-page .box ul li .left .box2 {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
}
.why-page .box ul li .left h2 {
    font-size: 72px;
}
.why-page .box ul li .left h2:after {
    width: 110%;
}
.why-page .box ul li .left h3 {
    font-family: "JosefinSans-SemiBold";
    font-size: 36px;
    margin: 35px 0 15px;
}
.why-page .box ul li .left .content {
    display: block;
    font-size: 18px;
    color: #d1d1d1;
    line-height: 28px;
}
.why-page .box ul li .right {
    vertical-align: middle;
}
.why-page .box ul li:nth-child(even) .left {
    position: relative;
    left: 50%;
}
.why-page .box ul li:nth-child(even) .right {
    position: relative;
    left: -50%;
}
.product-page .product-2 {
    padding: 90px 0;
    text-align: center;
}
.product-page .product-2 .box {
    padding-top:40px;
}
.product-page .product-2 ul {
    margin: -40px -20px;
}
.product-page .product-2 ul li {
    padding: 40px 20px;
}
.product-page .product-2 ul li a span {
    display: block;
    padding: 15px 10px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-2 ul li a h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 0 10px;
}
.product-page .product-2 ul li a:hover span {
    background: #006eb3;
}
.prodet-page h3 {
    display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
}
.prodet-page .prodet-1 {
    padding-top: 100px;
}
.prodet-page .prodet-1 .left {
    padding-right: 25px;
    vertical-align: middle;
    text-align: center;
}
.prodet-page .prodet-1 .left span,
.prodet-page .prodet-1 .left .big-gallery li a {
    display: block;
    background: #eee;
    padding: 10% 0;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .left .big-gallery li a img {
    display: block;
    margin: 0 auto;
}
.prodet-page .prodet-1 .left .big-gallery .slick-arrow {
    width: 40px;
    height: 40px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    color: transparent;
    font-size: 0;
    border: none;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-1 .left .big-gallery .slick-arrow:after {
    content: '';
    font-family: "FontAwesome";
    color: white;
    font-size: 18px;
    position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .left .big-gallery .slick-arrow.slick-prev {
    left: 0;
}
.prodet-page .prodet-1 .left .big-gallery .slick-arrow.slick-prev:after {
    content: "\f104";
}
.prodet-page .prodet-1 .left .big-gallery .slick-arrow.slick-next {
    right: 0;
}
.prodet-page .prodet-1 .left .big-gallery .slick-arrow.slick-next:after {
    content: "\f105";
}
.prodet-page .prodet-1 .left .big-gallery .slick-arrow:hover {
    background: #006eb3;
}
.prodet-page .prodet-1 .left .gallery {
    display: block;
    padding-top: 4px;
}
.prodet-page .prodet-1 .left .gallery ul {
    margin: -2px;
}
.prodet-page .prodet-1 .left .gallery li {
    padding: 2px;
    width: 20%;
    float: left;
}
.prodet-page .prodet-1 .left .gallery li a {
    display: block;
    background: #eee;
    padding: 10% 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .left .gallery li a img {
    max-height: 70px;
    margin: 0 auto;
    width: auto;
}
.prodet-page .prodet-1 .left .gallery li a i,
.prodet-page .prodet-1 .left .gallery li a span {
    display: none;
}
.prodet-page .prodet-1 .left .gallery li a:hover {
    background: #006eb3;
}
.prodet-page .prodet-1 .left .big-gallery li a:hover {
    background: #006eb3;
}
.prodet-page .prodet-1 .right {
    padding-left: 25px;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .content {
    font-family: "JosefinSans-Light";
    padding: 40px 0 60px;
}
.prodet-page .prodet-1 .right .content h4 {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.prodet-page .prodet-1 .right .content p {
    font-size: 18px;
}
.prodet-page .prodet-1 .right .content table {
    border: none;
    overflow: unset;
}
.prodet-page .prodet-1 .right .content table td {
    border: none;
    padding: 1px;
    text-align: center;
    display: inline-block;
}
.prodet-page .prodet-1 .right .content table td strong {
    line-height: 1.2;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: normal;
    background: #006eb3;
    color: white;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .right .content table tr:nth-child(2) td {
    display: none;
    background: white;
    padding: 20px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    -webkit-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    z-index: 1;
    font-size: 14px;
    line-height: 1.4;
    width: 100%!important;
    max-width: 400px;
}
.prodet-page .prodet-1 .right .content table tr:nth-child(2) td p {
    font-size: inherit;
}
.prodet-page .prodet-1 .right a.more {
    display: inline-block;
    line-height: 44px;
    height: 44px;
    border-radius: 5px;
    background: #006eb3;
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color:white;
}
.prodet-page .prodet-2 {
    padding-top: 90px;
}
.prodet-page .prodet-2 .content {
    padding-top: 60px;
    font-family: "JosefinSans-Light";
    font-size: 20px;
}
.prodet-page .prodet-2 .content table td,
.prodet-page .prodet-2 .content table th {
    padding: 15px 50px;
    border: none;
}
.prodet-page .prodet-2 .content table tr:first-child {
    background: #006eb3;
    color: white;
}
.prodet-page .prodet-2 .content table tr {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .content table tr:hover {
    background: #006eb3;
    color: white;
}
.prodet-page .prodet-3 {
    padding: 90px 0;
}
.prodet-page .prodet-3 .box {
    text-align: center;
    padding-top: 70px;
}
.prodet-page .prodet-3 .box ul {
    margin: 0 -8px;
}
.prodet-page .prodet-3 .box ul li {
    padding: 0 8px;
}
.prodet-page .prodet-3 .box ul li a {
    display: block;
    background: #eee;
}
.prodet-page .prodet-3 .box ul li a img {
    margin: 0 auto;
}
.prodet-page .prodet-3 .box ul li a h4 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50);
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prodet-page .prodet-3 .box ul li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    opacity: 0;
}
.prodet-page .prodet-3 .box ul li a:hover h4 {
    opacity: 1;
    color:white;
}
.prodet-page .prodet-3 .box ul li a:hover:before {
    opacity: 1;
}
.news-page .inner-nav li {
    padding: 0 5%;
}
.news-page .news-2 {
    padding: 80px 0 60px;
}

.newslist ul {
    margin: -25px;
}
.newslist ul li {
    padding: 25px;
}
.newslist ul li .box {
    display: block;
    background: white;
    text-align: left;
}
.newslist ul li .box a.img-box {
    display: block;
}
.newslist ul li .box a.img-box img {
    width: 100%;
}
.newslist ul li .box .content {
    display: block;
    padding: 40px 30px;
}
.newslist ul li .box .content h3 {
    display: block;
    font-size: 24px;
    color: black;
    font-family: "JosefinSans-SemiBold";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newslist ul li .box .content h3:hover {
    color: #006eb3;
}
.newslist ul li .box .content p {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    font-family: "Arial";
    margin-bottom: 10px;
}
.newslist ul li .box .content a.more {
    display: block;
    font-size: 16px;
    color: #006eb3;
    text-transform: uppercase;
}
.newslist ul li .box .content a.more:hover {
    text-decoration: underline;
}

.contact-page .contact-1 {
    padding: 90px 0 100px;
}
.contact-page .contact-1 h3 {
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
}
.contact-page .contact-1 h3:after {
    width: 230px;
}
.contact-page .contact-1 ul {
    padding-top: 40px;
}
.contact-page .contact-1 .left ul li {
    display: block;
    font-size: 24px;
    line-height: 50px;
}
.contact-page .contact-1 .left ul li.tel {
    padding-left: 44px;
    text-indent: -44px;
}
.contact-page .contact-1 .left ul li span {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    max-width: 120px;
    font-size: 14px;
    text-align: center;
}
.contact-page .contact-1 .left ul li span em {
    display: block;
    margin-top: 10px;
    line-height: 1;
}
.form ul {
    margin: -7px;
}
.form ul li {
    padding: 7px;
}
.form ul li input,
.form ul li textarea {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: black;
    padding: 0 20px;
}
.form ul li.wid-100 {
    width: 100% !important;
}
.form ul li textarea {
    height: 140px;
    line-height: 30px;
    padding: 10px 20px;
}
.form ul li.yzm {
    position: relative;
}
.form ul li.yzm input {
    padding-right: 80px;
}
.form ul li.yzm img {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
}
.form ul li.sub input {
    width: auto;
    padding: 0 50px;
    color: white;
    text-transform: uppercase;
    background: #006eb3;
    border: none;
}
.contact-page .contact-2 {
    position: relative;
    height: 100%;
}
.contact-page .contact-2 .button-group .button {
    background: #006eb3 !important;
}
.contact-page .contact-2 #mapContainer {
    max-height: 80%;
}
.lg-page {
    padding: 80px 0 40px;
}
.lg-page .newslist {
    padding-top: 0;
}
.faq-page {
    padding: 60px 0;
}
.faq-page .faq-list h3 {
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
}
.faq-page .faq-list ul {
    padding-top: 40px;
}
.faq-page .faq-list ul li {
    display: block;
    padding-bottom: 15px;
}
.faq-page .faq-list ul li h4 {
    font-size: 20px;
    color: black;
    padding: 15px 40px 15px 20px;
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .faq-list ul li h4:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    right: 15px;
}
.faq-page .faq-list ul li p {
    padding: 20px 40px;
    background: #222;
    display: none;
}
.faq-page .faq-list ul li.active h4 {
    background: #006eb3;
    color: white;
}
.faq-page .faq-list ul li.active h4:after {
    content: "\f068";
}
@media screen and (max-width: 1650px) {
    .inner-page {
        overflow: hidden;
    }
    .inner-banner {
        height: 600px;
        padding-top: 250px;
    }
    .inner-banner .box .content h2 {
        font-size: 20px;
        line-height: 60px;
    }
    .faq-page .faq-list ul li h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .faq-page .faq-list ul li h4:after {
        top: 12px;
    }
    .inner-page,
    .inner-page .column,
    .about-page .about-1 .box2 ul li p {
        font-size: 16px;
        line-height: 32px;
    }
    .contact-page .contact-1 .left ul li {
        font-size: 20px;
    }
    .contact-page .contact-1 .left ul li.tel {
        text-indent: -36px;
        padding-left: 36px;
    }
    .form ul li input,
    .form ul li textarea,
    .inner-page .inner-nav .box ul li h4 {
        font-size: 18px;
    }
    #mapContainer {
        height: 400px !important;
    }
    .prodet-page .prodet-3 .box ul li a img {
        max-height: 260px;
    }
    .about-page .about-1 .box2 ul li h3 {
        font-size: 50px;
        line-height: 44px;
    }
    .about-page .about-2 .box .btn {
        display: none;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 34px;
    }
    .about-page .about-3 .box ul li:before {
        top: 12px;
    }
}
@media screen and (max-width: 1420px) {
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-3,
    .product-page .product-2,
    .contact-page .contact-1 {
        padding: 60px 0;
    }
    .about-page .about-1 .box .right h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .about-page .about-1 .box {
        padding: 60px 0;
    }
    .about-page .about-2 .box ul li {
        padding: 0 15px;
    }
    .about-page .about-2 .box ul {
        margin: 0 -15px;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 30px;
    }
    .about-page .about-4 {
        padding-top: 80px;
    }
    .about-page .about-4 .bottom {
        padding-top: 60px;
    }
    .news-page .news-2 {
        padding: 40px 0;
    }
    .news-page .news-2 .newslist {
        padding-top: 0;
    }
    .inner-page .m-page {
        margin-top: 50px;
    }
    .inner-page .inner-nav .box ul li h4 {
        font-size: 16px;
    }
    .product-page .product-2 ul li a span img {
        max-height: 300px;
    }
    .product-page .product-2 ul li {
        padding: 30px 15px;
    }
    .product-page .product-2 ul {
        margin: -30px -15px;
    }
    .prodet-page .prodet-1 .right .content {
        padding: 40px 0;
    }
    .prodet-page h3,
    .faq-page .faq-list h3,
    .contact-page .contact-1 h3 {
        font-size: 40px;
    }
    .prodet-page .prodet-3,
    .prodet-page .prodet-1,
    .prodet-page .prodet-2 {
        padding-top: 50px;
    }
    .prodet-page .prodet-3 {
        padding-bottom: 20px;
    }
    .inner-banner .box .content h2 {
        font-size: 20px;
        line-height: 44px;
    }
    .inner-banner {
        height: 500px;
        padding-top: 240px;
    }
}
@media screen and (max-width: 1200px) {
    .newslist ul li .box .content {
        padding: 20px 10px;
    }
    .prodet-page h3,
    .faq-page .faq-list h3,
    .contact-page .contact-1 h3 {
        font-size: 30px;
    }
    .form ul li input,
    .form ul li textarea {
        font-size: 16px;
    }
    .form ul li input {
        padding: 0 15px;
    }
    .form ul li textarea {
        padding: 10px 15px;
    }
    .prodet-page .prodet-2 .content table td,
    .prodet-page .prodet-2 .content table th {
        padding: 10px 15px;
    }
    .prodet-page .prodet-3 .box ul li a img {
        max-height: 180px;
    }
    .prodet-page .prodet-3 .box {
        padding-top: 40px;
    }
    .inner-page .inner-nav .box ul li h4 {
        padding: 0 10px;
        font-size: 14px;
    }
    .inner-page .inner-nav .box ul li i {
        height: 40px;
    }
    .inner-page .inner-nav .box ul li i img {
        max-height: 100%;
    }
    .inner-page .inner-nav .box {
        padding: 20px 0;
    }
    .product-page .product-2 ul li a span img {
        max-height: 200px;
    }
    .product-page .product-2 ul li a h4 {
        font-size: 18px;
        margin-top: 15px;
    }
    .product-page .product-2 ul li {
        padding: 15px;
    }
    .product-page .product-2 ul {
        margin: -15px;
    }
    .inner-page .m-page {
        margin-top: 30px;
    }
    .about-page .about-1 .box .right h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .about-page .about-1 .box .left {
        padding-right: 15px;
    }
    .about-page .about-1 .box2 ul li h3 {
        font-size: 40px;
        line-height: 34px;
    }
    h2,
    #index-body .init-1 .box .content ul li h3 {
        font-size: 34px;
        line-height: 34px;
    }
    .about-page .about-3 .box ul li p {
        font-size: 18px;
        margin-top: 10px;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 24px;
    }
    .about-page .about-4,
    .about-page .about-3 .box,
    .about-page .about-4 .bottom {
        padding-top: 40px;
    }
    .prodet-page .prodet-1 .right {
        padding-left: 15px;
    }
    .prodet-page .prodet-1 .left {
        padding-right: 15px;
    }
    .prodet-page .prodet-2 .content {
        padding-top: 30px;
        font-size: 16px;
    }
    .contact-page .contact-1 .left ul li {
        font-size: 18px;
        line-height: 40px;
    }
    .contact-page .contact-1 .left ul li.tel {
        text-indent: -32px;
        padding-left: 32px;
    }
    .form ul li input,
    .form ul li textarea {
        line-height: 40px;
        height: 40px;
    }
    .form ul li textarea {
        height: 120px;
        padding: 5px 15px;
        line-height: 30px;
    }
    .newslist ul li .box .content {
        padding: 15px 10px;
    }
    .newslist ul li .box .content h3 {
        font-size: 16px;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding-top: 30px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .right {
        padding-left: 0;
        width: 100%;
        padding-top: 30px;
    }
    .inner-nav {
        display: none;
    }
    .about-page .about-1 .box2 ul li {
        width: 25%;
    }
    .about-page .about-1 .box2 ul li i {
        height: 40px;
    }
    .about-page .about-1 .box2 ul li i img {
        max-height: 100%;
    }
    .about-page .about-1 .box .left {
        width: 100%;
    }
    .about-page .about-1 .box .right {
        width: 100%;
        padding-top: 30px;
    }
    .inner-banner {
        height: 300px;
        background-size: auto 400px;
        padding-top: 100px;
        background-position: center top;
    }
    .why-page .box ul li:nth-child(even) .left {
        left:0;
    }
    .why-page .box ul li:nth-child(even) .right {
        left:0;
        right:0;
    }
    .why-page .box ul li .left {
        width:100%;
        padding:30px 0;
    }
    .why-page .box ul li .right {
        width:100%;
    }
    .why-page .box ul li .left .box2 {
        max-width:none;
        padding:0 15px;
    }
    .why-page .box ul li .left h2 {
        font-size:50px;
    }
    .why-page .box ul li .left h3 {
        font-size:28px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 .box2 ul li p {
        font-size: 14px;
    }
    .about-page .about-1 .box2 ul li h3 {
        font-size: 30px;
    }
    .about-page .about-2 .box ul li img {
        width: 100%;
    }
    h2,
    #index-body .init-1 .box .content ul li h3,
    .prodet-page h3,
    .faq-page .faq-list h3,
    .contact-page .contact-1 h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .inner-banner {
        height: 200px;
        padding-top: 30px;
        background-size: auto 300px;
    }
    .inner-banner .box .content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .prodet-page .prodet-2 .content table {
        width: 100%;
        display: inline-block;
        overflow: auto;
        word-break: keep-all;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .box .content .mbx{
        font-size: 12px;
    }

    .about-page .about-1 .box2 ul li {
        width: 50%;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 20px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 280px !important;
    }
}
.about-news-page .ui.container {
    max-width: 1230px;
}
.about-news-page .about-1 {
    padding: 170px 0 20px;
}
.about-news-page .about-1 .box {
    text-align: center;
}
.about-news-page .about-1 .left {
    position: relative;
}
.about-news-page .about-1 .left:after {
    content: '';
    width: 76%;
    height: 80px;
    position: absolute;
    bottom: 0;
    background: #006aaa;
    z-index: -1;
}
.about-news-page .about-1 .left img {
    width: 100%;
}
.about-news-page .about-1 .left .btn {
    width: 24%;
    float: right;
    line-height: 80px;
    height: 80px;
    font-size: 24px;
    text-align: center;
}
.about-news-page .about-1 .left .btn div {
    margin: 0 12px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.about-news-page .about-1 .right {
    padding-left: 50px;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}
.about-news-page .about-1 .right:after {
    content: attr(data-text);
    font-size: 176px;
    color: transparent;
    font-family: 'roboto-bold';
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.about-news-page .about-1 .right h6 {
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    line-height: 1;
}
.about-news-page .about-1 .right h6:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.about-news-page .about-1 .right h2 {
    font-size: 52px;
    font-family: 'roboto-bold';
    color: black;
    line-height: 1;
}
.about-news-page .about-1 .content {
    margin-top: 30px;
    font-size: 18px;
    color: #7b7b7b;
    line-height: 1.4;
    /*max-height: 600px;*/
    /*overflow: auto;*/
}
.about-news-page .about-1.history {
    /*background: #f0f0f0;*/
    padding: 0;
}
.about-news-page .about-1.history .list {
    background: url('../images/mb.png') center center no-repeat;
    background-size: 1920px auto;
    margin: 250px 0;
}
.about-news-page .about-1.history .list ul {
    padding: 0 12%;
    margin: -10px;
}
.about-news-page .about-1.history .list ul li {
    padding: 90px 10px;
    position: relative;
}
.about-news-page .about-1.history .list ul li h5 {
    font-size: 30px;
    color: #0a6496;
    text-align: center;
}
.about-news-page .about-1.history .list ul li .box2 {
    position: absolute;
    width: 140%;
    left: -20%;
    bottom: 100%;
    text-align: center;
    font-size: 16px;
    color: #0a6496;
    line-height: 1.6;
    opacity: 0;
    transition: .5s;
}
.about-news-page .about-1.history .list ul li .box2 .text {
    margin-top: 10px;
}
.about-news-page .about-1.history .list ul li:nth-child(even) .box2 {
    top: 100%;
    bottom: auto;
}
.about-news-page .about-1.history .list ul li:first-child .box2 {
    opacity: 1;
}
.about-news-page .about-1.history .list ul:hover li:first-child .box2 {
    opacity: 0;
}
.about-news-page .about-1.history .list ul li:hover .box2 {
    opacity: 1 !important;
}
.about-news-page .about-2 {
    padding-bottom: 90px;
    text-align: center;
    background: #f1f1f1;
}
.about-news-page .about-2 .ui.container {
    width: auto;
    max-width: 1530px;
}
.about-news-page .about-2 .list {
    position: relative;
    top: -80px;
    padding-bottom: 40px;
}
.about-news-page .about-2 .list ul {
    margin: -10px;
}
.about-news-page .about-2 .list ul li {
    padding: 10px;
}
.about-news-page .about-2 .list ul li .box {
    padding: 25px 30px 30px;
    background: white;
    border-bottom: 5px solid #006aaa;
    text-align: left;
    position: relative;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-news-page .about-2 .list ul li .box:hover {
    top: -10px;
}
.about-news-page .about-2 .list ul li .box i {
    height: 60px;
    line-height: 60px;
}
.about-news-page .about-2 .list ul li .box i img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.about-news-page .about-2 .list ul li .box h4 {
    font-size: 20px;
    font-family: 'roboto-bold';
    line-height: 1;
    margin: 12px 0;
}
.about-news-page .about-2 .list ul li .box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    min-height: 88px;
}
.about-news-page .about-2 .list ul li .box a.more {
    display: inline-block;
    font-size: 16px;
    font-family: 'roboto-bold';
    color: black;
    line-height: 1;
}
.about-news-page .about-2 .list ul li .box a.more:after {
    content: '';
    height: 2px;
    width: 80%;
    background: #006aaa;
    display: block;
    margin-top: 3px;
}
.about-news-page .about-2 h2 {
    font-size: 56px;
    line-height: 1.2;
    max-width: 890px;
    font-family: 'roboto-bold';
    position: relative;
    z-index: 1;
}
.about-news-page .about-2 h2:after {
    content: '';
    width: 56%;
    height: 18px;
    background: #006aaa;
    z-index: -1;
    position: absolute;
    left: 16%;
    bottom: 10px;
}
.about-news-page .about-2 p {
    font-size: 16px;
    color: #666;
    margin: 30px 0 60px;
}
.about-news-page .about-2 a.more2 {
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
    background: #006aaa;
    color: white;
    font-family: 'roboto-bold';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.about-news-page .about-2 a.more2:hover {
    background: #111;
}
.about-news-page .about-3 {
    padding: 160px 0;
}
.about-news-page .about-3 .left {
    padding-right: 5%;
    vertical-align: middle;
}
.about-news-page .about-3 .left i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: none;
}
.about-news-page .about-3 .left i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.about-news-page .about-3 .left h2 {
    font-size: 54px;
    line-height: 1.2;
    color: black;
    font-family: 'roboto-bold';
    position: relative;
    /*margin: 20px 0;*/
}
.about-news-page .about-3 .left h2:after {
    content: '';
    line-height: .6;
    position: absolute;
    top: 60%;
    /*left: 20px;*/
    z-index: -1;
    height: 18px;
    background: #006aaa;
    width: 70%;
    left: 15%;
}
.about-news-page .about-3 .left .content {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    /*border-bottom: 1px solid #eee;*/
    padding-top: 45px;
    padding-bottom: 20px;
}
.about-news-page .about-3 .left span {
    float: right;
}
.about-news-page .about-3 .left a.more {
    margin-top: 35px;
    line-height: 46px;
    height: 46px;
    padding: 0 30px;
    background: #006aaa;
    color: black;
    font-size: 18px;
    font-family: 'roboto-bold';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.about-news-page .about-3 .left a.more:hover {
    background: #111;
    color: white;
}
.about-news-page .about-3 .right {
    vertical-align: middle;
}
.about-news-page .about-3 .right ul li {
    padding: 8px;
}
.about-news-page .about-3 .right ul {
    margin: -8px;
}
.about-news-page .about-3 .right ul li a.img-box {
    display: block;
}
.about-news-page .about-3 .right ul li a.img-box .box2 {
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0;
    padding: 0 30px;
    color: white;
}
.about-news-page .about-3 .right ul li a.img-box .box2 img {
    width: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.about-news-page .about-3 .right ul li a.img-box .box2 h5 {
    font-size: 20px;
    line-height: 1;
    margin: 10px 0;
    font-family: 'roboto-bold';
}
.about-news-page .about-3 .right ul li a.img-box .box2 p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}
.about-news-page .about-3 .right ul li:nth-child(even) {
    position: relative;
    top: 30px;
}
.about-news-page .about-3 .right ul li:nth-child(3) a.img-box .box2 h5,
.about-news-page .about-3 .right ul li:nth-child(3) a.img-box .box2 p {
    color: black;
}
.about-news-page .about-4 {
    padding: 140px 0 25px;
    background: #006aaa;
    text-align: center;
}
.about-news-page .about-4 h2 {
    font-size: 52px;
    color: white;
    font-family: 'roboto-bold';
    line-height: 1;
    position: relative;
    z-index: 1;
    text-transform: none;
}
.about-news-page .about-4 h2:after {
    content: attr(data-text);
    font-size: 145px;
    color: #006aaa;
    font-family: 'roboto-bold';
    text-stroke:1px rgb(222 222 222 / 38%);
    -webkit-text-stroke: 1px rgb(222 222 222 / 38%);
    line-height: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    text-transform: none;
}
.about-news-page .about-4 .text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 860px;
    margin: 40px auto 70px;
    color: #e2e2e2;
}
.about-news-page .about-news-1 {
    padding: 200px 0 160px;
    background: url('../images/icon-about-news-1-bg.jpg') center center;
    background-size: cover;
    color: white;
}
.about-news-page .about-news-1 .left {
    padding-right: 2%;
    vertical-align: middle;
}
.about-news-page .about-news-1 .left h2 {
    color: white;
}
.about-news-page .about-news-1 .left .text {
    font-size: 18px;
    color: #dbdbdb;
    line-height: 1.8;
    margin: 35px 0;
}
.about-news-page .about-news-1 .left .list ul {
    margin: -5px;
}
.about-news-page .about-news-1 .left .list ul li {
    padding: 5px;
    text-align: center;
}
.about-news-page .about-news-1 .left .list ul i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.about-news-page .about-news-1 .left .list ul h5 {
    margin-top: 8px;
    font-size: 16px;
    font-family: 'roboto-bold';
}
.about-news-page .about-news-1 .right {
    background: url('../images/icon-about-news-line.png') center center no-repeat;
    vertical-align: middle;
}
.about-news-page .about-news-1 .right h5 {
    position: absolute;
    font-size: 18px;
    font-family: 'roboto-bold';
    text-align: center;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
}
.about-news-page .about-news-1 .right h5 i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: white;
    margin: 10px auto 0;
    position: relative;
    z-index: 1;
}
.about-news-page .about-news-1 .right h5 i:after,
.about-news-page .about-news-1 .right h5 i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-animation: ks3 2s linear infinite;
    -o-animation: ks3 2s linear infinite;
    -ms-animation: ks3 2s linear infinite;
    -moz-animation: ks3 2s linear infinite;
    animation: ks3 2s linear infinite;
    z-index: -1;
    border-radius: inherit;
}
.about-news-page .about-news-1 .right h5 i:after {
    -webkit-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.about-news-page .about-news-1 .right {
    height: 460px;
    position: relative;
}
.about-news-page .about-news-1 .right .text {
    font-size: 14px;
    line-height: 1.8;
    font-family: 'POPPINS-REGULAR';
    max-width: 85%;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: -1;
}
.about-news-page .about-news-1 .right .img {
    max-width: 60%;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: -1;
}
.about-news-page .about-news-1 .right ul:hover li:nth-child(1) .text,
.about-news-page .about-news-1 .right ul:hover li:nth-child(1) .img {
    opacity: 0;
}
.about-news-page .about-news-1 .right ul li:nth-child(1) .text,
.about-news-page .about-news-1 .right ul li:nth-child(1) .img {
    opacity: 1;
    z-index: 1;
}
.about-news-page .about-news-1 .right ul li:hover .text,
.about-news-page .about-news-1 .right ul li:hover .img {
    opacity: 1 !important;
    z-index: 1 !important;
}
.about-news-page .about-news-1 .right ul li:nth-child(1) h5 {
    top: 55%;
    left: 10%;
}
.about-news-page .about-news-1 .right ul li:nth-child(2) h5 {
    left: 30%;
    top: 51.5%;
}
.about-news-page .about-news-1 .right ul li:nth-child(3) h5 {
    left: 61%;
    top: 43%;
}
.about-news-page .about-news-1 .right ul li:nth-child(4) h5 {
    left: 80%;
    top: 16%;
}
.about-news-page .about-news-1 .right ul li:nth-child(1) .text,
.about-news-page .about-news-1 .right ul li:nth-child(2) .text {
    left: 15%;
    top: 65%;
}
.about-news-page .about-news-1 .right ul li:nth-child(1) .img,
.about-news-page .about-news-1 .right ul li:nth-child(2) .img {
    left: 3%;
    top: 0;
}
.about-news-page .about-news-1 .right ul li:nth-child(3) .img,
.about-news-page .about-news-1 .right ul li:nth-child(4) .img {
    left: 34%;
    top: 64%;
}
.about-news-page .about-news-1 .right ul li:nth-child(3) .text {
    top: 25%;
    left: 5%;
    max-width: 60%;
}
.about-news-page .about-news-1 .right ul li:nth-child(4) .text {
    top: 0;
    left: 5%;
    max-width: 60%;
}
.about-news-page .about-news-2 {
    padding: 100px 0 80px;
    text-align: center;
}
.about-news-page .about-news-2 .top {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.about-news-page .about-news-2 i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    z-index: 1;
}
.about-news-page .about-news-2 i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.about-news-page .about-news-2 h2 {
    font-size: 54px;
    line-height: 1.2;
    color: black;
    font-family: 'roboto-bold';
    position: relative;
    margin: 20px 0;
    display: block;
}
.about-news-page .about-news-2 h2:after {
    content: attr(data-text);
    font-size: 176px;
    color: white;
    font-family: 'roboto-bold';
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about-news-page .about-news-2 .list {
    padding-top: 100px;
    text-align: center;
}
.about-news-page .about-news-2 .list ul {
    margin: -15px;
}
.about-news-page .about-news-2 .list ul li {
    padding: 15px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-news-page .about-news-2 .list ul li .box2 {
    border: 2px solid #bebebe;
    border-bottom-width: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 50px 10px 30px;
    color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-news-page .about-news-2 .list ul li i {
    display: block;
    line-height: 100px;
    height: 100px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.about-news-page .about-news-2 .list ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.about-news-page .about-news-2 .list ul li h4 {
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 17px;
    font-family: 'POPPINS-SEMIBOLD';
}
.about-news-page .about-news-2 .list ul li h4 em {
    font-family: 'AGBUCHSTENCILBQ-MEDIUM';
    font-size: 310%;
    color: #006cb2;
}
.about-news-page .about-news-2 .list ul li h4 sup {
    font-size: 110%;
    color: #006cb2;
    line-height: 1;
    vertical-align: top;
}
.about-news-page .about-news-2 .list ul li p {
    font-size: 16px;
    line-height: 1.8;
    height: 56px;
    overflow: hidden;
}
.about-news-page .about-news-2 .list ul li:hover .box2 {
    border-bottom-color: #006cb2;
}
.about-news-page .about-news-2 .list ul li:hover i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.support-page {
    padding: 90px 0;
}
.support-page .left {
    width: 55%;
    vertical-align: middle;
}
.support-page .left ul {
    margin: -6px;
}
.support-page .left ul li {
    padding: 6px;
}
.support-page .left ul li a.img {
    display: block;
    position: relative;
}
.support-page .left ul li a.img .box2 {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    text-align: center;
}
.support-page .left ul li a.img .box2 h5 {
    font-size: 18px;
    font-family: 'roboto-bold';
    text-transform: uppercase;
    line-height: 1;
    margin: 12px 0;
}
.support-page .left ul li a.img .box2 p {
    font-size: 14px;
    color: #444444;
    line-height: 1;
}
.support-page .right {
    width: 45%;
    padding-left: 50px;
    vertical-align: middle;
}
.support-page .right i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: block;
}
.support-page .right i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.support-page .right h2 {
    font-size: 54px;
    line-height: 1;
    color: black;
    font-family: 'roboto-bold';
    position: relative;
    margin: 5px 0;
}
.support-page .right h2:after {
    content: attr(data-text);
    font-size: 145px;
    color: white;
    font-family: 'roboto-bold';
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -2;
}
.support-page .right .content {
    margin: 40px 0 30px;
    font-size: 18px;
    color: #7b7b7b;
    line-height: 1.4;
}
.support-page .right .list {
    font-size: 18px;
    color: #7b7b7b;
}
.support-page .right .list ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    line-height: 1;
}
.support-page .right .list ul li i {
    position: absolute;
    left: 0;
    top: -5px;
}
.support-page .right .list ul li:last-child {
    margin-bottom: 0;
}
.history-page {
    padding: 150px 0;
}
.history-page .history-1 .box {
    padding: 90px 0;
    background: url('../images/history-1-bg.jpg') center center no-repeat;
    background-size: cover;
}
.history-page .history-1 .box .left {
    padding-left: 3%;
    color: white;
    vertical-align: bottom;
}
.history-page .history-1 .box .left h2 {
    font-size: 52px;
    font-family: 'roboto-bold';
    line-height: 1;
    margin: 0;
}
.history-page .history-1 .box .left .content {
    display: block;
    margin: 30px 0 40px;
    font-size: 18px;
    color: #dbdbdb;
    line-height: 1.5;
}
.history-page .history-1 .box .left .list {
    max-width: 460px;
}
.history-page .history-1 .box .left .list ul {
    margin: 0 -10px;
}
.history-page .history-1 .box .left .list ul li {
    padding: 0 10px;
    text-align: center;
}
.history-page .history-1 .box .left .list ul li h6 {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'roboto-bold';
    line-height: 1;
}
.history-page .history-1 .box .right {
    position: relative;
    left: 5%;
    vertical-align: bottom;
}
.history-page .history-2 {
    padding-top: 90px;
}
.history-page .history-2 .box {
    padding: 15px 0;
    position: relative;
}
.history-page .history-2 .box:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 30%;
    background: #f1b208;
    top:0;
}
.history-page .history-2 .left {
    width: 30%;
}
.history-page .history-2 .right {
    width: 70%;
    padding-left: 7%;
}
.history-page .history-2 .left ul li {
    margin-top: 70px;
    position: relative;
    padding-right: 20%;
    cursor: pointer;
    cursor: hand;
}
.history-page .history-2 .left ul li .text {
    padding: 15px 10px;
    background: #eee;
    font-size: 18px;
    color: #6a6a6a;
    line-height: 1.2;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.history-page .history-2 .left ul li .text:after {
    content: '';
    border-left: 13px solid #eee;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -7px;
}
.history-page .history-2 .left ul li:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -7px;
    margin-left: -5px;
    background: #f1b208;
}
.history-page .history-2 .left ul li h6 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #006eb3;
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin-left: -35px;
    color: white;
    font-size: 20px;
    text-align: center;
    z-index: 1;
}
.history-page .history-2 .left ul li:hover .text,
.history-page .history-2 .left ul li.active .text {
    background: #006eb3;
    color: white;
}
.history-page .history-2 .right i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: block;
}
.history-page .history-2 .right i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.history-page .history-2 .right h3 {
    font-size: 64px;
    line-height: 1;
    margin: 20px 0;
    font-family: 'roboto-bold';
    color: black;
}
.history-page .history-2 .right .content {
    font-size: 18px;
    color: #5f5f5f;
    line-height: 1.6;
}
.team-page {
    position: relative;
    padding: 130px 0 90px;
}
.team-page .ui.container {
    max-width: 1230px;
}
.team-page:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: #f1f1f1;
}
.team-page i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: block;
}
.team-page i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.team-page h2 {
    font-size: 54px;
    line-height: 1;
    color: black;
    font-family: 'roboto-bold';
    position: relative;
    margin-top: 10px;
    text-transform: capitalize;
}
.team-page h2:after {
    content: attr(data-text);
    font-size: 220px;
    color: white;
    font-family: 'roboto-bold';
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    bottom: 0;
    left: -40%;
    z-index: -2;
}
.team-page .text {
    font-size: 18px;
    color: #7b7b7b;
    line-height: 1.4;
    max-width: 700px;
    margin: 20px 0 60px;
}
.team-page .list ul {
    margin: -18px;
}
.team-page .list ul li {
    padding: 18px;
}
.team-page .list ul li a.img {
    display: block;
    position: relative;
}
.team-page .list ul li a.img span {
    line-height: 73px;
    height: 60px;
    padding:  0 10px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 47px;
    color: #006aaa;
    font-family: 'POPPINS-SEMIBOLD';
}
.team-page .list ul li h5 {
    padding: 30px 25px;
    background: white;
    text-align: center;
    font-size: 20px;
    color: #515151;
    line-height: 1.2;
    text-transform: none;
    min-height: 108px;
}
.exhibits-page .ui.container {
    max-width: 1230px;
}
.exhibits-page .slide {
    position: relative;
    padding: 180px 0 90px;
}
.exhibits-page .slide:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: #f1f1f1;
}
.exhibits-page i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: block;
}
.exhibits-page i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.exhibits-page h2 {
    font-size: 54px;
    line-height: 1;
    color: black;
    font-family: 'roboto-bold';
    position: relative;
    margin-top: 10px;
    text-transform: capitalize;
}
.exhibits-page h2:after {
    content: attr(data-text);
    font-size: 220px;
    color: white;
    font-family: 'roboto-bold';
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
}
.exhibits-page .list {
    padding-top: 80px;
}
.exhibits-page .list ul {
    margin: -7px;
}
.exhibits-page .list ul li {
    padding: 7px;
}
.exhibits-page .list ul .slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    position: absolute;
    bottom: 100%;
    right: 7px;
    cursor: pointer;
    cursor: hand;
    background-color: #111;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    margin-bottom: 80px;
    border: none;
}
.exhibits-page .list ul .slick-arrow.slick-prev {
    background-image: url('../images/banner-btn-l.png');
    margin-right: 50px;
}
.exhibits-page .list ul .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
}
.exhibits-page .list ul .slick-arrow:hover {
    background-color: #006eb3;
}
.honor-page {
    padding: 200px 0;
    overflow: hidden;
}
.honor-page .slide {
    padding-top: 200px;
}
.honor-page .slide:first-child {
    padding-top: 0;
}
.honor-page i.tag {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 14px;
    display: block;
}
.honor-page i.tag:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #006aaa;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: -1;
    position: absolute;
}
.honor-page h2 {
    font-size: 54px;
    line-height: 1;
    color: black;
    font-family: 'roboto-bold';
    position: relative;
    margin-top: 10px;
    text-transform: capitalize;
}
.honor-page h2:after {
    content: attr(data-text);
    font-size: 220px;
    color: transparent;
    font-family: 'roboto-bold';
    text-stroke:1px #dedede;
    -webkit-text-stroke: 1px #dedede;
    line-height: .6;
    position: absolute;
    bottom: 0;
    left: -150px;
    z-index: -2;
}
.honor-page .text {
    max-width: 60%;
    font-size: 18px;
    color: #7b7b7b;
    line-height: 1.6;
    margin-top: 10px;
}
.honor-page .ui.container {
    max-width: 1230px;
}
.honor-page .list {
    margin-top: 70px;
    padding: 0 75px;
}
.honor-page .list .swiper-slide{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.honor-page .list .swiper-slide-prev,.honor-page .list .swiper-slide-next{
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    position: relative;
    z-index: 2;
}
.honor-page .list .swiper-slide-active{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: 3;
}
.honor-page .list .swiper-button-prev,.honor-page .list .swiper-button-next{
        width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-page .list .swiper-button-prev{
    background-image: url("../images/banner-btn-l.png");
    left: 15px;
}
.honor-page .list .swiper-button-next{
background-image: url("../images/banner-btn-r.png");
    right: 15px;
}
.honor-page .list .swiper-button-prev:hover{
background-color: #006aaa;
}
.honor-page .list .swiper-button-next:hover{
    background-color: #006aaa;
}







.honor-page .list .slick-slide li {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    position: relative;
    left: 74%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-page .list .slick-slide+.slick-slide.slick-active li {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    left: 37%;
    z-index: 1;
}
.honor-page .list .slick-slide.slick-current.slick-active li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 0;
    z-index: 2;
}
.honor-page .list .slick-slide.slick-current+.slick-slide li {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    left: -37%;
    z-index: 1;
}
.honor-page .list .slick-slide.slick-current+.slick-slide.slick-active+.slick-slide li {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    left: -74%;
}
.honor-page .list .slick-arrow.slick-arrow:hover {
    background-color: #006aaa;
}
.honor-page .list:hover .slick-arrow {
    opacity: 1;
}
.honor-page .list .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 15px;
}
.honor-page .list .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 15px;
}
.honor-page .list .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1950px){
    #index-body>div, #footer .footer-top, #footer .footer-bottom, #index-body .top,#header .nav {
        max-width: none;
    }
    .ui.container {
        width: 100%;
    }
    #index-body .init-4 .bottom #map-img img,#index-body .init-3 .bottom .right img {
        width: 100%;
    }
    #index-body .init-3 .bottom .right {
        max-height: 80vh;
        overflow: hidden;
    }

}

.service-page .text {
  font-size: 18px;
  line-height: 1;
  color: #848282;
  margin: 12px 0 30px;
}
.service-page form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-page form input[type="text"] {
  width: 49.5%;
  padding: 0 20px;
  height: 68px;
  font-size: 18px;
  border: 1px solid #b5b5b5;
  color: #000000;
  margin-bottom: 18px;
}
.service-page form input[type="text"]:focus {
  border: 1px solid #0d76b7;
}
.service-page form textarea {
  width: 100%;
  padding: 20px;
  height: 132px;
  font-size: 18px;
  border: 1px solid #b5b5b5;
  color: #000000;
  margin-bottom: 18px;
}
.service-page form textarea:focus {
  border: 1px solid #0d76b7;
}
.service-page form input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 95px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border: none;
  background: #0d76b7;
  transition: .3s;
}
.service-page form input[type="submit"]:hover {
  background: #000;
}
.service-page .c-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.service-page .c-list .item {
  display: flex;
  align-items: center;
  margin-right: 52px;
  font-size: 24px;
  line-height: 1;
  color: #000000;
}
.service-page .c-list .item span {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-top: 5px;
}
.service-page .c-list .item img {
  margin-right: 7px;
}
.service-page .c-list .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1250px){
    .about-news-page .about-1.history .list {
        background-size: 1520px auto;
    }
}
@media screen and (max-width: 1000px){
.inner-banner h2:after,.about-news-page .about-1 .right:after,.about-news-page .about-news-2 h2:after,
.about-news-page .about-4 h2:after,.team-page h2:after,.support-page .right h2:after,.honor-page h2:after {
    font-size: 120px;
}
.product-page .product-2 ul li a h4 {
    font-size: 16px;
    line-height: 1.2;
}
.about-news-page .about-1 .right h2,.about-news-page .about-news-2 h2,.about-news-page .about-4 h2,
.about-news-page .about-3 .left h2,.team-page h2,.support-page .right h2,.honor-page h2 {
    font-size: 40px;
}
.about-news-page .about-1.history {
    display: none;
}
.about-news-page .about-news-2 .list ul li h4 {
    font-size: 12px;
}
.about-news-page .about-news-2 .list ul li h4 em {
    font-size: 260%;
}
.about-news-page .about-news-2 .list ul li p {
    font-size: 14px;
    line-height: 1.6;
}
.about-news-page .about-news-2 .list {
    padding-top: 50px;
}
.about-news-page .about-3 .left {
    width: 100%;
    padding-right: 0;
}
.about-news-page .about-3 .right {
    display: none;
}
.about-news-page .about-3,.about-news-page .about-news-2,.team-page,.support-page {
    padding: 80px 0;
}
.about-news-page .about-4,.about-news-page .about-1 {
    padding-top: 80px;
}
.team-page .list ul li a.img span {
    font-size: 30px;
    height: 40px;
    line-height: 52px;
}
.team-page .list ul li h5 {
    font-size: 14px;
    padding: 15px 10px;
}
.support-page .right {
    width: 100% !important;
    padding-left: 0;
    padding-top: 30px;
}
.support-page .left {
    width: 100%!important;
    padding-right: 0;
}
.support-page .left ul li a.img .box2 i img {
    max-height: 46px;
}
.honor-page .slide {
    padding-top: 100px;
}
.honor-page {
    padding: 100px 0;
}
.newslist ul li {
    padding: 10px;
}
.newslist ul {
    margin: -10px;
}
.newslist ul li .box .content {
    padding: 10px 5px;
}
.newslist ul li .box .content h3 {
    font-size: 14px;
}
.newslist ul li .box .content p {
    font-size: 14px;
    line-height: 1.4;
}
.inner-banner .box .content h2 {
    line-height: 1.2;
}
.inner-banner .box .content .mbx {
    display: none;
}
.inner-banner .btn {
    display: none;
}
.team-page .list ul li h5 {
    min-height: 62px;
}
}
@media screen and (max-width: 700px){
    .contact-page .contact-1 .left ul li span:first-child {
        display: none;
    }
    .contact-page .contact-1 .left ul li {
        line-height: 1.6;
        margin-bottom: 10px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .about-news-page .about-1 .right h2, .about-news-page .about-news-2 h2, .about-news-page .about-4 h2, .about-news-page .about-3 .left h2, .team-page h2, .support-page .right h2, .honor-page h2 {
        font-size: 32px;
    }
    .inner-banner h2:after, .about-news-page .about-1 .right:after, .about-news-page .about-news-2 h2:after, .about-news-page .about-4 h2:after, .team-page h2:after, .support-page .right h2:after, .honor-page h2:after {
        font-size: 70px;
-webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    }
    .about-news-page .about-3, .about-news-page .about-news-2, .team-page, .support-page {
        padding: 40px 0;
    }
    .support-page .left ul li a.img .box2 {
        top: 10%;
    }
}
@media screen and (max-width: 500px){
    .about-news-page .about-1 .right h2, .about-news-page .about-news-2 h2, .about-news-page .about-4 h2, .about-news-page .about-3 .left h2, .team-page h2, .support-page .right h2, .honor-page h2 {
        font-size: 26px;
    }
    .inner-banner h2:after, .about-news-page .about-1 .right:after, .about-news-page .about-news-2 h2:after, .about-news-page .about-4 h2:after, .team-page h2:after, .support-page .right h2:after, .honor-page h2:after {
        font-size: 50px;
        left: 0;
    }
    .about-news-page .about-news-2 .list ul li .box2 {
        padding: 15px;
    }
    .about-news-page .about-news-2 .list ul li p {
        height: auto;
    }
    .honor-page {
        padding: 60px 0;
    }
    .honor-page .list {
        padding-top: 30px;
    }
    .honor-page .slide {
        padding-top: 50px;
    }

}@media screen and (max-width: 1650px) {
    .inner-page {
        overflow: hidden;
    }
    .inner-banner {
        height: 600px;
        padding-top: 250px;
    }
    .inner-banner .box .content h2 {
        font-size: 20px;
        line-height: 60px;
    }
    .faq-page .faq-list ul li h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .faq-page .faq-list ul li h4:after {
        top: 12px;
    }
    .inner-page,
    .inner-page .column,
    .about-page .about-1 .box2 ul li p {
        font-size: 16px;
        line-height: 32px;
    }
    .contact-page .contact-1 .left ul li {
        font-size: 20px;
    }
    .contact-page .contact-1 .left ul li.tel {
        text-indent: -36px;
        padding-left: 36px;
    }
    .form ul li input,
    .form ul li textarea,
    .inner-page .inner-nav .box ul li h4 {
        font-size: 18px;
    }
    #mapContainer {
        height: 400px !important;
    }
    .prodet-page .prodet-3 .box ul li a img {
        max-height: 260px;
    }
    .about-page .about-1 .box2 ul li h3 {
        font-size: 50px;
        line-height: 44px;
    }
    .about-page .about-2 .box .btn {
        display: none;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 34px;
    }
    .about-page .about-3 .box ul li:before {
        top: 12px;
    }
}
@media screen and (max-width: 1420px) {
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-3,
    .product-page .product-2,
    .contact-page .contact-1 {
        padding: 60px 0;
    }
    .about-page .about-1 .box .right h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .about-page .about-1 .box {
        padding: 60px 0;
    }
    .about-page .about-2 .box ul li {
        padding: 0 15px;
    }
    .about-page .about-2 .box ul {
        margin: 0 -15px;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 30px;
    }
    .about-page .about-4 {
        padding-top: 80px;
    }
    .about-page .about-4 .bottom {
        padding-top: 60px;
    }
    .news-page .news-2 {
        padding: 40px 0;
    }
    .news-page .news-2 .newslist {
        padding-top: 0;
    }
    .inner-page .m-page {
        margin-top: 50px;
    }
    .inner-page .inner-nav .box ul li h4 {
        font-size: 16px;
    }
    .product-page .product-2 ul li a span img {
        max-height: 300px;
    }
    .product-page .product-2 ul li {
        padding: 30px 15px;
    }
    .product-page .product-2 ul {
        margin: -30px -15px;
    }
    .prodet-page .prodet-1 .right .content {
        padding: 40px 0;
    }
    .prodet-page h3,
    .faq-page .faq-list h3,
    .contact-page .contact-1 h3 {
        font-size: 40px;
    }
    .prodet-page .prodet-3,
    .prodet-page .prodet-1,
    .prodet-page .prodet-2 {
        padding-top: 50px;
    }
    .prodet-page .prodet-3 {
        padding-bottom: 20px;
    }
    .inner-banner .box .content h2 {
        font-size: 20px;
        line-height: 44px;
    }
    .inner-banner {
        height: 500px;
        padding-top: 240px;
    }
}
@media screen and (max-width: 1200px) {
    .newslist ul li .box .content {
        padding: 20px 10px;
    }
    .prodet-page h3,
    .faq-page .faq-list h3,
    .contact-page .contact-1 h3 {
        font-size: 30px;
    }
    .form ul li input,
    .form ul li textarea {
        font-size: 16px;
    }
    .form ul li input {
        padding: 0 15px;
    }
    .form ul li textarea {
        padding: 10px 15px;
    }
    .prodet-page .prodet-2 .content table td,
    .prodet-page .prodet-2 .content table th {
        padding: 10px 15px;
    }
    .prodet-page .prodet-3 .box ul li a img {
        max-height: 180px;
    }
    .prodet-page .prodet-3 .box {
        padding-top: 40px;
    }
    .inner-page .inner-nav .box ul li h4 {
        padding: 0 10px;
        font-size: 14px;
    }
    .inner-page .inner-nav .box ul li i {
        height: 40px;
    }
    .inner-page .inner-nav .box ul li i img {
        max-height: 100%;
    }
    .inner-page .inner-nav .box {
        padding: 20px 0;
    }
    .product-page .product-2 ul li a span img {
        max-height: 200px;
    }
    .product-page .product-2 ul li a h4 {
        font-size: 18px;
        margin-top: 15px;
    }
    .product-page .product-2 ul li {
        padding: 15px;
    }
    .product-page .product-2 ul {
        margin: -15px;
    }
    .inner-page .m-page {
        margin-top: 30px;
    }
    .about-page .about-1 .box .right h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .about-page .about-1 .box .left {
        padding-right: 15px;
    }
    .about-page .about-1 .box2 ul li h3 {
        font-size: 40px;
        line-height: 34px;
    }
    h2{
        font-size: 34px;
        line-height: 34px;
    }
    .about-page .about-3 .box ul li p {
        font-size: 18px;
        margin-top: 10px;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 24px;
    }
    .about-page .about-4,
    .about-page .about-3 .box,
    .about-page .about-4 .bottom {
        padding-top: 40px;
    }
    .prodet-page .prodet-1 .right {
        padding-left: 15px;
    }
    .prodet-page .prodet-1 .left {
        padding-right: 15px;
    }
    .prodet-page .prodet-2 .content {
        padding-top: 30px;
        font-size: 16px;
    }
    .contact-page .contact-1 .left ul li {
        font-size: 18px;
        line-height: 40px;
    }
    .contact-page .contact-1 .left ul li.tel {
        text-indent: -32px;
        padding-left: 32px;
    }
    .form ul li input,
    .form ul li textarea {
        line-height: 40px;
        height: 40px;
    }
    .form ul li textarea {
        height: 120px;
        padding: 5px 15px;
        line-height: 30px;
    }
    .newslist ul li .box .content {
        padding: 15px 10px;
    }
    .newslist ul li .box .content h3 {
        font-size: 16px;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding-top: 30px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .right {
        padding-left: 0;
        width: 100%;
        padding-top: 30px;
    }
    .inner-nav {
        display: none;
    }
    .about-page .about-1 .box2 ul li {
        width: 25%;
    }
    .about-page .about-1 .box2 ul li i {
        height: 40px;
    }
    .about-page .about-1 .box2 ul li i img {
        max-height: 100%;
    }
    .about-page .about-1 .box .left {
        width: 100%;
    }
    .about-page .about-1 .box .right {
        width: 100%;
        padding-top: 30px;
    }
    .inner-banner {
        height: 300px;
        background-size: auto 400px;
        padding-top: 100px;
        background-position: center top;
    }
    .why-page .box ul li:nth-child(even) .left {
        left:0;
    }
    .why-page .box ul li:nth-child(even) .right {
        left:0;
        right:0;
    }
    .why-page .box ul li .left {
        width:100%;
        padding:30px 0;
    }
    .why-page .box ul li .right {
        width:100%;
    }
    .why-page .box ul li .left .box2 {
        max-width:none;
        padding:0 15px;
    }
    .why-page .box ul li .left h2 {
        font-size:50px;
    }
    .why-page .box ul li .left h3 {
        font-size:28px;
    }
    #fullpage .section:nth-child(1) #banner .left-box{
        padding-right: 0;
    }
#fullpage .section:nth-child(1) #banner .left-box h1{
        font-size: 24px;
}
#fullpage .section:nth-child(1) #banner .left-box h2{
        font-size: 20px;
}#fullpage .section:nth-child(1) #banner .left-box p{
        font-size: 14px;
}
#fullpage .section:nth-child(1) #banner .left-box .more-box > a{
    font-size: 14px;
    margin-top: 0;
}
#fullpage .section:nth-child(1) #banner ul li{
    font-size: 12px;
}
#fullpage .section:nth-child(3) .i-product ul li.active .content .text{
    font-size: 12px;
    padding-bottom: 0;
}
#fullpage .more{
        font-size: 13px;    padding: 10px 15px;    margin-top: 20px;
}
}
@media screen and (max-width: 700px) {
    .about-page .about-1 .box2 ul li p {
        font-size: 14px;
    }
    .about-page .about-1 .box2 ul li h3 {
        font-size: 30px;
    }
    .about-page .about-2 .box ul li img {
        width: 100%;
    }
    h2,
    .prodet-page h3,
    .faq-page .faq-list h3,
    .contact-page .contact-1 h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .inner-banner {
        height: 200px;
        padding-top: 30px;
        background-size: auto 300px;
    }
    .inner-banner .box .content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .prodet-page .prodet-2 .content table {
        width: 100%;
        display: inline-block;
        overflow: auto;
        word-break: keep-all;
    }
    #footer .footer-box .right{
        display: none;
    }
    #fullpage .section:nth-child(3) .i-product ul li.active .content .text div{
        display: none;
    }
    #fullpage .section:nth-child(1) #banner .left-box{
        width: 100%;
    }
    .i-services{
        display: none;
    }
    i-partner{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .box .content .mbx{
        font-size: 12px;
    }

    .about-page .about-1 .box2 ul li {
        width: 50%;
    }
    .about-page .about-3 .box ul li h4 {
        font-size: 20px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 280px !important;
    }
}