@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#Pop_UpsBtn {
  display: none !important;
}
#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: #479beb;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #fff;
}
#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: #479beb;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #479beb;
  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;
}
.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;
  background: #479beb;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont::before {
  background-color: #fff;
}
.right_nav_list ul li:hover {
  background: #000;
}
.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: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -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);
  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;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-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;
}
.shouye h1{
  display: inline;
}
.shouye{
	color: #292b2c;
    margin-top: 10px;
    max-width: 540px;
    font-size: 18px;
    line-height: 2;
}
.Auxil-catdes{
  max-height: 200px;
overflow-y: auto;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .Auxil-catdes{
    display: none;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #479beb;
  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: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #000;
}
#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: 40px;
  line-height: 40px;
  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: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#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: 18px;
}
#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;
  line-height: 36px;
  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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#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;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#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: #ff9800;
}
#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;
}
.t_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 {
  font-family: 'Montserrat';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#header > .nav > .menu .menu-box {
  width: 1800px;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c {
  margin-top: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: 60px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  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 > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .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 .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: 10px 0;
  text-align: left;
  line-height: 32px;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -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 {
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
  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);
}
#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;
  min-width: 120px;
}
#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: 1;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .right .open_btn {
  cursor: pointer;
  font-size: 18px;
  background-color: #479beb;
  border-radius: 24px;
  color: #fff;
  padding: 12px 38px;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 26px;
  -o-background-size: contain;
  background-size: contain;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  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: #0b194c;
}
#header.inner_active > .nav {
  background-color: #0b194c;
}
@-webkit-keyframes trans_ani {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes trans_ani {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes trans_ani {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes trans_ani {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#banner {
  overflow: hidden;
  position: relative;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  height: 56vw;
  max-height: 840px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  color: #000;
  position: relative;
  z-index: 2;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
  max-width: 600px;
  max-height: 550px;
  width: 32vw;
  height: 29vw;
  z-index: 2;
  position: absolute;
  top: 20%;
  left: 49%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
  margin-top: 180px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: 'Anton';
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
  font-size: 40px;
  line-height: 1.4;
  max-width: 490px;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title2 {
  font-size: 346px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: -1px -1px 60px #5098d2, 1px -1px 60px #5098d2, -1px 1px 60px #5098d2, 1px 1px 60px #5098d2;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title2 .span2 {
  margin-left: 170px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  right: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#banner .swiper .swiper-wrapper .swiper-slide .img2 {
  z-index: 3;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 70px;
  -o-background-size: cover;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .title {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .des {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont .moreCont {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont{
  animation: fadeInUpSmall 1s linear;
}

#banner .sPage {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 50px;
  left: 140px;
  z-index: 2;
}
#banner .sPage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}
#banner .sPage .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, 0);
}
.pt-140 {
  padding-top: 140px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-80 {
  padding-bottom: 80px;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-50 {
  font-size: 50px;
  line-height: 1.2;
}
.font-30 {
  line-height: 1.4;
}
.font-18 {
  line-height: 2;
}
#index-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-1 .container .tipsTitle {
  font-family: 'Anton';
  text-align: center;
  text-transform: uppercase;
}
#index-body .init-1 .container .content {
  margin-top: 60px;
  position: relative;
}
#index-body .init-1 .container .content .btn {
  background-color: #f6f6f6;
  width: 44px;
  height: 44px;
  font-size: 20px;
  top: 46%;
  right: -60px;
  cursor: pointer;
  position: absolute;
}
#index-body .init-1 .container .content .btn:hover {
  color: #fff;
  background-color: #479beb;
}
#index-body .init-1 .container .content .prev {
  left: -60px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  border: 3px solid rgba(71, 156, 235, 0);
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont {
  padding: 20px;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .title {
  font-weight: bold;
  display: block;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .title:hover {
  color: #479beb;
}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont .des {

  margin-top: 10px;

}
#index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box:hover {
  border: 3px solid #479beb;
}
#index-body .init-2 {
  overflow: hidden;
  background-color: #f6f6f6;
}
#index-body .init-2 .container .left {
  padding: 20px 0;
  padding-top: 100px;
  position: relative;
  z-index: 2;
  width: 48%;
}
#index-body .init-2 .container .left .tipsTitle {
  font-family: 'Anton';
  line-height: 1.2;
}
#index-body .init-2 .container .left .listCont {
  margin-top: 60px;
}
#index-body .init-2 .container .left .listCont ul li {
  padding: 28px 0;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
#index-body .init-2 .container .left .listCont ul li .sub {
  position: absolute;
  width: -webkit-calc(400%);
  width: -moz-calc(400%);
  width: calc(100% + 300px);
  height: 100%;
  top: 0;
  right: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  opacity: 0;
}
#index-body .init-2 .container .left .listCont ul li .imgC {
  width: 108px;
  height: 108px;
  background-color: #479beb;
  border-radius: 50%;
}
#index-body .init-2 .container .left .listCont ul li .imgC .img {
  width: 56%;
  height: 56%;
}
#index-body .init-2 .container .left .listCont ul li .textC {
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
  margin-left: auto;
}
#index-body .init-2 .container .left .listCont ul li .textC .title {
  font-weight: 700;
  text-transform: uppercase;
}
#index-body .init-2 .container .left .listCont ul li .textC .des {
  margin-top: 10px;
  color: #292b2c;
}
#index-body .init-2 .container .left .listCont ul li:hover .sub {
  opacity: 1;
  right: 0;
}
#index-body .init-2 .container .right {
  z-index: 2;
  position: relative;
  width: 64%;
  margin-left: -12%;
  left: 20%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-2 .container .right .listC {
  position: relative;
  width: 32%;
}
#index-body .init-2 .container .right .listC .list {
  overflow: hidden;
  display: block;
  height: 510px;
  width: 100%;
  position: relative;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
#index-body .init-2 .container .right .listC .list .imgC2 {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .container .right .listC .list .img {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  -o-background-size: cover;
  width: 190%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  position: relative;
  left: -150px;
}
#index-body .init-2 .container .right .listC .list:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
}
#index-body .init-2 .container .right .listC .list2 {
  left: 46%;
}
#index-body .init-2 .container .right .listC .list3 {
  margin-top: 20px;
  left: -44%;
}
#index-body .init-2 .container .right .listC .list4 {
  background-color: #479beb;
  left: 13%;
  margin-top: 200px;
}
#index-body .init-2 .container .right .listC .list4 .img2 {
  width: 54px;
  height: 38px;
  position: absolute;
  bottom: 60px;
  left: 70px;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
}
#index-body .init-2 .container .right .listC .list5 {
  height: 310px;
  margin-top: 20px;
  left: -60%;
}
#index-body .init-2 .container .right .listC .list5 .img {
  height: 320px;
  width: 136%;
  left: -104px;
}
#index-body .init-3 .container .titleC .left {
  padding: 20px 0;
  width: 40%;
}
#index-body .init-3 .container .titleC .left .tipsTitle {
  font-family: 'Anton';
  text-transform: uppercase;
}
#index-body .init-3 .container .titleC .left .des {
  color: #292b2c;
  margin-top: 10px;
  max-width: 540px;
}
#index-body .init-3 .container .titleC .left .sub {
  width: 80px;
  height: 16px;
  margin-top: 20px;
}
#index-body .init-3 .container .titleC .right {
  position: relative;
  width: 59%;
  margin-left: auto;
  padding: 70px 80px;
  z-index: 2;
}
#index-body .init-3 .container .titleC .right .cms {
  text-decoration: underline;
}
#index-body .init-3 .container .titleC .right::before {
  content: '';
  position: absolute;
  width: -webkit-calc(270%);
  width: -moz-calc(270%);
  width: calc(100% + 170px);
  height: 600px;
  top: 0;
  background-color: #f3f6fa;
  left: 0;
  z-index: -1;
}
#index-body .init-4 {
  position: relative;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container {
  width: 1800px;
}
#index-body .init-4 .container .playCont {
  height: 700px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#index-body .init-4 .container .playCont .play {
  content: '';
  position: absolute;
  width: 94px;
  height: 94px;
  right: 120px;
  bottom: 80px;
  cursor: pointer;
}
#index-body .init-4 .container .playCont .play .cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  font-size: 40px;
  color: #479beb;
}
#index-body .init-4 .container .playCont .play .cont i {
  margin-left: 6px;
}
#index-body .init-4 .container .playCont .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
#index-body .init-4 .container .playCont .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-4 .container .playCont .play:hover .cont {
  background-color: #479beb;
  color: #fff;
}
#index-body .init-5 {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
#index-body .init-5 .container .logoC .cont {
  border-radius: 10px;
  background-color: #479beb;
  padding: 20px 30px;
}
#index-body .init-5 .container .logoC .cont .left .img {
  width: 72px;
  height: 78px;
}
#index-body .init-5 .container .logoC .cont .line {
  width: 2px;
  height: 80px;
  background-color: #fff;
  margin: 0 30px;
}
#index-body .init-5 .container .logoC .cont .right {
  color: #fff;
  font-family: 'Anton';
  text-transform: uppercase;
}
#index-body .init-5 .container .content .left {
  width: 60%;
}
#index-body .init-5 .container .content .left ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}
#index-body .init-5 .container .content .left ul li {
  margin-top: 30px;
}
#index-body .init-5 .container .content .left ul li .img {
  width: 70px;
  height: 70px;
}
#index-body .init-5 .container .content .left ul li .num {
  font-size: 60px;
  font-family: 'Anton';
  margin-left: 14px;
}
#index-body .init-5 .container .content .left ul li .textC {
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-5 .container .content .left ul li .textC .title {
  color: #479beb;
  font-family: 'Anton';
}
#index-body .init-5 .container .content .left ul li .textC .title .sub {
  margin-left: 2px;
}
#index-body .init-5 .container .content .left ul li .textC .des {
  margin-top: 8px;
}
#index-body .init-5 .container .content .right {
  margin-top: 70px;
  width: 34%;
  margin-left: auto;
}
#index-body .init-5 .container .content .right .img {
  height: 100px;
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
  cursor: pointer;
}
#index-body .init-5 .container .content .right .img:hover {
  -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}
