@font-face {
  font-family: 'REB';
  src: url('../fonts/Raleway-ExtraBold.eot') format('eot'), url('../fonts/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'ID';
  src: url('../fonts/ITCAvantGardeStd-Demi.eot') format('eot'), url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype');
}
@font-face {
  font-family: 'AHR';
  src: url('../fonts/AdobeHeitiStd-Regular-Alphabetic.eot') format('eot'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'RL';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('eot'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../fonts/Roboto-Black.eot') format('eot'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'RM';
  src: url('../fonts/Roboto-Medium.eot') format('eot'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
body {
  font-family: 'RM';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
}
#index-body .about.abouthide {
    padding-bottom: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 2.55rem;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5rem;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 3.15rem 0 0;
  font-size: 1rem;
  color: #282828;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #003d9f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #233c7c;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #003d9f;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 2.85rem;
  background-color: #da251c;
  width: 111px;
  height: 101px;
  text-align: center;
  line-height: 101px;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1rem;
  font-family: 'AHR';
  color: #141414;
  cursor: pointer;
}
#header .nav .ui.menu .h-language li {
  display: inline-block;
  margin-right: 1rem;
}
#header .nav .ui.menu .h-language li img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language li span {
  display: inline-block;
  margin-left: 4px;
}
#header .nav .ui.menu .h-language li:last-child {
  margin-right: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .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: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #233c7c;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 60px;
  height: 3px;
  display: inline-block;
  margin: 0 5px 0 0;
  background-color: rgba(221, 239, 225, 0.59);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ddefe1;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .product ul.slick-dots {
  position: absolute;
  bottom: -3rem;
  left: 22%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .product ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
  padding: 0;
  border-radius: 50%;
  background-color: #535353;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product ul.slick-dots li button {
  display: none;
}
#index-body .product ul.slick-dots li.slick-active {
  background-color: #003d9f;
}
table {
  margin-bottom: 20px;
  /*word-break: break-word;*/
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#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;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 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;
}
.mob-share {
    margin-top: 30px;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
}
#banner .img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner .text {
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
}
#banner .text .right {
  padding: 4.8rem 5rem 0 3.05rem;
  color: #fff;
}
#banner .text .right h3 {
  font-size: 40px;
  font-family: 'RB';
  line-height: 2;
  text-shadow: 0 4px 0px rgba(94, 85, 193, 0.82);
}
#banner .text .right p {
  font-size: 20px;
  font-family: 'RR';
  line-height: 2;
  margin-top: 1rem;
  width: 90%;
}
#banner .text .right .mores {
  background-color: #003d9f;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  color: #003d9f;
  margin-top: 4.6rem;
  text-align: center;
  width: 21.5%;
  padding: 13px 0 12px 0;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  z-index: 1;
}
#banner .text .right .mores:hover {
  color: #fff;
  background-color: #fff;
}
#banner .text .right .mores:hover::after {
  background-color: #003d9f;
}
#banner .text .right .mores::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  top: -2px;
  left: -2px;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .about {
  background-color: #eef3f6;
  padding-bottom: 13.95rem;
  overflow: hidden;
}
#index-body .about .right {
  padding: 6.3rem 7.2rem 0 3.55rem;
}
#index-body .about .right span {
  font-size: 1.2rem;
  letter-spacing: 12px;
  color: #fff;
  display: block;
  background-color: #003d9f;
  width: 93.9%;
  padding-left: 1rem;
  line-height: 2;
}
#index-body .about .right h3 {
  font-size: 1.8rem;
  font-family: 'RB';
  color: #003d9f;
  line-height: 2;
  margin-top: 3.45rem;
}
#index-body .about .right p {
  font-size: 20px;
  font-family: 'RR';
  color: #171717;
  line-height: 2;
  margin-top: 2rem;
}
#index-body .about .right .tnme1 {
  font-size: 20px;
  font-family: 'RR';
  color: #171717;
  line-height: 2;
  margin-top: 2rem;
}
#index-body .about .right .tnme1 h1 {
  display: inline;
}
#index-body .about .right .more {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  color: #003d9f;
  margin-top: 4.6rem;
  text-align: center;
  width: 23%;
  padding: 13px 0 12px 0;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .about .right .more:hover {
  color: #fff;
  background-color: #003d9f;
}
#index-body .about .right .more:hover::after {
  background-color: #fff;
}
#index-body .about .right .more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #003d9f;
  top: 2px;
  left: 2px;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .application {
  background: url(../images/app.jpg) no-repeat #eef3f6;
  position: relative;
  padding-top: 12.15rem;
}
#index-body .application .ui.container {
  max-width: 1920px;
  width: 100%;
  padding: 0 0 0 7.95rem;
}
#index-body .application .header {
  background-color: #fff;
  position: absolute;
  top: -19rem;
  width: 83.34%;
}
#index-body .application .header li {
  text-align: center;
  border-right: 1px solid #ccc;
  padding-bottom: 2.7rem;
}
#index-body .application .header li .img {
  background-color: #003d9f;
  width: 25%;
  text-align: center;
  line-height: 104px;
  margin: -2.5rem auto 0;
}
#index-body .application .header li .img img {
  vertical-align: middle;
}
#index-body .application .header li h3 {
  font-size: 2.4rem;
  font-family: 'RB';
  line-height: 1;
  color: #003d9f;
  margin-top: 1.3rem;
  padding-top: 1.1rem;
  position: relative;
}
#index-body .application .header li h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #003d9f;
  border-radius: 3px;
}
#index-body .application .header li h3 em {
  display: inline-block;
  vertical-align: middle;
}
#index-body .application .header li h3 sub {
  display: inline-block;
  vertical-align: middle;
}
#index-body .application .header li p {
  font-size: 24px;
  font-family: 'RR';
  color: #171717;
  line-height: 1;
  margin-top: 19px;
}
#index-body .application span {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 7px;
  background-color: #fff;
  color: #003d9f;
  display: block;
  width: 36.6%;
  line-height: 2;
  padding-left: 1.7rem;
}
#index-body .application h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  font-family: 'RB';
  line-height: 2;
  margin-top: 1.85rem;
}
#index-body .application .tab {
  margin-top: 3.25rem;
}
#index-body .application .tab{
  margin-right: -1.7rem;
  padding-right: 8rem;
}
#index-body .application .tab .slick-slide{
  margin-right: 1.7rem;
}
#index-body .application .tab li {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1;
  color: #2d2d2d;
  font-family: 'RR';
  padding: 21px 1.5rem 20px;
  margin-right: 1.7rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .application .tab li:last-child {
  margin-right: 0;
}
#index-body .application .tab li:hover {
  color: #003d9f;
}
#index-body .application .box {
  margin: 2.05rem 0 -7rem 0;
  position: relative;
  padding-bottom: 6.3rem;
}
#index-body .application .box li .img {
  width: 49.5%;
}
#index-body .application .box li .img img {
  width: 100%;
  min-height: 686px;
}
#index-body .application .box li .text {
  background-color: #fff;
  padding: 8.8rem 4rem 0 2.65rem;
  min-height: 686px;
  width: 50.5%;
}
#index-body .application .box li .text h3 {
  font-size: 1.4rem;
  font-family: 'RB';
  line-height: 2;
  letter-spacing: 1px;
  color: #3b3b3b;
}
#index-body .application .box li .text .content {
  margin-top: 2.45rem;
  color: #282828;
  font-size: 24px;
  font-family: 'RR';
  line-height: 2;
}
#index-body .application .box .arrow {
  position: absolute;
  bottom: 15.6%;
  left: 47.4%;
}
#index-body .application .box .arrow .arrow-left {
  display: inline-block;
  width: 40px;
  height: 41px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 41px;
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  color: #000;
}
#index-body .application .box .arrow .arrow-left:hover {
  background-color: #003d9f;
  color: #fff;
}
#index-body .application .box .arrow .arrow-right {
  display: inline-block;
  width: 40px;
  height: 41px;
  background-color: #003d9f;
  border-radius: 3px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 41px;
  cursor: pointer;
  color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .application .box .arrow .arrow-right:hover {
  background-color: #fff;
  color: #000;
}
#index-body .product {
  background-color: #eef3f6;
  padding: 6.3rem 0 3.6rem 0;
  overflow: hidden;
}
#index-body .product .box {
  margin: 0 16rem 0 -20%;
}
#index-body .product .box .slick-slide {
  padding-right: 1.85rem;
}
#index-body .product .box li {
  position: relative;
}
#index-body .product .box li img {
  width: 100%;
}
#index-body .product .box li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background-color: rgba(70, 121, 199, 0.86);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .product .box li .text {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  padding: 0 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .product .box li .text::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#index-body .product .box li .text h3 {
  font-size: 1rem;
  font-family: 'RM';
  line-height: 2;
  color: #fff;
  position: relative;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .product .box li .more {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2.2rem;
  opacity: 0;
}
#index-body .product .box li .more:hover {
  background-color: #003d9f;
  color: #fff;
}
#index-body .product .box li:hover::after {
  opacity: 1;
  top: 0;
}
#index-body .product .box li:hover .text {
  top: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .product .box li:hover .text::after {
  opacity: 0;
}
#index-body .product .box li:hover .more {
  opacity: 1;
}
#index-body .product .mores {
  text-align: right;
  color: #003d9f;
  font-size: 20px;
  line-height: 1;
  margin: 1.95rem 18rem 0 0;
  position: relative;
  padding-bottom: 7px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .product .mores::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 112px;
  height: 2px;
  background-color: #0040a1;
}
#index-body .product .mores:hover {
  color: #000;
}
#index-body .product .mores:hover::before {
  background-color: #000;
}
#index-body .why {
  background: url(../images/why.jpg) no-repeat;
  padding: 4.7rem 0 6.5rem 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#index-body .why .header span {
  display: block;
  color: #003d9f;
  background-color: #fff;
  font-size: 24px;
  letter-spacing: 7px;
  line-height: 2;
  width: 22.5%;
  padding: 5px 0 4px 0;
  margin: 0 auto;
}
#index-body .why .header h3 {
  font-size: 1.5rem;
  font-family: 'RB';
  line-height: 1;
  margin-top: 1.45rem;
}
#index-body .why .content {
  margin-top: 3.4rem;
}
#index-body .why .content li {
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
#index-body .why .content li .img {
  background-color: #fff;
  border-radius: 50%;
  line-height: 7.2rem;
  width: 7.2rem;
  /*margin: 0 auto;*/
  margin-left: 25%;
}
#index-body .why .content li .img img {
  vertical-align: middle;
}
#index-body .why .content li .text {
  padding: 2.55rem 4.3rem 0 0;
}
#index-body .why .content li .text h3 {
  font-size: 26px;
  line-height: 2;
}
#index-body .why .content li .text p {
  font-size: 16px;
  font-family: 'RR';
  line-height: 2;
  margin-top: 1rem;
}
#index-body .why .content li::before {
  content: '';
  position: absolute;
  right: 5%;
  top: 4.65rem;
  width: 1px;
  height: 10.35rem;
  background-color: #ffffff;
}
#index-body .why .content li:nth-child(3)::before {
  display: none;
}
#index-body .why .content li:nth-child(2)::before {
  right: 2%;
}
#index-body .why .content li:nth-child(2),
#index-body .why .content li:nth-child(3) {
  padding-left: 3rem;
}
#index-body .why .content li:hover {
  transform: translateY(20px);
}
#index-body .news {
  padding: 4.7rem 0;
  background-color: #eef3f6;
  overflow: hidden;
}
#index-body .news .cccc{
    font-size: 30px;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#index-body .news .aaaa{
    color: #000;
    font-size: 18px;
    line-height: 2;
}
#index-body .news .ttt{
    font-size: 30px;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#index-body .news .ttt1{
    color: #000;
    font-size: 16px;
    line-height: 2;
}
#index-body .news .www1{
    color: #000;
    font-size: 18px;
    line-height: 2;
}
#index-body .news .www2{
    color: #000;
    font-size: 16px;
    line-height: 2;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header span {
  display: block;
  letter-spacing: 12px;
  font-size: 24px;
  line-height: 2;
  background-color: #003d9f;
  width: 23.1%;
  padding: 5px 0 4px 0;
  color: #fff;
  margin: 0 auto;
}
#index-body .news .header h3 {
  font-size: 1.5rem;
  font-family: 'RB';
  line-height: 2;
  color: #003d9f;
  margin-top: 1.5rem;
}
#index-body .news .content {
  margin-top: 3.05rem;
}
#index-body .news .content .slick-slide {
  padding: 0 1.75rem 1rem 0;
}
#index-body .news .content li {
  background-color: #ffffff;
  box-shadow: 0px 11px 16px 0px rgba(0, 0, 0, 0.08);
}
#index-body .news .content li .img img {
  width: 100%;
}
#index-body .news .content li .text {
  padding: 1rem 1rem 1.6rem 0.9rem;
}
#index-body .news .content li .text span {
  font-size: 13px;
  font-family: 'RR';
  color: #0e0e0e;
  line-height: 1;
}
#index-body .news .content li .text h3 {
  font-size: 23px;
  line-height: 2;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.6rem;
}
#index-body .news .content li .text p {
  font-size: 21px;
  font-family: 'RL';
  color: #262626;
  line-height: 2;
  margin-top: 0.6rem;
}
#index-body .news .content li .text .more {
  font-size: 16px;
  color: #003d9f;
  line-height: 1;
  margin-top: 1.5rem;
  display: block;
  text-decoration: underline;
}
#footer {
  background-color: #e0e4e6;
}
#footer #ewm{
  margin-top: 1rem;
}
#footer #ewm img{
  width: 6rem;
  height: 6rem;
  border: 3px solid #fff;
}
#footer .f-info {
  color: #fff;
  padding: 2.9rem 0 0 0;
}
#footer .f-info h3 {
  font-size: 24px;
  color: #2c2c2c;
  line-height: 2;
  position: relative;
  padding-bottom: 1.1rem;
}
#footer .f-info h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.55rem;
  height: 1px;
  background-color: #003fa0;
}
#footer .f-info ul {
  margin-top: 1.8rem;
}
#footer .f-info ul li {
  color: #2c2c2c;
  font-size: 18px;
  font-family: 'RR';
  line-height: 2.1;
}
#footer .f-info ul li img {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
#footer .f-info ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
  margin-left: 0.55rem;
}
#footer .f-info .f-ab p {
  margin-top: 1.9rem;
  color: #252525;
  font-size: 18px;
  font-family: 'RR';
  line-height: 2;
}
#footer .f-info .f-ab ul {
  margin-top: 2.5rem;
}
#footer .f-info .f-ab ul li {
  display: inline-block;
  margin-right: 10px;
}
#footer .f-copy {
  padding: 0.65rem 0 0.6rem 0;
  color: #202020;
  border-top: 1px solid #bababa;
  margin-top: 6.15rem;
  font-size: 16px;
  font-family: 'RR';
  text-align: center;
  line-height: 2;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #202020;
}
#footer .f-copy svg text {
  fill: #202020;
}
#footer .f-copy svg:hover {
  fill: #003d9f;
}
@media screen and (max-width: 1780px) {
  #banner .text .right h3 {
    font-size: 2.5rem;
  }
  #banner .text .right .mores {
    margin-top: 2.5rem;
  }
  #index-body .application span {
    width: 40%;
  }
  #index-body .application .tab li {
    padding: 21px 1.3rem 20px;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1580px) {
  #banner .text .right {
    padding: 3.8rem 5rem 0 3.05rem;
  }
  #index-body .about .right span {
    width: 95%;
    letter-spacing: 8px;
  }
  #index-body .about .right {
    padding: 4rem 6rem 0 3.3rem;
  }
  #index-body .about .right h3 {
    margin-top: 2.5rem;
  }
  #index-body .about .right p {
    margin-top: 1rem;
  }
  #index-body .about .right .more {
    margin-top: 2rem;
  }
  #index-body .why {
    padding: 4.7rem 0 5rem 0;
  }
  #index-body .application .tab li {
    font-size: 1rem;
  }
  #index-body .product ul.slick-dots {
    left: 24%;
  }
   #header .nav .ui.menu .logo{
    margin-left: 1rem;
  }
  #header .nav .ui.menu .menu-box{
    margin-left: 2rem;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  #banner .text .right h3 {
    font-size: 2.2rem;
  }
  #banner .text .right {
    padding: 3rem 5rem 0 3.05rem;
  }
  #banner .text .right .mores {
    width: 24%;
  }
  #index-body .about .right {
    padding: 3rem 4rem 0 3rem;
  }
  #index-body .application .header li .img {
    width: 40%;
  }
  #index-body .application span {
    width: 50%;
  }
  #footer .f-info ul li span {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  #index-body .application .box .arrow {
    bottom: 14.4%;
    left: 45.7%;
  }
  #index-body .about .right span {
    width: 100%;
  }
  #index-body .about .right {
    padding: 2rem 2rem 0 2rem;
  }
  #index-body .about .right h3 {
    margin-top: 2rem;
  }
  #index-body .about .right p {
    margin-top: 1rem;
  }
  #index-body .about .right .more {
    margin-top: 1rem;
  }
  #banner .text .right .mores {
    width: 30%;
  }
  #header .nav .ui.menu .logo{
    margin-left: 1rem;
  }
  #header .nav .ui.menu .menu-box{
    margin-left: 2rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 2rem 0 0;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 2rem;
  }
  #index-body .why .header span{
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #banner .text .right {
    padding: 2rem 4rem 0 3.05rem;
  }
  #index-body .application span {
    font-size: 22px;
  }
  #index-body .application .box li .img img {
    min-height: 560px;
  }
  #index-body .application .box li .text {
    min-height: 560px;
  }
  #index-body .application .box .arrow {
    bottom: 15.4%;
  }
  #index-body .why .header span {
    width: 27%;
  }
  #index-body .why .content li .img img {
    width: 60%;
  }
  #index-body .news .header span {
    width: 30%;
  }
  #index-body .why .content li .text {
    padding: 2.55rem 1rem 0 0;
  }
  #index-body .why .content li::before {
    display: none;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 3rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5rem 0 0;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .about .right {
    padding: 1rem 1.5rem 0 1.5rem;
  }
  #banner .text .right h3 {
    font-size: 2rem;
  }
  #banner .text .right p {
    font-size: 18px;
  }
  #banner .text .right .mores {
    font-size: 18px;
    margin-top: 1.5rem;
  }
  #banner .text .right {
    padding: 1rem 2rem 0 3.05rem;
  }
  #index-body .about .right p {
    font-size: 18px;
  }
  #index-body .about .right .more {
    width: 26%;
    font-size: 18px;
  }
  #index-body .product .box {
    margin: 0 10rem 0 -20%;
  }
  #index-body .product .mores {
    margin: 1.95rem 12rem 0 0;
  }
  #index-body .application .header li .img {
    width: 50%;
  }
  #index-body .application .tab li {
    padding: 21px 0.8rem 20px;
  }
  #index-body .application .box li .img img {
    min-height: 520px;
  }
  #index-body .application .box li .text {
    min-height: 520px;
    padding: 5.8rem 4rem 0 2.65rem;
  }
  #index-body .application .box .arrow {
    bottom: 22.4%;
    left: 44.7%;
  }
  #index-body .why .header span {
    width: 32%;
  }
  #index-body .news .header span {
    width: 32%;
  }
  #footer .f-link {
    padding-left: 4%;
  }
  #footer .f-info ul li span {
    width: 88%;
  }
  #footer .f-copy {
    font-size: 17px;
  }
  #header .nav .ui.menu .logo{
    margin-left: 0;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 1rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem 0 0;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #index-body .application .box .arrow{
    bottom: 29.4%;
  }
}
@media screen and (max-width: 992px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 50%;
  }
  #banner .text .right {
    padding: 1rem 1rem 0 1.05rem;
  }
  #banner .text .right p {
    width: 100%;
  }
  #index-body .about {
    padding-bottom: 3rem;
  }
  #index-body .about .right span {
    letter-spacing: 4px;
  }
  #index-body .about .right p {
    font-size: 16px;
    line-height: 1.5;
  }
  #index-body .about .right .more {
    width: 36%;
  }
  #index-body .application {
    display: none;
  }
  #index-body .product .box {
    margin: 0 1rem 0 -20%;
  }
  #index-body .why {
    display: none;
  }
  #index-body .news .header span {
    width: 50%;
  }
  #footer .f-info .f-link {
    display: none;
  }
  #footer .f-info .f-product {
    display: none;
  }
  #footer .f-info .f-ab {
    width: 50%;
  }
  #footer .f-info .f-contact {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  #banner .text .left {
    width: 40%;
  }
  #banner .text .right {
    width: 60%;
    padding: 0 1rem 0 1.05rem;
  }
  #banner .text .right h3 {
    font-size: 16px;
  }
  #banner .text .right p {
    font-size: 14px;
    line-height: 1.5;
  }
  #banner .text .right .mores {
    width: 50%;
    font-size: 14px;
    padding: 6px 0 5px 0;
  }
  #banner ul.slick-dots {
    left: 45%;
    bottom: -17%;
  }
  #index-body .product {
    padding: 0 0 3.6rem 0;
  }
  #index-body .product .box {
    margin: 0 1rem 0 0%;
  }
  #index-body .product ul.slick-dots {
    left: 15%;
  }
  #index-body .about .right .more {
    padding: 7px 0;
    font-size: 14px;
  }
  #index-body .product .mores {
    margin: 1.95rem 3rem 0 0;
    font-size: 14px;
  }
  #index-body .product .box .slick-slide {
    padding-right: 1rem;
  }
  #index-body .product .mores::before {
    width: 78px;
  }
  #index-body .news .content .slick-slide {
    padding: 0 0 1rem 0;
  }
  #index-body .news .header span {
    width: 68%;
    font-size: 20px;
    letter-spacing: 6px;
  }
  #footer .f-info .f-ab {
    width: 100%;
  }
  #footer .f-info .f-ab ul {
    display: none;
  }
  #footer .f-info .f-contact {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  #footer .f-copy {
    font-size: 16px;
  }
}

