@font-face {
  font-family: 'SHM';
  src: url('../fonts/SourceHanSansCN-Medium-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Medium-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'SHR';
  src: url('../fonts/SourceHanSansCN-Regular-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'SHB';
  src: url('../fonts/SourceHanSansCN-Bold-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Bold-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'MR';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'SHN';
  src: url('../fonts/SourceHanSansCN-Normal-Alphabetic.eot') format('eot'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.woff') format('woff'), url('../fonts/SourceHanSansCN-Normal-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'DHT';
  src: url('../fonts/DHT.eot') format('eot'), url('../fonts/DHT.woff2') format('woff2'), url('../fonts/DHT.woff') format('woff'), url('../fonts/DHT.ttf') format('truetype');
}
@font-face {
  font-family: 'ADR';
  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');
}
body {
  font-family: 'SHR';
  overflow-x: hidden;
  height: auto !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 1rem;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 1.9rem;
  margin-top: 3px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 1.7rem 0 0;
  font-size: 20px;
  font-family: 'SHN';
  color: #000;
  -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:hover {
  color: #003ba2;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #003ba2;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  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 #004fae;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #1e50ae;
  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 ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 200px;
  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 #004fae;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #1e50ae;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #004fae;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #1e50ae;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}



#header .nav .ui.menu .language {
  position: relative;
  margin-left: 0.6rem;
  margin-top: -5px;
}
#header .nav .ui.menu .language .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 120%;
  right: 0;
  width: 130px;
  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 #004fae;
  display: none \9;
}
#header .nav .ui.menu .language .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 .language .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .language .sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
#header .nav .ui.menu .language .sub-menu li:hover {
  background: #1e50ae;
  color: white;
}
#header .nav .ui.menu .language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-search {
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
}
#header .h-search i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: #f79924;
  text-align: center;
}
#header .h-search img {
    display: inline-block;
    vertical-align: middle;
  /*margin-top: 4px;*/
}
#header .h-search::after {
  content: '';
  width: 2px;
  height: 28px;
  background-color: #1f1a17;
  display: inline-block;
  margin-left: 0.6rem;
  vertical-align: middle;
  margin-top: -4px;
}
#header .h-search form{
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}

#header .h-search form input[type="text"] {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 0 10px;
    padding-right: 70px;
    font-size: 18px;
    color: #000;
    border: none;
}

#header .h-search form input[type="submit"] {
    width: 50px;
    height: 50px;
    background: url(../images/icon-search-white.png) no-repeat center center #f79924;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}
#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;
}
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;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul>li:nth-child(2) ul{
  display: none;  
}
#mobile .menu-content .menu-list ul>li:nth-child(3) ul{
  display: none;  
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #004fae;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #004fae;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#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: 57px;
  height: 57px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #003ba2;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center #3a455b;
  left: 111px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center #3a455b;
  right: 111px;
}
#banner {
  position: relative;
  margin-top: 5rem;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  /*min-height: 250px;
  object-fit: cover;*/
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  padding-top: 20%;
}
#banner ul li #t1 .left{
    padding-top: 0;
}
#banner ul li .text .left h3 {
  font-size: 2.25rem;
  font-family: 'SHB';
  line-height: 1.6;
  position: relative;
  font-weight: bold;
}
#banner ul li .text .left h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.15rem;
  height: 4px;
  background-color: #fff;
}
#banner ul li .text .left p {
  font-size: 0.9rem;
  font-family: 'SHM';
  line-height: 1.4;
  width: 88%;
  margin-top: 1rem;
}
#banner ul li .text .right {
  padding-left: 9%;
}
#index-body .header h3 {
  font-size: 1.25rem;
  font-family: 'DHT';
  line-height: 1;
  color: #1f1f1f;
}
#index-body .header h3 em {
  font-size: 0.9rem;
  font-family: 'DHT';
  line-height: 1;
  color: #1e50ae;
}
#index-body .header h4 {
  font-size: 2rem;
  padding-top: 7px;
  font-family: 'SHB';
  line-height: 1;
  margin-top: 0.6rem;
  font-weight: bold;
  color: #1e1e1e;
}
#index-body .header p {
  font-size: 0.8rem;
  font-family: 'SHN';
  line-height: 2;
  margin-top: 1rem;
  color: #4b4b4b;
}
#index-body .i-product {
  padding: 3.65rem 0 4rem 0;
}
#index-body .i-product .ip-box {
  margin-top: 2.6rem;
}
#index-body .i-product .ip-box li {
  position: relative;
}
#index-body .i-product .ip-box li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 71, 168, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .i-product .ip-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 0 0 1.7rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  opacity: 0;
}
#index-body .i-product .ip-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 .i-product .ip-box li .text span {
  font-size: 1rem;
  font-family: 'MR';
  line-height: 1;
  font-weight: bold;
}
#index-body .i-product .ip-box li .text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.55rem;
}
#index-body .i-product .ip-box li .more {
  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 0 0 1.7rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  opacity: 0;
}
#index-body .i-product .ip-box li .more::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 .i-product .ip-box li:hover::after {
  opacity: 1;
}
#index-body .i-product .ip-box li:hover .text {
  top: 20%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .i-product .ip-box li:hover .text::after {
  opacity: 0;
}
#index-body .i-product .ip-box li:hover .more {
  top: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .i-product .ip-box li:hover .more::after {
  opacity: 0;
}
@keyframes rt {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#index-body .about {
  overflow: hidden;
}
#index-body .about .a-header {
  background: url(/tzruian/2022/09/19/index-bg.jpg) no-repeat center center;
  padding: 5.2rem 0 5.15rem 0;
}
#index-body .about .a-header li {
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

#index-body .about .a-header li .info {
    width: 193px;
  height: 193px;
  background: url(../images/circle1.png) no-repeat;
  line-height: 193px;
  text-align: center;
   /*width: 9.45rem;
  height: 9.45rem;
  border-radius: 50%;
  border: solid 4px #003ba2;
  text-align: center;
  line-height: 9.45rem;
  position: relative;
  margin: 0 auto;
  animation: rt 2s linear;*/
  margin: 0 auto;
}
#index-body .about .a-header li .info h3 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
#index-body .about .a-header li .info em {
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}
/*#index-body .about .a-header li .info::before {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2%;
  width: 9.25rem;
  height: 9.25rem;
  border-radius: 50%;
  border-top: 6px solid #003ba2;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: rt 2s infinite linear;
}*/
#index-body .about .a-header li p {
  font-size: 1.25rem;
  line-height: 1;
  margin: 2.1rem 0 0 0;
}
#index-body .about .a-header li:nth-child(1){
    margin: 0;
}
#index-body .about .a-header li:nth-child(2) .info {
  background: url(../images/circle2.png) no-repeat;
}
#index-body .about .a-header li:nth-child(3) .info {
  background: url(../images/circle3.png) no-repeat;
}
#index-body .about .a-header li:nth-child(4) .info {
  background: url(../images/circle4.png) no-repeat;
}
#index-body .about .a-header li:first-child p {
  margin: 2.1rem 0 0 0;
}
/*#index-body .about .a-header li:first-child .info::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -4px;
  width: 9.45rem;
  height: 9.45rem;
  background: url(../images/circle1.png) no-repeat;
}
#index-body .about .a-header li:nth-child(2) .info::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9.45rem;
  height: 9.45rem;
  background: url(../images/circle2.png) no-repeat;
}
#index-body .about .a-header li:nth-child(3) .info::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9.45rem;
  height: 9.45rem;
  background: url(../images/circle3.png) no-repeat;
}
#index-body .about .a-header li:nth-child(4) .info::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -3px;
  width: 9.45rem;
  height: 9.45rem;
  background: url(../images/circle4.png) no-repeat;
}*/

/*#index-body .about .a-header li .info {
  width: 15.5em;
  height: 15.5em;
  border-radius: 50%;
  border: solid 4px #ffffff;
  text-align: center;
  line-height: 9.25rem;
  position: relative;
  margin: 0 auto;
  box-shadow: inset 0 0 0 0.3em #fff;
}*/
/*#index-body .about .a-header li .info i{
  position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: spin 20s infinite linear;
    -moz-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;  
}
#index-body .about .a-header li .info i::before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    background-color: #003ba2;
}*/
/*#index-body .about .a-header li .info i{
    position: absolute;
            clip: rect(0, 9em, 9em, .3rem);
            width: 15.5em;
  height: 15.5em;
   animation: rt 2s linear;
}
#index-body .about .a-header li .info i::after{
    position: absolute;
            clip: rect(0, 9em, 9rem, .3rem);
            width: 15.5em;
  height: 15.5em;
            content: '';
            border-radius: 50%;
            box-shadow: inset 0 0 0 0.3em #003ba2;
             animation: rt 2s linear;
             border: 5px solid #003ba2;
}
#index-body .about .a-header li:nth-child(2) .info i{
     position: absolute;
            clip: rect(0, 4em, 4em, .3rem);
            width: 15.5em;
  height: 15.5em;
   animation: rt 2s linear;
}
#index-body .about .a-header li:nth-child(2) .info i::after{
    position: absolute;
            clip: rect(0, 4em, 4rem, .3rem);
            width: 15.5em;
  height: 15.5em;
            content: '';
            border-radius: 50%;
            box-shadow: inset 0 0 0 0.3em #003ba2;
             animation: rt 2s linear;
            
}
#index-body .about .a-header li:nth-child(3) .info i{
     position: absolute;
            clip: rect(0, 10em, 10em, .3rem);
            width: 15.5em;
  height: 15.5em;
  transform: rotate(110deg);
   animation: rt 2s linear;
}
#index-body .about .a-header li:nth-child(3) .info i::after{
    position: absolute;
            clip: rect(0, 10em, 10rem, .3rem);
            width: 15.5em;
  height: 15.5em;
            content: '';
            border-radius: 50%;
            box-shadow: inset 0 0 0 0.3em #003ba2;
             animation: rt 2s linear;
}
#index-body .about .a-header li:nth-child(4) .info i{
     position: absolute;
            clip: rect(0, 6em, 6em, .3rem);
            width: 15.5em;
  height: 15.5em;
  transform: rotate(187deg);
   animation: rt 2s linear;
}
#index-body .about .a-header li:nth-child(4) .info i::after{
    position: absolute;
            clip: rect(0, 6em, 6rem, .3rem);
            width: 15.5em;
  height: 15.5em;
            content: '';
            border-radius: 50%;
            box-shadow: inset 0 0 0 0.3em #003ba2;
            animation: rt 2s linear;
}*/
/*#index-body .about .a-header li .info .all{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
}
#index-body .about .a-header li .info h3 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
#index-body .about .a-header li .info em {
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}*/
/*#index-body .about .a-header li .info::before {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2%;
  width: 9.25rem;
  height: 9.25rem;
  border-radius: 50%;
  border-top: 6px solid #003ba2;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: rt 2s infinite linear;
}*/
/*#index-body .about .a-header li p {
  font-size: 1.25rem;
  line-height: 1;
  margin:2.1rem 0 0 0;
  text-align: center;
}
#index-body .about .a-header li:first-child .info {
  margin: 0;
}
#index-body .about .a-header li:first-child p {
  text-align: left;
  margin: 2.1rem 0 0 2.1rem;
}*/
#index-body .about .about-box {
  margin-top: 4.35rem;
}
#index-body .about .about-box .left {
  width: 46%;
  position: relative;
  padding-top: 2.15rem;
}
#index-body .about .about-box .left .play {
  position: absolute;
  z-index: 1;
  left: 45%;
  top: 45%;
  cursor: pointer;
}
#index-body .about .about-box .left .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  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;
}
#index-body .about .about-box .left .play::before {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  animation: scale_hx 2s linear infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear infinite;
}
#index-body .about .about-box .right {
  width: 54%;
  padding: 2.15rem 0 0 4.9rem;
}
/*#index-body .about .about-box .right .header{
     text-indent: 2em;
}*/
#index-body .about .about-box .right .header h3 {
  color: #1f1f1f;
}
#index-body .about .about-box .right .header h3 em {
  color: #1e50ae;
}
#index-body .about .about-box .right .header h4 {
  color: #1e1e1e;
}
#index-body .about .about-box .right .content {
  font-size: 0.8rem;
  text-indent: 2em;
  margin-top: 1.8rem;
  color: #4b4b4b;
}
#index-body .about .about-box .right .content p {
  line-height: 2;
}
#index-body .about .about-box .right .more {
  margin-top: 1.8rem;
}
#index-body .about .about-box .right .more a {
  display: block;
  background-color: #1e50ae;
  color: #fff;
  font-size: 0.8rem;
  width: 31.7%;
  text-align: center;
  padding: 11px 0;
  line-height: 1;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .about .about-box .right .more a:hover {
  background-color: #2c354e;
}
#index-body .advantage {
  background: url(../images/ad.jpg) no-repeat center center;
  padding: 5.2rem 0 5.2rem 0;
  margin-top: 4.65rem;
}
#index-body .advantage .header {
  color: #fff;
  width: 47%;
}
#index-body .advantage .header h3 {
  color: #fff;
}
#index-body .advantage .header h3 em {
  color: #fff;
}
#index-body .advantage .header h4 {
  color: #fff;
}
#index-body .advantage .header p {
  color: #fff;
}
#index-body .advantage .box {
  margin-top: 5rem;
}
#index-body .advantage .box li {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  color: #fff;
  text-align: center;
  padding-right: 6%;
}
#index-body .advantage .box li .img {
  width: 3.95rem;
  min-height: 3.95rem;
  line-height: 3.95rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  margin: auto;
}
#index-body .advantage .box li .img img {
  vertical-align: middle;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .advantage .box li h3 {
  font-size: 1rem;
  font-family: 'SHB';
  line-height: 1;
  font-weight: bold;
  margin-top: 1.5rem;
}
#index-body .advantage .box li p {
  font-size: 0.7rem;
  line-height: 1.8;
  margin: 1rem auto 0;
  text-align: left;
  text-indent: 1.4rem;

}
#index-body .advantage .box li:hover .img {
  background-color: #1e50ae;
}
#index-body .advantage .box li:hover .img img {
  filter: brightness(100);
}
#index-body .application {
  background-color: #f2f2f2;
  padding: 5.3rem 0;
}
#index-body .application .header {
  width: 49%;
}
#index-body .application .header h3 {
  color: #1f1f1f;
}
#index-body .application .header h3 em {
  color: #1e50ae;
}
#index-body .application .header h4 {
  color: #1e1e1e;
}
#index-body .application .header p {
  color: #4b4b4b;
}
#index-body .application .box {
  margin-top: 3.4rem;
}
#index-body .application .box li {
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  width: 23%;
  margin-right: 0.95rem;
}
#index-body .application .box li img {
  width: 100%;
}
#index-body .application .box li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: -moz-linear-gradient(top, #1e50ae 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #1e50ae 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #1e50ae 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #1e50ae 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(top, #1e50ae 0%, rgba(255, 255, 255, 0) 100%);
  /*opacity: 1;*/
  -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
}
#index-body .application .box li::after {
  content: '';
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradientrgba(rgba(30, 80, 174, 0.7) 100%, rgba(255, 255, 255, 0) 0%);
  background: -webkit-linear-gradient(rgba(30, 80, 174, 0.7) 100%, rgba(255, 255, 255, 0) 0%);
  background: -o-linear-gradient(rgba(30, 80, 174, 0.7) 100%, rgba(255, 255, 255, 0) 0%);
  background: -ms-linear-gradient(rgba(30, 80, 174, 0.7) 100%);
  background: linear-gradient(rgba(30, 80, 174, 0.7) 100%, rgba(255, 255, 255, 0) 0%);
  opacity: 0;
  -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
}
#index-body .application .box li .text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 1;
}
#index-body .application .box li .text h3 {
  position: relative;
  font-size: 1rem;
  font-family: 'SHM';
  font-weight: bold;
  padding-top: 3.45rem;
}
#index-body .application .box li .text h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 36%;
  width: 4.2rem;
  height: 4px;
  background-color: #ffffff;
}
#index-body .application .box li .text p {
  font-size: 0.8rem;
  font-family: 'SHN';
  line-height: 1.5;
  width: 78%;
  margin: 1.15rem auto 0;
}
/*#index-body .application .box li:hover::before {
  top: 0;
}*/
#index-body .application .box li:hover::after {
  opacity: 1;
  bottom: 0;
}
#index-body .application .box li:last-child {
  margin-right: 0;
}
#index-body .news {
  padding: 4.6rem 0 5.85rem 0;
  overflow: hidden;
}
#index-body .news .header {
  padding-bottom: 2rem;
  border-bottom: solid 2px #b5b5b5;
}
#index-body .news .n-box .left {
  width: 68.7%;
  padding-right: 4.75rem;
}
#index-body .news .n-box .left li {
  padding: 1.75rem 0;
  border-bottom: 1px dashed #bdbdbd;
}
#index-body .news .n-box .left li:last-child{
    border-bottom: none;
}
#index-body .news .n-box .left li .target {
  display: inline-block;
  background: #f2f2f2;
  width: 10%;
  text-align: center;
  color: #4b4b4b;
  padding: 1.05rem 0;
}
#index-body .news .n-box .left li .target span {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 8px;
}
#index-body .news .n-box .left li .target p {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
}
#index-body .news .n-box .left li .info {
  display: inline-block;
  width: 89%;
  /*padding: 10px 0 0 0;*/
  vertical-align: top;
}
#index-body .news .n-box .left li .info h3 {
  font-size: 1.15rem;
  color: #181818;
  line-height: 2.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
