@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular.ttf) format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold.ttf) format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'arial';
  src: url(/fonts/arialbd.ttf) format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'arial';
  src: url(/fonts/arial.ttf) format('truetype');
  font-weight: 400;
  font-display: swap;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #0a4a88;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #0a4a88;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #0a4a88;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #0a4a88;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'arial';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 50px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#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: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #0a4a88;
  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 .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#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: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #0a4a88;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(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%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#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;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#header > .nav > .menu .menu-box {
  padding: 20px 0;
  width: 100%;
}
#header > .nav > .menu .menu-box .logo {
  display: block;
  width: 246px;
}
#header > .nav > .menu .menu-box .logo img {
  display: block;
  width: 100%;
}
#header > .nav > .menu .menu-box .right_c {
  margin-left: auto;
  font-family: 'Montserrat';
}
#header > .nav > .menu .menu-box .menu_c {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 80px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 8px 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 3;
}
#header > .nav > .menu .menu-box .right form {
  margin-left: auto;
  position: relative;
}
#header > .nav > .menu .menu-box .right form .text {
  width: 196px;
  height: 28px;
  border-radius: 14px;
  border: none;
  display: block;
  padding: 2px 40px 2px 12px;
}
#header > .nav > .menu .menu-box .right form .submit {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  right: 16px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
#header > .nav > .menu .menu-box .right .open_btn {
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-left: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 32px;
  height: 20px;
  -o-background-size: cover;
  background-size: cover;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding: 5px 0;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
}
#header > .nav .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #065ca9;
}
#header.active > .nav .menu {
  padding-top: 0;
}
#header.active > .nav .menu .menu-box .menu_c {
  border-color: rgba(0, 0, 0, 0);
}
.move_ani {
  -webkit-animation: move_ani 2s linear infinite;
  -moz-animation: move_ani 2s linear infinite;
  -o-animation: move_ani 2s linear infinite;
  animation: move_ani 2s linear infinite;
}
@-webkit-keyframes move_ani {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.75) translateY(10px);
    transform: scale(0.75) translateY(10px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-moz-keyframes move_ani {
  0% {
    -moz-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  50% {
    -moz-transform: scale(0.75) translateY(10px);
    transform: scale(0.75) translateY(10px);
  }
  100% {
    -moz-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-o-keyframes move_ani {
  0% {
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  50% {
    -o-transform: scale(0.75) translateY(10px);
    transform: scale(0.75) translateY(10px);
  }
  100% {
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes move_ani {
  0% {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.75) translateY(10px);
    -moz-transform: scale(0.75) translateY(10px);
    -o-transform: scale(0.75) translateY(10px);
    transform: scale(0.75) translateY(10px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
#banner {
  z-index: 2;
  position: relative;
}
#banner .swiper {
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 50vw;
  max-height: 960px;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  position: relative;
  z-index: 2;
  width: 92%;
  max-width: 1320px;
  margin:0px auto;
  
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div {
  width: 640px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .title {
  font-size: 36px;
  line-height: 1.2;
  display: block;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
  font-family: 'Montserrat';
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .title_2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  font-family: 'Montserrat';
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .des {
  font-size: 18px;
  margin-top: 14px;
  display: block;
  line-height:1.5;
  text-shadow:2px 2px 2px #444;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .img {
  width: 420px;
  height: 62px;
  margin-top: 36px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .more_c {
  margin-top: 40px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .more_c .more {
  display: inline-block;
  padding: 12px 30px;
  background-color: #103150;
  font-size: 16px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .more_c .more:hover {
  background-color: #000;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .num_c,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more_c {
  -webkit-animation: fadeInUp 0.5s linear;
  -moz-animation: fadeInUp 0.5s linear;
  -o-animation: fadeInUp 0.5s linear;
  animation: fadeInUp 0.5s linear;
}
#banner .btn {
  width: 60px;
  height: 60px;
  background-color: #191919;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .btn:hover {
  background-color: #103150;
}
#banner .btn i {
  margin-left: 4px;
}
#banner .prev {
  left: 80px;
}
#banner .prev i {
  margin-left: -4px;
}
#banner .s_page {
  position: absolute;
  bottom: 70px;
  z-index: 2;
  text-align: center;
}
#banner .s_page .swiper-pagination-bullet {
  background-color: #d7d7d6;
  width: 24px;
  height: 4px;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 6px;
}
#banner .s_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #093f73;
}
#banner .mouse {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-60 {
  padding-bottom: 60px;
}
.font-38 {
  font-size: 38px;
  line-height: 1.2;
}
.font-28 {
  font-size: 28px;
  line-height: 1.4;
}
.font-22 {
  font-size: 22px;
}
.font-20 {
  font-size: 20px;
  line-height: 1.4;
}
.font-18 {
  line-height: 1.8;
}
.font-16 {
  font-size: 16px;
  line-height: 2;
}
.font-14 {
  font-size: 14px;
  line-height: 2;
}
#index-body {
  position: relative;
}
#index-body .init-1 {
  position: relative;
}
#index-body .init-1 .bg_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-1 .bg_cont .left {
  overflow: hidden;
  width: 60%;
  position: relative;
  height: 100%;
}
#index-body .init-1 .bg_cont .left .text {
  color: rgba(66, 66, 66, 0.05);
  font-size: 266px;
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: -22px;
  z-index: 2;
}
#index-body .init-1 .bg_cont .left .img {
  position: absolute;
  width: 100%;
  height: 380px;
  bottom: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-1 .bg_cont .right {
  width: 40%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-1 .bg_cont .btn_c {
  position: absolute;
  right: 38.5%;
  top: 70px;
}
#index-body .init-1 .bg_cont .btn_c .btn {
  overflow: hidden;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
#index-body .init-1 .bg_cont .btn_c .btn .img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .bg_cont .btn_c .btn svg {
  top: -26px;
  left: 26px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  stroke: #3753a4;
  stroke-width: 5px;
  stroke-dasharray: 69;
  stroke-dashoffset: 0;
  fill: none;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  overflow: visible;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: stroke-dasharray 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: stroke-dasharray 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: stroke-dasharray 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: stroke-dasharray 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#index-body .init-1 .bg_cont .btn_c .btn:hover svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 138;
  -webkit-transition: stroke-dasharray 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -moz-transition: stroke-dasharray 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: stroke-dasharray 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: stroke-dasharray 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
#index-body .init-1 .container .title_c {
  width: 80%;
  position: relative;
}
#index-body .init-1 .container .title_c .tips {
  font-weight: bold;
}
#index-body .init-1 .container .title_c .tips_des {
  color: #7a7a7a;
  margin-top: 10px;
  max-width:800px;
  line-height:1.2;
}
#index-body .init-1 .container .content {
  position: relative;
  z-index: 2;
  margin: 0 -30px;
}
#index-body .init-1 .container .content .swiper {
  margin-top: 20px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
  padding: 20px 30px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 30px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: bold;
  display: block;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #0a4a88;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .subline {
  height: 2px;
  background-color: #eeeeee;
  margin-top: 16px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  height: 260px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .list {
  margin-top: 6px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .list .img_2 {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .list .text {
  color: #757575;
  margin-left: auto;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .list:first-child {
  margin-top: 0;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c {
  margin-top: 16px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c .more {
  padding: 4px 14px;
  background-color: #2b3e4b;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c .more:hover {
  background-color: #0a4a88;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .more_c .more .img_3 {
  margin-left: 14px;
  width: 8px;
  height: 8px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .subline_2 {
  width: 90%;
  height: 20px;
  position: absolute;
  bottom: -16px;
  right: 0;
  background-color: #014099;
  border-radius: 5px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover .subline_2 {
  bottom: -12px;
}
#index-body .init-1 .container .s_page {
  padding-bottom: 50px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 30px;
  text-align: center;
}
#index-body .init-1 .container .s_page .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background-color: #2b3e4b;
}
#index-body .init-1 .container .s_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3652a3;
}
#index-body .init-2 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-2 .container .left {
  padding-right: 70px;
  width: 50%;
}
#index-body .init-2 .container .left .title_c {
  max-width: 480px;
}
#index-body .init-2 .container .left .title_c .title {
  color: #c62d29;
}
#index-body .init-2 .container .left .title_c .title_2 {
  color: #fff;
  font-weight: bold;
}
#index-body .init-2 .container .left .play_cont {
  cursor: pointer;
  margin-left: auto;
}
#index-body .init-2 .container .left .play_cont .line {
  width: 56px;
  height: 2px;
  background-color: #fff;
}
#index-body .init-2 .container .left .play_cont .line div {
  width: 100%;
  height: 100%;
  background-color: #014099;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#index-body .init-2 .container .left .play_cont .sub {
  background-color: #000;
  color: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 2;
  height: 20px;
  line-height: 20px;
}
#index-body .init-2 .container .left .play_cont .img {
  width: 96px;
  height: 96px;
  margin-left: -42px;
}
#index-body .init-2 .container .left .play_cont:hover .line div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-2 .container .right {
  color: #fff;
  width: 50%;
}
#index-body .init-2 .container .right .tips {
  font-weight: bold;
}
#index-body .init-2 .container .right .des {
  margin-top: 24px;
  font-weight: 400;
}
#index-body .init-2 .container .right .swiper {
  margin-top: 40px;
}
#index-body .init-2 .container .right .swiper .swiper-wrapper .swiper-slide .img {
  height: 150px;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}