#index-body .init-6 .titleC {
  overflow: hidden;
  position: relative;
  background-color: #f3f6fa;
}
#index-body .init-6 .titleC .sub {
  width: 468px;
  height: 468px;
  position: absolute;
  top: -80px;
  left: -100px;
}
#index-body .init-6 .titleC .container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .init-6 .titleC .container .left {
  width: 50%;
  padding-right: 20px;
}
#index-body .init-6 .titleC .container .left .tipsTitle {
  font-family: 'Anton';
  text-transform: uppercase;
}
#index-body .init-6 .titleC .container .left .des {
  margin-top: 20px;
}
#index-body .init-6 .titleC .container .right {
  margin-left: auto;
  padding: 7px 52px;
  background-color: #479beb;
  border-radius: 24px;
  color: #fff;
  margin-bottom: 20px;
}
#index-body .init-6 .titleC .container .right:hover {
  background-color: #000;
}
#index-body .init-6 .content .container {
  height: 650px;
  width: 100%;
  position: relative;
}
#index-body .init-6 .content .container .imgC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-6 .content .container .imgC .list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}
#index-body .init-6 .content .container .listCont {
  height: 100%;
  position: relative;
  z-index: 2;
}
#index-body .init-6 .content .container .listCont .list {
  cursor: pointer;
  width: 25%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .init-6 .content .container .listCont .list .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(71, 156, 235, 0.7);
  opacity: 0;
}
#index-body .init-6 .content .container .listCont .list .cont {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  padding: 0 30px;
  color: #fff;
  font-family: 'Anton';
  font-size: 30px;
}
#index-body .init-6 .content .container .listCont .list .cont .title {
  margin-top: 10px;
  text-transform: uppercase;
}
#index-body .init-6 .content .container .listCont .list.active .shadow {
  opacity: 1;
}
#index-body .init-7 {
  background-color: #f6f6f4;
  background-position: top right;
}
#index-body .init-7 .container .titleC {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .init-7 .container .titleC .left .tipsTitle {
  font-family: 'Anton';
  text-transform: uppercase;
}
#index-body .init-7 .container .titleC .left .tipsDes {
  margin-top: 10px;
  color: #292b2c;
}
#index-body .init-7 .container .titleC .more {
  margin-left: auto;
  margin-top: 10px;
  background-color: #479beb;
  padding: 7px 52px;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
}
#index-body .init-7 .container .titleC .more:hover {
  background-color: #000;
}
#index-body .init-7 .container .content {
  margin-top: 50px;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  background-color: #fff;
  padding: 40px 30px;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: bold;
  display: block;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #479beb;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .line {
  margin-top: 22px;
  height: 1px;
  background-color: #d6d6d6;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  color: #57595a;
  margin-top: 20px;

}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .timeInfo {
  padding-top: 20px;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .timeInfo .more {
  margin-top: 10px;
  color: #479beb;
  text-transform: uppercase;
  text-decoration: underline;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .timeInfo .more:hover {
  color: #000;
}
#index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .timeInfo .time {
  color: #e9e9e7;
  margin: 10px 0 0 auto;
}
#index-body .init-7 .container .sPage {
  margin-top: 50px;
  text-align: center;
}
#index-body .init-7 .container .sPage .swiper-pagination-bullet {
  margin: 2px 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #479beb;
  width: 16px;
  height: 14px;
  border-radius: 0;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .emailCont {
  background-color: #479beb;
  color: #fff;
  position: relative;
}
#footer .emailCont .container {
  padding: 80px 50px 60px 0;
}
#footer .emailCont .subImg {
  position: absolute;
}
#footer .emailCont .subImg1 {
  width: 210px;
  height: 90px;
  top: 44px;
  left: 20px;
}
#footer .emailCont .subImg2 {
  width: 240px;
  height: 74px;
  right: 30px;
  top: 90px;
}
#footer .emailCont .left {
  font-family: 'Anton';
  text-transform: uppercase;
}
#footer .emailCont .right {
  margin-left: auto;
}
#footer .emailCont .right form {
  background-color: #fff;
}
#footer .emailCont .right form input {
  background: rgba(0, 0, 0, 0);
  height: 40px;
  color: #000;
  border: none;
  padding: 0 20px;
}
#footer .emailCont .right form .mail {
  width: 230px;
}
#footer .emailCont .right form .content {
  width: 290px;
  position: relative;
  border-left: 1px solid #e0e0e0;
}
#footer .emailCont .right form .submit {
  background-color: #121212;
  border-left: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 140px;
  height: 60px;
  cursor: pointer;
}
#footer .emailCont .right form .submit:hover {
  background-color: #5a99e9;
  /*color: #479beb;*/
}
#footer .emailCont .right .formDes {
  margin-top: 20px;
}
#footer .fTop {
  background-color: #1e1e1e;
  padding-top: 20px;
  padding-bottom: 90px;
}
#footer .fTop .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
#footer .fTop .container .listCont {
  margin-top: 30px;
}
#footer .fTop .container .listCont .logoDes {
  margin-top: 20px;
  color: #fff;
  max-height: 200px;
  padding-right: 4px;
  overflow-y: auto;
  line-height: 2;
}
#footer .fTop .container .listCont .share {
  margin-top: 30px;
}
#footer .fTop .container .listCont .share ul li {
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
}
#footer .fTop .container .listCont .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #062696;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .listCont .share ul li a:hover {
  background-color: #479beb;
  border: 1px solid #479beb;
}
#footer .fTop .container .listCont .first {
  font-size: 30px;
  line-height: 1.4;
  font-family: 'Anton';
  margin-bottom: 20px;
  text-transform: uppercase;
}
#footer .fTop .container .listCont .list {
  margin-top: 10px;
}
#footer .fTop .container .listCont .list a:hover {
  color: #479beb;
}
#footer .fTop .container .listCont .list2 .img {
  width: 22px;
  height: 22px;
  margin-top: 10px;
}
#footer .fTop .container .listCont .list2 .text {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  margin-left: auto;
}
#footer .fTop .container .listCont .list2 .text p {
  margin-top: 10px;
}
#footer .fTop .container .listCont #ewm {
  width: 150px;
  height: 150px;
  background-color: #fff;
  padding: 6px;
  margin-top: 26px;
}
#footer .fTop .container .listCont1 {
  width: 540px;
}
#footer .fTop .container .listCont1 .logo{
  display: block;
  width: 100px;
}
#footer .fTop .container .listCont1 .logo img{
  width: 100%;
}
#footer .fTop .container .listCont2 {
  width: 190px;
}
#footer .fTop .container .listCont3 {
  width: 430px;
}
#footer .copyright {
  background-color: #1e1e1e;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
}
#footer .copyright .container {
  border-top: 1px solid #8f8f8f;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #999999;
  position: relative;
  top: 9px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
.cms_c,
.yejiao {
  display: inline-block;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box {
    width: 1400px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title2 {
    font-size: 286px;
  }
  #index-body .init-2 .container .right .listC .list {
    height: 420px;
  }
  #index-body .init-2 .container .right .listC .list .img {
    left: -128px;
  }
  #index-body .init-2 .container .right .listC .list2 {
    left: 59%;
  }
  #index-body .init-2 .container .right .listC .list3 {
    left: -28%;
    margin-top: 10px;
  }
  #index-body .init-2 .container .right .listC .list5 {
    height: 320px;
    left: -42%;
  }
  #index-body .init-2 .container .right .listC .list5 .img {
    left: -114px;
  }
  #index-body .init-4 .container {
    width: 1400px;
  }
  #index-body .init-5 .container .logoC .cont {
    margin-left: 20px;
  }
  #index-body .init-6 .content .container {
    height: 50vw;
  }
}
@media (max-width: 1500px) {
  .font-60 {
    font-size: 40px;
  }
  #header > .nav > .menu .menu-box {
    width: 1200px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
    top: 20%;
    left: 56%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title2 {
    font-size: 220px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
    padding: 80px 0;
  }
  #index-body .init-2 .container .right {
    display: none;
  }
  #index-body .init-4 .container {
    width: 1200px;
  }
  #footer .emailCont .container {
    padding-right: 0;
  }
  #footer .emailCont .subImg {
    display: none;
  }
  #footer .emailCont .right form .content {
    width: 230px;
  }
}
@media (max-width: 1250px) {
  #header > .nav > .menu .menu-box {
    width: 970px;
  }
  #header > .nav > .menu .menu-box .right .open_btn {
    font-size: 14px;
    padding: 4px 10px;
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-left: 12px;
    width: 18px;
    height: 18px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 10px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title2 {
    font-size: 172px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
    left: 70%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .img2 {
    bottom: 7%;
  }
  #banner .sPage {
    bottom: 10px;
  }
  #index-body .init-4 .container {
    width: 100%;
    max-width: 970px;
  }
  #index-body .init-4 .container .playCont {
    height: 430px;
  }
  #index-body .init-6 .content .container .listCont .list .cont {
    padding: 0 16px;
  }
  #index-body .init-6 .content .container .listCont .list .cont {
    font-size: 24px;
  }
  #footer .emailCont .left {
    width: 100%;
  }
  #footer .emailCont .right {
    margin: 20px 0 0 0;
  }
  #footer .fTop .container .listCont1 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title2 {
    display: none;
  }
  #banner .sPage {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title a {
    display: block;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .imgC {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    max-width: 100%;
    text-align: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    z-index: 5;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .more {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .img2 {
    height: 30px;
    bottom: 10%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #index-body .init-3 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-3 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .titleC .right::before {
    display: none;
  }
  #index-body .init-3 .container .titleC .right {
    padding: 0;
    padding-bottom: 40px;
  }
  #index-body .init-5 .container .content .left {
    width: 100%;
  }
  #index-body .init-5 .container .content .right {
    width: 100%;
  }
  #index-body .init-6 .titleC .container .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-6 .titleC .container .right {
    margin-left: 0;
    margin-top: 20px;
  }
  #index-body .init-6 .content .container .listCont .list .cont {
    font-size: 20px;
    bottom: 10px;
  }
  #index-body .init-7 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-7 .container .titleC .more {
    margin-left: 0;
  }
  #footer .fTop .container .listCont3 {
    width: 300px;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-3 {
    padding-top: 0;
  }
  #footer .emailCont .container {
    padding: 40px 15px;
  }
  #footer .emailCont .left {
    width: 100%;
  }
  #footer .emailCont .right {
    width: 100%;
  }
  #footer .emailCont .right form {
    background-color: rgba(255, 255, 255, 0);
  }
  #footer .emailCont .right form .mail {
    width: 100%;
    background-color: #fff;
    display: block;
    height: 60px;
  }
  #footer .emailCont .right form .content {
    width: 100%;
    background-color: #fff;
    margin: 20px 0;
    height: 60px;
    display: block;
  }
  #footer .emailCont .right form .submit {
    width: 100%;
    border: none;
  }
}
@media (max-width: 500px) {
  .pt-120 {
    padding-top: 40px;
  }
  .pb-120 {
    padding-bottom: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .font-60 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-50 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-18 {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    font-size: 24px;
    line-height: 44px;
  }
  #index-body .init-1 .container .content {
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    border: 3px solid #479beb;
  }
  #index-body .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .box .cont {
    padding: 20px 10px;
  }
  #index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 10px;
  }
  #index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .line {
    margin-top: 10px;
  }
  #index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
    margin-top: 10px;
  }
  #index-body .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .timeInfo {
    padding-top: 10px;
  }
  #index-body .init-7 .container .sPage .swiper-pagination-bullet {
    width: 10px;
    height: 8px;
  }
  #footer .emailCont .right form .mail,
  #footer .emailCont .right form .content {
    height: 40px;
  }
  #footer .emailCont .right form .content {
    margin: 10px 0;
  }
  #footer .emailCont .right form .submit {
    height: 40px;
    line-height: 40px;
  }
  #footer .fTop {
    padding-bottom: 40px;
  }
  #footer .fTop .container .listCont .first {
    font-size: 24px;
    line-height: 1.6;
  }
  #footer .fTop .container .listCont #ewm {
    width: 100px;
    height: 100px;
    margin-top: 10px;
  }
}