#index-body .news .n-box .left li .info p {
  font-size: 0.8rem;
  color: #4b4b4b;
  line-height: 1.6;
  width: 90%;
  padding-left: 0.5rem;
      text-indent: 1.6rem;
}
#index-body .news .n-box .left li:hover h3 {
  color: #11439b;
}
#index-body .news .n-box .right {
  width: 31.3%;
  text-align: right;
  padding: 1.75rem 0 0 0;
}
#index-body .news .n-box .right li {
  position: relative;
  margin-bottom: 1.4rem;
}
#index-body .news .n-box .right li img {
  width: 100%;
}
#index-body .news .n-box .right li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  color: #fff;
  text-align: left;
}
#index-body .news .n-box .right li .text h3 {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
  padding: 8px 0 8px 13px;
}
#index-body .news .n-box .right li:last-child {
  margin-bottom: 0;
}
#footer {
  background-color: #1a2e51;
  color: #c9c9c9;
}
#footer .f-info {
  padding-top: 3.4rem;
}
#footer .f-info h3 {
  font-size: 0.9rem;
  line-height: 1;
  position: relative;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #d9d9d9;
}
#footer .f-info h3::before {
  content: '';
  width: 1.3rem;
  height: 9px;
  background-color: #1e50ae;
  display: inline-block;
  margin-right: 1.1rem;
}
#footer .f-info .f-nav {
  width: 31.7%;
}
#footer .f-info .f-nav ul li {
  font-size: 0.7rem;
  line-height: 2.4;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
#footer .f-info .f-nav ul li::after {
  content: '>>';
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1;
  margin-left: 0.5rem;
  opacity: 0;
}
#footer .f-info .f-nav ul li:hover {
  color: #1e50ae;
}
#footer .f-info .f-nav ul li:hover::after {
  opacity: 1;
}
#footer .f-info .f-nav .box {
  margin-top: 1.75rem;
}
#footer .f-info .f-nav .box .left {
  width: 31%;
}
#footer .f-info .f-nav .box .middle {
  width: 31%;
}
#footer .f-info .f-nav .box .right {
  width: 38%;
}
#footer .f-info .f-contact {
  width: 24%;
  margin-left: 3%;
}
#footer .f-info .f-contact ul {
  margin-top: 1.75rem;
}
#footer .f-info .f-contact ul li {
  font-size: 0.7rem;
  line-height: 2.4;
}
#footer .f-info .f-contact ul li img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-info .f-contact ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.55rem;
  margin-top: 5px;
}
#footer .f-info .f-contact ul li input[type="text"] {
  background-color: #d9d9d9;
  width: 99%;
  border: none;
  color: #949494;
  font-size: 0.65rem;
  height: 27px;
  padding-left: 14px;
  /*padding: 6px 0 6px 14px;*/
}
#footer .f-info .f-contact ul li input[type="submit"] {
  background-color: #1e50ae;
  color: #fff;
  text-align: center;
  width: 31.3%;
  font-size: 0.7rem;
  border: none;
  height: 27px;
  /*padding: 7px 0 6px 0;*/
  -webkit-transition: .5s;
          -moz-transition: .5s;
          -ms-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
}
#footer .f-info .f-contact ul li input[type="submit"]:hover{
    background: #2c354e;
}
#footer .f-info .f-code {
  width: 22%;
  padding-top: 2.5rem;
  margin-left: 18.6%;
}
#footer .f-info .f-code p {
  margin-top: 0.6rem;
  font-size: 0.7rem;
}
#footer .f-info .f-code .chat {
  display: inline-block;
  text-align: center;
}
#footer .f-info .f-code .mobile {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 1.7rem;
}
#footer .f-info .f-code .mobile #ewm img {
  width: 95px;
  height: 95px;
  border: 3px solid #fff;
}
#footer .footer-copy {
  margin-top: 3.3rem;
  background-color: #132646;
  padding: 1.1rem 0;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  color: #d5d5d5;
  font-family: 'ADR';
}
#footer .footer-copy img {
  width: 12%;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
  #banner ul li .text .right img {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
    #header .nav .ui.menu .menu-box{
        margin: 0 auto;
    }
  #footer .f-info .f-nav .box .left {
    width: 28%;
  }
  #footer .f-info .f-nav .box .middle {
    width: 28%;
  }
  #footer .f-info .f-nav .box .right {
    width: 44%;
  }
  #footer .f-info .f-contact {
    width: 24%;
  }
  #footer .f-info .f-code {
    width: 23%;
    margin-left: 15.6%;
  }
}
@media screen and (max-width: 992px) {
  #header .nav .ui.menu .logo {
    padding: 0;
    margin: 0 auto !important;
  }
  #header .nav .ui.menu {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #banner ul li .text .left {
    padding-top: 15%;
  }
  #index-body .about .a-header{
      display: none;
  }
  #index-body .about .a-header li {
    width: 25%;
  }
  #index-body .about .about-box .right .content {
    margin-top: 2rem;
  }
  #index-body .about .about-box .right .more {
    margin-top: 2rem;
  }
  #index-body .advantage .box li {
    width: 50%;
  }
  #footer .f-info .f-nav {
    display: none;
  }
  #footer .f-info .f-contact {
    width: 60%;
    margin-left: 0;
  }
  #footer .f-info .f-code .mobile {
    display: none;
  }
  #footer .footer-copy img {
    width: 15%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 50%;
  }
  #banner ul li .text .right {
    width: 50%;
  }
  #banner ul li .text .left h3 {
    font-size: 1.2rem;
  }
  #banner ul li .text .left p {
    width: 100%;
  }
  #banner ul li .text .right img {
    width: 100%;
  }
  #banner ul li .text .left {
    padding-top: 10%;
  }
  #index-body .about .a-header {
    display: none;
  }
  #index-body .about .about-box .left {
    display: none;
  }
  #index-body .about .about-box .right {
    width: 100%;
  }
  #index-body .application {
    display: none;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .news .n-box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .news .n-box .left li .target {
    width: 20%;
  }
  #index-body .news .n-box .left li .info {
    width: 78%;
  }
  #index-body .news .n-box .right {
    width: 100%;
  }
  #footer .f-info .f-contact {
    width: 70%;
  }
  #footer .f-info .f-code {
    width: 26%;
    margin-left: 4%;
  }
  #footer .footer-copy img {
    width: 30%;
  }
  #index-body .about .about-box .right{
      padding: 0;
  }
  #index-body .news .n-box .left li .info{
    padding: 0;   
  }

   #index-body .header h3{
      font-size: 18px;
  }
  #index-body .header h3 em{
      font-size: 16px;
  }
  #banner ul li .text .left h3{
      font-size: 18px;
  }
  #banner ul li .text .left p{
      font-size: 16px;
  }
  #banner ul li .text .left{
    padding-top: 0;  
  }
  #index-body .header p{
      font-size: 16px;
  }
  #index-body .i-product .ip-box li .text span{
    font-size: 18px;  
  }
  #index-body .i-product .ip-box li .text h3{
      font-size: 18px;
  }
  #index-body .i-product {
    padding: 3.65rem 0 0rem 0;
  }
  #index-body .news .n-box .left li .info h3{
      font-size: 18px;
      padding-top: 10px;
  }
  #index-body .news .n-box .left li .info p{
      font-size: 16px;
  }
  #index-body .news .n-box .right li .text h3{
      font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .header h3{
      font-size: 16px;
  }
  #index-body .header h3 em{
      font-size: 14px;
  }
  #banner ul li .text .left h3{
      font-size: 16px;
  }
  #banner ul li .text .left p{
      font-size: 14px;
  }
  #banner ul li .text .left{
    padding-top: 0;  
  }
  #index-body .header p{
      font-size: 14px;
  }
  #index-body .i-product .ip-box li .text span{
    font-size: 16px;  
  }
  #index-body .i-product .ip-box li .text h3{
      font-size: 16px;
  }
  #index-body .i-product {
    padding: 3.65rem 0 0rem 0;
  }
  #index-body .news .n-box .left li .info h3{
      font-size: 16px;
      padding-top: 10px;
  }
  #index-body .news .n-box .left li .info p{
      font-size: 14px;
  }
  #index-body .news .n-box .right li .text h3{
      font-size: 14px;
  }
}

.product-page .grid-box .side ul.list>li ul {
    display: none;
}
.biaotou_top .text {
    width: 50%;
    float: left;
    padding: 70px 0;
}

table.biao {
width: 45% !important;
    float: left;
    margin: 30px;

}
.biaotou_top .img {
    width: 50%;
    float: left;
    text-align: right;
    right: 0;
}
.biaotou_top .img img {
    width: 30%;
    text-align: right;
}
.biaotou .biaotou_main li {
    width: 33.333%;
    float: left;
    padding: 0 20px;
}

.biaotou_top .text h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.right.column .form li.column {
    width: 50% !important;
}
 input[type="text"] {
border: 1px solid #ccc;
background: #f0f0f0 !important;
}
 input[type="email"] {
border: 1px solid #ccc;
background: #f0f0f0 !important;
}

 input[type="tel"] {
border: 1px solid #ccc;
background: #f0f0f0 !important;
}
.right.column .form li.column textarea {
border: 1px solid #ccc;
   background: #f0f0f0 !important;
}

.prodet-page .det-1 .grid-box .right .text ul li{
margin: 10px 0 !important;
}

.inner-page .form ul li input[type=submit]{
line-height: 20px !important;
}
.inner-page .form ul li input, .inner-page .form ul li textarea{
    padding: 20px 15px  !important;
}

.det-1 .ui.container h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222c47;
    border-bottom: 1px solid #d8dce4;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}


.det-2{
clear: both;
    overflow: hidden;

}
.det-2 tbody{
    word-wrap: inherit;
    text-align: center;
}
.det-2 tbody tr td{
     min-width: 80px;
    padding: 5px 2px;
    word-break: keep-all;
    height: 30px;
    line-height: 1.3;
    font-size: 14px;
     vertical-align: middle;
     width: 140px;
     white-space: nowrap;
}
.det-2 tbody tr td img{
  max-width: 100px;  
}
.det-2 tbody .det-2 tbody tr td div{
    font-size: 14px;
}
.det-2 tbody tbody tr td span{
    font-size: 14px ;
}
.det-2 tbody tbody tr td div span{
    font-size: 14px ;
}