#index-body .init-2 .container .right .more_c {
  margin-top: 40px;
}
#index-body .init-2 .container .right .more_c .more {
  padding: 8px 16px;
  background-color: #0a4a88;
  text-transform: uppercase;
  border-radius: 2px;
}
#index-body .init-2 .container .right .more_c .more .img {
  width: 16px;
  height: 8px;
  margin-left: 10px;
}
#index-body .init-2 .container .right .more_c .more:hover {
  background-color: #2b3e4b;
}
#index-body .init-3 {
  -o-background-size: cover;
  background-size: cover;
 color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#index-body .init-3 .container .title_c .left {
  max-width: 640px;
}
#index-body .init-3 .container .title_c .left .tips .sub {
  margin-right: 12px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
#index-body .init-3 .container .title_c .left .title {
  margin-top: 10px;
}
#index-body .init-3 .container .title_c .right {
  margin-left: auto;
}
#index-body .init-3 .container .title_c .right .btn {
  width: 36px;
  height: 36px;
  background-color: #1f1f1f;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 26px;
  margin-right: 16px;
}
#index-body .init-3 .container .title_c .right .btn i {
  margin-left: 2px;
}
#index-body .init-3 .container .title_c .right:hover .btn {
  background-color: #fff;
  color: #000;
}
#index-body .init-3 .container .sub_1 {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 100px;
  left: 52%;
  background-color: #fff;
}
#index-body .init-3 .container .sub_2 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 86px;
  left: 58%;
  border: 2px solid #fff;
}
#index-body .init-3 .container .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 45px;
}
#index-body .init-3 .container .list_cont .list {
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(25% - 15px);
  padding: 30px 26px;
  border: 1px solid #898989;
  position: relative;
  z-index: 2;
}
#index-body .init-3 .container .list_cont .list .img {
  width: 100%;
}
#index-body .init-3 .container .list_cont .list .num {
  font-size: 146px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #252525;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: -1;
}
#index-body .init-3 .container .list_cont .list .title {
  font-weight: bold;
  margin-top: 24px;
}
#index-body .init-3 .container .list_cont .list .line {
  width: 100%;
  height: 1px;
  background-color: #5a5a5a;
  margin-top: 16px;
}
#index-body .init-3 .container .list_cont .list .des {
  margin-top: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height:1.2;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .container .list_cont .list .more_c {
  margin-top: 16px;
}
#index-body .init-3 .container .list_cont .list .more_c .more .text {
  line-height: 1.2;
  border-bottom: 1px solid #d1d1d1;
}
#index-body .init-3 .container .list_cont .list .more_c .more .cir {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 4px 0 0 10px;
}
#index-body .init-3 .container .list_cont .list:hover {
  background-color: #000;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
#index-body .init-3 .container .list_cont .list {
  margin-top: 40px;
}
#index-body .init-3 .container .list_cont .list_2 {
  margin-top: 40px;
}
#index-body .init-3 .container .list_cont .list_3 {
  margin-top: 40px;
}
#index-body .init-3 .container .list_cont .list_4 {
  margin-top: 40px;
}
#index-body .init-4 .container .title_c .left {
  max-width: -webkit-calc(-50%);
  max-width: -moz-calc(-50%);
  max-width: calc(100% - 150px);
}
#index-body .init-4 .container .title_c .left .tips_title {
  font-family: 'Montserrat';
  font-weight: bold;
}
#index-body .init-4 .container .title_c .left .tips_des {
  color: #7a7a7a;
  margin-top: 10px;
}
#index-body .init-4 .container .title_c .right {
  margin-left: auto;
}
#index-body .init-4 .container .title_c .right .btn {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #3753a4;
  border: 1px solid #3753a4;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
}
#index-body .init-4 .container .title_c .right .btn i {
  margin-left: -2px;
}
#index-body .init-4 .container .title_c .right .btn:hover {
  background-color: #3753a4;
  color: #fff;
}
#index-body .init-4 .container .title_c .right .next {
  margin-left: 26px;
}
#index-body .init-4 .container .title_c .right .next i {
  margin-left: 2px;
}
#index-body .init-4 .container .swiper {
  margin-top: 40px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
  -o-background-size: cover;
  background-size: cover;
  display: block;
  height: 460px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 0 24px;
  position: absolute;
  width: 100%;
  bottom: 24px;
  left: 0;
  color: #fff;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  font-family: 'Montserrat';
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  display: block;
  margin-top: 10px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.footer_2 {
  background-color: #fafafa;
}
.footer_2 .container .left {
  width: 100%;
}
.footer_2 .container .left .tips_title {
  font-weight: bold;
}
.footer_2 .container .left .subline {
  width: 166px;
  height: 1px;
  background-color: #dedede;
  margin-top: 16px;
}
.footer_2 .container .left .subline div {
  background-color: #1a5690;
  height: 3px;
  width: 50px;
  position: relative;
  top: -1px;
}
.footer_2 .container .left .contact_info .title_1 {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 20px;
}
.footer_2 .container .left .contact_info .list {
  margin-top: 2px;
}
.footer_2 .container .left .contact_info .list .img {
  width: 20px;
  height: 20px;
  margin-top: 6px;
}
.footer_2 .container .left .contact_info .list .text {
  margin-left: auto;
  color: #666666;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
}
.footer_2 .container .left .contact_info .phone_c {
  margin-left: auto;
}
.footer_2 .container .left .contact_info .w50 {
  width: -webkit-calc(5%);
  width: -moz-calc(5%);
  width: calc(50% - 45px);
}
.footer_2 .container .left .form_cont .title_1 {
  margin-top: 30px;
}
.footer_2 .container .left .form_cont .des {
  color: #666666;
  margin-top: 4px;
}
.footer_2 .container .left .form_cont form input {
  margin-top: 26px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 0;
}
.footer_2 .container .left .form_cont form .w50 {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(50% - 20px);
}
.footer_2 .container .left .form_cont form .mail {
  margin-left: auto;
}
.footer_2 .container .left .form_cont form .more_c .submit {
  padding: 8px 16px;
  background-color: #0a4a88;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer_2 .container .left .form_cont form .more_c .submit .img {
  width: 16px;
  height: 8px;
  margin-left: 10px;
  background-image: url(../images/index_16.png);
}
.footer_2 .container .left .form_cont form .more_c .submit:hover {
  background-color: #2b3e4b;
}
.footer_2 .container .right {
  width: 56%;
  position: relative;
  z-index: 1;
}
.footer_2 .container .right .map {
  height: 100%;
}
.footer_2 .container .right .map .main-map{
  height: 100%;
}
.footer_2 .container .right .map .button-group {
  display: none;
}
#footer {
  z-index: 1;
  position: relative;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#footer .f-top .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-top .container .list_cont .first {
  font-family: 'Montserrat';
  margin-bottom: 20px;
}
#footer .f-top .container .list_cont .list {
  color: #999999;
  margin-top: 8px;
}
#footer .f-top .container .list_cont .list a:hover {
  color: #fff;
}
#footer .f-top .container .list_cont #ewm {
  background-color: #fff;
  padding: 12px;
}
#footer .f-top .container .list_cont .share_list {
  text-align: right;
  margin-top: 10px;
}
#footer .f-top .container .list_cont .share_list a {
  display: inline-block;
  font-size: 14px;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: 10px 5px 0;
}
#footer .f-top .container .list_cont .share_list a:hover {
  background-color: #014099;
  border-color: #014099;
}
#footer .f-top .container .list_cont_1 {
  width: 180px;
}
#footer .f-top .container .list_cont_2 {
  width: 180px;
}
#footer .f-top .container .list_cont_3 {
  width: 180px;
}
#footer .f-top .container .list_cont_4 {
  width: 160px;
}
#footer .f-top .container .list_cont_5 {
  width: 400px;
}
#footer .copyright {
  margin-top: 80px;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
}
#footer .copyright .container {
  border-top: 1px solid #333334;
  padding-top: 60px;
  padding-bottom: 50px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  margin-top: 2px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .right_2 a {
  vertical-align: middle;
}