/*inner-page*/
.inner-page .more{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    position: relative;
    background-color: #479beb;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
    padding: 0 30px;
}
.inner-page .more:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
    background-color: #0b194c;
    border-radius: inherit;
}
.inner-page .more:hover:after{
      width: 100%;
}
.inner-banner {
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
  margin-top: 119px;
  padding: 20px 0;
  z-index: 1;
}
.inner-banner.about-banner{
  height: 70vh;
  position: relative;
}
.inner-banner.about-banner img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.inner-banner.about-banner video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
}
.inner-banner .content {
  position: relative;
  left: 0;
  width: 100%;
}
.inner-banner .content .container{
  width: 1800px;
}
.inner-banner h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.inner-banner h1{
  position: relative;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.inner-banner .jingli{
  position: relative;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6!important;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.inner-banner .mbx {
  position: relative;
  color: white;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  margin: 0 10px;
}
.inner-banner .mbx a:first-child {
  margin-left: 0;
}

/*.inner-banner:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}*/
.inner-page span.tag {
  position: relative;
  width: 14px;
  height: 20px;
  margin-bottom: 24px !important;
  border-left: 2px solid #002155;
  border-right: 2px solid #002155;
  display: block;
}
.inner-page span.tag:after {
  position: absolute;
  content: '';
  left: 4px;
  top: -5px;
  width: 2px;
  height: 20px;
  background-color: #479beb;
}
.inner-page h6.smallTitle {
  position: relative;
  color: #479beb;
  font-size: 22px;
  margin-bottom: 6px;
  line-height: 40px;
  text-transform: capitalize;
}
.inner-page h2.title {
  font-size: 38px;
  /*color: #004ea2;*/
  font-weight: 600;
      padding-bottom: 15px;
  line-height: 1.4;
}
.inner-page .text {
  font-size: 18px;
  line-height: 2;
}
.about-page .about-1 {
  /*padding-top: 110px;*/
      padding-top: 150px;
    padding-bottom: 100px;
  /*background: url("../images/about-1-bg.png") right bottom no-repeat;*/
}
.about-page .about-1 .left {
  padding-right: 7%;
  position: relative;
}
.about-page .about-1 .left > h6 {
  position: absolute;
  right: 0;
  top: 20%;
  color: #e5e5e5;
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateY(100%);
  -moz-transform: rotate(-90deg) translateY(100%);
  -ms-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
  line-height: 1;
}
.about-page .about-1 .left .bg {
  position: absolute;
  left: -55px;
  top: -55px;
  width: 70%;
  height: 95%;
  z-index: -1;
  background-color: #ebebeb;
}
.about-page .about-1 .left .imgBox {
  height: 600px;
  position: relative;
}
.about-page .about-1 .left .imgBox .play{
  position: absolute;
  left: 50%;
  top: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.about-page .about-1 .left .imgBox .slick-slide>div,
.about-page .about-1 .left .imgBox .slick-slide,
.about-page .about-1 .left .imgBox .slick-track,
.about-page .about-1 .left .imgBox .slick-list{
  height: 100%;
}
.about-page .about-1 .left .imgBox h6 {
  position: absolute;
  right: -48px;
  top: 52%;
  z-index: 11;
  padding: 16px 22px 16px;
  border-radius: 50px 0px 0px 50px;
  background-color: #222222;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
.about-page .about-1 .left .imgBox h6 small {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin-left: .5em;
}
.about-page .about-1 .left .imgBox span.img {
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);*/
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.about-page .about-1 .left .imgBox:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 104%;
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about-page .about-1 .left .imgBox:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 108%;
  width: 100%;
  background-color: #479beb;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
  z-index: -1;
}
.about-page .about-1 .left .imgBox.box:after{
  background: #eee;
}
.about-page .about-1 .left .imgBox:hover h6 {
  border-radius: 0px 50px 50px 0px;
}
.about-page .about-1 .right {
  vertical-align: middle;
}
.about-page .about-1 .right .text {
  /*margin: 1em 0;*/
    max-height: 500px;
    overflow: auto;
    padding-right: 1em;
    padding-top: 30px;
}
.about-page .about-1 .right .text p {
  margin-top: 1em;
}
.about-page .about-1 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right .more{
  margin-left: 0;
}
.about-page .about-1 .right .phone {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  margin-left: 80px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-1 .right .phone span {
  position: relative;
  display: block;
  color: #222222;
  font-weight: 800;
  font-size: 30px;
  margin-top: 8px;
  line-height: 1;
}
.about-page .about-1 .right img {
  display: block;
  margin-top: 40px;
}
.about-page .about-1 .right .slick-dots li{
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(0,0,0,0.5);
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-1 .right .slick-dots li button{
  display: none;
}
.about-page .about-1 .right .slick-dots li.slick-active{
  background: #479beb;
}
.about-page .about-2{
  margin-top: -50px;
}
.about-page .about-2 .list {
  position: relative;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.about-page .about-2 .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;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}
.about-page .about-2 .list ul li .box {
  /*-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);*/
  background: white;
  padding: 35px 35px;
  height: 100%;
}
.about-page .about-2 .list ul li .box i.fa {
  float: right;
  text-align: right;
  font-size: 64px;
  line-height: 1em;
      color: #000;
  /*color: #479beb;*/
  font-weight: 400;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.about-page .about-2 .list ul li .box span.line {
  position: relative;
  width: 32px;
  height: 16px;
  border-top: 2px solid #479beb;
  border-bottom: 2px solid #479beb;
  display: block;
}
.about-page .about-2 .list ul li .box span.line:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: 2px;
  width: 32px;
  background-color: #479beb;
}
.about-page .about-2 .list ul li .box h6 {
  position: relative;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .5em;
}
.about-page .about-2 .list ul li .box p {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 1em;
}
.about-page .about-2 .list ul li .box:hover i.fa {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-page .about-2 .list ul li:nth-child(2) .box {
  /*background: #479beb;
  color: white;*/
  background: #eee;
    color: #479beb;
}
.about-page .about-2 .list ul li:nth-child(4) .box {
  /*background: black;
  color: white;
  --color: white;*/
      background: #eee;
    color: #479beb;
    --color: #004ea2;
}
.about-page .about-2 .list ul li:nth-child(2) .box i.fa {
  color: black;
}
.about-page .about-3 {
    padding: 230px 0 70px;
  position: relative;
  color: white;
}
.about-page .about-3 i.mask {
  content: '';
  width: 70%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /*background-image: url("../images/about-3-bg.jpg");*/
}
.about-page .about-3 i.mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0b194c;
  /*opacity: .8;*/
}
.about-page .about-3:after {
  content: '';
  width: 30%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/about-3-bg2.png");
  z-index: -1;
}
.about-page .about-3 .box span.tag {
  border-color: white;
}
.about-page .about-3 .box .left {
  padding-right: 0%;
  --color: white;
}
.about-page .about-3 .box .left .text {
  margin-top: 0;
  line-height: 2;
}
.about-page .about-3 .box .right .img {
  height: 540px;
  width: 540px;
  border-radius: 100%;
  border-top-right-radius: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .box .right .img .play {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding-left: 4px;
  display: inline-block;
  margin-top: -40px;
  margin-left: -40px;
  line-height: 80px;
  border-radius: 50% 0% 50% 50%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #479beb;
  cursor: pointer;
  cursor: hand;
  display: none;
}
.about-page .about-3 .box .right .img .play i {
  border-left: 18px solid white;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .box .right .img .play:after,
.about-page .about-3 .box .right .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
  z-index: -1;
}
.about-page .about-3 .box .right .img .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-4 {
  padding-bottom: 120px;
}
.about-page .about-4 .left {
  padding-right: 3%;
}
.about-page .about-4 .left .text {
  margin: 2em 0;
}
.about-page .about-4 .left .list {
  margin-bottom: 60px;
}
.about-page .about-4 .left .list ul li {
  margin-bottom: 15px;
}
.about-page .about-4 .left .list ul li h6 {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: .4em;
}
.about-page .about-4 .left .list ul li h6 small {
  float: right;
}
.about-page .about-4 .left .list ul li .line {
  position: relative;
  width: 100%;
  height: 5px;
  background: #479beb;
}
.about-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  height: 100%;
  width: 0;
  -webkit-transition: 3s .5s;
  -moz-transition: 3s .5s;
  transition: 3s .5s;
}
.about-page .about-4 .left .list ul li .line i:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: inherit;
}
.about-page .about-4 .left .list ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-4 .left .list.active ul li:nth-child(1) .line i {
  width: 65%;
}
.about-page .about-4 .left .list.active ul li:nth-child(2) .line i {
  width: 85%;
}
.about-page .about-4 .left .list.active ul li:nth-child(3) .line i {
  width: 75%;
}
.about-page .about-4 .right {
  padding-left: 3%;
}
.about-page .about-4 .right .list ul {
  margin: -15px;
}
.about-page .about-4 .right .list ul li {
  padding: 15px;
}
.about-page .about-4 .right .list ul li .img {
  height: 270px;
  position: relative;
}
.about-page .about-4 .right .list ul li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .right .list ul li .img h6 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
  color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right .list ul li .img h6 small {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: .5em;
}
.about-page .about-4 .right .list ul li .img:hover:after,
.about-page .about-4 .right .list ul li .img:hover h6 {
  opacity: 1;
}
.about-page .about-5 {
  padding: 100px 0 100px;
  background: #f1f1f1 url("") right top no-repeat;
}
.about-page .about-5 .box{
  padding-bottom: 0;
}
.about-page .about-5 .left {
  padding-right: 5%;
  position: relative;
  z-index: 1;
}
.about-page .about-5 .left .img {
  height: 470px;
  border-bottom-left-radius: 10px;
  object-fit: contain;
  background-size: contain;
}
.about-page .about-5 .left .img.ie2 {
  margin-left: 30%;
  height: 290px;
  border-left: 15px solid white;
  border-top: 15px solid white;
  border-bottom-left-radius: 0;
  margin-top: -20%;
  position: relative;
}
.about-page .about-5 .left .img.ie2 span {
  position: absolute;
  left: -3%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-5 .left .img.ie2 span img {
  -webkit-animation: rotate360 10s linear infinite;
  -moz-animation: rotate360 10s linear infinite;
  animation: rotate360 10s linear infinite;
}
.about-page .about-5 .left .bg {
  width: 70%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
}
.about-page .about-5 .left .bg img {
  -webkit-animation: tb 2s linear infinite alternate;
  -moz-animation: tb 2s linear infinite alternate;
  animation: tb 2s linear infinite alternate;
}
.about-page .about-5 .right .text {
  margin: 10px 0 0;
}
.about-page .about-5 .right .text p {
  margin-top: 1em;
  line-height: 2;
}
.about-page .about-5 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-5 .right .text p strong{
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
}
.about-page .about-5 .right .list {
  margin-bottom: 60px;
}
.about-page .about-5 .right .list ul {
  margin: -5px;
}
.about-page .about-5 .right .list ul li {
  padding: 5px;
  font-size: 18px;
}
.about-page .about-5 .right .list ul li i.fa {
  margin-right: .5em;
  color: #479beb;
}
.about-page .about-5 .right .list ul li .text{
  margin: 0;
}
.about-page .about-6 {
  padding: 100px 0;
  background: url("../images/about-6-bg.jpg");
}
.about-page .about-6 .left {
  width: 40%;
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-6 .left span.tag {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-6 .left h6.smallTitle {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}
.about-page .about-6 .left .text {
  margin: 2em 0;
}
.about-page .about-6 .left a.more {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.about-page .about-6 .right {
  width: 60%;
  vertical-align: middle;
}
.about-page .about-6 .right .list ul {
  margin: -15px;
}
.about-page .about-6 .right .list ul li {
  padding: 15px;
}
.about-page .about-6 .right .list ul li .img {
  height: 130px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .right .list ul li .img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@-webkit-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-moz-keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes tb {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .about-60 .box {
  padding: 40px;
  background: #479beb;
  color: white;
  border-radius: 20px;
  text-align: center;
  margin-top: -7%;
}
.about-page .about-60 .box ul {
  margin: -10px;
  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;
}
.about-page .about-60 .box li {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.about-page .about-60 .box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.about-page .about-60 .box li span {
  margin-right: 15px;
  max-width: 30%;
  flex-shrink: 0;
}
.about-page .about-60 .box li .content {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-why {
  padding: 100px 0;
}
.about-page .about-why .list ul {
  margin: -30px -25px;
  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;
}
.about-page .about-why .list ul li {
  padding: 30px 25px;
}
.about-page .about-why .list ul li .box {
  position: relative;
  padding: 40px 30px 45px;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 100%;
}
.about-page .about-why .list ul li .box i.fa {
  font-size: 50px;
  position: relative;
  left: 20px;
  margin: 20px 0;
}
.about-page .about-why .list ul li .box:hover i.fa{
  color: white;
}
.about-page .about-why .list ul li .box:hover i.fa img{
  filter: invert(1);
}
.about-page .about-why .list ul li .box i.fa:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 105px;
  height: 105px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-why .list ul li .box .text{
  max-height: 145px;
  min-height: 145px;
  overflow: auto;
  line-height: 2;
}
.about-page .about-why .list ul li .box span.line2:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: #479beb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-page .about-why .list ul li .box span.line2:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #111111;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-page .about-why .list ul li .box h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  margin: 1em 0 .6em;
}
.about-page .about-why .list ul li .box:hover i.fa:after {
  background-color: #479beb;
}
.about-page .about-why .list ul li .box:hover span.line2:after {
  height: 90px;
}
.about-page .about-why .list ul li .box:hover span.line2:before {
  height: 70px;
}
.about2-page .about-12 h3 {
    color: #479beb;
    font-weight: bold;
    margin-bottom: 10px;
}
.about2-page .about-12 .honorbox {
    margin-bottom: 50px;
    margin-top: 20px;
}
.about2-page .about-12 .honorbox ul.honorlist {
    margin: 0 -10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2px;
    margin-top: 10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li {
    width: 100%;
    height: 5px;
    margin-top: 40px;
    border-radius: 5px;
    background: #ededed;
    padding: 0;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li button {
    display: none;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li.slick-active {
    background: #479beb;
}
.about2-page .about-12 .honorbox ul.honorlist li {
    padding: 0 30px;
}
@media screen and (max-width: 1700px){
  .inner-banner .content .container{
    width: 1400px;
  }
  .inner-banner .mbx {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }
   .inner-page span.tag {
    margin-bottom: 15px !important;
  }
  .about-page .about-1 {
    padding-top: 150px;
  }
  .inner-page h2.title {
    font-size: 32px;
  }
  .about-page .about-2 .list ul li .box h6 {
    font-size: 48px;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 18px;
  }
  .about-page .about-2 .list {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
  }
  .about-page .about-3 {
    padding: 180px 0 60px;
  }
  .about-page .about-4 {
    padding-bottom: 80px;
  }
  .about-page .about-why .list ul li .box i.fa {
    font-size: 40px;
  }
  .about-page .about-why .list ul li .box h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1500px){
  .inner-banner{
    margin-top: 170px;
  }
  .inner-banner .content .container{
    width: 1200px;
  }
  .inner-banner.about-banner{
    height: 750px;
  }
  .about-page .about-1 .left .imgBox {
    height: 540px;
  }
  .about-page .about-1 .right .phone {
    font-size: 16px;
  }
  .about-page .about-1 .right .phone span {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-2 .list ul li .box h6 {
    font-size: 36px;
    line-height: 1.4;
  }
  .about-page .about-2 .list ul li .box i.fa {
    font-size: 48px;
  }
}
@media screen and (max-width: 1400px){

  .inner-banner.about-banner{
    height: 600px;
  }
  .about-page .about-1 .left .imgBox h6 {
    font-size: 36px;
    padding: 10px 15px;
  }
  .about-page .about-1 .left .imgBox h6 small {
    font-size: 12px;
  }
  .about-page .about-1 .left > h6 {
    right: -20px;
  }
  .about-page .about-2 .list ul li .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-3 {
    padding: 120px 0 60px;
  }
  .about-page .about-3 .box .right .img {
    width: 400px;
    height: 400px;
  }
  .about-page .about-3 .box .right .img .play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .about-page .about-5 .left .img {
    height: 400px;
  }
  .about-page .about-5 .left .img.ie2 {
    height: 260px;
  }
  .about-page .about-5 .left .img.ie2 span {
    max-width: 120px;
  }
  .about-page .about-1,
  .about-page .about-5 {
    background-size: 40% auto;
  }
   .about-page .about-why .list ul li .box {
    zoom: .8;
  }
  .about-page .about-why .list ul li {
    padding: 15px;
  }
  .about-page .about-why .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1250px){
    .inner-banner .content .container{
    width: 970px;
  }
  .inner-banner{
    margin-top: 148px;
  }
  .inner-banner.about-banner {
    height: 480px;
  }
  .inner-page .more {
    font-size: 14px;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
  }
   .about-page .about-1 .right img {
    margin-top: 10px;
  }
  .about-page .about-3 .box .right .img {
    height: 300px;
    width: 300px;
  }
  .about-page .about-3 {
    padding: 100px 0 50px;
  }
  .about-page .about-3 .box .left {
    padding-right: 5%;
  }
  .about-page .about-4 .right .list ul li .img {
    height: 230px;
  }
  .about-page .about-4 .left .list {
    margin-bottom: 30px;
  }
  .about-page .about-4 .left .text {
    margin: 1em 0;
  }
  .about-page .about-5 {
    padding: 70px 0;
  }
  .about-page .about-5 .right .list ul li {
    font-size: 15px;
  }
  .about-page .about-5 .right .list {
    margin-bottom: 30px;
  }
  .about-page .about-5 .left .img.ie2 {
    margin-top: -27%;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
  .about-page .about-6 .left .text {
    margin: 1em 0;
  }
  .about-page .about-4 .right .list ul li {
    padding: 5px;
  }
  .about-page .about-4 .right .list ul {
    margin: -5px;
  }
  .about-page .about-why .list ul li .box h6 {
    font-size: 16px;
    line-height: 30px!important
  }
  .about-page .about-why .list ul li .box i.fa:after {
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px){
  .inner-banner{
    margin-top: 40px;
  }
  .inner-banner .content .container{
    width: 100%;
  }
  .inner-banner img{
    display: none;
  }
  .inner-banner.cp{
    padding: 60px 0;
  }
   .inner-banner .content {
    top: 0;
    padding: 0 0;
    zoom: 1;
    position: relative;
  }
  .inner-banner.about-banner{
    height: auto;
  }
  .inner-banner.about-banner video{
    position: unset;
  }
   .about-page .about-1 .left {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-1 {
    padding-top: 60px;
  }
  .inner-page h2.title {
    font-size: 22px;
    line-height: 40px!important;
  }
  .about-page .about-2 .list ul{
    margin-top: 40px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .about-page .about-2 .list ul li .box {
    padding: 15px;
  }
  .about-page .about-why{
    margin-top: 40px;
  }
  .about-page .about-2 .list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
    background-size: cover;
  }
  .about-page .about-3 i.mask {
    width: 100%;
    height: 100%;
  }
  .about-page .about-3 .box .left{
    width: 100%;
    padding: 0;
  }
  .about-page .about-3 .box .right{
    display: none;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .left {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-6 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .right .list ul li .img h6 {
    font-size: 18px;
  }
  .about-page .about-why .list.list1 ul li {
    width: 50% !important;
  }
  .service-page .serv-1{
        -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 700px){
   .about-page .about-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .box .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .about-page .about-3 .box .right .img {
    width: 100%;
    height: 200px;
    border-radius: 0;
  }
  .about-page .about-why .list ul li .box {
    padding: 25px;
  }
}
@media screen and (max-width: 500px){
  .inner-banner h2 {
    /*font-size: 22px;*/
    line-height: 2;
  }
   .inner-banner h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }
   .about-page .about-4 .right .list ul li {
    width: 50%;
  }
  .about-page .about-1,
  .about-page .about-5 {
    background-size: 60% auto;
  }
  .about-page .about-why .list.list1 ul li {
    width: 100% !important;
  }
}



.history-page .about-2 {
  padding: 50px 0 60px; 
  text-align: center;
  /*background: url("../images/about-2-bg.jpg") center center no-repeat black;*/
}
.history-page i.tag {
    display: block;
    font-size: 18px;
    /*color: #e73637;*/
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 30px;
}
.history-page h2 {
    display: block;
    font-size: 40px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 1.8;
    font-weight: 700;
}
.history-page .about-2 .list {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.history-page .about-2 .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  background: #479beb;
  z-index: -1;
}
.history-page .about-2 .list ul li {
  margin-bottom: 40px;
  position: relative;
}
.history-page .about-2 .list ul li:last-child {
  margin-bottom: 0;
}
.history-page .about-2 .list ul li .left {
  padding-right: 40px;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  vertical-align: middle;
  position: relative;
}
.history-page .about-2 .list ul li .left strong {
  display: block;
  /*line-height: 1.6;*/
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
  position: relative;
}
.history-page .about-2 .list ul li .right {
  padding-left: 30px;
  /*vertical-align: middle;*/
  position: relative;
}
.history-page .about-2 .list ul li .right .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;
}
.history-page .about-2 .list ul li:nth-child(2n) .right .box{
   -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.history-page .about-2 .list ul li .right img{
  max-width: 280px;
  display: block;
      border: 1px solid #eee;
  margin-left: 0;
  margin-right: 10px;
}
.history-page .about-2 .list ul li:nth-child(2n) .right img{
  margin-left: 10px;
  margin-right: 0;
}

.history-page .about-2 .list ul li i.circle {
  position: absolute;
  top: -8px;
  right: -62.3px;
}
.history-page .about-2 .list ul li i.circle svg {
  border-radius: 100%;
  background: #fff;
  border: 1px solid #479beb;
}
.history-page .about-2 .list ul li i.circle svg circle {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.history-page .about-2 .list ul li i.circle.active svg circle {
  -webkit-animation: Db 2s ease-in forwards;
  -moz-animation: Db 2s ease-in forwards;
  animation: Db 2s ease-in forwards;
}
.history-page .about-2 .list ul li:nth-child(1) i.circle svg,
.history-page .about-2 .list ul li:nth-child(2) i.circle svg,
.history-page .about-2 .list ul li:last-child i.circle svg {
  background: white;
}
.history-page .about-2 .list ul li:nth-child(even) .left {
  padding-right: 0;
  padding-left: 40px;
  left: 50%;
  text-align: left;
}
.history-page .about-2 .list ul li:nth-child(even) .left i.circle {
  left: -62.3px;
  right: auto;
}
.history-page .about-2 .list ul li:nth-child(even) .right {
  padding-right: 40px;
  padding-left: 0;
  left: -50%;
}
.history-page .history-1{
  padding: 50px 0;
}
.history-page .history-1 ul{
  width: 100%;
  /*height: 48px;*/
  /*border: 3px solid #a0a0a0;*/
  position: relative;
}
.history-page .history-1 ul::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background: #a0a0a0;
}
.history-page .history-1 ul{
  margin-right: -20px;
}
.history-page .history-1 ul li{
  position: relative;
  padding-right: 20px;
}
.history-page .history-1 ul .slick-slide>div:nth-child(2) li .content-box::after,
.history-page .history-1 ul li::after{
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 50%;
  background: #a0a0a0;
}
.history-page .history-1 ul .slick-slide>div:nth-child(1) li::after{
  bottom: 0;
  height: 60%;
}
.history-page .history-1 ul .slick-slide>div:nth-child(2) li .content-box::after,
.history-page .history-1 ul .slick-slide>div:nth-child(2) li::after{
  top:-22px;
  height: 85px;
}
.history-page .history-1 ul li .content-box{
  /*position: absolute;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.history-page .history-1 ul .slick-slide>div:nth-child(1) li {
  padding-bottom: 20px;
  border-bottom: 3px solid #a0a0a0;
  margin-bottom: 13px;
}
.history-page .history-1 ul .slick-slide>div:nth-child(2) li{
  padding-top: 20px;
  border-top: 3px solid #a0a0a0;
  margin-top: 13px;
} 
.history-page .history-1 ul .slick-slide>div:nth-child(1) li .content-box{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.history-page .history-1 ul .slick-slide>div:nth-child(1) li .content-box .img{
  order: 3;
}
.history-page .history-1 ul .slick-slide>div:nth-child(1) li .content-box .content{
  order: 2;
}
.history-page .history-1 ul .slick-slide>div:nth-child(1) li .content-box .year{
  order: 1;
}
.history-page .history-1 ul .slick-slide>div:nth-child(2) li::after{
  content: none;
}
.history-page .history-1 ul .slick-slide>div:nth-child(2) li .content-box{
  transform: translateX(50%);
  position: relative;
}
.history-page .history-1 ul li .content-box .year{
  font-size: 40px;
  font-weight: bold;
  color: #479beb;
  padding: 0 15px;
}
.history-page .history-1 ul li .content-box .img{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  
}
.history-page .history-1 ul li .content-box .img img{
  margin-right: 6px;
  max-height: 120px;
  border: 1px solid #eee;
}
.history-page .history-1 ul li .content-box .content{
  width: 80%;
  font-size: 16px;
  line-height: 22px;
  max-height: 127px;
  min-height: 127px;
  overflow: auto;
  margin: 15px 0;
  padding: 15px;
}
.history-page .history-1 ul .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border: none;
  z-index: 2;
}
.history-page .history-1 ul .slick-prev{
  left: -30px;
}
.history-page .history-1 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 18px;
}
.history-page .history-1 ul .slick-next{
  right: -30px;
}
.history-page .history-1 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
}
@media screen and (max-width: 1500px){
  .history-page .about-2 .list ul li .left strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px){
  .history-page .about-2 .list ul li .left {
    font-size: 14px;
  }
  .history-page .about-2 {
    background-position: center bottom 45%;
  }
}
@media screen and (max-width: 1000px){
  .history-page .about-2 {
    padding: 50px 0;
  }
  .history-page .about-2 .list ul li .left strong {
    font-size: 24px;
  }
  .history-page .about-2 .list:after {
    top: 30px;
  }
   .history-page .about-2 .list ul li .left {
    font-size: 16px;
    line-height: 30px;
  }
  .history-page .about-2 .list ul li i.circle {
    top: -13px;
  }
}
@media screen and (max-width: 700px){
  .history-page .about-2 .list ul li .left {
    width: 100% !important;
    padding-left: 60px !important;
    padding-right: 0 !important;
    left: 0 !important;
    text-align: left;
  }
  .history-page .about-2 .list ul li .right {
    width: 100% !important;
    display: block;
    padding-left: 60px !important;
    padding-right: 0 !important;
    left: 0 !important;
    padding-top: 10px;
  }
  .yejiao{
    display: none;
  }
  .history-page .about-2 .list ul li:nth-child(2n) .right .box{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .history-page .about-2 .list ul li i.circle {
    left: -62px !important;
    right: auto !important;
  }
  .history-page .about-2 .list:after {
    left: 20px !important;
  }
  .history-page .about-2 {
    background-image: none;
  }
  .history-page .about-2 .list ul li i.circle svg {
    background: black !important;
  }
}




.team-page .about-1 {
    padding: 5rem 15px 3.5rem;
    position: relative;
}
.team-page .about-1::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 1078px;
    height: 556px;
    right: 13.7rem;
    bottom: -9.2rem;
    /*background: url(../images/about-1-bg.jpg) no-repeat center center;*/
}
.team-page .about-1 .content {
    margin: 0 auto;
    max-width: 1560px;
    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;
}
.team-page .about-1 .content .left {
    width: 50%;
    position: relative;
}
.team-page .about-1 .content .left > img {
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}


.team-page .about-1 .content .left .play {
    position: absolute;
    display: block;
    right: -4rem;
    bottom: 6.5rem;
    z-index: 6;
}
.team-page .about-1 .content .left .play::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.team-page .about-1 .content .left .play::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}



.team-page .about-1 .content .right .play {
    position: absolute;
    display: block;
    left: 4rem;
    bottom: 6.5rem;
    z-index: 6;
}
.team-page .about-1 .content .right .play::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.team-page .about-1 .content .right .play::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100% !important;
    background: rgba(154, 27, 64, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.team-page .about-1 .content .right {
    width: 50%;
    padding-left: 90px;
    position: relative;
}
.team-page .about-1 .content h4 {
    font-size: 25px;
    line-height: 1;
    color: #000000;
    /*text-transform: uppercase;*/
    /*font-weight: 500;*/
}
.team-page .about-1 .content h2 {
    color: #479beb;
    margin: 0 0 20px 0; 
    font-size: 40px;
    font-weight: 500;
}
.team-page .about-1 .content p {

        line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}
.team-page .about-2 {
    padding: 60px 0 60px;
    position: relative;
}
.team-page .about-2::after {
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    background:#f5f5f5;
    left: 0;
    top: 0;
    z-index: -1;
}

.team-page .about-2.right::after{
    left: auto;
    right: 0;
    width: 60%;
}
.team-page .about-2 .content {
    margin: 0 auto;
    max-width: 1560px;
    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;
}
.team-page .about-2 .content .left {
    width: 50%;
    padding-right: 90px;
}
.team-page .about-2 .content h2 {
    color: #479beb;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 40px;
}
.team-page .about-2 .content p {
    line-height: 2;
    font-size: 16px;
}
.team-page .about-2 .content .right {
    width: 50%;
}
.team-page .about-2 .content .right h4{
  font-size: 25px;
    line-height: 1;
    color: #000;
    /*text-transform: uppercase;*/
}
@media screen and (max-width: 1610px) {
    .team-page .about-2 .content .left{
        padding-left: 15px;
    } 
}
@media screen and (max-width: 1000px){
  .team-page .about-1 .content .left{
        width: 100%;
    }
    .team-page .about-1 .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .team-page .about-1 .content .left .play{
        right: auto;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .lianjie{
      color: #666!important;
    }

    .team-page .about-1 .content .right .play{
        right: auto;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}
@media screen and (max-width: 700px){
  .team-page .about-2 .content .left {
        padding: 0 15px;
        width: 100%;
    }
     .team-page .about-2 .content .right {
        width: 100%;
        padding: 20px 15px 0;
    }
}


/*可持续*/
.about2-page .about-10 {
    /*padding-bottom: 100px;*/
}
.about2-page .about-10 .main ul li {
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about2-page .about-10 .main ul li .img-box {
    width: 50%;
    z-index: 3;
    flex-shrink: 0;
    position: relative;
}
.about2-page .about-10 .main ul li .textbox {
    position: relative;
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
    background: #f5f5f5;
    z-index: 2;
    padding-bottom: 70px;
}
.about2-page .about-10 .main ul li .textbox h3 {
    margin-bottom: 30px;
}
.about2-page .about-10 .main ul li .textbox .content {
    /*max-height: 180px;
    overflow-y: scroll;*/
    padding-right: 20px;
}
.about2-page .about-10 .main ul li .list {
  margin-top: 40px;
}
.about2-page .about-10 .main ul li .list ul {
    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;
    color: white;
}

.about2-page .about-10 .main ul li .list ul li {
    text-align: center;
    width: auto;
    display: block;
}

.about2-page .about-10 .main ul li .list ul li h6 {
    font-weight: 700;
    font-size: 60px;
    color: white;
    line-height: 1;
    display: block;
    width: 100%;
}

.about2-page .about-10 .main ul li .list ul li p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px
}

.about2-page .about-10 .main ul li .textbox .num {
    font-weight: bold;
    font-size: 388px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    color: #f5f5f5;
    opacity: 0.4;
    right: 5%;
    bottom: 0;
}
.about2-page .about-10 .main ul li:nth-child(even) .img-box {
    right: 0;
    left: 50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox {
    background: #479beb;
    left: -50%;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox h3 {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .content {
    color: #fff;
}
.about2-page .about-10 .main ul li:nth-child(even) .textbox .num {
    left: 0;
    opacity: 0.1;
}
.about2-page .about-11 .qualitybox ul.qualitylist {
    margin: 0 -40px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li {
    padding: 20px 40px;
    padding-bottom: 0;
    position: relative;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ececec;
    right: 0;
    bottom: 0;
}
.about2-page .about-11 .qualitybox ul.qualitylist li:nth-child(3):before {
    display: none;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item {
    text-align: center;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item:hover span img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span {
    width: 130px;
    height: 130px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item span:before {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 70px 0 70px 70px;
    background: #479beb;
    z-index: -1;
    position: absolute;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item h5 {
        color: #1a1a1a;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
}
.about2-page .about-11 .qualitybox ul.qualitylist li .item p {
    font-weight: 300;

    min-height: 260px;
    line-height: 2;
}
@media screen and (max-width: 1400px){
  .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 100px;
  }
    .about2-page .about-10 .main ul li .textbox {
    padding: 30px 3% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px){
  .about2-page .about-10 .main ul li .textbox {
        padding-bottom: 0;
        padding-top: 30px;
    }
}
@media screen and (max-width: 1000px){
  .about2-page .about-10 .main ul li .textbox .num {
        font-size: 200px;
    }
    .about2-page .about-10 .main ul li {
    display: block;
  }
  .about2-page .about-10 .main ul li .img-box,
  .about2-page .about-10 .main ul li .textbox {
    width: 100%;
    left: 0 !important
  }
  .about2-page .about-10 .main ul li .textbox {
    padding: 30px 5% !important;
  }
  .about2-page .about-10 .main ul li .textbox h3 {
    font-size: 22px;
  }
  .about2-page .about-10 .main ul li .list ul li h6 {
    font-size: 30px;
  }
  .about2-page .about-10 .main ul li .list ul {
    display: block;
  }
}
@media screen and (max-width: 800px) {
   .about2-page .about-10 .main ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about2-page .about-10 .main ul li .textbox {
        padding-left: 5%;
    }
    .about2-page .about-10 .main ul li:nth-child(even) {
        padding-right: 0;
    }
    .about2-page .about-10 .main ul li:nth-child(even) .textbox {
        padding-right: 5%;
    }
    .about2-page .about-10 .main ul li .textbox .content {
        height: auto;
        padding-bottom: 40px;
    }
    .about2-page .about-10 .main ul li .img-box {
        position: relative;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media screen and (max-width: 600px){
   .about2-page .about-11 .qualitybox ul.qualitylist li .item p {
        min-height: auto;
        padding-bottom: 20px;
    }
}



.gallery-page {
  padding: 70px 0 80px;
}
.gallery-page .oprions {
  margin-bottom: 40px;
}
.gallery-page .oprions a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  line-height: 28px;
  transition: .5s;
  margin: 2px;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: #479beb;
}
.gallery-page .list ul {
  margin: -15px;
}
.gallery-page .list ul >p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .list ul li {
  padding: 15px;
}
.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    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: #479beb none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span {
    background: #479beb none repeat scroll 0 0;
    color: #fff;
}


.product-page{
  padding: 100px 0;
}
.product-page .content:after {
  content: '';
  display: block;
  clear: both;
}
.product-page .content .slick.fr {
  padding-left: 5%;
  padding-bottom: 5%;
}
.product-page .product-list {
  margin-top: 70px;
}
.product-page .product-list .slide {
  margin-bottom: 70px;
}
.product-page .product-list .slide:last-child {
  margin-bottom: 0;
}
.product-page .product-list .slide .left {
  padding-right: 30px;
}
.product-page .product-list .slide .left .slick {
  display: block;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.product-page .product-list .slide .left .slick a {
  display: block !important;
}
.product-page .product-list .slide .right h3 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid #479beb;
}
.product-page .product-list .slide .right h3.title {
  text-transform: uppercase;
  padding-right: 80px;
}
.product-page .product-list .slide .right h3.title i {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  background: #479beb;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.product-page .product-list .slide .right h4 {
  font-size: 18px;
  line-height: 32px;
  color: #479beb;
  font-weight: bold;
}
.product-page .product-list .slide .right .box2 {
  margin-top: 20px;
}
.product-page .product-list .slide .right .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #3e3c3c;
  opacity: .73;
  font-weight: 500;
  word-break: break-word;
  max-height: 5.4em;
  overflow: auto;
}
.product-page .product-list .slide .right .slick2 {
  margin: -10px;
  padding-top: 20px;
}
.product-page .product-list .slide .right .slick2 .slick-slide>div {
  padding: 10px;
}
.product-page .product-list .slide .right .slick2 a {
  display: block;
  border: 10px solid #479beb;
  border-radius: 100%;
}
.product-page .product-list .slide .right .slick2 a img {
  padding: 10%;
}
.product-page .product-list .slide .right .faqList h5 i.fa {
  float: right;
  margin-left: .5em;
}
.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;
  margin: 0 -17.5px;
}
.product-page .product-list ul li {
  padding: 0 17.5px;
  width: 33.333%;
  margin-bottom: 37px;
}
.product-page .product-list ul li > a {
  display: block;
  border: 10px solid #479beb;
  border-radius: 100%;
  overflow: hidden;
}
.product-page .product-list ul li h6 {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.product-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #479beb;
}
.product-page .product-list ul li .pro-box::after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  padding: 10px 10px 20px;
  border-bottom: 2px solid #eee;
}
.product-page .product-list ul li .pro-box h5:hover {
  color: #479beb;
}
.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 25px;
}
.product-page .product-list ul li .pro-box .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
  overflow-y: auto;
  max-height: 110px;
}
.product-page .product-list ul li .pro-box .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon-2-1.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box .more:hover {
  background: #479beb;
}
.product-page .product-list ul li .pro-box .more i {
  margin-left: 12px;
  font-size: 12px;
}
.product-page .product-list2 {
  margin-top: 30px;
}
.product-page .product-list2 ul {
  margin: -10px;
}
.product-page .product-list2 ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .product-list2 ul li {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.product-page .product-list2 ul li .box {
  position: relative;
}
.product-page .product-list2 ul li .box .mask {
  display: block;
  width: 90%;
  height: 90%;
  background-size: cover;
  background-position: center center;
  -webkit-mask-image: url('../images/init-2-mask.png');
  mask-image: url('../images/init-2-mask.png');
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s 1.5s;
  -moz-transition: 1s 1.5s;
  transition: 1s 1.5s;
}
.product-page .product-list2 ul li .box .content2 {
  vertical-align: middle;
  width: 100%;
  color: black;
  position: relative;
  z-index: 1;
  -webkit-transition: .8s 2s;
  -moz-transition: .8s 2s;
  transition: .8s 2s;
  text-align: left;
  padding: 15px 0;
}
.product-page .product-list2 ul li .box .content2 h3 {
  font-weight: bold;
  font-size: 24px;
  color: #479beb;
  /*text-transform: uppercase;*/
  line-height: 44px;
  text-align: left;
  min-height: 5.8em;
}
.product-page .product-list2 ul li .box .content2 .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin: 1em 0;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 3.6em;
}
.product-page .product-list2 ul li .box .content2 a.link {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}
.product-page .product-list2 ul li .box .content2 a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
  max-width: 35px;
}
.product-page .product-list2 ul li .box .img2 {
  vertical-align: middle;
  width: 100%;
  margin-left: 0;
  text-align: right;
  position: relative;
  /*border: 2px solid #eee;*/
  background-size: cover;
  /*padding: 5%;*/
  border-radius: 15px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div {
  width: 50%;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div.img2 a.img {
  background-size: cover;
  padding: 5%;
  border-radius: 15px;
}
.product-page .product-list2 ul li .box .img2 img {
  position: relative;
  left: 0;
}
.product-page .content {
  margin-top: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #3e3c3c;
  opacity: .73;
  word-break: break-word;
}
.product-page h2 {
  font-size: 36px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
}
.product-page h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  line-height: 1.4;
  margin-top: .5em;
}
.product-page .sidebar-box .column .text {
  max-height: 450px;
  overflow: auto;
}
.inner-page .sidebar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 23%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 18px;
  background: transparent;
  padding: 0 25px;
  font-size: 18px;
  color: #000;
  border: 1px solid #479beb;
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 25px;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity {
  margin-bottom: 40px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity>li .nav-box a {
  background: #eee;
  margin-bottom: 3px;
  border-top-right-radius: 25px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0 18px 25px;
  font-size: 18px;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 32px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover {
  color: #479beb;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover span {
  background: #479beb;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity > li .nav-box a:hover {
  background: #479beb;
  color: white;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #eeede7;
  font-size: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 50px;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a {
  color: #479beb;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a span {
  background: #479beb;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i {
  font-size: 20px;
  color: #000;
  height: 75px;
  line-height: 75px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px 0 0;
  position: absolute;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 3;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i:after {
  content: "\f0da";
  font-family: "FontAwesome";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i {
  color: #479beb;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i:after {
  content: "\f0d7";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box:hover i {
  color: #479beb;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children {
  display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children {
  display: block;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a {
  display: block;
  padding: 12px 0 12px 25px;
  font-size: 16px;
  line-height: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a:hover {
  color: #479beb;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children li.active a {
  color: #479beb;
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 40px 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 60px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 15px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #479beb;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 5px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 47px;
  padding: 80px 30px 85px;
  border-radius: 5px;
  background: url(../images/by.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.8;
  color: #ffffff;
      font-weight: 600;
  margin: 25px 0 28px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 20px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 77%;
  padding-left: 60px;
}
.inner-page .sidebar-content .sidebar-box.slideBarleft{
  padding-left: 0;
  padding-right: 60px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll .slick-track {
  margin-left: 0;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul {
  margin: -5px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul li {
  padding: 5px;
}
@media screen and (max-width: 1500px){
  .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    height: 50px;
    padding: 0 10px;
    border-radius: 8px;
  }
  .inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
    right: 10px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    font-size: 16px;
  }
  .news-page .list ul li .box a.img {
    height: 220px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px){
  .inner-page .sidebar-content .sidebar-nav .sidebar-info {
    padding: 30px 15px;
  }
  .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 12px;
  }
   .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
  .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px){
  .product-page .product-list {
    padding-left: 0;
  }
   .inner-page .sidebar-content .sidebar-nav {
    display: none;
  }
   .inner-page .sidebar-content .sidebar-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0!important;
  }
}
@media screen and (max-width: 1000px){
  .product-page .product-list ul li {
    width: 50%;
  }
   .product-page .product-list ul li .pro-box h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list ul li {
    width: 100%;
  }
}



.prodet-page {
  padding: 55px 0 30px;
}
.prodet-page .prodet-1 .left {
  padding-right: 20px;
}
.prodet-page .prodet-1 .left a.img-box {
  display: block;
}
.prodet-page .prodet-1 .left a.img-box img {
  width: 100%;
}
.prodet-page .prodet-1 .left a.img-box i {
  width: 48px;
  height: 48px;
  background: url("../images/search.png") center center no-repeat #004ea2;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .left .small {
  margin-top: 12px;
}
.prodet-page .prodet-1 .left .small ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -7px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 7px;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
}
.prodet-page .prodet-1 .right {
  padding-left: 20px;
  vertical-align: middle;
  margin-top: 20px;
}
.prodet-page .prodet-1 .right span.tag:after {
  display: none;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 32px;
  color: #181818;
      font-weight: 500;
  line-height: 2;
  margin-top: 15px; 
}
.prodet-page .prodet-1 .right .text {
  margin: 40px 0 70px;
  font-size: 18px;
  color: #181818;
  line-height: 32px; 
      height: 280px;
      overflow-y: auto;

}
.prodet-page .prodet-1 .right .share ul li {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.prodet-page .prodet-1 .right .share ul li a {
  display: block;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: white;
  background: #479beb;
}
.prodet-page .prodet-1 .right a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  border-radius: 2px;
  background: #479beb;
  color: white;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin-top: 50px;
}
.prodet-page .prodet-1 .right a.more:hover {
  background: #222;
}
.prodet-page h3.title {
  line-height: 42px;
  height: 42px;
  padding: 0 20px;
  background: #479beb;
  color: white;
  font-size: 20px;
  display: inline-block;
  position: relative;
}
.prodet-page h3.title:after {
  content: '';
  border-top: 9px solid #479beb;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  font-size: 16px; 
      line-height: 2;
  color: #666;
  background: white;
}
.prodet-page .prodet-2 .content table{
  width: 100% !important;
}
.prodet-page .prodet-2 .content table tr td{
  min-width: 120px;
}
.prodet-page .prodet-2 .content.det1 table tr td:nth-child(1){
  width: 40%;
}
.prodet-page .prodet-2 .content.det1 table tr td:nth-child(2){
  width: 60%;
}
.prodet-page .prodet-2 .list ul{
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li{
  padding: 12px;
}
.prodet-page .prodet-2 .list ul li h5{
      font-size: 18px;
    line-height: 1.3;
    margin: 10px 0;
}
.prodet-page .prodet-2 .list ul li .more{
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}
.prodet-page .prodet-3 {
  margin-top: 45px;
}
.prodet-page .prodet-3 .form {
  margin-top: 40px;
  padding: 30px 45px;
  border: 5px solid #eee;
  background: white;
}
.prodet-page .prodet-3 .form h6 {
  font-size: 26px;
  color: #181818;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 28px;
}
.prodet-page .prodet-3 .form ul {
  margin: -10px -35px;
}
.prodet-page .prodet-3 .form ul li {
  padding: 10px 35px;
}
.prodet-page .prodet-3 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-3 .form ul li label {
  font-size: 20px;
  color: #181818;
  line-height: 36px;
  margin-bottom: 10px;
  display: block;
}
.prodet-page .prodet-3 .form ul li label em {
  color: #479beb;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  line-height: 32px;
  padding: 10px 15px;
  background: #ededed;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none; 
  font-size: 18px;
}

.prodet-page .prodet-3 .form ul li textarea {
  height: 160px;
}
.prodet-page .prodet-3 .form ul li input[type="submit"] {
  margin-top: 10px;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  width: auto;
  border-radius: 2px;
  background: #479beb;
  color: white;
  font-size: 15px;
}
.prodet-page .prodet-3 .form ul li input[type="submit"]:hover {
  background: #222;
}
@media screen and (max-width: 1500px){
  .prodet-page {
    padding: 55px 0 70px;
  }
  .prodet-page .prodet-3 .form h6{
   font-size: 20px;
   line-height: 1.8; 
  }
  .prodet-page .prodet-3 .form ul li label,
  .contact-page .contact-1 .right .form ul li label {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .form ul li input,
  .prodet-page .prodet-3 .form ul li textarea {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px){
   .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    margin: 20px 0;
  }
  .prodet-page .prodet-1 .right .share ul li {
    margin-right: 5px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 20px;
  }
  .prodet-page h3.title {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .form {
    padding: 25px;
  }
  .prodet-page .prodet-3 .form ul li {
    padding: 10px;
  }
  .prodet-page .prodet-3 .form ul {
    margin: -10px;
  } 
  .prodet-page .prodet-1 .right .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 700px){
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
 
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
}

/*解决方案*/
.anli-page .top{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.anli-page h1{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 50%;
}
.anli-page .top .right{
  width: 50%;
      font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
.anlidet span.tag,
.inner-page.solution-page span.tag{
  font-size: 18px;
    color: #479beb;
    display: block;
    /*line-height: 1;
    margin-bottom: 1em;*/
    width: auto;
    height: auto;
    border: none;
}
.anlidet span.tag::after,
.inner-page.solution-page span.tag::after{
  content: none;
}
.anlidet span.tag,
.inner-page.solution-page span.tag{
  margin-bottom: 5px !important;
}
.solution-page .service-1 {
    padding: 90px 0 30px;
}
.solution-page .service-1 .left {
    /*padding-bottom: 60px;*/
    background: url("../images/service-1-bg.png") right 5% bottom no-repeat;
    padding-right: 170px;
}
.solution-page .service-1 .right span.icon {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    display: block;
    padding: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5F2DEE), to(#B882FC));
    background-image: -webkit-linear-gradient(left, #5F2DEE 0%, #B882FC 100%);
    background-image: -moz-linear-gradient(left, #5F2DEE 0%, #B882FC 100%);
    /*background-image: linear-gradient(90deg, #5F2DEE 0%, #B882FC 100%);*/
        background-image: linear-gradient(90deg,#009de6 0%,#0051a4 100%);
    margin-bottom: 30px;
}
.solution-page .service-1 .right span.icon i {
    width: 100%;
    height: 100%;
    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;
    background: white;
    border-radius: inherit;
    color: #0086d2;
    font-size: 40px;
}
.solution-page .service-1 .right .text {
    margin: 0px 0;
    word-break: break-word;
}
.solution-page .service-1 .right .box{
  max-height: 370px;
  overflow: auto;
}
.solution-page .service-1 .right .list ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.solution-page .service-1 .right .list ul li:before {
    content: "\f219";
    font-family: "FontAwesome";
    color: #5F2DEE;
    margin-right: 10px;
}
.solution-page .service-1 .right a.more {
    margin-top: 70px;
}
.solution-page .service-2 {
    padding: 50px 5% 120px;
}
.solution-page .service-2 .list ul {
    margin: -15px;
    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;
}
.solution-page .service-2 .list ul .slick-slide>div {
    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;
}
.solution-page .service-2 .list ul li {
    padding: 15px;
}
.solution-page .service-2 .list ul li .box {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.solution-page .service-2 .list ul li .box span {
    width: 200px;
    height: 200px;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background-size: cover;
}
.solution-page .service-2 .list ul li .box span em {
    border-radius: 100%;
    border: 10px solid white;
    width: 90px;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: -5%;
    top: 0;
    display: none!important;
}
.solution-page .service-2 .list ul li .box span em i {
    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: 100%;
    height: 100%;
    border-radius: 100%;
    background: white;
    background: #479beb;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.solution-page .service-2 .list ul li .box .box2 {
    margin-left: -100px;
    background: white;
    padding: 45px 45px 70px 140px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    height: 100%;
    z-index: 1;
    position: relative;
}
.solution-page .service-2 .list ul li .box .box2:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #479beb;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -2;
}
.solution-page .service-2 .list ul li .box .box2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/icon-service-2.png") no-repeat;
    background-size: auto 140%;
    background-position: 200% center;
}
.solution-page .service-2 .list ul li .box .box2 h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 45px;
}
.solution-page .service-2 .list ul li .box .box2 p,
.solution-page .service-2 .list ul li .box .box2 .text {
    font-size: 16px;
    margin-top: 10px;
    /*-webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;*/
    z-index: 4;
    position: relative;
}
.solution-page .service-2 .list ul li .box .box2 .text{
  max-height: 195px;
  overflow: auto;
}
.solution-page .service-2 .list ul li .box:hover span em i {
    background: #479beb;
}
.solution-page .service-2 .list ul li .box:hover .box2:after {
    width: 100%;
    height: 100%;
}
.solution-page .service-2 .list ul li .box:hover .box2 h4,
.solution-page .service-2 .list ul li .box:hover .box2 .text {
    color: white;
}
.solution-page .service-3 {
    background: #f1f1f1;
    padding: 0 0 180px;
}
.solution-page .service-3 .left {
    padding-left: 3%;
    vertical-align: middle;
}
.solution-page .service-3 .right {
    padding-right: 4%;
    vertical-align: middle;
}
.solution-page .service-3 .right .list {
    margin: 40px 0;
}
.solution-page .service-3 .right .list ul li {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
}
.solution-page .service-3 .right .list ul li span {
    width: 64px;
    height: 64px;
    padding: 4px;
    /*background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);*/
    background-image: -webkit-linear-gradient(0deg,#009fe8 0%,#1d83c7 100%);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 100%;
}
.solution-page .service-3 .right .list ul li span i {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #006fbc;
    font-weight: 500;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    border-radius: inherit;
}
.solution-page .service-3 .right .list ul li:last-child {
    margin-bottom: 0;
}
.solution-page .service-4 {
    /*border-bottom: 1px solid #F4F2F9;*/
}
.solution-page .service-4 .box {
    position: relative;
    z-index: 1;
    padding: 50px 50px 50px 50px;
    color: white;
    background: url("../images/anli-4-bg.jpg") center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.solution-page .service-4 .box:after {
    content: '';
    z-index: -1;
    background: -webkit-linear-gradient(330deg, #5F2DEE 0%, #B882FC 100%);
    background: -moz-linear-gradient(330deg, #5F2DEE 0%, #B882FC 100%);
    /*background: linear-gradient(120deg, #5F2DEE 0%, #B882FC 100%);*/
        background: linear-gradient(120deg,#0069b8 0%,#0099e3 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
}
.solution-page .service-4 .box .left {
    vertical-align: middle;
    width: 30%;
}
.solution-page .service-4 .box .left span.tag {
    color: inherit;
}
.solution-page .service-4 .box .left span.tag:before {
    background: white;
}
.solution-page .service-4 .box .left h2.title {
    font-size: 35px;
    color: inherit;
}
.solution-page .service-4 .box .right {
    vertical-align: middle;
    width: 70%;
    padding-left: 3%;
}
.solution-page .service-4 .box .right ul li {
    padding: 0 60px;
    border-right: 1px solid #ffffff59;
}
.solution-page .service-4 .box .right ul li span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid white;
    display: block;
    font-size: 24px;
}
.solution-page .service-4 .box .right ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -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;
}
.solution-page .service-4 .box .right ul li h6 {
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: bold;
    line-height: 1.2;
}
.solution-page .service-4 .box .right ul li p {
    font-size: 14px;
}
.solution-page .service-4 .box .right ul li:last-child {
    border-right: none;
}
.solution-page .service-5{
  padding: 60px 0;
}
.solution-page .service-5 .title{
  font-weight: bold;
}
.solution-page .service-5 .content{
  margin-top: 40px;
}
.solution-page .service-5 .img{
  margin-top: 30px;
}
.solution-page .service-5 .img img{
  width: 100%;
}
@media screen and (max-width: 1500px){
  .solution-page .service-1 {
        padding: 80px 0;
    }
    .solution-page .service-1 .right span.icon {
        width: 100px;
        height: 100px;
    }
    .solution-page .service-2 .list ul li .box span {
        width: 140px;
        height: 140px;
    }
    .solution-page .service-2 .list ul li .box span em {
        width: 60px;
        height: 60px;
        font-size: 20px;
        border-width: 5px;
    }
    .solution-page .service-2 .list ul li .box .box2 {
        padding: 20px 20px 20px 80px;
        margin-left: -60px;
    }
    .solution-page .service-2 {
        padding: 50px 3%;
    }
    .solution-page .service-2 .list ul li .box .box2 h4 {
        font-size: 18px;
    }
    .solution-page .service-2 .list ul li .box .box2 .text {
        font-size: 12px;
    }
    .solution-page .service-3 {
        padding: 80px 0 200px;
    }
    .solution-page .service-4 .box {
        padding: 30px;
    }
    .solution-page .service-4 .box .left h2.title {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px){
  .solution-page .service-2 .list ul li {
        width: 100%;
    }
    .solution-page .service-2 .list ul li .box .box2 {
        width: 100%;
    }
}
@media screen and (max-width: 1000px){
  .solution-page .service-1 .left {
        width: 100%;
        display: none;
    }
    .solution-page .service-1 .right {
        width: 100%;
    }
    .solution-page .service-1 .right a.more {
        margin-top: 20px;
    }
    .solution-page .service-1 {
        padding: 50px 0;
    }
    .solution-page .service-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .solution-page .service-3 .left {
        width: 100%;
        padding-right: 0;
    }
    .solution-page .service-3 .right .list ul li {
        margin-bottom: 20px;
    }
    .solution-page .service-4 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .solution-page .service-4 .box .left {
        width: 100%;
    }
    .solution-page .service-4 .box .right ul li {
        padding: 0 15px;
    }
    .solution-page .service-4 .box .right ul li h6 {
        font-size: 16px;
        margin: 10px 0;
    }
    .solution-page .service-4 .box .right ul li span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .solution-page .service-4 .box {
        margin-bottom: -100px;
    }
}
@media screen and (max-width: 700px){

}
@media screen and (max-width: 500px){
  .solution-page .service-2 .list ul li .box{
    flex-wrap: wrap;
  }
  .solution-page .service-2 .list ul li .box .box2{
    margin-left: 0;
    padding: 10px;
    margin-top: 20px;
  }
  .solution-page .service-3 .right .list ul li{
      width: 100%;
    }
  .solution-page .service-3 .right .list ul li span {
        margin-right: 10px;
    }
    .solution-page .service-4 .box .left h2.title {
        font-size: 24px;
    }
    .solution-page .service-4 .box .right ul li {
        padding: 10px 0;
        width: 100%;
    }
    .solution-page .service-4 .box {
        margin-bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .solution-page .service-4 {
        padding: 40px 0;
    }
    .solution-page .service-3 {
        padding: 60px 0;
    }
    
    
}



/*案例详情*/
.anlidet #index-body{
  margin-top: -70px;
}
.anlidet #index-body .init-3 {
    /*padding: 160px 0 130px;*/
    text-align: center;
    /*background: url("../images/init-3-bg.jpg") center center no-repeat;*/
    background-size: contain;
}
.anlidet #index-body .init-3 .top {
    padding: 50px 5%;
}
.anlidet #index-body .init-3 .top ul {
    margin: -15px;
}
.anlidet #index-body .init-3 .top ul li {
    padding: 15px;
}
.anlidet #index-body .init-3 .top ul li .box {
    padding: 60px 15px 40px;
    text-align: center;
    display: block;
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    background: white;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    transition: .5s .3s;
    z-index: 1;
}
.anlidet #index-body .init-3 .top ul li .box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-3-bg.jpg") left 50px top -50px no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.anlidet #index-body .init-3 .top ul li .box:before {
    content: '';
    border-top: 10px solid #1c1628;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.anlidet #index-body .init-3 .top ul li .box i {
    height: 70px;
    line-height: 70px;
    width: 70px;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    margin: 0 auto;
}
.anlidet #index-body .init-3 .top ul li .box i img {
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.anlidet #index-body .init-3 .top ul li .box i img:last-child {
    opacity: 0;
}
.anlidet #index-body .init-3 .top ul li .box h6 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.anlidet #index-body .init-3 .top ul li .box:hover {
    background: #1c1628;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.anlidet #index-body .init-3 .top ul li .box:hover i img {
    opacity: 0;
}
.anlidet #index-body .init-3 .top ul li .box:hover i img:last-child {
    opacity: 1;
}
.anlidet #index-body .init-3 .top ul li .box:hover:after,
.anlidet #index-body .init-3 .top ul li .box:hover:before {
    opacity: 1;
    background-position: left 0 top 0;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    transition: .5s .3s;
}
.anlidet #index-body .init-3 .top ul .slick-current li .box {
    background: #1c1628;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.anlidet #index-body .init-3 .top ul .slick-current li .box i img {
    opacity: 0;
}
.anlidet #index-body .init-3 .top ul .slick-current li .box i img:last-child {
    opacity: 1;
}
.anlidet #index-body .init-3 .top ul .slick-current li .box:after,
.anlidet #index-body .init-3 .top ul .slick-current li .box:before {
    opacity: 1;
    background-position: left 0 top 0;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    transition: .5s .3s;
}
.anlidet #index-body .init-3 .bottom .text {
    max-width: 420px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    opacity: .73;
}
.anlidet #index-body .init-3 .bottom a.more {
    margin-top: 35px;
}
.anlidet .about-5 {
    padding: 60px 0;
        /*background: #eee;*/
        margin-top: -150px;
}
.anlidet .about-5 .top .right {
    padding-left: 5%;
}
.anlidet .about-5 .bottom {
    margin-top: 50px;
}
.anlidet .about-5 .bottom ul {
    margin: -15px;
}
.anlidet .about-5 .bottom ul li {
    padding: 15px;
}
.anlidet .about-5 .bottom ul li .box {
    display: block;
    position: relative;
    padding: 20px;
}
.anlidet .about-5 .bottom ul li .box span {
    position: absolute;
    right: 0;
    top: 0;
    background: #e4e0ee;
}
.anlidet .about-5 .bottom ul li .box span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
}
.anlidet .about-5 .bottom ul li .box span.line {
    width: 125px;
    height: 1px;
}
.anlidet .about-5 .bottom ul li .box span.line:after {
    bottom: -4px;
    left: 50%;
    background: #479beb;
}
.anlidet .about-5 .bottom ul li .box span.line2 {
    width: 1px;
    height: 150px;
}
.anlidet .about-5 .bottom ul li .box span.line2:after {
    left: -4px;
    top: 50%;
    background: #479beb;
}
.anlidet .about-5 .bottom ul li .box a.img-box {
    /*height: 240px;*/
    display: block;
}
.anlidet .about-5 .bottom ul li .box h6 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}
.anlidet .about-5 .bottom ul li .box:hover span.line:after {
    -webkit-animation: glide1 0.95s 0s ease-in-out;
    -moz-animation: glide1 0.95s 0s ease-in-out;
    animation: glide1 0.95s 0s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.anlidet .about-5 .bottom ul li .box:hover span.line2:after {
    -webkit-animation: glide2 0.95s 0s ease-in-out;
    -moz-animation: glide2 0.95s 0s ease-in-out;
    animation: glide2 0.95s 0s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@media screen and (max-width: 1500px){
  .anlidet #index-body .init-3 {
        padding: 100px 0;
    }
    .anlidet #index-body .init-3 .top ul li .box {
        padding: 30px 15px;
    }
    .anlidet #index-body .init-3 .top ul li .box i {
        height: 50px;
        line-height: 50px;
    }
    .anlidet #index-body .init-3 .top ul li .box i img {
        max-height: 100%;
    }
    .anlidet #index-body .init-3 .top ul li .box h6 {
        font-size: 16px;
    }
     .anlidet .about-5 {
        padding: 60px 0;
    }
    .anlidet .about-5 .bottom ul li .box h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px){
   .anlidet #index-body .init-3 .top ul li .box h6 {
        margin-top: 5px;
    }
    .anlidet #index-body .init-3 .top ul li .box {
        padding: 20px 10px;
    } 
    .anlidet #index-body .init-3 {
        padding: 60px 0;
    }
     .anlidet .about-5 .bottom ul li {
        padding: 15px;
    }
    .anlidet .about-5 .bottom ul {
        margin: -15px;
    }
}
@media screen and (max-width: 1000px){
   .anlidet .about-5 .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .anlidet .about-5 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .anlidet .about-5 .bottom {
        margin-top: 50px;
    }
}
@media screen and (max-width: 700px){
  .anlidet .about-5 .bottom ul li .box a.img-box {
        height: 220px;
    }
    .anlidet .about-5 .bottom ul li .box h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px){
  .anlidet #index-body .init-3 .top {
        padding: 30px 0;
    }
    .anlidet .about-5 { 
    margin-top: -40px;
  }
}


/*服务*/
.service-page .serv-1{
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .serv-1 ul{
  background: #479beb;
  border-radius: 10px;
  padding: 50px 120px;
  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;
}
.service-page .serv-1 ul li{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto !important;
}
.service-page .serv-1 ul li .icon{
  border-radius: 100%;
  background: white;
  text-align: center;
  width: 76px;
  height: 76px;
  line-height: 72px;
}
.service-page .serv-1 ul li .icon img{
  vertical-align: middle;
}
.service-page .serv-1 ul li p{
  font-size: 18px;
  padding-left: 10px;
  color: white;
}
.service-page .contact-3 {
  padding: 0 0 70px;
}
.service-page .contact-3 .left {
  width: 35%;
  padding-right: 3%;
  vertical-align: middle;
  padding-top: 1%;
}
.service-page .contact-3 .left .text {
  margin-top: 1.5em;
}
.service-page .contact-3 .right {
  width: 65%;
  vertical-align: top;
}
.service-page .contact-3 ul{
  margin: -10px;
}
.service-page .contact-3 ul li{
  padding: 10px;
}
.service-page .contact-3 ul li textarea,
.service-page .contact-3 ul li input{
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-size: 16px; 
  border: 1px solid #ddd;
}
.service-page .contact-3 ul li input[type="submit"]{
  background: #479beb;
  color: white;
}
.service-page .contact-3 ul li.wid-100{
  width: 100%;
}
.service-page .contact-3 ul li textarea {
  height: 200px;
  padding: 15px 12px;
}
.service-page .contact-3 ul li label{
  font-size: 18px;
}
@media screen and (max-width: 1200px){
  .service-page .serv-1 ul{
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1000px){ 
  .service-page .contact-3 .left {
    padding-right: 0;
    width: 100%;
  } 
  .service-page .contact-3 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .service-page .serv-1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .serv-1 ul li{
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px){
  .anli-page .top{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anli-page .top .right{
    width: 100%; 
  }
  .anli-page h1 {
    font-size: 30px; 
    width: 100%;
  }
  
}
@media screen and (max-width: 500px){
  .service-page .serv-1 ul li{
    width: 100% !important; 
  }
  .service-page .serv-1 {
    -webkit-transform: translateY(-14%);
    -moz-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    transform: translateY(-14%);
  }
  .about-page .about-5 .right .text{
    font-size: 16px;
    line-height: 25px;
  }
}


.faq-page {
  padding: 60px 0 30px 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;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}


.news-page {
  padding: 80px 0;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: block;
}
.news-page .list ul li .box a.img {
  height: 500px;
  position: relative;
  background-position: center top;
}
.news-page .list ul li .box a.img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #479beb;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box .content {
  padding: 25px;
}
.news-page .list ul li .box .content span {
  position: relative;
  color: #555555;
  font-size: 14px;
  line-height: 28px;
  display: block;
}
.news-page .list ul li .box .content span i.fa {
  color: #479beb;
}
.news-page .list ul li .box .content h2,
.news-page .list ul li .box .content h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px; 
  min-height: 3.6em;
  margin: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box .content h6:hover {
  color: #479beb;
}
.news-page .list ul li .box .content .text {
  margin-bottom: 1.5em;
}
 
.news-page .list ul li .box .content a.more i.plus {
  float: right;
}
.news-page .list ul li .box:hover a.img:after {
  opacity: .5;
}
@media screen and (max-width: 1700px){
   .news-page .list ul li .box .content h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1500px){
  .news-page .list ul li .box a.img {
    height: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .news-page .list ul li .box .content a.more {
    max-width: 90%;
  }
}
@media screen and (max-width: 1250px){
  .news-page .news-list ul li {
    width: 50%;
  }
  .news-page .list ul li .box .content {
    padding: 15px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 16px;
    line-height: 30px!important
  }
  .news-page .list ul li .box .content span {
    font-size: 14px;
    line-height: 28px;
  } 
  .news-page .list ul li .box a.img {
    height: 380px;
  }
}
@media screen and (max-width: 1000px){
   .news-page.news .list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 500px){
   .news-page.news .list ul li {
    width: 100% !important;
  }
}


.newdet-page {
  padding: 55px 0 0px;
}
.newdet-page.pro-new{
  padding-bottom: 50px;
}
.newdet-page .slideBarleft .newsContent {
  text-align: center;
}
.newdet-page .slideBarleft .newsContent h1 {
  font-size: 34px;
  color: #181818;
  font-weight: 700;
  line-height: 1.4;
}
.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f; 
  margin-top: 15px;
  line-height: 30px;
}
.newdet-page .slideBarleft .newsContent .content {
  display: block;
  padding: 30px 0 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #181818;
  line-height: 2; 
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}
.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}
.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}
.newdet-page .slideBarleft .newsContent .content a{
  color: #479beb;
 }
.newdet-page .slideBarleft .newsContent .content h3{ 
  color: #479beb;
  font-size: 26px;
  line-height: 44px;
  font-weight: bold;
  margin: 10px 0;
}
.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}
.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: #479beb;
}
.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
      margin-bottom: 40px;
}
.newdet-page .slideBarleft .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  /*width: 60px;*/
  position: relative;
}
.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 52, 135, 0.55) url(../images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}
.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: #479beb;
}
.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .slideBarleft .newsContent .m-link div.next {
  text-align: right ;
}
.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}
.newdet-page .newsRet {
  padding-top:60px;
  padding-bottom: 30px;
}
.newdet-page .newsRet h2 {
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
}
/*.newdet-page .newsRet h2:after,
.newdet-page .newsRet h2:before {
  content: '';
  width: 52px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  background: #479beb;
}*/
.newdet-page .newsRet .list {
  margin-top: 50px;
}
.newdet-page .newsRet .list ul {
  margin: -14px;
}
.newdet-page .newsRet .list ul li {
  padding: 14px;
}
.newdet-page .newsRet .list ul li .box {
  background: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box a.img-box {
  display: block;
}
.newdet-page .newsRet .list ul li .box a.img-box img {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  -o-object-fit: contain;
}
.newdet-page .newsRet .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 52, 135, 0.73)));
  /* 閸忕厧顔怱afari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 52, 135, 0.73) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 52, 135, 0.73) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 52, 135, 0.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 52, 135, 0.73));
  background: -moz-linear-gradient(top, transparent, rgba(0, 52, 135, 0.73));
  background: linear-gradient(to bottom, transparent, rgba(0, 52, 135, 0.73));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)',GradientType=0)";
  /* 閸忕厧顔怚E8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)', GradientType=0);
  /* 閸忕厧顔怚E5~IE9 */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.newdet-page .newsRet .list ul li .box .content {
  padding: 20px;
}
.newdet-page .newsRet .list ul li .box .content h5 {
  font-size: 22px;
  color: #181818;
      font-weight: 700;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 4em;
}
.newdet-page .newsRet .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  /*height: 2px;*/
  background: #479beb;
  display: block;
  margin-top: 10px;
}
.newdet-page .newsRet .list ul li .box .content h5:hover {
  color: #479beb;
}
.newdet-page .newsRet .list ul li .box .content a.more {
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background: #479beb; 
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 5px;*/
  display: inline-block;
  margin-top: 20px;
}
.newdet-page .newsRet .list ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page .newsRet .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}
.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
  opacity: 1;
}
.newdet-page .newsRet .btn {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .newsRet .btn li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .btn li button {
  display: none;
}
.newdet-page .newsRet .btn li.slick-active {
  width: 28px;
  background: #479beb;
}
@media screen and (max-width: 1500px){
  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2 {
    font-size: 42px;
  }
  .newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 18px;
  }
  .newdet-page .newsRet .btn {
    margin-top: 30px;
  }
  .newdet-page {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 1250px){
   .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
   .newdet-page .slideBarleft .newsContent h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
  .newdet-page .newsRet .list ul li .box .content {
    padding: 15px 10px;
  }
  .newdet-page .newsRet .list ul li .box .content a.more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px){
  .newdet-page .newsRet h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .newsRet h2 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2:after,
  .newdet-page .newsRet h2:before {
    display: none;
  }
}
@media screen and (max-width: 500px){
   .newdet-page .slideBarleft .newsContent .m-link {
    display: none;
  }
  .newdet-page .newsRet h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .newsRet {
    margin-top: 60px;
  }
  .newdet-page .newsRet .list {
    margin-top: 30px;
  }
}



.contact-page .contact-1 {
    padding: 60px 0 80px;
}
.contact-page .contact-1 .left {
    width: 100%;
    margin-bottom: 20px;
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
     display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, #479beb 0%, rgba(0, 51, 134,0.6) 100%);
    display: block;
    padding: 6px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #479beb;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    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;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 16px;
line-height: 30px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.33333333em;
    color: black;
    display: block;
}
.contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0%;
}
.contact-page .contact-1 .right .form {
    padding: 60px;
    background: #edf2f5;
}
.contact-page .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    height: 48px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0 15px;
    outline: none;
    line-height: 28px;
    border: none;
    font-size: 14px;
    caret-color: #479beb;
}
.contact-page .contact-1 .right .form ul li label{
  font-size: 18px;
  line-height: 32px;
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page .contact-1 .right .form ul li input[type="submit"]{
  background: #479beb;
  color: white;
}
.contact-page .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
    background: #479beb;
    color: white; 
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.contact-page .contact-2 .box {
    padding: 40px 55px;
    -o-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    border-radius: 14px;
    text-align: center;
}

.contact-page .contact-2 .box span.tag {
    color: #479beb;
}
.contact-page .contact-2 .box span.tag:before {
    display: none;
}
.contact-page .contact-2 .box h2.title {
    /*color: white;*/
    font-size: 36px;
}
.contact-page .contact-2 .box .left {
    width: 70%;
    vertical-align: middle;
}
.contact-page .contact-2 .box .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.contact-page .contact-3 {
    position: relative;
    z-index: 0;
}
.contact-page .contact-3 .button-group .button {
    background: #479beb;
}
.contact-page .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
.contact-page span.tag {
    font-size: 16px;
    color: #479beb;
    display: block;
    line-height: 30px;
    margin-bottom: 1em;
    width: auto;
    height: auto;
    border: none;
}
.contact-page span.tag::after{
  content: none;
}
.contact-page h2.title {
    font-size: 38px;
    font-weight: 700;
    color: #1c1628;
    line-height: 1.4;
}
.i-form.Auxil-form.contact{
  display: none;
}
@media screen and (max-width: 1500px){
  .contact-page .contact-1 {
        padding: 80px 0 40px;
    }
    .contact-page .contact-1 .left .info ul li span {
        width: 70px;
        height: 70px;
    }

    .contact-page .contact-1 .left .info ul li h6 small {
        font-size: 1.2em;
    }
    .contact-page .contact-1 .right .form {
        padding: 30px;
    }
    .contact-page .contact-1 .right .form ul li {
        padding: 5px;
    }
    .contact-page .contact-1 .right .form ul {
        margin: -5px;
    }
    .contact-page .contact-1 .right .form ul li input,
    .contact-page .contact-1 .right .form ul li textarea {
        padding: 15px;
    }
    .contact-page .contact-2 .box h2.title {
        font-size: 28px;
    }
    .contact-page .contact-2 .box {
        padding: 50px 5%;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1000px){
   .contact-page .contact-2 .box {
        padding: 30px 3%;
        margin-top: -50px;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px){
  .contact-page .contact-2 .box .left {
        width: 100%;
    } 
    .contact-page .contact-2 .box .right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}
@media screen and (max-width: 500px){
  .contact-page h2.title{
    font-size: 26px;
    line-height: 1.6!important;
  }
  .product-page h1 {
font-size: 20px;
line-height: 36px;

}
.product-page{
  padding:50px 0;
}
   .contact-page .contact-2 .box h2.title {
        font-size: 22px;
    }
    .contact-page .contact-2 .box {
        margin-top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-page .contact-2 {
        padding-bottom: 30px;
    }
    .contact-page .contact-1 .left .info ul li{
      width: 100%;
    }
}


.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 {
    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: 44px;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px!important;
    line-height: 30px!important;
    color: #666;
    max-height: 266px;
    overflow: auto;
}

.lianjie{
 color: #666!important; 
}

.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 div.h6 {
    font-size: 22px;
    line-height: 44px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #479beb;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    -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: #479beb;
    color: #479beb;
}

.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: #479beb;
}

.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: #479beb;
    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: #479beb;
}

.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: #479beb;
    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: #479beb;
}

.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 #479beb;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #479beb;
}

.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: #479beb;
}

@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;
line-height: 28px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
        line-height: 32px;
    }

    .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: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: #479beb;
        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 {
        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;
        font-size: 16px;
line-height: 30px;
    }

    .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;
        line-height: 32px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.gallery-page .factory-1{
  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;
}
.gallery-page .factory-1 .left{
  width: 50%;
  padding-right: 50px;
}
.gallery-page .factory-1 .right{
  width: 20%;
  padding: 0 !important;
}
.gallery-page .factory-1 .right ul li{
  padding-top: 0;
}

@media screen and (max-width: 1000px){
  .gallery-page .factory-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
  .gallery-page .factory-1 .left{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .gallery-page .factory-1 .right{
    width: 100%;
    padding: 0 !important;
  }
}





.industyrkwon {
    margin: 10px 230px 20px;
    font-size: 18px;
    line-height: 2;
}

h2.hangye{
  
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2em;
}