.left.column .content {
    display: none;
}
/*.det-2 .ui.container table tr td:nth-child(3) {
    width: 65%;
}
.det-2 .ui.container table tr td:nth-child(2) {
    width: 30%;
    padding-left: 20px !important;
        text-align: center;
}
.det-2 .ui.container table tr td:nth-child(1) {
    width: 15% !important;
        text-align: center;
   
}*/
.body-overflow-box .inner-page.contact-page .left.column input[type="text"] {
    background: #f7f7f7 none repeat scroll 0 0;
}

.body-overflow-box .inner-page.contact-page .left.column input[type="email"]{
    background: #f7f7f7 none repeat scroll 0 0;
}

.body-overflow-box .inner-page.contact-page .left.column input[type="tel"] {
    background: #f7f7f7 none repeat scroll 0 0;
}
.body-overflow-box .inner-page.contact-page .left.column textarea {
    background: #f7f7f7 none repeat scroll 0 0;
}
.body-overflow-box .inner-page.contact-page .right.column p {
    color: #000;
        padding: 5px;
}

.body-overflow-box .inner-page.prodet-page .det-3 input[type="text"] {
    background: #f0f0f0;
}

.body-overflow-box .inner-page.prodet-page .det-3 input[type="email"] {
    background: #f0f0f0;
}
.body-overflow-box .inner-page.prodet-page .det-3 textarea {
    background: #f0f0f0;
}
.body-overflow-box .inner-page.prodet-page .det-3 input[type="tel"] {
    background: #f0f0f0;
}

.body-overflow-box .inner-page.product-page .pro.column li.list.column p {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}

.product-page .grid-box .side ul.list>li:hover>a {
    background: #004ea2;
    color: #fff;
    transition: all .5s ease;
}

.prodet-page .det-1 .grid-box .right .text .share {
    text-align: left;
}

.prodet-page .det-1 .grid-box .right .text ul.grid-box {
    display: inline-block;
}
.prodet-page .det-1 .grid-box .right .text ul.grid-box li.column {
    width: auto;
    padding: 5px;
}

.prodet-page .det-1 .grid-box .right .text .share h3 {
    display: inline-block;
    vertical-align: middle;
    font-family: "POPPINS-REGULAR";
    color: #333;
    font-size: 14px;
}
.prodet-page .det-1 .grid-box .right .text ul.grid-box li.column a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.prodet-page .det-1 .grid-box .right .text ul.grid-box li.column a:hover {
    color: #fff;
    background: #0a7dc2;
}

.inner-page.newdet-page .sidebar-left.column {
    display: none;
}