.right_nav_list {
    position: fixed;
    bottom: 120px;
    right: 25px;
    z-index: 10;
}

.right_nav_list ul li {
    border-radius: 6px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #fff;
}

.right_nav_list ul li .text {
    border: 1px solid #fff;
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #000;
}

.right_nav_list ul li .text {
    font-size: 25px;
    margin-top: 0;
}

.right_nav_list ul li .text i {
    position: relative;
    z-index: 2;
}

.right_nav_list ul li .text::before {
    background-color: #fff;
}

.right_nav_list ul li .text:hover {
    background-color: #0a4a88;
}

.right_nav_list ul li .cont {
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    min-height: 100%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    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);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    overflow: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #ccc;
}

.right_nav_list ul li:hover .cont {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1;
}
@media (max-width: 1800px) {
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    width: 1400px;
  }
  #banner .next {
    right: 10px;
  }
  #banner .prev {
    left: 10px;
  }
  #index-body .init-1 .bg_cont .btn_c {
    right: 38.2%;
  }
}
@media (max-width: 1500px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 60px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    width: 1200px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    font-size: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .title_2 {
    font-size: 30px;
  }
  #index-body .init-1 .container .title_c .tips_des {
  max-width:700px;
  line-height:1.2;
}
  #index-body .init-1 .bg_cont .btn_c {
    right: 37.4%;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 20px;
  }
  #index-body .init-5 {
    padding-left: 0;
  }
  #index-body .init-5 .container {
    width: 1200px;
  }
  
  .footer_2 {
    padding-left: 0;
  }
  .footer_2 .container .left {
    width: 1200px;
    margin: auto;
    padding-right: 0;
  }
  .footer_2 .container .right {
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 1250px) {
  #header > .nav > .menu .menu-box .menu_c {
    margin-top: 10px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    width: 970px;
  }
  #banner .btn,
  #banner .s_page,
  #banner .mouse {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .img {
    height: 40px;
    width: 300px;
  }
  #index-body .init-1 .bg_cont {
    display: none;
  }
  #index-body .init-1 .bg_cont .right {
    display: none;
  }
  #index-body .init-1 .bg_cont .btn_c {
    display: none;
  }
  #index-body .init-1 .container .title_c {
    text-align: center;
    width: 100%;
  }
  #index-body .init-2 .container .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-2 .container .right .swiper .swiper-wrapper .swiper-slide .img {
    height: 220px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 360px;
  }
  #index-body .init-4 .container .title_c .left {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #index-body .init-4 .container .title_c .right {
    display: none;
  }
  #index-body .init-5 .container .left {
    width: 100%;
  }
  #index-body .init-5 .container .right {
    width: 100%;
  }
  .footer_2 .container .left {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    width: 100%;
    padding: 10px 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .img {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div {
    width: 100%;
    text-align: center;
  }
  #index-body .init-2 {
    background-image: none !important;
    background-color: #1a1a1a;
  }
  #index-body .init-3 .container .sub_1,
  #index-body .init-3 .container .sub_2 {
    display: none;
  }
  #index-body .init-3 .container .title_c .left {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #index-body .init-3 .container .title_c .right {
    margin: 20px auto 0;
  }
  #index-body .init-3 .container .list_cont .list {
    margin-top: 40px;
    text-align: center;
    width: 48%;
  }
  #index-body .init-3 .container .list_cont .list .img {
    margin: auto;
  }
  #index-body .init-3 .container .list_cont .list .more_c a {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont {
    text-align: center;
  }
  .footer_2 .container .left {
    width: 700px;
  }
  #footer {
    background-image: none !important;
    background-color: #1a1a1a;
  }
  #footer .f-top .container .list_cont_2 {
    width: 160px;
  }
  #footer .f-top .container .list_cont_3 {
    width: 160px;
  }
  #footer .f-top .container .list_cont_4 {
    width: 150px;
  }
  #footer .f-top .container .list_cont_5 {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont>div .title{
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke: 0px #fff;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .title,
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .title_2 {
    font-size: 24px;
  }
  #index-body .init-1 .container .content {
    margin: 0 -10px;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 20px 10px;
  }
  #index-body .init-2 .container .left .title_c {
    max-width: 100%;
    text-align: center;
  }
  #index-body .init-2 .container .right {
    text-align: center;
  }
  #index-body .init-2 .container .right .more_c .more {
    margin: auto;
  }
  #index-body .init-5 .container {
    width: 100%;
  }
  .footer_2 .container {
    padding: 0;
  }
  .footer_2 .container .left {
    width: 100%;
    padding: 40px 15px;
  }
  .footer_2 .container .left .contact_info .w50 {
    width: 100%;
  }
  .footer_2 .container .left .form_cont form .w50 {
    width: 100%;
  }
  .footer_2 .container .left .tips_title {
    text-align: center;
  }
  .footer_2 .container .left .subline {
    display: none;
  }
  .footer_2 .container .left .contact_info{
    max-width: 380px;
    margin: auto;
  }
  .footer_2 .container .left .contact_info .title_1 {
    text-align: center;
    margin-top: 10px;
  }
  .footer_2 .container .left .form_cont .title_1 {
    text-align: center;
  }
  .footer_2 .container .left .form_cont .des {
    text-align: center;
  }
  #footer .f-top .container .list_cont_5 {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .pt-90 {
    padding-top: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .font-38 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-22 {
    font-size: 18px;
    line-height: 2;
  }
  .font-20 {
    font-size: 18px;
    line-height: 2;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 60vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .title,
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .title_2 {
    font-size: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .more_c {
    margin-top: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .more_c .more {
    padding: 6px 20px;
  }
  #index-body .init-1 .container .s_page {
    padding-bottom: 40px;
  }
  #index-body .init-1 .container .s_page .swiper-pagination-bullet {
    margin: 0 4px;
    width: 6px;
    height: 6px;
  }
  #index-body .init-2 .container .left .title_c .title_2 {
    margin-top: 10px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 90vw;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 0 10px;
  }
  #footer .f-top .container .list_cont_5 {
    width: 100px;
  }
  #footer .f-top .container .list_cont #ewm {
    padding: 4px;
  }
  #footer .copyright {
    margin-top: 40px;
  }
  #footer .copyright .container {
    padding: 30px 0;
  }
  .right_nav_list {
        right: 5px;
        bottom: 150px;
    }


    .right_nav_list ul li {
        width: 26px;
        height: 26px;
        margin-top: 5px;
    }

    .right_nav_list ul li .text {
        font-size: 16px;
    }
}




/*inner-page*/