.inner-banner {
  background: url(../tnmefoil/2022/01/04/company.jpg) center no-repeat;
  height: 500px;
  background-size: cover;
  padding-top: 11%;
  text-align: center;
}
.inner-banner h1 {	
    color: #fff;	
    font-size: 30px;	
    font-weight: 700;	
    text-transform: capitalize;	
    line-height: 2;	
}
.inner-banner h2 {
  color: #fff;
  font-size:30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 2;
}
.inner-banner .bread-crumbs {
  margin-top: 10px;
}
.inner-banner .bread-crumbs,
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 2;
}
.inner-banner .bread-crumbs a:hover {
  color: #003d9f;
}
.inner-page .sidebar {
  width: 100%;
  background: #003d9f;
  position: relative;
  z-index: 1;
}
.inner-page .sidebar .side-top .side-menu li {
  /*float: left;*/
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.inner-page .sidebar .side-top .side-menu li:last-child{
  margin-right: 0;
}
.inner-page .sidebar .side-top .side-menu:after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 16px;
  color: #666666;
  text-align: center;
  display: block;
  height: 72px;
  position: relative;
  line-height: 72px;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box,
.inner-page .sidebar .side-top .side-menu li a span {
  position: relative;
  z-index: 11;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box {
  float: left;
  margin-top: 15px;
  padding-right: 25px;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img:first-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a span {
  float: left;
  color: #fff;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:first-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:first-child {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:last-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:last-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
  opacity: 1;
}

.about-page .abt-1 {
    padding: 6rem 0 4.5rem;
    background:#fff; 
}
.about-page .vvv {
    font-size: 30px;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
about-page .vvv1 {
    font-size: 18px;
}
about-page .vvv2 {
    font-size: 18px;
}
.about-page .abt-1 .grid-box .left {
    padding-right: 2.5rem;
    width: 40%;
}
.about-page .abt-1 .box ul li .img-box{
  display: block;
}
.about-page .abt-1 .grid-box .left .img {
    position: relative;
    padding: 40px 0 40px 40px;
    z-index: 20;
}
.about-page .abt-1 .grid-box .left .img .play{
  position: absolute;
  right: 2%;
  bottom: 10%;
}
.about-page .abt-1 .grid-box .left .img .play::after{
  position: absolute;
        content: '';
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .3);
        animation: scale_hx 2s linear .5s infinite;
        /* Firefox: */
        -moz-animation: scale_hx 2s linear .5s infinite;
        /* Safari 和 Chrome: */
        -webkit-animation: scale_hx 2s linear .5s infinite;
        /* Opera: */
        -o-animation: scale_hx 2s linear .5s infinite;
}
 @keyframes scale_hx {
        0% {
          transform: scale(0);
          opacity: 0;
        }

        50% {
          transform: scale(0.6);
          opacity: 1;
        }

        100% {
          transform: scale(1.2);
          opacity: 0;
        }
      }
.about-page .abt-1 .grid-box .left .img::after {
    background-color: #2b3082;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}
.about-page .abt-1 .grid-box .right{width: 60%;}
.about-page .abt-1 .grid-box .right .tnme2 {
  font-size: 18px;
  line-height: 2;
    margin-top: 200px;
  }
  .prodet-page .about-page .abt-1 .grid-box .right .tnme2{
    margin-top: 0;
  }
.about-page .abt-1 .grid-box .right .text .title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color:#3e6ada;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
    font-size: 2.6rem;
    line-height: 2;
    color: #171717;
    margin-bottom: 5px;              
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
    padding: 3.5rem 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 22%;
    padding-right: 2rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    background: url(../images/bg-dot.png);
    background-repeat: repeat;
    padding: 20px;
    max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
    display: block;
    font-size: 4rem;
    font-weight: 700;                     
    line-height: 1;
    color: #3e6ada;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #171717;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 70%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
    font-size: 16px;
    color: #515151;
    line-height: 2;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
    margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
    padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
    margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px; color: #171717;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
    font-size: 16px;
    color: #515151;
}
.about-page .abt-1 .grid-box .right .text .more a {
    display: inline-block;
    outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #3e6ada;
    border: none;
    font-size: 15px;
    font-weight: 700;
    /*border-right: 6px solid #000;*/
    transition: 0.5s all ease;
    margin-top: 20px;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
    color: #000;
}



.inner-page .news-bottom {
  padding: 60px 0;
  background: #2b3082;
  color: #fff;
  text-align: center;
  overflow: overlay;
}
.inner-page .news-bottom h3 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 5px 0;
}
.inner-page .news-bottom p {
  margin-bottom: 40px;
}
.inner-page .news-bottom .more {
  display: block;
  width: 170px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #2b3082;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.tit .tit-name {
  text-align: center;
  height: 37px;
}
.tit .tit-name a {
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #2b3082;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  height: 37px;
}
.tit h2.h2 {
  font-size: 50px;
  color:#353434;
  text-align: center;
  line-height: 2;
}
.tit h2.h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.tit p.p {
  color:#353434;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.about-page .init-1 {
  background: #313131;
  padding: 60px 10%;
  color: #fff;
}
.about-page .init-1 h3{
   text-align: center;
   font-size: 40px;
}
.about-page .init-1 .desc{
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
}
.about-page .init-1 .init-1-list ul li {
  padding: 0 20px;
}
.about-page .init-1 .init-1-list ul li .grid-box {
  margin-bottom: 30px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column {
  width: 26%;
}
.about-page .init-1 .init-1-list ul li .grid-box .column:nth-child(2) {
  width: 60%;
  padding-top: 35px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column h2 {
  color: #fff;
  font-size: 24px;
  position: relative;
  font-weight: 700;
}
.about-page .init-1 .init-1-list ul li .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: -35px;
  top: 16px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-1 .init-1-list ul li .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.about-page .init-1 .init-1-list ul li p {
  color: #9a9a9a;
  line-height: 26px;
  font-size: 14px;
}
.about-page .init-why {
  padding: 78px 0;
  background: url(../images/honor-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-why .grid-box.three {
  margin-top: 30px;
}
.about-page .init-why .grid-box.three .column {
  padding: 0 30px 50px 0;
}
.about-page .init-why .grid-box.three .column .grid-box {
  margin-bottom: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column {
  padding: 0;
  width: 30%;
    color: #353434;
}
.about-page .init-why .grid-box.three .column .grid-box .column:nth-child(2) {
  width: 70%;
  padding-top: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column h2 {
  color: #353434;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  line-height: 2;
}
.about-page .init-why .grid-box.three .column .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #3e6ada;
  left: -45px;
  top: 16px;
}
.about-page .init-why .grid-box.three .column p {
  font-size: 16px;
  line-height: 2;
  color: #6d6a6a;
}
.about-page .init-why .grid-box.three .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-why .grid-box.three .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.about-page .init-history {
  background: #3e6ada;
  padding: 82px 0;
}
.about-page .init-history .imgs{
  margin-top: 2rem;
}
.about-page .init-history .imgs .slick-slide{
  margin-right: 0.1%;
}
.about-page .init-history .tit .tit-name a {
  background: #2b3082;
}
.about-page .init-history .tit h2.h2 {
  font-size: 32px;
  margin-top: 6px;
}
.about-page .init-honor {
  padding: 74px 0 120px;
  background: url(../images/honor-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-page .init-honor h2.h3 {
  color: #000000;
  margin-top: 20px;
}
.about-page .init-honor .tit-name a {
  border: 1px solid #a2a0a0;
  background: #fff;
  color: #000000;
}
.about-page .init-honor .honor-list {
  margin-top: 50px;
}
.about-page .init-honor .honor-list ul li {
  padding: 0 10px;
}
.about-page .init-equipment {
  padding: 74px 0;
  background: #222222;
}
.about-page .init-equipment .equipment-list {
  margin-top: 50px;
  position: relative;
}
.about-page .init-equipment .equipment-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 66px;
  height: 100px;
  background: url(../images/left.png) no-repeat center;
  left: -6%;
  top: 36%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .init-equipment .equipment-list .slick-next {
  background: url(../images/right.png) no-repeat center;
  left: auto;
  right: -6%;
}
.about-page .init-equipment .equipment-list ul li {
  padding: 0 10px;
}
.about-page .init-network {
  padding: 74px 0;
}
.about-page .init-network .tit-name a {
  border: 1px solid #a2a0a0;
  background: #fff;
  color: #000000;
}
.about-page .init-network h2.h3 {
  color: #000;
  margin-top: 20px;
}
.about-page .init-network img {
  display: block;
  margin: 30px auto 0;
}
.gallery-page{
    background: #222;
}
.gallery-list{
  padding: 70px 0;
}
.gallery-list .column{
  padding: 15px;
} 
.gallery-list .column p{
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  color: #fff;
  text-transform:capitalize;
}
.contact-page .init-1 {
  background: #fff;
  /*background: #1b1b1b;*/
  padding: 140px 0;
}
.contact-page .init-1 .column {
  color: #000;
}
.contact-page .init-1 .column .fa {
  width: 150px;
  height: 150px;
  border: 2px solid #000;
  text-align: center;
  line-height: 150px;
  margin: 0 auto;
  color: #000;
  font-size: 25px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact-page .init-1 .column p {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
.contact-page .init-1 .map{
  margin-top: 90px;
  position: relative;
}
.contact-page .init-1 .map .intro{
  position: absolute;
  width:50%;
  left:15%;
  top:5%;
  z-index: 2;
  color: #000;
}
.contact-page .init-1 .map .intro h2{
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.contact-page .init-1 .map .intro h2:after{ 
  content: '';
  position: absolute;
  width: 130px;
  left:-140px;
  top:36px;
  z-index: 2;
  height: 1px;
  background: #fff;
  }
  .contact-page .init-1 .map .add{
    width: 200px;
    position: absolute;
    left:8%;
    top:36%;
    z-index: 2;
  }
  .contact-page .init-1 .map .add1{
    left: 14%;
    top: 45%;
  }
  .contact-page .init-1 .map .add2{
    left: 35%;
    top: 33%;
  }
  .contact-page .init-1 .map .add3{
    left: 42%;
    top: 22%;
  }
  .contact-page .init-1 .map .add4{
    left: 60%;
    top: 34%;
  }
  .contact-page .init-1 .map .add5{
    left: 69%;
    top: 24%;
  }
  .contact-page .init-1 .map .add6{
    left: 66%;
    top: 50%;
  }
  .contact-page .init-1 .map .add7{
    left: 69%;
    top: 65%;
  }
  .contact-page .init-1 .map .add img{
    display: block;
    margin: 0 auto;
  }
  .contact-page .init-1 .map .add p{
    color: #000;
    text-align: center;
  }
.contact-page .init-1 .map .intro h3{
  font-size: 24px;
}
.contact-page .init-2 {
  padding: 0px 0;
  background-color: #fff;
  /*background: #2b3082;*/
}
.init-2 .prodet-tit {
  position: relative;
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.init-2 .prodetFeedback .ptForm {
  margin-top: 50px;
   padding-bottom: 30px;
}
.init-2 .prodetFeedback .ptForm label {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.init-2 .prodetFeedback .ptForm input,
.init-2 .prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #000;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #50549a;
}
.init-2 .prodetFeedback .ptForm .fbTop {
  margin-bottom: 20px;
}
.init-2 .prodetFeedback .ptForm .fbTop li {
  /*float: left;*/
  width: 31%;
  margin-right: 2%;
  margin-bottom: 62px;
  display: inline-block;
}
.init-2 .prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.init-2 .prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.init-2 .prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #2b3082;
}
.init-2 .prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.init-2 .prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.init-2 .prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #0041a1;
}
.init-2 .prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: arial;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #0041a1 url("../images/fb-send.png") no-repeat 90% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.init-2 .prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.about-page{
  background: #fff;
  overflow: overlay;
  margin-bottom: 20px;
}
.about-page .side-top{
  text-align: center;
  /*margin-left: 35%;*/
}
.gallery-page{
  background-color: #fff;
}
.gallery-page .side-top{
  /*margin-left: 35%;*/
  text-align: center;
}
.news-page {
  background: #fff;
  color: #000;
}
.news-page .side-top {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.news-page .init-news {
  padding: 100px 0;
}
.news-page .init-news .header{
  text-align: center;
}
.news-page .init-news .header span{
  font-size: 1.2rem;
  font-family: 'RM';
  line-height: 1;
  color: #0589ca;
}
.news-page .init-news .header h3{
  font-size: 2.4rem;
  line-height: 1;
  color: #1e1e1e;
  font-family: 'RM';
  margin-top: 1rem;
}
.news-page .init-news .content{
  margin-top: 3.45rem;
}
.news-page .init-news .content li{
  width: 21%;
  margin-right: 5%;
  position: relative;
  z-index: 1;
}
.news-page .init-news .content li::after{
  content: '';
  position: absolute;
  top: 39%;
  right: -25%;
  width: 44%;
  height: 2px;
  background-color: #444;
  z-index: -1;
}
.news-page .init-news .content li:last-child{
  margin-right: 0;
}
.news-page .init-news .content li:last-child::after{
  display: none;
}
.news-page .init-news .content .img img{
  width: 100%;
}
.news-page .init-news .content span{
  display: block;
  width: 3.7rem;
	height: 3.7rem;
	background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'RM';
  color: #1e1e1e;
  margin: -12% auto 0;
  padding-top: 1.1rem;
  position: relative;
}
.news-page .init-news .content p{
  font-size: 1.2rem;
  color: #191919;
  font-family: 'RM';
  line-height: 1;
  text-align: center;
  margin-top: 1.2rem;
}
.news-page .init-news ul li {
  margin-bottom: 50px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.news-page .init-news ul li .grid-box {
  background: #2f2f2f;
}
.news-page .init-news ul li .column {
  width: 45%;
}
.news-page .init-news ul li .column .img-box img{
  width: 100%;
}
.news-page .init-news ul li .column:nth-child(2) {
  width: 55%;
  padding: 30px 60px 0;
  color: #fff;
}
.news-page .init-news ul li .column:nth-child(2) h3 {
  font-size: 18px;
}
.news-page .init-news ul li .column:nth-child(2) h2 {
  font-size: 30px;
  line-height: 2;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
.news-page .init-news ul li .column:nth-child(2) p {
  font-size: 16px;
  line-height: 2;
  padding: 20px 0 5px;
  font-family: 'Helvetica';
}
.news-page .init-news ul li .column:nth-child(2) a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #003d9f;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
}

.cust-page .init-news ul li .column:nth-child(2) {
  width: 50%;
}
.cust-page .init-news ul li .column:nth-child(2) .img-box img{
  width: 100%;
}
.cust-page .init-news ul li .column:nth-child(1) {
  width: 50%;
  padding: 135px 60px 0;
  color: #fff;
}
.cust-page .init-news ul li .column:nth-child(1) h3 {
  font-size: 18px;
}
.cust-page .init-news ul li .column:nth-child(1) h2 {
  font-size: 30px;
  line-height: 2;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}
.cust-page .init-news ul li .column:nth-child(1) p {
  font-size: 16px;
  line-height: 2;
  padding: 20px 0 5px;
  font-family: 'Helvetica';
}
.cust-page .init-news ul li .column:nth-child(1) a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #003d9f;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
}
.cust-page .init-news ul li:nth-child(odd) .column:nth-child(2){
  padding: 0;
}
.cust-page .init-news ul li:nth-child(even) .column:nth-child(1){
  float: right;
}
.cust-page .init-news ul li:nth-child(even) .column:nth-child(2){
  float: left;
}
.cust-page .init-news ul li:nth-child(even) .column:nth-child(2){
  padding: 0;
}
.news-page .init-news ul li:hover .grid-box {
  background: #003d9f;
}
.news-page .init-news ul li:hover .grid-box a.more {
  background: #fff;
  color: #003d9f;
}
/*.product-page{
  background:#666;
}
.product-page .cat-product ul li .grid-box2 {
  padding: 60px 9% 80px;
  background-image: #0a0d0e;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .cat-product ul li .grid-box2 .img {
  float: left;
  width: 46%;
  padding-top: 50px;
}
.product-page .cat-product ul li .grid-box2 .img img {
  display: block;
  margin: 0 auto;
}
.product-page .cat-product ul li .grid-box2 .text {
  border-left: 1px solid #7f7f7f;
  float: right;
  width: 54%;
  color: #fff;
  padding: 40px 0;
  padding-left: 5%;
}
.product-page .cat-product ul li .grid-box2 .text h2 {
  font-size: 30px;
}
.product-page .cat-product ul li .grid-box2 .text h3 {
  font-size: 20px;
  margin: 30px 0 10px;
}
.product-page .cat-product ul li .grid-box2 .text p {
  font-size: 14px;
}
.product-page .cat-product ul li .grid-box2 .text a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .cat-product ul li:nth-child(2n) .grid-box2 .img {
  float: right;
}
.product-page .cat-product ul li:nth-child(2n) .grid-box2 .text {
  float: left;
  border-left: none;
  border-right: 1px solid #7f7f7f;
  padding: 40px 0;
  padding-right: 5%;
}
.product-page .cat-product ul li:hover .grid-box2 {
  background: #2b3082;
}
.product-page .cat-product ul li:hover .grid-box2 a.more {
  background: #fff;
  color: #2b3082;
}*/
.product-page {
    background-color: #fff;
}
.product-page .product-list ul {
    margin: -10px;
}
.product-page .product-list ul li {
    padding: 10px;
    position: relative;
}
.product-page .product-list ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
    display: block;
}
.product-page .product-list ul li .box a.img-box img{
  min-height: 360px;
}
.product-page .product-list ul li .box .play{
  position: absolute;
  top: 36%;
  left: 50%;
  font-size: 40px;
}
.product-page .product-list ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.product-page .product-list ul li .box .content h3 {
    font-size: 18px;
    color: #111;
    overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
    color:#3e6ada;
}
.product-page .product-list ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #3e6ada;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.product-page .product-list ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #3e6ada;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #3e6ada;
}
.product-page .product-list ul li .box .content a.more i {
    margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
    color: white;
    background: #3e6ada;
}
.product-sideBar {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
}
.product-sideBar h2.pro-cat-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.product-sideBar .cat-list .first-li {
  margin-top: 15px;
}
.product-sideBar .cat-list .second-li {
  margin-top: 10px;
}
.product-sideBar .cat-list .level-two {
  font-size: 16px;
}
.product-sideBar .cat-list .level-three {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.product-sideBar .cat-list .level-three::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-right {
    width: 100%;
    margin-top:35px;
    margin-bottom: 35px;
}
.inner-page .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #6b100b none repeat scroll 0 0;
    color: #fff;
}
.prodet-page {
  background: #fff;
  color: #000;
}
.prodet-page .init-1 {
  padding: 80px 0;
}
.prodet-page .init-1 .left {
  padding-right: 3%;
}
/*.prodet-page .init-1 .grid-box .column{
  vertical-align: middle;
}*/
.prodet-page .init-1 .left a {
  display: block;
}
.prodet-page .init-1 .left a img {
  width: 100%;
}
.prodet-page .init-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .init-1 .left ul li {
  padding: 5px;
}
.prodet-page .init-1 .left .boxs .lf{
  width: 20%;
  display: none;
}
.prodet-page .init-1 .left .boxs .rr{
  width: 100%;
  /*margin-left: 5%;*/
}
.prodet-page .init-1 .left ul li i,
.prodet-page .init-1 .left ul li span {
  display: none !important;
}
.prodet-page .init-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .init-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .init-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .init-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .init-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) {
  color: #000;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h3 {
  font-size: 24px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h1 {
  font-size: 30px;
  line-height: 2;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .intro {
  border-top: 1px solid #4c4a4a;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
  font-size: 16px;
  margin: 5px 0;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .share {
  margin: 30px 0;
  font-size: 18px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .share .fa {
  font-size: 18px;
  margin: 0 6px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) ul li {
  margin-right: 10px;
  float: left;
}
/*.prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
  display: block;
  width: 190px;
  height: 55px;
  margin-top: 20px;
  line-height: 55px;
  background: #0041a1;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}*/
.prodet-page .product-detail {
  padding-bottom: 0px;
}
.prodet-page .product-detail .init-details {
  padding: 45px 0 20px;
}
.prodet-page .product-detail .init-details .tit-top {
  font-size: 30px;
  color: #fff;
  border-bottom: 6px solid #2b3082;
  padding: 20px;
}
.prodet-page .product-detail .init-details .content {
  padding: 30px 0;
  color: #fff;
}
.prodet-page .product-detail .init-details .content li{
  display: inline-block;
  width: 24%;
}
.prodet-page .product-detail .init-details .content li video{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.prodet-page .product-detail .init-details .content table tr:nth-child(1){
  background: #2b3082;
}
.prodet-page .product-detail .init-details .content table tr td{
  padding: 8px;
  font-size: 16px;
  border:1px solid #fff;
}
.prodet-page .product-detail .init-details .content img{
  display: block;
  margin: 0 auto;
}
.prodet-page .product-detail .init-details .content .grid-box{
  padding-bottom: 40px;
}
.prodet-page .product-detail .init-details .content .column{
  margin-bottom: 40px;
  padding: 0 20px;
}
.prodet-page .product-detail .init-details .content .column h2{
font-size: 28px;
border-bottom: 1px solid #575757;
padding: 10px 0;
}
.prodet-page .product-detail .init-details .content .column p{
  font-size: 16px;
  line-height: 30px;
  color: #adadad;
}
.prodet-page .product-detail .init-details-img .tit-top {
  font-size: 24px;
}
.prodet-page .prodetFeedback{padding: 50px 0px;}
.inner-page .recommend h3{
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  color: #000;
  text-align: center;
}
.inner-page .recommend ul{
  margin-top: 3rem;
}
.inner-page .recommend ul li{
  position: relative;
}
.inner-page .recommend ul li .texts{
  position: absolute;
  top: 40%;
  left: 23%;
  width: 60%;
  text-align: center;
  color: #fff;
  font-size: 1.0rem;
  background-color: #0041a1;
  padding: 1rem 0;
  /*font-family: 'Anton',sans-serif;*/
}
.inner-page .inner-page-productSlick h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-top: 95px;
  color: #000;
  text-align: center;
}
.inner-page .inner-page-productSlick .product-slicks {
  margin-top: 65px;
}
.inner-page .inner-page-productSlick .product-slicks .slick-slide{
  margin-right: 0.5%;
}
.tnme3 {
  font-size: 16px;
  line-height: 2;
}

/*add*/
.htmleaf-container {
  padding-top: 20px;
}
/*#timeline .timeline-item:nth-of-type(odd) .samll_line {
  left: 50.5%;
  top: 37px;
}
#timeline .timeline-item:nth-of-type(even) .samll_line {
  right: 50.5%;
  top: 37px;
}*/
#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  border: 4px solid white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  left: 50%;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 100%;
}
#timeline .timeline-item .timeline-content {
  color: white;
  width: 45%;
  padding: 20px;
  transition: all 0.3s ease;
  float: right;
  min-height: 155px;
}
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content{
  float: left;
}
#timeline .timeline-item .timeline-content h2 {
  letter-spacing: 2px;
  padding: 0 15px;
  font-size: 45px;
  margin: -20px -20px 0 -20px;
  font-weight: bold;
  position: relative;
}
#timeline .timeline-item .timeline-content h2:after{
   content: '';
    position: absolute;
    width: 72px;
    height: 1px;
    background: #fff;
    left: -62px;
    top: 36px;
   }
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content h2:after{
  left:auto;
  right:-64px;
}
#timeline .timeline-item .timeline-content p {
  font-size: 14px;
  margin-top: 5px;
}
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content {
  text-align: right;
}

.newdet-page .text .con {
  color: #000;
  font-size: 16px;
  line-height: 2;
}
.newdet-page .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
  color: #000;
  margin-bottom: 1rem;
}
.newdet-page .text .new-tit{
  color: #000;
  line-height: 2;
}
.newdet-page .text .prev-next {
  border-bottom: 1px dashed #ccc;
  padding: 1rem 0;
  line-height: 2;
}
.newdet-page .text .prev-next a {
  font-size: 18px;
  color: #000;
}
.newdet-page .text .share {
  font-size: 18px;
  text-align: center;
  color: #000;
  padding: 1rem 0;
}
.newdet-page .text .share span {
  margin-right: 6px;
}
.newdet-page .text .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 6px;
}

.inner-page .m-page {
  padding: 30px 0;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  line-height: 28px;
  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; 
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #0041a1;
  color:#fff;
  border: 1px solid #0041a1;
}
.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;
}
@media screen and (max-width: 1600px) {
  .product-page .cat-product ul li .grid-box2 .img {
    padding-right: 5%;
  }
  .product-page .cat-product ul li:nth-child(2n) .grid-box2 .img {
    padding-right: 0;
    padding-left: 5%;
  }
  .product-page .cat-product ul li .grid-box2 .text h2 {
    font-size: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner h2,
  .tit h2.h2 {
    font-size: 28px;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column h2 {
    font-size: 20px;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column img {
    width: 70%;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column:nth-child(2) {
    padding-top: 22px;
  }
  .tit h2.h3 {
    font-size: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) p {
    font-size: 16px;
  }
  .inner-page .news-bottom h3 {
    font-size: 25px;
  }
  .news-page .init-news ul li .column:nth-child(2) a.more {
    height: 45px;
    line-height: 45px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) {
    padding-left: 5%;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
    font-size: 16px;
  }
  .prodet-page .product-detail .init-details .tit-top {
    font-size: 30px;
  }
  .product-page .product-list ul li .box a.img-box img{
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .init-why .grid-box.three .column .grid-box .column h2 {
    font-size: 16px;
  }
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: none;
  }
  .contact-page .init-1 .column p {
    margin-top: 20px;
    font-size: 20px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm label {
    font-size: 20px;
  }
  .prodet-page .product-detail .init-details .tit-top {
    font-size: 20px;
  }
  .cust-page .init-news ul li .column:nth-child(1){
    padding: 46px 30px 0;
  }
  .cust-page .init-news ul li .column:nth-child(1) h2{
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner h2,
  .tit h2.h2 {
    font-size: 24px;
  }
  .inner-banner .bread-crumbs,
  .inner-banner .bread-crumbs a,
  .inner-banner .bread-crumbs span {
    font-size: 20px;
  }
  .inner-page .sidebar .side-top .side-menu li a {
    font-size: 14px;
  }
  .cust-page .init-news ul li .column:nth-child(1){
    width: 100%;
    padding: 30px 10px;
  } 
  .news-page .init-news ul li .column,
  .news-page .init-news ul li .column:nth-child(2) {
    width: 100%;
    padding: 30px;
  }
  .contact-page .init-1 .column .fa {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 98px;
    font-size: 20px;
  }
  .contact-page .init-1 .column p {
    font-size: 16px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm label {
    font-size: 16px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .product-page .cat-product ul li .grid-box2 .img {
    padding-top: 8%;
  }
  .prodet-page .init-1 .grid-box .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .prodet-page .product-detail .init-details .content li{
    width: 49%;
  }
}

@media screen and (max-width: 992px) {
  .about-page .abt-1 .grid-box .left{
    display: none;
  }
  .about-page .abt-1 .grid-box .right{
    width: 100%;
  }
  .inner-page .sidebar .side-top .side-menu li a{
    font-size: 12px;
  }
  .news-page .side-top{
    width: 100%;
    text-align: center;
    padding-left: 25%;
  }
}

@media screen and (max-width: 700px) {
  .about-page .init-why .grid-box.three .column {
    width: 50%;
  }
  .about-page .init-why .grid-box.three .column p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-equipment .equipment-list .slick-arrow {
    display: none !important;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num{
    width: 30%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p{
    font-size: 12px;
  }
  .about-page .side-top{
    margin-left: 0;
  }
  .inner-page .sidebar .side-top .side-menu li a .ico-box{
    padding-right: 10px;
  }
  .inner-banner{
    height: 200px;
  }

  .news-page .side-top{
    padding-left: 0;
  }

  /*.inner-banner,
  .inner-page .sidebar {
    display: none;
  }*/
  /*.inner-page {
    margin-top: 50px;
  }*/
  .contact-page .init-1{
    display: none;
  }
  .about-page .init-1 {
    padding: 35px 15px;
  }
  .news-page .init-news ul li .column:nth-child(2) h2 {
    font-size: 16px;
  }
  .news-page .init-news ul li .column:nth-child(2) p {
    font-size: 16px;
    line-height: 2;
  }
  .contact-page .init-2 .prodet-tit {
    font-size: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .img {
    width: 100%;
    padding: 0;
  }
  .product-page .cat-product ul li .grid-box2 .text {
    border: none;
    width: 100%;
    padding: 30px 0;
    padding-left: 0;
  }
  .product-page .cat-product ul li:nth-child(2n) .grid-box2 .text {
    border: none;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
    font-size: 14px;
  }
   #timeline .timeline-item:nth-of-type(even) .samll_line,
  #timeline .timeline-item:nth-of-type(odd) .samll_line {
    left: 0.5%;
  }
  #timeline {
    /* margin: 30px; */
    padding: 0;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item:nth-of-type(odd) .timeline-content:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
  #timeline .timeline-item:nth-of-type(even) .timeline-content {
    text-align: left;
  }
  .inner-page .news-bottom{
    margin-bottom: 0;
  }
  .prodet-page .product-detail .init-details .content li video{
    height: 230px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .product-detail .init-details .content li{
    width: 100%;
  }
  .inner-banner h2,
  .tit h2.h2 {
    font-size: 18px;
    line-height: 36px;
  }
  .init-2 .prodetFeedback .ptForm .fbTop li{
    width: 100%;
  }
  .about-page .init-why .grid-box.three .column {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: block;
  }
  .tit h2.h3 {
    font-size: 18px;
  }
  .tit p.p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news-page .init-news {
    padding: 30px 0;
  }
  .news-page .init-news ul li .column,
  .news-page .init-news ul li .column:nth-child(2) {
    padding: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) a.more {
    font-size: 14px;
  }
  .inner-page .news-bottom h3 {
    font-size: 20px;
  }
  .contact-page .init-1,
  .contact-page .init-2 {
    padding: 30px 0;
  }
  .contact-page .init-1 .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm .fbTop,
  .contact-page .init-2 .prodetFeedback .ptForm .fbBot {
    margin-bottom: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .text h2 {
    font-size: 16px;
  }
  .product-page .cat-product ul li .grid-box2 .text h3 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .product-page .cat-product ul li .grid-box2 .text p {
    font-size: 14px;
  }
  .product-page .cat-product ul li .grid-box2 {
    padding: 30px 15px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h3 {
    font-size: 20px;
    
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 16px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
    font-size: 14px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .prodet-page .init-1 {
    padding: 30px 0;
  }
  .prodet-page .product-detail .init-details .tit-top,
  .inner-page .news-bottom h3 {
    font-size: 18px;
  }
}

#fp-nav.fp-right {
    right: auto;
    left: 45px;
    width: 100px;
    z-index: 4;
}
#fp-nav ul li, .fp-slidesNav ul li {
    margin: 24px 10px !important;
}
#fp-nav ul li a:after
{ 
  content: 'Products';
  position: absolute;
  left:0;
  top:0;
  color: #a7a39e;
  font-size: 16px;
}
#fp-nav ul li:nth-child(1){
display: none;
}
#fp-nav ul li:nth-child(2) a:after{
content: 'About';
}
#fp-nav ul li:nth-child(3) a:after{
content: 'Products';
}
#fp-nav ul li:nth-child(4) a:after{
content: 'Application';
}
#fp-nav ul li:nth-child(5) a:after{
content: 'News';
}
#fp-nav ul li:last-child a:after{
content: 'Contacts';
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
  height: 1px !important;
    width: 20px!important;
    margin: 0!important;
    border-radius: 0!important;
    background: #fff!important;
    left: -35px !important;
    top:10px!important;
}
#fp-nav ul li a.active:after,
.fp-slidesNav ul li a.active:after
{ 
  color: #fff;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
 width: 28px!important;
}
.fp-viewing-5 #fp-nav{
  display: none !important;
}
.top{
  position: fixed;
  right: 50px;
  bottom: 5%;
  z-index: 4;
  color: #fff;
  font-size:18px;
}
.top:after{ 
  content: '';
  position: absolute;
  right:0;
  top:-50px;
  width: 3px;
  height: 50px;
  background: #fff;
}

.contact {
  background: url(../images/contact.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 6.35rem;
  overflow: overlay;
}
.contact .contact-all {
  padding-top: 91px;
}
.contact .contact-all .column:nth-child(1) h3 {
  font-size: 48px;
  font-family: 'Bebas Neue';
  color: #fff;
  line-height: 1.3;
  margin-left: 38px;
}
.contact .contact-all .column:nth-child(2) {
  text-align: right;
}
.contact .contact-all .column:nth-child(2) a {
  background-color: #3e6ada;
  border-radius: 10px;
  margin: 28px 171px 0 auto;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  width: 34.4%;
  display: block;
  text-align: center;
  padding: 23px 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
}
.contact .contact-all .column:nth-child(2) a:hover {
  background-color: #2f3132;
}

.case-page {
  background: #222222;
}
.case-page .tit {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 2px solid #353535;
  margin-bottom: 18px;
}
.case-page .tit h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.case-page .tit:after {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #0041a1;
}
.case-page p.p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.case-page .init-1 {
  padding: 50px 0;
  color: #fff;
}
.case-page .init-1 .column {
  vertical-align: middle;
  margin-bottom: 20px;
}
.case-page .init-1 .column:nth-child(1) {
  padding-right: 2%;
}
.case-page .init-1 .column:nth-child(1) .img{
  margin-top: 155px;
}
.case-page .init-2 {
  padding: 50px 0;
}
.case-page .init-2 .content {
  padding: 20px 0;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 {
  padding: 40px 0;
  color: #fff;
}
.case-page .init-3 .init-3-list ul li{
  padding: 5px;
}
.case-page .init-3 h3.h3 {
  font-size: 40px;
  position: relative;
}
.case-page .init-3 h3.h3:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 9px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #0041a1;
}
.case-page .init-3 .content {
  padding: 20px 0;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 .content table{
  border: 3px solid #6d6d6d;
}
.case-page .init-3 .content table tr:nth-child(1){
  background: #0041a1;
  font-size: 28px;
}
.case-page .init-3 .content table tr td{
  padding: 15px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.case-page .init-3 .content table tr:nth-child(2n){
  background: #4f4f4f;
}
.case-page .init-3 .part1 {
  margin-top: 80px;
}
.case-page .init-3 .part1 .grid-box {
  margin: 40px 0;
}
.case-page .init-3 .part1 .grid-box .grid-box{
  margin: 0;
}
.case-page .init-3 .part1 .grid-box .column .column:nth-child(1){
  width: 10%;
}
.case-page .init-3 .part1 .grid-box .column .column:nth-child(2){
  width: 90%;
  padding-left: 20px;
}
.case-page .init-3 .part1 .grid-box h4 {
  font-size: 36px;
}
.case-page .init-3 .part1 .grid-box p {
  line-height: 36px;
}
.case-page .init-3 .part2 {
  padding: 30px 0 10px;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 .part2 .content{
  padding: 0;
  margin: 20px 0;
  background: #2b3082;
  border-bottom:none;
}
.case-page .init-3 .part2 .right{
  background: #222;
}
.case-page .init-3 .part2 .content .left {
  width: 75%;
  padding-right: 8px;
  background: #222;
}
.case-page .init-3 .part2 .content .left li:nth-child(1){
  display: block;
}
.case-page .init-3 .part2 .content .right {
  width: 25%;
}
.case-page .init-3 .part2 .content .right ul {
  padding: 44px 0;
  background: #2b3082;
}
.case-page .init-3 .part2 .content .right ul li {
  padding:16px 20px;
  background: #6d6d6d;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
}
.case-page .init-3 .part2 .content .right ul li:nth-child(2n) {
  background: #2b3082;
}
.case-page .init-3 .part3 .content .left {
  padding-left: 8px;
  padding-right: 0;
}
.case-page .init-4 {
  padding: 80px 0;
}
.case-page .init-4 .content {
  padding: 40px 0;
}
.case-page .init-4 .content .column {
  padding: 5px;
}
.case-page .init-4 .content .column .img-box {
  position: relative;
}
.case-page .init-4 .content .column .img-box p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}

.faq-page{
  padding: 50px 0 0;
  background-color: #fff;
}
.faq-page .about-3 {
  padding-top: 150px;
  margin-bottom: 50px;
}
.faq-page .about-3 h2 {
  font-size: 40px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.faq-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: #1b1b1b;
  line-height: normal;
  text-transform: none;
}
.faq-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.faq-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.faq-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.faq-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #989898;
  font-size: 16px;
  color: #1b1b1b;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
}
.faq-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.faq-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.faq-page .about-3 .box ul li.active h4 {
  background-color:#3e6ada;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.faq-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}

.gal-page{
  padding-bottom: 80px;
}
.gal-page .bottom {
  padding-top: 60px;
}
.gal-page .bottom ul {
  margin: -30px -12px;
}
.gal-page .bottom ul li {
  padding: 30px 12px;
}
.gal-page .bottom ul li a.img-box {
  display: block;
}
.gal-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.gal-page .bottom ul li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gal-page .bottom ul li .content h4:hover {
  color: #bf8a58;
}
.gal-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}

.about-page .about-video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  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%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
}
.about-page .about-video .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.about-page .about-video .play:after,
.about-page .about-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}





.prodet-4 .form {
  margin-top: 10px;
}
.prodet-4 h3.form-title {
  font-size: 30px;
  font-weight: bold;
}
.prodet-4 input[type="text"],
.prodet-4 input[type="email"],
.prodet-4 input[type="tel"],
.prodet-4 textarea {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 15px;
  margin-top: 12px;
}
.prodet-4 textarea {
  height: 190px;
}
.prodet-4 input[type="submit"] {
  font-size: 18px;
  background-color: #aa7842;
  border: none;
  color: #fff;
  padding: 10px 65px;
  margin-top: 30px;
}
.prodet-4 label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.prodet-4 label input[type="radio"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.prodet-4 label:first-child {
  margin-right: 55px;
}
.prodet-4 h6.small-title {
  font-size: 18px;
  margin-top: 15px;
}




@media screen and (max-width: 1340px) {
  .about-page .about-3 .other-box .other-text h2{
    font-size: 25px;
  }

  .about-page .about-adv .right{
    padding: 100px 0 100px 200px;
  }
}

@media screen and (max-width: 1000px) {
  .font-20{
    font-size: 16px;
  }
 .yejiaohide,
 .abouthide,
 .newhide {
   display: none !important;
 }
  .about-page .about-adv .left{
    width: 50%;
  }
  .about-page .about-adv .right{
    width: 50%;
    padding: 30px;
  }
  .about-page .about-adv .left .img{
    margin-right: 0;
  }
  .about-page .about-adv .right ul li{
    padding: 5px 0;
  }
  .after-line:after{
    display: none;
  }

  .about-page .about-value .right{
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .right .prodet-1 .left-box{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .right .prodet-1 .right-box{
    width: 100%;
    padding-left: 0;
  }



  .about-page .about-adv .left{
    width: 100%;
  }
  .about-page .about-adv .right{
    width: 100%;
  }

  .about-page .about-value .left{
    display: none;
  }

  .about-page .about-value .right{
    margin-left: 0;
  }

  .about-page .about-value .right .content{
    margin-top: 30px;
  }

  .font-18{
    font-size: 14px;
  }
}
#Pop_UpsBtn{
  display: none!important;
}