/* 内页区域 */
.inner-banner {
    position: relative;
    background: url(/tzruian/2022/12/13/dingbubanner3.jpg) no-repeat center / cover;
    height: 400px;
    margin-top: 4rem;
    background-size: 100%;
}
.inner-banner .text {
    /*text-align: center;*/
    padding: 15% 0;
}
.inner-banner .text h2 {
    /*font-weight: 900;*/
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
}
.inner-banner .text .banner-breack {
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
}
.about-page {
    font-family: roboto, sans-serif;
}
.about-page .abt-10{
  background: url(/tzruian/2023/09/15/about-bg32-1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.about-page .i-num{
    text-align: center;
    padding-bottom: 60px;
}
.about-page .i-num h2{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    font-weight: 700;
}
.about-page .abt-10::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(106 106 106 / 50%);*/
}
.about-page .abt-10 ul{
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .abt-10 li{
    text-align: center;
    color: #fff;
    padding: 2.6rem 0;
    position: relative;
    z-index: 1;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    overflow: hidden;
}
.about-page .abt-10 li::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    background: rgba(13,69,165,0.66);
    opacity: 0;
    -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.about-page .abt-10 li:hover::after{
   opacity: 1;
   top: 0;
}
.about-page .abt-10 li .img{
    height: 67px;
}
.about-page .abt-10 li .text{
    color: #fff;
    margin-top: 1.5rem;
}
.about-page .abt-10 li .text h3{
    font-size: 1.5rem;
    line-height: 1;
}
.about-page .abt-10 li .text p{
    font-size: 18px;
    letter-spacing: 2px;
    margin: 1.45rem auto 0;
    line-height: 1.4;
    width: 50%;
}
.about-page .abt-1 {
    padding: 4rem 0;
}
.about-page .abt-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.about-page .abt-1 ul li {
    text-align: center;
}
.about-page .abt-1 ul li span {
    font-weight: 900;
    font-style: normal;
    font-size: 2.4rem;
    color: #0f47a8;
}
.about-page .abt-1 ul li h5 {
    font-size: 16px;
    color: #5f5f5f;
}
.about-page .abt-2 {
    padding-bottom: 4rem;
}
.about-page .abt-2 .grid-box .left {
    vertical-align: middle;
}
.about-page .abt-2 .grid-box .left .ig {
    position: relative;
}
.about-page .abt-2 .grid-box .left .ig .play {
    position: absolute;
    left: 50%;
    top: 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%);
    /*width: 10rem;
    height: 10rem;*/
    cursor: pointer;
}
.about-page .abt-2 .grid-box .left .ig .play::after{
    position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  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;
}
.about-page .abt-2 .grid-box .left .ig .play::before{
    position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  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;
}
.about-page .abt-2 .grid-box .left img {
    width: 100%;
}
.about-page .abt-2 .grid-box .right {
    vertical-align: middle;
    padding-left: 2rem;
}
.about-page .abt-2 .grid-box .right .text h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c2c2c;
}
.about-page .abt-2 .grid-box .right .text p {
    font-size: 16px;
    color: #5f5f5f;
    margin-top: 20px;
}
.about-page .abt-2 .grid-box .right .text .link {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #e8523d;
    margin-top: 3.5rem;
}
.about-page .abt-2 .grid-box .right .text .link:hover {
    text-decoration: underline;
}
.about-page .abt-3 h2 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #2c2c2c;
}
.about-page .abt-3 ul .slick-track{
  margin-left: 0;
  margin-right: 0;
}
.about-page .abt-3 ul {
    margin-top: 20px;
}
.about-page .abt-3 ul li {
    display: inline-block;
    padding: 0 10px;
}
.about-page .abt-3 ul li .ig {
    text-align: center;
}
.about-page .abt-3 ul li .ig img {
    display: inline-block;
    margin-bottom: 10px;
}
.about-page .abt-3 ul li .ig h4 {
    font-size: 20px;
    font-weight: bold;
}
.about-page .abt-4 {
    padding: 7rem 0;
}
.about-page .abt-4 h2 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #2c2c2c;
}
.about-page .abt-4 ul {
    margin-top: 20px;
}
.about-page .abt-4 ul li {
    display: inline-block;
    padding: 0 5px 20px;
}
.about-page .abt-4 ul li .ig {
    text-align: center;
}
.about-page .abt-4 ul li .ig img {
    display: inline-block;
    margin-bottom: 10px;
}
.about-page .abt-4 ul li .ig h4 {
    font-size: 20px;
    font-weight: bold;
}
.about-page .abt-5 {
    text-align: center;
}
.about-page .abt-5 h2 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #2c2c2c;
}
.about-page .abt-5 h4 {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: normal;
}
.about-page .abt-5 ul.grid-box {
    margin-top: 30px;
}
.about-page .abt-5 ul.grid-box li {
    display: inline-block;
    padding: 5px;
}
.about-page .abt-5 ul.grid-box li .text {
    background-color: #ebf1f2;
    padding: 40px 2rem;
}
.about-page .abt-5 ul.grid-box li .text h4 {
    margin-bottom: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul {
    text-align: left;
}
.about-page .abt-5 ul.grid-box li .text ul li {
    position: relative;
    padding-left: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
}
.about-page .abt-6 {
    text-align: center;
    background-color: #ebf1f2;
    padding: 3rem 0;
    margin: 7rem 0;
}
.about-page .abt-6 h2 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 20px;
}
.about-page .abt-6 p {
    font-size: 14px;
    color: #5f5f5f;
}
.about-page .abt-7 {
    padding: 4rem;
}
.about-page .abt-7 .grid-box .left {
    vertical-align: middle;
}
.about-page .abt-7 .grid-box .left img {
    width: 100%;
}
.about-page .abt-7 .grid-box .right {
    vertical-align: middle;
    padding-right: 3rem;
}
.about-page .abt-7 .grid-box .right .text h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0 15px;
    color: #0f47a8;
}
.about-page .abt-7 .grid-box .right .text h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    color: #2c2c2c;
}
.about-page .abt-7 .grid-box .right .text p {
    font-size: 16px;
    color: #5f5f5f;
    margin-top: 20px;
}
.about-page .abt-7 .grid-box .right .text .link {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #e8523d;
    margin-top: 3.5rem;
}
.about-page .abt-7 .grid-box .right .text .link:hover {
    text-decoration: underline;
}
.about-page .abt-8 {
 text-align: center;
    padding: 4rem 0;
    background: url(/tzruian/2022/05/07/aboutu2.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.about-page .abt-8 .title {
    text-align: center;
}
.about-page .abt-8 .title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.about-page .abt-8 .title p {
    font-size: 16px;
    margin: 0 auto 40px;
    max-width: 780px;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .about-page .abt-2,
    .about-page .abt-4 {
        padding: 4rem 0;
    }
    .about-page .abt-1 ul li {
        width: 50%;
    }
    .about-page .abt-2 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-2 .grid-box .right {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-left: 0;
    }
    .about-page .abt-2 .grid-box .right .text .link {
        margin-top: 20px;
    }
    .about-page .abt-7 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-7 .grid-box .right {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    .about-page .abt-7 .grid-box .right .text .link {
        margin-top: 20px;
    }
}

/* 产品页面 */
.product-page {
    background-color: #f7f8fa;
    padding: 3rem 0;
}
.product-page .grid-box .side {
    width: 25%;
    box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .side h2 {
    padding: 26px 30px;
    font-size: 30px;
    font-weight: bold;
    background-color: #222c47;
    color: #fff;
}

.product-page .grid-box .pro .center .box.grid-box .list.column:hover .right.column img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}

.product-page .grid-box .pro .center .box.grid-box .list.column .right.column img{
   width: 92px;
    height: 92px;
    transition: all .5s ease;
}
.product-page .grid-box .side ul.list {
    background-color: #fff;
 
}
.product-page .grid-box .side ul.list > li:first-child {
    padding-top: 0;
}
.product-page .grid-box .side ul.list > li {
    font-size: 16px;
    font-weight: bold;
    color: #222c47;
    border-bottom: 1px solid #e6e6e6;
   
    overflow: hidden;
}
.product-page .grid-box .side ul.list > li li {
    border-top: 1px solid #f9f9f9;
}
.product-page .grid-box .side ul.list > li a {
    display: block;
}
.product-page .grid-box .side ul.list > li ul {
    /*display: none;*/
}
.product-page .grid-box .side ul.list > li ul li {
 font-size: 14px;
    font-weight: 600;
    color: #595959;
    padding-left: 1em;
    margin: 8px 0;
    transition: all .5s ease;
}

.product-page .grid-box .side ul.list>li ul li:hover {
    margin-left: 16px;
    transition: all .5s ease;
}

.product-page .grid-box .side ul.list > li ul li:hover {
    color: #000;
}
.product-page .grid-box .side ul.list.product i {
width: 80px;
    position: absolute;
    left: 20px;
    top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
text-align: left;
}
.product-page .grid-box .side ul.list.product a {
  display: block;
  padding-left: 130px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-page .grid-box .side ul.list.product>li>a {
  padding-right: 35px;
}
.product-page .grid-box .side ul.list.product a span {
  width: 20px;
  height: 20px;
  cursor: pointer;
  cursor: hand;
  position: absolute;
      right: 20px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .grid-box .side ul.list.product a span.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.product-page .grid-box .side ul.list.product a span:after,
.product-page .grid-box .side ul.list.product a span:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .grid-box .side ul.list.product a span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-page .grid-box .side ul.list.product a span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-page .grid-box .side ul.list.product li:hover>a>span:before,
.product-page .grid-box .side ul.list.product li:hover>a>span:after {
  background: white;
}
.product-page .grid-box .pro {
    position: relative;
    width: 75%;
    padding-left: 20px;
}
.product-page .grid-box .pro .top {
/*//    position: absolute;*/
    bottom: 100%;
        margin-bottom: 20px;
}
.product-page .grid-box .pro .top h2 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #222c47;
}
.product-page .grid-box .pro .top .con {
    font-size: 14px;
    color: #4d4d4d;
}
.product-page .grid-box .pro .center .box.grid-box .list.column {
    width: 100%;
    padding: 0 20px 20px 0;
}

.inner-page.product-page.product2-page li.list.column {
       width: 33.33% !important;
}

.product-page .grid-box .pro .center .box.grid-box .list.column:hover .ig.grid-box {
    box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box {
    display: block;
    background-color: #fff;
    box-shadow: 4px 5px 20px 0 rgba(69, 82, 139, 0.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /*padding: 20px 40px;*/
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left {
   /* padding-right: 15px;*/
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left h4 {
font-size: 12px;
    font-weight: 700;
    padding: 22px 30px;
    color: #222c47;
    text-align: center;
    line-height: 25px;
   white-space: nowrap;
   text-overflow: ellipsis;
    overflow: hidden;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left i {
    font-size: 20px;
    color: #b4181b;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .right {
    width: 30%;
    vertical-align: middle;
    padding-left: 0;
        overflow: hidden;
  /*  padding-right: 15px;*/
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left {
    width: 70%;
 /*   padding-left: 15px;*/
    padding-right: 0;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left .content {
    font-size: 14px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left .content table tr td {
   border: 1px #eee solid;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left .content table tr:nth-child(even) {
    background: #eee;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left .content table tr:nth-child(1) {
     color: #333;
    font-weight: 700;
}


.inner-page .sidebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 23%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 0 1.25rem;
  font-size: 18px;
  color: #000;
  border: none;
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 70px;
  height: 70px;
  background: url(../images/icon-search-white.png) no-repeat center center #f79924;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 2.5rem 0 1.25rem;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li:nth-child(6) a{
    /*background: #2542a5;*/
    color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li:nth-child(6) a i{
    color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li:nth-child(6).active>a{
    color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li:nth-child(6) a span{
    background: #2542a5;
   color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li:nth-child(6).active a i{
    color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li a{
    background: transparent !important;
    color: #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li a span{
  background: #f5f5f5;
  color: #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li a i{
    color: #bdc2c6 !important;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li.active a{
    color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li.active a i{
    color: #2542a5 !important;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li a:hover{
    color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li.active a{
    color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
          text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9rem 10px 0.9rem 25px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item{
    display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item li{
    padding-left: 15px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .list_item .list_items{
    display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active>ul{
    display: block;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active>ul li.active>.list_items{
    display: block;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #2542a5;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a>i {
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #bdc2c6;
  line-height: 1;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 0.6rem;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active>a {
  background: #2542a5;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active>a>i {
  color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active>a span {
  background: #2542a5;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li > ul >li{
    padding-left: 10px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li > ul >li.active>a {
  color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li > ul >li.active>a>i {
  color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li > ul >li.active>a span {
  background: #2542a5;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 2rem 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 3rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 0.75rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #2542a5;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: .25rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 2.35rem;
  margin-top: 2.5rem;
  padding: 4rem 1.5rem 4rem;
  /*margin-top: 4.7rem;*/
  border-radius: 5px;
  background: url(/tzruian/2022/09/06/ba-product.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  text-indent: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 1.25rem 0 1.4rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 1rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 0.7rem;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-box {
  width: 77%;
  margin-left: auto;
}

.inner-page .sidebar-content .sidebar-box .product_2_content{
    display: flex;
    padding: 30px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .img{
    width: 30%;
    display: flex;
    justify-content: center;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .img img{
    max-width: 100%;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .content{
    width: 65%;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .content .title{
    font-weight: bold;
    font-size: 32px;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .content .cont{
    margin-top: 30px;
    font-size: 16px;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .content .cont strong,.inner-page .sidebar-content .sidebar-box .product_2_content .content .cont b{
    font-weight: bold;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .content .shadow{
    display: none;
}
.inner-page .sidebar-content .sidebar-box .product_2_content .download{
    margin-top: 20px;
    display: inline-block;
    border: #000 solid 1px;
    padding: 5px 30px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.product2-page {
  padding: 5.25rem 0 3.5rem;
}
.product2-page .ui.container{
    max-width: 1500px;
    width: 100%;
}
.product2-page .product-list {
  padding-left: 3rem;
}
.product2-page .bottom{
  padding: 0 0 3rem 3rem;
  line-height: 1.6;
      text-indent: 2em;
}
.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.875rem;
}
.product2-page .product-list ul li {
  padding: 0 0.875rem;
  width: 33.333%;
  margin-bottom: 1.85rem;
}
.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #2542a5;
}
.product2-page .product-list ul li .pro-box::after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: 0;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #304eac;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding: 0.5rem 0.5rem 1rem;
  border-bottom: 2px solid #eee;
  min-height: 80px;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: #2542a5;
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'Poppins-Bold';
  text-align: center;
}
.product2-page .product-list ul li .pro-box .pro-img {
  /*margin-bottom: 2.5rem;*/
  /*height: 20vw;*/
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product2-page .product-list ul li .pro-box .pro-img img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.product2-page .product-list ul li .pro-box .text {
  margin-bottom: 1rem;
  font-size: 15px;
  color: #757575;
}
.product2-page .product-list ul li .pro-box .text p {
  margin-bottom: 0.75rem;
  padding-left: 30px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
 background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 16px 22px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
  background: #1e50ae;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 10px auto 0;
}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #2c354e;
}
.product2-page .product-list ul li .pro-box .more img {
  margin-left: 0.6rem;
  font-size: 15px;
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 100px;
}
.m-page a:hover {
    color: #004ea2;
}
.m-page span {
    background-color: #004ea2;
    color: #fff;
}

@media screen and (max-width: 1230px) {
    .product2-page .product-list {
    padding-left: 0;
}
}

@media screen and (max-width:1000px){
.product2-page .product-list ul li{
  width: 50%;
}
.product2-page .product-list ul li .pro-box h5{
  font-size: 16px;
}
.inner-page .sidebar-content .sidebar-nav{
    display: none;
}
.inner-page .sidebar-content .sidebar-box{
    width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 992px) {
    .product-page .grid-box .side {
        display: none;
    }
    .product-page .grid-box .pro {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .product-page .grid-box .pro .center .box.grid-box .list.column {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product2-page .product-list ul li {
        width: 100%;
    }
    .inner-page .sidebar-content .sidebar-box .product_2_content .content .title{
        font-size: 20px;
    }
    .inner-page .sidebar-content .sidebar-box .product_2_content .img{
        width: 100%;
    }
    .inner-page .sidebar-content .sidebar-box .product_2_content .content{
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
}

/* 产品详情页 */
.prodet-page .det-1 {
    padding: 0 0 0 3rem;
}
.prodet-page .det-1 .grid-box .left {
    width: 45%;
    text-align: center;
    padding-right: 1rem;
}
.prodet-page .det-1 .grid-box .left .ig {
    max-width: 500px;
    margin: auto;
}
.prodet-page .det-1 .grid-box .left .img {
    border: 1px solid #d8dce4;
    margin-bottom: 10px;
}
.prodet-page .det-1 .grid-box .left ul {
    margin: 0 -4px;
}
.prodet-page .det-1 .grid-box .left ul li {
    display: inline-block;
    padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left ul li a {
    display: block;
    border: 1px solid #d8dce4;
}
.prodet-page .det-1 .grid-box .left ul li a img {
    margin: auto;
}
.prodet-page .det-1 .grid-box .left ul .slick-track {
    margin-left: 0;
}
.prodet-page .det-1 .grid-box .left ul .slick-arrow {
width: 28px;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 12%;
    margin-top: -14px;
    z-index: 1;
    border: none;
    color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .left ul .slick-arrow:after {
    content: '';
    font-family: "FontAwesome";
    color: white;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.prodet-page .det-1 .grid-box .left ul .slick-arrow.slick-prev {
    left: 5px;
}
.prodet-page .det-1 .grid-box .left ul .slick-arrow.slick-prev:after {
    content: "\f104";
}
.prodet-page .det-1 .grid-box .left ul .slick-arrow.slick-next {
    right: 5px;
}
.prodet-page .det-1 .grid-box .left ul .slick-arrow.slick-next:after {
    content: "\f105";
}
.prodet-page .det-1 .grid-box .left ul .slick-arrow:hover {
    background: #004ea2;
}
.con table tr td:nth-child(1) {
       width: 18% !IMPORTANT;
}
.con table tr td:nth-child(2) {
        width: 38%;
}

.con table tr td:nth-child(3) {
       width: 44%;
}




.prodet-page .det-1 .grid-box .right {
    width: 55%;
   /*padding-left: 2rem;*/
}
.prodet-page .det-1 .grid-box .right h2 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
    color: #222c47;
    border-bottom: 1px solid #d8dce4;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}
.prodet-page .det-1 .grid-box .right .text h4 {
    font-weight: 600;
    font-size: 22px;
    color: #222c47;
    display: none;
}
.prodet-page .det-1 .grid-box .right .text ul li {
    font-size: 16px;
    color: #262e42;
    margin: 1rem 0;
}
.prodet-page .det-1 .grid-box .right .text .more {
    margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more a {
 display: inline-block;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 200px;
    text-align: center;
    color: #fff;
    background-color: #1e50ae;
    padding: 10px 0;
        transition: all .5s ease;
}



.prodet-page .det-1 .grid-box .right .text .more a:hover {
    transition: all .5s ease;
    margin-left: 15px;
    background: #2c354e;
}

.prodet-page .det-1 .grid-box .right .text .more a:hover {
    transition: all .5s ease;
    margin-left: 15px;
}

.prodet-page .prodet-2 {
    padding: 3rem 0 0 3rem;
}
.prodet-page .prodet-2 .options {
    border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .options ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #181818;
    padding: 0 15px;
    margin-right: 60px;
    line-height: 36px;
    height: 36px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-2 .options ul li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-2 .options ul li:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #2542a5;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .options ul li.active,
.prodet-page .prodet-2 .options ul li:hover {
    color: #2542a5;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
    opacity: 1;
}
.prodet-page .prodet-2 .content {
    margin-top: 26px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #666;
    background: white;
}
.prodet-page .prodet-2 .content strong{
  font-weight: bold;
}


.prodet-page .det-re .box ul li:hover a h4 {
    margin-left: 15px;
    transition: all .5s ease;
    color: #004ea2;
}


.prodet-page .det-re .box ul li a h4 {
    transition: all .5s ease;
}

.prodet-page .det-re .box ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}

.prodet-page .det-re .box ul li img {
    transition: all .5s ease;
}

.prodet-page .det-2 h2 {
    position: relative;
    font-size: 16px;
    color: #394048;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 2rem 0;
}
.prodet-page .det-2 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
background-color: #004ea2;
}
.prodet-page .det-3 {
    padding: 40px 0;
}
.prodet-page .det-3 h2 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #222c47;
    text-align: center;
    margin-bottom: 20px;
}
.prodet-page .det-re {
    padding: 3rem 0 0 3rem;
}
.prodet-page .det-re h2 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #222c47;
    /* text-align: center; */
    margin-bottom: 20px;
}
.prodet-page .det-re .box {
   /* padding-top: 2rem;*/
}
.prodet-page .det-re .box ul li {
    display: inline-block;
    padding: 8px;
}


.inner-page.product-page.product2-page .left.column {
    width: 70% !important;
    vertical-align: middle;
}

.inner-page.product-page.product2-page .right.column {
    width: 30% !important;
}







.prodet-page .det-re .box ul li .ig {
    display: block;
    text-align: center;
    box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.1);
    padding: 20px 20px 20px;
    transition: .5s;
}







.prodet-page .det-re .box ul li .ig img {
    display: inline-block;
}
.prodet-page .det-re .box ul li .ig h4 {
    font-size: 15px;
    font-weight: bold;
    color: #222c47;
    margin-top: 2rem;
}
.prodet-page .det-re .box ul li .ig:hover {
    box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
}

@media screen and (max-width: 1000px) {
    .prodet-page .det-1{
    padding: 0;
    }
    .prodet-page .prodet-2{
    padding: 3rem 0 0 0;
    }
    .prodet-page .det-re{
        padding: 3rem 0 0 0;
    }
}

@media screen and (max-width: 992px) {
    .prodet-page .det-1 .grid-box .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        padding-top: 2rem;
        padding-left: 0;
    }
}


/* 其他内页区域 */

.inner-page {
    font-size: 14px;
    line-height: 1.8;
    position:relative;
    z-index:1;
}
.inner-page p {
    line-height: 1.8;
   color: #000000;
    font-size: 20px;
}


.abt-3 {
    padding: 4rem 0;
}
.inner-page .text {
    color: #828893;
    font-size: 16px;
}
.inner-page .text p {
    color: inherit;
}
.inner-page i.small-tit {
    color: #0a7dc2;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
    color: #111;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-family: "POPPINS-SEMIBOLD";
}
.inner-page h3.title.mt0 {
    margin-top: 0;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
        background: #f0f0f0 !important;
}
.inner-page .form ul li input[type="submit"] {
    background: #1e50ae;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #2c354e;
}
.inner-page .sidebar-box .sidebar-left {
    width: 25%;
    padding-right: 15px;
    display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
 
    background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #072948;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
    float: right;
    font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
    background: #fbf9f7;
    border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
    background: #0a7dc2 none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
    margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
    color: #111;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
    position: absolute;
    height: 4px;
    width: 30%;
    background: #0a7dc2 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
    margin-right: 5px;
    color: #0a7dc2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
    float: right;
    margin-top: 6px;
    color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
    background: #0a7dc2 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
    padding: 30px;
    background: url("../images/sidebar-info.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a7dc2;
    z-index: -1;
    opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 30px;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    color: #fff;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    margin: 20px 0;
    display: block;
    font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #0a7dc2;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
    background: transparent;
    color: #fff;
}
.body-overflow-box .inner-page.newdet-page .sidebar-right.column {
    width: 100%;
}
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}

.mbx{
    padding-top: 30px;
    display: block;
    font-size: 18px;
    line-height: 2;
    color: #747474;
}
.mbx span {
    color: #003ba2;
}
.faq-page{
    padding: 70px 0 200px;
}
.faq-page .box ul li{
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}
.faq-page .box ul li h4 {
    font-size: 18px;
    line-height: 2;
    color: #444;
        font-family: roboto, sans-serif;
}
.faq-page .box ul li .content {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px #eee dashed;
    font-size: 16px;
    line-height: 2;
    color: rgba(0,0,0,.65);
        font-family: roboto, sans-serif;
            text-indent: 32px;
}


.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
      background: #fff !IMPORTANT;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #0a7dc2;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0a7dc2;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    /*display: none;*/
    font-size: 16px;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
   background: #f7f7f7 none repeat scroll 0 0;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.service-page {
    padding: 0px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
    display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
    display:none !important;
}
.service-page h3.title {
    font-size: 24px;
}
.service-page .form {
    padding-top: 30px;
}
.news-page {
    padding: 70px 0;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}
.news-page .news-list ul li .box {
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
    padding: 20px;
    position: relative;
}
.news-page p{
    color: #000;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-indent: 2em;
}
.news-page .news-list ul li .box .content time {
    /*position: absolute;
    width: 65px;
    height: 65px;
    top: -35px;
    background: #0a7dc2 none repeat scroll 0 0;
    color: #fff;*/
    /*line-height: 23px;*/
    /*text-align: center;*/
    /*border-radius: 5px;*/
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 16px;
    /*padding: 8px 0;*/
    /*left: 15px;*/
}
.news-page .news-list ul li .box .content h3 {
    font-family: "POPPINS-MEDIUM";
    font-size: 20px;
    margin: 1rem 0;
    color: #111;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /*height: 54px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #0a7dc2;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #0a7dc2;
    border-left: 1px solid #0a7dc2;
    font-size: 16px;
    font-family: "POPPINS-REGULAR";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    color: #111;
    border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}
.newdet-page {
   padding: 30px 0;
}
.newdet-page .news-content h3.title {
    font-size: 30px;
        text-align: center;
}
.newdet-page .news-content a.img-box {
    display: block;
}
.newdet-page .news-content a.img-box img {
    width: 100%;
}
.newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background: #0a7dc2 none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: "POPPINS-MEDIUM";
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}

.newdet-page .news-content .content p, .newdet-page .news-content .content div {
    line-height: 32px;
    font-size: 18px;
    padding-top: 20px;
    text-indent: 2em;
}

.newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;
    font-family: "POPPINS-REGULAR";
    display: none;
}
.newdet-page .news-content .tag em {
    color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .news-content .tag div {
    margin-left: 15px;
}
.newdet-page .news-content .tag div i {
    color: #0a7dc2;
    margin-right: 5px;
}
.newdet-page .news-content .content {
    padding: 15px 0;
    margin: 10px 0;
  /*  border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;*/
    /*text-align: center;*/
    font-size: 18px;
    text-indent: 2em;
}
/*.newdet-page .news-content .content p,
.newdet-page .news-content .content div {
    line-height: 30px;
    font-size: 14px;
}*/
.newdet-page .news-content .share {
    text-align: left;
}
.newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-family: "POPPINS-REGULAR";
    color: #333;
    font-size: 14px;
}
.newdet-page .news-content .share ul {
    display: inline-block;
}
.newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
}
.newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
    color: white;
    background: #0a7dc2;
}
.newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
    color: #0a7dc2;
    text-decoration: underline;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #2745a6 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
    display: none !important;
}
.contact-page .contact-2 {
    padding-top: 70px;
}
.contact-page .contact-2 .left {
    width: 50%;
    padding-right: 15px;
}
.contact-page .contact-2 .left .form {
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px;
}
.contact-page .contact-2 .right {
    width: 50%;
    padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
}
#header .nav .ui.menu .menu-box ul.menu>li:after {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
}
#header .nav .ui.menu .menu-box ul.menu>li:hover:after {
    width: 100%;
}


.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #f79924 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}
.contact-page .contact-2 .right ul li {
       
    padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #828893;
    font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
    font-size: 18px;
    color: #111;
    /*text-transform: capitalize;*/
    line-height: normal;
    letter-spacing: 1px;
}
.gallery-page {
    padding:0 0 70px 0;
}
.gallery-page .tab{
   border-bottom:1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 4.5rem;
}
.gallery-page .tab li{
    text-align:center;
    padding:24px 0;
    border-left:1px solid #e1e1e1;
    position:relative;
}
.gallery-page .tab li:last-child{
    border-right:1px solid #e1e1e1;
}
.gallery-page .tab li::after{
     content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0%;
    height:2px;
    background:#25375d;
    transition:width cubic-bezier(.47,-.01,.09,1.08) .6s;
}
.gallery-page .tab li:hover p,
.gallery-page .tab li.active p {
  transform:translateY(-60px);
}
.gallery-page .tab li:hover i,
.gallery-page .tab li.active i{
    transform:translateY(-60px);
}
.gallery-page .tab li:hover::after,
.gallery-page .tab li.active::after{
    width:100%;
}
.gallery-page .tab li p{
     transform:translateY(-60px);
}
.gallery-page .tab li i{
     transform:translateY(-60px);
}
.gallery-page .tab li::after{
    width:100%;
    right:auto;
    left:0;
}
.gallery-page .tab li a{
    overflow: hidden;
    display: block;
}
.gallery-page .tab li i {
    width:40px;
    height:40px;
    margin-right:20px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transition:transform ease .5s;
    -ms-transition:transform ease .5s;
    -o-transition:transform ease .5s;
    -webkit-transition:transform ease .5s;
    -moz-transition:transform ease .5s;
}
.gallery-page .tab li:nth-child(1) i::after {
    background: url(/machinetoolchuck/2022/07/20/hand.png) no-repeat center;
}
.gallery-page .tab li:nth-child(2) i:after {
    background: url(/machinetoolchuck/2022/07/20/hand.png) no-repeat center;
}
.gallery-page .tab li:nth-child(3) i:after {
    background: url(/machinetoolchuck/2022/07/20/hand.png) no-repeat center;
}
.gallery-page .tab li i:after {
    content:'';
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    transition:transform ease .4s;
    -ms-transition:transform ease .4s;
    -o-transition:transform ease .4s;
    -webkit-transition:transform ease .4s;
    -moz-transition:transform ease .4s;
    transform:translateY(60px);
}
.gallery-page .tab li span{
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    color:#666;
    transition:transform ease .4s;
    -ms-transition:transform ease .4s;
    -o-transition:transform ease .4s;
    -webkit-transition:transform ease .4s;
    -moz-transition:transform ease .4s;
    position:relative;
}
.gallery-page .tab li span:after {
    content:attr(data-hover);
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    color:#25375d;
    transform:translateY(60px);
}

.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
    text-align: center;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box h5 {
    text-transform: uppercase;
    display: block;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: #0f47a8;
    color: white;
}

@media screen and (max-width: 1250px) {
    .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding: 15px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
        font-size: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
        font-size: 1.2rem;
        margin: 15px 0;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
        padding: 6px 25px;
    }
    .inner-page h3.title {
        font-size: 28px;
        line-height: 28px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .product-page .grid-box .side {
        display: none;
    }
    .product-page .grid-box .pro {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page h3.title {
        font-size: 24px;
        line-height: 26px;
    }
    .gallery-page,
    .faq-page .faq-1,
    .faq-page .faq-2,
    .news-page,
    .newdet-page,
    .service-page,
    .contact-page {
        padding: 40px 0;
    }
    .contact-page .contact-2 {
        padding-top: 40px;
    }
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
    .inner-page h3.title {
        font-size: 20px !important;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .news-page .news-list ul li .box .content time,
    .newdet-page .news-content time {
        font-size: 16px;
        /*width: 50px;
        height: 50px;
        line-height: 20px;*/
        top: -25px;
    }
    .newdet-page .news-content time {
        top: 0;
        margin-top: -25px;
    }
    .news-page .news-list ul li .box .content a.more {
        font-size: 14px;
        padding: 2px 0 2px 15px;
    }
    .contact-page .contact-2 .right ul li p {
        font-size: 13px;
    }
    .contact-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 14px;
    }
    .inner-page.product-page.product2-page li.list.column {
        width: 50%!important;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
    .inner-page.product-page.product2-page li.list.column {
        width: 100%!important;
        padding-right: 0!important;
    }
    .inner-page p,
    .inner-page {
        font-size: 13px;
        line-height: 1.8;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-page .contact-2 .left .form {
        padding: 10px;
    }
    .button-group .button:nth-child(2) {
        display: none;
    }
    .button-group {
        padding: 5px !important;
        bottom: 0 !important;
        right: 15px !important;
    }
}

.info-middle img {
    width: 50%
}



/* Support Start */
.support-page .box .gallery-item {
    padding: 3.5rem 0;
}
.support-page .title .grid-box .left {
    vertical-align: bottom;
}
.support-page .title .grid-box .left .text h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #2c2c2c;
}
.support-page .title .grid-box .left .text .con {
    font-size: 15px;
    color: #5f5f5f;
}
.support-page .title .grid-box .right {
    vertical-align: bottom;
    text-align: right;
}
.support-page .title .grid-box .right .more a {
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #e8523d;
}
.inner-page.support-page .list .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    border: none;
    color: #000;
    background-color: #fff;
    padding: 0 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page.support-page .list .slick-arrow:hover {
    color: #fff;
    background-color: #e8523d;
}
.inner-page.support-page .list .slick-prev {
    left: 20%;
}
.inner-page.support-page .list .slick-next {
    right: 20%;
}
.inner-page.support-page .list {
    position: relative;
    padding: 2.5rem 0;
}
.inner-page.support-page .list ul li {
    display: inline-block;
}
.inner-page.support-page .list ul .draggable {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.inner-page.support-page .list ul .slick-slide {
    transform: scale(1);
    transition: .5s;
    opacity: 0;
}
.inner-page.support-page .list ul .slick-slide.slick-active {
    opacity: 1;
}
.inner-page.support-page .list ul .slick-slide.slick-active + div {
    transform: scale(1.2);
    position: relative;
    z-index: 2;
}
.inner-page.support-page .list ul .slick-slide.slick-center {
    position: relative;
    z-index: 3 !important;
    transform: scale(1.4) !important;
}
.inner-page.support-page .list ul .slick-slide.slick-center + div + div {
    transform: scale(1);
    z-index: 1 !important;
}
@media screen and (max-width: 1300px) {
    .inner-page.support-page .list ul .slick-slide.slick-center {
        transform: scale(1.2) !important;
    }
    .inner-page.support-page .list ul .slick-slide.slick-active + div {
        transform: scale(1);
    }
}
@media screen and (max-width: 700px) {
    .inner-page.support-page .list ul .slick-slide {
        opacity: 1;
    }
    .inner-page.support-page .list ul .slick-slide.slick-center {
        transform: scale(1) !important;
    }
    .inner-page.support-page .list ul li {
        padding: 0 10px;
    }
}
/* Support End */

/* Gallery 第二版 Start */
.gallery-page .lg-1 .box .list {
    position: relative;
    padding: 2.5rem 0 5rem;
    overflow: hidden;
}
.gallery-page .lg-1 .box .list::after {
    content: '\20';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50px;
    bottom: 151px;
    width: 500px;
    background-color: #f7f8fa;
    border-radius: 0 50px 0 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text {
    max-width: 520px;
    padding: 3rem 20px 3rem 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text span.tit {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    color: #222c47;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    color: #222c47;
    margin: 20px 0 15px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text .con {
    font-size: 14px;
    color: #262e42;
    margin-bottom: 15px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text {
    position: relative;
    padding-left: 60px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a {
    position: absolute;
    left: 0;
    width: 60px;
    top: 0;
    border-radius: 50px 0 0 0;
    overflow: hidden;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a {
    display: inline-block;
    margin-bottom: 1px;
    width: 60px;
    line-height: 60px;
    background-color: #222c47;
    color: #fff;
    text-align: center;
    opacity: .3;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a.active {
    opacity: 1;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img img {
    width: 100%;
    border-radius: 0 50px 0 50px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #222c47;
    margin-top: 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even)::after {
    left: auto;
    right: 0;
    border-radius: 0 0 0 50px;
    width: 580px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
    position: relative;
    left: 50%;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
    text-align: right;
    margin-left: auto;
    padding: 3rem 0 3rem 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
    position: relative;
    left: -50%;
}
@media screen and (max-width: 860px) {
    .gallery-page .lg-1 .box .list .ig .grid-box .left {
        width: 100%;
    }
    .gallery-page .lg-1 .box .list .ig .grid-box .left .text {
        padding: 20px 0;
    }
    .gallery-page .lg-1 .box .list .ig .grid-box .right {
        width: 100%;
    }
    .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
        left: 0;
    }
    .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
        text-align: left;
        padding: 20px 0;
        margin-left: 0;
    }
    .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
        left: 0;
    }
}

/* Gallery 第二版 End */

/* Service Start */
.service-page {

}
.service-page .ser-1 {
    background-color: #F5F7FA;
        padding-top: 80px;
    padding-bottom: 80px;
}
.service-page .ser-1 .grid-box .left {
    width: 40%;
    vertical-align: middle;
}
.service-page .ser-1 .grid-box .left .text {
    padding: 1.5rem 0;
}
.service-page .ser-1 .grid-box .left .text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #485984;
    margin-bottom: 20px;
}
.service-page .ser-1 .grid-box .left .text .con {
    font-size: 14px;
    color: #262e42;
    margin-bottom: 15px;
}
.service-page .ser-1 .grid-box .left .text ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}
.service-page .ser-1 .grid-box .left .text ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    margin-right: 8px;
    color: #0aab0a;
}
.service-page .ser-1 .grid-box .left .text ul li span {
    display: inline-block;
    font-size: 16px;
    color: #262e42;
}
.service-page .ser-1 .grid-box .right {
    width: 60%;
    vertical-align: middle;
}
.service-page .ser-2 {
    margin: 80px auto;
}
.service-page .ser-2 .title {
    position: relative;
}
.service-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #f5f5f5;
    opacity: 0.9;
}
.service-page .ser-2 .title h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222c47;
}
.service-page .ser-2 .top .grid-box .text {
    font-size: 14px;
    color: #262e42;
    max-width: 500px;
    padding-right: 10px;
    margin: 20px auto 20px 0;
}
.service-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.service-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.service-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 214px;
}
.service-page .ser-2 .bot ul li .ig::after {
    content: '1';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
}
.service-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.service-page .ser-2 .bot ul li .ig h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #222c47;
}
.service-page .ser-2 .bot ul li:nth-child(2) .ig::after {
    content: '2';
}
.service-page .ser-2 .bot ul li:nth-child(3) .ig::after {
    content: '3';
}
.service-page .ser-2 .bot ul li:nth-child(4) .ig::after {
    content: '4';
}
.service-page .ser-3 {
    text-align: center;
    background-color: #f5f7fa;
    padding: 4rem 0;
}
.service-page .ser-3 .grid-box {
    border-radius: 30px;
    overflow: hidden;
}
.service-page .ser-3 .grid-box .column .text {
    background-color: #fff;
    padding: 7.5rem 0;
}
.service-page .ser-3 .grid-box .column .text h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222c47;
    margin: auto auto 20px;
}
.service-page .ser-3 .grid-box .column .text .con {
    font-size: 16px;
    color: #262e42;
    margin: 0 auto;
    max-width: 320px;
}
.service-page .ser-3 .grid-box .column .text .more {
    margin-top: 2.9rem;
}
.service-page .ser-3 .grid-box .column .text .more a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 15px 30px;
    background-color: #b4181b;
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
}
.service-page .ser-3 .grid-box .column .text .more a:hover {
    opacity: 0.8;
}
.service-page .ser-3 .grid-box .right {
    border-left: 1px solid #ddd;
}
.service-page .ser-3 .grid-box .right .text .more a {
    background-color: #526390;
}
.service-page .ser-4 {
    margin: 5rem 0;
}
.service-page .ser-4 .grid-box .left {
    width: 40%;
    vertical-align: middle;
}
.service-page .ser-4 .grid-box .left .ig {
    max-width: 500px;
    margin: auto;
}
.service-page .ser-4 .grid-box .left .ig img {
    width: 100%;
}
.service-page .ser-4 .grid-box .right {
    width: 60%;
    padding-left: 20px;
    vertical-align: middle;
}
.service-page .ser-4 .grid-box .right .text {
    max-width: 660px;
    margin-left: auto;
}
.service-page .ser-4 .grid-box .right .text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222c47;
    margin: 20px 0 30px;
    max-width: 400px;
}
.service-page .ser-4 .grid-box .right .text ul li {
    margin: 20px 0;
}
.service-page .ser-4 .grid-box .right .text ul li .txt {
    position: relative;
    padding-left: 20px;
}
.service-page .ser-4 .grid-box .right .text ul li .txt::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '\f14a';
    font: normal normal normal 18px/1 FontAwesome;
    color: #0aab0a;
}
.service-page .ser-4 .grid-box .right .text ul li .txt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222c47;
}
.service-page .ser-4 .grid-box .right .text ul li .txt .con {
    font-size: 14px;
}
.service-page .ser-5 {
    padding: 35px 0;
    background-color: #2a344e;
}
.service-page .ser-5 .grid-box .left {
    width: 80%;
    vertical-align: middle;
}
.service-page .ser-5 .grid-box .left h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0 20px 0 0;
}
.service-page .ser-5 .grid-box .right {
    width: 20%;
    vertical-align: middle;
    text-align: right;
}
.service-page .ser-5 .grid-box .right .more a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 15px 30px;
    background-color: #b4181b;
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.service-page .ser-5 .grid-box .right .more a:hover {
    background-color: #004ea2;
}
@media screen and (max-width: 992px) {
    .service-page .ser-1 .grid-box .left {
        width: 100%;
    }
    .service-page .ser-1 .grid-box .right {
        width: 100%;
    }
    .service-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .service-page .ser-2 .bot ul li {
        width: 50%;
    }
    .service-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
    .service-page .ser-3 .grid-box .column {
        width: 100%;
    }
    .service-page .ser-3 .grid-box .column.right {
        border-left: none;
        border-top: 1px solid #ddd;
    }
    .service-page .ser-4 .grid-box .left {
        width: 100%;
    }
    .service-page .ser-4 .grid-box .right {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner {
      height: 250px;
    }
    .inner-banner .text h2{
        font-size: 20px;
        font-weight: bold;
    }
    .service-page .ser-5 .grid-box .left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .service-page .ser-5 .grid-box .right {
        width: 100%;
        text-align: center;
    }
}
/* Service End */


@media screen and (max-width: 700px) {
    .about-page .abt-1 {
        padding: 2rem 0;
    }
    .about-page .abt-8 .title h3 {
        font-size: 20px;
    }
}
.cloudzoom-blank,.cloudzoom-zoom-inside {
  z-index: 10;
  background: white;
  cursor: crosshair;
}
.about-page .about-gy {
    padding: 130px 0;
    background: url('/ld-valve/2021/05/31/gongyi.jpg') center center;
    text-align: center;
    color: white;
}
.about-page .about-gy h2 {
    font-size: 44px;
    text-transform: uppercase;
}
.about-page .about-gy .box {
    margin-top: 110px;
    padding: 0 16%;
}
.about-page .about-gy .box ul {
    margin: -50px;
}
.about-page .about-gy .box ul li {
    padding: 50px;
}
.about-page .about-gy .box ul li .text {
    vertical-align: middle;
    padding-right: 3%;
    text-align: left;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
opacity: 1;
}
.about-page .about-gy .box ul li .text h6 {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
}
.about-page .about-gy .box ul li .text h6 span {
    font-weight: bold;
    font-size: 36px;
    color: white;
    vertical-align: top;
    line-height: 1.4;
}
.about-page .about-gy .box ul li .text h3 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.2;
    color: white;
    word-break: break-word;
}
.about-page .about-gy .box ul li .img {
    position: relative;
    text-align: left;
    vertical-align: middle;
    left: 0;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.about-page .about-gy .box ul li .img img {
    width: 100%;
}
.about-page .about-gy .box ul li .img .box2 {
    height: 80%;
    top: 10%;
    width: 30%;
    left: -15%;
    background: #004ea2;
    padding: 10px;
    position: absolute;
    opacity: 0;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.about-page .about-gy .box ul li .img .box2 span {
    font-size: 22px;
    font-weight: bold;
}
.about-page .about-gy .box ul li .img .box2 h6 {
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    padding: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
}
.about-page .about-gy {
    overflow: hidden;
    margin: 50px 0;
}
.about-page .about-gy .box ul .slick-list {
    overflow: unset;
}
.about-page .about-gy .box ul .slick-current+div li .text{
    opacity: 0;
}
.about-page .about-gy .box ul .slick-current+div li .img{
    left: -45%;
}
.about-page .about-gy .box ul .slick-current+div li .img .box2 {
    opacity: 1;
}
.about-page .about-gy .box ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    margin-left: -80px;
    z-index: 1;
    background: #004ea2 url('../images/banner-btn-l.png') center center no-repeat;
    background-size: 14px;
    border: none;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    font-size: 0;
}
.about-page .about-gy .box ul .slick-arrow.slick-next {
    display: none;
}
.about-page .about-4 {
    padding: 0 0 75px
}

.about-page .about-4 .box {
    padding-top: 80px;
    max-width: 960px;
    display: block;
    margin: 0 auto
}

.about-page .about-4 .box ul {
    position: relative
}

.about-page .about-4 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #000;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #5483eb), color-stop(100%, transparent));
    background: -moz-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: -o-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    background: -ms-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    background: linear-gradient(to bottom, #000, transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent', GradientType=0);
    position: absolute
}

.about-page .about-4 .box ul li {
    padding-bottom: 20px;
    position: relative
}

.about-page .about-4 .box ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #000;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px #fff;
    -o-box-shadow: 0 0 3px 3px #fff;
    box-shadow: 0 0 3px 3px #fff
}

.about-page .about-4 .box ul li h5 {
    font-size: 22px;
    color: #333;
    font-family: "roboto-bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-page .about-4 .box ul li .content {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1
}

.about-page .about-4 .box ul li .content .text {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-top: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-page .about-4 .box ul li .content:after {
    content: '';
    border-right: 10px solid #000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1
}

.about-page .about-4 .box ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(100%, #000));
    background: -moz-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
    background: -webkit-linear-gradient(left, #000 0%, #000 100%);
    background: -o-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
    background: -ms-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
    background: linear-gradient(to right, #1f1f1f, #000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc', GradientType=1);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-page .about-4 .box ul li .left {
    padding-top: 5px;
    padding-right: 35px;
    text-align: right;
    position: relative
}

.about-page .about-4 .box ul li .right {
    padding-left: 25px;
    position: relative
}

.about-page .about-4 .box ul li:last-child {
    padding-bottom: 0
}

.about-page .about-4 .box ul li:nth-child(even) .left {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px
}

.about-page .about-4 .box ul li:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.about-page .about-4 .box ul li:nth-child(even) .right .content:after {
    border-left: 10px solid #000;
    border-right: none;
    left: 100%
}

.about-page .about-4 .box ul li:nth-child(even) .right .content:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-page .about-4 .box ul li:hover .content .text, .about-page .about-4 .box ul li:hover .content h5 {
    color: #fff
}

.about-page .about-4 .box ul li:hover .content:after, .about-page .about-4 .box ul li:hover .content:before {
    opacity: 1
}
.about-page .about-4  h2 {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #1c1c1c;
    font-weight: bold;
}
@media screen and (max-width: 1400px) {

    .about-page .about-4 .box {
        padding-top: 50px
    }

    .about-page .about-4 {
        padding: 50px 0
    }

    .about-page .about-4 .box ul li h5 {
        font-size: 20px
    }

    .about-page .about-4 .box ul li .content .text {
        font-size: 14px
    }
    .about-page .abt-2 .grid-box .right .text h2 {
        line-height: 1;
    }
    .about-page .abt-3 ul li .ig h4 {
        font-size: 18px;
        line-height: 1;
    }
    .about-page .about-gy h2 {
        font-size: 36px;
    }
    .about-page .about-gy .box ul li .text h3 {
        font-size: 40px;
    }

}

@media screen and (max-width: 1200px) {

    .about-page .about-4 .box ul li h5 {
        font-size: 17px
    }

    .about-page .about-4 .box {
        padding-top: 30px
    }
    .about-page .abt-1 ul li span {
        font-size: 1.8rem;
    }
    .about-page .abt-2 .grid-box .right .text h2,.about-page .abt-7 .grid-box .right .text h2,.about-page .abt-8 .title h3,.about-page .about-gy h2 {
        font-size: 1.4rem;
    }
    .about-page .abt-7 {
        padding: 1rem 0;
    }
    .about-page .abt-2, .about-page .abt-4 {
        padding: 1rem 0;
    }
    .about-page .abt-3 ul li .ig h4 {
        font-size: 16px;
    }
    .about-page .about-gy {
        padding: 20px 0;
    }
    .about-page .about-gy .box ul li .text h3 {
        font-size: 22px;
    }
    .about-page .about-gy .box ul li .text h6 {
        font-size: 18px;
    }
    .about-page .about-gy .box ul li .text h6 span {
        font-size: 24px;
    }

}
@media screen and (max-width: 1000px) {
    .inner-page {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-4 .box ul li .right, .about-page .about-4 .box ul li .left {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding: 0 !important
    }

    .about-page .about-4 .box ul li .left {
        padding-left: 10px !important
    }

    .about-page .about-4 .box ul {
        padding-left: 20px
    }

    .about-page .about-4 .box ul:after {
        left: 2px;
        top: 42px
    }

    .about-page .about-4 .box ul li:after {
        left: -18px;
        top: 42px
    }
    .about-page .abt-1 ul li span {
        font-size: 1.4rem;
    }
    .about-page .abt-1 ul li h5 {
        font-size: 13px;
    }
    .abt-3 {
        padding: 1rem 0;
    }
    .about-page .about-gy .box ul li {
        padding: 10px;
    }
    .about-page .about-gy .box ul {
        margin: -10px;
    }
    .about-page .about-gy .box ul .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 8px;
    }
    .about-page .about-gy .box ul li .img .box2 h6 {
        display: none;
    }
    .about-page .about-gy .box ul .slick-current+div li .img {
        left: 0 !important;
        margin-top: 10px;
    }
    .about-page .about-gy .box ul li .img .box2 {
        display: none;
    }

}

.mml-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1546px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.p08-4-s1 {
    background-color: #003ba2;
    text-align: center
}

.p08-4-s1.fixed {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    left: 0;
    top: 90px;
    z-index: 10
}

.p08-4-s1 .mml-row {
    max-width: 1600px
}

.p08-4-s1 ul {
    justify-content: space-between;
}

.p08-4-s1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    min-height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center
}

.p08-4-s1 li {
    width: 14.28%;
    padding: 15px 10px;
    cursor: pointer
}

.p08-4-s1 li:hover h6, .p08-4-s1 li.active h6 {
    color: #fff;
}

.p08-4-s1 li:hover h6::before, .p08-4-s1 li:hover h6::after, .p08-4-s1 li.active h6::before, .p08-4-s1 li.active h6::after {
    display: block;
}

.p08-4-s1 h6 {
    position: relative;
    font-size: 14px;
    font-family: 'SHB';
}

.p08-4-s1 h6::before, .p08-4-s1 h6::after {
    display: none;
    position: absolute;
    content: '';
    left: 50%;
    width: 96px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.p08-4-s1 h6::before {
    top: -7px
}

.p08-4-s1 h6::after {
    bottom: -7px
}

@media (max-width: 1600px) {
    .p08-4-s1 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p08-4-s1 li {
        width: 20%;
        margin-bottom: 20px
    }
}

@media (max-width: 1600px) {
    .p08-4-s1 li {
        width: 25%
    }
}

@media (max-width: 960px) {
    .p08-4-s1 li {
        width: 33.33%
    }
}

@media (max-width: 768px) {
    .p08-4-s1 li {
        width: 50%
    }
}

@media (max-width: 540px) {
    .p08-4-s1 li {
        width: 100%
    }
}

/*.p06-1-s5 .mml-row > ul > li:first-child {
    margin-top: 0
}
.p06-1-s5 .mml-row > ul > li li {
    list-style: disc;
    list-style-position: inside
}*/
.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row > ul > li {
    margin-top: 167px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center
}

.p06-1-s5 .mml-row > ul > li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row > ul > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row > ul > li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-family: 'SHB';
    font-weight: bold;
}

.p06-1-s5 p {
    margin-top: 20px;
    font-size: 14px;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width: 768px) {
    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row > ul > li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row > ul > li:nth-child(odd) .img-wrap, .p06-1-s5 .mml-row > ul > li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row > ul > li:nth-child(odd) .text-wrap, .p06-1-s5 .mml-row > ul > li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row > ul > li:nth-child(odd) .text, .p06-1-s5 .mml-row > ul > li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

.application-page {
 
  padding: 11rem 0;
}
.application-page .application-list ul li {
  margin-bottom: 2rem;
  padding: 2.5rem;
  background:#fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-list ul li .left {
  width: 45%;
  vertical-align: middle;
}
.application-page .application-list ul li .right {
  width: 45%;
  vertical-align: middle;
  padding-left: 3rem;
}
.application-page .application-list ul li .right h4 {
  font-size: 3rem;
  color: #363636;
  line-height: 1.2;
  font-family: "Poppins-Bold";
}
.application-page .application-list ul li .right .text {
  display: block;
  font-size: 1.5rem;
  color: #757272;
  line-height: 1.8;
  margin-top: 1rem;
}
.application-page .application-list ul li:last-child {
  margin-bottom: 0;
}
.application-page .application-list ul li:hover {
  -o-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

.gray_bg{
  background-color: #f9f9f9;
}

.wgl-animate_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.wgl-animate_bg div {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    width: 1px;
    background-color:#f7f5f5;
}
.wgl-animate_bg div:nth-child(1) {
    right: 25%;
    bottom: -170px;
}
.wgl-animate_bg div:nth-child(2) {
    right: 50%;
    bottom: -170px;
}
.wgl-animate_bg div:nth-child(3) {
    right: 75%;
    bottom: -170px;
}

.inner-banner1{
    margin-top: 5rem;
}
.inner-banner1 .top {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #e2e1e1;
}
.inner-banner1 .top h2 {
  font-size: 1.75rem;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
}
.inner-banner1 .top .box {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}

h2.ty {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
h2.ty::after {
    content: "";
    width: 57px;
    height: 4px;
    background-color: #1e50ae;
    display: block;
    margin-top: 15px;
}

.inner-page.about-page .about-1 .box {
  padding-top: 120px;
}
.inner-page.about-page .about-1 .box li {
  display: inline-block;
  width: 100%;
}
.inner-page.about-page .about-1 .box h3 {
  font-size: 37px;
  font-weight: bold;
  color: #000;
}
.inner-page.about-page .about-1 .box .box2 {
  font-size: 0;
}
.inner-page.about-page .about-1 .box .box2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
 
}
.inner-page.about-page .about-1 .box .box2 .right {
  text-align: left;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.inner-page.about-page .about-1 .box .content {
  max-width: 600px;
  float: right;
  padding: 20px 0;
}
.inner-page.about-page .about-1 .box li:nth-child(2) h3 {
  text-align: left;
}
.inner-page.about-page .about-1 .box li:nth-child(3) h3 {
  text-align: right;
  padding-right: 15px;
}
.inner-page.about-page .about-1 .box li:nth-child(3) .left {
  padding-top: 80px;
}
.inner-page.about-page .about-1 .box li:nth-child(3) .right {
  padding-top: 160px;
}
.inner-page.about-page .about-1 .box li:nth-child(3) .content {
  max-width: none;
  font-size: 0;
}
.inner-page.about-page .about-1 .box li:nth-child(3) .content p {
  display: inline-block;
  vertical-align: top;
      text-align: right;
      padding-left: 20%;
}
.inner-page.about-page .about-2 .box {
  padding-top: 160px;
}
.inner-page.about-page .about-2 .box ul {
  position: relative;
  padding-bottom: 250px;
}
.inner-page.about-page .about-2 .box ul:after {
  content: '';
  width: 2px;
  height: 100%;
  background: #fdc210;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  display: block;
}
.inner-page.about-page .about-2 .box ul li {
  width: 50%;
  display: block;
  padding-top: 30px;
}
.inner-page.about-page .about-2 .box ul li h3 {
  font-size: 71px;
  line-height: 64px;
  margin-bottom: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page.about-page .about-2 .box ul li h3 small {
  font-size: 60%;
}
.inner-page.about-page .about-2 .box ul li:hover h3{
  color:#fdc210;
}
.inner-page.about-page .about-2 .box ul li img {
  margin-bottom:10px;
}
.inner-page.about-page .about-2 .box ul li p {
  font-size: 30px;
  line-height: 40px;
  max-width: 400px;
  display: inline-block;
}
.inner-page.about-page .about-2 .box ul li:nth-child(odd) {
  text-align: right;
  padding-right: 10px;
}
.inner-page.about-page .about-2 .box ul li:nth-child(even) {
  text-align: left;
  left: 50%;
  position: relative;
  padding-left: 10px;
}
.inner-page.about-page .about-3 h3 {
  padding-top: 150px;
  font-size: 50px;
  line-height: 50px;
  font-family: "roboto-black";
  max-width: 800px;
}
.inner-page.about-page .about-3 .box {
  padding-top: 30px;
}
.inner-page.about-page .about-3 .box li {
  font-family: "Roboto-BoldCondensed";
  font-size: 30px;
  line-height: 40px;
  padding: 25px 0;
}
.inner-page.about-page .about-4 {
  padding-top: 200px;
}
.inner-page.about-page .about-4 h3 {
  padding: 100px 0 100px;
  font-size: 50px;
  line-height: 50px;
  font-family: "roboto-black";
}
.inner-page.about-page .about-4 .box ul li {
  display: block;
  font-size: 0;
  padding-bottom: 70px;
}
.inner-page.about-page .about-4 .box ul li .left {
  width: 33.33333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.inner-page.about-page .about-4 .box ul li i {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  text-align: center;
  font-size: 36px;
  color: #fdc210;
  font-family: "roboto-black";
  display: block;
  text-transform: uppercase;
  line-height: 280px;
  margin: 0 auto;
  position: relative;
}
.inner-page.about-page .about-4 .box ul li i:after {
  content: '';
  -webkit-animation: sx 2s infinite linear;
  -o-animation: sx 2s infinite linear;
  animation: sx 2s infinite linear;
  border: 2px #fdc210 dashed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.inner-page.about-page .about-4 .box ul li i em {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  max-width: 90%;
}
.inner-page.about-page .about-4 .box ul li .content {
  width: 66.66666%;
  display: inline-block;
  vertical-align: middle;
}
.inner-page.about-page .about-4 .box ul li .content p {
  font-family: "Roboto-BoldCondensed";
  line-height: 40px;
  font-size: 25px;
}


.technology-page{
  padding: 0;
}
.technology-page .part1 {
  padding: 70px 0 0;
  background: #f5f7f9;
}
.technology-page .part1 .grid-box {
  padding-bottom: 70px;
}
.technology-page .part1 .grid-box:nth-child(even) .column:nth-child(1) {
   padding: 0% 4% 0 0;
}
.technology-page .part1 .grid-box:nth-child(even) .column:nth-child(2) {
  padding:60px 0 60px 0;
}
.technology-page .part1 .grid-box .column:nth-child(1) {
  padding: 5% 4% 0 0;
}
.technology-page .part1 .grid-box .column h2 {
  font-size: 36px;
 color: #333333;
     margin-bottom: 35px;
  font-weight: 700;
}
.technology-page .part1 .grid-box .column p {
font-size: 16px;
    color: #5a5a5a;
    line-height: 2;
}
.technology-page .part1 .part1-content {
padding: 70px 0 30px;
    background: #fff;
}
.technology-page .part1 .part1-content .service-list ul li {
  color: #fff;
  padding: 0 2px;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg {
  background: #9a9a9a;
  padding: 50px 30px 50px;
  position: relative;
  min-height: 286px;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg .img {
  position: absolute;
  right: 30px;
  top: 50px;
}

.inner-page.technology-page .part1 .part1-content .service-list li .img img {
    float: right;
}



.inner-page h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}


.technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
  position: absolute;
  left: 25px;
  top: 48px;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  font-size: 62px;
  line-height: 55px;
  font-weight: 700;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg h2 {
  font-size: 23px;
  padding-left: 55px;
  font-weight: 500;
  display: none;
}
.technology-page .part1 .part1-content .service-list ul li .img-bg p {
    padding: 0 15%;
    line-height: 30px;
    margin-top: 30px;
    font-size: 16px;
        color: #fff;
}
.technology-page .i-process {
  background: #f5f7f9;
  padding: 90px 0;
}
.technology-page .i-process h2.h2 {
  text-transform: uppercase;
}
.technology-page .i-process ul li{
  margin-bottom: 2px;
}
.technology-page .i-process ul li .column{
  padding: 12px;
  background: #fff;
  font-size: 18px;
}
.technology-page .i-process ul li .column:nth-child(1){
  width: 5%;
  background: #aa112a;
  color: #fff;
  text-align: center;
}
.technology-page .i-process ul li .column:nth-child(2){
  width: 30%;
  border-right: 2px solid #f5f7f9;
}
.technology-page .i-process ul li .column:nth-child(3){
  width: 65%;
  font-size: 16px;
  font-weight: lighter;
}
.technology-page .i-video {
  padding: 90px 0;
  text-align: center;
}
.technology-page .i-video-list{
  margin-top: 50px;
}
.technology-page .i-video-list ul li{
  padding: 0 20px;
}
.technology-page .i-video-list ul a{
    position: relative;
}
.technology-page .i-video-list ul p {
    position: relative;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 10px 25px;
    font-size: 22px;
    color: black;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.technology-page .i-video-list ul a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    background: url(../images/icon-play.png) center center no-repeat rgba(0, 0, 0, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.technology-page .i-online {
  padding: 118px 0 90px;
  text-align: center;
  background: #f5f7f9;
}
.technology-page .i-online p.p {
  font-size: 16px;
  color: #848d95;
  padding: 0 16%;
}
.technology-page .i-online ul {
  margin-top: 100px;
  padding: 0 15%;
}
.technology-page .i-online ul li {
  float: left;
  width: 33.3%;
  padding-left: 60px;
  text-align: left;
  background: url(../images/phone.png) no-repeat left center;
}
.technology-page .i-online ul li h3 {
  font-size: 20px;
  font-weight: 700;
}
.technology-page .i-online ul li p {
  font-size: 12px;
}
.technology-page .i-online ul li:nth-child(2) {
  background: url(../images/m-phone.png) no-repeat left center;
}
.technology-page .i-online ul li:nth-child(3) {
  background: url(../images/mail.png) no-repeat left center;
}
.technology-page .i-faq {
  padding: 100px 0;
}
.technology-page .i-faq h2.h2,
.technology-page .i-faq p.p {
  text-align: center;
  color: #000;
}
.technology-page .i-faq .faq-list {
  padding: 40px 0 0px;
}
.technology-page .i-faq .faq-list dt {
  padding: 16px 30px 14px;
  background-color: #f4f4f4;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.technology-page .i-faq .faq-list dt:hover,
.technology-page .i-faq .faq-list dt.active {
  background: #1a466c;
  color: #fff;
}
.technology-page .i-faq .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
.technology-page .i-support{
  margin: 50px 0;
  background: #008aad;
}
.technology-page .i-support .grid-box{
  background: #0f47a8;
}
.technology-page .i-support .grid-box .column{
  vertical-align: middle;
}
.technology-page .i-support .grid-box .column:nth-child(2){
  padding: 0 5%;
  color: #fff;
}
.technology-page .i-support .grid-box .column:nth-child(2) h2{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.technology-page .i-support .grid-box .column:nth-child(2) p{
font-size: 18px;
}
.technology-page .i-support .grid-box .column:nth-child(2) a.more{
  display: block;
    width: 228px;
    height: 60px;
    margin-top: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #008aad;
}
.technology-page .i-download{
  padding: 50px 0;
  text-align: center;
}
.technology-page .i-download h2{

}
.technology-page .i-download p{
  color: #545454;
}
.technology-page .i-download .download-list{
  margin-top: 40px;
}
.technology-page .i-download .download-list ul{
    margin: -15px;
}
.technology-page .i-download .download-list ul li{
  padding: 15px;
  text-align: center;
  position: relative;
}
.technology-page .i-download .download-list ul li .box {
    box-shadow: 0 0 10px rgb(72 73 121 / 30%);
    padding: 10px;
    border-radius: 5px;
}
.technology-page .i-download .download-list ul li .box a{
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.technology-page .i-download .download-list ul li .box a i{
    position: absolute;
    top: 55%;
    left: 44%;
    font-size: 52px;
    opacity: 0;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.technology-page .i-download .download-list ul li:hover a i{
    opacity: 1;
}
.technology-page .i-download .download-list ul li .box h5 {
    text-transform: uppercase;
    display: block;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.technology-page .i-download .download-list ul li .box:hover h5 {
    background: #0f47a8;
    color: white;
}
@media screen and (max-width: 1300px) {
  .inner-page.about-page .about-2 .box ul li h3 {
    font-size: 50px;
  }
  .inner-page.about-page .about-2 .box ul li p {
    font-size: 20px;
    line-height: 30px;
  }
  .inner-page.about-page .about-3 h3 {
    font-size: 30px;
    padding-top: 50px;
  }
  .inner-page.about-page .about-3 .box li {
    font-size: 20px;
    line-height: 30px;
  }
  .inner-page.about-page .about-4 h3 {
    font-size: 30px;
    padding: 50px 0;
  }
  .inner-page.about-page .about-4 .box ul li i {
    font-size: 28px;
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  .inner-page.about-page .about-4 .box ul li i em {
    line-height: 30px;
  }
  .inner-page.about-page .about-4 .box ul li .content p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page.about-page .about-1 .box {
    padding-top: 60px;
  }
  .inner-page.about-page .about-1 .box h3 {
    font-size: 30px;
  }
  .inner-page.about-page .about-1 .box .content {
    padding: 50px 0;
  }
  .inner-page.about-page p,
  .inner-page.about-page .about-2 .box ul li p,
  .inner-page.about-page .about-3 .box li,
  .inner-page.about-page .about-4 .box ul li .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-page.about-page .about-1 .box li:nth-child(3) .left {
    padding-top: 40px;
  }
  .inner-page.about-page .about-1 .box li:nth-child(3) .right {
    padding-top: 120px;
  }
  .inner-page.about-page .about-2 .box {
    padding-top: 100px;
  }
  .inner-page.about-page .about-2 .box ul li h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-page.about-page .about-3 h3,
  .inner-page.about-page .about-4 h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .inner-page.about-page .about-4 .box ul li i {
    font-size: 20px;
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .inner-page.about-page .about-4 .box ul li i em {
    line-height: 26px;
  }
 
  .inner-page.about-page .about-1 .box .box2 .right,
  .inner-page.about-page .about-1 .box .box2 .left {
    width: 100%;
  }
  .inner-page.about-page .about-1 .box .box2 .right {
    padding-top: 15px;
    padding-left: 0;
  }

  .inner-page.about-page .about-1 .box .box2 .right.img{
    display: none;
  }

  .technology-page .part1 .grid-box .column h2 {
    font-size: 20px;
  }
   .technology-page .part1 .grid-box .column:nth-child(1) {
    padding-top: 0;
  }
  .technology-page .part1 .grid-box .column p {
    font-size: 14px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
    font-size: 24px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg h2 {
    font-size: 16px;
    padding-left: 27px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg .i-num {
    top: 37px;
  }
  .technology-page .part1 .part1-content .service-list ul li .img-bg p {
    margin-top: 20px;
    line-height: 25px;
  }
  .technology-page .i-online p.p{
    padding: 0;
  }
  .technology-page .i-online ul {
    margin-top: 30px;
    padding: 0;
}
.technology-page .i-support .grid-box .column{
  width: 100%;
}
.technology-page .i-support .grid-box .column:nth-child(2){
  padding: 30px 5%;
}
.technology-page .i-support .grid-box .column:nth-child(2) h2{
  font-size: 20px;
}
.technology-page .i-support .grid-box .column:nth-child(2) p{
font-size: 15px;
}
}

@media screen and (max-width: 700px) {
  .inner-page.about-page .about-1 .box h3 {
    font-size: 24px;
  }
  .inner-page.about-page p,
  .inner-page.about-page .about-2 .box ul li p,
  .inner-page.about-page .about-3 .box li,
  .inner-page.about-page .about-4 .box ul li .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-page.about-page .about-1 .box li:nth-child(3) .right {
    padding-top: 15px;
  }
  .inner-page.about-page .about-1 .box li:nth-child(3) .content p {
    width: 100%;
    padding: 5px 0;
  }
 
  .inner-page.about-page .about-2 .box ul li h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .inner-page.about-page .about-2 .box ul {
    padding-bottom: 50px;
  }
  .inner-page.about-page .about-3 h3,
  .inner-page.about-page .about-4 h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .inner-page.about-page .about-4 .box ul li .content,
  .inner-page.about-page .about-4 .box ul li .left {
    width: 100%;
  }
  .inner-page.about-page .about-4 .box ul li .content {
    padding-top: 20px;
  }

   .technology-page .part1 .part1-content {
    padding: 30px 0;
  }
  .technology-page .i-online ul li {
    width: 100%;
    padding: 10px 0;
    padding-left: 60px;
  }
  .technology-page .part1 .grid-box.two>.column {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
.technology-page .i-faq {
    padding: 30px 0;
}
.inner-page h2.h2 {
    font-size: 20px;
}
}

@media screen and (max-width: 500px) {
  .application-page .application-list ul li .left{
    width: 100%;
  }
  .application-page .application-list ul li .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

   .technology-page .i-online,
  .technology-page .i-process,
  .technology-page .i-video {
    padding: 30px 0;
  }
    .technology-page .i-online ul li h3 {
    font-size: 18px;
  }
}

.service-page {
    padding: 0px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
    display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
    display:none !important;
}
.service-page h3.title {
    font-size: 24px;
}
.service-page .form {
    padding-top: 30px;
}

.service-page {

}
.service-page .ser-1 {
    background-color: #F5F7FA;
}
.service-page .ser-1 .grid-box .left {
    width: 40%;
    vertical-align: middle;
}
.service-page .ser-1 .grid-box .left .text {
    padding: 1.5rem 0;
}
.service-page .ser-1 .grid-box .left .text h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003ba2;
    margin-bottom: 20px;
}
.service-page .ser-1 .grid-box .left .text .con {
    font-size: 16px;
    color: #262e42;
    margin-bottom: 15px;
}
.service-page .ser-1 .grid-box .left .text ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}
.service-page .ser-1 .grid-box .left .text ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    margin-right: 8px;
    color: #003ba2;
}
.service-page .ser-1 .grid-box .left .text ul li span {
    display: inline-block;
    font-size: 16px;
    color: #262e42;
}
.service-page .ser-1 .grid-box .right {
    width: 60%;
    vertical-align: middle;
    text-align: right;
}
.service-page .ser-2 {
    margin: 80px auto;
}
.service-page .ser-2 .title {
    position: relative;
}
.service-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #f5f5f5;
    opacity: 0.9;
}
.service-page .ser-2 .title h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222c47;
}
.service-page .ser-2 .top .grid-box .text {
    font-size: 16px;
    color: #262e42;
    max-width: 500px;
    padding-right: 10px;
    margin: 20px 0 20px auto;
}
.service-page .ser-2 .top .grid-box .left .text {
    margin-left: 0;
}
.service-page .ser-2 .bot {
    margin-right: -13%;
}
.service-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.service-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.service-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 214px;
}
.service-page .ser-2 .bot ul li .ig::after {
    content: '1';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
}
.service-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.service-page .ser-2 .bot ul li .ig h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #222c47;
}
.service-page .ser-2 .bot ul li:nth-child(2) .ig::after {
    content: '2';
}
.service-page .ser-2 .bot ul li:nth-child(3) .ig::after {
    content: '3';
}
.service-page .ser-2 .bot ul li:nth-child(4) .ig::after {
    content: '4';
}
.service-page .ser-3 {
    text-align: center;
    background-color: #f5f7fa;
    padding: 4rem 0;
}
.service-page .ser-3 .grid-box {
    border-radius: 30px;
    overflow: hidden;
}
.service-page .ser-3 .grid-box .column .text {
    background-color: #fff;
    padding: 7.5rem 0;
}
.service-page .ser-3 .grid-box .column .text h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222c47;
    margin: auto auto 20px;
}
.service-page .ser-3 .grid-box .column .text .con {
    font-size: 16px;
    color: #262e42;
    margin: 0 auto;
    max-width: 420px;
}
.service-page .ser-3 .grid-box .column .text .more {
    margin-top: 2.9rem;
}
.service-page .ser-3 .grid-box .column .text .more a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 15px 30px;
    background-color: #003ba2;
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
}
.service-page .ser-3 .grid-box .column .text .more a:hover {
    opacity: 0.8;
}
.service-page .ser-3 .grid-box .right {
    border-left: 1px solid #ddd;
}
.service-page .ser-3 .grid-box .right .text .more a {
    background-color: #003ba2;
}
.service-page .ser-4 {
    margin: 5rem 0;
}
.service-page .ser-4 .grid-box .left {
    width: 50%;
    vertical-align: middle;
}
.service-page .ser-4 .grid-box .left .ig {
    margin: auto;
}
.service-page .ser-4 .grid-box .left .ig img {
    width: 100%;
}
.service-page .ser-4 .grid-box .right {
    width: 50%;
    /*padding-left: 5%;*/
    vertical-align: middle;
}
.service-page .ser-4 .grid-box .right .text {
    margin-left: auto;
}
.service-page .ser-4 .grid-box .right .text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222c47;
    margin: 20px 0 30px;
    max-width: 400px;
}
.service-page .ser-4 .grid-box .right .text ul li {
    margin: 20px 0;
}
.service-page .ser-4 .grid-box .right .text ul li .txt {
    position: relative;
    padding-left: 20px;
}
.service-page .ser-4 .grid-box .right .text ul li .txt::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '\f14a';
    font: normal normal normal 18px/1 FontAwesome;
    color: #003ba2;
}
.service-page .ser-4 .grid-box .right .text ul li .txt h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222c47;
}
.service-page .ser-4 .grid-box .right .text ul li .txt .con {
    font-size: 16px;
}
.service-page .ser-5 {
    padding: 35px 0;
    background-color: #2a344e;
}
.service-page .ser-5 .grid-box .left {
    width: 80%;
    vertical-align: middle;
}
.service-page .ser-5 .grid-box .left h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0 20px 0 0;
}
.service-page .ser-5 .grid-box .right {
    width: 20%;
    vertical-align: middle;
    text-align: right;
}
.service-page .ser-5 .grid-box .right .more a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 15px 30px;
    background-color: #003ba2;
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.service-page .ser-5 .grid-box .right .more a:hover {
    background-color: #003ba2;
}
@media screen and (max-width: 992px) {
    .service-page .ser-1 .grid-box .left {
        width: 100%;
    }
    .service-page .ser-1 .grid-box .right {
        width: 100%;
    }
    .service-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .service-page .ser-2 .bot ul li {
        width: 50%;
    }
    .service-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
    .service-page .ser-3 .grid-box .column {
        width: 100%;
    }
    .service-page .ser-3 .grid-box .column.right {
        border-left: none;
        border-top: 1px solid #ddd;
    }
    .service-page .ser-4 .grid-box .left {
        width: 100%;
    }
    .service-page .ser-4 .grid-box .right {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .ser-5 .grid-box .left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .service-page .ser-5 .grid-box .right {
        width: 100%;
        text-align: center;
    }
    .service-page .ser-1 .grid-box .left .text h3,
    .service-page .ser-2 .title h3,
    .service-page .ser-4 .grid-box .right .text h3{
        font-size: 20px;
    }
}
/* Service End */
@media screen and (max-width: 1450px) {
.service-page .ser-2 .bot {
    margin-right: -7%;
}
}

.video-page .ui.container {
  text-align: center;
  padding: 60px 0;
}
.video-page .box:nth-child(even){
  background: #f8f8f8;  
}
.video-page h2{
    position: relative;
    z-index: 1;
}
.video-page h2 i{
    position: absolute;
    top: 10px;
}
.video-page h2 i.i1{
    left:35%;
}
.video-page h2 i.i2{
    right: 35%;
}
.video-page h2::before{
    content: '';
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: #ededed;
}
.video-page h2::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 45%;
    width: 10%;
    height: 4px;
    background: #acc5ff;
}
.video-page p {
  max-width: 690px;
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.video-page ul {
  margin: 0 -15px;
  text-align: left;
}
.video-page ul li {
  padding: 15px;
}
.video-page ul li .imgbox {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.video-page ul li .imgbox .text{
    text-align: center;
    /*margin-top: 1rem;*/
    width: 370px;
    margin: 0 auto;
    padding-top: 0.5rem;
}
.video-page ul li .imgbox .text h5 {
    text-transform: uppercase;
    display: block;
    color: #111;
    font-family: "POPPINS-MEDIUM";
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.video-page ul li .imgbox .text .con{
    margin-top: 1rem;
    min-height: 100px;
    overflow: auto;
    text-indent: 1.6rem;
    /*padding-right: 10px;*/
        text-align: left;
}
.video-page ul li .imgbox .text .con::-webkit-scrollbar-thumb{
    background: #0f47a8;
}
.video-page ul li .imgbox:hover .text h5{
    background: #0f47a8;
    color: white;
}
.video-page ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.video-page ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--base-yellow);
}
.video-page ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.video-page ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #003ba2;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.video-page ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.video-page ul .slick-track{
    margin-left: 0;
    margin-right: 0;
}
.video-page ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.video-page ul li:hover .imgbox .textbox {
  top: 0;
}
.video-page ul .slick-dots {
          position: absolute;
          bottom: -8%;
          left: 0;
          width: 100%;
          text-align: center;
}
.video-page ul .slick-dots li{
    width: 13px;
            height: 13px;
            display: inline-block;
            margin: 0 10px;
            border-radius: 100%;
            background-color: #e8e8e8;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            padding: 0;
}    
.video-page ul .slick-dots li button{
    display: none;
}    
.video-page ul .slick-dots li.slick-active{
    background: #182333;
}

.service-page h6 {
    color: #003ba2 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.service-page h2 {
    color: #304eac;
    font-size: 35px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 1680px) {
     .inner-banner{
      height: auto;
    }
    .inner-banner .text{
        padding: 8% 0;
    }
}
@media screen and (max-width: 1250px) {
    #header .nav .ui.menu .menu-box ul.menu > li{
        font-size: 18px;
    }
    .inner-banner .text{
        padding: 6% 0;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner{
        margin-top: 0;
    }
    .inner-banner .text{
        padding: 4% 0;
    }
    .inner-banner .text .banner-breack{
        padding-top: 5px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .text{
        padding: 2% 0;
    }
}

 .product2-page .bottom img{
  vertical-align: bottom;
  margin-bottom: 7px;
}