.m-link_2 a{
  display: block;
  margin-top: 4px;
}
.inner-page .more {
  line-height: 50px;
  height: 50px;
  padding: 0 2em;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7098dc), to(#7098dc)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#7098dc, #7098dc), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(#7098dc, #7098dc), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#7098dc, #7098dc), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #103150;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.inner-page .more:hover {
  color: #fff;
}
.inner-page .more:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.inner-banner {
  position: relative;
  height: 33vw;
  max-height: 540px;
  overflow: hidden;
}
.inner-banner .luxy-el {
     position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-banner .container {
  z-index: 2;

  position: relative;
  height: 100%;
}
.inner-banner .mbx-box {
  position: absolute;
    bottom: 100px;
  left: 0;
}
.inner-banner .mbx-box::after {
  position: absolute;
  z-index: -1;
  content: attr(data-name);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  font-weight:bold;
}
.inner-banner .mbx-box .mbx {
  font-size: 18px;
  color: #fff;
}
.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .mbx-box .mbx a:hover {
  color: #103150;
}
.inner-banner .mbx-box .mbx a:first-child {
  margin-left: 0;
}
.inner-banner .mbx-box .mbx span {
  margin-right: 0;
}
.inner-banner .mbx-box h2 {
  font-size: 38px;

  color: #fff;
  text-transform: capitalize;
  margin-top: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.h1.heisha {
  font-size: 25px;
  padding: 0px 0 10px;
  font-weight: 900;
      text-transform: capitalize;
}
.heishai {
  font-size: 16px;
  line-height: 2;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #103150 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: #103150;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight:bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  border-bottom:1px  dotted #ddd;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: #c62d29;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #103150;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 10px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
  border: 1px solid #f0f0f0;
    padding: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #103150;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #4b84e1;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/contact_bj.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'BackNine';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #103150;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}
.about-page .about-1 {
  padding: 70px 0;
  background: url(../images/about-1-bg.jpg) no-repeat center bottom;
}
.about-page .about-1 h3{
  font-size: 48px;
  line-height: 2;
  color: #31312f;
  font-weight: bold;
}
.about-page .about-1 .a-title {
  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-bottom: 80px;
}
.about-page .about-1 .a-title .left h2,
.about-page .about-1 .a-title .left h1 {
  font-size: 48px;
  line-height: 2;
  color: #31312f;
  font-weight: bold;
}
.about-page .about-1 .a-title .right {
  width: 50%;
  padding: 0 15px;
}
.about-page .about-1 .a-title .right {
  font-size: 20px;
  line-height: 1.8;
  color: #373737;
}
.about-page .about-1 .a-video {
  position: relative;
}
.about-page .about-1 .a-video .play_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  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-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
.about-page .about-1 .a-video .play_cont i {
  margin-left: 7px;
}
.about-page .about-1 .a-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}
.about-page .about-1 .a-bottom .left {
  width: 100%;
}
.about-page .about-1 .a-bottom .left h3{
  width: 100%;
    padding: 0px 40px;
}
.about-page .about-1 .a-bottom .left hr{
width:100px;margin:0px auto; color:#dedede;height:1px;border:none;border-top:1px  solid #dedede; padding:0px 0px 10px 0px;
}
.about-page .about-1 .a-bottom .left .content {
  padding: 20px 0px;
}
.about-page .about-1 .a-bottom .left .content p {
  font-size: 18px;
  line-height:1.7;
  color: #4f4f4f;
  margin-bottom: 16px;
}
.about-page .about-1 .a-bottom .left .content .more {
  display: inline-block;
  text-align: center;

 
  font-size: 20px;


  color: transparent;

  background-size: 100% 100%;
  overflow: hidden;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #fff;
}
.about-page .about-1 .a-bottom .left .content .more:hover {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.about-page .about-1 .a-bottom .right {
  width: 50%;
  text-align: right;
}
.about-page .about-2 {
  height: 713px;
  background: url(../images/history-bg.jpg) no-repeat center center;
}
.about-page .about-2 .container {
  height: 100%;
}
.about-page .about-2 .historyBox {
  max-width: 1280px;
  margin: 0 auto;
  max-height: 640px;
  overflow: auto;
  padding-top: 120px;
}
.about-page .about-2 .historyBox::-webkit-scrollbar {
  width: 0;
}
.about-page .about-2 .historyBox ul {
  background-image: url(/seasidefishing/2022/06/14/timeline-bg.png);
  background-repeat: repeat-y;
  background-position: 0;
  padding: 20px 0;
}
.about-page .about-2 .historyBox ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 60px 20px 120px;
  position: relative;
}
.about-page .about-2 .historyBox ul li span {
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  display: block;
  left: 60px;
  color: #fff;
  font-size: 27px;
}
.about-page .about-2 .historyBox ul li .left {
  width: 60%;
  text-align: center;
  padding: 0 50px;
}
.about-page .about-2 .historyBox ul li .right {
  text-align: center;
  width: 40%;
  padding-right: 50px;
}
.about-page .about-2 .historyBox ul li .right h4 {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.about-page .about-2 .historyBox ul li .right p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin: 0 auto;
}
.about-page .about-2 .historyBox ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 .historyBox ul li:nth-child(even) .right {
  padding-left: 50px;
  padding-right: 0;
}
.news-page {
  padding: 80px 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 50px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #103150;
  border: 1px solid #103150;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: #103150;
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: #103150;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 10px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
  font-weight:bold;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  height: auto;
  line-height: 1;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  font-weight: bold;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #103150;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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;
  margin-bottom: 15px;
}
.newdet-page .product-page {
  width: 100%;
}
.newdet-page .product-page h2.title {
  border: none;
}
.newdet-page .product-page .swiper {
  padding: 5px;
}
.newdet-page .product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #103150;
  border: 1px solid #103150;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: #103150;
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
  font-weight:bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title,
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 35px;

  color: #000;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight:bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: #103150;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;
  font-weight: bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: #103150;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 60px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight:bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: #103150;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  font-weight:bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #103150;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.product-page {
  padding: 110px 0;
}
.product-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;
}
.product-page .product-list ul li {
  width: 33.3333%;
  margin-bottom:20px;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom:-1px;
  overflow: hidden;
}
.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
      border-top: 0px solid #e7e7e7;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);

}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;  padding:20px 0px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.second-image {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.first-image {
  opacity: 0;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: #103150;
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  margin-bottom: 0px;
  line-height:20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  color: #000;
  height:40px;
  overflow:hidden;
  text-transform: capitalize;
  margin-bottom:10px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-weight:bold;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #aaa;
      position: relative;
}
.product-page .product-list ul li .product-block .product-content p:after{
  content: '';
    background-image: url(../images/index_11.jpg);
    width: 16px;
    height: 16px;
    margin-top: 6px;
    position: absolute;
    left: -25px;
    top: 2px;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #487dd4;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  font-weight:bold;
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: #103150;
}
.prodet-page .prodet-1 {
  padding: 20px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: top;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .img a{
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: top;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 35px;
  font-weight:bold;
  line-height: 1.4;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  margin: 20px 0;
  padding-right: 4px;
  font-size: 15px;
  color: #555555;
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .left .slick {
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .left .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.prodet-page .prodet-1 .left .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .left .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .left .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .left .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .left .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  height: auto;
  line-height: 1;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  font-weight:bold;
}
.prodet-page .prodet-1 .right a.more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #103150;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #103150;
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight:bold;
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 60px 0 40px;
  overflow: hidden;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 25px 0 25px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1;
  font-weight:bold;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td:first-child {
  /*padding-right: 5%;*/
}
.custom-page .custom-3 .list ul li .content table tbody td:last-child {
  /*padding-left: 5%;*/
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: #103150;
}
/*honor*/
.about-page .about-9 {
padding: 0 0 100px;
  background: url(../images/history-bg.jpg) no-repeat center center;
}
.about-page .about-9 .left {
  width: 100%;
}
.about-page .about-9 .left .text {
  display: block;
  font-size: 16px;
  color: #717171;
  line-height: 30px;
  margin: 10px 0 25px;
}
.about-page .about-9 .right {
  width: 100%;
  padding-left: 3%;
  padding-top: 4%;
}
.about-page .about-9 .right ul {
  margin: -80px -8px;
}
.about-page .about-9 .right ul li {
  padding: 80px 8px;
}
.about-page .about-9 .right ul li img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
}
.about-page .about-9 .right ul .slick-active li img {
  top: -30px;
}
.about-page .about-9 .right ul .slick-current li img {
  top: 20px;
}
.about-page .about-9 .right ul .slick-current + div li img {
  top: -40px;
}
.about-page .about-9 .left a.more {
  display: inline-block;
  text-align: center;
  width: 290px;
  height: 61px;
  font-size: 20px;
  line-height: 61px;
  padding-right: 60px;
  color: transparent;
  background: url(/template/en/images/more-hover.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  color: #fff;
  text-transform: capitalize;
  font-family: 'BackNine';
}
.about-page .about-9 .left a.more:hover {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.about-page .about-9 .left h2 {
  display: block;
  font-size: 36px;
  text-transform: capitalize;
  font-weight:bold;
}
.about-page .about-9 .left i.tag {
  display: block;
  font-size: 16px;
  color: #103150;
  margin-bottom: 5px;
  line-height: 30px;
  font-weight: bold;
}
.text-right {
  margin: auto;
  width: 20%;
}
.wenan-ny {
  width: 80%;
}
.about-page .about-9 .left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
/*honor-end*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 15px;
  width: 50%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 10px 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  padding-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img{
  width: 100%;
}
.contact-page {
  padding-bottom: 60px;
}
.main-map .button-group .button {
  background-color: #103150;
}
.inner-page.contact-page .contact-1 .map {
  width: 65%;
}
.inner-page.contact-page .contact-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-1 .ui.container .con-right {
  width: 35%;
  margin: auto;
  padding-left: 6%;
}
.inner-page.contact-page .contact-1 .text-map {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.inner-page.contact-page .contact-1 .text-map h5 {
  font-size: 28px;
  padding: 15px 0;
  font-weight:bold;
}
.inner-page.contact-page .contact-1 .text-map p {
  font-size: 18px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li {
  padding: 15px 0;
  font-size: 18px;
  line-height: 2;
}
.inner-page.contact-page .contact-1 .ui.container .con-right h3 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight:bold;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(1) {
  background: url(../images/c-1.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(2) {
  background: url(../images/c-2.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li:nth-child(3) {
  background: url(../images/c-3.png) no-repeat left center;
  padding-left: 80px;
}
.inner-page.contact-page .contact-2 {
  padding-top: 100px;
}
.inner-page.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-2 .ui.container .xisai {
  width: 20%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai {
  width: 80%;
  padding-left: 60px;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
  width: 30%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li h2 {
  font-size: 22px;
  font-weight:bold;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
  font-size: 18px;
}
.shuimu-list li {
  position: absolute;
}
.shuimu-list li img {
  display: inline-block;
}
.about-page .shuimu-list li.shuimu-1 {
  left: 10%;
  top: 6%;
}
.about-page .shuimu-list li.shuimu-2 {
  right: 0;
  top: 30%;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
}
.about-page .shuimu-list li.shuimu-3 {
  left: 35%;
  top: 58%;
}
.contact-page .shuimu-list li.shuimu-1 {
  left: 15%;
  top: 100%;
}
.contact-page .shuimu-list li.shuimu-2 {
  right: 5%;
  top: 40%;
}
.contact-page .shuimu-list li.shuimu-3 {
  right: 1%;
  top: 140%;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  text-align: center;
}
.inner-page.factory-page .container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page.factory-page .container .left {
  width: 60%;
  position: relative;
}
.inner-page.factory-page .container .left button.slick-prev {
  display: none !important;
}
.inner-page.factory-page .container .left button.slick-next {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background: #103150;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 108.5%;
  top: 80%;
  width: 150px;
  text-align: center;
  border: none;
}
.inner-page.factory-page .container .right {
  width: 40%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.inner-page.factory-page .container .text-left h2 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.inner-page.factory-page .container .text-left p {
  line-height: 2;
  font-size: 16px;
}
.inner-page.factory-page .container .right .four.slick {
  margin-top: 40px;
}
.inner-page.factory-page .container .right .four.slick ul {
  margin: 0 -5px;
}
.inner-page.factory-page .container .right .four.slick ul li {
  padding: 5px;
}
.inner-page.about-page .init-5 {
  padding: 100px 0;
}
.inner-page.about-page .init-5 .top p {
  font-size: 18px;
  line-height: 1;
  color: #103150;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.inner-page.about-page .init-5 .top h2 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
}
.inner-page.about-page .init-5 .network-box {
  margin-top: 90px;
  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.about-page .init-5 .network-box .network-map {
  width: 65%;
  padding-right: 50px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box {
  display: inline-block;
  position: relative;
  max-width: 963px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #103150;
  z-index: 6;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(189, 10, 11, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(189, 10, 11, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  font-size: 16px;
  line-height: 1;
  color: #103150;
  text-align: center;
  width: 90px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 {
  width: 15px;
  height: 15px;
  background: #103150;
  background-size: 100% 100%;
  left: 81.2%;
  top: 46%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 p {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie2 {
  left: 75%;
  top: 22%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie3 {
  left: 77%;
  top: 56%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 {
  left: 86%;
  top: 76%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 p {
  width: 100px;
  font-size: 14px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie5 {
  left: 70%;
  top: 53%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie6 {
  left: 62%;
  top: 47%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie7 {
  left: 50.5%;
  top: 23%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie8 {
  left: 87.5%;
  top: 42%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie9 {
  left: 47%;
  top: 37%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie10 {
  left: 15%;
  top: 25%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie11 {
  left: 16%;
  top: 40%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie12 {
  left: 37%;
  top: 12%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie13 {
  left: 30%;
  top: 70%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.inner-page.about-page .init-5 .network-box .text {
  width: 35%;
  margin: auto;
  padding-left: 3%;
}
.inner-page.about-page .init-5 .network-box .text ul {
  max-width: 400px;
}
.inner-page.about-page .init-5 .network-box .text ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child {
  margin-bottom: 50px;
  padding-bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child::after {
  display: none;
}
.inner-page.about-page .init-5 .network-box .text ul li::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background: #d8d8d8;
  left: 0;
  bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 {
  font-size: 20px;
  color: #000;
  font-style: italic;
  padding-bottom: 20px;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 span {
  font-size: 28px;
  line-height: 1;
  color: #7f7f7f;
  font-style: italic;
  margin-left: 15px;
}
.inner-page.about-page .init-5 .network-box .text ul li p {
  font-size: 15px;
  line-height: 1.8;
  color: #7f7f7f;
}
.inner-page.about-page .init-5 .network-box .text .more {
  display: inline-block;
  padding: 17px 17px 17px 22px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #103150;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page.about-page .init-5 .network-box .text .more .fa {
  margin-left: 24px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.inner-page.about-page .init-5 .network-box .text .more:hover {
  background: #000;
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.inner-page.about-page.factory .about-9 {
  padding-top: 0;
  padding-bottom: 50px;
}
.inner-page.about-page.factory .about-9 .right.column {
  padding-top: 0;
  padding-left: 0;
}
.inner-page.about-page.factory .about-9 .right.column li.column img {
  border: 1px solid #f0f0f0;
}
.inner-page.about-page.factory .about-9 .right.column li.column {
  padding: 50px 8px;
}
.join-us-page .join-us-2 {
  padding: 30px 0 80px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
  margin-top: 35px;
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: #103150;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: #103150;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide:hover .img.img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.our-product .container .product_info .swiper .swiper-wrapper .swiper-slide .right:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom-page .custom-3 .list ul li .content table tr:first-child {
  background: #333;
  color: #fff;
  font-weight: bold;
}
#index-body .our-product.mt_120 {
  margin-top: 65px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.inner-page.contact-page .contact-1 .ui.container .con-right p.tutu {
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}
/*厂房设备*/
.i-semi {
  text-align: center;
  padding: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2f2f2), color-stop(50%, #fff));
  background: -webkit-linear-gradient(#f2f2f2 50%, #fff 50%);
  background: -moz-linear-gradient(#f2f2f2 50%, #fff 50%);
  background: linear-gradient(#f2f2f2 50%, #fff 50%);
}
.i-semi h2.h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.i-semi p.p {
  font-size: 18px;
  color: #545454;
}
.i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.png) no-repeat center;
  left: 45%;
  bottom: 10px;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.i-semi .semi-list .slick-next {
  background: url(../images/factory-r.png) no-repeat center;
    left: -webkit-calc(52%);
    left: -moz-calc(52%);
    left: calc(52%);
}
.inner-page.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.inner-page.about-page .i-semi .semi-list ul li p {
  font-size: 18px;
  padding: 20px 10px;
  display: none;
}

.gallery-page {
  padding: 70px 0;
}
.gallery-page h3{
  width: 100%;
    padding: 0px 40px 40px 0px;
	font-size:36px;
	
}
.gallery-page hr{
width:100px;margin:0px auto; color:#dedede;height:1px;border:none;border-top:1px  solid #dedede; padding:0px 0px 10px 0px;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 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 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #103150;
  color: white;
}

.faq-page {
  padding: 6rem 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 2;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}


.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}
.seoPublic .Auxil-about .box .left img{
  width: 100%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #0a4a88;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #0a4a88;
    color: #0a4a88;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #0a4a88;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #0a4a88;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: #0a4a88;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: #0a4a88;
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #0a4a88;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #0a4a88;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #0a4a88;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #0a4a88;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 15px;
    }

    #cp-Nav .nav .title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #0a4a88;
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
      color: #000;
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}
    

@media screen and (max-width: 1567px) {
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
    font-size: 16px;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 35px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .a-title .right {
    font-size: 18px;
  }
  .news-page .sidebar-box .sidebar-left {
    padding-left: 30px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .inner-banner .mbx-box{
    position: relative;
    top: 0;
    left: 0;
  }
  .inner-banner{
    height: auto;
    padding-top: 22vw;
    padding-bottom: 2vw;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 40px;
    line-height: 1.3;
  }
  .about-page .about-1 .a-title .right {
    font-size: 16px;
  }
  .about-page .about-1 .a-bottom .left .content p {
    font-size: 16px;
  }
  .about-page .about-2 .historyBox ul li .right h4 {
    font-size: 22px;
  }
  .about-page .about-2 .historyBox ul li .right p {
    font-size: 15px;
  }
  .inner-page.contact-page .contact-2 .ui.container .xisai {
    display: none;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai {
    width: 100%;
    padding-left: 0;
  }
  .inner-page.factory-page .container .left button.slick-next {
    display: none !important;
  }
  .inner-page.factory-page .container .right {
    padding-left: 3%;
    padding-bottom: 0%;
  }
  .inner-page.about-page .init-5 .network-box .text {
    padding-left: 0;
  }
  .inner-page.about-page.factory .about-9 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .news-page .sidebar-box{
    padding-left: 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .sidebar-box .sidebar-right .news-list{
    padding-right: 0;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
   .inner-banner{
    margin-top: 40px;
    padding: 100px 10px;
  }
  .inner-banner .luxy-el{
    background-size: cover;
    background-attachment: unset;
    background-position: right center;
  }
  .inner-banner .mbx-box .mbx{
    line-height: 1.5;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .a-bottom{
    margin-top: 0;
  }
  .about-page .about-1 .a-title{
    margin-bottom: 30px;
  }
  .about-page .about-1{
    padding: 60px 0;
  }
  .i-semi{
    padding: 60px 0;
  }
  .about-page .about-9{
    padding: 60px 0;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    line-height: 1.2;
  }
  .about-page .about-1 .a-title .left {
    width: 100%;
    padding: 0 0;
    margin-bottom: 24px;
  }
  .about-page .about-1 .a-title .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-1 .a-bottom .left {
    width: 100%;
  }
  .about-page .about-1 .a-bottom .right {
    width: 100%;
    text-align: right;
  }
  .about-page .about-1 .a-bottom .left .content {
    padding: 30px 0;
  }
  .about-page .about-9 .left h2 {
    font-size: 30px;
  }
  .inner-page.contact-page .contact-1 .map {
    width: 100%;
  }
  .inner-page.contact-page .contact-1 .ui.container .con-right {
    width: 100%;
    margin: auto;
    padding-left: 0%;
    margin-top: 30px;
  }
  .inner-page.contact-page .contact-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 0px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }

  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 24px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title,
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 24px;
  }
  .inner-page.factory-page .container .left {
    width: 100%;
  }
  .inner-page.factory-page .container .right {
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .inner-page.about-page .init-5 .network-box .network-map {
    width: 100%;
    padding-right: 0;
  }
  .inner-page.about-page .init-5 .network-box .text {
    width: 100%;
    margin-top: 24px;
  }
  .inner-page.about-page .init-5 .network-box .text ul {
    max-width: 100%;
  }
  .product-page .product-list ul li {
    width: 50%;
  }
  .custom-page .custom-3 .list ul li .content table tbody {
    table-layout: inherit;
  }
  .custom-page .custom-3 .list ul li .content table tbody td {
    min-width: 100px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
  }
  .heis,
  jiahui {
    display: none !important;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 60px;
  }
  .inner-page.contact-page .contact-1 .text-map{
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.contact-page .contact-2{
    padding-top: 30px;
  }
  .inner-page.contact-page .contact-1 .text-map{
    padding: 30px 0;
  }
  .about-page .about-9 .left h2 {
    font-size: 24px;
  }
  .about-page .about-2 .historyBox ul li .left {
    width: 100%;
  }
  .about-page .about-2 .historyBox ul li .right {
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding: 30px 50px 0;
  }
  .about-page .about-2 .historyBox ul li span {
    left: 20px;
  }
  .about-page .about-9 .left {
    margin-bottom: 30px;
  }
  #mapContainer {
    height: 350px !important;
  }
  .inner-banner {
    padding: 8vw 0;
    height: auto;
  }
  .inner-banner .mbx-box .mbx{
    font-size: 16px;
    line-height: 1.7;
  }
  .inner-banner .mbx-box h2{
    font-size: 28px;
    line-height: 1.2;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 36px;
    line-height: 1.2;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .news-page .prodet-page .prodet-3 .container {
    max-width: 96%;
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top:24px;
  }
  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .a-title{
    margin-bottom: 30px;
  }
  .about-page .about-1 .a-bottom{
    margin-top: 0;
  }
  .about-page .about-9{
    padding: 30px 0;
  }
  .i-semi{
    padding: 30px 0;
  }
  .news-page{
    padding: 30px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form{
    margin-top: 30px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3{
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .product-page{
    padding: 30px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .prodet-page .prodet-1,
  .join-us-page .join-us-2{
    padding: 30px 0;
  }
  .prodet-page .custom-page .custom-3{
    padding: 0 0 30px 0;
  }
  .prodet-page .prodet-3{
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    padding: 20vw 0;
  }
  .inner-banner .mbx-box {
    padding-left: 0;
  }
  .inner-banner .mbx-box h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .inner-banner .mbx-box .mbx {
    font-size: 14px;
    line-height: 1.7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category{
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category .time{
    margin: 20px 0 0 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left{
    padding-right: 0;
  }
  .i-semi h2.h2{
    font-size: 30px;
  }
  .about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
    font-size: 26px;
    line-height: 1.4;
  }
  .about-page .about-2 .historyBox ul li {
    padding: 40px 0px 20px 120px;
  }
  .about-page .about-2 .historyBox ul li span {
    left: 0;
  }
  .about-page .about-9 .left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wenan-ny {
    width: 100%;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .inner-page.about-page .init-5 .top h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
  .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}



/*2023-7-21新增*/

#index-body .product .content ul li .ig {
    background: #fbfbfb;
}

#index-body .init-5 .Auxil-advantage .left ul li .text h3{
      text-transform: uppercase;
}



.map-contact {
    border: 1px solid #ddd;
    margin: 0% 10%;
    padding: 50px;
    background: #f2f2f2;
}
.map-contact .map-text {
    margin-bottom: 50px;
}
.map-contact .map-text h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.map-contact .map-text ul {
    display: flex;
    margin: 0 -40px;
}

.map-contact .map-text ul li {
    width: 33.33%;
    padding: 0 40px;
}

.map-contact .map-text ul li h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.map-contact .map-text ul li p {
    line-height: 2;
    font-size: 16px;
}
.map-contact .map-text ul li p i.fa {
    color: #4b84e1;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.contact-page .contact-2 {
 
    margin: 0 10%;
}

.contact-page .contact-2 .right h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize;
}

.contact-page .contact-2 .right p {
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 6px;
}
.contact-page .contact-2 .right .form {
    margin-top: 30px;
}
.inner-page.contact-page .contact-2 .right .form ul {
    margin: -10px -30px;
}
.inner-page.contact-page .contact-2 .right .form li {
    padding: 10px 30px;
}
.contact-page .contact-2 .right .form ul li.wid-100 {
    width: 100% !important;
}
.inner-page.contact-page .contact-2 .right .form li input {
    border: 0 solid rgba(0,0,0,.2);
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.form ul li input, .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 30px;
}

.inner-page.contact-page .contact-2 .right .form li textarea {
    border: 0 solid rgba(0,0,0,.2);
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 15px;
    text-transform: capitalize;
}
.inner-page.contact-page .contact-2 .right .form li input[type=submit] {
    background-color: #4b84e1;
    border-color: #4b84e1;
        color: #fff;
    font-size: 20px;
}
.inner-banner span.video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 1;
    z-index: -1;
    top: 0;
    right: 0;
}
.inner-banner span.video video {
    display: block;
    height: 100%;
    margin-left: auto;
}
.inner-banner span.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #16131e;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),color-stop(100%,transparent));
    background: -moz-linear-gradient(right,#16131e 50%,transparent 100%);
    background: -webkit-linear-gradient(left,#16131e 50%,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),to(transparent));
    background: -webkit-linear-gradient(left,#16131e 50%,transparent);
    background: -moz-linear-gradient(left,#16131e 50%,transparent);
    background: linear-gradient(to right,#16131e 50%,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e', endColorstr='transparent',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e',endColorstr='transparent',GradientType=1);
    z-index: 1;
}


/*2023-7-21新增-end*/


/*2023-7-22新增*/

.news-page .sidebar-box .sidebar-right .news-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 -30px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {

    width: 50%;
    padding: 0px 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.5));
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact .c-box {
    z-index: 10;
    position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
    object-fit: cover;
    max-height: 400px;
}



.about-page .about-1 .a-title .left h2, .about-page .about-1 .a-title .left h1{
      line-height: 1.5;
}



.about-page .about-1 .a-bottom .left .content .more {
    position: relative;
        margin-top: 26px;
}

.mbx-box.prro h2 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 36px;
}



/*2023-7-22新增-end*/


/*2023-7-26新增*/
.inner-page.support .support-1 {
  padding: 100px 0;
}
.inner-page.support .support-1 .about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page.support .support-1 .about-box .left {
    width: 53%;
    padding: 68px 0;
    position: relative;
}
.inner-page.support .support-1 .about-box .left:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background: #333130;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.inner-page.support .support-1 .about-box .right {
    width: 47%;
    padding-left: 90px;
}
.inner-page.support .support-1 .about-box .right h2 {
    font-size: 60px;
    line-height: 1.8;
    color: #1c1c1c;
    font-weight: 700;
}
.inner-page.support .support-1 .about-box .right h3 {
    font-size: 36px;

    color: #000;
    font-weight: 700;
}
.inner-page.support .support-1 .about-box .right p {
font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-top: 20px;
}




.inner-page.support .support-2 {
 padding: 45px 0 45px;
    background: #000;
    background-size: cover;
}
.inner-page.support .support-2 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;
}
.inner-page.support .support-2 ul li {
    width: 25%;
    text-align: center;
    position: relative;
}
.inner-page.support .support-2 ul li h4 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
}
.inner-page.support .support-2 ul li h4 span {
    font-weight: 100;
    font-size: 22px;
}
.inner-page.support .support-2 ul li p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-top: 22px;
}
.inner-page.support .support-2 ul li:after {
    position: absolute;
    content: "";
    width: 2px;
    border-right: 1px solid rgba(255,255,255,.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 55px;
}

.inner-page.support .support-3 {
    padding: 100px 0 140px;
    background: url(../images/cailiao-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.inner-page.support .support-3 .container {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-page.support .support-3 .container .left {
    width: 50%;
    text-align: center;
}
.inner-page.support .support-3 .container .right {
    width: 50%;
}
.inner-page.support .support-3 .container .left .content {
    display: inline-block;
    position: relative;
}
.inner-page.support .support-3 .container .left .content .ball {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner-page.support .support-3 .container .left .content .ball .box {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -webkit-animation: kz 20s infinite linear;
    -moz-animation: kz 20s infinite linear;
    animation: kz 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: relative;
}
.inner-page.support .support-3 .container .left .content .ball .box h6 {
    text-transform: capitalize;
}
.inner-page.support .support-3 .container .left .content .ball .box .text1 {
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 100%;
    width: 140px;
    height: 140px;
     font-size: 20px;
    padding-top: 45px;
    text-align: center;
    color: #fff;
    background: #a6a6a6;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text2 {
    position: absolute;
    top: -40px;
    right: 65px;
    border-radius: 100%;
    width: 125px;
    height: 125px;
     font-size: 22px;
    padding-top: 28px;
    color: #fff;
    text-align: center;
    background: #8a8a8a;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text3 {
    position: absolute;
    top: 155px;
    right: -75px;
    border-radius: 100%;
    width: 175px;
    height: 175px;
     font-size: 24px;
    padding-top: 45px;
    color: #fff;
    text-align: center;
    background: #bbb;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text4 {
    position: absolute;
    bottom: -40px;
    right: 35px;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    font-size: 24px;
    padding-top: 40px;
    color: #fff;
    text-align: center;
    background: #565656;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .left .content .ball .box .text5 {
    position: absolute;
    bottom: 32px;
    left: -50px;
    border-radius: 100%;
    width: 195px;
    height: 195px;
    padding-top: 60px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #363636;
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.inner-page.support .support-3 .container .right .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.inner-page.support .support-3 .container .right p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,.9);
    margin-top: 40px;
}
.inner-page.support .support-3 .container .right h3 {
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;

}

.inner-page.support .support-2-1 .text {
 padding: 80px 0 50px;
    text-align: center;
    color: #000;
}
.inner-page.support .support-2-1 .text h2 {
     font-size: 48px;
    line-height: 1.8;
    font-weight: 700;
}
.inner-page.support .support-2-1 .text p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
}



/*2023-7-26新增-end*/



/*2023-8-9新增*/


.support-5 {
    padding: 100px 0;
}

.support-5 .ui {
      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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.support-5 .left {
    width: 30%;
    padding-right: 25px;
}

.support-5 .left h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.support-5 .left p {
    font-size: 14px;
    padding: 5px 0;
}

.support-5 .right {
    width: 70%;
    padding-left: 20px;
}
#footer .footer-center .box .slide .nav ul li ul.sub-menu {
    display: none;
}


.vr iframe {
    width: 100%;
    height: 650px;
}

/*2023-8-9新增-end*/




/*2023-8-10新增*/


.inner-page .sidebar-box .sidebar-right .top {
      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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        position: relative;
}

.inner-page .sidebar-box .sidebar-right .top .left {
    width: 45%;
    border: 1px solid #e7e7e7;
        padding: 10px;
}
.inner-page .sidebar-box .sidebar-right .top .right {
        width: 55%;
    padding-left: 40px;
}
.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box {
    padding-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box a.more.form {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    padding: 15px 35px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    height: auto;
    line-height: 1;
}
.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box a.more span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
    font-weight: 700;
}

.inner-page .sidebar-box .sidebar-right .top .right .inquiry-box a.more:after{
      position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #103150;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}



.inner-page .sidebar-box .sidebar-right .top .right .share {
    display: block;
    padding: 20px 0 2em;
    border-bottom: 1px solid #e7e7e7;
}
.inner-page .sidebar-box .sidebar-right .top .right .share ul li {
    width: auto;
    font-size: 16px;
    color: #555;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 10px;
    text-transform: uppercase;
}
.inner-page .sidebar-box .sidebar-right .option .info table tr:nth-child(1) {
    background: #484443;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}
.inner-page .sidebar-box .sidebar-right .option .info table tr {
    border: 0;
}
.inner-page .sidebar-box .sidebar-right .option .info table tr:nth-child(2) {
    background: #949494;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right .option .info table tr:nth-child(3) {
    background: #949494;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right .option .info table tr td {
    border: 0;
    padding: 15px;
}

.inner-page .sidebar-box .sidebar-right .tab li a {
    font-size: 18px;
    padding: 15px 0;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-right .option .info table tr:nth-child(2) td {
    border: 1px solid #b6b6b6;
}
.inner-page .sidebar-box .sidebar-right .option .con .top .left h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}
.inner-page .sidebar-box .sidebar-right .option .con .top .left p {
    font-size: 15px;
}
.inner-page .sidebar-box .sidebar-right .option .con .top .left {
    width: 40%;
    border: 0px solid #e7e7e7;
    padding: 0;
}
.inner-page .sidebar-box .sidebar-right .option .con .top .right {
    width: 60%;
    padding-left: 10px;
}
.inner-page .sidebar-box .sidebar-right .option .con .top {
    margin-bottom: 30px;
}
.inner-page .sidebar-box .sidebar-right .option .application h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}
.inner-page .sidebar-box .sidebar-right .option .application .text {
    font-size: 16px;
    margin-bottom: 25px;
}

tr.teshu {
    background: #fff !important;
    color: #000 !important;
}


/*2023-8-10新增-end*/

/*新增产品tab*/
.product-page .tab h3{
  font-size: 24px;
  color: #103150;
  line-height: 1.6;
  font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.product-page .tab ul{
  margin: 5px -10px 0 0;
}
.product-page .tab ul li{
  padding-right: 10px;
}
.product-page .tab ul li a{
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 0;
  text-align: center;
  background: #eee;
  display: block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .tab ul li a:hover,
.product-page .tab ul li a.active{
  background: #103150;
  color: #fff;
}
.product-page .option .info{
  font-size: 16px;
}
.product-page .option .application ul{
  margin: 0 -10px -20px 0;
}
.product-page .option .application ul li{
  padding: 0 10px 20px 0;
}
.product-page .option .application ul li .img-box{
  display: block;
}

@media screen and (max-width: 1440px) {
  .map-contact{
    margin: 0 9%;
    padding: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-page.support .support-3 .container .right{
    padding-left: 60px;
  }
  .map-contact{
    margin: 0 6%;
  }
  .map-contact .map-text {
    margin-bottom: 30px;
  }
  .map-contact .map-text ul li{
    padding: 0 10px 0 40px;
  }
  .map-contact .map-text ul li p{
    font-size: 14px;
  }
  .map-contact .map-text h2{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page.support .support-3 .container{
    display: block;
  }
  .inner-page.support .support-3 .container .left{
    width: 100%;
  }
  .inner-page.support .support-3 .container .right{
    padding: 30px 0 0 0;
    width: 100%;
  }
  .inner-banner {
    height: auto!important;
  }
  .map-contact {
    margin: 0;
  }
  .inner-page.contact-page {
    padding-top: 0;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 0;
  }
  .contact-page .contact-2 {
    margin: 0;
    padding: 50px 15px !important;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.support .support-1{
    padding: 60px 0;
  }
  .inner-page.support .support-1 .about-box .left{
    width: 100%;
  }
  .inner-page.support .support-1 .about-box .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page.support .support-1 .about-box .right h2{
    font-size: 50px;
  }
  .inner-page.support .support-1 .about-box .right h3{
    font-size: 30px;
  }
  .inner-page.support .support-3{
    padding: 60px 0;
  }
  .inner-page.support .support-3 .container .left{
    display: none;
  }
  .inner-page.support .support-3 .container .right{
    width: 100%;
    padding: 0;
  }
  .inner-page.support .support-2-1 .text{
    padding: 60px 0;
  }
  .inner-page.support .support-2-1 .text h2{
    font-size: 40px;
    line-height: 1.2;
  }
  .inner-page.support .support-2 ul li h4{
    font-size: 36px;
  }
  .inner-page.support .support-2 ul li p{
    font-size: 16px;
  }
  .support-5{
    padding: 60px 0;
  }
  .support-5 .left{
    width: 100%;
    padding: 0;
  }
  .support-5 .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .map-contact .map-text ul{
    margin: 0;
    display: block;
  }
  .map-contact .map-text ul li{
    width: 100%;
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.support .support-1{
    padding: 30px 0;
  }
  .inner-page.support .support-1 .about-box .right h2 {
    font-size: 40px;
  }
  .inner-page.support .support-1 .about-box .right h3 {
    font-size: 26px;
  }
  .inner-page.support .support-3{
    padding: 30px 0;
  }
  .inner-page.support .support-2-1 .text{
    padding: 30px 0;
  }
  .inner-page.support .support-2-1 .text h2{
    font-size: 36px;
  }
  .support-5{
    padding: 30px 0;
  }
  .inner-banner span.video{
    height: 300px;
  }
  .contact-page{
    padding-bottom: 0;
  }
  .inner-page .sidebar-box .sidebar-right .top .left{
    width: 100%;
  }
  .inner-page .sidebar-box .sidebar-right .top .right{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page .sidebar-box .sidebar-right .option .con .top .left{
    width: 100% !important;
  }
  .inner-page .sidebar-box .sidebar-right .option .con .top .right{
    width: 100% !important;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .news-page .sidebar-box .sidebar-right .news-list ul li{
    width: 100%;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4{
    font-size: 22px;
  }
  .inner-page.support .support-1 .about-box .right h2 {
    font-size: 32px;
  }  
  .inner-page.support .support-1 .about-box .right h3 {
    font-size: 24px;
  }
  .inner-page.support .support-3 .container .right h3{
    font-size: 30px;
  }
  .inner-page.support .support-3 .container .right p{
    margin-top: 20px;
  }
  .inner-page.support .support-2-1 .text h2 {
    font-size: 27px;
  }
  .inner-page.support .support-2{
    display: none;
  }
  .map-contact{
    padding: 20px 15px;
  }
  .contact-page .contact-2{
    padding: 30px 15px !important;
  }
}


.anzhuang img.wscnph {
    object-fit: cover;
    height: 190px;
    padding: 10px;
}


#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .list .text p:after{
      content: '';
    background-image: url(../images/index_11.jpg);
    width: 16px;
    height: 16px;
    margin-top: 6px;
    position: absolute;
    left: -25px;
    top: 2px;
}

#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .list .text p {
    position: relative;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu{
      width: 210px;
}


.inner-page .sidebar-box .sidebar-right .top h1.heisha.Auxil-h1 {
    font-size: 32px;
    font-weight: bold;
}


.mbx.Auxil-crumbs.cpdd {
    font-size: 0;
}


.mbx.Auxil-crumbs.cpdd a, .mbx.Auxil-crumbs.cpdd span {
    font-size: 18px;
    display: inline-block;
}
.mbx.Auxil-crumbs.cpdd a:after, .mbx.Auxil-crumbs.cpdd span:after {
    content: '/';
        padding-left: 5px;
}

.mbx.Auxil-crumbs.cpdd a:nth-child(4) {
    display: none;
}