/**
 * style.less
 * 层叠样式表
 */
.ff {
  font-family: "iconfont" !important;
}
html,
body {
  position: relative;

  height: 100%;
}
body {
  font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", "PingFang SC",
    "Hiragino Sans GB", "Heiti SC", Arial, "Helvetica", "Helvetica Neue",
    Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;

  color: #333;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  overflow: hidden;
}
.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container {
  width: 100%;
  position: relative;
}
@media (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}
@media (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  .col-xs-6:nth-child(2n + 1) {
    padding-right: 7.5px;
  }
  .col-xs-6:nth-child(2n) {
    padding-left: 7.5px;
  }
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;

  color: inherit;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;

  -webkit-appearance: none;
}
ul {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;

  border: none;
  outline: none;
}
a {
  text-decoration: none;

  color: inherit;
}
a:hover {
  text-decoration: none;

  color: inherit;
}
a:visited,
a:link {
  text-decoration: none;

  color: inherit;
}
.img-box {
  position: relative;

  display: block;
  overflow: hidden;

  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}
.img-box img[src=""],
.img-box img:not([src]) {
  opacity: 0;
  border: 0;
}
.header {
  position: absolute;
  z-index: 9;
  top: 0;

  width: 100%;
  height: 100px;

  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;

  /* background-color: rgba(9, 0, 89, .8); */
}

@media (max-width: 1199px) {
  .header {
    height: 60px;
  }
}
@media (min-width: 1560px) {
  .header .container {
    width: 1530px;
  }
}
.header .navbg {
  position: absolute;
  top: 100%;
  left: 0;

  display: none;

  width: 100%;
  height: 280px;

  background-color: rgba(9, 0, 89, 0.4);
}
.header.header-in {
  /* background: none; */
}
@media (max-width: 1199px) {
  .header.header-in {
    /* background-color: rgba(9, 0, 89, .6); */
  }
}
.header.header-in.fixed-header {
  /* background-color: rgba(9, 0, 89, .6); */
}
.header .logo {
  position: relative;

  float: left;

  height: 48px;
  margin-top: 26px;
}
@media (max-width: 1560px) {
  .header .logo {
    height: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .header .logo {
    height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    height: 20px;
    margin-top: 20px;
  }
}
.header .logo a {
  display: inline-block;

  height: 100%;
}
.header .logo img {
  height: 100%;
}
.header .nav-collapse {
  position: relative;

  display: none;
  float: right;

  width: 40px;
  height: 40px;
  margin-left: 2px;
  padding: 0;

  cursor: pointer;

  background: none;
}
@media (max-width: 340px) {
  .header .nav-collapse {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header .nav-collapse {
    display: block;

    margin-top: 9px;
  }
  .header .nav-collapse.nav-collapse-1 {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 20px;

    display: block;

    margin-top: 10px;

    border: none;
  }
  .header .nav-collapse.nav-collapse-1 .btn-line {
    background-color: #fff !important;
  }
}
@media (max-width: 767px) {
  .header .nav-collapse {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-collapse.nav-collapse-xs:hover .btn-line {
    background-color: #000;
  }
}
.header .nav-collapse .btn-line {
  position: absolute;
  left: 50%;

  width: 20px;
  height: 2px;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  position: absolute;

  display: block;

  width: 20px;
  height: 2px;

  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

  background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
  top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
  top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
  top: 65%;
}
.header .nav-collapse.active {
  border-color: transparent;
}
.header .nav-collapse.active .btn-line {
  background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);

  opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
  top: 50%;
  left: 50%;

  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
  top: 50%;
  left: 50%;

  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav {
  display: inline-block;
  float: right;
}
@media (max-width: 1199px) {
  .header .nav {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 0 50px;

    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    text-align: left;
    text-align: center;

    background: #090059;
  }
  .header .nav .tbl {
    display: table;

    width: 100%;
    height: 90%;
  }
  .header .nav .tbl-cell {
    display: table-cell;

    height: 100%;

    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .header .nav {
    width: 100%;
    padding: 30px;
  }
}
.header .nav.left-100 {
  left: -100%;
}
.header .nav.left-200 {
  left: -200%;
}
@media (min-width: 1200px) {
  .header .nav .nav-list1 {
    font-size: 0;
  }
  .header .nav .nav-list1 > li {
    position: relative;

    display: inline-block;

    margin-left: -1px;

    text-align: center;
    white-space: nowrap;
  }
  .header .nav .nav-list1 > li:hover > a,
  .header .nav .nav-list1 > li.active > a {
    text-decoration: underline;
  }
  .header .nav .nav-list1 > li > a {
    font-size: 22px;
    line-height: 100px;

    position: relative;

    display: block;

    padding: 0 14px;

    text-transform: uppercase;

    color: #000000;
  }
  .header .nav .nav-list1 > li:hover .nav-list2 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .header .nav .nav-list1 .nav-list2 {
    position: absolute;
    z-index: 50;
    top: 100%;
    padding: 0 20px;

    display: none;

    width: 140%;
    /* height: 280px; */

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;
    text-align: center;

    /* border-right: 1px solid rgba(255, 255, 255, .6); */
    /* border-left: 1px solid rgba(255, 255, 255, .6); */
  }
  .header .nav .nav-list1 .nav-list2 li {
    position: relative;

    list-style: none;
  }
  .header .nav .nav-list1 .nav-list2 li > a {
    font-size: 16px;
    line-height: 40px;

    position: relative;
    z-index: 1;

    display: block;

    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;

    color: #000000;
  }
  .header .nav .nav-list1 .nav-list2 li > a:hover {
    text-decoration: underline;
    /* background-color: #090059; */
  }
  .header .nav .nav-list1 .nav-list2 li img {
    max-width: 400px;
  }
  .header .nav .nav-list1 .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    min-width: 200px;
    padding: 20px 0;

    text-align: left;

    background-color: rgba(9, 0, 89, 0.86);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .header .nav .nav-list1 .nav-list3 li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .header .nav .nav-list1 .nav-list3 li > a {
    line-height: 30px;

    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1560px) {
  .header .nav .nav-list1 > li > a {
    font-size: 18px;

    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .header .nav .nav-list1 {
    margin: 20px 0;

    opacity: 0;
  }
  .header .nav .nav-list1 > li {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);

    opacity: 0;
  }
  .header .nav .nav-list1 > a {
    font-size: 20px;

    color: #fff;
  }
}
@media (max-width: 1199px) {
  .header .nav .nav-list2,
  .header .nav .nav-list3 {
    display: none;
  }
  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    font-size: 16px;
    line-height: 2;

    margin-top: 5px;

    color: #fff;
  }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
  display: block;
}
@media (max-height: 580px) {
  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    margin-top: 0;
  }
}
.header .nav-2,
.header .nav-3 {
  display: none;
}
@media (max-width: 1199px) {
  .header .nav-2,
  .header .nav-3 {
    position: absolute;
    z-index: 9999;
    top: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 20px;

    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    text-align: left;
    text-align: center;

    color: #fff;
    background: #090059;
  }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
  font-family: "iconfont";
  font-size: 26px;

  content: "\e9b5";
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
  font-size: 30px;

  margin: 0;
}
@media (max-width: 767px) {
  .header .nav-2 .nav-top .nav-title,
  .header .nav-3 .nav-top .nav-title {
    font-size: 20px;

    width: 100%;
  }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
  margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
  background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
  overflow-y: auto;

  height: 80%;
  margin-top: 12%;
}
@media (max-width: 767px) {
  .header .nav-2 .content ul,
  .header .nav-3 .content ul {
    padding: 0 15px;
  }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
  font-size: 16px;
  line-height: 40px;

  margin: 25px 0;

  text-align: left;
}
@media (max-width: 767px) {
  .header .nav-2 .content ul li,
  .header .nav-3 .content ul li {
    margin: 0;
  }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
  position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
  font-family: "iconfont" !important;
  font-size: 16px;

  position: absolute;
  top: 50%;
  right: 0;

  content: "\e72f";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
  display: block;
}
.header .nav-2 {
  left: 100%;
}
.header .nav-3 {
  left: 200%;
}
.header .fade-out ul {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .fade-out ul {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .header .fade-out ul .pic {
    display: none !important;
  }
}
@media (max-width: 9919px) {
  .header .fade-out ul.nav-list1 {
    opacity: 1;
  }
  .header .fade-out ul.nav-list1 a {
    color: #fff;
  }
  .header .fade-out ul.nav-list1 > li {
    position: relative;

    margin: 20px 0;
  }
  .header .fade-out ul.nav-list1 > li.act {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
  }
  .header .fade-out ul.nav-list1 > li.more:after {
    font-family: "iconfont";
    font-size: 18px;

    position: absolute;
    top: 50%;
    right: 0;

    margin-top: -14px;

    content: "\e72f";

    color: #fff;
  }
  .header .fade-out ul.nav-list1 > li > a {
    font-size: 18px;
    line-height: 2.6;

    display: block;
  }
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 20px;
  }
}
@media (max-width: 9919px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li {
    margin: 0;
  }
}
@media (max-width: 9919px) and (max-height: 768px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 18px;
  }
}
@media (max-width: 9919px) and (max-width: 480px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header .fade-out ul.nav2-list2 .img-box {
    width: 250px;
    height: 90px;
    padding-bottom: 0;
  }
}
.header .fade-out ul.nav2-list2 h4 {
  font-size: 20px;
  line-height: 50px;
}
.header .xs-language {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 35px;
}
@media (min-width: 992px) {
  .header .xs-language {
    display: none;
  }
}
.header .xs-language a {
  font-size: 16px;

  color: #fff;
}
.header .xs-language span {
  margin: 0 5px;

  color: #fff;
}
@media (min-width: 992px) {
  .header .cart-box-xs {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .cart-box-xs {
    font-size: 24px;

    position: absolute;
    top: 25px;
    left: 0;
    left: 30px;

    color: #fff;
  }
  .header .cart-box-xs span {
    font-size: 16px;
    line-height: 26px;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-left: 10px;

    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    text-align: center;

    border: 2px solid #fff;
    border-radius: 50%;
  }
}
.header .lang {
  font-size: 12px;

  position: relative;

  float: right;

  width: 140px;
  padding: 39px 0;

  text-align: center;

  border-left: 1px solid #e4e4e4;
}
@media (max-width: 991px) {
  .header .lang {
    display: none;
  }
}
.header .lang h3 {
  font-family: "Microsoft YaHei";
  font-size: 13px;
  font-weight: normal;

  display: inline-block;

  margin: 0;

  cursor: pointer;

  color: #888;
}
.header .lang h3::before {
  position: relative;

  display: inline-block;
  overflow: hidden;

  width: 24px;
  height: 22px;
  margin-right: 8px;

  content: "";
  vertical-align: middle;

  background: url(../images/flags.png) no-repeat;
  background-position: -42px 0;
}
.header .lang h3::after {
  position: relative;
  top: -2px;

  display: inline-block;

  width: 0;
  height: 0;
  margin-left: 10px;

  content: "";

  border-top: 4px solid #c7c7c7;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.header .lang ul {
  position: absolute;
  z-index: 999;
  top: 90px;
  right: 0;

  display: none;

  width: 100%;
  margin-left: -12px;
  padding: 20px 16px;

  text-align: left;

  color: #999;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
}
.header .lang li {
  font-size: 13px;
  line-height: 38px;

  clear: both;

  width: 100%;
  height: 29px;
  padding-left: 14px;

  list-style: none;
}
.header .lang li a::before {
  display: inline-block;
  float: left;

  width: 24px;
  height: 22px;
  margin-top: 8px;
  margin-right: 8px;

  content: "";

  background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover {
  color: #0bc0ac;
}
.header .lang li.zh a::before {
  background-position: -42px 0;
}
.header .lang li.en a::before {
  background-position: -2px 0;
}
@media (max-width: 991px) {
  .header .lang {
    display: none;
  }
}
.header .find {
  line-height: 80px;

  float: right;

  margin-left: 26px;

  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;

  color: #fff;
}
.header .find::before {
  font-family: "iconfont";
  font-size: 18px;

  float: left;

  margin-right: 10px;

  content: "\e660";
}
.header .find:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1360px) {
  .header .find {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .header .find {
    line-height: 60px;

    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header .find {
    font-size: 0;
  }
}
.header .search-box {
  position: fixed;
  z-index: 888;
  top: 100%;
  left: 0;

  display: none;
  overflow: hidden;

  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-top: 0;
  margin-right: 10px;
  padding: 0 3%;

  background: rgba(9, 0, 89, 0.8);
}
.header .search-box .search {
  line-height: 40px;

  overflow: hidden;
  zoom: 1;

  width: 240px;

  border: 1px solid #dbdbdb;
  border-radius: 40px;
}
.header .search-box .search:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
.header .search-box .input-text {
  float: left;

  height: 38px;
  padding-left: 10%;

  background: none;
}
@media (min-width: 768px) {
  .header .search-box .input-text {
    width: 100%;
    padding: 0 50px 0 3%;
  }
}
.header .search-box .input-submit {
  line-height: 36px;

  float: right;

  width: 50px;

  -webkit-animation: fadeInLeft 1s 0s ease both;
  animation: fadeInLeft 1s 0s ease both;

  background: none;
}
.header .search-box .input-submit:before {
  font-family: "iconfont" !important;
  font-size: 22px;

  content: "\e660";

  color: #fff;
}
@media (min-width: 768px) {
  .header .search-box .input-submit {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
.header .search-box.search-xs {
  width: 100%;
  margin: 0;

  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  background: none;
}
@media (min-width: 1200px) {
  .header .search-box.search-xs {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .search-box.search-xs {
    position: absolute;
    z-index: 0;
    top: auto;
    right: 0;
    bottom: 0;
    bottom: 30px;

    display: inline-block;

    height: 34px;
  }
}
.header .search-box.search-xs.show {
  z-index: 66;
}
.header .search-box.search-xs.show .search {
  left: 0;
}
.header .search-box.search-xs .search {
  position: absolute;
  z-index: 888;
  top: 0;
  left: 120%;

  width: 100%;

  -webkit-transition: left 0.3s;
  transition: left 0.3s;

  border-color: #fff;
  background: #fff;
}
@media (max-width: 360px) {
  .header .search-box.search-xs form .input-text {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .header .search-box.search-xs form .input-text {
    padding-left: 5%;
  }
}
.header .search-box.search-xs .input-submit {
  line-height: 34px;

  background: #fff;
}
.header .search-box.search-xs .input-submit:before {
  color: #fff;
}
.header .search-icon {
  position: absolute;
  z-index: 10;
  top: 18px;
  left: 15px;

  display: inline-block;

  cursor: pointer;
}
.header .search-icon:before {
  font-family: "iconfont" !important;
  font-size: 18px;

  content: "\e660";

  color: #fff;
}
.header .search-lg {
  top: 0;
}
.header .search-lg .logo {
  margin-top: 20px;
  margin-left: 0;
}
.header .search-lg .search {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;

  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 0 10px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.header .search-lg .search p {
  margin-bottom: 50px;

  -webkit-animation: zoomIn 1s 0s ease both;
  animation: zoomIn 1s 0s ease both;
  text-align: center;
  letter-spacing: 2px;

  color: #fff;
}
.header .search-lg .input-text {
  font-size: 18px;
  line-height: 30px;

  width: 80%;
  height: 60px;
  padding: 0;
  padding-bottom: 30px;

  -webkit-animation: zoomIn 1s 0s ease both;
  animation: zoomIn 1s 0s ease both;
  text-align: center;

  color: #fff;
}
.header .search-lg .close-btn {
  position: fixed;
  top: 34px;
  right: 18%;

  cursor: pointer;
}
@media (max-width: 1440px) {
  .header .search-lg .close-btn {
    right: 8%;
  }
}
.header .search-lg .close-btn:before {
  font-size: 20px;

  content: "\2716";

  color: #fff;
}
.header .nav-phone {
  position: absolute;
  bottom: 30px;

  display: none;
}
@media (max-width: 1199px) {
  .header .nav-phone {
    display: block;
  }
}
.header .nav-phone ul {
  margin: 0 -10px;
}
.header .nav-phone ul li {
  display: inline-block;
}
.header .nav-phone ul li a {
  font-size: 16px;

  padding: 0 10px;

  text-transform: uppercase;

  color: #fff;
}
.header-white {
  background-color: #090059;
}
.online-wrap .btn {
  line-height: 36px;

  position: fixed;
  z-index: 8;
  bottom: 55px;
  left: 5px;

  width: 40px;
  height: 40px;
  padding: 0;

  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  text-align: center;

  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .online-wrap .btn {
    display: none;
  }
}
.online-wrap .btn:before {
  font-family: "iconfont" !important;
  font-size: 18px;

  display: inline-block;

  content: "\e6d2";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;

  color: #fff;
}
.online-wrap .btn.active:before {
  -webkit-transform: rotateZ(225deg);
  -ms-transform: rotate(225deg);
  transform: rotateZ(225deg);
}
.online-wrap .code-pic {
  position: fixed;
  z-index: 101;
  bottom: 180px;
  left: 45px;

  display: none;

  max-width: 120px;
}
.online-wrap .code-pic .pic-box {
  padding: 5px;

  background-color: #fff;
}
.online-wrap .code-pic img {
  display: block;

  max-width: 100%;
}
.online-wrap .online {
  position: fixed;
  z-index: 8;
  top: 50%;
  left: 0;

  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 991px) {
  .online-wrap .online {
    top: auto;
    bottom: 100px;
    left: -60px;

    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .online-wrap .online.active {
    left: 0;
  }
}
.online-wrap .online a {
  line-height: 50px;

  position: relative;

  display: block;

  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;

  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;

  background-color: #eee;
}
.online-wrap .online a:before {
  font-size: 20px;

  color: #333;
}
@media (min-width: 992px) {
  .online-wrap .online a:hover {
    background-color: rgba(215, 1, 13, 0.7);
  }
}
@media (max-width: 767px) {
  .online-wrap .online a {
    line-height: 40px;

    width: 40px;
    height: 40px;
  }
  .online-wrap .online a:before {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .online-wrap .online .icon-phone:hover .phone-num {
    left: 100%;
  }
}
.online-wrap .online .icon-phone .phone-num {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -300px;

  padding-right: 5px;

  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
  margin: 0;
  padding: 0 10px;

  color: #fff;
  background-color: #2b2184;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.online-wrap .online .code .mask {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;

  display: none;

  width: 130px;
  height: 130px;
  padding-left: 5px;
}
.online-wrap .online .code .mask .mask-box {
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.online-wrap .online .code .mask img {
  display: block;

  width: 100%;
}
.online-wrap .online .code .mask p {
  font-size: 13px;
  line-height: 16px;

  margin: 5px 0 8px 0;

  color: #888;
}
.online-wrap .online .sale {
  width: 158px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .online-wrap .online .sale {
    width: 50px;
  }
}
.online-wrap .online .sale a {
  width: 158px;
  height: 162px;

  background: none;
}
@media (max-width: 991px) {
  .online-wrap .online .sale a {
    width: 50px;
    height: 50px;
  }
}
.online-wrap .online .sale img {
  max-width: 100%;
}
.online-wrap .icon-qq:before {
  font-family: "iconfont" !important;

  content: "\e62d";
}
.online-wrap .icon-weixin:before {
  font-family: "iconfont" !important;

  content: "\e61a2";
}
.online-wrap .icon-message:before {
  font-family: "iconfont" !important;
  
  content: "\e6a4";
}
.online-wrap .icon-email{
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
.online-wrap .icon-email:before {
  font-family: "iconfont" !important;
  
  content: "\e6422";
}
.online-wrap .icon-skype:before {
  font-family: "iconfont" !important;

  content: "\e6b7";
}
.online-wrap .icon-whatsapp:before {
  font-family: "iconfont" !important;

  content: "\e751";
}
.online-wrap .icon-phone:before {
  font-family: "iconfont" !important;

  content: "\e953";
}
.online-wrap .icon-arrow-top{
  border-bottom-left-radius: 45%;
  border-bottom-right-radius: 45%;
}
.online-wrap .icon-arrow-top:before {
  font-family: "iconfont" !important;

  content: "\e672";
}
.banner {
  font-size: 0;

  position: relative;
  z-index: 2;

  overflow: hidden;

  width: 100%;

  letter-spacing: -8px;
}
@media (max-width: 1199px) {
  .banner {
    padding-top: 60px;
  }
}
.banner img {
  display: block;
  object-fit: contain
}
@media (min-width: 1200px) {
  .banner img {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 1199px) {
  .banner img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner img {
    width: 110%;
    margin-left: -5%;
  }
}
.banner .slick {
  font-size: 0;

  position: relative;

  letter-spacing: -8px;
}
.banner .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 5%;

    display: none;
  }
}
.banner .slick-dots li {
  display: inline-block;

  width: 8px;
  height: 8px;
  margin: 0 8px;

  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  opacity: 0.3;
  border: 1px solid #fff;
  border-radius: 8px;
  background: none;
}
@media (max-width: 480px) {
  .banner .slick-dots li {
    margin: 0 3px;
  }
}
.banner .slick-dots li button {
  display: none;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active {
  opacity: 1;
  background-color: #fff;
}
.banner .item {
  position: relative;

  display: block;
  overflow: hidden;
}
.banner .slick-arrow {
  font-size: 20px;
  line-height: 50px;

  position: absolute;
  z-index: 20;
  top: 50%;

  display: block;

  width: 50px;
  height: 50px;
  padding: 0;

  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  opacity: 0.27;
  color: #fff;
  border-radius: 50%;
  background: none;
  background-color: #333;
}
.banner .slick-arrow:before {
  font-family: "iconfont" !important;
  font-style: normal;

  letter-spacing: 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:before:hover {
    opacity: 0.8;
  }
}
.banner .slick-prev {
  left: 2.60416667%;
}
.banner .slick-prev:before {
  content: "\e9b5";
}
.banner .slick-next {
  right: 2.60416667%;
}
.banner .slick-next:before {
  content: "\e72f";
}
@media (min-width: 1200px) {
  .banner-in img {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .banner-in img {
    left: -50%;

    width: 200%;
  }
}
.banner-in .text-in {
  position: absolute;
  bottom: 10%;
  left: 0;

  width: 100%;

  text-align: center;

  color: #fff;
}
@media (max-width: 1199px) {
  .banner-in .text-in {
    display: none;
  }
}
.banner-in .text-in b {
  font-size: 48px;
  line-height: 1;

  display: block;

  letter-spacing: 0;
}
.banner-in .text-in .scroll-down {
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
}
.banner-in .text-in .scroll-down:after {
  font-family: "iconfont" !important;
  font-size: 30px;
  line-height: 60px;

  display: block;

  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 4%;

  content: "\e602";

  border: 1px solid #fff;
  border-radius: 50%;
}
.banner .banner-list {
  position: absolute;
  z-index: 8;
  bottom: 50px;
  left: 0;

  width: 100%;
}
@media (max-width: 1199px) {
  .banner .banner-list {
    position: relative;
    bottom: 0;

    margin-top: 20px;
  }
}
.banner .banner-list ul {
  overflow: hidden;

  margin: 0 -1px;
}
.banner .banner-list ul li {
  float: left;

  width: 20%;
  padding: 0 1px;
}
@media (max-width: 767px) {
  .banner .banner-list ul li {
    width: 20%;
  }
}
.banner .banner-list .item {
  position: relative;

  padding: 20px;

  text-align: center;

  color: #090059;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .banner .banner-list .item {
    padding: 10px;
  }
}
.banner .banner-list .item:after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 0;
  height: 100%;

  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;

  background-color: rgba(9, 0, 89, 0.8);
}
.banner .banner-list .item:before {
  font-family: "iconfont" !important;
  font-size: 34px;
  line-height: 40px;

  position: relative;
  z-index: 2;

  content: "\e65c";
}
.banner .banner-list .item-jiaoyu:before {
  content: "\e65e";
}
.banner .banner-list .item-baozhang:before {
  content: "\e8f4";
}
.banner .banner-list .item-cheliang:before {
  content: "\e636";
}
.banner .banner-list .item-qita:before {
  content: "\e960";
}
.banner .banner-list .item p {
  font-size: 24px;
  line-height: 30px;

  position: relative;
  z-index: 2;

  margin: 0;

  letter-spacing: 0;

  color: #090059;
}
@media (max-width: 1199px) {
  .banner .banner-list .item p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner .banner-list .item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .banner .banner-list .item:hover:after {
    width: 100%;
  }
  .banner .banner-list .item:hover:before {
    color: #fff;
  }
  .banner .banner-list .item:hover p {
    color: #fff;
  }
}
.title:after {
  font-family: "iconfont" !important;
  font-size: 30px;
  line-height: 1;
  content: "\e63b";
  color: #090059;
}
.title b {
  font-size: 34px;
  line-height: 1;

  display: block;
}
@media (max-width: 1199px) {
  .title b {
    font-size: 24px;
  }
}
.title p {
  font-size: 20px;
  line-height: 30px;

  margin: 10px 0 0 0;

  /* text-transform: uppercase; */

  color: #a6a6a6;
}
@media (max-width: 1199px) {
  .title p {
    font-size: 16px;
  }
}
.box {
  position: relative;

  overflow: hidden;

  padding: 170px 0 60px;
}
@media (max-width: 1199px) {
  .box {
    padding: 60px 0;
  }
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 10px;
  height: 10px;

  background-color: #090059 !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 10px;
  height: 10px;
  margin: -2px 0 0 -2px;
}
#fp-nav ul li a.active span:before,
#fp-nav ul li:hover a.active span:before,
.fp-slidesNav ul li a.active span:before,
.fp-slidesNav ul li:hover a.active span:before {
  position: absolute;
  top: -6px;
  left: -6px;

  display: block;

  width: 21px;
  height: 21px;

  content: "";

  background: url(../images/dot-icon.png) no-repeat;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  margin: -2px 0 0 -2px;
}
.index-page {
  font-size: 30px;
  font-size: 12px;

  position: fixed;
  z-index: 9;
  top: 60%;
  right: 10px;

  color: #090059;
}
@media (max-width: 1199px) {
  .index-page {
    display: none;
  }
}
.index-page:before {
  display: block;

  width: 1px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;

  content: "";

  background-color: #090059;
}
.index-page .pagenow {
  font-size: 16px;
}
.index-page .pagenow:before {
  display: inline-block;

  content: "01";
}
.fp-viewing-page2 .index-page .pagenow:before {
  content: "02";
}
.fp-viewing-page3 #fp-nav ul li a span,
.fp-viewing-page3 .fp-slidesNav ul li a span {
  width: 10px;
  height: 10px;

  background-color: #fff !important;
}
.fp-viewing-page3 #fp-nav ul li a.active span:before,
.fp-viewing-page3 #fp-nav ul li:hover a.active span:before,
.fp-viewing-page3 .fp-slidesNav ul li a.active span:before,
.fp-viewing-page3 .fp-slidesNav ul li:hover a.active span:before {
  background: url(../images/dot-icon-white.png) no-repeat;
}
.fp-viewing-page3 .index-page .pagenow:before {
  content: "03";
}
.fp-viewing-page4 .index-page .pagenow:before {
  content: "04";
}
.fp-viewing-page5 .index-page .pagenow:before {
  content: "05";
}
.fp-viewing-page6 .index-page .pagenow:before {
  content: "06";
}
.box-about .text,
.wrap-about .text {
  margin-top: 50px;
  /* padding-left: 24%; */
  padding-right: 50px;
}
@media (max-width: 991px) {
  .box-about .text,
  .wrap-about .text {
    margin-top: 30px;
    padding: 0;
  }
}
.box-about .text .title-about b,
.wrap-about .text .title-about b {
  font-size: 20px;
  line-height: 1.5;

  display: block;
}
@media (max-width: 991px) {
  .box-about .text .title-about b,
  .wrap-about .text .title-about b {
    font-size: 18px;
  }
}
.box-about .text .note,
.wrap-about .text .note {
  margin-top: 18px;
}
.box-about .text .note p,
.wrap-about .text .note p {
  font-size: 16px;
  line-height: 1.5;

  margin: 0;

  color: #666;
}
@media (max-width: 991px) {
  .box-about .text .note p,
  .wrap-about .text .note p {
    font-size: 15px;
  }
}
.box-about .text .more,
.wrap-about .text .more {
  margin-top: 30px;
}
.box-about .text .more a,
.wrap-about .text .more a {
  font-size: 20px;
  line-height: 40px;

  display: inline-block;

  height: 40px;
  padding: 0 20px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #fff;
  background-color: #e70012;
}
@media (max-width: 991px) {
  .box-about .text .more a,
  .wrap-about .text .more a {
    font-size: 16px;
  }
}
.box-about .text .more a:hover,
.wrap-about .text .more a:hover {
  background-color: #2b2184;
}
.box-about .pic,
.wrap-about .pic {
  position: relative;
}
@media (max-width: 991px) {
  .box-about .pic,
  .wrap-about .pic {
    margin-top: 30px;
  }
}
.box-about .pic img,
.wrap-about .pic img {
  max-width: 100%;
}
.box-about .pic .pic-1,
.wrap-about .pic .pic-1 {
  position: relative;
  z-index: 2;
}
.box-about .pic .pic-2,
.wrap-about .pic .pic-2 {
  position: absolute;
  top: -20%;
  right: -10%;
}
@media (max-width: 991px) {
  .box-about .pic .pic-2,
  .wrap-about .pic .pic-2 {
    display: none;
  }
}
.i-wrap3 {
  position: relative;

  overflow: hidden;
}
.svg-box {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;

  width: 715px;
  margin: -357.5px 0 0 -356.5px;
}
@media (max-width: 1199px) {
  .svg-box {
    width: 100%;
    margin: 0;
  }
}
.inliner-banner,
.inliner-banner-con {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: #000;
}
.inliner-banner-con {
  background: none;
}
.inliner-banner ul,
.inliner-banner-con ul {
  width: 100%;
  height: 100%;
}
.inliner-banner li,
.inliner-banner-con li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;

  width: 100%;
  height: 100%;

  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  text-align: center;
}
@media (max-width: 1199px) {
  .inliner-banner li,
  .inliner-banner-con li {
    overflow: hidden;
  }
}
.inliner-banner li.index,
.inliner-banner-con li.index {
  z-index: 2;
}
.inliner-banner li:first-child,
.inliner-banner-con li:first-child {
  left: 0;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inliner-banner li a,
.inliner-banner-con li a {
  display: block;

  width: 100%;
  height: 100%;
}
.inliner-banner li .con,
.inliner-banner-con li .con {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;
  font-size: 18px;
  /* width: 606px; */
  width: 900px;
  margin: -15px 0 0 -450px;
}

@media (max-width: 1199px) {
  .inliner-banner li .con,
  .inliner-banner-con li .con {
    top: 50%;
    left: 0;
    width: auto;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.inliner-banner li h3,
.inliner-banner-con li h3 {
  font-size: 35px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px #000;
}
.inliner-banner li .font,
.inliner-banner-con li .font {
  font-size: 16px;
  line-height: 24px;

  width: 90%;
  /* margin: 0 auto; */

  text-align: left;

  color: #fff;
  text-shadow: 0 0 1px #000;
}
@media (max-width: 1199px) {
  .inliner-banner li .font,
  .inliner-banner-con li .font {
    width: 100%;
    padding: 0 15px;
  }
}
.inliner-banner li .more,
.inliner-banner-con li .more {
  font-size: 20px;
  line-height: 40px;

  width: 120px;
  height: 40px;
  margin: 0 auto;
  margin-top: 30px;

  text-align: center;

  color: #fff;
  background: #e70012;
}
.i-wrap3 .inliner-list,
.i-wrap3 .inliner-bg {
  position: absolute;
  z-index: 5;
  top: 55%;
  left: 50%;

  width: 715px;
  height: 713px;
  margin: -357.5px 0 0 -356.5px;

  background: url(../images/wel15.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .i-wrap3 .inliner-list,
  .i-wrap3 .inliner-bg {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .i-wrap3 .inliner-list {
    position: relative;

    display: none;
  }
}
.i-wrap3 .inliner-bg {
  background: none;
}
@media (max-width: 1199px) {
  .i-wrap3 .inliner-bg {
    position: relative;

    margin: 0;
  }
}
.i-wrap3 .inliner-bg span {
  position: absolute;
  top: 0;
  left: 41px;

  display: block;

  width: 100%;
  height: 100%;
}
.i-wrap3 .inliner-bg span.one {
  -webkit-animation: inlinerbg 1.2s infinite linear;
  animation: inlinerbg 1.2s infinite linear;

  background: url(../images/wel23.png) no-repeat center;
  background-size: 100% 100%;
}
.i-wrap3 .inliner-bg span.two {
  -webkit-animation: inlinerbgo 1.2s infinite linear;
  animation: inlinerbgo 1.2s infinite linear;

  background: url(../images/wel24.png) no-repeat center;
  background-size: 100% 100%;
}
@-webkit-keyframes inlinerbg {
  0% {
    -webkit-transform: translate(5px, -9px);
    transform: translate(5px, -9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(5px, -9px);
    transform: translate(5px, -9px);
  }
}
@keyframes inlinerbg {
  0% {
    -webkit-transform: translate(5px, -9px);
    transform: translate(5px, -9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(5px, -9px);
    transform: translate(5px, -9px);
  }
}
@-webkit-keyframes inlinerbgo {
  0% {
    -webkit-transform: translate(-5px, 9px);
    transform: translate(-5px, 9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-5px, 9px);
    transform: translate(-5px, 9px);
  }
}
@keyframes inlinerbgo {
  0% {
    -webkit-transform: translate(-5px, 9px);
    transform: translate(-5px, 9px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-5px, 9px);
    transform: translate(-5px, 9px);
  }
}
.i-wrap3 .inliner-list .bg {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}
.i-wrap3 .inliner-list .bg:nth-child(1) {
  width: 0;

  background: url(../images/wel17.png) no-repeat top left;
}
.i-wrap3 .inliner-list .bg:nth-child(2) {
  height: 0;

  background: url(../images/wel18.png) no-repeat top left;
}
.i-wrap3 .inliner-list .bg:nth-child(3) {
  top: 0;

  height: 0;

  background: url(../images/wel19.png) no-repeat top left;
}
.i-wrap3 .inliner-list .bg:nth-child(4) {
  right: 0;
  left: auto;

  width: 0;

  background: url(../images/wel20.png) no-repeat bottom right;
}
.i-wrap3 .inliner-list .bg:nth-child(5) {
  top: auto;
  bottom: 0;

  height: 0;

  background: url(../images/wel21.png) no-repeat bottom left;
}
.i-wrap3 .inliner-list li {
  position: absolute;
  z-index: 10;

  width: 8px;
  height: 8px;

  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: url(../images/wel16.png) no-repeat center;
  background-size: 100% 100%;
}
.i-wrap3 .inliner-list li.li0 {
  top: 33.8%;
  left: 2.3%;
}
.i-wrap3 .inliner-list li.li1 {
  top: -3px;
  left: 49.5%;
}
.i-wrap3 .inliner-list li.li2 {
  top: 34.4%;
  right: 2.1%;
  left: auto;
}
.i-wrap3 .inliner-list li.li3 {
  right: 20.5%;
  bottom: 8.9%;
}
.i-wrap3 .inliner-list li.li4 {
  bottom: 9.15%;
  left: 19.9%;
}
.i-wrap3 .inliner-list li.on {
  background: url(../images/wel16_h.png) no-repeat center;
  background-size: 100% 100%;
}
.section-news {
  background-color: #fcfdff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
.box-news {
  padding-bottom: 30px;
}
.news-content {
  display: flex;
  align-items: center;
  height: 791px;
  overflow: hidden;
}
.news-content .current {
  height: 100%;
  width: 450px;
  flex-basis: 450px;
  flex-shrink: 0;
  margin-right: 20px;
}
.slick-news .item {
  height: 330px;
  margin-top: 20px;
  display: block;
  box-sizing: border-box;
  padding: 20px 14px;
  border: thin solid #eaeaea;
}
.slick-news .item:hover {
  background-color: #090059;
  margin-top: 0;
  height: 350px;
}
.slick-news .item:hover .day {
  color: #ffffff;
}
.slick-news .item:hover .month {
  color: #ffffff;
}
.slick-news .item:hover .title {
  color: #ffffff;
}
.slick-news .item:hover .item-note {
  color: #ffffff;
}
.slick-news .item:hover .arrow {
  color: #ffffff;
}
.slick-news .item .day {
  font-size: 26px;
  line-height: 35px;
}
.slick-news .item .month {
  font-size: 16px;
  line-height: 21px;
  color: #c4c4c4;
}
.slick-news .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  line-height: 21px;
  height: 50px;
  display: -webkit-box; /*值必须为-webkit-box或者-webkit-inline-box*/
  -webkit-box-orient: vertical; /*值必须为vertical*/
  -webkit-line-clamp: 2; /*值为数字，表示一共显示几行*/
  overflow: hidden;
  word-break: break-all;
}
.slick-news .item .item-note {
  margin-top: 32px;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box; /*值必须为-webkit-box或者-webkit-inline-box*/
  -webkit-box-orient: vertical; /*值必须为vertical*/
  -webkit-line-clamp: 4; /*值为数字，表示一共显示几行*/
  overflow: hidden;
  word-break: break-all;
  height: 76px;
}
.slick-news .item .arrow {
  margin-top: 34px;
  font-size: 22px;
  transform: scaleX(2);
  text-align: left;
  width: 30px;
  position: relative;
  left: 14px;
}


.slick-wrapper {
  width: 60%;
  height: 330px;
  position: absolute;
  right: 0;
}
.box-news .slick-news {
  margin: 0 -15px;
  margin-top: 30px;
  height: 100%;
}
.box-news .slick-depress {
  margin: 0 -15px;
  margin-top: 30px;
  position: relative;
}
.box-news .slick-slide {
  padding: 0 15px;
}
.box-news .slick-depress .slick-slide {
  padding: 0 10px;
}
.box-news .item {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  /* border-bottom: 1px solid #e70012; */
}
/* .box-news .item:after {
  font-family: "iconfont" !important;
  font-size: 80px;
  line-height: 20px;
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  content: "\e619";
  color: #090059;
  background-color: #fff;
} */
.box-news .item .img-box {
  padding-bottom: 78.78787879%;
}
.box-news .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.box-news .item .note {
  margin-top: 6px;
  padding: 6px 6px 40px 6px;
}
.box-news .item .note span.date {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #090059;
}
.box-news .item .note b {
  font-size: 20px;
  line-height: 60px;

  display: -webkit-box;
  overflow: hidden;

  height: 60px;
  /* margin: 6px 0 0 0; */

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
  .box-news .item .note b {
    font-size: 18px;
  }
}
.box-news .item .note p {
  font-size: 16px;
  line-height: 24px;

  display: -webkit-box;
  overflow: hidden;

  height: 72px;
  margin: 6px 0 0 0;

  color: #666;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 1200px) {
  .box-news .item:hover:after {
    display: none;
  }
  .box-news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* .box-news .item:hover .note {
    background-color: #090059;
  } */
  .box-news .item:hover .note span.date {
    color: #fff;
  }
  .box-news .item:hover .note b {
    color: #fff;
  }
  .box-news .item:hover .note p {
    color: rgba(255, 255, 255, 0.66);
  }
}
.box-news .more {
  position: absolute;
  right: 0;
  top: 30px;
  width: 100px;
  /* margin-top: 30px; */

  text-align: right;
}
.box-news .more a {
  font-size: 24px;
  line-height: 50px;

  display: inline-block;

  height: 50px;
  padding: 0 20px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #a6a6a6;
  /* background-color: #e70012; */
}
@media (max-width: 1199px) {
  .box-news .more a {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}
.box-news .more a:hover {
  /* background-color: #2b2184; */
  color: #333;
}
.section-partner {
  position: relative;
}
.box-partner {
  padding-bottom: 105px;

  background: url(../images/partner_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 1199px) {
  .box-partner {
    padding-bottom: 60px;
  }
}
.box-partner .partner {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .box-partner .partner {
    margin-top: 20px;
  }
}
.box-partner .partner ul {
  font-size: 0;
}
.box-partner .partner ul li {
  display: inline-block;
  margin-top: 20px;
  width: 20%;
  border-right: 1px solid #666;
}
@media (max-width: 767px) {
  .box-partner .partner ul li {
    width: 50%;

    vertical-align: top;
  }
  .box-partner .partner ul li:nth-child(2n) {
    border-right: none;
  }
}
.box-partner .partner ul li:last-child {
  border-right: none;
}
.box-partner .partner .item {
  padding: 0 20px;
}
.box-partner .partner .item img {
  max-width: 100%;
}
.box-partner .more {
  margin-top: 60px;

  text-align: right;
}
.box-partner .more a {
  font-size: 24px;
  line-height: 50px;

  display: inline-block;

  height: 50px;
  padding: 0 20px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #fff;
  background-color: #e70012;
}
@media (max-width: 1199px) {
  .box-partner .more a {
    font-size: 16px;
    line-height: 40px;

    height: 40px;
  }
}
.box-partner .more a:hover {
  background-color: #2b2184;
}
@media (min-width: 1201px) {
  .banner .banner-list ul li {
    -webkit-animation: fadeOutDown 1s 0s ease both;
    animation: fadeOutDown 1s 0s ease both;
  }
  .banner .banner-list ul li:nth-child(2) {
    -webkit-animation: fadeOutDown 1s 0.2s ease both;
    animation: fadeOutDown 1s 0.2s ease both;
  }
  .banner .banner-list ul li:nth-child(3) {
    -webkit-animation: fadeOutDown 1s 0.4s ease both;
    animation: fadeOutDown 1s 0.4s ease both;
  }
  .banner .banner-list ul li:nth-child(4) {
    -webkit-animation: fadeOutDown 1s 0.6s ease both;
    animation: fadeOutDown 1s 0.6s ease both;
  }
  .banner .banner-list ul li:nth-child(5) {
    -webkit-animation: fadeOutDown 1s 0.8s ease both;
    animation: fadeOutDown 1s 0.8s ease both;
  }
  .box-about .title,
  .section3 .title-news {
    -webkit-animation: fadeOutLeft 1s 0s ease both;
    animation: fadeOutLeft 1s 0s ease both;
  }
  .box-about .text {
    -webkit-animation: fadeOutLeft 1s 0s ease both;
    animation: fadeOutLeft 1s 0s ease both;
  }
  .box-about .pic .pic-2 {
    -webkit-animation: fadeOutRight 1s 0s ease both;
    animation: fadeOutRight 1s 0s ease both;
  }
  .box-about .pic .pic-1 {
    -webkit-animation: zoomOut 1s 0s ease both;
    animation: zoomOut 1s 0s ease both;
  }
  .inliner-list {
    -webkit-animation: zoomOut 1s 0s ease both;
    animation: zoomOut 1s 0s ease both;
  }
  .box-news .title {
    -webkit-animation: fadeOutUp 1s 0s ease both;
    animation: fadeOutUp 1s 0s ease both;
  }
  .box-news .slick-news {
    -webkit-animation: fadeOutDown 1s 0s ease both;
    animation: fadeOutDown 1s 0s ease both;
  }
  .box-news .slick-depress {
    -webkit-animation: fadeOutDown 1s 0s ease both;
    animation: fadeOutDown 1s 0s ease both;
  }
  .box-news .more {
    -webkit-animation: fadeOutRight 1s 0s ease both;
    animation: fadeOutRight 1s 0s ease both;
  }
  .active .banner .banner-list ul li {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
  }
  .active .banner .banner-list ul li:nth-child(2) {
    -webkit-animation: fadeInUp 1s 0.2s ease both;
    animation: fadeInUp 1s 0.2s ease both;
  }
  .active .banner .banner-list ul li:nth-child(3) {
    -webkit-animation: fadeInUp 1s 0.4s ease both;
    animation: fadeInUp 1s 0.4s ease both;
  }
  .active .banner .banner-list ul li:nth-child(4) {
    -webkit-animation: fadeInUp 1s 0.6s ease both;
    animation: fadeInUp 1s 0.6s ease both;
  }
  .active .banner .banner-list ul li:nth-child(5) {
    -webkit-animation: fadeInUp 1s 0.8s ease both;
    animation: fadeInUp 1s 0.8s ease both;
  }
  .active .box-about .title,
  .active.section3 .title-news {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
  }
  .active .box-about .text {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
  }
  .active .box-about .pic .pic-2 {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
  }
  .active .box-about .pic .pic-1 {
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
  }
  .active .inliner-list {
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
  }
  .active .box-news .title {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
  }
  .active .box-news .slick-news {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
  }
  .active .box-news .slick-depress {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
  }
  .active .box-news .more {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
  }
}
.box-footer {
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
.box-footer .foot {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .box-footer .foot {
    display: none;
  }
}
@media (min-width: 1200px) {
  .box-footer .foot .container > ul {
    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .box-footer .foot .container > ul:after {
    /* display: inline-block; */
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: auto;

    content: "";
  }
}
@media (min-width: 1200px) {
  .box-footer .foot .container > ul li {
    display: inline-block;

    text-align: left;
    vertical-align: top;
  }
}
.box-footer .foot .container > ul li .item {
  color: #fff;
}
.box-footer .foot .container > ul li .item b {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;

  display: block;

  margin-bottom: 10px;
}
.box-footer .foot .container > ul li .item p {
  font-size: 18px;
  line-height: 30px;

  margin: 0;

  color: #fff;
}
.box-footer .foot .container > ul li .item img {
  max-width: 100%;
}
.box-footer .copyright {
  padding: 18px 0;

  text-align: center;

  color: #fff;
  border-top: 1px solid #6d6c7c;
}
.box-footer .copyright .link span,
.box-footer .copyright .link a {
  font-size: 18px;
  line-height: 30px;

  display: inline-block;
}
@media (max-width: 1199px) {
  .box-footer .copyright .link span,
  .box-footer .copyright .link a {
    font-size: 15px;
    line-height: 24px;
  }
}
.box-footer .copyright .link a:after {
  margin: 0 8px;

  content: "|";
}
.box-footer .copyright .link a:last-child:after {
  display: none;
}
.box-footer .copyright p {
  line-height: 30px;

  margin: 10px 0 0 0;
}
.wrap-sidenav {
  background-color: #f0f0f0;
}
.wrap-sidenav .sidenav > ul {
  font-size: 0;
}
.wrap-sidenav .sidenav > ul > li {
  position: relative;

  display: inline-block;

  margin-right: 1px;
}
.wrap-sidenav .sidenav > ul > li:after {
  display: inline-block;

  width: 1px;
  height: 30px;
  margin: 0;

  content: "";
  vertical-align: middle;

  background-color: #666;
}
.wrap-sidenav .sidenav > ul > li:last-child:after {
  display: none;
}
.wrap-sidenav .sidenav > ul > li > a {
  font-size: 18px;
  line-height: 30px;

  display: inline-block;

  padding: 15px 76px;

  vertical-align: middle;

  color: #666;
}
@media (max-width: 1470px) {
  .wrap-sidenav .sidenav > ul > li > a {
    padding: 15px 60px;
  }
}
@media (max-width: 991px) {
  .wrap-sidenav .sidenav > ul > li > a {
    font-size: 16px;

    padding: 6px 16px;
  }
}
.wrap-sidenav .sidenav > ul > li > a:before {
  font-family: "iconfont" !important;
  font-size: 16px;

  float: left;

  margin-right: 10px;

  content: "\e649";
}
.wrap-sidenav .sidenav > ul > li > a.culture:before {
  content: "\e625";
}
.wrap-sidenav .sidenav > ul > li > a.news:before {
  content: "\e630";
}
.wrap-sidenav .sidenav > ul > li > a.notice:before {
  content: "\e68f";
}
.wrap-sidenav .sidenav > ul > li > a.talent:before {
  content: "\e62c";
}
.wrap-sidenav .sidenav > ul > li > a.team:before {
  content: "\e76d";
}
.wrap-sidenav .sidenav > ul > li > a.area:before {
  content: "\e6c9";
}
.wrap-sidenav .sidenav > ul > li > a.service:before {
  content: "\e6c4";
}
.wrap-sidenav .sidenav > ul > li > a.unit:before {
  font-size: 20px;

  content: "\e715";
}
.wrap-sidenav .sidenav > ul > li > a.partner:before {
  content: "\e647";
}
.wrap-sidenav .sidenav > ul > li > a.technology:before {
  content: "\e65c";
}
.wrap-sidenav .sidenav > ul > li > a.education:before {
  content: "\e65e";
}
.wrap-sidenav .sidenav > ul > li > a.security:before {
  content: "\e8f4";
}
.wrap-sidenav .sidenav > ul > li > a.vehicle:before {
  content: "\e64d";
}
.wrap-sidenav .sidenav > ul > li > a.other:before {
  content: "\e960";
}
.wrap-sidenav .sidenav > ul > li > a.zuzhiqunzu:before {
  content: "\ebd8";
}
.wrap-sidenav .sidenav > ul > li > a.shipin:before {
  content: "\e66c";
}
.wrap-sidenav .sidenav > ul > li > a.ronghe:before {
  content: "\e7152";
}
.wrap-sidenav .sidenav > ul > li > a.pingtai:before {
  content: "\e6002";
}
.wrap-sidenav .sidenav > ul > li > a.financial:before {
  content: "\e750";
}
.wrap-sidenav .sidenav > ul > li > ul {
  position: absolute;
  z-index: 3;
  top: 100%;

  display: none;

  width: 100%;
  height: 150px;
  padding-top: 10px;

  text-align: center;

  background-color: rgba(225, 222, 222, 1);
}
.wrap-sidenav .sidenav > ul > li > ul > li {
  display: block;
}
.wrap-sidenav .sidenav > ul > li > ul > li a {
  font-size: 16px;
  line-height: 30px;

  display: block;
}
@media (max-width: 1470px) {
  .wrap-sidenav .sidenav > ul > li > ul > li a {
    font-size: 14px;
  }
}
.wrap-sidenav .sidenav > ul > li > ul > li:hover a {
  text-decoration: underline;

  color: #090059;
}
.wrap-sidenav .sidenav > ul > li.active > a,
.wrap-sidenav .sidenav > ul > li:hover > a {
  color: #090059;
}
.wrap {
  overflow: hidden;

  padding: 80px 0;
}
@media (max-width: 991px) {
  .wrap {
    padding: 50px 0;
  }
}
.title-in b {
  font-size: 34px;
}
@media (max-width: 991px) {
  .title-in b {
    font-size: 24px;
  }
}
.title-in p {
  font-size: 14px;
  line-height: 1.71428571;

  max-width: 1070px;
  margin: 10px 0 0 0;

  color: #666;
}
.wrap-about {
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
}
.wrap-honor .slick-honor {
  margin: 0 -18px;
}
@media (max-width: 991px) {
  .wrap-honor .slick-honor {
    margin-top: 30px;
  }
}
.wrap-honor .slick-honor .slick-slide {
  padding: 0 18px;
}
.wrap-honor .slick-honor .item .img-box {
  padding-bottom: 67.9245283%;
}
.wrap-honor .slick-honor .slick-arrow {
  position: absolute;
  z-index: 2;
  bottom: 130px;
  left: -35px;

  width: 70px;
  height: 50px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  background-color: #bdbdbe;
}
@media (max-width: 991px) {
  .wrap-honor .slick-honor .slick-arrow {
    left: 0;

    width: 40px;
    height: 40px;
  }
}
.wrap-honor .slick-honor .slick-arrow:before {
  display: block;

  width: 0;
  height: 0;
  margin-left: 20px;

  content: "";

  border-width: 16px 16px 16px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 991px) {
  .wrap-honor .slick-honor .slick-arrow:before {
    margin-left: 10px;

    border-width: 8px 8px 8px 0;
  }
}
.wrap-honor .slick-honor .slick-arrow:hover {
  background-color: #090059;
}
.wrap-honor .slick-honor .slick-next {
  right: -35px;
  left: auto;
}
@media (max-width: 991px) {
  .wrap-honor .slick-honor .slick-next {
    right: 0;
  }
}
.wrap-honor .slick-honor .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrap-culture {
  background: url(../images/culture_bg.jpg) no-repeat center;
  background-size: cover;
}
.wrap-culture .text {
  margin-top: 30px;
}
.wrap-culture .text ul {
  font-size: 0;

  margin: 0 -10px;
}
.wrap-culture .text ul li {
  position: relative;

  display: inline-block;

  width: 25%;
  margin-top: 30px;
  padding: 0 10px;

  vertical-align: top;
}
@media (max-width: 991px) {
  .wrap-culture .text ul li {
    width: 50%;
  }
}
.wrap-culture .text ul li:after,
.wrap-culture .text ul li:before {
  position: absolute;
  top: 14px;
  right: 0;

  display: block;

  width: 34%;
  height: 1px;

  content: "";

  background-color: #090059;
}
@media (max-width: 991px) {
  .wrap-culture .text ul li:after,
  .wrap-culture .text ul li:before {
    width: 22%;
  }
}
.wrap-culture .text ul li:before {
  right: auto;
  left: 0;
}
.wrap-culture .text ul li:nth-child(1):before {
  display: none;
}
.wrap-culture .text ul li:last-child:after {
  display: none;
}
.wrap-culture .text .item {
  text-align: center;
}
.wrap-culture .text .item b {
  font-size: 24px;
  line-height: 1;

  display: block;

  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wrap-culture .text .item b {
    font-size: 20px;
  }
}
.wrap-culture .text .item p {
  font-size: 16px;
  line-height: 1.5;

  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wrap-culture .text .item p {
    font-size: 14px;
  }
}
.wrap-culture .text .item:hover {
  color: #090059;
}
.wrap-culture .list .item {
  position: relative;

  overflow: hidden;

  margin-top: 40px;

  color: #fff;
}
.wrap-culture .list .item b {
  font-size: 24px;
  line-height: 30px;

  display: block;

  margin: 15px 0;
}
@media (max-width: 991px) {
  .wrap-culture .list .item b {
    font-size: 20px;

    margin: 0;
    margin-bottom: 10px;
  }
}
.wrap-culture .list .item .note {
  position: absolute;
  bottom: 0;

  width: 100%;
  padding: 0 20px 20px 20px;

  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-webkit-calc(100% - 60px));
  -ms-transform: translateY(calc(100% - 60px));
  transform: translateY(calc(100% - 60px));

  background-color: rgba(9, 0, 89, 0.7);
}
@media (max-width: 991px) {
  .wrap-culture .list .item .note {
    position: relative;

    padding: 20px 15px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.wrap-culture .list .item .note p {
  font-size: 16px;
  line-height: 1.5;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-culture .list .item .note p {
    font-size: 14px;
  }
}
.wrap-culture .list .item:hover .note {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.wrap-talent .talent .item {
  position: relative;

  margin-top: 25px;
}
.wrap-talent .talent .item .note {
  position: absolute;
  top: 30px;
  left: 0;

  width: 100%;
  padding: 0 20px;

  color: #fff;
}
@media (max-width: 767px) {
  .wrap-talent .talent .item .note {
    top: 14px;

    padding: 0 10px;
  }
}
.wrap-talent .talent .item .note b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;

  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wrap-talent .talent .item .note b {
    font-size: 18px;
  }
}
.wrap-talent .talent .item .note p {
  font-size: 16px;
  line-height: 1.5;

  margin: 0;
}
@media (max-width: 767px) {
  .wrap-talent .talent .item .note p {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.wrap-talent .talent .item-1 .img-box {
  padding-bottom: 77.89473684%;
}
.wrap-talent .talent .item-2 .img-box {
  padding-bottom: 25.92592593%;
}
.wrap-talent .talent .item-3 .img-box {
  padding-bottom: 36.84210526%;
}
.wrap-talent .talent .item-4 {
  display: block;

  text-align: center;

  background-color: #e70012;
}
@media (max-width: 991px) {
  .wrap-talent .talent .item-4 .img-box {
    padding-bottom: 79%;
  }
}
.wrap-talent .talent .item-4 p {
  font-size: 24px;

  position: absolute;
  top: 50%;

  width: 100%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  color: #fff;
}
@media (max-width: 767px) {
  .wrap-talent .talent .item-4 p {
    font-size: 20px;
  }
}
.wrap-talent .talent .item-4 p span {
  text-decoration: underline;
}
.wrap-talent .talent .item-4 p:before {
  font-family: "iconfont" !important;
  font-size: 44px;
  line-height: 1;

  display: block;

  content: "\e62c";
}
.wrap-team .team {
  margin-top: 30px;
}
.wrap-team .team .item {
  margin-top: 24px;
}
.wrap-team .team .item .img-box {
  padding-bottom: 57.77777778%;
}
.wrap-team .team .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-team .team .item p {
  font-size: 20px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;
  margin: 10px 0 0 0;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrap-team .team .item p:before {
  margin-right: 4px;

  content: "-";
}
.wrap-team .team .item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-team .team .item:hover p {
  color: #090059;
}
.wrap-security-area {
  background: url(../images/area_bg.jpg) no-repeat center;
  background-size: cover;
}
.wrap-security-area .security-area .slick-security-area .item {
  margin-top: 30px;

  text-align: center;
}
.wrap-security-area .security-area .slick-security-area .item .title-item b {
  font-size: 34px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .wrap-security-area .security-area .slick-security-area .item .title-item b {
    font-size: 24px;
  }
}
.wrap-security-area .security-area .slick-security-area .item .text {
  margin-top: 20px;
}
.wrap-security-area .security-area .slick-security-area .item .text p {
  font-size: 16px;
  line-height: 24px;
}
.wrap-security-area .security-area .slick-security-area .item .text b {
  font-size: 18px;
}
.wrap-security-area .security-area .slick-security-area .item .pic {
  margin-top: 80px;
}
.wrap-security-area .security-area .slick-security-area .item .pic .item-pic {
  margin-top: 30px;
}
.wrap-security-area .security-area .slick-security-area .item .pic .img-box {
  padding-bottom: 100%;
}
.wrap-security-area .security-area .slick-security-area .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 48%;

  width: 100%;
}
@media (max-width: 991px) {
  .wrap-security-area .security-area .slick-security-area .slick-dots {
    bottom: 38%;
  }
}
.wrap-security-area .security-area .slick-security-area .slick-dots li {
  position: relative;

  display: inline-block;

  width: 33.33333333%;
  height: 2px;

  cursor: pointer;

  border-top: 2px dashed #333;
}
.wrap-security-area .security-area .slick-security-area .slick-dots li:before {
  position: absolute;
  z-index: 2;
  top: -2px;

  display: block;

  width: 0;
  height: 2px;

  content: "";

  border-top: 2px dashed #e70012;
}
.wrap-security-area .security-area .slick-security-area .slick-dots li:after {
  position: absolute;
  z-index: 3;
  top: -7px;
  right: -7px;

  display: block;

  width: 14px;
  height: 14px;

  content: "";

  border-radius: 50%;
  background-color: #333;
}
.wrap-security-area .security-area .slick-security-area .slick-dots li button {
  display: none;
}
.wrap-security-area
  .security-area
  .slick-security-area
  .slick-dots
  li:hover:before,
.wrap-security-area
  .security-area
  .slick-security-area
  .slick-dots
  li.slick-active:before {
  width: 100%;
}
.wrap-security-area
  .security-area
  .slick-security-area
  .slick-dots
  li:hover:after,
.wrap-security-area
  .security-area
  .slick-security-area
  .slick-dots
  li.slick-active:after {
  background-color: #e70012;
}
.wrap-security-service {
  background: url(../images/service_bg.jpg) no-repeat center;
  background-size: cover;
}
.wrap-security-service .security-service {
  font-size: 0;
}
.wrap-security-service .security-service .text {
  font-size: 14px;

  position: relative;
  z-index: 2;

  display: inline-block;

  width: 55%;
  margin-top: 80px;
  padding: 20px;

  vertical-align: top;

  background-color: #fff;
}
@media (max-width: 991px) {
  .wrap-security-service .security-service .text {
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-security-service .security-service .text h3 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .wrap-security-service .security-service .text h3 {
    font-size: 20px;
  }
}
.wrap-security-service .security-service .text h4 {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 991px) {
  .wrap-security-service .security-service .text h4 {
    font-size: 16px;
  }
}
.wrap-security-service .security-service .text p {
  font-size: 16px;
  line-height: 2.125;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-security-service .security-service .text p {
    font-size: 15px;
  }
}
.wrap-security-service .security-service .pic {
  display: inline-block;

  width: 50%;
  margin-left: -5%;

  vertical-align: top;
}
@media (max-width: 991px) {
  .wrap-security-service .security-service .pic {
    width: 100%;
    margin: 0;
  }
  .wrap-security-service .security-service .pic img {
    max-width: 100%;
  }
}
.wrap-security-unit {
  background: url(../images/unit_bg.jpg) no-repeat center;
  background-size: cover;
}
.wrap-security-unit .security-unit ul {
  font-size: 0;

  margin: 0 -6px;
  margin-top: 30px;
}
.wrap-security-unit .security-unit ul li {
  display: inline-block;

  padding: 6px;

  vertical-align: top;
}
.wrap-security-unit .security-unit ul li .item {
  padding: 20px 6px;

  background-color: #fff;
}
.wrap-security-unit .security-unit ul li .item p {
  font-size: 16px;
  line-height: 30px;

  margin: 0;
}
.wrap-service-technology .title-service-technology b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
.wrap-service-technology .title-service-technology p {
  font-size: 20px;
  line-height: 1.5;

  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .wrap-service-technology .title-service-technology p {
    font-size: 14px;
  }
}
.wrap-service-technology .service-technology {
  margin-top: 20px;

  background-color: #ebeaf1;
}
.wrap-service-technology .service-technology ul {
  overflow: hidden;
}
.wrap-service-technology .service-technology ul li {
  float: left;

  width: 33.33333333%;
}
@media (max-width: 767px) {
  .wrap-service-technology .service-technology ul li {
    width: 100%;
  }
}
.wrap-service-technology .service-technology ul li .item-pic,
.wrap-service-technology .service-technology ul li .item-note {
  display: block;
}
.wrap-service-technology .service-technology ul li:first-child {
  width: 66.66666667%;
}
@media (max-width: 767px) {
  .wrap-service-technology .service-technology ul li:first-child {
    width: 100%;
  }
}
.wrap-service-technology .service-technology ul li:first-child .item {
  overflow: hidden;
}
.wrap-service-technology .service-technology ul li:first-child .item .item-pic,
.wrap-service-technology
  .service-technology
  ul
  li:first-child
  .item
  .item-note {
  float: left;

  width: 50%;
}
@media (max-width: 767px) {
  .wrap-service-technology
    .service-technology
    ul
    li:first-child
    .item
    .item-pic,
  .wrap-service-technology
    .service-technology
    ul
    li:first-child
    .item
    .item-note {
    width: 100%;
  }
}
.wrap-service-technology
  .service-technology
  ul
  li:first-child
  .item-2
  .item-pic {
  float: right;
}
.wrap-service-technology .service-technology ul li .item-pic {
  position: relative;

  background-color: #090059;
}
.wrap-service-technology .service-technology ul li .item-pic .img-box {
  padding-bottom: 85.10638298%;
}
.wrap-service-technology .service-technology ul li .item-pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-service-technology .service-technology ul li .item-pic .more {
  position: absolute;
  top: 50%;

  width: 100%;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;

  opacity: 0;
}
.wrap-service-technology .service-technology ul li .item-pic .more span {
  font-size: 18px;
  line-height: 50px;

  display: inline-block;

  height: 50px;
  padding: 0 38px;

  color: #fff;
  background-color: rgba(231, 0, 18, 0.7);
}
.wrap-service-technology .service-technology ul li .item-note {
  position: relative;
}
.wrap-service-technology .service-technology ul li .item-note .text {
  position: absolute;
  top: 50%;

  padding: 20px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-service-technology .service-technology ul li .item-note .text b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;

  margin-bottom: 10px;

  text-align: center;
}
@media (max-width: 991px) {
  .wrap-service-technology .service-technology ul li .item-note .text b {
    font-size: 18px;
  }
}
.wrap-service-technology .service-technology ul li .item-note .text p {
  font-size: 16px;
  line-height: 1.5;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-service-technology .service-technology ul li .item-note .text p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .wrap-service-technology .service-technology ul li .item-note .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-service-technology .service-technology ul li .item-1 .item-pic:after {
  position: absolute;
  top: 50%;
  right: 0;

  display: block;

  width: 0;
  height: 0;

  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  border-width: 36px 36px 36px 0;
  border-style: solid;
  border-color: transparent #ebeaf1 transparent transparent;
}
@media (max-width: 767px) {
  .wrap-service-technology .service-technology ul li .item-1 .item-pic:after {
    display: none;
  }
}
.wrap-service-technology .service-technology ul li .item-2 .item-pic:after {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 0;
  height: 0;

  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  border-width: 36px 0 36px 36px;
  border-style: solid;
  border-color: transparent transparent transparent #ebeaf1;
}
@media (max-width: 767px) {
  .wrap-service-technology .service-technology ul li .item-2 .item-pic:after {
    display: none;
  }
}
.wrap-service-technology .service-technology ul li .item-3 .item-pic:after {
  position: absolute;
  bottom: 0;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  border-width: 0 36px 36px 36px;
  border-style: solid;
  border-color: transparent transparent #ebeaf1 transparent;
}
@media (max-width: 767px) {
  .wrap-service-technology .service-technology ul li .item-3 .item-pic:after {
    display: none;
  }
}
.wrap-service-technology
  .service-technology
  ul
  li
  .item:hover
  .item-pic
  .img-box
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);

  opacity: 0.4;
}
.wrap-service-technology .service-technology ul li .item:hover .item-pic .more {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  opacity: 1;
}
.wrap-service-technology .service-technology ul li .item:hover .item-note b {
  color: #090059;
}
.wrap-service-technology .service-text {
  margin-top: 10px;
}
.wrap-service-technology .service-text p {
  font-size: 18px;
  line-height: 1.33333333;
}
@media (max-width: 767px) {
  .wrap-service-technology .service-text p {
    font-size: 16px;
  }
}
.video-list {
  margin-top: 30px;
}
.video-list .title-video b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .video-list .title-video b {
    font-size: 20px;
  }
}
.video-list .list {
  margin-top: 30px;
}
.video-list .list .slick-video {
  margin: 0 -15px;
}
.video-list .list .slick-slide {
  padding: 0 15px;
}
.video-list .list .video {
  position: relative;

  overflow: hidden;

  background-color: #090059;
}
@media (max-width: 991px) {
  .video-list .list .video {
    padding: 0;
  }
}
.video-list .list .video .img-box {
  z-index: 0;

  overflow: hidden;

  padding-bottom: 84.44444444%;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  opacity: 0.6;
}
.video-list .list .video .img-box img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.video-list .list .video .video-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  text-align: center;
}
.video-list .list .video .iframe {
  display: none;

  width: 100% !important;
  height: 100% !important;
}
.video-list .list .video .play {
  position: absolute;
  top: 50%;
  left: 0;

  display: inline-block;

  width: 100%;
  margin-bottom: 100%;

  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  color: #fff;
}
.video-list .list .video .play:before {
  font-family: "iconfont";
  font-size: 50px;
  font-weight: normal;

  display: block;

  content: "\e67f";
}
.video-list .list .video:hover .img-box {
  opacity: 0.8;
}
.video-list .list .video:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video-list .list .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 15%;
  left: -35px;

  width: 70px;
  height: 50px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  background-color: #bdbdbe;
}
@media (max-width: 991px) {
  .video-list .list .slick-arrow {
    left: 0;

    width: 40px;
    height: 40px;
  }
}
.video-list .list .slick-arrow:before {
  display: block;

  width: 0;
  height: 0;
  margin-left: 27px;

  content: "";

  border-width: 16px 16px 16px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 991px) {
  .video-list .list .slick-arrow:before {
    margin-left: 10px;

    border-width: 8px 8px 8px 0;
  }
}
.video-list .list .slick-arrow:hover {
  background-color: #090059;
}
.video-list .list .slick-next {
  right: -35px;
  left: auto;
}
@media (max-width: 991px) {
  .video-list .list .slick-next {
    right: 0;
  }
}
.video-list .list .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.download-list {
  margin-top: 30px;
}
.download-list .title-download b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .download-list .title-download b {
    font-size: 20px;
  }
}
.download-list .list {
  margin-top: 20px;
}
.download-list .list .item {
  font-size: 0;

  overflow: hidden;
}
.download-list .list .item .pic {
  display: inline-block;

  width: 30%;

  vertical-align: middle;
}
.download-list .list .item .pic .img-box {
  padding-bottom: 113.33333333%;
}
.download-list .list .item .pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.download-list .list .item .note {
  font-size: 14px;

  display: inline-block;

  width: 70%;
  padding: 14px;

  vertical-align: middle;
}
.download-list .list .item .note b {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;

  display: block;
  display: -webkit-box;
  overflow: hidden;

  height: 30px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .download-list .list .item .note b {
    font-size: 16px;
    line-height: 20px;

    height: 20px;
  }
}
.download-list .list .item .note span.date {
  font-size: 12px;
  line-height: 1;

  display: block;
}
.download-list .list .item .note p {
  font-size: 16px;
  line-height: 24px;

  display: -webkit-box;
  overflow: hidden;

  height: 48px;
  margin: 10px 0 0 0;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .download-list .list .item .note p {
    font-size: 14px;
    line-height: 20px;

    height: 40px;
    margin: 4px 0 0 0;
  }
}
.download-list .list .item .note a.down {
  line-height: 30px;

  display: inline-block;

  margin-top: 6px;
}
.download-list .list .item .note a.down:before {
  font-family: "iconfont" !important;

  margin-right: 10px;

  content: "\e642";
}
.download-list .list .item:hover {
  background-color: #f0f0f0;
}
.download-list .list .item:hover .pic .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.download-list .list .item:hover .note b {
  color: #090059;
}
.download-list .list .item:hover .note a.down {
  color: #090059;
}
.download-list .list .slick-dots {
  width: 100%;
  margin-top: 30px;

  text-align: center;
}
@media (max-width: 767px) {
  .download-list .list .slick-dots {
    margin-top: 10px;
  }
}
.download-list .list .slick-dots li {
  display: inline-block;

  width: 8px;
  height: 8px;
  margin: 0 8px;

  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  border-radius: 8px;
  background: none;
  background-color: #c2c2c2;
}
@media (max-width: 480px) {
  .download-list .list .slick-dots li {
    margin: 0 3px;
  }
}
.download-list .list .slick-dots li button {
  display: none;
}
.download-list .list .slick-dots li:hover,
.download-list .list .slick-dots li.slick-active {
  background-color: #090059;
}
.wrap-service-technology-show .service-technology-show,
.wrap-service-other-show .service-technology-show,
.wrap-service-technology-show .service-other-show,
.wrap-service-other-show .service-other-show {
  font-size: 0;
}
.wrap-service-technology-show .service-technology-show .text,
.wrap-service-other-show .service-technology-show .text,
.wrap-service-technology-show .service-other-show .text,
.wrap-service-other-show .service-other-show .text,
.wrap-service-technology-show .service-technology-show .pic,
.wrap-service-other-show .service-technology-show .pic,
.wrap-service-technology-show .service-other-show .pic,
.wrap-service-other-show .service-other-show .pic {
  display: inline-block;

  width: 50%;

  vertical-align: top;
}
@media (max-width: 991px) {
  .wrap-service-technology-show .service-technology-show .text,
  .wrap-service-other-show .service-technology-show .text,
  .wrap-service-technology-show .service-other-show .text,
  .wrap-service-other-show .service-other-show .text,
  .wrap-service-technology-show .service-technology-show .pic,
  .wrap-service-other-show .service-technology-show .pic,
  .wrap-service-technology-show .service-other-show .pic,
  .wrap-service-other-show .service-other-show .pic {
    width: 100%;
  }
}
.wrap-service-technology-show .service-technology-show .text,
.wrap-service-other-show .service-technology-show .text,
.wrap-service-technology-show .service-other-show .text,
.wrap-service-other-show .service-other-show .text {
  font-size: 14px;

  padding-top: 40px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .wrap-service-technology-show .service-technology-show .text,
  .wrap-service-other-show .service-technology-show .text,
  .wrap-service-technology-show .service-other-show .text,
  .wrap-service-other-show .service-other-show .text {
    padding: 0;
  }
}
.wrap-service-technology-show .service-technology-show .text b,
.wrap-service-other-show .service-technology-show .text b,
.wrap-service-technology-show .service-other-show .text b,
.wrap-service-other-show .service-other-show .text b {
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
}
@media (max-width: 991px) {
  .wrap-service-technology-show .service-technology-show .text b,
  .wrap-service-other-show .service-technology-show .text b,
  .wrap-service-technology-show .service-other-show .text b,
  .wrap-service-other-show .service-other-show .text b {
    font-size: 20px;
  }
}
.wrap-service-technology-show .service-technology-show .text p,
.wrap-service-other-show .service-technology-show .text p,
.wrap-service-technology-show .service-other-show .text p,
.wrap-service-other-show .service-other-show .text p {
  font-size: 18px;
  line-height: 2;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-service-technology-show .service-technology-show .text p,
  .wrap-service-other-show .service-technology-show .text p,
  .wrap-service-technology-show .service-other-show .text p,
  .wrap-service-other-show .service-other-show .text p {
    font-size: 16px;
  }
}
.wrap-service-technology-show .service-technology-show .pic,
.wrap-service-other-show .service-technology-show .pic,
.wrap-service-technology-show .service-other-show .pic,
.wrap-service-other-show .service-other-show .pic {
  position: relative;
}
@media (max-width: 991px) {
  .wrap-service-technology-show .service-technology-show .pic,
  .wrap-service-other-show .service-technology-show .pic,
  .wrap-service-technology-show .service-other-show .pic,
  .wrap-service-other-show .service-other-show .pic {
    margin-top: 30px;
  }
}
.wrap-service-technology-show .service-technology-show .pic:before,
.wrap-service-other-show .service-technology-show .pic:before,
.wrap-service-technology-show .service-other-show .pic:before,
.wrap-service-other-show .service-other-show .pic:before {
  position: absolute;
  top: -10px;
  left: -10px;

  display: block;

  width: 100%;
  height: 100%;

  content: "";

  background-color: #090059;
  background-size: cover;
}
@media (max-width: 991px) {
  .wrap-service-technology-show .service-technology-show .pic:before,
  .wrap-service-other-show .service-technology-show .pic:before,
  .wrap-service-technology-show .service-other-show .pic:before,
  .wrap-service-other-show .service-other-show .pic:before {
    display: none;
  }
}
.wrap-service-technology-show .service-technology-show .pic img,
.wrap-service-other-show .service-technology-show .pic img,
.wrap-service-technology-show .service-other-show .pic img,
.wrap-service-other-show .service-other-show .pic img {
  position: relative;
  z-index: 2;

  width: 100%;
}
.wrap-service-other-show .service-other-show {
  font-size: 0;
}
.wrap-service-other-show .service-other-show .pic:before {
  right: -10px;
  left: auto;
}
.wrap-service-education .title-service-education b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .wrap-service-education .title-service-education b {
    font-size: 20px;
  }
}
.wrap-service-education .title-service-education p {
  font-size: 20px;
  line-height: 1.7;

  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .wrap-service-education .title-service-education p {
    font-size: 16px;
  }
}
.wrap-service-education .service-education .item {
  position: relative;

  display: block;

  margin-top: 30px;
}
.wrap-service-education .service-education .item .img-box {
  padding-bottom: 96.96969697%;
}
.wrap-service-education .service-education .item p {
  font-size: 18px;
  line-height: 60px;

  display: -webkit-box;
  overflow: hidden;

  height: 60px;
  margin: 0;

  -webkit-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
  .wrap-service-education .service-education .item p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wrap-service-education .service-education .item p {
    font-size: 16px;
  }
}
.wrap-service-education .service-education .item:hover p {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);

  color: #fff;
  background-color: #090059;
}
.wrap-service-education .training {
  padding-top: 20px;
}
.wrap-service-education .training .title-training b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .wrap-service-education .training .title-training b {
    font-size: 20px;
  }
}
.wrap-service-education .training .list > ul {
  font-size: 0;

  margin: 0 -10px;
}
@media (min-width: 1200px) {
  .wrap-service-education .training .list > ul {
    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .wrap-service-education .training .list > ul:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: "";
  }
}
.wrap-service-education .training .list > ul li {
  display: inline-block;

  margin-top: 24px;
  padding: 0 10px;

  text-align: left;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .wrap-service-education .training .list > ul li {
    width: 33.33333333%;

    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .wrap-service-education .training .list > ul li {
    width: 50%;
  }
}
.wrap-service-education .training .list .item {
  display: block;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;

  color: #090059;
}
.wrap-service-education .training .list .item:before {
  font-family: "iconfont" !important;
  font-size: 100px;
  line-height: 100px;

  display: block;

  content: "\e626";
}
@media (max-width: 991px) {
  .wrap-service-education .training .list .item:before {
    font-size: 60px;
  }
}
.wrap-service-education .training .list .item-tuiyi:before {
  font-size: 80px;

  content: "\e680";
}
@media (max-width: 991px) {
  .wrap-service-education .training .list .item-tuiyi:before {
    font-size: 45px;
  }
}
.wrap-service-education .training .list .item-rencai:before {
  content: "\e634";
}
.wrap-service-education .training .list .item p {
  font-size: 18px;
  line-height: 2;

  padding: 20px 30px;

  border-top: 1px solid #090059;
}
@media (max-width: 767px) {
  .wrap-service-education .training .list .item p {
    font-size: 16px;

    padding: 10px;
  }
}
.wrap-service-education .training .list .item:hover {
  color: #666;
}
.wrap-service-education .training .list .item:hover p {
  text-decoration: underline;

  border-top-color: #666;
}
.wrap-service-education-show .title-education b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .wrap-service-education-show .title-education b {
    font-size: 20px;
  }
}
.wrap-service-education-show .title-education p {
  font-size: 20px;
  line-height: 1.5;

  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .wrap-service-education-show .title-education p {
    font-size: 14px;
  }
}
.wrap-service-education-show .service-education-show {
  font-size: 0;
}
.wrap-service-education-show .service-education-show .text,
.wrap-service-education-show .service-education-show .pic {
  display: inline-block;

  width: 50%;

  vertical-align: top;
  font-size: 14px;
}
@media (max-width: 991px) {
  .wrap-service-education-show .service-education-show .text,
  .wrap-service-education-show .service-education-show .pic {
    width: 100%;
  }
}
.wrap-service-education-show .service-education-show .text {
  font-size: 14px;

  padding-top: 100px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .wrap-service-education-show .service-education-show .text {
    padding: 30px 0 0 0;
  }
}
.wrap-service-education-show .service-education-show .text b {
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
}
@media (max-width: 991px) {
  .wrap-service-education-show .service-education-show .text b {
    font-size: 20px;
  }
}
.wrap-service-education-show .service-education-show .text p {
  font-size: 18px;
  line-height: 2;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-service-education-show .service-education-show .text p {
    font-size: 16px;
  }
}
.wrap-service-education-show .service-education-show .pic {
  position: relative;

  margin-top: 30px;
}
.wrap-service-education-show .service-education-show .pic:before {
  position: absolute;
  bottom: -10px;
  left: -10px;

  display: block;

  width: 100%;
  height: 100%;

  content: "";

  background-color: #090059;
  background-size: cover;
}
@media (max-width: 991px) {
  .wrap-service-education-show .service-education-show .pic:before {
    display: none;
  }
}
.wrap-service-education-show .service-education-show .pic img {
  position: relative;
  z-index: 2;

  width: 100%;
}
.wrap-service-security .service-security {
  font-size: 0;
}
.wrap-service-security .service-security .text,
.wrap-service-security .service-security .pic {
  display: inline-block;

  vertical-align: middle;
}
.wrap-service-security .service-security .text {
  font-size: 14px;

  position: relative;
  z-index: 2;

  width: 60%;
  padding: 30px;

  background-color: #f0f0f0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .wrap-service-security .service-security .text {
    width: 100%;
    padding: 30px 15px;
  }
}
.wrap-service-security .service-security .text b {
  font-size: 24px;
  line-height: 40px;

  display: block;

  margin-bottom: 10px;

  border-bottom: 1px solid #787878;
}
@media (max-width: 991px) {
  .wrap-service-security .service-security .text b {
    font-size: 20px;
  }
}
.wrap-service-security .service-security .text p {
  font-size: 20px;
  line-height: 1.7;

  margin: 0;

  color: #666;
}
@media (max-width: 991px) {
  .wrap-service-security .service-security .text p {
    font-size: 16px;
  }
}
.wrap-service-security .service-security .pic {
  width: 60%;
  margin-left: -20%;
}
@media (max-width: 767px) {
  .wrap-service-security .service-security .pic {
    width: 100%;
    margin: 0;
  }
}
.wrap-service-security .service-security .pic img {
  max-width: 100%;
}
.wrap-service-security .security-list .item {
  position: relative;

  display: block;

  margin-top: 30px;
  overflow: hidden;
}
.wrap-service-security .security-list .item .img-box {
  padding-bottom: 88.88888889%;
}
.wrap-service-security .security-list .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-service-security .security-list .item .note {
  position: absolute;
  bottom: 50px;
  left: 0;

  width: 100%;
  padding: 10px;

  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: rgba(9, 0, 89, 0.8);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media (max-width: 991px) {
  .wrap-service-security .security-list .item .note {
    position: relative;
    bottom: 0;
    background-color: rgba(9, 0, 89, 1);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.wrap-service-security .security-list .item .note b {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.88888889;
}
.wrap-service-security .security-list .item .note p {
  font-size: 16px;
  line-height: 2.125;

  margin: 0;

  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .wrap-service-security .security-list .item .note p {
    font-size: 15px;
    line-height: 1.73333333;
  }
}
.wrap-service-security .security-list .item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-service-security .security-list .item:hover .note {
  bottom: 0;
  text-decoration: underline;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.wrap-service-security .security-list .item:hover .note p {
  color: #fff;
}
.wrap-service-security-show .title-security-show b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
.wrap-service-security-show .title-security-show p {
  font-size: 18px;
  line-height: 1.88888889;

  margin: 4px 0 0 0;

  color: #666;
}
.wrap-service-security-show .security-list {
  margin-top: 14px;
}
.wrap-service-security-show .security-list .title-list b {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;

  position: relative;

  display: inline-block;

  padding: 0 0 0 20px;

  color: #fff;
  background-color: #e70012;
}
.wrap-service-security-show .security-list .title-list b:after {
  position: absolute;
  top: 0;
  right: -15px;

  display: block;

  width: 0;
  height: 0;

  content: "";

  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #e70012;
}
.wrap-service-security-show .security-list .item {
  margin-top: 24px;
}
.wrap-service-security-show .security-list .item .img-box {
  padding-bottom: 77.77777778%;
}
.wrap-service-security-show .security-list .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-service-security-show .security-list .item p {
  font-size: 18px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;
  margin: 10px 0 0 0;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
  .wrap-service-security-show .security-list .item p {
    font-size: 16px;
  }
}
.wrap-service-security-show .security-list .item p:before {
  margin-right: 4px;

  content: "-";
}
.wrap-service-security-show .security-list .item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-service-security-show .security-list .item:hover p {
  color: #090059;
}
.wrap-service-vehicle .service-vehicle {
  font-size: 0;
}
.wrap-service-vehicle .service-vehicle .text,
.wrap-service-vehicle .service-vehicle .pic {
  display: inline-block;

  width: 50%;

  vertical-align: top;
}
@media (max-width: 991px) {
  .wrap-service-vehicle .service-vehicle .text,
  .wrap-service-vehicle .service-vehicle .pic {
    width: 100%;
  }
}
.wrap-service-vehicle .service-vehicle .text {
  font-size: 14px;

  padding-top: 70px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .wrap-service-vehicle .service-vehicle .text {
    padding: 30px 0 0 0;
  }
}
.wrap-service-vehicle .service-vehicle .text b {
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
}
@media (max-width: 991px) {
  .wrap-service-vehicle .service-vehicle .text b {
    font-size: 20px;
  }
}
.wrap-service-vehicle .service-vehicle .text p {
  font-size: 18px;
  line-height: 2;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-service-vehicle .service-vehicle .text p {
    font-size: 16px;
  }
}
.wrap-service-vehicle .service-vehicle .pic {
  position: relative;

  background-color: #090059;
}
.wrap-service-vehicle .service-vehicle .pic:before {
  position: absolute;
  bottom: -10px;
  left: -10px;

  display: block;

  width: 100%;
  height: 100%;

  content: "";

  background-color: #090059;
  background-size: cover;
}
@media (max-width: 991px) {
  .wrap-service-vehicle .service-vehicle .pic:before {
    display: none;
  }
}
.wrap-service-vehicle .service-vehicle .pic img {
  position: relative;
  z-index: 2;

  width: 100%;

  opacity: 0.6;
}
.wrap-service-vehicle .service-vehicle .pic .more {
  position: absolute;
  z-index: 2;
  top: 50%;

  width: 100%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.wrap-service-vehicle .service-vehicle .pic .more span {
  font-size: 18px;
  line-height: 50px;

  display: inline-block;

  height: 50px;
  padding: 0 40px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #fff;
  background-color: rgba(231, 0, 18, 0.7);
}
@media (max-width: 991px) {
  .wrap-service-vehicle .service-vehicle .pic .more span {
    font-size: 16px;
    line-height: 40px;

    height: 40px;
    padding: 0 30px;
  }
}
.wrap-service-vehicle .service-vehicle .pic .more:hover span {
  background-color: #e70012;
}
.wrap-service-vehicle-show .service-vehicle-show .item {
  margin-top: 18px;
}
@media (max-width: 1470px) {
  .wrap-service-vehicle-show .service-vehicle-show .item {
    margin-top: 16px;
  }
}
.wrap-service-vehicle-show .service-vehicle-show .item .img-box {
  padding-bottom: 71.21212121%;
}
.wrap-service-vehicle-show .service-vehicle-show .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-service-vehicle-show .service-vehicle-show .item-1 .img-box {
  padding-bottom: 159.39393939%;
}
.wrap-service-vehicle-show .service-vehicle-show .item p {
  font-size: 16px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrap-service-vehicle-show .service-vehicle-show .item p:before {
  content: "-";
}
.wrap-service-vehicle-show .service-vehicle-show .item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-service-vehicle-show .service-vehicle-show .item:hover p {
  color: #090059;
}
.wrap-service-other .service-other ul {
  font-size: 0;
}
.wrap-service-other .service-other ul li {
  display: inline-block;

  width: 33.33333333%;
  margin-top: 24px;
  margin-left: -1px;
  padding: 40px 15px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: top;

  border-right: 1px solid #666;
  border-left: 1px solid #666;
}
@media (max-width: 991px) {
  .wrap-service-other .service-other ul li {
    width: 50%;
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-service-other .service-other ul li {
    width: 100%;
  }
}
.wrap-service-other .service-other ul li:hover {
  background-color: #090059;
}
.wrap-service-other .service-other ul li:hover .item {
  color: #fff;
}
.wrap-service-other .service-other ul li:hover .item .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-service-other .service-other ul li:hover .item .note p {
  color: #fff;
}
.wrap-service-other .service-other .item:after {
  font-family: "iconfont" !important;
  font-size: 50px;
  line-height: 30px;

  display: block;

  content: "\e619";
  text-align: right;
}
@media (max-width: 991px) {
  .wrap-service-other .service-other .item:after {
    font-size: 40px;
  }
}
.wrap-service-other .service-other .item b {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .wrap-service-other .service-other .item b {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-service-other .service-other .item b {
    font-size: 20px;
  }
}
.wrap-service-other .service-other .item .img-box {
  margin-top: 40px;
  padding-bottom: 68.18181818%;
}
@media (max-width: 767px) {
  .wrap-service-other .service-other .item .img-box {
    margin-top: 20px;
  }
}
.wrap-service-other .service-other .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-service-other .service-other .item .note {
  margin-top: 20px;
}
.wrap-service-other .service-other .item p {
  font-size: 16px;
  line-height: 26px;

  display: -webkit-box;
  overflow: hidden;

  height: 130px;
  margin: 0;

  color: #666;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (max-width: 991px) {
  .wrap-service-other .service-other .item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .wrap-service-other .service-other .item p {
    height: auto;
    max-height: 130px;
  }
}
.wrap-project {
  position: relative;
  z-index: 2;

  margin-top: -30px;
  padding-top: 30px;
}
.wrap-project .project-left {
  float: left;

  width: 20%;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .wrap-project .project-left {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
}
.wrap-project .project-left .title-project-side {
  line-height: 60px;

  padding: 0 30px;

  background-color: #090059;
}
@media (max-width: 991px) {
  .wrap-project .project-left .title-project-side {
    line-height: 50px;

    padding: 0 15px;
  }
}
.wrap-project .project-left .title-project-side b {
  font-size: 34px;
  font-weight: normal;

  display: block;

  color: #fff;
}
@media (max-width: 991px) {
  .wrap-project .project-left .title-project-side b {
    font-size: 20px;
  }
}
.wrap-project .project-left .project-sidenav ul li a {
  font-size: 20px;
  line-height: 30px;

  display: block;

  padding: 15px 30px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  background-color: #e0e0e0;
}
@media (max-width: 991px) {
  .wrap-project .project-left .project-sidenav ul li a {
    font-size: 16px;

    padding: 15px;
  }
}
.wrap-project .project-left .project-sidenav ul li.active a,
.wrap-project .project-left .project-sidenav ul li:hover a {
  background-color: #f4f4f4;
}
.wrap-project .project-right {
  float: left;

  width: 80%;
  padding-top: 80px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .wrap-project .project-right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
.wrap-project .project-right .title-project {
  text-align: center;
}
.wrap-project .project-right .title-project b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .wrap-project .project-right .title-project b {
    font-size: 20px;
  }
}
.wrap-project .project-right .text {
  margin-top: 20px;
}
.wrap-project .project-right .text p {
  font-size: 16px;
  line-height: 2;

  margin: 0;

  color: #999;
}
@media (max-width: 991px) {
  .wrap-project .project-right .text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-project .project-right .text p {
    font-size: 15px;
  }
}
.wrap-project .project-right .text img {
  max-width: 100%;
  height: auto !important;
  margin-top: 20px;
}
.wrap-news .news .item {
  font-size: 0;

  padding: 20px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .wrap-news .news .item {
    padding: 10px;
  }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
  display: inline-block;

  vertical-align: middle;
}
.wrap-news .news .item .pic {
  width: 20%;
}
@media (max-width: 991px) {
  .wrap-news .news .item .pic {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .wrap-news .news .item .pic {
    width: 100%;
  }
}
.wrap-news .news .item .pic .img-box {
  padding-bottom: 78.78787879%;
}
.wrap-news .news .item .pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-news .news .item .note {
  font-size: 14px;

  width: 80%;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .wrap-news .news .item .note {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .wrap-news .news .item .note {
    width: 100%;
    padding: 20px 0;
  }
}
.wrap-news .news .item .note b {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;

  display: block;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .wrap-news .news .item .note b {
    font-size: 16px;
  }
}
.wrap-news .news .item .note span.date {
  display: block;
}
.wrap-news .news .item .note p {
  line-height: 24px;

  display: -webkit-box;
  overflow: hidden;

  height: 48px;
  margin: 10px 0 0 0;

  color: #666;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover {
  background-color: #f0f0f0;
}
.wrap-news .news .item:hover .pic .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-news .news .item:hover .note b {
  color: #090059;
}
.wrap-notice .item {
  position: relative;

  min-height: 110px;
  margin-top: 10px;
  padding: 10px 15px 10px 90px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wrap-notice .item .date {
  position: absolute;
  top: 10px;
  left: 0;

  width: 70px;

  text-align: center;
}
.wrap-notice .item .date b {
  font-size: 30px;
  line-height: 60px;

  display: block;

  color: #fff;
  background-color: #090059;
}
.wrap-notice .item .date span {
  line-height: 30px;

  display: block;

  background-color: #fff;
}
.wrap-notice .item .note b {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  margin: 10px 0 0 0;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrap-notice .item .note p {
  line-height: 24px;

  display: -webkit-box;
  overflow: hidden;

  height: 24px;
  margin: 6px 0 0 0;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrap-notice .item:hover {
  background-color: #f0f0f0;
}
.wrap-notice .item:hover .note b {
  color: #090059;
}
.wrap-news-show .title-news-show {
  text-align: center;
}
.wrap-news-show .title-news-show h1 {
  font-size: 30px;
  line-height: 1.53846154;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-news-show .title-news-show h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-news-show .title-news-show h1 {
    font-size: 20px;
  }
}
.wrap-news-show .title-news-show span {
  font-size: 16px;

  display: block;

  margin: 10px 0 0 0;

  color: #090059;
}
.wrap-news-show .news-show {
  margin-top: 40px;
}
.wrap-news-show .news-show p {
  font-size: 16px;
  line-height: 2;

  margin: 0;

  color: #999;
}
@media (max-width: 991px) {
  .wrap-news-show .news-show p {
    font-size: 15px;
  }
}
.wrap-news-show .news-show img {
  max-width: 100%;
  height: auto !important;
}
.wrap-news-show .news-relate {
  margin-top: 30px;
  padding-top: 14px;

  border-top: 1px solid #585858;
}
.wrap-news-show .news-relate ul li a {
  line-height: 24px;

  position: relative;

  display: block;
  display: -webkit-box;
  overflow: hidden;

  height: 24px;
  padding-left: 16px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li a:before {
  position: absolute;
  top: 6px;
  left: 0;

  display: block;

  width: 0;
  height: 0;

  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);

  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #167fdf;
}
.wrap-news-show .news-relate ul li a:hover:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.wrap-news-show .news-relate ul li a:hover span {
  text-decoration: underline;
}
.wrap-product {
  padding: 40px 0;

  background-color: #e8e7e9;
}
.wrap-product .product .itembox {
  overflow: hidden;
}
.wrap-product .product .item {
  position: relative;

  display: block;
  overflow: hidden;

  margin-top: 30px;

  border: 1px solid #2085e4;
}
.wrap-product .product .item .img-box {
  padding-bottom: 71.42857143%;
}
.wrap-product .product .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrap-product .product .item p {
  font-weight: bold;
  line-height: 40px;

  position: relative;

  display: -webkit-box;
  overflow: hidden;

  height: 40px;
  margin: 0;
  padding: 0 16px;

  color: #fff;
  background-color: #090059;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrap-product .product .item p:before {
  position: absolute;
  top: 13px;
  left: 0;

  display: block;

  width: 3px;
  height: 14px;

  content: "";

  background-color: #fff;
}
.wrap-product .product .item .maskbg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);

  background-color: rgba(9, 0, 89, 0.8);
}
.wrap-product .product .item .maskbg b {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;

  position: absolute;
  top: 50%;

  width: 100%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;

  color: #fff;
}
.wrap-product .product .itembox:hover .item p {
  background-color: #fff;
}
.wrap-product .product .itembox:hover .item .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrap-product .product .itembox:hover .item .maskbg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.wrap-product .product .itembox:hover span.addcart {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.wrap-product-list .product .itembox {
  position: relative;
}
.wrap-product-list .product span.addcart {
  line-height: 60px;

  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 40px;

  display: inline-block;

  width: 60px;
  height: 60px;

  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  text-align: center;

  border-radius: 50%;
  background-color: #fff;
}
.wrap-product-list .product span.addcart:after {
  font-family: "iconfont" !important;
  font-size: 20px;

  content: "\e641";

  color: #090059;
}
.wrap-product-show,
.wrap-inquiry {
  padding: 50px 0;

  background-color: #eaedee;
}
.wrap-product-show .product-show .slick-product-show,
.wrap-inquiry .product-show .slick-product-show {
  font-size: 0;

  overflow: hidden;

  border: 1px solid #090059;
  border-radius: 4px;
}
.wrap-product-show .product-show .slick-product-show .item .img-box,
.wrap-inquiry .product-show .slick-product-show .item .img-box {
  padding-bottom: 71.42857143%;
}
.wrap-product-show .product-show .slick-product-show .slick-dots,
.wrap-inquiry .product-show .slick-product-show .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-product-show .product-show .slick-product-show .slick-dots,
  .wrap-inquiry .product-show .slick-product-show .slick-dots {
    display: none;
  }
}
.wrap-product-show .product-show .slick-product-show .slick-dots li,
.wrap-inquiry .product-show .slick-product-show .slick-dots li {
  display: inline-block;

  width: 8px;
  height: 8px;
  margin: 0 4px;

  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  border-radius: 50%;
  background: none;
  background-color: #d3d3dd;
}
.wrap-product-show .product-show .slick-product-show .slick-dots li button,
.wrap-inquiry .product-show .slick-product-show .slick-dots li button {
  display: none;
}
.wrap-product-show .product-show .slick-product-show .slick-dots li:hover,
.wrap-inquiry .product-show .slick-product-show .slick-dots li:hover,
.wrap-product-show
  .product-show
  .slick-product-show
  .slick-dots
  li.slick-active,
.wrap-inquiry .product-show .slick-product-show .slick-dots li.slick-active {
  background-color: #090059;
}
.wrap-product-show .product-show .info,
.wrap-inquiry .product-show .info {
  position: relative;

  padding-top: 40px;
  padding-left: 5%;
}
.wrap-product-show .product-show .info .title-product-info h1,
.wrap-inquiry .product-show .info .title-product-info h1 {
  font-size: 24px;
  font-weight: bold;

  margin: 0;
}
.wrap-product-show .product-show .info .text,
.wrap-inquiry .product-show .info .text {
  margin-top: 30px;
}
.wrap-product-show .product-show .info .text p,
.wrap-inquiry .product-show .info .text p {
  line-height: 1.71428571;

  color: #666;
}
.wrap-product-show .product-show .info .info-btn,
.wrap-inquiry .product-show .info .info-btn {
  margin-top: 14%;
}
.wrap-product-show .product-show .info .info-btn a,
.wrap-inquiry .product-show .info .info-btn a {
  font-weight: bold;
  line-height: 56px;

  display: block;

  max-width: 240px;
  margin-top: 20px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;

  color: #666;
  border: 2px solid #666;
  border-radius: 30px;
}
.wrap-product-show .product-show .info .info-btn a.addcart,
.wrap-inquiry .product-show .info .info-btn a.addcart {
  color: #fff;
  border-color: #090059;
  background-color: #090059;
}
.wrap-product-show .product-show .info .info-btn a:hover,
.wrap-inquiry .product-show .info .info-btn a:hover {
  color: #fff;
  border-color: #2b2184;
  background-color: #2b2184;
}
.wrap-product-show .product-show .info .share,
.wrap-inquiry .product-show .info .share {
  margin-top: 40px;
}
.wrap-product-show .product-show .info .share span,
.wrap-inquiry .product-show .info .share span {
  font-weight: bold;

  display: inline-block;

  vertical-align: middle;

  color: #666;
}
.wrap-product-show
  .product-show
  .info
  .share
  .addthis_inline_share_toolbox_lv6v,
.wrap-inquiry .product-show .info .share .addthis_inline_share_toolbox_lv6v {
  display: inline-block;

  margin-left: 10px;

  vertical-align: middle;
}
.wrap-product-show .product-show .info .prev-next,
.wrap-inquiry .product-show .info .prev-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wrap-product-show .product-show .info .prev-next a,
.wrap-inquiry .product-show .info .prev-next a {
  line-height: 50px;

  display: inline-block;

  width: 50px;
  height: 50px;
  margin-left: 10px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;

  border: 2px solid #666;
}
.wrap-product-show .product-show .info .prev-next a:before,
.wrap-inquiry .product-show .info .prev-next a:before {
  font-family: "iconfont" !important;

  content: "\e601";
}
.wrap-product-show .product-show .info .prev-next a.next:before,
.wrap-inquiry .product-show .info .prev-next a.next:before {
  content: "\e827";
}
.wrap-product-show .product-show .info .prev-next a:hover,
.wrap-inquiry .product-show .info .prev-next a:hover {
  color: #fff;
  border-color: #090059;
  background-color: #090059;
}
.wrap-product-show .title-product-show b,
.wrap-inquiry .title-product-show b {
  font-size: 24px;
  line-height: 1;

  display: block;
}
.wrap-product-show .title-product-show p,
.wrap-inquiry .title-product-show p {
  line-height: 24px;

  margin: 10px 0 0 0;

  color: #666;
}
.wrap-product-show .parameter,
.wrap-inquiry .parameter,
.wrap-product-show .message,
.wrap-inquiry .message {
  padding-top: 70px;
}
.wrap-product-show .parameter .text,
.wrap-inquiry .parameter .text {
  margin-top: 24px;
}
.wrap-product-show .parameter .table-box,
.wrap-inquiry .parameter .table-box {
  overflow: auto;

  width: 100%;
  max-width: 100%;
}
.wrap-product-show .parameter .table-box table,
.wrap-inquiry .parameter .table-box table {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;

  border-spacing: 0;
  border-collapse: collapse;

  text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-inquiry .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-inquiry .parameter .table-box table td {
  width: auto !important;
  height: auto !important;

  vertical-align: middle;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-inquiry .parameter .table-box table tr {
  background-color: #c7dbec;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd),
.wrap-inquiry .parameter .table-box table tr:nth-child(odd) {
  background-color: #489ae6;
}
.wrap-product-show .parameter .table-box table td,
.wrap-inquiry .parameter .table-box table td {
  padding: 8px !important;

  border: 1px solid #fff !important;
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-inquiry .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span,
.wrap-inquiry .parameter .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;

  background: none !important;
}
.wrap-product-show .message form,
.wrap-inquiry .message form {
  margin-top: 20px;
}
.wrap-product-show .message input,
.wrap-inquiry .message input,
.wrap-product-show .message textarea,
.wrap-inquiry .message textarea {
  line-height: 30px;

  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  padding: 15px 20px;

  border: 1px solid #090059;
  background: none;
}
.wrap-product-show .message input::-webkit-input-placeholder,
.wrap-inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .message textarea::-webkit-input-placeholder,
.wrap-inquiry .message textarea::-webkit-input-placeholder {
  color: #2085e4;
}
.wrap-product-show .message input:-o-placeholder,
.wrap-inquiry .message input:-o-placeholder,
.wrap-product-show .message textarea:-o-placeholder,
.wrap-inquiry .message textarea:-o-placeholder {
  color: #2085e4;
}
.wrap-product-show .message input::-moz-placeholder,
.wrap-inquiry .message input::-moz-placeholder,
.wrap-product-show .message textarea::-moz-placeholder,
.wrap-inquiry .message textarea::-moz-placeholder {
  color: #2085e4;
}
.wrap-product-show .message input:-ms-input-placeholder,
.wrap-inquiry .message input:-ms-input-placeholder,
.wrap-product-show .message textarea:-ms-input-placeholder,
.wrap-inquiry .message textarea:-ms-input-placeholder {
  color: #2085e4;
}
.wrap-product-show .message input:focus::-webkit-input-placeholder,
.wrap-inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .message textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}
.wrap-product-show .message input:focus::-o-placeholder,
.wrap-inquiry .message input:focus::-o-placeholder,
.wrap-product-show .message textarea:focus::-o-placeholder,
.wrap-inquiry .message textarea:focus::-o-placeholder {
  color: #c5c5c5;
}
.wrap-product-show .message input:focus::-moz-placeholder,
.wrap-inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .message textarea:focus::-moz-placeholder,
.wrap-inquiry .message textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}
.wrap-product-show .message input:focus::-ms-input-placeholder,
.wrap-inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .message textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}
.wrap-product-show .message .read input::-webkit-input-placeholder,
.wrap-inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .message .read textarea::-webkit-input-placeholder,
.wrap-inquiry .message .read textarea::-webkit-input-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .read input:-o-placeholder,
.wrap-inquiry .message .read input:-o-placeholder,
.wrap-product-show .message .read textarea:-o-placeholder,
.wrap-inquiry .message .read textarea:-o-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .read input::-moz-placeholder,
.wrap-inquiry .message .read input::-moz-placeholder,
.wrap-product-show .message .read textarea::-moz-placeholder,
.wrap-inquiry .message .read textarea::-moz-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .read input:-ms-input-placeholder,
.wrap-inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .message .read textarea:-ms-input-placeholder,
.wrap-inquiry .message .read textarea:-ms-input-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .message .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message .read textarea:focus::-webkit-input-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .read input:focus::-o-placeholder,
.wrap-inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .message .read textarea:focus::-o-placeholder,
.wrap-inquiry .message .read textarea:focus::-o-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .read input:focus::-moz-placeholder,
.wrap-inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .message .read textarea:focus::-moz-placeholder,
.wrap-inquiry .message .read textarea:focus::-moz-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .read input:focus::-ms-input-placeholder,
.wrap-inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .message .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message .read textarea:focus::-ms-input-placeholder {
  color: #2085e4;
}
.wrap-product-show .message .submit,
.wrap-inquiry .message .submit {
  font-size: 18px;
  line-height: 60px;

  margin-top: 40px;
  padding: 0 110px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #fff;
  border-radius: 0;
  outline: none;
  background-color: #090059;
}
@media (max-width: 991px) {
  .wrap-product-show .message .submit,
  .wrap-inquiry .message .submit {
    font-size: 16px;
    line-height: 50px;

    margin-top: 20px;
    padding: 0 50px;
  }
}
.wrap-product-show .message .submit:hover,
.wrap-inquiry .message .submit:hover {
  background-color: #2b2184;
}
.wrap-contact .contact .title-contact {
  text-align: center;
}
.wrap-contact .contact .title-contact b {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.5;

  display: block;
}
@media (max-width: 991px) {
  .wrap-contact .contact .title-contact b {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-contact .contact .title-contact b {
    font-size: 20px;
  }
}
.wrap-contact .contact .text {
  padding: 40px 0;

  border-bottom: 1px solid #000;
}
.wrap-contact .contact .text > ul {
  font-size: 0;
}
@media (min-width: 1200px) {
  .wrap-contact .contact .text > ul {
    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .wrap-contact .contact .text > ul:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: "";
  }
}
.wrap-contact .contact .text > ul li {
  display: inline-block;

  margin-top: 30px;

  text-align: left;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .text > ul li {
    width: 50%;
  }
}
.wrap-contact .contact .text > ul li .item {
  font-size: 14px;

  text-align: center;
}
.wrap-contact .contact .text > ul li .item:before {
  font-family: "iconfont" !important;
  font-size: 50px;
  line-height: 50px;

  content: "\e6c9";

  color: #090059;
}
@media (max-width: 991px) {
  .wrap-contact .contact .text > ul li .item:before {
    font-size: 30px;
    line-height: 30px;
  }
}
.wrap-contact .contact .text > ul li .item-tel:before {
  font-size: 44px;

  content: "\e63c";
}
@media (max-width: 991px) {
  .wrap-contact .contact .text > ul li .item-tel:before {
    font-size: 24px;
  }
}
.wrap-contact .contact .text > ul li .item-email:before {
  font-size: 40px;

  content: "\e63d";
}
@media (max-width: 991px) {
  .wrap-contact .contact .text > ul li .item-email:before {
    font-size: 20px;
  }
}
.wrap-contact .contact .text > ul li .item-fax:before {
  content: "\e606";
}
.wrap-contact .contact .text > ul li .item p {
  font-size: 20px;
  line-height: 1.8;

  margin: 0;
}
@media (max-width: 991px) {
  .wrap-contact .contact .text > ul li .item p {
    font-size: 15px;
  }
}
.wrap-contact .contact .text > ul li .item a:hover {
  text-decoration: underline;

  color: #090059;
}
.wrap-contact .map {
  padding-top: 50px;
}
.wrap-contact .map .title-map b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}
@media (max-width: 991px) {
  .wrap-contact .map .title-map b {
    font-size: 20px;
  }
}
.wrap-contact .map #dituContent {
  height: 350px;
  margin-top: 20px;
}
.message {
  padding-top: 50px;
}
.message .title-message b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;

  cursor: pointer;
}
@media (max-width: 991px) {
  .message .title-message b {
    font-size: 20px;
  }
}
.message .title-message b:before {
  margin-right: 10px;

  content: "+";
}
.message .info {
  display: block;
  display: none;

  width: 100%;
}
.message.active .title-message b:before {
  content: "-";
}
.message form {
  margin-top: 30px;
}
.message form input,
.message form textarea {
  font-size: 16px;
  line-height: 30px;

  width: 100%;
  margin-top: 10px;
  padding: 10px 14px;

  border: 1px solid #bababb;
}
.message form input::-webkit-input-placeholder,
.message form textarea::-webkit-input-placeholder {
  color: #666;
}
.message form input:-o-placeholder,
.message form textarea:-o-placeholder {
  color: #666;
}
.message form input::-moz-placeholder,
.message form textarea::-moz-placeholder {
  color: #666;
}
.message form input:-ms-input-placeholder,
.message form textarea:-ms-input-placeholder {
  color: #666;
}
.message form input:focus::-webkit-input-placeholder,
.message form textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}
.message form input:focus::-o-placeholder,
.message form textarea:focus::-o-placeholder {
  color: #c5c5c5;
}
.message form input:focus::-moz-placeholder,
.message form textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}
.message form input:focus::-ms-input-placeholder,
.message form textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}
.message form .submit {
  font-size: 24px;
  line-height: 50px;

  margin-top: 30px;
  padding: 0 10px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #fff;
  border-radius: 0;
  background-color: #e70012;
}
@media (max-width: 991px) {
  .message form .submit {
    font-size: 18px;
  }
}
.message form .submit:before {
  font-family: "iconfont" !important;

  margin-right: 10px;

  content: "\e632";
}
.message form .submit:hover {
  background-color: #2b2184;
}
nav {
  text-align: center;
}
.pagination {
  margin: 90px 0 0 0;
}
@media (max-width: 991px) {
  .pagination {
    margin: 50px 0 0 0;
  }
}
.pagination li:first-child a {
  border-radius: 0;
}
.pagination li a {
  font-size: 18px;
  line-height: 38px;

  width: 38px;
  height: 38px;
  margin: 0 10px;
  padding: 0;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;

  color: #666;
  border: none;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #090059;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #090059;
}
.fancybox-slide--iframe .fancybox-content {
  width: 733px;
  max-width: 80%;
  height: 500px;
  max-height: 50%;
  margin: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #fff;
}

.header,
.header-in {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* background-color: rgba(9, 0, 89, .6); */
}
.header:hover {
  /* background-color: rgba(9, 0, 89, .6); */
}
@media (max-width: 1199px) {
  .header {
    /* background-color: rgba(9, 0, 89, .6); */
  }
}

.section3 {
  position: relative;
}
.section3 .title-news {
  position: absolute;
  left: 0;
  top: 21%;
  z-index: 9;
  width: 100%;
}
@media (max-width: 991px) {
  .section3 .title-news {
    top: 20%;
  }
}
.section3 .title b,
.section3 .title p {
  color: #ffffff;
}

.no-circle .title:after {
  color: #ffffff;
  content: "" !important;
}

.teamm b {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #fff;
  background-color: #e70012;
}

.teamm b:after {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #e70012;
}

.wrap-talent .talent .item-3 .note {
  top: 50%;
  text-align: center;
  margin-top: -12px;
}

.wrap-project .project-right .text .row {
  text-align: center;
  font-size: 0;
}
.wrap-project .project-right .text .col-xs-12 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.table-box {
  width: 100%;
  max-width: 100%;
  padding: 0 5px;
  overflow: auto;
}

table {
  width: 100% !important;
  /*width: auto;*/
  max-width: 98%;
  border-spacing: 0;
  border-collapse: collapse;
}

table tr,
table td {
  width: auto !important;
  height: auto !important;
  // word-break: break-word;
}

table tr:nth-child(odd) {
  //  background-color: rgb(242, 242, 242);
}

table td {
  padding: 8px !important;
  border: 1px solid #ccc !important;
}

table tr p,
table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.online {
  position: relative;
}

.online-close {
  width: 40px;
  height: 40px;
  background-color: rgba(215, 1, 13, 1);
  line-height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  border-radius: 50%;
  display: block;
  z-index: 2;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .online-close {
    display: none;
  }
}
.online-close:before {
  font-family: "iconfont" !important;
  content: "\e61b";
}

.xiugai {
  margin-top: 20px;
}

.xiugai a:hover {
  color: #090059 !important;
}

.wrap-service-education-show
  .service-education-show:nth-child(2n + 1)
  .pic:before {
  left: auto;
  right: -10px;
}

.wrap-service-education-show .service-education-show:nth-child(2n + 1) .text {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .wrap-service-education-show .service-education-show:nth-child(2n + 1) .text {
    padding: 0;
  }
}
.wrap-sidenav .sidenav {
  display: inline-block;
}

.news-search {
  display: inline-block;
  float: right;
  width: 280px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .news-search {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.news-search input {
  width: 100%;
  padding: 5px 60px 5px 10px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
}

.news-search .submit {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #090059;
  color: #ffffff;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}

.news-search .submit:before {
  font-family: "iconfont" !important;
  content: "\e635";
}
.wrap-service-other-show img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 767px) {
  .wrap-service-other-show img {
    margin: 10px 0;
  }
}

.wrap-security-dept {
  background: url(../images/dept_bg.jpg) no-repeat center;
  background-size: cover;
}
.software-anli-bg {
  width: 905px !important;
  height: 500px !important;
  background: url(../images/anli_bg.png) no-repeat center;
  background-size: contain;
  margin-bottom: 50px;
}
.software-fangan-bg {
  background: url(../images/fangan_bg.png) no-repeat 0 30%;
  background-size: contain;
}
.under-line {
  width: 168px;
  height: 2px;
  background-color: #eaeaea;
  margin-top: 5px;
}
.under-line.red {
  background-color: #ffffff;
}
.under-line .line {
  width: 42px;
  height: 4px;
  position: relative;
  top: -1px;
}
.under-line .line {
  background-color: #090059;
}
.under-line .line.red {
  background-color: #e70012;
}
.incline-wrapper {
  width: 1232px;
  height: 252px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  z-index: 100;
  /* overflow: hidden; */
}
.incline-slider {
  width: 62px;
  height: 190px;
  transform: skewX(-25deg);
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  left: -15px;
}
.incline-item {
  width: 250px;
  height: 100%;
  transform: skewX(-25deg);
  background-color: rgba(9, 0, 89, 0.4);
  color: #ffffff;
  margin-right: 3px;
  padding-top: 18px;
  padding-left: 32px;
}
.incline-item:hover {
  background-color: rgba(231, 0, 18, 0.4);
}
.incline-cover {
  position: absolute;
  right: -139px;
  width: 300px;
  height: 100%;
  transform: skewX(-25deg);
  background-color: rgba(9, 0, 89, 0.4);
}
.incline-title {
  font-size: 20px;
  margin-top: 30px;
}
.incline-text {
  font-size: 16px;
  margin-top: 10px;
  width: 180px;
  display: -webkit-box; /*值必须为-webkit-box或者-webkit-inline-box*/
  -webkit-box-orient: vertical; /*值必须为vertical*/
  -webkit-line-clamp: 3; /*值为数字，表示一共显示几行*/
  overflow: hidden;
  word-break: break-all;
  position: relative;
  left: -10px;
}
.un-incline {
  transform: skewX(25deg);
}
.service-technology-show .click-btn {
  width: 155px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  background-color: #01a0d8;
  border-radius: 20px;
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.2em;
}

.svg-icon {
  position: relative;
  left: 20px;
}
.slick-depress .item {
  position: relative;
}
.slick-depress .item .note {
  position: absolute;
  bottom: 105px;
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  font-weight: bold;
  font-size: 16px;
  background-color: rgba(9, 0, 89, 0.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  width: 100%;
}

.slick-depress .slick-slide {
  transform: scale(0.8);
}
.slick-depress .slick-slide.slick-current + .slick-active {
  transform: scale(1.2);
}
/* .slick-depress .slick-slide.slick-current + .slick-active .item .note {
  bottom: 109px;
} */
.container .more-icon {
  position: absolute;
  width: 70%;
  height: 50px;
  left: 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  z-index: 500;
  top: 48%;
  cursor: pointer;
}
.container .pre-icon {
  position: absolute;
  height: 50px;
  left: 15%;
  z-index: 500;
  top: 47%;
  cursor: pointer;
}
.container .next-icon {
  position: absolute;
  height: 50px;
  right: 15%;
  z-index: 500;
  top: 47%;
  cursor: pointer;
}

.news-left .bottom {
  height: 74px;
  display: flex;
  align-items: center;
}
.news-left .bottom .title {
  font-size: 18px;
  height: 74px;
  color: #333333;
  background-color: #f6f6f6;
  /* line-height: 37px; */
  padding: 10px 14px;
  width: 100%;
}
.news-left .bottom .time {
  width: 103px;
  height: 74px;
  color: #ffffff;
  background-color: #090059;
}
.news-left .bottom .time .day {
  font-size: 22px;
  text-align: center;
  line-height: 27px;
  margin-top: 10px;
}
.news-left .bottom .time .month {
  font-size: 16px;
  text-align: center;
  line-height: 37px;
}
.slick-news-2 .item {
  height: 330px;
  margin-top: 50px;
  display: block;
  box-sizing: border-box;
}


@media (max-width: 991px) {
  .wrap-honor .slick-honor-2 {
    margin-top: 30px;
  }
}
.wrap-honor .slick-honor-2 .slick-slide {
  padding: 0 18px;
}
.wrap-honor .slick-honor-2 .slick-arrow {
  position: absolute;
  z-index: 2;
  bottom: 170px;
  left: -35px;

  width: 70px;
  height: 50px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  background-color: #bdbdbe;
}
@media (max-width: 991px) {
  .wrap-honor .slick-honor-2 .slick-arrow {
    left: 0;

    width: 40px;
    height: 40px;
  }
}
.wrap-honor .slick-honor-2 .slick-arrow:before {
  display: block;

  width: 0;
  height: 0;
  margin-left: 20px;

  content: "";

  border-width: 16px 16px 16px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 991px) {
  .wrap-honor .slick-honor-2 .slick-arrow:before {
    margin-left: 10px;

    border-width: 8px 8px 8px 0;
  }
}
.wrap-honor .slick-honor-2 .slick-arrow:hover {
  background-color: #090059;
}
.wrap-honor .slick-honor-2 .slick-next {
  right: -35px;
  left: auto;
}
@media (max-width: 991px) {
  .wrap-honor .slick-honor-2 .slick-next {
    right: 0;
  }
}
.wrap-honor .slick-honor-2 .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrap-security-partner {
  background: url(../images/dept_bg.jpg) no-repeat center;
  background-size: cover;
}
.wrap-security-partner .security-unit ul {
  font-size: 0;

  margin: 0 -6px;
  margin-top: 30px;
}
.wrap-security-partner .security-unit ul li {
  display: inline-block;

  padding: 16px;

  vertical-align: top;
}
.wrap-security-partner .security-unit ul li .item {
  padding: 10px 0px;

  background-color: #fff;
  
  width: 250px;
  height: 80px;
  display:table-cell; vertical-align:middle;
}
.wrap-security-partner .security-unit ul li .item p {
  font-size: 16px;
  line-height: 30px;

  margin: 0;

  text-align: center;
}
